@media screen and (max-width: 768px) {
    .top-bar p {
        font-size: 12px;
    }

    .theme-btn {
        display: none;
    }

    .hero-section,
    .after-hero,
    .products,
    .contact-section,
    .blogs,
    .testimonial,
    .query,
    .inner-head {
        padding: 30px 10px !important;
    }

    .enq-sec {
        padding: 0px 10px 30px 10px;
    }

    .hero-section .hero-inner {
        padding-top: 20px;
    }

    .hero-section .hero-inner h2 {
        font-size: 32px;
        font-weight: 700;
    }

    .hero-section .hero-btn a {
        padding: 15px 7px;
        width: 80%;
    }

    .all-device ul li.mt {
        margin-top: -13px !important;
    }

    .after-hero {
        padding: 50px 50px 0 50px;
    }

    .after-hero .inner-after .contact-btn a {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
        color: var(--light-color);
    }

    .after-hero .inner-after .contact-btn img {
        filter: brightness(10.5);
    }

    a.\32 {
        top: 5px;
    }

    a.\31 {
        top: 39px;
    }

    a.\35 {
        top: 33px;
    }

    a.\37 {
        top: 65px;
        left: 162px;
    }

    a.\36 {
        top: 136px;
    }

    a.\33 {
        top: 50px;
    }

    .tab-sec {
        padding-top: 11px !important;
    }

    .custom-tab {
        padding: 10px 5px;
    }

    .custom-tab h3 {
        font-size: 16px;
    }

    .blog-btn a {
        width: 70%;
    }

    .blogs .inner-heading {
        left: 20px;
    }

    .testimonial .inner-head h2 {
        font-size: 44px;
    }

    .testimonial-slider {
        padding-bottom: 50px;
    }

    .testimonial .arrow-left {
        left: 40%;
    }

    .testimonial .arrow-right {
        right: 40%;
    }

    .footer .footer-sec:before {
        width: 100%;
        height: 1px;
        right: 0px;
        top: 177px;
    }

    .footer.solid-bg {
        padding-top: 50px;
    }

    .footer-logo {
        text-align: center;
    }

    .footer .footer-logo p {
        text-align: center;
    }

    .footer.solid-bg:before {
        width: 100%;
        height: 18%;
        border-radius: 0px 0px 20px 20px;
    }

    .footer-links {
        margin-top: 15px;
    }

    .footer .contact-info {
        margin-top: 0;
        margin-right: 0;
    }

    .contact-info ul {
        width: 100%;
        padding: 0;
    }

    .header-banner {
        padding: 50px 50px 110px 50px;
    }

    .header-heading h2 {
        font-size: 30px;
    }

    .header-heading ul li,
    .header-heading ul li a {
        font-size: 11px;
    }

    .address-info-section .address-box {
        padding: 10px 10px;
    }

    .address-info-section .address-box .icon-box img {
        width: 45px;
    }

    .address-info-section {
        padding: 0px 10px 20px 10px;
    }

    .form-section {
        padding: 20px;
    }

    .address-box {
        margin-bottom: 10px;
    }

    .contact-form {
        margin-top: 10px;
    }

    .about-company {
        padding: 20px;
    }

    .about-company .company-title h4 {
        font-size: 36px;
    }

    .about-company .feature-box h6 {
        font-size: 18px;
    }

    .about-company .feature-box p {
        font-size: 11px;
    }

    .enq-section {
        padding: 20px;
    }
    .product-content a {
        width: 60%;
    }

}

@media screen and (max-width: 600px) {

    .hero-section .hero-inner h2 {
        text-align: center;
    }

    .after-hero .inner-after h2 {
        font-size: 36px;
    }

    .nav-pills {
        width: 100%;
        margin: 0 !important;
        flex-wrap: nowrap;
        flex-direction: row !important;
        overflow-x: scroll;
    }

    .hero-section .hero-inner p {
        text-align: center;
    }

    .hero-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-section .hero-btn a {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .first a {

        padding: 5px 8px;
        display: flex;
        align-items: center;
        border-radius: 25px;
        gap: 3px;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
    }

    .first a p {
        text-align: center;
    }

    .tab-sec {
        flex-wrap: wrap;
    }

    .tab-content {
        width: 100%;
        padding: 50px 0;
    }

    a.\37 {
        left: 50px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .products .inner-heading h2 {
        font-size: 37px;
    }

    .contact-btn a {
        width: 70%;
    }

    .blog-inner {
        padding: 20px 0;
    }

    .enquiry-inner h6 {
        font-size: 30px;
    }

    .enquiry-sec .contact-btn {
        justify-content: flex-start;
    }

    .enquiry-sec {
        margin-bottom: 0;
    }

    .query-btn a {
        margin-left: 0;
    }

    .footer.solid-bg:before {
        height: 16%;
    }

    .footer-logo {
        text-align: left;
    }

    .footer .footer-logo p {
        text-align: left;
    }

    .about-company .company-title h4 {
        font-size: 34px;
    }

    .enq-section .right-content {
        margin-left: 0;
        margin-top: -40px;
    }

    .enq-section .left-img img {
        height: 231px;
    }

    .enq-section .right-content .video-btn {
        right: 20px;
        bottom: 30px;
    }
}