html.scroll_hid {
  overflow: hidden;
}

.mobile-nav .menu-item i {
  color: #142863!important;
}

.mobile-menu .mobile-nav ul li a.back-menu {
  color: #142863;
  border: 1px solid #e0e0e0;
  width: fit-content;
  padding: 7px 15px;
  border-radius: 10px;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu {
  position: absolute;
  left: 0;
  border: 1px solid #1A4D8C;
  width: 267px;
  display: none;
  z-index: 999999;
  top: 20px;
  background: #fff;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu::before {
  /* content: ""; */
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 10px;
  z-index: -1;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li:last-child {
  margin-bottom: 0 !important;
  border: none;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li::after {
  visibility: hidden;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li a {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #1A4D8C;
  padding: 10px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  text-transform: none;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li a:hover {
  background: #1A4D8C;
  color: #fff;
  transition: 0.3s;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li a i {
  font-size: 20px;
}

.mobile-menu {
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  display: flex;
  align-items: center;
  bottom: 0;
  right: 0;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-header a {
  display: inline-block;
}

.mobile-menu-header a img {
  width: 200px;
  height: auto;
}

.mobile-menu .mobile-nav {
  width: 100%;
  padding: 0 10px;
}

.mobile-menu .mobile-nav ul {
  width: 100%;
  height: auto;
}

.mobile-menu .mobile-nav ul li a {
  display: flex;
  padding: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #142863;
  text-align: left;
  align-items: center;
  position: relative;
  transition: 0.3s;
  gap: 5px;
}

.mobile-menu .mobile-nav ul li a:hover {
  color: #1A4D8C;
  transition: 0.3s;
}

.mobile-menu .mobile-nav ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #142863;
  font-size: 20px;
}

.mobile-menu .mobile-nav .language-item {
  display: flex;
  align-items: center;
  gap: 10px;
  height: auto;
  margin-top: 20px;
}

.mobile-menu .mobile-nav .language-item a {
  color: #1A4D8C;
  display: block;
  font-size: 17px;
  font-weight: 400;
}

.mobile-menu-active {
  right: 0;
  bottom: 0;
  overflow: unset;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-in-out;
}

.mobile-menu-header .ham1 {
  visibility: hidden;
}

.mobile-menu .mobile-nav ul::-webkit-scrollbar {
  width: 7px;
}

.mobile-menu .mobile-nav ul::-webkit-scrollbar-track {
  background: #EDEDED;
  border-radius: 10px;
}

.mobile-menu .mobile-nav ul::-webkit-scrollbar-thumb {
  background: #1A4D8C;
  border-radius: 10px;
}