.mobile-menu-wrapper .logo img {
  max-width: 59%;
}

.doctor-contact li {
  list-style: none;
}

.header-contact-info .item .item-inner .item-content p {
  color: #000;
  font-size: 12px !important;
}

.item-inner .item-thumb img {
  max-width: 80%;
  margin-top: 20px;
}

.blog-section
  .main-blog
  .blog-wrapper
  .post-item.post-slider
  .post-item-inner
  .post-thumb
  .blog-slider
  .blog-slider-prev {
  left: 5px;
}

.blog-section
  .main-blog
  .blog-wrapper
  .post-item.post-slider
  .post-item-inner
  .post-thumb
  .blog-slider
  .blog-slider-next {
  right: 5px;
}

blockquote {
  margin: 1rem 20px 1rem;
}

.quote-slider {
  height: 250px;
  background-color: rgb(0 113 239);
  color: #fff;
}

.meet {
  padding-top: 50px;
}

.quote-icon {
  color: rgb(6, 240, 6);
}

.banner-section {
  padding: 100px 0;
}

@media (min-width: 1600px) and (max-width: 2500px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 4);
    padding-left: var(--bs-gutter-x, 4);
    margin-right: auto;
    margin-left: auto;
  }

  .main-menu li a {
    color: #fff;
    padding: 29px 38px;
    margin: 0 10px;
    outline: none;
    text-decoration: none;
  }

  .container {
    max-width: 1461px;
    margin: 0 auto;
  }

  .banner-section {
    padding: 150px 0;
  }
}

.page-header-section.style-1
  .page-header-content
  .page-header-content-inner
  .breadcrumb
  li
  a::before {
  background: #fff;
}

input,
textarea {
  margin-bottom: 10px;
  border-radius: 20px;
}

.float {
  position: fixed;
  width: 150px;
  height: 40px;
  bottom: 60px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  cursor: pointer;
  transition: 0.6 all ease-in-out;
  opacity: 1;
}

.float:hover {
  -webkit-box-shadow: 1px 1px 30px 10px rgba(89, 204, 71, 1);
  -moz-box-shadow: 1px 1px 30px 10px rgba(89, 204, 71, 1);
  box-shadow: 1px 1px 30px 10px rgba(89, 204, 71, 1);
}

.my-whatsapp {
  margin-top: 13px;
}

.whatsapp-box {
  color: #fff;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 101;
  transition: 0.6 all ease-in-out;
  opacity: 0;
  /* bottom: -120px; */
}

.wh-active {
  opacity: 1;
  visibility: visible;
  position: fixed;
  bottom: 120px;
  right: 20px;
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
}

.raise-query {
  font-size: 20px;
}

.form-control:focus {
  border: none;
}

.machine-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

@media (max-width: 600px) {
  iframe {
    width: fit-content;
  }

  .money {
    left: 7px !important;
  }
}

.health-wealth {
  border-radius: 25px;
  background-color: #bdbfe3;
}

.health-text {
  /* font-family: "Dancing Script", cursive; */
  text-align: center;
}

.health-btn {
  font-size: 35px;
  text-align: center;
  margin: auto;
  justify-content: center;
}

.money {
  width: 70px;
  border-radius: 50%;
  position: absolute;
  top: 26%;
  left: -29px;
  animation: float 5s ease-in-out infinite;
  z-index: 0;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.bussiness-text {
  color: green;
  text-align: center;
}

.bussiness-para {
  text-align: center;
}


.digi{
  color: black;
  font-size: 25px;
}

.consultant{
  border-radius: 25px;
}