/* Main section */
.contentarea {
    text-align: center;
    padding: 50px 0;
    position: relative;
    background: var(--Lightest-Grey, #f5f5f5);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.contentarea .container {
    max-width: 1300px;
    position: relative;
}

article#post-2:before,
article#post-2:after {
    display: none;
}

article#post-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 30px 0;
    position: relative;
    z-index: 1;
}

.home-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.home-buttons button,
.home-buttons a {
    margin: 0;
}

.post_content.clearfix p {
    margin: 0;
    color: #545d60;
}

.post_content.clearfix {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.post_content.clearfix:before,
.post_content.clearfix:after {
    display: none;
}

.main-wrap .container {
    max-width: 1400px;
}
.page-header {
    margin: 0;
}

/* Doctor section 50/50 */
.doctor-section {
    padding: 93px 25px;
    position: relative;
    z-index: 1;
}

.doctor-container {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

.doctor-flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.doctor-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 45px;
    background: var(--Blue, #4f97d2);
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 50px 3% 50px 75px;
    text-align: right;
    min-height: 723px;
}

.doc-title * {
    color: #fff;
}

.doc-title h2 {
    font-size: clamp(32px, 3vw, 45px);
}

.doc-title h3 {
    font-size: clamp(26px, 3vw, 32px);
    font-weight: 600;
}

.doctor-right p {
    margin: 0;
    color: #fff;
}

.dentist-aff .external-link {
    display: none;
}

.dentist-aff a,
.dentist-aff img {
    display: block;
}

.doctor-right .main3-btn {
    margin: 0;
}

.doctor-left {
    display: block;
    max-width: 45%;
    width: 100%;
}

.doctor-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 723px;
    max-width: 816px;
    width: 100%;
}

.doctor-photo.cochran {
    background-image: url('../images/Reece.webp');
}

.doctor-photo.mcq {
    background-image: url('../images/drMcquigg.webp');
}

.doctor-photo.carleton {
    background-image: url('../images/drCarleton.webp');
}

.doctor-photo.ferguson {
    background-image: url('../images/dr-ferguson.webp');
}

.doctor-photo.lavin {
    background-image: url('../images/drlavin.webp');
}

.doctor-slider .slick-prev {
    display: none !important;
}

.doctor-slider .slick-next {
    display: none !important;
}

.doctor-nav-holder .doctor-nav::before {
    content: '';
    background: url(../images/up-arrow.svg) no-repeat center;
    position: absolute;
    z-index: 3;
    width: 16px;
    height: 16px;
    bottom: 100%;
    left: -0.5px;
}
.doctor-nav-holder .doctor-nav::after {
    content: '';
    background: url(../images/down-arrow.svg) no-repeat center;
    position: absolute;
    z-index: 3;
    width: 16px;
    height: 16px;
    top: 100%;
    left: -1.4px;
}

.doctor-nav-holder ul.slick-dots button {
    background-color: transparent;
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 0;
    transition: ease-in-out 0.5s;
    border-radius: 50%;
    border: 1.5px solid #fff;
}
.doctor-nav-holder ul.slick-dots {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    list-style-type: none;
    gap: 25px;
    flex-direction: column;
}
.doctor-nav-holder ul.slick-dots li {
    display: flex;
}
.doctor-nav-holder ul.slick-dots button:hover,
.doctor-nav-holder ul.slick-dots .slick-active button {
    background-color: #fff;
}

.doctor-right .main4-btn {
    margin: 0;
}

.doctor-right p {
    max-width: 98%;
}

.doctor-nav-holder {
    position: absolute;
    max-width: 49%;
    width: 100%;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
}

/* Services section with title top, Content and then services circles that are clickable and stacked 3 by 3 */
.services-section {
    padding: 100px 25px;
    background-color: #f4f4f4;
}

.services-top {
    text-align: center;
}

.services-top p {
    margin: 0;
}

.services-title h2 {
    text-align: center;
    font-family: 'Lustria', sans-serif;
    font-size: clamp(35px, 3vw, 64px);
    font-weight: 400;
    line-height: 120%; /* 70.4px */
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #26225c;
}

.services-slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.services-slide {
    max-width: 23%;
    width: 100%;
}

.services-content-holder {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.services-content-holder p {
    margin: 0;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1550px;
    margin: 0 auto;
    gap: 80px;
    align-items: center;
}

a.services-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    min-height: 350px;
    text-align: center;
    transition: ease-in-out 0.5s;
    background-color: #e4eef7;
    padding: 40px 3% 20px;
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.2);
}

a.services-box h4 {
    font-weight: 600;
    color: #4f97d2;
}
/* Pulse Animation */

a.services-box:hover {
    background-color: #f49f1d;
    text-decoration: none;
}

.services-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.services-buttons a,
.services-buttons button {
    margin: 0;
}

a.services-box:hover h4,
a.services-box:hover svg path {
    color: #fff;
    fill: #fff;
}

/* Basic Reviews Section CSS */
.section-reviews {
    padding: 95px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.reviews-main-container {
    max-width: 1700px;
    width: 100%;
    position: relative;
    padding: 100px 7%;
    background: var(
        --Gradient,
        linear-gradient(90deg, #4f97d2 0%, #26225c 100%)
    );
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.mountain-vector {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    height: min(50vw, 310px);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.loaded .mountain-vector {
    background-image: url('../images/reviewsmountain.webp');
}

.reviews-wrapper-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.section-reviews .stars {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-reviews .stars img {
    display: block;
}
.section-reviews h2 {
    text-align: center;
    font-family: 'Lustria', sans-serif;
    font-size: clamp(35px, 3vw, 64px);
    font-weight: 400;
    line-height: 120%; /* 70.4px */
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #fff;
}
.section-reviews h2.patient-name {
    color: #fff;
    text-align: center;
    font-family: 'Lustria', sans-serif;
    font-size: clamp(18px, 3vw, 25px);
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 1.15px;
    text-transform: uppercase;
    margin-top: 40px;
}
.section-reviews .content-container p {
    text-align: center;
    font-size: clamp(16px, 3vw, 23px);
    color: #fff;
}
.section-reviews .arrow {
    opacity: 1;
    top: 20%;
}
.section-reviews .arrow::before {
    border-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.section-reviews .arrow.arrow-left {
    left: 0;
}
.section-reviews .arrow.arrow-right {
    right: 0;
}
.section-reviews li.pause-play {
    width: 15px;
    height: 15px;
    border: none;
}
.section-reviews .number-crumb-container {
    gap: 25px;
    margin: 40px auto 0;
    position: relative;
    bottom: 0;
}
.section-reviews .number-crumb-container .option {
    width: 15px;
    height: 15px;
    border-color: #fff;
    border-width: 1.5px;
    opacity: 1;
    margin: 0;
    transition: ease-in-out 0.5s;
}
.section-reviews .number-crumb-container .option.selected,
.section-reviews .number-crumb-container .option:hover {
    background-color: #fff;
}

.section-reviews .number-crumb-container .option.pause-play {
    border: none !important;
    background-color: transparent;
}

.section-reviews .number-crumb-container .option.pause-play svg path {
    fill: #fff;
}
li#bs-cp-9-48 {
    display: none;
}
.reviews-wrapper-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.section-reviews .single-slide {
    max-width: 85%;
    margin: 0 auto;
    width: 100%;
}
.reviews-buttons {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.section-reviews .single-slide p {
    margin: 0;
}

.testimonials-container .slides {
    display: flex;
    align-items: center;
}

.reviews-main-container:before {
    content: '';
    position: absolute;
    top: 54px;
    left: 5%;
    height: min(10vw, 167px);
    width: min(15vw, 254px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.2;
}

.loaded .reviews-main-container:before {
    background-image: url('../images/qotes.webp');
}

.reviews-main-container:after {
    content: '';
    position: absolute;
    bottom: 54px;
    right: 5%;
    height: min(10vw, 167px);
    width: min(15vw, 254px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    transform: rotate(180deg);
    opacity: 0.2;
}

.loaded .reviews-main-container:after {
    background-image: url('../images/qotes.webp');
}

/* Tour section */
/* Tour section */

.tour-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 25px 70px;
}

.tour-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
}
.tour-left {
    max-width: 48%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #4f97d2;
    position: relative;
    padding: 100px 5%;
}
.tour-left h2,
.tour-left h4,
.tour-left p {
    color: #fff;
}
.tour-right {
    max-width: 48%;
    width: 100%;
    position: relative;
}
.tour-photo {
    max-width: 100%;
    width: 100%;
    height: clamp(337px, 63vw, 723px);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tour-photo.t1 {
    background-image: url('../images/officeplaceholder.webp');
}
.tour-photo.t2 {
    background-image: url('../images/officeplaceholder.webp');
}
.tour-photo.t3 {
    background-image: url('../images/officeplaceholder.webp');
}
.tour-photo.t4 {
    background-image: url('../images/officeplaceholder.webp');
}
.tour-slider {
    position: relative;
    z-index: 1;
}
.tour-content {
    max-width: 673px;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(15px, 1.5vw, 35px) 0;
}
.tour-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.tour-nav-holder {
    position: absolute;
    right: 5%;
    left: auto;
    width: fit-content;
}
.tour-content p {
    font-size: clamp(15px, 1vw, 18px);
    margin: 0;
}
.tour-nav-holder.mobile {
    display: none;
}
.tour-nav-holder ul.slick-dots button {
    background-color: transparent;
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    transition: ease-in-out 0.5s;
    border-radius: 50%;
    border: 1.5px solid #fff;
}
.tour-nav-holder ul.slick-dots {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 25px;
    flex-direction: column;
}
.tour-nav-holder ul.slick-dots li {
    display: flex;
}
.tour-nav-holder ul.slick-dots button:hover,
.tour-nav-holder ul.slick-dots .slick-active button {
    opacity: 1;
    background-color: #fff;
}

/* Before and after slick slider */
.before-after-section {
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    background-color: #f4f4f4;
}
.before-after-section .container {
    max-width: 1700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.before-after-title h4 {
    color: #6488a2;
}

.before-after-content p {
    margin: 0;
}

.before-after-title {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
}

.before-after-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(38px, 5vw, 64px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 76.8px */
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #26225c;
    margin-bottom: 15px;
}

.before-after-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 11px;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    flex-wrap: wrap;
}
.before-after-slider ul.slick-dots button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 0;
    background-color: #000;
    transition: ease-in-out 0.5s;
    border-radius: 50%;
}
.before-after-slider ul.slick-dots button:hover,
.before-after-slider ul.slick-dots .slick-active button {
    opacity: 1;
    height: 15px;
    width: 15px;
}
.before-after-slider .slick-arrow {
    padding: 0;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}
.before-after-slider .slick-arrow svg {
    height: clamp(15px, 5vw, 30px);
    width: clamp(15px, 5vw, 30px);
}
.before-after-slider .slick-arrow.slick-next {
    right: 0;
}
.before-after-slider .slick-prev.slick-arrow {
    left: 0;
}
.before-after-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.before-after-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.before-after-slide {
    max-width: 32%;
    width: 100%;
}
.before-after-section .bp-slider-box {
    width: min(29vw, 506px);
    height: min(13vw, 261px);
    background-color: #000;
    position: relative;
    margin: 0 auto;
    border: 3px solid #4f97d2;
}
.before-after-section .bp-slider-box {
    background: #000;
    background-size: cover;
}
.before-after-section .bp-slider-box .resize-box {
    background: #1c6fad;
    background-size: cover;
}
.before-after-section .bp-slider-box .resize-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: #4f97d2;
}

.before-after-section .bp-slider-box .bp-slider {
    background-color: #4f97d2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: 0;
    width: min(1vw, 6px);
    cursor: ew-resize;
}
.before-after-section .bp-slider-box .bp-slider::after {
    content: '';
    position: absolute;
    bottom: 50%;
    margin: 0 auto;
    width: clamp(20px, 4vw, 46px);
    height: clamp(20px, 4vw, 46px);
    text-align: center;
    border-radius: 50%;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateX(-45%) translateY(50%);
}
.loaded .before-after-section .bp-slider-box .bp-slider::after {
    /* Replace this with the mocked up slider circle containing arrows */
    background-image: url('../images/beforeafterslider.webp');
}
/* Slider 1 */
.loaded .before-after-section .bp-slider-box.slider-1 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after5.webp');
}
.loaded .before-after-section .bp-slider-box.slider-1 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before5.webp');
}
/* Slider 2 */
.loaded .before-after-section .bp-slider-box.slider-2 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after7.webp');
}
.loaded .before-after-section .bp-slider-box.slider-2 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before7.webp');
}
/* Slider 3 */
.loaded .before-after-section .bp-slider-box.slider-3 {
    /* Replace this with the mocked up after image */
    background-image: url('../images/after.webp');
}
.loaded .before-after-section .bp-slider-box.slider-3 .resize-box {
    /* Replace this with the mocked up before image */
    background-image: url('../images/before.webp');
}

.before-after-button {
    display: flex;
    justify-content: center;
    gap: 35px;
    align-items: center;
    flex-wrap: wrap;
}

/* CTA section */
.cta-section {
    padding: 100px 25px 0;
}
.cta-section .container {
    padding: 30px 25px;
    max-width: 1700px;
    margin: 0 auto;
    width: 100%;
    background: var(
        --Gradient,
        linear-gradient(90deg, #4f97d2 0%, #26225c 100%)
    );
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
}

.cta-top-title h2,
.cta-top-title h4 {
    color: #fff;
}

.cta-top-title h4 {
    font-size: clamp(20px, 3vw, 25px);
}

.cta-top-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cta-button a,
.cta-button button {
    margin: 0;
}

.cta-button {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .before-after-section .bp-slider-box {
        width: min(40vw, 500px);
        height: min(20vw, 217px);
    }
    .before-after-slide {
        max-width: fit-content;
    }
}
@media (max-width: 991px) {
    .before-after-slider {
        display: block;
    }
    .before-after-slide {
        max-width: 100%;
    }
    .before-after-section .bp-slider-box {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        min-height: 186px;
        height: 100%;
    }
}
/* End of section */

/* RESPONSIVE 
-----------------------------------------------*/

@media (max-width: 1450px) {
    .doctor-left {
        max-width: 38%;
    }
    .doctor-nav-holder {
        max-width: 55%;
    }
}
@media (max-width: 1250px) {
    .doc-title h2 {
        font-size: clamp(32px, 3vw, 45px);
    }

    .doctor-photo {
        margin: 0 auto;
    }

    .doctor-left {
        max-width: 100%;
    }

    .doctor-flex {
        flex-direction: column;
        max-width: 816px;
    }

    .doctor-nav-holder {
        position: absolute;
        max-width: 750px;
        width: 100%;
        bottom: 23%;
        right: 0;
        transform: none;
        margin: 0 auto;
        left: 0;
    }
    .doctor-right {
        padding: 50px 75px;
        min-height: 593px;
    }
    .services-slider {
        flex-wrap: wrap;
        max-width: 991px;
        margin: 0 auto;
        justify-content: center;
        gap: 30px;
    }
    .services-container {
        max-width: 991px;
        gap: 50px;
    }
    .services-slide {
        max-width: 350px;
    }
}
@media (max-width: 991px) {
    .doctor-photo {
        min-height: 73vw;
    }
}
@media (max-width: 850px) {
    .doctor-nav-holder {
        max-width: 84%;
    }
}
@media all and (max-width: 600px) {
    .contentarea {
        min-height: auto;
        padding: 50px 0 30px;
    }
    .before-after-button a,
    .before-after-button button {
        margin: 0;
    }
    .before-after-section {
        padding: 50px 0;
    }
    .reviews-wrapper-container {
        gap: 49px 0;
    }
    .reviews-buttons a {
        margin: 0;
    }

    .reviews-buttons {
        gap: 30px;
    }
    .section-reviews .stars {
        max-width: 200px;
        margin: 0 auto;
    }
    .doctor-right {
        padding: 50px 5% 50px 70px;
    }
    .doctor-photo.cochran {
        background-image: url('../images/Reece.webp');
    }

    .doctor-photo.mcq {
        background-image: url('../images/drMcquiggM.webp');
    }

    .doctor-photo.carleton {
        background-image: url('../images/drCarletonM.webp');
    }

    .doctor-photo.ferguson {
        background-image: url('../images/drfergusonM.webp');
    }

    .doctor-photo.lavin {
        background-image: url('../images/drlavinM.webp');
    }
    .doctor-photo {
        min-height: 373px;
        max-width: 373px;
    }
    .doctor-right {
        padding: 15px 5% 15px 45px;
        min-height: 85vh;
        gap: 16px;
    }
    .doctor-nav-holder {
        max-width: 90%;
    }
    .doctor-right .main4-btn {
        margin: 0;
        text-align: center;
        font-size: clamp(15px, 1vw, 18px);
    }
    .dentist-aff img {
        max-width: 80%;
        margin: 0 0 0 auto;
    }
    .doctor-section {
        padding: 50px 10px;
    }
    .services-slide {
        max-width: 100%;
    }
    a.services-box {
        max-width: 350px;
        margin: 15px auto;
    }

    .services-section {
        padding: 50px 10px;
    }
    .section-reviews {
        padding: 50px 10px;
    }
    .mountain-vector {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom left;
        height: min(80vw, 500px);
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
    }
    .loaded .mountain-vector {
        background-image: url('../images/reviewsmountainm.webp');
    }
}

@media (max-width: 1025px) {
    .tour-flex {
        flex-direction: column-reverse;
        height: auto;
        gap: 50px;
    }
    .tour-right {
        max-width: 100%;
    }
    .tour-left {
        max-width: 100%;
        padding: 50px 25px;
    }
    .tour-title {
        order: 1;
    }

    .tour-content p {
        order: 2;
    }

    .tour-left .main4-btn {
        order: 3;
    }
    .tour-title {
        align-items: flex-end;
        text-align: right;
    }
    .tour-content h2,
    .tour-content h4 {
        text-align: right;
    }
    .tour-content {
        align-items: flex-end;
        margin: 0 auto;
        text-align: right;
    }
    .tour-photo {
        min-height: auto;
        width: 100%;
    }
    .tour-nav-holder {
        position: absolute;
        right: auto;
        left: 20px;
        width: fit-content;
    }
    .tour-left {
        max-width: 100%;
        padding: 50px 35px 50px 50px;
    }
}

@media all and (max-width: 600px) {
    .doctor-aff {
        flex-wrap: wrap;
    }
    .cta-section {
        padding: 50px 10px 0;
    }

    .tour-photo.t1 {
        background-image: url('../images/officeplaceholderm.webp');
    }
    .tour-photo.t2 {
        background-image: url('../images/officeplaceholderm.webp');
    }
    .tour-photo.t3 {
        background-image: url('../images/officeplaceholderm.webp');
    }
    .tour-photo.t4 {
        background-image: url('../images/officeplaceholderm.webp');
    }
}
