.cta-buttons .btn-secondary {
    padding: 14px 25px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ivf made easy -- start*/

.ivf_right img {
    width: 100%;
}

.ivf_made_section {
    align-items: center;
    padding-top: 40px;

}

.ivf_left h1 {
    font-weight: 500;
    font-size: 56px;
    margin-bottom: 40px;
}

/* end */
.our_ivf_sec {
    /* margin-bottom: 40px; */
    padding: 60px 0px;

}

.injection_services_content {
    padding-left: 55px;
}

.injection_services_content h3 {
    font-size: 40px;
    line-height: 64px;
    font-weight: 500;
    margin-bottom: 40px;
}

.injection_services_content h3 span {
    color: #7468F1;
}

.injection_services_content p {

    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-bottom: 40px;
}

.injection_services_img img {
    width: 100%;

}

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

}

.medication_content {
    text-align: center;
}

.medication_content img {
    width: 15%;
    margin-bottom: 40px;
}

.medication_content h3 {

    font-weight: 500;
    font-size: 50px;
    margin-bottom: 30px;
}

.medication_content p {

    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    /* letter-spacing: 0.5px; */

}

/* medication section end */
/* fertility section start */
.fertility_section {
    margin: 80px 0px;
}

.fertility_section img {
    width: 100%;
    border-radius: 10px;
}

.fertility_section ul li {
    list-style: none;
}

.fertility_right_content {
    padding-left: 70px;
}

.fertility_right_content h4 {

    font-weight: 500;
    font-size: 41px;
    margin-bottom: 15px;
}

.fertility_right_content p {

    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.7px;
    margin-bottom: 40px;

}

.custom_arrow {
    margin-bottom: 30px;
}

.custom_arrow li {
    position: relative;
    margin-bottom: 17px;
    border-bottom: 1px solid #E8E7ED;

    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 20px;
    padding-left: 10px;
    /* letter-spacing: 0%; */

}

.custom_arrow li::before {
    position: absolute;
    left: -30px;
    top: 20px;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../images/aboutus/icon.webp");
    background-size: 24px;
    background-repeat: no-repeat;
    font-size: 20px;
}

.custom_arrow li.single_line::before {
    position: absolute;
    left: -30px;
    top: 4px;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../images/aboutus/icon.webp");
    background-size: 24px;
    background-repeat: no-repeat;
    font-size: 20px;
}

.book_appointment_btn {
    background: #7468F1;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    transition: all 0.3s;
    font-size: 13px;
    letter-spacing: 1px;
}

.book_appointment_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 95, 191, 0.4);
}

/* fertility section end */
/* -- */

.main_title h3 {
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 30px;
}

.main_title p {

    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.5px;
}

/* --- */
@media (max-width: 1400px) {

    .injection_services_content h3 {
        font-size: 35px;
        line-height: 58px;
        margin-bottom: 25px;
    }

    .injection_services_content p {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0px;
    }

    .custom_arrow li {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .fertility_right_content {
        padding-left: 50px;
    }

    .fertility_right_content h4 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .fertility_right_content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .book_appointment_btn {
        padding: 9px 15px;
        font-size: 12px;
    }
}

@media (max-width: 1200px) {

    .injection_services_content h3 {
        font-size: 27px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    /* .custom_arrow li br{
        display: none;
        } */
    .fertility_right_content {
        padding-left: 30px;
    }

    .fertility_right_content h4 {
        font-size: 32px;
    }

    .custom_arrow li {
        font-size: 14px;
        line-height: 25px;
        padding-left: 5px;
    }

    .custom_arrow li::before {
        top: 12px;
    }

    .main_title h3 {
        font-size: 36px;
    }

    .ivf_left h1 {
        font-size: 50px;
    }

    .cta-buttons .btn-secondary {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .our_ivf_sec {
        flex-direction: column-reverse;
    }

    .injection_services_img img {
        width: 60%;
        display: flex;
        margin: 0 auto 30px;

    }

    .injection_services_content {
        padding-left: 0px;
    }

    .injection_services_content h3 br {
        display: none;
    }

    .ivf_left {
        margin-bottom: 40px;
    }


    .ivf_made_section {
        text-align: center;

    }

    /* --- */
    .medication_content h3 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .medication_content p {
        font-size: 16px;
        line-height: 31px;
        letter-spacing: 0.6px;
    }

    .medication_content img {
        width: 20%;
        margin-bottom: 30px;
    }

    .medication_section {
        padding: 30px 30px;
    }

    .fertility_right_content {
        padding-left: 0px;
        padding-top: 30px;
    }

    .custom_arrow li {
        font-size: 16px;
        line-height: 32px;
        padding-left: 10px;
    }

    .fertility_right_content h4 {
        font-size: 31px;
        margin-bottom: 20px;
    }

    .fertility_section {
        margin: 50px 0px;
    }

    /* --- */
    .main_title h3 {
        font-size: 28px;
    }

    .main_title p {
        font-size: 15px;
    }

    .bottom-cta {
        text-align: center;
        margin: 30px 0px;
    }


}

@media (max-width: 768px) {
    .medication_content h3 {
        font-size: 30px;
    }

    .custom_arrow li br {
        display: none;
    }

    .main_title h3 {
        line-height: 41px;
    }

    .main_title h3 {
        margin-bottom: 15px;
    }
}

@media (max-width: 580px) {

    .injection_services_img img {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .injection_services_content h3 {
        font-size: 21px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .ivf_left h1 {
        font-size: 34px;
        margin-bottom: 25px;
    }


    .medication_section {
        padding: 30px 0px;
    }

    .medication_content h3 {
        font-size: 20px;
    }

    .medication_content p {
        font-size: 15px;
        line-height: 25px;
    }

    .medication_content img {
        width: 40%;
        margin-bottom: 20px;
    }

    .custom_arrow li {
        font-size: 14px;
        line-height: 26px;
        padding-left: 10px;
    }

    .fertility_right_content p {
        font-size: 14px;
    }

    .fertility_right_content h4 {
        font-size: 22px;
        line-height: 35px;
    }

    /* ---- */
    .main_title h3 {
        font-size: 22px;
        line-height: 35px;
    }

    .our_ivf_sec {
        /* margin-bottom: 40px; */
        padding: 30px 0px;
    }

}

@media screen and (max-width: 500px) {
    .cta-buttons .btn-secondary {
        font-size: 14px;
    }
}