@media(max-width: 1100px) {
    .time_title {
        font-size: 25px;
    }
    .price_box {
        margin-bottom: 0px;
    }
    .contact_infoBox {
        width: 45% !important;
    }
    .menuarea {
        width: 78%;
    }
    .logoarea {
        width: 22%;
    }
}
@media(max-width: 800px) {
    .menuarea {
        width: 80%;
        display: flex;
        justify-content: end;
    }
    .menubar {
        gap: 10px;
    }
    .menubar .menu_item {
        margin-right: 10px;
        font-size: 16px;
    }
    .logoarea {
        width: 20%;
    }
    .hero_content h1 {
        font-size: 30px;
    }
    .hero {
        height: 579px;
    }
    .achievement {
        transform: translateY(50px);
    }
    .achevement_item h5 {
        font-size: 40px;
    }
    .section_title {
        font-size: 30px;
    }
    .offer_box {
        flex-wrap: wrap;
    }
    .offer_content, .offer_img {
        width: 100%;
    }
    .offer_img {
        height: auto;
    }
    .offer_content p {
        font-size: 13px;
    }
    .service_img {
        height: 135px;
    }
    .product_name {
        font-size: 15px;
    }
    .service_content p {
        font-size: 13px;
    }
    a.offer_btn {
        padding: 7px;
        font-size: 14px;
    }
    .googlereview .TsoQC {
        font-size: 2rem;
    }
    .googlereview .cGivuL {
        padding: 1rem;
    }
    .contact_infoBox .top_box h6 {
        font-size: 23px;
    }
}
@media(max-width: 767px) {
    .menubar{
        display:none;
        width:100%;
    }
    .menubar_mobile{
        display: block;
    }
    .menubar_mobile.active{
        transform: translateX(0%);
    }
    .mobile_toggle{
        display:block;
    }
    .mobile_menu_box{
    display: flex;
    flex-direction: column;
    }
    .menubar_mobile .menu_item {
        color: black;
        border-bottom: 1px solid #dadada;
        padding: 13px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    img.mobile_menuicon {
        width: 21px;
        height: 21px;
        margin-right: 5px;
    }
    .menubar_mobile .social_links{
        margin-left: 20px;
    }
    .hero {
        height: 663px;
    }
    .hero_content h1 {
        font-size: 25px;
    }
    .d-sm-none {
        display: none;
    }
    .offer_box {
        margin: 0 0 15px;
    }
    .offer_section {
        padding: 80px 0 0;
    }
    .price_section {
        padding: 30px 0 80px;
    }
    .service_img {
        height: 225px;
    }
    .service_box.service_box04 {
        margin-bottom: 68px;
    }
    .contact_form_row {
        flex-wrap: wrap;
    }
    .contact_formBox {
        width: 100% !important;
    }
    .contact_infoBox {
        width: 100% !important;
    }
    .detail_box {
        margin: 40px 0px;
    }
    .contact_section {
        padding: 50px 0;
    }
    footer p {
        font-size: 13px;
    } 
}
.menubar_mobile {
    background: white;
    position: fixed;
    top: 0;
    width: 70%;
    padding: 30px 0 80px;
    z-index: 100;
    left: 0;
    transform: translateX(-100%);
    /* display: none; */
    transition: 0.3s;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mobile_menu_box{
    display: flex;
    flex-direction: column;
}
.menubar_mobile .menu_item {
    color: black;
    border-bottom: 1px solid #dadada;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
img.mobile_menuicon {
    width: 21px;
    height: 21px;
    margin-right: 5px;
}
.menubar_mobile .social_links{
    margin-left: 20px;
}
.menubar_mobile .logo{
    margin-bottom: 20px;
}