.testimonialWwrap {
    background-color: #F0FEFE;
    padding: 0 0 10px 0;
}
.testimonialSlider {
    margin-top: -200px;
    border-radius: 20px;
    border: 1px solid #0EC6C7;
    padding: 80px 50px;
    background: linear-gradient(154deg, #190942 -7.81%, #3F218C 129.2%), linear-gradient(102deg, rgba(206, 192, 242, 0.00) 39.62%, rgba(175, 152, 234, 0.30) 100.52%);
/*   background: linear-gradient(121deg, #FECE45 -2%, #0EC6C7 10.53%, #2E0D81 72.76%);
  backdrop-filter: blur(7.250803470611572px); */
}
.testimonialWwrap .owl-nav {
    display: none;
}
.testimonialWwrap .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.testimonialWwrap .owl-theme .owl-dots .owl-dot span {
    background: #03A5A6;
    display: block;
    margin: 0px 3px 0px 3px;
    transition: opacity 200ms ease 0s;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.4;
}
.testimonialWwrap .owl-theme .owl-dots .owl-dot.active span {
    background: #03A5A6;
    opacity: 1;
}
.testimonialSlideLeft {
  border-radius: 16px;
  border: 1px solid hsl(180deg 87% 42% / 50%);
  background: #27125D;
  backdrop-filter: blur(8.222657203674316px);
  padding: 30px;
  background-size: cover;
}
.testimonialSlideIcon {
    padding-bottom: 60px;
}
.testimonialSlideCount {

}
.testimonialSlideCount .odometer {
    font-size: 120px;
    line-height: 1;
    color: #fff;
    font-weight: 100;

}
.testimonialSlideCount .symble {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-weight: 100;
}
.testimonialSlideCountTxt {
    color: #A8B4CE;
    font-weight: 500;
    font-size: 18px;
}
.testimonialSlideRight {
    height: 100%;
}
.testimonialSlideRightBox {
    padding-left: 0;
    padding-right: 30px;0
    height: 100%;
}
.testimonialSlideRightBox h2 {
    color: #fff;;
}

.testimonialSlideFooter {
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.testimonialSlideFooter img {
    max-height: 25px;
}
.testimonialSlideFooter p {
  color: #0ec6c7;
  font-size: 14px;
  line-height: 1;
  padding: 5px 0 0 0;
}



@media only screen and (max-width: 991px){ 
.testimonialSlideLeft {
        padding: 20px;
}
.testimonialSlideCount .odometer {
    font-size: 40px;
}

.testimonialSlideCount .symble {
    font-size: 20px;
}
.testimonialSlideCountTxt {
    font-size: 16px;
}
.testimonialSlideRightBox h2 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.testimonialSlider {
    padding: 30px;
}
}

@media only screen and (max-width: 690px){ 
    .testimonialSlider {
        padding: 20px;
        margin-top: -160px;
    }
    .testimonialSlideRight {
        padding-left: 0;
        height: 100%;
    }
/*     .testimonialSlideRightBox {
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        height: 100%;
        padding-top: 20px;
    } */
    .banner-section .content-box .btn-box .theme-btn.btn-one {
        margin-right: 0px;
        margin-bottom: 0px;
    }
  .testimonialSlideIcon {
    padding-bottom: 20px;
  }
}