@media screen and (max-width: 1200px) {
  header .header-middlebar-3 .widget_sd_widget_menu_toggle {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .menu-toggle {
    display: inline-flex !important;
    color: #ffffff;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    background-color: #269FB5;
    border-radius: 20px;
    height: unset;
    padding: 5px 20px;
  }
  .menu-toggle svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
  }
  .menu-toggle:hover, .menu-toggle:active {
    background-color: #213f4f;
  }
  .menu-toggle:hover svg, .menu-toggle:active svg {
    color: #269FB5;
  }
}

/*# sourceMappingURL=style.css.map */
