/* Bokun Widget Styles */
.bokunWidget {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.bokunWidget * {
  max-width: 100%;
  box-sizing: border-box;
}
.bokunWidget iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
.journey-discount--widget {
  position: static;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 12px;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .sticky-top.sticky_block {
    position: relative !important;
    top: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .bokunWidget {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
  .section-tour-content .container,
  .section-tour-content .row,
  .section-tour-content .col-md-7,
  .section-tour-content .col-md-5 {
    overflow-x: hidden;
  }
}