.fc-modified-nav-header {
  float: unset;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background-color: #fff;
  z-index: 9999 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .fc-modified-nav-header .fc-navbar-main-wrapper {
    background: #fff;
  }
}

.fc-modified-nav-header .navbar-nav {
  justify-content: start;
}

.fc-modified-nav-header .nav-item {
  position: relative;
}

.fc-modified-nav-header .nav-item:hover {
  background-color: transparent !important;
  font-weight: bold;
}

.fc-modified-nav-header .nav-item .megamenu .megamenu-item-wrapper a:first-child {
  font-weight: bold;
  padding-left: 0;
}

.fc-modified-nav-header .nav-item .nav-link {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 1rem;
  float: left;
  width: auto !important;
}

/* Megamenu */
.fc-modified-nav-header .megamenu-container {
  position: static;
}

.fc-modified-nav-header .dropdown-menu {
  top: 100%;
  left: 0;
  right: auto;
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 12rem;
  white-space: nowrap;
}

.fc-modified-nav-header .dropdown-menu .dropdown-item {
  padding: 7px;
  font-size: 15px;
}

.fc-modified-nav-header .megamenu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  position: absolute;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 1050;
}

.fc-modified-nav-header .fc-logo-wrapper img {
  max-width: 45px;
}

/* Responsive fixes */
@media (max-width: 991px) {

  .fc-modified-nav-header .dropdown-menu,
  .fc-modified-nav-header .megamenu {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
  }
}

@media (min-width: 991px) {
  .fc-modified-nav-header .fc-logo-wrapper img {
    max-width: 60px;
  }

  .fc-modified-nav-header .fc-logo-wrapper {
    margin-right: 10px;
  }
}

.fc-modified-nav-header .fc-language-switch,
.fc-modified-nav-header .fc-search-icon,
.fc-modified-nav-header .fc-contact-btn {
  padding: 10px;
}

.fc-modified-nav-header .fc-lang-wrapper a {
  color: #144372 !important;
}

.fc-modified-nav-header .fc-lang-wrapper a:active,
.fc-modified-nav-header .fc-lang-wrapper a:focus {
  color: #30a344 !important;
  font-weight: bold;
}

.fc-search-icon button {
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc-search-icon i {
  pointer-events: none;
}

.input-group .btn i {
  pointer-events: none;
  font-size: 16px;
}

@media (max-width: 992px) {
  .fc-modified-nav-header button.collapsed {
    display: block !important;
  }
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden !important;
}

.fc-modified-nav-header .fc-navbar-main-wrapper {
  z-index: 99999;
}