

.et-hero-tabs,
.et-slide {
  position: relative;
}
.et-hero-tabs{height: 50px;}
.et-hero-tabs-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;overflow-x: auto;
  height: 50px;
}

.et-hero-tabs-container .container{
  width: 140%;
  display: flex;padding: 0;
  height: 50px;
  flex-direction: row;}
.et-hero-tabs-container--top {
  position: fixed;
  top: 60px;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
}
.et-hero-tab:hover {
  color: white;
  background: #fbc30a;
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #fbc30a;
  transition: left 0.3s ease;
}

@media (min-width: 768px) {
  .et-hero-tabs-container .container{
    width: 100%;
  }
}