section.fiji-special .container {
  display: flex;
}
section.fiji-special .image-section-container {
  background-image: url(/img/fiji-background.jpg);
  min-height: 770px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
section.fiji-special .image-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section.fiji-special .image-section .pullout:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  filter: blur(10px);
  -moz-filter: blur(10px);
  -webkit-filter: blur(10px);
  -o-filter: blur(10px);
  transition: all 2s linear;
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
}
section.fiji-special h2 {
  font-weight: 700;
  font-size: 40px;
}
section.fiji-special .main-img {
  margin-top: 30%;
  border-radius: 20px;
}
section.fiji-special .text-promo {
  padding: 30px;
}

/*# sourceMappingURL=discover-holiday-packages.css.map */

.dropdown-duration {
  border: none;
  background-color: white;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 100%;
}