.image-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.image-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.property-toolbar {
    float: left;
    width: 50%;
    margin: 0px 0 0;
    position: relative;
    top: 15px;
}

.property-toolbar select {
    float: right;
    margin: 0 20px 0 0;
    padding: 0 14px;
    height: 40px;
    font-size: 14px;
    border: 0px;
}

header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hide-scrollbar {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.mapboxgl-popup-content {
    padding: 20px 20px 15px !important
}

.innerContent {
    display: block;
    position: relative;
    height: 160px;
    padding: 0 20px;
}

.list-view .innerContent {
    display: block;
    position: relative;
    height: auto;
}

.mapboxgl-popup-close-button {
    background-color: transparent !important;
    border: 0 !important;
    cursor: pointer !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    font-size: 20px !important;
    color: #5CA4AB !important;
}

.mapboxgl-popup-close-button:hover {
    background-color: transparent !important;
}

.mapboxgl-popup {
    max-width: 330px !important
}

.popup-content h3 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.4;
}

header .primary-menu > li > a,
header .elementor-widget-cs_text-editor p a {
    color: #212e45 !important;
}

.phone:hover {
    color: var(--e-global-color-primary);
}

header .button.cs-btn-color-white.cs-btn-outline {
    background-color: #fff;
    border: 1px solid #212e45;
    color: #212e45;
    font-weight: 600 !important;
}

body .elementor-54 .elementor-element.elementor-element-78f1d11 .button svg path {
    fill: #212e45 !important;
}

body .elementor-54 .elementor-element.elementor-element-78f1d11 .button {
    background-color: #ffffff;
}

.elementor-background-overlay {
    display: none !important;
}

.elementor-122 .elementor-element.elementor-element-3e4efde > .elementor-background-overlay {
    background-color: #000000;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    display: block !important;
}

.image-slider a {
    min-width: 100%;
    height: 250px;
    display: block;
    scroll-snap-align: start;
}

.image-slider a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-slider::-webkit-scrollbar {
    display: none;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #5ca4ab;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.slider-arrow:hover {
    opacity: 0.7;
}

.slider-arrow.prev {
    left: 10px;
}

.slider-arrow.next {
    right: 10px;
}

#results-count {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 40px;
    float: left;
    width: auto;
    position: relative;
    top: auto;
    opacity: 0.7;
    height: 40px;
    padding: 0;
}

.cleared {
    display: block;
    width: 100%;
    clear: both
}

.card {
    display: block;
}

div.feature {
    width: 31%;
    margin: 20px 0 0px 0;
    font-size: 13px;
    display: inline-block;
    height: 10px;
}

div.feature.longer {
    width: 37%;
}

div.feature.shorter {
    width: 26%;
}

div.feature.hides.stars {
    width: 22%;
}

div.feature.hides.pets,
div.feature.shorter {
    display: none !important;
}

.list-view div.feature.hides {
    display: inline-block;
}

.property-card .button.cs-btn-underline {
    color: #5CA4AB;
    width: max-content;
    text-align: left;
    display: block;
    position: absolute;
    bottom: 9px;
}

.list-view .property-card .button.cs-btn-underline {
    position: relative;
    bottom: auto;
}

div.address {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

div.feature .csrbi-icon {
    float: left;
    margin: 0 10px 0 0;
    font-size: 10px;
}

div.feature .csrbi-icon i {
    font-size: 15px;
    position: relative;
    top: 0px;
    left: 2px;
}

div.feature .csrbi-icon span {
    font-size: 19px;
    position: relative;
    top: -7px;
    left: 6px;
}

.list-view div.feature .csrbi-icon span {
    font-size: 26px;
    position: relative;
    top: -14px;
    left: 6px;

}

.list-view div.feature .csrbi-icon {
    float: left;
    margin: 0 10px 0 0;
    font-size: 26px;
}

div.feature .csrbi-icon i {
    font-size: 15px;
    position: relative;
    top: 0;
}

.list-view div.feature .csrbi-icon i {
    font-size: 22px;
    position: relative;
    top: -8px;
}

#property-app {
    display: flex;
    gap: 40px;
    padding: 0 0 25px;
}

.property-left {
    width: 50%;
    height: calc(100vh - 300px);
    overflow-y: scroll;
    padding-right: 0;
    box-sizing: border-box;
    margin-top: 30px;
}

#property-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.property-card {
    background: #f3f6f6;
    margin: 0;
}

#load-more-wrapper {
    margin-top: 20px;
}

.property-right {
    width: 50%;
    height: calc(100vh - 270px);
    margin-top: 0;
}

.image-slider {
    display: flex;
    overflow-x: auto;
    height: 250px;
    margin: 0 0 10px 0;
}

.page-id-4290 .image-slider {
    height: 400px;
}

.image-slider img {
    min-width: 100%;
    height: 250px;
    object-fit: cover
}

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

.property-title {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    margin: 10px 0 5px 0;
    line-height: 1.1;
}

.property-title svg {
    margin: 0 0 10px 0;
}

.innercontent {
    float: left;
    width: 100%;
}

.fav-filled,
.fav-outline {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.property-title svg path {
    fill: var(--e-global-color-primary);
}

.fav-filled {
    height: 28px;
    width: 28px;
    top: -3px;
    left: -2px;
    position: relative;
    margin: 0 0 7px 0 !important;
}

.property-title svg {
    cursor: pointer;
    position: absolute;
    top: auto;
    left: auto;
    right: 10px;
    bottom: 0;
}

.property-title svg.fav-filled {
    cursor: pointer;
    position: absolute;
    left: auto;
}

.list-view .property-title svg {
    cursor: pointer;
    position: relative;
    top: 10px;
    left: 10px;
}

.list-view .property-title svg.fav-filled {
    cursor: pointer;
    position: relative;
    top: 7px;
    left: 8px;
}

.property-title svg path {
    fill: var(--e-global-color-primary);
}

#property-app.list-view {
    display: block;
}

#property-app.list-view .property-left {
    width: 100%;
    max-width: 100%;
}

#property-app.list-view .property-right {
    display: none;
}

.list-view #property-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}

.list-view .image-slider-wrapper {
    width: 40%;
    margin: 0 5% 0 0;
    float: left;
}

.list-view .innerContent {
    width: 50%;
    margin: 0 0 0 0;
    float: left;
}

.list-view div.feature {
    width: auto;
    margin: 0 20px 5px 0;
    font-size: 0.775rem;
    float: left;
}

.desc {
    float: left;
    width: 100%;
    margin: 20px 0;
    display: none;
    font-size: 15px;
    line-height: 1.66;
    color: #1a1b1a;
}

.list-view .desc {
    display: inline;
}

.list-view .property-card {
    display: block;
    align-items: center;
    display: flex;
}

.list-view .property-card .button.cs-btn-underline {
    color: #5CA4AB;
    width: 45%;
    text-align: left;
    float: left;
    display: block;
}

.list-view .property-price {
    margin: 20px 0;
}

.list-view .image-slider {
    display: flex;
    overflow-x: auto;
    height: 400px;
    margin: 30px;
}

.optionsModal,
#showMap {
    display: none;
}

.list-view .property-title {
    font-size: 1.875rem;
    font-weight: 300;
    margin: 0 0 0px;
}

.list-view .property-title svg {
    display: block;
}

.list-view .image-slider a,
.list-view .image-slider a img {
    height: 400px;
}

#filterShow {
    display: none;
}

@media all and (max-width: 1366px) {

    div.feature,
    div.feature.longer,
    div.feature.hides.stars {
        width: 50%;
        margin: 0 0 0 0;
    }

    .innerContent {
        height: auto;
        padding: 0 20px 50px 20px;
    }

    div.feature .csrbi-icon span {
        left: 1px;
    }

}


@media all and (max-width: 1150px) {

    #property-list {
        grid-template-columns: repeat(1, 1fr);
    }

    div.feature,
    div.feature.longer,
    div.feature.hides.stars {
        width: 31%;
        margin: 0 0 0 0;
    }

    header .button.cs-btn-color-white.cs-btn-outline {
        background-color: transparent;
        border: none;
    }

    header .button.cs-btn-color-white.cs-btn-outline svg path {
        fill: #000 !important;

    }

    .elementor-54 .elementor-element.elementor-element-46001322 {
        padding: 20px 20px 17px 20px !important;
    }

}

@media all and (max-width: 770px) {

    body.fixed {
        overflow: hidden;
        max-height: 100%;
    }



    #property-app {
        display: block;
        gap: 0;
        padding: 0 0 25px;
        position: relative;
    }


    .elementor-54 .elementor-element.elementor-element-46001322 {
        padding: 20px 20px 17px 20px !important;
    }

    .property-toolbar {
        width: 100%;
    }

    .property-toolbar select {
        margin: 0 0 0 0;
    }

    #map {
        width: 100% !important;
        height: 600px !important;
        float: left;
        margin: 0 0 20px 0;
    }

    .search-form {
        display: none;
    }

    #showMap {
        position: relative;
        display: inline-block;
        float: right;
        width: 48%;
        background: #5ca4ab;
        border-radius: 0;
        text-align: center;
        color: #fff;
        line-height: 1;
        padding: 3px 0 10px;
        margin: 20px 0 0 0;
    }

    #showMap svg {
        position: relative;
        height: 21px;
        top: 5px;
        left: -5px;
    }

    #filterShow2 {
        display: none !important;
    }

    .slider-arrow.prev {
        left: 15px;
    }

    .slider-arrow.next {
        right: 15px;
    }

    #filterShow {
        position: relative;
        display: inline-block;
        float: left;
        width: 48%;
        background: #5ca4ab;
        border-radius: 0;
        text-align: center;
        color: #fff;
        line-height: 1;
        padding: 3px 0 10px;
        margin: 20px 4% 0 0;
    }

    #filterShow svg {
        position: relative;
        height: 21px;
        top: 5px;
        left: -5px;
    }

    #filterShow svg path {
        fill: #fff;
    }

    #showMap svg path {
        fill: #fff;
    }

    #property-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .property-left {
        width: 100%;
        order: 2;
        display: block;
        height: auto;
    }

    #property-list {
        width: 100%;
    }

    body #property-app .property-right {
        width: 100%;
        height: 630px;
        margin-top: 30px;
        order: 1;
        display: none;
        float: left;
        top: 30px;
    }

    .property-toolbar {
        top: 15px;
    }

    #property-list {
        gap: 10px;
    }

}

@media all and (max-width: 600px) {

    #property-list {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media only screen and (orientation: landscape) and (max-height: 500px) {

    .search-form .group {
        margin: 0 0.2% 0 0 !important;
    }

    .property-left {
        height: 500px !important;
    }

    .property-right {
        height: 500px !important;
    }
}