/*GLOBAL HOME CSS*/
.container-lrg {
    max-width: 1350px;
}

.btn-animation {
    position: relative;
    display: inline-block;
    transition-duration: 1.75s !important;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

a {
    cursor: pointer;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .33s;
    transition-property: all;
    text-decoration: none !important;
}

section {
    padding: 9em 0;
}

/*CONTENTAREA*/

.home section#main{
    display: none;
}

.contentarea {
    padding: 45px 0;
}

.contentarea .container {
    max-width: 1385px;
}

/*VALUE PROPS*/
.value-props {
    /*overflow: hidden;*/
    position: relative;
    color: #000;
}

.value-props .cta {
    position: relative;
    display: block;
    margin: 0 0 30px;
    padding: 0;
}

.value-props .cta:visited {
    color: #000;
}

.value-props .cta span.number {
    font-family: 'Didot', sans-serif;
    font-size: 45px;
    position: relative;
    display: block;
}

.value-props .sticky-col {
    position: sticky;
    top: 145px;
}

.value-props .sticky-col.in-view .sticky-img img {
    /*position: fixed;*/
    /*top: 142px;*/
}

.value-props .container.sticky .sticky-col {
    position: fixed;
    top: 140px;
}

.value-props h3 {
    max-width: 410px;
    margin-bottom: 20px;
}

.value-props h4 {
    margin-bottom: 20px;
}

.value-props p {
    font-size: 23px;
    max-width: 100%;
}

.value-props .cta span.number:after {
    position: absolute;
    top: 50%;
    left: 55px;
    width: 0;
    height: 2px;
    content: '';
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .33s;
    transition-duration: 2s;
    transition-property: all;
    background: black;
}

.value-props .cta.active span.number:after {
    width: calc(100% - 55px);
}

.value-props h4 {
    font-size: 24px;
}

.value-props .row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.value-props .cta-blocks h4 {
    margin-bottom: 0;
}

body.home section.value-props .cta:hover {
    margin-left: 30px;
    padding: 30px 45px;
    color: #000;
    background: #f6f4f1;
}

.loaded .meet-the-doctor-intro {
    background: url(../images/dr-colman-bg.jpg);
}

.loaded.webp .meet-the-doctor-intro {
    background: url(../images/dr-colman-bg.webp);
}

.meet-the-doctor-intro {
    position: relative;
    display: flex;
    height: 100vh;
    padding: 0;
    align-items: flex-end;
}

.meet-the-doctor-intro h4 {
    text-transform: uppercase;
}

.meet-the-doctor-intro h5 {
    color: #fff;
}

.meet-the-doctor-intro .intro-wrapper {
    position: relative;
    z-index: 3;
    padding: 70px 125px;
    /* max-width: 1500px; */
    /* bottom: 0; */
    /* left: 0; */
    color: white;
}

.meet-the-doctor-intro .intro-wrapper h1 {
    max-width: 550px;
    color: #fff;
}

.meet-the-doctor-intro h5 {
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/*DR-BIO*/
.dr-bio {
    overflow: hidden;
    padding: 45px 0;
    color: #161a1b;
}

.dr-bio .main-btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    display: inline-block;
    width: auto;
    padding: 30px 50px;
    cursor: pointer;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .33s;
    transition-property: all;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    outline: 0;
    background: #000;
}

/*review*/
.review {
    padding: 50px 0;
}

.review .rev_box {
    display: flex;
    width: 96%;
    min-height: 366px;
    padding: 35px;
    text-align: center;
    color: #161a1b;
    border: 3px solid #000;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

/*SLICK ARROWS*/
.review .arrow {
    top: inherit;
    display: none;
    opacity: 1;
}

/*SLICK DOTS*/
.review .slick-dots {
    display: grid;
    margin: 0 auto;
    grid-auto-flow: column;
    grid-gap: 15px;
    justify-content: center;
}

.review .slick-dots li {
    list-style: none;
}

.review .slick-dots button {
    font-size: 0;
    width: 17px;
    height: 17px;
    margin: 0;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: transparent;
}

.review .name {
    margin-top: 35px;
    margin-bottom: 0;
}

.review .slick-dots li.slick-active button {
    border: 3px solid #87c4e5;
    background: #87c4e5;
}

/* Before and After */
.before-after {
    background: #F6F4F1;
    padding: 50px 200px;
}

.before-after .rev_box {
    display: flex;
    width: 96%;
    min-height: 366px;
    padding: 35px;
    text-align: center;
    color: #161a1b;
    border: 3px solid #000;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

/*SLICK ARROWS*/
.before-after .arrow {
    top: inherit;
    display: none;
    opacity: 1;
}

/*SLICK DOTS*/
.before-after .slick-dots {
    display: grid;
    margin: 0 auto;
    grid-auto-flow: column;
    grid-gap: 15px;
    justify-content: center;
}

.before-after .slick-dots li {
    list-style: none;
}

.before-after .slick-dots button {
    font-size: 0;
    width: 17px;
    height: 17px;
    margin: 0;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: transparent;
}

.before-after .name {
    margin-top: 35px;
    margin-bottom: 0;
}

.before-after .slick-dots li.slick-active button {
    border: 3px solid #87c4e5;
    background: #87c4e5;
}


/*STEP*/
.step {
    position: relative;
    color: #161a1b;
    background-color: #f6f4f1;
}

.step .bio_content div {
    text-align: center;
}

.step .bio_content div h2 {
    max-width: 212px;
    margin: 0 auto;
    text-align: left;
}

.step .bio-box {
    display: none;
    /*display: none;*/
}

.step .active {
    display: block;
}

.step .container {
    position: relative;
    max-width: 1308px;
}

.step .bio_link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(-60px) translateY(-60%);
    transform: translateX(-60px) translateY(-60%);
    white-space: nowrap;
}

.step .step-nav-item {
    position: relative;
    display: inline-block;
    width: 276px;
    height: 276px;
    margin: 0 20px 0 0;
    padding-top: 55px;
    cursor: pointer;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .33s;
    transition-property: all;
    text-align: center;
}

.step .step-nav-item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .33s;
    transition-property: all;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 300px;
    background: white;
}

.step .step-nav-item:hover:before,
.step .step-nav-item.current:before {
    width: 276px;
    height: 276px;
}

.step .step-nav-item:hover .number,
.step .step-nav-item.current .number {
    color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}

.step .title {
    font-family: Sailec, sans-serif;
    font-size: 10px;
    line-height: 1em;
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
    letter-spacing: 2.86px;
    text-transform: uppercase;
}

.step .number {
    font-family: orpheuspro, serif;
    font-size: 200px;
    line-height: 1em;
    position: relative;
    z-index: 3;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: .33s;
    transition-property: all;
}

.loaded .bg-step1 {
    background: url(../images/step-1.jpg);
}

.loaded.webp .bg-step1 {
    background: url(../images/step-1.webp);
}

.loaded .bg-step2 {
    background: url(../images/step-2.jpg);
}

.loaded.webp .bg-step2 {
    background: url(../images/step-2.webp);
}

.loaded .bg-step3 {
    background: url(../images/step-3.jpg);
}

.loaded.webp .bg-step3 {
    background: url(../images/step-3.webp);
}

.step .speingbg {
    width: 100%;
    max-width: 492px;
    height: 610px;
}

/*TEXTIMONAL*/
.loaded .test-bg {
    background: url(../images/testimonial-sarah.jpg);
}

.loaded.webp .test-bg {
    background: url(../images/testimonial-sarah.webp);
}

.test-bg {
    width: 32%;
    height: 34vw;
}

.test-title {
    display: flex;
    flex-flow: column;
}

.test-title a.d-inline {
    margin: 30px 0;
}

.test-title a {
    text-decoration: underline !important;
}

.test-title a:visited {
    color: #000;
}

.testimonial-box{
    display: flex;
    justify-content: flex-end;
    
} 

.meet-section {
    padding: 0 20%;
}

.sarah-bg.bg-cover.test-bg{
    
}

/*TOP-RATED*/
.top-rated {
    display: flex;
}

.top-rated .container {
    max-width: 1100px;
}

.top-rated .img-left {
    display: inline-block;
    float: left;
    width: 275px;
    margin: 0 25px 0 0;
}

.top-rated .top h2 {
    display: inline-block;
    max-width: calc(100% - 371px);
    padding: 0 0 0 70px;
    vertical-align: top;
    font-size: 96px;
}

.top-rated .logos {
    display: flex;
    margin: 15px 0px 4px 40px;
    align-items: center;
    justify-content: flex-start;
}

.top-rated .logos svg {
    width: 103px;
    vertical-align: middle;
}

.top-rated .logos .line {
    display: inline-block;
    width: 60px;
    height: 2px;
    margin: 0 20px;
    vertical-align: middle;
    background: #f6f4f1;
}

.top-rated .logos li {
    list-style: none;
}

.top-rated .bottom h2 {
    display: inline-block;
    display: inline-block;
    max-width: calc(100% - 336px);
    vertical-align: top;
    font-size: 96px;
    padding-top: 20px;
}

/*BRACES*/
.brces {
    color: #000;
}

.brces .container {
    max-width: 1452px;
}

.brces h3 {
    font-size: 30.4792px;
    line-height: 160%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.loaded .brnce-bg1 {
    background: url(../images/teeth-paralax-1.jpg);
}

.loaded.webp .brnce-bg1 {
    background: url(../images/teeth-paralax-1.webp);
}

.loaded .brnce-bg2 {
    background: url(../images/teeth-paralax-2.jpg);
}

.loaded.webp .brnce-bg2 {
    background: url(../images/teeth-paralax-2.webp);
}

.loaded .brnce-bg3 {
    background: url(../images/teeth-paralax-3.jpg);
}

.loaded.webp .brnce-bg3 {
    background: url(../images/teeth-paralax-3.webp);
}

.brces .braces-split {
    min-height: 556px;
}

.brces .d-brace-box {
    max-width: 624px;
    margin: 0 auto;
    text-align: center;
}

.brces .braces-split {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    flex: 0 1 auto;
    flex-wrap: wrap;
}

.d-brace-box h2 {
    margin-bottom: 45px;
}

.brces .brnce-bg1 {
    height: 100%;
}

.brces .co_pad {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.brces .parallax-bg {
    position: absolute;
    z-index: 1;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.brces .container {
    margin-bottom: 35px;
}

/*FOLLOW US*/
.follow-us {
    padding: 80px 0 0;
}

.follow-us ul {
    margin: 0;
}

.follow-us ul li {
    margin-right: 50px;
    list-style: none;
}

.follow-us ul li:last-child {
    margin-right: 0;
}

.follow-us ul li a {
    display: flex;
}

.follow-us h2 {
    margin-right: 35px;
}

.follow-us ul li a svg {
    width: 55px;
    height: 55px;
    fill: #000;
}

.follow-us .follow-us-link ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.follow-us .flowing-title {
    margin-bottom: 114px;
}

.follow-us img {
    max-width: 16.66%;
}

.follow-us p {
    margin-bottom: 50px;
}

.affiliates{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.affiliates-boxes{
    display: flex;
    flex-wrap: wrap;
    
}

.aff-box {
    /* display: block; */
    position: relative;
    width: 20%;
    display: flex;
    align-items: center;
}
.aff-box img{
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .review {
        padding: 0 0 180px;
    }

    .review .slick-slider {
        overflow: hidden;
    }

    .review .slick-list {
        position: relative;
        left: -4%;
        width: 110%;
        margin-bottom: 43px;
        padding: 0;
    }

    .textimonal {
        min-height: 100vh;
        padding: 0;
    }

    .test-title a.d-inline {
        margin: 34px 0 60px;
    }

    .follow-us {
        background-attachment: fixed !important;
    }

    .step .bio_content div {
        max-width: 492px;
    }

    .test-title {
        display: flex;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        flex-flow: column;
    }
}

@media screen and (min-width: 992px) {
    .contentarea {
        padding: 95px 0;
    }

    .value-props {
        padding: 110px 0 156px;
    }

    .dr-bio {
        padding: 35px 0 105px;
    }

    .dr-bio p {
        max-width: 440px;
    }

    .brces {
        padding-bottom: 0;
    }

    .value-props .cta {
        margin-left: 90px;
        padding: 30px 45px 30px 0;
    }

    .value-props .section-intro {
        padding-left: 90px;
    }
}

@media screen and (min-width: 768px) {
    p.lrg {
        font-size: 20px;
        line-height: 36px;
    }

    p.lrg {
        font-size: 20px;
        line-height: 36px;
    }

    section.dr-bio .container-lrg.offset-left {
        max-width: 90vw;
        margin-right: 0;
    }

    body.home section.dr-bio .slick-slide {
        margin-right: 50px;
    }

    .dr-offset {
        position: relative;
        left: 9%;
        margin-left: 8.33333333%;
    }

    .top-rated .img-right {
        display: inline-block;
        float: right;
        width: 284px;
        ;
        margin: 0 0 0 25px;
    }

    .brces .bree-content {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 767px) {
    .home #wrapper {
        overflow: visible;
    }
    
}

@media screen and (max-width: 1400px) {

    .bigest-font,
    .brces .biger-font,
    .top-rated .top h2,
    .top-rated .bottom h2 {
        font-size: 7.75vw;
    }

    .textimonal .flex-wrap .col-12 {
        justify-content: center;
    }

    .textimonal .test-bg {
        width: 100%;
        height: inherit;
        padding-top: 62%;
    }
}

@media screen and (max-width: 991px) {
    section {
        padding: 2em 0;
    }

    .meet-the-doctor-intro {
        height: auto;
    }

    .review .rev_box {
        min-height: auto;
        padding: 50px 20px;
    }

    .review a.main-btn:last-child {
        margin-top: 25px;
    }

    .review .rev_box {
        margin: 0 auto;
    }

    .value-props h3 {
        max-width: none;
    }

    .step .step-a {
        margin-bottom: 25px;
        text-align: center;
    }

    .step .bio_link {
        display: none;
    }

    .step .bio-box {
        display: block;
    }

    .step .no-show {
        margin-top: 35px;
    }

    .brces {
        padding: 45px 0;
        text-align: center;
    }

    .brces .co_pad {
        min-height: 46vw;
    }

    .follow-us img {
        max-width: 50%;
        margin-bottom: 25px;
    }

    .follow-us .flowing-title {
        margin-bottom: 30px;
    }

    .test-title h2 {
        font-size: 9vw;
    }

    .top-rated .logos {
        padding-right: 0;
    }

    .brces .d-brace-box {
        padding: 30px 0;
    }

    .step .bio_content div {
        max-width: 450px;
        margin: 0 auto 30px;
    }
      .step .bio_content div {
        max-width: 500px;
    }
    .step .bio_content div h2{
        text-align: left;
            margin: 0 0 25px;
    }
    .step .bio_content div{
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .review .slick_wrap {
        padding: 0 25px;
    }
    
    .before-after{
        padding: 50px 10px;
    }

    .meet-the-doctor-intro .intro-wrapper {
        padding: 30px;
    }

    .top-rated .top {
        display: flex;
        flex-flow: column;
    }

    .top-rated .top h2,
    .top-rated .bottom h2 {
        max-width: none;
        padding: 0;
    }

    .top-rated .logos {
        justify-content: center;
    }

    .step .bio_content div h2 {
        max-width: none;
        margin: 15px auto 15px;
        text-align: center;
    }

    .step .speingbg {
        height: 89vw;
    }

    .top-rated .container h2 {
        text-align: center;
    }

    .top-rated .img-left {
        margin: 0 auto 20px;
    }

    .top-rated .img-right {
        margin: 20px auto 0;
    }
    
    .top-rated .top {
        display: flex;
        flex-flow: column;
        margin: 0 auto;
    }
    
    .top-rated .bottom {
        text-align: center;
    }
    .dr-w-patient {
        max-width: 366px;
        width: 100%;
        max-height: 245px;
        height: 100%;
    }
    .dr-carousel img {
        max-width: 366px;
        width: 100%;
        max-height: 549px;
        height: 100%;
    }
    .play-icon img {
        max-width: 99px;
        width: 100%;
        max-height: 99px;
        height: 100%;
    }
    .before-after .rev_box img {
        max-width: 302px;
        width: 100%;
        max-height: 132px;
        height: 100%;
    }
    .rated-1 {
        max-width: 275px;
        width: 100%;
        max-height: 275px;
        height: 100%;
    }
    .rated-2 {
        max-width: 348px;
        width: 100%;
        max-height: 448px;
        height: 100%;
    }
    .follow-pic img {
        max-width: 207px;
        width: 100%;
        max-height: 207px;
        height: 100%;
    }
    .carestream {
        max-width: 41px;
        width: 100%;
        max-height: 16px;
        height: 100%;
    }
    .sirona {
        max-width: 41px;
        width: 100%;
        max-height: 12px;
        height: 100%;
    }
    .ada {
        max-width: 41px;
        width: 100%;
        max-height: 41px;
        height: 100%;
    }
    .aac {
        max-width: 41px;
        width: 100%;
        max-height: 22px;
        height: 100%;
    }
    .abo {
        max-width: 41px;
        width: 100%;
        max-height: 34px;
        height: 100%;
    }
    .ormco {
        max-width: 41px;
        width: 100%;
        max-height: 16px;
        height: 100%;
    }
    .spark {
        max-width: 41px;
        width: 100%;
        max-height: 16px;
        height: 100%;
    }
    .ulab {
        max-width: 41px;
        width: 100%;
        max-height: 15px;
        height: 100%;
    }
    .itero {
        max-width: 41px;
        width: 100%;
        max-height: 22px;
        height: 100%;
    }
}

@media screen and (max-width: 607px) {
    .top-rated .logos {
        text-align: center;
        justify-content: center;
        flex-flow: column;
        align-items: center;
        gap: 20px;
    }

    .brces .co_pad {
        min-height: 68vw;
    }
    .value-props p{
        font-size: 16px;
    }
}
