.gtco-testimonials {
  position: relative;
  margin-top: 0px;
}

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}

.gtco-testimonials .owl-stage-outer {
  padding: 20px 0;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.owl-dots span {
  position: relative;
  height: 20px!important;
  width: 20px!important;
  border-radius: 50%;
  display: block;
  background: #fff;
  margin: 0 5px;
}

.owl-dots .active {
  box-shadow: none;
  color: #01b0f8;
}

.active span {
  background: #01b0f8!important;
  box-shadow: none;
  height: 20px;
  width: 20px;
  margin-bottom: -1px;
}

.card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}

.card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}

.card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}

.card h6 {
  color: #01b0f8;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}

h5 span {
  font-size: 18px;
  color: #666666;
}

.card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
  font-weight: 300;
}

.gtco-testimonials .active {
  opacity: 1;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.center h5 {
  font-size: 21px;
}

h5 span {
  font-size: 20px;
}

.active .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.testimonials-stars {
  display: flex;
  justify-content: center;
}

.testimonials-stars img {
  max-height: 20px;
  max-width: 22px;
}


@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }

  .owl-next,
  .owl-prev {
    outline: 0;
  }

  .owl-carousel button.owl-dot {
    outline: 0;
  }

}