/* hid member portal button */

#left-buttons li:first-of-type {
  display: none;
}
 
@media (min-width: 1200px) {
    .dropdown-menu1 {
        margin-left: 27px !important;
    }
}
 