.lang-menu {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.nl-simple .active {
  color: #3eb1ff !important;
  font-weight: 900 !important;
}
.h-link{
  text-transform: uppercase !important;
}

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.feature-item .flaticon-check {
  color: #28a745;
}

.feature-item .flaticon-cancel {
  color: #dc3545;
}

.disabled-option {
  opacity: 0.45;
}