.testimonials-wrapper{
  overflow:hidden;
}
.testimonials-wrapper .container {
  max-width: 1240px;
  position: relative;
  z-index: 55;
  padding: 0px;
}
.testimonials-wrapper .content {
  max-width: 1058px;
  margin: auto;
  text-align: center;
  margin-bottom:50px;
  font-size: 18px;
  line-height:1.38888888889;
  padding:0px 20px;
}
.testimonials-wrapper h2 {
  font-size: 40px;
  line-height:1.25;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 32px;
}
.testimonials-wrapper .content p{
  font-size: inherit;
  line-height:inherit;
  color:inherit;
}
.testimonials-wrapper .slider-wrapper {
  max-width: 647px;
  margin: auto;
}
.testimonials-wrapper .item {
  display: flex;
  padding: 0px 20px;
}
.testimonials-wrapper .item-inner {
  border-radius: 35px;
  padding: 40px 45px;
  background:#F1F3F3;
  transition:.2s;
}
.testimonials-wrapper .slick-active .item-inner {
  background: linear-gradient(266.75deg, #25343D 1.98%, #000000 108.9%) !important;!i;!;
  border: 1px solid #00B4DC;
  color: #fff;
}
.testimonials-wrapper .slick-active .item-inner *{  
  color: #fff !important;
}
.testimonials-wrapper  .stars {
  margin-bottom: 16px;
}
.testimonials-wrapper .quote {
  font-weight:400;
  font-size:18px;
  line-height:1.5;
}
.testimonials-wrapper .meta {
  display: flex;
  padding-top: 19px;
  align-items:center;
}
.testimonials-wrapper .meta .img-wrap {
  width: 92px;
  height: 92px;
  margin-right: 16px;
  border-radius:100%;
  overflow:hidden;
}
.testimonials-wrapper .item h4 {
  font-weight: 700;
  font-size:18px;
  line-height: 1.5;
  text-transform: none;
  margin-top: 4px;
  margin-bottom:4px;
}
.testimonials-wrapper .item-inner p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}
.testimonials-wrapper .item-inner *:last-child {
  margin: 0;
}
.testimonials-wrapper .slick-list {
  overflow: visible;
}
.testimonials-wrapper .meta .img-wrap img {
  width: 100%;
  height: 100% !important;
  object-fit:cover;
  object-position:center;
}
.testimonials-wrapper .slick-track {
  display: flex;
}
.testimonials-wrapper .item {
  height: auto;
}
.testimonials-wrapper.dark .item-inner {
  border-radius: 25px;
  border: none;
  background: #00000059;
  color: #fff;
}
.testimonials-wrapper.dark .item * {
  color: #fff !important;
}
.testimonials-wrapper .slick-active .item-inner {
  background: #00B4DC80 !important;
}
.testimonials-wrapper ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.testimonials-wrapper ul.slick-dots li {
  margin: 5px;
}
.testimonials-wrapper ul.slick-dots li button {
  background: transparent;
  border: none;
  background: #ffffffa3;
  height: 15px;
  width: 15px;
  font-size: 0;
  border-radius: 100%;
  display: flex;
  cursor: pointer;
}
.testimonials-wrapper ul.slick-dots .slick-active button {
  background: #00b4dc;
}
@media(max-width:1280px){
  .testimonials-wrapper .item-inner {
    padding: 35px 45px;
  }
  .testimonials-wrapper .meta .img-wrap {
    width: 80px;
    height: 80px;
  }
  .testimonials-wrapper .item {
    padding: 0px 15px;
  }
}
@media(max-width: 991px) {
  .testimonials-wrapper h2 {
    font-size: 35px;
  }
  .testimonials-wrapper .content {
    margin-bottom: 40px;
  }
  .testimonials-wrapper .slider-wrapper {
    max-width: 550px;
  }
}
@media(max-width:767px) {
  .testimonials-wrapper h2 {
    font-size:28px;
  }
  .testimonials-wrapper .item-inner {
    padding: 35px 30px;
    margin-bottom: 2px;
  }
  .testimonials-wrapper .meta .img-wrap {
    width: 70px;
    height: 70px;
  }
  .testimonials-wrapper .item h4 {
    margin-top: 0;
  }
  .testimonials-wrapper .slider-wrapper {
    max-width: 100%;
  }
  .testimonials-wrapper .slick-list {
    overflow: hidden;
  }
  .testimonials-wrapper .item {
    height: 100%;
  }
}