header .navbar {
  flex-wrap: nowrap;
  font-size: 16px;
}
header .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

header .sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

header .sidenav a:hover {
  color: #f1f1f1;
}

header .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

header .nav-link {
  color: #fff;
}

header .dropdown-menu.language-dropdown-menu.show {
  min-width: auto;
  min-height: auto;
}
header .navbar {
  font-size: 16px;
}

header {
  background-color: #001848;
}

/*  header .dropdown-item:hover {
              color: var(--brand-color-2);
          } */

header .dropdown-menu {
  background-color: #001848;
}
header .dropdown-item:hover {
  background-color: inherit;
  color: grey;
}

header .dropdown-item {
  font-size: small;
  color: white;
}

header .logo_light {
  width: 15%;
}

header .navbar-toggler {
  filter: brightness(0) invert(1);
}

.btn-drop:hover {
  background-color: inherit;
  text-decoration: none;
}

.btn-drop {
  border: none;
}

header .flag {
  height: 1.5rem;
}

.desktop-nav {
  display: block;
}
.mobile-nav {
  display: none;
}
.desktop-search-widget {
  display: block;
}
.mobile-search-widget {
  display: none;
}

@media only screen and (max-width: 650px) {
  .child-menu.dropdown-menu .dropdown-item {
    font-size: medium;
  }
  .child-menu.dropdown-menu {
    background-color: inherit !important;
    overflow: visible !important;
  }
  .navbar-nav .nav-item {
    flex-direction: column;
    align-items: start;
  }

  .dropdown.open > .dropdown-menu,
  .overlay-content .open > .dropdown-menu {
    display: block;
    position: static;
  }

  header .col {
    padding: 0;
    margin-top: 1rem;
  }
  header .navbar-nav {
    display: block;
  }

  .logo_light {
    width: 50% !important;
  }

  .sidenav a {
    font-size: 18px;
  }

  .col-lg-3.col3 > .row {
    display: contents;
  }

  .col-auto.col3.nav-strict,
  .col-lg-3.col3 {
    display: contents;
  }

  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .desktop-search-widget {
    display: none;
  }
  .mobile-search-widget {
    display: block;
  }

  #mobileSearchWidget {
    width: 70%;
    margin-left: 0.5rem;
  }
}

@media (min-width: 650px) and (max-width: 1024px) {
  .desktop-nav {
    display: block;
  }
  .mobile-nav {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    max-height: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0rem 3rem;
  }

  .col-auto.col3.nav-strict {
    max-width: 50%;
    padding-left: 3rem;
  }
}
