.display {
  display: none;
}

@media (max-width: 700px) {
  .display {
    display: block;
  }
  .bg-m {
    width: 50px;
    height: 50px;
    background-color: white;
    position: fixed;
    right: 0%;
    top: 0px;
    z-index: 300;
    border: solid #0B8641 3px;
  }
  #toggle {
    display: block;
    position: fixed;
    width: 28px;
    height: 43px;
    right: 0;
    margin-top: -23px;
    margin-right: 10px;
    z-index: 1000;
    transform: scale(1.2, 1.2);
  }
  .box0 > a {
    display: none;
  }
  #toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #toggle span:after {
    top: 9px;
  }
  #toggle span {
    position: relative;
    display: block;
  }
  #toggle span,
#toggle span:after,
#toggle span:before {
    z-index: 100;
    width: 100%;
    height: 3.5px;
    background-color: #0B8641;
    transition: all 0.3s;
    border-radius: 2px;
  }
  /* on activation */
  #toggle.on {
    position: fixed;
    margin-top: -20px;
  }
  #toggle.on span {
    background-color: transparent;
  }
  #toggle.on span:before {
    transform: rotate(45deg) translate(5px, 6px);
  }
  #toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  #toggle.on + #menu {
    opacity: 1;
    visibility: visible;
    -webkit-animation: menu-anim 0.2s ease-in forwards;
            animation: menu-anim 0.2s ease-in forwards;
  }
  @-webkit-keyframes menu-anim {
    0% {
      transform: translate(0%, -100%) scale(1);
    }
    100% {
      transform: translate(0%, 0) scale(1);
    }
  }
  @keyframes menu-anim {
    0% {
      transform: translate(0%, -100%) scale(1);
    }
    100% {
      transform: translate(0%, 0) scale(1);
    }
  }
  /* menu appearance*/
  #menu {
    overflow: hidden;
    z-index: 11;
    position: fixed;
    background-color: #0B8641;
    width: 100%;
    right: 0%;
    top: 0;
    margin: auto;
    text-align: center;
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.746);
    border-bottom: 5px solid #0B8641 !important;
    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    font-weight: 200;
    z-index: 100;
  }
  .hd-menu::-webkit-scrollbar {
    display: none !important;
  }
  .hd-menu {
    margin-top: 0 !important;
    font-size: 10px !important;
    width: 100%;
  }
  .head-flex-s:nth-child(odd), .li-green {
    background-color: #EFF1DB !important;
  }
  .head-flex-s:nth-child(odd) a, .li-green a {
    color: #006237 !important;
  }
  .head-flex-s:nth-child(even) {
    background-color: #006237 !important;
  }
  .hm0 {
    height: 50px;
  }
  a {
    color: #EFF1DB !important;
  }
}/*# sourceMappingURL=menu.css.map */