.et-hero-tabs, .et-slide { justify-content: center; align-items: center; position: relative; text-align: center;
  /*height: 100vh;   padding: 0 2em; display: flex; flex-direction: column; background: #eee; */
}
.et-hero-tabs h1,
.et-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}
.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem !important;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}
.et-hero-tabs-container--top { position: fixed; top: -80px; z-index:9998; }

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}
.et-hero-tab:hover { color: white; background: rgba(216, 0, 0, 0.8); transition: all 0.5s ease; }
.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #BD0000;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {

  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 3rem;
  }
  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 1rem;
  }

  .et-hero-tab {
    font-size: 1rem;
  }
  /*naved add it jan 2020 max-width: 480px;*/
  /*.et-hero-tabs {
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.et-hero-tabs-container--top {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.et-hero-tabs-container--top #myLinks {
  display: none;
}

.et-hero-tabs-container--top a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.et-hero-tabs-container--top a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.et-hero-tabs-container--top a:hover {
  background-color: #ddd;
  color: black;
}
jan 2020 end */
  
}
/*added by Ved*/
@media (min-width: 850px) { 
.et-hero-tabs-container--top { position: fixed; top: 80px; z-index:9998; }
}