/* HOMEPAGE STYLES
-----------------------------------------------*/
.contentarea .main-btn {
    margin: 0;
}

.contentarea .external-link {
    display: none;
}

.contentarea ul {
    list-style-type: none;
}

/* Default Slick Dots */
.slick-dots {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}

.slick-dots button {
    padding: 0;
    border-radius: 100%;
    text-indent: -9999px;
    width: 1rem;
    height: 1rem;
    background: transparent;
    border: 2px solid #012e22;
}

.slick-dots .slick-active button {
    background: #012e22;
    border: 0;
    width: 0.9rem;
    height: 0.9rem;
}

/* WHY CHOOSE SECTION */
.welcome {
    padding: 61px 0 0;
}

.welcome .inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 33px;
    border: 5px solid #012e22;
    max-width: 1618px;
    width: 100%;
    margin: 0 auto;
}

.welcome h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 3px;
    color: #27312f;
    margin: 0 auto;
    text-transform: uppercase;
}

.welcome h1 {
    color: #393939;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 4px;
    margin: 0 auto;
    text-transform: uppercase;
}

.welcome p {
    max-width: 1360px;
    width: 100%;
    margin: 40px auto;
    color: #393939;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

.welcome .row {
    justify-content: center;
    align-items: center;
    gap: 25px 30px;
    max-width: 1338px;
    margin: 0 auto 40px;
}

.amenity {
    display: flex;
    justify-content: center;
    gap: 0 12px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    color: #27312f;
}

.amenity h3 {
    text-transform: uppercase;
}

.amenity:hover {
    text-decoration: underline;
    text-decoration-color: #27312f;
    text-decoration-thickness: 4px;
    text-underline-offset: 8px;
}

.welcome .button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* YOUR NEW DENTAL TEAM SECTION
-----------------------------------------------*/
.dentist {
    padding: 76px 0 71px;
}

.dentist .container {
    padding: 0 113px;
}

.dentist .row {
    align-items: center;
}

.dentist .photo {
    background-image: url(../images/dr-kashi.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 790px;
    width: 100%;
    min-height: 710px;
    margin: 0;
}

.dentist .inner {
    max-width: 807px;
    width: 100%;
    margin: 0 auto;
}

.dentist h2 {
    color: #27312f;
    text-transform: uppercase;
}

.dentist h3 {
    color: #65646a;
    text-transform: uppercase;
}

.dentist p {
    color: #65646a;
    margin: 41px 0;
}

.dentist p:first-of-type {
    margin-bottom: 0;
}

.dentist p:last-of-type {
    margin-top: 20px;
}

/* FINANCIAL OPTIONS SECTION
-----------------------------------------------*/
.financial {
    padding: 88px 0;
    background-image: url(../images/financial-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #989797;
    background-blend-mode: soft-light;
}

.financial .row {
    justify-content: center;
    align-items: center;
}

.financial h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
}

.financial p {
    color: #fff;
    max-width: 1360px;
    width: 100%;
    margin: 40px auto 52px;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

.financial .button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

/* SERVICES SECTION
-----------------------------------------------*/
.services {
    padding: 60px 0;
}

.services .container {
    padding: 0 60px;
}

.services .row {
    gap: 30px 0;
}

.service-box.dental-implants {
    background-image: url(../images/implants-bg.webp);
}

.service-box.all-on-x {
    background-image: url(../images/all-on-bg.webp);
}

.service-box.smile-makeover {
    background-image: url(../images/smile-bg.webp);
}

.service-box.general-implant-dentistry {
    background-image: url(../images/implat-dentistry-bg.webp);
}

.service-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 890px;
    width: 100%;
    min-height: 453px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.service-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #393939;
    opacity: 0.75;
}

.service-box h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 124%;
    letter-spacing: 4px;
    max-width: 216px;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.service-box.general-implant-dentistry h3 {
    max-width: 410px;
}

.service-box p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    max-width: 539px;
    width: 100%;
    margin: 40px auto 30px;
}

.service-box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    bottom: -500px;
    z-index: 3;
    transition: all 0.5s ease-in-out;
}

.service-box:hover .overlay {
    bottom: 0;
}

.service-box:hover > h3 {
    opacity: 0;
}

/* REVIEWS SECTION
-----------------------------------------------*/
.reviews {
    padding: 0 0 60px;
}
.reviews .inner {
    padding: 68px 25px 78px;
    border: 5px solid #012e22;
    max-width: 1618px;
    width: 100%;
    margin: 0 auto;
}

.reviews h3 {
    color: #27312f;
    margin: 0 auto;
    text-transform: uppercase;
}

.reviews h2 {
    color: #393939;
    margin: 0 auto;
    text-transform: uppercase;
}

.reviews-slider {
    margin: 71px auto;
    position: relative;
}

.reviews-box .five-stars {
    background-image: url(../images/five-star.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 225px;
    width: 100%;
    min-height: 25px;
    margin: 0 auto;
}

p.patient-review {
    color: #65646a;
    font-family: 'Quattrocento';
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    margin: 40px auto 28px;
}

p.patient-name {
    color: #27312f;
    font-family: 'Oswald';
    font-size: 32px;
    font-weight: 400;
    line-height: 138%;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 auto;
}

.reviews-box {
    max-width: 674px;
    width: 100%;
    margin: 0 auto;
}

.reviews .slick-dots {
    max-width: 100%;
}

.reviews .custom-arrows-dots {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.reviews .line {
    width: 804px;
    height: 5px;
    background: #012e22;
    margin: 0 auto 50px;
}

.reviews-next,
.reviews-prev {
    background: url(../images/black-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 23px;
    width: 100%;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    margin: 0;
}

.reviews-prev {
    transform: rotate(180deg);
}

.reviews-dots,
.reviews .slick-dots {
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 180px;
    width: 100%;
}

/* FOLLOW US ON OUR SOCIAL PLATFORMS SECTION
-----------------------------------------------*/
.homeVideos {
    padding: 0 0 60px;
}

/* FOLLOW US ON OUR SOCIAL PLATFORMS SECTION
-----------------------------------------------*/
.follow {
    background-image: url(../images/social-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #989797;
    background-blend-mode: soft-light;
    padding: 110px 0;
}

.follow .row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.follow h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
}

.follow h2 {
    color: #fff;
    margin: 15px auto 50px;
    text-transform: uppercase;
}

.follow .foot-social {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 45px;
}

.follow .foot-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
}

.follow .foot-social a svg {
    fill: #989797;
    width: 40px;
    height: auto;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 2000px) {
    .financial,
    .follow {
        padding: 200px 0;
    }
}
@media (max-width: 1700px) {
    .reviews-box {
        max-width: 560px;
    }
}

@media (max-width: 1600px) {
    .dentist .photo {
        min-height: 600px;
    }
}

@media (max-width: 1500px) {
    .reviews-box {
        max-width: 900px;
    }
}

@media (max-width: 1400px) {
    .dentist .photo {
        min-height: 500px;
    }

    .dentist p {
        margin: 20px 0;
    }
}

@media (max-width: 1199px) {
    .dentist .photo {
        max-width: 100%;
        min-height: 72vw;
    }

    .dentist .inner {
        max-width: 100%;
        margin: 0;
    }

    .dentist .row {
        gap: 50px 0;
    }

    .amenity {
        max-width: 600px;
        width: 100%;
    }

    .amenity.implant {
        max-width: 476px;
    }

    .welcome .row {
        max-width: 100%;
        width: 100%;
        flex-flow: column;
        gap: 25px;
    }
}

@media (max-width: 1025px) {
    .welcome h2 {
        font-size: 34px;
        letter-spacing: normal;
    }

    .welcome h1 {
        font-size: 40px;
        letter-spacing: normal;
    }

    .welcome p {
        font-size: 20px;
    }

    .amenity h3 {
        font-size: 34px;
        letter-spacing: normal;
    }

    .welcome .button-wrap {
        flex-wrap: wrap;
    }

    .dentist h2 {
        font-size: 40px;
        letter-spacing: normal;
    }

    .dentist h3 {
        font-size: 34px;
        letter-spacing: normal;
    }

    .dentist p {
        font-size: 18px;
    }

    .dentist {
        padding: 25px 0 55px;
    }

    .amenity {
        max-width: 430px;
    }

    .amenity.implant {
        max-width: 363px;
    }

    .dentist .container {
        padding: 0 50px;
    }

    .dentist .photo {
        min-height: 80vw;
    }

    .financial {
        padding: 78px 0;
    }

    .financial h2 {
        font-size: 40px;
        letter-spacing: normal;
    }

    .financial p {
        font-size: 18px;
        margin: 44px auto;
    }

    .service-box h3 {
        font-size: 40px;
    }

    .service-box p {
        font-size: 18px;
    }

    .services {
        padding: 50px 0;
    }

    .reviews {
        padding-bottom: 50px;
    }

    .reviews .inner {
        padding: 68px 20px;
    }

    .reviews h3 {
        font-size: 34px;
        letter-spacing: normal;
    }

    .reviews h2 {
        font-size: 40px;
        letter-spacing: normal;
    }

    .reviews-slider {
        margin: 36px auto;
    }

    p.patient-review {
        font-size: 20px;
    }

    p.patient-name {
        font-size: 28px;
    }

    .reviews .line {
        margin-bottom: 36px;
        max-width: 100%;
        width: 100%;
    }

    .follow {
        padding: 70px 0;
    }

    .follow h3 {
        font-size: 34px;
        letter-spacing: normal;
    }

    .follow h2 {
        font-size: 40px;
        letter-spacing: normal;
        margin-bottom: 30px;
    }

    .follow .foot-social a {
        width: 55px;
        height: 55px;
    }

    .follow .foot-social a svg {
        width: 30px;
    }

    .follow .foot-social {
        gap: 0 30px;
    }
}
@media (max-width: 991px) {
    .homeVideos .row {
        gap: 30px 0;
    }
}

@media (max-width: 767px) {
    .dentist .container {
        padding: 0 25px;
    }

    .financial {
        background-image: url(../images/financial-bg-t.webp);
    }

    .services .container {
        padding: 0;
    }
}

@media (max-width: 600px) {
    .welcome .row {
        max-width: 100%;
        width: 100%;
    }

    .welcome .inner {
        padding: 40px 15px;
    }

    .amenity {
        flex-flow: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    .welcome .main-btn {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        letter-spacing: normal;
    }

    .service-box {
        min-height: 360px;
        padding: 25px;
    }

    .service-box .overlay {
        padding: 25px;
    }

    .reviews h3,
    .reviews h2 {
        max-width: 270px;
    }
}

@media (max-width: 500px) {
    .dentist h2 {
        max-width: 220px;
    }

    .service-box {
        min-height: 453px;
    }

    .service-box.dental-implants {
        background-image: url(../images/implants-bg-m.webp);
    }

    .service-box.all-on-x {
        background-image: url(../images/all-on-bg-m.webp);
    }

    .service-box.smile-makeover {
        background-image: url(../images/smile-bg-m.webp);
    }

    .service-box.general-implant-dentistry {
        background-image: url(../images/implant-dentistry-m.webp);
    }
}

@media (max-width: 420px) {
}
