#simplyHomeMap {
    z-index: 0
}

#property-container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#loading-indicator {
    display: none;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    font-size: 12px;
    color: #fff;
}


.mapSection {
    display: flex;
    flex-direction: column;
    height: 560px;
    position: relative;
    width: 100%
}

.mapboxgl-popup-close-button {
    display: none!important
}

.mapboxgl-popup-content {
    border-radius: 8px!important;
    padding: 0!important
}

.mapDetails p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    text-align: center
}

.mapDetails {
    padding: 8px
}

.propertySection--Grid {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto
}

.propertySection {
    background: linear-gradient(180deg,#ae2573,#ae2573);
    padding: 50px 20px
}

.property--Card {
    background: #fefefe;
    border-radius: 31.3px;
    display: flex;
    gap: 31.3px;
    padding: 19.56px 23.47px
}

.property--Card__Content--Price {
    color: #111;
    font-size: 27.38px;
    font-weight: 700
}

.property--Card__Content--Price,.property--Card__Content--Price span {
    font-family: Montserrat;
    letter-spacing: .005em;
    line-height: 50.86px;
    text-align: left
}

.property--Card__Content--Price span {
    font-size: 19.56px;
    font-weight: 400
}

.property--Card__Content--Address h3 {
    color: #111;
    font-family: Montserrat;
    font-size: 23.47px;
    font-weight: 700;
    line-height: 32.16px;
    margin: 0;
    text-align: left
}

.property--Card__Content--Address p {
    color: #101010;
    font-family: Montserrat;
    font-size: 19.56px;
    font-weight: 500;
    line-height: 29.34px;
    text-align: left
}

.property--Card__Content--Status {
    align-items: center;
    display: flex;
    gap: 10px
}

.property--Card__Content--Status label {
    align-items: center;
    border-radius: 36px;
    display: flex;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    gap: 0;
    height: 36px;
    letter-spacing: .005em;
    line-height: 35.9px;
    padding: 0 18.21px 0 15.79px;
    text-align: center
}

#simplyHomeMap {
    height: 100%;
    width: 100%
}

.sh-map-listing-section .property-listing-wrapper .property-item:hover {
    background: #fff3fa
}

.property-peek-card.show {
    display: flex;
    opacity: 1
}

.sh-search-filter-wrapper .search-bar {
    z-index: 2;
}

.close-btn {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    left: 0
}

.close-btn,.search-dropdown {
    position: absolute;
    width: 100%
}

.search-dropdown {
    background-color: #fff;
    border-radius: 34px 34px 12px 12px;
    box-shadow: 0 0 47.68px 0 #0000000f;
    display: none;
    padding: 90px 0 30px;
    top: 0;
    z-index: 1
}

.search-dropdown ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    max-height: 226px;
    overflow: auto;
    padding: 0 20px;
    width: 100%
}

.search-dropdown ul li {
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px
}

.search-dropdown ul li:hover {
    background: #ae2573;
    color: #fff
}

.search-icon {
    cursor: pointer
}

.filter-item input[type=radio], .filter-item input[type=checkbox] {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.search-wrapper .filter-panel-wrapper .filter .room-attributes .filter-item {
    background: none;
    border: 0!important;
    padding: 0!important
}

.search-wrapper .filter-panel-wrapper .filter .room-attributes .filter-item .filter-icon {
    align-items: center;
    border: 1px solid #ed8d0c;
    border-radius: 20px;
    color: #ed8d0c;
    display: flex;
    flex-direction: column;
    height: 40px;
    justify-content: center;
    line-height: 7px;
    position: relative!important;
    top: 0!important;
    width: 40px
}

.search-wrapper .filter-panel-wrapper .filter .room-attributes .filter-item input[type=radio]:checked+.filter-icon,
.search-wrapper .filter-panel-wrapper .filter .room-attributes .filter-item input[type=checkbox]:checked+.filter-icon{
    background: #ed8d0c;
    color: #fff
}

.search-wrapper .filter-panel-wrapper .filter .room-attributes .filter-item input[type=radio]:checked+.filter-icon svg path,
.search-wrapper .filter-panel-wrapper .filter .room-attributes .filter-item input[type=checkbox]:checked+.filter-icon svg path{
    fill: #fff
}

.search-wrapper .filter-panel-wrapper .filter .room-attributes .filter-item svg path {
    fill: #ed8d0c
}

.search-wrapper .filter-panel-wrapper .filter .room-attributes .house-type .filter-item svg path {
    stroke: #ed8d0c;
    fill: none
}

.search-wrapper .filter-panel-wrapper .filter .room-attributes .house-type .filter-item input[type=radio]:checked+.filter-icon svg path,
.search-wrapper .filter-panel-wrapper .filter .room-attributes .house-type .filter-item input[type=checkbox]:checked+.filter-icon svg path{
    stroke: #fff;
    fill: none
}

.search-wrapper .filter-panel-wrapper .filter .room-attributes .filter-item svg {
    height: 20px
}

.search-wrapper .filter-panel-wrapper .filter .room-attributes.line:after,.search-wrapper .filter-panel-wrapper .filter .room-attributes:after {
    content: none
}

.search-wrapper .filter-panel-wrapper .filter {
    align-items: flex-start
}

.house-type {
}

.neighbourhood-list input {
    appearance: none;
    border: 1px solid #ed8b00;
    border-radius: 30px;
    font-size: 12px;
    height: 35px;
    padding: 0 10px;
    width: 100%
}

.neighbourhood-list input::-webkit-calendar-picker-indicator {
    opacity: 1
}

.search-wrapper .filter-panel-wrapper .filter:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: calc(50% - .5px);
    position: absolute;
    top: 0;
    width: 1px
}

.range-slider-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.range-slider-panel--item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.range-slider-panel--item .price-slider {
    margin-left: 2px;
    padding: 0 16px
}

.room-attributes {
    height: 100%;
    padding-left: 20px;
    width: 50%
}

.room-attributes.line {
    padding-left: 0;
    padding-right: 20px
}

.search-wrapper .filter-panel-wrapper .filter {
    position: relative
}

.no-result {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    margin: 50px auto
}

.available-date {
    border-top: 1px solid #000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0 10px;
    padding-top: 15px;
}

.available-date .filter-label {
    font-size: 14px;
    font-weight: 500
}

.available-date-panel {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.available-date--item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: calc(50% - 10px);
    ););}

.available-date--item label {
    font-size: 14px;
    font-weight: 600
}

.available-date--item input[type=date] {
    background: #fff;
    border: 1px solid #ed8b00;
    border-radius: 20px;
    font-size: 14px;
    height: 35px;
    min-width: 95%;
    padding: 0 15px;
    width: 100%
}

.reset-btn {
    cursor: pointer
}

.search-wrapper .filter-panel-wrapper .filter-header .close-btn {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 10.52px;
    font-weight: 500;
    letter-spacing: .005em;
    line-height: 17.54px;
    margin-left: auto;
    margin-right: 10px;
    text-align: right
}

.favorite .icon {
    cursor: pointer
}

.icon.whishlisted,.is-active>.icon.normal {
    display: none
}

.is-active>.icon.whishlisted {
    display: block
}

.page_navigation {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px
}

div#page_navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

div#page_navigation a {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    justify-content: center;
    line-height: 13px;
    padding: 5px;
    text-decoration: none;
    width: 30px
}

div#page_navigation a.next_link,div#page_navigation a.previous_link {
    width: 50px
}

div#page_navigation a.active_page,div#page_navigation a:hover {
    background: #000;
    color: #fff
}

.search-wrapper .filter-panel-wrapper .filter-cta {
    display: flex;
    gap: 20px;
}

.search-wrapper .filter-panel-wrapper .filter-cta .button.button-secondary {
    background: #fff;
    border-color: #ed8b00;
    color: #ed8b00
}

[disabled=disabled] {
    pointer-events: none!important
}

.favorite.is-active svg circle {
    fill: #c51075
}

.favorite.is-active svg path {
    fill: #fff
}

.property-item {
    cursor: pointer
}

.mapboxgl-ctrl-logo {
    display: none!important
}

.filter-wrapper.is-active {
    color: #ae2573!important
}

.filter-icon {
    align-items: center;
    display: flex
}

.filter-wrapper.is-active .filter-icon svg path {
    fill: #ae2573
}

.page_navigation ul {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0
}

.page_navigation .disabled {
    opacity: .7;
    pointer-events: none
}

.page_navigation .active a {
    background: #000!important;
    color: #ddd
}

.paginationjs {
    display: flex;
    gap: 10px
}

.J-paginationjs-size-select {
    appearance: none;
    background-color: #fff;
    background-image: url(https://43699692.fs1.hubspotusercontent-na1.net/hubfs/43699692/Pages/Icons/Icon-Down-2.png);
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 15px;
    border: 0;
    border-radius: 30px;
    color: #ae2573;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    outline: 0;
    padding: 0 20px 0 10px
}

.availability ul {
    display: grid;
    grid-template-columns: 50% 50%
}

.availability ul li {
    max-width: 80px
}

.search-wrapper .filter-panel-wrapper .filter ul li {
    flex-wrap: wrap
}

.search-wrapper .filter-panel-wrapper .filter ul li label {
    width: calc(100% - 14px)
}

.neighbourhood-list {
}

.availability {
    margin-bottom: 10px
}

input[type=text]:focus {
/*     border: 1px solid #c51075!important; */
    outline: none
}

.property-close {
    align-items: center;
    border-radius: 30px 30px 0 0;
    cursor: pointer;
    display: flex;
    height: 27px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.property-item-details .offer {
    color: #455af7;
    font-size: 18px;
    font-weight: 700
}

.filter-label.info-label {
    align-items: center;
    display: flex;
    gap: 5px
}

.info-tooltip {
    position: relative
}

.info-tooltip i {
    color: #c51075
}

.info-tooltip--details {
    background: #c51175;
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 10px;
    font-weight: 600;
    margin-top: 6px;
    padding: 10px;
    position: absolute;
    right: -10px;
    top: 100%;
    width: 250px;
    z-index: 2
}

.info-tooltip--details:before {
    background: #c51375;
    border-radius: 4px;
    content: "";
    display: block;
    height: 15px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: -5px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 15px
}

.info-tooltip:hover .info-tooltip--details {
    display: block
}

.sortby-panel {
    align-items: center;
    display: flex;
    gap: 5px
}

.sortby-panel label {
    color: #fff;
    font-size: 14px;
    margin: 0
}

.sortby-panel select {
    appearance: none;
    background-color: #fff;
    background-image: url(https://43699692.fs1.hubspotusercontent-na1.net/hubfs/43699692/Pages/Icons/Icon-Down-2.png);
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 15px;
    border: 0;
    border-radius: 30px;
    color: #ae2573;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    outline: 0;
    padding: 0 10px;
    width: 157px
}

.sh-search-filter-wrapper .search-bar .search-icon {
    left: 30px
}

.available-date--item .hasDatepicker {
    background-color: #fff;
    background-size: 11px;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 14px;
    height: 35px;
    min-width: 95%;
    padding: 0 15px;
    width: 100%
}

.scrollListToTop {
		display: none;
    position: absolute;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    z-index: 1;
}

.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    margin: 0 4px 84px 0;
    z-index: 1;
}

.backtotop {
    width: 100%;
    font-size: 10.7px;
    font-weight: 600;
    line-height: 24.94px;
    letter-spacing: 0.005em;
    text-align: center;
    color: #fff;
	  display: none;
}

.mapboxgl-ctrl-attrib-button {
    padding: 0 !important;
}

.clearInputField {
    position: absolute;
    right: 115px;
    top: 10px;
    display: none;
    width: 25px;
    height: 25px;
    background: #f5f5f5;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #ed8b05;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    line-height: 11px;
    transition: 0.3s ease;
}

.clearInputField:hover {
    background: #000;
    color: #fff;
}

.clearInputField.show {
	  display: flex;
}

@media screen and (max-width: 993px) {
	.scrollListToTop {
		display: none !important;
	}
  .scrollToTop.show {
		display: flex;
	}
	#scrollOption {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

	#scrollTopList, #scrollTopPage {
			position: absolute;
			top: 0;
			right: 0;
			display: flex;
			align-items: center;
			justify-content: center;
	}

	#scrollTopList span, #scrollTopPage span {
			position: absolute;
			bottom: 25px;
			left: 0;
			font-size: 8px;
			display: flex;
			justify-content: center;
			align-items: center;
			color: #fff;
			width: 100%;
	}

	.scrollToTop.active #scrollTopList {
			right: 65px;
			top: -7px;
	}

	.scrollToTop.active #scrollTopPage {
			top: -62px;
			right: 25px;
	}
  .backtotop {
		display: block;
	}
	.property-close {
			height: 25px;
	}
	
	.clearInputField {
			right: 60px;
			top: 5px;
	}
}

@media screen and (max-width: 768px) {
    .sh-search-filter-wrapper .search-bar {
        background-color:#fff
    }

    .search-wrapper .filter-panel-wrapper {
        background-color: transparent;
        border-radius: 24px 24px 12px 12px;
        padding: 0
    }

    .search-wrapper .filter-panel-wrapper .filter-internal {
        background-color: #fff;
        border-radius: 24px 24px 12px 12px;
        box-shadow: 1px 8px 20px 0 #ae257359;
        padding: 60px 1rem 10px
    }

    .search-wrapper .filter-panel-wrapper .extra-height {
        height: 100px
    }

    .search-wrapper .filter-panel-wrapper .close-btn {
        margin-top: 10px;
        position: static
    }

    .search-wrapper .filter-panel-wrapper .filter {
        gap: 10px
    }

    .search-wrapper .filter-panel-wrapper .filter:after {
        display: none
    }

    .room-attributes {
        padding: 0!important;
        width: 100%
    }

    .range-slider-panel {
        grid-template-columns: 1fr
    }

    .search-wrapper .filter-panel-wrapper {
        box-shadow: none
    }

    div#page_navigation a {
        font-size: 10px;
        height: 25px;
        width: 25px
    }

    .paginationjs {
        align-items: flex-end;
        flex-direction: column
    }

    .J-paginationjs-size-select {
        height: 25px
    }

    .available-date-panel {
        display: flex;
        flex-direction: column
    }

    .property-item-details .offer {
        font-size: 10px
    }

    .neighbourhood-list input {
        font-size: 16px
    }

    .info-tooltip--details {
        left: calc(50% - 100px);
        text-align: center;
        width: 200px
    }

    .info-tooltip--details:before {
        right: calc(50% - 7.5px)
    }

    .page_navigation {
        align-items: flex-end;
        flex-direction: column;
        gap: 20px
    }

    .sortby-panel label {
			  font-size: 10.7px;
        width: 50px;
    }

    .sortby-panel select {
        font-size: 9px;
        width: 125px;
    }

    .search-wrapper .filter-panel-wrapper .filter ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }

    .search-wrapper .filter-panel-wrapper .filter ul li {
        max-width: none
    }
		.available-date--item {
				width: 100%;
		}
}
