.surgens-slider .gradient-text {
  display: block;
}
.robotic-surgeons p {
  text-align: center;
  font-size: 20px;
  color: #202124;
  line-height: 35px;
  margin-bottom: 20px;
}
.robotic-surgeons p b {
  color: #034ea1;
}
.team-spec-box {
  background: #fff;
  padding: 45px 40px 0 40px;
  border-radius: 30px;
  margin-bottom: 20px;
  border: 1px solid #034ea1;
  display: grid;
  grid-template-columns: 60% 40%;
  box-shadow: inset 0 0 20px rgba(3, 78, 161, 0.15);
}
.team-spec-box h2 {
  font-size: 36px;
  color: #00b7ac;
  font-weight: 500;
  font-family: "HelveticaNeueMedium";
}
.team-spec-box h4 {
  font-size: 24px;
  line-height: 40px;
  color: #034ea1;
  font-weight: 400;
}
.team-spec-box h5 {
  font-size: 24px;
  line-height: 40px;
  color: #034ea1;
  margin-bottom: 20px;
  font-weight: 400;
}
.team-spec-box p {
  font-size: 20px;
  line-height: 30px;
  color: #202124;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
}
.team-spec-box ul li {
  font-size: 20px;
  line-height: 30px;
  color: #00b7ac;
  margin-bottom: 20px;
  font-weight: 400;
  list-style-type: none;
  position: relative;
}
.team-spec-box ul li:before {
  content: "🔹";
  margin-right: 10px;
}
.team-spec-btn {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  padding: 2px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 30px;
}
.team-spec-btn a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 3px;
  color: #034ea1;
  font-size: 24px;
  background: #fff;
}
.surgen-social-media a {
  height: 40px;
  width: 40px;
  background: #034ea1;
  padding: 5px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.surgen-social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}
/* .team-spec-text{
    padding-bottom: 20px;
} */
.team-spec-btn {
  margin-bottom: 20px;
}
.team-spec-img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.team-spec-img img {
  display: block;
}
.team-spec-box-small {
  grid-template-columns: 70% 30%;
}
#robotic-surgeons-content h2,
#spine-care-consult h2,
.anaesthesia-consult h2 {
  display: block;
}
.anaesthesia-consult {
  padding-bottom: 150px;
}
/* .team-spec-text-height{
    height: 300px;
    overflow-y: auto;
} */
.section-padding {
  padding: 50px 0 80px 0;
}
.team-spec-text-height {
  max-height: 230px;
  overflow-y: auto;
  margin-top: 10px;
}
.team-spec-text-height p span {
  font-weight: 500;
  font-family: "HelveticaNeueMedium";
}

/* Dynamic Content Styles for CK Editor */
/* .dynamic-content-ourteam {
  padding: 0 60px;
} */

.dynamic-content-ourteam h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  background: linear-gradient(
    to right,
    rgba(3, 78, 161, 1),
    rgba(0, 183, 172, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: min-content;
  white-space: nowrap;
  margin: 0 auto;
}

.dynamic-content-ourteam p {
  padding: 25px 0 0 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  color: #202124;
}

.dynamic-content-ourteam ul {
  padding: 30px 0 20px 30px;
  font-family: "HelveticaNeueThin";
  font-size: 20px;
  font-weight: 300;
}

.dynamic-content-ourteam ul li {
  padding-bottom: 10px;
  color: #00b7ac;
}

.dynamic-content-ourteam a {
  color: #034ea1;
  text-decoration: none;
  font-weight: 500;
}

.dynamic-content-ourteam a:hover {
  text-decoration: underline;
}

.dynamic-content-ourteam strong,
.dynamic-content-ourteam b {
  color: #034ea1;
}
.surgens-slider .splide__pagination {
  bottom: -35px !important;
}

.surgens-slider .splide__arrows {
  bottom: -25px !important;
}
/* media query starts */
@media (max-width: 1199px) {
  .team-spec-box {
    padding: 20px 20px 0 20px;
  }
  #robotic-surgeons-content h2,
  #spine-care-consult h2,
  .anaesthesia-consult h2 {
    margin-top: 30px;
  }
  .surgen-social-media {
    position: absolute;
    top: 50px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  .team-spec-box {
    padding: 20px 20px 0 20px;
  }
  #robotic-surgeons-content h2,
  #spine-care-consult h2,
  .anaesthesia-consult h2 {
    margin-top: 30px;
  }
  .robotic-surgeons p,
  .team-spec-box p {
    font-size: 16px;
    line-height: 26px;
  }
  .team-spec-box h4 {
    font-size: 24px;
    line-height: 31px;
  }
  .surgen-social-media {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .surgen-social-media a {
    height: 30px;
    width: 30px;
  }
  .team-spec-text {
    padding-bottom: 15px;
  }
  /* .team-spec-text-height {
        height: 430px;
        overflow-y: auto;
    } */
}
@media (max-width: 767px) {
  .surgen-social-media {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .surgen-social-media a {
    height: 30px;
    width: 30px;
  }
  .team-spec-box {
    display: block;
    overflow: hidden;
  }
  .team-spec-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .team-spec-box h4,
  .team-spec-box h5 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
    line-height: 18px;
  }
  .team-spec-text p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 28px;
  }
  .splide__arrows {
    width: 95%;
  }
  .team-spec-box ul li {
    font-size: 12px;
  }
  .team-spec-text ul {
    width: 60%;
    position: relative;
    z-index: 9;
  }
  .team-spec-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .team-spec-btn a {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 3px;
    color: #034ea1;
    font-size: 16px;
    background: #fff;
  }
  .w-60 {
    width: 50%;
  }
  .team-spec-box ul li {
    margin-bottom: 0;
  }
  .robotic-surgeons p {
    font-size: 16px;
    line-height: 28px;
  }
  #robotic-surgeons-content h2,
  #spine-care-consult h2,
  .anaesthesia-consult h2 {
    margin-top: 0px;
  }
  .position-unset {
    position: unset !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .team-spec-text-height {
    max-height: 190px;
    overflow-y: auto;
    margin-top: 10px;
  }

  .dynamic-content-ourteam {
    padding: 0 16px;
  }

  .dynamic-content-ourteam h1 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
  }

  .dynamic-content-ourteam p {
    padding: 16px 0 0;
    font-size: 16px;
    line-height: 24px;
  }

  .dynamic-content-ourteam ul {
    padding: 18px 0 18px 24px;
    font-size: 16px;
  }
}
