@media (max-width: 1024px) {
    .hamburger {
        display: block;
    }

    .collapse.navbar-collapse {
        display: none !important;
    }
}

@media (max-width: 768px) {
    p {
        font-size: 14px;
    }

    .padding {
        padding: 50px 0;
    }

    .banner h3 {
        font-size: 24px;
    }

    .banner h2 {
        font-size: 40px;
    }

    .banner p,
    .enquiry p {
        font-size: 15px;
    }

    .navigation-buttons {
        display: none;
    }

    .who_card h4,
    .product_card h4 {
        font-size: 20px;
    }

    .about h1,
    .why h4,
    .testimonial h3,
    .products_section h3 {
        font-size: 28px;
    }

    .enquiry h2 {
        font-size: 40px;
    }

    .bannerSwipper {
        width: 100%;
        height: 70vh;
        margin-top: 100px;
    }

    .door {
        display: none;
    }

    .who_card {
        padding: 20px !important;
    }
}

@media (max-width: 576px) {
    .fixed ul li a img {
        width: 40px;
    }

    .padding {
        padding: 30px 0;
    }

    .inner_header {
        padding: 0;
    }

    .bannerSwipper {
        width: 100%;
        height: 50vh;
        margin-top: 80px;
    }

    .banner h3 {
        font-size: 22px;
    }

    .banner h2 {
        font-size: 36px;
    }

    .banner p,
    .enquiry p,
    .product_description ul li {
        font-size: 14px;
    }

    .navigation-buttons {
        display: none;
    }

    .who_card h4,
    .product_card h4 {
        font-size: 18px;
    }

    .about h1,
    .why h4,
    .testimonial h3,
    .products_section h3,
    .explore {
        font-size: 26px;
    }

    .enquiry h2 {
        font-size: 36px;
    }

    .fixed {
        bottom: 5%;
    }

    .contact_card {
        padding: 0px;
        border-radius: 0;
        overflow: hidden;
        box-shadow: none;
    }

    .form_padd {
        padding: 10px;
        padding-top: 30px;
    }

    .breadcrumb h1 {
        font-size: 26px;
    }

    .product_description h2 {
        font-size: 26px;
        margin-top: 30px;
    }

    .product_description h4 {
        font-size: 20px;
    }
}