
.testimonials__wrapper .glide__slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height:auto !important;
}
.testimonials__wrapper .testimonials_description {
  position: relative;
}
.testimonials__wrapper button.glide__arrow.glide__arrow--left {
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 0;
  top: unset;
  bottom: 50%;
  border: 1px solid #0C0C0D26;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials__wrapper .testimonials_description .glide__arrows {
  width: 46%;
}
.testimonials__wrapper button.glide__arrow.glide__arrow--right {
  background: #fff;
  border: 0;
  border-radius: 50%;
  height: 48px;
  bottom: 0;
  width: 48px;
  right: 0;
  position: absolute;
  border: 1px solid #0C0C0D26;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials__wrapper button.glide__arrow.glide__arrow--right svg,
.testimonials__wrapper button.glide__arrow.glide__arrow--left svg {
  width: 10px;
  height: 14px;
}
.testimonials__wrapper .glide__bullets button.glide__bullet {
  background: #dadbdb;
  height: 8px;
  width: 8px;
  padding: 5px;
  border-radius: 100%;
  border: 0;
  margin: 0 4px;
}
.testimonials__wrapper 
button.glide__bullet.glide__bullet--active {
  background: #0C0C0D;
}
.testimonials__wrapper .testimonials_description .testimonials_details .name_section {
  margin: 0 0 70px;
}
.testimonials__wrapper .heading-sec {
  text-align: center;
  max-width: 624px;
  margin: 0 auto 64px;
}
.testimonials__wrapper .heading-sec span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #232426;
  margin: 0 0 16px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
}
.testimonials__wrapper .heading-sec span:before {
  background: #0066f5;
  border-radius: 1000px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 16px;
}
.testimonials__wrapper .heading-sec h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  color: #0C0C0D;
  margin: 0 0 32px;
}
.testimonials__wrapper .heading-sec p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #232426;
  text-align: center;
  margin: 0;
}
.testimonials__wrapper .testimonials_cards {
  border: 1px solid #E5F0FE;
  background: #F5F7FA;
  padding: 32px;
  border-radius: 16px;
  height: 100%;
}
.testimonials__wrapper .testimonials_cards .star-image {
  margin-bottom: 24px;
}
.testimonials__wrapper .testimonials_cards .description-sec p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #232426;
  margin: 0 0 24px;
}
.testimonials__wrapper .testimonials_cards .author-image-txt {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials__wrapper .testimonials_cards .author-image-txt .atuhor-img img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.testimonials__wrapper .testimonials_cards .author-image-txt .name-with-position h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 26px;
}
.testimonials__wrapper .testimonials_cards .author-image-txt .name-with-position span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  display: block;
}
.testimonials__wrapper .testimonials_description .arrow-dots {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.testimonials__wrapper .testimonials_description .arrow-dots .glide__bullets {
  width: 54%;
}
.testimonials__wrapper .testimonials_cards .btn-sec a {
  color: #0066F5;
  text-decoration: none;
  font-size: 16px;];]1;];
  line-height: 24px;
  font-weight: 600;
  display: block;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .testimonials__wrapper button.glide__arrow.glide__arrow--left {
    display: none;
  }
  .testimonials__wrapper button.glide__arrow.glide__arrow--right {
    display: none;
  }
  .testimonials-container {
    padding: 0 15px;
  }

  .testimonials__wrapper .p3-testimonials__title {
    margin: 0 0 40px;
  }

  .testimonials__wrapper .glide__bullets {
    bottom: -5px;
  }
  .testimonials__wrapper .testimonials_description .arrow-dots {
    display: block;
    text-align: center;
  }
  .testimonials__wrapper .testimonials_description .arrow-dots .glide__bullets {
    width: 100%;
  }
  .testimonials__wrapper .testimonials_cards .star-image img {
    width: 120px;
  }
  .testimonials__wrapper .testimonials_cards {
    padding: 30px 20px;
  }
  .testimonials__wrapper .heading-sec h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 20px;
  }
  .testimonials__wrapper .heading-sec p {
    font-size: 16px;
    line-height: 24px;
  }

}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonials__wrapper button.glide__arrow.glide__arrow--left {
    left: 20px;
  }
  .testimonials__wrapper button.glide__arrow.glide__arrow--right {
    right: 20px;
  }
  .testimonials__wrapper .glide__bullets {
    bottom: -20px;
  }
  .testimonials__wrapper .heading-sec h2 {
    font-size: 34px;
    line-height: 34px;
    margin: 0 0 20px;
  }
  .testimonials__wrapper .heading-sec p {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (min-width: 1025px) and (max-width: 1420px) {
  .testimonials__wrapper button.glide__arrow.glide__arrow--left {
    left: 30px;
  }
  .testimonials__wrapper button.glide__arrow.glide__arrow--right {
    right: 30px;
  }
  .testimonials__wrapper .p3-testimonials__title {
    margin: 0 0 50px;
  }
}