/** Shopify CDN: Minification failed

Line 83:18 Expected ":"

**/
.custom_testimonial {
  display: flex;
  flex-direction: column;
  gap: 35px;
  .heading_imag {
    display: flex;
    gap: 5px;
    flex-direction: column;
    h3 {
      font-size: 28px;
      font-weight: 500;
      line-height: 44.8px;
    }
    img {
      width: 100px;
    }
  }

  .testimonial_main_div {
    .slick-track {
      display: flex;
      gap: 20px;
    }

    .slick-list.draggable {
      width: 100%;
    }

    .testimonial_submain_div {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-items: flex-start;
      border: 2px solid #f8f4ec;
      padding: 30px 25px;
      border-radius: 3px;
      .test_star_div {
        display: flex;
        justify-content: space-between;
        width: 100%;

        .star_sub_div {
          .star {
            color: #b42d23;
            font-size: 21px;
          }
        }
      }
      h5 {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        color: #000000;
        margin: 0;
      }
      p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #0e0e0e;
        margin: 0;
      }
      .test_profile {
        display: flex;
        gap: 10px;
        align-items: center;

        .sub_test_profile {
          display: flex;
          flex-direction: column;
          h6 {
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            text-a lign: left;
            color: #030303;
          }
          p {
            font-size: 12px;
            font-weight: 400;
            line-height: 22px;
            text-align: left;
          }
        }
      }
    }
  }
}

.border_div {
  width: 100%;
  height: 21px;
  background-color: #f8f0f4;
}
@media (max-width: 567px) {
  .custom_testimonial {
    & .heading_imag {
      h3 {
        font-size: 24px;
        font-weight: 500;
      }
    }
  }
  .custom_testimonial {
    .slick-dotted.slick-slider {
      margin-bottom: 60px;
    }
    .slick-dots {
      bottom: -45px;
    }

    .testimonial_main_div {
      .slick-track {
        display: flex;
        gap: 10px;
      }
      .testimonial_submain_div {
        h5 {
          font-size: 24px;
        }
        .test_profile {
          & .sub_test_profile {
            h6 {
              font-size: 14px;
            }
          }
        }
      }
      .slick-dots li.slick-active button:before {
        color: #8d8d8b;
      }
      .slick-dots li button:before {
        font-size: 10px;
        color: #a39c9c;
      }
    }
  }
}

@media (min-width: 567px) and (max-width: 1024px) {
  .custom_testimonial {
    .testimonial_main_div {
      .slick-track {
        display: flex;
        gap: 10px;
      }
    }
  }
}
