@media only screen and (min-width: 768px) {
    .sticky-mobile.navbar {
        position: sticky;
        z-index: 999;
    }
}
.scroll-top {
    bottom: 120px;
}