div#sp-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    background: #fff;
    z-index: 9999 !important;
    border-top: 1px solid #d8d8d8;
}
section#sp-bottom-bar {
    height: 60px;
}
@media(min-width:992px){
section#sp-bottom-bar  {
    display: none;
}
}
@media screen and (min-width: 320px) and (max-width: 767px){
#sp-footer #sp-footer2 .sp-column .sp-copyright {
    margin-top: 0px;
}}

#bottom-menu .sppb-col-xs-3 {
    -ms-flex: 0 0 20% !IMPORTANT;
    flex: 0 0 20% !IMPORTANT;
    max-width: 20% !IMPORTANT;
}

@media(max-width:991px){
  div#chatra {
    bottom: 70px !Important;
    top: unset;
}
}