@media (min-width:1400px) {
    .banner-text h1{
       font-size: 65px;
       line-height: 70px;
    }
}
@media (min-width:1200px) and (max-width:1399.99px) {
    .banner-text h1{
        font-size: 65px;
        line-height: 70px;
    }
 
}
@media (min-width:992px) and (max-width:1199.99px) {
     .banner-text h1{
        line-height: 65px;
     }
}
@media (min-width:768px) and (max-width:991.99px) {
    .common-heading h2 {
        font-size: 30px;
    }
    .banner-text h1{
      font-size: 40px;
      line-height: 50px;
    }
    /* choose part start */

    .choose-main .card .card-body h5{
        font-size: 16px;
    }
    /* about us */
}
@media (min-width:576px) and  (max-width:767.99px) {
    .common-heading h2 {
        font-size: 30px;
    }
    .banner-text{
        padding-top: 60px;
    }
    .banner-text h1{
        font-size: 40px;
      }
      /* choose part start */
   
      /* about us */
}
@media (max-width:575px) {
    .common-heading h2 {
        font-size: 30px;
    }
    /* banner part start */
    .banner-text{
        padding-top: 45px;
    }
    .banner-text h1 {
        width: 100%;
        font-size: 35px;
        line-height: 45px;
    }
    .banner-text p {
       width: 90%;
    }
    /* about us */

}