.card-testimonial {
  background: #fff;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
  transition-delay: 0.2s;
  border-radius: 20px;
}
.carousel .carousel-indicators {
  bottom: 15px;
}
.carousel .item {
  color: #424242;
  font-size: 12px;
  text-align: center;
  min-height: 380px !important;
  padding: 0px 10px;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
}
.carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent;
}
.carousel-indicators li,
.carousel-indicators li.active {
  position: relative;
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}
.carousel .img-box-testimonial {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
}
.carousel .img-box img,
.carousel .img-box-testimonial img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 4px solid #03a84e;
}
.ellipsis-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.carousel-item .quote::before {
  content: "\201C";
  font-family: Arial, sans-serif;
  color: #e2e2e2;
  font-weight: 700;
  font-size: 99px;
  line-height: 54px;
  position: absolute;
  left: 0;
  top: -12px;
}
@media (max-width: 575.98px) { 
  
  .carousel-control-prev.left-arrooow {
    bottom: -146px !important; /* Adjust as needed */

    transform: translateX(-67%);
  }
 
}
.hightfix{
  height: 369px !important;
}
@media (max-width: 575.98px) { 
  
  .hightfix{
    height: 185px !important;
  }
  .carousel-control-next.right-arrooow {
    bottom: -146px !important; /* Adjust as needed */
   
 
  }
}
.carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 15px;
}
.card.sj,
.carousel .quote {
  box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}
.carousel .quote {
  background: #f3f3f3;
  border-radius: 20px;
  min-height: 180px;
  font-size: 14px;
  text-overflow: ellipsis;
}
@media (max-width: 575.98px) { 
  .carousel .quote {
    background: #f3f3f3;
    border-radius: 20px;
    min-height: 250px;
    font-size: 13px;
    text-overflow: unset !important;
    overflow: visible !important;
    display: inline !important;
  }
 }
.carousel .overview {
  text-align: left;
  padding-bottom: 5px;
}
.carousel .overview2 {
  text-align: left;
  padding-bottom: 5px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}
.fa-angle-right:before {
  content: "\f105";
}
.card-testimonial {
  background: #fff;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
  transition-delay: 0.2s;
  border-radius: 20px;
}
.carousel .carousel-indicators {
  bottom: 15px;
}
.carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent;
}
.carousel-indicators li.active {
  border: none;
  background-color: #888 !important;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;

  text-indent: -999px;
  background-color: #e2e2e2 !important;
  width: 11px !important;
  height: 11px !important;
  margin: 1px 5px !important;
  border-radius: 50%;
}
a.carousel-control.right {
  right: 15px !important;
}
a.carousel-control.left {
  left: 15px !important;
}
.carousel .overview b {
  color: #15416e;
  font-size: 16px;
  padding-bottom: 5px;
}

@media (max-width: 575.98px) {
  .left-arrooow {
    left: 322px !important;
  }
  .carousel .overview {
    text-align: center;
    padding-bottom: 5px;
  }
  .carousel .overview2 {
    text-align: center;
  }
}
