/*!
Theme Name: BookingToGo
Theme URI: https://bookingtogo.com/
Author: ICUBIC
Author URI: http://icubic.co.id/
*/
*/html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

.awesomplete [hidden] {
  display: none
}

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0)
}

.awesomplete {
  display: block;
  position: relative
}

.awesomplete>input {
  display: block
}

.awesomplete>ul {
  background: #fff;
  border: 1px solid #C4C9CC;
  box-shadow: 0 0 6px rgba(19, 20, 20, 0.08), 0 6px 12px 0 rgba(19, 20, 20, 0.12);
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 240px;
  min-width: 100%;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  z-index: 9
}

.awesomplete>ul:empty {
  display: none
}

@supports (transform: scale(0)) {
  .awesomplete>ul {
    transition: all 0.2s ease;
    transform-origin: center 0
  }

  .awesomplete>ul[hidden],
  .awesomplete>ul:empty {
    opacity: 0;
    transform: scale(1, 0);
    display: block;
    transition-timing-function: ease
  }
}

.awesomplete>ul>li,
.awesomplete>ul>.search-awesomplete-list-container>li {
  position: relative;
  padding: 4px 8px;
  cursor: pointer
}

.awesomplete>ul>li:hover {
  background: #EBF2F9
}

.awesomplete>ul>li[aria-selected="true"] {
  background: #D0E0F1
}

.awesomplete mark {
  background-color: transparent;
  color: inherit;
  font-weight: 700
}

.awesomplete li[aria-selected="true"] mark {
  background-color: transparent;
  color: inherit;
  font-weight: 700
}

.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: none
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
  background: white
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F
}

.flickity-prev-next-button:active {
  opacity: 0.6
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.flickity-prev-next-button .arrow {
  fill: #333
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}

.flickity-rtl .flickity-page-dots {
  direction: rtl
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer
}

.flickity-page-dots .dot.is-selected {
  opacity: 1
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    transform-origin: 0
  }

  .mfp-arrow-right {
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-bg {
  background: #000;
  opacity: 0.8
}

.mfp-bg.mfp-animation {
  opacity: 0;
  transition: all 0.2s ease-out
}

.mfp-bg.mfp-animation.mfp-ready {
  opacity: 0.8
}

.mfp-bg.mfp-animation.mfp-removing {
  opacity: 0
}

.mfp-container {
  padding-left: 16px;
  padding-right: 16px
}

.mfp-animation .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: scale(0.8)
}

.mfp-animation.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1)
}

.mfp-animation.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.8)
}

button.mfp-close {
  border-radius: 50%;
  color: #fff !important;
  font-family: Arial;
  font-style: normal;
  font-size: 24px;
  height: 1em;
  line-height: 1em;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 24px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out;
  top: 12px;
  width: 1em
}

button.mfp-close:hover,
button.mfp-close:focus {
  background-color: #79A8D6
}

button.mfp-close:active {
  top: 12px
}

.js-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

.js-sticky:before,
.js-sticky:after {
  content: "";
  display: table
}

* {
  box-sizing: inherit
}

*:after,
*:before {
  box-sizing: inherit
}

html {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-size: 16px;
  height: 100%
}

body {
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #053D81;
  color: #3A3C3D;
  font-family: 'Oxygen', sans-serif !important;
  height: 100%
}

nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

audio,
canvas,
iframe,
svg,
video {
  max-width: 100%;
  vertical-align: middle
}

object {
  vertical-align: middle;
  width: 100%
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle
}

ol,
ul,
dl,
p,
address,
blockquote,
figure,
pre,
table {
  margin: 0 0 10px
}

ol:last-child,
ul:last-child,
dl:last-child,
p:last-child,
address:last-child,
blockquote:last-child,
figure:last-child,
pre:last-child,
table:last-child {
  margin-bottom: 0
}

ol,
ul {
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 24px;
  text-rendering: optimizelegibility
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none
}

h1 {
  font-size: 20px;
  line-height: 1.2
}

@media screen and (min-width: 414px) {
  h1 {
    font-size: 24px;
    line-height: 1.16667
  }
}

@media screen and (min-width: 640px) {
  h1 {
    font-size: 32px;
    line-height: 1.125
  }
}

h2 {
  font-size: 18px;
  line-height: 1.33334
}

@media screen and (min-width: 414px) {
  h2 {
    font-size: 20px;
    line-height: 1.2
  }
}

@media screen and (min-width: 640px) {
  h2 {
    font-size: 24px;
    line-height: 1.16667
  }
}

h3 {
  font-size: 18px;
  line-height: 1.33334
}

@media screen and (min-width: 414px) {
  h3 {
    font-size: 20px;
    line-height: 1.2
  }
}

h4 {
  font-size: 18px;
  line-height: 1.33334
}

h5 {
  font-size: 16px;
  line-height: 1.25
}

h6 {
  font-size: 14px;
  line-height: 1.14286
}

a {
  color: #075DB3;
  text-decoration: none
}

a:hover,
a:focus {
  color: #064D9B;
  outline: 0;
  text-decoration: underline
}

dl {
  margin-top: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: 8px;
  margin-left: 0
}

blockquote {
  font-size: 18px;
  line-height: 1.33334;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  margin-left: 0;
  padding: 12px 24px
}

blockquote:first-child {
  margin-top: 0
}

blockquote footer,
blockquote small {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  display: block
}

blockquote footer:before,
blockquote small:before {
  content: "— "
}

abbr[title] {
  border-bottom: 1px dotted #335997;
  cursor: help
}

address {
  font-style: normal
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  font-size: 14px;
  line-height: 1.42858;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 2px 4px
}

kbd {
  font-size: 14px;
  line-height: 1.42858;
  background-color: #335997;
  border-radius: 3px;
  color: #fff;
  padding: 2px 4px
}

kbd kbd {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0
}

pre {
  font-size: 14px;
  line-height: 1.42858;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: block;
  padding: 12px;
  word-break: break-all;
  word-wrap: break-word
}

pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap
}

small {
  font-size: 14px;
  line-height: 1.42858
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 2px;
  margin: 24px 0;
  width: 100%
}

:-ms-input-placeholder {
  color: #C4C9CC;
  opacity: 1
}

::placeholder {
  color: #C4C9CC;
  opacity: 1
}

fieldset {
  border: 1px solid #335997;
  margin: 0 0 24px;
  min-width: 0;
  padding: 16px
}

@media screen and (min-width: 640px) {
  fieldset {
    padding: 24px
  }
}

fieldset:last-child {
  margin-bottom: 0
}

legend {
  color: #3A3C3D;
  font-weight: 700;
  margin-left: -8px;
  padding: 0 8px
}

input[type="search"] {
  box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: baseline
}

input[type="radio"]+label,
input[type="checkbox"]+label {
  cursor: pointer;
  vertical-align: baseline
}

input[type="range"] {
  display: block;
  width: 100%
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  /* box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1); */
  line-height: inherit;
  max-width: 100%;
  padding: 3px 8px;
  transition: all 0.2s ease-out;
  vertical-align: middle
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  outline: 0
}

textarea {
  height: 80px;
  resize: vertical;
  transition: none
}

select {
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 4px 24px 4px 8px
}

select[multiple],
select[size] {
  background-image: none;
  height: auto;
  padding: 8px
}

select:hover {
  border-color: rgba(0, 0, 0, 0.2);
  outline: 0
}

select:disabled {
  background-color: #335997;
  cursor: default
}

select::-ms-expand {
  display: none
}

table {
  background-color: #fff;
  border: 1px solid #335997;
  width: 100%
}

table caption {
  color: #335997;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left
}

table caption strong {
  color: #3A3C3D
}

table th,
table td {
  border-bottom: 1px solid #335997;
  border-top: 1px solid #335997;
  padding: 4px 8px;
  text-align: left;
  vertical-align: top
}

table thead {
  background-color: #F7F9FA
}

table thead th {
  vertical-align: top;
  border-bottom: 1px solid #335997;
  border-top: 0
}

table tbody+tbody {
  border-top: 2px solid #335997
}

table tbody:last-child th,
table tbody:last-child td {
  border-bottom: 0
}

.el-input__inner {
  height: auto !important
}

.el-input {
  font-size: 16px !important
}

.button {
  background-color: #ED9427;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  line-height: inherit;
  padding: 3px 12px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-out;
  vertical-align: middle;
  white-space: nowrap
}

.button:visited {
  background-color: #FF8136;
}

.button:hover,
.button:focus {
  background-color: #D27620;
  color: #fff;
  outline: 0;
  text-decoration: none
}

.button:active {
  background-color: #D27620
}

.button.button-small {
  font-size: 14px;
  line-height: 1.42858
}

.button.button-large {
  font-size: 18px;
  line-height: 1.33334;
  font-weight: 700;
  padding: 11px 24px
}

.button.button-full {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%
}

.forgot-pass-submit-btn{
  font-weight: normal !important;
}

.button.button-alt {
  background-color: #075DB3
}

.button.button-alt:visited {
  background-color: #075DB3
}

.button.button-alt:hover,
.button.button-alt:focus {
  background-color: #064D9B
}

.button.button-alt:active {
  background-color: #064D9B
}

.button.button-ghost {
  background-color: transparent;
  border-color: #C4C9CC;
  color: #335997
}

.button.button-ghost:hover,
.button.button-ghost:focus {
  border-color: #335997;
  color: #3A3C3D
}

.button.button-ghost:active {
  border-color: #3A3C3D
}

.button.button-gray {
  background-color: #335997
}

.button.button-gray:hover,
.button.button-gray:focus {
  background-color: #3A3C3D
}

.button.button-gray:active {
  background-color: #3A3C3D
}

.button.button-link {
  background-color: transparent;
  color: #3A3C3D;
  padding-left: 0;
  padding-right: 0
}

.button.button-link:hover,
.button.button-link:focus,
.button.button-link:active {
  text-decoration: underline
}

.button.button-disable {
  background-color: #C4C9CC;
  pointer-events: none
}

.button.button-disable:hover,
.button.button-disable:focus,
.button.button-disable:active {
  background-color: #C4C9CC
}

.icon {
  fill: currentColor;
  height: 1em;
  width: 1em
}

.icon.icon-inline {
  margin-right: 2px;
  /* margin-left: 15px; */
  position: relative;
  top: -2px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0
}

.list.list-inline {
  font-size: 0;
  margin: 0 -8px -8px 0
}

.list.list-inline .item {
  display: inline-block;
  font-size: 16px;
  margin: 0 8px 8px 0
}

.list.list-ordered,
.list.list-unordered {
  padding-left: 24px;
  text-indent: -24px
}

.list.list-ordered .item:before,
.list.list-unordered .item:before {
  content: "\2022";
  display: inline-block;
  min-width: 24px;
  text-indent: 2px;
  padding-right: 4px
}

.list.list-ordered .item {
  counter-increment: list-ordered
}

.list.list-ordered .item:before {
  content: counter(list-ordered) ". ";
  text-indent: 0
}

.thumbnail.thumbnail-border {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #E6E9EB;
  margin: 1px;
  overflow: hidden
}

.nowrap {
  white-space: nowrap
}

.required {
  color: #FAA4A6
}

.small {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997
}

.tooltip {
  border-bottom: 1px dotted #335997;
  position: relative
}

/* .tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  transform: translateY(0);
  z-index: 1
}

.tooltip:hover:after {
  transform: translateY(0)
} */

.tooltip:before {
  content: "";
  border-bottom: 3px solid #131414;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  left: 50%;
  margin-left: -2px;
  margin-top: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(-8px);
  transition: all 0.2s ease-out;
  z-index: -1
}

.tooltip:after {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.33334;
  content: attr(data-tooltip);
  background-color: #131414;
  border-radius: 3px;
  color: #fff;
  left: 0;
  margin-top: 4px;
  max-width: 192px;
  min-height: 20px;
  opacity: 0;
  padding: 2px 5px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  text-align: center;
  transform: translateY(-8px);
  transition: all 0.2s ease-out;
  white-space: nowrap;
  z-index: -1
}

@media screen and (min-width: 414px) {
  .tooltip:after {
    max-width: 256px
  }
}

@media screen and (min-width: 640px) {
  .tooltip:after {
    max-width: 320px
  }
}

@media screen and (max-width: 320px){
  .section-subscribe{
    margin-top: 240px !important;
  }
}

.flight-partner-title h1{
    margin-top: 45px;
    font-size: 32px;
    color: #335997;
    font-weight: bold;
}

.tooltip.tooltip-right:hover:before,
.tooltip.tooltip-right:hover:after {
  opacity: 1;
  transform: translateX(0);
  z-index: 1
}

.tooltip.tooltip-right:before {
  border-bottom: 3px solid transparent;
  border-left: none;
  border-right: 3px solid #131414;
  border-top: 3px solid transparent;
  left: 100%;
  margin-left: 1px;
  margin-top: -2px;
  top: 50%;
  transform: translateX(-8px)
}

.tooltip.tooltip-right:after {
  left: 100%;
  margin-left: 4px;
  margin-top: 0;
  top: 0px;
  transform: translateX(-8px)
}

.row:not(:last-child) {
  margin-bottom: 24px
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px 
}

.hsd-wrapper{
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 414px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 640px) {
  .wrapper {
    padding-left: 32px;
    padding-right: 32px
  }
}

@media screen and (min-width: 1120px) {
  .wrapper {
    padding-left: 48px;
    padding-right: 48px
  }
}

.unwrapper {
  margin-left: -16px;
  margin-right: -16px
}

@media screen and (min-width: 414px) {
  .unwrapper {
    margin-left: -24px;
    margin-right: -24px
  }
}

@media screen and (min-width: 640px) {
  .unwrapper {
    margin-left: -32px;
    margin-right: -32px
  }
}

@media screen and (min-width: 1120px) {
  .unwrapper {
    margin-left: -48px;
    margin-right: -48px
  }
}

@media screen and (min-width: 1280px) {
  .unwrapper {
    margin-left: calc(-50vw + (1280px - 96px) / 2);
    margin-right: calc(-50vw + (1280px - 96px) / 2)
  }
}

.only-desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .only-desktop {
    display: block;
    margin-left: 48px;
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 1024px) {
  .only-mobile {
    display: none
  }
}

.only-sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.is-disabled {
  opacity: 0.5;
  pointer-events: none
}

.is-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.is-loading {
  pointer-events: none;
  position: relative
}

.is-loading:before {
  content: "";
  display: block;
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10
}

.is-loading:after {
  content: "";
  animation: spin 1.2s infinite linear;
  border-left: 4px solid rgba(19, 20, 20, 0.2);
  border-bottom: 4px solid rgba(19, 20, 20, 0.2);
  border-right: 4px solid rgba(19, 20, 20, 0.2);
  border-top: 4px solid #075DB3;
  border-radius: 100%;
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  outline: 1px solid transparent;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 11
}

.is-loading.is-loading-big:after {
  border-width: 8px;
  height: 40px;
  margin: -20px 0 0 -20px;
  width: 40px
}

.is-loading.is-loading-small:after {
  border-width: 3px;
  height: 16px;
  margin: -8px 0 0 -8px;
  width: 16px
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(359deg)
  }
}

.site-container {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  overflow: hidden !important;
}

.site-container:before {
  content: "";
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.site-header {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(19, 20, 20, 0.08), 0 2px 4px 0 rgba(19, 20, 20, 0.12);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  z-index: 8
}

.site-header>.inner {
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 16px;
  padding-top: 16px
}

@media screen and (min-width: 1024px) {
  .site-header>.inner {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.site-header-logo {
  color: #075DB3;
  max-width: 60%
}

.site-header-nav {
  border-left: 1px solid #335997;
  display: none;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 24px;
  padding-left: 24px
}

@media screen and (min-width: 1024px) {
  .site-header-nav {
    display: block
  }
}

@media screen and (min-width: 1120px) {
  .site-header-nav {
    margin-left: 32px;
    padding-left: 32px
  }
}

.site-header-nav .list {
  display: -ms-flexbox;
  display: flex
}

.site-header-nav .item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.site-header-nav .item.item-current .link {
  color: #131414;
  font-weight: 700
}

.site-header-nav .item.item-current .link:before {
  background-color: #FF8136 !important;
  transform: scaleY(1)
}

.site-header-nav .item+.item {
  margin-left: 30px
}

@media screen and (min-width: 1120px) {
  .site-header-nav .item+.item {
    margin-left: 30px
  }
}

.site-header-nav .link {
  color: #3A3C3D;
  display: block;
  padding: 8px 0;
  position: relative
}

.site-header-nav .link:before {
  content: "";
  background-color: #AAC7E5;
  bottom: -4px;
  height: 4px;
  left: -2px;
  position: absolute;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.2s ease;
  right: -2px
}

.site-header-nav .link:hover,
.site-header-nav .link:focus {
  color: #131414;
  text-decoration: none
}

.site-header-nav .link:hover:before,
.site-header-nav .link:focus:before {
  background-color: #AAC7E5;
  transform: scaleY(1)
}

.site-header-option {
  border-left: 1px solid #335997;
  display: none;
  margin-left: 24px;
  padding-left: 24px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .site-header-option {
    display: block
  }
}

@media screen and (min-width: 1120px) {
  .site-header-option {
    margin-left: 32px;
    padding-left: 32px
  }
}

.site-header-option .list {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%
}

.site-header-option .item {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative
}

.site-header-option .item.item-current .link {
  color: #3A3C3D
}

.site-header-option .item+.item {
  margin-left: 30px;
}

.site-header-option .link,
.site-header-option .toggle {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  display: block;
  font-weight: 700;
  line-height: 1.714285714;
  padding: 8px 0;
  text-transform: uppercase
}

.site-header-option .link:hover,
.site-header-option .link:focus,
.site-header-option .toggle:hover,
.site-header-option .toggle:focus {
  color: #ff8136;
  text-decoration: none
}

.site-header-option .link:hover:after,
.site-header-option .link:focus:after,
.site-header-option .toggle:hover:after,
.site-header-option .toggle:focus:after {
  opacity: 1
}

.site-header-option .toggle {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.site-header-option .toggle svg.icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: -29px;
}

.site-header-option .flag {
  box-shadow: 0 2px 4px rgba(19, 20, 20, 0.2);
  display: block;
  margin-right: 8px
}

.site-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  /* overflow-x: hidden; */
}

.site-content>.inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 32px;
  padding-top: 32px;
  width: 100%
}

@media screen and (min-width: 640px) {
  .site-content>.inner {
    padding-bottom: 64px;
    padding-top: 48px
  }
}

@media screen and (min-width: 1024px) {
  .site-content>.inner {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.site-content>.inner.inner-zero {
  padding-top: 0
}

.site-footer {
  background-color: #053D81;
  color: #fff;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1;
}

.site-footer a {
  color: #FFFFFF
}

.site-footer a:hover,
.site-footer a:focus {
  color: #fff
}

.site-footer-mega {
  margin: -1%;
  margin: calc(-12px);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0
}

.site-footer-mega>.section {
  margin: 1%;
  margin: calc(12px);
  width: 98%;
  width: calc((100% - 24px) / 1);
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

@media screen and (min-width: 640px) {
  .site-footer-mega>.section {
    margin: 1%;
    margin: calc(12px);
    width: 48%;
    width: calc((100% - 48px) / 2)
  }
}

@media screen and (min-width: 1024px) {
  .site-footer-mega>.section {
    margin: 1%;
    margin: calc(12px);
    width: 31.33333%;
    width: calc((100% - 72px) / 3)
  }
}

.site-footer-badger .title {
  font-size: 14px;
  line-height: 1.42858;
  margin-top: 5px;
  margin-right: 10px;
}

.site-footer-badger .list {
  font-size: 0;
  margin: 0 -8px -8px 0
}

.site-footer-badger .item {
  display: inline-block;
  font-size: 14px;
  margin: 0 8px 8px 0
}

.site-footer-linker .title {
  font-size: 14px;
  line-height: 1.14286;
  margin-bottom: 8px;
  text-transform: uppercase
}

@media screen and (min-width: 640px) {
  .site-footer-linker .title {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 16px
  }
}

.site-footer-linker .item {
  font-size: 14px;
  line-height: 1.42858
}

@media screen and (min-width: 640px) {
  .site-footer-linker .item {
    font-size: 16px;
    line-height: 1.5
  }
}

.site-footer-linker .item+.item {
  margin-top: 4px
}

@media screen and (min-width: 640px) {
  .site-footer-linker .item+.item {
    margin-top: 8px
  }
}

.site-footer-support {
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(121, 168, 214, 0.24);
  border: 1px solid rgba(121, 168, 214, 0.48);
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  text-align: right
}

.site-footer-support .illustration {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 8px;
  -ms-flex-order: 2;
  order: 2
}

.site-footer-support .text {
  overflow: hidden
}

.site-footer-support .title {
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase
}

.site-footer-support .contact {
  font-weight: 700;
  margin-bottom: 0
}

.site-footer-end {
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: -1px;
}

@media screen and (min-width: 640px) {
  .site-footer-end {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.site-footer-copyright {
  font-size: 13px;
  line-height: 1.38462;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  color: #79A8D6;
  margin-bottom: 0
}

.site-footer-social {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 8px
}

@media screen and (min-width: 640px) {
  .site-footer-social {
    margin-top: 0;
    margin-left: 16px
  }
}

.site-footer-social .item {
  display: inline-block;
  margin-left: 4px
}

.site-footer-social .item a:hover,
.site-footer-social .item a:focus {
  text-decoration: none
}

.site-footer-social .icon {
  height: 24px;
  width: 24px
}

.site-notification {
  background-color: #335997;
  box-shadow: 0 0 4px rgba(19, 20, 20, 0.08), 0 4px 4px rgba(19, 20, 20, 0.12);
  color: #fff;
  display: none;
  left: 0;
  padding: 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9
}

.site-notification.site-notification-info {
  background-color: #075DB3
}

.site-notification.site-notification-success {
  background-color: #0CB300
}

.site-notification.site-notification-warning {
  background-color: #E6951C
}

.site-notification.site-notification-alert {
  background-color: #EB2124
}

.site-notification.is-toggled {
  display: block
}

.site-notification-text {
  margin: 0 auto;
  max-width: 768px;
  padding: 0 32px;
  text-align: center
}

.site-notification-close {
  background-color: rgba(19, 20, 20, 0.64);
  border-radius: 3px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: all 0.2s ease;
  width: 24px
}

.site-notification-close:hover,
.site-notification-close:focus {
  background-color: #131414;
  color: #fff;
  text-decoration: none
}

.widget:not(:first-child) {
  margin-top: 24px
}

.widget.widget-box {
  border: 1px solid #335997;
  padding: 24px
}

.widget-title {
  color: #335997;
  margin-bottom: 8px;
  text-transform: uppercase
}

[class^="popup-"][class$="-is-toggling"],
[class^="popup-"][class$="-is-toggled"] {
  overflow: hidden
}

[class^="popup-"][class$="-is-toggling"] .site-container,
[class^="popup-"][class$="-is-toggled"] .site-container {
  overflow-y: scroll
}

.popup-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99
}

.popup-container.is-toggling {
  display: block
}

.popup-container.is-toggling:before {
  opacity: 1
}

.popup-container.is-untoggling {
  display: block;
  z-index: 9
}

.popup-container.is-untoggling:before {
  opacity: 0
}

.popup-container.is-untoggling .popup-content {
  opacity: 0;
  transform: translateY(-80px)
}

.popup-container.is-toggled {
  display: block;
  overflow-y: scroll
}

.popup-container.is-toggled:before {
  opacity: 1
}

.popup-container.is-toggled .popup-content {
  opacity: 1;
  transform: translateY(0)
}

.popup-container:before {
  content: "";
  background-color: rgba(19, 20, 20, 0.88);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease;
  z-index: -1
}

.popup-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  min-height: 100%;
  opacity: 0;
  transition: all 0.2s ease;
  transform: translateY(-80px)
}

@media screen and (min-width: 414px) {
  .popup-content {
    padding: 24px
  }
}

@media screen and (min-width: 640px) {
  .popup-content {
    padding: 32px
  }
}

.popup-inline {
  background-color: #fff;
  border: 1px solid #335997;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(19, 20, 20, 0.08), 0 8px 16px 0 rgba(19, 20, 20, 0.12);
  margin: 0 auto;
  max-width: 640px;
  padding: 16px;
  position: relative;
  width: 100%
}

@media screen and (min-width: 414px) {
  .popup-inline {
    padding: 24px
  }
}

@media screen and (min-width: 640px) {
  .popup-inline {
    padding: 32px
  }
}

.popup-inline.popup-inline-small {
  max-width: 480px
}

.popup-inline-close {
  color: #335997;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px
}

.popup-inline-close:hover,
.popup-inline-close:focus {
  color: #1C1E1F
}

.popup-inline-close .icon {
  height: 100%;
  width: 100%
}

.popup-inline-head {
  margin-bottom: 32px;
  text-align: center
}

.popup-inline-head .title {
  font-size: 18px;
  line-height: 1.33334
}

@media screen and (min-width: 414px) {
  .popup-inline-head .title {
    font-size: 20px;
    line-height: 1.2
  }
}

@media screen and (min-width: 640px) {
  .popup-inline-head .title {
    font-size: 24px;
    line-height: 1.16667
  }
}

.main-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%
}

.main-aside {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 32px;
  width: 100%
}

@media screen and (min-width: 1024px) {
  .main-aside {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 32px;
    margin-top: 0;
    width: 272px
  }
}

@media screen and (min-width: 1120px) {
  .main-aside {
    margin-right: 48px;
    width: 320px
  }
}

.main-aside.main-aside-left {
  margin-bottom: 24px;
  margin-top: 0;
  -ms-flex-order: -1;
  order: -1
}

@media screen and (min-width: 1024px) {
  .main-aside.main-aside-left {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 32px
  }
}

@media screen and (min-width: 1120px) {
  .main-aside.main-aside-left {
    margin-right: 48px
  }
}

@media screen and (min-width: 1024px) {
  .main-aside.main-aside-large {
    min-width: 320px
  }
}

@media screen and (min-width: 1120px) {
  .main-aside.main-aside-large {
    min-width: 400px
  }
}

.account-gateway-header {
  margin-bottom: 24px
}

.account-gateway-header .title {
  font-size: 18px;
  line-height: 1.33334;
  margin-bottom: 4px;
  text-transform: uppercase
}

@media screen and (min-width: 414px) {
  .account-gateway-header .title {
    font-size: 20px;
    line-height: 1.2
  }
}

@media screen and (min-width: 640px) {
  .account-gateway-header .title {
    font-size: 24px;
    line-height: 1.16667
  }
}

.account-gateway-header .subtitle {
  color: #335997
}

.account-page-header {
  margin-bottom: 21px;
}

.account-page-header .title {
  font-size: 18px;
  line-height: 1.33334;
  margin-bottom: 4px
}

@media screen and (min-width: 414px) {
  .account-page-header .title {
    font-size: 20px;
    line-height: 1.2
  }
}

@media screen and (min-width: 640px) {
  .account-page-header .title {
    font-size: 24px;
    line-height: 1.16667
  }
}

.account-page-header .subtitle {
  color: #335997
}

.account-forgot-header {
  margin-bottom: 24px;
  text-align: center
}

.account-forgot-header .title {
  font-size: 18px;
  line-height: 1.33334
}

@media screen and (min-width: 414px) {
  .account-forgot-header .title {
    font-size: 20px;
    line-height: 1.2
  }
}

@media screen and (min-width: 640px) {
  .account-forgot-header .title {
    font-size: 24px;
    line-height: 1.16667
  }
}

.account-forgot-content {
  text-align: center
}

.account-forgot-footer {
  margin-top: 24px;
  text-align: center
}

.account-benefits:not(:last-child) {
  margin-bottom: 24px
}

.account-benefits .account-benefit:not(:last-child) {
  margin-bottom: 16px
}

.account-benefit {
  display: -ms-flexbox;
  display: flex
}

.account-benefit-art {
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  margin-right: 16px
}

.account-benefit-text .title {
  font-size: 18px;
  line-height: 1.33334;
  margin-bottom: 0
}

.account-benefit-text .subtitle {
  font-size: 14px;
  line-height: 1.42858
}

.account-login {
  border: 1px solid #335997;
  padding: 24px
}

.account-login-head {
  margin-bottom: 24px;
  text-align: center
}

.account-login-head .title {
  font-size: 18px;
  line-height: 1.33334;
  margin-bottom: 0;
  text-transform: uppercase
}

@media screen and (min-width: 414px) {
  .account-login-head .title {
    font-size: 20px;
    line-height: 1.2
  }
}

.account-login-head .subtitle {
  color: #335997
}

.account-exlink {
  float: right;
  font-size: 14px;
  line-height: 1.42858;
  margin-top: 8px;
  cursor: pointer;
  margin-bottom: 10px !important;
}

.account-exlink a,
.forgot-pass-footer{
  color: #FF8336
}

.forgot-pass-footer span{
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 20px;
}

.account-exlink .link {
  color: #335997
}

.login-via{
  display: flex;
  margin-top: 5px;
  margin-bottom: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-via-facebook{
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: inline-block;
}

.login-via-google{
  width: 44px;
  height: 44px;
  display: inline-block;
  cursor: pointer;
}

.login-via-apple {
  width: 44px;
  height: 44px; 
  cursor: pointer;
  display: inline-block;
}

.login-via-txt {
  color: #345797;
  font-size: 14px;
  margin-bottom: 12px;
}

.left-seperator,
.right-seperator {
  border-bottom: 1px solid #345797;
  width: 11%;
  height: 0px;
}

.modal-mobile-login .left-seperator,
.modal-mobile-login .right-seperator {
  width: 50%;
}

.login-seperator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.login-seperator-txt {
  color: #345797;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 10px;
}

.account-section:not(:last-child) {
  margin-bottom: 20px
}

.account-section-head {
  margin-bottom: 16px
}

.account-section-head .title {
  font-size: 18px;
  line-height: 1.33334
}

.account-section-head .title .count {
  color: #335997;
  font-weight: 400
}

.account-section-foot {
  margin-top: 16px
}

.account-summary {
  background-color: #F7F9FA;
  border: 1px solid #335997;
  padding: 16px
}

.account-summary .name {
  font-size: 18px;
  line-height: 1.33334;
  font-weight: 700;
  margin-bottom: 4px
}

.account-nav {
  display: none
}

@media screen and (min-width: 1024px) {
  .account-nav {
    display: block
  }
}

.account-nav .item:not(:last-child) {
  margin-bottom: 24px
}

.account-nav .item.item-current .link {
  font-weight: 700
}

.account-nav .link {
  font-size: 18px;
  line-height: 1.33334;
  color: #3A3C3D
}

/* .account-profile-section:not(:last-child) {
  margin-bottom: 32px
} */

.account-profile-section .title {
  font-size: 18px;
  line-height: 1.33334
}

.balance-topup {
  margin-bottom: 24px
}

.balance-history .title {
  font-size: 18px;
  line-height: 1.33334;
  margin-bottom: 16px
}

.balance-history .sum.sum-negative {
  color: #EB2124
}

.balance-history .sum.sum-positive {
  color: #0CB300
}

.balance-history-table {
  font-size: 14px;
  line-height: 1.42858
}

@media screen and (min-width: 768px) {
  .balance-history-table {
    font-size: 16px;
    line-height: 1.5
  }

  .input-date-flight {
    margin-bottom: 0 !important;
    /* margin-right: 0px !important;
    margin-left: 0px !important; */
  }

  input.input-flightdatepicker {
    padding-left: 10px !important;
    font-size: 14px !important;
  }
}

.checkout-complete-header {
  margin: 0 auto 32px;
  max-width: 640px;
  text-align: center
}

@media screen and (min-width: 414px) {
  .checkout-complete-header {
    font-size: 18px;
    line-height: 1.33334
  }
}

.checkout-complete-content {
  margin: 0 auto;
  max-width: 1024px
}

.checkout-complete-content .section:not(:last-child) {
  margin-bottom: 24px
}

.checkout-complete-footer {
  margin-top: 32px;
  text-align: center
}

.checkout-last-container {
  margin: 0 auto;
  max-width: 640px
}

.checkout-last-header {
  margin-bottom: 32px;
  text-align: center
}

.checkout-section:not(:last-child) {
  margin-bottom: 32px
}

.checkout-section-head {
  margin-bottom: 16px
}

.checkout-section-head .title {
  font-size: 16px;
  line-height: 1.25;
  color: #335997;
  margin-bottom: 0;
  text-transform: uppercase
}

.checkout-section-head .subtitle {
  font-size: 14px;
  line-height: 1.42858
}

.checkout-section-legend {
  margin: -1%;
  margin: calc(-2px) calc(-8px);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px
}

.checkout-section-legend>* {
  margin: 1%;
  margin: calc(2px) calc(8px)
}

.checkout-section-legend .legend {
  font-weight: 700
}

.checkout-section-body {
  border: 1px solid #335997;
  padding: 16px
}

@media screen and (min-width: 640px) {
  .checkout-section-body {
    padding: 24px
  }
}

.checkout-section-foot {
  margin-top: 16px
}

.checkout-id:not(:last-child) {
  margin-bottom: 16px
}

.checkout-id .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.checkout-id .row .label {
  -ms-flex: 1 1 0px;
  flex: 1 1 0
}

.checkout-id .row .value {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
  margin-left: 16px
}

.checkout-summary-note {
  margin-top: 16px;
  text-align: center
}

.checkout-summary-balance {
  border: 1px solid #335997;
  padding: 24px;
  text-align: center
}

.checkout-summary-balance .label {
  color: #335997;
  margin-bottom: 4px
}

.checkout-summary-balance .value {
  font-size: 24px;
  line-height: 1.33334;
  font-weight: 700
}

.checkout-quicknext {
  border: 1px solid #335997;
  padding: 24px
}

.checkout-quicknext .button:not(:last-child) {
  margin-bottom: 8px
}

.checkout-insurance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.checkout-insurance-checker {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 512px;
  min-width: 272px
}

@media screen and (min-width: 414px) {
  .checkout-insurance-checker {
    min-width: 320px
  }
}

.checkout-insurance-price {
  color: #075DB3;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 20px
}

.checkout-insurance-price .price {
  font-weight: 700
}

.checkout-continue {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (min-width: 640px) {
  .checkout-continue {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.checkout-continue-section {
  -ms-flex: 1 1 0px;
  flex: 1 1 0
}

.checkout-continue-section:not(:last-child) {
  margin-bottom: 8px
}

@media screen and (min-width: 640px) {
  .checkout-continue-section:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px
  }
}

.checkout-continue-submit {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

@media screen and (min-width: 640px) {
  .checkout-continue-submit {
    margin-left: 280px;
    background: #FF8136;
    border-radius: 15px;
    width: 400px;
    height: 60px;
  }
}

.checkout-continue-submit .button {
  width: 100%;
  padding: 19px 24px !important;
  font-size: 16px !important;
  border-radius: 15px;
}

.checkout-continue-submit .button:not(:last-child) {
  margin-bottom: 4px
}

.checkout-livechat {
  margin: 0 auto;
  width: 480px
}

.contact-form {
  /* border: 1px solid #bdbdbd; */
  border-radius: 8px;
  padding: 20px 30px;
}

@media screen and (min-width: 640px) {
  .contact-form {
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 1px 10px #00000029;
    border-radius: 25px;
    width: 960px;
  }

  .contact-form input {
    height: 45px;
  }
}

@media screen and (min-width: 640px) {
  .contact-form-column {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
  }
}

.contact-form-column:not(:first-child) {
  margin-top: 20px;
  /* margin-bottom: 20px; */
}

@media screen and (min-width: 640px) {
  /* .contact-form-column:not(:first-child) {
    margin-left: 32px;
    margin-top: 0
  } */
}

@media screen and (min-width: 768px) {
  /* .contact-form-column:not(:first-child) {
    margin-left: 48px
  } */
}

.contact-form-column .title {
  font-size: 14px;
  line-height: 1.25;
  /* color: #335997; */
  letter-spacing: 0.02em;
  margin-bottom: 4px;
  /* text-transform: uppercase */
}

.contact-form-row:not(:last-child) {
  margin-bottom: 20px
}

.contact-form-row p {
  margin-bottom: 0;
  /* color: #355997; */
}

.flight-cities {
  margin: -1%;
  margin: calc(-8px);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 640px) {
  .flight-cities {
    margin: -1%;
    margin: calc(-12px);
    overflow: hidden
  }
}

.flight-cities .flight-city {
  margin: 1%;
  margin: calc(8px);
  width: 98%;
  width: calc((100% - 16px) / 1);
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

@media screen and (min-width: 640px) {
  .flight-cities .flight-city {
    margin: 1%;
    margin: calc(12px);
    width: 48%;
    width: calc((100% - 48px) / 2)
  }
}

@media screen and (min-width: 1024px) {

  .flight-cities .flight-city {
    margin: 1%;
    margin: calc(12px);
    width: 31.33333%;
    width: calc((100% - 72px) / 3)
  }
}

.flight-city {
  border: 1px solid #335997;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}

.flight-city .link {
  color: #fff;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative
}

.flight-city-photo .photo {
  width: 100%
}

.flight-city-text {
  left: 0;
  padding: 16px;
  position: absolute;
  top: 0;
  z-index: 1
}

.flight-city-text .name {
  font-size: 18px;
  line-height: 1.33334;
  margin-bottom: 4px
}

@media screen and (min-width: 414px) {
  .flight-city-text .name {
    font-size: 20px;
    line-height: 1.2
  }
}

.flight-partner-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
}

.flight-partner {
  background-color: white;
  margin-bottom: 50px;
  margin-top: 480px;
}

.fp-left{
  font-size: 32px;
  width: 45%;
  margin-bottom: 20px !important;
  font-weight: bold;
  color: #335997;
}

.fp-left h1{
  font-size: 32px;
  font-weight: bold;
  color: #335997;
}

.fp-right img{
  width: 100px;
  height: 50px;
  margin-right: 22px;
  margin-bottom: 10px;
}

.flight-partner .title {
  font-size: 16px;
  line-height: 1.25;
  color: #C4C9CC;
  text-transform: uppercase
}

.booking-check-title{
  font-size: 12px;
  font-weight: bold;
}

.flight-partner .list {
  font-size: 0;
  margin: -4px;
  /* padding-left: 100px; */
}

.section-partner{
  height: 120px;
}

.flight-partner-img div{
  margin-top: 35px;
  display: inline-block
}

.section-subscribe{
  margin-bottom: 48px;
  padding-left: 150px;
  padding-right: 150px;
}

.section-mpf-title{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.bottom-info{
    max-width: 25% !important;
    flex: 0 0 50% !important;
}

.subscribe{
  margin-bottom: 50px;
}

.subscribe-section-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subscribe-row-left{
  display: flex;
  flex-direction: row;
  margin-right: 60px;
}

.subscribe-row-right{
  display: flex;
  max-width: 376px;
  flex-direction: column;
  align-items: flex-start;
  color: #345797;
}

.subscribe-row-right span{
  margin-bottom: 20px;
}

.subscribe-row,
.bottom-information-row{
  padding-left: 350px;
  padding-right: 150px;
}

.bottom-information-row{
  margin-top: 72px;
}

.subs{
  color: #345797
}

.subs-email{
  padding: 0px !important;
  border-bottom: 1px solid #345797 !important;
  border-radius: 0px !important;
}

.subs-btn{
  width: 180px;
}

.subs h1,
.bot-info h1{
  font-size: 32px;
  color: #345797;
  font-weight: bold;
}

.subs h5,
.bot-info h5{
  font-size: 14px;
  color: #345797;
}

.subs .subs-right-col{
  margin-bottom: 20px !important;
}

.flight-partner .item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle
}

.flight-detail-cities {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width: 640px) {
  .flight-detail-cities {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.flight-detail-cities.flight-detail-cities-twoway .flight-detail-city.flight-detail-city-from:before {
  content: url(../images/symbols/icon-arrow-leftright.svg)
}

.flight-detail-city {
  border: 1px solid #335997;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 16px;
  text-align: center
}

@media screen and (min-width: 414px) {
  .flight-detail-city {
    padding: 24px 16px
  }
}

.flight-detail-city.flight-detail-city-from {
  margin-bottom: 32px;
  position: relative
}

@media screen and (min-width: 640px) {
  .flight-detail-city.flight-detail-city-from {
    margin-bottom: 0;
    margin-right: 48px
  }
}

.flight-detail-city.flight-detail-city-from:before {
  content: url(../images/symbols/icon-arrow-right.svg);
  height: 32px;
  left: 50%;
  line-height: 32px;
  margin-left: -16px;
  position: absolute;
  text-align: center;
  top: 100%;
  transform: rotate(90deg);
  width: 32px
}

@media screen and (min-width: 640px) {
  .flight-detail-city.flight-detail-city-from:before {
    height: 48px;
    left: 100%;
    line-height: 48px;
    margin-left: 0;
    margin-top: -24px;
    top: 50%;
    transform: rotate(0);
    width: 48px
  }
}

.flight-detail-city .city {
  font-size: 18px;
  line-height: 1.33334;
  font-weight: 700;
  margin-bottom: 0
}

@media screen and (min-width: 414px) {
  .flight-detail-city .city {
    font-size: 20px;
    line-height: 1.2
  }
}

.flight-detail-schedules {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px
}

@media screen and (min-width: 640px) {
  .flight-detail-schedules {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.flight-detail-schedule {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.flight-detail-schedule:not(:last-child) {
  margin-bottom: 16px
}

@media screen and (min-width: 640px) {
  .flight-detail-schedule {
    width: 50%
  }

  .flight-detail-schedule:not(:last-child) {
    margin-bottom: 0;
    margin-right: 48px
  }
}

.flight-detail-schedule .title {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  margin-bottom: 4px
}

.flight-detail-schedule .partner {
  font-weight: 700;
  margin-bottom: 0
}

.flight-detail-schedule .partner .thumbnail {
  display: inline-block;
  margin-right: 2px;
  max-width: 64px
}

.flight-detail-schedule .date,
.flight-detail-schedule .time {
  margin-bottom: 0
}

.flight-detail-passenger {
  margin-top: 20px;
  margin-bottom: 10px;
}

.flight-detail-passenger .title {
  font-size: 14px;
  line-height: 1.42858;
  margin-bottom: 20px;
  font-weight: 700;
}

.flight-chosen {
  background-color: #fff;
  border: 1px solid #335997;
  box-shadow: 0 0 6px rgba(19, 20, 20, 0.08), 0 6px 12px 0 rgba(19, 20, 20, 0.12);
  margin-bottom: 24px;
  padding: 16px;
  z-index: 2
}

@media screen and (min-width: 640px) {
  .flight-chosen {
    padding: 16px 24px
  }
}

@media screen and (min-width: 1024px) {
  .flight-chosen {
    position: -webkit-sticky;
    position: sticky;
    top: -1px
  }
}

.flight-chosen-head {
  margin-bottom: 16px
}

.flight-chosen-head .title {
  font-size: 18px;
  line-height: 1.33334
}

.flight-chosen-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width: 1024px) {
  .flight-chosen-detail {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.flight-chosen-items {
  -ms-flex: 1 1 0px;
  flex: 1 1 0
}

.flight-chosen-items .flight-chosen-item+.flight-chosen-item {
  border-top: 1px solid #E6E9EB;
  margin-top: 4px;
  padding-top: 4px
}

@media screen and (min-width: 640px) {
  .flight-chosen-item {
    display: table-row
  }
}

.flight-chosen-item:last-child .bit {
  padding-bottom: 0
}

.flight-chosen-item .bit {
  font-size: 14px;
  line-height: 1.42858;
  margin-bottom: 0;
  min-width: 0;
  vertical-align: top
}

@media screen and (min-width: 640px) {
  .flight-chosen-item .bit {
    padding: 4px 12px;
    display: table-cell
  }
}

.flight-chosen-item .bit:first-child {
  padding-left: 0
}

.flight-chosen-item .bit:last-child {
  padding-right: 0
}

.flight-chosen-item .airline br {
  display: none
}

@media screen and (min-width: 640px) {
  .flight-chosen-item .airline br {
    display: inline
  }
}

.flight-chosen-item .airline .more {
  margin-top: 4px;
  white-space: nowrap
}

.flight-chosen-item .depart,
.flight-chosen-item .arrival {
  display: inline-block
}

@media screen and (min-width: 640px) {

  .flight-chosen-item .depart,
  .flight-chosen-item .arrival {
    display: table-cell
  }
}

.flight-chosen-item .depart .more,
.flight-chosen-item .arrival .more {
  display: none
}

@media screen and (min-width: 640px) {

  .flight-chosen-item .depart .more,
  .flight-chosen-item .arrival .more {
    display: inline
  }
}

.flight-chosen-item .arrival:before {
  content: "– "
}

@media screen and (min-width: 640px) {
  .flight-chosen-item .arrival:before {
    content: ""
  }
}

.flight-chosen-item .duration,
.flight-chosen-item .facility {
  display: none
}

@media screen and (min-width: 768px) {

  .flight-chosen-item .duration,
  .flight-chosen-item .facility {
    display: table-cell
  }
}

.flight-chosen-item .more {
  display: block;
  /* color: #335997 */
}

.flight-chosen-item .thumbnail {
  display: none;
  max-width: 48px
}

@media screen and (min-width: 640px) {
  .flight-chosen-item .thumbnail {
    display: inline-block
  }
}

.flight-chosen-item .baggage {
  white-space: nowrap
}

.flight-chosen-checkout {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 8px;
  text-align: right
}

@media screen and (min-width: 1024px) {
  .flight-chosen-checkout {
    margin-left: 48px;
    margin-top: 0
  }
}

.flight-chosen-checkout .price {
  color: #ED9427;
  margin-bottom: 0
}

.flight-chosen-checkout .value {
  font-size: 24px;
  line-height: 1.33334;
  font-weight: 700
}

.flight-chosen-checkout .caption {
  font-size: 13px;
  line-height: 1.38462;
  margin-bottom: 8px
}

@media screen and (min-width: 1024px) {
  .flight-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.flight-listing-nav {
  box-shadow: inset 0 -1px 0 #335997;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px
}

@media screen and (min-width: 1024px) {
  .flight-listing-nav {
    display: none
  }
}

.flight-listing-nav .link {
  font-size: 14px;
  line-height: 1.14286;
  color: #335997;
  display: block;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0 8px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase
}

.flight-listing-nav .link:hover,
.flight-listing-nav .link:focus {
  color: #3A3C3D;
  text-decoration: none
}

.flight-listing-nav .link.is-tabbed {
  background-color: #fff;
  border: 1px solid #335997;
  border-bottom: 0;
  color: #3A3C3D;
  font-weight: 700
}

.flight-listing-column {
  margin: 0 auto;
  max-width: 800px
}

@media screen and (min-width: 1024px) {
  .flight-listing-column {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    overflow: visible !important;
    visibility: visible !important;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
  }

  .flight-listing-column:not(:first-child) {
    margin-left: 24px
  }
}

.flight-listing-filter {
  font-size: 14px;
  line-height: 1.42858;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  position: relative
}

.flight-listing-filter .title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 16px
}

.flight-listing-filter .filters {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.flight-listing-filter .filter {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 4px 0
}

@media screen and (min-width: 640px) {
  .flight-listing-filter .filter {
    position: relative
  }
}

.flight-listing-filter .filter:not(:last-child) {
  margin-bottom: 0;
  margin-right: 8px
}

@media screen and (min-width: 414px) {
  .flight-listing-filter .filter:not(:last-child) {
    margin-right: 16px
  }
}

.flight-listing-filter .filter .toggle {
  color: #3A3C3D;
  display: block;
  white-space: nowrap
}

.flight-listing-filter .filter .toggle:hover,
.flight-listing-filter .filter .toggle:focus {
  color: #131414;
  text-decoration: none
}

.flight-listing-filter .filter .toggle:after {
  content: url(../images/symbols/icon-caret-down.svg);
  display: inline-block;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 20px
}

.flight-listing-filter .filter .input {
  min-width: 0
}

.flight-listing-sort {
  font-size: 14px;
  line-height: 1.42858;
  background-color: #F7F9FA;
  border: 1px solid #335997;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 8px 16px 8px 32px;
  position: relative;
  z-index: 1
}

.flight-listing-sort:before {
  content: "";
  background-image: url(../images/symbols/icon-sort.svg);
  background-position: 4px center;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 100%;
  left: 0;
  opacity: 0.32;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.flight-listing-sort .sort {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex: 1 1 18%;
  flex: 1 1 18%;
  min-width: 0
}

.flight-listing-sort .sort:not(:last-child) {
  margin-right: 8px
}

.flight-listing-sort .sort.sort-arrival,
.flight-listing-sort .sort.sort-duration,
.flight-listing-sort .sort.sort-facility {
  display: none
}

@media screen and (min-width: 640px) {

  .flight-listing-sort .sort.sort-arrival,
  .flight-listing-sort .sort.sort-duration,
  .flight-listing-sort .sort.sort-facility {
    display: block
  }
}

@media screen and (min-width: 414px) {
  .flight-listing-sort .sort.sort-arrival {
    display: block
  }
}

.flight-listing-sort .sort.sort-price {
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  text-align: right
}

.flight-listing-sort .sort a {
  color: #3A3C3D;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  transition: color 0.2s ease
}

.flight-listing-sort .sort a::before,
.flight-listing-sort .sort a::after {
  content: "";
  border-bottom: 3px solid #335997;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-top: -3px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: border-color 0.2s ease
}

.flight-listing-sort .sort a::after {
  border-bottom: 0;
  border-top: 3px solid #335997;
  margin-top: 2px
}

.flight-listing-sort .sort a:hover,
.flight-listing-sort .sort a:focus {
  color: #131414;
  text-decoration: none
}

.flight-listing-sort .sort a:hover::before,
.flight-listing-sort .sort a:focus::before {
  border-bottom-color: #131414
}

.flight-listing-sort .sort a:hover::after,
.flight-listing-sort .sort a:focus::after {
  border-top-color: #131414
}

.flight-selectors.flight-selectors-oneway .flight-selector-input {
  opacity: 0
}

.flight-selector {
  border: 1px solid #335997;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 16px 8px
}

.flight-selector:not(:last-child) {
  margin-bottom: 8px
}

.flight-selector-input {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
  width: 16px
}

@media screen and (min-width: 768px) {
  .flight-selector-input:checked+.flight-selector-ticket .flight-selector-detail {
    display: -ms-flexbox;
    display: flex
  }
}

.flight-selector-ticket {
  font-size: 14px;
  line-height: 1.42858;
  -ms-flex: 1 1 0px;
  flex: 1 1 0
}

@media screen and (min-width: 414px) {
  .flight-selector-ticket {
    font-size: 16px;
    line-height: 1.5
  }
}

.flight-selector-airline {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px
}

.flight-selector-airline .thumbnail {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
  width: 48px
}

.flight-selector-airline .name {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-weight: 700;
  margin-bottom: 0
}

.flight-selector-airline .button {
  margin-left: 8px
}

.flight-selector-summary {
  position: relative
}

@media screen and (min-width: 640px) {
  .flight-selector-summary {
    display: -ms-flexbox;
    display: flex
  }
}

.flight-selector-summary .bit {
  margin-bottom: 0;
  min-width: 0
}

@media screen and (min-width: 640px) {
  .flight-selector-summary .bit {
    -ms-flex: 1 1 18%;
    flex: 1 1 18%
  }

  .flight-selector-summary .bit:not(:last-child) {
    margin-right: 8px
  }
}

.flight-selector-summary .bit.prices {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0
}

@media screen and (min-width: 640px) {
  .flight-selector-summary .bit.prices {
    -ms-flex: 1 1 28%;
    flex: 1 1 28%;
    position: static
  }
}

.flight-selector-summary .bit .more {
  font-size: 13px;
  line-height: 1.38462;
  color: #335997;
  display: block;
  margin-top: -2px
}

.flight-selector-summary .depart,
.flight-selector-summary .arrival {
  display: inline-block
}

.flight-selector-summary .depart .more,
.flight-selector-summary .arrival .more {
  display: none
}

@media screen and (min-width: 640px) {

  .flight-selector-summary .depart .more,
  .flight-selector-summary .arrival .more {
    display: block
  }
}

.flight-selector-summary .arrival:before {
  content: "– "
}

@media screen and (min-width: 640px) {
  .flight-selector-summary .arrival:before {
    content: ""
  }
}

.flight-selector-summary .duration br {
  display: none
}

@media screen and (min-width: 640px) {
  .flight-selector-summary .duration br {
    display: inline
  }
}

.flight-selector-summary .duration .more {
  font-size: 14px;
  line-height: 1.42858;
  color: #3A3C3D;
  display: inline
}

.flight-selector-summary .duration .more:before {
  content: ", "
}

@media screen and (min-width: 640px) {
  .flight-selector-summary .duration .more {
    font-size: 13px;
    line-height: 1.38462;
    color: #335997;
    display: block
  }

  .flight-selector-summary .duration .more:before {
    content: ""
  }
}

.flight-selector-summary .prices {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.flight-selector-summary .price {
  display: block
}

.flight-selector-summary .price.discount {
  color: #ED9427;
  font-weight: 700
}

.flight-selector-summary .price.old {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  text-decoration: line-through
}

.flight-selector-detail {
  font-size: 14px;
  line-height: 1.42858;
  border-top: 1px solid #335997;
  display: none;
  margin-top: 16px;
  padding-top: 16px
}

.flight-selector-flight-timeline,
.flight-selector-price-detail {
  -ms-flex: 1 1 0px;
  flex: 1 1 0
}

.flight-selector-flight-timeline:not(:first-child),
.flight-selector-price-detail:not(:first-child) {
  margin-left: 24px
}

.flight-timeline {
  font-size: 14px;
  line-height: 1.42858
}

.flight-timeline-row {
  display: -ms-flexbox;
  display: flex
}

.flight-timeline-row .time {
  -ms-flex: 0 0 96px;
  flex: 0 0 96px;
  margin-bottom: 0;
  margin-right: 24px
}

.flight-timeline-row .location {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 700;
  margin-bottom: 0
}

.flight-timeline-row .more {
  color: #335997;
  font-weight: 400
}

.flight-timeline-to {
  margin-top: 16px;
  position: relative
}

.flight-timeline-transition {
  font-size: 13px;
  line-height: 1.38462;
  background-color: #F7F9FA;
  border: 1px dashed #335997;
  padding: 2px 4px;
  margin: 0px 0px;
  text-align: center
}

@media screen and (min-width: 768px) {
  .flight-summaries.flight-summaries-wide {
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width: 768px) {
  .flight-summaries.flight-summaries-wide .flight-summary {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
  }

  .flight-summaries.flight-summaries-wide .flight-summary:not(:last-child) {
    margin-bottom: 0;
    margin-right: 24px
  }
}

.flight-summaries .flight-summary:not(:last-child) {
  margin-bottom: 16px
}

.flight-summary {
  border: 1px solid #335997;
  padding: 16px
}

@media screen and (min-width: 640px) {
  .flight-summary {
    padding: 24px
  }
}

.flight-summary-head {
  margin-bottom: 16px
}

.flight-summary-date {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-bottom: 8px
}

.flight-summary-date .title {
  font-weight: 700;
  margin-bottom: 0
}

.flight-summary-airline {
  font-size: 14px;
  line-height: 1.42858;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.flight-summary-airline .logo {
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  margin-right: 40px;
  width: 80px;
  /* background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 2px 1px 10px #00000029; */
}

.flight-summary-airline .id {
  margin-bottom: 0
}

.flight-passenger-title {
  font-size: 16px;
  line-height: 1.25;
  color: #335997;
  margin-bottom: 8px;
  text-transform: uppercase
}

.flight-passenger-individuals {
  counter-reset: flight-passenger;
  padding-left: 24px;
  text-indent: -24px
}

.flight-passenger-individuals.flight-passenger-individuals-box {
  border: 1px solid #335997;
  padding: 16px 16px 16px 40px
}

@media screen and (min-width: 640px) {
  .flight-passenger-individuals.flight-passenger-individuals-box {
    padding: 24px 24px 24px 48px
  }
}

.flight-passenger-individual {
  counter-increment: flight-passenger
}

.flight-passenger-individual .passenger {
  margin-bottom: 0
}

.flight-passenger-individual .passenger:before {
  content: counter(flight-passenger) ". ";
  display: inline-block;
  min-width: 24px;
  text-indent: 0;
  padding-right: 4px
}

.flight-passenger-individual .passenger .name {
  font-weight: 700
}

.flight-passenger-individual .passenger .type {
  color: #335997
}

.flight-passenger-individual .baggages {
  list-style: none;
  margin-bottom: 0;
  padding-left: 28px
}

.flight-passenger-individual .baggage {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997
}

[class*="form-"] .caption {
  font-size: 14px;
  line-height: 1.12858;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: #335997;
  margin-top: 8px
}

[class*="form-"] .req {
  font-size: 13px;
  line-height: 1.38462;
  color: #FF8136;
  position: relative;
  top: -2px
}

.form-checkboxes {
  border: none;
  padding: 0
}

.form-checkboxes:not(:last-child) {
  margin-bottom: 16px
}

.form-checkboxes .legend {
  margin-bottom: 2px
}

.form-checkbox {
  -ms-flex-align: baseline;
  align-items: baseline;
  break-inside: avoid;
  display: -ms-flexbox;
  display: flex
}

.form-checkbox:not(:last-child) {
  margin-bottom: 2px
}

.form-checkbox .input {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 6px;
  width: auto
}

.form-checkbox .label {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

@media screen and (min-width: 640px) {
  .form-checkbox-column {
    columns: 2;
    column-gap: 24px
  }
}

.form-radios .form-radio:not(:last-child) {
  margin-bottom: 4px
}

.form-radio {
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex
}

.form-radio .input {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 6px;
  width: auto
}

.form-radio .label {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.form-file:not(:last-child) {
  margin-bottom: 16px
}

.js .form-file .form-file-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.no-js .form-file .form-file-label,
.no-js .form-file .form-file-remove {
  display: none
}

.form-file .label {
  display: inline-block;
  margin-bottom: 2px
}

.form-file-label {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  padding: 0 !important;
}

.form-file-label.has-placeholder+.form-file-remove {
  display: inline-block
}

.form-file-label.has-placeholder .placeholder {
  color: #3A3C3D
}

.form-file-label:hover .button {
  background-color: #3A3C3D
}

.form-file-label>* {
  pointer-events: none
}

.form-file-label .button {
  font-size: 14px;
  line-height: 1.42858;
  background-color: #335997;
  color: #fff;
  cursor: pointer;
  margin-right: 4px;
  padding: 6px 12px
}

.form-file-label .button:hover {
  background-color: #3A3C3D
}

.form-file-label .placeholder {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle
}

.form-file-remove {
  color: #335997;
  display: none;
  margin-left: 2px;
  transition: all 0.2s ease-out;
  vertical-align: middle;
  padding:0 !important;
}

.form-file-remove:hover,
.form-file-remove:focus {
  color: #EB2124;
  text-decoration: none
}

.form-phone:not(:last-child) {
  margin-bottom: 16px
}

.form-phone .label {
  display: inline-block
}

.form-phone .inputs {
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  width: 100%
}

.form-phone .input.input-code {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  color: #3A3C3D;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 64px
}

.form-phone .input.input-phone {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.form-rating {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.form-rating:not(:last-child) {
  margin-bottom: 16px
}

.form-rating .inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative
}

.form-rating .inputs:hover .input+.label {
  color: #C4C9CC
}

.form-rating .inputs:hover .input+.label:hover {
  color: #075DB3
}

.form-rating .input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.form-rating .input:checked:nth-of-type(1)~.text:after {
  content: attr(data-rating-five)
}

.form-rating .input:checked:nth-of-type(2)~.text:after {
  content: attr(data-rating-four)
}

.form-rating .input:checked:nth-of-type(3)~.text:after {
  content: attr(data-rating-three)
}

.form-rating .input:checked:nth-of-type(4)~.text:after {
  content: attr(data-rating-two)
}

.form-rating .input:checked:nth-of-type(5)~.text:after {
  content: attr(data-rating-one)
}

.form-rating .input:checked~.label {
  color: #075DB3
}

.form-rating .input:checked+.label {
  color: #075DB3
}

.form-rating .input+.label {
  color: #C4C9CC;
  font-size: 24px;
  margin: 0 -2px;
  line-height: 24px
}

.form-rating .input+.label:hover {
  color: #075DB3
}

.form-rating .input+.label:hover~.label {
  color: #075DB3
}

.form-rating .input+.label:hover:nth-of-type(1)~.text:after {
  content: attr(data-rating-five)
}

.form-rating .input+.label:hover:nth-of-type(2)~.text:after {
  content: attr(data-rating-four)
}

.form-rating .input+.label:hover:nth-of-type(3)~.text:after {
  content: attr(data-rating-three)
}

.form-rating .input+.label:hover:nth-of-type(4)~.text:after {
  content: attr(data-rating-two)
}

.form-rating .input+.label:hover:nth-of-type(5)~.text:after {
  content: attr(data-rating-one)
}

.form-rating .icon {
  display: block;
  transition: all 0.15s ease-out
}

.form-rating .text {
  left: 100%;
  margin-left: 8px;
  -ms-flex-order: -1;
  order: -1;
  pointer-events: none;
  position: absolute;
  top: 0;
  white-space: nowrap
}

.form-rating .text:after {
  font-size: 14px;
  line-height: 1.42858;
  content: attr(data-rating-none);
  color: #335997;
  font-weight: 700
}

.form-select:not(:last-child) {
  margin-bottom: 16px
}

.form-select .label {
  display: inline-block;
  margin-bottom: 4px
}

.form-select .input {
  cursor: pointer;
  width: 100%
}

.form-select .input.input-compact {
  border: 0;
  box-shadow: none
}

.form-text {
  position: relative
}

.form-text:not(:last-child) {
  margin-bottom: 16px
}

.form-text .label {
  display: inline-block;
  margin-bottom: 4px;
  /* margin-left: 35px;
  font-size: 14px;
  color: #335997; */
}

.form-text .input {
  width: 100%;
  /* height: 36px;
  margin-left: 30px; */
}

.form-text .input.input-textarea {
  height: 120px;
  resize: none
}

.form-text .caption {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  margin: 4px 0
}

.form-text .caption:first-child {
  margin-top: 0
}

.form-text .caption:last-child {
  margin-bottom: 0
}

.form-text-addon {
  display: -ms-flexbox;
  display: flex
}

.form-text-addon:not(:last-child) {
  margin-bottom: 4px
}

.form-text-addon .addon {
  border: 1px solid #335997;
  border-radius: 3px 0 0 3px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 3px 7px;
  width: 128px
}

.form-text-addon .input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0
}

.form-submit.form-submit-right {
  text-align: right
}

.form-submit:not(:last-child) {
  margin-bottom: 16px
}

.form-group {
  margin: -8px -8px 8px;
  position: relative
}

@media screen and (min-width: 640px) {
  .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.form-group:last-child {
  margin-bottom: -8px
}

.form-group [class*="form-"] {
  margin-bottom: 0;
  min-width: none;
  padding: 8px 8px
}

@media screen and (min-width: 640px) {
  .form-group [class*="form-"] {
    -ms-flex: 2 1 0px;
    flex: 2 1 0
  }
}

@media screen and (min-width: 640px) {
  .form-group>.form-group-small {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
  }
}

.form-group>.caption {
  margin: 0 8px 8px
}

.help-page-header {
  margin-bottom: 20px;
}

.help-page-header .wrapper {
  background-image: url(../images/hero-support.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 32px;
  padding-top: 32px
}

.help-page-header .title {
  font-size: 18px;
  line-height: 1.33334;
  margin-bottom: 0;
  font-weight: 700;
  /* text-transform: uppercase */
}

@media screen and (min-width: 414px) {
  .help-page-header .title {
    font-size: 20px;
    line-height: 1.2
  }
}

@media screen and (min-width: 640px) {
  .help-page-header .title {
    font-size: 14px;
    line-height: 1.16667
  }
}

.help-page-content {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .help-page-content {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.help-page-content .section.section-aside {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 0;
  -ms-flex-order: -1;
  order: -1
}

@media screen and (min-width: 1024px) {
  .help-page-content .section.section-aside {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 32px;
    margin-top: 0;
    /* width: 272px */
  }
}

@media screen and (min-width: 1120px) {
  .help-page-content .section.section-aside {
    margin-left: 48px;
    /* width: 320px */
  }
}

@media screen and (min-width: 1024px) {
  .help-page-content .section.section-aside {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 32px
  }
}

@media screen and (min-width: 1120px) {
  .help-page-content .section.section-aside {
    margin-right: 48px
  }
}

@media screen and (min-width: 1024px) {
  .help-page-content .section.section-aside {
    /* position: -webkit-sticky;
    position: sticky; */
    top: 16px
  }
}

.help-page-content .section.section-main .heading {
  display: inline-block;
  border-bottom: 4px solid #E6E9EB;
  padding-bottom: 4px;
  color: #335997;
  font-size: 20px;
  /* margin-top: 10px; */
}

.help-nav .list {
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  /* -ms-flex-direction: column; */
  /* flex-direction: column */
  padding-top: 5px;
  margin-top: -8px;
}

.help-nav .list:hover .item {
  height: auto;
  opacity: 1;
  transform: scaleY(1) translateY(0)
}

.help-nav .list:hover .item.item-current .link {
  pointer-events: none
}

@media screen and (min-width: 1024px) {
  .help-nav .item {
    height: auto;
    margin-bottom: 16px;
    opacity: 1;
    transform: scaleY(1) translateY(0)
  }
}

.help-nav .item.item-current {
  height: auto;
  opacity: 1;
  transform: scaleY(1) translateY(0);
}

.help-nav{
  margin-left: -1px;
}

@media screen and (min-width: 1024px) {
  .help-nav .item.item-current {
    -ms-flex-order: 0;
    order: -1;
  }
}

.help-nav .item.item-current .link {
  font-weight: 700
}

.help-nav .item.item-current .link:before {
  content: url(../images/symbols/icon-caret-down.svg);
  margin-top: -12px;
  opacity: 0.48;
  position: absolute;
  right: 8px;
  top: 50%
}

@media screen and (min-width: 1024px) {
  .help-nav .item.item-current .link:before {
    display: none
  }
}

.help-nav .link {
  font-size: 18px;
  line-height: 1.33334;
  background-color: #F7F9FA;
  border: 1px solid #E6E9EB;
  color: #3A3C3D;
  display: block;
  padding: 8px;
  position: relative;
  text-align: center
}

.help-nav .link:hover,
.help-nav .link:focus {
  color: #075DB3;
  text-decoration: none
}

@media screen and (min-width: 1024px) {
  .help-nav .link {
    background-color: transparent;
    border: 0;
    text-align: left;
    padding: 0
  }
}

.help-qas .help-qa:not(:last-child) {
  margin-bottom: 12px
}

@media screen and (min-width: 640px) {
  .help-qa {
    font-size: 18px;
    line-height: 1.33334;
    border-radius: 12px !important;
    border-color: #fff !important;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  }
}

.help-qa-question {
  font-weight: 700;
  /* margin-bottom: 4px; */
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -25px;
  font-size: 16px;
  color: inherit;
}

.help-steps {
  width: 960px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 2px 1px 10px rgb(0 0 0 / 15%);
  border-radius: 25px;
  counter-reset: help-step;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.help-steps:not(:last-child) {
  margin-bottom: 24px;
  margin-top: -4px;
}

.help-steps .help-step {
  -ms-flex: 1 1 320px;
  flex: 1 1 320px;
  margin: 12px
}

.help-step {
  /* background-color: #F7F9FA; */
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 16px 16px 56px;
  position: relative;
  height: 110px;
}

.help-step:before {
  content: counter(help-step) ". ";
  counter-increment: help-step;
  top: 26px;
  left: 130px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background: #335998;
  border-radius: 15px;
  padding-left: 10px;
  padding-top: 6px;
}

.help-step-art {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  /* align-self: center; */
  margin-bottom: 9px;
  margin-right: 205px;
  margin-left: -9px;
}

.help-step-copy {
  margin-top: -65px;
  margin-left: 55px;
}

.help-step-copy .lead {
  font-size: 12px;
  line-height: 1.33334;
  font-weight: 700;
  margin-bottom: 4px
}

.home-page-content .section:not(:last-child) {
  margin-bottom: 50px
}

.section-download-app{
  margin-bottom: 50px
}

/* .home-page-content .section:first-child {
  margin-bottom: 0px
} */

.home-teaser-head {
  margin-bottom: 30px
}

@media screen and (min-width: 640px) {
  .home-teaser-head {
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -ms-flexbox;
    display: flex
  }
}

.home-teaser-head .title {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-bottom: 0;
  text-transform: uppercase
}

.home-teaser-head .more {
  font-size: 14px;
  line-height: 1.42858
}

.home-reason {
  margin: 0 auto;
  text-align: center
}

@media screen and (min-width: 1024px) {
  .home-reason {
    width: 87.5%
  }
}

.home-reason-head {
  margin-bottom: 24px
}

.home-reason-head .title {
  margin-bottom: 0;
  text-transform: uppercase
}

.home-reason-items {
  border: 2px solid #335997;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.home-reason-items .home-reason-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%
}

.home-reason-items .home-reason-item:not(:last-child) {
  border-bottom: 1px solid #335997
}

@media screen and (min-width: 414px) {
  .home-reason-items .home-reason-item {
    width: 50%
  }

  .home-reason-items .home-reason-item:nth-child(2n+1) {
    border-right: 1px solid #335997
  }

  .home-reason-items .home-reason-item:nth-last-child(-n+2) {
    border-bottom: 0
  }
}

@media screen and (min-width: 768px) {
  .home-reason-items .home-reason-item {
    width: 25%
  }

  .home-reason-items .home-reason-item:not(:last-child) {
    border-right: 1px solid #335997;
    border-bottom: 0
  }

  .contact-form .form-group {
    margin-bottom: 10px !important;
  }

  .help-page-container {
    color:#355597;
    /* margin-left: -55px; */
  }
}

.home-reason-item {
  padding: 24px
}

@media screen and (min-width: 640px) {
  .home-reason-item {
    padding: 32px 24px
  }
}

@media screen and (min-width: 1024px) {
  .home-reason-item {
    padding: 40px 24px
  }
}

.home-reason-item .art {
  margin-bottom: 8px
}

@media screen and (min-width: 640px) {
  .home-reason-item .art {
    margin-bottom: 16px
  }
}

.home-reason-item .text {
  font-weight: 700
}

@media screen and (min-width: 640px) {
  .home-reason-item .text {
    font-size: 18px;
    line-height: 1.33334
  }
}

.input-group {
  display: -ms-flexbox;
  display: flex
}

.input-group.input-group-alt .input {
  margin-right: 0
}

.input-group.input-group-alt .input:not(:last-child) {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0
}

.input-group.input-group-alt .input+.input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group.input-group-alt .input.input-small {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px
}

.input-group .input {
  -ms-flex: 1 1 0px;
  flex: 1 1 0
}

.input-group .input:not(:last-child) {
  margin-right: 20px;
}

.input-helper {
  background-color: #fff;
  /* border: 1px solid #C4C9CC; */
  /* border: 1px solid #BDBDBD !important; */
  /* box-shadow: 0 0 6px rgba(19, 20, 20, 0.08), 0 6px 12px 0 rgba(19, 20, 20, 0.12); */
  box-shadow: 2px 1px 10px #00000029 !important;
  display: none;
  left: 0;
  margin-top: -1px;
  min-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 8
}

.input-helper-lists {
  display: -ms-flexbox;
  display: flex
}

.input-helper-list {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 320px;
  overflow-y: auto;
  padding: 16px;
  width: 360px
}

.input-helper-list.input-helper-list-addon {
  background-color: #F7F9FA;
  width: 272px
}

.input-helper-list .legend {
  font-size: 14px;
  line-height: 1.14286;
  color: #335997;
  margin-bottom: 8px;
  text-transform: uppercase
}

.input-helper-list .items {
  list-style: none;
  margin: 0;
  padding: 0
}

.input-helper-list .item {
  font-size: 14px;
  line-height: 1.42858
}

.input-helper-list .item:not(:last-child) {
  margin-bottom: 2px
}

.input-helper-list .choice {
  box-shadow: -4px 0 0 rgba(208, 224, 241, 0), 4px 0 0 rgba(208, 224, 241, 0);
  display: block;
  padding: 2px 0;
  transition: all 0.2s ease
}

.input-helper-list .choice:hover,
.input-helper-list .choice:focus {
  background-color: #D0E0F1;
  box-shadow: -4px 0 0 #D0E0F1, 4px 0 0 #D0E0F1;
  text-decoration: none
}

.input-helper-row+.input-helper-row {
  margin-top: 16px
}

.input-helper-row .title {
  margin-bottom: 4px
}

.newsletter-hero {
  background-color: #335997;
  background-image: url(../images/bg-newsletter.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 48px;
  padding-top: 48px
}

@media screen and (min-width: 640px) {
  .newsletter-hero {
    padding-bottom: 64px;
    padding-top: 64px
  }
}

@media screen and (min-width: 640px) {
  .newsletter-hero .wrapper {
    max-width: 75%
  }
}

@media screen and (min-width: 1024px) {
  .newsletter-hero .wrapper {
    max-width: 50%
  }
}

.newsletter-hero .title {
  font-size: 18px;
  line-height: 1.33334;
  color: #fff;
  font-weight: 400;
  text-align: center
}

@media screen and (min-width: 414px) {
  .newsletter-hero .title {
    font-size: 20px;
    line-height: 1.2
  }
}

@media screen and (min-width: 640px) {
  .newsletter-hero .title {
    font-size: 24px;
    line-height: 1.16667
  }
}

.newsletter-hero-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.newsletter-hero-form .input {
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 0;
  max-width: 240px;
  padding: 12px
}

@media screen and (min-width: 414px) {
  .newsletter-hero-form .input {
    font-size: 18px;
    line-height: 1.33334
  }
}

.newsletter-hero-form .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px
}

.order-checker {
  margin: 0 auto;
}

.order-checker-head {
  margin-bottom: 16px
}

.order-checker-head .title {
  font-size: 18px;
  line-height: 1.33334;
  margin-bottom: 4px;
  text-transform: uppercase
}

@media screen and (min-width: 414px) {
  .order-checker-head .title {
    font-size: 20px;
    line-height: 1.2
  }
}

@media screen and (min-width: 640px) {
  .order-checker-head .title {
    font-size: 24px;
    line-height: 1.16667
  }
}

.order-checker-form {
  border: 1px solid #335997;
  padding: 16px
}

@media screen and (min-width: 640px) {
  .order-checker-form {
    padding: 24px
  }
}

.order-checker-form .small {
  margin-top: 8px
}

.order-checker-inputs {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .order-checker-inputs {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.order-checker-input {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: 100%
}

.order-checker-input:not(:last-child) {
  margin-bottom: 8px
}

@media screen and (min-width: 768px) {
  .order-checker-input:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px
  }
}

.order-checker-input .label {
  color: #345797;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
}

.booking-check-footer{
  margin-top: 10px;
  margin-bottom: 40px !important;
  color:#345797 !important;
}

.booking-check-link a{
  color: #FF8236 !important;
  font-weight: bold;
  font-size: 14px;
}

.input-tanggal-terbang .input {
  color: #345797;
  font-weight: bold;
  display: block;
  width: 153px;
  background-color: #FFFFFF !important;
  font-size: 12px;
  height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #C4C4C4 !important;
}

.order-checker-submit {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 4px;
  width: auto
}

@media screen and (min-width: 768px) {
  .order-checker-submit {
    margin-top: 0
  }
}

.order-checker-submit .button {
  font-weight: 700;
  height: 36px;
}

.order-checker-result {
  margin-top: 24px
}

.order-card {
  border: 1px solid #335997;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(19, 20, 20, 0.08), 0 2px 4px 0 rgba(19, 20, 20, 0.12);
  padding: 16px
}

@media screen and (min-width: 640px) {
  .order-card {
    padding: 24px
  }
}

.order-card-meta {
  border-bottom: 1px solid #335997;
  margin: -16px -16px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px
}

@media screen and (min-width: 640px) {
  .order-card-meta {
    margin: -24px -24px 24px;
    padding: 16px 24px
  }
}

@media screen and (min-width: 768px) {
  .order-card-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.order-card-meta .text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%
}

.order-card-meta .text:not(:last-child) {
  margin-bottom: 4px
}

@media screen and (min-width: 414px) {
  .order-card-meta .text {
    width: 50%
  }

  .order-card-meta .text:nth-child(2n) {
    padding-left: 4px
  }

  .order-card-meta .text:nth-child(2n+1) {
    padding-right: 4px
  }
}

@media screen and (min-width: 768px) {
  .order-card-meta .text {
    width: 20%
  }

  .order-card-meta .text:not(:last-child) {
    margin-bottom: 0
  }

  .order-card-meta .text:nth-child(2n),
  .order-card-meta .text:nth-child(2n+1) {
    padding: 0
  }

  .order-card-meta .text:not(:first-child) {
    margin-left: 16px
  }
}

.order-card-meta .label {
  font-size: 13px;
  line-height: 1.38462;
  color: #335997;
  display: block
}

.order-card-meta .value {
  font-weight: 700
}

.order-card-book {
  margin-bottom: 24px
}

@media screen and (min-width: 414px) {
  .order-card-book {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.order-card-book .text {
  margin-bottom: 8px
}

@media screen and (min-width: 414px) {
  .order-card-book .text {
    margin-bottom: 0
  }
}

@media screen and (min-width: 414px) {
  .order-card-book .text.text-id {
    text-align: right
  }
}

.order-card-book .text.text-id .value {
  color: #ED9427;
  font-size: 24px;
  line-height: 24px
}

.order-card-book .label {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  display: block
}

.order-card-book .value {
  font-weight: 700
}

.order-card-book .value.value-success {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.38462;
  background-color: #0CB300;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  max-width: 100%;
  padding: 2px 8px;
  text-transform: uppercase
}

.order-summaries .order-summary:not(:last-child) {
  margin-bottom: 16px
}

.order-summaries-empty {
  border: 1px solid #335997;
  padding: 16px;
  box-shadow: 2px 1px 10px #00000029;
}

@media screen and (min-width: 640px) {
  .order-summaries-empty {
    padding: 24px
  }
}

.order-summaries-empty .title {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 4px
}

.order-summaries-empty .desc {
  font-size: 14px;
  line-height: 1.42858
}

.order-summary {
  width: auto;
  border: 1px solid #335997;
  padding: 16px;
  border-color:#ffffff;
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 2px 1px 10px #00000029;
}

.order-summary-meta:before {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  right: 20px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.order-summary-meta.hotel-meta:before,
.order-summary-meta.hotel-ref-meta:before {
  display: none;
}

.orderid.bit.first:after {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  right: 20px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.ref-hotel.orderid.bit:after {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  right: 20px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.ref-hotel.orderid.bit.order-detail-opened:after {
  transform: rotate(225deg);
}

.orderid.bit.first.not-collapsed:after {
  transform: rotate(225deg);
}

.order-summary-meta.order-detail-opened:before {
  transform: rotate(225deg);
}

.order-summary-meta.not-collapsed:before {
  transform: rotate(225deg);
}

.flight-detail-pricelists {
  margin-top: 20px;
  margin-bottom: 10px;
}

.flight-detail-pricelists .title {
  font-size: 14px;
  line-height: 1.42858;
  margin-bottom: 20px;
  font-weight: 700;
}

.flight-detail-pricelists .flight-price-detail-item {
  display: inline-table;
  width: 100%;
  margin-bottom: 0;
}

.flight-price-detail-item .label {
  float: left;
  font-weight: 500 !important;
}

.flight-price-detail-item .value {
  float: right;
}

@media screen and (min-width: 640px) {
  .order-summary {
    padding: 24px
  }
}

.balance-history .order-summary-meta {
  padding-left: 50px;
}

.order-summary-meta {
  background-color: #F7F9FA;
  margin: -16px -16px 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px
}

@media screen and (min-width: 640px) {
  .balance-history .order-summary-meta {
    padding-left: 60px;
  }
  .order-summary-meta {
    margin: -20px -24px 0px;
    padding: 16px 24px
  }
}

@media screen and (min-width: 768px) {
  .order-summary {
    border-color: #ffffff;
    background-color: #ffffff;
    padding: 20px;
  }
  .balance-history .order-summary-meta {
    padding-left: 40px;
  }
  .order-summary-meta {
    flex-wrap: wrap;
    justify-content: initial;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
  }
  .order-summaries-empty {
    background-color: #ffffff;
    border: none;
    font-size: 14px;
  }
  .order-summaries-empty .title {
    font-size: 14px;
  }
  .order-summaries-empty .desc {
    font-size: 13px;
  }
  .select-filter-corporate {
    background-color: #ffffff !important;
    color: #ff8136 !important;
    font-weight: 400;
  }
}

.order-summary-meta .bit {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%
}

.order-summary-meta .bit:not(:last-child) {
  margin-bottom: 4px
}

@media screen and (min-width: 414px) {
  .order-summary-meta .bit {
    width: 50%
  }

  .order-summary-meta .bit:nth-child(2n) {
    padding-left: 0px
  }

  .order-summary-meta .bit:nth-child(2n+1) {
    padding-right: 4px
  }
}

@media screen and (min-width: 768px) {
  .order-summary-meta .bit {
    width: 100%;
    display:flex;
  }

  .order-summary-meta .bit:not(:last-child) {
    margin-bottom: 0
  }

  .order-summary-meta .bit:nth-child(2n),
  .order-summary-meta .bit:nth-child(2n+1) {
    padding: 0
  }

  .order-summary-meta .bit:not(:first-child) {
    margin-left: 0;
  }

  .order-summary-meta .label {
    display: flex;
    flex: 2 1 0;
  }

  .order-summary-meta .value {
    flex: 5 1 0;
    display: flex !important;
    align-items: center;
  }

  .order-summary-airport .city {
    color: #355597;
  }

  
}

.order-summary-airport-links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-summary-meta .label {
  font-size: 14px;
  line-height: 1.38462;
  color: #335997;
  display: block;
  margin-bottom: 0;
  justify-content: space-between;
}

.order-summary-meta .value {
  color:  #335997;
  font-weight: 700;
  font-size:14px;
}

.order-summary-meta .value-success {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.38462;
  background-color: #0CB300;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  max-width: 100%;
  padding: 5px 16px;
  text-transform: capitalize;
}

.order-summary-meta .value-cancel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.38462;
  background-color: #FF0100;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  max-width: 100%;
  padding: 5px 16px;
  text-transform: capitalize;
}

.order-summary-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width: 640px) {
  .order-summary-detail {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.order-summary-detail .column {
  -ms-flex: 5 0 0;
  flex: 5 0 0
}

.order-summary-detail-depart, .order-summary-detail-return {
  margin-bottom: 20px;
}

.order-summary-detail .column:not(:last-child) {
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
  margin-bottom: 16px
}

@media screen and (min-width: 640px) {
  .order-summary-detail .column:not(:last-child) {
    margin-bottom: 0;
    margin-right: 24px
  }
}

.order-summary-airline {
  margin-bottom: 8px
}

.order-summary-airline .thumbnail {
  width: 64px
}

.order-summary-airport {
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
}

.order-summary-airport.order-summary-airport-twoway .from .city:before {
  content: url(../images/symbols/icon-arrow-airport-twoway.svg);
  position: absolute;
  top: 3.5px;
}

.order-summary-airport .from {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 0;
  margin-right: 8px;
  position: relative
}

.order-summary-airport .to {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  margin-bottom: 0;
  /* margin-left: 32px; */
  margin-left: 43px;
  position: relative
}

@media screen and (max-width: 767px) {
  #input-flight-date-return-mobile + .is-interactive {
    transform: translate3d(-170px, 60px, 0px) !important;
  }

  .site-header {
    z-index: 3!important;
  }

  .order-summary-airport {
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    align-self: center;
  }

  .order-summary-airport.order-summary-airport-twoway .from .city:before {
    content: url(../images/symbols/icon-arrow-airport-twoway.svg);
    position: absolute;
    top: 3.5px;
  }
  
  .order-summary-airport .from {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
    margin-right: 8px;
    position: relative
  }
  
  .order-summary-airport .to {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin-bottom: 0;
    /* margin-left: 32px; */
    margin-left: 43px;
    position: relative
  }

  .order-summary-airport-links-container .order-summary-airport .from {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
    margin-right: 8px;
    position: relative
  }
  
  .order-summary-airport-links-container .order-summary-airport .to {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
    margin-left: 30px;
    position: relative
  }

  .order-summary-airport-links-container .order-summary-airport .to:before {
    left: -30px;
  }

  input.input-flightdatepicker {
    font-size: 12px;
  }
  .booking-check-awesomplete {
    width: 100% !important;
  }

  input.book-check-input-city {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
}

.order-summary-airport .from .city:before {
  content: url(../images/symbols/icon-arrow-right.svg);
  height: 24px;
  position: absolute;
  width: 15px;
  right: -35px;
  /* bottom: -4px; */
}

.order-summary-detail .from .city:before {
  top: 10px;
}

.order-summary-airport .city {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
}

.order-summary-airport .airport {
  font-size: 12px;
  line-height: 1.42858;
  display: flex
}

/* @media screen and (min-width: 640px) {
  .order-summary-schedule {
    text-align: right
  }
} */

.order-summary-schedule .title {
  font-size: 14px;
  line-height: 1.42858;
  margin-bottom: 0
}

.order-summary-schedule .date {
  font-weight: 700;
  margin-bottom: 0
}

.order-summary-links {
  list-style: none;
  margin: 0;
  padding: 0
}

.order-summary-link {
  font-size: 14px;
  line-height: 1.42858;
  display: inline-block
}

.order-summary-link a {
  padding: 10px 25px;
}


/* .order-summary-link+.order-summary-link:before {
  content: " | ";
  color: #C4C9CC;
  margin: 0 2px
} */

.order-summary-link.order-summary-download {
  margin-top: 8px
}

.order-summary-link.order-summary-download+.order-summary-link:before {
  content: "";
  color: #C4C9CC;
  margin: 0 4px
}

.order-single {
  border: 1px solid #335997
}

.order-single-title {
  font-size: 16px;
  line-height: 1.25;
  color: #335997;
  margin-bottom: 16px;
  text-transform: uppercase
}

.order-single-meta {
  background-color: #F7F9FA;
  border-bottom: 1px solid #335997;
  padding: 16px
}

@media screen and (min-width: 640px) {
  .order-single-meta {
    padding: 24px
  }
}

.order-single-meta .actions {
  font-size: 0;
  list-style: none;
  margin: 16px -4px -4px 0;
  padding: 0;
  text-align: right
}

.order-single-meta .action {
  font-size: 14px;
  line-height: 1.42858;
  display: inline-block;
  margin: 0 4px 4px 0
}

.order-single-flight {
  border-bottom: 1px solid #335997;
  padding: 16px
}

@media screen and (min-width: 640px) {
  .order-single-flight {
    padding: 24px
  }
}

.order-single-flight .actions {
  font-size: 0;
  list-style: none;
  margin: 16px -4px -4px 0;
  padding: 0;
  text-align: right
}

.order-single-flight .action {
  font-size: 14px;
  line-height: 1.42858;
  display: inline-block;
  margin: 0 4px 4px 0
}

.order-single-checkin {
  border-bottom: 1px solid #335997;
  padding: 16px
}

@media screen and (min-width: 640px) {
  .order-single-checkin {
    padding: 24px
  }
}

.order-single-checkin .status {
  font-weight: 700;
  margin-bottom: 0
}

.order-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width: 768px) {
  .order-meta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.order-meta:not(:last-child) {
  margin-bottom: 16px
}

.order-meta .text {
  font-size: 14px;
  line-height: 1.42858;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%
}

.order-meta .text:not(:last-child) {
  margin-bottom: 4px
}

@media screen and (min-width: 414px) {
  .order-meta .text {
    width: 50%
  }

  .order-meta .text:nth-child(2n) {
    padding-left: 4px
  }

  .order-meta .text:nth-child(2n+1) {
    padding-right: 4px
  }
}

@media screen and (min-width: 768px) {
  .order-meta .text {
    width: 20%
  }

  .order-meta .text:not(:last-child) {
    margin-bottom: 0
  }

  .order-meta .text:nth-child(2n),
  .order-meta .text:nth-child(2n+1) {
    padding: 0
  }

  .order-meta .text:not(:first-child) {
    margin-left: 16px
  }
}

.order-meta .text.text-id {
  font-size: 16px;
  line-height: 1.5
}

@media screen and (min-width: 414px) {
  .order-meta .text.text-id {
    text-align: right
  }
}

.order-meta .label {
  font-size: 13px;
  line-height: 1.38462;
  color: #335997;
  display: block
}

.order-meta .value {
  font-weight: 700
}

.order-meta .value.value-success {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.38462;
  background-color: #0CB300;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  max-width: 100%;
  padding: 2px 8px;
  text-transform: uppercase
}

.page-box-container {
  border: 1px solid #335997;
  margin: 0 auto;
  max-width: 512px;
  padding: 32px 24px;
  margin-bottom: 45px;
}

@media screen and (min-width: 640px) {
  .page-box-container {
    padding: 48px
  }
}

.page-header {
  border-bottom: 1px solid #335997;
  padding-bottom: 16px;
  margin-bottom: 32px
}

.page-header .title {
  font-size: 18px;
  line-height: 1.33334;
  margin-bottom: 0;
  text-transform: uppercase
}

@media screen and (min-width: 414px) {
  .page-header .title {
    font-size: 20px;
    line-height: 1.2
  }
}

@media screen and (min-width: 640px) {
  .page-header .title {
    font-size: 24px;
    line-height: 1.16667
  }
}

.page-header .subtitle {
  color: #335997
}

.page-header .subtitle .countdown {
  font-weight: 700
}

.pagination-nav {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px
}

.pagination-nav-list {
  border: 1px solid #335997;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0
}

.pagination-nav-list .item {
  border-right: 1px solid #335997;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.pagination-nav-list .item:last-child {
  border-right-width: 0
}

.pagination-nav-list .item:nth-last-child(2) {
  border-right-width: 0
}

@media screen and (min-width: 640px) {
  .pagination-nav-list .item:nth-last-child(2) {
    border-right-width: 1px
  }
}

.pagination-nav-list .item.item-prev,
.pagination-nav-list .item.item-next {
  display: none
}

@media screen and (min-width: 640px) {

  .pagination-nav-list .item.item-prev,
  .pagination-nav-list .item.item-next {
    display: block
  }
}

.pagination-nav-list .item.item-current .a {
  background-color: #79A8D6;
  box-shadow: 0 0 0 1px #79A8D6;
  color: #fff;
  pointer-events: none
}

.pagination-nav-list .item.item-current .a:hover,
.pagination-nav-list .item.item-current .a:focus {
  background-color: #335997
}

.pagination-nav-list .item.item-inactive .a {
  color: #C4C9CC;
  pointer-events: none
}

.pagination-nav-list .a {
  color: #3A3C3D;
  display: block;
  font-weight: 700;
  min-width: 32px;
  padding: 7px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out
}

.pagination-nav-list .a:hover,
.pagination-nav-list .a:focus {
  background-color: #EBF2F9;
  color: #131414
}

.pagination-nav-count {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  display: none;
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .pagination-nav-count {
    display: block
  }
}

.pagination-nav-count .current,
.pagination-nav-count .total {
  font-weight: 700
}

.passenger-listing-foot {
  margin-top: 40px;
  margin-bottom:60px;
}

.passenger-items .passenger-item:not(:last-child) {
  margin-bottom: 8px
}

.passenger-item {
  border: 1px solid #335997;
  padding: 16px;
  position: relative;
}

@media screen and (min-width: 640px) {
  .passenger-item {
    padding: 24px
  }
}

@media screen and (min-width: 640px) {
  .passenger-item-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.passenger-item-head .passenger {
  margin-bottom: 0;
  padding-left: 24px;
  text-indent: -24px
}

.passenger-item-head .id {
  display: inline-block;
  text-indent: 0;
  min-width: 20px
}

.passenger-item-head .name {
  font-weight: 700
}

.passenger-item-head .type {
  color: #335997
}

.passenger-item-head .actions {
  font-size: 14px;
  line-height: 1.42858;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  list-style: none;
  margin: 4px 0 0 0;
  padding: 0;
  text-align: right
}

@media screen and (min-width: 640px) {
  .passenger-item-head .actions {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 0 16px
  }
}

.passenger-item-head .action {
  display: inline-block
}

.passenger-item-head .action:not(:last-child) {
  margin-right: 16px
}

.passenger-add-button .button.is-toggling,
.passenger-add-button .button.is-toggled {
  display: none
}

.passenger-add-form {
  border: 1px solid #335997;
  display: none;
  padding: 16px
}

@media screen and (min-width: 640px) {
  .passenger-add-form {
    padding: 24px
  }
}

.passenger-input-headcount {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex
}

.hotel-form-optional-filter {
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #FF8136;
}

.filter-icon-inline {
  width: 24px;
  height: 26px;
  margin-right: 10px !important;
}

.secondary-search-full {
  margin-top:0px !important;
}

.passenger-input-headcount:not(:last-child) {
  margin-bottom: 8px
}

.passenger-input-headcount .label {
  -ms-flex: 1 1 0px;
  flex: 1 1 0
}

.passenger-input-headcount .label .note {
  font-size: 13px;
  line-height: 1.38462;
  color: #335997;
  display: block
}

.passenger-input-headcount .input {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  width: 80px
}

.passenger-input-class {
  border-top: 1px solid #E6E9EB;
  margin-top: 16px;
  padding-top: 12px
}

.passenger-input-class .label {
  display: inline-block;
  margin-bottom: 4px
}

.passenger-input-class .select {
  width: 100%
}

.payment-method {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (min-width: 640px) {
  .payment-method {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.payment-method-nav {
  -webkit-overflow-scrolling: touch;
  background-color: #F7F9FA;
  box-shadow: inset 0 -1px 0 #335997;
  margin: -16px;
  margin-bottom: 24px;
  overflow-x: auto
}

@media screen and (min-width: 640px) {
  .payment-method-nav {
    background-color: transparent;
    border-right: 1px solid #335997;
    box-shadow: none;
    -ms-flex: 0 0 128px;
    flex: 0 0 128px;
    margin: -24px 24px -24px 0;
    padding: 24px 0
  }
}

.payment-method-nav .list {
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width: 640px) {
  .payment-method-nav .list {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.payment-method-nav .item {
  white-space: nowrap
}

@media screen and (min-width: 640px) {
  .payment-method-nav .item {
    white-space: normal
  }
}

.payment-method-nav .item:not(:last-child) {
  border-right: 1px solid #E6E9EB
}

@media screen and (min-width: 640px) {
  .payment-method-nav .item:not(:last-child) {
    border-bottom: 1px solid #E6E9EB;
    border-right: 0
  }
}

.payment-method-nav .item.item-current {
  background-color: #fff
}

.payment-method-nav .item.item-current .link {
  color: #075DB3;
  font-weight: 700
}

.payment-method-nav .link {
  color: #335997;
  display: block;
  padding: 12px
}

@media screen and (min-width: 640px) {
  .payment-method-nav .link {
    padding-left: 0;
    padding-right: 0
  }
}

.payment-method-nav .link:hover,
.payment-method-nav .link:focus {
  color: #075DB3;
  text-decoration: none
}

.payment-method-section {
  border-bottom: 1px solid #335997;
  /* margin-bottom: 20px; */
  /* margin-top: 20px; */
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.payment-method-section .logo,
.payment-method-section .thumbnail {
  margin-right: 4px;
  width: 64px
}

.payment-method-checkout {
  text-align: center
}

.payment-method-checkout .small {
  margin-top: 8px
}

.payment-coupon {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.payment-coupon .label {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 16px;
  width: 100%
}

@media screen and (min-width: 414px) {
  .payment-coupon .label {
    width: auto
  }
}

.payment-coupon .input {
  -ms-flex: 4 1 0px;
  flex: 4 1 0;
  max-width: 240px;
  min-width: 0
}

.payment-coupon .button {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 24px;
  margin-left: 8px
}

.price-detail {
  font-size: 14px;
  line-height: 1.42858
}

@media screen and (min-width: 768px) {
  .price-detail {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
  }
}

.price-detail .row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px
}

.price-detail .row.row-addon {
  color: #335997
}

.price-detail .row.row-discount {
  color: #0CB300
}

.price-detail .row.row-total {
  font-weight: 700;
  margin-top: 8px
}

.price-detail .row .label {
  -ms-flex: 1 1 0px;
  flex: 1 1 0
}

.price-detail .row .value {
  text-align: right
}

.promo-archive-foot {
  margin-top: 32px;
  text-align: center
}

@media screen and (min-width: 768px) {
  .promo-archive-foot {
    margin-top: 48px
  }
}

.promo-cards {
  margin: -1%;
  margin: calc(-8px);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 640px) {
  .promo-cards {
    margin: -1%;
    margin: calc(-12px);
    overflow: hidden
  }
}

.promo-cards .promo-card {
  margin: 1%;
  margin: calc(8px);
  width: 98%;
  width: calc((100% - 16px) / 1)
}

@media screen and (min-width: 640px) {
  .promo-cards .promo-card {
    margin: 1%;
    margin: calc(12px);
    width: 48%;
    width: calc((100% - 48px) / 2);
    border: none;
  }

  .promo-detail {
    margin-top: 20px;
  }

  .promo-card {
    border: none !important;
  }
}

@media screen and (max-width: 720px) {
  .promo-detail-span-text {
    margin-left: 109px !important;
  }

  .promo-card {
    border: none !important;
  }

  .promo-detail {
    margin-top: 20px;
  }

  .see-other-promo {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .promo-cards .promo-card {
    margin: 1%;
    margin: calc(12px);
    /* width: 31.33333%; */
    /* width: calc((100% - 72px) / 3) */
    width: 224px;
    height: 420px;
    border-radius: 15px;
    border: none;
  }
  
  .promo-cards-detail .promo-card {
    width: 720px;
    height: auto;
    border-radius: 15px;
    border: none;
  }

}

.promo-card {
  border: 1px solid #335997;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .promo-card {
    padding: 10px
  }
}

.promo-card-thumbnail {
  background-color: #F7F9FA;
  margin: -16px -16px 16px
}

@media screen and (min-width: 768px) {
  .promo-card-thumbnail {
    margin: -10px -10px 15px
  }
}

.promo-card-thumbnail .img {
  width: 100%
}

.promo-card-desc {
  font-size: 14px;
  margin-bottom: 10px;
  max-height: 60px;
  overflow: hidden;
}

.promo-card-term {
  margin-bottom: 10px;
}

.promo-card-term:before,
.promo-card-term:after {
  content: "";
  display: table
}

.promo-card-term:after {
  clear: both
}

.promo-card-term .bit {
  float: left;
  margin-bottom: 0;
  padding: 4px;
  width: 50%
}

.promo-card-term .label {
  font-size: 12px;
  color: #C4C4C4;
}

.promo-card-term-detail .label {
  font-size: 12px;
  color: #335998;
  font-weight: 500;
  margin-bottom: 30px; 
}

.promo-card-term .value {
  font-weight: 500;
  color: #FF8136;
}

.promo-card-coupon .bit {
  margin-bottom: 0;
  float: left;
  width: 50%;
}

.promo-card-coupon .label {
  font-size: 13px;
  line-height: 1.38462;
  color: #335997;
  display: block;
  text-transform: uppercase
}

.promo-card-coupon .value {
  font-weight: 700
}

.promo-card-coupon .copy {
  font-size: 12px;
  line-height: 1.33334;
  border: 1px dashed #C4C9CC;
  border-radius: 2px;
  color: #335997;
  margin-left: 8px;
  padding: 4px;
  position: absolute;
  transition: all 0.2s ease
}

.promo-card-coupon .copy:after {
  content: "Tersalin";
  color: #0CB300;
  left: 100%;
  margin-left: 6px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 4px;
  transform: translateX(-8px);
  transition: all 0.2s ease
}

.promo-card-coupon .copy:hover,
.promo-card-coupon .copy:focus {
  border-color: #79A8D6;
  color: #075DB3;
  text-decoration: none
}

.promo-card-coupon .copy:active {
  outline: none
}

.promo-card-coupon .copy.is-copied {
  border-color: #0CB300;
  color: #0CB300
}

.promo-card-coupon .copy.is-copied:after {
  display: block;
  opacity: 1;
  transform: translateX(0)
}

.referral-overview {
  margin-bottom: 24px
}

.referral-overview-link {
  background-color: #F7F9FA;
  padding: 8px;
  text-align: center
}

.referral-overview-link .label {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  margin-bottom: 0;
  text-transform: uppercase
}

.referral-overview-link .value {
  font-weight: 700
}

.referral-overview-stat {
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px
}

.referral-overview-stat .column {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 0px;
}

.kode-referral-program {
    position: absolute;
    border: 1px solid #a9a9a9;
    border-radius: 6px;
    width: 70px;
    height: 20px;
    padding-left: 5px;
}

.referral-overview-stat .column:not(:first-child) {
  margin-left: 2px
}

.referral-overview-stat .column .label {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  margin-bottom: 0;
  text-transform: uppercase
}

.referral-overview-stat .column .value {
  font-weight: 700
}

.referral-history-table {
  font-size: 14px;
  line-height: 1.42858
}

@media screen and (min-width: 768px) {
  .referral-history-table {
    font-size: 16px;
    line-height: 1.5
  }
}

.referral-list .table {
  font-size: 14px;
  line-height: 1.42858
}

@media screen and (min-width: 640px) {
  .referral-list .table {
    font-size: 16px;
    line-height: 1.5
  }
}

.referral-overview-link .value {
  position: relative
}

.referral-overview-link .value .copy-message {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out
}

.referral-overview-link .value .copy-message::after {
  content: 'Link Copied';
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff
}

.referral-overview-link .value.is-copied .copy-message {
  visibility: visible;
  opacity: 1
}

.button-copy {
  display: inline-block;
  font-weight: 400;
  border: 1px solid #5A727C;
  color: #5A727C;
  border-radius: 9px;
  padding: 1px 6px;
  font-size: 14px;
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
  cursor: pointer
}

.button-copy:hover {
  background-color: #5A727C;
  color: #fff
}

.search-hero {
  background-color: #EBF2F9;
  background-image: url(../images/hero-home.svg), linear-gradient(to bottom, #79a8d6, rgba(121, 168, 214, 0.25) 44%, #24beed 44%, #1764c2);
  background-position: center 24px, center;
  background-repeat: no-repeat;
  background-size: 320px auto, 100%;
  margin-bottom: 96px;
  min-height: 360px
}

.search-hero.search-hero-custom {
  background-size: cover;
  background-position: center
}

.search-hero.search-hero-custom .search-hero-head {
  top: 56px
}

@media screen and (min-width: 768px) {
  .search-hero.search-hero-custom .search-hero-head {
    top: 184px
  }
}

.search-hero.search-hero-custom .search-hero-body {
  margin-top: 0
}

@media screen and (min-width: 768px) {
  .search-hero.search-hero-custom .search-hero-body {
    margin-top: 128px
  }
}

.search-hero-head {
  color: #fff;
  position: relative;
  text-align: center;
  top: 184px
}

.search-hero-head .title {
  font-size: 18px;
  line-height: 1.33334;
  font-weight: 400;
  text-transform: uppercase
}

@media screen and (min-width: 414px) {
  .search-hero-head .title {
    font-size: 20px;
    line-height: 1.2
  }
}

.search-hero-body {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(19, 20, 20, 0.08), 0 6px 12px 0 rgba(19, 20, 20, 0.12);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 128px auto 0;
  padding: 24px;
  position: relative;
  top: 64px
}

@media screen and (min-width: 768px) {
  .search-hero-body {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media screen and (min-width: 1024px) {
  .search-hero-body {
    max-width: 87.5%
  }
}

.search-hero-form {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  position: relative
}

.search-hero-form+.search-hero-form {
  border-top: 1px dashed #335997;
  margin-top: 16px;
  padding-top: 16px
}

@media screen and (min-width: 768px) {
  .search-hero-form+.search-hero-form {
    border-left: 1px dashed #335997;
    border-top: 0;
    margin-left: 16px;
    margin-top: 0;
    padding-left: 16px;
    padding-top: 0
  }
}

.search-hero-form .title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px
}

.search-hero-form .title .icon {
  fill: #C4C9CC
}

.search-hero-form .swap {
  background-color: #335997;
  border: 0;
  border-radius: 12px;
  color: #fff;
  left: 50%;
  margin-left: -12px;
  margin-top: -16px;
  height: 24px;
  padding: 2px;
  position: absolute;
  text-align: center;
  width: 24px;
  z-index: 1
}

.search-hero-form .swap .icon {
  display: block;
  height: 100%;
  width: 100%
}

.search-hero-form .awesomplete>ul {
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 4px;
  width: calc(150% + 18px)
}

.search-hero-return {
  display: none
}

.search-hero-form-row {
  position: relative
}

.search-hero-form-row:not(:last-child) {
  margin-bottom: 8px
}

.search-hero-form-text {
  border: 1px solid #C4C9CC;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 4px 8px
}

.search-hero-form-text:not(:last-child) {
  margin-bottom: 0
}

.search-hero-form-text .label {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  cursor: pointer;
  display: block;
  font-weight: 400
}

.search-hero-form-text .input {
  border: 0;
  box-shadow: none;
  padding: 0
}

.search-hero-form-submit .button {
  font-size: 18px;
  line-height: 1.33334;
  font-weight: 700;
  height: 57px;
  width: 100%
}

.search-summary {
  margin-bottom: 24px
}

@media screen and (min-width: 640px) {
  .search-summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.search-summary-detail .destination {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 4px
}

@media screen and (min-width: 414px) {
  .search-summary-detail .destination {
    font-size: 18px;
    line-height: 1.33334
  }
}

.search-summary-detail .meta {
  color: #C4C9CC;
  font-size: 14px;
  line-height: 1.42858
}

.search-summary-detail .meta span {
  color: #3A3C3D;
  display: inline-block
}

.search-summary-action {
  margin-top: 8px
}

@media screen and (min-width: 640px) {
  .search-summary-action {
    margin-top: 0
  }
}

.search-summary-action .button {
  font-size: 14px;
  line-height: 1.42858
}

.search-loadbar {
  margin-bottom: 24px
}

.search-loadbar .caption {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  margin-top: 8px;
  text-align: center
}

.search-loadbar-bar {
  background-color: #E6E9EB;
  height: 10px;
  width: 100%
}

.search-loadbar-bar .progress {
  background-color: #ED9427;
  height: 100%
}

.search-flight {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(19, 20, 20, 0.08), 0 6px 12px 0 rgba(19, 20, 20, 0.12);
  margin-bottom: 32px;
  overflow: visible !important;
  padding: 24px
}

.search-flight.search-flight-hidden {
  display: none
}

.search-flight.is-toggled {
  height: auto !important
}

.search-flight-forms {
  display: -ms-flexbox;
  display: flex
}

.search-flight-form {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  position: relative
}

.search-flight-form+.search-flight-form {
  border-left: 1px dashed #335997;
  margin-left: 16px;
  padding-left: 16px
}

.search-flight-form .title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px
}

.search-flight-form .title .icon {
  fill: #C4C9CC
}

.search-flight-form .swap {
  background-color: #335997;
  border: 0;
  border-radius: 12px;
  color: #fff;
  left: 50%;
  margin-left: -12px;
  margin-top: -16px;
  height: 24px;
  padding: 2px;
  position: absolute;
  text-align: center;
  width: 24px;
  z-index: 1
}

.search-flight-form .swap .icon {
  display: block;
  height: 100%;
  width: 100%
}

.search-flight-form .awesomplete>ul {
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 4px;
  width: calc(150% + 18px)
}

.search-flight-return {
  display: none
}

.search-flight-form-row {
  position: relative
}

.search-flight-form-row:not(:last-child) {
  margin-bottom: 8px
}

.search-flight-form-text {
  border: 1px solid #C4C9CC;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 4px 8px
}

.search-flight-form-text:not(:last-child) {
  margin-bottom: 0
}

.search-flight-form-text .label {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  cursor: pointer;
  display: block;
  font-weight: 400
}

.search-flight-form-text .input {
  border: 0;
  box-shadow: none;
  padding: 0
}

.search-flight-form-submit .button {
  font-size: 18px;
  line-height: 1.33334;
  font-weight: 700;
  height: 57px;
  width: 100%
}

.slider-hero {
  background-color: #131414;
  color: #fff;
  position: relative;
  z-index: 0
}

.slider-hero-slide {
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 480px;
  padding: 32px 64px 128px;
  text-align: center;
  width: 100%
}

.slider-hero-slide .box {
  margin: 0 auto;
  max-width: 768px;
  padding: 32px
}

.slider-hero-slide .title {
  color: #79A8D6;
  margin-bottom: 16px;
  text-transform: uppercase
}

.slider-hero-slide .desc {
  font-size: 24px;
  line-height: 1.33334
}

.slider-hero-slide .button {
  font-weight: 700;
  padding-bottom: 9px;
  padding-top: 9px;
  text-transform: uppercase
}

.slider-hero-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  bottom: 48px;
  position: absolute;
  width: 100%;
  z-index: 2
}

.slider-hero-nav .bullet {
  font-size: 14px;
  line-height: 1.42858;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: none;
  color: #335997;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1px;
  padding: 16px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-out;
  text-decoration: none;
  text-transform: uppercase;
  width: 160px
}

.slider-hero-nav .bullet:hover {
  box-shadow: inset 0 4px 0 #D0E0F1;
  color: #3A3C3D
}

.slider-hero-nav .bullet:first-child {
  border-radius: 4px 0 0 4px
}

.slider-hero-nav .bullet:last-child {
  border-radius: 0 4px 4px 0
}

.slider-hero-nav .bullet.is-selected {
  box-shadow: inset 0 4px 0 #075DB3;
  color: #3A3C3D
}

.switcher-option {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(19, 20, 20, 0.08), 0 4px 8px 0 rgba(19, 20, 20, 0.12);
  min-width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  display: none;

}

.menu-switcher{
  width: 410px;
  height: auto !important;
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 0 4px rgba(19, 20, 20, 0.08), 0 4px 8px 0 rgba(19, 20, 20, 0.12);
  display: none;
  min-width: 100%;
  position: absolute;
  right: -25px;
  top: 67px;
  z-index: 1;
  overflow: visible !important;
  padding: 20px 23px 20px 20px;
}

.menu-switcher-enduser {
  height: 318px !important;
}

.menu-switcher-corporate{
  width: 410px;
  height: 508px !important;
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 0 4px rgba(19, 20, 20, 0.08), 0 4px 8px 0 rgba(19, 20, 20, 0.12);
  display: none;
  min-width: 100%;
  position: absolute;
  right: -25px;
  top: 67px;
  z-index: 1;
  overflow: visible !important;

}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: -8px;
  right: 18px;

}

.switcher-option .option.option-current .a {
  color: #3A3C3D;
  opacity: 1
}

.switcher-option .icon {
  display: inline-block;
  margin-right: 5px;
  margin-top: -1px;
  width: 21px
}

.switcher-option .a {
  font-size: 14px;
  line-height: 1.42858;
  color: #3A3C3D;
  display: block;
  font-weight: 700;
  opacity: 0.5;
  padding: 8px 42px 8px 16px;
  transition: all 0.15s ease;
  text-transform: uppercase;
  white-space: nowrap
}

.switcher-option .a:hover,
.switcher-option .a:focus {
  background-color: #F7F9FA;
  color: #3A3C3D;
  opacity: 0.8;
  text-decoration: none
}

.table-responsive {
  background: linear-gradient(to right, #fff 25%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(19, 20, 20, 0.2), rgba(19, 20, 20, 0)) 0 50%, radial-gradient(farthest-side at 100% 50%, rgba(19, 20, 20, 0.2), rgba(19, 20, 20, 0)) 100% 50%;
  background-attachment: local, local, scroll, scroll;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 36px 100%, 36px 100%, 12px 100%, 12px 100%;
  border: 1px solid #335997;
  overflow-x: auto
}

.table-responsive .table {
  background-color: transparent;
  border: none
}

.toggle-popup-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99
}

.toggle-popup-container:before {
  content: "";
  background-color: rgba(19, 20, 20, 0.88);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1
}

.toggle-popup-content {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  right: 0;
  padding: 16px;
  position: absolute;
  top: 0
}

.toggle-popup-content .section {
  background-color: #fff;
  padding: 24px
}

.toggle-target {
  display: none
}

.toggle-target.is-toggled {
  display: block
}

.missing-wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 52px 16px;
  min-height: 480px;
  background-size: cover !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important
}

.missing {
  text-align: center;
  display: inline-block;
  margin: 0 auto
}

.missing h1 {
  font-size: 120px;
  margin-bottom: 6px
}

.missing p {
  margin-bottom: 24px
}

.mobile-nav-is-toggled .site-container:before {
  opacity: 0.5;
  visibility: visible;
  z-index: 10
}

@media screen and (min-width: 1024px) {
  .mobile-nav-is-toggled .site-container:before {
    display: none !important
  }
}

.mobile-nav-is-untoggling .site-container:before {
  opacity: 0;
  z-index: 10
}

.mobile-nav {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-out;
  transform: translateX(-100%);
  width: 240px;
  z-index: 11
}

@media screen and (min-width: 1024px) {
  .mobile-nav {
    display: none !important
  }
}

.mobile-nav.is-toggling,
.mobile-nav.is-untoggling {
  display: block
}

.mobile-nav.is-toggled {
  display: block;
  transform: translateX(0)
}

.mobile-nav-bloc {
  padding: 13px 16px
}

.mobile-nav-bloc:not(:last-child) {
  border-bottom: 1px solid #C4C4C4;
}

.mobile-nav-bloc .legend {
  font-size: 14px;
  line-height: 1.42858;
  color: #335997;
  margin-bottom: 4px;
  padding-top: 8px;
  text-transform: uppercase
}

.mobile-nav-bloc .list {
  margin-left: 18px
}

.mobile-nav-bloc .list .list {
  margin-bottom: 8px;
  margin-top: -4px
}

.mobile-nav-bloc .list .list .item {
  border-bottom: 0;
  padding: 0
}

.mobile-nav-bloc .list .list .item .link {
  padding: 4px 0;
  position: relative
}

.mobile-nav-bloc .list .list .item .link:before {
  content: "";
  background-color: #335997;
  height: 2px;
  left: -20px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease;
  width: 12px
}

.mobile-nav-bloc .list .list .item .link:hover:before,
.mobile-nav-bloc .list .list .item .link:focus:before {
  background-color: #79A8D6
}

.mobile-nav-bloc .list .item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-nav-bloc .list .item:not(:last-child) {
  border-bottom: 1px solid #E6E9EB
}

.mobile-nav-bloc .list .item.item-current>.link {
  color: #075DB3
}

.mobile-nav-bloc .list .item.item-current>.link:before {
  background-color: #79A8D6
}

.mobile-nav-bloc .link {
  font-size: 14px;
  line-height: 1.42858;
  color: #335998;
  display: block;
  font-weight: 300;
  letter-spacing: 0.01em;
  padding: 8px 5px;
  text-decoration: none;
  text-transform: none;
  transition: all 0.2s ease
}

.mobile-nav-bloc .link:hover,
.mobile-nav-bloc .link:focus {
  color: #064D9B
}

.mobile-nav-bloc .link:hover .label,
.mobile-nav-bloc .link:focus .label {
  color: #3A3C3D
}

.mobile-nav-bloc .toggle.toggle-option {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex
}

.mobile-nav-bloc .flag {
  margin-left: 4px
}

.mobile-nav-bloc .label {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-weight: 400;
  margin-right: 2px;
  text-transform: none
}

.mobile-nav-toggle {
  color: #335997;
  display: block;
  height: 32px;
  left: 16px;
  padding: 2px;
  position: absolute;
  width: 32px
}

@media screen and (min-width: 414px) {
  .mobile-nav-toggle {
    left: 24px
  }
}

@media screen and (min-width: 640px) {
  .mobile-nav-toggle {
    left: 32px
  }
}

@media screen and (min-width: 1024px) {
  .mobile-nav-toggle {
    display: none
  }
}

.mobile-nav-toggle .icon {
  display: block;
  height: 100%;
  padding: 2px;
  width: 100%
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a:after,
  a:visited:after {
    content: " ("attr(href) ")"
  }

  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " ("attr(title) ")"
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,
  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: 0.5cm
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }
}

/* @font-face {
  src: url('/fonts/vendor/proxima-nova/ProximaNova-Medium.ttf');
}

@font-face {
  font-family: ProximaNova-Bold;
  src: url('/fonts/vendor/proxima-nova/ProximaNova-Bold.ttf');
} */
/* @font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('GT Walsheim Regular'), local('GT-Walsheim-Regular'),
        url('/fonts/vendor/gt-walsheim/GT-Walsheim-Pro-Regular.ttf');
       
}
@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('GT Walsheim Medium'), local('GT-Walsheim-Medium'),
        url('/fonts/vendor/gt-walsheim/GT-Walsheim-Pro-Medium.ttf');
       
}*/

@font-face {
  font-family: 'Oxygen';
  font-weight: 300;
  src: local('Oxygen'), local('Oxygen'),
        url('/fonts/vendor/Oxygen/Oxygen-Light.ttf');
       
} 
@font-face {
  font-family: 'Oxygen';
  font-weight: 400;
  src: local('Oxygen'), local('Oxygen'),
        url('/fonts/vendor/Oxygen/Oxygen-Normal.ttf');
       
} 
@font-face {
  font-family: 'Oxygen';
  font-weight: 700;
  src: local('Oxygen'), local('Oxygen'),
        url('/fonts/vendor/Oxygen/Oxygen-Bold.ttf');
       
} 


body {
  font-family: 'Oxygen', sans-serif !important;
  color: #000000 !important;
}

.popover {
  font-family: 'Oxygen', sans-serif !important;
}

.container {
  max-width: 1440px !important;
  /* padding-right: 5px !important;
  padding-left: 5px !important; */
}

h5 {
  font-family: 'Oxygen', sans-serif !important;
  font-weight: bold !important;
}

.flatpickr-day {
  line-height: 20px !important
}

.event {
  font-size: 9px;
  color: #eb1111;
  position: absolute;
  height: 3px;
  bottom: 20px;
  left: 10px;
}

.deadline {
  font-size: 18px;
}

.passenger-input-class {
  padding-bottom: 12px;
}

.passenger-item-head .action {
  margin-top: 0;
}

.underline-link{
  text-decoration: underline;
}

.order-checker-form {
  margin-bottom: 16px;
}

.wa-button {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.order-summary-link.wa-button::before {
  content: none
}

.order-summary-link.action::before {
  content: none
}

.action {
  /* margin-right: 0.7em; */
  margin-top: 1em;
}

.booking-cash {
  color: #64DD17
}

.booking-saldo {
  color: #00C853
}

/* .inner-invoice {
  display: -ms-flexbox;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 32px;
  padding-top: 32px;
  width: 100%;
} */

.table-horizontal {
  height: 450px;
  overflow-y: auto;
}

.baggage {
  padding-right: 20px;
  color: #000000 !important;
}

.meals {
  white-space: nowrap;
}

/* carousel */
.card-carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px;
  color: #666a73;
}

.card-carousel {
  display: flex;
  justify-content: center;
  width: 720px;
}

.card-carousel--overflow-container {
  overflow: hidden;
}

.card-carousel--nav__left,
.card-carousel--nav__right {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 4px;
  box-sizing: border-box;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  cursor: pointer;
  margin: 0 3px;
  transition: transform 150ms linear;
}

.card-carousel--nav__left[disabled],
.card-carousel--nav__right[disabled] {
  opacity: 0.2;
  border-color: black;
}

.card-carousel--nav__left {
  margin-right: 0;
  transform: rotate(-135deg);
}

.card-carousel--nav__left:active {
  transform: rotate(-135deg) scale(0.9);
}

.card-carousel--nav__right {
  margin-left: 0;
  transform: rotate(45deg);
}

.card-carousel--nav__right:active {
  transform: rotate(45deg) scale(0.9);
}

.card-carousel--card.selected .card-carousel--card--footer span {
  border-bottom: 1px solid #ffffff;
  display: block;
}

.card-carousel--card.selected .card-carousel--card--footer p {
  font-size: 15px !important;
}

.card-carousel-cards {
  display: flex;
  transition: transform 150ms ease-out;
  transform: translatex(0px);
}

.card-carousel-cards .card-carousel--card {
  margin: 0 20px;
  cursor: pointer;
  box-shadow: 0 4px 15px 0 rgba(40, 44, 53, 0.06), 0 2px 2px 0 rgba(40, 44, 53, 0.08);
  background-color: #fff;
  border-radius: 4px;
  z-index: 3;
  margin-bottom: 2px;
}

.card-carousel-cards .card-carousel--card:first-child {
  margin-left: 10px;
}

.card-carousel-cards .card-carousel--card:last-child {
  margin-right: 0;
}

.card-carousel-cards .card-carousel--card img {
  vertical-align: bottom;
  /* border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; */
  transition: opacity 150ms linear;
  user-select: none;
  height: 48px;
}

.card-carousel-cards .card-carousel--card img:hover {
  opacity: 0.7;
}

.card-carousel-cards .card-carousel--card--footer {
  border-top: 0;
  padding: 7px 15px;
}

.card-carousel-cards .card-carousel--card--footer p {
  padding: 3px 0;
  margin: 0;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #2c3e50;
  user-select: none;
  white-space: nowrap;
}

.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 300;
  padding: 6px;
  background: rgba(40, 44, 53, 0.06);
  display: inline-block;
  position: relative;
  margin-left: 4px;
  color: #666a73;
}

.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2):before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent rgba(40, 44, 53, 0.06) transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 10px;
  left: -1px;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: white;
  box-shadow: -0px -0px 0px #004977;
}

.card-border {
  border: 2px solid #1518a7
}

.card-slider-img {
  width: 100%;
  height: auto;
  text-align: center;
  /* height:100px; 
  width:120px;
  padding:10px */
}

.bank-logo {
  width: auto;
  height: 20px;
  margin: 0px 0 20px;
}

/* .site-header-logo{
.site-header-logo {
  width: 166px;
  height: 35px;
} */

.bank-logo-va {
  width: auto;
  height: 30px;
  /* margin: 10px 0 20px; */
}

.va-img-wrap {
  flex: auto;
  /* margin-right: 20px; */
  margin: auto 20px auto 0;
}

/* .payment-method-section {
  border-bottom-color: #eaeaea;
} */

/* .payment-method-section-greetings {
  text-align: center;
} */

.payment-method-important-information-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.payment-method-important-information-wrap .text {
  flex: 1 0 auto;
  font-weight: 700;
  font-size: 14px;
}

.payment-method-important-information-wrap .img-wrap {
  flex: 0 1 auto;
}

.cc-body {
  border-bottom: none;
}

.checkout-virtual-section-account {
  display: flex;
}

.va-number-wrap-left {
  flex: 1 1 auto;
}

.va-number-wrap-right {
  flex: 0 1 auto;
}

.checkout-virtual-instructions .instructions-item-heading-title {
  display: flex;
}

.checkout-virtual-instructions .instructions-item-heading-title span {
  flex: 1 1;
}

.checkout-virtual-instructions .instructions-step-content ul {
  list-style: disc inside;
  padding: 0;
}

.checkout-virtual-instructions .instructions-step-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.checkout-virtual-instructions .instructions-step-content.is-active {
  opacity: 1;
  height: auto;
}

.checkout-virtual-options {
  margin-top: 20px;
  /* display: flex; */
  /* align-items: center; */
  text-align: center;
}

.checkout-virtual-options-back {
  margin-bottom: 10px;
}

.checkout-virtual-options-back a {
  color: #ff8136;
}

.checkout-virtual-options-back a:hover {
  color: #ff8136;
  text-decoration: underline;
}

.checkout-virtual-section-price .price-detail-right{
  text-align: right;
  align-self: center;
  text-decoration: underline;
  cursor: pointer;
}

.checkout-virtual-section-account-bank .bank-virtual-detail-right {
  text-align: right;
  align-self: center;
}

/* .checkout-virtual-options a {
  flex: 1 1 auto;
} */

/*button copy va*/
.va-copy-number {
  position: relative;
}

.va-copy-number .copy {
  font-size: 14px;
  line-height: 1.33334;
  border: none;
  margin-left: 8px;
  padding: 4px;
  /* position: absolute; */
  background: transparent;
  transition: all 0.2s ease;
  text-decoration: underline;
}

.va-copy-number .copy.is-copied {
  border-color: #0CB300;
  color: #0CB300;
}

.va-copy-number .copy:after {
  content: "Tersalin";
  color: #0CB300;
  left: 100%;
  margin-left: -35px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 4px;
  transform: translateX(-8px);
  transition: all 0.2s ease;
}

.va-copy-number .copy.is-copied:after {
  display: block;
  opacity: 1;
  transform: translateY(20px);
}

/**/

/*toogle instalment*/
.label.label-cc-method {
  display: block;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  float: right;
}

.use-point-switcher{
  bottom: 15px;
}

.use-point-switcher .slider{
  background-color: #bdbdbd;
}

.use-point-switcher .slider:before {
  background-color: #707070;
}

.use-point-switcher input:checked+.slider {
  background-color: #ffffff;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/**/

.invoice-checkout-payment-detail {
  width: 100%;
}

.cc-head {
  display: flex;
}

.cc-head p {
  flex: 1 0;
}

.cc-head img {
  flex: 0 1 auto;
  width: 70px;
  height: 45px;
}

.payment-method-nav .tab-pay-wrapper .tab-pay-wrapper-virtual {
  padding: 0 10px;
}

.why-us .gimmick .gimmick-img {
  margin: auto 0;
  padding: 8px;
}

.gimmick-img svg {
  width: 72px;
  height: 72px;
}

.why-us .gimmick:nth-child(4),
.why-us .gimmick:last-child {
  margin-bottom: 30px;
}

.gimmick-text {
  margin: auto 0;
}

.gimmick-text p {
  font-size: 14px;
  padding-left: 60px;
  padding-right: 60px;
}

.gimmick-text h5 {
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
}

.icon.icon-header {
  margin-right: 5px;
}

@media screen and (min-width: 300px) {
  .flight-chosen {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
  }

  .search-form .tab-content{
    padding-bottom: 0;
  }

  .tab-content {
    padding: 20px 0 30px 0px;
  }

  .tab-content-2 {
    padding: 20px 0 0px 0px;
  }
}

.is-loading-new {
  pointer-events: none;
  position: relative
}

.is-loading-new:before {
  content: "";
  display: block;
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10
}

.is-loading-new:after {
  content: "";
  background-image: url(../images/loading-screen-booking.gif);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11
}

.wrapper-head {
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  padding-left: 74px;
  padding-right: 74px;
}

.m-site-header-logo {
  display: none;
}

.hamburger-nav .radius-hamburger-menu {
  height: 100%;
  overflow-y: auto;
}

/* .hamburger-nav:before {
  content: url(../images/symbols/icon-close-hamburger.svg);
  position: absolute;
  right: -10px;
  top: 15px;
  color: red;
  z-index: 99;
  width: 20px;
} */

.hamburger-nav.is-toggled {
  overflow-y: initial;
}

input#input-flight-city-to, input#input-flight-city-from,
input.input.form-control.pika-day, input.input.form-control.pika-day-return,
input#input-flight-detail, input#input-flight-detail-2,
input#input-hotel-detail-star, input#input-hotel-detail-passanger {
  color: #335997;
  /* background-color: #e3ecf2; */
  border: none;
  font-weight: 500;
  padding-left: 15px;
  margin-left: 5px;
}

.hotel-form-search input#input-hotel-date-checkin,
.hotel-form-search input#input-hotel-date-checkout {
  width: 200px !important;
  padding-left: 45px !important;
}

.icon-home-search {
  position: absolute !important;
  z-index: 1;
  fill: #335997;
  width: 15px;
  height: 20px;
}

.icon-home-search-left {
  top: calc(100% - 28px) !important;
  right: calc(100% - 36px);
}

.icon-home-search-right {
  top: calc(100% - 28px) !important;
  right: calc(100% - 49px);
}

.disable-point-button {
  background-color: lightgray !important;
  pointer-events: none;
}

.el-input__inner {
  padding-left: 0;
  font-size: 14px !important;
  height: 32px !important;
}

.user-code-area{
  width: 98%;
}

.user-phone-no{
  width: 98%;
}

.gimmick-span h5{
  font-size: 30px;
}

.further-information-btn{
  width: 200px;
  height: 60px;
  background-color: #335998 !important;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: 25px !important;
  border-color: transparent !important;
}

@media screen and (min-width: 768px) and (max-width:1024px){
  .user-code-area{
    width: 93%;
  }

  .phone-num{
    width: 88% !important;
    margin-top: 15px;
    margin-left: 15px !important;
  }

  /* .show-password{
    content: '' !important;
  }

  .confirm-show-password{
    content: '' !important;
  } */
}

@media screen and (max-width: 320px){
  .section-wrapper{
    padding: 0px 0px !important;
    width: 100%
  }
}

.gimmick-title h1{
  font-size: 32px;
}

@media screen and (max-width:767px) {
  .icon {
    fill: currentColor;
    height: 1em;
    width: 10px;
  }

  .flight-container{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .flight-detail-stick-to, .flight-detail-stick-from {
    background-color: #335997 !important;
  }

  .booking-check-footer{
    color: black !important;
    margin-bottom: 0px !important;
  }

  .order-checker-input:not(:last-child) {
    margin-bottom: 4px !important;
  }

  /* .flight-detail-circle-from, .flight-detail-circle-to {
    border-color: #000000 !important;
  } */

  /* .flight-detail-circle-to {
    background-color: #000000 !important;
  } */

  .flight-summary-airline .id span:first-child {
    font-weight: 700;
  }

  input,
  /* input:hover,   */
  select,
  textarea {
    border: 0px solid rgba(0, 0, 0, 0.2) !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    border-bottom: 1px solid #bdbdbd ;
  }

  .phone-num{
    width: 88% !important;
    margin-top: 15px;
    margin-left: 15px !important;
  }

  .phone-code{
    width: 98% !important;
    margin-left: 15px !important;
  }

  .user-code-are{
    width: 92%;
  }

  /* .show-password{
    content: '' !important;
  }

  .confirm-show-password{
    content: '' !important;
  } */

  #input-name-adult , #input-name-child , #input-name-infant input:focus {
    -webkit-transition: border-bottom 0.5s ease-out;
    -moz-transition: border-bottom 0.5s ease-out;
    -o-transition: border-bottom 0.5s ease-out;
    transition: border-bottom 0.5s ease-out;
    border: 0px solid rgba(0, 0, 0, 0.2) !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    /* border-bottom: 2px solid #bdbdbd !important; */
  }

  .input-helper-search input{
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    box-shadow: none !important;
    border-radius: 10px !important;
  }

  .el-input__inner {
    padding-left: 0 !important;
    font-size: 14px !important;
    height: 32px !important;
    padding-left: 20px !important;
    font-size: 12px !important;
    height: 32px !important;
    border-bottom: none !important;
    color: #335998 !important;
  }

  .icon-home-search-left {
    right: calc(100% - 49px);
  }

  .m-hotel-form-search-container{
    margin-bottom: 10px;
  }

  .m-hotel-form-search-home{
    margin-bottom: -5px !important;
    margin-left: 20px;
    font-weight: normal !important;
  }

  .m-hotel-input-hotel-city-to,
  .m-hotel-input-passenger{
    font-size: 12px !important;
    margin-top: 5px;
    padding-top: 12px !important;
    color: #000 !important;
  }

  .m-hotel-form-search-checkin{
    margin-bottom: 0px !important;
    margin-left: 20px;
    font-weight: normal !important;
  }

  .m-hotel-form-search-checkout{
    margin-bottom: 2px !important;
    margin-left: 20px;
    font-weight: normal !important;
  }

  .m-hotel-date-checkin{
    font-size: 12px !important;
    margin-top: 5px;
    color: #000 !important;
  }

  .m-hotel-icon-checkin{
    margin-top: 5px;
  }

  .m-hotel-form-optional-filter{
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #FF8136;
  }

  .m-filter-hotel{
    margin-top: 45px;
    margin-left: -16px;
  }

  .hotel-star-filter-checkbox{
    display: block !important;
  }
  
  #m-flight-result {
    padding: 0 20px !important
  }
  
  #m-flight-result .filter-time-checkbox:nth-child(2) {
    padding: 0 0 0 5%;
  }
  
  #m-flight-result .filter-time-checkbox:nth-child(3) {
    padding: 0 0 0 9%;
  }
  
  #m-flight-result .filter-time-checkbox:nth-child(2),
  #m-flight-result .filter-time-checkbox:nth-child(3) {
    margin: 10px 0 0 0;
  }
  
  #m-flight-result .time-filter-card-icon {
    display: table;
    width: 100%;
    padding-left: 15px;
  }
  
  #m-flight-result .flight-filter-card-image {
    padding-left: 15px;
    height: auto;
    max-height: 244px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  #m-flight-result .depart-results,
  #m-flight-result .return-results,
  #m-flight-result .combine-results {
    padding: 0 !important;
  }
  
  #m-flight-result .show-more-col {
    padding: 0 15px !important;
  }

  #m-flight-result .flight-timeline-row {
    position: relative;
    min-height: 100px;
    height: auto;
  }

  input#input-flight-detail, input#input-hotel-detail-passanger{
    font-size: 14px;
    border-bottom: 0px solid !important;
    padding-left: 14px;
    padding-right: 30px;
    border-radius: 8px !important;
  }

  input#input-flight-detail-2, input#input-hotel-detail-star {
    font-size: 14px;
    padding-left: 35px;
    padding-right: 30px;
    border-radius: 8px !important;
    margin-left: 15px;
  }

  input#input-flight-city-to {
    font-size: 14px;
    padding-left: 50px;
    padding-right: 30px;
    border-radius: 8px !important;
  }

  input.input.form-control.pika-day {
    font-size: 14px;
    padding-left: 15px;
    /* padding-right: 30px; */
    border-radius: 8px !important;
    /* margin-left: 0px !important; */
  }

  input.input.form-control.pika-day-return {
    font-size: 14px;
    /* padding-left: 45px;
    padding-right: 30px; */
    border-radius: 8px !important;
    background-color: #ffffff;
    /* margin-left: 15px; */
  }

  .pika-day.allowed.form-control[readonly] {
    background-color: #ffffff !important;
    margin-left: 0px !important;
  }

  .pika-day-return.form-control[disabled] {
    /* background-color: #bdbdbd !important; */
    margin-left: 7px;
    color: #949494 !important;
  }

  .pika-day-return.form-control[readonly] {
    /* background-color: #e3ecf2 !important; */
    margin-left: 7px;
  }

  .pika-day.form-control {
    margin-left: 7px;
  }

  .pika-day-return.form-control {
    /* margin-left: 7px; */
  }

  input#input-flight-city-from {
    font-size: 14px;
    padding-left: 15px;
    /* padding-right: 30px; */
    border-radius: 8px !important;
    margin-left: 1px;
  }

  .swap-img-ffs {
    position: absolute;
    top: 55%;
    left: 48%;
  }

  .slider.round {
    border-radius: 34px;
    border: 4px solid #335997;
    padding-top: 16px;
    margin-right: 4px;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 14px;
    left: -7px;
    right: 0;
    bottom: 0;
    /* background-color: #335997; */
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 6px;
    bottom: 3px;
    background-color: #bdbdbd;
    -webkit-transition: .4s;
    transition: .4s;
  }

  /* input:checked+.slider {
    background-color: #335997;
  } */

  input:focus+.slider {
    box-shadow: 0 0 1px #335997;
  }

  input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #ff8136;
    left: 0px;
  }


  input#input-flight-city-to {
    font-size: 14px;
    padding-left: 0px;
    padding-right: 30px;
    border-radius: 8px !important;
    margin-left: 0px;
    margin-right: 50px;
  }

  .m-flight-form-search #input-flight-city-to-mobile {
    padding-right: 0px;
  }

  .gimmick-img img {
    max-width: 15%;
  }

  .why-us .gimmick {
    text-align: center;
    margin-bottom: 16px !important;
  } 

  .swap-img {
    position: absolute;
    left: calc(100% - 50% - 17px);
    top: 35%;
  }

  .m-flight-form-search .swap-img {
    left: calc(100% - 50% - 17px);
  }

  .m-flight-form-search .input-departure-container {
    width: 100%;
  }

  /* .m-flight-form-search .input-departure-container .input-arrival{
    margin-right: 27px;
  } */

  .m-flight-form-search .input-date-flight {
    width: 92%;
  }

  /* .m-flight-form-search input.input.form-control.pika-day-return {
    padding-right: 0px;
    margin-left: 10px;
  } */

  .m-flight-form-search .input-arrival-date label.label-form-search-home {
    margin-left: 28px;
  }

  .m-flight-form-search .container-search-awesomplete-list,
  .m-flight-form-search .input-arrival .container-search-awesomplete-list {
    width: 273px;
  }

  .m-flight-form-search .input-arrival .container-search-awesomplete-list {
    margin-bottom: 0px;
    margin-left: -141px;
  }

  /* .m-flight-form-search #passenger-input-detail-class {
    left: -100px !important;
  } */

  .hamburger-nav-toggle {
    width: 28px !important;
    left: 24px !important;
    color: #fff !important;
  }

  .site-header-logo {
    display: none;
  }

  .m-site-header-logo {
    width: auto;
    height: 28px;
    position: absolute;
    display: block;
    left: 73px;
    top: 16px;
  }

  .m-site-header-logo img {
    height: 21px;
    margin-top: 1px;
  }

  .mobile-login {
    width: auto !important;
    right: 28px !important;
    color: #FFF !important;
  }

  .mobile-login .icon {
    width: 20px !important;
    margin-right: 5px;
  }

  .mobile-login span {
    font-size: 14px;
  }

  .site-header>.inner {
    padding-bottom: 30px;
    padding-top: 30px;
    background: #3A5896;
    box-shadow: 0 0px 14px #535353, 0 -3px 0px #636363;
  }

  .why-us-title h1 {
    height: auto;
  }

  .section-title {
    font-size: 16px !important
  }

  .gimmick-text h5 {
    font-size: 14px;
  }

  .gimmick-text p {
    font-size: 12px;
  }

  .section-title {
    padding-bottom: 16px !important;
  }

  .bottom-information{
    height: 630px !important;
  }

  .bottom-important-information {
    margin-top: -27px !important;
    margin-left: -15px !important;
    width: 415px !important;
    height: 0px !important;
    color: black !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }

  .no-info{
    color: black !important;
    text-align: center;
  }

  .no-info-top{
    margin-bottom: 60px !important;
    text-align: center;
  }

  /* .mpf-title{
    color: black !important;
    text-align: center;
  } */

  .mpf-image {
    margin-left: 0px !important;
  }

  .home-most-popular-flight{
    height: 270px !important;
  }

  .fp-left{
    /* color: black !important; */
    width: 100% !important;
    /* text-align: center !important; */
    margin-bottom: 20px !important;
    font-size: 20px;
    font-weight: 500;
  }

  .subscribe{
    height: 680px !important;
  }

  .footer-info{
    flex: 1;
    margin-bottom: 20px;
  }

  .site-footer-badger.footer-info{
    margin: 0;
  }

  .subscribe-section-row{
    flex-direction: column !important;
  }

  .subscribe-row-left{
    margin: auto !important;
  }

  .subscribe-row-right{
    padding-top: 20px !important;
    color: black !important;
  }

  .flight-partner{
    height: 120px;
    margin-top: 10px !important;
  }

  .flight-partner-row{
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .bottom-information-right h2 {
      color: black !important;
      text-align: center;
  }

  .important-information {
    display: none;
  }

  .bottom-important-info{
    font-size: 16px !important;
    width: 62% !important;
    margin-left: 20px;
  }

  .information-carousel>.carousel-indicators .active{
      background-color: #fff !important;
      border: 1px solid #fff !important;
  }

  .bottom-information-left{
    margin: auto !important;
  }

  .bottom-information-right{
    margin-left: 178px !important;
    margin-top: 70px !important;
  }

  .home-teaser-head {
    margin-bottom: 8px;
  }

  .home-teaser-head .title {
    font-size: 16px;
    color: #000000 !important;
  }

  .partner {
    border-bottom-color: #000000 !important;
    border-top-color: #000000 !important;
  }

  .flight-partner .title-partner {
    color: #000000 !important;
    font-size: 16px;
    padding-bottom: 24px;
  }

  .section.partner .flight-partner .list .item img {
    width: 50px;
  }

  .why-us {
    margin-bottom: 0 !important;
    border-bottom-color:#000000 !important;
    /* color: #000000 !important; */
    font-weight: 400 !important;
    height: auto !important;
    padding-bottom: 20px;
    margin-top: -514px;
  }

  .gimmick-title{
    /* color: #000000 !important; */
    padding: 0px !important;
    font-weight: 400 !important;
  }

  .gimmick-title h1{
    font-size: 20px !important;
    font-weight: 500;
    margin-top: 30px;
  }

  .gimmick-content{
    flex-direction: column !important;
  }

  .gimmick-1,
  .gimmick-2,
  .gimmick-3,
  .gimmick-4{
    height: auto !important;
    width: auto !important;
    margin-bottom: 20px;
  }

  .section-subscribe{
    margin-top: 140px !important;
  }

  .input-pax {
    width: 17.2em !important;
  }

  /* #passenger-input-detail-headcounts {
    margin: -4px 0 0 0 !important;
  }

  #passenger-input-detail-class {
    margin: -4px 0 0 0 !important;
  } */

  .newsletter-hero {
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .newsletter-hero .title {
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 16px;
  }

  .newsletter-hero .title {
    font-size: 12px !important;
  }

  .newsletter-hero-form>.input {
    padding: 9px 20px !important;
    max-width: 51.5% !important;
  }

  .newsletter-hero-form .button {
    width: 135px !important;
  }

  .site-footer-mega {
    padding: 12px 0;
  }

  .site-footer-mega>.section {
    margin: calc(16px) !important;
  }

  .site-footer-mega>.section:last-child {
    margin-top: 0 !important;
  }

  .site-footer-social {
    margin: 8px 0;
  }

  .site-footer-linker .list {
    padding: 0px 20px 0 35px;
  }

  .site-footer-linker>ul>li {
    font-size: 12px !important;
    width: 50%;
    margin: 8px 0 !important;
    text-align: left;
  }

  .site-footer-linker>ul>li:last-child,
  .site-footer-linker>ul>li:nth-child(5) {
    margin-bottom: 0 !important;
  }

  .site-footer-end {
    padding-bottom: 24px;
  }

  .site-footer-copyright {
    order: 2;
    font-size: 10px !important;
    margin: 0 auto;
    flex: none;
  }

  .site-footer-badger {
    display: block !important;
    text-align: center;
    margin: 0 auto 16px auto;
  }

  .site-footer-badger>.title {
    margin-top: 0;
  }

  .referral-overview-stat .column:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .referral-history-date {
    padding-left: 36px !important
  }

  .button.button-large {
    width: 100% !important;
    font-size: 16px !important;
  }

  .button.seeker,
  .button.not-seeker {
    padding: 5px 10px !important;
    width: 49% !important;
  }

  .button.seeker {
    margin-right: 0 !important;
  }

  .button.not-seeker {
    margin-left: 0 !important;
  }

  .img-fluid {
    min-height: 450px !important;
  }

  .flight-requirement-arrow {
    width: 5px !important;
    height: 5px !important;
  }

  .btg-flight-requirement-image {
    order: -1;
    margin: 0 auto;
  }

  .statement-letter-header-title {
    width: auto !important;
    margin-top: 10px;
    text-align: center;
  }

  .statement-letter-point {
    margin-top: 3px;
  }


  .input-arrival{
    margin-right: 18px;
  }

  .input-arrival-date label.label-form-search-home{
    margin-left: 25px;
    width: 100%;
  }

  .find-flight-search-form .input-arrival-date label.label-form-search-home{
    margin-left: 25px;
    width: 110%;
  }

  .departure-date-checkbox{
    z-index: 1;
    position: relative;
    left: -10px;
  }

  .departure-date-checkbox-input{
    display: block !important;
    margin-top: 15px;
    margin-left: -20px;
  }

  .input-arrival-date{
    margin-left: -45px;
  }

  .input-flight-detail-passanger,
  .input-flight-detail-seat-class{
    margin-top: 10px;
    margin-left: 10px !important;
    max-width: 100% !important;
  }

  .input-flight-detail-passanger{
    width: 458px !important;
    margin-left: 27px !important;
  }

  .find-flight-search-form .input-flight-detail-passanger {
    width: 330px !important;
    margin-left: 27px !important;
  }

  .input-flight-detail-seat-class{
    width: 457px !important;
    margin-top: 25px;
    margin-left: 25px !important;
  }

  .find-flight-search-form .input-flight-detail-seat-class {
    width: 330px !important;
    margin-left: 29px !important;
    margin-top: 20px;
  }

  .find-flight-search-form .tab-content {
    margin-left: -25px;
  }

  .input-flight-detail-seat-class .label-form-search-home{
    margin-left: 35px;
  }

  .search-btn-container{
    margin-left: 275px;
    margin-right: 126px;
  }
  
  /* .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    margin-top: 7px !important;
  } */
  
  .owl-carousel .owl-stage{
    width: 1957px !important;
    display: flex;
    margin-left: 0px !important;
  }

  .bottom-information-card-background{
    width: 380px;
    height: 211px;
    border-radius: 50px;
  }

  .bottom-important-side-info{
    font-size: 14px !important;
    margin-top: -10px !important;
    margin-bottom: 20px !important;
    margin-left: 20px;
    width: 40% !important;
  }

  .further-information-btn{
    width: 108px !important;
    height: 32px !important;
    margin-top: -65px;
    margin-left: 220px;
    border-radius: 10px !important;
  }

  .fi-see-more-btn{
    font-size: 8px !important;
    position: relative;
    bottom: 5px;
  }

  .bottom-important-information .information-carousel .carousel-caption {
    padding-top: 41px !important;
    margin-left: -87px;
  }

  .gimmick-span h5{
    font-size: 16px;
    margin-left: 115px;
  }

  .gimmick-content{
    margin-top: -50px;
  }

  .why-choose-btg-text{
    font-size: 14px !important;
    margin-left: 114px;
    margin-top: 10px !important;
    color: #A7A9AC;
  }

  .why-btg-detail{
    margin-left: -215px !important;
  }

  .m-flight-form-search .why-btg-detail{
    margin-left: -160px !important;
  }

  .why-btg-detail-2{
    margin-top: 40px !important;
    margin-left: -258px !important;
  }

  .gimmick-3 .gimmick-span .gimmick-svg,
  .gimmick-4 .gimmick-span .gimmick-svg{
    margin-left: 23px;
  }

  .m-flight-form-search .gimmick-3 {
    margin-left: 65px;
  }

  .gimmick-container {
    margin-left: -20px;
  }

  .gimmick-3 {
    margin-left: -85px !important;
    margin-top: 10px !important;
  }

  .gimmick-4{
    margin-left: -95px !important;
    margin-top: 20px !important;
  }

  .why-btg-detail-3{
    margin-left: -152px !important;
    margin-top: 25px !important;
  }

  .m-flight-form-search .why-btg-detail-3{
    margin-left: -122px !important;
  }

  .why-btg-detail-4{
    margin-left: -165px !important;
    margin-top: 30px !important;
  }

  .apps-section-content{
    width: 90px !important;
    margin-top: 115px;
  }

  .footer-facility-container{
    margin-top: 0px !important;
    margin-left: 65px !important;
    margin-right: 166px;
  }

  .footer-assistance-container{
    margin-top: -118px !important;
    margin-left: 170px !important;
  }

  .footer-apps-container{
    margin-right: -240px !important;
    margin-left: 110px !important;
    margin-top: -156px !important;
  }

  .site-footer-apps-title{
    width: 135px !important;
  }

  .footer-transaction-safety-container{
    margin-top: 65px;
  }

  .transaction-safety-img{
    margin-right: -30px !important;
  }

  .faq-section{
    margin-left: 0px !important;
  }

  .help-faq-container{
    width: auto !important;
    padding: 20px !important;
  }

  .qa-answer{
    font-size: 12px !important;
  }

  .tos-container,
  .pap-container {
    margin-left: 0px !important;
  }

  .account-profile-section{
    width: auto !important;
  }

  .card-body-formsearch{
    border-radius: 15px 15px 0px 0px;
    margin-top: -132px;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.15);
    z-index: 3;
  }

  .nav-pills {
    border: none !important;
    border-radius: 0px !important;
  }

  .card-body-formsearch ul > li.nav-item {
    width: 33% !important;
  }

  .nav-pills .nav-link.active span{
    font-weight: 500;
  }

  /* .tab-title-hotel,
  .tab-title-car{
    margin-left: 25px;
  } */

  .input-date-flight{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .flight-swap-icon-border {  
    margin-left: -35px !important;
  }

  .flight-swap-icon-border-2 {
    margin-left: -79px !important;
  }

  .input-flight-detail-container{
    display: block;
  }

  .searchform-search-btn{
    border-radius: 15px !important;
    width: 450px !important;
    height: 44px !important;
    position: relative;
    left: 268px;
    top: -10px;
  }

  .m-flight-form-search .searchform-search-btn{
    width: 360px !important;
    left: 225px;
  }

  .searchform-search-btn img{
    width: 6%;
  }

  .mpf-header{
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-right: 0px;
  }

  .container-form-home-flight .row {
    flex-wrap: wrap !important;
  }

  .owl-carousel .owl-item {
    height: 170px !important;
  }

  .carousel-inner {
    height: 450px;
  }

  .mobile-search-flight {
    margin-top: 155px;
  }

  #m-flight-result .choosen-depart-detail {
    margin-top: 0px;
    padding-left: 10px;
  }

  #m-flight-result .custom-control-label::before {
    top: 26px !important;
  }

  #m-flight-result .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    margin-top: 25px !important;
  }

  #m-flight-result .thumbnail.thumbnail-border {
   max-width: 64px;
   max-height: 30px;
  }

  #m-flight-result #input-filter-depart-transit-indirect {
    display: block;
  }

  .m-flight-form-search .input-departure,
  .m-flight-form-search .input-departure-date,
  .m-flight-form-search .input-flight-detail-passanger {
    padding-left: 0px;
  }

  .m-flight-form-search .pika-day-return.form-control[disabled] {
    margin-left: 7px;
    color: #949494 !important;
    background-color: #ffffff;
  }

  .m-flight-form-search .searchform-search-btn .text {
    font-weight: 500;
    position: relative;
    top: 1px;
    left: 10px;
  }

  .bottom-information .bottom-information-carousel .carousel-indicators {
    justify-content: normal;
    position: absolute;
    top: 170px;
    left: 60px; 
  }

  .gimmick-container {
    margin-bottom: 0px !important;
  }

  .gimmick-2 {
    margin-left: 0px !important;
  }

  .m-flight-form-search #input-flight-detail-2 {
    width: 160px;
  }

  .m-flight-form-search-card {
    width: 100%;
    height: 200px;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 0px 0px 16px 16px;
    position: absolute;
    margin-bottom: 10px;
    box-shadow: 2px 1px 10px #00000029;
    margin-left: -35px !important;
  }
  
  input#input-flight-detail-ffs, input#input-flight-detail-ffs-2 {
    font-size: 14px !important; 
    margin-left: -20px !important;
  }

  .flight-form-search-date-container {
    margin-top: -5px;
    width: 100%;
  }

  .form-search-clicked .site-container:before {
    opacity: 0.5;
    visibility: visible;
    z-index: 1 !important;
  }

  #m-flight-result input:checked+.slider-2:before {
    left: -5px;
  }

  #m-flight-result .pika-day-ffs-2.allowed.form-control[readonly] {
    background-color: transparent !important;
    color: #335998;
  }

  .faq-header, .how-to-order-header, .contact-us-header {
    margin-top: 0px !important;
    margin-bottom: 12px !important;
    margin-left: 0px;
  }

  .tos-card {
    padding: 20px !important;
  }

  .tos-content {
    font-size: 14px !important;
    padding-bottom: 15px !important;
  }

  .tos-card-text li {
    font-size: 14px;
  }

  .tos {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .search-form-bottom-right {
    display: block !important;
  }

  .search-form-y-class {
    justify-content: center;
  }

  .m-flight-form-search #input-flight-detail-2 {
    width: 160px;
  }
    
  /* .m-flight-form-search #passenger-input-detail-class {
    left: -100px !important;
  } */
  
  .m-flight-form-search  .input-flight-detail-container{
    display: flex;
  }
  
  .m-flight-form-search .input-flight-detail-passanger{
    width: 143px !important;
    margin-left: 27px !important;
  }
  
  .m-flight-form-search .input-flight-detail-seat-class{
    width: 0px !important;
    margin-top: 10px  !important;
    margin-left: 5px !important;
  }

  .m-flight-form-search .search-form-y-class {
    margin-left: 30px;
    justify-content: normal;
  }

  .pap-title,
  .tos-title {
    font-size: 18px !important;
    margin-bottom: -10px;
  }

  .pap-card,
  .tos-card {
    padding: 20px 20px 20px 20px !important;
  }
  
  .pap-content,
  .pap-card-text,
  .tos-content,
  .tos-card-text {
    font-size: 14px !important;
  }

  .tos-content .collapsed .arrow-down, 
  .pap-content .collapsed .arrow-down {
    border-width: 0px 2px 2px 0px;
  }

  .how-to-order-section {
    margin: 5px !important;
  }

  .help-step:before {
    content: counter(help-step) ". ";
    counter-increment: help-step;
    top: 18px;
    left: 100px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    color: #ffffff;
    width: 24px;
    height: 24px;
    background: #335998;
    border-radius: 15px;
    padding-left: 8px;
    padding-top: 7px;
  }

  .help-step-search-flight .lead, 
  .help-step-choosenorder-flight .lead, 
  .help-step-fill-data .lead, 
  .help-step-do-payment .lead, 
  .help-step-eticket-send .lead {
    font-size: 13px !important;
    width: 100%;
  }

  .help-center-description {
    font-size: 13px !important;
  }

  .help-step-search-flight {
    margin-top: -79px !important;
    margin-left: 45px !important;
  }

  .help-step-search-flight .lead, .help-step-choosenorder-flight .lead, .help-step-fill-data .lead, .help-step-do-payment .lead, .help-step-eticket-send .lead {
    margin-left: 30px !important;
  }

  .help-step-choosenorder-flight {
    margin-top: -79px !important;
    margin-left: 46px !important;
    color: #355997;
  }

  .help-step-fill-data {
    margin-top: -75px !important;
    margin-left: 46px !important;
  }

  .help-step-do-payment {
    margin-top: -68px !important;
    margin-left: 46px !important;
  }

  .help-step-eticket-send {
    margin-top: -90px !important;
    margin-left: 46px !important;
  }

  .help-steps {
    display: block;
  }

  .hto-choosenorder-flight,
  .hto-fill-data {
    margin-top: -20px !important;
  }

  .hto-do-payment {
    margin-top: 25px !important;
  }

  .eticket-send .help-center-description {
    width: 100% !important;
  }

  .help-page-content .section.section-main .heading {
    font-size: 16px;
    padding-bottom: 0px;
  }

  .flight-partner {
    margin-bottom: 70px;
  }

  .contact-form {
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 1px 10px #00000029;
    border-radius: 25px;
    width: auto;
  }

  .send-message-text {
    font-size: 14px !important;
    color: #335998 !important;
  }

  .contact-us-title {
    font-size: 14px !important;
  }

  #input-contact-user-message{
    height: 100px !important;
  }

  .add-attachment {
    margin-top: 10px !important;
  }

  .contact-us-attachment {
    font-size: 14px !important;
    font-weight: 300 !important;
  }

  .button-send-contactus-message {
    width: 100% !important; 
    height: 40px !important;
    border-radius: 8px !important;
  }
  
  .sidebar-myorders-img {
    width: 30px;
    height: 30px;
    margin-top: 3px;
  }

  .sidebar-mybalance-img {
    width: 30px;
    height: 23px;
    margin-top: 9px;
    color: #ff8136;
  }

  .sidebar-travelers-img {
    width: 30px;
    height: 25px;
    margin-left: 3px;
    margin-top: 7px;
  }

  .sidebar-subscribe-img {
    width: 28px;
    height: 28px;
    margin-left: 5px;
    margin-top: 5px;
  }

  .sidebar-referral-img {
    width: 30px;
    height: 28px;
    margin-left: 2px;
    margin-top: 6px;
  }

  .sidebar-reschedule-img {
    width: 30px;
    height: 28px;
    margin-left: 4px;
    margin-top: 6px;
  }

  .sidebar-refund-img,
  .sidebar-mou-pks-img,
  .sidebar-sub-corporate-img,
  .sidebar-manage-corporate-img,
  .sidebar-change-profile-img,
  .sidebar-logout-img {
    width: 30px;
    height: 28px;
    margin-left: 0px;
    color: #ff8136;
    margin-top: 6px;
    margin-right: 6px !important;
  }

  .sidebar-ticket-img,
  .sidebar-promo-img,
  .sidebar-help-img,
  .sidebar-search-flight-img {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-right: 5px;
  }

  .mobile-sidebar-tours {
    width: 25px;
    height: 25px;
  }

  .mobile-tour-link {
    margin-left: 5px;
  }

  /* #m-flight-result .modal-mask {
    position: relative;
    z-index: 8;
    top: -1141px;
    left: -45px;
    width: 125%;
    height: 346%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
  } */

}

.no-info-top{
  margin-top: 60px;
  margin-bottom: 20px;
}

/* .owl-carousel .owl-item img{
  height: 222px;
} */


.owl-carousel .owl-item{
  width: 225px !important;
  height: 250px;
  background: #C4C4C4;
  border-radius: 25px;
}

.owl-carousel .owl-stage{
  margin-left: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  /* transform: unset !important;
  transition: unset !important; */
}

@media screen and (min-width:768px) {

  .order-number div {
    display: flex;
  }
  .modal-mobile-login .input.user-code-area{
    width: 100%;
    margin-bottom: 1rem;
  }
  .modal-mobile-login .upc {
    padding-right: 15px !important;
  }
  .modal-mobile-login .upn {
    padding-left: 15px !important;
  }
  .modal-mobile-login .input.user-phone-no{
    width: 100%;
  }
  .order-number div p:first-child{
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
  }
  .order-number div p:last-child{
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    font-weight: 700;
  }

  .booking-check-wrapper {
    min-height: 100vh;
  }

  .background-helper-book {
    background-color: #e3ecf2 !important;
  }

  .site-content-bg {
    background-color: #e9eBee;
  }

  .wrapper-desktop {
    width: 960px !important;
    margin: 35px auto;
    padding: 0 !important;
    font-size: 14px;
  }

  /* @media screen and (min-width: 768px) {
    .traveler-wrapper-desktop,
    .corporate-wrapper-desktop {
      width: 960px !important;
    }
  } */

  input,
  /* input:hover, */
  select,
  textarea {
    border: none !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    /* background-color: #F0F0F0 !important; */
    /* padding-left: 20px !important; */
  }

  input:focus {
    -webkit-transition: border-bottom 0.5s ease-out;
    -moz-transition: border-bottom 0.5s ease-out;
    -o-transition: border-bottom 0.5s ease-out;
    transition: border-bottom 0.5s ease-out;
    /* border: 0px solid rgba(0, 0, 0, 0.2) !important; */
    /* box-shadow: none !important; */
    /* border-radius: 0px !important; */
    /* border-bottom: 2px solid #bdbdbd !important; */
  }
  
  #m-flight-result {
    padding: 0 30px !important
  }
  
  #m-flight-result .filter-time-checkbox:nth-child(2) {
    padding: 0 0 0 5%;
  }
  
  #m-flight-result .filter-time-checkbox:nth-child(3) {
    padding: 0 0 0 9%;
  }
  
  #m-flight-result .filter-time-checkbox:nth-child(2),
  #m-flight-result .filter-time-checkbox:nth-child(3) {
    margin: 10px 0 0 0;
  }
  
  #m-flight-result .time-filter-card-icon {
    display: table;
    width: 100%;
    padding-left: 15px;
  }
  
  #m-flight-result .flight-filter-card-image {
    padding-left: 15px;
    height: auto;
    max-height: 244px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  #m-flight-result .depart-results,
  #m-flight-result .return-results,
  #m-flight-result .combine-results {
    padding: 0 !important;
  }
  
  #m-flight-result .show-more-col {
    padding: 0 15px !important;
  }

  .card-body.card-body-formsearch {
    width: 100%;
    height: auto;
    max-height: 497px;
    max-width: 999px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    top: auto;
    /* left: 190px; */
    padding: 20px 50px;
    box-sizing: border-box;
    border-radius: 25px 25px 0px 0px;
    /* box-shadow: 0 16px 40px rgba(0,0,0,0.12); */
    z-index: 1;
  }

  .card-body.card-body-formsearch .tab-list{
    width: 100%;
    /* margin: 0 auto; */
  }

  .home-container {
    position: relative;
    height: calc(100vh - 75px) !important;
    min-height: 650px !important;
    max-height: 1500px !important;
  }
  
  .home-container-islandingpage {
    height: auto !important;
    min-height: auto !important;
  }

  .carousel-home-banner {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
  }

  .carousel-home-banner .carousel {
    position: absolute !important;
    text-shadow: 1px 1px 2px #333;
    width:100%;
    height:100%;
  }

  .carousel-home-banner .carousel .carousel-inner {
    height: 100%;
  }

  input#input-flight-detail, input#input-hotel-detail-passanger {
    font-size: 14px;
    padding-left: 14px !important;
    padding-right: 30px;
    border-radius: 8px !important;
  }

  input#input-flight-detail-2, input#input-hotel-detail-star {
    font-size: 14px;
    /* padding-left: 50px; */
    padding-right: 25px;
    border-radius: 8px !important;
    margin-left: 0;
  }

  input#input-flight-city-to {
    font-size: 14px;
    /* padding-left: 50px; */
    padding-right: 30px;
    border-radius: 8px !important;
  }


  input.input.form-control.pika-day-return {
    font-size: 14px;
    /* padding-left: 50px; */
    padding-right: 15px;
    border-radius: 8px !important;
    margin-left: 0px;
  }

  .pika-day.allowed.form-control[readonly] {
    /* background-color: #e3ecf2 !important; */
    margin-left: 5px;
    /* width: 195px; */
  }

  .pika-day-return.form-control[disabled] {
    /* margin-left: 7px; */
    /*  13560background-color: #bdbdbd !important; */
    color: #949494 !important;
  }

  .pika-day-return.form-control[readonly] {
    /* background-color: #e3ecf2 !important; */
    /* margin-left: 7px; */
  }

  /* .pika-day.form-control, .pika-day-return.form-control {
    margin-left: 7px;
  } */

  input#input-flight-city-from, input#input-hotel-city-to {
    font-size: 14px;
    padding-left: 15px !important;
    padding-right: 30px;
    border-radius: 8px !important;
  }

  .slider.round {
    border-radius: 34px;
    border: 3px solid #335997;
    padding-top: 16px;
    margin-right: 4px;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 16px;
    left: -7px;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 6px;
    bottom: 3px;
    background-color: #bdbdbd;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .departure-date-checkbox{
    width: 12px;
    height: 12px;
    border: 1px solid #C4C4C4;
    margin-left: 39px;
    margin-top: 17px;
    z-index: 1;
  }

  .departure-date-checkmark{
    width: 12px;
    height: 12px;
    position: absolute;
    /* border: 5px solid #C4C4C4; */
    margin-left: -6px;
    margin-top: -1px;
  }

  input:checked ~ .departure-date-checkmark {
    background-color: #335997;
  }

  .departure-date-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .departure-date-checkbox input:checked ~ .departure-date-checkmark:after {
    display: block;
  }

  .departure-date-checkbox .departure-date-checkmark:after {
    left: 4px;
    /* top: 5px; */
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  input:checked+.slider {
    background-color: #ffffff;
  }

  /* input:checked+.checkmark {
    background-color: #335997;
  } */

  input:focus+.slider {
    box-shadow: 0 0 1px #335997;
  }

  input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #ff8136;
    left: 0px;
  }

  .swap-img-ffs {
    position: absolute;
    left: 48.2%;
    top: 61%;
  }

  .swap-img {
    position: absolute;
    left: 48%;
    top: 66%;
  }

  .flight-summary-body {
    display: flex;
    width: 100%;
  }

  .card-body.card-body-formsearch ul.nav {
    /* display: inline-block;
    position: relative;
    border: 0; */
    display: flex;
    justify-content: space-between;
    border: 0;
  }

  .input-arrival,
  .input-arrival-date,
  .input-checkout-date,
  .input-flight-detail-seat-class,
  .input-hotel-detail-star {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }

  .input-arrival-date{
    margin-left: -20px;
  }

  .input-departure,
  .input-hotel-destination,
  .input-departure-date,
  .input-checkin-date,
  .input-flight-detail-passanger,
  .input-hotel-detail-passanger {
    padding-left: 0 !important;
    padding-right: 0px !important;
    height: 70px !important;
  }

  .information-card{
    width: 100%;
    height: 102px;
    max-width: 432px;
    background: #ffffff;
    position: absolute;
    top: calc(12% - -515px);
    left: 190px;
    padding: 20px !important;
    box-sizing: border-box;
    border-radius: 5px;
    /* box-shadow: 0 0 5px #000000b3; */
    /* margin-top: -314px; */
    /* margin-left: 189px; */
    box-shadow: 2px 1px 10px #00000029 !important;
    z-index: 1;
    opacity: 1;
  }

  .important-info{
    /* position: absolute !important; */
    /* top: 62px !important; */
    font-size: 12px !important;
    /* left: -45px !important; */
    width: 320px;
    margin-bottom: 3px;
    margin-top: 3px;
    max-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left !important;
  }
  
  .information-title{
    color: #335997 !important;
    font-size: 12px !important;
    margin-bottom: 0;
    margin-top: 1px;
    /* position: absolute !important;
    margin-top: -17px !important;
    margin-left: 30px !important; */
  }
  
  .information-image{
    width: 18px;
    height: 18px;
    margin-right: 10px !important;
    margin-left: 5px;
  }
  
  .further-information{
    font-size: 12px !important; 
    /* position: absolute !important;
    left: -45px !important;
    top: 90px !important; */
    color: #FF8236 !important;
  }

  .departure-date-checkbox {
    width: 12px;
    height: 12px;
    border: 1px solid #C4C4C4;
    margin-left: 25px;
    margin-top: 13px;
    margin-right: 13px;
    z-index: 1;
  }

  .departure-date-checkmark {
    width: 12px;
    height: 12px;
    position: absolute;
    /* border: 5px solid #C4C4C4; */
    margin-left: -6px;
    margin-top: -1px;
  }
  .isModal {
    /* width: 12px;
    height: 12px;
    position: absolute;
    border: 5px solid #C4C4C4; */
    margin-left: -1px !important;
    /* margin-top: -1px; */
  }

  input:checked ~ .departure-date-checkmark {
    background-color: #335997;
  }

  .departure-date-checkbox input:checked ~ .departure-date-checkmark:after {
    display: block;
  }

  .departure-date-checkbox .departure-date-checkmark:after {
    left: 4px;
    /* top: 5px; */
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .departure-date-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  #flight-result {
    margin-left: 0px !important;
  }

  .site-container {
    overflow: auto;
  }

}

.information-card .information-carousel .carousel-caption,
.bottom-important-information .information-carousel .carousel-caption {
  position: relative;
  text-align: left;
  right: 0;
  left: 0;
}

.information-card .information-carousel .carousel-caption,
.bottom-information-component .information-carousel .carousel-caption {
  position: relative;
  text-align: left;
  right: 0;
  left: 0;
}

.bottom-information-component .information-carousel .carousel-indicators {
  bottom: -70px!important;
}

.bottom-important-information .information-carousel .carousel-caption{
  padding-top: 70px;
}

.img-pop-up-rounded:after{
  content: url(../images/symbols/icon-cross.png);
  position: absolute;
  right: 32px;
  top: 1.5px;
  cursor: pointer;
  z-index: 5;
}

.img-pop-up-rounded{
  margin: auto;
  position: fixed;
  width: calc(70vh);
  top: calc(11vh + 30px);
  z-index: 4;
}

.img-pop-up-rounded:before{
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 50%;
  right: 20px;
  top: -9px;
  z-index: 4;
}

input#input-flight-detail-ffs, input#input-flight-detail-ffs-2 {
  font-size: 16px;
  /* padding: 0 10px 0 42px !important; */
  border-radius: 8px !important;
  border: none !important;
  background: transparent;
  color: #335997;
  cursor: pointer;
  margin-top: -2px; 
  margin-left: -10px;
  text-overflow: ellipsis;
}

input#input-flight-city-to-ffs, input#input-flight-city-from-ffs {
  font-size: 16px;
  padding: 0 !important;
  /* border-radius: 8px !important;
  border: none !important;
  background: transparent; */
  color: #335998;
  cursor: pointer;
  width: 120px;
  /* margin-right: 15px; */
}

input.input.form-control.pika-day-ffs {
  font-size: 16px;
  padding: 0 !important;
  color: #335998;
  cursor: pointer;
  width: 130px;
}

input.input.form-control.pika-day-ffs-2 {
  font-size: 16px;
  padding: 0 !important;
  /* border-radius: 8px !important;
  border: none !important;
  background: transparent; */
  color: grey;
  cursor: pointer;
  width: 130px;
  margin-right: 8px; 
}

/* input#input-flight-city-from-ffs {
  margin-right: 10px;
} */

input#input-flight-city-to-ffs {
  margin-left: 20px;
  width: 80px;
}

.blue-dot{
  width: 5px;
  height: 5px;
  background-color: #335997;
  border-radius: 50%;
  margin-top: 17px;
  margin-right: 15px;
  margin-left: 15px;
  z-index: 1;
}

.blue-dot-2{
  width: 5px;
  height: 5px;
  background-color: #335997;
  border-radius: 50%;
  margin-top: 17px;
  /* margin-left: 20px; */
  z-index: 1;
}

.blue-dot-3{
  width: 5px;
  height: 5px;
  background-color: #335997;
  border-radius: 50%;
  margin-top: 17px;
  margin-left: 5px;
  margin-right: -5px;
  z-index: 1;
}

.input-arrival-ffs {
  max-width: 120px;
  min-width: 80px;
  /* margin-right: 40px; */
  margin-left: 15px;
  font-size:16px;
}

.input-departure-ffs{
  max-width: 120px;
  min-width: 80px;
  margin-right: 15px;
  font-size:16px;
}

.blue-line{
  border: 1px solid #335997;
  height: 8px;
  transform: rotate(-90deg);
  margin-top: 15px;
  margin-right: 10px;
  margin-left: -7px;
}

input#input-flight-detail-ffs-2{
  width: 175px;
}

/* .pika-day-ffs-2.form-control[disabled] {
  background-color: #bdbdbd !important;
  color: #949494 !important;
  height: 40px;
} */

.input-arrival-date-ffs .switch {
  position: absolute;
  right: 17px;
  top: -34px;
}

.slider-2.round {
  border-radius: 34px;
  border: 4px solid #ffffff;
  padding-top: 10px;
  margin-right: 0px;
}

.slider-2 {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A4A4A4;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-2.round:before {
  border-radius: 50%;
}

.slider-2:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  left: 6px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider-2 {
  background-color: #335997;
}

input:focus+.slider-2 {
  box-shadow: 0 0 1px #335997;
}

input:checked+.slider-2:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #ff8136;
  left: 0px;
}

/* .owl-img{
  height: 200px !important;
} */

.section-wrapper {
  width: auto;
  max-width: 1305px;
  padding: 0px 160px;
  margin: auto !important;
}

.apps-section-container{
  display: flex;
  margin-top: -175px;
  margin-left: 80px;
}

.apps-section-content{
  width: 144px;
  margin-right: 10px;
}

.search-full {
  display: block !important;
  float: right;
  width: 100%;
  height: 35px;
  margin-top: 24px;
  font-size: 14px !important;
}

.square-btn{
  width: 80px;
  height: 80px;
  border-radius: 15px !important;
}

.vc-container{
  --day-content-height: 40px !important;
  --day-content-width: 40px !important;
}

.vc-day-today {
  font-size: 8px;
  position: absolute;
  left: 14px;
  font-weight: 700;
  top: 0px;
}

.vc-day-normal{
  font-size: 10px;
  position: absolute;
  top: 40px;
  font-weight: 400;
  color: red;
}
.vc-day-cheapest{
  font-size: 10px;
  position: absolute;
  top: 40px;
  font-weight: 400;
  color: #FF8136;
}

.loading-state-date-price{
    position: absolute;
    top: 35px;
}

.vc-grid-container.grid {
  gap: 5px !important;
}

.vc-day {
  padding: 5px;
}

.vc-highlights {
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.vc-highlight {
  width: var(--highlight-height);
  height: var(--highlight-height);
}

.vc-day-content{
  flex-direction: column !important;
}

.vc-day-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.vc-day-box-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform-origin: 50% 50%;
}

.vc-highlight.vc-highlight-base-middle {
  width: 100%;
  border-radius: 0!important;
  border-left-width: 0!important;
  border-right-width: 0!important;
  margin: 0 -1px;
}

.vc-highlight.vc-highlight-base-start {
  width: 50%!important;
  border-radius: 0!important;
  border-right-width: 0!important;
}

.vc-day-box-right-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  transform-origin: 100% 50%;
}

.vc-day-box-left-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transform-origin: 0 50%;
}

.vc-highlight.vc-highlight-base-end {
  width: 50%!important;
  border-radius: 0!important;
  border-left-width: 0!important;
}

@media screen and (min-width:992px) {
  .mobile-pika {
    width: 30% !important;
  }

  input#input-flight-detail {
    /* font-size: 14px;
    padding-left: 50px;
    padding-right: 30px;
    border-radius: 8px !important; */
    width: 263px;
  }

  input#input-hotel-detail-passanger {
    width: auto;
  }

  input#input-flight-detail-2 {
    /* font-size: 14px;
    padding-left: 50px;
    padding-right: 30px;
    border-radius: 8px !important; */
    width: 168px;
    /* float: right; */
  }

  input#input-hotel-detail-star {
    width: 400px;
  }

  input#input-flight-detail-2{
    margin-top: 25px;
    clear: left;
    margin-left: 5px;
  }

  input#input-flight-city-to {
    /* font-size: 14px;
    padding-left: 50px;
    padding-right: 30px;
    border-radius: 8px !important; */
    width: 168px;
    float: right;
    margin-right: 10px;
    padding-left: 15px !important;
    position: relative;
    left: -5px;
  }

  input.input.form-control.pika-day {
    font-size: 14px;
    /* padding-left: 50px;
    padding-right: 30px;
    border-radius: 8px !important; */
    width: 168px;
  }

  input.input.form-control.pika-day-return {
    /* font-size: 14px;
    padding-left: 50px;
    padding-right: 30px;
    border-radius: 8px !important; */
    width: 267px;
    /* float: right; */
  }

  /* .pika-day.allowed.form-control[readonly] {
    background-color: #e3ecf2 !important;
  } */

  .pika-day-ffs-2.allowed.form-control[readonly] {
    background-color: transparent !important;
    color: #335998;
    /* margin-left: 12px;
    width: 212px; */
  }

  /* .pika-day-return.form-control[disabled] {
    background-color: #bdbdbd !important;
    margin-left: 7px;
  } */

  /* .pika-day.form-control {
    margin-left: 7px;
  }

  .pika-day-return.form-control {
    margin-left: 7px;
  } */

  input#input-flight-city-from {
    /* font-size: 14px;
    padding-left: 50px;
    padding-right: 30px;
    border-radius: 8px !important; */
    width: 168px;
  }

  .swap-img {
    position: absolute;
    top: 29%;
    left: 49.6%;
  }

  .swap-img-ffs {
    position: absolute;
    top: 61%;
    left: 48.7%;
  }

  /* .card-body.card-body-formsearch ul.nav {
    display: inline-block;
    position: relative;
    width: 100%;
  } */

  .mpd-list{
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3%;
    -moz-column-gap: 3%;
    column-gap: 3%;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
  }

  .home-most-popular-destination{
    margin-bottom: 50px;
  }

  .mpd-link{
    color: #335997;
    text-decoration: none;
    font-size: 14px;
  }

  .mpd-link.unavaiable{
    text-align: center;
  }

  .input-arrival,
  .input-arrival-date,
  .input-checkout-date,
  .input-flight-detail-seat-class,
  .input-hotel-detail-star {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .input-departure,
  .input-departure-date,
  .input-flight-detail-passanger,
  .input-hotel-detail-passanger {
    padding-left: 0px !important;
    padding-right: 8px !important;
  }

  .input-hotel-destination {
    border: 1px solid #EFEFEF;
    border-radius: 15px;
    margin-top: 21px;
    margin-right: 20px;
  }

  /* .input-checkin-date {
    border: 1px solid #EFEFEF;
    border-radius: 15px;
    margin-left: 17px;
    margin-top: 20px;
  } */

  /* .input-checkout-date {
    border: 1px solid #EFEFEF;
    border-radius: 15px;
    margin-top: 20px;
    margin-left: 10px;
  } */

  .input-hotel-detail-passanger {
    border: 1px solid #EFEFEF;
    border-radius: 15px;
    margin-left: 20px;
    margin-top: 20px;
    width: 220px;
  }

  .input-hotel-detail-passanger #passenger-hotel-input-detail-headcounts {
    left: auto;
    margin-top: 15px;
  }

  .input-hotel-detail-star {
    width: 386px;
    border: 1px solid #EFEFEF;
    border-radius: 15px;
    margin-left: 10px;
    margin-top: 20px;
    padding-right: 4px !important;
  }

  .input-hotel-detail-star #passenger-input-detail-star {
    left: auto;
    margin-top: 235px;
    margin-left: -8px;
  }


}

@media screen and (min-width:426px) and (max-width:991px) {
  .checkbox-return {
    height: 25px !important;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {

  .owl-next,
  .owl-prev {
    top: 37% !important;
  }
}

@media screen and (max-width:768px) {
  .kredivo-method-wrapper .kredivo-method-option ul {
    list-style: disc;
    padding: 0;
    margin-left: 17px;
  }

  div.kredivo-method-wrapper:not(:last-child) {
    margin-bottom: 25px;
  }

  .payment-method-nav .tab-pay-wrapper span {
    display: block;
    text-align: center;
  }

  .card-carousel {
    width: 90% !important;
  }

  .newsletter-hero .title {
    font-size: 14px;
  }

  .information-card .information-carousel .carousel-caption, 
  .bottom-important-information .information-carousel .carousel-caption {
    left: 15%;
    right: 15%;
  }

  .bottom-information-carousel>.carousel-indicators {
    margin-left: 15% !important;
  }
  .booking-check-wrapper {
    min-height: 100vh;
  }

  .flight_returnAlt {
    --day-content-height: 30px !important;
    --day-content-width: 30px !important;
  }

  .vc-day-today {
    font-size: 10px;
    position: absolute;
    left: 6px;
    font-weight: 700;
    top: -9px;
  }

  .vc-day-normal {
    font-size: 10px;
    position: absolute;
    /* left: 10px; */
    top: 42px;
    font-weight: 400;
    color: #FF8136;
  }

  .vc-day-cheapest {
    font-size: 10px;
    position: absolute;
    /* left: 10px; */
    top: 42px;
    font-weight: 400;
    color: red;
  }

  .vc-day-content{
    font-size: 12px !important;
  }

  .maxDateRange .vc-day-content {
    width:38px !important
  }

}

@media screen and (max-width: 425px) {
  .detail-flight-row {
    margin-top: 16px;
  }
  .why-us-text {
    height: 13em !important;
  }

  .flight-partner {
    display: block !important;
    height: auto !important;
  }

  .newsletter-hero .wrapper {
    display: block !important;
    max-width: 100% !important;
  }

  .newsletter-hero>.wrapper>.title {
    width: 100%;
  }

  .newsletter-hero-form {
    width: 100% !important;
    justify-content: center !important;
  }

  .card-carousel {
    width: 80% !important
  }

  .card-slider-img {
    width: 300px;
    height: 150px;
  }

  .home-teaser-head>h2 {
    font-size: 20px;
  }

  .flight-partner>.title-partner {
    margin: 0 !important;
  }

  .flight-summary-date .title span {
    display: flex;
  }

  .button-checkout-page {
    width: 137px !important;
  }
}

@media screen and (min-width:414px) {

  .payment-coupon .label {
    margin-bottom: 0 !important;
  }
}

.checkout-page-container-contact {
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
}

.checkout-flight-summary {
  display: block;
}

@media screen and (max-width: 639px) {
  .checkout-section-contact-body {
    padding: 30px 30px 20px 30px !important;
  }

  .checkout-page-header-contact .subtitle span:first-child {
    width: 20px;
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 640px) {
  .payment-method-nav {
    margin: -16px 24px -16px 0;
  }

  .page-header .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
  }

  .passenger-item {
    padding: 16px 24px;
  }

  .form-edit-passenger {
    padding-right: 80px;
  }

  .passenger-add-form {
    padding-right: 104px !important;
  }

  .account-profile-section {
    padding: 16px 24px 16px 24px !important;
  }

  .referral-item {
    padding: 16px 24px !important;
  }

  /* .wrapper-head {
    padding-left: 32px;
    padding-right: 32px;
  } */
}

@media screen and (min-width: 1024px) {
  .wrapper-head {
    padding-right: 16px;
    padding-left: 16px;
    max-width: 100%;
    /* padding-left: 80px;
    padding-right: 80px; */
  }

  .search-button {
    padding-left: 15px !important;
  }

  .search-lite {
    display: none !important;
  }

  /* .input-departure,
  .input-departure-date,
  .input-flight-detail-passanger {
    padding-left: 0px !important;
    padding-right: 8px !important;
  }

  .input-return,
  .input-arrival,
  .input-arrival-date,
  .input-flight-detail-seat-class {
    padding-left: 8px !important;
    padding-right: 0px !important;
  } */

  .checkout-id.section-failed {
    max-width: 320px;
    margin: 0 auto;
  }

  .checkout-complete-container .wrapper-img-failed .text-img-failed {
    color: #FF0000;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .checkbox-return .col {
    padding: 0px;
  }

  .mobile-login {
    display: none;
  }

  .modal-login-is-toggled .site-header {
    z-index: auto;
  }

  .checkout-page-container-contact {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .checkout-mobile-login {
    display: none;
  }
  .checkout-login {
    display: inline-block;
  }

  .col-right-ffs label.custom-control-label {
    font-size: 14px !important;
  }

  .col-right-ffs label.custom-control-label:before,
  .col-right-ffs label.custom-control-label:after {
    top: 0.15rem !important;
  }
}

.checkout-id.section-failed {
  max-width: 510px;
  margin: 0 auto;
}

.checkout-complete-container .wrapper-img-failed .text-img-failed {
  color: #FF0000;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}

.checkout-id.section-failed .row .value {
  flex: 1 1 0;
  -ms-flex: 1 1 0;
}

@media screen and (max-width:639px) {
  .payment-method-nav .tab-pay-wrapper span {
    display: block;
    text-align: center;
  }

}

@media screen and (max-width: 1024px) {

  .input-departure,
  .input-arrival,
  .input-return,
  #input-flight-detail,
  .detail-flight-row {
    /* padding: 0 5px !important */
  }

  .gimmick-text h5{
    padding-left: 0px;
    padding-right: 0px;
  }

  .gimmick-text p{
    padding-left: 0px;
    padding-right: 0px;
  }

  .card-carousel {
    width: 80% !important
  }

  .hamburger-nav-toggle {
    position: absolute;
    left: 16px;
    top: 14px;
  }
}

@media screen and (min-width: 1120px) {
  .wrapper-head {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-aside {
    width: 250px;
  }

  .site-header-nav {
    /* margin-left: 30px !important; */
    padding-left: 30px !important;
  }

  /* .site-header-nav .item+.item {

  .site-header-nav .item+.item {
    margin-left: 60px !important;
  } */
}

@media screen and (max-width:1023px) {

  .hamburger-nav-toggle {
    display: block !important;
  }

  .section-wrapper{
    padding: 0px 20px;
    margin: auto;
    width: 100%;
  }

  .site-footer .section-wrapper{
    padding: 0px !important;
  }

  .section-mpf, 
  .why-us,
  .section-important-information, 
  .section-partner, 
  .section-subscribe, 
  .section-download-app {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.subscribe-row, .bottom-information-row {
  padding-left: 0px !important; 
  padding-right: 0px !important;
}

.subs-img{
  text-align: center;
}

  .mobile-login {
    color: #ffffff;
    display: block;
    height: 24px;
    padding: 2px;
    width: auto;
    position: absolute;
    right: 25px;
    top: 17px;
  }

  .mobile-login:focus,
  .mobile-login:hover {
    color: #ff8136;
  }

  .mobile-login .icon {
    width: 20px !important;
    margin-right: 5px;
  }
  .checkout-mobile-login {
    display: inline-block;
  }
  .checkout-login {
    display: none;
  }
}

@media screen and (max-width:325px) {
  .button.button-large {
    width: auto !important;
    font-size: 11px !important;
  }
}

.carousel-control-prev {
  justify-content: flex-start !important;
}

.carousel-control-next {
  justify-content: flex-end !important;
}

.modal-mobile-login.is-toggled {
  display: block;
  /* box-shadow: 0 19px 38px rgba(136,136,136,.8), 0 15px 12px rgba(136,136,136,.8); */
  /* overflow-y: auto; */
}

.modal-mobile-login {
  /* background-color: rgb(255, 255, 255); */
  display: none;
  position: fixed;
  top: 30%;
  width: 280px;
  height: 280px;
  z-index: 15;
  transition: all 0.2s ease-out 0s;
}

.modal-mobile-login #radius-mobile-login {
  width: 280px;
  height: 450px;
  background-color: rgb(255, 255, 255);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
}

.modal-mobile-login .login-form .account-exlink,
.modal-login .login-form .account-exlink,
.auth-login-card .auth-login-form .account-exlink{
  margin-top: 0;
}

.modal-mobile-login #login-mobile-tab.is-tabbed {
  display: block !important;
}

.mobile-login .icon {
  height: 100%;
  width: 100%;
}

/* .modal-login:before {
  content: url(../images/symbols/icon-cross.svg);
    position: absolute;
    right: -9px;
    top: -5px;
    z-index: 99;
    width: 20px;
    cursor: pointer
} */

.modal-mobile-login:before {
  content: url(../images/symbols/icon-cross.svg);
    position: absolute;
    right: -8px;
    top: -5px;
    z-index: 99;
    width: 20px;
    cursor: pointer
}

.modal-mobile-login-is-toggled .site-container:before {
  opacity: 0.7;
  visibility: visible;
  z-index: 4;
}

.modal-mobile-login-is-toggled .site-header {
  z-index: auto;
}

.modal-mobile-login .option-login a {
  font-size: 14px;
  padding: 12px 0;
}

.modal-mobile-login .option-login a.is-tabbed {
  font-weight: 700;
  color: #345797;
}

.modal-mobile-login .option-login a.is-tabbed:hover,
.modal-mobile-login .option-login a.is-tabbed:focus {
  text-decoration: none;
  color: #345797;
}

.modal-mobile-login .button-full {
  font-weight: 400;
}

.modal-mobile-login [class*="form-"] .caption,
.modal-login [class*="form-"] .caption,
.auth-login-card [class*="form-"] .caption {
  line-height: 1.4;
  color: #000000;
}

ul.nav {
  display: inline-block;
  position: relative;

}

.card-body-formsearch ul > li.nav-item {
  width: 200px;
}

li.nav-item {
  float: left;
  /* background-color: white */
  /* width: 120px;
  height: 96px; */
}

.flight-form-search {
  width: 1090px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0px 0px 25px 25px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 2px 1px 10px #00000029;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: white !important;
  background-color: #335997 !important;
  border-color: #335997 #335997 #335997 !important;
  border-radius: 8px !important;
}

#tab-home__BV_tab_controls_.nav-tabs .nav-link:hover,
#tab-home__BV_tab_controls_.nav-tabs .nav-link:focus {
  border-color: #335997;
}

/* .form-search-clicked .m-flight-form-search, */
.form-search-clicked .flight-form-search, 
.form-search-clicked .container-form-search-result,
.form-search-clicked .search-form {
  z-index: 11;
  position: relative;
}

.form-search-clicked .site-container:before {
  opacity: 0.5;
  visibility: visible;
  z-index: 3;
}

.more-profile-is-toggled .site-container:before {
  opacity: 0.5;
  visibility: visible;
  z-index: 4 !important;
}

.show-pin-information .site-container:before {
  opacity: 0.5;
  visibility: visible;
  z-index: 3;
}

.avail-depart-result,
.avail-return-result {
  border-radius: 8px;
  /* box-shadow: 2px 1px 10px #00000029; */
}

.avail-depart-text,
.avail-return-text {
  border-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-tabs .nav-link {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  /* background-color: #ffffff; */
  color: #000000;
  padding: 30px;
}

.carousel {
  z-index: 0;
  /* background-color: #FF8136; */
}

.tab-content {
  /* background-color: #335997; */
  /* margin-top: -7px; */
}

.flight-city {
  width: 43em;
  margin: 0;
  background-color: #FF8136;
  border: none !important
}

/* li.item {
  margin-bottom: 1% !important;
} */

.input-helper-list .choice {
  color: #000000;
  margin-bottom: 3%;
}

.input-helper-list .choice:hover,
.input-helper-list .choice:focus {
  background-color: #335997;
  box-shadow: -4px 0 0 #335997, 4px 0 0 #335997;
  text-decoration: none;
  color: white;
  padding: 5%;
  border-radius: 8px;
}

.airport-list {
  text-align: left;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.input-helper-list.input-helper-list-addon {
  border-left: 1px solid #999999;
  background: #ffffff;
}

.airport-list-country-pick {
  background-color: #FF8136;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.airport-list-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.label {
  display: block
}

.checkbox-return {
  /* margin-left: 0 !important; */
  color: white;
  height: 10px;
  text-align: left;
}

.form-checkbox {
  margin-right: 0 !important;
  /*edit*/
  align-items: center;
  margin: 10px auto;
  /*edit*/
}

.form-checkbox:first-child {
  margin: 10px auto 10px auto;
}

.hidden {
  margin-top: 10px;
}

.form-checkbox:last-child {
  margin-bottom: 6px;
}

.form-checkbox.filter-time-checkbox {
  display: inline-block;
}

#m-flight-result .form-checkbox.filter-time-checkbox {
  display: table-cell;
  padding: 12px 0;
  float: none;
  margin: 0;
}

.form-checkbox.filter-airlines-checkbox {
  display: inline-block;
  padding-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#scrollable-filter-pergi {
  height: auto;
  width: 230px;
  max-height: 280px;
  overflow-y: auto;
}

#m-flight-result .form-checkbox.filter-airlines-checkbox {
  /* width: 20%; */
  margin-top: 0px;
  margin-bottom: 0px;
}

#m-flight-result .form-checkbox.filter-airlines-checkbox img {
  margin-left: 0px;
  position: relative;
  top: 20px;
}

.filter-airlines-checkbox img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
}

p.text-filter-maskapai {
  font-size: 10px;
  padding-top: 6px;
  text-align: left;
  width: 103px;
}

#m-flight-result p.text-filter-maskapai {
  font-size: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left;
  width: 220px;
}

#m-flight-result .filter-airlines-checkbox img {
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
}

#m-flight-result .m-flight-timeline-to {
  margin-top: 50px;
}

#m-flight-result .flight-timeline-from::after {
  content: attr(data-content);
  position: absolute;
  left: 26px;
  bottom: 34px;
  font-size: 12px;
  color: #A7A9AC;
  font-weight: 700;
}

#m-flight-result .mobile-recommended-flight .flight-timeline-row .location {
  width: 100px;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  margin-left: -60px;
  position: relative;
  left: 25px;
  top: 20px;
}

/* .filter-airlines-checkbox.selected{
  border: 1px solid #ff8136;
} */

.swap-icon {
  background-color: white;
  margin: 10px;
  margin-top: -34px;
  z-index: 1
}

.swap-icon-ffs {
  width: 15px;
  left: calc(100% - 7px);
}

.section-title {
  font-weight: bold;
}

.home-teaser-head .title {
  text-transform: capitalize;
  color: #335997;
}

.why-us {
  background-color: #FFFFFF;
  margin-bottom: 50px;
  color: #335997;
  font-weight: 500;
  height: 330px;
}

.gimmick-title{
  font-size: 30px !important;
  padding: 30px 0px;
  color: #335998;
}

/* .gimmick-content{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
} */

.gimmick-1,
.gimmick-3,
.gimmick-4{
  width: 390px;
  margin-top: 30px;
  /* display: flex;
  flex-direction: column; */
  /* height: 162px; */
}

.gimmick-2{
  width: 315px;
  margin-top: 25px;
  margin-left: -5px;
}

.gimmick-3{
  margin-left: -100px;
}

.gimmick-4{
  margin-left: -97px;
}

.gimmick-container{
  display: flex;
  margin-bottom: 40px;
}

.why-btg-detail{
  margin-top: 60px;
  margin-left: -230px;
}

.why-btg-detail-2{
  margin-top: 45px;
  margin-left: -151px;
}

.why-btg-detail-3{
  margin-top: 54px;
  margin-left: -132px;
}

.why-btg-detail-4{
  margin-left: -135px;
  margin-top: 48px;
}

.why-choose-btg-text{
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
}

.gimmick-2 .gimmick-span h5{
  padding: 0px 10px !important;
}

.gimmick-svg{
  height: 95px;
  fill: currentColor;
}

.gimmick-span{
  margin-bottom: 10px !important;
}

.gimmick-content .gimmick-1 h5,
.gimmick-content .gimmick-2 h5,
.gimmick-content .gimmick-3 h5,
.gimmick-content .gimmick-4 h5{
  font-size: 16px;
}

.gimmick-content .gimmick-1 p,
.gimmick-content .gimmick-2 p,
.gimmick-content .gimmick-3 p,
.gimmick-content .gimmick-4 p{
  font-size: 14px;
}

.bottom-information{
  height: 395px;
  margin-bottom: 20px;
}

.bottom-important-information{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: -20px;
    margin-left: -10px;
    width: 960px;
    height: 400px;
    /* background: #c4c4c4;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.15); */
    /* border-radius: 25px;
    background-color: #c5c5c5; */
}

.bottom-information-card-background{
  position: absolute;
    /* top: 56px; */
    margin-left: -167px;
    margin-top: -9px;
}

.bottom-information-right{
  flex-grow: 0.5;
  display: flex;
  flex-direction: column;
}

.bottom-information-left{
  margin-right: 60px;
  margin-left: 150px;
}

.bottom-information-left img,
.subscribe-row-left img{
  height: 344px !important;
}

.site-footer .section-wrapper{
  padding: 0px 175px;
}

.home-most-popular-flight{
  margin-bottom: 50px;
}

.mpf-title,
.best-hotel-recommendation .title,
.cheapest-hotel-recommendation .title,
.popular-tour-destination .title,
.interesting-to-do .title,
#train-home-content .title {
  /* display: flex; */
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #345797;
  font-size: 32px;
}

.mpf-image{
  margin-left: -10px;
}

.bottom-no-information-left{
  margin-right: 60px;
  margin-left: 350px;
}

.subs-img img{
  width: 118px;
  height: 283px;
}

.section-download-app img{
  width: 100%;
}

.subs 

/* result detail margin */

/* .flight-partner {
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding: 20px 0;
} */

.flight-partner .title-partner {
  margin: 0 30px 0 0;
  font-weight: bold;
  color: #335997;
  font-size: 32px;
}

.flight-partner-list{
  display: block;
}

.item>img {
  width: 100px
}

.section-partner {
  background-color: white;
}

.newsletter-hero {
  background-color: #FF8136;
  background-image: none;
  padding-bottom: 20px;
  padding-top: 20px;
}

.newsletter-hero .wrapper {
  display: flex;
  max-width: 80%
}

.newsletter-hero-form {
  width: 85%;
  justify-content: left;
}

.button {
  background-color: #FF8136;
  border-radius: 5px;
}

.newsletter-hero-form .button {
  background-color: #335997;
  font-size: 14px;
  width: 155px;
  font-weight: 400 !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.newsletter-hero-form>.input {
  padding: 9px 10px;
  border-radius: 8px !important;
  max-width: 50%;
  font-size: 13px;
  border-bottom: none !important;
  padding-left: 30px;
  margin-right: 16px;
}

.newsletter-hero-form>.input::placeholder {
  font-size: 14px;
  color: #a8a8a8;
}

.newsletter-hero .title {
  font-size: 14px;
  width: 90%;
  margin-top: 3px;
  color: #ffffff;
  margin: auto 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 35px;
}

.site-content>.inner {
  /* padding-bottom: 0px !important; */
}

.site-footer-mega>section {
  width: 100% !important;
  text-align: center;
}

.site-footer-social {
  margin-left: 0 !important;
  text-align: center;
}

.site-footer-social .item {
  margin-left: 18px;
  margin-right: 18px;
}

.site-footer-linker>ul>li {
  float: left;
  font-size: 14px;
  margin: 0 25px;
}

.site-footer-linker {
  display: inline-flex;
}

.site-footer-linker a {
  color: #ffffff;
}

.site-footer-mega>.section {
  margin: calc(15px);
}

/* .site-footer-end {
  border-top: 1px solid rgba(255, 255, 255, 1);
} */

.item-badger {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}

.item-badger img {
  width: 97px;
}

.site-footer-badger {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}

.site-footer-download-apps {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.site-footer-download-apps.download-btn li{
  cursor: pointer;
}

.site-footer-badger>.title {
  margin-top: 8px;
}

.site-footer-copyright,
.site-footer-badger .title {
  font-size: 12px;
  color: white
}

.site-header,
.site-footer {
  background-color: #335997;
}

.site-header {
  box-shadow: 0 1px 3px 0 rgba(27,27,27,.1), 0 4px 8px 0 rgba(27,27,27,.1);
}

/* .site-header {
  position: sticky;
  top: 0;
} */

.site-header-nav .item.item-current .link {
  color: #ff8136
}

.site-header-option .link:focus {
  color: #ff8136;
}

.site-header-option .link.logged {
  display: inline-block;
}

.site-header-option .link.logged img.v3-icon {
  height: 35px;
}

.site-header-logo img.v3-icon,
.site-footer-logo img.v3-icon {
  height: 30px;
}

.site-footer-logo{
  color: #075DB3;
  max-width: 60%;
  margin-bottom: 20px;
}

.site-footer-title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.site-footer-apps-title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 250px;
  margin-top: -18px;
}

.footer-btg-container{
  width: 100%;
}

.footer-facility-container,
.footer-apps-container{ 
  margin-top: -122px;
  margin-left: 60px;
  width: 274px;
}

.footer-apps-container{
  margin-right: -80px;
  margin-top: -104px;
  width: 274px;
}

.footer-assistance-container{
  margin-top: -67px;
  margin-left: 60px;
  width: 355px;
}

.footer-list-content{
  margin-bottom: 10px;
}

.footer-apps-content{
  width: 110px;
  margin-top: 10px;
}

.footer-transaction-safety-container{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  bottom: 40px;
}

.transaction-safety-img{
  margin-top: 10px;
  width: 20%;
  margin-left: 10px;
  margin-right: -60px;
}

.site-header-option .separator-logged {
  color: #ffffff;
  margin: 0px 5px 0 5px;
}

/* .site-header-option .item+.item {
  margin-left: 60px;
} */

.site-header-option .toggle:before {
  content: "";
  position: absolute;
  width: 100%;
  /* border-bottom: 1px solid #ffffff; */
  top: 35px;
}

.profile-notification {
  position: absolute;
  right: 34px;
  top: 9px;
  background: red;
  border-radius: 60%;
  padding: 4px;
}

.message-notification {
  position: absolute;
  right: 4px;
  top: 15px;
  background: red;
  border-radius: 60%;
  padding: 4px;
}

.rounded-profile {
  display: inline-block;
  border-style: solid;
  border-color: #335997;
  width: 40px;
  height: 35px;
  border-width: 2px;
  border-radius: 50%;
  overflow: hidden;
}

.rounded-profile img {
  width: 40px;
  height: 35px;
  max-width: 40px;
  max-height: 35px;
}

.site-header-option .toggle:after{
   /*display: inline-block;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff; */
  display: inline-block;
  margin-left: 10px;
  margin-top: -5px;
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: '';
}

.site-header-option .is-toggled:after {
  transform: rotate(225deg);
  margin-top: 5px;
}

.passenger-input-class {
  border: none !important;
}

.passenger-input-title-inside {
  text-align: left;
  margin-bottom: 5px !important;
}

.input-class.js-toggle.form-control {
  margin-left: 7px;
}

.switcher-option .a {
  text-transform: capitalize;
}

.site-header-nav .link {
  color: white
}

.site-header-nav .link:hover {
  color: #ff8136
}


.site-header-option .link,
.site-header-option .toggle {
  color: white;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}

.site-header-option .link:hover,
.site-header-option .toggle:hover {
  color: #ff8136;
}

.hamburger-nav {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-out;
  transform: translateX(-100%);
  width: 90%;
  z-index: 11;
}

.hamburger-nav.is-toggled {
  display: block;
  transform: translateX(0);
}

.hamburger-nav-is-toggled .site-container:before,
.modal-login-is-toggled .site-container:before {
  opacity: 0.5;
  visibility: visible;
  z-index: 10;
}

.modal-login-is-toggled .login-container{
  display: grid;
}

.hamburger-nav-toggle .icon {
  display: block;
  height: 100%;
  padding: 2px;
  width: 100%;
}

.hamburger-nav-toggle {
  color: #ffffff;
  display: none;
  height: 32px;
  padding: 2px;
  margin-right: 33px;
  width: 32px;
}

.hamburger-nav-toggle:hover {
  color: #FF8136;
}

.site-header-nav .link:hover:before,
.site-header-nav .link:focus:before {
  background-color: #FF8136 !important;
}

/* .modal-login:before {
    content: url(../images/symbols/icon-cross.png);
    position: absolute;
    right: -9px;
    top: -5px;
    z-index: 99;
    width: 20px;
    cursor: pointer
} */

.modal-cross-logo{
  cursor: pointer;
}

.modal-cross-logo,
.modal-cross-logo-lp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 50%;
    right: -15px;
    top: -15px;
    z-index: 98;
}

.modal-cross-logo .icon-inline.custom-cross-logo{
  top: -1px;
  color: #345797;
  left: 2px;
}

.modal-login #login-tab.is-tabbed,
.auth-login-card #auth-login-tab.is-tabbed{
  display: block !important;
}

.modal-login #login-tab .login-form,
.modal-login #daftar-tab .daftar-form,
.modal-mobile-login #login-mobile-tab .login-form,
.modal-mobile-login #daftar-mobile-tab .daftar-form,
.auth-login-card #auth-login-tab .auth-login-form,
.auth-login-card #auth-register-tab .auth-register-form
 {
  padding: 25px 42px;
}

.modal-login .option-login .is-tabbed,
.modal-mobile-login .option-login.is-tabbed,
.auth-login-card .option-login .is-tabbed {
  font-weight: 700;
  color: #345797 !important;
}

.modal-login .login-tab.new-modal.is-tabbed,
.modal-login .daftar-tab.new-modal.is-tabbed,
.auth-login-card .auth-login-tab.new-modal.is-tabbed,
.auth-login-card .auth-register-tab.new-modal.is-tabbed{
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.modal-login .login-tab.new-modal,
.modal-login .daftar-tab.new-modal,
.auth-login-card .auth-login-tab.new-modal,
.auth-login-card .auth-register-tab.new-modal{
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
}

select .user-salutation{
  background-image: none;
}

.modal-login .option-login a:hover,
.modal-mobile-login .option-login a:hover,
.auth-login-card .option-login a:hover{
  color: #345797 !important;
}

.option-login {
  background-color: #FFFFFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.option-login a {
  display: inline-block !important;
  width: 47%;
  text-align: center;
  position: relative;
  padding: 8px 0;
  color: #BDBDBD;
  line-height: 1.714285714;
}

.site-header-option .new-modal{
    color: #BDBDBD !important;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
}

.login-container .modal-login .option-login .link:before,
.auth-login-container .auth-login-card .option-login .link:before{
  content: "";
  background-color: #ffffff;
  bottom: 0;
  top: 55px;
  height: 1px;
  left: 37px;
  text-decoration: none;
  position: absolute;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: all 0.2s ease;
  width: 50%;
}

.option-login a:hover{
  text-decoration: none;
}

.site-header-option .modal-login .option-login .link:before,
.modal-mobile-login .option-login .link:before,
.site-header-option .auth-login-card .option-login .link:before {
  content: "";
  background-color: #ffffff;
  bottom: 0;
  top: 55px;
  height: 1px;
  left: 37px;
  position: absolute;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.2s ease;
  width: 50%;
}

hr.modal-slider{
    top: 39px;
    border-top: 2px solid #BDBDBD;
    position: absolute;
    z-index: 0;
}

.modal-mobile-login .daftar-form .phone-code{
  margin-right: -20px;
}

.login-container .modal-login .option-login .new-modal.is-tabbed::before,
.auth-login-container .auth-login-card .option-login .new-modal.is-tabbed::before {
  content: "";
  background-color: #345797 !important;
  position: absolute;
  height: 2px;
  left: 0px;
  text-decoration: none;
  top: 55px;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: all 0.2s ease;
  width: 111%;
  z-index: 1;
}

.modal-mobile-login .option-login .new-modal:before {
  content: "";
  background-color: #345797 !important;
  height: 2px;
  left: 0px;
  top: 40px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.2s ease;
  width: 111%;
  z-index: 1;
}

.site-header-option .modal-login .option-login .link.is-tabbed:before,
.modal-mobile-login .option-login .link.is-tabbed:before,
.site-header-option .auth-login-card .option-login .link.is-tabbed:before {
  transform: scaleY(1);
}

.modal-login .form-caption,
.modal-mobile-login .form-caption {
  padding: 0 25px;
  margin-bottom: 15px;
  text-align: center;
}

.modal-login .form-caption p span,
.modal-mobile-login .form-caption p span {
  font-weight: 700;
}

.modal-login input.user-email-login,
.modal-login input.user-password-login,
.modal-login input.user-first-name-register,
.modal-login input.user-last-name-register,
.modal-login input.user-email-register,
.modal-login input.user-input-referral,
.modal-login input.user-password-register,
.modal-login input.user-confirm-password-register,
.modal-login select.user-country-register,
.modal-login input.user-code-area,
.modal-login input.user-phone-no,
.auth-login-card input.user-email-login,
.auth-login-card input.user-password-login,
.auth-login-card input.user-first-name-register,
.auth-login-card input.user-last-name-register,
.auth-login-card input.user-email-register,
.auth-login-card input.user-input-referral,
.auth-login-card input.user-password-register,
.auth-login-card input.user-confirm-password-register,
.auth-login-card select.user-country-register,
.auth-login-card input.user-code-area,
.auth-login-card input.user-phone-no  {
  padding: 5px;
  width: 100%;
  height: 47px;
  text-indent: 15px;
  color: #345797;
}

.user-salutation {
  height: 47px;
  width: 100%;
  text-indent: 15px;
  background-image: none;
  color: #345797;
}

.form-user-salutation .custom-select-input-arrow,
.form-user-country .custom-select-input-arrow {
  top: 22px;
}

.user-country-register {
  background-image: none;
}

.show-password , .confirm-show-password{
    content: url(../images/symbols/icon-show-pass.png);
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 99;
    width: 20px;
    cursor: pointer
}

.booking-check-header{
  margin-bottom: 20px;
}

.booking-check-header .title{
  font-size: 14px;
  font-weight: bold;
  color: #335997;
}

.modal-mobile-login input.user-email-login,
.modal-mobile-login input.user-password-login,
.modal-mobile-login input.user-first-name-register,
.modal-mobile-login input.user-last-name-register,
.modal-mobile-login input.user-email-register,
.modal-mobile-login input.user-input-referral,
.modal-mobile-login input.user-password-register,
.modal-mobile-login input.user-confirm-password-register,
.modal-mobile-login select.user-country-register,
.modal-mobile-login input.user-code-area,
.modal-mobile-login input.user-phone-no {
  height: 47px;
  padding: 5px;
  text-indent: 25px;
}

.modal-login .form-popup-header:after,
.modal-mobile-login .form-popup-header:after {
  position: absolute;
  width: 20px;
  top: 7px;
  left: 0;
}

.modal-login .form-popup-header,
.modal-mobile-login .form-popup-header {
  position: relative;
}

/* .modal-login .form-user-email:after,
.modal-mobile-login .form-user-email:after {
  content: url(../images/symbols/icon-email.svg);
} */

/* .modal-login .form-user-password:after,
.modal-login .form-user-referral:after,
.modal-mobile-login .form-user-referral:after {
  background-image: url(../images/symbols/icon-referral.png);
  background-size: 25px 20px;
  background-repeat: no-repeat;
  width: 25px;
  height: 20px;
  content: '';
}

.modal-login .form-user-password:after,
.modal-mobile-login .form-user-password:after {
  content: url(../images/symbols/icon-password.svg);
} */

/* .modal-login .form-user-first-name:after,
.modal-login .form-user-last-name:after,
.modal-mobile-login .form-user-first-name:after,
.modal-mobile-login .form-user-last-name:after {
  content: url(../images/symbols/icon-profile.svg);
} */

/* .modal-login .form-user-country:after,
.modal-mobile-login .form-user-country:after {
  content: url(../images/symbols/icon-country.svg);
} */

.modal-login.is-toggled {
  display: block;
  transform: translateX(0);
  box-shadow: 0 1px 0px #333333, 0 0px 2px #333333;
}

.modal-login {
  background-color: #FFFFFF;
  display: none;
  transition: all 0.2s ease-out;
  transform: translateX(-100%);
  width: 480px;
  height: 465px;
  z-index: 12;
  border-radius: 8px;
}

.login-container{
  display: none;
  justify-content: center;
  position: absolute;
  margin-top: 15px;
  width: 100%;
  height: 100%;
  align-items: center;
}

.modal-login .daftar-form,
.auth-login-card .daftar-form{
  padding-right: 37px !important;
}

.daftar-form::-webkit-scrollbar{
  width: 5px;
}

.daftar-form::-webkit-scrollbar-thumb{
  background-color: #BDBDBD;
}

/* .daftar-form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: red;
} */

.modal-forgot-pass{
  background-color: #FFFFFF;
  display: none;
  position: relative;
  transition: all 0.2s ease-out;
  transform: translateX(-100%);
  width: 480px;
  height: auto;
  max-height: 300px;
  z-index: 99;
  border-radius: 8px;
  top: 31%;
  left: 49.5%;
  margin-left: -250px;
  margin-bottom: 100px;
}

.mobile-modal-forgot-pass{
  background-color: #FFFFFF;
  display: none;
  position: fixed;
  transition: all 0.2s ease-out;
  transform: translateX(-100%);
  width: 300px;
  height: auto;
  max-height: 395px;
  z-index: 99;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -150px;
}

.modal-forgot-pass.is-toggled{
  display: block;
  transform: translateX(0);
}

.modal-cross-logo-lp:after{
    content: url(../images/symbols/icon-cross.png);
    position: absolute;
    right: 6px;
    top: 10px;
    z-index: 99;
    width: 20px;
    cursor: pointer
}

.mobile-modal-forgot-pass.is-toggled{
  display: block;
  transform: translateX(0);
}

.mobile-modal-forgot-pass .modal-cross-logo-lp:after{
  content: url(../images/symbols/icon-cross.png);
  position: absolute;
  right: 6px;
  top: 10px;
  z-index: 99;
  width: 20px;
  cursor: pointer
}

.modal-forgot-pass .forgot-password-form,
.mobile-modal-forgot-pass .forgot-password-form{
  padding: 20px 30px;
}

.modal-forgot-pass p{
  font-size: 14px;
  color: #345797;
  margin-bottom: 20px;
}

.forgot-pass-email-field{
  margin-bottom: 20px !important;
}

.forgot-pass-submit{
  margin-bottom: 25px !important;
}

.modal-forgot-pass h1{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #345797;
}

.mobile-modal-forgot-pass h1{
  font-size: 12px;
  font-weight: bold;
}

.mobile-modal-forgot-pass p{
  font-size: 12px;
}

.modal-forgot-pass .forgot-pass-field{
  height: 47px;
  font-size: 14px;
  padding-top: 18px;
  padding-left: 39px !important;
  padding-bottom: 16px;
}

.forgot-pass-submit button{
  height: 47px;
  font-size: 14px;
}

.forgot-pass-footer{
  font-size: 14px;
}

.combine-results:not(:last-child) .row-combine-info:after {
  border-bottom: 1px solid #000000;
  content: "";
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
}

.combine-results:last-child.depart-results-selected .row-combine-info:after {
  border-bottom: 1px solid #bdbdbd;
  content: "";
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  /* margin-left: 30px; */
}

.thumbnail.thumbnail-border {
  box-shadow: none;
  overflow: hidden;
  /* width: 4em;
  margin: 8px; */
  margin-left: 10px;
}

.depart-results-selected,
.return-results-selected,
.combine-results-selected,
.recommended-results-selected {
  /* border: 2px solid #FF8136; */
  border-radius: 8px;
  /* box-shadow: 0px 0px 0px 2px #ff8136; */
}

.depart-results,
.return-results,
.combine-results {
  padding: 0 20px !important;
}

.depart-info,
.return-info,
.combine-info {
  display: inline-flex;
  /* padding: 0.5rem 0; */
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#m-flight-result .depart-info,
#m-flight-result .return-info,
#m-flight-result .combine-info {
  font-size: 12px;
  justify-content: normal;
  align-items: normal;
}

.depart-results:not(:last-child).depart-results-selected .depart-info:after,
.return-results:not(:last-child).return-results-selected .return-info:after,
.recommended-results-selected .row-combine-info::after,
.depart-flight-detail-airline {
  border-bottom: 1px solid transparent;
  content: "";
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #BDBDBD 40%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  /* margin-left: -3px; */
}

.depart-results:last-child.depart-results-selected .depart-info:after,
.return-results:last-child.return-results-selected .return-info:after {
  border-bottom: 1px solid transparent;
  content: "";
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #BDBDBD 40%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.row-search-flight-detail-left,
.row-combined-flight-detail-left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.tooltip {
  border: 0;
}

.flight-timeline-row {
  position: relative;
  min-height: 75px;
  height: auto;
}

.flight-timeline-row .time {
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  align-items: baseline;
  align-self: baseline;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  width: 70px;
}

.flight-timeline-row .time .date {
  width: 80px;
  font-size: 14px;
  float: left;
  font-weight: 300;
  margin-top: -5px;
}

.flight-detail-stick-to, .flight-detail-stick-from {
  width: 3px;
  min-height: 40px;
  background-color: #335997;
  margin: 8px 25px 0 0;
}

.flight-detail-stick-to {
  padding-top: 25px;
  margin-top: -16px;
  height: 0;
  min-height: 0;
}

.flight-detail-circle-from, .flight-detail-circle-to {
  width: 15px;
  height: 15px;
  display: block;
  margin-left: -6px;
  border-radius: 20px;
  border: 3px solid #335997;
  background-color: #fff;
}

.flight-detail-circle-to {
  background-color: #335997;
  width: 10px;
  height: 10px;
  margin-left: -4px;
}

.choosen-depart-detail-airline,
.choosen-return-detail-airline {
  align-items: baseline;
  align-self: baseline;
  vertical-align: baseline;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 80.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 0px;
  margin-top: 10px;
}

.choosen-return-detail-airline {
  align-items: baseline;
  align-self: baseline;
  vertical-align: baseline;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 80.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 25px;
  padding-top: 20px;
}

.choosen-depart-detail-airline .name span,
.choosen-return-detail-airline .name span {
  font-size: 14px;
  font-weight: 400;
}

.choosen-depart-detail-airline .name span:first-child,
.choosen-return-detail-airline .name span:first-child {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  width: 85px;
}

.choosen-depart-detail-airline .name span:last-child,
.choosen-return-detail-airline .name span:last-child {
  display: flex;
}

.choosen-detail-schedule-flight {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin-top: 40px;
  margin-left: -15px;
}

.flight-timeline-to {
  /* margin-top: 50px; */
  margin-top: 5px;
}

.flight-timeline-transition {
  margin: 10px 0px;
}

.m-depart-info:after,
.m-return-info:after {
  border-bottom-color: #bdbdbd;
  margin-left: 15px;
  margin-right: 15px;
}

.prices {
  font-weight: 700;
  font-size: large;
}

.btn-warning {
  border-radius: unset !important;
}

.choose-depart,
.choose-return {
  display: flex;
  justify-content: center;
  align-items: center;
}

.choosen-depart-detail {
  /* padding: 25px 0; */
  font-size: 13px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  margin-left: -25px !important;
  margin-top: -70px;
}

.choosen-return-detail {
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -2px !important;
  margin-top: -10px; 
}

.combine-results .choosen-return-detail {
  margin-left: -23px !important;
}


.depart-results .choosen-depart-detail {
  margin-top: 3%;
  margin-left: 0px !important;
}
.return-results .choosen-depart-detail {
  margin-top: 3%;
  margin-left: 0px !important;
}

#m-flight-result .choosen-depart-detail,
#m-flight-result .choosen-return-detail {
  font-size: 12px;
  padding-bottom: 0;
}

.choosen-depart-price,
.choosen-return-price {
  padding: 0.5rem 0;
  font-size: smaller;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .no-margin {
  margin: 0 !important;
} */

.no-padding {
  padding: 0 !important;
}

.center-ctx {
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}

.toggle-bagasi button,
.toggle-bagasi button:hover,
#__BVID__42__BV_toggle_ {
  background-color: transparent;
  border-color: transparent;
  color: #335997;
}

.toggle-bagasi>button {
  padding: 0 !important;
}

.baggage-row {
  font-size: small;
  color: #335997;
}

.flight-type-filter-card {
  padding: 0 !important;
  position: relative;
  margin-top: 0px;
  left: 0px;
  border-radius: 0px;
  box-shadow: 0 0 0 !important;
}

.time-filter-card,
.flight-list-filter-card {
  padding: 0 !important;
  position: relative;
  margin-top: 0px;
  left: 0px;
  border-radius: 0px;
  box-shadow: 0 0 0 !important;
}

.filter-time-checkbox:first-child {
  float: left;
  margin: 10px 0 0 0;
}

.filter-time-checkbox:last-child {
  float: right;
  margin: 10px 0 0 0;
}

.filter-time-checkbox:nth-child(2) {
  margin: 10px 0 0px 35px;
}

.filter-time-checkbox:nth-child(3) {
  margin: 10px 0 0 32px;
}

.label-text.filter-time {
  font-size: 25px;
}

p.time-flight,
p.type-flight,
p.airline-flight {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

#m-flight-result p.time-flight,
#m-flight-result p.type-flight,
#m-flight-result p.airline-flight {
  font-size: 12px;
}

.page-search-result {
  margin: -30px auto;
  width: 950px;
  font-weight: 500;
}


.circle-label, 
.checkbox-circle{
  border: 3px solid #BDBDBD;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  margin-right: 5px;
}

.circle-label:before {
  content: "";
  background-color: #335997;
  position: absolute;
  top: 3.4px;
  left: 3.4px;
  width: 8px;
  height: 8px;
  opacity: 0;
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
  border-radius: 50%
}

.circle-label.selected:before {
  opacity: 1;
}

/* .checkbox-circle {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */

.checbox-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  /* border: 1px solid #A7A9AC; */
  border-radius: 50%;
  margin-top: 1px;
  margin-left: 1px;
}

.checkbox-circle:hover input ~ .checkbox-checkmark {
  background-color: transparent;
}

.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-circle input:checked ~ .checkbox-checkmark:after {
  display: block;
}

.checkbox-circle .checkbox-checkmark:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #335997;
  margin-left: 1px;
  margin-top: 1px;
}

.checkbox-circle.selected:after {
  opacity: 1;
}

input[type=checkbox][id^=input-filter-depart-transit-] {
  opacity: 0;
  height: 19px;
  width: 19px;
  margin-right: 0px
}

input[type=checkbox][id^=input-filter-depart-time-],
input[type=checkbox][id^=input-filter-return-time-],
input[type=checkbox][id^=input-filter-flight-list-],
input[type=checkbox][name=show-user-current-password],
input[type=checkbox][name=show-user-new-password],
input[type=checkbox][name=show-user-confirm-password] {
  display: none;
}

input[type=radio][id^=input-filter-flight-list-] {
  display: none;
}


input[type=checkbox][id^=input-filter-depart-time-]:checked+.label-text.filter-time,
input[type=checkbox][id^=input-filter-return-time-]:checked+.label-text.filter-time {
  color: #ff8136;
  transition: 0.2s ease;
}

input[type=checkbox][id^=input-filter-depart-time-]:checked+.label-text.filter-time,
input[type=checkbox][id^=input-filter-return-time-]:checked+.label-text.filter-time {
  color: #ff8136;
  transition: 0.2s ease;
}

.text-filter-pp {
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 14px;
}

.text-filter-pp-jam {
  padding-left: 15px;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 14px;
}

.text-filter-pp:after {
  display: inline-block;
  content: '+';
  color: black;
  margin-right: 25px;
  font-size: 14px;
  float: right;
}

p.text-filter-pp.active:after {
  display: inline-block;
  content: '-';
  color: black;
  font-size: 14px;
  margin-right: 25px;
  float: right;
}

#m-flight-result p.text-filter-pp {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
}

#m-flight-result .text-filter-pp:after {
  display: inline-block;
  content: '+';
  color: black;
  margin-right: 7px;
  font-size: 14px;
  font-weight: bold;
}

#m-flight-result p.text-filter-pp.active:after {
  display: inline-block;
  content: '-';
  color: black;
  margin-right: 7px;
  font-size: 14px;
  font-weight: bold;
}

#m-flight-result .custom-select {
  font-size: 12px;
}

.label-text {
  font-size: 14px;
  cursor: pointer;
}

#m-flight-result .label-text {
  font-size: 12px;
}

.checkout-section-body {
  border-radius: 25px;
  border: 1px solid #bdbdbd;
  padding: 15px 30px;
  box-shadow: 2px 1px 10px #00000029;
}

.tooltip>.tooltip-inner {
  background-color: #335997 !important;
}

.tooltip.show {
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #335997 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #335997 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #335997 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #335997 !important;
}

.page-header .title {
  text-transform: capitalize;
  font-weight: 700;
}

.page-header .subtitle {
  color: #000000;
  /* box-shadow: 2px 1px 10px #00000029; */
}

.button-checkout-page {
  width: 180px;
  padding: 4px 12px;
}

.checkout-section-contact-body {
  padding: 30px 141px 20px 30px;
  margin-bottom: 35px;
  box-shadow: 2px 1px 10px #00000029;
}

.checkout-quicknext {
  border-radius: 8px;
  border-color: #000000;
}

.widget.widget-box {
  border-radius: 8px;
  border-color: #bdbdbd;
  box-shadow: 0 1px 1px #e6e6e6, 0 1px 5px #acacac;
}

.help-step {
  border-radius: 8px;
}

.account-summary,
.order-checker-form,
.order-single-meta,
.balance-history-table,
.depart-flight-detail,
.return-flight-detail,
.passenger-item,
.passenger-add-form,
.order-summaries-empty {
  border-radius: 8px;
  border-color: #bdbdbd;
}

.order-summary-meta {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.button.button-large {
  font-size: 14px;
  padding: 5px 24px;
  width: 48.5%;
}

.button.seeker {
  margin-right: 5px;
}

.button.not-seeker {
  background-color: #ffffff;
  color: #FF8136;
  border-color: #FF8136;
  border-width: 2px;
  margin-left: 5px;
}

.button.not-seeker:hover {
  background-color: #D27620;
  color: #ffffff;
  border-color: #D27620;
}

.checkout-section-head .title {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}

.checkout-section-contact-head {
  padding-left: 30px;
}

.checkout-contact {
  font-size: 14px;
  width: 100%;
}

.checkout-section-legend {
  font-weight: 700;
}

.checkout-page-header-contact .page-header {
  border-bottom: none;
  padding-bottom: 0;
}

.checkout-page-header-contact .subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  background-color: #335997;
  padding: 15px 0 15px 30px;
  margin-top: 15px;
  display: flex;
  border-radius: 8px;
  box-shadow: 2px 1px 10px #00000029;
}

.checkout-page-header-contact .subtitle a {
  color: #FF8136;
}

.checkout-page-header-contact .subtitle span:first-child {
  margin: auto 0;
  margin-right: 5px;
}

.checkout-page-header-contact .subtitle span {
  display: inline-block
}

.checkout-page-header-contact .title {
  padding-left: 30px;
  font-size: 14px;
}

.flight-passenger-title {
  color: #000000;
  text-transform: capitalize;
}

.flight-passenger-individual .passenger .type {
  color: #000000;
}

.flight-summary-depart {
  margin-bottom: 25px;
}

.flight-summary {
  border: 1px solid #bdbdbd;
  padding: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 25px;
  box-shadow: 2px 1px 10px #00000029;
  margin-bottom: 20px;
  width: 960px;
  /* height: 186px; */
}

input#input-flight-detail-p {
  font-size: 14px;
  border-bottom: 0px solid !important;
  padding-left: 50px;
  padding-right: 30px;
  border-radius: 8px !important;
  color: #000000;
  border: 1px solid #6c757d !important;
  margin-left: -3px !important;
}

input#input-flight-city-from:focus,
input#input-flight-city-to:focus,
input.input.form-control.pika-day:focus,
input#input-flight-detail:focus {
  /* border: 1px solid #336997 !important; */
  border-radius: 8px !important;
}


label.label-form-search-home {
  float: left;
  margin-left: 20px;
  color: #404040;
  margin-top: 10px;
  margin-bottom: 0px;
  /* font-weight: 700; */
  font-size: 12px;
}

#tab-home__BV_tab_controls_ {
  border-bottom: none;
  background: #335997;
}

#tab-home__BV_tab_controls_ .nav-item {
  border-radius: 8px;
}

#tab-home__BV_tab_controls_ .nav-item:first-child {
  width: 185px;
  box-shadow: 0 1px 4px #333333, 0 0px 0px #333333;
}

#tab-home__BV_tab_controls_ .nav-item:nth-child(2) {
  width: 34% !important;
  box-shadow: 0 1px 4px #333333, 0 0px 0px #333333;
  margin-right: 16px;
  margin-left: 16px;
}

#tab-home__BV_tab_controls_ .nav-item:last-child {
  width: 175px;
  box-shadow: 0 1px 4px #333333, 0 0px 0px #333333;
}

#tab-home__BV_tab_controls_ .nav-item.active {
  box-shadow: none;
}

/* .btn {
  border-radius: 8px !important;
} */

select:disabled {
  background-color: white;
  cursor: default;
}

.row-history,
.col-depart-detail {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
}

/* .balance-history {
  white-space: nowrap;
} */

.history-value {
  font-weight: bold;
}

/* .history-container {
  font-size: medium;
} */

.show-more-col {
  text-align: center;
  padding: 0 30px !important;
}

.account-nav .link {
  color: #000000;
}

.order-single-meta,
.depart-flight-detail,
.return-flight-detail {
  background-color: #335997;
  color: white;
}

.order-single-title,
.order-meta .label {
  color: white;
}

.col-depart-detail {
  font-size: smaller;
}

.city {
  color: #335997;
  font-weight: bold;
}

.airport {
  font-size: smaller;
}

.time-flight-detail {
  font-size: xx-large;
  font-weight: bold;
}

span.value,
.date {
  font-weight: 500;
}

.row:not(:last-child) {
  margin-bottom: 0px;
}

.float-right {
  float: right;
  text-align: right;
}

.float-left {
  float: left;
  text-align: left;
}

.wa-icon {
  height: 20px;
  margin-top: -3px;
}

.show-more-col button {
  width: 100%;
  font-size: 14px;
  background-color: #335997 !important;
  border-color: #335997 !important;
}

.btn-warning {
  color: white !important;
  background-color: #FF8136 !important;
  border-color: #FF8136 !important;
}

.flight-summary-airline .class {
  color: #000000;
}

.small {
  color: #000000;
}

.flight-summary-date .title {
  font-size: 14px;
}

.flight-summary-date {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}

.arrow-right{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.myaccount-section-arrow{
  border: solid #335997;
  border-width: 0 2px 2px 0;
}

.account-profile-section {
  width: 960px;
  border: 1px solid #bdbdbd;
  border-radius: 25px;
  padding: 16px 24px 16px 24px;
  margin-bottom: 20px !important;
  font-size: 14px;
  box-shadow: 2px 1px 10px #00000029;
  background-color: #FFF;
}

/* .account-page-profile-container h1.title {
  font-size: 18px;
  padding: 16px 24px;
  font-weight: 700;
  border-bottom: 1px solid #bdbdbd;
} */

/* .account-profile-section-title {
  display: flex;
  padding: 16px 24px;
} */

/* .account-profile-section-title svg.icon.icon-inline {
  margin-right: 5px;
  position: relative;
  top: 3px;
} */

/* .account-profile-section-title h5.title {
  font-size: 18px;
} */

/* .account-profile-section:not(:last-child) {
  margin-bottom: 0px
} */

.display-chosen-price .price-balance {
  color: #FF8136;
  font-size: 20px;
  font-weight: 700;
}

.display-chosen-price .currency-balance {
  color: #FF8136;
  font-size: 14px;
}

.icon-depart-detail {
  position: relative;
  height: 2em;
  width: 2em;
  right: 22px;
  bottom: 12px;
}

.dfd-left-section {
  padding-left: 0px !important;
  padding-right: 30px !important;
}

.dfd-right-section {
  padding-left: 30px !important;
  padding-right: 0px !important;
}

.dfd-transit-section {
  text-align: center;
}

.dfd-journey-city-depart:after {
  content: url(/assets/frontend/images/symbols/icon-depart-flight.svg);
  position: absolute;
  width: 30px;
  left: 46%;
}

.dfd-journey-city-return:after {
  content: url(/assets/frontend/images/symbols/icon-arrival-flight.svg);
  position: absolute;
  width: 30px;
  left: 46%;
}

/* .search-myaccount-form:after {
  content: url(/assets/frontend/images/symbols/icon-search.svg);
  position: absolute;
  left: 35px;
  bottom: 6px;
  width: 20px;
  height: 20px;
} */

.icon.icon-pagination-left {
  transform: rotate(180deg);
}

.form-phone .input.input-code {
  margin: 0 8px 0 0;
}

.pagination .page-item.active .page-link {
  pointer-events: none;
  background-color: #ff8136;
  border-radius: 20px;
}

.pagination .page-item .page-link:hover {
  border-radius: 20px;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-link {
  border: none;
}

.user-traveler .passenger-listing .passenger-listing-body a {
  color: #000000;
  font-size: 14px;
}

.passenger-listing-body {
  font-size: 14px;
}

.pagination-nav-count {
  color: #000000;
}

.select-listing {
  text-indent: 24px;
}

.passenger-item-head .type {
  color: #000000;
}

.form-edit-passenger .passenger-add a {
  color: #ffffff !important;
}

.form-edit-passenger .button {
  width: 100px;
}

.passenger-add-form .button {
  width: 100px;
}

.passenger-add-form {
  font-size: 14px;
}

.toggle-show-password {
  position: absolute;
  bottom: 4px;
  right: 15px;
}

.m-bold {
  font-weight: 700;
}

.m-font-large {
  font-size: x-large;
  margin-top: -7px;
}

.flight-timeline-row .location {
    font-size: 14px;
    font-weight: 300;
    margin-top: 3px;
    margin-left: 10px;
    width: 660px;
    height: auto;
    min-height: 40px;
}

.recommended-flight-more-detail .flight-timeline-row .location {
  font-size: 14px;
  font-weight: 300;
  margin-top: 3px;
  margin-left: 10px;
  width: 635px;
  height: auto;
  min-height: 40px;
}


#m-flight-result .flight-chosen-item .more {
  display: inline;
  color: #000000;
}

.m-right-align {
  display: flex;
  justify-content: flex-end;
}

.m-time-width {
  width: 40px;
}

/* .m-flight-timeline-to:after {
  content: "";
  position: absolute;
  bottom: 58px;
  border: 0.5px solid;
  height: 54px;
  left: 110px;
} */

.swap-img {
  width: 30px;
  height: auto;
  cursor: pointer;
}

.swap-img-ffs {
  width: 28px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  outline: none;
}

.owl-controls {
  position: relative;
  top: -40px;
}

.owl-prev {
  position: absolute;
  top: 45%;
  left: 0;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 45%;
}

.owl-prev,
.owl-next {
  background: #ffffff !important;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
}

.owl-prev:hover .carousel-nav-left,
.owl-next:hover .carousel-nav-right {
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
}

mark {
  padding: 0 !important;
}

.custom-select-flight {
  position: relative;
}

.custom-select-flight select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  border-bottom: 1px solid #000000;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.time-flight.collapsed:after,
.airline-flight.collapsed:after,
.type-flight.collapsed:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.time-flight:after,
.airline-flight:after,
.type-flight:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent #000 transparent;
}

.ariline-go::after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

#m-flight-result .combine-results .detail-close .depart-results .mobile-flight-detail-image:before,
#m-flight-result .depart-results .mobile-flight-detail-image:before,
#m-flight-result .return-results .return-info .mobile-flight-detail-image:before,
#m-flight-result .combine-results .combine-info:first-child.no-margin .mobile-flight-detail-image:before,
#m-flight-result .flight-chosen-head.detail-close:before {
  position: absolute;
  content: "";
  top: 0;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

#m-flight-result .combine-results .detail-open .depart-results .mobile-flight-detail-image:before,
#m-flight-result .depart-results.depart-results-selected .mobile-flight-detail-image:before,
#m-flight-result .return-results.return-results-selected .return-info .mobile-flight-detail-image:before,
#m-flight-result .combine-results.depart-results-selected .combine-info:first-child.no-margin .mobile-flight-detail-image:before,
#m-flight-result .flight-chosen-head.detail-open:before {
  position: absolute;
  content: "";
  top: 0px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent #000 transparent;
}

#m-flight-result .flight-chosen-head {
  position: relative;
  background-color: #FFF;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #000000;
  padding: 8px 16px;
  background: #ffffff;
  /* border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 3px 6px #aaaaaa, 0 1px 2px #aaaaaa;
  padding: 6px;
  border-radius: 8px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover {
  font-weight: 700;
  border: 4px solid #ff8136;
  border-radius: 8px;
}

p.filter-text {
  font-size: 14px;
  font-weight: 700;
}

.floating-flight-filter {
  position: sticky;
  top: 80px;
  position: -webkit-sticky;
  z-index: 1;
}

.floating-result-chosen {
  position: sticky;
  top: 75px;
  position: -webkit-sticky;
  z-index: 1;
}

.user-commission .account-page-title {
  display: flex;
}

.user-commission .account-page-title .title {
  font-size: 12px;
  font-weight: 700;
}

.user-commission .account-page-title svg.icon,
.referral-history-title svg.icon {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.user-commission .account-page-header .subtitle {
  color: #000000;
  font-size: 14px;
  padding-left: 24px;
  padding-bottom: 24px;
}

.referral-overview-stat {
  flex-wrap: wrap;
  font-size: 12px;
}

.referral-overview-stat .column {
  background-color: #ffffff;
  color: #335997;
  border-radius: 8px;
  height: 62px;
  box-shadow: 2px 1px 10px #00000029;
}

.referral-overview-stat .column .label {
  /* color: #ffffff; */
  text-transform: capitalize;
  align-self: flex-end;
}

.referral-overview-stat .column .referral-span {
  font-weight: bold;
  margin-left: 10px;
}

.referral-overview-stat .column .referral-seperator-left:after{
    content: '';
    width: 0px;
    height: 26px;
    margin-left: 40px;
    border: 1px solid #345797;
}

.referral-overview-stat .column .referral-seperator-right:after{
    content: '';
    width: 0px;
    height: 26px;
    margin-left: 15px;
    top: 174px;
    border: 1px solid #345797;
}

.referral-list-body:not(:last-child)::after{
  content: "";
  border-bottom: 1px solid #335997;
  width: calc(100% - 150px) !important;
  margin-left: 70px !important;
  position: relative;
  bottom: -15px;
  display: block;
}

.referral-point-history-detail .type-name{
  color: #198121
}

.passenger-item-head .passenger .picture{
  margin-right: 10px;
}

.passenger-item-head .passenger .picture img{
  width: 32px;
  height: 32px;
}

@media only screen and (max-width:767px){
  .referral-list-body:after{
    border-bottom: 0px !important;
  }

  .referral-overview{
    margin-bottom: 0px !important;
  }

  .referral-overview-stat .column .inner-referral{
    margin-top: 0px !important;
    margin-left : 0px !important;
  }

  .referral-overview-stat .column .referral-total ,
  .referral-overview-stat .column .referral-point ,
  .referral-overview-stat .column .referral-history,
  .referral-overview-stat .column .referral-code {
    color: black;
    margin-bottom: 10px !important;
  }

  .referral-overview-stat .column .referral-seperator-left:after,
  .referral-overview-stat .column .referral-seperator-right:after{
    border: 1px solid black
  }

  .referral-overview-stat .column .see-referral-history, 
  .referral-history-point .referral-detail-see-history{
    color: black !important;
  }

  .referral-overview-stat .column .button-copy{
    height: 21px !important;
  }

  .img-pop-up-rounded {
    margin: auto;
    position: fixed;
    width: calc(50vh);
    top: calc(11vh + 30px);
    z-index: 4;
  }

  .input-arrival-ffs {
      min-width: 80px;
      max-width: 100px;
      font-size: 14px;;
  }

  .input-departure-ffs{
      min-width: 80px;
      max-width: 100px;
      font-size: 14px;;
  }
}

@media only screen and (max-width:419px){
  .referral-program-filter{
    margin-top: 30px !important;
  }
}

.referral-overview-stat .column .referral-total ,
.referral-overview-stat .column .referral-point ,
.referral-overview-stat .column .referral-history,
.referral-overview-stat .column .referral-code {
  display: inline-block;
  justify-content: center;
  margin-right: 25px;
  width: auto;
}

.referral-overview-stat .column .referral-total,
.referral-overview-stat .column .referral-point,
.referral-overview-stat .column .referral-history,
.referral-overview-stat .column .referral-code {
  display: inline-block;
  justify-content: center;
  margin-right: 15px;
  width: auto;
}

.referral-overview-stat .column .inner-referral{
    margin-top: 20px;
    margin-left: 30px;
    width: auto;
    max-width: 85%;
}

.referral-overview-stat .column .see-referral-history,
.referral-history-point .referral-detail-see-history{
  color: #FF8236;
  cursor: pointer;
}

.referral-history-point {
  margin-left: 0px !important;
}

.referral-history-point p {
  font-weight: bold;
}

.referral-point-history-detail{
  overflow-y: auto;
  overflow-x: hidden;
}

.referral-point-history-detail .referral-commision{
  padding-top: 20px;
  font-weight: bold;
}

.referral-point-history-detail .referral-name-detail{
  font-weight: bold;
}

.referral-overview-stat .column .value {
  font-size: 24px;
}

.referral-overview-stat .column:last-child .value {
  font-size: 14px;
}

.referral-overview-stat .column .value a {
  font-size: 14px;
  color: #FF8136;
}

.referral-overview-stat .column .value .currency-balance {
  font-size: 14px;
  color: #ffffff;
}

.referral-overview-stat .column .button-copy {
    width: 45px;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 55px;
    height: 20px;
    margin: 3px auto;
    border: 1px solid #335997;
    background: #335997;
    border-radius: 5px;
    color: #ffffff;
}

.referral-item {
  border: 1px solid #bdbdbd;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
}

.referral-history-title {
  display: flex;
  padding: 16px 0;
}

.referral-history-head .subtitle {
  padding: 0 0 16px 24px;
  font-size: 14px;
}

.referral-history-title .title {
  font-size: 18px;
  font-weight: 700;
}

.referral-history-content .icon-name {
  padding-right: 5px;
}

.referral-overview-stat .column:not(:first-child) {
  margin-left: 10px;
}

.referral-history-content {
  margin-bottom: 24px;
}

.pika-single {
  font-family: 'Oxygen', sans-serif !important;
  margin-top: 10px;
  border-radius: 8px;
}

.pika-lendar.first {
  margin-left: 15px;
  margin-bottom: 15px;
}

.pika-lendar.last {
  margin-right: 15px;
  margin-bottom: 15px;
}

.pika-table td {
  border: none;
  padding: 1.5px !important;
}

.pika-table th {
  padding: 1.5px !important;
  border: none;
}

.pika-row .is-weekend .pika-button, .vc-day-content.is-weekend {
  color: #FF0000;
}

.vc-day-content.is-past-weekend {
  color: #ef8989;
}

abbr[title],
abbr[data-original-title] {
  cursor: default !important;
  text-decoration: none !important;
}

.mobile-pika {
  width: 85%;
}

.mobile-pika .pika-lendar {
  width: 95%;
}

.payment-coupon .button {
  line-height: 22px;
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-color: #eaeaea;
  padding: 3px 20px;
}

.payment-coupon .input {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 8px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 28px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  /* color: #ffffff !important;
  background-color: #335997 !important; */
  color: #335997 !important;
  background-color: transparent !important;
  border-bottom: 4px solid #FF8136;
  border-radius: 0;
}

.nav-pills .nav-link {
  color: #335997;
  padding: 0 0 4px 0;
  /* width: 120px;
  height: 96px; */
  /* border: 1px solid #6c757d; */
}

.nav-pills .nav-link.active .tab-plane .tab-icon-plane,
.nav-pills .nav-link.active .tab-hotel .tab-icon-hotel,
.nav-pills .nav-link.active .tab-car .tab-icon-car {
  fill: #ffffff;
}

.nav-pills .nav-link.active span {
  font-weight: 700;
}

/* .form-control:disabled,
.form-control[readonly] {
  background-color: #6c757d;
} */

.nav-pills {
  border: 1px solid #6c757d;
  border-radius: 8px;

}

.flight-passenger-individuals.flight-passenger-individuals-box {
  border-radius: 8px;
  border-color: #bdbdbd;
  box-shadow: 0 1px 1px #e6e6e6, 0 1px 5px #acacac;
}

.flight-corporate-title {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px !important;
  margin-top: 8px;
  color: #000000;
  text-transform: capitalize;
}

.flight-corporate-individual {
  counter-increment: flight-corporate;
}

.flight-corporate-individuals {
  counter-reset: flight-corporate;
  padding-left: 24px;
  text-indent: -24px;
}

.flight-corporate-individual .corporate:before {
  content: counter(flight-corporate) ". ";
  display: inline-block;
  min-width: 24px;
  text-indent: 0;
  padding-right: 4px;
}

.flight-corporate-individual .corporate {
  margin-bottom: 0;
}

.flight-corporate-individual .corporate .name {
  font-weight: 700;
  padding-left: 3px;
}

.flight-corporate-individual .passengers {
  list-style: none;
  margin-bottom: 0;
  padding-left: 28px;
}

.flight-corporate-individual .passenger {
  font-size: 14px;
  line-height: 1.42858;
  padding-right: 20px;
  color: #000000;
}

.err-popup .body-error{
  font-size: 14px;
  text-align: center;
}

.user-menu-r{
  width: 400px;
  height: 340px;
  max-width: 600px;
  background: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 30px 40px !important;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 8px #a9a9a9;

}

.user-menu-l{
  width: 400px;
  height: 340px;
  max-width: 600px;
  background: #ffffff;
  position: absolute;
  top: 68px;
  left: -300px;
  padding: 30px 40px !important;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 8px #a9a9a9;

}

.user-menu-li {
  position: relative;
}

.user-menu-saldo {
  color: #335997 !important;
  /* font-size: 15px; */

}

.saldo-image{
  position: absolute;
  width: 14px;
  top: -64px;
  margin-left: -25px;
  fill: #ff8136;
  z-index: -1;

}

.user-menu-icon {
  width: 19px;
  height: 18px;
  fill: #ff8136;
  margin-left: -2px;
}

.user-menu-icon-my-booking {
  width: 26px;
  height: 27px;
  fill: #ff8136;
  margin-left: -5px;
}

.my-booking-image {  
  width: 25px;
  margin-left: -5px;
}

.my-booking-title {
  margin-left: 1px;
}

.user-text-menu {
  color: #335997 !important;
  text-decoration: none;
  font-size: 14px;
}

.user-menu-daftar-traveler{
  color: #335997 !important;
  /* font-size: 15px; */

}

.traveler-image{
  position: absolute;
  width: 17px;
  top: -64px;
  margin-left: -27px;
  fill: #ff8136;
  z-index: -1;

}

.user-menu-promo{
  color: #335997 !important;
  /* font-size: 15px; */

}

.promo-image{
  position: absolute;
  width: 19px;
  top: -64px;
  margin-left: -28px;
  fill: #ff8136;
  z-index: -1;

}

.user-menu-referral{
  color: #335997 !important;
  /* font-size: 15px; */

}

.referral-image{
  position: absolute;
  width: 21px;
  top: -66px;
  left: -29px;
  fill: #ff8136;
  z-index: -1;
  margin-top: 2px;
}

.user-menu-logout{
  color: #335997 !important;
  /* font-size: 15px; */

}

.logout-image{
  position: absolute;
  width: 18px;
  bottom: -66px;
  margin-left: -29px;
  fill: #ff8136;
  z-index: -1;

}

.user-menu-profile{
  color: #335997 !important;
  position: relative;
  left: -30px;
  font-size: 12px;

}

.edit-profile {
  color: #335977;
  font-size: 12px;
}

.user-menu-balance{
  color: #335997 !important;
  position: relative;
  left: -30px;
  font-size: 12px;

}

.user-menu-ul {
  position: relative;
  left: 47px;
  top: 166px;
  font-size: 14px;
}

.user-menu-ul-corporate {
  position: relative;
  left: 47px;
  top: 181px;
  font-size: 14px;
  margin-top: -80px;
}

.user-menu-ul-2{
  position: absolute;
  left: 130px;
  top: 80px;

}

.menu-rounded-profile {
  border-width: 2px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 45px;
  box-sizing: content-box;

}

.menu-rounded-user-profile {
  position: static!important;
}

.menu-rounded-profile img{
  width: 100%;
  max-width: 60px;
  position: relative;

}

.user-menu-line{
  position: absolute;
  top: 155px;
  left: 20px;
  color: #335997;
  border-style: solid;
  border-width: 1px 185px;

}

.user-menu-line-new {
  position: static;
  margin-top: 10px;
}

.end-user-menu-line {
  top: 116px;
}

.booking-user-menu-line {
  top: 120px;
}

.user-menu-line-2{
  position: absolute;
  top: 231px;
  left: 20px;
  color: #335997;
  border-style: solid;
  border-width: 1px 185px;

}

.user-menu-name{
  font-size: 14px;
  line-height: 1.33334;
  font-weight: 700;
  margin-bottom: 4px;
  position: absolute;
  left: 100px;
  top: 20px;
  color: #335997;

}

.user-menu-fullname {
  position: static!important;
}

.history-balance-li{
  position: relative;
  top: 10px;

}

.user-menu-total-ref{
  position: absolute;
  bottom: -4px;

}

.user-menu-total-ref-corporate{
  position: absolute;
  bottom: 177px;

}

.user-menu-total-ref-value{
  position: absolute;
  bottom: 241px;
  left: 61px;
  font-size: 16px;
  color: #335997;

}

.user-menu-total-rp-value{
  position: absolute;
  bottom: 244px;
  left: -92px;
  font-size: 12px;
  color: #335997;
}

.user-menu-total-rp-value-2{
  position: absolute;
  bottom: 241px;
  left: -75px;
  font-size: 16px;
  color: #335997;
}

.user-menu-total-ref-p{
  font-size: 12px;
  position: relative;
  left: 20px;
  bottom: 238px;
  color: #335997;
}

.user-menu-total-rp-p{
  font-size: 12px;
  position: relative;
  left: -125px;
  bottom: 238px;
  color: #335997;
}

.user-menu-total-rp{
  position: absolute;
  bottom: -4px;
  right: 32px;

}

.user-menu-total-rp-corporate{
  position: absolute;
  bottom: 177px;
  right: 32px;

}

.user-menu-link-referral{
  position: absolute;
  bottom: 285px;
  left: 267px;
  /* border: 1px solid #a9a9a9; */
  border-radius: 6px;
  width: 80px;
  height: 20px;
  background-color: #E4ECF2;
}

.user-menu-link-referral-corporate{
  position: absolute;
  bottom: 435px;
  left: 267px;
  /* border: 1px solid #a9a9a9; */
  border-radius: 6px;
  width: 80px;
  height: 20px;
  background-color: #E4ECF2;
}

.label-link-referral{
  position: relative;
  left: 18px;
  bottom: 14px;
  font-size: 12px;
  color: #335997;
}

.user-menu-link-referral-l{
  /* position: relative;
  left: 40px; */
  margin-left: 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  color: #335977;

}

.user-menu-link-referral-l .button-copy{
  width: 50px;
  height: 22px;
  margin: 3px auto;
  /* border: 1px solid #335997; */
  background: #335997;
  color: #ffffff;
  text-align: center;
  position: absolute;
  /* left: 180px; */
  border-radius: 6px;
  left: 60px;
  bottom: -4px;

}

.user-profile-gauge{
  border-radius: 8px !important;
  border: 2px solid #335997;
  background-color: transparent !important;
  padding: 3px;
  height: 24px !important;
  width: 81px;
  margin-top: 50px;
  margin-left: 100px;

}

.user-profile-gauge-content {
  margin: 8px 0 10px 0;
}

.user-profile-parameter{
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: #335997 !important;
}

.user-profile-verified{
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #198121;
  color: #ffffff;
  font-size: 12px;
  height: 24px;
  width: 81px;
  margin-top: 50px;
  margin-left: 100px;

}

.user-profile-percentage{
  position: absolute;
  /* left: 105px; */
  color: #355997;
  /* top: 2px; */
  font-size: small;
  margin-left: 85px;
  margin-top: 7px;
}

.user-completing-profile{
  position: absolute;
  right: 25px;
  top: 54px;
  color: #335997;
  font-size: small;
  text-decoration: underline;

}

.user-completing-profile-menu {
  position: static;
}

.verified-image{
  color: #ffffff;

}

.verified-icon {
  position: absolute;
  width: 45%;
  height: auto;
  /* bottom: -33px;
  left: -5px; */
  margin: -64px -30px -30px -35px;
  fill: #ffffff;

}

#__BVID__19__BV_tab_controls_ {
  border-bottom: none;

}

.input-flight-detail-passanger-ffs {
  margin-right: -15px;
  /* border-radius: 8px; */
}

.input-flight-detail-seat-class-ffs {
  margin-left: 10px;
  border-radius: 8px;
}

.input-departure-ffs, .input-departure-date-ffs, 
.input-flight-detail-passanger-ffs {
  position: relative;
  display: flex;
  align-items: center;
}

.input-arrival-date-ffs,
.input-flight-detail-seat-class-ffs {
  /* padding-left: 8px !important;
  padding-right: 0px !important; */
  position: relative;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.img-fluid {
  min-height: 100vh;
  object-fit: cover;

}

/* 
.modal-login-is-toggled
.site-container {
  opacity: 0.5;
  visibility: visible;
  z-index: 10;

} */

.privacy-rules{
  font-size: 20px;
}

.token-btg{
  font-size: 20px;
}

.agreement{
  font-size: 20px;
}

.combo-btn {
  position: absolute;
  top: -53px;

}

.card-container{
  border: none !important;
}

.home-container .search-form {
  position: relative;
  height: 100%;
}

.home-container .search-form .card{
  background-color: transparent;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.card-body.card-body-formsearch{
  background-color: #ffffff;
}

.awesomplete {
  clear: both;
}

.container-search-awesomplete-list {
  background-color: #ffffff;
  /* border: 1px solid #BDBDBD; */
  box-shadow: 2px 1px 10px #00000029;
  left: 0;
  max-height: 500px;
  position: absolute;
  z-index: 18;
  border-radius: 8px;
  margin-bottom: 12px;
  width: 420px;
  padding: 10px 20px;
  font-size: 14px;
  color: #335997;
  font-weight: 500;
  text-align: left;
  /* top: 33px; */
  bottom: 65px;
  height: auto !important;
}

.container-search-awesomplete-list-update {
  background-color: #ffffff;
  /* border: 1px solid #BDBDBD; */
  box-shadow: 2px 1px 10px #00000029;
  left: 0;
  max-height: 500px;
  position: absolute;
  z-index: 18;
  border-radius: 8px;
  margin-top: 100px;
  width: 420px;
  padding: 10px 20px;
  font-size: 12px;
  color: #335997;
  font-weight: 500;
  text-align: left;
  top: -55px;
  bottom: -65px;
  height: auto !important;
}

.input-arrival .container-search-awesomplete-list {
    margin-bottom: -35px;
    margin-left: -70px;
}
.input-arrival .container-search-awesomplete-list-update {
  margin-top: 50px;
  margin-bottom: -35px;
  margin-left: -80px;
}



/* #search-hotel-list-ffs #ecommended_list_awesomplete_list_4 {
  margin-bottom: -75px;
width: 50vh;
} */
.container-search-awesomplete-list .search-awesomplete-list-header {
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
}
.container-search-awesomplete-list-update .search-awesomplete-list-header {
  z-index: 5;
  font-size: 12px;
  width: 50vh;
  font-weight: 700;
}

.search-awesomplete-list {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.search-awesomplete-list .search-awesomplete-list-left{
  font-weight: 700;
  flex: 1 1;
}

.search-awesomplete-list-left > span {
  display: block;
  width: calc(100% - 55px);
}

.search-awesomplete-list .search-awesomplete-list-right {
  text-align: right;
}

.search-awesomplete-list-right .search-list-category {
  color: #ff8136;
  font-weight: 700;
}

.search-awesomplete-list-p{
  font-weight: normal;
  width: calc(100% - 55px);
}

.search-awesomplete-list-code{
  width: 50px;
  height: 25px;
  background: #E4E4E4;
  display: block;
  border-radius: 8px;
  position: relative;
  margin-left: -50px;
  /* margin-top: 7px; */
  padding-right: 13px;
  padding-top: 4px;
  font-weight: 700;
}

.container-search-awesomplete-list > ul {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  margin: 5px -20px;
  font-size: 13px;
}
.container-search-awesomplete-list > ul {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  margin: 5px -20px;
  font-size: 13px;
}

.container-search-awesomplete-list > ul>li,
.container-search-awesomplete-list > ul>.search-awesomplete-list-container>li {
  padding: 5px 20px;
  margin: 3px 0;
  font-size: 12px;
}

.container-search-awesomplete-list >ul>li:not(:last-child) .search-awesomplete-list:after,
.container-search-awesomplete-list >ul>.search-awesomplete-list-container>li>.search-awesomplete-list:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  /* left: 21px; */
  bottom: -7px;
  border-bottom: 1px solid #bdbdbb;
}

/* .container-search-awesomplete-list.container-search-airport-flight >ul>li:not(:last-child):after {
  width: 84%;
}

.container-search-awesomplete-list.container-search-hotel-list >ul>li:not(:last-child):after {
  width: 90.5%;
} */

.container-search-awesomplete-list.container-search-hotel-list {
  width: 100%;
}

.container-search-awesomplete-list >ul>li:hover {
  /* font-weight: 700; */
}

.flight-summary-title {
  padding-left: 30px;
  margin-bottom: 16px;
}

.flight-summary-title .title {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.25;
}

.order-number {
  border-radius: 8px;
  border: 1px solid #bdbdbd;
  padding: 15px 30px;
  margin-bottom: 16px;
  box-shadow: 0 1px 1px #e6e6e6, 0 1px 5px #acacac;
}

.order-number div p:last-child{
  font-weight:700;
}

.background-helper-book {
  /* width: 20px;
  height: 20px; */
  position: absolute;
  background: #fff;
  /* margin-left: 378px; */
  right: 2px;
  margin-top: -70px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  cursor: pointer;
} 

@media screen and (min-width: 768px) and (max-width: 1023px){

  .bottom-important-info {
    bottom: -95px !important;
}

  .section-partner{
    height: 205px !important;
  }

  .bottom-info{
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .bottom-information-carousel>.carousel-indicators {
    margin-bottom: -108px !important;
  }
}

@media screen and (min-width: 425px) and (max-width: 767px){

  .section-partner{
    height: 250px;
  }

  /* .bottom-information-carousel>.carousel-indicators {
    margin-bottom: -108px !important;
    margin-left: 15% !important;
  } */

  .bottom-important-info {
    bottom: -95px !important;
  }

  .bottom-info{
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .bot-info{
    padding-top: 0px !important;
  }

  .passenger-item {
    box-shadow: none;
  }
}

@media screen and (min-width: 375px) and (max-width: 424px){

  .section-partner{
    height: 250px;
  }

  .bottom-important-info {
    bottom: -95px !important;
  }

  .bot-info{
    padding-top: 0px !important;
  }

  /* .bottom-information-carousel>.carousel-indicators {
    margin-bottom: -108px !important;
  } */

  .bottom-info{
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media screen and (max-width: 553px){
  .home-most-popular-flight {
    height: 295px !important;
}
}

@media screen and (min-width: 320px) and (max-width: 375px){

  .section-partner{
    height: 250px;
  }

.bottom-information-right h2 {
    margin-bottom: 20px !important;
}

.bottom-information{
  height: 400px !important;
}

.home-most-popular-flight{
  height: 335px !important;
  padding: 0px 10px;
}

.subscribe{
  height: 605px !important;
}

.flight-partner{
  height: 315px !important;
}

.footer-info{
  flex: 1;
  margin-bottom: 20px;
}

.site-footer-download-apps{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-footer-badger .title{
  margin-right: 0px;
}

.site-footer-badger.footer-info{
  margin: 0px !important;
}

  .bottom-important-info {
    bottom: -115px !important;
  }

  .bot-info{
    padding-top: 0px !important;
  }

  /* .bottom-information-carousel>.carousel-indicators {
    margin-bottom: -128px !important;
  } */

  .bottom-info{
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .why-us{
    margin-top: 280px !important;
  }
}

.no-info{
  font-size: 14px;
  color: #345797;
}

.helper-book{
  /* position: absolute; */
  top: 2px;
  right: 2px;
  background: transparent;
  padding: 0px 6px;
  border-radius: 10px;
  border: 1px solid #FF8136;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: 700;
  z-index: 13;
  display: block;
  color: #FF8136;
}

.po-file{
  font-size: 14px;
  color: #335997;
  text-decoration: underline;
}

.passenger-po-file{
  font-size: 14px;
  color: #335997;
  text-decoration: underline;
}

.sj-file{
  font-size: 14px;
  color: #335997;
  text-decoration: underline;
}

.information-carousel{
  /* position: absolute !important; */
  /* width: 83% !important; */
  height: 70% !important;
  margin-left: 34px;
  margin-top: 2px;
  /* margin-top: -127px; */
  background-color: transparent !important;

}

.bottom-information-carousel{
  margin-top: 0 !important;
  margin-left: -105px !important;
  height: 0px !important;
  max-width: 460px;
}

.bottom-information-right h2{
  font-size: 32px;
  max-width: 349px;
  font-weight: bold;
  color: #345797;
}

.information-carousel>.carousel-inner{
  overflow: visible !important;
}

.information-carousel>.carousel-indicators{
  justify-content: flex-end;
  margin-left: 50%;
  margin-right: 0;
  /* margin-bottom: 8px; */
}

.bottom-information-carousel>.carousel-indicators{
  /* justify-content: flex-start; */
  margin-left: 0 ;
  top: 380px;
}

.bottom-information-carousel>.carousel-indicators .active .only-one-bot{
  justify-content: flex-start;
  margin-left: 0 !important;
  margin-bottom: -108px;
}

.offer-text{
    line-height: 1.5;
    font-weight: 500 !important;
}

.bottom-important-info{
  /* margin-left: -21%; */
  /* position: absolute; */
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5 !important;
  /* bottom: -60px; */
  font-size: 30px;
  font-weight: bold;
  /* max-height: 30px; */
  width: 425px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  color: #ffffff;
  text-align: left ;
}

.bottom-important-side-info{
  /* margin-left: -21%; */
  /* position: absolute; */
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5 !important;
  /* bottom: -60px; */
  font-size: 20px;
  /* font-weight: bold; */
  /* max-height: 30px; */
  width: 425px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  color: #ffffff;
  text-align: left;
}

.fi-see-more-btn{
  font-size: 16px;
  color: #FFFFFF;
}

.bot-info{
  padding-top: 54px;
}

.information-carousel>.carousel-indicators li{
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 1px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #BDBDBD;
  border: 1px solid #BDBDBD;
  border-radius: 10px;
}

.information-carousel>.carousel-indicators .active{
  width: 4px;
  height: 4px;
  background-color: #355997;
  border: 1px solid #355997;
  margin-top: 1px;
}

.important-info{
  /* position: absolute; */
  /* bottom: -85px; */
  font-size: 12px;
  /* margin-left: -70px; */
  text-align: left;
}

.information-title{
  color: #335997;
  /* position: absolute;
  margin-left: 30px; */
}

.information-image{
  /* margin-left: -72px; */
}

.further-information{
  /* position: absolute !important; */
  /* left: 32px;
  margin-top: 90px; */
  color: #FF8236;
}

.checkout-pricelist .modal-flight-requirement{
  background-color: #FFFFFF;
  display: none;
  position: fixed;
  transition: all 0.2s ease-out;
  transform: translateX(-100%);
  width: 720px;
  height: 680px;
  z-index: 12;
  border-radius: 8px;
  top: 5%;
}

.info-faq .info-faq-head {
  display: flex;
  justify-content: space-between;
}

.checkout-pricelist .modal-flight-requirement.is-toggled {
  display: block;
  transform: translateX(0);
  box-shadow: 0 1px 0px #333333, 0 0px 2px #333333;
}

.modal-flight-requirement:before{
  content: url(../images/symbols/icon-cross.png);
  position: absolute;
  right: -9px;
  top: -5px;
  z-index: 99;
  width: 20px;
  cursor: pointer;
}

.info-faq .info-faq-body {
  display: flex;
  flex-direction: column;
}

.modal-flight-requirement-is-toggled .site-container:before{
  opacity: 0.5;
  visibility: visible;
  z-index: 8;
}

.info-faq .icon-question {
  color: #345797;
  padding: 0px 6.5px;
  background-color: #ffffff;
   border-radius: 50%;
}

.circular-letter-no-4-2020{
  width: 500px;
  margin-left: 60px;
  margin-top: -95px;
}

.statement-letter-modal-preview .statement-letter-header-title {
  font-size: 24px;
  width: calc(100% - 48%);
  line-height: 1.2;
}

.statement-letter-header-title{
  font-weight: 700;
  width: calc(100% - 15%);
}

.statement-letter {
  display: flex;
  margin-top: 5px;
  flex-direction: column;
}

.statement-letter-point {
  background-color: #355997;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0px 7px 0px 7px;

}

.info-faq .info-faq-title {
  color: #ffffff;
  padding-left: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.statement-letter-point
.statement-letter-point-text {
  color: #fff;
  font-weight: 700;
}

.info-faq .info-faq-text {
  color: #ffffff;
  padding-left: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

.statement-letter-headline {
  color: #000000;
  padding-left: 10px;
}
/* 
.info-faq .info-faq-caption {
  color: #ffffff;
  padding-left: 28px;
  margin-bottom: 0;
} */

.statement-letter-img {
  margin-left: -55px;
  margin-right: -55px;
  margin-bottom: -55px;
}

.statement-letter-message a {
  color: #FF8136;
  text-decoration: underline;
}

.statement-letter-message a:hover {
  color: #FF8136;
}

.statement-letter-message {
  background-color: #355997;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 8px;
  margin-left: 30px;
  margin-top: 10px;
}

.statement-letter-message ol {
  padding-left: 20px;
}

.flight-requirement-checkout-btn{
  width: 193px;
  border-radius: 6px;
  margin-top: 20px;
}

.flight-requirement-arrow{
  width: 9px;
  height: 9px;
  margin-left: 10%;
  margin-top: -1%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.btn-help-page{
  background-color: #ffffff !important;
  border-radius: 8px !important;
  border: none !important;
  color: #FF8136 !important;
  padding: 6px 15px !important;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px !important;
}

.help-nav .item.item-current .btn-help-page {
  color: white !important;
  background-color: #FF8136 !important;
}

.send-message-text{
  font-size: 14px;
}

#input-contact-user-message{
  height: 200px !important;
}

.contact-us-attachment {
  font-size: 16px;
  font-weight: 500;
  color: #FF8336;
  text-decoration: underline;
}

.button-send-contactus-message{
  width: 50%;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 15px;
  margin-bottom: 20px;
}

.contactus-livechat-text{
  color: #FF8336;
  text-decoration: underline;
}

.social-media{
  font-size: 14px;
  color: #355997;

}

.social-media-link{
  color: #FF8436;
  text-decoration: underline;
}

.help-step-search-flight{
  margin-top: -105px;
  margin-left: 75px;
  color: #355997;
}

.help-step-search-flight .lead, .help-step-choosenorder-flight .lead, .help-step-fill-data .lead, .help-step-do-payment .lead, .help-step-eticket-send .lead {
  font-size: 16px;
  line-height: 1.33334;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 40px;
}

.help-center-description {
  font-size: 16px;
  font-weight: 300;
}

.help-step-choosenorder-flight{
  margin-top: -106px;
  margin-left: 75px;
  color: #355997;
}

.help-step-fill-data{
  margin-top: -105px;
  margin-left: 75px;
  color: #355997;
}

.help-step-do-payment{
  margin-top: -95px;
  margin-left: 75px;
  color: #355997;
}

.help-steps .eticket-send{
  margin-right: 379px;
}

@media screen and (max-width: 767px){
  .help-steps .eticket-send{
    margin-right: 0px !important;
    margin-top: -20px;
  }
  .btn-help-page {
    border: 1px solid #bdbdbd !important;
  }
}

.help-step-eticket-send{
  margin-top: -102px;
  margin-left: 75px;
  color: #355997;
}

.help-step-eticket-send .lead{
  font-size: 16px;
  line-height: 1.33334;
  font-weight: 700;
  margin-bottom: 4px;
}

.info-faq .info-faq-caption {
  color: #ffffff;
  padding-left: 28px;
  margin-bottom: 0;
}

.qa-question-btn{
  width: 692px;
  text-align: start !important;
  color: #355997 !important;
  font-weight: 500 !important;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.modal-popup {
  overflow: hidden;
}

.help-qa-header{
  background-color: transparent !important;
  border-color: #fff !important;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  cursor: pointer;
}

.qa-answer{
  font-size: 16px;
  color: #000;
  margin-left: -13px;
  margin-right: 49px;
  margin-top: 15px;
  /* margin-bottom: 40px; */
  border-top-color: #ddd;
  padding: 15px;
  padding-top: 0px;
  position: relative;
  bottom: 10px;
}

.arrow-down{
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.faq-arrow{
  border: solid #355997;
  padding: 4px;
  border-width: 0 2px 2px 0;
  margin-top: 14px;
  margin-left: 186px;
  position: absolute;
}

.help-qa-question.is-toggled .arrow-down {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 10px !important;
}

.help-qa-answer{
  overflow: visible !important;
  /* margin-top: 25px; */
  display: none;
}

.help-qas{
  margin-left: -4px;
}

.reschedule-image {
  position: absolute;
  width: 18px;
  top: -64px;
  margin-left: -29px;
  fill: #ff8136;
  z-index: -1;
}

.reschedule-image-corporate {
  position: absolute;
  width: 21px;
  top: -64px;
  margin-left: -31px;
  fill: #ff8136;
  z-index: -1;
}

.user-menu-reschedule {
  color: #335997 !important;
}

.refund-image {
  position: absolute;
  width: 18px;
  top: -64px;
  margin-left: -29px;
  fill: #ff8136;
  z-index: -1;
}

.refund-image-corporate {
  position: absolute;
  width: 21px;
  top: -64px;
  margin-left: -32px;
  fill: #ff8136;
  z-index: -1;
}

.user-menu-refund {
  color: #335997 !important;
}

.mou-pks-image{
  position: absolute;
  width: 18px;
  top: -65px;
  margin-left: -28px;
  fill: #ff8136;
  z-index: -1;
}

.user-menu-mou-pks{
  color: #335997 !important;
}

.sub-corporate-image {
  position: absolute;
  width: 20px;
  top: -64px;
  margin-left: -28px;
  fill: #ff8136;
  z-index: -1;
}

.user-menu-sub-corporate {
  color: #335997 !important;
}

.manage-corporate-image {
  position: absolute;
  width: 22px;
  top: -64px;
  margin-left: -28px;
  fill: #ff8136;
  z-index: -1;
}

.user-menu-manage-corporate{
  color: #335997 !important;
}

@media screen and (max-width: 767px){
  .help-qas{
    margin-left: 0px !important;
  }

  .qa-question-btn{
    font-size: 12px !important;
    width: 100%;
    white-space: normal;
  }

  .faq-arrow{
    margin-top: 10px !important;
    margin-left: 0px !important;
    border-width: 0 2px 2px 0 !important;
  }

  .help-qa-question.is-toggled .arrow-down {
    margin-top: 10px !important;
  }

  .help-steps{
    width: 100%;
    height: auto;
    border-radius: 25px;
    margin-left: -1px;
  }

  .contact-us-section {
    margin-left: 0px !important;
  }

  .contact-us-header {
    margin-left: 0px;
    margin-bottom: 0px !important;
  }

  .help-qa-answer{
    height: 150px;
  }

  .passenger-item-head .type {
    color: #335997
  }
}

.modal-popup {
  overflow: hidden;
}

/* .prime-item{
  margin-left: 10px;
}
*/

.hotel-search-result{
  height: 35px;  
  background-color: #FFFFFF !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  color: #355997 !important;
  border-color: transparent !important;
  margin-left: 5px;
  font-weight: 500 !important;
  box-shadow: 2px 1px 10px #00000029;
}

.hotel-search-button{
  width: 172px;
  height: 40px;
  border-radius: 12px !important;
  position: absolute;
  margin-left: 553px;
  margin-top: 0px;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding-left: 35px !important;
}

.hotel-search{
  display: flex;
  align-items: center;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  margin-right: -293px;
  margin-left: -21px;
  margin-top: -10px;
}

.hotel-search-detail{
  position: relative;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px; 
}

.hotel-search-detail-name{
  width: auto;
  font-size: 16px;
  color: #355997;
  margin-left: -17px;
}

.hotel-rating{
  padding: 3px 8px;
  border-radius: 8px;
  background-color: #FF8236;
  color: #FFFFFF;
  font-size: 12px;
  height: 24px;
  width: 91px;
  /* text-align: right; */
  margin-left: -20px;
  margin-top: 11px;
  word-spacing: 1px;
  display: inline-block;
}

.hotel-nor{
  font-size: 12px;
  color: #FF8336;
  text-decoration: underline;
  margin-left: 10px;
  margin-top: 5px;
  font-weight: 600;
}

.hotel-nor:hover,
.hotel-review-nor:hover,
.hotel-all-review-link:hover,
.hotel-all-facility-link:hover,
.hotel-room-allroom-link:hover{
  color: #FF8336;
}

.hotel-container{
  margin-top: 15px;
  display: flex;
}

.hotel-pics-container{
  /*  margin-top: 10px; */
  display: flex;
}

.hotel-review-container{
  /* margin-top: 10px; */
  display: flex;
}

.hotel-review-content,
.hotel-reviewer-content,
.hotel-location-container,
.hotel-regulation-container,
.hotel-room-container,
.hotel-room-selection-container{
  display: flex;
}

/* .hotel-sub-container{
  margin-left: 141px;
  display: flex;
} */

.hotel-reviewer-container{
  margin-top: -20px;
}

.hotel-add-wishlist{
  font-size: 12px;
  color: #355997;
  margin-right: 20px;
}

.hotel-add-wishlist-link{
  color: #355997;
  font-weight: 700;
}

.hotel-share-property{
  font-size: 12px;
  color: #355997;
  margin-top: 8px;
}

.hotel-share-property-link{
  color: #355997;
  font-weight: 700;
}

.hotel-content-right{
  display: flex;
  margin-left: 409px;
  position: absolute;
  margin-top: 69px;
  top: 6px;
}

.hotel-pics{
  width: 528px;
  height: 353px !important;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 2px 1px 10px #00000029;
  margin-left: -20px;
  margin-top: 20px;
}

.hotel-main-pics{
  width: 528px;
  height: 353px;
  border-radius: 12px;
}

.hotel-sub-pics-container{
  margin-left: 10px;
  /* margin-right: 12px; */
  margin-top: 19px;
}

.hotel-sub-pics{
  width: 185px;
  height: 110px !important;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 2px 1px 10px #00000029;
}

.hotel-sub-pics-2, .hotel-sub-pics-3{
  width: 185px;
  height: 110px !important;
  background-color: #000;
  border-radius: 12px;
  box-shadow: 2px 1px 10px #00000029;
  margin-top: 11px;
}

.hotel-sub-pics-3-img{
  width: 185px;
  height: 110px;
  border-radius: 12px;
}

.hotel-see-all-pics{
  position: relative;
  top: -65px;
  left: 40px;
  color: #fff;
  cursor: pointer;
}

.hotel-all-pics{
  font-size: 14px;
  color: #335997;
  font-weight: 700;
}

.hotel-all-pics .modal-container{
  width: 1000px; 
  height: 750px;
  overflow: scroll;
}

.hotel-all-pics .modal-body{
  text-align: center;
}

.hotel-all-img{
  height: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 12px;
  width: 460px;
}

.hotel-search-detail-no-room .modal-container{
  border-radius: 15px;    
}

.hotel-no-room-header {
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
}

.invalid-guest-msg {
  font-size: 14px;
  text-align: center;
  color: #335998;
}

.hotel-search-detail-no-room .modal-header {
  justify-content: center;
  border-bottom: none;
}

.cancel-pop-up .modal-header {
  justify-content: flex-start;
  border-bottom: none;
  padding-left:0;
  padding-top:0;
}

.cancel-pop-up .modal-container {
  width: 500px;
}

.hotel-no-room-msg{
  color: #335998;
  text-align: center;
  line-height: 16px;
  font-weight: 300;
  margin-top: -30px;
}

.hotel-back-to-home-btn{
  width: 260px;
  height: 40px;
  background: #FF8136;
  border-radius: 10px !important;
  margin-left: -25px;
  margin-bottom: -40px;
  margin-top: 40px;
  font-size: 14px !important;
}

.hotel-back-to-home-btn > a {
  color: #FFF;
  text-decoration: none;
}

.hotel-img-show{
  height: 600px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 12px;
  width: 1000px;
}

.hotel-show-pic .modal-container .modal-header{
  display: none;
}

.hotel-show-pic .modal-container{
  width: auto;
  background-color: transparent;
}

.hotel-pics-no-pic{
  width: 723px;
  height: 353px !important;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 2px 1px 10px #00000029;
  margin-left: -20px;
  margin-top: 20px;
}

.hotel-main-pics-no-pic{
  width: 723px;
  height: 353px;
  border-radius: 12px;
}

/* .hotel-sub-pics-3{
  background: url("/assets/frontend/images/transluxurybali3.png");
} */

/* .hotel-sub-pics-img,
.hotel-sub-pics-img-2,
.hotel-sub-pics-img-3{
  width: 185px;
  height: 110px;
  border-radius: 8px;
} */

.icon-hotel-wishlist{
  width: 60px;
  height: 35px;
  margin-right: -14px !important;
  padding-top: 9px;
  padding-left: 25px;
}

.icon-hotel-share{
  width: 16px;
  height: 15px;
  margin-right: 7px !important;
}

.icon-hotel-rating{
  margin-left: 3px;
  top: 0 !important;
}

.hotel-other-pics{
  width: 185px;
  height: 110px !important;
  border-radius: 12px;
  opacity: 0.5;
  background-color: #000;
  color: #FFF;
  /* padding-top: 42px;
  padding-left: 32px; */
}

.icon-hotel-search{
  position: absolute !important;
  margin-left: 576px;
  margin-top: 1px !important;
  fill: #FFF;
  width: 16px;
  height: 16px;
  z-index: 1;
}

/* .hotel-container-left{
  margin-top: 4px;
} */

.hotel-review-property{
  width: 471px;
  /* height: 524px !important; */
  background-color: #fff;
  border-radius: 12px;
  margin-left: -20px;
  margin-top: 20px;
  box-shadow: 2px 1px 10px #00000029;
}

.hotel-per-night,
.hotel-rating-detail{
  width: 233px;
  /* height: 209px !important; */
  background-color: #fff;
  border-radius: 12px;
  margin-left: 20px;
  margin-top: 20px;
  box-shadow: 2px 1px 10px #00000029;
}

.hotel-content-header{
  color: #355997;
  font-size: 16px;
  margin: 20px;
}

.hotel-review-rating{
  margin-left: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  color: #355997;
  font-size: 16px;
} 

.icon-hotel-review-rating{
  fill: #355997;
}

.hotel-review-nor{
  font-size: 12px;
  color: #FF8336;
  text-decoration: underline;
  margin-left: 5px;
  /* margin-top: 5px;
  padding-bottom: 5px; */
  /* display: block; */
}

.hotel-review-desc{  
  font-size: 12px;
  margin-left: 4px;
}

.hotel-review-parameter{
  font-size: 12px;
  font-weight: 500;
  color: #355997;
  margin-left: 50px;
  margin-bottom: 5px;
  display: flex;
}

.hotel-review-progress{
  width: 143px; 
  height: 4px !important;
  margin-top: 8px;
}

.hotel-review-parameter-container{
  margin-left: -30px;
  margin-right: 30px;
  padding-bottom: 20px; 
}

.hotel-review-progress-bar{
  background-color: #355997 !important;
  border-radius: 8px;
}

.hotel-parameter-rating{
  margin-left: 10px;
}

.hotel-reviewer-profile{
  width: 48px;
  height: 48px;
  margin: 20px;
}

.hotel-reviewer-name{
  font-size: 12px;
  color: #355997;
  margin-top: 25px;
}

.hotel-reviewer-rating{
  font-size: 12px;
  color: #355997;
  margin-left: 126px;
  margin-top: 25px;
}

.hotel-reviewer-rating-2{
  font-size: 12px;
  color: #355997;
  margin-left: 172px;
  margin-top: 25px;
}

.icon-hotel-reviewer-rating{
  padding-left: 2px;
  padding-top: 2px;
  margin-right: 0px !important;
  fill: #FFD800;
}

.icon-hotel-review-rating{
  padding-left: 2px;
  padding-top: 2px;
  margin-right: -6px !important;
  fill: #FFD800;
}

.hotel-reviewer-rate{
  margin-left: 5px;
  font-weight: 700;
}

.hotel-review-rate{
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}

.hotel-reviewer-review{
  font-size: 12px;
  color: #355997;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -10px;
  margin-bottom: 0px;
}

.hotel-all-review{
  padding-bottom: 20px;
  margin-left: 20px;
}

.hotel-all-review-link{
  font-size: 12px;
  color: #FF8336;
  text-decoration: underline;
}

.hotel-per-night-container{
  margin-top: 10px;
}

.hotel-per-night-amount{
  font-size: 22px;
}

.hotel-per-night-button{
  width: 205px;
  height: 28px;
  margin-top: 10px;
  margin-left: -6px;
  margin-bottom: 20px;
}

.hotel-per-night-note{
  color: #198121;
  padding-top: 10px;
  font-weight: 700;
}

.hotel-per-night-content{
  font-size: 12px;
  color: #355997;
  margin-top: -15px;
  margin-left: 20px;
}

.hpn-header{
  padding-top:20px;
}

.hpn-button-text{
  font-size: 12px;
  position: relative;
  bottom: 5px;
}

.hpn-starts-from{
  color: #707070; 
  font-size:12px;
  font-weight: 500;
}

.hotel-location-property{
  width: 724px;
  /* height: 233px !important; */
  background-color: #fff;
  border-radius: 12px;
  margin-top: 20px;
  margin-left: -20px;
  box-shadow: 2px 1px 10px #00000029;
}

.icon-hotel-location-gps{
  height: 15px;
  fill: #355997;
}

.hotel-location{
  color: #355997;
  font-size: 12px;
  margin-left: -5px;
  margin-top: -10px;
}

.hotel-location-content{
  margin-top: -19px;
  margin-left: 20px;
}

.hotel-location-map{
  width: 685px;
  height: 150px;
  background-color: #C0C0C0;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 12px;
}

.hotel-location-button{
  width: 150px;
  height: 28px;
  margin-top: 112px;
  margin-left: 525px;
  font-size: 12px !important;
}

.hotel-facility-container{
  display: flex;
}

.hotel-facility{
  width: 724px;
  /* height: 166px !important; */
  background-color: #fff;
  border-radius: 12px;
  margin-top: 20px;
  margin-left: -20px;
  padding-bottom: 10px;
  box-shadow: 2px 1px 10px #00000029;
}

.hotel-facility-icon-list,
.hotel-regulation-icon-list{
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}

.hotel-regulation-icon-list{
  margin-top: -10px;
}

.hotel-icon-info,
.hotel-facility-ac,
.hotel-facility-wifi,
.hotel-facility-frontdesk,
.hotel-facility-parking,
.hotel-facility-breakfast,
.hotel-facility-spa,
.hotel-facility-fitness,
.hotel-facility-online-reservation{
  color: #355997;
  width: 85px;
  text-align: center;
  /* margin-left: 27px; */
}

.hotel-animal-prohibited{
  width: 85px;
  color: #355997;
  /* margin-left: 10px; */
}

.hotel-smoking-prohibited{
  width: 85px;
  color: #355997;
}

.icon-hotel-info,
.icon-hotel-facility-ac,
.icon-hotel-facility-wifi,
.icon-hotel-facility-frontdesk,
.icon-hotel-facility-parking,
.icon-hotel-facility-spa,
.icon-hotel-facility-fitness,
.icon-hotel-online-reservation,
.icon-hotel-facility-breakfast{
  fill: currentColor;
  width: 33px;
  height: 28px; 
}

.icon-hotel-facility-ac{ 
  margin-right: 1px;
}

.icon-hotel-facility-wifi{
  margin-left: 6px;
}

.icon-hotel-facility-frontdesk,
.icon-hotel-online-reservation{
  margin-left: 7px;
}

.icon-hotel-facility-fitness{ 
  margin-left: 5px;
}

.icon-hotel-facility-breakfast{ 
  margin-left: 2px;
}

.icon-hotel-animal-prohibited{
  fill: #FF8336;
  width: 33px;
  height: 28px; 
  margin-left: 27px; 
}

.icon-hotel-smoking-prohibited{
  fill: #FF8336;
  width: 33px;
  height: 28px; 
  margin-left: 26px;
}

.icon-hotel-facility-parking{ 
  margin-left: 3px;
}

.hotel-facility-text-frontdesk{
  margin-left: 8px;
  width: 72px;
  text-align: center;
}

.hotel-facility-text-parking{
  margin-left: 3px;
}

.hotel-facility-text-spacenter{
  margin-left: 4px;
}

.hotel-facility-text-reservation{
  width: 68px;
  text-align: center;
  margin-left: 9px;
}

.hotel-all-facility{
  margin-left: 20px;
  margin-top: 10px;
}

.hotel-all-facility-link{
  font-size: 12px;
  font-weight: 700;
  color: #FF8336;
  text-decoration: underline;
}

.hotel-regulation-container{
  display: flex;
}

.hotel-regulation{
  width: 724px;
  /* height: 346px !important; */
  background-color: #fff;
  border-radius: 12px;
  margin-top: 20px;
  margin-left: -20px;
  box-shadow: 2px 1px 10px #00000029;
}

.hotel-regulation-text-animal,
.hotel-regulation-text-smoking{
  width: 82px;
  text-align: center;
}

.hotel-description-detail{
  font-size: 12px;
  font-weight: 500;
  color: #355997;
  margin-left: 20px;
  margin-top: -10px;
}

.hotel-policy{
  font-size: 12px;
  font-weight: 500;
  color: #355997;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.hotel-room-selection-header{
  font-size: 18px;
  color: #355997;
  margin-left: 20px;
  margin-top: 20px;
  /* margin-bottom: -15px; */
}

.hotel-room-selection{
  width: 724px;
  /* height: 253px !important; */
  background-color: #fff;
  border-radius: 12px;
  margin-top: 20px;
  margin-left: -20px;
  box-shadow: 2px 1px 10px #00000029;
}

.hotel-room-bed-type{
  margin-left: 20px;
  margin-top: -10px;
  color: #355997;
}

.icon-hotel-bed-type{
  width: 28px;
  height: 15px;
}

.hotel-bed-type-slash{
  position: relative;
  top: -2px;
}

.hotel-queenbed-text{
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

.hotel-singlebed-text{
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: -2px;
  margin-left: -6px;
}

.hotel-room-discount{
  padding: 4px 6px;
  border-radius: 5px;
  background-color: #FF0000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  height: 27px;
  width: 78px;
  margin-top: -30px;
  margin-left: 626px;
  padding-left: 11px;
  padding-top: 5px;
  position: absolute;
}

.icon-hotel-discount{
  width: 56px;
  height: 58px;
  fill: red;
}

.hotel-room-selection-container{
  margin-top: -13px;
}

.hotel-rs-pic{
  /* width: 185px; */
  width: 110px;
  height: 110px;
  margin: 20px;
  border-radius: 12px;
}

.hotel-room-facility{
  margin-top: 22px;
  margin-left: -10px;
  display: flex;
}

.hotel-room-facility-list{
  font-size: 12px;
  font-weight: 500;
  color: #198221;
}

.icon-hotel-room-facility{
  width: 21px;
  height: 21px;
}

.hotel-room-facility-text{
  position: relative;
  top: -1px;
}

.hotel-room-facility-detail{
  margin-bottom: 7px;
}

.hotel-room-price-detail{
  font-size: 12px;
  color: #355997;
  margin-left: 10px;
  /* margin-top: 30px; */
  margin-bottom: 20px;
  text-align: end;
  position: relative;
  /* right: 20px; */
}

.hotel-room-price-before{
  text-decoration: line-through;
  margin-bottom: 5px;
}

.hotel-room-price-now{
  font-size: 16px;
  color: #FF0100;
  margin-bottom: 5px;
}

.hotel-room-price-text,
.hotel-room-include-tax{
  color: #707070; 
  margin-top:5px;
}

.hotel-room-button{
  width: 180px;
  height: 28px;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-top: 0px;
  padding-top: 4px !important;
  margin-bottom: 10px;
  position: relative;
  top: 10px;
}

.hotel-room-allroom{
  margin-left: 20px;
  margin-bottom: 30px;
  margin-top: -10px;
}

.hotel-room-allroom-link{
  font-size: 12px;
  font-weight: 600;
  color: #FF8336;
  text-decoration: underline;
  position: relative;
  /* top: 9px; */
}

.icon-rectangle-left{
  width: 45px;
  height: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  fill: #FFFFFF !important;
  border: 1px solid #707070;
  border-radius: 5px;
}

.icon-rectangle-right{
  width: 45px;
  height: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  fill: #FFFFFF !important;
  border: 1px solid #355997;
  border-radius: 5px;
}

.hrp-arrow-left{
  border: solid #707070;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: -24px;
}

.hrp-footer{
  display: flex;
  justify-content: center;
}

.hrp-rectangle{
  margin-left: 20px;
}

.hrp-page{
  margin-top: 26px;
  margin-left: 20px;
  color: #355997;
  font-weight: 700;
}

.hrp-arrow-right{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border: solid #355997;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  margin-left: -24px;
  position: relative;
  top: -1px;
  left: -4px;
}

.hlp-header{
  padding-bottom: 10px;
}

.hotel-room-line{
  color: #A7A9AC;
  border-style: solid;
  border-width: 0.5px 344px;
  /* margin-top: 20px; */
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.square-btn {
  width: 85px;
  height: 85px;
  border-radius: 15px !important;
}

.flight-container {
  border: 1px solid #EFEFEF;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: -5px;
}

/* .flight-swap-icon-border{
  width: 65px;
  height: 0px;
  border: 1px solid #EFEFEF;
  transform: rotate(-90deg);
  margin-top: 30px;
  margin-left: -20px;
} */

/* .flight-swap-icon-border-2 {
  width: 65px;
  height: 0px;
  border: 1px solid #EFEFEF;
  transform: rotate(-90deg);
  margin-top: 30px;
  margin-left: -65px;
  position: relative;
  left: 44px;
} */

@media screen and (max-width: 767px){
  .site-content-bg {
    background-color: #e9eBee;
  }

  .hotel-search{
    display: inline-grid;
    margin-left: -4px;
    margin-top: 20px;
    width: 460px;
  }

  .hotel-search-result{
    margin-top: 5px;
  }

  .icon-hotel-search{
    position: relative;
    left: 46px;
    top: 27px !important;
  }

  .hotel-container{
    display: block;
    margin-top: 20px;
    margin-left: 22px;
  }

  .hotel-content-right{
    display: flex;
    margin-left: -58px;
    position: relative;
    top: 0;
  }

  .hotel-pics{
    width: 456px;
    height: 299px !important;
    margin-top: 20px;
    margin-left: 0px;
  }

  .hotel-pics-container{
    display: block;
  }

  .hotel-main-pics{
    height: 299px;
  }

  .hotel-sub-pics-container{
    display: flex;
    margin-left: -2px;
    margin-top: 10px;
  }

  .hotel-sub-pics{
    width: 152px;
    height: 90px !important;
  }

  .hotel-sub-pics-2,
  .hotel-sub-pics-3{
    width: 150px;
    height: 90px !important;
    margin-top: 0px;
    margin-left: 5px;
  }

  .hotel-sub-pics-3-img{
    height: 90px;
    margin-top: -29px;
  }

  .hotel-other-pics{
    width: 148px;
    height: 90px !important;
    padding-left: 0px;
    padding-top: 29px;
    font-size: 12px;
    text-align: center;
  }
  
  .hotel-search-button{
    margin-left: 0px;
    padding-left: 12px !important;
    margin-top: 170px;
  }

  .hotel-see-all-pics{
    top: -58px;
    left: 23px;
    /* width: 18px; */
    font-size: 14px;
  }

  .hotel-review-container{
    display: grid;
  }

  .hotel-review-property{
    width: 414px;
    margin-left: 0px;
  }

  /* .hotel-review-parameter-container{
    margin-left: 61px;
  } */

  .hotel-per-night{
    margin-left: 0px;
  }

  .hotel-reviewer-rating{
    margin-left: 140px;
  }

  .hotel-reviewer-rating-2{
    margin-left: 201px;
  }

  .hotel-location-property{
    width: 456px;
    height: 283px !important;
    margin-left: 0px;
  }

  .hotel-location-map{
    width: 418px;
    height: 126px;
  }

  .hotel-location-button{
    margin-top: 88px;
    margin-left: 214px;
  }

  .hotel-facility{
    width: 456px;
    height: auto !important;
    margin-left: 0px;
  }

  .hotel-facility-text{
    font-size: 12px;
  }

  .hotel-icon-list{
    display: -webkit-inline-box;
    /* margin-left: -20px; */
  }

  .hotel-facility-spa{
    margin-left: -343px;
    margin-top: 85px; 
  }

  .hotel-facility-fitness{
    margin-top: 86px;
    /* margin-left: 12px; */
  }

  .hotel-facility-online-reservation{
    margin-top: 85px;
    /* margin-left: 18px; */
  }

  .hotel-facility-text-wifi{
    margin-right: 5px;
  }

  .hotel-facility-text-spacenter{
    margin-left: 4px;
  }

  .hotel-facility-text-fitness{
    margin-left: 1px;
  }

  .hotel-facility-breakfast{
    margin-top: 85px;
    /* margin-left: 23px; */
  }

  .icon-hotel-facility-wifi{
    margin-left: 0px;
  }

  .hotel-all-facility{
    padding-bottom: 20px;
  }

  .hotel-regulation{
    width: 414px;
    margin-left: 0px;
  }

  /* .hotel-room-selection-header{
    margin-left: 0px;
  } */

  .hotel-room-selection{
    width: 456px;
    /* height: 365px !important; */
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .hotel-room-facility-list{
    margin-left: -195px;
    margin-top: 128px;    
  }

  .hotel-room-price-detail{
    text-align: left;
    margin-top: 212px;
    margin-left: -430px;
  }

  .hotel-container{
    display: flex;
  }

  .hotel-content-right{
    margin-left: -135px;
  }

  .hotel-rating-detail{
    margin-left: 0px;
  }

  .hotel-room-line{
    border-width: 0.5px 126px;
  }

  .hotel-room-facility{
    display: block;
  }

  .filter-types-container{
    display: grid;
  }

  .hotel-rs-pic{
    width: 416px;
    height: 200px;
  }

  .hotel-room-button{
    width: 97%;
  }

  .hotel-all-pics .modal-container{
    width: 440px;
    height: 440px;
  }

  .hotel-show-pic .modal-container {
    width: 524px;
  }

  .hotel-all-img{
    margin-left: 5px;
  }

  .hotel-img-show {
    height: 400px;
    width: 460px;
    margin-left: 3px;
  }

  .hotel-pics-no-pic{
    width: 460px;
    margin-left: -2px;
  }
  
  .hotel-main-pics-no-pic{
    width: 460px;
  }

}

.notification-bell {
  height: 20px !important;
  position: relative;
  left: -2px;
}

.r-arrow {
  position: absolute;
  /* bottom: 1px; */
  right: 72px;
}

.r-arrow-2 {
  position: absolute;
  right: -176px;
}

.powered-by-indodana-img {
  width: 25%;
  /* margin-top: -2px; */
}

.powered-by-indodana {
  margin-left: -128px;
  /* margin-bottom: 9px; */
  position: relative;
  top: 15px;
  font-size: 9px;
}

.first-row-home-search {
  margin-top: 10px !important;
}

.auth-login-container{
  display: grid;
  margin-top: 15px;
  width: 100%;
  height: 100%;
  align-items: center;
  margin-left: 805px;
  margin-bottom: 55px;
}

.auth-login-card{
  display: block;
  background-color: #FFFFFF;
  transition: all 0.2s ease-out;
  transform: translateX(-100%);
  width: 480px;
  height: 465px;
  z-index: 10;
  border-radius: 8px;
}

.login-page{
  color: #FFFFFF;
}

.login-page:hover{
  color: #FF8136;
  text-decoration: none;
}

.login-page-icon{
  width: 30px;
  height: 30px;
  position: absolute;
  /* margin-bottom: 3px;
  margin-right: -5px; */
  fill: #FFFFFF;
  left: -30px;
  top: -3px;
}

.no-hotel-room-available{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #355997;
}

.hotel-facility-content{
  margin-left: 20px;
  margin-bottom: 10px;
}

.hotel-facility-text{
  margin-left: 5px;
  margin-bottom: 20px;
  color: #355997;
  font-weight: 500;

}

.hotel-loading-spinner{
  color: #355997;
}

.order-summaries-empty.new {
  margin-top: 40px;
  background-color: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.order-summaries-title.new {
  font-size: 20px;
  color: #335998;
}

.order-summaries-subtitle.new {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #8B8B8B;
  margin-left: 30px;
  margin-top: 40px;
}

.order-summaries-underline.new {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0.01rem solid #A7A9AC;
  width: 950px;
}

.order-summary-hotel-row:before {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  top: 24px;
  right: 45px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #335997;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.order-summary-hotel-row.order-detail-opened:before {
  transform: rotate(225deg);
  top: 30px;
}

.flight-container{
  border: 1px solid #EFEFEF;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: -5px;
}

.flight-swap-icon-border{
  width: 65px;
  height: 0px;
  border-bottom: 1px solid #EFEFEF;
  transform: rotate(-90deg);
  margin-top: 30px;
  margin-left: -20px;
}

.flight-swap-icon-border-2{
  width: 65px;
  height: 0px;
  border-bottom: 1px solid #EFEFEF;
  transform: rotate(-90deg);
  margin-top: 34px;
  margin-left: -65px;
  position: relative;
  left: 44px;
}

.white-bg{
  background-color: #FFFFFF;
}

.input-passenger-room-type {
  text-align : left;
  padding-left: 20px;
}

.hotel-search-image{
  height: 280px;
}

.filter-star-hotel .form-group{
  margin-left: 1px;
  margin-top: 10px;
}

.custom-control-label::before{
  border: 3px solid #BDBDBD;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-right: -17px;
  margin-top: -7px;
}

.check-facility .custom-control-label::before{
  top: 0.50rem !important;
}

.search-form-bottom-right {
  display: flex;
}

.search-form-y-class .custom-control-label::before {
  border: 1px solid #BDBDBD !important;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
  position: relative !important;
  margin-right: -17px !important;
  margin-top: -10px !important;
}

.search-form-y-class .custom-checkbox .custom-control-label::before {
  border-radius: 4px !important;
}

.m-filter-hotel .custom-control-label::before{
  border: 3px solid #BDBDBD !important;
  vertical-align: middle !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
  position: relative !important;
  margin-right: -17px !important;
  margin-top: -7px !important;
}

.custom-checkbox .custom-control-label::before{
  border-radius: 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  background-color: #335997 !important;
  width: 8px !important;
  height: 8px !important;
  /* border-radius: 50% !important; */
  margin-left: 4px !important;
  margin-top: 2px !important;
}
.check-facility .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  background-color: #335997 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 20% !important;
  margin-left: 3px !important;
  margin-top: 0px !important;
}
.check-facility .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  background-color: #335997 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  margin-left: 3px !important;
  margin-top: 0px !important;
}


.search-form-y-class .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  background-color: #335997 !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px !important;
  margin-left: 2px !important;
  margin-top: -2px !important;
}


.m-filter-hotel .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  background-color: #335997 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  margin-left: 6px !important;
  margin-top: -1px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent !important;
}

.home-hotel-star-filter{
  margin-left: 0px;
  margin-top: -1px;
}

/* .hotel-star-filter-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-top: 6px !important;
} */

.refund.box-container {
  padding: 0px;
  height: 60px;
  background-color: #e9eBee;
}

.filter-hotel-pop-up .modal-body,
.cancel-pop-up .modal-body{
    margin: 0;
    padding: 0;
}

.filter-hotel-pop-up .modal-body,
.cancel-pop-up .modal-body{
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 550px;
    padding-right: 10px;
}

.m-hotel-input-helper{
    background-color: #fff;
    /* border: 1px solid #C4C9CC; */
    border: 1px solid #BDBDBD !important;
    /* box-shadow: 0 0 6px rgb(19 20 20 / 8%), 0 6px 12px 0 rgb(19 20 20 / 12%); */
    box-shadow: 2px 1px 10px #00000029 !important;
    border-radius: 8px;
    left: 0;
    margin-top: -1px;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 8;
}

.ubf-invoice-btn,
.ubf-invoice-btn:hover,
.ubf-invoice-btn:focus{
  background-color: #fff !important;
  color: #FF8136;
  border: 1px solid;
  font-weight: 400;
}

.ubf-download-icon{
  position: relative;
  width: 12px;
  right: 5px;
  bottom: 1px;
}

.mpf-header{
  font-size: 25px;
  font-weight: bold;
}

.help-faq-container{
  width: 960px;
  /* height: 420px; */
  margin-bottom: 20px;
  background: #FFFFFF;
  padding: 40px;
  box-shadow: 2px 1px 10px rgb(0 0 0 / 15%);
  border-radius: 25px;
}

.qa-question-btn {
  width: 692px;
  text-align: start !important;
  font-weight: 700 !important;
  font-size: 16px;
}

.faq-header,
.how-to-order-header,
.contact-us-header {
  margin-top: 10px;
  margin-bottom: 30px;
}

 .help-qa-container {
  border-bottom: 1px solid #c4c4c4;
}

.help-qa-container:last-child {
  border-bottom: none;
}

/* .faq-section{
  margin-left: -100px;
} */

.tos-container,
.pap-container{
  margin-left: 100px;
}

.tos-card-text{
  color: #000;
}

.tos-card-text ol{
  list-style: disc;
}

.tos-title,
.pap-title {
  color: rgb(51, 89, 152);
  font-size: 20px;
  font-weight: 500;
}

.tos-card,
.pap-card {
  margin-top: 32px;
  width: auto;
  height: auto;
  max-width: 960px;
  /* max-height: 1735px; */
  box-shadow: rgba(0, 0, 0, 0.15) 2px 1px 10px;
  padding: 20px 40px 40px 40px;
  background: rgb(255, 255, 255);
  border-radius: 25px;
}

.tos-content:first-child,
.pap-contetn:first-child {
  padding-top: 0px;
}

.tos-content,
.pap-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  color: rgb(51, 89, 151);
  border-bottom: 0.5px solid rgb(196, 196, 196);
}

.penggunaan-icon {
  margin-right: 20px;
  width: 33px;
  height: 35px;
}

.tos-content .collapsed .arrow-down,
.pap-content .collapsed .arrow-down {
  float: right;
  margin-top: 5px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: rgb(51, 89, 152);
  border-image: initial;
  border-width: 0px 3px 3px 0px;
  padding: 4px;
  transition: transform 0.5s ease 0s;
}

.isi_tos,
.isi_pap {
  font-weight: 400;
  font-size: 16px;
  padding-left: 35px !important;
  padding-right: 0px !important;
}

.tos-card-text,
.pap-card-text {
  color: #000;
  font-weight: 300;
}

.tos-card-text li,
.pap-card-text li{
  margin-bottom: 20px;
}

.tos-card-text li:last-child,
.pap-card-text li:last-child{
  margin-bottom: 0px;
}

.tos-content:last-child,
.pap-content:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.tos-content .not-collapsed .arrow-down,
.pap-content .not-collapsed .arrow-down {
  float: right;
  margin-top: 12px;
  transform: rotate(-135deg);
  border-style: solid;
  border-color: rgb(51, 89, 152);
  border-image: initial;
  border-width: 0px 3px 3px 0px;
  padding: 4px;
  transition: transform 0.5s ease 0s;
}

.icon-hide-password{
  width: 22px;
  height: 22px;
  margin-right: 10px !important;
}

.icon-show-password{
  width: 22px;
  height: 17px;
  margin-right: -25px !important;
}

.how-to-order-section{
  margin-left: -20px;
}

.how-to-order-header{
  margin-top: 10px;
  margin-bottom: 30px;
}

.send-message-text-container {
  margin-bottom: 20px;
  margin-top: 10px;
}


.contact-us-section {
  margin-left: -45px;
}

.send-message-text {
  font-size: 16px;
  font-weight: normal;
  color: #A7A9AC;
  margin-bottom: 0px;
}

.contact-us-title {
  color: #335998;
  font-weight: 500;
  font-size: 16px;
}

input, select, textarea {
  padding-left: 20px !important;
}

input.input-flightdatepicker {
  border: 1px solid #C4C4C4 !important;
  height: 50px;
  border-radius: 15px !important;
}

.contactus-submit-btn-container {
  text-align: center;
}

.input-departure-container{
  height: 68px;
}

#input-contact-user-email,
#input-contact-user-orderid,
#input-contact-user-subject,
#input-contact-user-message {
  border: 1px solid #EFEFEF !important;
  border-radius: 12px !important;
  height: 40px;
  font-size: 14px;
  color: #335998;
}

.add-attachment {
  margin-top: 20px;
  margin-bottom: 10px !important;
}

.hotel-search-btn-container {
  align-self: center;
  margin-bottom: 65px;
  margin-right: 20px !important;
}

.hotel-search-btn {
  width: 200px;
  height: 50px;
  border-radius: 15px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.login-via-apple img {
  position: relative;
  bottom: 5px;
}

.feature-coming-soon {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align-last: center;
  color: #A4A4A4;
}

.container-form-home-flight .row {
  flex-wrap: nowrap;
}

.passenger-input-detail-headcounts {
  width: 355px !important;
  height: auto !important;
  top: -254px !important;
  border-radius: 15px !important;
}

.flight-form-search-date-container .passenger-input-detail-headcounts {
  top: 104px !important;
}

.passenger-input-line {
  border: 0.5px solid #C4C4C4;
  margin: 20px;
}

.icon-minus-passenger,
.icon-plus-passenger {
  width: 20px;
  height: 20px;
}

.passenger-class-line {
  width: 155px;
  border: 0.5px solid #C4C4C4;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hotel-form-search-pinpoint {
  width: 24px;
  position: relative;
  top: 31px;
  right: 155px;
}

.hotel-form-search-checkin-pinpoint {
  width: 24px;
  position: relative;
  top: 35px;
  right: 107px;
}

.hotel-form-search-checkout-pinpoint {
  width: 24px;
  position: relative;
  top: 35px;
  right: 115px;
}

.hotel-form-search .checkin-container {
  display: flex;
  width: 430px;
  height: 75px;
  margin-top: 20px;
  border: 1px solid #EFEFEF;
  border-radius: 15px;
}

.checkin-seperation-line {
  border: 1px solid #EFEFEF;
}

.hotel-form-search .see-last-search {
  margin-top: 11px;
}

.hotel-form-search .see-last-search a {
  font-size: 12px;
  text-decoration: underline;
  color: #335998;
  margin-right: 20px;
}

.home-search-form,
.flight-home-content,
.hotel-home-content,
.train-home-content {
  background-color: #FFF;
}

.best-hotel-recommendation .header,
.cheapest-hotel-recommendation .header,
.popular-tour-destination .header,
.interesting-to-do .header {
  font-size: 20px;
  font-weight: 500;
}
.popular-tour-destination .header {
  font-size: 25px;
  font-weight: bold;
}

.best-hotel-recommendation .sub-header,
.cheapest-hotel-recommendation .sub-header,
.popular-tour-destination .sub-header,
.interesting-to-do .sub-header {
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}

.best-hotel-recommendation .hotel-card,
.cheapest-hotel-recommendation .hotel-card {
  width: 280px;
  background-color: #C4C4C4;
  border-radius: 25px;
  margin-right: 15px;
}

.best-hotel-recommendation .hotel-card img,
.cheapest-hotel-recommendation .hotel-card img {
  border-radius: 25px;
}

.best-hotel-recommendation .name, 
.cheapest-hotel-recommendation .name{
  font-size: 30px;
  font-weight: 500;
  color: #335998;
}

.best-hotel-recommendation .address,
.cheapest-hotel-recommendation .address {
  color: #335998;
  margin-bottom: 5px;
}

.best-hotel-recommendation .price,
.cheapest-hotel-recommendation .price {
  color: #335998;
  font-weight: 500;
}

.best-hotel-recommendation .per-night,
.cheapest-hotel-recommendation .per-night {
  font-weight: 400;
}

.popular-tour-destination .main-card {
  width: 595px;
  height: 400px;
  background: #c4c4c4;
  border-radius: 25px;
  margin-bottom: 15px;
}

.popular-tour-destination .sub-card {
  width: 350px;
  height: 260px;
  margin-bottom: 15px;
}

.popular-tour-destination .see-all-tour-destination {
  margin-top: 20px;
  text-align: center;
}

.popular-tour-destination .see-all-tour-destination a {
  font-size: 20px;
  color: #FF8136;
  text-decoration: underline;
  font-weight: 300;
}

.interesting-to-do .card-list img {
  width: 310px;
  height: 260px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.best-hotel-recommendation-search,
.cheapest-hotel-recommendation-search,
.popular-tour-destination-search,
.interesting-to-do-search {
  width: 350px !important;
  height: 40px !important;
  border: 1px solid #EFEFEF !important;
  border-radius: 10px !important;
  margin-left: auto;
  margin-right: 23px;
  display: flex;
}

.input-best-hotel-recommendation-search,
.input-cheapest-hotel-recommendation-search,
.input-popular-tour-destination-search,
.input-interesting-to-do-search {
  color: #335998 !important;
}

.best-hotel-recommendation-search-icon,
.cheapest-hotel-recommendation-search-icon,
.popular-tour-destination-search-icon,
.interesting-to-do-search-icon {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-left: 20px;
}

.cursor{
  cursor: pointer;
}

.bg-btg{
  background-color: #335998;
}
.bg-orange {
  background-color: #ff8136 !important;
  border-color:#ff8136 !important;
}

.bg-gray{
  background-color: #C4C4C4 !important;
  border-color:#C4C4C4 !important;
}

.bg-semi{
  background-color: #ffffff29;
}

.text-btg{
  color: #335998 !important;
}
.text-secondary-btg {
  color: #FF7A00 !important;
}
.text-orange {
  color: #ff8136 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-dark {
  color:#404040 !important;
}
.text-gray {
  color:#C4C4C4 !important;
}
.text-dark-gray{
  color: #6E6E6E !important;
}
.text-success {
  color: #40A737 !important;
}
.text-discount {
  color: #14C6A4 !important;
}

.font-8 {
  font-size: 8px !important;
}
.font-9 {
  font-size: 9px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16{
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20{
  font-size: 20px !important;
}
.font-24{
  font-size: 24px !important;
}
.radius-5 {
  border-radius: 0.75rem !important;
}
.radius-8 {
  border-radius: 8px !important;
}
.radius-10 {
  border-radius: 10px !important;
}
.radius-12{
  border-radius: 12px !important;
}
.radius-15 {
  border-radius: 1.5rem !important;
}
.radius-16 {
  border-radius: 16px !important;
}
.radius-25 {
  border-radius: 25px !important;
}
.radius-20 {
  border-radius:20px !important;
}
.radius-15p{
  border-radius:15px !important;
}
.radius-16{
  border-radius:16px !important;
}


.action-popup-faq {
    width: 101px;
    text-align: center;
    background-color: #ff8136;
    padding: 8px 10px 10px 10px;
    cursor: pointer;
    border-radius: 12px;
    height: 40px;
}

.action-popup-faq a {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
}

.list-menu-finance {
  margin-top: -104px;
}

.list-menu-booking {
  margin-top: -120px;
}

.enduser-list-menu-booking {
  margin-top: -122px!important;
}

@media screen and (min-width: 320px) {
  .action-popup-faq a {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 12px;
  }
}


/* TRAIN SECTION STYLE  */


.border-radius-12 {
  border-radius: 12px!important;
}


.bg-info-transit {
  background: rgba(51, 89, 152, 0.5);
  color: #FFFFFF;
  padding: 5px 0px;
  border: none;
}

input.book-check-input-city {
  border: 1px solid #C4C4C4 !important; 
  margin-left: 0px !important; 
  border-radius: 15px !important;
  height: 50px;
  left: 0px !important;
  position: relative !important;
  margin-right: 0px !important;
  padding-right: 10px !important;
  font-size: 14px;
}


.book-check-awesomplete>ul {
  width: 270px;
  padding: 10px;
  border: none !important;
  border-radius: 10px;
}

.book-check-awesomplete>ul>li {
  border-bottom: 1px solid #C4C4C4 !important;
}

.book-check-awesomplete>ul>li:last-child {
  border: none !important;
}

.booking-check-awesomplete {
  top: 55px !important;
  bottom: auto;
}

.reset-margin {
  margin: 0px !important;
}

.el-autocomplete-suggestion .el-scrollbar .el-scrollbar__wrap {
  overflow-x: hidden !important;
}

.vc-day-content:focus, .vc-day-content:hover {
  background:none !important;
}

.form-landing-page-seo {
  top: -110px !important;
  max-height: 250px !important;
  position: relative !important;
}

.seo-mobile-carousel-home-banner {
  min-height: 290px;
  display: flex;
  justify-content: center;
  background: url('/assets/frontend/images/mobile-seo-banner.png');
  background-repeat: no-repeat;
  background-size: 100% 220px;
  box-shadow: 2px 1px 10px 0px rgba(24, 25, 31, 0.15);
}

.mobile-landing-hore-image {
  height: 168px;
}

.mobile-landing-text-label {
  position: absolute;
  top: 108px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #335998;
}

.mobile-promo-card {
  width: 124%;
  height: 95px;
  background-color: #FFFFFF;
  box-shadow: 2px 1px 10px #00000029;
  border-radius: 16px 0 0 16px;
  position: relative;
  top: 230px;
  margin-left: -35px !important;
  padding: 10px 0 10px 20px;
}

.mobile-promo-title {
  color: #335998;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.mobile-promo-content {
  gap: 8px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

.mobile-promo-content::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

.mobile-promo-item {
  width: auto;
  padding: 8px;
  border-radius: 20px;
  background-color: #335998;
  color: #FFFFFF;
}

.mobile-promo-image {
  height: 95px;
  position: absolute;
  left: 260px;
  top: 0;
}

#promo_fliter_mobile .custom-checkbox .custom-control-label::before , 
#promo_fliter_mobile .custom-checkbox .custom-control-label::after {
    visibility: hidden !important;
}

.fw-700 {
  font-weight: 700!important;
}

.formsearch-z-index {
  z-index: 2 !important;
}

.text-error {
  color: rgba(255, 0, 0, 1);
}

.mt-20px {
  margin-top: 20px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.mt-26px {
  margin-top: 26px !important;
}

.text-gray-color {
  color: rgba(140, 140, 140, 1);
}

.light-sade-blue {
  background-color: rgba(224, 236, 255, 1);
}

.custome-service-btn {
  cursor: pointer;
}

.custome-service-btn:hover {
  text-decoration: underline;
}

.icon-warning-setting-pin {
  background: rgba(255, 122, 0, 0.1);
  padding: 16px;
  border-radius: 50%;
}

.new-button-style {
  padding: 11px 0 !important;
}

.icon-success-setting-pin {
  background-color: rgba(222, 255, 229, 1);
  padding: 16px;
  border-radius: 50%;
}

.icon-payment-blocked {
  width: 56px;
  height: 56px;
  margin: 32px auto 0px auto;
}

.list-style-decimal {
  list-style: decimal;
}

.train-gray-color{
  color: #6E6E6E;
}

.btn-cancel-booking-train {
  border-color: #ED4337 !important;
  color: #ED4337 !important;
  padding: 16px !important;
  width: 180px !important;

  &:hover {
    color: #FFF !important;
    background-color: #ED4337 !important;
    border-color: #ED4337 !important;
  }
}

.btn-back-cancel-booking {
  border-color: #FF7A00 !important;
  color: #FF7A00 !important;
  padding: 16px !important;

  &:hover {
    color: #FFF !important;
    background-color: #FF7A00 !important;
    border-color: #FF7A00 !important;
  }
}

.btn-agree-cancel-booking {
  background-color: #FF7A00 !important;
  color: #FFF !important;
  padding: 16px !important;

  &:hover {
    background-color: #E66A00 !important;
  }
}

.hide-body-toaster {
  display: none !important;
}

.toast {
  border-radius: 8px !important;
}

.toast-header {
  background-color: #393A3C !important;
  color: #FFF !important;
  padding: 16px 20px !important;
  font-size: 16px !important;
  border-radius: 8px !important;
}

.toast-header strong {
  font-weight: 400 !important;
  font-size: 16px !important;
}

.toast-header button {
  color: #FFF !important;
  opacity: 1 !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-16 {
  gap: 16px !important;
}

#modal-chosen___BV_modal_content_ {
  max-width: 960px !important;
}