.header-in {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 5px;
}
.hdnv {
  margin-left: auto;
  margin-top: 20px;
}
.fare-nav {
  list-style: none;
}
.fare-nav li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.fare-nav li a {
  cursor: pointer;
  position: relative;
  color: #222;
  transition: 0.3s ease-in-out;
}
.hactive .fare-nav li a {
  color: #222;
}
@media only screen and (max-width: 600px) {
  .hdnv {
    display: none;
  }
  .headernumbers {
    margin-left: auto;
  }
}
