/** Shopify CDN: Minification failed

Line 76:0 Unexpected "<"
Line 285:4 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.slick.marquee {
    padding-bottom: 40px;
    padding-top: 40px;
}
.inner p {
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 40px;
    column-gap: 10px;
    border: 1px solid #575757;
    padding: 10px 30px;
    border-radius: 100px;
}
.slick-slider {
    margin-bottom: 0;
}
.slick-slide .inner .h1 {
    color: #575757;
}
.slick-slide.color_inline_css .inner .h1 {
    color: #fff;
}
  .slick.marquee {
    padding-bottom: 40px;
    padding-top: 40px;
    background: #252525;
}
 .marquee .slick-slide.color_inline_css .inner .h1 {
    color: #fff;
    width: 100%;
  }
  .marquee span.icon {
    width: 10%;
}
  .marquee span.text {
    width: 90%;
}
  .marquee span.icon svg {
    width: 50px;
    height: 50px;
    display: flex;
}
  .marquee span.icon svg path {
    fill: #fff;
}
  .marquee .slick-slide .inner .h1 {
    width: 100%;
}
  .marquee .inner {
    padding: 0 40px;
}
  .marquee span.text {
    color: #fff;
}
  
@media screen and (max-width:767px){
.marque_text_main_sec .inner p {
    font-size: 31px;
}
.slick.marquee {
    padding-bottom: 40px;
}
}
<style>
  .testimonial_heading h2.title.inline-richtext.h1 {
      text-align: center;
      margin-top: 0;
  }
  .testimonial_content_wrapper {
      border-radius: 10px;
      padding: 20px;
      border: 1px solid #E0E0E0;
  }

  .testimonial_details h3 {
  font-size: 20px;
      line-height: 26px;
      color: #2c3e50;
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 400;
      text-transform: uppercase;
  }
  .testimonial_details p {
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      color: #333333;
  }
  .testimonial_paragraph p {
      font-size: 20px;
      line-height: 19px;
      display: flex;
      align-items: center;
      color: #000;
      justify-content: center;
      margin-top: 20px;
      margin-bottom: 0;
  }
   .testimonial_star_icon svg path {
      fill: #43a7c5;
  }
  p.h1.text_align_heading {
      text-align: center;
      color: #0D0D0D;
  }
  .testimonial_star_icon {
      text-align: center;
  }
    .testimonial_flex_sec {
      display: block;
      align-items: center;
      justify-content: center;
  }
  .testimonial_flex_sec {
      align-items: center;
  }
    .custom_testimonial_section {
      background: #fff;
      padding: 80px 0;
  }
  .slick-arrow {
      background: transparent;
      border: none;
  }
  .testimonial_arrow_icon {
      text-align: center;
      margin-bottom: 10px;
  }
  button.prev_button.slick-arrow {
      left: auto;
      top: 50%;
      transform: translate(-50%,-50%);
      right: -5px;
      position: absolute;
      z-index: 9999;
  }
  button.next_button.slick-arrow {
      left: 25px;
      top: 50%;
      transform: translate(-50%,-50%);
      right: auto;
      position: absolute;
      z-index: 9999;
  }
  .testimonial_details {
      text-align: center;
  }
  .testimonial_details p {
      margin-top: 5px;
  }
  .testimonial_heading h2.title.inline-richtext.h1 {
      margin-bottom: 40px;
  }
  .custom_testimonial_section .slick-track {
      column-gap: 30px;
      display: flex;
  }
    .slick-dots {
      position: inherit;
      bottom: 0;
    }
    .custom_testimonial_section .video_divission_sec  {
      display: flex;
  }
    .video_divission_sec .testimonial_width_div {
      width: 60%;
  }
    .video_divission_sec .testimonial_video_slider {
      width: 40%;
  }
    .custom_testimonial_section .testimonial_content_wrapper {
      display: flex;
      align-items: center;
      width:100% !important;
  }
    .testimonial_video_slider video {
      display: flex;
  }
  .video_divission_sec .testimonial_width_div {
      padding: 0 20px;
  }
    .without_video_sec .testimonial_details {
      width: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      height: 90px;
      margin: 0px auto;
      text-align: center;
  }
    .testimonial_content_wrapper.without_video_sec {
      padding: 40px;
  }
    .custom_testimonial_section .testimonial_content_wrapper {
      justify-content: center;
  }
    iframe.testimonial_video {
      width: 250px;
  }
    .custom_testimonial_section .video_divission_sec .testimonial_details {
      height: 100px;
      overflow-y: scroll;
  }
    .custom_testimonial_section .video_divission_sec .testimonial_details::-webkit-scrollbar {
    width: 2px;
  }
    .custom_testimonial_section .video_divission_sec .testimonial_details::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
    .custom_testimonial_section .video_divission_sec .testimonial_details::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  .video_divission_sec .testimonial_details p {
      margin-top: 5px;
      margin-right: 10px;
  }


  @media screen and (min-width:1024px) and (max-width:1200px){
    iframe.testimonial_video {
      width: 200px;
      height: auto;
  }
  }
  @media screen and (min-width:768px) and (max-width:1023px){
    iframe.testimonial_video {
      width: auto;
      height: auto;
  }
  .custom_testimonial_section .testimonial_content_wrapper {
      display: block;
  }
  .video_divission_sec .testimonial_width_div {
      width: 100%;
  }
  }
  @media screen and (max-width:767px){
      .custom_testimonial_section {
      padding: 40px 0;
    }
      .custom_testimonial_section {
      padding: 40px 0 0 0;
  }
      .custom_testimonial_section .slick-track {
      column-gap: 0;
  }
  .custom_testimonial_section iframe.testimonial_video {
      width: auto;
      height: auto;
      margin: 0px auto;
      display: block;
      padding-bottom: 10px;
  }
    .custom_testimonial_section .testimonial_content_wrapper {
      display: block;
  }
    .video_divission_sec .testimonial_width_div {
      width: 100%;
  }
  .without_video_sec .testimonial_width_div {
      display: flex;
      height: 100%;
      align-items: center;
  }
    }
    button.next_button.slick-arrow {
      top: 42%;
    }
    button.prev_button.slick-arrow {
      top: 42%;
    }
    </style>