.popup-container.global-popup-container {
    display: flex;
}

#inner-page-wrapper {
    margin: 0;
    padding: 0;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.ip-banner:not(.ip-custom-banner) {
    display: none;
}

.ip-banner::before {
    background: rgba(0, 0, 0, 0.28);
}

.ip-custom-breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-bottom: min(1.0625vw, 17px);
}

.ip-custom-breadcrumbs p#breadcrumbs {
    width: 73.875vw;
    margin: auto;
}

.ip-custom-breadcrumbs p#breadcrumbs,
.ip-custom-breadcrumbs p#breadcrumbs a {
    font-family: var(--source-serif);
    font-size: min(1.1vw, 14px);
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #c4c4c4;
    color: #959595;
}

.ip-custom-breadcrumbs p#breadcrumbs span.breadcrumb_last span,
.ip-custom-breadcrumbs p#breadcrumbs a:hover {
    color: #fff !important;
}

#ip-property-results {}

.ip-property-results-wrap {}

.ip-pr-top {
    margin-left: 55px;
}

.ip-custom-title {
    position: absolute;
    top: 47%;
    left: 11vw;
    transform: translateY(-50%);
    z-index: 1;
    margin: 0;
}

.ip-custom-title.section-title p {
    color: #d1d1d1;
    text-transform: none;
    margin-top: 5px;
}

.ip-pr-filter {
    position: absolute;
    top: calc(48% - 1px);
    transform: translate(0, -50%);
    background: linear-gradient(90deg, rgba(52, 58, 60, 0.88), rgba(52, 58, 60, 0.88), rgba(132, 148, 165, 0.88));
    z-index: 1;
    width: 31.625vw;
    /* height: 335px; */
    right: 14.375vw;
    padding: min(1.5vw, 24px) 3vw min(1.75vw, 28px) 1.875vw;
}

.ip-pr-filter-info {}

.ip-pr-filter-title {
    font-family: var(--montserrat);
    font-size: min(1.815vw, 24px);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.ip-pr-filter-form {
    padding-top: min(1.125vw, 18px);
}

.ip-pr-filter-field input[type="range"] {
    margin-top: -10px;
    margin-bottom: -13px;
}

.ip-pr-filter-fields {}

.ip-pr-filter-field {
    width: 100%;
    position: relative;
}

.ip-pr-filter-field.sm:not(.range-slider)::before {
    content: "";
    position: absolute;
    right: 2px;
    top: 14px;
    background: url(../../../images/property-results/dropdown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 13px;
    height: 7px;
    pointer-events: none;
}

.ip-pr-filter-field.sm {
    width: calc(50% - 1.375vw);
}

.ip-pr-filter-field label,
.ip-pr-filter-field select,
.ip-pr-filter-field input,
.ip-pr-filter-field .price-range span em {
    font-family: var(--source-serif);
    font-size: min(1.1vw, 14px);
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    font-style: normal;
    width: 100%;
}

.ip-pr-filter-field select {
    border: none;
    outline: none;
    appearance: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
}

.ip-pr-filter-field.cb {
    padding-top: min(2.0625vw, 33px);
    gap: 3.1875vw;
}

.ip-pr-filter-field.cb .ip-pr-filter-field {
    width: fit-content;
    gap: 0.75vw;
}

.ip-pr-filter-field.cb .ip-pr-filter-field label {
    width: fit-content;
}

.ip-pr-filter-field.cb .ip-pr-filter-field input {
    width: min(1.3125vw, 21px);
    height: min(1.3125vw, 21px);
    appearance: none;
    border: 2px solid #fff;
    border-radius: 2px;
    opacity: 50%;
    margin: 0;
}

.ip-pr-filter-field.cb .ip-pr-filter-field input:checked {
    appearance: auto;
}

.ip-pr-filter-button {
    padding-top: 18px;
}

.ip-pr-filter-button .hp-btn {
    font-size: 11.4px;
    background: #fff;
    color: #343a3c;
    width: max(9.4375vw, 120px);
    height: max(2.75vw, 35px);
    border: 2px solid #fff;
    margin: auto;
    margin-right: max(-1.125vw, -18px);
}

.ip-pr-filter-button .hp-btn:hover {
    background: #585f65 !important;
    border-color: #585f65 !important;
    color: #fff !important;
}

.ip-pr-filter-field.range-slider {
    padding: 10px 0;
}

.ip-pr-filter-field.range-slider .price-range {
    padding: 3px 0 2px;
    width: calc(100% + 12px);
}

.ip-pr-filter-form .range-input-scoller,
.ip-pr-field-price::-webkit-slider-runnable-track {
    height: 1px;
    background: #fff;
    border-radius: 5px;
    margin: 12px 0;
}

.ip-pr-filter-form .ui-slider-horizontal .ui-slider-handle,
.ip-pr-field-price::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    margin-top: -2px;
    outline: none !important;
    border: none !important;
    margin-left: -3px;
}

.ip-pr-listings {
    padding-bottom: min(1.1875vw, 19px);
}

.ip-pr-listings-wrap {
    width: 73.625%;
    margin: auto;
    padding: min(5vw, 80px) 0;
}

.ip-pr-listings-list {}

.ip-pr-listings-item {
    width: 50%;
    padding: 2px;
}

.ip-pr-listings-item:nth-child(even) {
    margin-top: max(-3.5vw, -56px);
}

.ip-pr-listings-item>a {
    overflow: hidden;
}

.ip-pr-listings-img {}

.ip-pr-listings-item>a:hover .ip-pr-listings-img {
    transform: scale(1.17);
}

.ip-pr-listings-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 35%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, #000);
    opacity: 65%;
    z-index: 1;
    pointer-events: none;
}

.ip-pr-listings-info {
    position: absolute;
    left: 0;
    z-index: 3;
    width: max(58.461538461538%, 260px);
    background: linear-gradient(to top, rgba(88, 95, 101, 0.87), rgba(113, 130, 141, 0.87));
    /* height: 95px; */
    bottom: 5.33%;
    padding: min(1.375vw, 22px) 1.0625vw min(1.375vw, 22px) 1.5625vw;
}

.ip-pr-listings-item>a:hover .ip-pr-listings-info {
    bottom: 8.8%;
}

.ip-pr-listings-address {
    font-family: var(--montserrat);
    font-size: min(1.815vw, 24.88px);
    line-height: 1.2;
    letter-spacing: 0.005em;
    color: #fff;
    text-transform: uppercase;
}

.ip-pr-listings-address span {
    display: block;
    font-family: var(--source-serif);
    font-size: min(1.32vw, 16.59px);
    text-transform: none;
    letter-spacing: 0.05em;
    padding-top: 1px;
}

.ip-pr-listings-hover {
    position: absolute;
    background: rgba(113, 130, 141, 0.82);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    width: 84.273504273504%;
    height: 84.8%;
    bottom: 8.8%;
    padding: min(4.875vw, 78px) 5px;
}

.ip-pr-listings-item>a:hover .ip-pr-listings-hover {
    opacity: 1;
}

.ip-pr-listings-hover ul {}

.ip-pr-listings-hover ul li {
    font-family: var(--source-serif);
    font-size: min(1.42vw, 18.66px);
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    padding: 0 1.125vw;
}

.ip-pr-listings-hover ul li:not(:last-child) {
    border-right: 1px solid #fff;
}

.ip-pr-listings-pagination {
    margin: 50px auto;
}

.ip-pr-listings-pagination ul {
    gap: 10px;
    position: relative;
    bottom: auto;
    right: auto;
}

.ip-pr-listings-pagination .controller-container button {
    width: 38px;
    height: 38px;
}

.ip-pr-listings-pagination ul li {}

.ip-pr-listings-pagination ul li a,
.ip-pr-listings-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--montserrat);
    font-size: 13.99px;
    color: #585f65;
    width: 38px;
    height: 38px;
    border: 1px solid #585f65;
    background: transparent;
}

.ip-pr-listings-pagination ul li a:hover,
.ip-pr-listings-pagination ul li span {
    background: #585f65;
    color: #fff;
}

.ip-pr-listings-hover span.hp-btn {
    font-size: 10.36px;
    width: clamp(100px, 8.5625vw, 137px);
    height: clamp(25px, 2.5vw, 39px);
    margin: 2.5vw auto;
    border: none !important;
}

.ip-pr-listings-button .hp-btn {
    height: 53px;
    width: 185px;
    margin: 5px auto;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {

    .popup-container.global-popup-container {
        display: none;
    }

    .ip-custom-breadcrumbs {
        padding-bottom: 15px;
    }

    .ip-custom-breadcrumbs p#breadcrumbs {
        width: 90%;
    }

    .ip-custom-breadcrumbs p#breadcrumbs,
    .ip-custom-breadcrumbs p#breadcrumbs a {
        font-size: 13px;
    }

    .ip-pr-top {
        margin-left: 0;
    }

    .ip-custom-title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ip-pr-filter {
        position: relative;
        top: auto;
        transform: none;
        right: auto;
        width: 100%;
        padding: 40px 5vw;
    }

    .ip-pr-filter-info {
        padding: 0;
    }

    .ip-pr-filter-title {
        font-size: 21px;
        text-align: center;
    }

    .ip-pr-filter-form {
        padding-top: 20px;
    }

    .ip-pr-filter-field label,
    .ip-pr-filter-field select,
    .ip-pr-filter-field input,
    .ip-pr-filter-field .price-range span em {
        font-size: 13px;
    }

    .ip-pr-filter-field.sm {
        width: calc(50% - 10px);
    }

    .ip-pr-filter-field.range-slider {
        width: calc(50% - 18px);
    }

    .ip-pr-filter-field.cb {
        justify-content: center;
        padding-top: 30px;
        gap: 30px;
    }

    .ip-pr-filter-field.cb .ip-pr-filter-field input {
        width: 17px;
        height: 17px;
    }

    .ip-pr-filter-field.cb .ip-pr-filter-field {
        gap: 10px;
    }

    .ip-pr-filter-button .hp-btn {
        width: 162px;
        height: 35px;
        margin: 10px auto 0;
    }



    .ip-pr-listings-wrap {
        width: 90%;
        padding: 60px 0;
    }

    .ip-pr-listings-item {
        width: min(100%, 589px);
    }

    .ip-pr-listings-item:nth-child(even) {
        margin: 0;
    }

    .ip-pr-listings-info {
        width: 100%;
        text-align: center;
        padding: 15px;
        bottom: 37px;
    }

    .ip-pr-listings-address {
        font-size: 20px;
    }

    .ip-pr-listings-address span {
        font-size: 14px;
    }

    .ip-pr-listings-hover {
        opacity: 0;
        width: 90%;
        padding: 70px 0;
    }

    .ip-pr-listings-img canvas {
        min-height: 285px;
    }

    .ip-pr-listings-hover ul li {
        font-size: 15px;
        padding: 0 11px;
    }

    .ip-pr-listings-hover span.hp-btn {
        width: 120px;
        height: 35px;
        margin: 30px auto;
    }
}

@media only screen and (max-width: 480px) {
    .ip-pr-info-block-list {
        column-count: 1;
    }
}