.testimonials_sliderv2 .testmn_itemv2 {
  white-space: normal;
}
.testimonials_sliderv2 .top_sec h2{ margin-bottom:50px;}
.testimonials_sliderv2 {
  width:100%;height:100%;
    background-size: 83% auto !important;
    background-position: center 120px !important;
    background-repeat: no-repeat !important;
}
@media (max-width: 1200px) { .testimonials_sliderv2 {background-position: center 145px !important;}}
@media (max-width: 991.98px) { .testimonials_sliderv2 {padding-top: 60px !important;padding-bottom: 70px !important;}}
@media (max-width: 768.98px) { 
  .testimonials_sliderv2 {background-image:inherit !important;padding-top: 40px !important;padding-bottom: 50px !important;}
  .testimonials_sliderv2 .top_sec h2{ margin-bottom:30px;}
  .profit_gpt_tabber_wrap .tabber-group {margin-top: 40px!important;}
  .splide .splide__track {margin-bottom: 15px;}
  #hs_cos_wrapper_widget_1748892710678_ h2 {margin-bottom: 30px !important;}
}
@media (max-width: 576.98px) { 
.hs-logo-grid__logo-wrapper {max-width: 50%!important;width: 50%!important;}
}
.testimonials_sliderv2 p.rolee {
  margin-bottom: 10px;
}

.testimonials_sliderv2 h5.name {
  margin-bottom: 10px;
}

.testimonials_sliderv2 .right_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials_sliderv2 .img_bg {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px;
  padding-bottom:0%;
  margin-bottom:20px;
}
.splide__arrows {display:none;}
.rating svg {
    height: 16px;
  width: 16px;}
 .rating{ margin-bottom:0px;
}
.splide__list>.splide__slide {
    margin-bottom: 0px;
}
.testimonials_sliderv2 .bottom_row {
  padding-bottom: 24px;
}

.testimonials_sliderv2 .top_sec {
  margin-bottom: 20px;
}

.testimonials_sliderv2 .noImage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials_sliderv2 .noImage .left_col {
  width: 100%;
  text-align: center;
}

.testimonials_sliderv2 .noImage .rating {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.testimonials_sliderv2 .noImage .testmn_inner_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

/* > *:last-child */
.testimonials_sliderv2 .text_box {
  margin-bottom: 40px;text-align:center;font-size: 20px;
    line-height: 34px;
}

.testimonials_sliderv2 .left_inner {
  margin-bottom: 0px;
}

@media(min-width:768px){
  .testimonials_sliderv2.img_al_right .right_col {
    
  }
  .testimonials_sliderv2.img_al_right .left_col {
    padding-right: 25px;padding-left: 25px;
  }
  .testimonials_sliderv2.img_al_left .right_col {
    padding-left: 25px;
  }
  .testimonials_sliderv2.img_al_left .left_col {
    padding-right: 25px;
  }
  .testimonials_sliderv2.img_al_right .left_col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .testimonials_sliderv2.img_al_right .right_col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}


@media(max-width:767px){
  .testimonials_sliderv2 .glide__arrows {
    display: none;
  }

  .testimonials_sliderv2 .left_col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .testimonials_sliderv2 .right_col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .testimonials_sliderv2 .right_col {
    margin-bottom: 20px;
  }

  .testimonials_sliderv2 .left_inner {
    margin-bottom: 0;
  }

}

{# Animation #}

.testimonials_sliderv2 .is-active.is-visible .fade {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}
.testimonials_sliderv2 .fade  {
  opacity: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform
}
.testimonials_sliderv2 .fade-up {
  opacity: 0;
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0)
}
.testimonials_sliderv2 .is-active.is-visible .fade-up  {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}
.testimonials_sliderv2 .fade-down{
  opacity: 0;
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0)
}
.testimonials_sliderv2 .is-active.is-visible  .fade-down {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}
.testimonials_sliderv2 .fade-right {
  opacity: 0;
  -webkit-transform: translate3d(-100px,0,0);
  transform: translate3d(-100px,0,0)
}
.testimonials_sliderv2 .is-active.is-visible .fade-right  {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}
.testimonials_sliderv2 .fade-left {
  opacity: 0;
  -webkit-transform: translate3d(100px,0,0);
  transform: translate3d(100px,0,0)
}
.testimonials_sliderv2 .is-active.is-visible .fade-left  { 
  opacity: 1;
  -webkit-transform: none;
  transform: none
}
.testimonials_sliderv2 .flip-down {
  opacity: 0;
  -webkit-transform: perspective(2500px) rotateX(0); 
  transform: perspective(2500px) rotateX(0)
}
.testimonials_sliderv2 .is-active.is-visible  .flip-down {
  opacity: 1;
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}
.testimonials_sliderv2 .flip-up {
  opacity: 0;
  -webkit-transform: perspective(2500px) rotateX(-100deg); 
  transform: perspective(2500px) rotateX(-100deg)
}
.testimonials_sliderv2 .is-active.is-visible .flip-up{
  opacity: 1;
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}
.testimonials_sliderv2 .is-active.is-visible .zoom-in {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

.testimonials_sliderv2 .zoom-in {
  opacity: 0;
  -webkit-transform: scale(.6);
  transform: scale(.6)
}

.testimonials_sliderv2 .cm_trns{
  transition-delay: .3s;
  transition-timing-function: ease; 
  transition-duration: .5s;
}

.testimonials_sliderv2 .cm_social_follows > ul.flex_row {
  margin-top: 0;
  margin-bottom: 20px;
  justify-content: center;
}
{# end Animation #}