#mobileHamMenu {
  margin-top: -12px;
  font-size: 30px;
}

#mobileNavMenus {
  margin-top: 70px;
  position: absolute;
  height: 100%;
  min-height: 100vh;
  width: 0;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0B4A6D;
  overflow-x: hidden;
  transition: 0.5s;
  opacity: 1;
}

.overlay-content {
  position: relative;
  top: 7%;
  width: 100%;
  padding: 15px;
}

.mobile-nav-link {
  text-decoration: none;
  font-size: 16px;
  color: white;
  display: block;
}

.overlay .closebtn {
  position: absolute;
  right: 25px;
  font-size: 50px;
}

.v-center_contents {
  text-align: center;
}

.mobile-nav-link i {
    width: 16px !important;
    height: 16px !important;
}