body {
  color: #000;
  font-family: "Poppins", sans-serif;
}

.top-header {
  background-color: #f8f9fa;
  font-size: 14px;
  padding: 6px 0;
}

.top-header .info-item {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.top-header i {
  margin-right: 6px;
  color: #dc3545;
}

.navbar-nav .nav-link {
  font-weight: 500;
  text-transform: uppercase;
}

.book-now-btn {
  background-color: #153263;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.book-now-btn:hover {
  background-color: #c82333;
  color: #fff;
}

@media (max-width: 767px) {
  .top-header .address {
    display: none;
  }
}

.main-title {
  color: #153263;
}

.about-para {
  font-size: 15px;
  font-family: 400;
  color: #000;
  text-align: justify;
}

.info-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 28px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 70px;
  left: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.sticky-footer-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1050;
  cursor: pointer;
  user-select: none;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.sticky-footer-btn>div {
  flex: 1;
  padding: 20px 10px;
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-appointment {
  background-color: #153263;
}

.sticky-footer-btn>div {
  flex: 1;
  padding: 20px 10px;
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-info {
  background-color: #a11207;
}