@media screen and (max-width: 1300px) {
    .intro_text {
        max-width: 950px;
    }

    .intro_text h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1000px) {
    .mobile-margin {
        padding-top: 90px;
    }
}

@media screen and (max-width: 991px) {

    .intro_text {
        max-width: 900px;
    }

    .custom__row .single-grid:first-child {
        max-width: 100%;
        width: 100%;
    }

    .custom__row .single-grid:first-child .img img {
        height: 440px;
    }

    .custom__row .single-grid {
        max-width: 50%;
        min-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .single-grid .img img {
        height: 325px;
    }

    .hp_banner video {
        height: 400px;
    }

    .intro_text {
        margin-top: 40px;
    }

    .intro_text h3 {
        font-size: 20px;
    }

    #quick-search a.default, #quick-search button.default {
        padding: 12px 12px;
    }
}

@media screen and (max-width: 576px) {
    .homeCta .ctaButton:first-child {
        margin-bottom: 40px;
    }

    #quick-search {
        padding: 35px;
    }

    #quick-search h2 {
        font-size: 20px;
    }

    #quick-search .wrapper::before {
        display: none;
    }

    #quick-search input {
        margin-bottom: 10px;
    }

    #quick-search form button {
        height: auto;
    }

    .custom__row .single-grid {
        max-width: 100%;
        min-width: 100%;
    }

    .custom__row .single-grid:first-child .img img {
        height: 325px;
    }

    .text-xs-center {
        text-align: center !important;
    }

    #advance-search .bootstrap-select button {
        margin-bottom: 20px;
    }

    #advance-search .btn-wrapper a,
    #advance-search .btn-wrapper button {
        width: 100%;
        margin-bottom: 10px;
    }

    #filter-wrapper .mixitup-control, #pagination-wrapper .mixitup-control {
        margin-bottom: 10px;
        font-size: 14px;
    }

    #advance-search {
        margin-bottom: 30px;
        padding: 25px 0;
    }

    #slider {
        padding-right: 0;
        padding-left: 0;
    }

    .visit_info .forms .form {
        padding: 0;
        border-right: none;
        border-left: none;
    }

    .visit_info {
        padding: 40px 0;
    }

    #slider img {
        height: 400px;
    }

    #property h3.sp-address {
        font-size: 25px;
    }

    #property p {
        font-size: 16px;
    }

    #property .block h4 {
        font-size: 22px;
    }

    #property .block h4 button {
        padding: 22px 15px;
    }

    #property .cta_sidebar {
        padding: 0;
    }

    .visit_info .tabs .tab {
        padding: 30px 15px;
        font-size: 20px;
    }

    .agents .flexbox .img {
        min-width: 100px;
        flex-basis: 100px;
    }

    .agents .flexbox .inner {
        padding-left: 15px;
    }

    .agents .flexbox {
        margin-bottom: 20px;
    }

    #property .collapseElement {
        padding: 0 20px;
    }

    #property .table td, #property .table th {
        font-size: 14px;
    }

    #map, #streetMap, .acf-map {
        height: 300px !important;
    }

    #property .block.padd {
        padding: 22px 15px;
    }

    #property .block.padd h4 {
        margin-bottom: 20px;
    }

    .social-circle li a {
        width: 30px;
        height: 30px;
    }

    .social-circle li a i {
        line-height: 30px;
    }

    #map, #streetMap, .acf-map {
        margin-bottom: 20px;
    }

    .mix h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    #property .block {
        margin-bottom: 20px;
    }

    .intro_text {
        padding: 30px;
    }

    ul .wpml-ls-menu-item a {
        justify-content: center;
    }

    body .vc_row.h2_different h2 {
        text-align: center;
    }
}

