.dng-mobile-book-now {
  position: fixed;
  z-index: 9999;
  bottom: 23px;
  left: 0;
  right: 0;
}

a.dng-book-now {
  text-align: center;
  color: #ffffff !important;
  background-color: #1c3869;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 35px;
  display: block;
  max-width: 300px;
  margin: auto;
  box-shadow: 0px 4px 4px 0px #00000040;
}

a.dng-book-now:hover {
  background-color: #006ca6;
}

/*WhatsAPP Button*/

/*whatsApp button*/

.dng-whatsapp-pulse {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 60px;
  right: 0;
  padding: 5px;
  background-color: #25d366;
  color: #fff;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  z-index: 999999;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.dng-whatsapp-pulse svg {
  width: 25px;
  height: auto;
  fill: #ffffff;
}

.dng-whatsapp-pulse:hover {
  background-color: #248c46;
}

@media (max-width: 767px) {
  .dng-whatsapp-pulse {
    bottom: 87px;
  }
}
