@import url(style.css);

.nav-toggle-open {
    border: 0 !important;
    font-size: 30px !important;
    color: var(--primary) !important;
    background-color: var(--color-white) !important;
    box-shadow: none !important;
    padding: 5px !important;

}

.nav-toggle-close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff8a;
    color: var(--primary);
    font-size: 19px;
    border: 3px solid #fff;
    margin-left: auto;
}

@media screen and (max-width:1200px) {
    .filter-row-width .row {
    width: 82%;
}
}

@media screen and (max-width:991px) {

    a.navbar-btn,
    span.navbar-btn {
        background-color: var(--primary) !important;
        margin-top: 10px;
        justify-content: flex-start;
        gap: 20px;
        width:fit-content;

    }
    .property-filter{
        height:fit-content;
        border-radius:12px;
    }
    .row-col-5 .col-20{
        width:33%;
    }
    .view-all-btn-box{
        justify-content:flex-start;
        padding-top:15px;
    }
    .about-us-right{
        padding-left:0;
    }
    .aboutUs-short-widget h3{
        text-align:center;
    }
    .gallery-row{
        flex-direction:column-reverse;
    }
    .gallery-col-flex{
        display:flex;
        padding-top:10px;
        justify-content: space-around;
        align-items: center;
        gap:5px
    }
    ul.navmenu-cs {
    padding-bottom: 15px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    align-items: flex-start;
}
.offcanvas-header{
    background: #cdd6ea;
}
.download-app-footer{
    margin-bottom:12px;
}
}

@media screen and (max-width:768px) {
    .baner-caption-card h1 {
        font-size: 35px;
        line-height: 40px;

    }

    .baner-caption-card p {
        font-size: 15px;
        line-height: 24px;

    }
    .fluid-padding {
        padding:0 10px !important;
    }
     .row-col-5 .col-20,.connect-right ul li{
        width:50%;
    }
    .cities-carusel .owl-nav{
        display:none;
    }
    .about-us-left{
        height:400px;
    }
     .about-us-left img{
         width:90%;
     }
     .filter-row-width  {
   padding-left:0;
}
     .filter-row-width .row {
    width: 75%;
}
.propert-main-info-amenities ul li{
    width:50%;
}
.footer-widget ul{
    padding-left:0;
}
.download-qr-right ul li{
    width:100%;
}
}

@media screen and (max-width:567px) {
    .property-filter{
        flex-direction:column;
    }
    .property-filter select{
        border-right:0;
    }
     .row-col-5 .col-20,.connect-right ul li{
        width:100%;
    }
    .connect-left h3{
        font-size:25px;
    }
    .aboutUs-short-widget h2{
        font-size:27px;
    }
    .aboutUs-short-widget h4{
        font-size:14px;
    }
    .aboutUs-short-widget h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    color: var(--color-white);
}
.why-choose-container h3{
    font-size:21px;
}
.section-title h3{
    margin-bottom:10px;
}
    .filter-row-width .row {
        width: 100%;
    }
    .gallery-main-img img{
        height:350px;
    }
    .propert-main-info-amenities ul li{
    width:100%;
}
.pages-baner h1{
    padding-top:0;
    font-size:35px;
}
.contact-left-img{
    height:350px;
}
.faq-box .accordion-button {
    font-size: 15px;
    line-height: 24px;
}
.cms-container h5,.cms-container h3{
    font-size:17px;
    line-height:25px;
}
.login-field-bottom{
    flex-direction:column;
}
.professional-dashboard-top{
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    gap:5px
}
.profile-container-top h3,.account-card h3 {
    font-size:19px !important;
}
.profile-container-top p{
    font-size:14px !important;
}
.professional-dashboard-top h3{
    font-size:18px !important;
    margin-bottom:5px;
}
.pages-baner h3 {
    font-size:25px;
}
.msger-header-title h3{
    font-size:14px !important;
}
.msger-header {
    padding:0;
}
.msger-input{
    width:100% !important;
}
.footer-widget{
    padding-left:0;
}
.footer-widget h3,.footer-download {
    font-size:18px;
}
}





















