.itopplus-background {

}
@media (max-width: 770px) {
  .row-fluid {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-default.navbar-fixed .nav {
    overflow: scroll;
    min-height: 100vh;
    height: auto;
    max-height: 100%;
  }
  
  ul#itopplus-nav-bar li {
    display: flex;
    flex-direction: column;
}
  
    ul#itopplus-nav-bar ul {
        position: unset;
        max-height: 100%;
        overflow: unset;
          border: none;
    box-shadow: none;
    background: transparent;
       padding-left: 20px;
    }
  

   #itopplus-nav-bar a {
    display: flex;
    color: #fff;
    padding: 10px 15px;
    width: fit-content;
    align-items: center;
    gap: 10px;
  }

  #itopplus-nav-bar a span {
    position: unset !important;
  }
  
}



