.search-field-container{padding: 10px 0; background: #586271; height: 60px;}
.search-field-container .global-search-input{max-width: 380px; margin: 0 auto;}
.radius-filter-container{padding: 10px 0;} 
.radius-filter label{margin-right: 18px;margin-left: 8px;margin-bottom: 0;}
.radius-filter .form-group{width: 239px;}
.map-result-container{padding: 45px 0 60px;}
.map-result-box{width: 100%;height: 500px;border: solid 1px #66c1be;padding: 20px;background: #fff; }
.map-result-holder{width: 100%; height: 100%; background: #999;}
.result-filter-container{padding: 10px 0;}
.result-filter label{margin-right: 18px;margin-left: 8px;margin-bottom: 0;}
.result-filter .form-group{margin: 0 10px;}
.result-listing-container{padding: 60px 0;}
.result-listing-list{width: calc(100% + 24px); margin-left: -12px; display: flex; flex-wrap: wrap; margin-bottom: 30px; margin-top: -5px;}
.rl-item{width: 33.333%; padding:0 12px 20px;}
.rl-box{background: #055468;color: #fff;display: flex;flex-flow: column;margin: 0 auto;height: 100%;text-align: left;width: 100%;padding: 0 28px 36px;}
.rl-content {font-family:'Roboto', sans-serif;font-size: 16px;line-height: 22px;padding: 20px 0 47px;letter-spacing: -0.4px;}
.rl-box .rl-img { height: 160px;background: #333;margin: 0 -28px 0; position: relative;}
.rl-img img {width: 100%;height: 100%; object-fit: cover;} 
.rl-content h3 {font-size: 30px;line-height: 36px;margin-bottom: 17px;}
.rl-more-btn{text-align: center; margin-top: auto;}
.rl-badge {width: 70px;height: 70px;background: #f0f0f0;border-radius: 50%;color: #586271;font-size: 15px;line-height: 18px;font-weight: 700;display: flex;align-items: center;justify-content: center;white-space: normal; text-align: center;position: absolute;top:22px;right:23px; box-shadow: 0 0 5px rgba(0,0,0,0.1) }

.property-box{background: #055468;color: #fff;display: flex;flex-flow: column;margin: 0 auto;text-align: left;width: 307px;padding: 0 25px 30px;position: absolute;top: -40px;right: -21px; box-shadow: 0 0 15px rgba(0,0,0,0.15); display: none;}
.property-content {font-family:'Roboto', sans-serif;font-size: 16px;line-height: 22px;padding: 20px 0 47px;letter-spacing: -0.4px;}
.property-box .property-img { height: 160px;background: #333;margin: 0 -25px 0; position: relative;}
.property-img img {width: 100%;height: 100%; object-fit: cover;} 
.property-content h3 {font-size: 30px;line-height: 36px;margin-bottom: 17px;}
.property-more-btn{text-align: center; margin-top: auto;}
.property-badge {width: 70px;height: 70px;background: #f0f0f0;border-radius: 50%;color: #586271;font-size: 15px;line-height: 18px;font-weight: 700;display: flex;align-items: center;justify-content: center;white-space: normal; text-align: center;position: absolute;top:22px;right:23px; box-shadow: 0 0 5px rgba(0,0,0,0.1) }
.property-close{position: absolute; top: 20px; left: 20px; font-size: 25px; color: #fff; font-weight: 700; z-index: 99; text-shadow: 1px 1px 2px rgba(0,0,0,0.3);}
#map-overlay{display:none; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background: rgba(0, 0, 0, 0.75);}


/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px){
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px) { 
.result-listing-container{padding: 50px 0;} 
}
/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
.radius-filter label{display: none;}
.radius-filter .form-group{width: 100%; max-width: 290px;} 
.map-result-container{padding: 20px 0 30px;}
.map-result-box{height: 237px; padding: 0; border:0;}
.result-filter{flex-flow: column;}
.result-filter label{width:100%; margin: 0; margin-bottom: 4px;}
.result-filter .form-group-outer{width: 100%;}
.result-filter .form-group{width: calc(50% - 10px);max-width: 50%;margin: 0;padding: 0;} 
.result-listing-container{padding: 30px 0;}
.result-listing-list{margin-bottom: 20px;}
.rl-item{width: 50%;}
.rl-item:last-child{display: none;}
.rl-content{font-size: 15px;}
.rl-content h3{font-size: 20px; line-height: 26px;}
}
/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px) {
.result-filter .nice-select.form-control{font-size: 13px; line-height: 13px; display: flex; align-items: center; padding-left: 10px; white-space: normal;}
.result-filter .nice-select .option{line-height: 15px;padding-top: 6px;padding-bottom: 6px;display: flex;align-items: center;padding-left: 10px;}
.rl-item{width: 100%;}
}