/* CONTENTAREA
-----------------------------------------------*/
.no-webp .mbd-background {
    background-image: url(../images/experts-bg.jpg);
}

.webp .mbd-background {
    background-image: url(../images/experts-bg.webp);
}

.contentarea {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1006px;
    position: relative;
}

.contentarea h3.banner-title {
    font-size: 40px;
    line-height: 130%;
    color: #ffffff;
    background: #2c2c2c;
    max-width: 814px;
    width: 100%;
    padding: 10px 50px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
    text-align: center;
}

.contentarea .container {
    padding-left: 100px;
}

.contentarea article.col-lg-6 {
    padding-left: 50px;
}

.contentarea h1 span {
    color: #0056b4;
}

.contentarea h1 {
    margin: 0;
    font-size: 48px;
}

.contentarea p {
    margin-top: 0;
}

.contentarea h3 {
    margin: 10px 0 25px;
    font-size: 36px;
}

.contentarea .row {
    justify-content: space-between;
    align-items: center;
}

.home-photo {
    position: relative;
    min-height: 670px;
    height: auto;
    max-width: 850px;
    width: 100%;
}

.contentarea .content-side {
    max-width: 45%;
    width: 100%;
}

.no-webp .office-photo {
    background-image: url(../images/office-photo.jpg);
}
.webp .office-photo {
    background-image: url(../images/office-photo.webp);
}

.no-webp .team-photo {
    background-image: url(../images/team.jpg);
}
.webp .team-photo {
    background-image: url(../images/team.webp);
}

.no-webp .video-photo {
    background-image: url(../images/homepage-video-img.jpg);
}
.webp .video-photo {
    background-image: url(../images/homepage-video-img.webp);
}

.home-photo .photo,
.home-photo .patient-experience {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.home-photo .patient-experience {
    width: 345px;
    min-height: 50px;
    bottom: 0;
    right: 0;
    z-index: 4;
}

.home-photo .patient-experience p,
.contentarea p.patient-experience {
    margin: 0;
    display: inline-block;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2c2c2c;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: 3px solid #2c2c2c;
    padding: 10px 0 10px 15px;
    position: relative;
}

.home-photo .patient-experience p svg,
.contentarea p.patient-experience svg {
    position: absolute;
    right: -17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 6;
}

.office-photo {
    width: 465px;
    height: 465px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.team-photo {
    width: 735px;
    height: 435px;
    top: 0;
    right: 0;
    z-index: 2;
}

.video-photo {
    width: 420px;
    height: 235px;
    bottom: 100px;
    right: 50px;
    z-index: 3;
}

.no-webp .team-photo .frame {
    background-image: url(../images/photo-frame.png);
}
.webp .team-photo .frame {
    background-image: url(../images/photo-frame.webp);
}

.team-photo .frame {
    width: 153px;
    height: 153px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: 4;
}

/*Veneer lounge section*/
.veneer-promo-holder {
    border: 10px solid #c7b484;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.veneer-promo-holder h4 {
    color: #fff;
    text-align: center;
    font-family: 'Cormorant';
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 138%; /* 44.16px */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.veneer-promo-holder h2 {
    color: #c7b484;
    font-family: 'Montserrat';
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%; /* 74.52px */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.veneer-content.center {
    max-width: 66%;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 19px 6% 19px 3%;
    background: linear-gradient(90deg, #1d3a3f 90%, rgba(44, 44, 44, 0) 100%);
    min-height: 377px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.veneer-promo-section .container {
    padding: 0 140px;
}
.veneer-content-inner {
    max-width: 730px;
    width: 100%;
}
.veneer-promo-section {
    padding: 70px 0;
}
.veneer-background {
    max-width: 50%;
    width: 100%;
    min-height: 377px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    right: 0;
}
.no-webp .veneer-background {
    background-image: url(../images/veneer-promo-image.jpg);
}
.webp .veneer-background {
    background-image: url(../images/veneer-promo-image.webp);
}

/* cta_welcome_9_css
---------------------------------------------------------- */
.cta_welcome_9 {
    padding: 73px 0;
    background-color: white;
    position: relative;
}

.cta_welcome_9 .container {
    position: relative;
    z-index: 1;
}
.cta_welcome_9-top-title {
    padding-bottom: min(5%, 48px);
}
.cta_welcome_9-top-title h2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    text-align: center;
    font-family: Oswald;
    font-size: clamp(29px, 2vw, 55px);
    font-weight: 400;
    line-height: 68.2px;
    letter-spacing: 2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.cta_welcome_9-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.cta_welcome_9-card {
    background-color: #99a2ac;
    width: min(100%, 394px);
    height: clamp(519px, 2vw, 426px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin: 0;
}

.frame1 {
    background-image: url(../images/frame-100-100.webp);
}

.frame1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    z-index: 6;
    position: absolute;
    bottom: -25px;
    left: 122px;
}

.frame2 {
    background-image: url(../images/frame-100-100.webp);
}

.frame2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    z-index: 6;
    position: absolute;
    top: 89px;
    right: 127px;
    transform: rotate(180deg);
}

@media (max-width: 1526px) {
    .frame1 {
        left: 78px;
    }
    .frame2 {
        right: 78px;
    }
}

@media (max-width: 984px) {
    .frame1 {
        left: 272px;
    }
    .frame2 {
        right: 272px;
    }
}

@media (max-width: 948px) {
    .frame1 {
        display: none;
    }
    .frame2 {
        display: none;
    }
}

.blogtitle {
    color: #0056b4;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 300;
    line-height: 52px;
    letter-spacing: 2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
article a,
a:visited {
    color: #0056b4;
}
.cta_welcome_9-photo {
    height: min(80vw, 355px);
    width: min(100%, 355px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.loaded .cta_welcome_9-photo {
    background-image: url('../images/multi-section-photo.webp');
}

.cta_welcome_9-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    background-color: var(--secondary-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: min(5%, 40px);
    height: min(100%, 355px);
}

.cta_welcome_9-card h4 {
    font-family: Oswald;
    font-size: 36px;
    font-weight: 300;
    line-height: 52px;
    letter-spacing: 2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0056b4;
}

.cta_welcome_9-content hr {
    width: min(90%, 205px);
    margin: 0;
}

.cta_welcome_9-content p {
    margin: 0;
    color: white;
}

a.cta_welcome_9-link {
    color: var(--white);
    font-weight: var(--font-weight-bold);
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}
a.cta_welcome_9-link svg path {
    fill: var(--white);
}
a.cta_welcome_9-link svg path,
a.cta_welcome_9-link svg circle {
    stroke: var(--white);
}

@media all and (max-width: 1170px) {
    .cta_welcome_9-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .cta_welcome_9 {
        padding: 50px 0;
    }
}

/* OUR FOCUS SECTION
-----------------------------------------------*/
.our-focus {
    position: relative;
    margin-top: -50px;
}
.our-focus .row {
    justify-content: space-between;
    align-items: center;
}
.our-focus .service-side {
    max-width: 41%;
    width: 100%;
    padding: 0 100px;
}

.our-focus .service-side h2 {
    color: #fff;
    margin: 0;
}

.no-webp .our-focus .photo {
    background-image: url(../images/focus-photo.jpg);
}
.webp .our-focus .photo {
    background-image: url(../images/focus-photo.webp);
}

.our-focus .photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 59%;
    width: 100%;
    min-height: 1058px;
    position: relative;
}

.no-webp .our-focus .photo .frame {
    background-image: url(../images/frame-200-200.png);
}
.webp .our-focus .photo .frame {
    background-image: url(../images/frame-200-200.webp);
}

.our-focus .photo .frame {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    z-index: 2;
    position: absolute;
    right: -25px;
    bottom: -25px;
}

.services {
    list-style-type: none;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.services li {
    padding: 25px 0;
    border-bottom: 2px solid #ffffff;
}

.services li:last-of-type {
    border: 0;
}

.services li a {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.services li a:hover {
    text-decoration: none;
    color: #99a2ac;
}

.grey-arrow {
    background-image: url(../images/grey-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    z-index: -1;
    display: inline-block;
    position: relative;
}

.services li:hover .grey-arrow {
    z-index: 1;
    animation: fadeIn 0.5s;
}

/* MEET DOC SECTIONS
-----------------------------------------------*/
.meet {
    position: relative;
    min-height: 1131px;
    padding: 0;
    overflow: hidden;
}

.meet .row {
    align-items: center;
}

.meet h2 {
    margin: 0;
}

.no-webp .meet.ganjoor .doc-photo1 {
    background-image: url(../images/dr-ganjoor.jpg);
}
.webp .meet.ganjoor .doc-photo1 {
    background-image: url(../images/dr-ganjoor.webp);
}

.meet.ganjoor .doc-photo1 {
    max-width: 668px;
    width: 100%;
    min-height: 930px;
    z-index: 1;
    position: relative;
    margin: 0 auto 0 0;
}

.no-webp .meet.ganjoor .doc-photo1 .frame,
.no-webp .meet.ramezani .doc-photo1 .frame {
    background-image: url(../images/photo-frame.png);
}
.webp .meet.ganjoor .doc-photo1 .frame,
.webp .meet.ramezani .doc-photo1 .frame {
    background-image: url(../images/photo-frame.webp);
}

.meet.ganjoor .doc-photo1 .frame {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 2;
}

.no-webp .meet.ganjoor .doc-photo2 {
    background-image: url(../images/dr-ganjoor2.jpg);
}
.webp .meet.ganjoor .doc-photo2 {
    background-image: url(../images/dr-ganjoor2.webp);
}

.meet.ganjoor .doc-photo2 {
    max-width: 464px;
    width: 100%;
    min-height: 340px;
    z-index: 3;
    position: absolute;
    bottom: 50px;
    right: 0;
}

.no-webp .meet.ramezani .doc-photo1 {
    background-image: url(../images/dr-tania.jpg);
}
.webp .meet.ramezani .doc-photo1 {
    background-image: url(../images/dr-tania.webp);
}

.no-webp .meet.ramezani .doc-photo2 {
    background-image: url(../images/dr-ramezani2.jpg);
}
.webp .meet.ramezani .doc-photo2 {
    background-image: url(../images/dr-ramezani2.webp);
}

.meet.ramezani .doc-photo1 {
    position: relative;
    max-width: 668px;
    width: 100%;
    min-height: 930px;
    z-index: 1;
    margin: 0 0 0 auto;
}

.meet.ramezani .doc-photo1 .frame {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 2;
    transform: rotate(90deg);
}

.meet.ramezani .doc-photo2 {
    max-width: 464px;
    width: 100%;
    min-height: 340px;
    z-index: 3;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.meet .doc-photo1,
.meet .doc-photo2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.meet.ganjoor .content-side {
    padding-left: 50px;
}

.meet.ramezani .content-side {
    padding-right: 50px;
}

/* OUR AMAZING OFFICE SECTION
-----------------------------------------------*/
.office {
    padding: 100px 0;
}

.row.office-collage {
    gap: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1601px;
    max-width: 83.4vw;
    width: 100%;
    margin: 0 auto;
}

.row .title-box {
    max-width: 412px;
    max-width: 32%;
    width: 100%;
    min-height: 390px;
}

.no-webp .office-collage .office-photo1 {
    background-image: url(../images/office-collage-photo.jpg);
}
.webp .office-collage .office-photo1 {
    background-image: url(../images/office-collage-photo.webp);
}

.no-webp .office-collage .office-photo2 {
    background-image: url(../images/office-collage-photo2.jpg);
}

.webp .office-collage .office-photo2 {
    background-image: url(../images/office-collage-photo2.webp);
}

.no-webp .office-collage .office-photo3 {
    background-image: url(../images/office-collage-photo3.jpg);
}

.webp .office-collage .office-photo3 {
    background-image: url(../images/office-collage-photo3.webp);
}

.no-webp .office-collage .office-photo4 {
    background-image: url(../images/office-collage-photo4.jpg);
}

.webp .office-collage .office-photo4 {
    background-image: url(../images/office-collage-photo4.webp);
}

.office-collage .office-photo1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 555px;
    max-width: 65%;
    width: 100%;
    min-height: 390px;
}

.office-collage .office-photo2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    min-height: 530px;
}

.office-collage .office-photo3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    min-height: 600px;
}

.office-collage .office-photo4 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    min-height: 320px;
}

.office-collage .left-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 992px;
    max-width: 62.8%;
    max-width: 52vw;
    width: 100%;
}

.office-collage .right-side {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    max-width: 584px;
    max-width: 35.6%;
    max-width: 29.9vw;
    width: 100%;
}

/* OUR PATIENTS CAN'T SAY ENOUGH SECTION
-----------------------------------------------*/
.our-patients {
    padding: 100px 0;
    position: relative;
}

.no-webp .our-patients .mbd-watermark {
    background-image: url(../images/mbd-watermark.png);
}
.webp .our-patients .mbd-watermark {
    background-image: url(../images/mbd-watermark.webp);
}

.our-patients .mbd-watermark {
    max-width: 255px;
    width: 100%;
    min-height: 490px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.our-patients .row {
    align-items: center;
}

.no-webp .our-patients .photo {
    background-image: url(../images/reviews-photo1.jpg);
}
.webp .our-patients .photo {
    background-image: url(../images/reviews-photo1.webp);
}

.our-patients .photo {
    position: relative;
    max-width: 485px;
    width: 100%;
    min-height: 750px;
    margin: 0 0 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.no-webp .our-patients .photo2 {
    background-image: url(../images/reviews-photo2.jpg);
}

.webp .our-patients .photo2 {
    background-image: url(../images/reviews-photo2.webp);
}

.our-patients .photo2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 465px;
    width: 100%;
    min-height: 465px;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
}

.no-webp .our-patients .photo2 .frame {
    background-image: url(../images/frame-100-100.png);
}
.webp .our-patients .photo2 .frame {
    background-image: url(../images/frame-100-100.webp);
}

.our-patients .photo2 .frame {
    max-width: 100px;
    width: 100%;
    min-height: 100px;
    position: absolute;
    bottom: -25px;
    left: -25px;
    z-index: 4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.our-patients .content-side {
    padding-right: 50px;
    display: flex;
    flex-flow: column wrap;
}

.our-patients h2 {
    font-size: 54px;
}

.our-patients h2.patient-name {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 138%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2c2c2c;
}

.our-patients .button-wrap {
    order: 1;
}

.our-patients .arrow {
    display: none;
}

.our-patients a.review-link {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2c2c2c;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 4px;
    padding: 8px 15px;
}

.our-patients .review-link:hover {
    color: #b89d68;
}

.our-patients .external-link {
    display: none;
}

.our-patients .button-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 490px;
    width: 100%;
}

.our-patients .number-crumb-container {
    justify-content: flex-start;
    position: relative;
}

.our-patients .number-crumb-container .option {
    opacity: 1;
    border-color: #2c2c2c;
}

.our-patients .number-crumb-container .option.selected {
    background: #2c2c2c;
}
ct
/* 3RD PARTY CODE
-----------------------------------------------*/
.svDoctorWidget {
    max-width: 75%;
    margin: 20px auto 0;
}

/* GET YOUR CONFIDENCE BACK SECTION
-----------------------------------------------*/
.confidence {
    padding: 100px 0;
    position: relative;
}

.confidence .row {
    gap: 25px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.confidence h2 {
    margin: 0 auto;
}

.no-webp .confidence .photo1 {
    background-image: url(../images/confidence-photo1.jpg);
}
.webp .confidence .photo1 {
    background-image: url(../images/confidence-photo1.webp);
}

.no-webp .confidence .photo2 {
    background-image: url(../images/confidence-photo2.jpg);
}

.webp .confidence .photo2 {
    background-image: url(../images/confidence-photo2.webp);
}

.no-webp .confidence .photo3 {
    background-image: url(../images/confidence-photo3.jpg);
}

.webp .confidence .photo3 {
    background-image: url(../images/confidence-photo3.webp);
}

.no-webp .confidence .photo4 {
    background-image: url(../images/confidence-photo4.jpg);
}

.webp .confidence .photo4 {
    background-image: url(../images/confidence-photo4.webp);
}

.confidence .photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 386px;
    width: 100%;
    min-height: 386px;
}

.confidence .button-wrap {
    margin-top: 50px;
}

/* FOLLOW US ON INSTAGRAM SECTION
-----------------------------------------------*/
.instagram {
    padding: 100px 0;
    position: relative;
}

.instagram p.notice {
    font-style: italic;
    font-weight: 600;
    margin: 0 auto;
    font-size: 24px;
}

/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1800px) {
    .contentarea h1 {
        font-size: 2.4vw;
    }

    .contentarea h3 {
        font-size: 2vw;
    }

    .contentarea .content-side {
        max-width: 36vw;
    }

    .meet.ganjoor .doc-photo1 {
        max-width: 450px;
        min-height: 627px;
    }

    .meet.ganjoor .doc-photo2 {
        max-width: 400px;
        min-height: 293px;
        right: auto;
        left: 160px;
    }

    .meet.ramezani .doc-photo1 {
        max-width: 450px;
        min-height: 627px;
    }

    .meet.ramezani .doc-photo2 {
        max-width: 400px;
        min-height: 293px;
        left: auto;
        right: 200px;
    }

    .meet h2 {
        font-size: 48px;
    }

    .meet.ganjoor h3.blue-text {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .office-collage .right-side {
        max-width: 28.8vw;
    }

    .our-patients .photo {
        max-width: 450px;
        min-height: 695px;
    }

    .our-patients .photo2 {
        max-width: 365px;
        min-height: 365px;
        left: 50px;
    }
}

@media (max-width: 1700px) {
    .contentarea .container {
        padding: 0 150px;
    }
    .contentarea .row {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .contentarea .content-side {
        max-width: 100%;
        text-align: center;
        margin-top: 125px;
    }

    .contentarea h1 {
        font-size: 55px;
    }

    .contentarea h3 {
        font-size: 40px;
    }

    .our-focus .service-side {
        padding: 0 40px;
        max-width: 35%;
    }

    .our-focus .photo {
        max-width: 65%;
    }

    .office-collage .left-side {
        max-width: 52.1vw;
    }

    .office-collage .right-side {
        max-width: 27.5vw;
    }
}

@media (max-width: 1600px) {
    .services li a {
        font-size: 32px;
    }

    .row.office-collage {
        flex-flow: column;
        max-width: 100%;
    }

    .row .title-box {
        max-width: 100%;
        text-align: center;
        min-height: 1px;
        height: auto;
        margin-bottom: 100px;
    }

    .office-collage .left-side,
    .office-collage .right-side {
        max-width: 768px;
        margin: 0 auto;
    }

    .no-webp .office-collage .office-photo1 {
        background-image: url(../images/office-collage-photo1-t.jpg);
    }
    .webp .office-collage .office-photo1 {
        background-image: url(../images/office-collage-photo1-t.webp);
    }

    .no-webp .office-collage .office-photo2 {
        background-image: url(../images/office-collage-photo2-t.jpg);
    }

    .webp .office-collage .office-photo2 {
        background-image: url(../images/office-collage-photo2-t.webp);
    }

    .no-webp .office-collage .office-photo3 {
        background-image: url(../images/office-collage-photo3-t.jpg);
    }

    .webp .office-collage .office-photo3 {
        background-image: url(../images/office-collage-photo3-t.webp);
    }

    .no-webp .office-collage .office-photo4 {
        background-image: url(../images/office-collage-photo4-t.jpg);
    }

    .webp .office-collage .office-photo4 {
        background-image: url(../images/office-collage-photo4-t.webp);
    }

    .office-collage .office-photo1 {
        max-width: 768px;
        min-height: 537px;
    }

    .office-collage .office-photo2 {
        max-width: 768px;
        min-height: 537px;
    }

    .office-collage .office-photo3 {
        max-width: 768px;
        min-height: 768px;
    }

    .office-collage .office-photo4 {
        max-width: 768px;
        min-height: 408px;
    }
    .our-patients .row {
        flex-flow: column;
    }

    .our-patients .row .col-lg-6 {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
        padding-right: 0;
    }

    .our-patients .number-crumb-container {
        justify-content: center;
    }

    .our-patients .button-wrap {
        margin: 0 auto;
    }

    .our-patients .photo {
        margin: 0 auto;
    }

    .our-patients .photo2 {
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -180px;
    }

    .our-patients .content-side {
        margin-bottom: 100px;
    }
}

@media (max-width: 1500px) {
    .confidence .row {
        flex-wrap: wrap;
        max-width: 797px;
        margin: 50px auto 0;
    }

    .confidence .photo {
        margin: 0 auto;
    }
    .veneer-promo-section .container {
        padding: 0 93px;
    }
}

@media (max-width: 1360px) {
    .veneer-promo-holder h4 {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .veneer-logo {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
    }

    .veneer-promo-holder h2 {
        font-size: 35px;
    }

    .veneer-content-inner {
        max-width: 530px;
        width: 100%;
    }
    .veneer-content.center {
        max-width: 58%;
    }
}

@media (max-width: 1330px) {
    .our-focus .row {
        flex-flow: column;
    }

    .our-focus .service-side {
        max-width: 100%;
        padding: 50px 50px 0;
        margin-bottom: 50px;
    }

    .our-focus .photo {
        max-width: 100%;
        min-height: 97vw;
    }

    .meet .row {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .meet.ramezani .row {
        flex-flow: column-reverse;
    }

    .meet.ganjoor .content-side {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        margin-top: 100px;
    }

    .meet.ramezani .content-side {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        margin-top: 100px;
    }
}

@media (max-width: 1200px) {
    .veneer-promo-holder h4 {
        font-size: 20px;
    }
    .veneer-logo {
        max-width: 75%;
    }

    .veneer-promo-holder h2 {
        font-size: 35px;
    }

    .veneer-content-inner {
        max-width: 530px;
    }

    .veneer-content.center {
        min-height: 325px;
    }

    .veneer-background {
        min-height: 325px;
    }
}

@media (max-width: 1150px) {
    .veneer-content.center {
        min-height: 285px;
    }
    .veneer-background {
        min-height: 285px;
    }
}

@media (max-width: 1025px) {
    .no-webp .office-photo {
        background-image: url(../images/office-photo-t.jpg);
    }
    .webp .office-photo {
        background-image: url(../images/office-photo-t.webp);
    }

    .office-photo {
        width: 300px;
        height: 300px;
    }

    .team-photo {
        width: 450px;
        height: 265px;
        left: 80px;
        right: auto;
    }

    .video-photo {
        width: 330px;
        height: 185px;
        right: 100px;
        bottom: 70px;
    }

    .home-photo {
        min-height: 480px;
        max-width: 700px;
    }

    .contentarea h1 {
        max-width: 440px;
        width: 100%;
        margin: 0 auto;
    }

    .our-focus .container,
    .office .container {
        padding: 0;
    }

    .our-focus .photo .frame {
        display: none;
    }

    .our-patients {
        padding-bottom: 300px;
    }

    .our-patients .mbd-watermark {
        bottom: auto;
        top: 160px;
    }
    .meet {
        padding: 50px 0;
    }
    .veneer-promo-section .container {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .meet h2 {
        text-align: center;
    }

    .meet.ganjoor h3.blue-text {
        text-align: center;
    }

    .meet .button-wrap {
        text-align: center;
    }

    .confidence .photo {
        max-width: 322px;
        min-height: 322px;
    }

    .confidence .row {
        max-width: 669px;
    }
    .veneer-background {
        position: relative;
        max-width: 100%;
        width: 100%;
        min-height: 50vw;
        margin-top: -30px;
    }

    .veneer-content.center {
        max-width: 100%;
        width: 100%;
        min-height: auto;
        background: linear-gradient(
            180deg,
            #1d3a3f 90%,
            rgba(44, 44, 44, 0) 100%
        );
        padding: 30px 15px 50px;
    }

    .veneer-promo-holder {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 90%;
        margin: 0 auto;
        width: 100%;
    }

    .veneer-content-inner {
        margin: 0 auto;
        min-height: auto;
    }
}

@media (max-width: 900px) {
    .contentarea h3 {
        font-size: 36px;
    }

    .contentarea h3.banner-title {
        font-size: 34px;
        line-height: 140%;
        letter-spacing: 1px;
    }
}

@media (max-width: 800px) {
    .home-photo .patient-experience p,
    .contentarea p.patient-experience {
        font-size: 18px;
        padding: 10px 0 5px 15px;
        width: 280px;
        margin: 0 auto;
    }

    .home-photo .patient-experience p svg {
        right: -45px;
    }
}

@media (min-width: 768px) {
    .contentarea p.patient-experience {
        display: none;
    }
}

@media (max-width: 767px) {
    .contentarea h1 {
        font-size: 48px;
        line-height: 120%;
        max-width: 390px;
    }

    .contentarea h3 {
        font-size: 26px;
        margin-top: 0;
    }

    .contentarea h3.banner-title {
        font-size: 28px;
        padding: 10px 25px;
    }

    .home-photo .patient-experience p {
        display: none;
    }

    .contentarea .button-wrap {
        display: flex;
        flex-flow: column wrap;
        gap: 25px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .contentarea .button-wrap p.patient-experience {
        padding: 10px 25px;
        max-width: 300px;
        width: 100%;
    }

    .contentarea .button-wrap p.patient-experience svg {
        right: -35px;
    }

    .team-photo {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .office-photo {
        right: auto;
        left: 0;
    }

    .home-photo {
        max-width: 525px;
    }

    .video-photo {
        right: 60px;
        bottom: 60px;
    }

    .meet.ganjoor .doc-photo1 {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 59vw;
        min-height: 89vw;
    }

    .meet.ganjoor .doc-photo2 {
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -60px;
        max-width: 52vw;
        min-height: 38vw;
    }

    .meet.ramezani .doc-photo1 {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 59vw;
        min-height: 89vw;
    }

    .meet.ramezani .doc-photo2 {
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -60px;
        max-width: 52vw;
        min-height: 38vw;
    }

    .office-collage .office-photo1 {
        max-width: 100%;
        min-height: 67vw;
    }

    .office-collage .office-photo2 {
        max-width: 100%;
        min-height: 67vw;
    }

    .office-collage .office-photo3 {
        max-width: 100%;
        min-height: 100vw;
    }

    .office-collage .office-photo4 {
        max-width: 100%;
        min-height: 53vw;
    }

    .meet .button-wrap,
    .office .button-wrap {
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row .title-box {
        margin-bottom: 50px;
    }

    .contentarea .main-btn {
        padding: 8px 38px;
    }

    .confidence .button-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .veneer-promo-holder h2 {
        font-size: 6vw;
    }
    .veneer-promo-holder h4 {
        font-size: 4vw;
        letter-spacing: normal;
    }
    .veneer-content.center {
        padding: 30px 5px 50px;
    }
    .veneer-promo-holder {
        border: 8px solid #c7b484;
        max-width: 95%;
    }
}

@media (max-width: 550px) {
    .contentarea h3.banner-title {
        font-size: 20px;
        letter-spacing: normal;
        padding: 10px 15px;
    }

    .home-photo {
        max-width: 100%;
        min-height: 87vw;
    }

    .office-photo {
        left: -25px;
        width: 48vw;
        height: 48vw;
    }

    .team-photo.photo {
        width: 81vw;
        height: 48vw;
    }

    .video-photo {
        width: 60vw;
        height: 33vw;
    }

    .our-patients .button-wrap {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
}

@media (max-width: 450px) {
    .our-patients .photo {
        max-width: 100%;
        min-height: 137vw;
    }

    .our-patients .photo2 {
        max-width: 81vw;
        min-height: 81vw;
    }
}
