@media screen and (min-width: 576px) {
  .navbar-brand{
    display: none;
  }
  
}
@media screen and (max-width:785px) {
  .active2::after, .active1:hover::after{
    content: none;
  }
  #dashboard{
    background:none;
  }
  #footer{
    background:#0d043b;
  }
  .pl1{
    padding-left: 10% !important;
  }
  .logo_img {
    width: 15%;
  }
}