@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* ivf made easy -- start*/


.ivf_right img {
    width: 100%;
}

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

}

.ivf_left h1 {

    font-weight: 600;
    font-size: 60px;
    margin-bottom: 40px;
}

/* ivf made easy -- end */

/* in home injection-- start */
.in_home_injection_sec {
    margin-top: 60px;
}

.in_home_content p {

    letter-spacing: 1px;
    font-weight: 600;
    font-size: 22px;

}

.in_home_content h2 {

    font-weight: 600;
    font-size: 40px;
    color: #7468F1;
    text-transform: uppercase;
    letter-spacing: 1.5px;



}

.in_home_injection_sec img {
    width: 100%;
}

.in_home_injection_lft {
    padding-left: 80px;
}

.in_home_injection_sec .row {
    align-items: center;
    padding: 50px 0px;
}

.in_home_injection_lft p {

    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.74px;
    margin-bottom: 50px;

}

/* in home injection-- end */

/* about value section start */
.Peace_of_Mind {
    background-image: url("../images/ivf/optimized_outcome.webp");
    color: #ffffff;
    padding: 60px 0px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.value_section {
    width: 55%;
}

.value_section h3 {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 40px;
}

.value_section p {
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 33px;
    letter-spacing: 0.7px;

}










/* about our value sec end */

/* responsive -- start */

@media (max-width: 1400px) {
    .value_section h3 {
        font-weight: 500;
        font-size: 44px;
        margin-bottom: 40px;
    }

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

@media (max-width: 1200px) {
    .in_home_content h2 {
        font-size: 35px;
    }

    .in_home_content p {
        font-size: 20px;
    }

    .in_home_injection_lft p {
        font-size: 16px;
        line-height: 28px;
    }

    .administering_content h3 {
        font-size: 28px;
        line-height: 45px;
        margin-bottom: 20px;

    }

    .value_section {
        width: 60%;
    }

    .Peace_of_Mind {
        background: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 45%)), url(../images/ivf/optimized_outcome.webp) no-repeat;
        color: #ffffff;
        padding-top: 60px;
        background-position: right;
        background-repeat: no-repeat;
    }

    .value_section h3 {
        font-size: 40px;
    }

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

@media (max-width: 992px) {
    .ivf_left {
        margin-bottom: 40px;
    }


    .ivf_made_section {
        text-align: center;

    }

    .in_home_content h2 {
        font-size: 33px;
    }

    .in_home_content p {

        font-size: 18px;

    }

    .in_home_injection_sec .row {
        padding: 40px 0px;
    }

    .in_home_injection_lft {
        padding-left: 0px;
    }

    .in_home_injection_sec img {
        /* width: 70%; */
        padding-bottom: 40px;
    }

    .value_section {
        width: 100%;
    }

    footer .logo-section {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .in_home_content p {
        font-size: 16px;
    }

    .in_home_content h2 {
        font-size: 25px;
    }

    .Peace_of_Mind {
        background-image: url("../images/ivf/optimized_outcome.webp");
        color: #ffffff;
        padding-top: 60px;
        background-position: top left;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }

    .value_section h3 {
        font-size: 37px;
    }

    .value_section p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 540px) {
    .ivf_left h1 {
        font-size: 45px;
        margin-bottom: 25px;
    }


    .in_home_injection_lft p {
        font-size: 14px;
        line-height: 26px;
    }

    .in_home_injection_lft p {
        margin-bottom: 20px;
    }

    .in_home_injection_sec .row {
        padding: 20px 0px;
    }

    .value_section p {
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0px;
    }

    .value_section .feature {
        padding-bottom: 15px;
    }

    .in_home_content h2 {
        font-size: 17px;
    }
    .value_section h3 {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .Peace_of_Mind {
        background-image: url("../images/ivf/optimized_outcome_mb.webp");
        padding-top: 20px;
        background-position: top left;
        background-repeat: no-repeat;
        margin-bottom: 20px;

    }

}