.searchprop-form-fvh{
    max-width: 100%;
}


.searchprop-arrival-fvh {
    background: var(--white);
    border: 1px solid #c8c8c8;
    border-radius: 0;
    color: #555;
    height: 45px;
    box-shadow: none;
    font-family: "Avenir Next", "Avenir Next LT Pro", "Nunito Sans", sans-serif; /*sans-serif;*/
    font-weight: 500;
    font-size: medium; /*13px;*/
    width: 100%;
    padding: 8px;
}

.fa-calendar-alt {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.relative-postn-fvh{
    position: relative !important;
    margin: 0 !important;
}

.searchprop-select-fvh {
    border: 1px solid #c8c8c8;
    border-radius: 0;
    color: #9b9b9b;
    height: 45px;
    box-shadow: none;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    padding: 8px;
}

.searchprop-form-fvh .searchprop-row-fvh{
    display: flex;
    justify-content: space-between;
}

.searchprop-col-fvh {
    flex: 1;
    width: 20%;
    padding: 0px 5px 0 5px;
}
.custm-wrapper_searchFilter{
    max-width: 100%!important;

}  
.btnStyle{
    border: 1px solid #c8c8c8;
    border-radius: 0;
    color: #fff;
    height: 45px;
    box-shadow: none;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    padding: 8px;
    background: #e91e63;
}

#property-list-options{
    border: 1px solid #c8c8c8;
    border-radius: 0;
    color: #9b9b9b;
    height: 45px;
    box-shadow: none;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    padding: 8px;
}

.property-list-form-fvh{
    margin: 0 auto;
    max-width: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.searchprop-row-fvh #multiselect-location input[type="checkbox"] {
    margin-right: 5px;
}

.searchprop-form-fvh summary {
    outline-width: 0px !important;
    font-family: "Avenir Next", "Avenir Next LT Pro", "Nunito Sans", sans-serif;
    font-size: medium;
    font-weight: 500;
    color: #555;
}

#searchprop-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

@media only screen and (max-width: 991px){
  

} 

@media only screen and (min-width: 700px) and (max-width: 900px)  {
	
	.searchprop-col-fvh {
    flex: 1;
    width: 20%;
    padding: 0px 8px 0 8px;
}
    
	
}

@media only screen and (max-width: 690px){
    .searchprop-col-fvh {
    width: 100%;
    padding: 10px 15px 0 15px;
}
.searchprop-form-fvh .searchprop-row-fvh{
    flex-direction: column;
}

.searchprop-form-fvh{
    position: relative;
    padding-top: 53px;
    padding-bottom: 10px;
}

#searchprop-search-btn{
    position: absolute;
    top: 0;
    margin-top: 0px;
}
}
  