@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
}

.form-box {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 339px;
}



.enquire-btn {
  background-color: #ff6600;
  color: white;
}

.enquire-btn:hover {
  background-color: #e65c00;
}

.why-box i {
  font-size: 1.4rem;
  color: #0d6efd;
  margin-right: 10px;
}

.testimonial {
    background: #fff8f0;
    padding: 22px 30px;
    border-radius: 10px;
    margin-top: 30px;
    width: 65%;
    margin: auto;
    display: block;
    gap: 25px;
}
.carousel-caption {
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  width: 722px;
}

.carousel-caption h5, .carousel-caption p {
  font-family: cursive;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 58px;
  text-shadow: 1px 1px 20px #00000094;
  margin-bottom: 2rem;
  background: #0000006e;
  padding: 21px 32px;
  border-radius: 30px;
}

.carousel-caption .btn {
  background-color: #ff6600;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
}

.carousel-caption .btn:hover {
  background-color: #e65c00;
}

.why-box img {
  width: 29px;
  margin-right: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 14px;
}

.navbar-brand img {
  width: 241px;
}




.enquire-btn11 {
  background-color: #ff660000;
  color: #ff6600;
  border-radius: 0;
  padding: 8px 17px;
  font-size: 15px;
  margin-left: 44px;
  border: 1px solid;
}

.enquire-btn11:hover {
  background-color: #ff6600;
  color: white;

}

.carousel-caption {
  right: 5% !important;
  bottom: 10% !important;
  left: 5% !important;
}
.carousel-control-next,
.carousel-control-prev {

  width: 5% !important;
}






.carousel-indicators [data-bs-target] {
  width: 3px;
  height: 13px;
  background-color: #ff6600;
}

.how {
  border: 1px solid #e9e9e9;
  padding: 30px;
}

.how img {
  width: 71px;
  margin: auto;
  display: block;
  text-align: center;
  margin-bottom: 27px;
}

.how h5 {
  text-align: center;
  font-size: 16px;
}

.margin-1 li a {
  font-size: 16px;
  line-height: 37px;
  color: #fff;
  list-style: none;
  text-decoration: none;
}




@media (max-width: 768px) {
  .form-box {
    width: 100%;
  }

  .testimonial {
    width: 100%;
  }



  .testimonial {
    padding: 19px 15px;
  }

  div#travelCarousel img {
    height: 364px;
    object-fit: cover;
  }

}

<div class="d-block d-md-none position-sticky bottom-0 bg-white">
  <div class="d-flex align-items-center justify-content-between">
    
    <a href="https://wa.me/919441239896" class="whatsapp text-decoration-none">
      Whatsapp <i class="fa-brands fa-whatsapp"></i>
    </a>
    
    <a href="tel:9441239896" class="call text-decoration-none">
      <i class="fa-solid fa-phone-volume"></i> Call Now
    </a>
    
  </div>
</div>

<style>
.whatsapp i {
  font-size: 1.3rem;
}

.whatsapp {
  background: #128c7e;
  width: 50%;
  color: #fff;
  padding: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.call i {
  font-size: 1.3rem;
}

.call {
  background: #3790e1;
  width: 50%;
  color: #fff;
  padding: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
</style>




.testimonial img {
  width: 16%;
  margin-right: 10%;
}

.carousel-indicators {
  bottom: -30px;
}

.main-whatsapp a
 {
    position: fixed;
    bottom: 3%;
    right: 1%;
    background: #25D366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 36px;
    width: 58px;
    height: 58px;
    line-height: 37px;
}

.fa-solid.fa-phone {
  padding-right: 11px;
}

.fa-solid.fa-envelope {
  padding-right: 11px;
}

.swiper-button-next {
    right: -40px !important;
     color: #e3e3e3  !important;
    font-size: 20px !important;
}
.swiper-button-prev {
    left: -40px !important;
    color: #e3e3e3  !important;
    font-size: 20px !important;
}

  