#testimonial {
    overflow:hidden;
}
/*============== 
  TV Screens 
================*/
@media(min-width: 1441px) {
  .swiper {
    height: 700px !important;
  }
}

/*============== 
  Extra Large 
================*/
@media(max-width: 1440px) {
  /*  */
}

/*============== 
     Large 
================*/
@media(max-width: 1280px) {
  /*  */
}

/*============== 
     Medium 
================*/
@media(max-width: 1025px) {
  /*  */
}

/*============== 
    Tablet 
================*/
@media(max-width: 768px) {

  /*  styling testimonial section */
  #testimonial {
    padding-bottom: 0;
    
    .main-swiper {
          height: auto !important;
      }

    .swiper {
      height: 300px;

      .swiper-button-next,
      .swiper-button-prev {
        max-width: 40px;
        max-height: 40px;
        min-width: 40px;
        min-height: 40px;
        padding: 10px !important;

        &::after {
          font-size: 16px;
        }
      }

      .swiper-button-prev {
        right: 50px !important;
      }
    }
  }
}

/*============== 
      Mobile 
================*/
@media(max-width: 576px) {

  /*  styling testimonial section */
  #testimonial {
    margin-bottom: 40px;

    .head {
      font-size: 18px;
      line-height: 50px;
    }

    .swiper {
      height: 300px;

      .swiper-button-next,
      .swiper-button-prev {
        max-width: 40px;
        max-height: 40px;
        min-width: 40px;
        min-height: 40px;
        padding: 10px !important;

        &::after {
          font-size: 16px;
        }
      }

      .swiper-button-prev {
        right: 50px !important;
      }
    }
  }
}