/* OPENING SECTION
-----------------------------------------------*/
.opening-section {
    padding: 60px 20px;
}

.opening-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.opening-title {
    text-align: center;
}
.opening-title h2 {
    color: #94A6AB;
    font-size: clamp(20px, 4vw, 25px);
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.opening-title h3 {
    color: #6B805F;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 300;
    line-height: .8;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.opening-title .sub-title {
    color: #0C414F;
    font-size: clamp(22px, 4vw, 26px);
    font-family: 'Montserrat', sans-serif;
}
.opening-title .big-letter::first-letter {
    font-size: clamp(50px, 10vw, 60px);
}

.opening-content {
    text-align: center;
}
.opening-content p {
    color: #000;
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 300;
    line-height: 1.4;
}

/* MEET DOCTOR SECTION
-----------------------------------------------*/
.doc-section {
    padding: 100px 0 0;
    position: relative;
}

.slide.doc-f {
    padding-top: 40px;
}

.doc-section .container {
    position: relative;
    z-index: 2;
}

.no-webp .doc-section .doc-f .photo {
    background-image: url(../images/dr-fickman.jpg);
}

.webp .doc-section .doc-f .photo {
    background-image: url(../images/dr-fickman.webp);
}



.webp .doc-section .doc-g .photo {
    background-image: url(../images/dr-kearn-bio.webp);
}

.doc-section .photo {
    background-size: 101%;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 509px;
    width: 100%;
    min-height: 695px;
    border-radius: 50px;
}

h2.page-title {
    line-height: 120%;
    font-size: 35px;
    font-weight: 300;
    margin: 0;
}

.doc-section h3 {
    font-size: 45px;
    font-weight: 300;
    line-height: 120%;
    text-transform: capitalize;
}

.doc-section p {
    max-width: 520px;
    font-size: 25px;
    font-weight: 300;
    line-height: 150%;
}

.no-webp .doc-section .tree-line {
    background-image: url(../images/doc-trees.png);
}

.webp .doc-section .tree-line {
    background-image: url(../images/doc-trees.webp);
}

.doc-section .tree-line {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    min-height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}

.doc-slider {
    position: relative;
}

.doc-slider .slick-dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 60px;
    width: 100%;
    list-style-type: none;
    position: absolute;
    left: 150px;
    bottom: 0;
    z-index: 3;
}

.doc-slider .slick-dots button {
    padding: 0;
    text-indent: -9999px;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: transparent;
}

.doc-slider .slick-dots .slick-active button {
    background-color: #fff;
    border: 0;
}

/* SERVICES WE PROVIDE SECTION
-----------------------------------------------*/
.services {
    padding: 60px 0 90px;
}

.services .container {
    max-width: 1600px;
}

.services h2 {
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0 auto 56px;
}

.service-box {
    max-width: 298px;
    width: 100%;
    min-height: 308px;
    background: transparent;
    border: 4px solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.5s;
    margin: 15px auto;
    text-decoration: none;
}

.service-box .initial-box {
    max-width: 267px;
    width: 100%;
    min-height: 276px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    transition: all ease-in-out 0.5s;
}

.service-box h3 {
    color: #94a6ab;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
}

.service-box .initial-box h3 {
    color: #94a6ab;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
}

.service-box .icon-container {
    max-width: 185px;
    width: 100%;
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
}

.no-webp .service-box.ortho .icon-container .icon {
    background-image: url(../images/ortho-icon.png);
}

.webp .service-box.ortho .icon-container .icon {
    background-image: url(../images/ortho-icon.webp);
}

.service-box.ortho .icon-container .icon {
    max-width: 183px;
    width: 100%;
    min-height: 86px;
}

.no-webp .service-box.general .icon-container .icon {
    background-image: url(../images/general-icon.png);
}

.webp .service-box.general .icon-container .icon {
    background-image: url(../images/general-icon.webp);
}

.service-box.general .icon-container .icon {
    max-width: 66px;
    width: 100%;
    min-height: 154px;
}

.no-webp .service-box.cosmetic .icon-container .icon {
    background-image: url(../images/cosmetic-icon.png);
}

.webp .service-box.cosmetic .icon-container .icon {
    background-image: url(../images/cosmetic-icon.webp);
}

.service-box.cosmetic .icon-container .icon {
    max-width: 151px;
    width: 100%;
    min-height: 143px;
}

.no-webp .service-box.invisalign .icon-container .icon {
    background-image: url(../images/invisalign-icon.png);
}

.webp .service-box.invisalign .icon-container .icon {
    background-image: url(../images/invisalign-icon.webp);
}

.service-box.invisalign .icon-container .icon {
    max-width: 178px;
    width: 100%;
    min-height: 142px;
}

.service-box .icon-container .icon {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.3s;
}

.service-box .overlay {
    min-height: 276px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    transition: all ease-in-out 0.5s;
    border-radius: 100%;
}

.service-box .overlay p {
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #94a6ab;
    width: 100%;
    margin: 0 auto 10px;
    padding: 40px 30px 0;
}

.service-box:hover {
    transform: scale(1.05);
    transition: all ease-in-out 0.5s;
    text-decoration: none;
}

.service-box:hover .initial-box {
    transform: scale(1.05);
    transition: all ease-in-out 0.5s;
}

.service-box:hover .initial-box > h3 {
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.service-box:hover .overlay {
    opacity: 1;
    transition: all ease-in-out 0.5s;
}

.service-box:hover .icon-container .icon {
    filter: opacity(0.25);
    transition: all ease-in-out 0.3s;
}

.services .button-wrap {
    margin-top: 75px;
}

.services .slick-dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 160px;
    margin: 25px auto 0;
    list-style-type: none;
}

.services .slick-dots button {
    text-indent: -9999px;
    padding: 0;
    border-radius: 100%;
    background: transparent;
    border: 3px solid #fff;
    width: 1rem;
    height: 1rem;
}

.services .slick-dots .slick-active button {
    background: #fff;
    border: 0;
}

/* FAQ SECTION
-----------------------------------------------*/
.faq_section {
    padding: 40px 20px 60px;
    background-color: #6B805F;
}
.faq_title {
    text-align: center;
}
.faq_title h2 {
    color: #fff;
    font-size: clamp(36px, 5vw, 55px);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.faq_title h3 {
    color: #fff;
    font-size: clamp(20px, 5vw, 26px);
    font-weight: 600;
    line-height: 1.2;
}
.faq_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    gap: 40px 60px;
}
.faq_box {
    max-width: 600px;
}
.faq_box h4 {
    color: #fff;
    margin-bottom: 15px;
}
.faq_box p {
    color: #fff;
    line-height: 1.5;
}

/* SMILE STORIES (REVIEWS) SECTION
-----------------------------------------------*/
.no-webp .stories {
    background-image: url(../images/reviews-photo.jpg);
}

.webp .stories {
    background-image: url(../images/reviews-photo.webp);
}

.stories {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 0;
    min-height: 826px;
}

.stories .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.stories .outer-box {
    max-width: 505px;
    width: 100%;
    min-height: 100px;
    background: rgba(148, 166, 171, 0.8);
    border-radius: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 51px 40px;
}

.stories-box {
    max-width: 402px;
    width: 100%;
    min-height: 100px;
    margin: 10px auto;
    position: relative;
}

.stories .arrow {
    display: none;
}

.stories .number-crumb-container .option {
    border-color: #fff;
    opacity: 1;
}

.stories .number-crumb-container .option.selected {
    background: #fff;
    border: 0;
}

.stories h2 {
    color: #fff;
    font-weight: 400;
}

.stories p {
    font-family: Josefin Sans;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
}

h2.patient-name {
    font-family: Josefin Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: #fff;
    margin: 20px auto 0;
}

.stories .button-wrap {
    order: 1;
}

/* GALLERY SECTION
-----------------------------------------------*/
.gallery {
    padding: 80px 0 0;
    position: relative;
    min-height: 765px;
}

.gallery .container {
    max-width: 1400px;
}

.gallery .outer-circle {
    max-width: 292px;
    width: 100%;
    min-height: 302px;
    border: 4px solid #b89d68;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    transition: all ease-in-out 0.5s;
}

.no-webp .gallery .outer-circle.one .photo {
    background-image: url(../images/smile-1.jpg);
}

.webp .gallery .outer-circle.one .photo {
    background-image: url(../images/smile-1.webp);
}

.no-webp .gallery .outer-circle.two .photo {
    background-image: url(../images/smile-2.jpg);
}

.webp .gallery .outer-circle.two .photo {
    background-image: url(../images/smile-2.webp);
}

.no-webp .gallery .outer-circle.three .photo {
    background-image: url(../images/smile-3.jpg);
}

.webp .gallery .outer-circle.three .photo {
    background-image: url(../images/smile-3.webp);
}

.no-webp .gallery .outer-circle.four .photo {
    background-image: url(../images/smile-4.jpg);
}

.webp .gallery .outer-circle.four .photo {
    background-image: url(../images/smile-4.webp);
}

.gallery .outer-circle .photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 262px;
    width: 100%;
    min-height: 271px;
    border-radius: 100%;
    transition: all ease-in-out 0.5s;
}

.gallery .outer-circle:hover,
.gallery .outer-circle:hover .photo {
    transform: scale(1.05);
    transition: all ease-in-out 0.5s;
}

/*Slick Slide Arrows*/
.gallery .slick-next {
    position: absolute;
    right: -20px;
    top: 32%;
    color: transparent;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
    font-size: 0;
}

.gallery .slick-next::after {
    content: url(../images/brown-arrow.svg);
    color: #000;
    width: 30px;
    height: 35px;
    position: absolute;
    font-weight: bold;
    font-size: 50px;
}

.gallery .slick-prev {
    position: absolute;
    left: -50px;
    top: 45%;
    color: transparent;
    background-color: transparent;
    z-index: 1;
    margin: 0;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
    font-size: 0;
}

.gallery .slick-prev::before {
    content: url(../images/brown-arrow.svg);
    color: #000;
    width: 30px;
    height: 35px;
    position: absolute;
    font-weight: bold;
    font-size: 50px;
    transform: rotate(180deg);
}

.gallery h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    color: #6b805f;
    margin: 0 auto 30px;
}

.gallery .button-wrap {
    margin: 60px auto 0;
}

/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1600px) {
    .services .button-wrap {
        margin-top: 0;
    }

    .services .container {
        max-width: 1300px;
    }
}

@media (max-width: 1500px) {
    .gallery .container {
        max-width: 1000px;
    }
}

@media (max-width: 1200px) {
    h1.page-title {
    }

    .doc-section h3 {
        font-size: 35px;
    }

    .doc-section p {
        font-size: 20px;
    }

    .doc-section .photo {
        max-width: 389px;
        min-height: 531px;
        margin: 0 auto;
    }

    .stories {
        background-position: right -200px center;
    }
}

@media (max-width: 991px) {
    .slide.doc-f .row {
        min-height: 100vh;
        text-align: center;
      }
    .doc-slider .slide .row {
        flex-flow: column-reverse;
        max-width: 511px;
        margin: 0 auto;
        gap: 50px 0;
    }
    .doc-section p {
        width: 80vw;
        background: #fbfbfb99;
        margin: 0 auto;
    }

    .doc-section .photo {
        margin: 0 auto;
        max-width: 511px;
        background-position: top center;
    }
    .no-webp .stories {
        background-image: url(../images/reviews-photo-t.jpg);
    }

    .webp .stories {
        background-image: url(../images/reviews-photo-t.webp);
    }

    .stories {
        background-position: center;
    }

    .gallery .outer-circle {
        max-width: 220px;
        min-height: 228px;
    }

    .gallery .outer-circle .photo {
        max-width: 198px;
        min-height: 204px;
    }

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

    .doc-slider .slick-dots {
        left: 0;
        right: 0;
        margin: 0 auto 15px;
    }
}

@media (max-width: 767px) {
    .doc-section .photo {
        max-width: 343px;
        min-height: 357px;
        margin: 0 auto;
    }

    .doc-section .tree-line {
        min-height: 300px;
    }

    .services h2 {
        font-size: 45px;
        margin-bottom: 30px;
    }

    .doc-slider .slick-dots {
        left: 0;
        right: 0;
        position: relative;
        margin: 0 auto;
        bottom: 50px;
    }
}

@media (max-width: 600px) {
    .no-webp .stories {
        background-image: url(../images/reviews-photo-m.jpg);
    }

    .webp .stories {
        background-image: url(../images/reviews-photo-m.webp);
    }
}

@media (max-width: 545px) {
    
}

@media (max-width: 500px) {
    .stories .container {
        padding: 0;
    }

    .stories {
        padding: 0;
    }

    .stories .outer-box {
        min-height: 827px;
        border-radius: 0;
        padding: 0 25px;
    }
}

@media (max-width: 471px) {
    .doc-slider .slick-dots {
    }
}
