  /********************************************************

************ Testimonial Inner Page Start ***************

********************************************************/
.testimonial_page-banner {
    /* background-image: url(../images/testimonial_page-banner.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
  }

  .testimonial_page-banner h2 {
    font-size: 50px;
    padding: 30px 0;
    color: #fff;
    font-weight: 900;
    padding-bottom: 10px;
  }

  .testimonial-main {
    padding: 50px 0;
  }

  .testimonial-box_wrap {
    display: flex;
    justify-content: space-between;
    background-color: #fff9f2;
  }

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

  .testimonial-text_wrap {
    max-width: 600px;
    /* background-image: url(../images/testimonial-text_bg.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .testimonial-text_wrap h4 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
  }

  .testimonial-text_wrap p {
    font-size: 16px;
    line-height: 25px;
    color: #555;
    text-align: justify;
    padding: 0 40px;
  }

  .testimonial-box_wrap {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 44%);
    padding: 30px;
    border-radius: 10px;

  }

  .review-icon {
    height: 50px;
    margin-left: 30px;
  }

  .testimonial-2 {
    padding-top: 5px;
  }

  .review-img {
    object-fit: cover;
    height: 205px;
    width: 100%;
  }

  /*********** ./Testimonial Inner Page End ************/

  /*Testimonial Inner Page Responsive*/
  @media (max-width:767px) {

    .testimonial-box_wrap {
      display: block !important;
    }

    .testimonial-video_wrap {
      text-align: center;
    }

    .testimonial-text_wrap h4 {
      padding-top: 30px;
    }

    .testimonial_page-banner {
      padding: 206px 0;
    }

    .testimonial_page-banner h2 {
      font-size: 50px;
    }
  }

  @media (max-width:550px) {
    .testimonial-box_wrap {
      margin: 0 30px;
    }

    .testimonial_page-banner h2 {
      font-size: 34px;
    }

    .testimonial_page-banner {
      padding: 140px 0;
    }
  }

  /*./Testimonial Inner Page Responsive End*/