.sub-time-line {
  max-width: 100%;
  margin: 50px 0 0 0;
}
.sub-time-line .owl-dots {
  display: none;
}
.sub-time-line .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  width: 80px;
  height: 80px;
  background: #e6c04b;
  border-radius: 100px;
}
.sub-time-line .owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  position: relative;
  margin: 4px 0 0 0;
}
.sub-time-line .owl-theme .owl-nav {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.sub-time-line-year {
  width: 100%;
  display: inline-block;
  background: #358491;
  border-radius: 68px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 370px;
  position: relative;
}
.sub-time-line-year-title {
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 174px;
  text-align: center;
}
.sub-time-line-year-title h4 {
  color: #ffffff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: unset;
}
.sub-time-line-img-year {
  width: 100%;
  background: #ffffff;
  border-radius: 62px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  height: 222px;
  padding: 0 40px;
  overflow: hidden;
}
.sub-time-line-img-year img {
  width: auto !important;
}

.sub-time-line-year-box {
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 0 8px 0;
}
.sub-time-line-year-box h3 {
  color: #358491;
  font-size: 38px;
  line-height: 72px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 4px 0;
}
.sub-time-line-year-box span {
  width: 26px;
  height: 26px;
  background: #e6c04b;
  border-radius: 100px;
  display: inline-block;
  z-index: 9;
  position: relative;
}
/* .sub-time-line .item::after{content: ""; width: calc(100% + 58px); height: auto; border: 1px dashed #000000; left: 50%; top: 88px; position: absolute;} */
.sub-time-line .item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 88px;
  width: calc(100% + 58px);
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #3f3f3f 0,
    #3f3f3f 10px,
    transparent 4px,
    transparent 16px
  );
  transform: translateX(-50%);
}

.sub-time-line .owl-item:last-child .item::after {
  display: none;
}
.sub-time-line .owl-theme .owl-nav span {
  background: transparent;
}
.sub-time-line .owl-theme .owl-nav span:hover {
  background: transparent;
}
.sub-time-line .owl-theme .owl-nav [class*="owl-"] {
  padding: 0 !important;
  font: inherit;
}
.sub-time-line .owl-theme .owl-nav .owl-prev:hover {
  background: #358491;
}
.sub-time-line .owl-theme .owl-nav .owl-prev:hover img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(82%) saturate(523%)
    hue-rotate(10deg) brightness(95%) contrast(90%);
}
.sub-time-line .owl-theme .owl-nav .owl-next:hover {
  background: #358491;
}
.sub-time-line .owl-theme .owl-nav .owl-next:hover img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(82%) saturate(523%)
    hue-rotate(10deg) brightness(95%) contrast(90%);
}
.sub-time-line .owl-item:first-child {
  margin-left: 52px !important;
}

.sub-time-line .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

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

@media screen and (max-width: 1680px) {
  .sub-time-line-year {
    width: 100%;
  }
  .sub-time-line-img-year img {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .sub-time-line .owl-item:first-child {
    margin-left: 0 !important;
  }
  .sub-time-line .owl-carousel .item {
    padding: 0 20px;
  }
  .tab span {
    font-size: 18px;
    line-height: 26px;
  }
  .surgery-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sub-surgery-tb-main {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .sub-surgery-tb-main .tab {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .sub-time-line .owl-carousel .owl-nav button.owl-next span,
  .owl-carousel .owl-nav button.owl-prev span {
    margin: 0;
  }
  .sub-time-line-year-title h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .sub-time-line-year-title {
    padding: 30px 20px;
  }
  .surgery-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .dotnav-items {
    padding: 8px 30px;
  }
  .play-pause-button {
    width: 45px;
    height: 45px;
  }
  .highlight-controls {
    top: -80px;
  }
  .surgery-tabs {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 32px;
    padding: 20px;
    gap: 15px;
  }
  .tab {
    max-width: 100%;
    min-height: auto;
    border-radius: 32px;
  }
}

@media screen and (max-width: 664px) {
  .sub-tab-slider {
    border: 4px solid #04333f;
  }

  .tab span {
    font-size: 16px;
    line-height: 24px;
  }
  .sub-time-line-year-title {
    height: auto;
    min-height: 85px;
    padding: 15px 20px;
    align-items: flex-start;
  }
  .sub-time-line-img-year {
    height: 150px;
    padding: 0 15px;
  }
   .sub-time-line-year {
    height: 230px;
  }
  .sub-timeline-frs .sub-time-line-year{
    height: 300px;
  }
  .sub-time-line .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    width: 45px;
    height: 45px;
  }
  .sub-time-line .owl-next-icon img {
    width: 10px;
    position: relative;
    top: -1px;
  }
  .sub-time-line .owl-prev-icon img {
    width: 10px;
    position: relative;
    top: -1px;
  }
  .sub-time-line .owl-theme .owl-nav {
    gap: 10px;
    margin-top: 30px;
  }
  .links-wrapper .links .title {
    padding: 0 0 60px 0;
  }
  .hover-circular .portfolio-item .image .overlay .overlay-circle,
  .hover-circular .gallery-item .overlay-wrap .overlay .overlay-circle {
    left: 0 !important;
    top: 0 !important;
  }
  .elementor-custom-embed-play .elementor-custom-embed-play svg {
    height: 50px !important;
    width: 50px !important;
  }

}

@media screen and (max-width: 557px) {
  .sub-time-line-year-box h3 {
    font-size: 30px;
    line-height: 62px;
    padding-bottom: 13px;
  }
  .sub-time-line-year-title h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .sub-client-logo-fr .swiper-slide-inner img {
    width: 60%;
  }
}

@media screen and (max-width: 440px) {
  .sub-timeline-frs .sub-time-line-year-title {
    min-height: 180px;
  }
  .sub-time-line-img-year img {
    padding: 30px;
  }
}
