@media screen and (min-width:992px) {
    
.dropdown:hover>.dropdown-menu {
    display: block;
  }
  
}