.fixed {
    position:fixed !important;
    top:0 !important;
    background-color: #FFF !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.129);
    width: 100%;
    z-index: 1;
  }
.bm-menu-wrap{
  position: fixed;
  right: -500px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  transition: .9s;  
}
.bm-overlay{
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: opacity 0.3s ease 0s;
}
.three-line_div{
  position: relative;
}
@media (max-width:1309px) {
    .header-nav-link,
    .header-button{
        display: none !important;
    }

    .three-line,
    .bm-menu-wrap,
    .three-line_div{
        display: block;
    }
    .header-flex{
      display: none;
    }
}
@media (min-width:1310px) {
    .three-line,
    .bm-menu-wrap,
    .three-line_div{
        display: none;
    } 
    .header-flex{
      display: flex;
    }   
} 
.three-line{
    border: none;
    background: transparent;
}