@media (max-width: 768px) {
  /* Index page */

  /* about Page */
  .about-banner.service-sec h1 {
    font-size: 35px;
  }
  .about-banner h5 {
    font-size: 16px;
  }
}
@media (max-width: 526px) {
  /* Index page */
  .label-text {
    font-size: 15px;
  }
  .heading-text {
    font-size: 25px !important;
    line-height: 30px;
  }

  /* about Page */
  .about-banner.service-sec h1 {
    font-size: 30px;
  }
  .about-banner h5 {
    font-size: 14px;
  }
  .about-para {
    padding-top: 10px;
    line-height: 20px;
    line-height: 26px;
  }
  .heading-banner-text {
    font-size: 25px !important;
  }

  /* Contact page */
  .heading-contact-text {
    font-size: 25px !important;
    line-height: 35px;
  }
  .service-head {
    font-size: 18px !important;
  }
  .profile-text {
    text-align: justify;
  }
}
@media (max-width: 390px) {
  /* Index page */
  .label-text {
    font-size: 15px;
  }
  .heading-text {
    font-size: 20px !important;
    line-height: 30px;
  }

  /* about Page */
  .about-banner.service-sec h1 {
    font-size: 30px;
  }
  .about-banner h5 {
    font-size: 14px;
  }
  .about-para {
    padding-top: 10px;
    font-size: 15px !important;
    line-height: 20px;
  }
  .heading-banner-text {
    font-size: 25px !important;
  }
  /* services */
  .btn-schedule.orange-btn {
    padding: 6px 14px;
    font-size: 16px;
  }
  .card-box,
  .card-box1,
  .card-box2 {
    padding: 17px;
  }
  /* Contact page */
  .heading-contact-text {
    font-size: 25px !important;
    line-height: 35px;
  }
  .service-head {
    font-size: 16px !important;
  }
  .navbar {
    padding: 10px;
  }
}
@media (max-width: 344px) {
  /* Index page */
  .label-text {
    font-size: 15px;
  }
  .heading-text {
    font-size: 20px !important;
    line-height: 22px;
  }
  .profile-head {
    padding-top: 5px;
    line-height: 22px;
  }
  /* about Page */
  .about-banner.service-sec h1 {
    font-size: 30px;
  }
  .about-banner h5 {
    font-size: 14px;
  }
  .about-para {
    padding-top: 10px;
    font-size: 15px !important;
    line-height: 20px;
  }
  .heading-banner-text {
    font-size: 25px !important;
  }
  .profile-text {
    line-height: 22px;
  }
  /* services */
  .btn-schedule.orange-btn {
    padding: 6px 14px;
    font-size: 16px;
  }
  .card-box,
  .card-box1,
  .card-box2 {
    padding: 17px;
  }
  /* Contact page */
  .heading-contact-text {
    font-size: 25px !important;
    line-height: 35px;
  }
  .service-head {
    font-size: 16px !important;
  }
  .navbar {
    padding: 10px;
  }
}
