@media (max-width: 992px) {
  .navbar-top .navbar-collapse {
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0px;
    background: #000;
    margin: 0px !important;
    left: 0px !important;
  }
}