@media (max-width: 768px) {
    #footer .footer-bottom {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    #footer .copyright,
    #footer .credits {
      text-align: center;
      float: none;
    }
  
    #footer .credits {
      padding-top: 4px;
    }
    .services .icon-box {
      min-height: 150px;
    }
    .services .icon-box h4 {
      min-height: 40px;
    }
    .contact .about-txt {
      padding: 0;
      margin-top: 0;
    }
    .section-title p {
      margin-bottom: 20px;
      text-align: justify;
    }
    section {
      padding: 40px 0;
    }
    .page-title .title-box h1 {
      font-size: 34px;
      line-height: 52px;
      font-weight: 700;
  }
  .blog-sec .blog-content-box {
    max-width: 410px !important;
  }
}
@media (max-width: 992px) {
    .pricing .box {
        max-width: 70%;
        margin: 0 auto 30px auto;
      }
    .breadcrumbs {
      margin-top: 60px;
    }
    .breadcrumbs h2 {
      font-size: 22px !important;
    }
  .section-title {
    padding-bottom: 10px !important;
  }
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .about-main-text {
    padding-left: 0px !important;
  }
  .about-main-text p {
    line-height: 26px !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .skills .content h3 {
    font-size: 32px !important;
    padding-bottom: 10px !important;
  }
  .blog-sec .section-title h2 {
    font-size: 36px !important;
  }
  .blog-sec .section-title p {
    font-size: 18px !important;
    text-align: center;
  }
  .blog-sec .blog-content-box {
    padding-top: 40px !important;
  }
  .skills .content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .vision-sec{
    padding: 20px !important;
  }
  .vision-box p {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 25px !important;
  }
  .single-post-details h2 {
    font-size: 26px !important;
    line-height: 40px !important;
  }
  .single-post-details p {
    padding-top: 10px !important;
  }
  .single-post-details button a {
    font-size: 16px !important;
  }
  .single-post-details button {
    margin-top: 20px !important;
    padding: 8px 15px !important;
  }
  .page-title {
    padding: 50px 0px 50px 0px !important;
    margin-top: 60px !important;
  }
  .page-title .title-box {
    margin-bottom: 50px !important;
  }
  .services-sidebar .sidebar-widget li a {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 20px 25px 20px 40px !important;
  }
  .service-card h2 {
    font-size: 26px !important;
    line-height: 26px !important;
    margin-bottom: 15px !important;
  }
  .service-card p {
    line-height: 24px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
  }
  .service-card {
    padding-left: 0px !important;
    padding-top: 30px !important;
  }
  
}
  @media (min-width: 768px) and (max-width: 991px){
    .services .icon-box {
      min-height: 180px;
    }
    .services .icon-box h4 {
      min-height: 40px;
    }
    .section-title p {
      margin-bottom: 20px;
      text-align: justify;
    }
    .service-card {
      padding-left: 5px !important;
  }
  .page-title .title-box h1 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
}
  @media (min-width: 992px) and (max-width: 1200px){
    .services .icon-box {
      min-height: 150px;
    }
    .services .icon-box h4 {
      min-height: 40px;
    }
    #hero h1 {
      font-size: 40px;
      font-weight: 700;
      line-height: 50px;
    }
    #hero h2 {
      margin-bottom: 10px;
      font-size: 22px;
  }
  .services-sidebar .sidebar-widget li a {
    font-size: 19px !important;
    line-height: 26px;
    font-weight: 700;
    padding: 20px 26px 20px 35px !important;
  }
  .page-title {
    padding: 70px 0px 50px 0px !important;
    margin-top: 70px !important;
  }
  .page-title .title-box {
    margin-bottom: 90px !important;
  }
  .page-title .title-box h1 {
    font-size: 50px !important;
    line-height: 56px;
    font-weight: 700;
  }
  section{
    padding: 40px !important;
  }
  .skills .content h3 {
    font-size: 38px !important;
  }
}
  @media (min-width: 1201px) and (max-width: 1400px){
    .services .icon-box {
      padding: 16px 20px;
      min-height: 260px;
    }
    .services .icon-box h4 {
      margin-bottom: 12px;
      font-size: 22px;
      min-height: 75px;
  }
  .services .icon-box p {
    font-size: 15px;
    margin-bottom: 0;
  }
}