.mobile-brand {
  display: none;
}

@media (max-width: 900.98px) {
  .verification-btn {
    padding: 8px !important;
  }

  .mobile-brand {
    display: block;
  }

  .mobile-brand a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }

  .mobile-show-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-nav-wrapper {
    padding: 5px 0;
  }
}

[data-toggle].active strong {
  color: #fff !important;
}

.font-weight-bold {
  font-weight: bold !important;
}
