.section-repeater-slider-contents {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 80px 0;
}

.section-repeater-slider-contents .wrap {
  width: 100%;
  max-width: 1920px;
  padding: 0; 
  overflow: hidden;
}

.section-repeater-slider-contents .wrap .columns {
  display: flex;
  flex-flow: column nowrap;
  gap: 60px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.section-repeater-slider-contents .wrap .columns .column {
  width: 100%;
}

.section-repeater-slider-contents .wrap .columns .column.column-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-repeater-slider-contents .wrap .columns .column.column-header .top-text {
  color: #126B57;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 8%;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 8px;
}

.section-repeater-slider-contents .wrap .columns .column.column-header .section-title {
  margin: 0;
  color: #020202;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.section-repeater-slider-contents .wrap .columns .column.column-header .section-description {
  text-align: center;
  width: 100%;
  max-width: 970px;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-list {
  overflow: visible;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-list .slick-track {
  display: flex;
  flex-flow: row nowrap;
  gap: 40px;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-list .slick-track .slick-slide {
  opacity: .5;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-list .slick-track .slick-slide.slick-active,
.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-list .slick-track .slick-slide.slick-center {
  opacity: 1;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-list .slick-track:before {
  display: none;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post {
  display: flex !important;
  flex-flow: column nowrap;

}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body {
  overflow-y: auto;
  position: relative;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .overlapping {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
  position: absolute;
  height: 50px;
  min-height: 50px;
  display: block;
  width: 100%;
  bottom: 0;
}

/* width */
.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .5);
  border-radius: 6px;
}

/* Handle */
.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body::-webkit-scrollbar-thumb {
  background: #C1AD12;
  border-radius: 10px;
}

/* Handle on hover */
.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body::-webkit-scrollbar-thumb:hover {
  background: #C1AD12;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-header {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  flex-direction: column;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-header .icon-wrapper {
  width: 100%;
  max-width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-header .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-header .post-name {
  gap: 10px;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-header .post-name .name {
  color: #000;
  font-family: Cormorant Garamond;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body,
.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body .post-child {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body .post-child {
  flex: 1;
  gap: 12px;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body .post-child .post-child-inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
  align-items: flex-start;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body .post-child .post-child-inner .child-title {
  color: #747474;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body .post-child .post-child-inner .wysiwyg-content h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body .post-child .post-child-inner .wysiwyg-content :first-child {
  margin-top: 0;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body .post-child .post-child-inner .wysiwyg-content :only-child {
  margin-top: 0;
  margin-bottom: 0;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body .post-child .post-child-inner .wysiwyg-content:last-child {
  margin-bottom: 0;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-body {
  margin-bottom: 0;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-dots {
  margin-top: 100px;
  display: flex;
  flex-flow: row nowrap;
  gap: 0px;
  justify-content: center;
  position: relative;
  bottom: unset;
  border-radius: 20px;
  overflow: hidden;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-dots li {
  width: 100%;
  height: auto;
  margin: 0;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-dots li button {
  width: 100%;
  height: 12px;
  background: #D2D2D2;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-dots li button:before {
  display: none;
}

.section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-dots li.slick-active button {
  background: #C1AD12;
}

.section-repeater-slider-contents .wrap .columns .bottom-content {
  text-align: center;
}

@media only screen and (max-width: 1439px) {
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-pagination {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-list .slick-track {
    gap: 32px;
  }

  .section-repeater-slider-contents .wrap .columns .column.column-body .posts .post .post-header .post-name .name {
    font-size: 20px;
    line-height: 28px;
  }

  .section-repeater-slider-contents .wrap .columns .column.column-body .posts .slick-dots {
    margin-top: 40px;
  }
}

.section-repeater-slider-contents .wrap .columns .column .posts {
  display: block;
  position: relative;
  width: 100%;
  overflow: visible;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper {
  align-items: stretch;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide {
  width: 360px;
  opacity: .5;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide.swiper-slide-visible {
  opacity: 1;
}


.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  border-radius: 12px;
  text-decoration: none;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
  height: 100%;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-item-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-image-wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-read-more {
  margin-top: auto;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-read-more .read-more-link {
  color: #950304;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-info-header {
  display: flex;
  flex-flow: column nowrap;
  gap: 6px;
}



.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-info-header h4 {
  font-weight: 600;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-info-header h4 a {
  color: inherit;
  text-decoration: none;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-info-header h4 a:hover {
  text-decoration: underline;
}
.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-info-header .doc-credentials {
  color: #126B57;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 8%;
  text-transform: uppercase;
}
.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-info-header .doc-position {
  color: #950304;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-description-wrap .doc-description {
  color: #454545;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .section-repeater-slider-contents .wrap .columns .column .posts::-webkit-scrollbar {
  height: 12px;
  border-radius: 20px;
}

.section-repeater-slider-contents .wrap .columns .column .posts::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.section-repeater-slider-contents .wrap .columns .column .posts::-webkit-scrollbar-thumb {
  background: #C1AD12;
  border-radius: 20px;
  /* Custom border radius */
  box-shadow: none;
  /* Remove default box shadow */
}

@media only screen and (max-width: 1024px) {
  .section-repeater-slider-contents .wrap .columns .column .posts .post {
    width: 225px !important;
  }
}


.section-repeater-slider-contents .wrap .columns .column .posts .swiper-pagination {
  position: relative;
  bottom: unset;
  display: flex;
  flex-flow: row wrap;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background: transparent;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #126B57;
  transition: background 0.3s ease;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-pagination .swiper-pagination-bullet-active {
  background: #126B57;
  border: 2px solid #126B57;
}

/* .section-repeater-slider-contents .wrap .columns .column.column-body .posts .post {
  opacity: .5;
} */
.section-repeater-slider-contents .wrap .columns .column.column-body .posts .post.swiper-slide-visible {
  opacity: 1;
}

@media only screen and (max-width: 767px) {

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-pagination {
    margin-top: 40px;
  }

  .section-repeater-slider-contents .wrap .columns .column.column-body .posts .post {
    opacity: 1;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide {
    opacity: .5;
    width: 272px !important;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide.swiper-slide-active.swiper-slide-fully-visible {
    opacity: 1;
  }
}

@media (max-width: 1279px) {
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-pagination {
    margin-top: 40px;
  }
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-info-header h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-info-header .doc-position {
    font-size: 18px;
    line-height: 28px;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-description-wrap .doc-description {
    font-size: 16px;
    line-height: 24px;
  }

  .section-repeater-slider-contents .wrap .columns .column.column-header .section-title {
    font-size: 38px;
    line-height: 46px;
  }
  .section-repeater-slider-contents .wrap .columns .column.column-header {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .section-repeater-slider-contents .wrap .columns .column.column-header {
    align-items: center;
    justify-content: center;
  }

  .section-repeater-slider-contents .wrap .columns .column.column-header .section-title {
    text-align: center;

  }
}

.section-repeater-slider-contents .column .button {
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.9px;
  text-decoration: none;
  border-radius: 230px;
  padding: 12px 28px;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.section-repeater-slider-contents .column .button:hover {
  background: #fff;
  color: #041C4C;
}

.section-repeater-slider-contents .column .button:hover svg path {
  fill: #041C4C;
}
.section-repeater-slider-contents .wrap .columns .btn:hover {
  color: #000;
  border-color: #000;
}
@media (min-width: 768px) {
  .section-repeater-slider-contents .column .button {
    display: flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .section-repeater-slider-contents .wrap .columns .column.column-btn-mobile {
    display: none;
  }
}

@media (max-width: 767px) {

  .section-repeater-slider-contents .wrap .columns .column.column-header .button {
    display: none;
  }

  .section-repeater-slider-contents .wrap .columns .column.column-btn-mobile {
    display: flex;
    width: 100%;
    margin-top: 40px;
  }

  .section-repeater-slider-contents .column .button {
    max-width: 100%;
    display: flex;
  }

  .section-repeater-slider-contents .wrap .columns {
    gap: 40px;
  }
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-button-next,
.section-repeater-slider-contents .wrap .columns .column .posts .swiper-button-prev {
  width: 50px;
  height: 50px;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-button-next:after,
.section-repeater-slider-contents .wrap .columns .column .posts .swiper-button-prev:after {
  display: none;
}

@media (min-width: 1280px) {
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-button-prev {
    left: -45px;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-button-next {
    right: -45px;
  }
}

@media (min-width: 1440px) {
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-button-prev {
    left: -85px;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-button-next {
    right: -85px;
  }
}

@media (max-width: 767px) {
  .section-repeater-slider-contents {
    padding: 40px 0px;
  }
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-read-more .read-more-link {
    font-size: 16px;
    line-height: 24px;
  }
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide.swiper-slide-visible {
    opacity: 0.5;
  }
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide.swiper-slide-visible {
    opacity: 0.5;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos {
    gap: 16px;
  }
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-button-next, 
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-button-prev {
    display: none;
  }
}