

@media (max-width: 575.98px) {

  /*  Carousel Design */
.testimonial-section .carousel-item{
  padding: 13rem 3.125rem;
}

  .footer .footer-link,
  .footer a i{
    padding: 0 0.7rem;

  }

/*   news letter design */
.newsletter{
  width: 75%;
}
.newsletter .main-btn{
  width: 100%;
  margin-top: 1rem;

}



}



@media (min-width: 576px) and (max-width: 767.98px) {
/*    story design    */
.story-section{
  height: auto;
  padding: 3rem 0;
}

  /*  Carousel Design */
.testimonial-section .carousel-item{
  padding: 11rem 3.125rem;
}
/*   news letter design */
.newsletter{
  width: 75%;
}
.newsletter .main-btn{
  width: 100%;
  margin-top: 1rem;

}


  
}





@media (min-width: 768px) and (max-width: 991.98px) {
  /*  Custom Classes */
      h1{
        font-size: 2.8rem;
      }
      h2{
        font-size: 10.875 0 9.375rem;
        line-height: 2.0625rem;
      }

  /*  top-banner  */
  .top-banner{
    padding: 10.875rem 0 9.375rem;
  }
    /*  Carousel Design */
.testimonial-section .carousel-item .carousel-caption p{
  padding: 0;
}


  
}



@media (min-width: 992px) and (max-width: 1199.98px) {
  /*  Custom Classes */
  /*  Navigation Brand */
      .navigation-wrap .navbar-brand-img{
        height: 3.8125rem;
      }
      .navigation-wrap{
        text-align: center;
        background-color: var(--white-color);
      }

  /*  Banner Design */
      .top-banner{
        padding: 9.3755rem 0 9.375rem;
      }


}


@media (min-width: 1200px) {




}