.testimonial-section-container {
    background: #fff;
    padding: 100px 0;
    text-align: center;
}

.testimonial-section-container h3 {
  font-family: Outfit, sans-serif;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #000;
}

.testimonial-section-container-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slider-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #011971;
}
.testimonial-section-image {
    width: 50%;
    display: flex;
}
.testimonial-section-image img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 0px;
    object-position: center;
    clip-path: polygon(0% 0%, 100% 0%, 85% 128%, 0% 100%);
}
.testimonial-wrap-swipper-slider {
    width: 50%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    padding: 0px 120px;
}
.testimonial-section-image-col img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.testimonial-section-slider-col {
    width: 100%;
/*     padding: 20px; */
}

.testimonials-custom-slider-name {
    color: #fff;
    font-weight: 700;
    text-align: left;
    font-family: Outfit, sans-serif;
    font-size: 50px;
}

.testimonials-custom-slider-description {
/*     color: #555; */
    font-size: 17px;
    margin: 25px 0;
    font-family: Outfit, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    text-align: left;
  color:#fff;
}
.swiper-button-next, .swiper-button-prev {
color:#fff!important;
}
.testimonials-custom-slider-designation {
color:#fff;
  font-size: 24px!important;
    font-style: normal;
    text-align: left;
    font-family: Outfit, sans-serif;
    font-weight: 300;
    line-height: 40px;
}

.swiper-button-next, .swiper-button-prev {
    color: #011971;
}


@media (max-width: 1025px ) {
  .testimonial-wrap-swipper-slider {
    padding: 25px 50px;
  }
  .testimonials-custom-slider-name {
    font-size: 55px;
  }
  .testimonials-custom-slider-description {
          font-size: 17px!important;
        line-height: 1.8;
  }
  .cust-logo {
    margin-left: 0%;
  }
}
@media (max-width: 769px ) {
  .swiper-slider-wrapper {
    flex-direction: column;
  }
  .testimonial-section-image {
    width: 100%;
  }
  .testimonial-wrap-swipper-slider {
    width: 100%;
  }
  .testimonial-section-image img {
    height: 300px !important;
    width: 400px !important;
  }
  .testimonial-wrap-swipper-slider {
    padding: 40px 50px;
  }
  .targetcare-blue-area .cust-main-targetcare .cust-inner-targetcare {
    width: 100%;
    height: 300px;
  }
  .targetcare-blue-area .cust-main-targetcare .cust-inner-targetcare img {
    width: 100%;
    height: 300px;
  }
  .targetcare-blue-area .cust-main-targetcare .cust-targetcare-info {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
  .targetcare-blue-area .cust-main-targetcare .cust-targetcare-info h2 {
    font-size: 32px;
  }
  .targetcare-blue-area .cust-main-targetcare .cust-targetcare-info {
    font-size: 16px;
    line-height: 30px;
  }
  .targetcare-blue-area .cust-targetcare-info button {
    font-size: 14px;
    margin-top: 25px;
    padding: 22px 30px;
  }
  .testimonial-section-container h3 {
    font-size: 40px;
  }
  .testimonials-custom-slider-name {
        font-size: 30px;
  }
  footer.footer {
    padding: 40px 20px;
  }
  .footer-logo-container {
      width: 100%;
  }
  .site-logo-sec.cust-footer-logo .cust-logo img {
      width: 200px;
  }
  .footer-block-main-area {
      margin-left: 0px !important;!i;!;
  }
}
