.elixir-tab-switch-wrapper {
  overflow: hidden;
  margin-top: 12rem;
}
.elixir-tab-switch-heading {
  text-align: center;
}
.elixir-tab-switch-heading h2 {
  width: 90%;
  margin: auto;
}
.elixir-tab-switch-heading p {
  margin-top: 1rem;
}
.elixir-tab-switch-card-side img {
  width: 6rem;
}
.elixir-tab-switch-imageside {
  text-align: center;
}
.elixir-tab-switch-imageside img {
  width: 100%;
  height: auto;
}
/* ---------------------------------------------------------------------------------------------- */

/* tab switcher */

.tab-swicther-background {
  margin-top: 100px;
  background: #f7f7eb;
}
.tab-swicther-heading {
  padding-top: 60px;
  text-align: center;
}

/* complete switcher include body and header */
.tabs-1 {
  margin: auto;
  padding: 40px 0 0;
}

/* tab switcher header */

.tabs-1 .tab-header-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tabs-1 .tab-header-1>div {
  text-align: start;
  cursor: pointer;
  box-shadow: 0px 3px 6px #39476066;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 21%;
  height: 87px;
  justify-content: center;
  min-width: 200px;
}
.tabs-1 .tab-header-1>div img {
  width: 30px;
}
.tabs-1 .tab-header-1>div.active-1 img {
  filter: invert(100%);
}
.tabs-1 .tab-header-1>div p {
  margin-bottom: 0;
}
.tabs-1 .tab-header-1 .vert-line img {
  height: 20px;
  width: 20px;
  display: inline-block;
}
.tabs-1 .tab-header-1>div.active-1 {
  background: linear-gradient(90deg, #FD0057 0%, #5600ED 100%);
}
.tabs-1 .tab-header-1>div.active-1 p {
  color: #fff;
}

/* tab switcher body */

.tab-body-conatiner {
  padding-top: 60px;
}
.body-tab img {
  width: 15%;
}
.tab-body-conatiner .tab-body-1 {
  position: relative;
}
.tab-body-conatiner .tab-body-1>div {
  position: absolute;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
}
.tab-body-conatiner .tab-body-1>div.active-1 {
  position: relative;
  top: 0px;
  padding-bottom: 10px;
  transform: translateY(0);
  opacity: 1;
  transition: 0.7s ease-in-out all;
  visibility: visible;
}
.tabs-1 .tab-body-1>div.active-1 {
  top: 0px;
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 767px) {
  .tab-swicther-heading {
    text-align: start;
  }
  .elixir-tab-switch-imageside {
    text-align: center;
    margin-bottom: 35px;
}
  .tabs-1 .tab-header-1 p span {
    padding-right: 5px;
  }
  .tab-header-1::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }
  .tabs-1 .tab-header-1 p {
    flex-shrink: 0;
    flex-basis: initial;
  }
  .content-image {
    padding-top: 60px;
    text-align: leftdigital-transformation-card;
  }
  .tab-body-conatiner {
    padding-top: 30px;
  }
  .body-tab h2 {
    margin: 2rem 0;
  }
  .tabs-1 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .tab-content-image-desciption ul li:before {
    top: 0px
  }
  .elixir-tab-switch-card-side {
    margin-bottom: 5rem;
  }
  .elixir-tab-switch-heading {
    text-align: left;
  }
  .elixir-tab-switch-heading h2 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .body-tab img {
    margin-bottom: 2rem;
    width: 20%;
  }
  .tabs-1 .tab-header-1>div p {
    font-size: 3rem;
  }
  .tabs-1 .tab-header-1>div {
    min-width: 170px;
    height: 60px;
  }
  .cards-with-heading-round img {
    width: 25%;
}
}

@media(max-width:1023px) {
  .tabs-1 .tab-header-1 {
    align-items: center;
    overflow-x: scroll;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-left: 4px;
  }
  .tabs-1 .tab-header-1>div {
    text-align: start;
    flex-shrink: 0;
    flex-basis: initial;
    margin-inline-end: 20px;
  }
  .tabs-1 .tab-header-1 .vert-line img {
    height: 20px;
    width: 20px;
    display: block;
    margin: 0px 46px 0 11px;
  }
  .tabs-1 .tab-header-1>div {
    height: unset;
  }
}

