.nav_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  z-index: 9999;
  padding: 39px 211px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: white;
  border-radius: 0px;
}