.owl-carousel .owl-stage-outer {

    overflow: inherit;

}

.blog_cell{
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 80px);
}

body{
    overflow-x: initial;
}

.dropdown-category-set {

    max-height: 200px;
}

.blog-main {
    max-height: 100vh;
}

#best-property{
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 992px){
    .blog-header-white {
        font-size: 22px;
    }
    .blog_cell {
        position: inherit;
    }
    .blog_silder .overylay {
        margin: 10px 20px;
    }
    .blog_silder .overylay-main {
        margin: 10px 20px;
    }
}