@media (max-width: 991px) {
    html .scroll-to-top.hidden-mobile {
        display: block!important;
    }
}
@media (max-width: 991px) {
    #header .header-body {
        position: fixed !important;
        top: 0 !important;
    }
}