/*CONTENTAREA*/
.contentarea {
    padding: 45px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 2;
    position: relative;
    color: #10100F;
}

.contentarea .page-header {
    margin-bottom: 0;
}

.contentarea .container {
    max-width: 1800px;
    margin: 0 0 0 0;
    /*padding-left: 0;*/
}
.contentarea h4 {
    color: #000000;
}

.contentarea h1 {
    margin-bottom: 45px;
    color: #10100F;
}

.contentarea h2 {
    color: #10100F;
    font-weight: 300;
}

/*SHOWCASE*/
.loaded .showcase {
    background: url(../images/showcase-bg.jpg);
}

.loaded.webp .showcase {
    background: url(../images/showcase-bg.webp);
}

.showcase {
    position: relative;
    padding: 50px 0 100px;
}

.showcase:before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: var(--primary-color);
    height: 257px;
    top: 0;
}

.showcase .container {
    max-width: 1480px;
    z-index: 2;
    position: relative;
}

.showcase .container:nth-child(2) {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 45px;
}

.showcase .boxwrapper {
    max-width: 352px;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    color: #313A3C;
    line-height: 150%;
}

.showcase a img {
    display: block;
    margin: 0;
}

.showcase h2 {
    color: #fff;
    margin-bottom: 35px;
}

.showcase h3 {
    max-width: 190px;
    margin: 0 auto;
    color: #000000;
}

.showcase .showcase_content {
    position: absolute;
    top: 0;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    transform: translate(0%, 100%);
    transition: opacity .35s, transform .35s;
    opacity: 0;
}

.showcase .showcase_content .learn_more {
    margin: 15px auto 0;
}

.showcase .showcase_title {
    padding: 0;
    height: 126px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.showcase .boxwrapper:hover .showcase_content {
    transform: translate(0%, 0%);
    opacity: 1;
}

/*MEMBERSHIP*/
.membership {
    padding: 45px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #131312;
    z-index: 2;
    position: relative;
}

.membership .container {
    grid-template-columns: auto 587px;
    grid-gap: 65px;
    max-width: 1569px;
}

.membership h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

/*REVIEW*/
.review {
    padding: 45px 0;
}

.loaded .waterbg {
    background: url(../images/water-2.jpg);
}

.loaded.webp .waterbg {
    background: url(../images/water-2.webp);
}

.review .rev_wrap {
    background: #CADAE9;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    grid-gap: 45px;
    min-height: 797px;
    display: flex;
    align-items: center;
}

.review .rev_wrap .d-grid {
    max-width: 1567px;
    grid-template-columns: 606px auto;
    margin: 0 0 0 auto;
    grid-gap: 45px;
}

.review h2 {}

.review .slides {
    color: #131312;
    font-style: normal;
    margin: 0 auto;
    min-height: 150px;
    font-size: 23px;
    line-height: 150%;
    font-weight: 300;
    
}

.review .patient-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: #131312;
    text-align: right;
}

.review .rev_con {
    margin-bottom: 20px;
}

.review .rev_con h2 {
    margin-bottom: 20px;
}

/*REVIEW ARROWS*/
.review .arrow {
    display: none;
}

/*REVIEW BREADCRUMBS*/
.review .number-crumb-container {
    bottom: 0;
    left: inherit;
    right: 0;
}

.review .number-crumb-container .option {
    border: 3px solid var(--primary-color);
    opacity: 1;
    background: transparent;
    width: 24px;
    height: 24px;
}

.review .number-crumb-container .option.selected {
    background: var(--primary-color);
}

/*CTA*/
.cta {
    min-height: 340px;
    padding: 45px 0;
}

.cta h2 {
    margin-bottom: 20px;
}

/*CONTACT_US*/
.contact_us {
    padding: 45px 0;
    color: #10100F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #ffff;
}

.contact_us .container {
    grid-template-columns: auto 566px;
    grid-gap: 100px;
    max-width: 1619px;
    margin: 0 auto 0 0;
}

.contact_us h2 {
    color: #10100F;
}

.contact_us h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: #10100F;
    margin-bottom: 20px;
}

.contact_us .address,
.contact_us .phone {
    font-weight: 600;
    font-size: 19.8123px;
    line-height: 160%;
    letter-spacing: 1.89868px;
    text-transform: uppercase;
}

.contact_us .address svg,
.contact_us .phone svg {
    margin-right: 15px;
}

/*Map*/
.mapsection {
    height: 464px;
    position: relative;
    overflow: hidden;
}

.mapsection iframe {
    height: 100%;
    max-height: none;
}

.loaded .mapsection .map_bg {
    background: url(../images/map.jpg);
}

.webp .mapsection .map_bg {
    background: url(../images/map.webp);
}

.map_bg {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.contact_us {}

.contact_us {}

.contact_us {}

.contact_us {}

@media screen and (min-width: 1026px) {
    .contentarea {
        padding: 90px 0 95px;
    }

    .showcase a.main-btn {
        margin: 0;
    }

    .membership {
        min-height: 815px;
        display: flex;
        align-items: center;
    }

    .membership .container {
        margin: 0;
        padding-left: 0;
    }

    .review {
        /*min-height: calc(797px + 159px);*/
    }

    .review .rev_wrap .d-grid {
        padding-right: 0;
    }

    .cta {
        padding: 30px 0 80px;
    }

    .contact_us {
        min-height: 717px;
    }

    .contact_us .container {
        padding-left: 0;
    }

    .waterbg {
        padding-bottom: 118px;
    }
}

@media screen and (min-width: 992px) {
    .contentarea .cona {
        padding-left: 68px;
    }
}
@media screen and (max-width: 991px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (min-width: 980px) and (max-width: 1400px) {
    .contentarea h2 {
        font-size: 3vw;
    }

    .contentarea h1 {
        font-size: 3vw;
    }
}

@media screen and (max-width: 1366px) {
    .showcase .container:nth-child(2) {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

@media screen and (max-width: 1025px) {

    .review .rev_wrap .d-grid,
    .membership .container,
    .contact_us .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .review .rev_wrap .d-grid img {
        grid-row: 1;
    }

    .mapsection {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {
    .showcase .container:nth-child(2) {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 607px) {

    .contact_us .address,
    .contact_us .phone {
        font-size: 12px;
        letter-spacing: 0;
    }

    .mapsection {
        height: 59vw;
    }
}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 320px) {}
