.header {
  z-index: 9;
}

.header-contact {
  width: 100%;
  height: 44px;
  background-color: #0031b2;
}

.emailIcon {
  width: 20px;
  height: 20px;
}

.emailHeader:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
}

.nav-bar {
  height: 70px;
}

.navbar-logo {
  width: 93px;
  height: 70px;
}

.nav-font {
  font-size: 16px;
  font-weight: 500;
  color: black !important;
  font-family: poppinMedium;
}

.nav-font-button {
  font-size: 16px;
  font-weight: 500;
  font-family: poppinMedium;
}
