@media only screen and (max-width: 1440px) {
  .mainBx1,
  .hero-content,
  .product-section,
  .info-card,
  .revenueCycle,
  .why-choose-us,
  .site-footer-inner {
    max-width: 1200px;
  }
  .hero-title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1199px) {
  .mainBx1,
  .hero-content,
  .product-section,
  .info-card,
  .revenueCycle,
  .why-choose-us,
  .site-footer-inner {
    max-width: 768px;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-pillars {
    font-size: 1.2rem;
  }
  .hero-bottom {
    margin-top: 10px;
  }
  .hero-content {
    row-gap: 1rem;
    padding: 4rem 0rem;
  }
  .hero-bottom {
    grid-template-columns: inherit;
    gap: 1rem;
  }
  .mainBx1 {
    flex-direction: column;
    gap: 1rem;
  }
  .product-header h2,
  .info-head h2,
  .revenueCycle .heading3,
  .why-choose-us h2 {
    font-size: 2.5rem;
  }
  .why-choose-us-inner {
    grid-template-columns: inherit;
    padding: 4rem 0rem 0;
    gap: 1rem;
  }
  .why-right {
    width: 50%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-hero-title {margin-right: 0px;}
  .inner-hero-subtitle {max-width: inherit;}
}

@media only screen and (max-width: 767px) {  
  .leader-grid {width: 100% !important;}
  .technology-grid {grid-template-columns: repeat(1, 1fr);  }
  .timeline-line, .timeline-dot {display: none;}
  .inner-hero {padding: 0 5%;}
  .leader-bio, .leader-card {width: 100% !important;}
  .leader-grid {flex-direction: column;}
  .inner-hero-title {padding-top: 80px; font-size: 2.5rem;}
  .inner-hero-subtitle {font-size: 1.5rem; font-weight: 200;}
  .footer-col h4 {margin-bottom: 10px;}
  .footer-brand p {max-width: inherit;}
  .site-header.contact-header {display: none;}
  .hero-bottom {display: flex; flex-direction: column;}
  .left50 {margin-left: 0;}
  .wheel-container {flex: auto;}
  .roi-grid {display: flex; flex-direction: column;}
    .footer-grid {display: flex; flex-direction: column;}
  .crcms-page h1 {
    font-size: 2rem;
  }
  .crcms-page h2 {
    font-size: 1.5rem;
  }
  .crcms-page h3 {
    font-size: 1rem;
  }
  .crcms-page .sub-title {
    font-size: 1rem;
  }
  .container-front-end {
    padding: 50px 20px;
  }
  .service-menu .dropdown {
    top: 340%;
    left: 18%;
  }

  .light-card {
    width: 75%;
  }
  .footer-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    margin-bottom: 30px;
  }

  .site-footer {
    padding: 0;
  }
  .footer-links a {
    margin-bottom: 0;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .mainBx1 {
    flex-direction: column;
  }
  .mainBx1,
  .hero-content,
  .product-section,
  .info-card,
  .revenueCycle,
  .why-choose-us,
  .site-footer-inner {
    width: 100%;
    padding: 2rem 2rem;
  }
  .hero-content {
    padding: 2rem 2rem;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .site-header {
    padding: 0;
  }
  .primary-nav {
    margin-top: 1rem;
  }
  .why-choose-us-inner {
    grid-template-columns: auto;
  }
  .hero-bottom p {
    font-size: 1rem;
  }
  .product-header h3 {
    font-size: 1.1rem;
  }
  .cards {
    margin-top: 1rem;
  }
  .product-header {
    margin-bottom: 1rem;
  }
  .product-header h2 {
    margin-bottom: 1rem;
  }
  .why-choose-us-inner {
    padding: 1rem 0rem 0;
  }
  .mainBx1 {
    gap: 0;
  }
  .revenueCycle .container {
    flex-direction: column;
  }
  .info-panel {
    min-height: auto;
  }
  .product-card {
    width: 75%;
    height: auto !important;
  }
  .nav-links {
    flex-direction: column;
  }
  .dropdown {
    background: rgba(255, 255, 255, 1);
  }
  .dropdown {
    top: 300%;
    left: 18%;
  }
  .blog-page .inner-hero-wrapper,
  .whitepapers-page .inner-hero-wrapper,
  .blog-page .inner-hero-wrapper,
  .security-page .inner-hero-wrapper,
  .company-page .inner-hero-wrapper {
    height: 600px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .primary-nav {
    flex-direction: column;
  }

  .container {
    padding: 0;
  }
  .why-right {
    width: 75%;
  }
}
