.modern-list {
    background: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 1px 12px rgb(0 0 0 / 8%);
    border-radius: 10px;
}
.modern-list {
    border: 1px solid #fff;
    transition: .3s;
}
.grid-category-thumb {
    display: table;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}
.overlay-cate {
    position: relative;
    display: block;
}
.overlay-cate:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%;
}
.overlay-cate img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.modern-list .property_meta {
    display: flex;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    align-items: center;
    width: 50%;
    padding: 8px 10px;
}
.property_meta.simple {
    display: block;
}
.cate-trix {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50px;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    background: #008fd5;
    color: #fff!important;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.modern-list .property_meta {
    display: flex;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    align-items: center;
    width: 50%;
    padding: 8px 10px;
}
.property_meta.simple {
    display: block;
}
.modern-list .property_meta.added_date {
    right: 0;
    left: auto;
    text-align: right;
}
.added_date .cate-trix {
    background: #fff;
    color: #000!important;
}
.modern-list-content {
    position: relative;
    padding: 0;
    width: 100%;
}
.listing-content-wrap.smalls {
    padding: 1.7em 1.4rem;
}
.modern-list .like_heart {
    float: right;
    margin-top: 0.4em;
    margin-right: 0.2em;
    font-size: 20px;
    color: #ff321312;
    transition: .3s;
    position: absolute;
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    border-radius: 50px;
}
a.like_heart .fa-heart {
    transition: .3s;
    margin-top: 2px;
}
.lst-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}
.lst-title a {
    color: #2d3954!important;
}
.listing-content-wrap.smalls .project-address {
    margin: 0;
    padding: 0;
    font-size: 14px;
    padding-top: 5px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #363636;
}
.modern-list .listing-footer-wrap {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.modern-list .listing-footer-wrap .flex-1 {
    flex: 1;
}
.property-lists ul {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.property-lists.flex-1 ul {
    padding: 0;
    margin: 0;
}

.modern-list .property-lists li {
    font-size: 12px;
    font-weight: 500;
    color: #2d3954;
}
.property-lists.flex-1 ul li {
    display: inline-flex;
    list-style: none;
    align-items: center;
}
.fa-circle {
    display: flex;
    align-items: center;
    margin: 0 6px;
}
.fs-left-map-box {
    float: left;
}
.home-map.fl-wrap {
    overflow: hidden;
}
.half-map
{
	    margin-top: 54px;
}
.fs-left-map-box .map-container.fw-map {
    width: 50%;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
    bottom: 0;
    right: 0;
    top: 11.3em;
}
.fs-inner-container {
    position: relative;
    width: 100%;
    background: #fff;
}
.fs-inner-container {
    height: 100%;
    float: left;
    display: inline-block;
}
.map-page .fs-inner-container {
    padding-top: 10em;
}
.half-map .fs-inner-container {
    width: 50%;
}
.map-container.fw-map #map-main {
    height: 300px;
    width: 100%;
    z-index: 9;
    overflow: hidden;
}
.full_search_box {
    padding: 1.4em 2em;
    display: flex;
    padding-left: 1em;
    box-shadow: 0 8px 10px 0 rgb(33 33 33 / 3%);
}
#mobile-search {
    position: relative;
    display: block;
    overflow: inherit;
    opacity: 1;
    transition: none;
    width: 100%;
    z-index: 9;
}
#mobile-search .modal-dialog.search-filters {
    max-width: 100%!important;
    width: 100%!important;
    margin: 0;
    min-height: 0!important;
    transform: none;
    transition: none!important;
    display: block!important;
    box-shadow: none;
}
.sort-buttons {
    width: 25%;
    float: right;
    top: 0px;
    position: absolute;
    right: 0;
}
.btn.filter-btn, .btn.map-btn, .btn.sort-btn, .search_hero_wrapping .form-control {
    height: calc(2rem)!important;
    border-radius: 20px!important;
    font-size: 12px;
    padding: 0 1.4rem;
    border: 1px solid rgba(0,0,0,.1)!important;
    font-weight: 600;
    font-family: source sans pro,sans-serif;
    color: rgb(0 0 0/71%);
    transition: .4s;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9d4;
}
.btn.filter-btn, .btn.map-btn, .btn.sort-btn {
    display: flex;
    float: right;
    margin: 0 0 0 0.4em;
    padding: 0 0.8rem!important;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.for_sale
{
	position: relative;
    float: left;
    display: contents;
}
.modal-dialog {
    box-shadow: 0 0 2rem rgb(0 0 0 / 12%);
    background-color: #fff;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.modal-filters {
    display: none!important;
}
.modal-dialog .row {
    margin: 0!important;
}
.search_hero_wrapping .Search-button, .search_hero_wrapping .input-search {
    margin: 0 0.3em;
    max-width: 116px;
}
.btn.search-btn {
    background: #008fd5;
    padding: 0 1.8rem!important;
    border-radius: 20px!important;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    font-family: source sans pro,sans-serif;
    height: calc(2rem);
}
.map-popup-wrap {
    display: block;
    border-radius: 8px;
    width: 300px!important;
    background: #fff;
    position: relative;
}
.map-popup {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 9px 16px rgb(58 87 135 / 15%);
}
.infoBox-close {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 20px;
    right: 20px;
    color: #333c56;
    text-align: center;
    border-radius: 100%;
    z-index: 20;
    background: #fff;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 40%);
    cursor: pointer;
}
.single_property_style {
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5e9ec;
}
.single_property_style {
    position: relative;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #e8ebef;
    transition: .4s ease all;
}
.map-popup-wrap .single_property_style.property_style_2 {
    border: none;
    margin-bottom: 0;
}
.single_property_style.property_style_2 .listing_thumb_wrapper {
    overflow: hidden;
    position: relative;
    min-height: 220px;
    max-height: 220px;
}
.list-single-img a {
    position: relative;
    display: block;
}
.single_property_style.property_style_2 .listing_thumb_wrapper img {
    max-height: 220px;
    min-height: 220px;
    width: 100%;
}
.single_property_style.property_style_2 .property-type {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(255,255,255,.1);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    z-index: 1;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 0 5px rgb(255 255 255 / 20%);
    box-shadow: 0 0 0 5px rgb(255 255 255 / 20%);
}
.single_property_style.property_style_2 .property_caption_wrappers {
    padding: 1rem;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.single_property_style.property_style_2 .property_short_detail {
    flex: 1;
}
.single_property_style.property_style_2 .listing-name {
    font-size: 16px;
    position: relative;
    margin-bottom: 0;
}
.property_features_wrap {
    padding: 0.1rem 1.5rem 0.6rem;
    display: flex;
    flex-wrap: wrap;
}
.dropdown-menu.price-range.show {
    padding: 2em 1.8em;
    margin-top: 1em;
    border-radius: 8px;
    border: none;
    background-color: #fff;
    box-shadow: 0 1px 16px 5px rgb(0 0 0 / 8%);
}
.range-slider, .range-slider2 {
    width: 300px;
    margin: auto;
    text-align: center;
    position: relative;
    height: 6em;
    margin-top: 1.5em;
}
.range-slider span, .range-slider2 span {
    width: 100%;
    display: flex;
    align-items: center;
}
input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
    padding: 10px 5px;
    border-radius: 5px;
    width: 50%;
}

.nav-dropdown, .nav-menu, ul {
    list-style: none;
    padding-left: 0;
}

.map-card {
	height: 140px;
	max-width: 440px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #E5E5E5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.map-card .img {
	overflow: hidden;
	width: 140px;
	height: 100%;
}
.map-card .img img {
	width: 100%;
	height: 100%;
}
.map-card .text {
	display: flex;
	align-items: center;
	width: calc(100% - 140px);
	background: #fff;
	height: 100%;
	padding: 10px 20px;
}
.map-card .text .name {
	color: #484848;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 5px;
}
.map-card .text .address {
	font-weight: 500;
	color: #9A9A9A;
	font-size: 14px;
	margin-bottom: 5px;
}
.map-card .text .amenities {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.map-card .text .amenities .box {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.map-card .text .amenities .box:last-of-type {
	margin-right: 0px;
}
.map-card .text .amenities .box p {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	padding-left: 5px;
	color: #484848;
}
.infoBox
{
	width: 400px !important;
}