.tac {
    text-align: center;
}

.in_home_injection_section {
    &.ivf_injections {

        .ivf_injection_head {

            font-weight: 500;
            font-size: 35px;
            /* letter-spacing: 1px; */
            line-height: 55px;
            margin-bottom: 15px;
        }

        .ivf_injection_para {
            line-height: 30px;
        }
    }
}

.what_actually_happens {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
}

.injection_phase {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 55px;
}

.injection_phase_para {
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 500;

}

.why-tt .icons .fertility_para {

    /* font-size: 16px; */
    color: #222B45;
    /* line-height: 32px; */
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.7px;
    /* margin-bottom: 40px; */

}

a {
    color: #ffa6ae;
    font-weight: 600;
    text-decoration: underline;
}



.why-tt .icons .fertility_head {
    color: #7468F1;
    line-height: 32px;
    margin-bottom: 30px;
}

.practical_guide_section {
    background: linear-gradient(90deg, #7757EA 0%, rgba(198, 182, 255, 0.63) 100%);
    border-radius: 30px;
    padding: 40px 70px;
    color: #fff;
}

.practical_guide .custom_arrow li {
    border-bottom: none;
}

.practical_guide .custom_arrow li::before {
    left: -30px;
    top: 5px;
    content: "";
    background-size: 20px;
}


.about_value_sec {
    background-image: url("../images/feel_and_see.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;


}

.about_value_sec .value_section .feel_and_see_para {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 155%;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.about_value_sec .value_section .custom_arrow li {
    border-bottom: none;
}

.ivf_approach .injection_phase {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 40px;
}

.ivf_approach .fertility_right_content p {
    margin-bottom: 20px;
}

.ivf_approach .custom_arrow li::before {
    left: -24px;
    top: 7px;
    content: "";
    background-size: 20px;
}

/* .real_experience_result{
    text-align: center;
} */
.Credentials_section {
    border: 1px solid #7757EA;
    border-radius: 20px;
    padding: 40px 0px;
}

.clinic_detail_coverage .fertility_right_content p {
    margin-bottom: 25px;
}

.why_patient_choose .injection_phase {
    margin-bottom: 30px;
}

.why_patient_choose .custom_arrow li::before {
    left: -27px;
    top: 7px;
    content: "";
    background-size: 20px;
}

.section-content {
    row-gap: 30px;
}

/* faq start */

.faq_section {
    margin-top: 50px;
}

.faq_list {
    text-align: left;
    padding: 0;
    list-style: disc;
    list-style-position: inside;
}


.faq h6 {
    font-size: 45px;
    font-weight: 700 !important;
    color: #1A202C;
    margin-bottom: 25px;
    text-align: center;
}

.faq #accordion {
    width: 100%;
    padding-top: 1rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.faq .accordian-item {
    border: 1px solid #5e5e5e;
    border-radius: 12px;
    margin: 0px;
    margin-bottom: 30px;
    padding: 10px 15px;
}

.faq .accordion-toggle {
    cursor: pointer;
    height: 65px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    transition: 250ms all ease;
    -webkit-transition: 250ms all ease;
    -moz-transition: 250ms all ease;
    -ms-transition: 250ms all ease;
    -o-transition: 250ms all ease;
}

.faq .accordion-toggle .button {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #1A202C;
}

.faq .accordion-toggle .button:before,
.faq .accordion-toggle .button:after {
    content: "";
    position: absolute;
    background-color: #1A202C;
    transition: transform 0.25s ease-out;
}

.faq .accordion-toggle .button:before {
    top: 3px;
    left: unset;
    width: 2px;
    height: 15px;
    right: 6px;
}

.faq .accordion-toggle .button:after {
    top: 9px;
    right: 0;
    width: 16px;
    height: 2px;
}

.faq .accordion-toggle.opened .button {
    cursor: pointer;
}

.faq .accordion-toggle.opened .button:before {
    transform: rotate(90deg);
}

.faq .accordion-toggle.opened .button:after {
    transform: rotate(180deg);
}

.faq .accordion-toggle.opened .button:before,
.faq .accordion-toggle.opened .button:after {
    background-color: #ccc;
}

.faq .accordion-content {
    display: none;
}

.faq .accordion-content p {
    font-size: 15px;
    text-align: left;
    color: #1A202C;
}

.faq .accordion-content.opened {
    border-color: #ccc;
}





/* faq end */