/* Bootstrap scss */
@import "../css/style_beta.min.css";
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.hotel_verbiage_second p {
  font-weight: 700;
  font-size: 14px;
  color: #2c2b2b;
  margin: 0px;
  font-family: calibri, source sans pro, candara, myriad set pro, lucida grande, segoe, segoe ui, optima, helvetica neue, helvetica, arial, sans-serif;
  text-align: center;
}

.box_text_three, .box_text_three:focus {
  color: #ffa300 !important;
  outline: 0px !important;
  font-size: 13px;
  font-weight: bold;
}

.popover-title {
  color: #004082;
  font-size: 13px;
  font-weight: bold;
}

.popover-content {
  font-size: 13px;
}

.title_divider {
  font-size: 22px;
  color: #8f8e8e;
}

.descriptionLogo {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.descriptionFooter {
  text-align: center;
}

.programDescriptionTop {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.programDescriptionTop .programDescriptionInside {
  width: 100%;
  float: left;
  border: 4px solid #d0d9de;
  border-radius: 3px;
  margin-bottom: 20px;
}

.programDescriptionTop .programDescriptionInside .programBanner {
  width: 100%;
}

.programDescriptionContent {
  width: 100%;
  float: left;
  padding: 30px 30px;
}

.programDescriptionContent p {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  color: #0e0e0e;
  padding-bottom: 20px;
  margin-top: 0px;
}

.blackBold {
  font-weight: bold;
  font-size: 24px;
}

.blueBold {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #2393d3;
  font-size: 24px;
  font-weight: bold;
}

.offering {
  font-size: 26px;
  margin-bottom: 0px;
  line-height: 30px;
  color: #0e0e0e;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
  font-weight: bold;
}

.programDetails {
  width: 100%;
  float: left;
  padding: 30px 30px;
  background: #d0d9de;
}

.programDetails h1 {
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  color: #2393d3;
  margin: 0px;
}

.programDetailsInclude {
  width: 100%;
  float: left;
}

.starIconProgram {
  width: 4%;
  float: left;
  margin-top: 5px;
}

.DetailsIncludeContent {
  float: left;
  width: 96%;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  color: #0e0e0e;
  margin-top: 0px;
}

.marginTop30 {
  margin-top: 30px;
}

.policyDescription {
  width: 100%;
  float: left;
  padding: 40px 30px;
  background: #fff;
}

.policyDescription p {
  font-size: 22px;
  font-family: Helvetica;
  line-height: 30px;
  color: #0e0e0e;
  margin: 0px;
}

.footerDescription {
  margin-top: 10px;
}

.mobile-menu-txt {
  text-align: center;
  font-size: 12px;
  line-height: 0px;
  color: #fff;
  font-family: roboto;
}

.ttlnightTttl p {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .programDescriptionContent {
    padding: 15px 15px;
  }

  .programDescriptionContent p {
    font-size: 16px;
    line-height: 24px;
  }

  .blackBold {
    font-weight: bold;
    font-size: 18px;
  }

  .blueBold {
    font-size: 18px;
  }

  .offering {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }

  .programDetails {
    padding: 15px 15px;
  }

  .programDetails h1 {
    font-size: 24px;
  }

  .marginTop30 {
    margin-top: 15px;
  }

  .DetailsIncludeContent {
    font-size: 16px;
    line-height: 24px;
    padding-left: 5px;
    width: 95%;
  }

  .starIconProgram {
    width: 5%;
  }

  .policyDescription {
    padding: 15px 15px;
  }

  .policyDescription p {
    font-size: 18px;
    line-height: 24px;
  }

  .descriptionFooter ul li:first-child {
    text-align: center !important;
  }

  .newDestinationSearch .newSearch {
    margin-top: 12px;
  }

  .popularVacationPackages .packageDealBox .hotelAccomodationDtlsBox {
    min-height: auto;
  }

  .stars img {
    width: 13px;
  }

  span.stars.round-star img {
    width: 16px;
  }

  .rating img {
    width: 15px;
  }
}
.round-star {
  position: absolute;
  top: 10px;
  left: 0px;
  background: url(../images/star-background-strip.png) no-repeat;
  background-position: center center;
  padding: 3px 15px;
}

.rating-round {
  position: absolute;
  bottom: -25px;
  left: 0px;
  background: url(../images/star-background-strip.png) no-repeat;
  background-position: center center;
  padding: 3px 15px;
}

.overall-rating span.stars img {
  width: 15px;
}

.rating img {
  width: 15px;
}

/*# sourceMappingURL=style.css.map */
