.property-search-bar .mapboxgl-ctrl-geocoder .suggestions{
background-color:var(--deep-navy)!important;
}
.property-search-bar .module---property-search-bar .selectedCountryText.active .icon.icon-arrow-down:before {
    transform: scale(-1);
}
.module--homepage-banner .property-search-bar .module---property-search-bar .filter-main-wrapper .filterRow.filterrow-desktop .filterWrapper.contryWrapper .countryTextListWrapper .selectedCountryText{
background-color:transparent;
}
.filterDataAndMapWrapper .propertyListing .sortBy a.selectedList{
z-index:2;
}
.filterDataAndMapWrapper .propertyListing .sortBy .sortByListUl{
z-index:1;
}
.filterDataAndMapWrapper .propertyListing .sortBy a.selectedList .active {
z-index:2;
}
@media all and (max-width:767.98px){
.property-search-bar .filterWrapper.propertySizeWrapper {
    min-width: auto;max-width: inherit;
   
}
.property-search-bar .propertySizeRangeWrapper > .countryText{
margin-bottom:6px!important;
}

.properties-landing-main-wrapper .mapboxgl-ctrl-geocoder{
z-index:1000;
}
}