.header-bottom-section {
  background-color: #dedede;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.2s ease;
}
.header-bottom-section .header-bottom-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}

.header-bottom-section .header-bottom-menu::-webkit-scrollbar {
  display: none;
}
.my-container .header-bottom-fluid {
  display: flex;
  width: 100%;
  justify-content: center;
}
.header-bottom-right-button,
.header-bottom-left-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-bottom-right-button:hover,
.header-bottom-left-button:hover {
  background-color: #bbb;
}
.header-bottom-right-button i,
.header-bottom-left-button i {
  color: #555;
  font-size: 15px;
  width: 20px;
  height: 20px;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-bottom-section .header-bottom-menu .header-bottom-main-menu {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  white-space: nowrap;
  box-sizing: border-box;
  scrollbar-width: none;
}
.header-bottom-section .header-bottom-menu .header-bottom-main-menu::-webkit-scrollbar {
  display: none;
}
.header-bottom-section .header-bottom-menu .header-bottom-main-menu a:hover {
  background-color: #bbb;
  color: #fff;
}
.Banks-hover a:hover {
  background-color: #8a2be2 !important;
}
.Bime-hover a:hover {
  background-color: #157499 !important;
}
.KarGozari-hover a:hover {
  background-color: #25c24f !important;
}
.Petro-hover a:hover {
  background-color: #c11dde !important;
}
.header-bottom-section .header-bottom-menu .header-bottom-main-menu a {
  text-decoration: none;
  color: #111;
  display: flex;
  justify-content: start;
  flex-grow: 1;
  padding: 7px 4px;
  white-space: none;
  display: inline-block;
  font-family: "NassimN";
  font-size: 16px;
  position: relative;
  cursor: pointer;
  text-align: right;
  margin-right: 5px;
}

.header-bottom-main-menu > div::after {
  width: 1px;
  content: "";
  display: inline-block;
  border-left: 1px solid #b7b7b7;
  height: 17px;
  position: relative;
  bottom: -5px;
}

.header-bottom-dropdown-container {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  display: none;
  background-color: #cac4c4;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
}
.header-bottom-main-menu .header-bottom-dropmenu:hover > .header-bottom-dropdown-container {
  display: flex;
}
.header-bottom-dropmenu:hover .header-bottom-main-menu {
  position: relative;
}
.header-bottom-submenu {
  width: 85%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.header-bottom-submenu a {
  padding: 5px 5px !important;
  margin: 5px 3px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 1px solid #aaa;
  line-height: 1;
}
.header-bottom-submenu::after {
  content: "";
  flex-grow: 1;
}
.header-bar-icon {
  margin-right: 0 !important;
}
.header-bar-icon:hover i {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .header-bottom-submenu > * {
    width: calc(100% / 6 - 10px);
  }
}

@media screen and (max-width: 425px) {
  .header-bottom-submenu > * {
    width: calc(100% / 3 - 10px);
  }
}
