.clinical-trials .b-text span {
  color: #000;
  font-weight: 700;
}
.clinical-trials .b-text {
  margin-bottom: 2rem;
}
.clinical-trials .section-three h2 {
  font-weight: 500;
  padding-bottom: 0;
}
.clinical-trials .teamheading p {
  line-height: 1.2;
  margin: auto;
}
.clinical-trials .testimonial .abt-our-team {
  padding: 0 !important;
  width: 100%;
}
.clinical-trials .tab-slider .abt-our-team .user-info-new {
  position: relative !important;
  padding: 1rem;
  font-size: 1.5rem;
  font-family: 'Adobe Clean';
  font-weight: 300;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-slider .nav-tabs {
  border-bottom: none;
  list-style: none;
  padding: 0 !important;
}
.tab-slider .nav-tabs li {
  margin-bottom: 1.5rem;
}
.tab-slider .nav-tabs li::marker {
  font-size: 1.5rem;
  margin-right: 1rem;
}
.tab-slider .nav-tabs li.active a {
  color: #000000 !important;
}
.tab-slider .nav-tabs li a {
  font-size: 1.8rem;
  color: #a9a9a9;
  font-weight: 900;
}
.user-info-new {
  display: flex;
}
.user-info-new span {
  margin-right: 1rem;
  font-weight: 100;
}
.tab-slider button.owl-prev {
  position: absolute;
  left: 0px;
  top: 37%;
  transform: translateY(-50%);
  background-color: white !important;
  width: 20px;
  height: 20px;
  border-radius: 100% !important;
  color: #000 !important;
}
.tab-slider button.owl-next {
  position: absolute;
  right: 0px;
  top: 37%;
  transform: translateY(-50%);
  background-color: white !important;
  width: 20px;
  height: 20px;
  border-radius: 100% !important;
  color: #000 !important;
}
.tab-slider .owl-dots {
  display: none;
}
.tab-slider .item {
  display: flex;
  justify-content: flex-start;
}
.tab-slider .item li {
  position: relative;
  padding-bottom: 2rem
}
.tab-slider .item li.active a::after {
  position: absolute;
  color: #80ba55;
  content: '▼';
  bottom: 3px;
  font-size: 2rem;
  left: 50%;
  right: 50%;
}
.tab-slider .item li a {
  display: flex;
  background-color: none;
  color: #000;
  flex-wrap: wrap;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  border: 5px solid #00000000;
}
.tab-slider .item li.active a {
  background-color: #80ba55;
  color: #fff;
  border: 5px solid #80ba55;
}
.tab-slider .tab-content {
  padding: 0 20px;
  font-size: 17px;
  /*  text-align: center;*/
  line-height: 25px;
  /*  margin-top: 30px;*/
}
.tab-slider .tab-content h3 {
  font-size: 40px;
  font-weight: bold;
}
.slider_nav button {
  width: 60px;
  height: 60px;
  border: 0;
  background-repeat: no-repeat !important;
}
.slider_nav button.am-prev {
  background-image: url(../image/prev.png) !important;
}
.slider_nav button.am-next {
  background-image: url(../image/next.png) !important;
}
.service-single {
  padding: 2rem;
  color: #000000;
  font-size: 1.1rem;
  font-family: 'Adobe Clean';
  font-weight: 900;
  text-align: center;
  border-left: 1px solid #80ba55;
  margin: 1.5rem 0;
}
.desktop_show .row .service-single:first-child {
  border-left: none
}
.tab-slider .item .abt-our-team img {
  filter: grayscale(100%);
}
.tab-slider .item li.active .abt-our-team img {
  filter: grayscale(0);
}
.border-btm {
  border-bottom: 1px solid #80ba55;
}
.myuls {
  list-style: none;
}
.myuls li {
  display: flex;
  font-size: 1.35rem;
  margin-bottom: 1.2rem
}
.myuls li .far {
  padding-top: 5px;
  margin-right: 0.8rem;
  color: #a6d27b;
}
.owl-item.active .item .abt-our-team img {
  filter: grayscale(0);
}
.owl-nav.disabled, .owl-nav.disabled button {
  display: none !important;
  visibility: hidden !important;
}
#sync2 .owl-stage {
  width: 100% !important;
}
#sync2 .owl-item {
  width: 100% !important;
}
@media (max-width:768px) {
  .service-single {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    text-align: left;
    margin: 0.5rem 0;
  }
  .tab-slider .tab-content {
    padding: 1px;
  }
  .clinical-trials .teamheading p {
    line-height: 1.2;
    width: 100%;
    margin: auto;
    text-align: justify;
  }
  .tab-slider .owl-dots {
    display: block;
  }
  .desktop_show .border-btm {
    border: none !important;
  }
}