.ptb30 {
  padding: 30px 0px !important;
}
.syncing-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* padding-bottom: 75px; */
}
.pride-month-video {
  background-color: #fcddd6;
}
.sec2-video-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  width: 50%;
}
.bg-center {
  padding: 0px;
  padding-top: 50px;
}
.syncing-section .slider {
  height: auto;
}
.video-heading {
  font-size: 60px;
  font-weight: 500;
  font-family: "tungstenw05-medium";
  line-height: 0.9;
}
.video-list-items {
  position: relative;
}
.counts {
  font-weight: 400;
  font-size: 16px;
}
.third-section .slick-current .thumbnail-data {
  float: left;
  background-color: #f16c51;
  padding: 10px 0px;
}
.second-sec-videos-count {
  display: flex;
  justify-content: end;
  padding-bottom: 20px;
}
.second-sec-videos-count .counts {
  font-size: 24px;
}
.cur-video-num {
  margin: auto;
  font-size: 18px;
}
.video-playlist {
  display: flex;
}
.video-playlist-data {
  padding-left: 10px;
}
.video-playlist-title {
  font-family: "tungstenw05-medium";
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
}
.video-description {
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 30px;
}
.slidernav-section {
  padding: 0px 50px;
  margin: 0px auto;
  background-color: #4c0519;
}
.video-icon {
  padding-top: 20px;
  font-size: 20px;
}
.top-videos-section .tabs li + li {
  margin-top: 16px;
}
.right-thumbnail-data {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  cursor: pointer;
}
.main-video-section.slider-for {
  margin-bottom: 30px;
}
.thumbnail-data {
  padding: 10px 0px;
  height: 100%;
}
.video-title {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
  margin: 0px;
}
.current-video {
  display: none;
}
.third-section div {
  cursor: pointer;
}
.second-sec-main-para {
  font-size: 18px;
  font-weight: 400;
}
.border-line {
  border-top: 1px solid rgba(241, 108, 81, 0.5);
}
.syncing-section .slick-slider .slick-prev,
.syncing-section .slick-slider .slick-next {
  width: 35px;
  height: 40px;
  background-size: cover;
  z-index: 999;
}
.syncing-section .slick-slider .slick-prev {
  left: -40px;
  background-image: url("/content/dam/infosys-web/en/industries/healthcare/we-are-helix/images/left-arrow.png");
}
.syncing-section .slick-slider .slick-next {
  right: -40px;
  background-image: url("/content/dam/infosys-web/en/industries/healthcare/we-are-helix/images/right-arrow.png");
}
.syncing-section .slick-slider .slick-prev:before {
  content: "";
}
.syncing-section .slick-slider .slick-next:before {
  content: "";
}
@media only screen and (max-width: 767px) {
  .main-video-section.slider-for {
    width: 80%;
    margin: 0 auto;
  }
  .bg-center {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 10px;
  }
  .mob-hide {
    display: none;
  }
  .slidernav-section {
    margin-top: 10px;
  }
  .third-section .slick-current .thumbnail-data {
    width: 100%;
  }
  .slidernav-section {
    background-color: #f16c51;
  }
  .slidernav-section .slick-slide {
    padding: 5px 0px;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .sec2-video-text {
    position: relative;
    top: -7px;
    transform: none;
    padding: 15px 15px 30px;
    width: 100%;
    background: #361c54;
  }
  .sec2-video-text .h2-heading {
    font-size: 36px;
    line-height: 0.9;
  }
}
