@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;1,300;1,400&display=swap');
*{
    margin:0;
    padding:0;
    font-family: 'Roboto Condensed', sans-serif;
    
}
.overlay {
    height:100vh;
}
#headercontainer{
    z-index: 3;
    position: relative;
}
#headercontainer .logo a{
    display: inline-block;
}
header{
    background:#d0191d;
}
.logo {
    margin: auto;
    width: 1349px;

}
header .logo img{
    max-width:152px;
    margin:0px 10px;
    padding-top:1px;
 
}
#wrap{
    height:100%;
}
.banner{
    padding:9% 0% 20% 0%;
    height:auto;
    background-repeat: no-repeat;   
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom:13%;
    min-height: -webkit-fill-available;
    width: 1349px;
    margin:auto;
    padding-bottom: 19%;
    position:relative;
}
.customer-form-wrap{
    padding-top:6%;
}
.main-heading{
    font-size:3rem;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7) ;
    z-index:3;
}
.details-page-heading{
    margin-bottom:40px;
    position:relative;
    z-index:3;
}
.properties-wrapper .form{
    width:90%;
    
}
.properties-wrapper form .inputs {
    margin-top:6%;
    width: 100%;
    display: block;
    background:#fff;
    height:70px;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:2px solid #dddddd;
    z-index:2;
    outline: none;
    border:none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1),2px 2px 10px rgba(0, 0, 0, 0.01);
}

.properties-wrapper form .inputs .search-bar input{
    height: 15px;
    margin-left:30px;
    /* width: 400px; */
    outline: none;
    border:none;
    font-size:14px;
    letter-spacing: 1px;
    position: relative;
    z-index:3;

}
.properties-wrapper form .inputs .search-bar {
    width: 38%;
}
.properties-wrapper form .inputs .select-box{
    display: flex;
    position: relative;

}
.properties-wrapper form .inputs .select-options{
    overflow: hidden;
    z-index: 2;
}
.properties-wrapper .select-box-line{
    border-left:2px solid #cccccc;
    padding:9px 0px;
}

.properties-wrapper form .inputs .select-options label{
    position: absolute;
    z-index: 10;
    top:-10px;
    color: #999;
    font-size:13px;
    margin-top:3px;
    margin-left:20px;
}
.properties-wrapper form .inputs .select-options select{
    width: 140px;
    border: none;
    outline: none;

}
.properties-wrapper #Age{
    color: #999;
    margin-left:10px;
}
.properties-wrapper #Age option{
    color:rgb(68, 68, 68);
}
.properties-wrapper .sub-btn{
    position: relative;
    height: 65px;
    width: 65px;
    background:#94ca60;
    margin-right:2px;
    border-radius: 50%;
    border:none;
    border-color:white;
    transition: 0.3s;
    cursor: pointer;
    z-index:4;
}
.properties-wrapper .sub-btn svg{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.properties-wrapper .sub-btn:hover{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.properties-wrapper .select2-selection__arrow b {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Arrow-down.svg/320px-Arrow-down.svg.png);
    border: none !important;
    left: -10px !important;
    position: absolute;
    top: calc(-4px + 50%) !important;
    height: 80px !important;
    width: 25px !important;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.properties-wrapper .filter-box{
  
    height:40px;
    width:100px;
    position: relative;
    float:right;
    background:#fff;
    border-radius: 40px;
    top:-70px;
    z-index:3;
    display: none;
}
#comboTree42664DropDownContainer{
    height:176px;
}
#footer{
    z-index: 3;
    position: relative;
}

.properties-wrapper .filter{
    top: -6px;
    right: 1px;
    height: 65px;
    position:absolute;
    border:2px solid white;
  
}
.properties-wrapper .filter-box h3{
   position:relative;
   top:26px;
   left:23px;
   font-size:18px;
   color:#60bcd9;
   letter-spacing: 1px;
}
.properties-wrapper .filter svg{
    min-width: 30px;
    height: 30px;
}
.sub-btn svg {
    width: 30px;
    height: 30px;
}
.properties-wrapper .select-box h2{
    color:#666;
    font-weight:600;
    display:none;
}
.properties-wrapper .toggle-box h2{
    margin-left:48%;
    padding-top:10px;
    color:#666;
    font-weight:600;
    display: none;
    z-index:1;
    position:relative;
    
}

.properties-wrapper .toggle-box{
    display: none;
}
.properties-wrapper .manual-field{
    height:35px;
    margin:0px 10px;    
    padding-left:15px;
}
.input-error-msg{
    background:#fbe3e4;
    color:#7c1c0f;
    border:1px solid #e2aeb0;
    padding: 12px 10px;
    display: none;
}
.properties-wrapper .comboTreeDropDownContainer{
    margin-left: 40px !important;
    margin-top: 13px !important;
    max-height:176px !important;
    overflow-x:hidden;
}
.comboTreeArrowBtn{
    display: none;
}
/* .properties-wrapper .comboTreeInputWrapper{
    width: 400px;
} */
/* <---label-hide------> */
.properties-wrapper #min,#bed,#max,#bath,#age_label,#price-range-label,#bedroom-range-label{
    display: none;
}

.banner2-wrapper{
    padding-top:30px;
    background: #f2f2f2;
    margin:auto;
    width: 1349px;
    min-height: 470px;
    z-index:5;
    position: relative;
}
.banner2-heading{
    text-align: center;
    font-size: 1.9rem;
    margin: 20px auto 20px auto;
} 

.banner2-wrapper .boxes{
    display: flex;
    justify-content: space-around;
}
.first-box-img{
    height: 180px;
    width: 100%;
    background-image: url('../../img/advance_search_theme/box1.png');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
}
.second-box-img{
    height: 180px;
    width: 100%;
    background-image: url('../../img/advance_search_theme/box2.png');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
}
.third-box-img{
    height: 180px;
    width: 100%;
    background-image: url('../../img/advance_search_theme/box3.png');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
}

.banner2-wrapper .box
 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding:0px;
    height: auto;
    border: 1px solid #CCCCCC;
    transition: 0.2s ease-in;
}   
.both-margin {
    margin-right: 20px !important;
    margin-left:  20px !important;
}
.box-title {
    padding: 10px 15px 0px 15px;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 5px;   
    }
.box-text{
    font-size: 1.25rem;
    padding: 10px 15px 15px 15px;
    }
.box:hover{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    cursor: pointer;
}
.banner-footer{
    position: absolute;
    bottom:0px;
    left:0px;
    color: white;
    width:100%;
    background-color: #156073;
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 5;
}
.banner-footer footer{
    padding: 15px 35px;
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.banner-footer footer p{
    margin:0px;
}
.banner-footer-span{
    font-weight:500;
}
.banner-footer span a,
.more-post-btn-box .more-post-btn{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 2rem;
    background:#156073;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

}
.more-post-btn-box {
    margin-top:10px;
    text-align: center;
}


/* <---------------------------footer------------------------------> */
 .advance_theme_footer{
    width: 1349px;
    margin:auto;
   padding:40px 0px;
}
 .first-box{
    padding-top:20px;
    display: flex;
}

 .footer_logo{
    position: relative;
    margin-left:35px;
}
 .footer-content{
    margin-left:20px;
}
.footer-content p{
    font-size:10px;

}
 .second-box{
    margin-left:70px;
    display: flex;
    align-items: center;
}
.advance_theme_footer .company-copyright-info{
    margin-top:23px;
    margin-left:35px;
    display: flex;
}

/* <---------------------------form------------------------------> */
.customer-form-wrap form{
    margin-top:10px;
    width: 600px;
    background:#fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    border:1px solid #dddd;
    margin-bottom:40px;
    z-index:3;
    position:relative;
}
.customer-form-wrap form label{
    display: block;
    margin-top:23px;
    padding-bottom:5px;
}
.customer-form-wrap .inputs-wrap{
    margin-top:50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top:12px;
    flex-direction: column;
}
.customer-form-wrap .inputs-wrap input{
    margin:0px 10px;
}
.customer-form-wrap .first-row{
    display: flex;
}
.customer-form-wrap .second-row{
    display: flex;
}
.customer-form-wrap form label{
    margin-left:12px;
}

.customer-form-wrap .inputs-wrap input{
    height:34px;
    width:250px;
    border:none;
    border:1px solid #d6d2d2;
    padding-left:5px;
    font-size:14px;
}
.customer-form-wrap .inputs-wrap span{
    color:red;
}
.customer-form-wrap .inputs-wrap {
    margin-top:8px;
}
.customer-form-wrap .submit {
    text-align: center;
    margin:35px 0px;
}

.customer-form-wrap .submit input[type="submit"],
.customer-form-wrap #signup_form,
.properties-wrapper #area_form {
    background:#94ca60;
    outline:none;
    border:none;
    cursor: pointer;
    font-size:20px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1),2px 2px 10px rgba(0, 0, 0, 0.01);
    text-decoration: none;
    color:#000;
    padding:5px 30px;
     
}
.error{
    margin-bottom:0px;
    position: relative;
    z-index: 4;
}

.properties-wrapper  #area_form{
    width:80%;
    padding:10px 10px;
    font-weight: 400;
     display: none;
    
}
.properties-wrapper #toggle_area_form{
    display: none;
}

/* <--------------------------------------Responsive-------------------------------------------------->  */
    @media (max-width: 320px){
        .customer-form-wrap .inputs-wrap input{
            margin:0px 10px;
        }
        .customer-form-wrap .first-row{
            flex-direction: column;
        }
        .customer-form-wrap .second-row{
            flex-direction: column;
        }
        .logo{
            width: 100% !important;
        }
        .banner-footer footer {
            font-size:16px;
        }
        .banner-footer footer p{
            text-align: center;
        }
        .banner-footer span a{
            font-size:1rem;
            margin-top:10px;
        }
        .properties-wrapper form .inputs .select-options label {
            position: relative;    
            top: -2px;
            margin-left: 3px;
        }
        .properties-wrapper .select-box h2{
            display:block;
            width: 100%;
            margin-left: 16px;
        }
        .banner{
            height:100vh;
            width: 100%;

        }
        .customer-form-wrap form {
            margin-top: 40px;
            width: 295px;
        }
        .customer-form-wrap .inputs-wrap {
           
            flex-direction: column;
        }
        .properties-wrapper form .inputs .select-box{
            background:#fff;
            padding:30px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1),2px 2px 10px rgba(0, 0, 0, 0.01);
        }
        .select2-container{
            width: 200px !important;
        }
        .properties-wrapper form .inputs .select-box{
            margin-left:0px !important;
        }
        .properties-wrapper  #area_form{
            display: block;
        }
        .banner2-wrapper .boxes{
            flex-direction: column;
        }
        .advance_theme_footer{
            width: 100%;
        }
        .banner-footer footer{
            flex-direction: column;
        }
        .footer_logo{
            margin-left:15px;
        }
    }
    @media only screen and (max-device-width : 480px){ 
        .banner{       
            padding-top: 10%;
            height:700px;
            width: 100%;
        }
        .customer-form-wrap .first-row{
            flex-direction: column;
        }
        .customer-form-wrap .second-row{
            flex-direction: column;
        }
       
        #toggle_area_form{
            display: none;
        }
        .properties-wrapper form .inputs .select-options label {
            position: relative;    
            top: -2px;
            margin-left: 3px;
        }
        .properties-wrapper .select-box h2{
            display:block;
            width: 100%;
            margin-left: 16px;
        }
    .properties-wrapper form .inputs .select-box{
        background:#fff;
        padding:10%;
        border-radius: 10px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1),2px 2px 10px rgba(0, 0, 0, 0.01);
        }
    .select2-container{
        width: 200px !important;
        }
    .properties-wrapper form .inputs .select-box{
        margin-left:0px !important;
        }
    .customer-form-wrap form {
        margin-top: 10px;
        width: 300px;
    }
    .customer-form-wrap .inputs-wrap {  
        flex-direction: column;
    }
    .logo{
        width: 100% !important;
    }
    header .logo img{
        max-width:145px;
        padding-top:0px;
        }
    .main-heading{
        font-size: 1.6rem;
    }
    .properties-wrapper .filter-box {
        height: 42px;
        width: 45px;
        top: -60px;
        display: none;
        background: transparent;
    }
    .properties-wrapper .filter svg {
        min-width: 15px;
        height: 15px;
    }
    .properties-wrapper .sub-btn {
        height: 40px;
        width: 40px;
        position: relative;
        z-index: 5;
    }
    .properties-wrapper form .inputs {
        width: 80%;
        height: 46px;
    }
    .properties-wrapper form .inputs .search-bar input {
        height: 15px;
        margin-left: 14px;
        /* width: 100%; */
        outline: none;
        border: none;
        font-weight: normal;
        letter-spacing: unset;
       
    }
    .properties-wrapper .filter {
        top: 7px;
        
    }
    .properties-wrapper .filter-box h3 {
        display: none;
    }
    .properties-wrapper .filter-box h3 {
        position: relative;
        top: 23px;
        left: 12px;
        font-size: 15px;
        color: #60bcd9;
        letter-spacing: 1px;
    }
    .properties-wrapper form .inputs .select-box {
        position: absolute;
        top:140%;
        left:0px;
        display: flex;
        flex-direction: column;
        margin-left:20px;
      
     }
     .properties-wrapper .select-box-line{
         border:none;
      
     }
     .select2-container{
        outline: none;
        border:none;
        border:2px solid #dddddd;
    }
     .form .inputs {
        margin-top: 8%;
    }
    
    .search-bar{
       width: 80% !important;
    }
    .main-heading{
      text-align: center;
    }
    .properties-wrapper .filter-box{
        display: inline-block;
    }   
    .sub-btn {
        height: 41px;
        width: 43px;
   
    }
    .sub-btn svg {
        width: 23px;
        height: 23px;

    }
    .footer_logo{
        margin-left:15px;
    }
    .footer-logo img{
        width: 23px;
        height: 23px;
    }
    .first-box,
    .second-box,
    #copyright,
    #company-privacy{
        margin-left: 10px;
        margin-right:10px;
      
    }
    .properties-wrapper  #area_form{
        display: block;
    }
    .banner2-wrapper{
        width: 100%;
    }
    .banner2-wrapper .box{
        width:100% !important;
        height: auto;
    }
    .banner2-wrapper .boxes{
        flex-direction: column;
    }
    .advance_theme_footer .company-copyright-info{
        margin-bottom: 23px;
        margin-left: 15px;
        display: block;
        margin-top:50px;
    }
    .advance_theme_footer .footer_logo img{
        width:50px;
    }
    .advance_theme_footer .footer-content p {
        font-size: 8.9px;
    }
    .properties-wrapper .comboTreeDropDownContainer{
        margin-left: 20px !important;
        box-shadow:2px 2px 10px rgba(0, 0, 0, 0.1) !important;
    }
    .banner-footer footer{
        flex-direction: column;
       
    }
    .banner-footer footer p{
        text-align: center;
        font-size:1.2rem;
    }
    .banner-footer span a{
        font-size:1rem;
        margin-top:10px;
    }
    .advance_theme_footer{
        width: 100%;
    }
    
    
  }
  @media only screen and (min-width: 480px) and (max-width: 767px){
    .customer-form-wrap .inputs-wrap input{
        margin:0px 10px;
    }
    .customer-form-wrap .inputs-wrap{
        flex-direction: column;
    }
    .customer-form-wrap .first-row{
        flex-direction: column;
    }
    .customer-form-wrap .second-row{
        flex-direction: column;
    }
    #toggle_area_form{
        display: none;
    }
    .logo{
        width: 100% !important;
    }
    .properties-wrapper form .inputs .select-options label {
        position: relative;    
        top: -2px;
        margin-left: 3px;
    }
    .properties-wrapper .select-box h2{
        display: block;
        width: 100%;
        margin-left: 20px;
    }
    .properties-wrapper form .inputs .select-box{
        background:#fff;
        padding: 5% 0% 8%;
        border-radius: 10px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1),2px 2px 10px rgba(0, 0, 0, 0.01);
    }
    .select2-container{
        width: 160px !important;
    }
    .properties-wrapper form .inputs .select-box{
        margin-left:0px !important;
    }
    .customer-form-wrap form {
        margin-top: 10px;
        width: 400px;
    }
    .customer-form-wrap .inputs-wrap {  
        flex-direction: column;
    } 
    .customer-form-wrap .inputs-wrap input {
        height: 34px;
        width: 344px;
    }  
    header .logo img{
        max-width:145px;
        padding-top:0px;
     
    }
    .main-heading{
        font-size: 1.9rem;
    }
    .properties-wrapper .sub-btn{
        height: 55px;
        width: 55px;
    }
    .properties-wrapper .filter-box {
        height: 60px;
        width: 120px;
        top: -60px;
       
    }
    .properties-wrapper .filter-box h3 {
        position: relative;
        top: 23px;
        left: 12px;
        font-size: 15px;
        color: #60bcd9;
        letter-spacing: 1px;
    }
    .properties-wrapper form .inputs .select-box {
        position: absolute;
        top: 125%;
        left:0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        flex-direction: row;
        margin-left:20px;
     }
   
     .properties-wrapper .select-box-line{
         border:none;
      
     }
     .select2-container{
        outline: none;
        border:none;
        border:2px solid #dddddd;
        margin-left: 20px;
    }
     .form .inputs {
        margin-top: 8%;
    }
    .properties-wrapper form .inputs{
        width:70%;
        height: 60px;
    }
     .banner{
       padding-top:14%; 
        height: 700px;
        padding-bottom: 30%;
        width: 100%;

    }
    .main-heading{
      text-align: center;
    }

    .properties-wrapper form .inputs .search-bar input{
        height: 15px;
        margin-left:14px;
        outline: none;
        border:none;
        font-weight:normal;
        letter-spacing: unset;
        /* border:1px solid blue; */
    }
    .properties-wrapper .filter-box{
        display: inline-block;
    }
    .banner2-wrapper{
        width: 100%;
    }
    .banner2-wrapper .box{
        width: 100% !important;
        height: auto;
    }
    .banner2-wrapper .boxes{
        flex-direction: column;
    }
    .sub-btn {
        height: 41px;
        width: 43px;
   
    }
    .sub-btn svg {
        width: 23px;
        height: 23px;

    }
    .footer-logo {
        height: 65px;
        width: 180px;
    }
    .footer-logo img{
        width: 23px;
        height: 23px;
    }
    .first-box,
    .second-box,
    #copyright,
    #company-privacy{
        margin-left: 10px;
        margin-right:10px;
      
    }
    .properties-wrapper  #area_form{
        display: block;
    }
    .properties-wrapper form .inputs .search-bar{
        width:80%;
    }
    .advance_theme_footer{
        width: 100%;
    }
    .banner-footer footer {
        flex-direction: column;
    }
    .banner-footer footer p{
        text-align: center;
        font-size:1.3rem;
    }
    .banner-footer span a{
        font-size:1rem;
        margin-top:10px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 960px){
    .customer-form-wrap .inputs-wrap{
        flex-direction: column;
    }
    .properties-wrapper form .inputs .select-options label {
        position: relative;    
        top: -2px;
        margin-left: 3px;
    }
    .properties-wrapper .select-box h2{
        display: block;
        width: 100%;
        margin-left: 43px !important;
    }
    .properties-wrapper form .inputs .select-box{
        background:#fff;
        padding: 3% 2% 6%;
        border-radius: 10px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1),2px 2px 10px rgba(0, 0, 0, 0.01);
    }
    .logo{
        width: 100% !important;
    }
    .select2-container{
        width: 225px !important;
    }
    .properties-wrapper form .inputs .select-box{
        margin-left:0px !important;
    }
    .customer-form-wrap form {
        margin-top: 10px;
        width: 550px;
    }
    
    .customer-form-wrap .inputs-wrap input {
        height: 34px;
        width: 200px;
    }
    .properties-wrapper form .inputs .select-box {
        position: absolute;
        top:140%;
        left:0px;
        display: flex; 
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
     }
     .select2-container{
         outline: none;
         border:none;
         border:2px solid #dddd;
     }
 
     .properties-wrapper .select-box-line{
         border:none;
        
     }
     .properties-wrapper form .inputs{
         width:78%;
        
     }
     .properties-wrapper .filter-box{
         height:70px;
         width: 135px;
         position: relative;
         float:right;
         background:#fff;
         border-radius: 40px;
         top:-70px;
         z-index:3;
        display: block;
     }
     .properties-wrapper .filter{
         top: -6px;
         right: 1px;
         height: 65px;
         position:absolute;
       
     }
     
     .properties-wrapper .filter-box h3{
        position:relative;
        top:26px;
        left:23px;
        font-size:18px;
        color:#60bcd9;
        letter-spacing: 1px;
     }
     .properties-wrapper .filter svg{
         min-width: 30px;
         height: 30px;
     }
     .sub-btn svg {
         width: 30px;
         height: 30px;
 
     }
    .banner{
        height: 550px;
        padding-bottom: 30%;
        width: 100%;
      }
     .properties-wrapper form .inputs .search-bar input{
        max-width: 100%;
       
     }  
     .properties-wrapper  #area_form{
        display: block;
    }
    .properties-wrapper form .inputs .search-bar{
        width:85%;
    }   
    .banner2-wrapper{
        width: 100%;
    }
    .banner2-wrapper .box{
        margin:0px 13px;
        width: 18rem !important;
    }
    .box-text {
        font-size: 1.10rem;
    }
    .advance_theme_footer{
        width: 100%;
    }
    .banner-footer footer {
        flex-direction: column;
    }
    .banner-footer footer p{
        text-align: center;
        font-size:1.5rem;
    }
    .banner-footer span a{
        font-size:1.2rem;
        margin-top:10px;
    }
  }
  @media only screen and (min-width: 960px) and (max-width: 1280px){
    .banner{
        height:100vh;
        width: 100%;

    }
    .logo{
        width: 100% !important;
    }
    .select2-container{
        outline: none;
        border:none;
        border:2px solid #dddd;
        margin-left:10px;
    }

    .properties-wrapper .select-box-line{
        border:none;
        margin-left:60px;
    }
    .properties-wrapper form .inputs{
        width:78%;
    }
    .properties-wrapper .filter-box{
        height:70px;
        width:170px;
        position: relative;
        float:right;
        background:#fff;
        border-radius: 40px;
        top:-70px;
        z-index:3;
       display: block;
    }
    .properties-wrapper .filter{
        top: -6px;
        right: 1px;
        height: 65px;
        position:absolute;
        background:#60bcd9;
      
    }
    
    .properties-wrapper .filter-box h3{
       position:relative;
       top:26px;
       left:23px;
       font-size:18px;
       color:#60bcd9;
       letter-spacing: 1px;
    }
    .properties-wrapper .filter svg{
        min-width: 30px;
        height: 30px;
    }
    .sub-btn svg {
        width: 30px;
        height: 30px;

    }
    
    .properties-wrapper  #toggle_area_form{
        display: block;
    }
    .properties-wrapper form .inputs .search-bar{
        width:85%;
    }
    .properties-wrapper .select-box-line{
        border:none;
        margin: 0px 30px !important;
    }
    .properties-wrapper form .inputs .search-bar{
        width:85%;
    }
    .properties-wrapper form .inputs .select-box {
        position: absolute;
        top:140%;
        left:0px;
        display: flex;
        background:#fff;
        padding: 10% 4% 10%;
        border-radius: 10px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1),2px 2px 10px rgba(0, 0, 0, 0.05);
        margin-left:0px !important;
    }
    .properties-wrapper .select-box h2{
        display: block;
        position: absolute;
        top: 8%;
        left: 46%;
        font-size: 31px;
    }
    .properties-wrapper #area_form {
        padding:10px 30px !important;
        display: block;
        width:30%;
        position: absolute;
        margin: 7% 33%;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1),2px 2px 10px rgba(0, 0, 0, 0.01);
    }
    .properties-wrapper form .inputs .select-options label{
        top: 60px;
        margin-left: 5px;
    }
    .banner2-wrapper{
        width: 100%;
    }
    .banner2-wrapper .box{
        margin:0px 13px;
        width: 23rem !important;
    }
    .advance_theme_footer{
        width: 100%;
    }
  }