@media (min-width:320px) and (max-width:767px) {
    .header-layout9 .header-top {
        display: none;
    }
    .about-company-since-wrap {
        position: absolute;
        top: 70%;
        left: 54%;
        display: inline-block;
        z-index: 1;
    }
    .title-area,
    .sec-title {
        --section-title-space: 50px;
        text-align: center;
    }
    .tab-btn {
        margin-left: 30%;
    }
    .space,
    .space-bottom {
        padding-bottom: 40px;
    }
    .choose-content {
        text-align: center;
    }
    .scroll-top {
        position: fixed;
        right: 30px;
        bottom: 77px;
        height: 50px;
        width: 50px;
        cursor: pointer;
        display: block;
        border-radius: 50px;
        z-index: 10000;
        opacity: 1;
        visibility: hidden;
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    .contact-info-wrap .sec-title {
        position: relative;
        margin-top: -0.6rem;
        font-size: 17px;
    }
    .contact-info-wrap {
        background-color: var(--smoke-color);
        padding: 18px;
    }
    .service-container {
        /* max-width: 1100px; */
        margin: 0 auto;
        background: #fff;
        padding: 0px 10px 40px;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    }
    .service-section {
        margin: 0px 6px 80px;
    }
    .service-section {
        background: #f8f9fb;
        padding: 0px 10px;
        font-family: 'Segoe UI', sans-serif;
    }
}

@media (min-width:1200px) and (max-width:1335px) {
    .main-menu>ul>li>a {
        padding: 26.5px 0px;
    }
    .main-menu>ul>li {
        margin: 0 12px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .main-menu>ul>li>a {
        padding: 18.5px 0px !important;
    }
}

@media (min-width:320px) and (max-width:991px) {
    .green-img {
        /* background-image: url('assets/images/sarava/bg-images/why-choose-us.jpg') !important; */
        display: none;
    }
    .inner-img {
        max-width: 100% !important;
        height: auto !important;
    }
}