.testi_sliderv2 .content_widget h2 {
  margin-bottom: 10px;
}

.testi_sliderv2 .content_widget .btn_row {
  width: 100%;
}

.testi_sliderv2  .btn_item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: center;
}

.testi_sliderv2 h2.title {
  margin-bottom: 9px;
}

.testi_sliderv2 a.popup_video span.icon {
  display: none;
}

/*  slider */
.testi_sliderv2 .testi_sliderv2_wrapper {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
} 


.testi_sliderv2 .testimonial-slider {
  margin-bottom: 30px;
}

.testi_sliderv2 .testimonial-slider .slick-track {
  display: flex;
}

.testi_sliderv2 .testimonial-slider  .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.testi_sliderv2 .testimonial-slider .test_row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.testi_sliderv2 .testimonial-slider .test_row .testi_col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.testi_sliderv2 .testimonial-slider p.testimonial-quote {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.testi_sliderv2 .testimonial-slider .bar_green {
  background-color: #77BD43;
  width: 40px;
  color: #77BD43;
  height: 4px;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}



.testi_sliderv2 .testimonial-slider span.testimonial-name {
  color: #e9ecef !IMPORTANT;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}
.testi_sliderv2 .testimonial-slider button.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;';
  left: -25px;
  left: -25px;
}

.testi_sliderv2 .testimonial-slider button.slick-next {
  right: -25px;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;';
}

.testi_sliderv2 .testimonial-slider button.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
}

.testi_sliderv2 .testimonial-slider button.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
}

.testi_sliderv2 .testimonial-slider ul.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.testi_sliderv2 .testimonial-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  color: #576784;
}

.testi_sliderv2 .testimonial-slider ul.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.testimonial-slider .slick-dots li > button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonial-slider .slick-dots li.slick-active > button:before {
  opacity: 1;
}


.testi_sliderv2 .svg-wrapper svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  fill: none;
  pointer-events: none;
  overflow: hidden;
  vertical-align: middle;
  z-index: 1;
}

.testi_sliderv2 .svg-wrapper svg.sqr.left {
  right: 60%;
  max-width: 40%;
  left: 0;
  top: 55%;
  max-height: none;
  fill: #1a2e57;
}

.testi_sliderv2 .svg-wrapper svg.sqr.left rect {
  transform-origin: center;
  transform: rotate(-25deg) translate(-55%, -25%);
}

.testi_sliderv2 .svg-wrapper  svg.sqr.right {
  left: 49%;
  max-width: 51%;
  right: 0;
  bottom: 0;
  max-height: none;
  fill: #1a2e57;
}

.testi_sliderv2 .svg-wrapper svg.sqr.right rect {
  transform: rotate(33deg) translate(85%, -49%);
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .testi_sliderv2 .svg-wrapper svg.sqr.left {
    right: 40%;
    max-width: 60%;
  }
}
@media (max-width:1439px){
  .testi_sliderv2 .svg-wrapper svg.sqr.right {
    left: 45%;
    max-width: 55%;
  }
}

@media (max-width:1199px){
  .testi_sliderv2 .svg-wrapper svg.sqr.left {
    right: 40%;
    max-width: 60%;
  }


}
@media (max-width:991px){
  .testi_sliderv2 .svg-wrapper svg.sqr.left {
    top: 10%;
  }

  .testi_sliderv2 .svg-wrapper svg.sqr.right {
    left: 25%;
    max-width: 75%;
  }
  .testi_sliderv2 .page-center.pdlr10.theme_center {
    max-width: 798px;
  }
  .testi_sliderv2 .svg-wrapper svg.sqr.right rect {
    transform: rotate(33deg) translate(65%, -49%);
  }
}

@media (max-width:767px){

  .testi_sliderv2 .svg-wrapper svg.sqr.right {
    top: 58%;
  }
}


@media (max-width:575px){
  .testi_sliderv2 .svg-wrapper svg.sqr.left {
    right: 0%;
    max-width: 100%;
  }

  .testi_sliderv2 .svg-wrapper svg.sqr.right {
    top: 80%;
  }

  .testi_sliderv2 .testimonial-slider .test_row {
    padding-left: 0;
    padding-right: 0;
  }

  .testi_sliderv2 .testimonial-slider .test_row .testi_col {
    padding-left: 0;
    padding-right: 0;
  }
}

