/* Start Content Pattern */
#testimonials-secondary .secondary-tools {
  text-align: center;
  padding: 20px;
}
#testimonials-secondary .testimonial {
  background-color: #959595;
  border-radius: 10px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 40px;
  padding-top: 10px;
}
#testimonials-secondary .testimonial::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 27.5px 0 27.5px;
  border-color: #959595 transparent transparent transparent;
}
/* End Content Pattern */

/* Start Layout Pattern */
#sidebar-content-bottom .secondary-tools, .full-width .secondary-tools {
  background-color: rgba(248,248,248,0.8);
}
#testimonials-secondary.secondary-tools-outer {
    background-image: url(/assets/templates/main/images/backgrounds/reviews-background-image.jpg);
    background-position: center center;
    background-size: cover;
  }
  @media all and (min-width: 801px) {
    .full-width #testimonials-secondary {
      background-position: right center;
    }
    .full-width #testimonials-secondary .secondary-tools {
      width: 50%; 
    }
  }
  @media all and (max-width: 800px) {
    #testimonials-secondary.secondary-tools-outer .secondary-tools {
      width: 80%;
      margin: 0 auto;
    } 
  }
  @media all and (max-width: 570px) {
    #testimonials-secondary.secondary-tools-outer .secondary-tools {
      width: 100%;
    } 
  }
  /* End Layout Pattern */