@media only screen and (max-width: 768px) {
    .section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .social-icon-widget {
        display: none;
    }

    footer {
        padding-bottom: 75px;
    }

    .mobile-bottom-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .mobile-bottom-bar>.bottom-bar {
        width: calc(50% + 1px);
        display: inline-block;
        text-align: center;
        height: 100%;
        margin: -2px;
        padding: 0.75rem 0;
    }

    .header-sub-menu {
        min-height: 100%;
        top: 0;
        left: -100%;
        width: 100%;
        z-index: 2000;
    }

    .header-sub-menu.active {
        top: 0;
        left: 0;
    }

    .header-sub-menu #ProductMenu {
        height: calc(100vh - 70px);
        overflow-y: scroll;
    }

    .home-header>.container img {
        transform: scale(1);
    }

    .home-header {
        padding: 1rem;
    }

    .home-header>.container h1,
    .home-header>.container h1 span {
        font-size: 28px;
    }

    .home-header>.container p {
        font-size: 14px;
    }

    .home-header a.btn {
        width: 100%;
    }

    .products-header {
        padding: 1rem;
    }

    .products-header .container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .section.about-cta {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #carouselTestimonialIndicators .carousel-indicators {
        left: 0;
        bottom: 1.5rem;
        margin: auto;
        justify-content: center;
    }

    #carouselTestimonialIndicators .carousel-item img {
        border-radius: 2rem 2rem 0 0 !important;
    }

    .home-promotion.owl-theme .owl-nav {
        top: -210px;
    }

    .card-products {
        min-height: auto;
        height: 100%;
    }
}