/*CONTENTAREA*/
.loaded .contentarea {
    background: url(../images/michagan.jpg);
}

.loaded.webp .contentarea {
    background: url(../images/michagan.webp);
}

.contentarea {
    padding: 45px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}

.contentarea .page-header {
    margin-bottom: 30px;
}

.contentarea .page-header span {
    display: none;
}

/*SHOWCASE*/
.showcase {
    grid-template-columns: 40% 60%;
}

.showcase h2 {
    text-transform: inherit;
    letter-spacing: 0;
}

.showcase .shoa {
    border-right: 37px solid var(--primary-color);
    background-color: var(--secondary-color);
}

.showcase .shob {
    flex-flow: column;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.showcase .shob a {
    min-width: 579px;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 65px 0 12px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.showcase .shob a h3 {
    position: relative;
    z-index: 2;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.showcase .shob a:after {
    content: '';
    position: absolute;
    right: 0;
    transform: translate(100%, 0);
    transition: opacity .35s, transform .35s;
    opacity: 0;
    width: 100%;
    height: 88px;
}

.showcase .shob a:nth-child(-n + 3) {
    margin-bottom: 30px;
}

.showcase .shoc {
    align-items: center;
    padding: 0 40px;
    justify-content: center;
    font-size: 23px;
    line-height: 1.5;
}

.showcase a.main-btn {
    margin-top: 50px;
    padding: 20px 35px 14px;
}

/*REVIEW*/
.review {
    padding: 30px 0;
}

.loaded .review {
    background: url(../images/reviewbg.jpg);
}

.loaded.webp .review {
    background: url(../images/reviewbg.webp);
}

.review h2 {
    margin-bottom: 45px;
    margin-top: 12px;
}

.review .slides h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    color: var(--secondary-color);
    text-transform: inherit;
}

.review .slides {
    color: var(--secondary-color);
    font-weight: 500;
    max-width: 794px;
    margin: 0 auto;
    min-height: 150px;
}

.review .patient-name {}

/*REVIEW ARROWS*/
.review .arrow {
    /*display: none;*/
    opacity: 1;
    top: 19%;
}

.review .arrow.arrow-left {
    left: 0;
}

.review .arrow.arrow-right {
    right: 0;
}

.review .arrow::before {
    border-color: var(--secondary-color);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

/*REVIEW BREADCRUMBS*/
.review .number-crumb-container {
    bottom: 0;
}

.review .number-crumb-container .option {
    border: 2px solid var(--secondary-color);
    background: transparent;
    height: 10px;
    width: 10px;
    opacity: 1;
}

.review .number-crumb-container .option.selected {
    background: var(--secondary-color);
}

.review .container {
    max-width: 1700px;
}

.review .reva {
    max-width: 731px;
}

.review .slides p {
    max-width: 536px;
    margin: 0 auto;
    padding: 0 40px;
}

/*DR_SECTION*/
.dr_section {
    grid-template-columns: repeat(2, 1fr);
    font-weight: 500;
}

.dr_section h2 {
    margin-bottom: 12px;
}

.dr_section .dra {
    border-right: 25px solid var(--primary-color);
}

.dr_section .drb {
    background-color: var(--secondary-color);
}

.loaded .dra {
    background: url(../images/watermark.png);
}

.loaded.webp .dra {
    background: url(../images/watermark.webp);
}

.dr_section .dra {
    border-right: 25px solid var(--primary-color);
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}

.dr_section .drb {
    padding: 0 20px 0 65px;
}

.dr_section .drb div {
    max-width: 773px;
}

.dr_section .drb p {
    max-width: 668px;
}

.dr_section .drb a.main-btn {
    padding: 20px 35px 14px;
}

/*AFF*/
.aff {
    padding: 35px 0;
    background: #fff;
}

.aff .container {
    grid-gap: 30px;
    align-items: center;
    grid-template-columns: repeat(3, 20%);
    justify-content: space-between;
    max-width: 1400px;
}

.aff a {
    width: fit-content;
    align-self: center;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
}

.aff a img {
    max-height: 100px;
}

.aff a svg {
    display: none;
}

@media screen and (min-width: 1026px) {
    .contentarea {
        min-height: 711px;
        display: flex;
        align-items: flex-end;
        padding-bottom: 100px;
    }

    .contentarea h1 {
        font-size: 45px;
        line-height: 124%;
        letter-spacing: 3px;
        text-transform: uppercase
    }

    .showcase {
        min-height: 711px;
    }

    .showcase .shob a h3 {
        font-size: 32px;
        line-height: 88px;
    }

    .showcase .shob a:hover h3 {
        color: var(--secondary-color);
    }

    .showcase .shob a:hover:after {
        transform: translate(0%, 0);
        opacity: 1;
        background-color: var(--primary-color);
    }

    .review {
        min-height: 852px;
        display: flex;
        align-items: center;
    }

    .dr_section {
        min-height: 718px;
    }
}

@media screen and (max-width: 1600px) {
    .showcase {
        grid-template-columns: 579px auto;
    }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
    .contentarea h1 {
        font-size: 45px;
        line-height: 124%;
        letter-spacing: 3px;
        text-transform: uppercase
    }
}

@media screen and (max-width: 1025px) {
    .home .container, .shoc, .dr_section .drb {
        text-align: center;
    }
    .dr_section .drb, .dr_section .drb div{
        text-align: center;
    }
    .showcase {
        grid-template-columns: repeat(1, 1fr);
    }

    .aff .container {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row;
    }

    .showcase .shob a {
        margin: 0 auto;
        justify-content: center;
        padding: 0 20px;
    }

    .showcase .shoa {
        padding: 30px 20px;
        border-right: 0 solid var(--primary-color);
    }

    .showcase .shoc {
        padding: 45px 15px;
    }

    .showcase .shob a h3 {
        line-height: 2.5;
    }

    .dr_section {
        grid-template-columns: repeat(1, 1fr);
    }

    .dr_section .dra {
        padding: 45px 0;
        border-right: 0 solid var(--primary-color);
    }

    .dr_section .drb {
        padding: 45px 15px;
    }

    .dr_section .drb div {
        margin: 0 auto;
    }
}

@media screen and (max-width: 607px) {
    .showcase .shob a {
        min-width: auto;
    }

    .aff .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .aff a {
        max-width: 50%;
    }

    .showcase .shob a h3 {
        font-size: 5vw;
    }
}

@media screen and (max-width: 320px) {
    .showcase .shob a h3 {
        font-size: 15px;
    }
}
