/* home service start */
.home_service_page_top_image_and_items{
    background-image: url(home_service_background.png);
    width: 100vw;
    height: auto;
}

.service_at_home_container{
    display: flex;
    justify-content: end;
}

.service_at_home{
    font-family:'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    max-width: 300px;
    text-align: center;
    color: #431B68;
    margin-top: 100px;
    margin-right: 50px;
}

.our_service_heading_container{
    margin-left: 20px;
}

.our_service_heading{
    background-color: #431B68;
    display: inline-block;
    color: white;
    font-family: 'Roboto';
    font-style: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 81px;
}

.know_more_service{
    display: flex;
    justify-content: end;
    margin-right: 50px;
}

.know_more_btn_service{
    background-color: #431B68;
    color: white;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* fomr service end */

.door_step_image_and_items{
    background-image: url(door_step_background.png);
    margin-top: 1rem;
    width: 100vw;
    height: auto;
}

.hygenic_service_heading{
    max-width: 330px;
    text-align: center;
    background-color: #431B68;
    color: white;
    padding: 20px;
}

.hygenic_book_service{
    display: flex;
    justify-content: space-around;
    padding-top: 100px;
}

.book_service_heading{
    color: black;
}

.service_download{
    display: flex;
}

.service_download_btn{
    background-color: rgb(67, 27, 104, 0.3);
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 350px;
}

.door_step_heading{
    text-align: center;
    color: #431B68;
    font-size: 100px;
    font-weight: 700;
    padding-bottom: 50px;
}

/* how avail start */

.how_you_avail_background_and_items{
    background-image: url(how_avail_background.png);
    width: 100vw;
    height: auto;
    margin-top: 1rem;
    background-color: rgb(67, 27, 104, 0.6);
}

.how_you_avail_heading_image{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2rem;
}

.how_you_avail_heading{
    max-width: 550px;
    text-align: center;
}

.how_you_avail_headline{
    color: #C4A84E;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
}

.how_you_avail_image{
    max-width: 500px;
}

@media only screen and (max-width: 750px) {
    .home_service_page_top_image_and_items{
        background-position: center;
    }

    .service_at_home{
        max-width: fit-content;
        margin-right: 0;
        text-align: center;
    }

    .service_at_home_container{
        justify-content: center;
    }

    .hygenic_book_service{
        display: grid;
    }

    .door_step_image_and_items{
        background-position: center;
        background-repeat: no-repeat;
    }

    .hygenic_service_heading {
        max-width: fit-content;
    }

    .service_download{
        justify-content: center;
    }

    .service_download_btn{
        margin-left: 0;
    }

    .door_step_heading{
        font-size: 60px;
    }

    .how_you_avail_background_and_items{
        background-position: right;
    }

    .how_you_avail_heading_image{
        display: grid;
    }

    .how_you_avail_heading{
        max-width: 400px;
    }

    .how_you_avail_headline{
        font-size: 32px;
    }

    .how_you_avail_image{
        max-width: 400px;
    }
}

@media only screen and (max-width: 450px) {
    .home_service_page_top_image_and_items{
        background-position: top;
    }

    .service_at_home_container{
        justify-content: end;
    }

    .service_at_home{
        font-size: 40px;
        text-align: center;
        max-width: 265px;
        margin-top: 30px;
        margin-right: 10px;
        font-family: 'Times New Roman';
    }

    .our_service_heading_container{
        margin: 10px;
        text-align: center;
    }

    .our_service_heading{
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-family: 'Times New Roman';
        font-size: 40px;   
    }

    .hygenic_service_heading{
        padding: 10px;
        margin: 10px;
        font-size: 30px;
    }

    .book_service_heading{
        text-align: center;
    }

    .door_step_heading{
        font-size: 50px;
        font-weight: 500;
    }

    .how_you_avail_heading {
        max-width: 300px;
    }

    .how_you_avail_image{
        max-width: 300px;
    }
}