/* MAIN-WRAP    
-----------------------------------------------*/
.main-wrap {
    padding: 50px 0;
}

.main-wrap .container {
    max-width: 1800px;
}

.meet-bg{
    background: #F2F2F2;
}

.doc-pic {
    width: 100%;
    max-width: 500px;
    height: 550px;
    border-radius: 0;
}

.doc-pic {
    background: url(../images/chow-jhome-2.webp) no-repeat center center;
    background-size: cover;
}

.doc-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-con {
    width: 100%;
    background-color: none;
    color: #1f4388;
    min-height: 525px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 70px;
    border-radius: 0;
    position: relative;
}

.mc-inner {
    width: 100%;
    max-width: 695px;
    position: relative;
    z-index: 5;
}
.mc-inner h1 {
    color: #1f4388;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.mc-inner h2 {
    color: #1f4388;
    margin-bottom: 20px;
    text-transform: uppercase;
        font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.15px;
        color: #1f4388;
    font-family: 'Quattrocento', sans-serif;
    font-weight: 400;
    margin: 0;
}

.mci {
    width: 100%;
    max-width: 670px;
}

.main-b {
    margin-top: 25px;
}

.main-b .main-btn4 {
    width: 100%;
    max-width: 258px;
}

.main-wm {
    width: 100%;
    max-width: 430px;
    height: 445px;
    position: absolute;
    right: 75px;
    top: 50px;
}

.no-webp.loaded .main-wm {
    background: url(../images/tooth-watermark.png) no-repeat center right;
    background-size: contain;
}
.webp.loaded .main-wm {
    background: url(../images/tooth-watermark.webp) no-repeat center right;
    background-size: contain;
}

/* SHOWCASE SECTION
-----------------------------------------------*/
.showcase-section {
    padding: 100px 0;
}

.showcase-section .container {
    max-width: 1300px;
}

.show-title h2 {
    text-transform: uppercase;
        font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;
    letter-spacing: 2px;
    color: #1f4388;
    font-family: 'Quattrocento', sans-serif;
    font-weight: 400;
}

.show-title p {
    color: #1f4388;
}

.show-row {
    width: 100%;
    margin-top: 60px;
}

.show-pic svg {
    fill: #1f4388;
}

.show-inner:hover .show-pic svg {
    fill: #5eb3e4;
}

.show-inner h3 {
    text-transform: uppercase;
        font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.15px;
        color: #1f4388;
    font-family: 'Quattrocento', sans-serif;
    font-weight: 400;
    margin: 0;
}

.show a {
    text-decoration: none;
}
.show-inner .lmb {
    color: #1f4388;
}
.show-inner:hover h4,
.show-inner:hover .lmb {
    color: #5eb3e4;
}

.showcasetext {
    padding-top: 10px;
}

.show-pic {
    height: 172px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}

.show-b .main-btn5 {
    width: 100%;
    max-width: 258px;
}

.show-b {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.slick-prev {
    position: absolute;
    top: 43%;
    left: 0;
    background: none;
    color: transparent;
    z-index: 5;
    padding: 0;
    margin: 0;
    width: 25px;
}

.slick-prev::before {
    content: url(../images/arrow-l.svg);
    position: absolute;
}

.slick-next {
    position: absolute;
    top: 43%;
    right: 0;
    background: none;
    color: transparent;
    z-index: 5;
    padding: 0;
    margin: 0;
    width: 25px;
}

.slick-next::before {
    content: url(../images/arrow-r.svg);
    position: absolute;
}

.sh1 {
    width: 73px;
    height: 145px;
}
.sh2 {
    width: 123px;
    height: 137px;
}
.sh3 {
    width: 157px;
    height: 173px;
}
.sh4 {
    width: 154px;
    height: 122px;
}

/* PARALAX  
-----------------------------------------------*/
.paralax {
    min-height: 550px;
    position: relative;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
}

.no-webp.loaded .paralax {
    background: url(../images/paralax.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.webp.loaded .paralax {
    background: url(../images/paralax.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.p-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 75%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7cfe7+0,a7cfe7+100 */
    background: linear-gradient(
        to right,
        rgba(167, 207, 231, 0.6),
        rgba(94, 179, 228, 0.6),
        rgba(94, 179, 228, 0)
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.p-overlay .paralaxtext {
    position: absolute;
    left: 75px;
    top: 100px;
    bottom: 0;
    width: 75%;
}

.p-overlay h2 {
    font-family: Quattrocento;
    font-weight: 400;
    font-size: 58px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #FFF;
}

.p-overlay p {
    color: #FFF;
}

.para-outer {
    padding: 0 20px;
}

/* REV-SECTION
-----------------------------------------------*/
.rev-section {
    padding: 100px 30px;
}

.rev-section .container {
    max-width: 1350px;
    display: flex;
    justify-content: space-between;
}

.rev-section .qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rev-section .qr-code span {
    text-transform: uppercase;
    text-align: center;
    font-size: 37px;
    line-height: 45px;
    margin: 0 0 20px;
    letter-spacing: 2px;
    color: #1f4388;
    font-family: 'Quattrocento', sans-serif;
    font-weight: 400;
}
.rev-section .qr-code h6 {
    color: var(--Dark-Blue, #1F4388);
    text-align: center;
    font-family: Quattrocento;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%; /* 34.5px */
    letter-spacing: 1.15px;
    text-transform: uppercase;
    max-width: 343px;
}

.rev-box {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.rev-stars svg {
    max-width: 100%;
}

.rev-box h2 {
    margin-bottom: 30px;
        font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;
    letter-spacing: 2px;color: #1f4388;
    font-family: 'Quattrocento', sans-serif;
    font-weight: 400;
}

.rev-stars {
    margin-bottom: 25px;
}

.rev-wrap {
    color: #1f4388;
}

.patient-name {
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    margin: 30px 0;
}

.number-crumb-container .option {
    opacity: 1;
    border: 2px solid #5eb3e4;
    width: 15px;
    height: 15px;
    margin: 5px 8px;
}

.number-crumb-container .option.selected {
    border-color: #ffc600;
    background: #ffc600;
}

.playing .number-crumb-container .option.pause-play svg.pause-icon path,
.number-crumb-container .option.pause-play svg.play-icon path {
    fill: #5eb3e4;
}
.number-crumb-container .option.pause-play {
    background: none !important;
}

.arrow.arrow-left {
    width: 25px;
    height: 40px;
    background: url(../images/arrow-lr.svg);
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    left: -80px;
}

.arrow.arrow-right {
    width: 25px;
    height: 40px;
    background: url(../images/arrow-rr.svg);
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    right: -80px;
}

.arrow::before {
    display: none;
}

.arrow {
    top: 12%;
}

.rev-b {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.rev-b .main-btn2 {
    width: 100%;
    max-width: 285px;
}

/* GAL SECTION
-----------------------------------------------*/
.gal-section {
    padding: 25px 0 25px;
}

.gal-section .container {
    max-width: 1800px;
    padding: 0px;
    background: #F2F2F2;
    text-align: center;
}

.gal-box {
    width: 100%;
    min-height: 575px;
    background-color: none;
    border-radius: 0;
    padding: 50px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1f4388;
}

.gal-inner {
    width: 100%;
    max-width: 575px;
}

.gal-inner h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.gal-inner h4 {
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.gal-b {
    margin-top: 30px;
}

.gal-b .main-btn4 {
    width: 100%;
    max-width: 258px;
}

.gp-inner {
    width: 100%;
    min-height: 425px;
    border-radius: 0;
    position: relative;
    z-index: 5;
}

.gal {
    padding: 0 5px;
}

.gal-wrap{
    display: flex;
    align-items: center;
}

.no-webp.loaded .g1 {
    background: url(../images/tour01.jpg) no-repeat center center;
    background-size: cover;
}
.webp.loaded .g1 {
    background: url(../images/tour01.webp) no-repeat center center;
    background-size: cover;
}

.no-webp.loaded .g2 {
    background: url(../images/tour02.jpg) no-repeat center center;
    background-size: cover;
}
.webp.loaded .g2 {
    background: url(../images/tour02.webp) no-repeat center center;
    background-size: cover;
}
.no-webp.loaded .g3 {
    background: url(../images/tour03.jpg) no-repeat center center;
    background-size: cover;
}
.webp.loaded .g3 {
    background: url(../images/tour03.webp) no-repeat center center;
    background-size: cover;
}

.no-webp.loaded .g4 {
    background: url(../images/tour04.jpg) no-repeat center center;
    background-size: cover;
}
.webp.loaded .g4 {
    background: url(../images/tour04.webp) no-repeat center center;
    background-size: cover;
}

.no-webp.loaded .g5 {
    background: url(../images/tour05.jpg) no-repeat center center;
    background-size: cover;
}
.webp.loaded .g5 {
    background: url(../images/tour05.webp) no-repeat center center;
    background-size: cover;
}

.no-webp.loaded .g6 {
    background: url(../images/tour06.jpg) no-repeat center center;
    background-size: cover;
}
.webp.loaded .g6 {
    background: url(../images/tour06.webp) no-repeat center center;
    background-size: cover;
}

.no-webp.loaded .g7 {
    background: url(../images/tour07.jpg) no-repeat center center;
    background-size: cover;
}
.webp.loaded .g7 {
    background: url(../images/tour07.webp) no-repeat center center;
    background-size: cover;
}

.no-webp.loaded .g8 {
    background: url(../images/tour08.jpg) no-repeat center center;
    background-size: cover;
}
.webp.loaded .g8 {
    background: url(../images/tour08.webp) no-repeat center center;
    background-size: cover;
}

.gal-section .slick-prev {
    position: absolute;
    top: inherit;
    bottom: 16px;
    left: 50%;
    background: none;
    color: transparent;
    z-index: 5;
    padding: 0;
    margin: 0;
    width: 25px;
    margin-left: -165px;
}

.gal-section .slick-prev::before {
    content: url(../images/arrow-gl.svg);
    position: absolute;
}

.gal-section .slick-next {
    position: absolute;
    top: inherit;
    bottom: 16px;
    right: 50%;
    background: none;
    color: transparent;
    z-index: 5;
    padding: 0;
    margin: 0;
    width: 25px;
    margin-right: -171px;
}

.gal-section .slick-next::before {
    content: url(../images/arrow-gr.svg);
    position: absolute;
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: -75px 0 0 0;
    position: relative;
    z-index: 3;
}

.slick-dots li {
    margin: 10px 7px;
}

.slick-dots button,
.slick-dots input[type='button'],
.slick-dots input[type='reset'],
.slick-dots input[type='submit'],
.slick-dots a[class*='btn'],
.slick-dots a[class*='bttn'] {
    color: transparent;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: none;
    border: 3px solid #fff;
}

.slick-dots .slick-active button,
.slick-dots .slick-active input[type='button'],
.slick-dots .slick-active input[type='reset'],
.slick-dots .slick-active input[type='submit'],
.slick-dots .slick-active a[class*='btn'],
.slick-dots .slick-active a[class*='bttn'] {
    background-color: #fff;
    border: 3px solid #fff;
}

.gal-section .main-wm {
    display: none;
}

/* SPECIAL SECTION
-----------------------------------------------*/
.special-section {
    padding: 150px 0;
    background: #fff;
}

.special-section .container{
    max-width: 1500px;
}

.disclaimer{
    margin-top: 75px;
}

.special-box {
    width: 100%;
    max-width: 1035px;
    margin: 0 auto;
    text-align: center;
    color: #1f4388;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.special-box h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;
    letter-spacing: 2px;
    color: #1f4388;
    font-family: 'Quattrocento', sans-serif;
    font-weight: 400;
}
.special-box h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.15px;
    color: #1f4388;
    font-family: 'Quattrocento', sans-serif;
    font-weight: 400;
    margin: 0;
}

.special-b .main-btn5 {
    width: 100%;
    max-width: 215px;
}

.special-b {
    margin-top: 30px;
}

.special-b a {
    margin: 10px 10px;
}

.show-inner:hover {
    transform: scale(1.00);
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {
}
@media (max-width: 1500px) {
    .arrow.arrow-left {
        left: -40px;
    }

    .arrow.arrow-right {
        right: -40px;
    }
}

@media (max-width: 1200px) {
    .main-con {
        padding: 50px 70px;
        border-radius: 0 300px 0 0;
        position: relative;
    }
    .gal-section .no-gutter,
    .main-wrap .no-gutter {
        padding: 0 !important;
        margin: 0 !important;
    }

    .main-con {
        padding: 50px 35px;
        border-radius: 0;
    }

    .doc-pic {
        border-radius: 0;
    }
    .gal-box {
        padding: 50px 40px;
        border-radius: 0;
        min-height: 650px;
        text-align: center;
    }

    .gp-inner {
        border-radius: 0;
        min-height: 650px;
    }

    .gal {
        padding: 0 5px 0 0;
    }
}
.foot-top-grad {
    padding: 100px 0;
    background: linear-gradient(
        180deg,
        #a7cfe7 0%,
        rgba(94, 179, 228, 0) 42.39%
    );
}

@media (max-width: 1025px) {
    .no-webp.loaded .paralax {
        background: url(../images/paralaxt.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: inherit;
    }
    .webp.loaded .paralax {
        background: url(../images/paralaxt.webp) no-repeat center center;
        background-size: cover;
        background-attachment: inherit;
    }
    .paralax {
        min-height: 800px;
    }
    .para-outer {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .mci {
        font-size: 18px;
        line-height: 28px;
    }
    .doc-pic {
        height: 530px;
    }
    .main-wrap h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .main-con {
        min-height: 530px;
        text-align: center;
    }
    .main-wm {
        width: 100%;
        max-width: 258px;
        height: 276px;
        position: absolute;
        right: 50%;
        top: 50%;
        margin-top: -138px;
        margin-right: -129px;
    }

    .no-webp.loaded .main-wm {
        background: url(../images/main-wmm.png) no-repeat center right;
        background-size: contain;
    }
    .webp.loaded .main-wm {
        background: url(../images/main-wmm.webp) no-repeat center right;
        background-size: contain;
    }
}

@media only screen and (max-width: 767px) {
    .doc-pic {
        max-width: 600px;
        margin: 0 auto;
    }

    .main-con {
        max-width: 600px;
        margin: 25px auto 0;
        border-radius: 0 0 172px 0;
        padding: 50px 20px 80px;
    }
    .sh1 {
        width: 73px;
        height: 103px;
    }
    .sh2 {
        width: 123px;
        height: 103px;
    }
    .sh3 {
        width: 157px;
        height: 103px;
    }
    .sh4 {
        width: 154px;
        height: 103px;
    }
    .show-row {
        margin-top: 0;
    }
    .show-pic {
        height: 130px;
    }
    .showcase-section {
        padding: 50px 0;
    }
    .no-webp.loaded .paralax {
        background: url(../images/paralaxm.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: inherit;
    }
    .webp.loaded .paralax {
        background: url(../images/paralaxm.webp) no-repeat center center;
        background-size: cover;
        background-attachment: inherit;
    }

    .paralax-wm {
        width: 100%;
        max-width: 237px;
        height: 300px;
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 5;
    }

    .no-webp.loaded .paralax-wm {
        background: url(../images/wm-para.png) no-repeat left center;
        background-size: contain;
    }
    .webp.loaded .paralax-wm {
        background: url(../images/wm-para.webp) no-repeat left center;
        background-size: contain;
    }

    .rev-section .arrow {
        display: none;
    }
    .rev-section {
        padding: 50px 0;
    }
    .rev-box h5 {
        margin-bottom: 14px;
    }
    .rev-stars {
        margin-bottom: 10px;
    }

    .gp-inner {
        max-width: 600px;
        margin: 0 auto;
        min-height: 500px;
    }

    .gal-box {
        max-width: 600px;
        margin: 20px auto 0;
        border-radius: 0 0 172px 0;
        min-height: 500px;
        padding: 50px 20px;
    }
    .gal-section {
        padding: 20px 0 50px;
    }
    .gal-section .main-wm {
        display: block;
    }
    .slick-dots button,
    .slick-dots input[type='button'],
    .slick-dots input[type='reset'],
    .slick-dots input[type='submit'],
    .slick-dots a[class*='btn'],
    .slick-dots a[class*='bttn'] {
        color: transparent;
        padding: 0;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: none;
        border: 2px solid #fff;
    }
    .gal-section .slick-next::before {
        content: '';
        width: 10px;
        height: 15px;
        background: url(../images/arrow-gr.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .gal-section .slick-prev::before {
        content: '';
        width: 10px;
        height: 15px;
        background: url(../images/arrow-gl.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .gal-section .slick-prev {
        bottom: 14px;
        margin-left: -120px;
    }

    .gal-section .slick-next {
        bottom: 14px;
        margin-right: -135px;
    }
    .slick-dots {
        margin: -60px 0 0 0;
    }

    .special-section {
        padding: 50px 0;
    }
}

@media all and (max-width: 600px) {
}

@media only screen and (max-width: 500px) {
    .doc-pic {
        height: 400px;
    }
    .main-wrap .container {
        padding: 0 20px;
    }
    .paralax-wm {
        max-width: 160px;
        top: 10px;
    }
    .paralax {
        min-height: 900px;
    }

    .gp-inner {
        min-height: 360px;
    }
}

@media only screen and (max-width: 400px) {
    .gal-box,
    .main-con {
        border-radius: 0 0 140px 0;
    }

    .doc-pic {
        border-radius: 140px 0 0 0;
    }

    .gp-inner {
        border-radius: 0 140px 0 0;
    }

    .gal-section .container {
        padding: 0 20px;
    }
    .special-b a {
        margin: 10px 0;
    }
}
