/*Responsive*/


/*Bootstrap specific*/

@media(min-width: 992px){
  .container {
    max-width: 1050px;
}   
}


@media(min-width: 1200px){
  .container {
    max-width: 1210px;
}   
}


@media(min-width: 1400px){
  .container{
    max-width: 1350px;
}   
}


@media(min-width: 1600px){
  .container{
    max-width: 1450px;
}   
}

@media(min-width: 1700px){
  .container {
    max-width: 1540px;
}
}


@media(min-width: 1800px){
  .container{
    max-width: 1610px;
}   
}


/*General Responsive*/


@media(max-width: 1699px){
    .featured-property-left{
        padding: 34px 25px;
        min-height: auto;
    }
}

@media(max-width: 1599px){
    .featured-property-slider .slick-list{
        padding-right: 110px;
    }
}

@media(max-width: 1499px){
  .real-estate-form .flex-form .form-wrapper .col-lg-3{
    flex: 0 0 21%;
    max-width: 21%;
}
.featured-property-slider .slick-list{
        padding-right: 0;
    }
    
    .featured-property-slider .slick-arrow.slick-next,
    .featured-property-slider .slick-arrow.slick-prev{
        right: 100px;
    }
    
    .featured-property-slider:after{
        width: 16%;
    }
    
    .newly-launch-slider .slick-arrow.slick-prev,
    .category-slider .slick-arrow.slick-prev,
    .portfolio-slider .slick-arrow.slick-prev{
        left: -14px;
    }
    
    .newly-launch-slider .slick-arrow.slick-next,
    .category-slider .slick-arrow.slick-next,
    .portfolio-slider .slick-arrow.slick-next{
        right: -14px;
    }
    
    .featured-property-left{
        min-height: 417px;
    }
}

@media(max-width: 1399px){
    
    .section-title .main-title{
        font-size: 36px;
        line-height: 40px;
    }
    
    h2 {
    font-size: 22px;
    line-height: 30px;
}

h3 {
    font-size: 18px;
    line-height: 26px;
}
    
    h4{
        font-size: 22px;
        line-height: 30px;
    }
    
    .theme_btn{
        font-size: 13px;
    }
    
    .real-estate-form .form-wrapper .nice-select span.current {
    text-transform: capitalize;
}
.real-estate-form .form-wrapper .nice-select::after{
    top: 55%;
}
.featured-property-slider{
    margin-right: -50%;
}
.featured-property-slider:after{
        width: 32%;
    }
    .featured-property-slider .slick-arrow.slick-next,
    .featured-property-slider .slick-arrow.slick-prev{
    right: 240px;
}
.new-launch-block .new-launch-body .content-area{
    min-height: 191px;
}

.counter-box .counter-descr{
    font-size: 16px;
}
.team-block .team-body .social-icons li a {
    font-size: 20px;
}
.featured-property-left{
    padding: 34px 22px;
}

.real-estate-form .icon-block .nice-select, 
.real-estate-form .form-wrapper .nice-select,
.real-estate-form .form-wrapper input::placeholder{
    font-size: 14px;
}
}

@media(max-width: 1299px){
    .featured-property-slider .slick-arrow.slick-next,
    .featured-property-slider .slick-arrow.slick-prev{
    right: 300px;
}
}

@media(max-width: 1199px){
   .real-estate-form .icons-wrapper{
       width: 94%;
   }
   
   .navbar{
       padding: 20px 0;
   }
   
   .navbar-nav{
       display: none;
   }
   
   .real-estate-form .form-wrapper .nice-select::after{
       right: 4px;
   }
   .featured-property-slider {
    margin-right: 0;
}
.featured-property-left{
    margin-bottom: 40px;
}
.featured-property-slider:after{
    content: none;
}

.about-sec .about-image{
    text-align: left;
    margin-top: 30px;
}
.featured-property-left{
    min-height: auto;
}
}

@media(max-width: 991px){
    
    h1{
        font-size: 40px;
    }
    
    .real-estate-form .flex-form{
        flex-direction: column;
    }
    .real-estate-form .flex-form .form-wrapper .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.real-estate-form .form-wrapper .form-group{
    border-right: 0;
    border-bottom: 1px solid rgba(var(--body-color-rgb), 0.2);
}

.real-estate-form .form-wrapper .nice-select{
    line-height: 46px;
}

.real-estate-form .form-wrapper .nice-select::after{
    right: 18px;
}

.real-estate-form .icon-block{
    margin-bottom: 25px;
}

.newly-launch-sec .p-border-left{
    padding-left: 0;
    border-left: 0;
}

.featured-property-left{
    min-height: auto;
}

}


@media(max-width: 767px){
    .feature-block .feature-thumb{
        height: auto;
        margin-bottom: 20px;
    }
}


@media(max-width: 575px){
    
    h1 {
    font-size: 36px;
}

h4{
        font-size: 22px;
        line-height: 25px;
    }
    
    .section-title .main-title {
    font-size: 28px;
}
    
    .real-estate-form .icons-wrapper {
    width: 100%;
}
.real-estate-form .icon-block .icon-inner{
    width: 80px;
    height: 80px;
}
.theme-footer .footer-bottom .container{
    flex-direction: column;
    justify-content: center;
}
.theme-footer .social-icons{
    margin-top: 15px;
}
.team-block .team-body .social-icons li a {
    font-size: 18px;
}

.section {
    padding: 70px 0;
}

.section.section-padding{
  padding: 70px 0 40px;
}

}

