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

.gtco-testimonials h2 {
  color: var(--neutral-dark, #171717);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* H2 */
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
}

.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 span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  margin: 0 20px;
  padding: 0 10px;
  border: 0;
  border-radius: 30px;
  border-radius: 30px;
  background:  #fafafa;

  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);

}
.gtco-testimonials .card .card-text{
  padding: 20px 20px 5px 20px;
  color: #747474;

  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* H3 */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;

}

.card-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.gtco-testimonials .card .card-img-top {
  max-width: 50px;
  border-radius: 50%;
  /* margin: 15px auto 0; */

  box-shadow: 0 8px 20px -4px #95abbb;
  width: 50px;
  height: 50px;
}
.center .card .card-text {
  padding: 20px 20px 5px 20px;
  color: var(--neutral-white, #fff);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* H3 */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}



.center .card .card-avatar-heading {
  color: var(--neutral-light, #f0f0f0);
  font-feature-settings: "clig" off, "liga" off;
  /* H4 */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.center .card .card-avatar-text {
  font-feature-settings: "clig" off, "liga" off;
  color: var(--neutral-light, #f0f0f0);

  /* P Regular */
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.gtco-testimonials .center .card {
  /* Change the background color to pink */
  background: var(--primary-color-pink, #b831a3);
  border-radius: 30px;
  box-shadow: 0px 34px 95px 9px rgb(169 169 169 / 25%);
}

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

.gtco-testimonials .center .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials .center .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}

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

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

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

.gtco-testimonials .center h5 {
  font-size: 24px;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 50px;
  width: 50px;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
  /* display: flex;
  justify-content: center; */
}

.owl-theme .owl-nav {
  display: flex;
  justify-content: center;
}

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

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: linear-gradient(124deg, #e7a638 72.55%, #b92ea3 162.58%);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: linear-gradient(124deg, #e7a638 72.55%, #b92ea3 162.58%);
  color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 33px;
  font-weight: normal;

  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
}

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