html {
    scroll-behavior: smooth !important;
}

.property-page-for-sale_v2 {}

.back-to-search {
    display: none;
    padding: 20px 0 5px 0;
    text-decoration: underline;
}


div.property-page-for-sale_v2 > div.property-page-for-sale-header > div {
    margin-top: 20px;
}
.property-page-for-sale_v2 .property-page-for-sale-header {
    background: white;
    padding: 58px 0 20px;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content {
    display: flex;
    color: white;
    padding-right: 8px;
    padding-left: 8px;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .info-holder {
    display: flex;
    flex: 1;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .image {
    width: 100px;
    display: flex;
    flex-direction: row-reverse;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .image span {
    display: block;
    width: 150px;
    height: 150px;
    border: 4px solid white;
    border-radius: 50%;
    background-size: cover;
    flex-shrink: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .price {
    width: 370px;
    display: flex;
    align-items: center;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .icon {
    width: 90px;
    display: flex;
    align-items: center;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .icon img {
    max-width: 70px;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .text strong {
    font-size: 50px;
    display: block;
    padding-top: 15px;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .info {
    color: var(--main-blue);
    flex: 1;
    padding-left: 7px;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .title {
    font-size: 36px;
    font-weight: bold;
    padding: 35px 0 0;
    line-height: 42px;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .subtitle {
    display: flex;
    font-size: 18px;
    line-height: 30px;
    align-items: center;
}

.property-page-for-sale_v2 .property-page-for-sale-header .info-holder .subtitle .ad-id {
    color: var(--main-orange);
    font-weight: bold;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .subtitle .location {
    display: flex;
    align-items: center;
}

.property-page-for-sale_v2 .property-page-for-sale-header .separator {
    font-size: 14px;
    margin: 0 20px;
    color: lightgray;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .subtitle>div {
    display: inline-block;
    margin-right: 10px;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .subtitle>div:last-child {
    margin-right: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .subtitle>div img {
    margin-right: 10px;
    filter: brightness(0.8);
}

.property-page-for-sale_v2 .property-page-for-sale-make-offer {
    display: none;
    padding: 10px 0;
    border-bottom: 5px solid #d6d6d6;
    text-align: center;
}

.property-page-for-sale_v2 .property-page-for-sale-make-offer a {
    line-height: 40px;
    border-radius: 25px;
    padding: 0 10px 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    background-color: #f2a114;
    background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
    background: -webkit-linear-gradient(left, #f2a114, #e77924);
    background: -moz-linear-gradient(left, #f2a114, #e77924);
    background: -o-linear-gradient(#f2a114, #e77924);
    background: -ms-linear-gradient(#f2a114, #e77924);
    background: linear-gradient(to right, #f2a114, #e77924);
    width: 190px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details {
    padding: 50px 0;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content {
    display: flex;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details {
    flex: 1;
    padding-right: 40px;
    width: calc(100% - 390px);
    max-width: calc(100% - 390px);
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .banner {
    display: flex;
    min-height: 120px;
    border-right: 0;
    align-items: stretch;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .banner .price {
    width: 200px;
    background: #f19c17;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    padding: 0 30px;
    color: white;
    font-weight: 500;
    white-space: nowrap;
    flex: 0 0 auto;
    min-height: 120px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .banner .price strong {
    font-size: 32px;
    display: block;
    line-height: 40px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .banner .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 28px;
    color: #00435d;
    padding-right: 30px;
    font-weight: 700;
    flex: 1 1 100%;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details>.description {
    padding: 50px 0;
    font-size: 16px;
    color: #4c5160;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list {
    margin-bottom: 30px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list.mobile {
    display: none;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row:not(.property-page-for-sale-ammenities) {
    display: flex;
    min-height: 100px;
    margin: 0 -15px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row .item {
    flex: 1;
    display: flex;
    margin: 0 15px;
    align-items: center;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row .item .image {
    width: 60px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row .item .image {}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row .item .image img {
    max-width: 60px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row .item .description {
    font-size: 16px;
    color: #4c5160;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row .item .description.weeks {
    position: relative;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row .item .description.weeks i {
    cursor: pointer;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row .item .description strong {
    font-weight: bold;
    color: #009fc2;
    display: block;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row:last-child .item {
    border-bottom: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week {
    position: absolute;
    top: 0;
    left: 35px;
    display: flex;
    width: 400px;
    z-index: 100;
    margin-top: -125px;
    display: none;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week.maintenance-list {
    left: 35px;
    margin-top: -120px;
    width: 300px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .arrow {
    width: 12px;
    flex-grow: 0;
    flex-shrink: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .arrow span {
    display: block;
    width: 13px;
    height: 25px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #eaeaea;
    z-index: 99;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .week-panel {
    background: white;
    flex: 1;
    box-shadow: 0 0 0 1px #eaeaea;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .week-panel .week-panel-header {
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #035573;
    flex-shrink: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .week-panel .week-panel-header a {
    float: right;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .week-panel .week-panel-footer {
    flex: 1 1 auto;
    font-size: 12px;
    color: #035573;
    padding-top: 15px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .week-panel .week-panel-body {
    height: 170px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .week-panel .week-panel-body .week-panel-list {
    flex: 1;
    display: flex;
    font-size: 14px;
    color: #035573;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .week-panel .week-panel-body .week-panel-list.top {
    font-weight: bolder;
    color: white;
    background: #035573;
    border: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .week-panel .week-panel-body .week-panel-list.outer {
    background: #e3eef0;
    border: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .week-panel .week-panel-body .week-panel-list.last {
    border-bottom: 1px solid #e1e1e1;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week .week-panel .week-panel-body .week-panel-list .list-col {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now {
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 310px;
    height: 100px;
    text-transform: uppercase;
    margin-left: 50px;
    margin-top: 30px;
    justify-content: center;
    border-radius: 20px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now.mobile {
    display: none;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .or {
    display: flex;
    font-size: 20px;
    color: #035573;
    width: 90px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .or span {
    flex: 1;
    display: block;
    height: 1px;
    background: #b7b7b7;
    margin: 0 4px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone,
.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .img {
    width: 60px;
    margin-left: -30px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .img img {
    width: 100%;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .text {
    flex: 1;
    color: #035573;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .text a {
    font-size: 21px;
    color: #20b2cd;
    display: block;
    line-height: 40px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more {
    padding-left: 45px;
    display: flex;
    align-items: center;
    padding-right: 30px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more .text {
    flex: 1;
    padding-left: 45px;
    font-size: 16px;
    color: #035573;
    line-height: 20px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more .text strong {
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more .img {
    width: 46px;
    padding-left: 20px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more .img img {
    width: 100%;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form {
    width: 390px;
    position: relative;
    background: #00465f;
    border-top: 8px solid #ff9a22;
    padding: 70px 30px 30px;
    color: white;
    align-self: flex-start;
    border-radius: 15px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form .checkmark {
    position: absolute;
    top: -44px;
    left: 50%;
    margin-left: -44px;
    width: 88px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .bottom-line {
    text-align: center;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .bottom-line a {
    color: #fff;
    text-decoration: underline;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .bottom-line .privacy-header {
    font-weight: bold;
}
.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .bottom-line span i{
    color: var(--secondary-blue);
    margin-right: 5px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .bottom-line .privacy-text {
    font-size: 12px;
    line-height: 13px;
    margin-left: -15px;
    margin-right: -15px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form .title {
    font-size: 28px;
    text-transform: capitalize;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form .title strong {
    font-weight: bold;
}

.module_resorts_about .second .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control {
    font-size: 16px;
    height: 47px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control.icon {
    padding-left: 40px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control#first_name {
    background: white url('../png/first-name-icon-field.png') no-repeat 10px center;
    background-size: 20px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control#last_name{
    padding-left: 5px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control#email {
    background: white url('../png/email-icon-field.png') no-repeat 10px center;
    background-size: 20px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control.inq_type {
    background: white url('../png/inquire-icon-field.png') no-repeat 10px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 0 0 40px;
    margin-bottom: 15px;
    background-size: 20px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control#amount {
    background: white url('../png/offer-amount-icon-field.png') no-repeat 10px center;
    background-size: 20px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control#comments {
    background: white url('../png/comments-icon-field.png') no-repeat 10px 10px;
    background-size: 20px;
    height: 125px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control.inq_type .btn-group {
    width: 100%;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control.inq_type .btn-group * {
    outline: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control.inq_type .btn-group .btn {
    border: 0;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 50px 0 10px;
    line-height: 45px;
    overflow: hidden;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form-control.inq_type .btn-group .btn .bs-caret {
    display: inline-flex;
    width: 48px;
    text-align: center;
    background: #f2f2f2;
    color: #103754;
    height: 47px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form>form>.container-fluid>p,
.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form>p {
    width: 100%;
    display: block;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form .btn.submit {
    line-height: 50px;
    border-radius: 7px;
    padding: 0 10px 0 20px;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    background-color: #f2a114;
    background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
    background: -webkit-linear-gradient(left, #f2a114, #e77924);
    background: -moz-linear-gradient(left, #f2a114, #e77924);
    background: -o-linear-gradient(#f2a114, #e77924);
    background: -ms-linear-gradient(#f2a114, #e77924);
    background: linear-gradient(to right, #f2a114, #e77924);
    margin-bottom: 20px;
    width: 250px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form .btn.submit span:not(.fa-spinner) {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background: url('../svg/arrow-right.svg') no-repeat center center;
    background-size: 100% 100%;
    margin-left: 10px;
    margin-top: -3px;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form p {
    text-align: center;
    font-size: 10px;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content {
    height: 400px;
    width: calc(100% - 430px);
    max-width: calc(100% - 430px);
    padding-right: 40px;
    background: #f2f2f2;
    box-shadow: inset 0 0 10px 5px #DDD;
    padding: 40px 0 50px;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .title {
    text-align: center;
    color: #035573;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery {
    height: 230px;
    display: flex;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .prev,
.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .next {
    width: 80px;
    cursor: pointer;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .prev {
    background: url('../png/left-blue-arrow.png') no-repeat center center;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .next {
    background: url('../png/right-blue-arrow-2.png') no-repeat center center;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .prev.disabled {
    background: url('../png/left-arrow-innactive.png') no-repeat center center;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .next.disabled {
    background: url('../png/right-select-arrow-innactive.png') no-repeat center center;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .slider {
    flex: 1;
    overflow: hidden;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .slider .item {
    padding: 0 5px;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .slider .item a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .slider .item a span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(13, 86, 113, 0.8);
    background-image: url('../png/magnifier.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .slider .item a:hover span {
    display: block;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 85, 115, 0.8);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal * {
    min-width: 0;
    min-height: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder {
    background: #ffffff;
    max-width: 1000px;
    max-height: 850px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_header {
    background: #009fc2;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    color: white;
    text-align: center;
    padding: 27px 25px;
    box-sizing: content-box;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_header a img {
    width: 40px;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_header .close {
    opacity: 1;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_body {
    flex: 1;
    flex-shrink: 1;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_body .gallery_bigs {
    flex: 1;
    width: 100%;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_body .gallery_bigs .slick-bigs {
    width: auto;
    height: auto;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_body .gallery_bigs .slick-slide {
    height: auto;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_body .gallery_bigs .image {
    background: #035573;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 40px solid white;
    box-sizing: border-box;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_body .gallery_bigs .image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_footer {
    height: 145px;
    display: flex;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_footer .prev-thumb {
    background: url('../png/modal-thumbs-left.png') no-repeat center center;
    cursor: pointer;
    flex: 0 0 100px;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_footer .next-thumb {
    background: url('../png/modal-thumbs-right.png') no-repeat center center;
    cursor: pointer;
    flex: 0 0 100px;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_footer .gallery_thumbs {
    flex: 1;
    overflow: hidden;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_footer .gallery_thumbs .slick-thumbs {
    width: 100%;
    height: 100%;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_footer .gallery_thumbs .slick-thumbs .slick-slide {
    box-sizing: border-box;
    display: flex;
    padding: 20px 10px;
}

.property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_footer .gallery_thumbs .slick-thumbs .slick-slide .image {
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.property-page-for-sale_v2 .property-page-for-sale-description {}

.property-page-for-sale_v2 .property-page-for-sale-description .description-content {
    max-width: calc(100% - 390px);
    padding: 65px 0;
    padding-right: 40px;
    text-align: center;
    font-size: 16px;
    color: #4c5160;
}

.property-page-for-sale_v2 .property-page-for-sale-description .description-content .title {
    font-size: 36px;
    color: #0d5671;
    font-weight: bolder;
    margin-bottom: 40px;
    padding-bottom: 40px;
    background: url('../png/woosh-image.png') no-repeat center bottom;
}

.property-page-for-sale_v2 .property-page-for-sale-description .description-content .offer-btn {
    padding-top: 40px;
}

.property-page-for-sale_v2 .property-page-for-sale-description .description-content .offer-btn a {
    display: inline-block;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 40px;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #f2a114;
    background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
    background: -webkit-linear-gradient(left, #f2a114, #e77924);
    background: -moz-linear-gradient(left, #f2a114, #e77924);
    background: -o-linear-gradient(#f2a114, #e77924);
    background: -ms-linear-gradient(#f2a114, #e77924);
    background: linear-gradient(to right, #f2a114, #e77924);
}

.property-page-for-sale_v2 .property-page-for-sale-ammenities {}

.property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content {
    font-size: 18px;
    color: #4c5160;
}

.property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .title {
    height: 100px;
    line-height: 100px;
    background: #035573;
    text-align: center;
    font-size: 36px;
    color: white;
    font-weight: bold;
}

.property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content>.list {
    margin: 0 auto;
}

.property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-group .panel:first-child {
    border: 0;
}

.property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-body>.list {
    padding: 0;
    line-height: 20px;
}

.property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-body>.list .list-row {
    display: flex;
    height: 70px;
}

.property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-body>.list .list-row .collumn {
    /*flex: 1;*/
    display: flex;
    align-items: center;
    flex-basis: 30%;
    flex-grow: unset;
}

.property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-body>.list .list-row .collumn .img {
    width: 60px;
    padding-right: 20px;
    text-align: center;
}

.property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-body>.list .list-row .collumn .img img {
    max-width: 60px;
    max-height: 40px;
}

.property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-body>.list .list-row .collumn .text {
    flex: 1;
    font-weight: 700;
    color: var(--secondary-blue);
}

.property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content {}

.property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .title {
    background: #f19c16;
    height: 78px;
    line-height: 78px;
    font-size: 31px;
    font-weight: bold;
    color: white;
}

.property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .title img {
    display: inline-block;
    margin-right: 25px;
}

.property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .map {
    height: 500px;
}

.property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .map .bubble {
    width: 100%;
    display: flex;
    min-width: 500px;
}

.property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .map .bubble .image {
    width: 150px;
}

.property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .map .bubble .image img {
    width: 100%;
}

.property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .map .bubble .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
}

.property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .map .bubble .bubble_title {
    font-size: 20px;
    color: #035573;
    font-weight: normal;
}

.property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .map .bubble .bubble_address {
    font-size: 14px;
    color: #696969;
}

.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form.is_stuck {
    position: fixed;
    z-index: 99;
    margin-top: 40px;
}

@media(max-width: 1200px) {
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content {
        align-items: center;
    }
    .property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content,
    .property-page-for-sale_v2 .property-page-for-sale-description .description-content,
    .property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content,
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details {
        width: 100%!important;
        max-width: 100%!important;
        padding-right: 0;
        padding-left: 0;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week.weeks {
        left: -410px;
        top: -3px;
        flex-direction: row-reverse;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week.maintenance-list {
        left: 20px;
        margin-top: -125px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .details-list-week.weeks .arrow span {
        border-right: 0;
        border-left: 10px solid #eaeaea;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content {
        flex-direction: row;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info-holder {
        flex-basis: auto;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .image {
        width: 110px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .image span {
        width: 110px;
        height: 110px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .title {
        font-size: 30px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .subtitle {
        font-size: 16px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .subtitle>div {
        margin-right: 20px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .price {
        align-self: center;
        padding: 40px 0 20px 30px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .icon {
        width: 50px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .icon img {
        max-width: 40px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .text {
        flex-wrap: nowrap;
        white-space: nowrap;
        flex-direction: column;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding-left: 74px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .text strong {
        font-size: 40px;
        display: inline;
        padding-top: 0;
    }
    .property-page-for-sale_v2 .property-page-for-sale-make-offer {
        display: NONE;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content {
        flex-direction: column;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details {
        padding-right: 0;
        padding-bottom: 50px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .banner .price {
        width: 180px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .banner .text {
        font-size: 20px;
        padding: 0 20px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details>.description {
        padding: 30px 0;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row .item {
        margin: 0 30px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list .list-row .item .description {
        font-size: 14px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form {
        width: 100%;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now {
        display: none;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now.mobile {
        display: flex;
        margin-top: 30px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone {
        padding-right: 25px;
        padding-left: 25px;
        flex: 1;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .text {
        font-size: 14px;
        line-height: 16px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .text a {
        font-size: 29px;
        line-height: 32px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more {
        padding-left: 30px;
        flex: 1;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more .text {
        padding-left: 0
    }
    .property-page-for-sale_v2 .property-page-for-sale-description .description-content .title {
        font-size: 30px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content>.list {
        padding: 20px 0;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .price {
        width: 100%;
        justify-content: center;
        padding: 20px 0;
    }
}

@media(767px) {
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_holder .arrow-right {
        width: 40px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_holder .arrow-left {
        width: 40px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_footer .prev-thumb {
        flex-basis: 40px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-gallery .gallery_modal .modal_holder .modal_footer .next-thumb {
        flex-basis: 40px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info-holder {
        flex-direction: column;
        align-items: center;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info {
        text-align: center;
        padding-left: 0;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .subtitle>div {
        text-align: center;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .text {
        font-size: 24px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .banner {
        flex-direction: column;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .banner .price {
        width: 100%;
        flex-direction: row;
        align-items: center;
        height: 80px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .banner .price strong {
        display: inline-block;
        margin-left: 10px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .banner .text {
        font-size: 18px;
        text-align: center;
        padding: 20px 10px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list {
        display: none;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list.mobile {
        display: block;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form .title {
        font-size: 28px;
        font-weight: 100;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form .title br {
        display: none;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .form .title strong {
        font-weight: 500;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now {
        display: none;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now.mobile {
        height: auto;
        padding: 20px 0;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone {
        flex-direction: column;
        padding: 0 0 0 10px;
    }

    /*.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more .img,*/
    /*.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .img {*/
    /*    width: 100%;*/
    /*    height: 60px;*/
    /*    line-height: 40px;*/
    /*    text-align: center;*/
    /*    padding: 0 0 20px;*/
    /*}*/

    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more .img img,
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .img img {
        height: 35px;
        width: auto;
        display: inline-block;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .or {
        width: 70px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more {
        flex-direction: column-reverse;
        padding: 0 10px 0 0;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more .text {
        padding-left: 0;
        text-align: center;
        font-size: 16px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .more .text strong {
        font-size: inherit;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .text {
        font-size: 16px;
        text-align: center;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .text a {
        font-size: 20px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content {
        height: 340px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery {
        height: 170px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .prev,
    .property-page-for-sale_v2 .property-page-for-sale-gallery .gallery-content .gallery .next {
        width: 60px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-body>.list {
        padding: 0;
    }
    .property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content {
        font-size: 16px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-body>.list .list-row .collumn .img {
        width: 50px;
        padding-right: 10px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-body>.list .list-row .collumn .img img {
        max-width: 40px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .title {
        text-align: center;
        height: auto;
        padding: 20px 0;
        line-height: normal;
    }
    .property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .title img {
        display: block;
        margin: 0 auto;
    }
    .property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .map .bubble {
        min-width: 300px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .map .bubble .bubble_title {
        font-size: 16px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-map-address .map-address-content .map .gm-style .gm-style-iw {
        width: 300px!important;
    }
}

.verified-ad {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 0;
    font-style: italic;
    position: relative;
}

.verified-ad svg {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.verified-ad-mobile {
    display: none;
    position: relative;
}

.verified-ad-mobile svg {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.tool-tips {
    position: absolute;
    font-style: normal;
    background: #fff;
    border: 1px solid #cfcfcf;
    font-size: 11px;
    color: #000;
    line-height: normal;
    padding: 10px;
    top: 30px;
    display: none;
    white-space: normal;
}

.verified-ad:hover .tool-tips, .verified-ad-mobile:hover .tool-tips {
    display: block;
    z-index: 999;
    right: 0;
}

.tool-tips-header {
    font-size: 12px;
    font-weight: bold;
    color: #035573;
}

@media (max-width: 1200px) {
    .verified-ad {
        display: none;
    }
    .verified-ad-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        font-style: italic;
    }
}

@media(max-width: 767px) {
    #previousSearch {
        display: none;
    }
}

.page-ad-details-sale #main-callout-block-sticky {
    display: none !important;
}

a.back-to-search {
    position: fixed;
    bottom: 50px;
    left: 20px;
    font-size: 24px;
    background-color: rgb(158, 158, 158);
    color: white;
    padding: 20px 30px;
    z-index: 100;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.back-text {
    position: fixed;
    bottom: 50px;
    left: 94px;
    font-size: 20px;
    background-color: rgba(121, 121, 121, 0.8);
    color: white;
    padding: 22.5px 23px 23px 23px;
    z-index: 99;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    transition-duration: 0.4s;
}

a.back-to-search:hover {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background: rgb(21, 143, 189);
}

a.back-to-search:hover+.back-text {
    display: block;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    background: rgba(21, 143, 189, 0.74);
}


.offer-container {
    position: relative;
    display: inline-block;
    background: var(--main-blue);
    border-radius: 7px;
    width: 320px;
}

.offer-container .offer-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-35%, -50%);
    background: linear-gradient(90deg, #ffb300 39%, #f58025 100%);
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(50,50,50,0.13);
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 17px;
}

.offer-container .offer-arrow {
    margin-left: 8px;
    font-size: 18px;
}

.offer-container .price {
    border-radius: 12px;
    min-width: 250px;
    padding: 16px 24px 16px 95px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.offer-container .price strong {
    color: #ffb300;
    font-size: 32px;
    margin-left: 6px;
    font-weight: bold;
}


.circle-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 26px;
    height: 26px;
    margin-left: 10px;
}

.circle-chevron  .fa-solid .fa-chevron-right{
    color: #fff;
}

.circle {
    border: 2.5px solid #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-right: 23px;
}
.circle-chevron i {
    color: #fff;
    font-size: 14px;
    position: relative;
    left: 1px;
    z-index: 1;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    padding: 8px;
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
}


.gallery-item.main {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}


.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    display: block;
}

.see-all {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: #fff;
    color: #175272;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
    font-size: 17px;
    transition: background 0.2s;
    z-index: 2;
    cursor: pointer;
}
.see-all:hover {
    background: #f2f6fa;
}

.property-highlights .gradient-text,
.amenities-container .panel-title{
    background: linear-gradient(90deg, #f2a015 0%, #e87c23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.property-highlights .title,
.amenities-container .panel-title{
    margin-bottom: 18px;
    font-size: 32px;
    font-weight: bold;
}

.property-highlights .text{
    font-size: 18px;
    color: #727171;
}

.property-page-for-sale-description .property-highlights{
    padding: 24px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.mfp-bg,
.mfp-wrap {
    z-index: 99999 !important;
}

.amenities-container .panel-heading{
    padding-left: 0;
}

.amenities-container .panel-heading{
    padding-left: 0;
}

.amenities-container .panel-heading .panel-title a.collapsed, .panel-heading .panel-title a {
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 0;
    background: url('../svg/collapse-open.svg') no-repeat right center;
    background-size: 20px;
}

.amenities-container .panel-heading .panel-title a:not(.collapsed), .panel-heading .panel-title a.active {
    background: url('../svg/collapse-close.svg') no-repeat right center;
    background-size: 20px;
}

.property-page-for-sale_v2 .disclaimer{
    padding-left: 20px;
    line-height: 40px;
    font-style: italic;
}

#form > div.title > strong{
    color: #ff9a22;
}

.property-page-for-sale_v2 .form .btn.submit {
    background: url('../svg/arrow-right.svg') no-repeat center center;
}

.offer-btn > img,
.property-page-for-sale_v2 .form #btnSubmitForm > img{
    filter: brightness(0) invert(1);
    margin-left: 10px;
}

div.call-now  span.toll-free{
    text-transform: capitalize;
    text-decoration: none !important;
    color: var(--main-blue);
}

div.call-now  a{
    text-decoration: none;
}

div.call-now img{
    margin-left: -30px;
}

div.call-now .skip-form{
    padding: 7px 25px 5px;
    background: var(--main-blue);
    color: white;
    font-size: 15px;
    border-radius: 10px;
}

.credibility-logos {
    height: 75px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.offer-container-mobile{
    display: none;
}

.property-page-for-sale-description.mobile{
    display: none;
}

.open-gallery-mobile{
    display: none !important;
}


@media (max-width: 767.98px) { /*max-width: 575.98px*/
    .open-gallery-mobile{
        display: flex !important;
    }

    .property-page-for-sale_v2 {
        margin: 0 -3px 0 0;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header {
        padding: unset;
    }

    div.property-page-for-sale_v2 > div.property-page-for-sale-header > div {
        margin-top: 0;
    }

    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .title {
        padding-top: 85px;
        font-size: 26px;
        font-weight: bold;
        line-height: 30px;
        text-align: left;
        display: flex;
    }

    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .subtitle {
        font-size: 10px;
    }

    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .subtitle>div {
        margin-right: unset;
    }

    .offer-container{
        display: none;
    }

    .offer-container-mobile {
        position: relative;
        display: flex;
        background: var(--main-blue);
        border-radius: 7px;
        width: 250px;
        margin: 0 auto;
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .offer-container-mobile .offer-btn {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-35%, -50%);
        background: linear-gradient(90deg, #ffb300 39%, #f58025 100%);
        color: #fff;
        border: none;
        border-radius: 7px;
        padding: 10px 20px 10px 20px;
        font-size: 18px;
        font-weight: bold;
        box-shadow: 0 2px 6px rgba(50,50,50,0.13);
        cursor: pointer;
        display: flex;
        align-items: center;
        line-height: 17px;
    }

    .offer-container-mobile .offer-arrow {
        margin-left: 8px;
        font-size: 18px;
    }

    .offer-container-mobile .price {
        border-radius: 12px;
        min-width: 250px;
        padding: 16px 24px 16px 95px;
        font-size: 13px;
        color: #fff;
        font-weight: 600;
    }

    .offer-container-mobile .price strong {
        color: #ffb300;
        font-size: 32px;
        margin-left: 6px;
        font-weight: bold;
    }

    .offer-container-mobile .price .text {
        display: flex;
        flex-direction: column;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: unset;
        grid-template-rows: unset;
        gap: 16px;
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        border-radius: 0;
        overflow: hidden;
        background: #fff;
        padding: 8px;
    }

    .gallery-item {
        border-radius: 0;
    }

    .gallery-item:not(.main) {
        display: none;
    }

    div.property-page-for-sale_v2 > div.property-page-for-sale-gallery > div {
        margin-left: -10px;
        margin-right: -5px;
    }

    .disclaimer{
        display: none;
    }

    div.property-page-for-sale_v2 > div.container.disclaimer-mobile{
        margin-bottom: 20px;
    }

    div.property-page-for-sale_v2 > div.container.disclaimer-mobile > span {
        font-style: italic;
        font-size: 11px;
    }

    .property-page-for-sale-make-offer.make-offer-btn{
        display: none;
    }


    .property-page-for-sale_v2 .property-page-for-sale-form-details {
        padding: 0;
    }

    .property-page-for-sale-description.mobile{
        display: block;
    }


    .property-page-for-sale-description:not(.mobile){
        display: none;
    }

    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now.mobile {
        background: #f2f2f2;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 340px;
        height: 100px;
        text-transform: uppercase;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        justify-content: center;
        border-radius: 20px;
        width: 300px;
    }

    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .img img {
        height: auto;
        width: auto;
        display: inline-block;
    }
    /*.property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now.mobile .phone .img {*/
    /*    width: 100%;*/
    /*    height: 60px;*/
    /*    line-height: 40px;*/
    /*    text-align: center;*/
    /*    padding: 0 0 20px;*/
    /*}*/


    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now.mobile .phone {
        flex-direction: row;
    }

    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now.mobile .phone .text {
        display: flex;
        flex-direction: column;
    }

    footer .smtn_footer_v2 .footer-title {
        margin-bottom: 0;
    }

    footer .smtn_footer_v2 .footer-title:first-child {
        margin-top: 30px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-ammenities .ammenities-content .panel-body>.list .list-row .collumn {
        flex: 1;
        display: flex;
        align-items: center;
    }

    .property-page-for-sale_v2 > div.property-page-for-sale-header > div > div > div.info-holder > div > div.title > span > div.verified-ad-mobile img{
        width: 25px;
    }

    .property-page-for-sale_v2 > div.property-page-for-sale-header > div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .property-page-for-sale_v2 .property-page-for-sale-header .header-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    #smtn_search_bar-2 > div.container > div {
        display: flex;
        /*flex-direction: column;*/
    }

    div.call-now .skip-form {
        font-size: 13px;
    }

    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .text a {
        font-size: 19px;
    }


}

@media (max-width: 570px) {
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .title {
        padding-top: 10px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list {
        display: none;
    }

    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .details .list.mobile {
        display: block;
    }

    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .text a {
        font-size: 18px;
    }

    div.call-now .skip-form {
        font-size: 13px;
    }

    .back-to-search {
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .text {
        font-size: 14px;
    }

    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .title {
        padding-right: 50px;
    }

    .see-all {
        padding: 6px 20px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.07);
    }

    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .title {
        padding-top: 78px;
    }

    .property-page-for-sale_v2 .property-page-for-sale-form-details .form-details-content .call-now .phone .text a {
        font-size: 18px;
    }

    div.call-now .skip-form {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .glightbox-clean .gprev.gbtn {
        position: absolute !important;
        top: 50% !important;
        left: 5px !important;
        width: 40px !important;
        height: 50px !important;
        transform: translateY(-50%) !important;
    }

    .glightbox-clean .gnext.gbtn {
        position: absolute !important;
        top: 50% !important;
        right: 5px !important;
        width: 40px !important;
        height: 50px !important;
        transform: translateY(-50%) !important;
    }

}

@media (min-width: 1340px) {
    body > section > div.property-page-for-sale_v2 > div.property-page-for-sale-gallery > div > div > div.gallery-item.main {
        height: unset !important;
        width: unset !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    div.property-page-for-sale_v2 > div.property-page-for-sale-header > div {
        width: 100%;
    }

    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .price .text {
        font-size: 16px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .title {
        padding-right: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    div.property-page-for-sale_v2 > div.property-page-for-sale-header > div {
        width: 100%;
        max-width: 1170px;
    }
    .property-page-for-sale_v2 .property-page-for-sale-header .header-content .info .title {
        font-size: 30px;
        padding-right: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1339.98px) {}
@media (min-width: 1340px) {
    .gallery-container {
        width: 1340px !important;
        max-width: 100% !important;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .gallery-container {
        width: 1170px;
    }
}

.img-placeholder:not(.main) {
    display: block;
    width: 100%;
    height: 180px;
    background-color: #e0e0e0;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
}

.img-placeholder.glow:not(.main) {
    animation: img-placeholder-glow 1.3s linear infinite alternate;
}

@keyframes img-placeholder-glow {
    0% { opacity: 0.7; }
    100% { opacity: 1; }
}

.img-placeholder.wave::after {
    content: "";
    position: absolute;
    top: 0; left: -40%;
    height: 100%; width: 40%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: img-placeholder-wave 1.4s linear infinite;
}
@keyframes img-placeholder-wave {
    0% { left: -40%; }
    100% { left: 100%; }
}

.open-gallery-mobile {
    position: absolute;
    right: 20px;
    bottom: 24px;
    background: #ededed;
    padding: 5px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 700;
    color: var(--main-blue);
}

.open-gallery-mobile .fa-flip-horizontal{
    margin-right: 10px;
    color: var(--main-orange);
}

#form > div.title:not(strong){
    text-transform: capitalize;
}

.gallery-container {
    max-width: 1340px;
    margin: 0 auto;
}

.property-page-for-sale_v2 > div.property-page-for-sale-header > div > div > div.info-holder > div > div.title{
    display: flex;
    align-items: center;
}
.property-page-for-sale_v2 > div.property-page-for-sale-header > div > div > div.info-holder > div > div.title img{
    width: 25px;
    margin-left: 15px;
}

#smtn_search_bar-2 > div.container > div{
    display: flex;
}

.property-page-for-sale_v2 > div.property-page-for-sale-header > div{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.widget_smtn_search_bar__phones.pull-left.hidden-sm.hidden-xs > p.international > span{
    font-weight: 700;
}