* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a, button {
    text-decoration: none;
    cursor: pointer;
}

::selection {
    color: white;
    background: #F23D49;
  }





/* Carousel-Section */

.carousel-section{
    margin: auto;
    background-color: #f0727a0a;
}

.carousel-slider{
    width: 1300px;
    max-width: 100vw;
    height: 500px;
    margin: auto;
    position: relative;
    overflow: hidden;

    border-radius: 7px;
}


.carousel-slider .carousel-list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.carousel-slider .carousel-list img{
    width: 1300px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.carousel-slider .carousel-buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.carousel-slider .carousel-buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
    font-size: 25px;
}
.carousel-slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.carousel-slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.carousel-slider .dots li.active{
    width: 30px;
}








/* navigation_bar */

.navigation_bar{
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_logo {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    gap: 10px;
}

.nav_logo #Services{
    display: none;
}

.nav_logo h3{
    font-size: 30px;
    line-height: 25px;

    width: 90px;
}

.nav_logo h3 span{
    font-size: 18px;
    font-weight: 500;
}

.nav_links {

    display: flex;
    justify-content: flex-start;
    align-items: center;

    gap: 40px;
}

.nav_links a {
    font-weight: 300;
    text-decoration: none;
    color: grey;
}

.nav_links a:hover {
    color: #F23D49;
}

.Contact_number_box {
    border: 3px solid #f75260;
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 10px;
    /* transition: transform 0.5s; */

}
.Contact_number_box:hover {
    background-color: #F23D49;

    color: white;

    /* transform: translateY(-5px); */

}


nav #menu{
    display: none;
}
nav #close{
    display: none;
}
nav #opt-menu{
    display: none;
}






/* main_section */

.main_section {
    padding: 80px;
    width: 100vw;
    height: 100vh;
    background-image: url("../assets/static-bg-min.png");
    background-repeat: no-repeat;
    background-position: center;

    position: relative;
    z-index: 1;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    width: 100%;
    height: 100%;
    background-color: #f0727a11;
}

.main_section div div {
    width: fit-content;
    background-color: #f0727b;
    color: white;
    padding: 5px 20px;

    border-radius: 5px;
}



.main_section h1 {
    font-size: 70px;

    color: #F23D49;

    line-height: 80px;

    margin: 30px 0;
}


.about_me_btn {
    width: fit-content;
    background-color: #688fd7;
    color: yellow;
    padding: 10px 30px;

    border: 3px solid transparent;
    border-radius: 25px;

    margin-right: 20px;

    font-size: 16px;
    margin-right: 20px;
}
.about_me_btn:hover {
    background-color: #F23D49;
    color: white;
}






.get_a_service_btn {
    width: fit-content;
    background-color: white;
    color: #F23D49;
    padding: 10px 30px;
    border: 3px solid #F23D49;
    border-radius: 25px;

    font-size: 16px;
}

.get_a_service_btn:hover {
    background-color: #F23D49;
    color: white;
}





#hero-women {
    height: 95%;
    position: absolute;

    bottom: 0;
    right: 100px;
}









/* services_section */


.services_section {
    text-align: center;
    margin: 3px 0 50px 0;
    padding: 50px 0;
    background-color: #f0727a11;
}

.home-service{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.home-service .home-1{
    background-color: #fff;
    border-radius: 15px;
    width:300px ;
    height: 257px;
    transition: transform 0.5s;
    cursor: pointer;
}

.home-service .home-1:hover{
    background-color: #1b685f10;
    transform: translateY(-5px);
}

.home-service .home-1 h1{
    font-size: 22px;
    color: #1b685f;
    padding: 10px 0;
}

.home-service .home-1 img{
    width: 300px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.home-service .home-2{
    background-color: #fff;
    border-radius: 15px;
    width:300px ;
    height: 257px;
    transition: transform 0.5s;
    cursor: pointer;
}

.home-service .home-2:hover{
    background-color: #1b685f10;
    transform: translateY(-5px);
}

.home-service .home-2 h1{
    font-size: 22px;
    color: #1b685f;
    padding: 10px 0;
}

.home-service .home-2 img{
    width: 300px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.home-service .home-3{
    background-color: #fff;
    border-radius: 15px;
    width:300px ;
    height: 257px;
    transition: transform 0.5s;
    cursor: pointer;
}

.home-service .home-3:hover{
    background-color: #1b685f10;
    transform: translateY(-5px);
}

.home-service .home-3 h1{
    font-size: 22px;
    color: #1b685f;
    padding: 10px 0;
}

.home-service .home-3 img{
    width: 300px;
    height: 200px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.home-service .home-4{
    background-color: #fff;
    border-radius: 15px;
    width:300px ;
    height: 257px;
    transition: transform 0.5s;
    cursor: pointer;
}

.home-service .home-4:hover{
    background-color: #1b685f10;
    transform: translateY(-5px);
}

.home-service .home-4 h1{
    font-size: 22px;
    color: #1b685f;
    padding: 10px 0;
}

.home-service .home-4 img{
    width: 300px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.services_section h2:nth-child(2){
    margin-top: 40px    ;
}

.office-service{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.office-service .office-1{
    background-color: #fff;
    border-radius: 15px;
    width:300px ;
    height: 257px;
    transition: transform 0.5s;
    cursor: pointer;
}

.office-service .office-1:hover{
    background-color: #1b685f10;
    transform: translateY(-5px);
}

.office-service .office-1 h1{
    font-size: 22px;
    color: #1b685f;
    padding: 10px 0;
}

.office-service .office-1 img{
    width: 300px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.office-service .office-2{
    background-color: #fff;
    border-radius: 15px;
    width:300px ;
    height: 257px;
    transition: transform 0.5s;
    cursor: pointer;
}

.office-service .office-2:hover{
    background-color: #1b685f10;
    transform: translateY(-5px);
}

.office-service .office-2 h1{
    font-size: 22px;
    color: #1b685f;
    padding: 10px 0;
}

.office-service .office-2 img{
    width: 300px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.office-service .office-3{
    background-color: #fff;
    border-radius: 15px;
    width:300px ;
    height: 257px;
    transition: transform 0.5s;
    cursor: pointer;
}

.office-service .office-3:hover{
    background-color: #1b685f10;
    transform: translateY(-5px);
}

.office-service .office-3 h1{
    font-size: 22px;
    color: #1b685f;
    padding: 10px 0;
}

.office-service .office-3 img{
    width: 300px;
    height: 200px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.services_section p {
    color: #F23D49;
}

.services_section h1 {
    color: #f71b2a;
    font-size: 40px;
}

.services_section h2 {
    color: #1b685f;
    font-size: 40px;
    padding: 0 0 20px;
}

.office-service{
    display: flex;
}

.office-service img{
    width: 200px;
}









/* about_us_section */

.about_us_section {
    text-align: center;

    margin: 50px 0;
}

.about_us_section h1 {
    font-size: 40px;
}

.about_us_content {
    padding: 30px 100px;
    text-align: justify;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 50px;
}














/* hero_section */

.hero_box {
    background-color: white;
    padding: 50px 100px;

    border: 5px solid #f7aab1;
    border-radius: 25px;
    margin: 50px 20px;

    font-size: 20px;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    gap: 30px;
}

.hero_content h1 {
    color: #F23D49;

    font-size: 35px;
}

.hero_content p {
    /* color: #dd6b72; */
    width: 800px;

    font-size: 18px;
    text-align: justify;
}


.hero_contact {
    width: 300px;
    color: #F23D49;

    background-color: white;
    padding: 10px 25px;

    border: 3px solid transparent;
    border-radius: 5px;

    font-size: 20px;

    transition: transform 0.5s;

    box-shadow: 0 0 10px #F23D49;
}

.hero_contact:hover {
    transform: translateY(-5px);
}




.hero_box div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 20px;
}

.call_now_box {
    width: fit-content;
    padding: 10px 25px;

    background-color: #F23D49;
    color: white;
}





/* cleaning_features */

.cleaning_features{
    position: relative;

    background-image: url(../assets/water-why-choose-bg.jpg);
    background-position: center;
    /* background-position-y: top; */
    background-repeat: no-repeat;
    
    /* width: 100%; */
    height: 60vh;

    border-radius: 25px;
    margin: 50px 20px;
}

.cleaning_features div{
    width: 100%;
    height: 60vh;

    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 20px;
}

.cleaning_features div div{
    

    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 20px;
}

.cleaning_features i {
    color: #237cf5;
    font-size: 70px;
}

.cleaning_features h2 {
    color: #0e3c7b;
    /* font-size: 100px; */
}





/* schedule_cleaning */

.schedule_cleaning div {
    background-color: #F23D49;
    padding: 50px 100px;
    border-radius: 25px;
    margin: 20px;

    font-size: 20px;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    gap: 150px;
}


.schedule_cleaning div h1{
    color: white;
}


.schedule_cleaning div button{
    background-color: white;

    width: 200px;
    padding: 15px 40px;

    border: 3px solid transparent;
    border-radius: 5px;

    transition: transform 0.5s;
}

.schedule_cleaning div button:hover{
    transform: translateY(-5px);
}




/* Discount Off Section--removed */

.discount_price_off{
    
    position: relative;
}

.discount_price_off div{
    background-image: url(../assets/cta-bg.png);
    background-position: 50% 1%;
    /* background-position-y: top; */
    background-repeat: no-repeat;
    
    width: 100%;
    height: 60vh;

    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 20px;
}

.discount_price_off div h1{
    font-size: 50px;
    color: #0e3c7b;

    line-height: 60px;
}

.discount_price_off div a{
    text-decoration: none;
    

    background-color: #f71b2a;
    color: white;

    padding: 10px 20px;
    border-radius: 20px;
}

.discount_price_off div a:hover{
    background-color: #feea2b;
    color: #f71b2a;
}









/* clients_section */

.clients_section {

    margin: 100px 0;
}

.clients_section h1 {
    text-align: center;

    margin: 100px 0;

    font-size: 35px;
}

.client_boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    gap: 90px;
}

.client_box {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 40px;

}

.client_box img {
    width: 100px;
    height: 100px;

    border-radius: 50%;

}






/* footer */

footer {
    background-color: #F8FCFE;
}


.footer_top {
    padding: 100px 0px;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    gap: 50px;
}

.footer_top h2 {
    margin-bottom: 20px;
}


.footer_logo_and_Content {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    gap: 10px;
}

.footer_logo_and_Content h3 {
    line-height: 20px;
    font-size: 30px;
    padding-top: 10px;

}

.footer_logo_and_Content span {
    font-weight: 400;
    font-size: 16px;

}

/* Request_A_Callback */

.Request_A_Callback {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* padding-left: 50px; */
}

.Request_A_Callback form input {
    padding: 8px 10px;
    width: 250px;
    margin-bottom: 15px;
    border: 1px solid #8080803b;
}

.Request_A_Callback form textarea{
    padding: 8px 10px;
    width: 250px;
    border: 1px solid #8080803b;
}

.Request_A_Callback form{
    display: flex;
    flex-direction: column;
}

.Request_A_Callback form button {
    padding: 8px 62px;
    white-space:nowrap;
    color: white;
    background-color: #F23D49;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 17px;
}

/* Quick_Links */

.Quick_Links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 8px;
    /* padding-right: 50px; */
}

.Quick_Links a{
    font-weight: 300;
    text-decoration: none;
    color: grey;
    transition: transform 0.5s;
}

.Quick_Links a:hover{
    color: #F23D49;
    transform: translateX(5px);
}

.Quick_Links i{
    font-size: 17px;
    padding-right: 10px;
    color: #F23D49;
}


/* Get_In_Touch */

.Get_In_Touch h1 i{
    margin-right: 7px;
}

.Get_In_Touch h1{
    color: #F23D49;
    font-weight: 400;
}

.Get_In_Touch span {
    font-weight: 600;
}

.Get_In_Touch p span i{
    font-size: 20px;
    margin-right: 10px;
    color: #F23D49;
}




/* footer_bottom */
.footer_bottom {
    border-top: 1px solid #8080805b;
    text-align: center;
    padding: 30PX 0PX 10px 0;
}

.footer-br{
    display: none;
}

.footer_bottom p {
    color: grey;
    font-size: 14px;
}

.hand-png_box {
    text-align: center;
}




/* ========================================================================================================================================================================================================================================================================*/



/* ========================================================================================================================================================================================================================================================================*/


/* Media Queries  */

/* DeMo Code For (max-width: 400px) */
/* .nav_logo #Services{
    display: none;
}

.navigation_bar .nav_links{
    display: none;
}
.navigation_bar .nav_contact{
    display: none;
}
.navigation_bar #menu{
    display: inline;
}
.navigation_bar #menu{
    font-size: 180%;
    color: #F3515B;
    cursor: pointer;
    position: absolute;
    right: 30px;
}
#opt-menu{
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 2;
    background-color:#FEF6F6;
    padding: 10px 40px 10px 20px;
    display: none;
}
#opt-menu ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#opt-menu li{
    cursor: pointer;
    list-style: none;
    color: #808488;
}
#opt-menu li:hover{
    color: #F8939A;
    text-decoration: underline;
}
#close{
    font-size: 170%;
    color:#F3515B;
    cursor: pointer;
    position: absolute;
    right: 30px;
}
.navigation_bar{
    position: relative;
    width: 100vw;
    height: 15vh;
    background-color:#FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.nav_logo{
    display: flex;
    align-items: center;
    margin-left: 35px;
}
.nav_logo img{
    width: 50%;
}

.nav_logo h3{
    font-size: 30px;
    line-height: 25px;

    width: 90px;
}

.nav_logo h3 span{
    font-size: 18px;
    font-weight: 500;
} */

/* a, button {
    display: none;
} */




/* main_section */
/* .main_section{
    height: fit-content;
    padding: 50px 0px 0 50px;
    background-color: #FDEEEE;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    gap: 50px;
}
.main_section h1{
    font-size: 60px;
}
.main_section .get_a_service_btn{
    margin-top: 20px;
    padding: 10px 35px;
}


#hero-women {
    width: 150%;
    position: relative;
    margin: auto;

    padding: 0 70px;
} */



/* services_section */
/* .services_section{
    background-color:#FEF6F6 ;
}
.services_section h1{
    font-size: 30px;
}
.services_section h2{
    font-size: 45px;
}
.home-service{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.office-service{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
} */



/* about_us_section */
/* .about_us_section{
    padding: 0px 50px;
    margin: 0;
}
.about_us_section h1 {
    font-size: 30px;
}
.about_us_content {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.about_us_content img{
    width: 300px;
}
.about_us_content p{
    width: 80vw;
} */




/* hero_section */
/* .hero_section{
    margin: 0;
    padding: 10px;
} 
.hero_box {
    display: flex;
    flex-direction: column;
}
.hero_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero_content h1{
    font-size: 42px;
}
.hero_content p{
    width: 60vw;
    margin-top: 20px;
}
.hero_section .hero_contact  {
    width: 230px;
    white-space:nowrap;
    padding: 5px 30px;
    margin-top: 20px;
} */


/* cleaning_features */
/* .cleaning_features{
    height: fit-content;
    margin-top: 10px;
    padding: 30px 20px;
    background-size: cover;
}
.cleaning_features div{
    display: flex;
    flex-direction: column;

    gap: 30px;
}
.cleaning_features div i{
    font-size: 40px;
}
.cleaning_features div h2{
    font-size: 20px;
} */


/* schedule_cleaning */
/* .schedule_cleaning div{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    margin: 0px 20px;
} 
.schedule_cleaning div h1{
    font-size: 30px;
    font-weight: 500;
}
.schedule_cleaning div button{
    font-size: 17px;
    white-space: nowrap;
} */




/* clients_section */
/* .clients_section{
    padding: 0 20px;
}
.clients_section h1{
    font-size: 40px;
    margin: 0px 50px 40px;
}
.client_boxes{
    gap: 30px;
}
.client_box{
    background-color: #FEF6F6;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    padding: 17px;

    gap: 10px;
}

.client_box div:last-child div {
    text-align: center;
}

.client_box div:last-child h3 {
    text-align: center;
} */



/* footer */
/* footer{
    padding: 10px;
}
.footer_top{
    flex-direction: column;
    align-items: center;
    padding: 10px;
} 
.footer_top h2{
    font-size: 28px;
}

.footer_top h3{
    font-weight: 500;
}
.Request_A_Callback{
    align-items: center;
}
.Get_In_Touch{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Get_In_Touch h1{
    font-size: 20px;
} 
.Get_In_Touch h2{
    font-weight: 500;
} 
.Get_In_Touch p:nth-child(4) br{
    display: none;
}



.footer-br{
    display: block;
} */

/* ========================================================================================================================================================================================================================================================================*/

@media (max-width : 400px){
    .nav_links{
        display: none;
    }
    .nav_contact{
        display: none;
    }
    .navigation_bar #menu{
        display: inline;
    }
    .navigation_bar #menu{
        font-size: 180%;
        color: #F3515B;
        cursor: pointer;
        position: absolute;
        right: 30px;
    }
    #opt-menu{
        position: absolute;
        top: 105px;
        right: 0;
        z-index: 2;
        background-color:#FEF6F6;
        padding: 10px 40px 10px 20px;
        display: none;
    }
    #opt-menu ul{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    #opt-menu li{
        cursor: pointer;
        list-style: none;
        color: #808488;
    }
    #opt-menu li:hover{
        color: #F8939A;
        text-decoration: underline;
    }
    #close{
        font-size: 180%;
        color:#F3515B;
        cursor: pointer;
        position: absolute;
        right: 30px;
    }

    .navigation_bar{
        position: relative;
        width: 100vw;
        height: 15vh;
        background-color:#FFFFFF;
        display: flex;
        justify-content: space-between;
        /* gap: 10px; */
        padding: 0px;
    }
    .navigation_bar .nav_logo{
        display: flex;
        align-items: center;
        margin-left: 35px;

        gap: 13vw;

    }
    .nav_logo img{
        width: 50%;
    }
    .nav_logo h3{
        font-size: 25px;
        line-height: 25px;

        width: 90px;

        text-align: center;
    }
    
    .nav_logo h3 span{
        font-size: 18px;
        font-weight: 500;
    }

    


     /* main_section */
     .main_section{
        height: fit-content;
        padding: 30px 0px 0 30px;
        background-color: #FDEEEE;

        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: flex-start;

        gap: 30px;
     }
    
    .main_section div h1{
        font-weight: 600;

        font-size: 45px;
        line-height: 60px;
        margin: 20px 0;

    }


    .about_me_btn {
        width: fit-content;
        padding: 1vw 3vw;
        font-size: 16px;
        margin-right: 20px;
    }
    
    .get_a_service_btn {
        width: fit-content;
        padding: 1vw 3vw;
        font-size: 16px;
    }

    #hero-women {
        width: 66%;
        position: relative;
        margin: auto;

        bottom: 0;
        right: 0px;
    }



     /* services_section */
     .home-service{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .services_section h1{
        font-size: 30px;
    }
    .services_section h2{
        font-size: 45px;
    }
    .office-service{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }





    /* about_us_section */
    .about_us_section{
        padding: 0 20px;
        margin: 0;
    }
    .about_us_section h1 {
        font-size: 30px;
    }
    .about_us_content {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    .about_us_content img{
        width: 60vw;
    }
    .about_us_content p{
        width: 80vw;
    }





    /* hero_section */
    
    .hero_section{
        margin: 0;
        padding: 10px;
    } 
    .hero_box {
        display: flex;
        flex-direction: column;
    }
    .hero_content{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hero_content h1{
        font-size: 42px;
        text-align: center;
    }
    .hero_content p{
        width: 60vw;
        margin-top: 20px;
        text-align: justify;
    }
    .hero_contact  {
        width: 230px;
        white-space:nowrap;
        padding: 5px 30px;
        margin-top: 20px;

        font-size: 20px;
    }





    /* cleaning_features */
    .cleaning_features{
        height: fit-content;
        margin-top: 10px;
        padding: 30px 20px;
        background-size: cover;
    }

    .cleaning_features div{
        width: 100%;
        height: 100vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    
    .cleaning_features i {
        font-size: 40px;
    }
    
    .cleaning_features h2 {
        font-size: 17px;
    }




    /* schedule_cleaning */
    .schedule_cleaning div{
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 30px;
        margin: 0px 20px;
    } 
    .schedule_cleaning div h1{
        font-size: 30px;
        font-weight: 500;
    }
    .schedule_cleaning div button{
        font-size: 17px;
        white-space: nowrap;
    }

    /* clients_section */
    
    .clients_section{
        padding: 0 20px;
    }
    .clients_section h1{
        font-size: 36px;
        margin: 0px 0px 40px;
    }
    .client_boxes{
        gap: 30px;
    }
    .client_box{
        background-color: #FEF6F6;
        border-radius: 30px;

        display: flex;
        flex-direction: column;
        padding: 17px;

        gap: 10px;
    }
    
    
    
    .client_box div:last-child div {
        text-align: center;
    }
    
    .client_box div:last-child h3 {
        text-align: center;
    }








    /* footer */
    footer{
        padding: 10px;
    }
    .footer_top{
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    .footer_top button{
        margin-top: 20px;
    }

    .footer_top h2{
        font-size: 28px;
    }
    .Request_A_Callback{
        align-items: center;
    }
    .Get_In_Touch{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Get_In_Touch h1{
        font-size: 20px;
    } 
    .Get_In_Touch p:nth-child(4) br{
        display: none;
    }


    .footer-br{
        display: block;
    }
}


/* ========================================================================================================================================================================================================================================================================*/

@media (min-width : 400px) and (max-width : 510px){
    .navigation_bar .nav_links{
        display: none;
    }
    .navigation_bar .nav_contact{
        display: block;
        margin-right: 8vw;
    }
    .Call-For-a-Free-Estimate-span {
        display: none;
    }
    .navigation_bar #menu{
        display: inline;
    }
    .navigation_bar #menu{
        font-size: 180%;
        color: #F3515B;
        cursor: pointer;
        position: absolute;
        right: 20px;
    }
    #opt-menu{
        position: absolute;
        top: 100px;
        right: 0;
        z-index: 2;
        background-color:#FEF6F6;
        padding: 10px 40px 10px 20px;
        display: none;
    }
    #opt-menu ul{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    #opt-menu li{
        cursor: pointer;
        list-style: none;
        color: #808488;
    }
    #opt-menu li:hover{
        color: #F8939A;
        text-decoration: underline;
    }
    #close{
        font-size: 170%;
        color:#F3515B;
        cursor: pointer;
        position: absolute;
        right: 20px;
    }

    .navigation_bar{
        position: relative;
        width: 100vw;
        height: 15vh;
        background-color:#FFFFFF;
        display: flex;
        justify-content: space-between;
        /* gap: 10px; */
        padding: 38px 20px;
    }
    .navigation_bar .nav_logo{
        display: flex;
        align-items: center;
    }
    .navigation_bar .nav_logo img{
        width: 30%;
    }
    .navigation_bar .nav_logo h3{
        font-size: 20px;
    }

    .Contact_number_box {
        padding: 10px 20px;
        margin: 0px;
    }

     /* main_section */
     .main_section{
        height: fit-content;
        padding: 40px 0px 0 50px;
        background-color: #FDEEEE;

        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: flex-start;

        gap: 50px;
     }
    
    .main_section div h1{
        font-weight: 500;

        font-size: 10vw;
        line-height: 80px;
    }


    .about_me_btn {
        width: fit-content;
        padding: 1vw 3vw;
        font-size: 16px;
        margin-right: 20px;
    }
    
    .get_a_service_btn {
        width: fit-content;
        padding: 1vw 3vw;
        font-size: 16px;
    }

    #hero-women {
        width: 60%;
        position: relative;
        margin: auto;

        bottom: 0;
        right: 0px;
    }
    


     /* services_section */
     .home-service{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .services_section h1{
        font-size:50px;
    }
    .services_section h2{
        font-size: 6vw;
    }
    .office-service{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }





    /* about_us_section */
    .about_us_section{
        padding: 0 20px;
        margin: 0;
    }
    .about_us_section h1 {
        font-size: 30px;
    }
    .about_us_content {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    .about_us_content img{
        width: 60vw;
    }
    .about_us_content p{
        width: 80vw;
    }





    /* hero_section */
    .hero_section{
        margin: 0;
        padding: 0 10px;
    }
    .hero_box {
        display: flex;
        flex-direction: column;
    }
    .hero_box .hero_content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero_content h1{
        width: 60vw;
        text-align: center;
    }
    .hero_content p{
        width: 80vw;
        margin-top: 20px;
        text-align: center;
    }

    /* cleaning_features */
    .cleaning_features{
        height: fit-content;
        margin-top: 10px;
        padding: 30px 20px;
        background-size: cover;
    }

    .cleaning_features div{
        width: 100%;
        height: 100vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    
    .cleaning_features i {
        font-size: 40px;
    }
    
    .cleaning_features h2 {
        font-size: 17px;
    }




    /* schedule_cleaning */
    .schedule_cleaning div{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .schedule_cleaning div button{
        white-space: nowrap;
        padding:10px  ;
    }

    /* clients_section */
    .clients_section{
        padding: 0;
    }
    .clients_section h1{
        font-size: 30px;
        margin: 50px;
    }
    .client_boxes{
        gap: 30px;
        padding: 20px;
    }
    .client_box{
        background-color: #FEF6F6;
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    /* footer */
    footer{
        padding: 10px;
    }
    .footer_top{
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    .footer_top button{
        margin-top: 20px;
    }

    .footer_top h2{
        font-size: 28px;
    }
    .Request_A_Callback{
        align-items: center;
    }
    .Get_In_Touch{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Get_In_Touch h1{
        font-size: 20px;
    } 
    .Get_In_Touch p:nth-child(4) br{
        display: none;
    }
}

/* ========================================================================================================================================================================================================================================================================*/



@media (min-width : 510px) and (max-width :768px){
    .navigation_bar .nav_links{
        display: none;
    }
    .navigation_bar .nav_contact{
        display: block;
        margin-right: 8vw;
    }
    .Call-For-a-Free-Estimate-span {
        display: none;
    }
    .navigation_bar #menu{
        display: inline;
    }
    .navigation_bar #menu{
        font-size: 180%;
        color: #F3515B;
        cursor: pointer;
        position: absolute;
        right: 20px;
    }
    #opt-menu{
        position: absolute;
        top: 100px;
        right: 0;
        z-index: 2;
        background-color:#FEF6F6;
        padding: 10px 40px 10px 20px;
        display: none;
    }
    #opt-menu ul{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    #opt-menu li{
        cursor: pointer;
        list-style: none;
        color: #808488;
    }
    #opt-menu li:hover{
        color: #F8939A;
        text-decoration: underline;
    }
    #close{
        font-size: 170%;
        color:#F3515B;
        cursor: pointer;
        position: absolute;
        right: 20px;
    }

    .navigation_bar{
        position: relative;
        width: 100vw;
        height: 15vh;
        background-color:#FFFFFF;
        display: flex;
        justify-content: space-between;
        /* gap: 10px; */
        padding: 38px 20px;
    }
    .navigation_bar .nav_logo{
        display: flex;
        align-items: center;
    }
    .navigation_bar .nav_logo img{
        width: 30%;
    }
    .navigation_bar .nav_logo h3{
        font-size: 20px;
    }

    .Contact_number_box {
        padding: 10px 20px;
        margin: 0px;
    }

     /* main_section */
     .main_section{
        height: fit-content;
        padding: 40px 0px 0 50px;
        background-color: #FDEEEE;

        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: flex-start;

        gap: 50px;
     }
    
    .main_section div h1{
        font-weight: 500;

        font-size: 10vw;
        line-height: 80px;
    }


    .about_me_btn {
        width: fit-content;
        padding: 1vw 3vw;
        font-size: 16px;
        margin-right: 20px;
    }
    
    .get_a_service_btn {
        width: fit-content;
        padding: 1vw 3vw;
        font-size: 16px;
    }

    #hero-women {
        width: 60%;
        position: relative;
        margin: auto;

        bottom: 0;
        right: 0px;
    }
    


     /* services_section */
     .home-service{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .services_section h1{
        font-size:50px;
    }
    .services_section h2{
        font-size: 6vw;
    }
    .office-service{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }





    /* about_us_section */
    .about_us_section{
        padding: 0 20px;
        margin: 0;
    }
    .about_us_section h1 {
        font-size: 30px;
    }
    .about_us_content {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    .about_us_content img{
        width: 60vw;
    }
    .about_us_content p{
        width: 80vw;
    }





    /* hero_section */
    .hero_section{
        margin: 0;
        padding: 0 10px;
    }
    .hero_box {
        display: flex;
        flex-direction: column;
    }
    .hero_box .hero_content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero_content h1{
        width: 60vw;
        text-align: center;
    }
    .hero_content p{
        width: 80vw;
        margin-top: 20px;
        text-align: center;
    }

    /* cleaning_features */
    .cleaning_features{
        height: fit-content;

        padding: 0 10px;
    }


    .cleaning_features div{
    
        display: flex;
        justify-content: center;
        align-items: center;
    
        gap: 20px;
    }
    
    .cleaning_features i {
        font-size: 40px;
    }
    
    .cleaning_features h2 {
        font-size: 17px;
    }





    /* schedule_cleaning */
    .schedule_cleaning div{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .schedule_cleaning div button{
        white-space: nowrap;
        padding:10px  ;
    }

    /* clients_section */
    .clients_section{
        padding: 0;
    }
    .clients_section h1{
        font-size: 30px;
        margin: 50px;
    }
    .client_boxes{
        gap: 30px;
        padding: 20px;
    }
    .client_box{
        background-color: #FEF6F6;
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    /* footer */
    footer{
        padding: 10px;
    }
    .footer_top{
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    .footer_top button{
        margin-top: 20px;
    }

    .footer_top h2{
        font-size: 28px;
    }
    .Request_A_Callback{
        align-items: center;
    }
    .Get_In_Touch{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Get_In_Touch h1{
        font-size: 20px;
    } 
    .Get_In_Touch p:nth-child(4) br{
        display: none;
    }
}


/* ========================================================================================================================================================================================================================================================================*/

@media (min-width : 768px) and (max-width :900px){
    .navigation_bar .nav_links{
        display: none;
    }
    .navigation_bar .nav_contact{
        display: block;

        margin-right: 20vw;
    }
    .navigation_bar #menu{
        display: inline;
    }
    .navigation_bar #menu{
        font-size: 180%;
        color: #F3515B;
        cursor: pointer;
        position: absolute;
        right: 60px;
    }
    #opt-menu{
        position: absolute;
        top: 100px;
        right: 0;
        z-index: 2;
        background-color:#FEF6F6;
        padding: 10px 40px 10px 20px;
        display: none;
    }
    #opt-menu ul{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    #opt-menu li{
        cursor: pointer;
        list-style: none;
        color: #808488;
    }
    #opt-menu li:hover{
        color: #F8939A;
        text-decoration: underline;
    }
    #close{
        font-size: 170%;
        color:#F3515B;
        cursor: pointer;
        position: absolute;
        right: 60px;
    }


    .navigation_bar{
        position: relative;
        width: 100vw;
        height: 15vh;
        background-color:#FFFFFF;
        display: flex;
        justify-content: space-between;
        padding: 38px 20px;
    }
    .navigation_bar .nav_logo{
        display: flex;
        align-items: center;
        margin-left: 30px;
    }
    .navigation_bar .nav_logo img{
        width: 30%;
    }
    .navigation_bar .nav_logo h3{
        font-size: 20px;
    }

     /* main_section */
     .main_section{
        height: fit-content;
        padding: 40px 0px 0 50px;
        background-color: #FDEEEE;

        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: flex-start;

        gap: 50px;
     }
    
    .main_section div h1{
        font-weight: 500;
    }
    
    .main_section .get_a_service_btn{
        padding: 10px 35px;
    }

    #hero-women {
        width: 60%;
        position: relative;
        margin: auto;

        bottom: 0;
        right: 0px;

        /* padding: 0 150px; */
    }
    

   


     /* services_section */
     .home-service{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .services_section h1{
        font-size:50px;
    }
    .services_section h2{
        font-size: 6vw;
    }
    .office-service{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }





    /* about_us_section */
    .about_us_section{
        padding: 0 20px;
        margin: 0;
    }
    .about_us_section h1 {
        font-size: 30px;
    }
    .about_us_content {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    .about_us_content img{
        width: 60vw;
    }
    .about_us_content p{
        width: 80vw;
    }





    /* hero_section */
    .hero_section{
        margin: 0;
        padding: 0 10px;
    }
    .hero_box {
        display: flex;
        flex-direction: column;
    }
    .hero_box .hero_content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero_content h1{
        width: 60vw;
        text-align: center;
    }
    .hero_content p{
        width: 80vw;
        margin-top: 20px;
        text-align: justify;
    }

    /* cleaning_features */
    .cleaning_features{
        height: fit-content;

        padding: 0 10px;
    }


    .cleaning_features div{
    
        display: flex;
        justify-content: center;
        align-items: center;
    
        gap: 20px;
    }
    
    .cleaning_features i {
        font-size: 50px;
    }
    
    .cleaning_features h2 {
        font-size: 20px;
    }





    /* schedule_cleaning */
    .schedule_cleaning div{
        display: flex;
        /* flex-wrap: wrap; */
        gap: 40px;
    }
    .schedule_cleaning div button{
        white-space: nowrap;
        padding:10px  ;
    }

    /* clients_section */
    .clients_section{
        padding: 0;
    }
    .clients_section h1{
        font-size: 30px;
        margin: 50px;
    }
    .client_boxes{
        gap: 30px;
        padding: 20px;
    }
    .client_box{
        background-color: #FEF6F6;
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    /* footer */
    footer{
        padding: 10px;
    }
    .footer_top{
        flex-wrap: wrap;
        padding: 10px;
    }
    .footer_top button{
        margin-top: 20px;
    }

    .footer_top h2{
        font-size: 28px;
    }
    .Request_A_Callback{
        align-items: center;
    }
    .Get_In_Touch{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Get_In_Touch h1{
        font-size: 20px;
    } 
    .Get_In_Touch p:nth-child(4) br{
        display: none;
    }
}

/* ========================================================================================================================================================================================================================================================================*/

@media (min-width : 900px) and (max-width : 940px){
    /* navigation_bar */

    .navigation_bar{
        padding: 10px 3vw;
    }

    .nav_logo img{
        width: 50px;
    }

    .nav_logo h3{
        font-size: 20px;
        line-height: 25px;

        width: 90px;
    }

    .Call-For-a-Free-Estimate-span {
        display: none;
    }


    /* main_section */
    
    .main_section {
        /* padding: 80px;
        width: 100vw;
        height: 100vh;
        background-image: url("../assets/static-bg-min.png");
        background-repeat: no-repeat;
        background-position: center; */
    
        /* position: relative;
        z-index: 1;
    
        display: flex;
        justify-content: flex-start;
        align-items: center; */

        height: fit-content;
        padding: 50px;
        background-color: #FCE6E6;
    }
    
    .main_section::after {
        /* content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    
        width: 100%;
        height: 100%;
        background-color: #f0727a11; */
    }
    
    .main_section div div {
        /* width: fit-content;
        background-color: #f0727b;
        color: white;
        padding: 5px 20px;
    
        border-radius: 5px; */
    }
    
    
    
    .main_section h1 {
        font-size: 5vw;
    
        color: #F23D49;
    
        line-height: 70px;
    
        margin: 30px 0;
    }
    
    
    .about_me_btn {
        /* width: fit-content;
        background-color: #688fd7;
        color: yellow; */
        padding: 1vw 3vw;
    
        /* border: 3px solid transparent;
        border-radius: 25px; */
    
        margin-right: 1.2vw;
    
        font-size: 1.6vw;
    }
    .about_me_btn:hover {
        /* background-color: #F23D49;
        color: white; */
    }
    
    
    
    
    
    
    .get_a_service_btn {
        /* width: fit-content;
        background-color: white;
        color: #F23D49; */
        padding: 1vw 3vw;
        /* border: 3px solid #F23D49;
        border-radius: 25px; */
    
        font-size: 1.6vw;
    }
    
    .get_a_service_btn:hover {
        /* background-color: #F23D49;
        color: white; */
    }
    
    
    
    
    #hero-women {
        height: 95%;
        position: absolute;
    
        bottom: 0;
        right: 75px;
    }




    /* services_section */
    .home-service{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .services_box{
        padding: 20px;
    }
    .office-service{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    /* about_us_section */
    .about_us_content {
        display: flex;
        /* flex-wrap: wrap; */
        padding: 50px 70px 50px;


    
        /* padding: 30px 100px; */
        /* text-align: justify;
    
        display: flex;
        justify-content: center;
        align-items: center; */
    
        gap: 30px;
    
    }
    .about_us_content img{
        width: 50%;
    }

    .about_us_content div{
        max-width: 50%;
    }

    /* hero_section*/
    .hero_section{
        width: 100%;
        margin: 0;
        padding: 0 10px;
    } 
    .hero_box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;

        padding: 30px 50px;

    }
    .hero_box .hero_content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .hero_box .hero_content p{
        width: 50vw;
        text-align: justify;
    }

     /* cleaning_features */
    .cleaning_features{
        height: fit-content;
    }
    .cleaning_features .icon{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        gap: 70px;
    }
    .cleaning_features .icon div{
        width: 180px;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cleaning_features i{
        font-size: 54px;
    }
    .cleaning_features h2{
        font-size: 20px;
    }

    /* schedule_cleaning */
    .schedule_cleaning div{
        margin-top: 20px;
    }
    .schedule_cleaning div h1{
        width: 80vw;
    }

    /* clients_section */
    .clients_section{
        padding: 0;
    }
    .clients_section h1{
        font-size: 30px;
        margin: 50px;
    }
    .client_boxes{
        gap: 30px;
        padding: 20px;
    }
    .client_box{
        background-color: #FEF6F6;
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    /* footer */
    footer{
        padding: 10px;
    }
    .footer_top{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    } 
    .footer_top h2{
        font-size: 30px;
    }
    .Request_A_Callback{
        align-items: center;
    }
    .footer_top button{
        margin-top: 20px;
    }
    .Get_In_Touch{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Get_In_Touch h1{
        font-size: 20px;
        margin-bottom: 20px;
    } 
    .Get_In_Touch p{
        text-align: center;
    }
    .Quick_Links a{
        display: flex;
    }
    .Quick_Links a i{
        margin-top: 4px;
    }
}

/* ========================================================================================================================================================================================================================================================================*/

@media (min-width : 940px) and (max-width :1100px){

    /* navigation_bar */

    .navigation_bar{
        padding: 10px 5vw;
    }

    .nav_logo img{
        width: 50px;
    }

    .nav_logo h3{
        font-size: 20px;
        line-height: 25px;

        width: 90px;
    }

    .Call-For-a-Free-Estimate-span {
        display: none;
    }


    /* main_section */
    
    .main_section {
        /* padding: 80px;
        width: 100vw;
        height: 100vh;
        background-image: url("../assets/static-bg-min.png");
        background-repeat: no-repeat;
        background-position: center; */
    
        /* position: relative;
        z-index: 1;
    
        display: flex;
        justify-content: flex-start;
        align-items: center; */

        height: fit-content;
        padding: 50px;
        background-color: #FCE6E6;
    }
    
    .main_section::after {
        /* content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    
        width: 100%;
        height: 100%;
        background-color: #f0727a11; */
    }
    
    .main_section div div {
        /* width: fit-content;
        background-color: #f0727b;
        color: white;
        padding: 5px 20px;
    
        border-radius: 5px; */
    }
    
    
    
    .main_section h1 {
        font-size: 5vw;
    
        color: #F23D49;
    
        line-height: 80px;
    
        margin: 30px 0;
    }
    
    
    .about_me_btn {
        /* width: fit-content;
        background-color: #688fd7;
        color: yellow; */
        padding: 1vw 3vw;
    
        /* border: 3px solid transparent;
        border-radius: 25px; */
    
        margin-right: 1.2vw;
    
        font-size: 1.6vw;
    }
    .about_me_btn:hover {
        /* background-color: #F23D49;
        color: white; */
    }
    
    
    
    
    
    
    .get_a_service_btn {
        /* width: fit-content;
        background-color: white;
        color: #F23D49; */
        padding: 1vw 3vw;
        /* border: 3px solid #F23D49;
        border-radius: 25px; */
    
        font-size: 1.6vw;
    }
    
    .get_a_service_btn:hover {
        /* background-color: #F23D49;
        color: white; */
    }
    
    
    
    
    #hero-women {
        height: 95%;
        position: absolute;
    
        bottom: 0;
        right: 85px;
    }




    /* services_section */
    .home-service{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .services_box{
        padding: 20px;
    }
    .office-service{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    /* about_us_section */
    .about_us_content {
        display: flex;
        /* flex-wrap: wrap; */
        padding: 50px;
    }
    .about_us_content img{
        width: 50%;
    }

    .about_us_content div{
        max-width: 50%;
    }

    /* hero_section*/
    .hero_section{
        width: 100%;
        margin: 0;
        padding: 0 10px;
    } 
    .hero_box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;

        padding: 30px 50px;

    }
    .hero_box .hero_content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .hero_box .hero_content p{
        width: 50vw;
        text-align: justify;
    }

     /* cleaning_features */
    .cleaning_features{
        height: fit-content;
    }
    .cleaning_features .icon{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        gap: 70px;
    }
    .cleaning_features .icon div{
        width: 180px;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cleaning_features .icon  i{
        font-size: 80px;
    }
    .cleaning_features .icon h2{
        font-size: 30px;
    }

    /* schedule_cleaning */
    .schedule_cleaning div{
        margin-top: 20px;
    }
    .schedule_cleaning div h1{
        width: 80vw;
    }

    /* clients_section */
    .clients_section{
        padding: 0;
    }
    .clients_section h1{
        font-size: 30px;
        margin: 50px;
    }
    .client_boxes{
        gap: 30px;
        padding: 20px;
    }
    .client_box{
        background-color: #FEF6F6;
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    /* footer */
    footer{
        padding: 10px;
    }
    .footer_top{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    } 
    .footer_top h2{
        font-size: 30px;
    }
    .Request_A_Callback{
        align-items: center;
    }
    .footer_top button{
        margin-top: 20px;
    }
    .Get_In_Touch{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Get_In_Touch h1{
        font-size: 20px;
        margin-bottom: 20px;
    } 
    .Get_In_Touch p{
        text-align: center;
    }
    .Quick_Links a{
        display: flex;
    }
    .Quick_Links a i{
        margin-top: 4px;
    }

}


/* ========================================================================================================================================================================================================================================================================*/


@media (min-width : 1100px) and (max-width :1200px){
    /* navigation_bar */

    .navigation_bar{
        padding: 15px 5vw;
    }

    .nav_logo img{
        width: 65px;
    }

    .nav_logo h3{
        font-size: 20px;
        line-height: 25px;

        width: 90px;
    }

    .Call-For-a-Free-Estimate-span {
        display: none;
    }


    /* main_section */
    
    .main_section {
        /* padding: 80px;
        width: 100vw;
        height: 100vh;
        background-image: url("../assets/static-bg-min.png");
        background-repeat: no-repeat;
        background-position: center; */
    
        /* position: relative;
        z-index: 1;
    
        display: flex;
        justify-content: flex-start;
        align-items: center; */

        height: fit-content;
        padding: 50px;
        background-color: #FCE6E6;
    }
    
    .main_section::after {
        /* content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    
        width: 100%;
        height: 100%;
        background-color: #f0727a11; */
    }
    
    .main_section div div {
        /* width: fit-content;
        background-color: #f0727b;
        color: white;
        padding: 5px 20px;
    
        border-radius: 5px; */
    }
    
    
    
    .main_section h1 {
        font-size: 5vw;
    
        color: #F23D49;
    
        line-height: 80px;
    
        margin: 30px 0;
    }
    
    
    .about_me_btn {
        /* width: fit-content;
        background-color: #688fd7;
        color: yellow; */
        padding: 10px 30px;
    
        /* border: 3px solid transparent;
        border-radius: 25px; */
    
        margin-right: 12px;
    
        font-size: 16px;
    }
    .about_me_btn:hover {
        /* background-color: #F23D49;
        color: white; */
    }
    
    
    
    
    
    
    .get_a_service_btn {
        /* width: fit-content;
        background-color: white;
        color: #F23D49; */
        padding: 10px 30px;
        /* border: 3px solid #F23D49;
        border-radius: 25px; */
    
        font-size: 16px;
    }
    
    .get_a_service_btn:hover {
        /* background-color: #F23D49;
        color: white; */
    }
    
    
    
    
    #hero-women {
        height: 95%;
        position: absolute;
    
        bottom: 0;
        right: 150px;
    }




    /* services_section */
    .home-service{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .services_box{
        padding: 20px;
    }
    .office-service{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    /* about_us_section */
    .about_us_content {
        display: flex;
        /* flex-wrap: wrap; */
        padding: 50px;
    }
    .about_us_content img{
        width: 50%;
    }

    .about_us_content div{
        max-width: 50%;
    }

    /* hero_section*/
    .hero_section{
        width: 100%;
        margin: 0;
        padding: 0 10px;
    } 
    .hero_box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;

        padding: 30px 50px;

    }
    .hero_box .hero_content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .hero_box .hero_content p{
        width: 50vw;
        text-align: justify;
    }

     /* cleaning_features */
    .cleaning_features{
        height: fit-content;
    }
    .cleaning_features .icon{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        gap: 70px;
    }
    .cleaning_features .icon div{
        width: 180px;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cleaning_features .icon  i{
        font-size: 80px;
    }
    .cleaning_features .icon h2{
        font-size: 30px;
    }

    /* schedule_cleaning */
    .schedule_cleaning div{
        margin-top: 20px;
    }
    .schedule_cleaning div h1{
        width: 80vw;
    }

    /* clients_section */
    .clients_section{
        padding: 0;
    }
    .clients_section h1{
        font-size: 30px;
        margin: 50px;
    }
    .client_boxes{
        gap: 30px;
        padding: 20px;
    }
    .client_box{
        background-color: #FEF6F6;
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    /* footer */
    footer{
        padding: 10px;
    }
    .footer_top{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    } 
    .footer_top h2{
        font-size: 30px;
    }
    .Request_A_Callback{
        align-items: center;
    }
    .footer_top button{
        margin-top: 20px;
    }
    .Get_In_Touch{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Get_In_Touch h1{
        font-size: 20px;
        margin-bottom: 20px;
    } 
    .Get_In_Touch p{
        text-align: center;
    }
    .Quick_Links a{
        display: flex;
    }
    .Quick_Links a i{
        margin-top: 4px;
    }
}


/* ========================================================================================================================================================================================================================================================================
*/

@media (min-width : 1200px) and (max-width :1300px){
    /* navigation_bar */

    .navigation_bar{
        padding: 15px 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav_logo img{
        width: 65px;
    }

    .nav_logo h3{
        font-size: 30px;
        line-height: 25px;
        width: 90px;
    }

    .Call-For-a-Free-Estimate-span {
        display: inline;
    }

    

    

    /* main_section */
    
    .main_section {
        /* padding: 80px;
        width: 100vw;
        height: 100vh;
        background-image: url("../assets/static-bg-min.png");
        background-repeat: no-repeat;
        background-position: center; */
    
        /* position: relative;
        z-index: 1;
    
        display: flex;
        justify-content: flex-start;
        align-items: center; */

        height: fit-content;
        padding: 50px;
        background-color: #FCE6E6;
    }
    
    .main_section::after {
        /* content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    
        width: 100%;
        height: 100%;
        background-color: #f0727a11; */
    }
    
    .main_section div div {
        /* width: fit-content;
        background-color: #f0727b;
        color: white;
        padding: 5px 20px;
    
        border-radius: 5px; */
    }
    
    
    
    .main_section h1 {
        font-size: 5vw;
    
        color: #F23D49;
    
        line-height: 80px;
    
        margin: 30px 0;
    }
    
    
    .about_me_btn {
        /* width: fit-content;
        background-color: #688fd7;
        color: yellow; */
        padding: 10px 30px;
    
        /* border: 3px solid transparent;
        border-radius: 25px; */
    
        margin-right: 12px;
    
        font-size: 16px;
    }
    .about_me_btn:hover {
        /* background-color: #F23D49;
        color: white; */
    }
    
    
    
    
    
    
    .get_a_service_btn {
        /* width: fit-content;
        background-color: white;
        color: #F23D49; */
        padding: 10px 30px;
        /* border: 3px solid #F23D49;
        border-radius: 25px; */
    
        font-size: 16px;
    }
    
    .get_a_service_btn:hover {
        /* background-color: #F23D49;
        color: white; */
    }
    
    
    
    
    #hero-women {
        height: 95%;
        position: absolute;
    
        bottom: 0;
        right: 150px;
    }




    /* services_section */
    .home-service{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .services_box{
        padding: 20px;
    }
    .office-service{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    /* about_us_section */
    .about_us_content {
        display: flex;
        /* flex-wrap: wrap; */
        padding: 50px;
    }
    .about_us_content img{
        width: 50%;
    }

    .about_us_content div{
        max-width: 50%;
    }

    /* hero_section*/
    .hero_section{
        width: 100%;
        margin: 0;
        padding: 0 10px;
    } 
    .hero_box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;

        padding: 30px 50px;

    }
    .hero_box .hero_content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .hero_box .hero_content p{
        width: 50vw;
        text-align: justify;
    }

     /* cleaning_features */
    .cleaning_features{
        height: fit-content;
    }
    .cleaning_features .icon{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        gap: 70px;
    }
    .cleaning_features .icon div{
        width: 180px;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cleaning_features .icon  i{
        font-size: 80px;
    }
    .cleaning_features .icon h2{
        font-size: 30px;
    }

    /* schedule_cleaning */
    .schedule_cleaning div{
        margin-top: 20px;
    }
    .schedule_cleaning div h1{
        width: 80vw;
    }

    /* clients_section */
    .clients_section{
        padding: 0;
    }
    .clients_section h1{
        font-size: 30px;
        margin: 50px;
    }
    .client_boxes{
        gap: 30px;
        padding: 20px;
    }
    .client_box{
        background-color: #FEF6F6;
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    /* footer */
    footer{
        padding: 10px;
    }
    .footer_top{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    } 
    .footer_top h2{
        font-size: 30px;
    }
    .Request_A_Callback{
        align-items: center;
    }
    .footer_top button{
        margin-top: 20px;
    }
    .Get_In_Touch{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Get_In_Touch h1{
        font-size: 20px;
        margin-bottom: 20px;
    } 
    .Get_In_Touch p{
        text-align: center;
    }
    .Quick_Links a{
        display: flex;
    }
    .Quick_Links a i{
        margin-top: 4px;
    }
}

/* ========================================================================================================================================================================================================================================================================*/

@media (min-width : 1300px){
    /* clients_section */
    .clients_section{
        padding: 0;
    }
    .clients_section h1{
        font-size: 35px;
        margin: 50px;
    }
    .client_boxes{
        gap: 30px;
        padding: 20px;
    }
    .client_box{
        background-color: #FEF6F6;
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }
}



/* ========================================================================================================================================================================================================================================================================*/

