.contentarea img {
    height: auto;
}

.internal-page .banner-wrap {
    padding: 50px;
}

.gallery .pics {
    margin: 5px;
}
.blog #main article {
    clear: both;
}
.blog .alignleft img {
    max-width: 320px;
    height: auto;
}
.single .alignleft img {
    max-width: 450px;
}
.contact-page-info {
    margin-top: 50px;
}

.mvt-container {
    width: 50%;
    margin: 0 auto;
}
.service-pic {
    margin-top: -75px;
}
.page-id-206 .service-pic {
    margin-top: 0px;
}

.plan-sec {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
}
/*.page-id-244 .page-title{
    margin: 0 auto;
    border-bottom: 2px solid #FFC600;
    max-width: 900px;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 0 20px;
}*/
.left-card,
.right-card {
    width: 50%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    height: 385px;
    margin: 0 0 15px 0;
}
.card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #1f4388;
    font-size: 22px;
    background-size: contain;
    text-align: center;
    line-height: 25px;
}

@supports (object-fit: cover) {
    .gallery .pics img {
        width: 380px;
        height: 380px;
    }
}

.main-wrap {
    padding: 50px 0;
    position: relative;
}

.main-wrap .container {
    max-width: 1600px;
    position: relative;
    min-height: 600px;
}

.wmi {
    width: 100%;
    max-width: 365px;
    height: 400px;
    position: absolute;
    left: -115px;
    bottom: 0;
}

.row.contentsection {
    position: relative;
    z-index: 5;
}

.no-webp.loaded .wmi {
    background: url(../images/wmi.png) no-repeat left center;
    background-size: contain;
}
.webp.loaded .wmi {
    background: url(../images/wmi.webp) no-repeat left center;
    background-size: contain;
}

.blue-section {
    font-family: Quattrocento;
    background: #1f4388;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.blue-section h4 {
    font-family: Quattrocento;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%; /* 49.6px */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.white-section {
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.white-section li {
    text-align: left;
}
.plan-card {
    background: #fff;
    margin: 15px;
    color: #1f4388;
    width: 25%;
}
.plans-rows {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.child-plans {
    display: none;
}
.perio-plans {
    display: none;
}
.adult-plans {
    display: flex;
}

.faq-holder details {
    margin-top: 25px;
}

/* PARALAX  
-----------------------------------------------*/
.plan-card-para {
    min-height: 700px;
    position: relative;
    width: 100%;
    max-width: 1830px;
    margin: 0 auto;
}
.p-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.9;
    background-color: var(--White, #fff);
}
.no-webp.loaded .plan-card-para {
    background: url(../images/membership-paralax.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.webp.loaded .plan-card-para {
    background: url(../images/membership-paralax.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.pcpara-outer {
    padding: 0 20px 50px;
    position: relative;
}
.plan-sec-wrap {
    z-index: 3;
    position: relative;
    padding-top: 70px;
    margin: 0 auto;
}

.plan-button-wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.plan-button-wrap .active {
    background-color: #5eb3e4;
}
.plan-button-wrap button {
    background-color: #1f4388;
    border-radius: 0;
}
.includes {
    position: relative;
    margin: 10px 40px;
    z-index: 2;
    display: flex;
}
.includes-left {
    width: 40%;
    max-width: 100%;
    background-color: rgb(242 242 242 / 90%);
    padding: 75px 15px;
    color: #fff;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.includes-left h3 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 10px;
}
.includes-right {
    width: 60%;
}
.no-webp.loaded .includes {
    background-image: url(../images/includes-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.webp.loaded .includes {
    background-image: url(../images/includes-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.includes-content {
    color: #1f4388;
}

.includes-content h3 {
    color: #1f4388;
}
.bio {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.includes-content {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
}
.page-title {
    position: relative;
}
.page-title:after {
    max-width: 200px;
    border: 1px solid #ffc600;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.sp-underline {
    position: relative;
}
.sp-underline:after {
    max-width: 250px;
    border: 1px solid #ffc600;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* ACCORDION
---------------------------------------*/
.accordion-toggle {
    cursor: pointer;
}
.accordion-content {
    display: none;
}

/* CSS for Rotating Arrows */
.rotate {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 18px;
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.rotate.active {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    animation-timing-function: linear;
}
/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {
}
@media (max-width: 1900px) {
    .wmi {
        left: -80px;
    }
}
@media (max-width: 1800px) {
    .wmi {
        left: -30px;
    }
}
@media (max-width: 1700px) {
    .wmi {
        left: 10px;
    }
}

@media (max-width: 1300px) {
    .plan-card {
        width: 50%;
    }
}
@media (max-width: 1150px) {
    .includes-left {
        width: 65%;
    }
}
@media (max-width: 1025px) {
    .plan-card {
        width: 90%;
    }
}

@media only screen and (max-width: 979px) {
    .includes-right {
        width: auto;
    }
    .includes-left {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .service-pic {
        margin-top: 0px;
    }
    .mvt-container {
        width: 100%;
        margin: 0 auto;
    }
}

@media all and (max-width: 600px) {
    .includes-left {
        padding: 75px 30px;
        min-height: auto;
    }
    .includes-left h3 {
        font-size: 7vw;
    }
}

@media only screen and (max-width: 480px) {
    .gallery .pics {
        margin: 0 0 10px;
    }
    .includes-content ul {
        margin: 0 0 0 11%;
        font-size: 15px;
    }
    .includes-left {
        padding: 16% 8%;
    }
    @supports (object-fit: cover) {
        .gallery .pics img {
            width: 300px;
            height: 300px;
        }
    }
    .contact-page-info {
        font-size: 18px;
        line-height: 28px;
    }
}
@media all and (max-width: 400px) {
    .wmi {
        width: auto;
        right: 10px;
    }
    .contact-page-info .formatted-hours {
        width: 100%;
    }
}

@media all and (max-width: 359px) {
    .contact-page-info {
        font-size: 15px;
        line-height: 25px;
    }
}
