.testimonial-slider__cta a::after {
    content: "→";
    position: absolute;
    padding-left: 10px;
    margin-top: 2px;
    transition: all 0.5s ease 0s;
}

.testimonial-slider_top h2 {
    color: #4a4f50 !important;
}


.testimonial-slider__cta {
    text-align: right;
    padding-top: 40px;
}

.testimonial-slider__cta a:hover:after {
    padding-left: 20px;
}

.testimonial-slider__wrap {
  background-size: cover;
  padding: 60px 0px;
  background-position: center bottom;
}
.testimonial-slider__item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.testimonial-slider__quote p {
    font-size: 20px;
    line-height: 28px;
    font-family: Helvetica,Arial,sans-serif!important;
    margin: 0px;
    color: #414141;
    font-style: italic;
}
.testimonial-slider__quote {
  width: 45%;
}
.testimonial-slider__info {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.testimonial-slider__picture {
  width: 200px;
}
.testimonial-slider__bio {
  width: calc(100% - 250px);
}
.testimonial-slider__picture img {
  width: 180px !important;
  height: 180px !important;
  border-radius: 100px;
  object-fit: cover;
}
.testimonial-slider__bio p.pname {
/*   color: #fff; */
  font-size: 22px;
  font-weight: 500;
  margin: 0px;
  line-height: 28px;
}
.testimonial-slider__bio p.pdesg {
/*   color: #fff; */
  font-size: 16px;
  margin: 0px;
  line-height: 22px;
}
.testimonial-slider__bio p.pcompany {
/*   color: #fff; */
  font-size: 16px;
  margin: 0px;
  line-height: 22px;
}
.testimonial-slider ul.slick-dots {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex !important;
  justify-content: center;
  padding-top: 60px;
}
.section-title {
    text-align: center;
}

.testimonial-slider__cta .cta_button {
/*     color: #fff; */
    font-size: 18px;
}

.section-title h2 {
/*     color: #fff; */
    font-size: 36px !important;
    font-weight: 700 !important;
    position: relative;
      padding-bottom: 15px;
}

.section-title h2:after {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.testimonial-slider_top {
    padding-bottom: 50px;
}


.testimonial-slider ul.slick-dots li:last-child {
  margin-right: 0px;
}
.testimonial-slider ul.slick-dots li {
  line-height: 4px;
  margin-right: 10px;
}
.testimonial-slider ul.slick-dots button {
  font-size: 0;
  width: 38px;
  height: 4px;
  border: 0px;
  border-radius: 0px;
  background-color: #000;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: all ease 250ms;
}
.testimonial-slider ul.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}



/*********** Responsive code ***************/

/************** ipad ***************/
@media (max-width: 1080px) {


}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {


}

/************** iphone roatate***************/
@media (max-width: 880px) {

  .testimonial-slider__quote {
      width: 100%;
      padding-bottom: 40px;
  }
  
  .testimonial-slider__info {
        width: 100%;
    }
  
  .testimonial-slider {
      padding: 0px 10px;
  }

  .testimonial-slider__cta .cta_button {
      padding-right: 40px;
  }

  .testimonial-slider__bio {
      text-align: left;
  }

  
}

/************** iphone ***************/
@media (max-width: 479px) {
  .testimonial-slider__bio {
      width: calc(100% - 220px);
  }

  .testimonial-slider__picture img {
      width: 160px !important;
      height: 160px !important;
      border-radius: 100px;
      object-fit: cover;
  }
  
  
  
  .testimonial-slider__quote p {
      font-size: 24px;
      line-height: 32px;
  }
  
  
}




