/* Guesty martle beach css*/
.custom-search-result footer{
    display: none;
}
body .desktop_search_fillter  h1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: rgba(41, 41, 41, 1);
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0 3px;
    line-height: 1.6;
}
body .desktop_search_fillter  hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

body .desktop_search_fillter  hr {
    border-color: #DADADA;
    clear: both;
}
body .desktop_search_fillter  h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: rgba(41, 41, 41, 1);
    text-transform: capitalize;
}

body .desktop_search_fillter .elementor-shortcode { 
    max-height: calc(100vh - 100px);
    overflow-y: auto;  
    scrollbar-width: thin;
    scrollbar-color: var(--sand-dark) transparent;
}
body .desktop_search_fillter .custom-select select{
    width: 100%;
}
body .desktop_search_fillter .form-control-feedback {
    width: 22px;
    height: auto;
    position: absolute;
    top: 50% ;
    right: 15px;
    transform: translateY(-50%);
}
body .desktop_search_fillter .bedroom-filter{
margin-top: 5px;
}
body .desktop_search_fillter #amenitiesCollapse {
    position: relative;
    display: block!important;
    width: 100%;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    background: var(--second_color);
    padding: 17px 10px;
    text-align: center;
    cursor: pointer;
    font-family: Poppins;
    text-transform: uppercase;
    transition: 0.4s;
    font-weight: 600;
}
body .desktop_search_fillter .update_search {
    margin-top: 0;
    margin-bottom: 10px;
    height: 55px;
    padding: 16px 5px;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 600;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
}
body .desktop_search_fillter .map-btn {
    height: 55px;
    width: 100%;
    background: #C8C8C8;
    padding: 0;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.searchresultdiv .property-title {
    position: absolute;
    top: 67%;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(transparent, #000);
    padding: 0 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.searchresultdiv .property-title a, .searchresultdiv .property-title a:hover {
    color: #fff;  
}
body .desktop_search_fillter .button_list {    
    flex-direction: column;
}
.grid-view .searchresultdiv .item-property:hover {
    box-shadow: 0 0 5px #000;
}

.floating-group input {    
    border: 1px solid;  
    width: 100%;  
    margin-top: 10px;
}
.custom-search-result .container {
    width: 100%;
}
div#map-listing-page {
    display: none;
}



/* Filter css start */

  #amenitiesExpand {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    left: 1000%;
    width: 1280px;
    transition: 0.5s;
    display: block;
    z-index: 9999;
    margin: 0!important;
}
#resortpro-widget-form .form-group {
    margin-bottom: 10px;
}
.amenity_group {
    font: 300 12px 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 0!important;
    padding-bottom: 15px;
    padding: 0;
}
@media (min-width: 1200px) {
#amenitiesExpand h4 {
    padding: 15px 10px 0px;
    margin: 0;
    color: #fff;
}
  #amenitiesExpand .resortpro-search-location-resort-block {
    background: #000;
    width: calc(100% / 8 * 5);
    float: right;
    overflow: auto;
    height: 100%;
    padding-left: 10px;
}
#amenitiesExpand.active {
    left: 0;
}
#amenitiesExpand .closeAmenity {
    position: absolute;
    right: 63%;
    top: 20px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    background: var(--main_color);
    transition: 0.3s;
    padding-bottom: 3px;
}
#amenitiesExpand .resortpro-search-location-resort-block {
    background: #000;
    width: calc(100% / 8 * 5);
    float: right;
    overflow: auto;
    height: 100%;
    padding-left: 10px;
}
#amenitiesExpand .amenity_group {
    color: #fff;
    padding: 10px;
    width: calc(100% / 5);
    min-height: 220px;
}
}
@media (max-width: 1420px) {
  #amenitiesExpand .amenity_group {
    width: calc(100% / 4);
}
}