.top-menu {
  display: none;
  width: 100%;
  height: auto;
  justify-content: center;
  gap: 20px;
  background-color: #f2f6f9;
  margin-top: 100px;
  padding: 11.1px 0px 3.5px 0px;
}
.top-menu .inline {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  /* gap: 20px; */
}
.top-menu img {
  width: 57px;
  height: auto;
}
.top-menu a:nth-child(4) img {
  width: 57px;
  height: auto;
  margin-left: 0px;
  margin-bottom: 0.6px;
}
.top-menu a:nth-child(5) img {
  width: 57px;
  height: auto;
}
.top-menu button {
  border: none;
  background: none;
}

.bottom-menu {
  display: none;
  width: 100%;
  height: auto;
  justify-content: center;
  gap: 20px;
  background-color: #f2f6f9;
  padding: 6.5px 0px 6.5px 0px;
  position: fixed !important;
  bottom: 0px;
}
.bottom-menu .inline {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  /* gap: 20px; */
}
.bottom-menu img {
  width: 50px;
  height: auto;
}
.bottom-menu button {
  border: none;
  background: none;
}

@media (max-width: 830px) {
  .top-menu {
    display: flex;
  }
  .bottom-menu {
    display: flex;
    position: fixed !important;
    bottom: 0px;
  }
}

@media (max-width: 480px) {
  .top-menu {
    display: flex;
    margin-top: 56px;
  }
}
