.testimonial_content {
  display: none;
}

.testimonials_carousel {
  background: rgba(24, 78, 200, 0.8);
  padding-bottom: 50px;
}

.testimonial_text_inner {
  margin: 0 auto;
  max-width: 1000px;
}

.testimonial_text_inner p {
  text-align: left;
  padding: 0 10% !important;
}

.testimonial_text_inner h3 {
  /* color: #ffffff !important; */
  /* font-family: 'NHaasGroteskDSPro-26ThIt' !important; */
  /* font-size: 48px !important; */
  /* letter-spacing: 1px !important; */
  /* line-height: 55px !important; */
  margin-top: 120px;
  padding: 0 10% !important;
  /* text-align: left; */
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .testimonial_text_inner p {
    font-size: 36px!important;
    line-height: 38px!important;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
  .testimonial_text_inner p {
    font-size: 32px!important;
    line-height: 33px!important;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial_text_inner p {
    font-size: 26px!important;
    line-height: 28px!important;
    margin-top: 40px;
  }
}

/* .testimonial_text_inner h3:first-of-type:before { */
/*   content: '“'; */
/*   font-family: 'NHaasGroteskDSPro-16UltThIt' !important; */
/*   font-size: 125px !important; */
/*   line-height: 129px !important; */
/*   position: absolute; */
/*   margin: -10px 0 0 -60px; */
/* } */

.testimonial_text_inner p.testimonial_author {
  color: #ffffff!important;
  font-family: 'NHaasGroteskDSPro-65Md'!important;
  font-size: 18px !important;
  letter-spacing: 0.5px !important;
  line-height: 30px !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.testimonials .testimonial_text_inner p.testimonial_author span.author_company {
  color: #ffffff!important;
  font-family: 'NHaasGroteskDSPro-55Rg'!important;
}

.bb9-quote-start {

}

.bb9-quote-details {

}

.testimonials_holder .flex-direction-nav a {
  background: transparent;
  border: none;
  color: transparent;
  height: 50px;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 50px;
}

.testimonials_holder .flex-direction-nav a:hover {
  background: transparent;
  border: none;
  color: transparent;
}

.testimonials_holder .flex-direction-nav a:hover::before {
  color: #fff !important;
  background: #004DFF;
  border: 2px solid #004DFF;
}

.testimonials_holder .flex-direction-nav a::before {
  font-family: bb9icons;
  color: #004dff !important;
  background: #00FF23;
  border: 2px solid #00FF23;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 46px;
  line-height: 46px;
  width: 46px;
}

.testimonials_holder .flex-direction-nav a.flex-prev:before {
  content: '←';
}

.testimonials_holder .flex-direction-nav a.flex-next:before {
  content: '→';
}

.testimonials_holder .flex-direction-nav li {
  margin-top: 10px;
}
