@media only screen and (max-width: 1200px) {
    .knsl-banner-simple, .knsl-app.knsl-app-minimal .knsl-banner-simple{
        min-height: 490px;
    }
    .section-space {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .property-details, .property-gallery-slider, .property-features, .property-inclusion, .property-extras, .property-beyond, .property-bc, .property-map {
        padding-top: 40px;
    }
    .property-details .property-details-information{
        padding: 30px;
    }
    .property-video-section {
        padding: 0px 0px 0 0px;
    }
}
@media only screen and (max-width: 1024px) {
    ul.property-box-lists {
        column-gap: 20px;
        row-gap: 20px;
        width: 100%;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .banner-section .knsl-banner .knsl-banner-content{
        padding: 130px 0 100px 0;
    }
}

@media only screen and (max-width: 992px) {
    .property-overview-card .property-overview-text {
        padding: 20px 10px;
    }
    ul.property-box-lists{
        grid-template-columns: repeat(3, 1fr);
    }
    .knsl-banner .knsl-banner-content .knsl-main-title br{
        display: block !important;
    }
    .knsl-banner-simple, .knsl-app.knsl-app-minimal .knsl-banner-simple{
        min-height: 400px;
    }
    .bl-filter-bar, .bc-filter-bar{
        margin-bottom: 30px;
    }
    .section-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .property-details .property-details-information .property-detail-left {
        padding-right: 30px;
    }
    .property-details .property-details-information {
        padding: 20px;
    }
    .property-details .property-details-information .property-detail-right .property-price{
        margin-bottom: 30px;
    }
    .elementor-widget-kinsley-team .knsl-team-card{
        padding: 0px;
    }
}

@media only screen and (max-width: 768px) {
    /* Mobile hamburger menu: the 140px top padding is tuned for the desktop
       90px-font menu; on mobile the links shrink to 32px, so that same offset
       pushes the short list well below true center, leaving uneven gaps. */
    .onovo-menu-container {
        padding-top: 0;
    }
    .property-details, .property-gallery-slider, .property-features, .property-inclusion, .property-extras, .property-beyond, .property-bc, .property-map {
        padding-top: 30px;
    }
    .property-video-section .video-thumb::before {
        padding-top: 0;
        height: 320px;
    }
    .property-details .property-detail-left{
        margin-bottom: 20px;
    }
    .bl-select-wrap, .bc-select-wrap {
        min-width: 250px;
    }
    .footer .knsl-footer h4, .hf-type-footer h4{
        margin-bottom: 10px;
    }
    .footer .knsl-footer .knsl-footer-menu, .hf-type-footer .knsl-footer-menu{
        margin-bottom: 40px;
    }
    .property-details .property-details-information .property-detail-left h2{
        text-align: left;
        margin-bottom: 10px;
    }
    .property-details .property-details-information .property-detail-right .property-price{
        text-align: left;
    }
    .property-details .property-details-information .property-detail-left {
        padding-right: 0px;
    }

}
@media only screen and (max-width: 575px) {
    ul.property-box-lists{
        grid-template-columns: repeat(2, 1fr);
    }
    .bl-filter-bar, .bc-filter-bar{
        margin-bottom: 20px;
        column-gap: 20px;
        flex-flow: column;
        row-gap: 15px;
    }
    .bl-select-wrap, .bc-select-wrap {
        min-width: 100%;
    }
    .heritance-form .knsl-form-submit-frame{
        display: block;
    }
    .heritance-form .knsl-form-submit-frame .knsl-text-sm{
        padding: 0px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 345px) {
    ul.property-box-lists{
        grid-template-columns: repeat(1, 1fr);
    }
}