.whatsapp {
  position: fixed;
  right: 10px;
  top: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 32px;
  z-index: 10000;
}

.whatsapp h5 {
  color: white;
  background-color: #24d366;
  padding: 0px;
  border-radius: 50px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  border: 4px solid #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.section.destinations-section .destination-row.package-row .package-line .price-tag.light-bg-price-tag,
.section.destinations-section .destination-row.package-row .package-line .price-tag.light-bg-price-tag .unit-tag{
    color: #fff !important;
}

.section.section-welcome.why-book-section {
  padding:80px 0;
}

.section.section-welcome.why-book-section .info-row .items .article-img img {
  filter: invert(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .logo-box img {
        width: 130px;
    }
}