.search_box_area {
    background-color: #231F20;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.locaSrch {
    width: 360px;
    border: 1px solid #D9D9D9;
    border-right: 0px;
    background: #FFF;
    height: 40px;
    color: #231F20;
    font-size: 15px;
    font-style: normal;
    font-family: Inter;
    line-height: 33px;
    padding: 10px;
    border-radius: 0;
}

input.locaSrch::placeholder {
    color: #A4A6A6;
}

input:focus {
    outline: unset !important;
}

.search_box_area .dropdown button {
    color: #A4A6A6;
    border: solid 1px #D9D9D9;
    border-radius: 0px;
    height: 40px;
    background-color: #FFF;
    padding: .375rem 35px .5rem .375rem;
    text-align: left;
    min-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_box_area span.bar {
    width: 4px;
    height: 40px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    color: #a4a6a6;
    border-top: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
}

.search_box_area button.dropdown-toggle::after {
    display: none;
}

.search_box_area button:focus {
    box-shadow: unset !important;
}

.search_btn_area {
    background-color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    border: solid 1px #D9D9D9;
    border-left: 0px;
}

.search_box_area .dropdown-menu .dropdown-item.active,
.search_box_area .dropdown-menu .dropdown-item:focus-visible {
    background-color: #D9D9D9;
    color: #231F20;
    outline: unset;
}

.section {
    width: 88vw;
    margin: 0 auto;
    padding: 60px 0px;
}

.title {
    font-size: 64px;
    font-weight: 300;
    text-align: center;
}

.page_type_choice .radio-btn input {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    right: 0;
    left: 0;
}

.page_type_choice .radio-btn input+label {
    margin: 0px;
    letter-spacing: 1.44px;
    line-height: 1;
    border: 1px solid #A4A6A6;
    border-radius: 100px;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #A4A6A6;
}

.page_type_choice .radio-btn input+label a {
    color: #A4A6A6;
}

.page_type_choice .radio-btn {
    height: 40px;
}

.page_type_choice .radio-btn input+label::after,
.page_type_choice .radio-btn input+label::before {
    display: none;
}

.page_type_choice .radio-btn input:checked+label {
    color: #fff;
    margin: 0px;
    border-color: #cb2026;
    background-color: #CB2026;
}

.page_type_choice {
    gap: 15px;
    padding-top: 50px;
}

#atoz_area_filter {
    border: solid 1px #D9D9D9;
    border-radius: 0;
    color: #CB2026;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

#atoz_area_filter:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    display: none;
}

.sort_by_text {
    gap: 20px;
}

.pattern_filter {
    gap: 0px;
}

.pattern_filter>div {
    border: solid 1px #a4a6a6;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    color: #a4a6a6;
    font-weight: 500;
    gap: 5px;
    cursor: pointer;
}

.pattern_filter>div.active {
    border-color: #231F20;
    background-color: #F2F2F2;
    color: #231F20;
}

.pattern_filter>.active svg path {
    fill: #231F20 !important;
}

.list-content-area {
    width: -webkit-fill-available;
}

.list-content-top {
    background-color: #231F20;
    color: #FFF;
    cursor: pointer;
}

.list-content-top h4 {
    font-size: 28px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-content-top p,
.list-content-bottom p {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-content-bottom h4 {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    color: #231F20;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list_box {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.list-content-bottom {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.btn_community_details {
    background-color: #CB2026;
    color: #fff;
    height: 40px;
    padding: 6px 20px;
    text-transform: uppercase;
    border: solid 1px #CB2026;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.btn_view_homes {
    background-color: transparent;
    height: 40px;
    padding: 6px 20px;
    color: #cb2026;
    font-weight: 700;
    font-size: 13px;
    text-decoration: underline;
    border-color: #0000;
    white-space: nowrap;
}

.list-content-button {
    display: flex;
    gap: 10px;
}

.list-img-area {
    width: 40%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.list-img-area img {
    width: 100%;
    height: 289px;
    object-fit: cover;
}

.list-content-area {
    width: 60%;
    position: relative;
}

.list-content-bottom p {
    color: #626262;
    font-size: 18px;
}

.gap-15 {
    gap: 15px;
}

.atoz_area .dropdown-menu {
    min-width: fit-content !important;
    z-index: 1;
    width: 100%;
}

.filterSelect .dropdown-menu::-webkit-scrollbar,
.atoz_area .dropdown-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.filterSelect .dropdown-menu::-webkit-scrollbar-track,
.atoz_area .dropdown-menu::-webkit-scrollbar-track {
    background-color: #d1d1d142;
}

.filterSelect .dropdown-menu::-webkit-scrollbar-thumb,
.atoz_area .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 6px;
    cursor: pointer;
}

.filterSelect .dropdown-menu::-webkit-scrollbar-thumb:hover,
.atoz_area .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: #a6a6a6;
}

img.newBadge {
    width: auto;
    height: auto;
    position: absolute;
    left: 15px;
}

.contactAgentWrapper {
    background-color: #231F20;
    padding: 40px 60px;
    margin-bottom: 30px;
}

.contactAgentWrapper h4 {
    font-size: 58px;
    font-weight: 300;
    color: #fff;
    margin-top: -8px;
}

.contactAgentWrapper p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: inter;
    margin-bottom: 0;
    margin-top: 15px;
}

.formInput {
    background-color: #0000;
    border: 0;
    border-bottom: 1px solid;
    padding: 2px 0;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
    color: #fff;
    width: 100%;
    font-size: 14px;
}

.formInput::placeholder {
    color: #A4A6A6;
    text-transform: uppercase;
    font-size: 13px;
}

select.formInput option {
    text-transform: uppercase;
    color: #A4A6A6;
}

select.formInput {
    padding: 4px 0;
    color: #A4A6A6;
    font-size: 14px;
    text-transform: uppercase;
}

.contactAgentWrapper button {
    border: 2px solid #ffffff;
    width: fit-content;
    text-decoration: none;
    background-color: #ffffff00;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    padding: 0;
}

.contactAgentWrapper button span {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: .5px;
    border-right: 2px solid #ffffff;
    padding: 8px 35px;
    display: inline-block;
}

.contactAgentWrapper button svg {
    height: 20px;
    width: 21px;
    margin-left: 10px;
    margin-right: 15px;
}

.contactAgentWrapper button svg path {
    stroke: #ffffff;
}

.grid_box {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.grid-img-area {
    overflow: hidden;
    position: relative;
}

.grid-img-area img {
    width: 100%;
    height: 211px;
    object-fit: cover;
}

.grid-content-top {
    background-color: #231F20;
    color: #FFF;
    padding: 10px 12px;
    cursor: pointer;
}

.grid-content-top h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid-content-top p {
    font-size: 12px;
    font-weight: 400;
}

.grid-content-top p,
.grid-content-bottom p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid-content-bottom {
    display: flex;
    gap: 2px;
    flex-direction: column;
    padding: 12px;
}

.grid-content-bottom p {
    color: #626262;
    font-size: 14px;
    font-weight: 400;
}

.grid-content-bottom h4 {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    color: #231F20;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid-content-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.grid-img-area img.newBadge {
    width: 68px;
    height: 70px;
    position: absolute;
    left: 15px;
    object-fit: contain;
}

.view-container {
    display: none;
}

.view-container.active {
    display: block;
}

.map-active .section {
    width: 100%;
}

.map-active .mapVwWrapper {
    display: flex;
    margin: 0 auto 0 5.5vw;
    max-width: 100vw;
    align-items: flex-start;
    overflow: visible;
}

.gridmapSec {
    display: none;
}

.map-active .gridmapSec {
    display: block;
    width: 40%;
    position: sticky;
    top: 133px;
    z-index: 10;
}

.map-active .title {
    font-size: 48px;
    text-align: left;
}

.map-active .list-content-top h4 {
    font-size: 28px;
}

.map-active .list-content-top p {
    font-size: 14px;
}

.map-active .list-content-bottom p {
    font-size: 16px;
}

.map-active .list-content-bottom h4 {
    font-size: 24px;
}

.map-active .btn_community_details,
.map-active .btn_view_homes {
    font-size: 12px;
}

.map-active img.newBadge {
    width: 70px;
    height: auto !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cb2026;
}

.map-active .contactAgentWrapper h4 {
    font-size: 38px;
}

.map-active .list-img-area img {
    height: 388px;
}

.map-active .wid-60 {
    width: 60%;
    padding-right: 20px;
}

.filterSelect {
    display: flex;
    gap: 6px;
}

.cityCountSrch {
    border: 1px solid #D9D9D9;
}

.filterSelect .dropdown {
    border: 1px solid #D9D9D9;
}

.floatingLabel {
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: -8px;
    background-color: #fff;
    padding: 2px 6px;
    line-height: normal;
}

.gridFacilities {
    background-color: #D9D9D9;
    padding: 5px 12px;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    color: #231F20;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.grid-content-bottom h6 {
    font-size: 14px;
    font-weight: 700;
    color: #231F20;
}

.prodTypesWrapper {
    height: 213px;
    overflow-y: auto;
    padding-right: 1px;
}

.prodTypes:not(:last-child) {
    margin-bottom: 4px;
}

.prodTypes {
    border: 1px solid #D9D9D9;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    text-decoration: none !important;
}

.prodTypes img {
    width: 60px;
    height: 38px;
    object-fit: cover;
    object-position: center;
}

h3.prodName {
    font-size: 14px;
    font-weight: 700;
    color: #CB2026;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 4px;
}

.prodTypesWrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}

.prodTypesWrapper::-webkit-scrollbar-track {
    background-color: #d1d1d142;
}

.prodTypesWrapper::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 6px;
    cursor: pointer;
}

.prodTypesWrapper::-webkit-scrollbar-thumb:hover {
    background-color: #a6a6a6;
}

.listFacilities {
    background-color: #D9D9D9;
    padding: 8px 24px;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    color: #231F20;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.list-content-bottom {
    display: flex;
    gap: 2px;
    flex-direction: column;
    padding: 12px 24px;
}

.list-content-bottom .prodTypesWrapper {
    height: auto !important;
    max-height: 108px;
    display: grid;
    grid-template-columns: 49.7% 49.7%;
    column-gap: 4px;
}

.list-content-bottom .prodTypes {
    height: 50px;
    margin-bottom: 4px !important;
    overflow: hidden;
}

.list-content-bottom h6 {
    font-size: 14px;
    font-weight: 700;
    color: #231F20;
}

.listViewWrapper .contactAgentWrapper {
    margin-bottom: 20px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 124px;
    right: 0;
    background-color: #231F20;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: -2px 0px 6px 4px #0000001c;
}

.sidenav .closebtn {
    position: absolute;
    top: 18px;
    right: 35px;
    background-color: #626262;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: normal;
}

.filterCanvas .locaSrch {
    width: 100% !important;
    font-size: 14px;
}

.filterCanvas .locaSrch::placeholder {
    font-size: 13px;
}

.hrzLine {
    height: 1px;
    width: 100%;
    background-color: #626262;
    margin: 20px 0;
}

.filterCanvas label {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.gap-12 {
    gap: 12px;
}

.filterRadio {
    padding: 3px 8px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.filterRadio input {
    position: unset !important;
    opacity: 0;
    visibility: hidden;
    width: 0;
}

.filterRadio:has(input:checked) {
    background-color: #CB2026;
}

.fltrOvrflowScrol {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 335px);
    padding-top: 20px;
    padding-bottom: 30px;
}

.searchResult {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    background-color: #D9D9D9;
    color: #231F20;
    padding: 30px 16px 30px 40px;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    z-index: 1;
}

.resetBtn {
    font-size: 13px;
    font-weight: 700;
    color: #626262;
    background-color: #0000;
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 2px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease-in-out
}

.resetBtn:hover {
    color: #231F20;
}

.applyBtn {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background-color: #CB2026;
    border: 1px solid #CB2026;
    outline: none;
    box-shadow: none;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: .2s all ease-in-out
}

.applyBtn span {
    color: #fff;
    transition: .2s all ease-in-out
}

.applyBtn:hover {
    background-color: #0000;
    color: #cb2026;
}

.applyBtn:hover span {
    color: #cb2026;
}

.clr-red {
    color: #CB2026;
}

.gap-6 {
    gap: 6px;
}

.radioFilters {
    flex-wrap: wrap;
}

.deskResetBtn {
    all: unset;
    color: #626262;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin: 0 12px 0 15px;
    transition: .2s all ease-in-out;
}

.deskResetBtn:hover {
    color: #bab5b5;
}

.filterBtn {
    all: unset;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.filterBtn:hover {
    color: #bab5b5;
}

.filterBtn:hover svg path {
    filter: brightness(0) saturate(100%) invert(63%) sepia(1%) saturate(1112%) hue-rotate(327deg) brightness(116%) contrast(96%);
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.cl-toggle-switch {
    position: relative;
    cursor: pointer;
}

.cl-switch {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
}

/* Input */
.cl-switch>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    right: 6px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgb(0, 0, 0, 0.38);
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
}

/* Track */
.cl-switch>span::before {
    content: "";
    float: right;
    display: inline-block;
    margin: 0px;
    border-radius: 7px;
    width: 36px;
    height: 6px;
    background-color: #626262;
    vertical-align: top;
    transition: background-color 0.2s, opacity 0.2s;
}

/* Thumb */
.cl-switch>span::after {
    content: "";
    position: absolute;
    top: -7px;
    right: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #A4A6A6;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s, transform 0.2s;
}

/* Checked */
.cl-switch>input:checked {
    right: -10px;
    background-color: #cb2026;
}

.cl-switch>input:checked+span::before {
    background-color: #cb2026;
}

.cl-switch>input:checked+span::after {
    background-color: #cb2026;
    border: 2px solid #872629;
    transform: translateX(16px);
}

/* Hover, Focus */
.cl-switch:hover>input {
    opacity: 0.04;
}

.cl-switch>input:focus {
    opacity: 0.12;
}

.cl-switch:hover>input:focus {
    opacity: 0.16;
}

/* Active */
.cl-switch>input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.cl-switch>input:active+span::before {
    background-color: #8f8f8f;
}

.cl-switch>input:checked:active+span::before {
    background-color: #85b8b7;
}

/* Disabled */
.cl-switch>input:disabled {
    opacity: 0;
}

.cl-switch>input:disabled+span::before {
    background-color: #ddd;
}

.cl-switch>input:checked:disabled+span::before {
    background-color: #bfdbda;
}

.cl-switch>input:checked:disabled+span::after {
    background-color: #61b5b4;
}

.fltrOvrflowScrol::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.fltrOvrflowScrol::-webkit-scrollbar-track {
    background-color: #d1d1d142;
}

.fltrOvrflowScrol::-webkit-scrollbar-thumb {
    background-color: #626262;
    border-radius: 6px;
    cursor: pointer;
}

.fltrOvrflowScrol::-webkit-scrollbar-thumb:hover {
    background-color: #a6a6a6;
}

.textEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidenav.FilterNaveOpen {
    width: 500px;
}

.searchResult {
    width: 500px;
}

.FilterNavClose {
    width: 0 !important;
}

.filteredValue {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #231F20;
    line-height: normal;
}

.filteredValue svg {
    cursor: pointer;
}

.gap-20-12 {
    gap: 20px 12px;
}

.mb-35 {
    margin-bottom: 35px;
}

.filterBackdrop {
    position: relative;
}

.filterBackdrop::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0000004f;
    z-index: 11;
    backdrop-filter: blur(2px);
}

.noUi-target {
    cursor: pointer;
}

.noUi-target {
    position: relative;
}

.noUi-target {
    position: relative;
    cursor: pointer;
}

.noUi-target::after {
    content: attr(title);
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    padding: 5px 18px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
}

.noUi-target::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translate(-50%);
    background-color: #fff;
    width: 15px;
    height: 15px;
    rotate: 45deg;
    opacity: 0;
    visibility: hidden;
}

.noUi-target::after {
    opacity: 1;
    visibility: visible;
}

.noUi-horizontal {
    height: 5px !important;
}

.noUi-target::before {
    opacity: 1;
    visibility: visible;
}

.mpImage {
    position: relative;
}

.mapWrapper .mpImage #map_canvas>div {
    position: relative !important;
    height: calc(100vh - 210px) !important;
    width: 100% !important;
    inset: auto !important;
    overflow: hidden;
}

.mapCommunityProd {
    padding: 10px 0;
    background-color: #fff;
    width: 100%;
}

.mapCommunityProd h3 {
    font-size: 12px;
    font-weight: 700;
    color: #CB2026;
    margin: 8px 0 4px 0;
}

.mapCommunityProd .prodLocation span {
    font-size: 10px;
    margin-bottom: 0px;
    overflow-wrap: anywhere;
}

.prodLocation {
    display: flex;
    align-items: center;
    gap: 3px;
}

.hrzDivider {
    border: 1px solid #F2F2F2;
    margin: 8px 0;
}

.priceWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mapCommunityProd .priceWrapper h5 {
    font-size: 10px;
    font-weight: 700;
    color: #231F20;
    margin: 0;
}

.mapCommunityProd .priceWrapper span {
    font-size: 8px;
    color: #231F20;
}

.mapCommunityProd .item {
    background-color: red;
}

.mapCommunityProd img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.locationMap .gm-style .gm-style-iw-d {
    max-height: none !important;
}

.locationMap .gm-style .gm-style-iw-c {
    max-height: none !important;
    border-radius: 0 !important;
}

.locationMap .gm-style-iw-ch {
    display: none;
}

.locationMap .gm-style-iw-ch {
    padding-top: 10px !important;
}

.locationMap .gm-ui-hover-effect>span {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
}

.locationMap .gm-ui-hover-effect {
    position: absolute !important;
    right: 15px;
    top: 15px;
    z-index: 11;
    width: 20px !important;
    height: 20px !important;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    outline: none !important;
    box-shadow: none !important;
}

.locationMap .owl-theme .owl-dots .owl-dot span {
    width: 5px !important;
    height: 5px !important;
    margin: 5px 2px !important;
    background-color: #F2F2F2 !important;
}

.locationMap .owl-dots {
    margin-bottom: 2px;
    margin-top: 10px;
    position: relative;
    top: -4px;
}

.locationMap .owl-theme .owl-dots .owl-dot.active span {
    width: 6px !important;
    height: 6px !important;
    background-color: #626262 !important;
}

.locationMap .owl-theme .owl-nav button {
    background-color: #CB2026 !important;
    width: 18px;
    height: 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    line-height: normal !important;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 0 !important;
}

.locationMap .owl-theme .owl-nav button>span {
    margin-top: -4px !important;
}

.locationMap .owl-theme .owl-nav button:first-child {
    background-color: #D9D9D9 !important;
}

.locationMap .owl-theme .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: flex;
    gap: 4px;
    z-index: 1;
}

.locationMap .info-window-carousel {
    width: 250px;
}

.scrolled .mapWrapper .mpImage #map_canvas>div {
    height: calc(100vh - 90px) !important;
}

.buyerBns {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CB2026;
    padding: 10px;
}

.buyerBns h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.buyerBns a {
    color: #fff;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.buyerBns a svg {
    position: relative;
    left: 0;
    transition: .2s all ease-in-out;
}

.buyerBns a:hover svg {
    left: 5px;
}

.map-active .buyerBns {
    display: none;
}

.mapBuyrBonus {
    background-color: #CB2026;
    padding: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.buyrBonusWrapper {
    border: 4px solid #fff;
    padding: 10px 15px 22px 15px;
}

.mapBuyrBonus h4 {
    font-size: 28px;
    font-weight: 600;
}

.mapBuyrBonus p {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 36px;
}

.mapBuyrBonus a {
    border: 2px solid #fff;
    padding: 6px;
    text-decoration: none;
}

.mapBuyrBonus a span {
    border-right: 2px solid #fff;
    padding: 7px 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.mapBuyrBonus img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 125px;
}

.gap-04 {
    gap: 4px;
}

.noProdType {
    position: absolute;
    left: 50%;
    top: 73%;
    margin: 0;
    color: #626262;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.grid-content-bottom .prodTypesWrapper {
    height: 214px;
}

.lh-normal {
    line-height: normal !important;
}

.info-window-carousel .owl-item {
    width: 100%;
}

.infoWindowOpen .mapBuyrBonus {
    display: none;
}

@supports (-moz-appearance: none) {
    .locationMap .gm-style .gm-style-iw-d {
        padding-right: 0px;
    }
}

.filterSelect .dropdown-menu {
    min-width: calc(100% + 2px);
    left: -1px !important;
    border: 2px solid #D9D9D9;
    border-radius: 0;
    outline: none !important;
    margin: 1px 0 0 0;
    border-top: 0;
    max-height: 30vh;
    overflow: auto;
}

.filterSelect .dropdown-item:hover {
    background-color: #D9D9D9;
}

.search_box_area .dropdown button::before {
    position: absolute;
    content: '';
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/location/upArrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    transition: .2s all ease-in-out;
}

.search_box_area .dropdown.show button::before {
    transform: rotate(180deg) scaleX(-1) translateY(50%);
    background-image: url(../images/location/upArrow.svg);
}

.search_box_area .dropdown .dropdown-item {
    padding: .55rem .5rem;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filterSelect .priceRangerOuter.dropdown-menu {
    min-width: 200px;
    padding-top: 60px !important;
}

.filterSelect .priceRangerOuter.dropdown-menu .noUi-target::before {
    bottom: 12px;
    background-color: #231F20;
    width: 15px;
    height: 22px;
}

.filterSelect .priceRangerOuter.dropdown-menu .noUi-target::after {
    bottom: 25px;
    background-color: #231F20;
    color: #ffffff;
    padding: 5px 18px;
    border-radius: 0px;
}

.noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    top: -8px !important;
}

.filterCanvas .noUi-horizontal .noUi-handle {
    right: -19px !important;
}

.mt-35 {
    margin-top: 35px;
}

.radio-btn a:hover {
    text-decoration: none;
    color: #fff;
}

.page_type_choice label:hover {
    border-color: #cb2026 !important;
    background-color: #CB2026 !important;
    transition: .2s all ease-in-out;
}

.page_type_choice label:hover a {
    color: #fff !important;
}

body.scrolled .filterSelect .dropdown-menu {
    z-index: 10;
}

.atoz_area .dropdown-menu .dropdown-item {
    padding: .475rem .75rem;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
}

.atoz_area .dropdown-menu .dropdown-item span {
    font-size: 12px;
}

.AscDescSorting {
    padding: 0 12px;
    border: 1px solid #ccc;
    height: 40px;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s all ease-in-out;
}

.AscDescSorting:hover {
    background-color: #F2F2F2;
}

.AscDescSorting img {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(3345%) hue-rotate(348deg) brightness(99%) contrast(93%);
}

.AscDescSorting span {
    color: #CB2026;
    white-space: nowrap;
}

.dropdown.atoz_area {
    display: flex !important;
}

div.descSortIcon {
    display: none !important;
}

.AscDescSorting.DescSort .descSortIcon {
    display: flex !important;
}

.AscDescSorting.DescSort .ascSortIcon {
    display: none !important;
}

@media (min-width: 1920px) {

    .mapBuyrBonus a svg {
        width: 1.146vw;
        height: 1.094vw;
    }

    .mapBuyrBonus a span {
        border-width: 0.104vw;
        padding: 0.365vw 1.354vw;
        font-size: .781vw;
    }

    .mapBuyrBonus a {
        border-width: 0.104vw;
        padding: 0.313vw;
    }

    .mapBuyrBonus p {
        font-size: 0.833vw;
        margin-bottom: 1.875vw;
    }

    .mapBuyrBonus h4 {
        font-size: 1.458vw;
    }

    .mapBuyrBonus {
        font-size: 0.625vw;
    }

    .buyrBonusWrapper {
        border-width: .208vw;
        padding: 0.521vw 0.781vw 1.146vw 0.781vw;
    }

    .sidenav,
    .map-active .gridmapSec {
        top: 173px;
    }

    .arrow_icon {
        margin-left: 0.781vw;
    }

    .ef173943073805347435 a svg {
        width: 1.094vw;
        height: 1.094vw;
    }

    .ef173943073805347435 a .eftext {
        font-size: 0.781vw !important;
    }

    .ef173943069320011468 p {
        font-size: .781vw !important;
    }

    .ef173943069320011468 {
        padding-top: 0.521vw;
        padding-bottom: 0.521vw;
    }

    .formInput::placeholder {
        font-size: 0.729vw;
    }

    .map-active .list-content-top h4 {
        font-size: 1.458vw;
    }

    .map-active .list-img-area img {
        height: 20.208vw;
    }

    .contactAgentWrapper button svg {
        height: 1.042vw;
        width: 1.094vw;
        margin-left: 1.094vw;
        margin-right: 0.781vw;
    }

    .contactAgentWrapper button span {
        font-size: 0.833vw;
        letter-spacing: 0.26vw;
        border-width: 0.104vw;
        padding: 0.417vw 1.823vw;
    }

    .contactAgentWrapper button {
        border-width: 0.104vw;
        margin-top: 0.781vw;
    }

    select.formInput {
        padding: 0.208vw 0;
        font-size: 0.729vw;
    }

    .formInput {
        font-size: 0.729vw;
        padding: 0.104vw 0;
        border-width: 0.052vw;
    }

    .contactAgentWrapper p {
        font-size: 0.833vw;
        margin-top: 0.781vw;
    }

    .contactAgentWrapper h4 {
        font-size: 3.021vw;
        margin-top: -0.417vw;
    }

    .list-content-top>p>svg {
        width: 0.729vw;
        height: 0.729vw;
    }

    .list_box {
        box-shadow: 0 0.208vw 0.625vw 0 rgba(0, 0, 0, 0.25);
    }

    .grid-content-bottom h4 {
        font-size: 0.625vw;
    }

    h3.prodName {
        font-size: 0.729vw;
        margin-bottom: 0.208vw;
    }

    .prodTypes img {
        width: 3.125vw;
        height: 1.979vw;
    }

    .prodTypes {
        padding: 0.26vw;
        gap: 0.26vw;
    }

    .prodTypes:not(:last-child) {
        margin-bottom: 0.208vw;
    }

    .grid-content-bottom .prodTypesWrapper {
        height: 11.146vw;
    }

    .grid-content-bottom h6 {
        font-size: 0.729vw;
    }

    .grid-content-bottom {
        padding: 0.625vw;
        gap: 0.104vw;
    }

    .gridFacilities {
        padding: 0.26vw .625vw;
        font-size: 0.625vw;
    }

    .grid-content-top svg {
        width: 0.729vw;
        height: 0.729vw;
    }

    .grid-content-top p {
        font-size: 0.625vw;
    }

    .grid-content-top h4 {
        font-size: .938vw;
        margin-bottom: 0.208vw;
    }

    .grid_box {
        margin-bottom: 1.563vw;
    }

    .grid-content-top {
        padding: 0.521vw 0.625vw;
        font-size: 0.833vw;
    }

    .grid-img-area img {
        height: 10.99vw;
    }

    .AscDescSorting img {
        width: 1.042vw;
        height: 1.042vw;
    }

    .AscDescSorting span {
        font-size: 0.833vw;
    }

    .AscDescSorting {
        padding: 0 0.625vw;
        height: 2.083vw;
    }

    #atoz_area_filter {
        height: 2.083vw;
        gap: 0.625vw;
    }

    .locaSrch {
        height: 2.083vw;
        width: 18.75vw;
    }

    .search_btn_area {
        height: 2.083vw;
        width: 1.823vw;
    }

    .search_box_area .dropdown button {
        padding: 0.313vw 1.823vw 0.417vw 0.313vw;
        height: 2.083vw;
    }

    .pattern_filter>div {
        height: 2.083vw;
        padding: .521vw;
        gap: .26vw;
    }

    .section {
        padding: 3.125vw 0;
    }

    .gap-20-12 {
        gap: 1.042vw .625vw;
    }

    .mb-35 {
        margin-bottom: 1.823vw;
    }

    .list_box {
        margin-bottom: 1.042vw;
    }

    .listFacilities {
        padding: .417vw 1.25vw;
        font-size: 0.833vw;
    }

    .list-content-bottom .prodTypesWrapper {
        max-height: 5.625vw;
        column-gap: .208vw;
    }

    .list-content-bottom .prodTypes {
        height: 2.604vw;
        margin-bottom: .208vw !important;
        padding: .26vw;
        gap: .26vw;
    }

    .list-content-bottom h4 {
        font-size: .625vw;
    }

    h3.prodName {
        font-size: .729vw;
        margin-bottom: .208vw;
    }

    .prodTypes img {
        width: 3.125vw;
        height: 1.979vw;
    }

    .prodTypes {
        padding: 0.26vw;
        gap: 0.26vw;
    }

    .list-content-bottom h6 {
        font-size: .729vw;
    }

    .list-content-bottom {
        padding: .625vw 1.25vw;
        gap: 0.104vw;
    }

    .list-img-area img {
        height: 15.052vw;
    }

    .list-content-top h4 {
        font-size: 1.458vw;
        margin-bottom: 0.417vw;
    }

    .list-content-top p,
    .list-content-bottom p {
        font-size: .625vw !important;
    }

    .gap-04 {
        gap: 0.208vw;
    }

    .buyerBns {
        padding: .521vw;
    }

    .search_box_area {
        height: 6.25vw;
    }

    .sort_by_text {
        gap: 1.042vw;
    }

    .page_type_choice .radio-btn input+label {
        font-size: .938vw;
        padding: 0.833vw 1.042vw;
        border-top-width: 0.052vw;
    }

    .title {
        font-size: 3.333vw;
    }

    .filterBtn svg {
        width: .521vw;
        height: .573vw;
    }

    .buyerBns h4,
    .buyerBns a,
    .filterCanvas label {
        font-size: 0.781vw;
    }

    #atoz_area_filter svg {
        width: .938vw;
        height: .521vw;
    }

    .gridPattern>svg,
    .ListPattern>svg,
    .MapPattern>svg {
        width: .833vw;
        height: .833vw;
    }

    .sort_by_text p,
    #atoz_area_filter,
    .pattern_filter>div,
    .search_box_area .dropdown button {
        font-size: 0.833vw;
    }

    .searchResult {
        font-size: .677vw;
    }

    .applyBtn,
    .resetBtn {
        font-size: 0.677vw;
    }

    .noUi-target::after {
        font-size: .625vw;
    }

    .filterBtn,
    .deskResetBtn {
        font-size: .625vw;
    }

    .gap-12 {
        gap: .625vw;
    }

    .sidenav .closebtn svg {
        width: 0.469vw;
        height: 0.469vw;
    }
}

@media (min-width: 1024px) {
    .sidenav {
        top: 132px !important;
    }

    .scrolled .sidenav {
        top: 90px !important;
    }
}


@media (max-width: 1024px) {

    .fltrOvrflowScrol {
        max-height: calc(100vh - 335px);
    }

    .ef172181143606839028 nav.B3-navbar.bootsnav ul.B3-nav>li>a {
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: 10px !important;
    }

    .search_box_area .dropdown button {
        max-width: 110px;
    }

    .locaSrch {
        width: 260px;
    }

    .searchResult {
        width: 40vw;
    }

    .sidenav.FilterNaveOpen {
        width: 40vw;
    }

    .contactAgentWrapper h4 {
        font-size: 38px;
    }

    img.newBadge {
        width: 60px;
    }

    .title {
        /* font-size: 54px; */
        font-size: 51px;
    }
}

@media (max-width: 992px) {

    .search_box_area .dropdown button {
        max-width: 105px;
    }

    .locaSrch {
        width: 140px;
    }

    .fltrOvrflowScrol {
        max-height: calc(100vh - 212px);
    }

    .sidenav.FilterNaveOpen {
        width: 50vw;
    }

    .map-active img.newBadge {
        width: 60px !important;
        height: auto !important;
    }

    .map-active .title {
        font-size: 32px;
    }

    .map-active .list-content-top h4 {
        font-size: 18px;
    }

    .map-active .list-content-top p {
        font-size: 12px;
    }

    .map-active .list-content-bottom p {
        font-size: 14px;
    }

    .map-active .list-content-bottom p {
        font-size: 14px;
    }

    .map-active .btn_community_details,
    .map-active .btn_view_homes {
        font-size: 11px;
    }

    .map-active .list-content-bottom h4 {
        font-size: 18px;
    }

    .list-content-button {
        display: block;
    }

    .map-active .list-img-area img {
        /* height: 262px; */
        height: 100%;
    }

    .contactAgentWrapper p {
        margin-bottom: 20px;
    }

    .btn_community_details,
    .btn_view_homes {
        font-size: 11px;
        padding: 6px 14px;
    }

    .list-content-bottom h4 {
        font-size: 10px;
    }

    .list-content-bottom .prodTypes img {
        width: 40px;
    }

    .list-content-bottom h3.prodName {
        font-size: 12px;
    }

    .list-content-bottom p {
        font-size: 16px;
    }

    .sort_by_text p {
        white-space: break-spaces;
        overflow-wrap: anywhere;
        font-size: 13px;
    }

    .searchResult {
        width: 50vw;
    }
}

@media (min-width: 768px) {

    .d-before-sm-none {
        display: none;
    }

    .px-md-40 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {

    .fltrOvrflowScrol {
        max-height: calc(100vh - 325px);
    }

    .sidenav {
        top: 112px;
    }

    .search_box_area button {
        font-size: 12px;
    }

    .search_box_area {
        height: auto !important;
        padding: 30px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0;
    }

    .search_btn_area .searchIcon {
        margin: 0 auto;
    }

    .locaSrch {
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 767px) {

    .searchResult {
        padding-left: 18px;
    }

    .sidenav {
        top: 125px;
    }

    .noProdType {
        top: 81.5%;
    }

    /* 
    .prodTypesWrapper {
        min-height: 52px;
    } */

    .mapBuyrBonus img {
        width: 100px;
    }

    .buyerBns {
        display: block;
    }

    .buyerBns h4 {
        font-size: 14px;
    }

    .buyerBns a {
        margin-left: 0;
        font-size: 12px;
    }

    .buyerBns a svg {
        width: 16px;
        height: 16px;
    }

    .list-content-bottom .prodTypes img {
        width: 60px;
    }

    .borderBottom {
        border-bottom: 1px solid #F2F2F2;
    }

    .deskResetBtn {
        display: none;
    }

    .locaSrch {
        width: 200px !important;
    }

    .fltrOvrflowScrol {
        max-height: calc(100vh - 325px);
    }

    .sidenav.FilterNaveOpen {
        width: 100vw;
    }

    .searchResult {
        width: 100vw;
    }

    .mapWrapper .prodTypesWrapper {
        height: auto;
        max-height: 221px;
    }

    .map-active .wid-60 {
        padding-right: 0;
    }

    .mapVwWrapper hr {
        display: none;
    }

    #atoz_area_filter {
        height: 36px;
        padding: 0 6px;
        font-size: 12px;
    }

    .pattern_filter>div {
        height: 36px;
        padding: 6px;
        font-size: 10px;
    }

    .gap-15 {
        gap: 10px;
    }

    .gridPattern {
        display: none !important;
    }

    .sort_by_text {
        gap: 10px;
    }

    .sort_by_text p {
        font-size: 12px;
    }

    .locaSrch::placeholder {
        font-size: 12px;
    }

    .search_btn_area {
        width: 40px;
    }

    .search_box {
        margin: 0;
    }

    .list-content-bottom {
        padding: 12px 16px;
    }

    .listFacilities {
        padding: 8px 16px;
    }

    .list-content-bottom .prodTypesWrapper {
        display: block;
        max-height: 221px;
    }

    .listFacilities {
        font-size: 12px;
    }

    .filterSelect {
        display: none;
    }

    .map-active .gridmapSec {
        width: 100%;
        position: unset;
        margin-bottom: 20px;
    }

    .map-active .mapVwWrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 95vw;
    }

    .map-active .wid-60 {
        width: 100%;
        order: 2;
    }

    .formInput::placeholder {
        font-size: 12px;
    }

    .formInput {
        font-size: 13px;
    }

    .contactAgentWrapper p {
        font-size: 13px;
    }

    .contactAgentWrapper {
        padding: 25px 25px;
    }

    .section {
        width: 95vw;
    }

    img.newBadge {
        width: 50px !important;
        height: 50px !important;
        object-fit: contain;
    }

    .price_range_area button,
    .home_type_area button {
        border-radius: 0px 0px 0px 0px;
    }

    .list_box,
    .list-content-button {
        display: block !important;
    }

    .list-img-area,
    .list-content-area {
        width: 100%;
    }

    .list-img-area img {
        width: 100%;
        height: -webkit-fill-available;
    }

    .btn_community_details,
    .btn_view_homes {
        width: 100%;
    }

    .list-content-bottom h4 {
        font-size: 12px;
    }

    .list-content-bottom p {
        font-size: 14px;
    }

    .list-content-top h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .list-content-top p {
        font-size: 12px;
    }

    .title {
        font-size: 50px;
    }

    .page_type_choice .radio-btn input+label {
        font-size: 14px;
        white-space: nowrap;
    }

    .section {
        padding-top: 40px;
    }

    .pattern_filter {
        justify-content: center !important;
    }

    .page_type_choice {
        padding-top: 30px;
        justify-content: center;
    }
}

#podium-website-widget iframe {
    z-index: 9 !important;
}