@media (max-width: 1199px) {
  .calendly-cls{
    height: auto;
    margin-top: 0;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {}

@media (max-width: 991px) {
  br{
    display: none;
  }
  .container {
    max-width: 100%;
    width: 100%;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 17px;
  }

  .banner-section {
    padding: 40px 0;
  }

  .banner-section .inner-banner h1 {
    font-size: 30px;
  }

  .banner-section .inner-banner p {
    font-size: 25px;
    margin: 0;
  }
  .banner-section .inner-banner .banner-box{
    margin: 30px auto 0;
  }
  .testimonials-box{
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {


}

@media (max-width: 575px) {
 
  .banner-section {
    padding: 40px 0;
  }

  .banner-section .inner-banner h1 {
    font-size: 25px;
  }

  .banner-section .inner-banner p {
    font-size: 18px;
  }
  .banner-section .inner-banner .banner-box p{
    font-size: 18px;
  }
  .first-content-sec h2{
    font-size: 25px;
  }

}