
.servicesImgBox{
  /* height: 500px; */
  padding-top: 130px;
  min-width: var(--main-width);

}

.servicesImgBox img{
  width: 100%;
  /* height: 100%; */
}
.htmlBox{
  /* min-height: 300px; */
  width: var(--main-width);
  margin: 40px auto;
}



.et-hero-tabs{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0 2em;
  height: 60px;
  border-bottom: 1px solid #eeeeee;
}
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  position: relative;
  background: #fff;
  text-align: center;
}

.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {

  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 10;
  box-sizing: border-box;
}
.et-hero-tabs-main{
  width: var(--main-width);
  display: flex;
  flex-direction: row;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center;

}
.et-hero-tabs-container--top {
  position: fixed;
  top: 130px;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #6d6d6d;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-right: 1px solid #eeeeee;
  height: 28px;
}
.et-hero-tab:last-child{
  border-right: 0;
}
.et-hero-tab.active{
  color: #2daead;
}
.et-hero-tab:hover {
  color:#2daead;
  /* background: rgba(102, 177, 241, 0.8); */
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
}
