.fixed-menu-b.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.fixed-menu-t.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
