/* choose-section
---------------------------------------------------------- */
.choose-section {
    padding: 60px 20px;
    background-color: var(--white);
}

.choose-wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.choose-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-side {
    padding: 40px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 9px 9px 21px 0px rgba(0, 0, 0, 0.09);
    width: 100%;
    max-width: 550px;
    border: 2px solid #000;
}

.sidebar-inner {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: flex-start;
}

.sidebar-inner p.sidebar-title {
    color: var(--black);
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-family: var(--font-family-secondary);
    text-transform: uppercase;
    font-weight: var(--font-weight-bold);
}

.sidebar-inner p {
    color: var(--black);
    margin: 0;
    font-size: var(--font-size-large);
    line-height: var(--line-height-normal);
}

.sidebar-inner .phone {
    color: var(--black);
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 800;
}

.sidebar-inner .main-btn {
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1200px) and (min-width: 991px) {
    .sidebar-inner .main-btn {
        letter-spacing: normal;
    }
}
@media (max-width: 1025px) {
    .contact-side {
        display: none;
    }
}

/* doctor-section
---------------------------------------------------------- */
.doctor-section {
    padding: 60px 20px;
    background-color: #fefaf3;
}

.doctor-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.doctor-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.doctor-title h2 {
    color: var(--black);
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
}

.doctor-title h3 {
    color: var(--main-color);
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
}

/* RESPONSIVE */
@media (max-width: 1025px) {
    .doctor-wrap {
        flex-direction: column;
    }
}
@media (min-width: 500px) {
    .doctor-photo {
        max-width: clamp(40%, 40vw, 100%);
    }
}

/* cta_welcome_2_css
---------------------------------------------------------- */
.cta_welcome_2 {
    text-align: center;
    padding: 50px 20px;
    position: relative;
    z-index: 1;
    background-color: #fefaf3;
}
.cta_welcome_2 .container {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    max-width: 1300px;
    justify-content: center;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: 10px 10px 22px 0px #00000017;
    padding: 40px 20px;
}
.cta_welcome_2 .welcome-top-title * {
    margin: 0;
}
.cta_welcome_2 .welcome-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    margin: var(--text-margin-normal);
    color: var(--black);
}
.cta_welcome_2 .welcome-button a {
    margin: 0 auto;
}
.cta_welcome_2 .welcome-content {
    max-width: 950px;
    margin: 0 auto;
}
.cta_welcome_2 .welcome-content p {
    margin: 0;
}
.cta_welcome_2 .welcome-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    gap: 15px 30px;
    flex-wrap: wrap;
}
.cta_welcome_2 .welcome-button .main-btn.dark {
    color: var(--main-color);
    border-color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 20px;
}
.cta_welcome_2 .welcome-button .main-btn.dark:hover {
    color: var(--white);
    border-color: var(--white);
    background-color: var(--main-color);
}
.cta_welcome_2 .welcome-button .main-btn.dark:hover svg path {
    fill: var(--main-color);
}

/* stress-section */
.stress-section {
    padding: 60px 20px;
    background-color: var(--white);
}

.stress-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

.stress-wrap h2 {
    font-weight: 400;
}

.stress-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}

.stress-content .stress-card {
    max-width: 300px;
    width: 100%;
    border-radius: 20px;
    background: #fbeed8;
    box-shadow: 4px 4px 30px 0px #00000017;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.stress-card h3 {
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    
}

/* peace-section */
.peace-section {
    padding: 60px 20px;
    background-color: var(--white);
}

.peace-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
}

.peace-wrap h2 {
    font-weight: 400;
    text-align: center;
}

.peace-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}

.peace-card {
    max-width: 450px;
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.peace-card h3 {
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
}

.peace-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.peace-card li {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2vw, 40px);
}

.peace-card li::before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMiAyIDM2IDM2Ij48cGF0aCBmaWxsPSIjRTM5NjBDIiBkPSJtMTQuNyAyNy03LTctMi40IDIuNCA5LjQgOS4zIDIwLTIwLTIuNC0yLjNMMTQuNyAyN1oiLz48L3N2Zz4=');
    width: 40px;
    height: 48px;
}

/* review_7_css
---------------------------------------------------------- */
.review_7 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: min(5%, 80px) min(5%, 80px) 161px;
    background-color: var(--main-color);
    position: relative;
}

.loaded .review_7 .wave-bottom {
    background-image: url(../images/insurance-bottom-wave.webp);
}

.review_7 .wave-bottom {
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
    padding-bottom: 6.77%;
    top: calc(100% - 1px);
}
.review_7 .reviews-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse wrap;
    width: min(100%, 1720px);
    margin: 0 auto;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 9px 9px 21px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
    position: relative;
    z-index: 2;
}
.review_7 .reviews-left {
    width: min(50%, 725px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: left;
    padding: min(5%, 50px) 50px;
}
.review_7 .reviews-left h2 {
    color: var(--black);
    margin-bottom: 30px;
}
.review_7 .reviews-left h3 {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    margin-top: 40px;
}
.review_7 .reviews-left hr {
    margin: 30px auto 50px;
    width: 100%;
}
.review_7 .reviews-left p {
    margin: 0;
    color: var(--black);
    font-size: var(--font-size-large);
    line-height: var(--line-height-normal);
}
.review_7 .reviews-right {
    width: min(50%, 763px);
    position: relative;
    height: 100%;
}
.review_7 .reviews-photo {
    width: 100%;
    height: min(23vw, 485px);
    position: relative;
    margin: 0 auto;
}

/* Change z-index: to 1 when we have video links */
.reviews-photo svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.reviews-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review_7 .slick-arrow svg path {
    fill: var(--white);
}
.review_7 .reviews-slider {
    position: relative;
    z-index: 1;
}
.review_7 .reviews-content {
    width: min(100%, 700px);
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 25px;
}
.review_7 .reviews-slider-info {
    width: 100%;
    color: var(--white);
}
.review_7 .reviews-nav-holder {
    width: fit-content;
    margin: 0;
}
.review_7 .reviews-slide-info-content h4 {
    color: var(--white);
    margin-top: 15px;
}
.review_7 .reviews-nav-holder ul.slick-dots button,
.review_7 .photo-nav-holder ul.slick-dots button {
    background-color: transparent;
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    transition: ease-in-out 0.5s;
    border: 2px solid var(--main-color);
}
.review_7 .reviews-nav-holder ul.slick-dots,
.review_7 .photo-nav-holder ul.slick-dots {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin: 0;
    list-style-type: none;
    gap: 25px;
}

.review_7 .photo-nav-holder ul.slick-dots {
    margin: 0 auto;
    justify-content: center;
    transform: translateY(38px);
}

.review_7 .slick-arrow {
    margin: 0;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: -50px;
}
.review_7 .slick-arrow.slick-next {
    left: auto;
    right: -50px;
}
.review_7 .slick-arrow svg path {
    fill: var(--white);
}
.review_7 .reviews-nav-holder ul.slick-dots li,
.review_7 .photo-nav-holder ul.slick-dots li {
    display: flex;
}
.review_7 .reviews-nav-holder ul.slick-dots button:hover,
.review_7 .reviews-nav-holder ul.slick-dots .slick-active button,
.review_7 .photo-nav-holder ul.slick-dots button:hover,
.review_7 .photo-nav-holder ul.slick-dots .slick-active button {
    background-color: var(--main-color);
}

.review_7 .button-wrap {
    width: 100%;
    margin-top: 50px;
    order: 1;
}
@media (max-width: 1025px) {
    .review_7 .reviews-flex {
        flex-direction: column-reverse;
        height: auto;
    }
    .review_7 .reviews-right {
        width: 100%;
    }
    .review_7 .reviews-left {
        width: min(100%, 600px);
        padding: 110px 0 0;
    }
    .review_7 .reviews-content h2,
    .review_7 .reviews-content h3 {
        text-align: center;
    }
    .review_7 .reviews-content {
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }
    .review_7 .reviews-nav-holder {
        margin: 0 auto;
        max-width: 90%;
        justify-content: center;
        padding: 25px 0;
    }
    .review_7 .reviews-content .main-btn {
        margin: 0 auto;
    }
    .review_7 .slick-arrow {
        left: -25px;
    }
    .review_7 .slick-arrow.slick-next {
        right: -25px;
    }
    .review_7 .reviews-photo {
        height: 44vw;
        width: 100%;
    }
    .review_7 .button-wrap {
        order: -1;
    }

    .review_7 .reviews-nav-holder {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .review_7 .reviews-flex {
        padding: 50px 25px;
    }
}

/* faq-section
---------------------------------------------------------- */
.faq-section {
    padding: 180px 20px 60px;
    background-color: var(--white);
}

.faq-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
}

.faq-wrap h2 {
    color: var(--main-color);
}

.faq-box hr {
    border: 1px solid var(--main-color);
}