/* Media Query */
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .home-abot-ai-section .home-about-container {
    min-width: 520px;
  }
  .who-we-serve-section .home-about-container {
    max-width: 570px;
  }
  ul.infoGraphic li {
    max-width: 23em;
  }
}

/* X-Large devices (large desktops, less than 1300px) */
@media (max-width: 1299.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .banner-caption h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: 1.5rem;
  }
  .banner-caption h3 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 1.75rem;
  }
  .banner-caption h6 {
    margin-top: 14px;
  }
  .home-abot-ai-section .home-about-container {
    min-width: 390px;
  }
  .what-abot-card {
    width: 100%;
  }
  .who-we-serve-section .home-about-container {
    max-width: 480px;
  }
  .aec-ecosystems-section .why-abot-container {
    column-gap: 2rem;
  }
  .banner-caption img {
    max-height: 60px;
    margin-bottom: 1.5rem;
  }
  .product-info-section ul.infoGraphic li {
    max-width: 60em;
  }
  .who-we-serve-section .home-about-container {
    max-width: 100%;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .home-about-container,
  .home-performance-section .home-about-container,
  .home-intelligent-section .home-about-container,
  .home-intelligent-container,
  .inner-banner-section .home-about-container {
    width: 100%;
  }
  .home-banner-section .slick-dotted.slick-slider {
    margin-bottom: 2rem;
  }
  .home-banner-section .slick-dots {
    bottom: -2rem;
  }
  .home-banner-section .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .home-banner-section .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #000;
  }
  .banner-caption h2 {
    font-size: 1.75rem;
    margin-bottom: 10px;
    line-height: 2.25rem;
  }
  .banner-caption h3 {
    font-size: 3.25rem;
    line-height: 3.25rem;
    margin-bottom: 1.25rem;
  }
  .banner-caption img {
    max-height: 40px;
    margin-bottom: 12px;
  }
  .banner-caption p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .banner-caption h6 {
    font-size: 14px;
    line-height: 1.25rem;
  }
  .home-abot-ai-container {
    column-gap: 2rem;
  }
  .home-abot-ai-section .home-about-container {
    min-width: 325px;
  }
  .home-abot-ai-section .home-about-container h2 {
    font-size: 3.5rem;
  }
  .home-abot-ai-section .home-about-container p {
    font-size: 1.25rem;
  }
  .who-we-serve-section .home-about-container {
    max-width: 330px;
  }
  .aec-ecosystems-section .why-abot-container {
    row-gap: 3rem;
    flex-direction: column;
  }
  .progress-step-container {
    row-gap: 3rem;
    flex-wrap: wrap;
  }
  ul.infoGraphic li {
    max-width: 60%;
    padding: 0.5em 0;
  }
  .who-we-serve-section .home-about-container {
    max-width: 100%;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .banner-slide {
    min-height: 260px;
  }
  .banner-slide img {
    min-height: 260px;
    object-fit: cover;
  }
  .banner-caption h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .banner-caption h3 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1.25rem;
  }
  .banner-slide .banner-caption img {
    min-height: auto;
    max-height: 35px;
  }
  .banner-caption p {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .banner-caption h6 {
    font-size: 12px;
    line-height: 1.5rem;
  }
  .home-abot-ai-container {
    row-gap: 2rem;
    text-align: center;
    flex-direction: column;
  }
  .home-abot-ai-section .home-about-container {
    min-width: 100%;
    text-align: center;
  }
  .home-abot-ai-card {
    align-items: center;
  }
  .login-container {
    padding: 6rem 2rem;
  }
  .login-row {
    width: 360px;
  }
  .home-abot-ai-card ul li {
    list-style: none;
  }
  .products-banner-section .home-about-container {
    width: 100%;
  }
  .home-abot-ai-card a {
    margin-left: 0;
  }
  .home-intelligent-container .home-intelligent-col {
    width: 15%;
  }
  ul.infoGraphic li {
    max-width: 80%;
  }
  .products-solution-inner-banner-section {
    padding-bottom: 6rem;
  }
  .home-abot-ai-section .home-about-container h2 {
    font-size: 2.75rem;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .banner-slide {
    min-height: 300px;
  }
  .banner-slide img {
    min-height: 300px;
  }
  .banner-caption p {
    font-size: 12px;
  }
  .banner-slide::before {
    opacity: 0.55;
  }
  .banner-caption h2 {
    font-size: 1.5rem;
  }
  .banner-caption h3 {
    font-size: 2.75rem;
    margin-bottom: 1rem;
  }
  .home-performance-container {
    row-gap: 3rem;
    flex-direction: column;
  }
  .home-performance-card h4 {
    font-weight: 600;
    font-size: 1.5rem;
  }
  .login-row {
    width: 100%;
    padding: 3.5rem 2.5rem;
  }
  .what-abot-card {
    row-gap: 2.25rem;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
  .why-abot-container .table thead th {
    padding: 12px;
  }
  .why-abot-container .table tbody th,
  .why-abot-container .table tbody td {
    padding: 16px 12px;
  }
  .what-abot-card-info ul li {
    list-style: none;
  }
  .aec-ecosystems-section .home-about-container h2 {
    text-align: center;
  }
  .home-intelligent-container .home-intelligent-col {
    width: 22%;
  }
  ul.infoGraphic li {
    max-width: 100%;
  }
}
