@media screen and (max-width: 500px) {
    .footer_div_2 {
        padding: 0;
    }
    .footer_div_2 ul li {
        padding-left: 15px;
    }
}
@media screen and (max-width: 992px) {
    .footer_div_2 {
        padding: 0;
    }
    .footer_div_2 ul {
        flex-wrap: wrap;
    }
    .footer_div_2 ul li {
        padding-left: 15px;
    }
    .footer_div_2 ul li:first-child {
        padding-left: 0px;
    }
    .copyright-sec {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .woocommerce-product-image img {
        max-height: fit-content;
        min-height: fit-content;
    }
    .swiper-slide {
        justify-content: center;
        margin-top: 20px;
    }
    .pr-90 {
        padding-right: 0;
    }
    .content_sec {
        padding: 0px;
    }
    .award_content_sec {
        padding: 0;
    }
    button.navbar-toggler {
        border: none;
        margin-top: 18px;
    }
    button.navbar-toggler:focus {
        box-shadow: none;
    }
    a.navbar-brand img {
        width: auto;
        height: 60px;
    }
    .navbar {padding: 0px 0px 10px; position: relative;background-color: white !important;opacity: 1;}
    .navbar.navbar-scroll {
        position: fixed;
        top: -1px;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%);
    }
    .carousel-fade .carousel-item {height: 300px;}
    .section_padding {
        padding: 30px 0px;
    }
    .page-bg {padding: 16px 15px;}
    .shadow_page {padding: 15px 15px;}
    .sub-heading {
        font-size: 25px;
        line-height: 40px;
    }
    .card-flyer .text-box p {
        margin-top: 5px;
        padding-bottom: 0px;
        margin-bottom: 0px !important;
    }
    .card-flyer .text-box .text-container {
        padding: 5px 8px;
    }
    .left-side::before {
        right: -8px;
    }
    .right-side {
        margin-left: 0;
    }
    .left-side::before {
        display: none;
    }
}