 .main-content li {
      font-size: 14px;
    }

    .card-body {
      margin-top: 30px;
    }

    @media screen and (min-width:1600px) {
      .banner-area-v3 h1 {
        font-size: 55px !important;
        line-height: 70px !important;
      }
    }


  /* Styles for Testimonials */

  .swiper-pagination-bullet {
    margin: 0 10px !important;
  }

  .swiperTestimonial {
    width: 100%;
    height: auto;
  }

  .testimonial-section {
    width: 116rem;
    position: relative;
    margin-top: 30px;
    background: #ffffff;
    padding: 30px !important;
    border-radius: 10px;
  }

  .testimonial-section .card-body h2 {
    color: #172c49;
    text-align: center;
    font-style: italic;
    font-size: 25px;
  }

  .testimonial-section .card-body p {
    font-size: 17px;
  }

  .testimonial-section .card-body object,
  .testimonial-section .card-body img {
    max-width: 40% !important;
    margin: 0 auto;
    text-align: center;
    display: block !important;
  }

  .testimonial-section .swiper-button-prev,
  .testimonial-section .swiper-button-next {
    background: #696969;
    border-radius: 50%;
    width: 48px;
    opacity: 0.7;
  }

  .testimonial-section .swiper-button-prev:after,
  .testimonial-section .swiper-button-next:after {
    color: #fff;
    font-size: 20px;
    opacity: 0.7;
  }


  .swiperTestimonial .swiper-slide.swiper-slide-active {
    z-index: 10;
    opacity: 1;
    width: 500px;
    border-radius: 15px;
  }

  .swiperTestimonial .swiper-slide {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    background-position: center;
    width: 525px;
    background-color: #fff;
    height: 440px;
  }

  #testimonial-section .card-text {
    text-align: left !important;
    font-size: 16px;
    line-height: 1.5em;
    word-wrap: break-word;
    padding: 0 15px;
    margin-top: 15px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


  .swiper-button-prev.disabled,
  .swiper-button-prev[disabled] {
    display: none;
  }

  .swiper-pagination-bullet-active {
    background-color: #172c49;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
  }

  @media (max-width: 760px) {
    .swiper-button-next {
      right: 20px;
      transform: rotate(90deg);
    }

    .swiper-button-prev {
      left: 20px;
      transform: rotate(90deg);
    }
  }

  .container li {
    font-size: 16px;
  }

  @media screen and (max-width:991px) {
    .upper-banner-sec {
    flex-direction: unset !important; 
}

      .midcontarea {
        margin-top: 20rem !important;
      }
  }
