.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots botton {
  background-color: transparent;
  border: 0;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #C6C6C6;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #ec6f26;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff8e8;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #BBA795;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #000;
  font-size: 1.6em;
  font-weight: 500;
}
.gtco-testimonials .card h5 span {
  font-size: 0.6em;
  color: #eb6100;
  font-weight: 400;
}
.gtco-testimonials .card p {
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  color: #000000;
  padding-bottom: 15px;
}
.gtco-testimonials .cloned {}
.gtco-testimonials .active {}
.gtco-testimonials .center {}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 0.8em;
}
.gtco-testimonials .center p {
  font-size: 1.0em;
  color: #333;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.star {
  font-size: 2em;
  color: #ec6f26;
  margin: 5px;
}
.star2 {
  font-size: 1.4em;
  color: #ec6f26;
  margin: 5px;
}
@media (max-width: 575.98px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
  .gtco-testimonials .card {
    background: #fff8e8;
    margin: 0 10px;
    padding: 0 10px;
  }
  .gtco-testimonials .card h5 span {
    font-size: 0.6em;
  }
  .star {
    line-height: inherit;
    font-size: 1.8em;
    margin: 3px;
  }
  .star2 {
    line-height: inherit;
    font-size: 1.3em;
    margin: 3px;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}