/*Retainer club page
---------------------------------*/

a.main-btn.transition.green {
    background: #4EBF8A;
}

a.main-btn.transition.blue {
    background: var(--Primary, #87C4E5);
}

.reatiner-club__section img{
    display: block;
}

.retainer-club__section {
    margin-top: 150px;
    position: relative;
}

.retainer-club__container {
    max-width: 65%;
    margin: 0 auto;
    padding: 0px 20px;
}

.intro-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin:20px 0px;
}

.intro-left {
    max-width: 706px;
    width: 100%;
}

.intro-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.intro-body h2 {
    color: var(--Gray-40, #313A3C);
    font-family: Didot;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}

/*how it works */

.how-it-works {
    background: #F6F4F1;
    padding: 50px 0px;
    position:relative;
}

.sound-wave-left {
    position: absolute;
    bottom: 0;
}

.sound-wave-left img {
    display: block;
}

.how-it-works__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1081px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.how-it-works__title {
    color: var(--Gray-40, #313A3C);
    font-family: Didot;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}

.how-it-works__sub-title {
    color: var(--Gray-40, #313A3C);
    font-family: Didot;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%; /* 33.12px */
}

/*smile-care*/

.smile-care-plan__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smile-care-plan {
    padding: 50px 0px;
}

.smile-care-plan__left {
    max-width: 470px;
    width: 100%;
    padding: 10px;
    border: 1px solid #4EBF8A;
}

.smile-care-plan__img-holder img {
    display: block;
}

.smile-care-plan__title {
    color: var(--Gray-40, #313A3C);
    font-family: Didot;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%; /* 33.12px */
    margin-bottom: 20px;
}

.smile-care-plan__list {
    list-style: none; 
    padding-left: 0; 
}

.smile-care-plan__list li {
    color: var(--Gray-40, #313A3C);
    font-family: Poppins;
    font-size: clamp(13px,4vw,20px);
    font-style: normal;
    font-weight: 400;
    line-height: 200%; 
    position: relative;
    padding-left: 20px;
}

.smile-care-plan__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; 
    height: 10px; 
    background-image: url("../images/circle.png");
    background-repeat: no-repeat;
    background-size: contain;
}

/*ready to join*/

.ready-to-join {
    background: #F6F4F1;
    padding: 50px 0px;
}

.ready-to-join__content {
    display: flex;
    justify-content: space-between;
    gap:50px
}

.ready-to-join__left {
    max-width: 628px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ready-to-join__title {
    color: var(--Gray-40, #313A3C);
    font-family: Didot;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}

.ready-to-join__right {
  display: flex;
    width: 662px;
    max-height: 353px;
    padding: 24px 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid #4EBF8A;
}

.ready-to-join__right--img-holder img {
    display: block;
    max-height:343px;
}

/*faq*/

.faq {
    padding: 50px 0px;
    position: relative;
}

h2.faq__title {
    color: var(--Gray-40, #313A3C);
    font-family: Didot;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
    margin-bottom:20px;
}

.faq__card {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position:relative;
    z-index:2;
}

.faq__card--title {
    color: var(--Gray-40, #313A3C);
    font-family: Didot;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 138%; /* 33.12px */
}

.faq__card--body {
    color: var(--Gray-40, #313A3C);
    font-family: Poppins;
    font-size: clamp(14px,4vw,20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    padding-left: 54px;
}

.sound-wave-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sound-wave-right img {
    display: block;
}

@media(max-width:1600px){
  .retainer-club__container {
        max-width: 90%;
        width:100%;
        margin: 0 auto;
        padding: 0px 20px;
    }
}

@media(max-width:1025px){
    .retainer-club__section {
        margin-top: 0px;
        position: relative;
    }
    .retainer-club__container {
        max-width:100%;
        margin: 0 auto;
        padding: 0px 20px;
    }
    .intro-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .smile-care-plan__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    .ready-to.join__left-img-holder {
        display: flex;
        justify-content: center;
    }
    
    .ready-to-join__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
    .ready-to-join__right {
        height: 282px;
        border:none;
    }
    .faq__card--body {
        padding-left: 30px;
    }
}

/*------------------------------------*/

/*CONTENTAREA*/
.contentarea {
    padding: 45px 0;
}

.contentarea .page-header {
    margin-bottom: 30px;
}

.contentarea img {
    height: auto;
}

.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;
}

.navbar .main-nav-container>ul>li>a {
    color: #161a1b;
}

.tipy-top .logowrapper {
    filter: brightness() invert(0);
}

.page-id-642 .gallery .pics {
    max-width: 375px;
}


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

@media screen and (min-width: 1026px) {
    .contentarea {
        padding-top: calc(100px + 45px);
    }

    .contentarea .row {
        justify-content: space-between;
    }

    .contentarea section {
        padding-right: 60px;
    }
}

@media screen and (max-width: 607px) {
    .internal_hours li {
        margin-bottom: 15px;
        flex-flow: column;
    }

    .internal_hours li span {
        font-weight: 700;
    }
}

@media screen and (max-width: 480px) {
    .gallery .pics {
        margin: 0 0 10px;
    }

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