.header-wr{
  position: absolute;
  display: flex;
  width: 100%;
  top: 24px;
  padding: 0 10px;
  z-index: 99;
}
.navbar-custom {
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0px auto;
  margin-top: 0;
  max-width: 1400px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px #298BE31A;
}
.navbar-custom  .navbar-nav{
  align-items: center;
}
.navbar-brand small {
  display: block;
  font-size: 10px;
  color: #6c757d;
  margin-top: -4px;
}
.btn-rounded {
  border-radius: 50px;
  padding: 6px 20px;
}
.nav-link{
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
  text-decoration: none !important;
}
.nav-link.active{
  color: #5A9BD5 !important;
}