 .top-mobile-sidebar {
      display: none !important;
    }

    @media only screen and (max-width: 767px) {

      .mobile-video-banner {
        display: block !important;
        max-width: 450px;
        margin: 10px auto;
        border: 4px solid #a49c90;
      }

    }

    .owl-dot {
      width: 48px;
      height: 48px;
      margin: 0 -3px;
      /* spacing between dots */
      border-radius: 50%;
      /* optional for round look */
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    /* Start of Testimonials */

    .mid-bottom-sec {
      margin: 0 auto;
      padding: 60px 0;
    }

    .mid-bottom-sec h3 {
      font-family: 'Rosario', sans-serif;
      color: #00628c;
      font-size: 30px;
      font-weight: bold;
      text-align: right;
      padding-right: 20px;
    }

    .mid-bottom-sec p {
      font-size: 20px;
    }

    /* Styles for Testimonials */

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

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

    .testimonial-section .card-body h3 {
      color: #00628c;
      text-align: center;
      font-style: italic;
      font-size: 25px;
    }

    .testimonial-section .card-body p {
      font-size: 15px;
      overflow: auto;
    }

    .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;
    }

    .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;
      line-clamp: 10;
      -webkit-box-orient: vertical;
      overflow-y: scroll;
    }


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

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

    .swiper-navBtn {
      color: #00628c;
    }

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

      .swiper-button-prev {
        left: 20px;
      }

      .testimonial-section {
        width: 35rem;
      }
    }

    @media screen and (max-width:991px) and (min-width:761px) {
      .testimonial-section {
        width: 70rem;
      }
    }