

.front_image_and_items{
    background-image: url(feature_front.png);
    width: 100vw;
    height: auto;
    background-repeat: no-repeat;
}

.our_feature_heading{
    font-family: 'Times New Roman';
    font-style: normal;
    background-color: #431B68;
    color: white;
    display: inline-block;
    padding: 20px 20px 20px 20px ;
    font-weight: 700;
    font-size: 70px;
    margin-top: 120px;
}

.appointment_heading{
    font-family: 'Times New Roman';
    font-style: normal;
    color: #431B68;
    font-weight: 700;
    font-size: 90px;
    margin-top: 75px;
    margin-left: 20px;
}

.app_circle{
    background-color: rgb(67, 27, 104, 0.3);
    display: inline-block;
    border-radius: 100px;
    width: 175px;
    height: 175px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 40px;
}

.know_more{
    width: 100vw;
    display: flex;
    justify-content: end;
}

.know_more_btn{
    font-style: normal;
    background-color: #431B68;
    color: white;
    margin-right: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-top: 5px;
}

/* we value */

.we_value_image_and_items{
    background-image: url(laptop_back.png);
    width: 100vw;
    height: auto;
    background-repeat: no-repeat;
    margin-top: 1rem;
}

.we_value_heading{
    font-family: 'Times New Roman';
    font-style: normal;
    background-color: #431B68;
    color: white;
    display: inline-block;
    padding: 20px 20px 20px 20px ;
    font-weight: 700;
    font-size: 70px;
    margin-top: 50px;
    margin-left: 150px;   
}

.we_value_discription{
    background-color: rgb(255, 255, 255, 0.6);
    margin-left: 150px;
    display: inline-grid;
    list-style: none;
    padding-left: 20px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    font-family: 'Times New Roman';
    font-style: normal;
    line-height: 35px;
}

.we_value_discription_line{
    color: #431B68;
    font-weight: 700;
    font-size: 22px;
}

.dark_font_we_value{
    font-size: 32px;
}

.book_now{
    height: 100px;
}

.book_now_heading{
    color: white;
    font-family: 'Times New Roman';
    font-style: normal;
    text-align: end;
    margin-top: 100px;
    margin-right: 150px;
}

.how_to_book_appointment{
    background-image: url(how_book_appiontment_background.png);
    width: 100vw;
    height: auto;
    margin-top: 1rem;
}

.how_to_book_appointment_items{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.how_to_book_appointment_text{
    text-align: center;
    max-width: 432px;
}

.how_to_book_appointment_heading{
    font-family: 'Times New Roman';
    font-style: normal;
    color: #431B68;
    font-weight: 700;
    font-size: 50px;
}

.how_you_can_book_appointment_video{
    margin: 1rem;
    /* width: 500px; */
}

.how_you_can_book_appointment_image{
    width: 500px;
}

/* 870px feature page */

@media only screen and (max-width: 870px) {
    .our_feature_heading {
        font-size: 55px;
    }

    .appointment_heading {
        font-size: 60px;
    }

    .app_circle {
        height: 121px;
        width: 121px;
        padding-top: 19px;
        padding-left: 8px;
    }

    .front_image_and_items{
        background-position: center;
    }

    .we_value_heading{
        margin-left: 24px;
        font-size: 55px;
    }

    .we_value_discription {
        margin-left: 24px;
    }

    .we_value_image_and_items{
        background-position: right;
    }

    .book_now_heading{
        text-align: center;
        margin-top: 36px;
        margin-right: 0px;
    }

    .how_to_book_appointment_items {
        display: grid;
    }

    .how_to_book_appointment_text{
        max-width: 500px;
    }
}



/* 500px groobe feature page */

@media only screen and (max-width: 500px) {
    .our_feature_heading {
        margin-top: 40px;
    }

    .we_value_heading{
        margin: 10px;
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 40px;
    }

    .we_value_discription{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 10px;
    }

    .we_value_discription_line{
        font-size: 16px;
    }

    .we_value_image_and_items {
        background-position: bottom;
    }

    .how_you_can_book_appointment_video{
        display: grid;
        justify-content: center;
    }

    .how_you_can_book_appointment_image{
        width: 300px;
    }
}

@media only screen and (max-width: 380px) {
    .our_feature_heading{
        font-size: 30px;
    }

    .appointment_heading{
        font-size: 40px;
    }

    .know_more_btn{
        margin-top: 36px;
        margin-right: 26px;
    }

    .app_circle {
        height: 91px;
        width: 91px;
    }

    .front_image_and_items{
        background-position: top;
    }

    .we_value_heading{
        text-align: center;
    }

    .we_value_discription{
        margin-right: 10px;
    }

    .how_to_book_appointment_heading{
        font-size: 32px;
    }
}