/* #####################  Start Tabs Body 3 Sytling ######################  */
.tabs-body3 .wrapper {
  position: relative;
  margin: 0 auto;
  padding: 50px;
  min-height: 250px;
  width: auto;
  /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
  border-radius: 4px;
}
.tabs-body3 .wrapper input[name="tabs3-control"] {
  display: none;
}
.tabs-body3 .wrapper .tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.tabs-body3 .wrapper .tabs ul li {
  width: 15%;
  padding: 0 10px;
  text-align: left;
  border-right: 1px solid rgba(0,0,0, 0.4);
}
.tabs-body3 .wrapper .tabs ul li:last-child {
  border-right: none; 
}
.tabs-body3 .wrapper .tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: rgba(0,0,0, 0.3);
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  /* white-space: nowrap;  */
  -webkit-touch-callout: none;
}
/*
.tabs-body3 .wrapper .tabs ul li label br {
display: none;
} */
.tabs-body3 .wrapper .tabs ul li label svg {
  fill: rgba(0,0,0, 0.3);
  vertical-align: bottom;
  margin-right: 0.7em;
  float: left;
  transition: all 0.2s ease-in-out;
}
.tabs-body3 .wrapper .tabs ul li label img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
  vertical-align: middle;
  margin-right: 12px;
  float: left;
  transition: all 0.2s ease-in-out;
}
/*
.tabs-body3 .wrapper .tabs ul li label:hover,
.tabs-body3 .wrapper .tabs ul li label:focus,
.tabs-body3 .wrapper .tabs ul li label:active {
outline: 0;
color: rgba(0,0,0, 0.4);
}
.tabs-body3 .wrapper .tabs ul li label:hover svg,
.tabs-body3 .wrapper .tabs ul li label:focus svg,
.tabs-body3 .wrapper .tabs ul li label:active svg {
fill: rgba(0,0,0, 0.4);
}
.tabs-body3 .wrapper .tabs ul li label:hover img,
.tabs-body3 .wrapper .tabs ul li label:focus img,
.tabs-body3 .wrapper .tabs ul li label:active img {
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(60%);
} */
.tabs-body3 .wrapper .tabs ul li label .b3_slider {
  position: relative;
  width: 100%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs-body3 .wrapper .tabs ul li label .b3_slider .indicator {
  opacity: 0;
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  height: 4px;
  background: rgba(234,122,123, 1);
  border-radius: 1px;
  left: -40%;
}
@media (max-width: 991px) {
  .tabs-body3 .wrapper .tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tabs-body3 .wrapper .tabs ul li {
    width: auto;
    padding: 0 10px;
    text-align: center;
    border: none;
  }
  .tabs-body3 .wrapper .tabs ul li label {
    display: inline-block;
    float: left;
    padding: 0;
    margin-bottom: 16px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%), 0 2px 14px rgb(0 0 0 / 5%);
  }
}
.tabs-body3 .wrapper .tabs ul li label svg {
  fill: rgba(0,0,0, 0.3);
  width: 30px !important;
  vertical-align: bottom;
  margin-right: 0;
  transition: all 0.2s ease-in-out;
}
.tabs-body3 .wrapper .tabs ul li label img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
  width: 30px !important;
  vertical-align: bottom;
  margin-right: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .tabs-body3 .wrapper .tabs ul li label span.label-text {
    display: none;
  }
  .tabs-body3 .wrapper .tabs .b3_slider {
    display: none;
  }
}
.tabs-body3 .wrapper .content {
  padding-top: 40px;
}
.tabs-body3 .wrapper .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 70px;
  height: 3px;
  background: rgba(234,122,123, 1);
  margin-top: 5px;
  left: 1px;
}
.tabs-body3 .wrapper .cnt-wrapper .name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0 15px 17px;
}
.tabs-body3 .wrapper .cnt-wrapper .name-wrapper .full-name {
  font-size: 0.9rem;
  font-weight: 600;
}
.tabs-body3 .wrapper .cnt-wrapper .name-wrapper .job-title {
  font-size: 0.9rem;
  font-weight: 400;
}

/* #####################  End Tabs Body 3 Sytling ######################  */