.surgery-section {
  max-width: 1750px;
  margin: 0 auto;
  position: relative;
}
.sub-surgery-tb-main {
  max-width: 1292px;
  margin: 0 auto 30px;
}

.surgery-tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
  background: #fff;
  border-radius: 65px;
  padding: 30px;
  flex-wrap: wrap;
}

.tab {
  flex: 1;
  cursor: pointer;
  text-align: center;
  padding: 12px 11px;
  border-radius: 36px;
  transition: all 0.3s ease;
  color: #04333f;
  max-width: 290px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tab img {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
}
.tab.active {
  background: #e6c04b;
  color: #04333f; /*box-shadow:0 5px 15px rgba(232,185,74,0.4);*/
}
.tab span {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #04333f;
  padding: 0;
}

/*.tab.active span{color: #ffffff;}
.tab.active img{filter: brightness(0) invert(1);}*/

.tab-content {
  display: none;
  border-radius: 20px;
  overflow: hidden;
}
.tab-content.active {
  display: block;
}

.sub-tab-slider {
  width: 100%;
  min-height: 804px;
  display: flex;
  border: 8px solid #04333f;
  border-radius: 68px;
  overflow: hidden;
}

.highlight-slider {
  position: relative;
  margin-top: 0;
}
.highlight-slider .video-title {
  text-align: center;
  padding: 10px 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #04333f;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.highlight-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  top: -140px;
  z-index: 9;
}
.play-pause-button {
  width: 58.33px;
  height: 58.33px;
  border-radius: 99px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}

.dotnav-items {
  display: flex;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  border: 2px solid #ffffff;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.dotnav-items li {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dot {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 99px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  transition: width 0.8s linear;
  margin-top: 0;
  display: inline-block;
}
.dot.active {
  width: 61px;
  height: 9.9px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0);
  transform: scale(1.3);
  border-radius: 99px;
}
.dot .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  border-radius: 99px;
}

.owl-carousel .item {
  overflow: hidden;
  border-radius: 12px;
}
.elementor-social-icons-wrapper {
  gap: 0;
}

section.surgery-section.section-md {
  display: none;
}

/* Chrome Css */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
}

/* targets WebKit-based browsers (Safari & Chrome) */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @media (max-width: 1024px) {
    .hover-circular .portfolio-item .image .overlay .overlay-circle {
      left: 50% !important;
      top: 50% !important;
    }
  }
}

/** Mozilla Firefox */
@-moz-document url-prefix() {
}

/* Safari (both macOS & iOS) only */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

@media screen and (max-width: 1440px) {
  .sub-tab-slider {
    min-height: auto;
  }
}

@media screen and (max-width: 1114px) {
  .sub-tab-slider {
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .dotnav-items {
    padding: 8px 13px !important;
    height: 30px;
    gap: 10px;
  }
  .dotnav-items li {
    height: 45px;
  }
  .play-pause-button {
    height: 30px !important;
    width: 30px !important;
  }
  .play-pause-button img {
    max-width: 57% !important;
  }
  .play-pause-button.playing img {
    max-width: 45% !important;
  }
  .play-pause-button.paused img {
    margin-right: 2px;
  }
  .dot {
    width: 15px;
    height: 15px;
  }
  .dot.active {
    transform: scale(1);
  }
  section.surgery-section.section-md {
    display: block;
  }
  section.surgery-section.section-lg {
    display: none;
  }
  .highlight-slider .video-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
