.splide__list {
  height: auto;
}
.splide__pagination{
  justify-content: flex-start;
  padding: 0;
}
.homepage-hero-carousel{
  text-align: center;
  background-size: cover;
}
.homepage-hero-carousel h4 {
  font-weight: normal !important;
  color: #1e82b6;
}
.homepage-hero-carousel .btn{
  background-color: #e5eef3;
  border: 2px solid #e5eef3;
  transition: all 0.3s ease-out;
  text-align: left;
  color: #005d85;
  margin-bottom: 60px;
}
.homepage-hero-carousel .btn:hover{
  background-color: #005d85;
  border: 2px solid #005d85;
  color: #fff;
}
.homepage-hero-carousel .left-side{
  padding: 0 50px 0 0!important;
  text-align: left;
  color: #5a5a5a;
}
.homepage-hero-carousel .left-side h5{
  color: #5a5a5a;
}
.homepage-hero-carousel .right-side{
  padding: 20px 30px;
  border:1px solid rgba(0,0,0,.1);
}
.homepage-hero-carousel .right-side .home-hero-image-slide{
  background-size: cover;
  background-position: center;
}
.homepage-hero-carousel .right-side .splide, .homepage-hero-carousel .right-side .splide__track, .homepage-hero-carousel .right-side .splide__list{
  height: 100%;
}

.homepage-hero-carousel .left-side .splide .splide__pagination li button{
  border-radius: 20px !important;
  border: 1px solid #e5eef3;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent;
  background-clip: border-box  !important;
  box-sizing: content-box;
  opacity: 1;
}
.homepage-hero-carousel .left-side .splide .splide__pagination li button.is-active{
  background-color: #005d85;
  transform: none;
}

.homepage-hero-carousel .holdvideo {
  aspect-ratio: 16 / 9;
}
.homepage-hero-carousel .holdvideo iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}