/*your custom css goes here*/

@media only screen and (max-width: 991px) {
  #custom_menu_bar {
    display: none !important;
  }
}