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

.section-repeater-slider-contents .wrap {
  width: 100%;
  max-width: 1920px;
  padding: 80px 160px 120px 160px;
  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: space-between;
}

.section-repeater-slider-contents .wrap .columns .column.column-header .section-title {
  margin: 0;
  color: #041C4C;

  /* Desktop/H2 - Desktop */
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 125% */
  text-transform: capitalize;
}

.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-family: 'Roboto';
  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;
}

@media only screen and (max-width: 1439px) {
  .section-repeater-slider-contents .wrap {
    padding: 80px 60px;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-scrollbar {
    bottom: -30px;
  }
}

@media only screen and (max-width: 1279px) {
  .section-repeater-slider-contents .wrap {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .section-repeater-slider-contents .wrap {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section-repeater-slider-contents .wrap {
    padding: 40px 20px;
  }



  .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: flex;
  gap: 32px;
  flex-direction: row;
  overflow: visible;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide {
  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;
  background: #FFF;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.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: 540px;
  position: relative;
  z-index: 1;
}

.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%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #041C4C;
  padding: 32px;
  transform: translateY(63%);
  transition: transform 0.3s ease-in-out;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-description-wrap {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.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 h3 {
  margin: 0;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  /* 130.769% */
  text-transform: capitalize;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-info-header h3 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 h3 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-position {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 150% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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 .doc-infos .doc-description-wrap .doc-description {
  color: #ffffff;

  /* Desktop/Par - Desktop */
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content:hover .doc-infos {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content:hover .doc-infos .doc-info-header .doc-position {
  -webkit-line-clamp: unset;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content:hover .doc-description-wrap {
  visibility: visible;
  opacity: 1;
}

.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;
  }
}

@media only screen and (max-width: 767px) {
  .section-repeater-slider-contents .wrap .columns .column .posts {
    gap: 20px;
    padding-bottom: 20px;
  }
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-scrollbar {
  height: 12px;
  bottom: -70px;
}

.section-repeater-slider-contents .wrap .columns .column .posts .swiper-scrollbar .swiper-scrollbar-drag {
  background: #900304;
}

/* .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 {
    padding-bottom: 60px;

  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-scrollbar {
    bottom: -20px;
  }

  .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 {
    opacity: 1;
  }
}

@media (max-width: 1279px) {
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-scrollbar {
    bottom: -40px;
  }

  .section-repeater-slider-contents .wrap {
    padding: 60px 40px;
  }

  /* .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner {
    padding: 20px 25px;
  } */

  /* .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-image-wrap {
    max-width: 100px;
    height: 100px;
  } */

  .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: 24px;
    line-height: 32px;
  }

  .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: 16px;
    line-height: 24px;
  }

  .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;
  }
}

@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 #041C4C;
  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: 20px 32px;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #041C4C;
  text-transform: uppercase;
}

.section-repeater-slider-contents .column .button:hover {
  background: #900304;
  color: #ffffff;
  border-color: #900304;
}

.section-repeater-slider-contents .column .button:hover svg path {
  fill: #ffffff;
}

@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;
    padding: 18px 24px;
  }

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

@media (max-width: 767px) {
  .section-repeater-slider-contents .wrap {
    padding: 40px 20px;
  }

  .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: -60px;
  }

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

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

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

@media (max-width: 767px) {
  .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 {
    /* padding-left: 20px;
    padding-right: 20px; */
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-image-wrap,
  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos {
    position: relative;
    transform: none;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos {
    height: unset;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content {
    gap: 0;
    height: unset;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-image-wrap {
    height: 455px;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-image-wrap img {
    -o-object-position: center top;
    object-position: center top;
  }

  .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 {
    display: block;
    -webkit-line-clamp: unset;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos .doc-description-wrap {
    visibility: visible;
    opacity: 1;
  }

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

  .section-repeater-slider-contents .wrap .columns .column.column-header .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-infos {
    padding: 24px 20px;
    overflow: hidden;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .section-repeater-slider-contents .wrap .columns .column .posts .swiper-wrapper .swiper-slide .doctor-item-inner .doc-item-content .doc-image-wrap {
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .section-repeater-slider-contents .column .button {
    padding: 18px 24px;
  }
}