/* CONTENTAREA 
-----------------------------------------------*/
h1.page-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #0074C8;
    margin: 0 auto;
}

.contentarea h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 31.4894px;
    line-height: 120%;
    color: #0074C8;
    margin: 8px auto 11px;
}
.contentarea h2.no-word-wrap{
    font-size: calc(7.5px + 1vw);
}
.contentarea h3 {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 21.209px;
    line-height: 120%;
    color: #0074C8;
    margin: 0;
}

.contentarea p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    color: #5A5A5A;
    max-width: 679px;
    margin: 54px auto;
}

.contentarea .button-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

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

.contentarea {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.no-webp .contentarea .doc-photo {
	background-image: url("../images/video-img.png");
}

.webp .contentarea .doc-photo {
	background-image: url("../images/video-img.webp");
}

.contentarea .doc-photo {
    max-width: 645px;
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px;
}

.contentarea .home-photo {
    display: flex;
    flex-direction: column;
    min-height: 700px;
    justify-content: space-between;
}

/* Showcase 
-----------------------------------------------*/
.showcase {
    padding: 150px 0 117px;
}

.showcase .container {
    max-width: 1500px;
}

.showcase h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: calc(15px + 2vw);
    line-height: 120%;
    letter-spacing: 2.2px;
    color: #0074C8;
    text-transform: capitalize;
    /*border-bottom: solid 7px #0074C8;*/
    max-width: 1015px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
}

.showcase h2 span {
    font-weight: bold;
    font-size: calc(10px + 2.3vw);
    margin-right: 20px;
}
.showcase h2:before{
    content: "";
    background-color: #0074C8;
    height: 7px;
    width: calc(590px + 20vw);
    position: absolute;
    bottom: -4px;
    left: calc(116px - 5vw);
}
.showcase h2 img {
    display: inline-block;
    margin-bottom: -10px;
}
/*.showcase h2:after{*/
/*    content: "";*/
/*    background-image: url(../images/toothpaste-brush.webp);*/
/*    width: 58px;*/
/*    height: 60px;*/
/*    max-width: 58px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.showcase h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: calc(10px + 1.7vw);
    line-height: 124%;
    color: #0074C8;
    margin: 16px auto 89px;
}

.showcase p.service-name {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: calc(12.5px + 1vw);
    line-height: 124%;
    color: #5A5A5A;
    margin: 0;
}
.showcase a{
    margin: 0 auto;
}
.showcase .flex-direction-column{
    flex-direction: column;
}
.showcase .button-wrap {
    max-width: 100%;
    width: 100%;
    margin: 89px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showcase-box .icon-box {
    max-width: calc(20px + 4vw);
    width: 100%;
    height: calc(20px + 4vw);
    border-radius: 100%;
    background: #0081C6;
    margin-right: 12px;
    display: block;
    position: relative;
}
.showcase .top-service{
    margin-bottom: calc(15px + 2vw);
}
.showcase .container.second{
    max-width: 100vw;
}
.showcase .row.top{
    margin-left: 7vw;
}
.showcase-box .icon-box img {
    width: 42px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
}
.showcase-box.sedation .icon-box img,
.showcase-box.wisdom-teeth .icon-box img{
    width: calc(20px + 2vw);
}
.showcase-box.invisalign .icon-box img {
    width: 48px;
}

.showcase-box.implants .icon-box img {
    width: calc(5px + 2vw);
}

.showcase-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 637px;
    width: 100%;
}


/* REVIEWS SECTION 
-----------------------------------------------*/
.reviews .container {
    max-width: 100%;
}
.reviews .row{
    background: #133848;
    border-radius: 56px;
    max-width: 1321px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 53px auto 45px;
}

.reviews {
    background: #F7F7F7;
    padding: 54px 0;
}

.no-webp .reviews-photo {
	background-image: url("../images/review-img.jpg");
}

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

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

.reviews .arrow,
.reviews .number-crumb-container {
    display: none;
}

.reviews h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 124%;
    color: #0074C8;
    margin: 0 auto;
}

.reviews .button-wrap {
    justify-content: center;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.reviews p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    color: #F7F7F7;
    max-width: 408px;
    width: 100%;
    margin: 0 auto;
}

h2.patient-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    color: #F7F7F7;
    margin: 42px auto 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 span.dot {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #73C167;
    border-radius: 100%;
    margin-right: 10px;
    z-index: 5;
}

.patient-reviews {
    position: relative;
}

.no-webp .quotes {
	background-image: url("../images/green-quotes.png");
}

.webp .quotes {
	background-image: url("../images/green-quotes.webp");
}

.quotes {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 52px;
    width: 100%;
    height: 45px;
    z-index: 5;
    position: absolute;
}

.quotes.left {
    top: 10px;
    left: 10%;
}

.quotes.right {
    bottom: 40px;
    right: 10%;
    transform: scaleX(-1);
}

/* KEEP EVERYONE SMILING FOR A LIFETIME section; 
-----------------------------------------------*/
.smiling {
    border-top: solid 6px #66CC65;
    padding: 65px 0 0;
    position: relative;
    z-index: 1;
    margin-bottom: -200px;
}

.container .white-area {
    min-height: 282px;
}

.smiling h2 {
    max-width: 988px;
    width: 100%;
    margin: 0 auto 40px;
    background: #F7F7F7;
    padding: 8px 28px;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 53px;
    line-height: 120%;
    letter-spacing: 2.2px;
    color: #000000;
}

.smiling h2 span {
    color: #0074C8;
    font-weight: bold;
    font-size: 72px;
    display: block;
}

.smiling .container {
    max-width: 1500px;
}

.smiling .button-wrap {
    max-width: 600px;
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (max-width: 1600px) {
    .contentarea .button-wrap {
        justify-content: space-evenly;
    }
    
}
@media (max-width: 1400px){
    .showcase-box{
        max-width: 365px;
    }
}
@media (max-width: 1300px) {
    .quotes.left {
        left: 5%;
    }

    .quotes.right {
        right: 5%;
    }
}

@media (max-width: 1199px) {
    .contentarea p {
        max-width: 1000px;
    }
    .home .contentarea.min-80{
        padding: 50px 0;
    }
    .no-webp .contentarea .doc-photo {
        background-image: url("../images/video-img.png");
    }

    .webp .contentarea .doc-photo {
        background-image: url("../images/video-img.webp");
    }

    .contentarea .home-photo {
        display: flex;
        flex-direction: column;
        min-height: 700px;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .contentarea h2.no-word-wrap{
        font-size: calc(7.5px + 2vw);
    }
    
    
    
    .reviews .row {
        flex-flow: column-reverse;
        max-width: 610px;
        justify-content: center;
    }

    .slick-reviews.slick-initialized.slick-slider {
        min-height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quotes.left {
        top: 13%;
    }

    .quotes.right {
        bottom: 14%;
    }
    
    .showcase-box {
        max-width: 100%;
        margin: 0 0 50px 50px;
    }

    .showcase .row.top {
        margin-bottom: 0;
    }

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

@media (max-width: 1025px) {
    .contentarea h3 {
        display: none;
    }
    
    .showcase h2 span.tablet {
        display: block;
        font-weight: normal;
        margin: 0;
    }

    .showcase h2 {
        width: 100%;
        margin: 0 auto;
        letter-spacing: normal;
        padding: 0 10px;
    }
    
    .reviews p {
        font-size: 22px;
    }
    
    h2.patient-name {
        font-size: 22px;
    }
    .showcase-box .icon-box img{
        width: 20px;
    }
    .showcase-box.invisalign .icon-box img{
        width: 24px;
    }
    .smiling h2 {
        max-width: 100%;
        position: relative;
        text-align: left;
        padding-right: 5%;
        font-size: 45px;
    }

    a.video {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .smiling p {
        margin: 0 auto 1em;
        max-width: 584px;
        width: 100%;
    }
    
    .smiling h2 span {
        display: inline-block;
    }
    
    .smiling {
        margin-bottom: 0;
    }
    
    .footer-container .logo {
        margin-bottom: 36px;
    }
}

@media (max-width: 991px) {
    
    .reviews h2 {
        max-width: 600px;
    }
    .showcase h2:before{
        width: calc(413px + 20vw);
        left: auto;
    }

}

@media (max-width: 767px) {
    .contentarea p {
        max-width: 1000px;
    }

    .no-webp .contentarea .doc-photo {
        background-image: url("../images/video-img.png");
    }

    .webp .contentarea .doc-photo {
        background-image: url("../images/video-img.webp");
    }

    .contentarea .doc-photo {
        max-width: 351px;
        min-height: 272px;
        margin-bottom: 50px;
    }
    .contentarea .home-photo {
        justify-content: flex-end;
        min-height: 405px;
    }
    
    h1.page-title {
        font-size: 36px;
        letter-spacing: normal;
    }

    .contentarea h2 {
        font-size: 16px;
        letter-spacing: normal;
    }

    .contentarea p {
        font-size: 20px;
        margin: 30px auto;
    }
    

    .showcase h2 span.tablet {
        font-size: 42px;
    }

    .showcase h2 span {
        
        display: inline-block;
    }

    .showcase h3 {
        margin-bottom: 30px;
    }
    
    .showcase {
        padding: 80px 0 60px;
    }

    .showcase .button-wrap {
        margin-top: 25px;
    }
    
    .reviews h2 {
        font-size: 32px;
    }

    .reviews p {
        font-size: 20px;
    }

    h2.patient-name {
        font-size: 20px;
    }

    .slick-reviews.slick-initialized.slick-slider {
        min-height: 360px;
    }   
    
    .smiling h2 {
        font-size: 34px;
    }

    .smiling h2 span {
        font-size: 54px;
        display: block;
        text-align: center;
        margin-top: 5px;
    }
    .showcase h2{
        font-size: calc(11px + 2vw);
    }
    .showcase h2:before{
        height: 5px;
        width: calc(347px + 24vw);
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 600px) {
    .quotes {
        max-width: 40px;
        height: 36px;
    }
    .contentarea h2.no-word-wrap{
        font-size: calc(6.5px + 2vw);
    }
    .showcase h2{
        font-size: calc(8px + 2vw);
    }
    .showcase h2 span{
        margin-right: 0;
    }
    .showcase .bottom-service{
        margin-bottom: calc(15px + 2vw);
    }
    .showcase h2:before{
        height: 3px;
        width: 89%;
    }
    .showcase .row.top{
        margin-left: 0;
    }
    .showcase h2 img{
        max-width: 6vw;
    }
    .showcase h2 span{
        margin-right: 5px;
    }
    .showcase h3{
        margin: 10px auto 30px;
    }
    .quotes.right {
        right: 8px;
    }

    .quotes.left {
        left: 8px;
    }
    
    .reviews p {
        max-width: 300px;
    }

    .slick-reviews.slick-initialized.slick-slider {
        min-height: 470px;
    }
    
    .showcase-box {
        margin-left: 0;
    }
}

@media (max-width: 440px) {
    .reviews p {
        max-width: 275px;
        font-size: 15px;
    }
    .contentarea h2.no-word-wrap{
        font-size: calc(9.5px + 2vw);
    }
}