@media (max-width: 768px) {
    .container {
        padding: 0rem 2rem !important;
    }

    .owl-carousel,
    .owl-stage-outer {
        overflow: hidden !important;
    }

    header .logo {
        background-image: url('../img/favicon.svg');
        height: 40px;
        width: 40px;
    }

    header .fixed {
        padding: 1rem 0 !important;
    }

    header .fixed .container {
        display: flex;
        align-items: center;
    }

    header .top {
        text-align: center;
    }

    header .menu {
        position: absolute;
        display: none !important;
    }

    header .menu {
        flex-direction: column;
    }

    header .logo img {
        height: 40px !important;
    }

    header .mobile-nav-button {
        display: block !important;
    }

    header .nav {
        display: flex;
        align-items: center;
    }

    header .nav .mobile-nav-button .m {
        background-image: url('../img/menu.svg');
        display: inline-block;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    footer .menu {
        padding: 1rem !important;
    }

    footer .subscribe {
        padding: 1rem 0rem 1rem 0rem !important;
    }

    footer .subscribe-col {
        border-top: solid 1px #ccc;
    }

    footer .border-end-mob {
        border-width: 0 !important;
    }

    footer .subscribe form {
        display: flex !important;
    }

    footer .subscribe input {
        width: auto !important
    }

    footer .bottom {
        text-align: left !important;
    }

    #sidebarCanvas {
        background-color: var(--bs-accent);

    }

    #sidebarCanvas .offcanvas-body {
        padding: 3rem;
    }

    #sidebarCanvas .logo {
        height: 30px;
    }

    #sidebarCanvas .nav {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding-top: 3rem;
    }

    #sidebarCanvas .nav a,
    #sidebarCanvas .nav .btn {
        display: block;
        color: var(--bs-light) !important;
    }

    #sidebarCanvas .nav a:hover {
        text-decoration: underline;
    }

    #sidebarCanvas .f-nav {
        display: flex;
        gap: 50px;
    }

    #sidebarCanvas .f-nav a {
        display: inline-block;
        color: var(--bs-light) !important;
        font-size: 0.7rem !important;
        letter-spacing: 3px;
        opacity: 0.5;
        transition: opacity 0.3s ease-in-out;
    }

    #sidebarCanvas .f-nav a:hover {
        opacity: 1;
    }

    #sidebarCanvas .left-nav {
        padding-right: 0;
        width: auto;
    }

    #sidebarCanvas .btn-close {
        position: relative;
        right: 0 !important;
        top: 0;
        margin: 0;
        /* filter: invert(100%); */
        border: solid 1px #000;
        padding: 0.5rem;
        border-radius: 50rem;
        transition: right 1s ease-in-out;
    }

    .home-contact-us-from,
    .title-container {
        width: auto;
    }
    .solution-container .item{text-align: center;}
    .solution-container .img-right,
    .solution-container .img-left {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 90%;
        margin-bottom: 2rem;
    }
    .product-banner{padding-top: 5rem;}
    .product-banner .img{width: 100%;}
}