.dm-label {
  background: #00b7ff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.justify{
    text-align: justify;
}

.dm-label:hover,
.dm-label.active, .sf-cta-btn:hover, .btn:hover {
  background: linear-gradient(to right, var(--dark-blue), var(--blue)) !important;
  box-shadow: 0 0 2px white !important;
  color: white !important;
}

.whatsapp-float i{
    margin-top:16px;
}

.custom-h-color{
    color: var(--light-blue);
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Playfair Display', serif !important;
}

.navbar-toggler-icon{
    color: white !important;
}
.mob-none{
    display: block;
}
.dropdown{
        display: block !important;
    }
    .dropdown-mob{
        display: none !important;
    }
    .dropdown-menu-{
        display: none;
    }

@media screen and (max-width:989px) {
        .navbar{
        background-color: var(--dark-blue);
    }
    .dropdown{
        display: none !important;
    }
    .dropdown-mob{
        display: block !important;
    }
    .dropdown-menu-{
        display: block;
    }
    .mob-none{
        display: none;
    }
}