/*!
* Theme Name: DBS Group Holding
* Description: Incorporating HTML5 Boilerplate into Clean Minimal Design=
* Version: 1.0
* Tags: blank, html5, minimal, clean, html5 boilerplate, best practices
*/
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon/icomoon.eot");
  src: url("assets/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.woff") format("woff"), url("assets/fonts/icomoon/icomoon.ttf") format("truetype"), url("assets/fonts/icomoon/icomoon.svg#icomoon") format("svg");
}
/*Sass Variables----------------------------- */
.box-image-module li:after, .box-module ul.list-style-checked li:after, .select-wrapper span.caret:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --scss-primary-color: #ef7d00 ;
}

@font-face {
  font-family: "Gotham";
  src: url("assets_ax_sg/fonts/Gotham-Medium.woff2") format("woff2"), url("assets_ax_sg/fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("assets_ax_sg/fonts/Gotham-Bold.woff2") format("woff2"), url("assets_ax_sg/fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("assets_ax_sg/fonts/Gotham-Book.woff2") format("woff2"), url("assets_ax_sg/fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("assets_ax_sg/fonts/Gotham-Light.woff2") format("woff2"), url("assets_ax_sg/fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("assets_ax_sg/fonts/Gotham-Thin.woff2") format("woff2"), url("assets_ax_sg/fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-].grey-icon::before,
[class*=" icon-"].grey-icon::before {
  color: #363636;
}

.icon-menu-open:before {
  content: "\e918";
  color: #ffb400;
}

.icon-dashboard:before {
  content: "\e917";
}

.icon-check-box:before {
  content: "\e916";
  color: #ef7d00;
}

.icon-star:before {
  content: "\e915";
}

.icon-down-triangle:before {
  content: "\e914";
}

.icon-check:before {
  content: "\e912";
}

.icon-assignment:before {
  content: "\e913";
}

.icon-down-arrow:before {
  content: "\e911";
  color: #6c6c6c;
}

.icon-card:before {
  content: "\e910";
  color: #ffb400;
}

.icon-check-circle:before {
  content: "\e90f";
  color: #aeaeae;
}

.icon-close-circle:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e90d";
}

.icon-certificate:before {
  content: "\e90b";
}

.icon-skydive:before {
  content: "\e90c";
}

.icon-video:before {
  content: "\e90a";
}

.icon-review:before {
  content: "\e900";
}

.icon-up:before {
  content: "\e901";
}

.icon-product:before {
  content: "\e902";
}

.icon-addon:before {
  content: "\e903";
}

.icon-info:before {
  content: "\e904";
}

.icon-prev:before {
  content: "\e905";
}

.icon-detail:before {
  content: "\e906";
  color: #ef7d00;
}

.icon-pencil:before {
  content: "\e907";
}

.icon-delete:before {
  content: "\e908";
}

.icon-dollor:before {
  content: "\e909";
}

@media (min-width: 1200px) {
  .md-form {
    max-width: 295px;
  }
}
@media (min-width: 1200px) {
  .md-form.md-form-lg {
    max-width: 465px;
  }
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  text-align: center;
}

.md-number-input.number-input {
  border: none;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.md-number-input.number-input button {
  outline: none;
  width: 14px;
  height: 24px;
  padding: 0;
}

.md-number-input.number-input button:before,
.md-number-input.number-input button:after {
  width: 14px;
  background-color: #212121;
}

.md-number-input.number-input input[type=number] {
  width: 40px;
  border: none;
  font-size: 20px;
  outline: none;
  background: #ef7d00;
  padding: 2px 5px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .number-input.md-number-input.safari_only button:before, .number-input.md-number-input.safari_only button:after {
      margin-top: -0.6rem;
    }
  }
}
.md-form label {
  left: 10px;
  font-size: 17px;
}
.box-module--yellow .md-form label {
  color: #ffffff;
}

.md-form label.active {
  font-size: 14px;
  transform: translateY(-10px) scale(0.8);
}

.custom-control-label {
  font-size: 17px;
  color: #646464;
}

.custom-control {
  padding-left: 35px;
  color: #646464;
}

.select-dropdown {
  color: #646464;
}

.custom-control-label::before {
  left: -35px;
  border: #747474 solid 2px;
}

.custom-control-label::after {
  left: -34px;
  top: 3px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ef7d00;
  background-color: #ef7d00;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 125, 0, 0.25);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(239, 125, 0, 0.25);
  border-color: rgba(239, 125, 0, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(239, 125, 0, 0.35);
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type=text]:not(.browser-default):focus:not([readonly]),
.md-form input[type=password]:not(.browser-default):focus:not([readonly]),
.md-form input[type=email]:not(.browser-default):focus:not([readonly]),
.md-form input[type=url]:not(.browser-default):focus:not([readonly]),
.md-form input[type=time]:not(.browser-default):focus:not([readonly]),
.md-form input[type=date]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.md-form input[type=tel]:not(.browser-default):focus:not([readonly]),
.md-form input[type=number]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #F0F0F0;
  -webkit-box-shadow: 0 1px 0 0 #F0F0F0;
  box-shadow: 0 1px 0 0 #F0F0F0;
}
.box-module--yellow .md-form input:not([type]):focus:not([readonly]),
.box-module--yellow .md-form input[type=text]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=password]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=email]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=url]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=time]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=date]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=datetime]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=tel]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=number]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=search]:not(.browser-default):focus:not([readonly]),
.box-module--yellow .md-form input[type=search-md]:focus:not([readonly]),
.box-module--yellow .md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
  color: #ffffff;
}

.md-form input:not([type]):focus:not([readonly]) + label,
.md-form input[type=text]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=password]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=email]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=url]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=time]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=date]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=number]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=search]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type=search-md]:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #AEAEAE;
}
.box-module--yellow .md-form input:not([type]):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=text]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=password]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=email]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=url]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=time]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=date]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=number]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=search]:not(.browser-default):focus:not([readonly]) + label,
.box-module--yellow .md-form input[type=search-md]:focus:not([readonly]) + label,
.box-module--yellow .md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #ffffff;
}

.md-form input:not([type]),
.md-form input[type=text]:not(.browser-default),
.md-form input[type=password]:not(.browser-default),
.md-form input[type=email]:not(.browser-default),
.md-form input[type=url]:not(.browser-default),
.md-form input[type=time]:not(.browser-default),
.md-form input[type=date]:not(.browser-default),
.md-form input[type=datetime]:not(.browser-default),
.md-form input[type=datetime-local]:not(.browser-default),
.md-form input[type=tel]:not(.browser-default),
.md-form input[type=number]:not(.browser-default),
.md-form input[type=search]:not(.browser-default),
.md-form input[type=search-md],
.md-form textarea.md-textarea {
  padding-left: 10px;
}
.box-module--yellow .md-form input:not([type]),
.box-module--yellow .md-form input[type=text]:not(.browser-default),
.box-module--yellow .md-form input[type=password]:not(.browser-default),
.box-module--yellow .md-form input[type=email]:not(.browser-default),
.box-module--yellow .md-form input[type=url]:not(.browser-default),
.box-module--yellow .md-form input[type=time]:not(.browser-default),
.box-module--yellow .md-form input[type=date]:not(.browser-default),
.box-module--yellow .md-form input[type=datetime]:not(.browser-default),
.box-module--yellow .md-form input[type=datetime-local]:not(.browser-default),
.box-module--yellow .md-form input[type=tel]:not(.browser-default),
.box-module--yellow .md-form input[type=number]:not(.browser-default),
.box-module--yellow .md-form input[type=search]:not(.browser-default),
.box-module--yellow .md-form input[type=search-md],
.box-module--yellow .md-form textarea.md-textarea {
  border-color: #ffffff;
  color: #ffffff;
}

.select-wrapper:not(.md-outline) .select-dropdown:focus {
  border-bottom: 1px solid #AEAEAE;
  box-shadow: 0 1px 0 0 #AEAEAE;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: #646464;
}

.dropdown-content li:hover,
.dropdown-content li.active {
  background: #ef7d00;
  color: #ffffff;
}

.dropdown-content li:hover span,
.dropdown-content li:not(.disabled).active span {
  color: #ffffff;
}

.custom-control-label::before {
  background: transparent;
  width: 18px;
  height: 18px;
}

.custom-control-label {
  color: #363636;
}
.custom-control-label:before {
  top: 2px;
}

.select-wrapper.mdb-select.md-form li {
  margin: 0;
  padding: 12px 15px;
}

.select-wrapper.active span.caret {
  color: #fff;
}

.select-wrapper span.caret {
  color: #fff;
}
.select-wrapper span.caret:after {
  content: "\e911";
  color: #363636;
  font-size: 20px;
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type=text]:not(.browser-default):focus:not([readonly]),
.md-form input[type=password]:not(.browser-default):focus:not([readonly]),
.md-form input[type=email]:not(.browser-default):focus:not([readonly]),
.md-form input[type=url]:not(.browser-default):focus:not([readonly]),
.md-form input[type=time]:not(.browser-default):focus:not([readonly]),
.md-form input[type=date]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.md-form input[type=tel]:not(.browser-default):focus:not([readonly]),
.md-form input[type=number]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
  box-shadow: none;
}

.picker__box .picker__header .picker__date-display {
  background: #646464;
}

.picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover,
.picker__box .picker__table .picker--focused {
  background: #ef7d00;
}

.picker__box .picker__table .picker__day.picker__day--today {
  color: #ef7d00;
}

.picker__box .picker__footer {
  justify-content: right;
}

.picker__box .picker__header .picker__date-display .picker__month-display,
.picker__box .picker__header .picker__date-display .picker__day-display,
.picker__box .picker__header .picker__date-display .picker__weekday-display {
  font-size: 28px;
}

.picker__box .picker__header .picker__select--month,
.picker__box .picker__header .picker__select--year {
  border: none;
  box-shadow: none;
}

.picker__box .picker__header .picker__nav--prev,
.picker__box .picker__header .picker__nav--next {
  display: block !important;
  color: #6C6C6C;
}

.picker__box .picker__header .picker__nav--prev,
.picker__box .picker__header .picker__nav--next {
  bottom: 0;
}

.picker__box .picker__header .picker__nav--prev {
  left: 0;
}

.picker__box .picker__header .picker__nav--next {
  right: 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ef7d00;
  background-color: #ffffff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-8 -8 16 16'%3E%3Ccircle r='6' fill='%23ef7d00' /%3E%3C/svg%3E ");
  background-repeat: no-repeat !important;
}

.custom-radio .custom-control-label::after {
  top: 5px;
  left: -32px;
  background: none;
}
.custom-radio .custom-control-label::after {
  width: 12px;
  height: 12px;
}

.md-form textarea.md-textarea {
  padding: 10px 0 6px 10px;
}

.product-selector.select-wrapper {
  margin: 0;
}
.product-selector.select-wrapper:not(.md-outline) .select-dropdown:focus {
  box-shadow: none;
  border: none;
}
.product-selector.select-wrapper.active span.caret {
  color: #ef7d00;
}
.product-selector.select-wrapper input.select-dropdown {
  height: 64px;
  border: none;
  margin: 0;
  padding: 0 0 0 50px;
  color: white;
}
.product-selector.select-wrapper span.caret {
  color: #ef7d00;
}
.product-selector.select-wrapper span.caret:after {
  right: 35px;
  position: absolute;
  top: 13px;
  color: white;
}
.product-selector.select-wrapper {
  margin-top: 0;
  background: #ef7d00;
}
.product-selector.select-wrapper .dropdown-content li > a,
.product-selector.select-wrapper .dropdown-content li > span {
  padding: 22px 50px;
  height: 64px;
  font-size: 17px;
}

.picker--opened .picker__frame {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.md-accordion .rotate-icon {
  float: right;
}

.md-accordion a:not(.collapsed) .rotate-icon {
  display: inline-block;
}

.container {
  max-width: 1850px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.container--flex {
  display: flex;
}

.tt-none {
  text-transform: none;
}

svg.icon-toggle {
  width: 16px;
  height: 12px;
}

.icon-video {
  width: 24px;
  height: 24px;
}

.alert {
  padding: 10px 25px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .alert {
    padding: 10px 20px;
  }
}
.alert-danger {
  background: #c4000b;
}
.alert .icon {
  margin-right: 15px;
}

.btn {
  padding: 18px 70px;
  border: 0;
  border-radius: 0;
  position: relative;
  color: white;
  margin: 0;
  box-shadow: none;
  text-transform: none;
}
.btn:hover {
  box-shadow: none;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn--primary {
  background: #ef7d00;
  transition: none;
  padding: 18px 45px;
}
.btn--primary:hover {
  background: #d66f00;
  color: white;
}
.btn--secondary {
  background: #005ea8;
  transition: none;
  padding: 18px 45px;
  color: #ffffff;
}
.btn--secondary:hover {
  background: #0077cc;
}
.btn--oval {
  border-radius: 30px;
}
.btn--small {
  padding: 9px 20px;
}
.btn[data-disabled=disabled] {
  background: #CECECE;
  pointer-events: none;
}
.btn#button-apply-discount {
  color: #363636;
}

.cards {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .cards {
    margin: 0 -10px;
  }
}

.card {
  margin: 0 15px;
  flex: 1 0 calc(25% - 30px);
  box-shadow: none;
}
@media (max-width: 1199px) {
  .card {
    flex: 1 0 calc(50% - 20px);
    margin: 0 10px 30px 10px;
  }
}
@media (max-width: 767px) {
  .card {
    flex: 1 0 calc(100% - 30px);
  }
}
.card .card__image img {
  width: 100%;
}
.card .card__body {
  padding: 30px 40px 30px 50px;
}
@media (max-width: 1399px) {
  .card .card__body {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .card .card__body {
    padding: 20px;
  }
}
.card .card__heading {
  font-size: 28px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .card .card__heading {
    font-size: 24px;
  }
}
.card .card__text {
  color: #646464;
  margin: 0;
}
.card .btn {
  color: white;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 24px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .card .btn {
    padding: 20px;
  }
}
.card .card__footer {
  margin-top: auto;
}

.title--faded {
  color: #646464;
}
.title--small {
  font-size: 17px;
}

.info-slider .slick-dots li button {
  width: 80px;
  height: 3px;
  border-radius: 0;
}
.info-slider ul.slick-dots {
  margin: -30px 0 0 0;
  z-index: 2;
  position: relative;
}

.custom-control-label::after {
  top: 3px;
  left: -34px;
}

.custom-control-label::before {
  background: transparent;
  width: 18px;
  height: 18px;
}

.custom-control-label {
  color: #363636;
}
.custom-control-label:before {
  top: 2px;
}

.select-wrapper.mdb-select.md-form li {
  margin: 0;
  padding: 12px 15px;
}

.select-wrapper.active span.caret {
  color: #fff;
}

.select-wrapper span.caret {
  color: #fff;
}
.select-wrapper span.caret:after {
  content: "\e911";
  color: #363636;
  font-size: 20px;
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type=text]:not(.browser-default):focus:not([readonly]),
.md-form input[type=password]:not(.browser-default):focus:not([readonly]),
.md-form input[type=email]:not(.browser-default):focus:not([readonly]),
.md-form input[type=url]:not(.browser-default):focus:not([readonly]),
.md-form input[type=time]:not(.browser-default):focus:not([readonly]),
.md-form input[type=date]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime]:not(.browser-default):focus:not([readonly]),
.md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.md-form input[type=tel]:not(.browser-default):focus:not([readonly]),
.md-form input[type=number]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search]:not(.browser-default):focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
  box-shadow: none;
}

.icon-color-yellow {
  color: #ef7d00;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.icon {
  font-size: 2.5em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.icon {
  color: rgb(255, 174.3891213389, 86);
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.icon {
  color: #ef7d00;
}

.rating-stars {
  position: relative;
  display: inline-block;
}
.rating-stars .rating-title {
  position: absolute;
  top: 9px;
  right: 0;
  transform: translateX(125%);
}

.highlight-text {
  color: #ef7d00;
}

.border-bottom-list li {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.border-bottom-list li:last-child {
  border-bottom: 0;
}

.email-link {
  color: #363636;
}

.box-module--color-light {
  color: #646464;
}

.color--light {
  color: #646464;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 20px 0;
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  height: 11px;
  width: 11px;
  background: #d6d6d6;
  border: none;
  text-indent: -999em;
  margin: 0 5px;
  border-radius: 50%;
  padding: 1px;
}
.slick-dots .slick-active button {
  background: #ef7d00;
}

/*=Global
---------------------------------------*/
.svg-primary-color svg path {
  fill: #ef7d00;
  stroke: #ef7d00;
}

.svg-fill-primary-color {
  fill: #ef7d00;
}

.svg-stroke-primary-color {
  stroke: #ef7d00;
}

body {
  line-height: 1.3;
  font-family: "Gotham";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  background-color: #F0F0F0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Gotham";
  margin-bottom: 20px;
  font-weight: normal;
  font-style: normal;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}
h3.dotted {
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  h3.dotted {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  h3.dotted {
    margin-bottom: 10px;
    padding-left: 30px;
  }
}
h3.dotted:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ef7d00;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

h4 {
  font-size: 24px;
}

.title-icon {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.title-icon .icon {
  margin-right: 15px;
}

h5 {
  font-size: 20px;
}

a {
  color: #ef7d00;
}
a:hover, a:focus {
  outline: 0;
  text-decoration: none;
  color: #d66f00;
}

ul {
  padding: 0;
}

strong {
  font-weight: 700;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2a2a2a !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2a2a2a !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2a2a2a !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #2a2a2a !important;
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.btn {
  font-size: 17px;
}
@media (max-width: 767px) {
  .btn {
    font-size: 15px;
  }
}
.btn:hover, .btn:focus {
  color: white;
}
.btn--white {
  background-color: #ffffff;
  color: black;
}
.btn--white:hover, .btn--white:focus {
  color: black;
}

.modal-content {
  font-size: 17px;
}

@media (min-width: 768px) {
  .modal-xl.modal-dialog {
    max-width: 825px;
  }
}

/*header =========== */
body {
  padding-top: 70px;
}

header#header {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: all 0.3s;
  z-index: 100;
}

body.header-menu--active {
  overflow: hidden;
  height: 100%;
  position: fixed;
}

.main-head {
  background: #363636;
  padding: 14px 0 18px;
}
.main-head .container--flex {
  justify-content: space-between;
  align-items: center;
}
.main-head .logo {
  display: inline-block;
}

.header-nav {
  display: flex;
}
@media (max-width: 1199px) {
  .header-nav {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100vh;
    transform: translateY(-100%);
    transform-origin: top;
    z-index: 2;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 65px 20px;
  }
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.header-nav ul.primary-nav {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .header-nav ul.primary-nav {
    display: block;
  }
  .header-nav ul.primary-nav li {
    margin-bottom: 25px;
  }
}
.header-nav a {
  color: #ef7d00;
  font-weight: 500;
  letter-spacing: 0.16px;
  transition: none;
}
@media (max-width: 1199px) {
  .header-nav a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-nav a {
    font-size: 20px;
  }
}
.header-nav .link-white {
  color: #FFF;
}
.header-nav .link-white:hover {
  color: #AEAEAE;
}

.menu-trigger {
  position: relative;
  z-index: 22;
  display: none;
}
@media (max-width: 1199px) {
  .menu-trigger {
    display: block;
  }
}

.icon-menu-close {
  display: none;
  color: #ef7d00;
  cursor: pointer;
}

.icon-menu-open {
  font-size: 11px;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .icon-menu-open {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .icon-menu-open {
    display: block;
  }
}

.header-menu--active .header-nav {
  transform: translateY(0);
}
.header-menu--active .icon-menu-open {
  display: none;
}
.header-menu--active .icon-menu-close {
  display: block;
}

.primary-nav a {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .primary-nav a {
    padding: 15px;
  }
}
.primary-nav a:hover {
  color: #d66f00;
}

.account-nav a {
  padding: 0 12px;
}
.account-nav a:hover {
  color: #d66f00;
}
.account-nav li:last-child a {
  padding-right: 0;
}

.alert-danger {
  display: flex;
  align-items: center;
}
.alert-danger .icon {
  font-size: 22px;
}

.footer {
  background: #363636;
  color: #efedea;
  padding: 30px 0;
  font-size: 12px;
  margin-top: 50px;
  font-weight: 500;
}
.fixfooter .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 40px;
  }
}
.footer .container--flex {
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer .container--flex {
    flex-direction: column;
  }
}
.footer .back-to-link {
  margin-left: 35px;
}
@media (max-width: 1199px) {
  .footer .back-to-link {
    margin-left: 0;
    display: block;
  }
}
.footer select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: #ffb400;
  margin-left: 5px;
  cursor: pointer;
}

@media (max-width: 575px) {
  .footer-right {
    margin-top: 30px;
  }
}

.footer-nav {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .footer-nav {
    margin-left: 0;
    display: block;
  }
}
.footer-nav a {
  margin-right: 20px;
}

/* ===========  Page Content  =========== */
.page-header {
  padding: 35px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  .page-header {
    padding: 30px 0 40px;
  }
}
@media (max-width: 575px) {
  .page-header {
    padding: 20px 0;
  }
}
.page-header .prev-page {
  margin-right: 450px;
  position: absolute;
  top: 50px;
  left: 0;
  color: #363636;
  display: flex;
  align-items: center;
}
.page-header .prev-page .icon {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .page-header .prev-page {
    top: 37px;
  }
}
@media (max-width: 767px) {
  .page-header .prev-page {
    color: transparent;
  }
}
@media (max-width: 575px) {
  .page-header .prev-page {
    top: 22px;
  }
}
.page-header + main > .content-area {
  margin-top: 0;
}
.page-header + main > [class^=mt-],
.page-header + main [class*=mt-] {
  margin-top: 0 !important;
}

.page-heading {
  font-size: 38px;
  color: #005ea8;
  text-align: center;
  margin: 0;
}
@media (max-width: 1199px) {
  .page-heading {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-heading {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.page-heading::after {
  content: "";
  display: block;
  width: 54px;
  height: 46px;
  margin: 15px auto 0;
  background-image: url("assets_ax_sg/images/Blue dot arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767px) {
  .packages {
    margin-top: 20px;
  }
}
.alert + .packages {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 100px;
}

.block-gift-card {
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-gift-card {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .block-gift-card {
    flex-direction: column;
  }
}

.gift-card__image {
  padding: 30px 50px;
  background-size: cover !important;
  min-height: 260px;
  position: relative;
}
@media (max-width: 1199px) {
  .gift-card__image {
    padding: 25px 15px;
  }
}
.gift-card__image:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #000000 1%, rgba(0, 0, 0, 0) 50%);
  left: 0;
  top: 0;
}
.gift-card__image h3 {
  font-size: 38px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .gift-card__image h3 {
    font-size: 24px;
  }
}

.heading {
  color: #fff;
  margin-bottom: 10px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .heading {
    font-size: 24px;
  }
}

.gift-card__body {
  background-color: #005ea8;
  padding: 35px 50px 80px 50px;
  color: #cecece;
  position: relative;
}
@media (max-width: 1199px) {
  .gift-card__body {
    padding: 30px 20px;
  }
}
.gift-card__body p {
  color: #fff;
}
.gift-card__body .btn {
  margin-top: 20px;
}

.content-area {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .content-area {
    margin-top: 20px;
  }
}

.products {
  max-width: 1350px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .products {
    flex-direction: column;
  }
}

.product {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .product {
    max-width: 100%;
  }
}
.product .product__image {
  width: 100%;
  height: 325px;
  background-size: cover !important;
}
.product .product__body {
  max-width: 400px;
  background: #fff;
  margin: -80px 7% 0 7%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .product .product__body {
    margin-left: 0;
  }
}
.product .product__content {
  padding: 30px 40px;
}
@media (max-width: 1199px) {
  .product .product__content {
    padding: 25px 20px;
  }
}
.product .product__heading {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .product .product__heading {
    font-size: 24px;
  }
}
.product .product__item {
  display: block;
}
.product ul.product__includes {
  list-style: none;
  margin: 0;
}
.product .product__price {
  margin-top: 20px;
  color: #363636;
  font-size: 28px;
  display: flex;
  align-items: center;
}
.product .product__price .price-value {
  display: inline-block;
  padding-left: 5px;
}
.product .min-day,
.product .max-day {
  font-size: 28px;
}
.product .min-day span,
.product .max-day span {
  display: block;
  font-size: 17px;
  color: #646464;
}
.product .min-day {
  margin: 0 40px 0 10px;
}
.product .btn {
  width: 100%;
  height: 64px;
  padding: 18px 20px;
}
.product__qty {
  background: #ef7d00;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 20px;
}
.product .product__qty.product__qty-btn {
  color: white;
  height: 64px;
}
.product .product__qty.product__qty-btn * {
  color: white;
}
.product .product__qty.product__qty-btn .md-number-input.number-input button:before,
.product .product__qty.product__qty-btn .md-number-input.number-input button:after {
  background-color: white;
}

.summary-block {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .summary-block {
    position: fixed !important;
    bottom: calc(-100% + 48px);
    width: 100%;
    margin: 0;
    left: 0;
    max-width: unset;
    z-index: 100;
    height: 100%;
    transition: all 0.5s ease-in-out;
  }
}
.summary-block .summary__heading-mobile {
  background: #EBEAE7;
  padding: 14px 20px;
  cursor: pointer;
  align-items: center;
  display: none;
}
.summary-block .summary__heading-mobile .icon-up {
  margin-right: 13px;
  transition: 0.3s ease;
  color: #ef7d00;
}
@media (max-width: 1199px) {
  .summary-block .summary__heading-mobile {
    display: flex;
  }
}
.summary-block.summary-active {
  bottom: 0;
}
.summary-block.summary-active .summary__heading-mobile .icon-up {
  margin-top: 5px;
  transform: rotate(180deg);
}
.summary-block .summary__heading {
  color: #aeaeae;
  margin-bottom: 10px;
}
.summary-block .summary {
  padding: 30px 50px 20px;
  background: #fff;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .summary-block .summary {
    padding: 20px;
  }
}
.summary-block .summary .counter-list > li {
  padding: 25px 0;
  border-bottom: 1px solid #ebeae7;
}
.summary-block .summary .counter-list > li:last-child {
  border-bottom: 0;
}
.summary-block .summary .counter-list > li:before {
  top: 23px;
}
.summary-block .summary .counter-list > li > p {
  color: #646464;
  font-size: 16px;
}
.summary-block .summary .link {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .summary-block .summary {
    height: 0;
    padding: 0 20px;
  }
}
.summary-block .summary a {
  color: #ef7d00;
  line-height: 1;
  margin-left: 10px;
}
.summary-block .summary a.btn-cont {
  color: white;
  line-height: 1;
  margin-left: 10px;
}
.summary-block .product__selected {
  list-style: none;
  margin-bottom: 20px;
}
.summary-block .product__selected li {
  padding: 20px 0;
  border-bottom: 1px solid #ebeae7;
}
@media (max-width: 1199px) {
  .summary-block .product__selected li {
    padding: 15px 0;
  }
}
.summary-block .product__selected li:last-child {
  border-bottom: 2px solid #363636;
  padding-bottom: 25px;
}
.summary-block .product__total {
  text-align: right;
}
.summary-block .product__total-cost {
  color: #363636;
  font-size: 38px;
}
@media (max-width: 1199px) {
  .summary-block .product__total-cost {
    font-size: 24px;
  }
}
.summary-block .product__type {
  display: flex;
  align-items: center;
}

.summary.summary-toggle {
  height: calc(100% - 48px);
  padding: 20px;
}
@media (max-width: 1199px) {
  .summary.summary-toggle {
    overflow-x: auto;
  }
}

.packages-nav {
  position: relative;
  margin: 0 -20px 30px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .packages-nav.packages-nav--three ul {
    max-width: 1500px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .packages-nav.packages-nav--three ul li {
    flex: 0 0 33.3333333333%;
  }
}
.packages-nav ul {
  list-style: none;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .packages-nav ul {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    /* Firefox 64 */
    -ms-overflow-style: none;
    /* Internet Explorer 11 */
  }
  .packages-nav ul::-webkit-scrollbar {
    /** WebKit */
    display: none;
  }
}
.packages-nav li:first-child .packages-nav__item {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.packages-nav li:first-child .packages-nav__item:after {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.packages-nav li:last-child {
  padding-right: 20px;
}
.packages-nav li:last-child .packages-nav__item {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1199px) {
  .packages-nav li:not(.packages-nav__current) .packages-nav__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .packages-nav .packages-nav__title {
    white-space: nowrap;
  }
}
.packages-nav .packages-nav__item {
  color: #363636;
  justify-content: center;
  padding: 18px 80px 18px 50px;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  z-index: 1;
  position: relative;
}
@media (max-width: 1540px) {
  .packages-nav .packages-nav__item {
    padding: 18px 65px 18px 45px;
  }
}
@media (max-width: 1399px) {
  .packages-nav .packages-nav__item {
    padding: 16px 45px 16px 25px;
  }
}
@media (max-width: 1199px) {
  .packages-nav .packages-nav__item {
    padding: 16px 25px;
  }
}
.packages-nav .packages-nav__item .icon {
  margin-left: 15px;
}
.packages-nav__active .packages-nav__item {
  color: #fff;
}
.packages-nav li svg path {
  fill: #ef7d00;
}
.packages-nav .packages-nav__active .packages-nav__item {
  position: relative;
}
.packages-nav .packages-nav__active .packages-nav__item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #005ea8;
  top: 0;
  left: 0;
  z-index: -1;
}
.packages-nav .packages-nav__active--last .packages-nav__item:after {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.product .product__qty {
  display: none;
}

.product__qty-btn--active .product__qty-btn {
  display: flex;
}
.product__qty-btn--active .product__btn {
  display: none;
}

.info-module {
  max-width: 445px;
  padding: 40px 50px;
  margin: 0 auto;
  background: #fff;
}
.info-module p {
  margin-bottom: 20px;
}
.info-module h3 {
  margin-bottom: 30px;
  color: #363636;
}

.link {
  color: #646464;
}
.link:hover {
  text-decoration: underline;
}

.register-module {
  max-width: 825px;
  padding: 85px 50px 50px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .register-module {
    padding: 60px 20px 35px;
  }
}
.register-module .btn {
  min-width: auto;
  padding: 18px 50px;
}
.register-module .icon-close {
  color: #ef7d00;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.register-module .login-form {
  padding-right: 50px;
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 1199px) {
  .register-module .login-form {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .register-module .login-form {
    padding: 0 0 35px;
    border-right: 0;
    border-bottom: 1px solid #f0f0f0;
  }
}
.register-module .guest-checkout {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .register-module .guest-checkout {
    padding: 30px 0 0;
  }
}
.register-module .md-form {
  margin: 0 0 15px;
}
.register-module input {
  box-sizing: border-box !important;
}

.pricing-module {
  background: #fff;
  max-width: 1200px;
  margin: 50px auto;
  padding: 40px 50px 20px;
}
@media (max-width: 767px) {
  .pricing-module {
    padding: 25px 20px;
  }
}
.pricing-module h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pricing-module h3 {
    font-size: 24px;
  }
}
.pricing-module h4 {
  font-size: 18px;
  letter-spacing: 0.17px;
  color: #646464;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pricing-module h4 {
    font-size: 16px;
  }
}
.pricing-module hr {
  margin: 25px 0 45px;
}
.pricing-module a {
  margin-left: 20px;
}

.hr-dark {
  border-top: solid 2px #363636;
}

.chip-white {
  border: solid 1px rgba(0, 0, 0, 0.12);
  background-color: #fefefe;
  margin: 0 10px 0;
  color: #aeaeae;
}
.chip-white .icon {
  margin-left: 10px;
}

.calculate-module {
  max-width: 1100px;
  margin: 50px 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .calculate-module {
    margin: 50px 50px;
  }
}
@media (min-width: 1200px) {
  .calculate-module {
    margin: 50px auto;
  }
}
.calculate-module-inner {
  max-width: 340px;
  text-align: right;
  float: right;
}
.calculate-module h5 {
  font-size: 17px;
  margin-bottom: 18px;
}
.calculate-module s {
  font-size: 24px;
  color: #363636;
  margin-bottom: 18px;
  display: inline-block;
}
.calculate-module .discount-percent {
  margin-bottom: 18px;
}
.calculate-module .discount-percent span {
  font-size: 24px;
  color: #363636;
}
.calculate-module .total-amt {
  font-size: 38px;
  color: #363636;
  margin-bottom: 37px;
}

.page-nav {
  clear: both;
}

.send-card-block:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid #EBEAE7;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .send-card-block .md-form {
    max-width: 295px;
  }
}
.send-card-block .email-option {
  display: none;
}

.add-arrow {
  padding-left: 30px;
  position: relative;
}
.add-arrow::before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  top: 5px;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ef7d00;
}

.gift-code {
  display: inline-block;
  background-color: #707070;
  color: #ffffff;
  font-size: 38px;
  text-transform: uppercase;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .gift-code {
    margin-bottom: 30px;
  }
}

.js-below-18-guardian-block {
  display: none;
}

@media (max-width: 1199px) {
  body.has-summary-sidebar {
    padding-bottom: 48px;
  }
}

.schedule-picker {
  background: #fff;
  padding: 35px 50px 40px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .schedule-picker {
    padding: 25px 20px 20px;
  }
}

.schedule__sub-title {
  color: #646464;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .schedule__sub-title {
    padding-left: 30px;
  }
}

.date-picker {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 1199px) {
  .date-picker {
    margin-top: 25px;
  }
}
.date-picker ul {
  list-style: none;
  display: flex;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .date-picker ul {
    padding: 0 40px;
  }
}
.date-picker li {
  flex: 1;
  padding: 5px 20px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .date-picker li:first-child, .date-picker li:nth-child(2), .date-picker li:nth-last-child(-n+2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .date-picker li:first-child, .date-picker li:nth-child(2), .date-picker li:nth-child(3), .date-picker li:nth-last-child(-n+3) {
    display: none;
  }
}
.date-picker li span {
  display: block;
  text-align: center;
}
.date-picker li:hover {
  background: #ef7d00;
}
.date-picker li:hover span {
  color: #fff;
}
.date-picker li.date-selected {
  background-color: #ef7d00;
}
.date-picker .month,
.date-picker .week {
  color: #aeaeae;
  font-size: 14px;
  text-transform: capitalize;
}
.date-picker .day {
  font-size: 24px;
  color: #363636;
  margin-top: 3px;
  line-height: 1;
}
.date-picker .starting-price {
  color: #ef7d00;
  margin-top: 3px;
}

.time-picker {
  max-width: 1150px;
  margin: 40px auto 0;
}
.time-picker ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border: 0 solid #f0f0f0;
  border-width: 1px 0 0 1px;
}
.time-picker ul li {
  width: 20%;
  border: 0 solid #f0f0f0;
  border-width: 0 1px 1px 0;
  padding: 13px 20px 10px;
  min-height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .time-picker ul li {
    padding: 15px 5px;
  }
}
@media (max-width: 1199px) {
  .time-picker ul li {
    width: 25%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .time-picker ul li {
    width: 50%;
    padding: 10px;
    font-size: 14px;
  }
}
.time-picker ul li:hover:not(.time__unavailable) {
  background: #ef7d00;
}
.time-picker ul li:hover:not(.time__unavailable) .time,
.time-picker ul li:hover:not(.time__unavailable) .starting-price {
  color: #fff;
}
.time-picker ul li.time__selected {
  background: #ef7d00;
}
.time-picker ul li.time__selected .time,
.time-picker ul li.time__selected .starting-price,
.time-picker ul li.time__selected .multi-dive {
  color: #fff;
}
.time-picker ul li.time__unavailable .time,
.time-picker ul li.time__unavailable .starting-price,
.time-picker ul li.time__unavailable .multi-dive {
  color: #aeaeae;
}
.time-picker ul li span {
  display: block;
}
.time-picker ul li .time {
  color: #363636;
  font-size: 20px;
  width: 42%;
}
@media (max-width: 1199px) {
  .time-picker ul li .time {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .time-picker ul li .time {
    font-size: 14px;
  }
}
.time-picker ul li .multi-dive {
  text-align: right;
  margin-left: 5px;
  width: calc(58% - 5px);
}
.time-picker ul li .starting-price {
  color: #646464;
  width: 100%;
}
.time-picker .time__minimum:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 21px 0;
  border-color: transparent #ef7d00 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.time-picker .time__best:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 21px 0;
  border-color: transparent #7ab4a9 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.quick-info {
  font-size: 20px;
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .quick-info {
    font-size: 14px;
  }
}

.quick-info__time {
  position: relative;
}
.quick-info__time:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 21px 0;
  border-color: transparent #ef7d00 transparent transparent;
  position: absolute;
  top: 5px;
  left: -30px;
}
@media (max-width: 767px) {
  .quick-info__time:after {
    top: 0;
  }
}

.quick-info__value {
  position: relative;
  margin-left: 90px;
}
@media (max-width: 767px) {
  .quick-info__value {
    margin-left: 60px;
  }
}
.quick-info__value:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 21px 0;
  border-color: transparent #7ab4a9 transparent transparent;
  position: absolute;
  top: 5px;
  left: -30px;
}
@media (max-width: 767px) {
  .quick-info__value:after {
    top: 0;
  }
}

.flexible-booking-card {
  display: flex;
  margin: 40px 0;
  background: #f0f0f0;
  color: #363636;
}
@media (max-width: 1199px) {
  .flexible-booking-card {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.flexible-booking-card .flexible-booking-card__image img {
  height: 100%;
  max-width: 260px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .flexible-booking-card .flexible-booking-card__image img {
    max-width: unset;
    width: 100%;
  }
}
.flexible-booking-card h4 {
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
}
.flexible-booking-card h4:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ef7d00;
  position: absolute;
  left: -27px;
  top: 6px;
}
.flexible-booking-card .additional-price {
  color: #aeaeae;
  font-size: 20px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .flexible-booking-card .additional-price {
    display: block;
    margin: 0;
  }
}
.flexible-booking-card .flexible-booking-card__content {
  padding: 20px 70px 30px 65px;
}
@media (max-width: 1200px) {
  .flexible-booking-card .flexible-booking-card__content {
    padding: 20px 20px 20px 50px;
  }
}
@media (max-width: 1199px) {
  .flexible-booking-card .flexible-booking-card__content {
    padding: 25px 50px;
  }
}
.flexible-booking-card p {
  margin-bottom: 15px;
  color: #646464;
}
@media (max-width: 1199px) {
  .flexible-booking-card p {
    margin-bottom: 40px;
  }
}
.flexible-booking-card .flexible-booking-card__check {
  display: flex;
  align-items: center;
}

.selected-item {
  font-size: 17px;
  color: #646464;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.btn-date-next,
.btn-date-prev {
  background: transparent;
  border: none;
  outline: 0;
  text-indent: -999em;
}
.btn-date-next:focus,
.btn-date-prev:focus {
  outline: 0;
}

.btn-date-prev {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
.btn-date-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #363636 transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-date-next {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
}
.btn-date-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #363636;
  position: absolute;
  top: 0;
  right: 0;
}

.packages-addon {
  padding: 55px 50px 30px;
}
@media (max-width: 1399px) {
  .packages-addon {
    padding: 25px 20px;
  }
}
.packages-addon {
  background: #fff;
}

.info-slider img {
  width: 100%;
}

.addon-info {
  margin-right: 70px;
}
@media (max-width: 767px) {
  .addon-info {
    margin-right: 0;
  }
}
.addon-info h3 {
  margin-bottom: 40px;
}
.addon-info h3 .icon {
  margin-right: 15px;
}
.addon-info ul {
  list-style: none;
}
.addon-info ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 40px;
}
.addon-info ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(assets/images/check-circle.svg) no-repeat;
  height: 24px;
  width: 24px;
}

.packages-addon__item {
  background: #f0f0f0;
  padding: 30px 50px 40px;
}
@media (max-width: 1399px) {
  .packages-addon__item {
    padding: 25px 20px;
  }
}
.packages-addon__item .packages-addon__heading {
  font-size: 24px;
  color: #363636;
  margin-bottom: 10px;
}
.packages-addon__item .packages-addon__heading .icon {
  margin-right: 15px;
}
.packages-addon__item .addon-price {
  font-size: 33px;
  color: #363636;
}
.packages-addon__item .addon-discount-info {
  color: #646464;
  padding-bottom: 18px;
  border-bottom: 1px solid #b7b7b7;
}
.packages-addon__item .packages-addon__subitem {
  border-bottom: 1px solid #b7b7b7;
  padding: 28px 0 20px;
}
.packages-addon__item .packages-addon__subitem:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.packages-addon__item .product-title {
  font-size: 20px;
  margin-bottom: 0;
}
.packages-addon__item .product__qty {
  margin-top: 16px;
  color: white;
}
.packages-addon__item .product__qty .md-number-input.number-input .quantity {
  color: white;
}
.packages-addon__item .product__qty .md-number-input.number-input button:before,
.packages-addon__item .product__qty .md-number-input.number-input button:after {
  background-color: white;
}

.scheduled-time {
  color: #646464;
}

.extra-addon {
  margin-bottom: 50px;
}
.extra-addon .packages-addon__item {
  background: #fff;
  padding: 80px 100px;
}
@media (max-width: 1399px) {
  .extra-addon .packages-addon__item {
    padding: 25px 20px;
  }
}
.extra-addon .extra-addon__item {
  background: #fff;
  margin-top: 50px;
}
.extra-addon .packages-addon__content {
  max-width: 300px;
}
@media (max-width: 1399px) {
  .extra-addon .packages-addon__content {
    max-width: none;
  }
}
.extra-addon .packages-addon__heading {
  font-size: 28px;
  margin-bottom: 25px;
}
.extra-addon .addon-price {
  margin-top: 30px;
}

.packages-addon__image {
  position: relative;
}
.packages-addon__image h3 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: 305px;
  color: #fff;
  font-size: 38px;
  margin: 0;
}
@media (max-width: 1199px) {
  .packages-addon__image h3 {
    font-size: 24px;
    bottom: 20px;
    left: 20px;
  }
}
.packages-addon__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.box-module {
  background: #ffffff;
  padding: 35px 50px;
}
.box-module.box-module--50 {
  padding: 50px 50px;
}
@media (max-width: 1199px) {
  .box-module.box-module--50 {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .box-module {
    padding: 20px;
  }
}
.box-module.box-module--grey {
  color: #ffffff;
  background-color: #646464;
}
.box-module.box-module--grey > h3 {
  color: #fff;
  margin-bottom: 40px;
}
.box-module.box-module--grey .form-control {
  color: #fff;
}
.box-module.box-module--grey .md-form input:not([type]):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=text]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=password]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=email]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=url]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=time]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=date]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=datetime]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=tel]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=number]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=search]:not(.browser-default):focus:not([readonly]), .box-module.box-module--grey .md-form input[type=search-md]:focus:not([readonly]), .box-module.box-module--grey .md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.box-module.box-module--yellow {
  background-color: #005ea8;
}
.box-module.box-module--yellow h3 {
  color: #ef7d00;
}
.box-module h3 span {
  display: block;
  font-size: 16px;
}
.box-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-module ul.list-style-checked li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.box-module ul.list-style-checked li:after {
  content: "\e90f";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

input {
  box-sizing: border-box !important;
}

.form-white label {
  color: #fff;
}

.payment-cards {
  display: flex;
  margin: 0 -6px;
}

.pay-card {
  border: 0;
  cursor: pointer;
  padding: 0 6px;
  background: transparent;
}
.pay-card img {
  opacity: 0.35;
}
.pay-card img:hover {
  opacity: 1;
}
.pay-card [type=radio]:checked + img {
  opacity: 1;
}

.card-expiry-date {
  display: flex;
  align-items: center;
  color: #646464;
}
.card-expiry-date .select-wrapper input.select-dropdown {
  margin: 0;
}

.card-expiry-date .select-wrapper.mdb-select.md-form {
  max-width: 75px;
  margin: 0 15px;
}

input#cvc-num {
  max-width: 60px;
}

.color-yellow {
  color: #ef7d00;
}

.other-payment-gateway {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  max-width: 450px;
}
.other-payment-gateway .payment-method {
  margin: 0;
  width: calc(50% - 20px);
}
.other-payment-gateway .payment-method .wrap {
  background: #EEEDEB;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border: 0;
  padding: 30px 45px;
  cursor: pointer;
  max-width: 215px;
  display: flex;
  align-items: center;
  min-height: 115px;
  margin: 10px;
}
.other-payment-gateway .payment-method .wrap:hover {
  background: #ef7d00;
  filter: grayscale(0);
}
@media (max-width: 767px) {
  .other-payment-gateway .payment-method .wrap {
    padding: 25px 30px;
  }
}
.other-payment-gateway .payment-method .wrap img {
  width: 100%;
}
.other-payment-gateway .payment-method [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.other-payment-gateway .payment-method [type=radio]:checked + .wrap {
  background: #ef7d00;
  filter: grayscale(0);
}

.divers-detail:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #EBEAE7;
}
@media (min-width: 1200px) {
  .divers-detail .email-option {
    max-width: 250px;
  }
}
.divers-detail .guardian-option {
  display: none;
}
@media (min-width: 768px) {
  .divers-detail .guardian-option .mdb-select {
    max-width: 250px;
  }
}
.divers-detail .guardian-option .notes {
  color: #ef7d00;
}

.box-head .date {
  font-size: 20px;
}
@media (max-width: 767px) {
  .box-head .date {
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
.box-head h5 {
  color: #363636;
}

.assign-addons-detail:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #EBEAE7;
}

body {
  counter-reset: box-counter;
}

.box-counter {
  counter-increment: box-counter;
}

.counter-list {
  margin: 0;
  list-style: none;
  counter-reset: my-counter;
  padding: 0;
}
.counter-list.list-flex > li {
  display: flex;
}
@media (max-width: 767px) {
  .counter-list.list-flex > li {
    flex-wrap: wrap;
  }
}
.counter-list > li {
  padding-left: 45px;
  position: relative;
  counter-increment: my-counter;
}
.counter-list > li[data-counter]:before {
  content: attr(data-counter);
}
.counter-list > li::before {
  left: 0;
  position: absolute;
  content: counter(my-counter);
  height: 30px;
  top: 0;
  border-radius: 50%;
  width: 30px;
  display: inline-block;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  background: #AEAEAE;
}
.counter-list > li .title {
  font-size: 17px;
  display: inline-block;
  margin-top: 7px;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .counter-list > li .title {
    margin-bottom: 20px;
  }
}
.counter-list > li .title::after {
  content: "";
  position: absolute;
  width: 0;
  right: 5px;
  top: 5px;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ef7d00;
}

.assign-addons-detail .md-form {
  margin-top: 0;
}

.box-module--transaction {
  margin-bottom: 50px;
}
.box-module--transaction h3 {
  margin-bottom: 10px;
}
.box-module--transaction .barcode__id {
  font-size: 20px;
  margin: 10px 0;
}
.box-module--transaction p {
  color: #646464;
}
.box-module--transaction a:not(.btn) {
  color: #363636;
}
.box-module--transaction h4 {
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
}
.box-module--transaction h4 .icon {
  margin-right: 10px;
}

.book__date {
  font-size: 20px;
}

.box-module .guardian-module {
  padding: 50px 0;
}
.box-module button {
  text-transform: none;
}

.guardian-module {
  padding: 50px 55px;
}
.guardian-module h4 {
  margin-bottom: 10px;
}
.guardian-module .guardian-module__item {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebeae7;
}
.guardian-module .guardian-module__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.guardian-session {
  padding: 30px 40px;
  background: #f0f0f0;
  margin-top: 20px;
  display: none;
}

.box-image-module {
  margin-bottom: 50px;
  background: #363636;
  color: #aeaeae;
}
.box-image-module img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.box-image-module h3 {
  margin-bottom: 0;
  color: #ef7d00;
}
.box-image-module h3 + p {
  color: #fff;
}
.box-image-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-image-module .icon {
  font-size: 40px;
  margin-right: 20px;
}
.box-image-module .icon-check {
  font-size: 34px;
}
.box-image-module p {
  margin-bottom: 0;
}
.box-image-module li {
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.box-image-module li:after {
  bottom: 0;
  left: 65px;
  position: absolute;
  content: "\e914";
  font-size: 12px;
}
.box-image-module li:last-child:after {
  content: "";
}

.active-step .icon {
  color: #ef7d00;
}

.booking-info .counter-list > li {
  padding-bottom: 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebeae7;
}
.booking-info .counter-list > li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.feedback-module h3 {
  margin-bottom: 40px;
}
.feedback-module h5 {
  margin-bottom: 10px;
}
.feedback-module .md-form {
  max-width: 570px;
}

.questionnaire {
  margin-bottom: 30px;
}
.questionnaire > p {
  margin-bottom: 10px;
}
.questionnaire .md-form {
  max-width: 360px;
}
.questionnaire .custom-control-label {
  color: #646464;
}

.agreement-text {
  border-top: 1px solid #ebeae7;
  margin-top: 50px;
  padding-top: 50px;
}
.agreement-text dl {
  color: #646464;
}
.agreement-text dt {
  font-weight: normal;
  margin-bottom: 30px;
}
.agreement-text dd {
  margin-bottom: 30px;
}

.radio-error-message {
  margin-top: 5px;
  color: #c4000b;
  display: none;
}

.flight-details-module h4 {
  margin-bottom: 30px;
}
.flight-details-module h5 {
  margin-bottom: 5px;
}
.flight-details-module h6 {
  color: #646464;
}

.qrcode-block img {
  width: 100%;
}

.time__unavailable .text-message {
  color: #aeaeae;
  width: 100%;
}

.register-form {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .register-form {
    padding: 30px 0 0;
  }
}

.register-module--extra {
  padding: 50px;
  max-width: 1200px;
}
@media (max-width: 1199px) {
  .register-module--extra {
    padding: 30px 25px;
  }
}
.register-module--extra .login-form {
  border: 0;
}
.register-module--extra .register-form {
  border-left: 1px solid #f0f0f0;
}
@media (max-width: 1199px) {
  .register-module--extra .register-form {
    border: 0;
  }
}

.box-module--message .image-box {
  padding: 30px 50px;
  background-size: cover !important;
  min-height: 260px;
  position: relative;
}
@media (max-width: 1199px) {
  .box-module--message .image-box {
    padding: 1.5rem;
  }
}
.box-module--message .image-box h3 {
  color: #fff;
}
.box-module--message li {
  margin-bottom: 20px;
}
.box-module--message li .icon {
  margin-right: 10px;
  font-size: 20px;
}
.box-module--message h3 {
  font-size: 38px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .box-module--message h3 {
    font-size: 24px;
  }
}

.box-module--padding0 {
  padding: 0;
}

.product-voucher {
  background: #fff;
  margin-bottom: 250px;
}

.product-voucher__image {
  background-size: cover !important;
  min-height: 325px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.product-voucher__image .product__body {
  background: #fff;
  max-width: 400px;
  width: 100%;
  margin: 0 0 -130px 30px;
}
.product-voucher__image .product__meta {
  padding: 30px 50px;
}
.product-voucher__image .product__meta h3, .product-voucher__image .product__meta p {
  margin-bottom: 5px;
}
.product-voucher__image .product__price {
  font-size: 17px;
}
.product-voucher__image .product__price .price-value {
  font-size: 28px;
  color: #363636;
}

.product-voucher__body {
  padding: 50px;
}

@media (max-width: 767px) {
  .btn-wrap a:first-child {
    margin-bottom: 20px;
  }
}
.btn-wrap br {
  display: none;
}
@media (max-width: 767px) {
  .btn-wrap br {
    display: block;
  }
}

.ads-block {
  padding: 40px 50px;
  color: #fff;
  font-size: 20px;
  background: #ef7d00;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ads-block {
    padding: 20px;
  }
}
.ads-block h3 {
  color: #363636;
}
.ads-block p {
  margin-bottom: 30px;
}

.alert + .user-card {
  margin-top: 50px;
}

.user-meta {
  min-height: 380px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 50px 50px 40px;
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .user-meta {
    padding: 50px 20px;
    min-height: 280px;
  }
}
.user-meta:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 48%, #000000);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.user-meta h2 {
  font-size: 38px;
  margin-bottom: 0;
}
.user-meta .content {
  z-index: 1;
  position: relative;
  color: #fff;
}
.user-meta p {
  color: #aeaeae;
  margin-bottom: 0;
}

.bg--black {
  background: #000;
}

.bg--grey {
  background: #646464;
}

.user-card {
  color: #fff;
}
.user-card .bg--grey {
  padding: 50px;
  height: 100%;
}
@media (max-width: 1199px) {
  .user-card .bg--grey {
    padding: 20px;
  }
}
@media (max-width: 1600px) {
  .user-card .bg--grey .btn-wrap {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 1600px) {
  .user-card .bg--grey > .row > .col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.user-card .bg--grey a {
  margin-bottom: 5px;
  display: inline-block;
}
.user-card .bg--black {
  height: 100%;
}
.user-card h3 {
  margin-bottom: 0;
}
.user-card p {
  color: #aeaeae;
}
.user-card .member-type {
  padding: 0 50px 50px;
}
@media (max-width: 1199px) {
  .user-card .member-type {
    padding: 0 20px 20px;
  }
}

.large-text {
  font-size: 120px;
  font-weight: 200;
  line-height: 1;
}

.member-type__image {
  max-width: 430px;
  margin: 70px auto 0;
}
.member-type__image svg {
  width: 100%;
}

.user-sidebar {
  background: #fff;
  color: #363636;
  padding: 40px 50px;
}
@media (max-width: 1399px) {
  .user-sidebar {
    padding: 20px;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .user-sidebar .col-xl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .user-sidebar .col-xl-8 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.user-sidebar .text-dark {
  color: #363636 !important;
}
.user-sidebar h4 {
  margin-bottom: 5px;
}
.user-sidebar p {
  color: #646464;
  margin-bottom: 0;
}
.user-sidebar ul {
  list-style: none;
  margin: 0;
}
.user-sidebar ul li {
  border-bottom: 1px solid #ebeae7;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.user-sidebar ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.dashboard-shortcut {
  color: #646464;
  padding: 40px 50px 25px;
}
@media (max-width: 1399px) {
  .dashboard-shortcut {
    padding: 20px 25px;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .dashboard-shortcut .col-xl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .dashboard-shortcut .col-xl-8 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.dashboard-shortcut ul {
  list-style: none;
  margin: 0;
}
.dashboard-shortcut ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.dashboard-shortcut ul li a {
  color: #646464;
}
.dashboard-shortcut ul li a:hover, .dashboard-shortcut ul li a:active {
  color: #363636;
}
.dashboard-shortcut ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.height-100 {
  height: 100%;
}

.balance-total {
  height: 100%;
  background: #646464;
  color: #fff;
  padding: 40px;
}

.balance-modal {
  max-width: 605px;
  margin: 0 auto;
}
.balance-modal .balance-remaining-details {
  height: 100%;
  padding: 40px;
}
.balance-modal .balance-remaining-details li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.balance-remaining-details {
  color: #363636;
}
.balance-remaining-details ul {
  list-style: none;
}
.balance-remaining-details .balance-remaining {
  border: 1px solid #363636;
  height: 53px;
  width: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 24px;
  margin-right: 20px;
}
.balance-remaining-details .balance-details h5 {
  margin-bottom: 5px;
}
.balance-remaining-details .balance-details p {
  margin: 0;
  color: #aeaeae;
}
.balance-remaining-details .near-expiry .balance-remaining {
  border-color: #ffbd02;
}

.user-schedule-picker .date-picker {
  margin-top: 35px;
}
.user-schedule-picker .time-picker .time__selected {
  cursor: pointer;
}
.user-schedule-picker .date-picker .month {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-schedule-picker .date-picker li .booked-date {
  background: #ffb400;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.user-schedule-picker .date-picker li:hover .booked-date {
  background: #fff;
}
.user-schedule-picker .date-picker li.date-selected {
  background-color: #ef7d00;
}

.modal-dialog.timeslot-modal {
  max-width: 900px;
}
.modal-dialog.timeslot-modal .modal-content {
  padding: 40px;
  margin: 30px;
}
@media (max-width: 374px) {
  .modal-dialog.timeslot-modal .modal-content {
    margin: 0;
  }
}
.modal-dialog.timeslot-modal .balance-remaining-details li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEAE7;
}
.modal-dialog.timeslot-modal .balance-remaining-details li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.modal-dialog.timeslot-modal p {
  margin-bottom: 0;
}
.modal-dialog.timeslot-modal h3 {
  margin-bottom: 10px;
}
.modal-dialog.timeslot-modal .md-number-input.number-input input[type=number] {
  background: transparent;
}
.modal-dialog.timeslot-modal .md-number-input {
  margin-right: 130px;
}
.modal-dialog.timeslot-modal .md-number-input + .add-charge {
  margin-left: -100px;
}

.add-charge {
  background-color: #c4000b;
  color: #fff;
  padding: 4px 10px;
  max-width: 100px;
  margin-left: 30px;
}

.imp-info {
  color: #c4000b;
}

.user-dashboard-flight-details-module .barcode {
  max-width: 200px;
}
.user-dashboard-flight-details-module .barcode img {
  width: 100%;
}
.user-dashboard-flight-details-module .qrcode-img {
  max-width: 280px;
}
.user-dashboard-flight-details-module .qrcode-img img {
  width: 100%;
}
.user-dashboard-flight-details-module .qrcode-block h4 {
  font-size: 20px;
}
.user-dashboard-flight-details-module .qrcode-block .barcode__id {
  margin: 10px 0 0;
}

.history-list-wrap {
  background: #fff;
}
.history-list-wrap header {
  padding: 40px 50px;
}
@media (max-width: 1199px) {
  .history-list-wrap header {
    padding: 20px;
  }
}
.history-list-wrap .select-wrapper input.select-dropdown {
  border-radius: 0;
  padding: 0 10px;
  margin: 0;
}
.history-list-wrap .form-group {
  margin: 0 0 0 10px;
}

.total-dives h3 {
  margin: 0 0 0 15px;
}

.history-list {
  padding: 40px 50px;
}
@media (max-width: 1199px) {
  .history-list {
    padding: 20px;
  }
}
.history-list ul {
  list-style: none;
}
.history-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEAE7;
}
.history-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.history-list h4 {
  margin-bottom: 10px;
}
.history-list p {
  margin: 0;
  color: #646464;
}

.user-transaction-history .select-wrapper input.select-dropdown {
  border-radius: 0;
  padding: 0 10px;
  margin: 0;
}

@media (max-width: 767px) {
  .filter-by-date {
    flex-wrap: wrap;
  }
}
.filter-by-date .md-form {
  margin: 0;
}
.box-module .user-transaction__list {
  margin-top: 30px;
}

.user-transaction__list > li {
  border-bottom: 1px solid #ebeae7;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.user-transaction__list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.user-transaction__list p {
  color: #646464;
}
.user-transaction__list h4 {
  margin-bottom: 5px;
}
.user-transaction__list h5 {
  margin-bottom: 6px;
}
.user-transaction__list .user-attendee p {
  margin-bottom: 20px;
}
.user-transaction__list .bg--light-grey li {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
.user-transaction__list .bg--light-grey li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.bg--light-grey {
  background-color: #f0f0f0;
  padding: 30px 35px;
}
@media (max-width: 991px) {
  .bg--light-grey {
    padding: 20px;
  }
}

.user-profile .accordion .card-body__image {
  max-width: 550px;
}
.user-profile .accordion .card-body__image img {
  width: 100%;
}
.user-profile .box-module {
  padding: 35px 50px;
}
@media (max-width: 1199px) {
  .user-profile .box-module {
    padding: 20px;
  }
}
.user-profile .personal-details {
  margin-top: 50px;
}
.user-profile .edit-links {
  margin-top: 10px;
}

.accordion-header a {
  color: #363636;
}
.accordion-header a:hover {
  color: #363636;
}
.accordion-header a .rotate-icon {
  font-size: 16px;
  transform: rotate(180deg);
}
.accordion-header a:not(.collapsed) .rotate-icon {
  transform: rotate(0);
}

.accordion-body {
  padding-top: 35px;
}
.accordion-body .agreement-text {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.saved-cards li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cecece;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.saved-cards li p {
  margin: 0;
}
.saved-cards .saved-card__delete {
  margin-left: auto;
}
.saved-cards .saved-card__details {
  margin: 0 40px;
}
