@media(max-width: 1024px) {
    #logo img {
        max-width: 260px;
    }

    section.main-banner {
        padding: 120px 0 90px 0;
    }

    .main-banner h1 {
        font-size: 36px;
        font-weight: 600;
    }

    .business-card .p-30 {
        padding: 20px;
    }

    .exp-content h5 {
        font-size: 16px;
    }

    .service-featured-image {

        a,
        figure,
        img {
            height: 100%;
        }

        height: 100%;
    }
}

@media(max-width: 992px) {
    footer .menu-simple li {
        margin: 0 0px;
    }

    .title-wrap h2 {
        font-size: 30px;
        font-weight: 600;
    }
}

@media(max-width: 820px) {
    .advertisement-band {
        height: 210px;
    }

    .exp-wrap {
        top: 85%;
        right: 30px;
    }

    .page-tabs ul {
        justify-content: start;
        gap: 6px;
    }

    .page-tabs ul li a {
        font-size: 14px;
    }

    .product-section .half-fluid .img-style-01 .image {
        width: 90%;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .product-section.reverse-section .half-fluid .img-style-01 .image {
        width: 90%;
        margin: 30px 0 0 auto;
    }
}

@media(max-width: 768px) {
    .address-box.mb-4 {
        margin-bottom: 0 !important;
    }

    .google-maps {
        padding-bottom: 40%;
    }
}

@media(max-width: 736px) {
    .product-content {
        padding: 10px 10px 5px;
        display: block;
    }

    .pTitle {
        line-height: 16px;
    }

    .product-card {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .title-wrap h2 {
        font-size: 24px;
    }

    .grid-divider>[class*=col-]:nth-child(n+2):after,
    .text-light .grid-divider>[class*=col-]:nth-child(n+2):after {
        border-left: 0;
        border-top: 1px dotted rgb(255 255 255 / 50%);
        left: 10%;
        width: 80%;
        top: -10px;
    }

    .why-choose-image {
        min-width: 50%;
        height: 200px;
    }

    .why-choose-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .trust-expert-section .img-style-01 .image.bgcustom {
        margin-bottom: 30px;
    }

    #subheader {
        padding: 90px 0 15px 0 !important;
    }

    #subheader .jarallax-img {
        object-position: 50% 18% !important;
    }
}

@media(min-width: 668px){
    span#toggle-products{
        display: none;
    }
}

@media(max-width: 667px) {
    #subheader {
        padding: 90px 0 20px 0 !important;
    }

    #subheader .jarallax-img {
        object-position: 50% 20% !important;
    }

    ul#product-list {
        display: none;
    }

    span#toggle-products {
        cursor: pointer;
        font-weight: bold;
        color: #007BFF;
    }

    .page-tabs {
        padding: 0px 0;
        position: fixed;
        z-index: 5;
        bottom: 10px;
        left: -30px;
    }

    span#toggle-products {
        background: var(--primary-color);
        color: #fff;
        padding: 5px 12px;
        border-radius: 0 10px 10px 0;
        width: 150px;
        display: inline-flex;
        align-items: baseline;
        gap: 9px;
    }

    span#toggle-products.b-radius {
        border-radius: 0 0px 10px 0;
    }

    .page-tabs ul {
        display: block;
        box-shadow: rgba(141, 141, 168, 0.2) 0px 7px 29px 0px;
    }

    .page-tabs ul li:first-child {
        border-radius: 0 10px 0 0;
        border-top: none;
    }

    .page-tabs ul li {
        border: none;
        border-top: 1px solid var(--primary-color);
        border-radius: 0;
        width: 150px;
        position: relative;
    }
    .page-tabs ul li.active{
        background: #3b8b3e;   
    }
    .page-tabs ul li.active a{
        color: #fff;
    }
}

@media(max-width: 640px) {
    .main-banner h1 {
        font-size: 30px;
    }
}

@media(max-width: 568px) {
    #subheader h1 {
        font-size: 18px;
    }
}

@media(max-width: 480px) {
    #logo img {
        max-width: 200px;
    }

    section.main-banner {
        height: auto !important;
        padding: 150px 0 150px 0;
    }

    .menu_side_area {
        margin-left: 10px;
    }

    .main-banner .jarallax-img {
        object-position: top !important;
    }

    section.main-banner picture {
        display: none;
    }

    #menu-btn {
        margin-left: 0px;
    }

    .header-phone {
        padding: 4px 12px;
    }

    .title-wrap h2 {
        font-size: 20px;
    }

    .subtitle {
        font-size: 10px;
    }

    .about-us-section {
        .title-wrap {
            text-align: center;
        }

        .subtitle {
            padding-left: 0;
        }

        .subtitle:before {
            left: -60px;
        }
    }

    .services-section .swiper-button-next,
    .services-section .swiper-button-prev {
        top: 60px;
        right: 40px;
    }

    .services-section .swiper-button-prev {
        left: calc(100% - 110px) !important;
    }

    .copyright,
    .copyright ul li {
        font-size: 14px;
        text-align: center;
    }

    .half-fluid .image {
        min-height: 250px;
    }

    .exp-wrap {
        top: 65%;
    }

    .img-style-01 .image.bgcustom:after {
        height: 120px;
    }

    .page-tabs {
        left: -20px;
    }
}

@media(max-width: 414px) {
    .header-phone {
        display: none;
    }

    #logo img {
        max-width: 240px;
    }

    .why-choose-us-card h4 {
        font-size: 16px;
    }

    .why-choose-us-card p {
        font-size: 14px;
    }
}

@media(max-width: 393px) {
    .title-wrap h2 {
        line-height: 1.5;
    }

    #subheader .jarallax-img {
        object-position: 50% 25% !important;
    }
}

@media(max-width: 375px) {
    .exp-content h5 {
        font-size: 13px;
    }

    .exp-wrap {
        top: 75%;
        padding: 8px 15px;
    }
}

@media(max-width: 360px) {
    .contact-card.p-30 {
        padding: 20px;
    }

    .contact-wrap-head .fs-40 {
        font-size: 30px;
    }

    .google-maps {
        padding-bottom: 75%;
    }
}

@media(max-width: 320px) {
    #logo img {
        max-width: 220px;
    }

    .grid-divider>[class*=col-]:nth-child(n+2):after,
    .text-light .grid-divider>[class*=col-]:nth-child(n+2):after {
        top: -20px;
    }

    #subheader h1 {
        font-size: 16px;
    }

    #subheader {
        padding: 84px 0 20px 0 !important;
    }
}