.support-bg {
  /* background-image: url(../images/support/support-bg.svg); */
  background-image: url(../images/prime-page-bg-image.svg);
  background-size: cover;
  background-position: center bottom;
  background-size: 100%;
  width: 100%;
  height: 550px;
}

.slick-slide img {
  display: inline;
  width: 100%;
}
.slick-slide .play-icon img {
  display: inline;
  width: auto;
}
.slick-initialized .slick-slide {
  display: block;
  padding: 0 10px !important;
  opacity: 0.7;
}
.slick-current + .slick-active {
  /* Add your styles here */
  opacity: 1;
  transform: scale(1.1); /* Example: Slightly shrink the next slide */
  margin: 0 15px;
}
.slick-track {
  padding: 30px 0;
}
.play-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-slider {
  height: 300px;
}
.experts-say {
  background-image: url(../images/support/bg-curb.svg);
}
.nextBtn,
.prevBtn {
  width: 20px;
}
/* .support img {
  width: 100px;
} */
.slick-dots {
  display: none !important;
}

@media (max-width: 900px) {
  .support-bg {
    background-image: url(../images/mobile-banner-bg-prime-page.svg);
    height: 560px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .center-slider {
    height: 150px;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  .support-bg {
    height: 550px;
  }
}
@media (min-width: 1900px) and (max-width: 2000px) {
  .support-bg {
    height: 700px;
  }
}
@media (min-width: 2000px){
  .support-bg {
    height: 800px;
  }
}
@media (min-width: 992px) {
  #videoModal .modal-content, #videoModal .embed-responsive-item {
      min-height: 30rem !important;
  }
}
@media (min-width: 576px) {
  #videoModal .modal-content, #videoModal .embed-responsive-item {
      min-height: 20rem;
  }
}
@media (min-width: 320px) {
  #videoModal .modal-content, #videoModal .embed-responsive-item {
      min-height: 15rem;
  }
}