@media only screen and (max-width: 1200px) {
    .offcanvas-size-30 {
        width: 100% !important;
    }
    .offcanvas-size-50 {
        width: 100% !important;
    }
    .offcanvas-size-100 {
        width: 100% !important;
    }
    .search-button-size {
        width: 100%;
    }
    .right-button {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 750px) {
    .sticky {
        position: fixed;
        top: 0px;
        z-index: 1000;
        margin-top: 130px; /* Adjust this value for the desired space when sticky */
        width: 100%;
    }
}
