.testimonial-box {
  border: 1px solid #767a7c;
}

.indicator {
  height: 6px !important;
  width: 6px !important;
  background: #8c8c8c;
  border: none !important;
  transition: 1.5s !important;
}

.indicator.active {
  height: 6px !important;
  width: 18px !important;
  background: #de3f45;
}

.mt-soldier {
  margin-top: 13rem;
}

.ml-btn {
  margin-left: 2pt !important;
}

.mb-wd-img {
  width: 4rem;
}

.testimonial-image {
  width: 6rem;
  height: 6rem;
  border: 1px solid #008fd5;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rating-stars {
  display: inline-flex;
  align-items: center;
}

.rating-stars i {
  font-size: 20px;
  color: #ffcc00;
  margin-right: 2px;
}

.rating-stars i.empty {
  color: #ccc;
}

@media screen and (min-width: 128px) and (max-width: 900px) {
  .testimonial-box {
    border: 1px solid #767a7c;
  }

  .mb-wd-img {
    width: 2rem !important;
  }

  .mt-soldier {
    margin-top: 0rem;
    padding: 1rem 1.5rem;
  }
}

@media screen and (min-width: 901px) and (max-width: 1199px) {
  .mt-soldier {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media screen and (min-width: 901px) and (max-width: 991px) {
}
