/* Main 
-----------------------------------------------*/
.main-wrap {
    position: relative;
    padding: 40px 0 120px;
    z-index: 1;
    background-size: cover;
    background-position: top center;
}
.no-webp.loaded .main-wrap {
    background-image: url(../images/main-bg.png);
}
.webp.loaded .main-wrap {
    background-image: url(../images/main-bg.webp);
}
.main-wrap .container {
    max-width: 1140px;
}

.main-wrap h1 {
    margin-bottom: 0px;
}
.main-wrap h4 {
    color: #313a3c;
    margin-bottom: 30px;
}
.main-wrap h5 {
    color: #000;
}
.post_content p {
    line-height: 2;
    margin-bottom: 25px;
}
.main-wrap .check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px 0 0;
}
.check-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
.check-holder img {
    padding-right: 10px;
}
.main-wrap .plant {
    right: 0;
    transform: translateX(-100%);
}

.hours p{
    font-family: 'Fira Sans Condensed', sans-serif;
}

/* Doctor
-----------------------------------------------*/
.dr-section {
    position: relative;
    background: #007c9c;
    padding: 73px 0 83px;
    z-index: 1;
}
.dr-section .plant {
    left: 0;
    bottom: 50px;
}
.dr-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dr-wrap .dr-img img {
    display: block;
    padding: 0 50px;
}
.dr-wrap .content {
    max-width: 588px;
    position: relative;
    margin: 0 0 0 20px;
}
.dr-wrap .content img {
    position: absolute;
    bottom: -60px;
    right: 0;
}

/* Welcome 
-----------------------------------------------*/
.fifty {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.fifty .content-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 45%;
}
.fifty.right-side .content-side {
    align-items: flex-start;
}
.fifty .content-side p {
    max-width: 550px;
}
.fifty .image-side img {
    display: block;
}
.left-plant.plant {
    right: 91%;
    transform: translateX(60%);
}
.right-plant.plant {
    left: 91%;
    transform: translateX(-60%);
}

.welcome-section {
    position: relative;
    background: #fff8f2;
    z-index: 1;
}
/*.welcome-section .image-side img {*/
    /*width: 40%;*/
    /*margin: auto;*/
/*}*/
/*.welcome-section .content-side {*/
/*    width: 70%;*/
/*}*/

/* Whiten 
-----------------------------------------------*/
.whiten-section {
    position: relative;
    z-index: 1;
}

/* Implant 
-----------------------------------------------*/
.implant-section {
    position: relative;
    background: #b17784;
    z-index: 1;
}

/* Invisalign 
-----------------------------------------------*/
.invisalign-section {
    position: relative;
    background: #fff8f2;
    z-index: 1;
}

/* Follow
-----------------------------------------------*/
.follow-section {
    position: relative;
    background: #007c9c;
    z-index: 1;
    /*padding: 40px 0 140px;*/
    padding: 40px 0 80px;
}
.follow-section h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.follow-section h2 img {
    padding-top: 30px;
}
.insta-holder {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 23px;
    line-height: 138%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.insta-holder img {
    padding-right: 20px;
}
.insta-holder a:hover{
	color: #fff;
}

.follow-section .container {
    max-width: 730px;
}
.about-slick-image div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.follow-section img.slick-arrow {
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translateY(-90%);
    z-index: 1;
    cursor: pointer;
}
.follow-section img.slick-arrow.next-arrow {
    left: unset;
    right: -150px;
}
ul.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    margin: 0;
}
ul.slick-dots li {
    margin: 5px;
}
ul.slick-dots li button {
    margin: 5px;
    border-radius: 50%;
    font-size: 0px;
    padding: 4px;
    border: 2px solid #fff;
    background: transparent;
}
ul.slick-dots li.slick-active button {
    border: 2px solid transparent;
    background: #fff;
    padding: 3px;
}

.follow-section .video.text-center {
    margin-top: 80px;
}

/* Reviews 
-----------------------------------------------*/
.review-section {
    position: relative;
    z-index: 1;
    padding: 100px 0 10px;
}
.review-section .container {
    max-width: 1700px;
}
.review-section h2 {
    position: relative;
}
.review-section h2::after {
    content: '';
    position: absolute;
    width: 278px;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #80dafe;
}

.reviews-slider {
    padding-bottom: 20px;
}
.review-section .slick-track {
    display: flex;
    align-items: center;
    min-height: 500px;
}
.rev-slide {
    padding: 57px 38px;
    color: #161a1b;
    background: transparent;
    margin: 0 30px;
    transition: all 0.2s ease-in-out;
    color: #373465;
    border-radius: 8px;
}
.rev-slide.slick-current {
    background: #b17784;
    color: #fff;
    box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.25);
}
.rev-slide .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 227px;
}
.rev-slide p {
    max-width: 399px;
}
.rev-slide.slick-current p {
    max-width: 399px;
}
.patient-name {
    font-size: 23px;
    padding-top: 15px;
}
.review-waves {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    padding-bottom: 23.2%;
    background-position: bottom center;
    background-size: cover;
}
.no-webp.loaded .review-waves {
    background-image: url(../images/rev-waves.png);
}
.webp.loaded .review-waves {
    background-image: url(../images/rev-waves.webp);
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {
}
@media (max-width: 1600px) {
    .fifty .content-side .content {
        padding: 20px;
    }

    .rev-slide p {
        max-width: 300px;
    }
    .review-section .slick-track {
        min-height: 500px;
    }
    .rev-slide .content {
        min-height: 225px;
    }
}
@media (max-width: 1400px) {
    /* .review-section .container {
        max-width: 600px;
    }
    .rev-slide {
        padding-top: 162px;
        padding-bottom: 100px;
    } */
    .rev-slide {
        margin: 0;
    }
    .rev-slide p {
        max-width: 379px;
    }
}

@media (max-width: 1200px) {
    .review-section .container {
        max-width: 700px;
    }
    .rev-slide p,
    .rev-slide.slick-current p {
        max-width: 550px;
    }
    .about-holder {
        flex-wrap: wrap;
    }
}
@media (max-width: 1150px) {
    .fifty {
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .fifty .content-side {
        width: 100%;
    }
    .fifty .content-side p {
        max-width: unset;
    }
    .fifty.left-side {
        flex-direction: column-reverse;
    }
    .fifty .image-side img {
        max-width: 70%;
        margin: 0 auto;
    }
}
@media (max-width: 1025px) {
    .dr-wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .dr-wrap .content {
        max-width: unset;
        position: relative;
        margin: 0 0 0 20px;
    }
    .dr-img img {
        padding: 0 0 20px;
    }
    .about-holder .content {
        max-width: unset;
    }
}

@media only screen and (max-width: 979px) {
    .main-wrap .check {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .check-holder {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
}

@media all and (max-width: 600px) {
}

@media only screen and (max-width: 480px) {
    .main-wrap h5 {
        width: 100%;
    }
    .check-holder {
        flex-wrap: wrap;
    }
    .dr-wrap .content {
        margin: 0;
        padding-bottom: 100px;
    }
    .dr-wrap .content img {
        bottom: -40px;
        right: 50%;
        transform: translateX(50%);
    }
    .showcase-section img.slick-arrow {
        left: 0;
    }
    .showcase-section img.slick-arrow.next-arrow {
        left: unset;
        right: 0;
    }

    .insta-holder {
        font-size: 16px;
        flex-wrap: wrap;
    }
    .insta-holder img {
        padding: 20px;
    }
    .follow-section img.slick-arrow {
        left: 0;
    }
    .follow-section img.slick-arrow.next-arrow {
        left: unset;
        right: 0;
    }
    .rev-slide p,
    .rev-slide.slick-current p {
        max-width: 280px;
    }
    .main-box {
        max-width: 400px;
    }
}
@media only screen and (max-width: 400px) {
    .rev-slide {
        padding: 57px 18px;
    }
}
