.in_home_injection_section {
    position: relative;
}

.in_home_injection_section .main_content {
    color: #fff;
    padding: 40px 0 80px 0px;
    background-color: #7468F1;
}

.main_content h6 {
    margin-bottom: 15px;

}

.main_content h6 a {
    text-decoration: none;
    color: #F7F7F7;

    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;

}

.main_content h1 {
    
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 1px;
    margin-bottom: 15px;

}

.main_content p {

    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;

}

.in_home_injection_section img {
    width: 35%;
    position: absolute;
    right: 140px;
    top: 75px;
}

/*in_home_injection--end */
/* in_home_injection--stress free section start */
.stress_free_exp_section h5 {


    font-weight: 800;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 25px;
}

.stress_free_exp_section {
    margin: 115px 0px 60px 0px;
}

.stress_free_exp_section h2 {
    font-size: 40px;
    /* line-height: 0px; */
    margin-bottom: 30px;
    color: #7468F1;
    text-transform: uppercase;
    letter-spacing: 1px;
}



.stress_free_exp_section p {

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

/*  in_home_injection--stress free section end */
/*  stress free section-- start*/
/* .why-tt {
  margin: 0px 0px 75px 0px;
} */

.why-tt .icons {
    color: #1a202c;
}

.why-tt .row {
    justify-content: space-between;
}

.why-tt .col-lg-4 {
    flex: 0 0 30%;
}

.why-tt .icons img {
    width: 60px;
    margin-bottom: 30px;
}

.why-tt .icons h5 {
    font-weight: 600;
    font-size: 19px;
    color: #170F49;
    margin-bottom: 35px;
}

.why-tt .icons p {

    font-weight: 400;
    font-size: 19px;
    color: #222B45;
    line-height: 34px;
}

/*stress free section-- start*/


/* responsice section */
@media (max-width: 1400px) {
    .in_home_injection_section img {
        position: absolute;
        right: 81px;
        top: 92px;
    }

    .stress_free_exp_section p br {
        display: none;
    }
}

@media (max-width: 1366px) {
    .why-tt .icons p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 1200px) {

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

    .stress_free_exp_section h2 {
        font-size: 45px;
    }

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

    .why-tt .icons h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .why-tt .icons p {
        font-size: 14px;
    }

    .why-tt .icons img {
        width: 50px;
        margin-bottom: 25px;
    }
}

/* ----------- */
/* appointment section start */
.appointment_section {
    background-image: url(../images/inhomeinjection/appointment_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 40px;
    border-radius: 30px;
    background-position: center;
}

.appointment_content {
    gap: 30px;
    display: flex;
    justify-content: space-between;
    padding: 40px 30px;
    align-items: center;
    flex-wrap: wrap;
}

.appointment_content p {
    color: #FFFFFF;
    font-size: 17px;

    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.6px;
    margin: 0;

}

.request-btn {
    border: none;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 30px;

    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    text-decoration: none;
    color: #1a202c;
}

/* appointment section end */
@media (max-width: 1366px) {
    .appointment_content p {
        font-size: 15px;
        line-height: 32px;
    }
}

@media (max-width: 1200px) {
    .submit-btn {
        padding: 10px 25px;
        font-size: 12px;
    }

    .appointment_content p br {
        display: none;
    }

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

    .appointment_content {
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .in_home_injection_section img {
        position: unset;
    }

    .in_home_injection_section .main_content {
        padding: 40px 0 30px 0px;
    }

    .in_home_injection_section img {
        width: 80%;
        display: flex;
        margin: 20px auto 0;
    }

    .stress_free_exp_section {
        margin-top: 40px;
    }

    .why-tt .col-lg-4 {
        flex: 0 0 50%;
    }
       .stress_free_exp_section h2 {
    font-size: 35px;
    margin-bottom: 25px;
}
.stress_free_exp_section h5 {
    font-size: 17px;
}
}

@media (max-width: 768px) {
    .in_home_injection_section img {
        width: 100%;
    }

    .why-tt .col-lg-4 {
        flex: 0 0 100%;
    }

    .appointment_content {
        gap: 0px;

    }

    .appointment_content {
        padding: 30px 30px;
    }
 
}

@media (max-width: 540px) {

    .main_content h1 {
        font-size: 29px;
    }

    .stress_free_exp_section h2 {
        font-size: 23px;
        /* line-height: 45px; */
        margin-bottom: 16px;
    }

    .request-btn {
        font-size: 13px;
    }

    .appointment_content {
        padding: 30px 10px;
    }
    .stress_free_exp_section h5 {
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 30px;
}
.appointment_content p {
    margin-bottom: 20px;
}
}