body {
  font-family: "Montserrat", sans-serif !important;
}

.navbarNew {
  width: 100%;
  max-width: 1220px;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  z-index: 999;
  top: 0;
  margin: 0 auto;
}

.navbarNew .logo-finanmed {
  height: 60px;
}

.menu-mobile {
  display: none;
}

.navbarNew .menu-destok {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.navbarNew .menu-destok .active{
  border-bottom: 2px solid #086aa2;
}

.navbarNew .menu-destok .item-menu {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.menu-destok a {
  font-size: 12px;
}

.navbarNew .menu-destok i:hover {
  color: #086aa2 !important;
}

.navbarNew .menu-destok .item-menu div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.navbarNew .menu-destok .item-menu h4 {
  font-size: 16px;
}

.navbarNew .menu-destok .btn-login,
.navbarNew .menu-mobile .btn-login {
  width: 109px;
  height: 34px;
  font-size: 12px;
  background-color: #086aa2;
  border-radius: 20px;
  color: white;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 860px) {
  .navbarNew .menu-destok {
    display: none;
  }

  .navbarNew .menu-mobile {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .navbarNew .menu-mobile .active {
    transform: translateX(0%) !important;
    width: 100vw !important;
  }

  .navbarNew .menu-mobile .modal-mobile {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.413);
    width: 0;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: 0.6s ease;
    z-index: 999;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }

  .navbarNew .menu-mobile .modal-mobile .close-modal {
    color: white !important;
    cursor: pointer;
    margin: 1rem;
  }

  .navbarNew .menu-mobile .modal-mobile .horizontal-content {
    width: 60%;
    height: 100%;
    background-color: #086aa2;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    color: white;
  }
  .navbarNew .menu-mobile .modal-mobile .horizontal-content .item-menu h4,
  .navbarNew .menu-mobile .modal-mobile .horizontal-content .item-menu a,
  .navbarNew .menu-mobile .modal-mobile .horizontal-content .item-menu i {
    color: white !important;
  }
  .navbarNew .menu-mobile .btn-login {
    background-color: #086aa2;
    border-radius: 20px;
    color: white;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbarNew .menu-mobile .modal-mobile i {
    cursor: pointer;
  }
}

@media screen and (max-width: 400px) {
  .navbarNew .logo-finanmed {
    width: 150px;
  }

  .navbarNew .menu-mobile {
    gap: 1rem;
  }
}

.item-menu ul {
  list-style-type: none;
  padding: 0;
}

.item-menu ul li {
  margin-bottom: 20px;
  padding-left: 10px;
}
