body .how_does_it_work .stars {
  margin: 30px auto; }
  body .how_does_it_work .stars .fas.fa-star {
    color: #eddfb2;
    font-size: 40px;
    margin: 0 10px; }
body .how_does_it_work h3 {
  margin-bottom: 10px; }
body .testimonials {
  background-color: #eef1f3; }
  @media (max-width: 991px) {
    body .testimonials .panel.panel-default {
      margin: 0 auto 40px 0; } }
  @media (min-width: 992px) {
    body .testimonials .panel.panel-default {
      margin: 0;
      position: sticky;
      top: 100px;
      float: left;
      width: 330px; } }
  body .testimonials .panel.panel-default h5 {
    margin: 15px 15px 0 15px;
    font-weight: 100; }
  body .testimonials .panel.panel-default ul {
    padding: 10px; }
    body .testimonials .panel.panel-default ul:not(:last-child) {
      border-bottom: 1px solid #ddd; }
      body .testimonials .panel.panel-default ul:not(:last-child) li {
        margin-left: 10px; }
    body .testimonials .panel.panel-default ul li {
      margin: 3px;
      white-space: nowrap; }
      body .testimonials .panel.panel-default ul li a {
        padding: 3px 10px; }
        @media (max-width: 991px) {
          body .testimonials .panel.panel-default ul li a {
            padding: 2px 6px; } }
  @media (min-width: 992px) {
    body .testimonials .testimonials-wrapper {
      margin-left: 380px; } }
  body .testimonials .testimonials-wrapper > h3 {
    margin-bottom: 30px; }
  body .testimonials .testimonials-wrapper .testimonial .img-circle, body .testimonials .testimonials-wrapper .testimonial .rounded-circle {
    width: 75px;
    height: 75px;
    margin-top: -5px; }
  body .testimonials .testimonials-wrapper .testimonial .review-heading {
    min-height: 75px;
    margin-right: 90px; }
    body .testimonials .testimonials-wrapper .testimonial .review-heading h5, body .testimonials .testimonials-wrapper .testimonial .review-heading h5 a {
      color: #893f48; }
    body .testimonials .testimonials-wrapper .testimonial .review-heading .event-attributes .label.label-default {
      margin-left: 5px;
      margin-top: 5px;
      display: inline-block;
      padding: 5px 7px;
      font-weight: normal;
      border: 1px solid #999999;
      color: #666666;
      background: transparent; }
  body .testimonials .testimonials-wrapper .testimonial .review-body {
    margin-top: 10px; }
  body .testimonials .testimonials-wrapper .testimonial:not(:first-child) {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px; }
  body .testimonials .testimonials-wrapper .more-testimonials {
    margin-top: 60px; }
    body .testimonials .testimonials-wrapper .more-testimonials a {
      display: block; }

@media (min-width: 992px) {
  body.rtl .testimonials .panel.panel-default {
    float: right; } }
@media (min-width: 992px) {
  body.rtl .testimonials .testimonials-wrapper {
    margin-left: 0;
    margin-right: 380px; } }
