.l2-menu-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }