.div-carousel-auto .flickity-page-dots li.dot{
  margin-top: 30px !important;
}
.div-carousel-auto .flickity-page-dots {
    position: initial !important;
    text-align: left !important;
}
.flickity-page-dots li.dot{
    height: 4px;
    border-radius: 2px;
    width: 15px;
}

.carousel-container .testi-qoute .hs_cos_wrapper_type_inline_text{
  font-family: MusticaPro-SemiBold;
  font-size: 18px;
  color:#2E2E2E;
}

.carousel-container .author-qoute .hs_cos_wrapper_type_inline_text{
  font-family: MusticaPro-SemiBold;
  margin-top:30px;
  color:#1784D3
}

.carousel-container .role-qoute .hs_cos_wrapper_type_inline_text{
  font-family: MusticaPro-SemiBold;
  color:#787878;
  font-size: 13px;
  margin-top:5px;
}
.carousel-container .carousel-cell-slide img{
  margin-bottom:20px;
}

/* slideshow container */
.carousel-container .slideshow-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}



.carousel-container .dot{
  background-color: #BEC9DF
  opacity:1 !important;
}
.carousel-container .dot.is-selected {
  background: linear-gradient(to right, rgba(17, 83, 193, 1), rgba(21, 183, 229, 1));
}


/* .carousel-container .carousel-cell-slide{
    opacity:0;
  } */
.carousel-container .carousel-cell-slide.is-selected{
    opacity:1 !important;
  }
.carousel-container .div-carousel-auto.flickity-enabled button{
  display:none;
}


