/* Extra Small (Phones Portrait) */
@media (max-width: 480px) {
}

/* Small (Phones Landscape & small tablets) */
@media (min-width: 481px) and (max-width: 660px) {
  .section-block {
    margin: 0px 40px 0px 80px;
  }
  .home-page-1 .top-img {
    height: 350px;
    width: 100px;
    background-position: center bottom;
  }
  .home-page-1 .bottom-img {
    height: 200px;
    width: 100px;
  }
  .home-card {
    width: 25rem;
    box-shadow: none;
  }
}
@media (min-width: 661px) and (max-width: 768px) {
  .home-page-1 .top-img {
    height: 350px;
    width: 200px;
    background-position: center bottom;
  }
  .home-page-1 .bottom-img {
    height: 200px;
    width: 220px;
  }
  .home-page-1 .circle-img {
    display: none;
  }

  .home-card {
    width: 10rem;
  }
  .fp-section {
    height: auto !important;
    min-height: 100vh;
    padding-bottom: 40px;
  }
}

/* Medium (Tablets / small laptops) */
@media (min-width: 769px) and (max-width: 992px) {
  .home-page-1 .top-img {
    height: 350px;
    width: 200px;
    background-position: right bottom;
  }
  .home-page-1 .bottom-img {
    height: 200px;
    width: 300px;
  }
  .home-page-1 .circle-img {
    height: 150px;
    width: 150px;
  }

  .home-card {
    width: 12rem;
  }
  .fp-section {
    height: auto !important;
    min-height: 100vh;
    padding-bottom: 40px;
  }
  .footer-menus h6 {
    font-size: 10px;
  }
  .footer-menus {
    font-size: 10px;
    gap: 0.5rem !important;
  }
}

/* Large (Laptops / desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
  .home-page-1 .top-img {
    height: 315px;
    width: 196px;
    background-position: right bottom;
  }
  .home-page-1 .bottom-img {
    height: 200px;
    width: 340px;
  }
  .home-page-1 .circle-img {
    height: 150px;
    width: 150px;
  }
  .home-card {
    width: 15rem;
  }
  /* .why-us-card {
    width: 15rem;
  } */
  .timeline-scroll {
    padding-block: 1rem;
  }
  .timeline-scroll > div {
    padding: 0 !important ;
    margin: 0 !important  ;
  }
  .fp-section {
    height: auto !important;
    min-height: 100vh;
    padding-bottom: 40px;
  }
  .why-us-card{
    font-size: 12px;
    width: 300px;
    padding: 15px;
  }
   .why-us-card .icon{
    font-size: 20px;
   }
   .why-us-card .heading
   {
    font-size: 12px;
   }
.statsHeader{
  font-size: 25px;
}
.infoCardContent{
  font-size: 10px;

  width: 250px;
}
.infoCardContent::before,
.infoCardContent::after {
  width: 70%;
}
.infoCards{
  width: 250px;
}
}

/* Extra Large (Big screens) */
@media (min-width: 1201px) and (max-width: 1600px) {
  .home-page-1 .top-img {
    height: 350px;
    background-position: right bottom;
  }
  .home-page-1 .bottom-img {
    height: 200px;
    width: 500px;
  }

  .mega-menu-full {
    /* transform: translateX(-60%) !important; */
  }
  /* .why-us-card {
    width: 19rem;
  } */
}

/* Ultra wide monitors */
@media (min-width: 1601px) {
  .home-card {
    width: 25rem;
  }
}
