.carousel-item img {
    height: 40vh;
    width:100%;
   
  }

/* Small (mobiles normal) */
@media only screen and (min-width: 321px) and (max-width: 480px) {

  .container {
    padding: 0 10px;
  }

  header nav {
    display: none;
  }

  .banner {
    padding: 0;
  }

  .banner h1 {
    font-size: 40px;
  }


  .our-success {
    padding: 20px 0;
  }

  .our-success .carousel-item img {
    height: 250px;
    object-fit: contain;
  }

  .top-space{
    padding-top: 0px;
  }
 


}

/* Medium (mobiles bade & chhote tablets) */
@media only screen and (min-width: 481px) and (max-width: 767px) {

  .container {
    padding: 0 20px;
  }

  header nav {
    display: none;
  }


  /* mob nav */
  .centered-menu {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
  }

  .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .navbar-nav .nav-item {
    margin: 0 15px;
  }

  .d-flex {
    margin-top: 0;
  }

  .navbar-toggler {
    display: none;
  }



  .banner {
    padding:0;
  }

  .banner h1 {
    font-size: 40px;
  }


  .our-success {
    padding: 20px 0;
  }

  .top-space{
    padding-top: 0px;
  }

}

@media screen and (max-width: 767px) {
  .carousel-item img {
    height: 250px;
    object-fit: contain;
    
  }
  .top-space{
    padding-top: 0px;
  }
}

/* Large (tablets landscape) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .container {
    padding: 0;
  }

  .banner {
    padding: 20px 0;
  }

  .banner h1 {
    font-size: 33px;
  }

  .banner-buttons {
    text-align: center;
  }

  .num-count {
    font-size: 1.4rem;
  }

  .service-card {
    height: max-content;
  }

}

/* Extra Large (laptops / desktops) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .container {
    padding: 0;
  }

  .banner {
    padding: 20px 0;
  }

  .service-section {
    padding: 20px 0;

  }

  .banner h1 {
    font-size: 44px;
  }

  .service-card {
    height: 430px;
  }
}

/* Extra Extra Large (bade desktops) */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* Big monitors */
}

/* Ultra Wide Screens */
@media only screen and (min-width: 1601px) {
  /* 2K, 4K monitors */
}

/* Media Queries */
 @media (max-width: 768px) {
  .service-card {
    height: auto;
  }

  .homepage-footer{
    position: relative;
    bottom: 50px;
  }

  .footer-container.thankyou{
    position: fixed !important;
    margin-bottom: 50px !important;
  }
 }