.slider-bg-12 {
    width: 100%;
}

.slider-bg-12 img {
    width: 100%;
}

.slider-bg-12 img {
    width: 100%;
}

.slide-new-location img {
    width: 100%;
}

#enquiry_form {
    display: none;
}

.modal_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 9999;
}

.modal_popup_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_popup .modal_container {
    width: 100%;
    max-width: 500px;
    position: relative;
    background: #f9f9f9;
    padding: 30px 40px;
    border-bottom: 5px solid #ccc;
    border-radius: 5px;
}

.modal_popup .popup_close {
    position: absolute !important;
    top: -10px;
    right: -10px;
    background: #3caa9f;
    z-index: 2;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgb(255 255 255 / 46%);
}

.modal_popup .popup_close img {
    width: 15px;
}

.modal_popup .modal_container h1 {
    display: flex;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 18px;
}

.modal_popup .modal_container h1:after {
    display: block;
    content: "";
    height: 4px;
    width: 150px;
    background-color: #3CAA9F;
    border-radius: 50px;
    margin-top: 20px;
    margin-left: 20px;
}

.modal_popup .modal_container .content {
    max-height: 300px;
    overflow: auto;
    padding-right: 25px;
}

.modal_popup .modal_container p {
    margin-bottom: 10px;
}

.modal_popup .modal_container:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/icons/building_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
    background-position: top right;
    z-index: 0;
}

.modal_popup .modal_container>* {
    position: relative;
    z-index: 1;
}

.modal_popup_in .form_control {
    width: 100% !important;
    border: 2px solid #d9d9d9;
    padding: 0 15px;
    line-height: 38px;
    margin-bottom: 23px;
    height: 40px;
    font-size: 15px;
}

.modal_popup_in #messagebox {
    height: 65px;
}

.modal_popup_in #btnSubmit {
    background: #3caa9f;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 20px;
}

#strCAPTCHA {
    margin-bottom: 0;
}

.clients_logo img {
    width: 100%;
}

.whats_div {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 100;
}

.whats_div a {
    color: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    background: rgb(76, 175, 80);
    border-radius: 50%;
    transition: 0.5s;
}

.mobile-logo-wrap img {
    width: 100%;
    max-width: 100px;
}

@media (max-width: 767px) {
    header.style-3 .main-menu .menu-list {
        padding-left: 0;
    }

    .modal_popup .modal_container {
        max-width: 400px;
    }

    .mobile-logo-wrap img {
        width: 100%;
        max-width: 100px;
    }

    .home-two-room-suits {
        padding: 40px 15px;
    }

    .pt-80.pb-80 {
        padding: 50px 0;
    }

    .modal_popup .modal_container h1 {
        line-height: 25px;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .modal_popup .modal_container h1:after {
        width: 120px;
        margin-top: 15px;
    }

    .modal_popup_in .form_control {
        width: 100% !important;
        border: 2px solid #d9d9d9;
        padding: 0 10px;
        line-height: 38px;
        margin-bottom: 15px;
        height: 35px;
        font-size: 14px;
    }

    .section-title3 h2 {
        font-size: 24px;
        line-height: 30px;
    }

    footer .footer-top .social-area {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        text-align: left;
    }

    footer .footer-top .footer-items .social-link {
        justify-content: left !important;
    }

    .clients_logo_row>div {
        width: 50%;
        padding: 10px 20px;
    }

    .clients_logo_row>div:nth-child(n+5) {
        width: 50%;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .modal_popup .modal_container {
        padding: 25px 20px;
    }
}


.modal_popup .modal_container {
    max-width: 320px;
}