#inner-page-wrapper {
    margin-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner {
    display: none;
}

/*header*/
div#main-wrapper .header {
    background: #fff;
    padding: 35px 70px;
}

div#main-wrapper .fh.header {
    padding: 7px 70px;
}

div#main-wrapper .header .split-nav {
    padding: 0 10px 0 0;
}

div#main-wrapper .header .split-nav > li > a {
    color: var(--dark);
}

div#main-wrapper .header .logo {
    width: clamp(150px,15.143vw,212px);
}

div#main-wrapper .header .header-logo {
    margin: 0;
}

div#main-wrapper .header-logo img {
    filter: grayscale(0) brightness(1);
}

div#main-wrapper .header .split-nav + .logo + .split-nav {
    padding: 0 0 0 10px;
}

div#main-wrapper .header .header-contact {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

div#main-wrapper .header .header-broker {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

/*slider*/
.ip-ld-slider {
    position: relative;
    padding: 122px 15px 0;
}

.ip-ld-slick-slider {
    max-width: 1400px;
    margin: 0 auto;
}

.ip-ld-slick-slider .slick-slide > div > div {
    display: block !important;
}

.ip-ld-slick-slider:not(.slick-initialized) > div:not(:first-child){
    display:none;
}

.ip-ld-photo {
    position: relative;
}

.ip-ld-photo canvas {
    display: block;
    width: 100%;
}

.ip-ld-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*content*/
.ip-ld-bc {
    margin: 19px 0 0;
}

.ip-ld-section-title {
    font-size: 38px;
    color: #2c565e;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 27px;
}

p#breadcrumbs {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #2c565e;
}

p#breadcrumbs a {
    font-weight: 500;
    color: #2c565e;
}

.ip-listing-details-area {
    padding: 0 15px;
}

.ip-ld-about {
    padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.ip-ld-holder {
    max-width: 1200px;
    margin: 0 auto;
}

.ip-ld-about-content .global-title-txt {
    font-size: 58px;
}

.ip-ld-about-content .global-title {
    margin-left: -23px;
}

.ip-ld-about-content .global-title-txt span {
    font-size: 21px;
    margin: 8px 0 0;
}

.ip-ld-about-text p {
    font-size: 21px;
    color: #717171;
    line-height: 1.4;
    letter-spacing: -1px;
}

.ip-ld-about-text {
    margin: 45px 0 0;
    max-width: 675px;
}

.ip-ld-about-content {
    width: 60%;
    padding-right: 30px;
}

.ip-ld-about-specs {
    width: 40%;
    padding: 19px 0 0;
}

.ip-ld-price {
    text-align: right;
    color: #2c565e;
    font-size: 55px;
    font-weight: 700;
    font-family: var(--font-family-title);
}

.ip-ld-price span {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    color: #999999;
    font-family: var(--font-family-default);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px 0 0;
}

.ip-ld-price span em {
    color: #515151;
    font-style: normal;
}

.ip-ld-specs-box {
    border: solid 2px #629fab;
    padding: 32px 15px 39px;
    margin: 56px 0 0;
}

.ip-ld-specs-box-inner {
    max-width: 420px;
    margin: 0 auto;
}

.ip-specs-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0;
}

.ip-specs-list em {
    color: #629fab;
    width: 25px;
    text-align: center;
    font-size: 18px;
}

.ip-specs-list span {
    color: #2c565e;
    font-size: 19px;
    font-weight: 400;
    text-transform: none;
}

.ip-ld-specs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ip-ld-specs > div {
    width: 36%;
}

.ip-ld-specs > div:last-child {
    width: 52.38%;
}

.ip-ld-btns {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
}

.ip-ld-btns .global-btn {
    max-width: calc(50% - 9px);
}

.ip-ld-smi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 41px 0 0;
}

.ip-ld-smi span {
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 700;
    letter-spacing: 1px;
}

.ip-ld-smi a {
    padding: 5px;
    font-size: 22px;
    color: #629fab;
    margin-left: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-ld-smi a:hover {
    color: #000;
}

/*details*/
.ip-property-details-area {
    padding: 64px 0 0;
}

.ip-property-details-area .ip-ld-section-title {
    text-align: center;
}

.ip-property-details-feed {
    margin: 44px -20px 0;
    display: flex;
    flex-wrap: wrap;
}

.ip-property-details-feed > div {
    width: 50%;
    padding: 0 20px;
}

.ip-pd-head {
    background: rgb(98 159 171 / 22%);
    padding: 13px 30px;
    font-size: 24px;
    font-weight: 700;
    color: #2c565e;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 35px;
}

.ip-pd-items {
    font-size: 21px;
    text-transform: uppercase;
    color: #515151;
}

.ip-pd-items span {
    text-transform: none;
    font-size: 22px;
    color: #2c565e;
    text-align: right;
}

.ip-pd-items div {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
}

.ip-pd-items div strong {
    margin-right: 60px;
    white-space: nowrap;
}

.ip-pd-list {
    margin: 0 0 54px;
}

/*mc*/
.ip-ld-mortgage-area {
    border: solid 2px #629fab;
    padding: 63px 15px 0;
}

.ip-ld-mortgage-area .ip-ld-section-title {
    text-align: center;
}

.ip-ld-mc {
    margin: 37px auto 0;
    max-width: 1100px;
}

.ip-ld-mc img{
    margin: 0 auto;
}

#ihf-main-container .mc-amount,
#ihf-main-container .mc-total-payment {
    color: #515151;
    font-size: 40px;
    font-family: var(--font-family-title);
}

#ihf-main-container .mc-total-payment-sm {
    color: #515151;
    font-size: 20px;
    font-family: var(--font-family-title);
}

#ihf-main-container .mc-total-payment-subline {
    color: #999999 !important;
    font-size: 16px;
    font-family: var(--font-family-title);
    text-transform: uppercase;
}

#ihf-main-container .mc-lineitem {
    color: #2c565e;
    font-family: var(--font-family-title);
}

#ihf-main-container .mc-payments-table {
    font-size: 20px;
    border: 0;
    color: #515151;
    font-family: var(--font-family-default);
}

#ihf-main-container .mc-payments-table td {
    border-bottom: none !important;
    padding: 0 20px 3px !important;
}

#ihf-main-container .mc-total {
    padding-top: 0 !important;
    margin: -8px 0 0 !important;
}

.row.mc-container form .col-xs-12 > span.fs-12 {
    text-transform: uppercase;
    font-size: 20px !important;
    color: #2c565e;
    display: block;
    margin: 0 0 11px;
    font-family: var(--font-family-title);
    letter-spacing: 1px;
}

#ihf-main-container .input-lg {
    height: 50px !important;
    font-size: 20px !important;
    border-radius: 0 !important;
    color: #2c565e !important ;
    font-weight: 700 !important;
}

#ihf-main-container .input-group-addon {
    background-color: rgb(98 159 171 / 20%);
    border: 1px solid rgb(98 159 171 / 20%);
    border-radius: 0 !important;
}

#ihf-main-container .input-group-addon span.fs-12 {
    color: #2c565e;
    font-size: 17px;
}

#ihf-main-container .input-text, #ihf-main-container input[type=input], #ihf-main-container input[type=text] {
    border-radius: 0px!important;
}

#ihf-main-container .mb-25 {
    margin-bottom: 44px;
}

.row.mc-container .col-xs-12.fs-12.mt-10 {
    display: none;
}


/*disclaimer*/
.ip-ld-disclaimer {
    padding: 62px 0 0;
}

.ip-ld-disclaimer p {
    font-size: 13px;
    text-transform: uppercase;
    color: #2c565e;
    line-height: 1.3;
    padding: 0 0 14px;
}

/*gallery*/
.ip-ld-gallery-area {
    margin: 0 -3px;
    position: relative;
    padding: 80px 0 0;
}

.ip-gall-slider {
    position: relative;
}

.ip-ld-gall-head {
    padding: 3px;
    width: calc(100% / 3);
}

.ip-gall-slick-slider{
    font-size: 0;
}

.ip-gall-slick-slider .slick-slide > div > div {
    /*display: block !important;*/
}

.ip-gall-slick-slider:not(.slick-initialized) > div:not(:first-child){
    display:none;
}

.ip-gall-slick-slider:not(.slick-initialized) .ip-ld-gall-photo{
    width: calc(100% / 3);
}

.ip-ld-gall-photo{
    padding: 3px;
}

.ip-ld-gall-photo a{
    display: block;
    position: relative;
}

.ip-ld-gall-photo a canvas{
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-ld-gall-photo a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-ld-gall-photo a:hover canvas{
    opacity: .2;
}

.ip-ld-gall-head {
    padding: 3px;
    width: calc(100% / 3);
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: #fff;
}

.ip-ld-gall-head .global-slick-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    max-width: 316px;
}

.ip-ld-gall-head .ip-ld-section-title {
    margin: 0;
}

/*map +form*/
.ip-listing-details-footer-area {
    position: relative;
    padding: 120px 15px 0;
}

.ip-ld-footer-holder {
    max-width: 1510px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ip-ld-map-area {
    position: relative;
    width: 39.736%;
}

.ip-ld-map-area iframe {
    width: 100%;
}

.ip-ld-form-area {
    width: 60.264%;
}

.ip-ld-form-area .contact-wrap {
    margin-left: -90px;
}

.ip-ld-form-area section.contact-wrap {
    display: block !important;
    margin-top: 0;
}

.contact-container {
    max-width: 816px;
    margin: 0 auto;
}

.cf-field-submit.global-btn {
    margin: 38px 0 0 auto;
}

section.contact-wrap {
    display: none !important;
}

@media only screen and (max-width: 1199px) {
    .ip-ld-about-content .global-title {
        margin-left: 0;
    }

    .ip-ld-about-content .global-title-txt {
        font-size: 40px;
    }

    .ip-ld-about-content .global-title-txt span {
        font-size: 16px;
    }

    .ip-ld-section-title {
        font-size: 30px;
    }

    .ip-ld-about-text p {
        font-size: 19px;
    }

    .ip-ld-specs > div:last-child {
        width: 57%;
    }

    .ip-pd-head {
        font-size: 20px;
    }

    .ip-pd-items {
        font-size: 17px;
    }

    .ip-pd-items span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    div#main-wrapper .header {
        background: var(--secondary);
        padding: 62px 10px 10px;
    }

    div#main-wrapper .header .logo {
        width: clamp(237px,23.929vw,335px);
    }

    div#main-wrapper .header-logo img {
        filter: grayscale(1) brightness(15);
    }

    div#main-wrapper .header .header-logo {
        margin: 0 0 3px;
    }

    div#main-wrapper .header .header-broker {
        height: auto;
        visibility: visible;
        opacity: 1;
    }

    .ip-ld-slider {
        padding: 15px 15px 0;
    }

    .ip-ld-about-content {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .ip-ld-about-text {
        margin: 20px 0 0;
        max-width: 100%;
    }

    .ip-ld-about-specs {
        width: 100%;
        padding: 30px 0 0;
    }

    .ip-ld-price {
        font-size: 40px;
        text-align: center;
    }

    .ip-ld-price span {
        font-size: 18px;
    }

    .ip-ld-specs > div {
        width: 100% !important;
    }

    .ip-property-details-feed > div {
        width: 100%;
    }

    .ip-pd-head {
        text-align: center;
    }

    .ip-ld-disclaimer {
        padding: 30px 0 0;
        text-align: center;
    }

    .ip-ld-gall-head {
        position: relative;
        margin: 0 0 30px;
        width: 100%;
    }

    .ip-listing-details-footer-area {
        padding: 50px 15px 0;
    }

    .ip-ld-gall-head .global-slick-nav {
        max-width: 100%;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ip-ld-gall-head .ip-ld-section-title {
        margin: 0 0 18px;
        width: 100%;
        order: -1;
    }

    .ip-gall-slick-slider {
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-ld-map-area {
        width: 100%;
    }

    .ip-ld-map-area iframe {
        width: 100%;
        height: 500px;
    }

    .ip-ld-form-area {
        width: 100%;
        padding-top: 90px;
    }

    .ip-ld-form-area .contact-wrap {
        margin-left: 0;
    }

}

@media only screen and (max-width: 480px) {
    .ip-ld-btns .global-btn {
        max-width: 100%;
        margin: 5px 0;
    }  

    .ip-ld-btns {
        flex-direction: column;
    }

    .ip-pd-items div strong {
        margin-right: 0;
    }

    .ip-pd-items div {
        flex-direction: column;
        text-align: center;
    }

    .ip-pd-items span {
        text-align: center;
    }
}

