.logo-fix-size {
  max-height: 60px !important;
  max-width: 120px !important;
  width: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

header .language-dropdown-menu {
  min-width: 200px !important;
  width: auto !important;
}

@media (max-width: 991px) {
  header .language-dropdown-menu {
    width: 100% !important;
  }
}

header .language-dropdown-menu .dropdown-item {
  font-weight: 500;
  color: #777a7d;
  padding: 8px 10px !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

header .language-dropdown-menu .dropdown-item:active,
header .language-dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #1967d2 !important;
}

header .language-dropdown-menu .dropdown-item .country-flag {
  width: 20px;
}

.language-dropdown-btn {
  background-color: #1967d2;
}

.dropdown-toggle:after {
  border: solid white;
  border-width: 0 2px 2px 0;
}

.language-dropdown-menu {
  position: absolute;
  min-width: 200px;
  width: auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  height: auto;
  display: inline-block;
  top: 55px;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

header .navbar .navbar-nav .nav-item:hover .language-dropdown-menu {
  opacity: 1;
  visibility: visible;
}


