@charset "UTF-8";
@font-face {
  font-family: Chalkdust;
  src: url("../fonts/chalkdust.ttf");
}
@font-face {
  font-family: Verdana;
  src: url("../fonts/verdana.ttf");
}
@font-face {
  font-family: Verdana;
  src: url("../fonts/verdanab.ttf");
  font-weight: bold;
}
@font-face {
  font-family: Verdana;
  src: url("../fonts/verdanai.ttf");
  font-style: italic;
}
@font-face {
  font-family: Verdana;
  src: url("../fonts/verdanaz.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: Aller;
  src: url("../fonts/aller_rg.ttf");
}
@font-face {
  font-family: Aller;
  src: url("../fonts/aller_b.ttf");
  font-weight: bold;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?i9vqpa");
  src: url("../fonts/icomoon.eot?i9vqpa#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?i9vqpa") format("truetype"), url("../fonts/icomoon.woff?i9vqpa") format("woff"), url("../fonts/icomoon.svg?i9vqpa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 45, ../sass/global.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 60, ../sass/global.scss */
.icon-menu-mobile:before {
  content: "\e90d";
}

/* line 63, ../sass/global.scss */
.icon-step5-checkprice:before {
  content: "\e90b";
}

/* line 66, ../sass/global.scss */
.icon-step5-promocode:before {
  content: "\e90c";
}

/* line 69, ../sass/global.scss */
.icon-step4-next:before {
  content: "\e90a";
}

/* line 72, ../sass/global.scss */
.icon-hsi-step-arrow:before {
  content: "\e909";
}

/* line 75, ../sass/global.scss */
.icon-long-arrow:before {
  content: "\e908";
}

/* line 78, ../sass/global.scss */
.icon-times:before {
  content: "\e907";
}

/* line 81, ../sass/global.scss */
.icon-fb:before {
  content: "\e903";
}

/* line 84, ../sass/global.scss */
.icon-ig:before {
  content: "\e904";
}

/* line 87, ../sass/global.scss */
.icon-in:before {
  content: "\e905";
}

/* line 90, ../sass/global.scss */
.icon-twitter:before {
  content: "\e906";
}

/* line 93, ../sass/global.scss */
.icon-down-arrow:before {
  content: "\e900";
}

/* line 96, ../sass/global.scss */
.icon-menu:before {
  content: "\e901";
}

/* line 99, ../sass/global.scss */
.icon-tracking:before {
  content: "\e902";
}

/*Bootstrap 5 column*/
/* 5 Columns */
/* line 106, ../sass/global.scss */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 116, ../sass/global.scss */
.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  /* line 121, ../sass/global.scss */
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 127, ../sass/global.scss */
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 133, ../sass/global.scss */
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* line 139, ../sass/global.scss */
.btn-blue {
  background: #004bbe;
  color: #fff !important;
  outline: none;
  text-decoration: none !important;
}
/* line 144, ../sass/global.scss */
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  color: #fff !important;
  outline: none;
}

/* line 149, ../sass/global.scss */
.btn-blue-border {
  background: transparent;
  border: 1px solid #0042e0;
  color: #0042e0;
}
/* line 153, ../sass/global.scss */
.btn-blue-border:hover, .btn-blue-border:active, .btn-blue-border:focus {
  color: #0042e0;
  outline: none;
}
/* line 157, ../sass/global.scss */
.btn-blue-border.active {
  box-shadow: none;
  background: #fbb03b;
  color: #fff;
  border: 1px solid #fff;
}

/* line 164, ../sass/global.scss */
.btn-white-border {
  background: transparent;
  border: 4px solid #fff;
  color: #fff;
}
/* line 168, ../sass/global.scss */
.btn-white-border:hover, .btn-white-border:active, .btn-white-border:focus {
  color: #fff;
  outline: none;
}

/* line 173, ../sass/global.scss */
.btn-orange {
  background: #fbb03b;
  color: #fff;
  outline: none;
}
/* line 177, ../sass/global.scss */
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  color: #fff;
  outline: none;
}
/* line 181, ../sass/global.scss */
.btn-orange i {
  color: #fff;
}

/* line 185, ../sass/global.scss */
.btn-orange-white-border {
  background: #fbb03b;
  color: #fff;
  outline: none;
  border: 1px solid #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 3px 10px;
}
/* line 193, ../sass/global.scss */
.btn-orange-white-border:hover, .btn-orange-white-border:active, .btn-orange-white-border:focus {
  color: #fff;
  outline: none;
}

/* line 199, ../sass/global.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 202, ../sass/global.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 205, ../sass/global.scss */
.mb15 {
  margin-bottom: 15px !important;
}

/* line 208, ../sass/global.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 211, ../sass/global.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 214, ../sass/global.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 217, ../sass/global.scss */
.mb60 {
  margin-bottom: 60px !important;
}

/* line 221, ../sass/global.scss */
.orange {
  color: #f7931e !important;
}

/* line 225, ../sass/global.scss */
.single-page-title {
  display: flex;
  width: 174px;
  height: 110px;
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  background: #004bbe;
}

/* line 241, ../sass/global.scss */
.single-page-text {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
/* line 245, ../sass/global.scss */
.single-page-text.bold {
  font-weight: bold;
}
/* line 248, ../sass/global.scss */
.single-page-text h4 {
  color: #666666;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  margin: 0 0 35px 0;
}
/* line 255, ../sass/global.scss */
.single-page-text p {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

/* line 261, ../sass/global.scss */
.single-page-subtitle {
  color: #004bbe;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

/* line 268, ../sass/global.scss */
.snowl-input {
  border: 1px solid #004bbe;
  border-radius: 6px;
  width: 100%;
}

/* line 280, ../sass/global.scss */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

/* line 285, ../sass/global.scss */
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #004bbe;
  width: 134px;
  height: 24px;
}

/* line 294, ../sass/global.scss */
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #004bbe;
  padding: 4px 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 4px;
}
/* line 306, ../sass/global.scss */
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #004bbe transparent transparent transparent;
  position: absolute;
  top: 8px;
  right: 7px;
}
/* line 316, ../sass/global.scss */
.select-styled:before {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  position: absolute;
  right: 24px;
  top: 0px;
  background: #004bbe;
}
/* line 326, ../sass/global.scss */
.select-styled:hover {
  background-color: #fbb03b;
}
/* line 329, ../sass/global.scss */
.select-styled:active, .select-styled.active {
  border-color: #fbb03b;
  background-color: #fff;
  color: #fbb03b;
}
/* line 333, ../sass/global.scss */
.select-styled:active:after, .select-styled.active:after {
  top: 8px;
  border-color: transparent transparent #fbb03b transparent;
}
/* line 337, ../sass/global.scss */
.select-styled:active:before, .select-styled.active:before {
  background: #fbb03b;
}

/* line 342, ../sass/global.scss */
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #fbb03b;
}
/* line 354, ../sass/global.scss */
.select-options li {
  margin: 0;
  padding: 3px 0;
  border-top: 1px solid #fbb03b;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-align: center;
  color: #444444;
}
/* line 362, ../sass/global.scss */
.select-options li:first-child {
  border-top: none;
}
/* line 365, ../sass/global.scss */
.select-options li:hover {
  color: #fff;
  background: #fbb03b;
}
/* line 369, ../sass/global.scss */
.select-options li[rel="hide"] {
  display: none;
}

/* line 375, ../sass/global.scss */
.on .select {
  color: #fbb03b;
}
/* line 378, ../sass/global.scss */
.on .select-styled {
  border-color: #fbb03b;
}
/* line 380, ../sass/global.scss */
.on .select-styled:after {
  border-color: #fbb03b transparent transparent transparent;
}
/* line 383, ../sass/global.scss */
.on .select-styled:before {
  background: #fbb03b;
}
/* line 386, ../sass/global.scss */
.on .select-styled:hover {
  background-color: #fbb03b;
  color: #fff;
}
/* line 389, ../sass/global.scss */
.on .select-styled:hover:after {
  border-color: #fff transparent transparent transparent;
}
/* line 392, ../sass/global.scss */
.on .select-styled:hover:before {
  background: #fff;
}
/* line 396, ../sass/global.scss */
.on .select-styled:active, .on .select-styled.active {
  border-color: #fbb03b;
  background-color: #fff;
  color: #fbb03b;
}
/* line 400, ../sass/global.scss */
.on .select-styled:active:after, .on .select-styled.active:after {
  top: 4px;
  border-color: transparent transparent #fbb03b transparent;
}
/* line 404, ../sass/global.scss */
.on .select-styled:active:before, .on .select-styled.active:before {
  background: #fbb03b;
}

/* line 412, ../sass/global.scss */
input.form-control, textarea.form-control {
  height: 28px;
  border: 1px solid #666666;
  box-shadow: none;
  border-radius: 4px;
}
/* line 417, ../sass/global.scss */
input.form-control::-webkit-input-placeholder, input.form-control:-moz-placeholder, input.form-control::-moz-placeholder, input.form-control:-ms-input-placeholder, textarea.form-control::-webkit-input-placeholder, textarea.form-control:-moz-placeholder, textarea.form-control::-moz-placeholder, textarea.form-control:-ms-input-placeholder {
  font-size: 12px;
  color: #B3B3B3;
}
/* line 421, ../sass/global.scss */
input.form-control:focus, textarea.form-control:focus {
  border-color: #fbb03b;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 427, ../sass/global.scss */
input.form-control.inline-30, textarea.form-control.inline-30 {
  display: inline-block;
  width: 30px;
  padding: 6px 4px;
}

/* line 434, ../sass/global.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #fbb03b;
}

/* line 437, ../sass/global.scss */
.tooltip > .tooltip-inner {
  background: #fff;
  color: #666666;
  border: 2px solid #fbb03b;
  font-weight: bold;
  text-align: left;
}

/* line 444, ../sass/global.scss */
.tooltip.in {
  opacity: 1;
}

/* line 448, ../sass/global.scss */
.datepicker {
  margin-top: 8px;
  width: 100%;
  border: 1px solid #004bbe;
  border-radius: 5px;
}
/* line 453, ../sass/global.scss */
.datepicker .datepicker-days {
  margin: 10px 15px;
}
/* line 455, ../sass/global.scss */
.datepicker .datepicker-days table {
  width: 100%;
}
/* line 458, ../sass/global.scss */
.datepicker .datepicker-days table tr td, .datepicker .datepicker-days table tr th {
  padding: 1px;
  width: auto;
  height: auto;
  border-radius: 0px;
  color: #666;
  font-size: 12px;
}
/* line 465, ../sass/global.scss */
.datepicker .datepicker-days table tr td.active, .datepicker .datepicker-days table tr th.active {
  position: relative;
  background: #fff;
  color: #fbb03b;
}
/* line 469, ../sass/global.scss */
.datepicker .datepicker-days table tr td.active:after, .datepicker .datepicker-days table tr th.active:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #004bbe;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
/* line 484, ../sass/global.scss */
.datepicker .datepicker-days table tr td.disabled, .datepicker .datepicker-days table tr th.disabled {
  background: #cccccc;
  color: #999;
}
/* line 490, ../sass/global.scss */
.datepicker .datepicker-days table thead .datepicker-switch {
  color: #004bbe;
}
/* line 493, ../sass/global.scss */
.datepicker .datepicker-days table thead .dow {
  color: #999;
  font-weight: normal;
}

/* line 500, ../sass/global.scss */
.date-picker-wrapper {
  border: 1px solid #fbb03b;
  border-radius: 3px;
  padding: 5px;
  background: #fff;
}
/* line 505, ../sass/global.scss */
.date-picker-wrapper.no-topbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 509, ../sass/global.scss */
.date-picker-wrapper .month-wrapper {
  border: none;
  border-radius: 0px;
  background-color: #fff;
  padding: 0px;
  width: 100% !important;
}
/* line 515, ../sass/global.scss */
.date-picker-wrapper .month-wrapper table {
  width: 100% !important;
}
/* line 517, ../sass/global.scss */
.date-picker-wrapper .month-wrapper table td {
  height: 20px;
}
/* line 520, ../sass/global.scss */
.date-picker-wrapper .month-wrapper table .caption {
  height: 24px;
}
/* line 523, ../sass/global.scss */
.date-picker-wrapper .month-wrapper table .day {
  font-size: 12px;
  font-family: Aller, sans-serif;
  padding: 0px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0 auto;
  border-radius: 50%;
}
/* line 532, ../sass/global.scss */
.date-picker-wrapper .month-wrapper table .day.checked {
  background: #fbb03b;
  color: #fff;
}
/* line 536, ../sass/global.scss */
.date-picker-wrapper .month-wrapper table .day.first-date-selected, .date-picker-wrapper .month-wrapper table .day.last-date-selected {
  background: #fbb03b !important;
  font-weight: bold;
}
/* line 543, ../sass/global.scss */
.date-picker-wrapper .footer {
  padding-top: 0px;
}

/* line 548, ../sass/global.scss */
input[type='text'], input[type='password'], select {
  outline: none;
}
/* line 550, ../sass/global.scss */
input[type='text']:focus, input[type='password']:focus, select:focus {
  border-color: #fbb03b !important;
}

/*Basic*/
/* line 5, ../sass/main.scss */
html {
  -webkit-font-smoothing: antialiased;
}

/* line 8, ../sass/main.scss */
body {
  padding-top: 0px;
  font-size: 12px;
  font-family: Aller, sans-serif;
}
/* line 12, ../sass/main.scss */
body.bodyaffix {
  padding-top: 60px;
}

/* line 16, ../sass/main.scss */
.content {
  min-height: 700px;
}

/* line 19, ../sass/main.scss */
a {
  color: #004bbe;
  -webkit-transition: color .3s;
  transition: color .3s;
  outline: none;
}
/* line 24, ../sass/main.scss */
a:hover, a:active {
  text-decoration: none;
  outline: none;
}

/*Header*/
/* line 31, ../sass/main.scss */
header {
  position: relative;
  height: 60px;
  border-bottom: 1px solid #004bbe;
  z-index: 999;
  background: #fff;
  -webkit-transform: translateZ(0);
}
/* line 41, ../sass/main.scss */
header.affix {
  -webkit-transform: translateZ(0);
  width: 100%;
  top: 0px;
  left: 0px;
}

/*Menu*/
/* line 50, ../sass/main.scss */
.menu-toggle {
  margin-top: 4px;
  cursor: pointer;
}
/* line 53, ../sass/main.scss */
.menu-toggle i {
  font-size: 22px;
  color: #004bbe;
}

/* line 58, ../sass/main.scss */
.menu-close {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}
/* line 63, ../sass/main.scss */
.menu-close i {
  color: #004bbe;
  font-size: 18px;
}

/* line 68, ../sass/main.scss */
.menu {
  display: none;
  position: absolute;
  margin: 0 auto;
  bottom: -41px;
  left: 0px;
  width: 100%;
  height: 42px;
  padding-top: 14px;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid #004bbe;
}
/* line 80, ../sass/main.scss */
.menu > ul {
  margin: 0;
  padding: 0;
}
/* line 83, ../sass/main.scss */
.menu > ul > li {
  display: inline-block;
  padding: 2px 10px 5px 10px;
  border-bottom: 5px solid transparent;
  font-family: Verdana;
  position: relative;
  -webkit-transition: border .3s;
  /* Safari */
  transition: border .3s;
}
/* line 91, ../sass/main.scss */
.menu > ul > li > a {
  color: #b3b3b3;
  outline: none;
}
/* line 95, ../sass/main.scss */
.menu > ul > li.active, .menu > ul > li:hover, .menu > ul > li:active {
  border-bottom: 5px solid #004bbe;
}
/* line 97, ../sass/main.scss */
.menu > ul > li.active > a, .menu > ul > li:hover > a, .menu > ul > li:active > a {
  color: #004bbe;
  outline: none;
}
/* line 103, ../sass/main.scss */
.menu > ul > li.hot:before {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 11px;
  top: -5px;
  left: 0px;
  background: url("../images/hot.jpg") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 103, ../sass/main.scss */
  .menu > ul > li.hot:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/hot2x.jpg");
    background-size: 100% 100%;
  }
}
/* line 115, ../sass/main.scss */
.menu > ul > li.light > a {
  color: #fbb03b;
}

/*Background no deco*/
/* line 123, ../sass/main.scss */
.bg {
  width: 100%;
  height: 640px;
  background: url("../images/bg.jpg") no-repeat;
  position: relative;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 123, ../sass/main.scss */
  .bg {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/bg2x.jpg");
    background-size: 100% 100%;
  }
}

/* line 130, ../sass/main.scss */
.bg-minH {
  width: 100%;
  min-height: 640px;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  position: relative;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 130, ../sass/main.scss */
  .bg-minH {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/bg2x.jpg");
    background-size: 100% 100%;
  }
}

/*Home-menu*/
/* line 140, ../sass/main.scss */
.home-menu {
  height: 68px;
  padding: 19px 0;
  margin: 0;
}
/* line 144, ../sass/main.scss */
.home-menu > li, .home-menu > div {
  float: left;
  width: 20%;
  height: 100%;
  border-right: 1px solid #0042e0;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  margin: 0 auto;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 160, ../sass/main.scss */
.home-menu > li a, .home-menu > div a {
  color: #4d4d4d;
}
/* line 163, ../sass/main.scss */
.home-menu > li:last-child, .home-menu > div:last-child {
  border-right: none;
}
/* line 166, ../sass/main.scss */
.home-menu > li.actived a, .home-menu > li:hover a, .home-menu > li a.actived, .home-menu > div.actived a, .home-menu > div:hover a, .home-menu > div a.actived {
  color: #0042e0;
}

/*LOGO*/
/* line 173, ../sass/main.scss */
.logo {
  margin: 15px auto 0 auto;
  width: 180px;
  height: 40px;
  background: url("../images/logo.png") no-repeat;
  position: relative;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 173, ../sass/main.scss */
  .logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/logo2x.png");
    background-size: 100% 100%;
  }
}
/* line 180, ../sass/main.scss */
.logo > a {
  display: block;
  width: 100%;
  height: 100%;
}

/*LOGIN*/
/* line 188, ../sass/main.scss */
.login-and-tracking {
  margin-top: 15px;
  font-family: Verdana;
  color: #004bbe;
  font-size: 12px;
  width: 223px;
  float: right;
  position: relative;
  right: -15px;
}
/* line 197, ../sass/main.scss */
.login-and-tracking .line {
  width: 1px;
  height: 20px;
  background: #004bbe;
  display: inline-block;
  position: relative;
  top: 6px;
  float: left;
}
/* line 205, ../sass/main.scss */
.login-and-tracking .line.opacity0 {
  background: transparent;
}
/* line 209, ../sass/main.scss */
.login-and-tracking span {
  display: inline-block;
  height: 45px;
  padding: 5px 10px;
  float: left;
  border: 1px solid transparent;
  position: relative;
  vertical-align: top;
}
/* line 217, ../sass/main.scss */
.login-and-tracking span a:focus, .login-and-tracking span a:hover {
  text-decoration: none;
  color: #004bbe;
}
/* line 221, ../sass/main.scss */
.login-and-tracking span.active {
  border: 1px solid #004bbe;
  border-bottom: 1px solid #fff;
  background: #fff;
  z-index: 11;
}
/* line 228, ../sass/main.scss */
.login-and-tracking span.tracking-toggle.active a {
  color: #c90f01;
}
/* line 231, ../sass/main.scss */
.login-and-tracking span.tracking-toggle.active i {
  color: #c90f01;
}
/* line 235, ../sass/main.scss */
.login-and-tracking span.disabled a, .login-and-tracking span.disabled a i {
  color: #999;
}
/* line 238, ../sass/main.scss */
.login-and-tracking span.tracking-toggle i {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transform: rotate(0deg);
}
/* line 245, ../sass/main.scss */
.login-and-tracking span.tracking-toggle.active i {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  transform: rotate(45deg);
}
/* line 253, ../sass/main.scss */
.login-and-tracking span i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 0px;
  margin-left: 5px;
  color: #004bbe;
  font-weight: bold;
  float: right;
}

/*Login-menu*/
/* line 266, ../sass/main.scss */
.login-menu, .tracking-menu {
  width: 223px;
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 10;
  display: none;
}
/* line 273, ../sass/main.scss */
.login-menu > div, .tracking-menu > div {
  padding: 20px;
  border: 1px solid #004bbe;
  background: #fff;
  position: relative;
  top: -1px;
  z-index: 2;
}
/* line 280, ../sass/main.scss */
.login-menu > div input, .tracking-menu > div input {
  margin-bottom: 10px;
  height: 24px;
  padding: 3px 10px;
  border-radius: 4px;
}
/* line 285, ../sass/main.scss */
.login-menu > div input::-webkit-input-placeholder, .tracking-menu > div input::-webkit-input-placeholder {
  text-align: center;
}
/* line 288, ../sass/main.scss */
.login-menu > div input:-moz-placeholder, .tracking-menu > div input:-moz-placeholder {
  text-align: center;
}
/* line 291, ../sass/main.scss */
.login-menu > div input::-moz-placeholder, .tracking-menu > div input::-moz-placeholder {
  text-align: center;
}
/* line 294, ../sass/main.scss */
.login-menu > div input:-ms-input-placeholder, .tracking-menu > div input:-ms-input-placeholder {
  text-align: center;
}
/* line 299, ../sass/main.scss */
.login-menu a, .tracking-menu a {
  color: #f7931e;
  text-decoration: underline;
}

/* line 305, ../sass/main.scss */
.login-menu .login {
  display: block;
}
/* line 308, ../sass/main.scss */
.login-menu .forget-password {
  display: none;
}
/* line 312, ../sass/main.scss */
.login-menu.forget-password-on .login {
  display: none;
}
/* line 315, ../sass/main.scss */
.login-menu.forget-password-on .forget-password {
  display: block;
}

/* line 321, ../sass/main.scss */
.tracking-menu .tracking-form {
  display: block;
}
/* line 324, ../sass/main.scss */
.tracking-menu > div.tracking-result {
  display: none;
  padding: 0;
}
/* line 327, ../sass/main.scss */
.tracking-menu > div.tracking-result .panel-group {
  margin-bottom: 0px;
}
/* line 329, ../sass/main.scss */
.tracking-menu > div.tracking-result .panel-group .panel + .panel {
  margin-top: 0px;
}
/* line 332, ../sass/main.scss */
.tracking-menu > div.tracking-result .panel-group .panel-default {
  border: none;
}
/* line 334, ../sass/main.scss */
.tracking-menu > div.tracking-result .panel-group .panel-default > .panel-heading {
  color: #333;
  background-color: #004bbe;
  border-color: #ddd;
  border-radius: 0px;
  border: none;
  padding: 3px 10px;
  height: 22px;
  border-bottom: 1px solid #fff;
}
/* line 343, ../sass/main.scss */
.tracking-menu > div.tracking-result .panel-group .panel-default > .panel-heading a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  width: 100%;
  display: block;
}
/* line 351, ../sass/main.scss */
.tracking-menu > div.tracking-result .panel-group .panel-default .panel-body {
  border: none;
  border-radius: 0px;
  padding: 10px 2px;
}
/* line 355, ../sass/main.scss */
.tracking-menu > div.tracking-result .panel-group .panel-default .panel-body h4 {
  margin: 5px 0 10px 0;
  font-size: 14px;
}
/* line 358, ../sass/main.scss */
.tracking-menu > div.tracking-result .panel-group .panel-default .panel-body h4 span {
  border-bottom: 1px solid #004bbe;
}
/* line 362, ../sass/main.scss */
.tracking-menu > div.tracking-result .panel-group .panel-default .panel-body hr {
  margin: 35px 0 10px 0;
  border-top: 1px dotted #666;
  height: 1px;
  display: block;
  width: 100%;
}
/* line 370, ../sass/main.scss */
.tracking-menu > div.tracking-result .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
/* line 377, ../sass/main.scss */
.tracking-menu.result-on .tracking-form {
  display: none;
}
/* line 380, ../sass/main.scss */
.tracking-menu.result-on .tracking-result {
  display: block;
}

/* line 385, ../sass/main.scss */
.tracking-list {
  margin: 0;
  padding: 0;
}
/* line 388, ../sass/main.scss */
.tracking-list > li {
  list-style: none;
  clear: both;
}
/* line 391, ../sass/main.scss */
.tracking-list > li > span {
  float: left;
  font-size: 12px;
  color: #999999;
  display: block;
}
/* line 398, ../sass/main.scss */
.tracking-list > li.past span {
  color: #004bbe;
}
/* line 401, ../sass/main.scss */
.tracking-list > li.past .tr-sign {
  border-bottom: 1px solid #004bbe;
}
/* line 406, ../sass/main.scss */
.tracking-list > li.active span {
  color: #fbb03b;
}
/* line 409, ../sass/main.scss */
.tracking-list > li.active .tr-sign {
  border-bottom: 1px solid #fbb03b;
}
/* line 413, ../sass/main.scss */
.tracking-list > li .tr-title {
  text-align: right;
  width: 48%;
  letter-spacing: -.5px;
}
/* line 418, ../sass/main.scss */
.tracking-list > li .tr-date {
  text-align: left;
  padding-left: 5px;
  width: 52%;
  letter-spacing: -.5px;
}
/* line 424, ../sass/main.scss */
.tracking-list > li .tr-sign {
  border-bottom: 1px solid #999;
  width: 52%;
  height: 17px;
}

/*Language switch*/
/* line 433, ../sass/main.scss */
.lang-switch {
  margin-top: 7px;
  margin-left: -8px;
}
/* line 436, ../sass/main.scss */
.lang-switch .dropdown {
  width: 42px;
}
/* line 439, ../sass/main.scss */
.lang-switch .dropdown.open .dropdown-toggle {
  background: #004bbe;
  color: #fff;
}
/* line 444, ../sass/main.scss */
.lang-switch .dropdown .dropdown-toggle {
  width: 42px;
  padding: 5px 0 0 0;
  text-align: center;
  color: #004bbe;
  font-weight: bold;
  cursor: pointer;
}
/* line 452, ../sass/main.scss */
.lang-switch .dropdown .dropdown-menu {
  width: 42px;
  margin-top: 0px;
  border: none;
  box-shadow: none;
  min-width: auto;
  padding: 0px;
  background: #004bbe;
  border-radius: 0px;
}
/* line 461, ../sass/main.scss */
.lang-switch .dropdown .dropdown-menu li a {
  color: #fff;
  width: 42px;
  text-align: center;
  padding: 3px 10px;
}
/* line 466, ../sass/main.scss */
.lang-switch .dropdown .dropdown-menu li a:hover {
  color: #fbb03b;
  background: none;
}

/*FOOTER*/
/* line 477, ../sass/main.scss */
footer, .mobile-footer {
  min-height: 150px;
  background: #004bbe;
  padding-top: 43px;
}
/* line 482, ../sass/main.scss */
footer .footer-links > ul, .mobile-footer .footer-links > ul {
  margin: 0;
  padding: 0;
}
/* line 485, ../sass/main.scss */
footer .footer-links > ul > li, .mobile-footer .footer-links > ul > li {
  list-style: none;
  font-family: Aller;
  font-size: 12px;
  margin-bottom: 2px;
}
/* line 490, ../sass/main.scss */
footer .footer-links > ul > li > a, .mobile-footer .footer-links > ul > li > a {
  color: #fff;
}

/* line 498, ../sass/main.scss */
.socials > div {
  display: inline-block;
  margin-right: 30px;
}
/* line 501, ../sass/main.scss */
.socials > div i {
  color: #fff;
  font-size: 26px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}
/* line 508, ../sass/main.scss */
.socials > div .message-border {
  vertical-align: top;
}
/* line 511, ../sass/main.scss */
.socials > div .twitter-text {
  width: 220px;
}

/* line 516, ../sass/main.scss */
.company-number {
  color: #cccccc;
}

/* line 519, ../sass/main.scss */
.message-border {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-left: 14px;
  z-index: 1;
}
/* line 528, ../sass/main.scss */
.message-border:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/message-border.png") no-repeat;
  position: absolute;
  top: 6px;
  left: -14px;
  z-index: 2;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 528, ../sass/main.scss */
  .message-border:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/message-border2x.png");
    background-size: 100% 100%;
  }
}

/*Modal*/
/* line 543, ../sass/main.scss */
.modal-type1 .close {
  position: absolute;
  top: 40px;
  right: -25px;
  background: #fbb03b;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  opacity: 1;
}
/* line 553, ../sass/main.scss */
.modal-type1 .close i {
  color: #fff;
  font-size: 8px;
  position: relative;
  top: -4px;
}
/* line 560, ../sass/main.scss */
.modal-type1 .close-faq-content {
  display: none;
  z-index: 999;
}
/* line 564, ../sass/main.scss */
.modal-type1 .modal-dialog {
  margin-top: 100px;
  width: 768px;
}
/* line 568, ../sass/main.scss */
.modal-type1 .modal-title {
  width: 106px;
  height: 71px;
  background: url("../images/modal-title.png") no-repeat;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  position: relative;
  top: 15px;
  z-index: 3;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 568, ../sass/main.scss */
  .modal-type1 .modal-title {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/modal-title2x.png");
    background-size: 100% 100%;
  }
}
/* line 583, ../sass/main.scss */
.modal-type1 .modal-content {
  box-shadow: none;
  background: none;
  border: none;
}
/* line 588, ../sass/main.scss */
.modal-type1 .modal-body {
  background: #fff;
  z-index: 2;
  padding: 0px;
  overflow-y: hidden;
}

/* line 597, ../sass/main.scss */
.modal-type3 .close {
  position: absolute;
  top: 40px;
  right: -25px;
  background: #fbb03b;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  opacity: 1;
}
/* line 607, ../sass/main.scss */
.modal-type3 .close i {
  color: #fff;
  font-size: 8px;
  position: relative;
  top: -4px;
}
/* line 614, ../sass/main.scss */
.modal-type3 .modal-dialog {
  margin-top: 100px;
  width: 460px;
}
/* line 618, ../sass/main.scss */
.modal-type3 .modal-title {
  width: 162px;
  height: 70px;
  background: url("../images/message-title.png") no-repeat;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  position: relative;
  top: 30px;
  z-index: 3;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 618, ../sass/main.scss */
  .modal-type3 .modal-title {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/message-title2x.png");
    background-size: 100% 100%;
  }
}
/* line 633, ../sass/main.scss */
.modal-type3 .modal-content {
  box-shadow: none;
  background: none;
  border: none;
}
/* line 638, ../sass/main.scss */
.modal-type3 .modal-body {
  background: #fff;
  z-index: 2;
  padding: 0px;
  height: auto;
  overflow-y: hidden;
  border: 3px solid #004bbe;
  padding: 30px 40px 20px 40px;
}
/* line 646, ../sass/main.scss */
.modal-type3 .modal-body .message-title {
  margin: 15px 0 30px 0;
}
/* line 649, ../sass/main.scss */
.modal-type3 .modal-body .row {
  margin-bottom: 12px;
}
/* line 652, ../sass/main.scss */
.modal-type3 .modal-body input.form-control {
  height: 26px;
}
/* line 654, ../sass/main.scss */
.modal-type3 .modal-body input.form-control.h28 {
  height: 28px;
  margin-top: 2px;
}
/* line 659, ../sass/main.scss */
.modal-type3 .modal-body textarea.form-control {
  height: 175px;
}
/* line 661, ../sass/main.scss */
.modal-type3 .modal-body textarea.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 664, ../sass/main.scss */
.modal-type3 .modal-body textarea.form-control:-moz-placeholder {
  color: #999;
}
/* line 667, ../sass/main.scss */
.modal-type3 .modal-body textarea.form-control::-moz-placeholder {
  color: #999;
}
/* line 670, ../sass/main.scss */
.modal-type3 .modal-body textarea.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 674, ../sass/main.scss */
.modal-type3 .modal-body .select {
  width: 100%;
  height: 26px;
}
/* line 677, ../sass/main.scss */
.modal-type3 .modal-body .select .select-styled {
  font-size: 14px;
  padding-left: 12px;
}
/* line 682, ../sass/main.scss */
.modal-type3 .modal-body .select .select-styled:before {
  height: 25px;
  background: #666;
}
/* line 686, ../sass/main.scss */
.modal-type3 .modal-body .select .select-styled:after {
  border-color: #666 transparent transparent transparent;
}

/* line 694, ../sass/main.scss */
.modal-type4 .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #004bbe;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  opacity: 1;
  border: 1px solid #fff;
  z-index: 99;
}
/* line 706, ../sass/main.scss */
.modal-type4 .close i {
  color: #fff;
  font-size: 8px;
  position: relative;
  top: -6px;
}
/* line 713, ../sass/main.scss */
.modal-type4 .modal-dialog {
  margin-top: 100px;
  width: 560px;
}
/* line 717, ../sass/main.scss */
.modal-type4 .modal-content {
  box-shadow: none;
  background: #004bbe;
  border: none;
  border-radius: 0px;
}
/* line 723, ../sass/main.scss */
.modal-type4 .modal-body {
  color: #fff;
  padding: 25px 35px;
}
/* line 726, ../sass/main.scss */
.modal-type4 .modal-body p {
  color: #fff;
}
/* line 728, ../sass/main.scss */
.modal-type4 .modal-body p.highlight {
  color: #fbb03b;
}
/* line 732, ../sass/main.scss */
.modal-type4 .modal-body a {
  color: #fbb03b;
}
/* line 735, ../sass/main.scss */
.modal-type4 .modal-body > div {
  margin-bottom: 20px;
}
/* line 737, ../sass/main.scss */
.modal-type4 .modal-body > div.important {
  margin: 10px -35px;
  background: #E6E6E6;
  padding: 15px 35px;
}
/* line 741, ../sass/main.scss */
.modal-type4 .modal-body > div.important p {
  color: #004bbe;
}
/* line 743, ../sass/main.scss */
.modal-type4 .modal-body > div.important p.highlight {
  color: #fbb03b;
}
/* line 749, ../sass/main.scss */
.modal-type4 .modal-body .btn-white-border {
  border: 1px solid #fff;
  color: #fff;
}

/*FAQ*/
/* line 756, ../sass/main.scss */
.faq-content-inside {
  border: 3px solid #004bbe;
  display: none;
  padding: 30px 20px;
  position: relative;
}

/* line 762, ../sass/main.scss */
.faq-content-inside-2 {
  overflow-y: scroll;
  height: 466px;
  padding-right: 20px;
}

/* line 767, ../sass/main.scss */
.close-faq-content-arrow {
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/* line 780, ../sass/main.scss */
.close-faq-content-arrow i {
  color: #004bbe;
  font-size: 28px;
}

/* line 786, ../sass/main.scss */
.faq-box-group .faq-box {
  width: 256px;
  height: 280px;
  border: 3px solid #004bbe;
  float: left;
  background: #fff;
  padding: 0 15px;
}
/* line 793, ../sass/main.scss */
.faq-box-group .faq-box:nth-child(3n+2) {
  border-right: none;
  border-left: none;
}
/* line 797, ../sass/main.scss */
.faq-box-group .faq-box.top {
  border-bottom: none;
}
/* line 800, ../sass/main.scss */
.faq-box-group .faq-box h3 {
  font-font: Aller;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #004bbe;
}
/* line 807, ../sass/main.scss */
.faq-box-group .faq-box .faq-list {
  color: #666666;
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 0 10px;
  margin: 0px;
}
/* line 813, ../sass/main.scss */
.faq-box-group .faq-box .faq-list > li {
  list-style: none;
  margin-bottom: 7px;
  padding-left: 5px;
  text-indent: -12px;
}
/* line 818, ../sass/main.scss */
.faq-box-group .faq-box .faq-list > li:before {
  content: "• ";
  color: #004bbe;
  font-size: 16px;
}
/* line 824, ../sass/main.scss */
.faq-box-group .faq-box .faq-list .more {
  color: #fbb03b;
  font-size: 12px;
}
/* line 827, ../sass/main.scss */
.faq-box-group .faq-box .faq-list .more > span {
  display: inline-block;
  font-weight: bold;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fbb03b;
  color: #fff;
  text-align: center;
}
/* line 840, ../sass/main.scss */
.faq-box-group .contact-us-box {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
/* line 844, ../sass/main.scss */
.faq-box-group .contact-us-box .contact-us-box-text {
  margin-top: 55px;
}
/* line 847, ../sass/main.scss */
.faq-box-group .contact-us-box .btn {
  margin-top: 10px;
}

/* line 854, ../sass/main.scss */
.modal-type2 .close {
  position: absolute;
  top: -20px;
  right: -25px;
  background: #fbb03b;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  opacity: 1;
}
/* line 864, ../sass/main.scss */
.modal-type2 .close i {
  color: #fff;
  font-size: 8px;
  position: relative;
  top: -4px;
}
/* line 871, ../sass/main.scss */
.modal-type2 .modal-dialog {
  margin-top: 100px;
  width: 768px;
  position: relative;
}
/* line 876, ../sass/main.scss */
.modal-type2 .modal-content {
  box-shadow: none;
  background: none;
  border: none;
}
/* line 881, ../sass/main.scss */
.modal-type2 .modal-body {
  background: #fff;
  z-index: 2;
  padding: 15px 25px;
  border: 3px solid #004bbe;
  width: 100%;
  max-height: 70vh;
  position: relative;
  overflow-y: auto;
}

/* line 893, ../sass/main.scss */
#prohibited.modal-type2 .modal-dialog {
  margin-top: 100px;
  width: 760px;
  position: relative;
}
/* line 898, ../sass/main.scss */
#prohibited.modal-type2 .modal-body {
  padding: 0px;
  max-height: inherit;
}

/* line 904, ../sass/main.scss */
#member-confirm.modal-type2 .modal-dialog {
  margin-top: 100px;
  width: 340px;
  position: relative;
}
/* line 909, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box {
  /*.yes-toggle.active{
    .yes-content{
      display: block;
    }
  }*/
}
/* line 910, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 60px 0;
}
/* line 915, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box .btn {
  display: block;
  width: 182px;
  margin: 0 auto 10px auto;
}
/* line 920, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box .btn-blue {
  margin-top: 65px;
  margin-bottom: 30px;
}
/* line 930, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box.active .yes-content {
  display: block;
}
/* line 934, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box .yes-content-pw {
  padding: 0px;
  display: none;
}
/* line 938, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box .yes-content {
  display: none;
  padding: 5px 10px;
  background: #fbb03b;
}
/* line 942, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box .yes-content input {
  border: none;
  background: #fff;
  width: 100%;
  display: block;
  margin: 7px 0 7px 0;
  font-size: 12px;
  padding: 5px 10px;
  color: #999999;
  border-radius: 4px;
  height: 26px;
}
/* line 953, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box .yes-content input::-webkit-input-placeholder {
  color: #b3b3b3;
}
/* line 956, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box .yes-content input:-moz-placeholder {
  color: #b3b3b3;
}
/* line 959, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box .yes-content input::-moz-placeholder {
  color: #b3b3b3;
}
/* line 962, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box .yes-content input:-ms-input-placeholder {
  color: #b3b3b3;
}
/* line 966, ../sass/main.scss */
#member-confirm.modal-type2 .member-confirm-box .yes-content a {
  display: block;
  margin-top: 20px;
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}

/* line 977, ../sass/main.scss */
.modal-inside h2 {
  font-size: 16px;
  line-height: 32px;
  color: #004bbe;
  margin: 0 0 25px 0;
}
/* line 982, ../sass/main.scss */
.modal-inside h2 span {
  text-decoration: underline;
}
/* line 986, ../sass/main.scss */
.modal-inside h3 {
  font-size: 16px;
  line-height: 32px;
  color: #004bbe;
  margin: 6px 0;
}
/* line 992, ../sass/main.scss */
.modal-inside h4 {
  font-size: 12px;
  line-height: 15px;
  color: #004bbe;
  margin: 5px 0 5px 10px;
}
/* line 998, ../sass/main.scss */
.modal-inside p {
  margin-left: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 17px;
  color: #666666;
}
/* line 1005, ../sass/main.scss */
.modal-inside hr {
  margin: 20px 40px;
  border-color: #004bbe;
}
/* line 1009, ../sass/main.scss */
.modal-inside ul {
  margin: 15px 0px 15px 20px;
}
/* line 1011, ../sass/main.scss */
.modal-inside ul li {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 6px;
}
/* line 1017, ../sass/main.scss */
.modal-inside ul.blue li {
  color: #0042e0;
}
/* line 1022, ../sass/main.scss */
.modal-inside a {
  color: #fbb03b;
  text-decoration: underline;
}

/* line 1027, ../sass/main.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
  background: #fff;
}

/*ABOUT PAGE*/
/* line 1034, ../sass/main.scss */
.about-us {
  background: #f1f3f0;
  padding: 60px 0 50px 0;
}
/* line 1037, ../sass/main.scss */
.about-us > .container {
  position: relative;
}
/* line 1040, ../sass/main.scss */
.about-us .single-page-title {
  margin-bottom: 60px;
}
/* line 1043, ../sass/main.scss */
.about-us .single-page-text {
  position: absolute;
  left: 50%;
}

/* line 1048, ../sass/main.scss */
.about1-img {
  width: 330px;
  height: 300px;
  background: url("../images/about1.png") no-repeat;
  margin: 0 auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1048, ../sass/main.scss */
  .about1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/about1-2x.png");
    background-size: 100% 100%;
  }
}

/* line 1055, ../sass/main.scss */
.about-us-text-1 {
  width: 330px;
  top: 90px;
  margin-left: 150px;
}

/* line 1060, ../sass/main.scss */
.about-us-text-2 {
  width: 250px;
  top: 150px;
  margin-left: -445px;
}

/* line 1065, ../sass/main.scss */
.about-us-text-3 {
  width: 260px;
  top: 280px;
  margin-left: 180px;
}

/* line 1070, ../sass/main.scss */
.about-us-text-4 {
  width: 260px;
  top: 300px;
  margin-left: -450px;
}

/* line 1075, ../sass/main.scss */
.vision {
  padding: 60px 0 40px 0;
  background: #e6e6e6;
}
/* line 1078, ../sass/main.scss */
.vision > .container {
  position: relative;
}
/* line 1081, ../sass/main.scss */
.vision .single-page-title {
  margin-bottom: 25px;
}
/* line 1084, ../sass/main.scss */
.vision .single-page-subtitle {
  width: 220px;
  margin: 0 auto 35px auto;
}
/* line 1088, ../sass/main.scss */
.vision .single-page-text {
  position: absolute;
  left: 50%;
}
/* line 1091, ../sass/main.scss */
.vision .single-page-text h4 {
  text-align: center;
}

/* line 1096, ../sass/main.scss */
.about2-img {
  width: 330px;
  height: 300px;
  background: url("../images/about2.png") no-repeat;
  margin: 0 auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1096, ../sass/main.scss */
  .about2-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/about2-2x.png");
    background-size: 100% 100%;
  }
}

/* line 1103, ../sass/main.scss */
.about3-img {
  width: 500px;
  height: 170px;
  background: url("../images/about3.png") no-repeat;
  margin: 0 auto;
  position: relative;
  top: -80px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1103, ../sass/main.scss */
  .about3-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/about3-2x.png");
    background-size: 100% 100%;
  }
}

/* line 1112, ../sass/main.scss */
.vision-text-1 {
  width: 200px;
  top: 210px;
  margin-left: -380px;
}

/* line 1117, ../sass/main.scss */
.vision-text-2 {
  width: 210px;
  top: 210px;
  margin-left: 190px;
}

/* line 1122, ../sass/main.scss */
.vision-text-3 {
  position: relative !important;
  left: inherit !important;
  width: 200px;
  margin: -100px auto 0 auto;
}

/* line 1128, ../sass/main.scss */
.believe {
  background: #cccccc;
  padding: 50px 0 35px 0;
}
/* line 1131, ../sass/main.scss */
.believe h3 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 35px;
  font-weight: bold;
  color: #004bbe;
}
/* line 1138, ../sass/main.scss */
.believe .table-wrapper {
  width: 380px;
  margin: 0 auto;
}
/* line 1144, ../sass/main.scss */
.believe .table > thead > tr > th {
  border-bottom: 4px solid #0042e0;
  text-align: center;
  color: #004bbe;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
/* line 1154, ../sass/main.scss */
.believe .table > tbody > tr > td {
  font-size: 16px;
  line-height: 26px;
  color: #004bbe;
  border-top: none;
  padding: 4px;
}
/* line 1162, ../sass/main.scss */
.believe .table i {
  color: #fff;
  font-size: 48px;
  height: 20px;
  display: block;
}
/* line 1167, ../sass/main.scss */
.believe .table i:before {
  position: relative;
  top: -10px;
}

/* line 1174, ../sass/main.scss */
.about-contact-us {
  padding: 55px 0 35px 0;
}
/* line 1176, ../sass/main.scss */
.about-contact-us .map-text {
  color: #231815;
  font-size: 12px;
  line-height: 1.2;
}
/* line 1180, ../sass/main.scss */
.about-contact-us .map-text > div {
  margin-bottom: 30px;
}
/* line 1182, ../sass/main.scss */
.about-contact-us .map-text > div:last-child {
  margin-bottom: 0px;
}
/* line 1186, ../sass/main.scss */
.about-contact-us .map-text h4 {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 12px 0;
}
/* line 1191, ../sass/main.scss */
.about-contact-us .map-text span {
  display: inline-block;
  width: 18px;
  height: 4px;
  margin-right: 6px;
}
/* line 1196, ../sass/main.scss */
.about-contact-us .map-text span.yellow {
  background: #f7b52c;
}
/* line 1199, ../sass/main.scss */
.about-contact-us .map-text span.red {
  background: #e50012;
}
/* line 1202, ../sass/main.scss */
.about-contact-us .map-text span.blue {
  background: #2ca6e0;
}
/* line 1207, ../sass/main.scss */
.about-contact-us .company-text {
  color: #666666;
  font-size: 14px;
  line-height: 17px;
}
/* line 1211, ../sass/main.scss */
.about-contact-us .company-text p {
  margin-bottom: 20px;
}

/* line 1216, ../sass/main.scss */
.about-map {
  width: 100%;
  height: 450px;
  background: url("../images/about4.png") no-repeat;
  background-position: top left;
  background-size: contain;
  margin-bottom: 20px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1216, ../sass/main.scss */
  .about-map {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/about4-2x.png");
    background-size: contain contain;
  }
}
/* line 1224, ../sass/main.scss */
.about-map > img {
  display: none;
}

/* line 1228, ../sass/main.scss */
.about-company-pic {
  width: 100%;
  height: 450px;
  background: url("../images/about5.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 45px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1228, ../sass/main.scss */
  .about-company-pic {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/about5-2x.jpg");
    background-size: contain contain;
  }
}

/*INSURANCE*/
/* line 1239, ../sass/main.scss */
.insurance {
  background: #f1f3f0;
  padding: 60px 0 50px 0;
}
/* line 1242, ../sass/main.scss */
.insurance > .container {
  position: relative;
}
/* line 1245, ../sass/main.scss */
.insurance .single-page-title {
  margin-bottom: 60px;
}
/* line 1248, ../sass/main.scss */
.insurance .single-page-text {
  position: absolute;
  left: 50%;
}
/* line 1251, ../sass/main.scss */
.insurance .single-page-text p {
  margin-bottom: 0px;
}

/* line 1256, ../sass/main.scss */
.insurance-img {
  width: 260px;
  height: 230px;
  background: url("../images/insurance1.png") no-repeat;
  margin: 0 auto 30px auto;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1256, ../sass/main.scss */
  .insurance-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/insurance1-2x.png");
    background-size: 100% 100%;
  }
}

/* line 1263, ../sass/main.scss */
.insurance-text-1 {
  width: 320px;
  top: 60px;
  margin-left: 150px;
}

/* line 1268, ../sass/main.scss */
.insurance-text-2 {
  width: 280px;
  top: 130px;
  margin-left: -435px;
}

/* line 1273, ../sass/main.scss */
.insurance-text-3 {
  width: 270px;
  top: 210px;
  margin-left: 160px;
}

/* line 1278, ../sass/main.scss */
.insurance-text-4 {
  width: 280px;
  top: 300px;
  margin-left: -435px;
}

/* line 1283, ../sass/main.scss */
.insurance-compare {
  width: 476px;
  margin: 0 auto;
}
/* line 1286, ../sass/main.scss */
.insurance-compare > div {
  float: left;
}
/* line 1289, ../sass/main.scss */
.insurance-compare .ic-box {
  width: 203px;
  border: 3px solid #888888;
  text-align: center;
  background: #fff;
}
/* line 1294, ../sass/main.scss */
.insurance-compare .ic-box h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  margin: 0px;
  color: #666666;
  padding: 3px 0;
  border-bottom: 3px solid #888888;
}
/* line 1303, ../sass/main.scss */
.insurance-compare .ic-box p {
  font-size: 15px;
  line-height: 22px;
  color: #4d4d4d;
  padding: 8px 15px;
  margin-bottom: 0px;
}
/* line 1310, ../sass/main.scss */
.insurance-compare .ic-box.blue {
  border: 3px solid #0042e0;
}
/* line 1312, ../sass/main.scss */
.insurance-compare .ic-box.blue h3 {
  color: #0042e0;
  border-bottom: 3px solid #0042e0;
}
/* line 1316, ../sass/main.scss */
.insurance-compare .ic-box.blue p {
  color: #0042e0;
}
/* line 1321, ../sass/main.scss */
.insurance-compare .vs {
  width: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 60px;
  color: #666666;
}

/* line 1330, ../sass/main.scss */
.insurance-slogan {
  font-size: 15px;
  line-height: 22px;
  color: #0042e0;
  width: 100%;
  margin: 40px 0 240px 0;
}

/*IG*/
/* line 1340, ../sass/main.scss */
.ig-embed div#instafeed {
  width: 100%;
  height: 306px;
  overflow: hidden;
}
/* line 1344, ../sass/main.scss */
.ig-embed div#instafeed > a {
  width: 20%;
  height: 306px;
  display: block;
  float: left;
}
/* line 1349, ../sass/main.scss */
.ig-embed div#instafeed > a > img {
  text-align: center;
  width: 100%;
}

/*Home Slider*/
/* line 1359, ../sass/main.scss */
.home-slider-wrapper .bxc-controls {
  position: absolute;
  top: 48%;
  width: 100%;
  left: 0px;
  z-index: 99;
}
/* line 1365, ../sass/main.scss */
.home-slider-wrapper .bxc-controls span {
  font-size: 50px;
  color: #fff;
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
}
/* line 1372, ../sass/main.scss */
.home-slider-wrapper .bxc-controls span i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
/* line 1381, ../sass/main.scss */
.home-slider-wrapper .bxc-controls span a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
/* line 1391, ../sass/main.scss */
.home-slider-wrapper .bxc-controls .bxc-next {
  float: right;
  margin-right: 10px;
  text-align: right;
}
/* line 1396, ../sass/main.scss */
.home-slider-wrapper .bxc-controls .bxc-prev {
  float: left;
  margin-left: 10px;
}

/* line 1402, ../sass/main.scss */
.home-slider {
  z-index: 2;
}
/* line 1404, ../sass/main.scss */
.home-slider > div {
  height: 640px;
}

/* line 1408, ../sass/main.scss */
.hsi {
  width: 100%;
  height: 640px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  text-align: center;
}
/* line 1420, ../sass/main.scss */
.hsi .hsi-title {
  display: inline-block;
  margin: 60px auto 10px auto;
  padding: 25px 20px;
  color: #0042e0;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 4px solid #004bbe;
  z-index: 10;
  position: relative;
}
/* line 1434, ../sass/main.scss */
.hsi .hsi-subtitle {
  font-size: 20px;
  line-height: 24px;
  color: #0042e0;
  text-align: center;
  font-weight: bold;
}
/* line 1441, ../sass/main.scss */
.hsi .hsi-button {
  position: absolute;
  left: 50%;
  margin-left: -85px;
  width: 170px;
  height: 44px;
  bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
}
/* line 1452, ../sass/main.scss */
.hsi .hsi-note {
  text-align: center;
  z-index: 2;
}
/* line 1455, ../sass/main.scss */
.hsi .hsi-note h3 {
  font-family: Chalkdust;
  font-weight: bold;
  margin: 0px;
  font-size: 16px;
  color: #f79f1e;
  line-height: 19.2px;
}
/* line 1463, ../sass/main.scss */
.hsi .hsi-note p {
  font-family: Chalkdust;
  margin: 0px;
  font-size: 16px;
  color: #f79f1e;
  line-height: 19.2px;
}
/* line 1470, ../sass/main.scss */
.hsi .hsi-note:before {
  width: 32px;
  height: 67px;
  background: url("../images/homeslider-arrow.png") no-repeat;
  background-size: cover !important;
  display: block;
  content: '';
  position: absolute;
  top: -30px;
  left: -25px;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  z-index: 1;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1470, ../sass/main.scss */
  .hsi .hsi-note:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/homeslider-arrow-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1487, ../sass/main.scss */
.hsi .hsi-step {
  width: 180px;
}
/* line 1489, ../sass/main.scss */
.hsi .hsi-step > div {
  text-align: left;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 6px;
  position: relative;
}
/* line 1498, ../sass/main.scss */
.hsi .hsi-step > div:last-child {
  margin-bottom: 0px;
}
/* line 1501, ../sass/main.scss */
.hsi .hsi-step > div.text-center {
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 1506, ../sass/main.scss */
.hsi .hsi-step > div.hsi-step-circle {
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  background: #fbb03b;
  border-radius: 50%;
}
/* line 1520, ../sass/main.scss */
.hsi .hsi-step i {
  font-size: 18px;
  color: #fbb03b;
}
/* line 1524, ../sass/main.scss */
.hsi .hsi-step h3 {
  display: inline-block;
  width: 50px;
  height: auto;
  font-size: 14px;
  color: #0042e0;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  position: relative;
  margin: 0 16px 0 0;
}
/* line 1535, ../sass/main.scss */
.hsi .hsi-step h3:after {
  display: block;
  content: '';
  width: 2px;
  height: 18px;
  background: #0042e0;
  position: absolute;
  right: 0px;
  top: -2px;
}
/* line 1546, ../sass/main.scss */
.hsi .hsi-step p {
  display: inline-block;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  color: #666666;
  line-height: 16.8px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
}
/* line 1557, ../sass/main.scss */
.hsi .hsi-step .storage {
  width: 86px;
  height: 27px;
  display: block;
  border: 3px solid #fbb03b;
  color: #0042e0;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  font-weight: bold;
}
/* line 1569, ../sass/main.scss */
.hsi .hsi-list {
  width: 280px;
}
/* line 1572, ../sass/main.scss */
.hsi .hsi-list > ul > li {
  font-size: 16px;
  line-height: 28px;
  color: #0042e0;
  padding-left: 20px;
  list-style: none;
  position: relative;
  font-weight: bold;
}
/* line 1580, ../sass/main.scss */
.hsi .hsi-list > ul > li:before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/hsi-list.png") no-repeat;
  position: absolute;
  left: 0px;
  top: 3px;
  z-index: 4;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1580, ../sass/main.scss */
  .hsi .hsi-list > ul > li:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/hsi-list-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1595, ../sass/main.scss */
.hsi.hsi1 {
  background-image: url("../images/hsi-1.png");
}
/* line 1597, ../sass/main.scss */
.hsi.hsi1 .hsi1-note-1 {
  position: absolute;
  top: 255px;
  margin-left: 169px;
  left: 50%;
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
/* line 1606, ../sass/main.scss */
.hsi.hsi1 .hsi1-note-2 {
  position: absolute;
  width: 95px;
  height: 95px;
  background: url("../images/hsi-1-note2.png") no-repeat;
  background-size: cover !important;
  top: 315px;
  left: 50%;
  margin-left: -265px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1606, ../sass/main.scss */
  .hsi.hsi1 .hsi1-note-2 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/hsi-1-note2-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1616, ../sass/main.scss */
.hsi.hsi1 .hsi1-note-2:before {
  top: -40px;
  left: 80px;
  -ms-transform: rotate(50deg) scaleX(-1);
  -webkit-transform: rotate(50deg) scaleX(-1);
  transform: rotate(50deg) scaleX(-1);
}
/* line 1625, ../sass/main.scss */
.hsi.hsi2 {
  background-image: url("../images/hsi-2.png");
}
/* line 1627, ../sass/main.scss */
.hsi.hsi2 .hsi2-note-1 {
  position: absolute;
  top: 300px;
  margin-left: -300px;
  left: 50%;
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
/* line 1635, ../sass/main.scss */
.hsi.hsi2 .hsi2-note-1:before {
  top: -40px;
  left: 130px;
  -ms-transform: rotate(50deg) scaleX(-1);
  -webkit-transform: rotate(50deg) scaleX(-1);
  transform: rotate(50deg) scaleX(-1);
}
/* line 1643, ../sass/main.scss */
.hsi.hsi2 .hsi-step {
  position: absolute;
  top: 190px;
  margin-left: 165px;
  left: 50%;
}
/* line 1650, ../sass/main.scss */
.hsi.hsi3 {
  background-image: url("../images/hsi-3.png");
}
/* line 1652, ../sass/main.scss */
.hsi.hsi3 .hsi3-note-1 {
  position: absolute;
  top: 320px;
  margin-left: -320px;
  left: 50%;
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
/* line 1660, ../sass/main.scss */
.hsi.hsi3 .hsi3-note-1:before {
  top: -40px;
  left: 130px;
  -ms-transform: rotate(50deg) scaleX(-1);
  -webkit-transform: rotate(50deg) scaleX(-1);
  transform: rotate(50deg) scaleX(-1);
}
/* line 1668, ../sass/main.scss */
.hsi.hsi3 .hsi-list {
  position: absolute;
  top: 260px;
  margin-left: 130px;
  left: 50%;
}
/* line 1675, ../sass/main.scss */
.hsi.hsi4 {
  background-image: url("../images/hsi-4.png");
}
/* line 1677, ../sass/main.scss */
.hsi.hsi4 .hsi-subtitle {
  z-index: 11;
  position: relative;
}
/* line 1681, ../sass/main.scss */
.hsi.hsi4 .hsi-step {
  width: 240px;
  position: absolute;
  top: 90px;
  margin-left: 165px;
  left: 50%;
}
/* line 1687, ../sass/main.scss */
.hsi.hsi4 .hsi-step.left {
  text-align: right;
  margin-right: 165px;
  right: 50%;
  margin-left: auto;
  left: inherit;
}
/* line 1694, ../sass/main.scss */
.hsi.hsi4 .hsi-step span {
  color: #0042e0;
}
/* line 1698, ../sass/main.scss */
.hsi.hsi4 .hsi4-cloud {
  width: 360px;
  height: 227px;
  background: url("../images/hsi-cloud.png") no-repeat;
  background-size: cover !important;
  position: absolute;
  top: 30px;
  margin-left: -180px;
  left: 50%;
  z-index: 3;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1698, ../sass/main.scss */
  .hsi.hsi4 .hsi4-cloud {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/hsi-cloud-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1710, ../sass/main.scss */
.hsi.hsi4 .hsi4-box {
  width: 325px;
  height: 275px;
  background: url("../images/box.png") no-repeat;
  background-size: cover !important;
  position: absolute;
  top: -145px;
  margin-left: -162.5px;
  left: 50%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* Safari */
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1710, ../sass/main.scss */
  .hsi.hsi4 .hsi4-box {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/box-2x.png");
    background-size: 100% 100%;
  }
}

/* line 1727, ../sass/main.scss */
.cloud {
  width: 300px;
  height: 216px;
  background: url("../images/cloud.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .5s;
  /* Safari */
  transition: all .5s;
}
/* line 1738, ../sass/main.scss */
.cloud.cloud1 {
  top: 20px;
  margin-left: 95px;
}
/* line 1742, ../sass/main.scss */
.cloud.cloud2 {
  top: -33px;
  margin-left: -280px;
  width: 196px;
  height: 146px;
}
/* line 1748, ../sass/main.scss */
.cloud.cloud3 {
  top: 125px;
  margin-left: -340px;
  width: 230px;
  height: 166px;
}

/* line 1757, ../sass/main.scss */
.c2 .cloud.cloud1 {
  top: -40px;
  margin-left: 143px;
  width: 300px;
  height: 210px;
}
/* line 1763, ../sass/main.scss */
.c2 .cloud.cloud2 {
  top: -31px;
  margin-left: -238px;
  width: 192px;
  height: 138px;
}
/* line 1769, ../sass/main.scss */
.c2 .cloud.cloud3 {
  top: 158px;
  margin-left: -407px;
  width: 211px;
  height: 164px;
}

/* line 1779, ../sass/main.scss */
.c3 .cloud.cloud1 {
  top: 44px;
  margin-left: 145px;
  width: 265px;
  height: 191px;
}
/* line 1785, ../sass/main.scss */
.c3 .cloud.cloud2 {
  top: -38px;
  margin-left: -207px;
  width: 204px;
  height: 147px;
}
/* line 1791, ../sass/main.scss */
.c3 .cloud.cloud3 {
  top: 100px;
  margin-left: -425px;
  width: 276px;
  height: 199px;
}

/* line 1801, ../sass/main.scss */
.c4 .cloud.cloud1 {
  top: -10px;
  margin-left: 185px;
  width: 147px;
  height: 106px;
}
/* line 1807, ../sass/main.scss */
.c4 .cloud.cloud2 {
  top: -38px;
  margin-left: -207px;
  width: 204px;
  height: 147px;
  opacity: 0;
}
/* line 1814, ../sass/main.scss */
.c4 .cloud.cloud3 {
  top: 138px;
  margin-left: -335px;
  width: 230px;
  height: 166px;
}

/*Booking Input*/
/* line 1824, ../sass/main.scss */
.booking-input-wrapper {
  padding-top: 70px;
  padding-bottom: 40px;
}

/* line 1828, ../sass/main.scss */
.booking-input {
  position: relative;
  width: 960px;
  height: 560px;
  margin: 0px auto;
}
/* line 1833, ../sass/main.scss */
.booking-input div[class^="booking-step"] {
  position: absolute;
  background: #fff;
  border: 4px solid #004bbe;
  display: none;
  /*.disable-click{
    position: absolute;
    z-index: 55;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    display: none;
  }*/
}
/* line 1838, ../sass/main.scss */
.booking-input div[class^="booking-step"] .step-close {
  cursor: pointer;
  display: none;
  position: absolute;
  top: -24px;
  right: -24px;
  background: #fbb03b;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  opacity: 1;
  z-index: 30;
}
/* line 1851, ../sass/main.scss */
.booking-input div[class^="booking-step"] .step-close i {
  color: #fff;
  font-size: 8px;
  position: relative;
  top: 2px;
}
/* line 1858, ../sass/main.scss */
.booking-input div[class^="booking-step"] .icon-down-arrow {
  transform: rotate(180deg);
  font-size: 20px;
  color: #004bbe;
  position: absolute;
  top: -24px;
  left: 0px;
}
/* line 1876, ../sass/main.scss */
.booking-input div[class^="booking-step"] .select {
  margin: 0 auto;
  display: block;
  width: 100%;
}
/* line 1881, ../sass/main.scss */
.booking-input div[class^="booking-step"] .label-title {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin: 0 0 5px 0;
}
/* line 1886, ../sass/main.scss */
.booking-input div[class^="booking-step"] .label-title i.fa-question {
  background: #fbb03b;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}
/* line 1899, ../sass/main.scss */
.booking-input div[class^="booking-step"] .sensor-zone {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/* line 1907, ../sass/main.scss */
.booking-input div[class^="booking-step"].done {
  display: block !important;
  /*.disable-click{
    display: block;
  }*/
}
/* line 1913, ../sass/main.scss */
.booking-input div[class^="booking-step"].show {
  display: block !important;
}
/* line 1915, ../sass/main.scss */
.booking-input div[class^="booking-step"].show .sensor-zone {
  display: block;
}
/* line 1919, ../sass/main.scss */
.booking-input div[class^="booking-step"].on {
  display: block !important;
  border: 4px solid #fbb03b;
  z-index: 99;
}
/* line 1923, ../sass/main.scss */
.booking-input div[class^="booking-step"].on .step-close {
  display: none;
}
/* line 1926, ../sass/main.scss */
.booking-input div[class^="booking-step"].on .icon-down-arrow {
  color: #fbb03b;
}
/* line 1929, ../sass/main.scss */
.booking-input div[class^="booking-step"].on .sensor-zone {
  display: none;
}
/* line 1934, ../sass/main.scss */
.booking-input .booking-step1 {
  height: 560px;
  width: 25%;
  top: 0px;
  left: 0px;
  z-index: 21;
}
/* line 1941, ../sass/main.scss */
.booking-input .booking-step1 .step1-item-1 .step1-img {
  background: url("../images/booking-step1-img1.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1941, ../sass/main.scss */
  .booking-input .booking-step1 .step1-item-1 .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img1-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1945, ../sass/main.scss */
.booking-input .booking-step1 .step1-item-1.active .step1-img {
  background: url("../images/booking-step1-img1-hover.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1945, ../sass/main.scss */
  .booking-input .booking-step1 .step1-item-1.active .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img1-hover-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1951, ../sass/main.scss */
.booking-input .booking-step1 .step1-item-2 .step1-img {
  background: url("../images/booking-step1-img2.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1951, ../sass/main.scss */
  .booking-input .booking-step1 .step1-item-2 .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img2-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1955, ../sass/main.scss */
.booking-input .booking-step1 .step1-item-2.active .step1-img {
  background: url("../images/booking-step1-img2-hover.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1955, ../sass/main.scss */
  .booking-input .booking-step1 .step1-item-2.active .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img2-hover-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1961, ../sass/main.scss */
.booking-input .booking-step1 .step1-item-3 .step1-img {
  background: url("../images/booking-step1-img3.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1961, ../sass/main.scss */
  .booking-input .booking-step1 .step1-item-3 .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img3-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1965, ../sass/main.scss */
.booking-input .booking-step1 .step1-item-3.active .step1-img {
  background: url("../images/booking-step1-img3-hover.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1965, ../sass/main.scss */
  .booking-input .booking-step1 .step1-item-3.active .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img3-hover-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1972, ../sass/main.scss */
.booking-input .booking-step1:not(.done) .step1-item-1:hover .step1-img {
  background: url("../images/booking-step1-img1-hover.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1972, ../sass/main.scss */
  .booking-input .booking-step1:not(.done) .step1-item-1:hover .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img1-hover-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1978, ../sass/main.scss */
.booking-input .booking-step1:not(.done) .step1-item-2:hover .step1-img {
  background: url("../images/booking-step1-img2-hover.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1978, ../sass/main.scss */
  .booking-input .booking-step1:not(.done) .step1-item-2:hover .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img2-hover-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1984, ../sass/main.scss */
.booking-input .booking-step1:not(.done) .step1-item-3:hover .step1-img {
  background: url("../images/booking-step1-img3-hover.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1984, ../sass/main.scss */
  .booking-input .booking-step1:not(.done) .step1-item-3:hover .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img3-hover-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1992, ../sass/main.scss */
.booking-input .booking-step1.on .step1-item-1:hover .step1-img {
  background: url("../images/booking-step1-img1-active.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1992, ../sass/main.scss */
  .booking-input .booking-step1.on .step1-item-1:hover .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img1-active-2x.png");
    background-size: 100% 100%;
  }
}
/* line 1998, ../sass/main.scss */
.booking-input .booking-step1.on .step1-item-2:hover .step1-img {
  background: url("../images/booking-step1-img2-active.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1998, ../sass/main.scss */
  .booking-input .booking-step1.on .step1-item-2:hover .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img2-active-2x.png");
    background-size: 100% 100%;
  }
}
/* line 2004, ../sass/main.scss */
.booking-input .booking-step1.on .step1-item-3:hover .step1-img {
  background: url("../images/booking-step1-img3-active.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2004, ../sass/main.scss */
  .booking-input .booking-step1.on .step1-item-3:hover .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img3-active-2x.png");
    background-size: 100% 100%;
  }
}
/* line 2010, ../sass/main.scss */
.booking-input .booking-step1.on .step1-item-1.active .step1-img {
  background: url("../images/booking-step1-img1-active.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2010, ../sass/main.scss */
  .booking-input .booking-step1.on .step1-item-1.active .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img1-active-2x.png");
    background-size: 100% 100%;
  }
}
/* line 2016, ../sass/main.scss */
.booking-input .booking-step1.on .step1-item-2.active .step1-img {
  background: url("../images/booking-step1-img2-active.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2016, ../sass/main.scss */
  .booking-input .booking-step1.on .step1-item-2.active .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img2-active-2x.png");
    background-size: 100% 100%;
  }
}
/* line 2022, ../sass/main.scss */
.booking-input .booking-step1.on .step1-item-3.active .step1-img {
  background: url("../images/booking-step1-img3-active.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2022, ../sass/main.scss */
  .booking-input .booking-step1.on .step1-item-3.active .step1-img {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/booking-step1-img3-active-2x.png");
    background-size: 100% 100%;
  }
}
/* line 2028, ../sass/main.scss */
.booking-input .booking-step1 div[class^="step1-item"] {
  margin: 26px 0;
  text-align: center;
  cursor: pointer;
}
/* line 2032, ../sass/main.scss */
.booking-input .booking-step1 div[class^="step1-item"] .step1-img {
  width: 150px;
  height: 120px;
  margin: 0 auto;
}
/* line 2037, ../sass/main.scss */
.booking-input .booking-step1 div[class^="step1-item"] h3 {
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  margin-top: 3px;
}
/* line 2042, ../sass/main.scss */
.booking-input .booking-step1 div[class^="step1-item"] h3 span {
  font-size: 13px;
}
/* line 2047, ../sass/main.scss */
.booking-input .booking-step1 div[class^="step1-item"]:hover h3, .booking-input .booking-step1 div[class^="step1-item"].active h3 {
  color: #004bbe;
}
/* line 2053, ../sass/main.scss */
.booking-input .booking-step1.done div[class^="step1-item"]:hover h3 {
  color: #666666;
}
/* line 2058, ../sass/main.scss */
.booking-input .booking-step1.done div[class^="step1-item"].active:hover h3 {
  color: #004bbe;
}
/* line 2063, ../sass/main.scss */
.booking-input .booking-step1.on div[class^="step1-item"]:hover h3, .booking-input .booking-step1.on div[class^="step1-item"].active:hover h3, .booking-input .booking-step1.on div[class^="step1-item"].active h3 {
  color: #fbb03b;
}
/* line 2068, ../sass/main.scss */
.booking-input .booking-step2 {
  height: 90px;
  width: calc(25% + 4px);
  top: 0px;
  left: calc(25% - 4px);
  z-index: 22;
  padding: 20px 30px;
}
/* line 2075, ../sass/main.scss */
.booking-input .booking-step2.on {
  height: 90px;
}
/* line 2079, ../sass/main.scss */
.booking-input .booking-step3 {
  height: 90px;
  width: calc(25% + 4px);
  top: 0px;
  left: calc(50% - 4px);
  z-index: 23;
  padding: 20px 30px;
}
/* line 2086, ../sass/main.scss */
.booking-input .booking-step3.on {
  height: 90px;
}
/* line 2090, ../sass/main.scss */
.booking-input .booking-step4 {
  height: 474px;
  width: calc(50% + 4px);
  top: 86px;
  left: calc(25% - 4px);
  z-index: 24;
}
/* line 2096, ../sass/main.scss */
.booking-input .booking-step4 .fa-question.step4-tip {
  background: #fbb03b;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}
/* line 2108, ../sass/main.scss */
.booking-input .booking-step4 .step4-no-packing-materials {
  font-size: 14px;
  line-height: 24px;
  margin: 0 20px 10px 20px;
  padding: 20px 0 18px 0;
  border-bottom: 4px solid #004bbe;
  text-align: center;
}
/* line 2116, ../sass/main.scss */
.booking-input .booking-step4 .add-other-size {
  cursor: pointer;
  display: inline-block;
  background: #fbb03b;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  opacity: 1;
  z-index: 30;
}
/* line 2126, ../sass/main.scss */
.booking-input .booking-step4 .add-other-size i {
  color: #fff;
  font-size: 8px;
  position: relative;
  top: 2px;
}
/* line 2133, ../sass/main.scss */
.booking-input .booking-step4 .del-other-size {
  cursor: pointer;
  display: inline-block;
  background: #fb2328;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  opacity: 1;
  z-index: 30;
}
/* line 2143, ../sass/main.scss */
.booking-input .booking-step4 .del-other-size i {
  color: #fff;
  font-size: 8px;
  position: relative;
  top: 2px;
}
/* line 2150, ../sass/main.scss */
.booking-input .booking-step4 .go-step5 {
  position: absolute;
  bottom: 4px;
  right: 10px;
  cursor: pointer;
  z-index: 100000;
}
/* line 2156, ../sass/main.scss */
.booking-input .booking-step4 .go-step5 .icon-step4-next {
  font-size: 26px;
  color: #999;
}
/* line 2162, ../sass/main.scss */
.booking-input .booking-step4.done .icon-step4-next {
  color: #999;
}
/* line 2165, ../sass/main.scss */
.booking-input .booking-step4.done .btn-blue-border.active {
  background: #004bbe;
  color: #fff;
  outline: none;
}
/* line 2169, ../sass/main.scss */
.booking-input .booking-step4.done .btn-blue-border.active:hover, .booking-input .booking-step4.done .btn-blue-border.active:active, .booking-input .booking-step4.done .btn-blue-border.active:focus {
  color: #fff;
  outline: none;
}
/* line 2174, ../sass/main.scss */
.booking-input .booking-step4.done .add-other-size {
  background: #004bbe;
}
/* line 2177, ../sass/main.scss */
.booking-input .booking-step4.done .step4-box-other input {
  border-color: #004bbe;
}
/* line 2181, ../sass/main.scss */
.booking-input .booking-step4.done .box-item .swiper-slide.selected span {
  border: 1px solid #004bbe;
  background: #004bbe;
}
/* line 2187, ../sass/main.scss */
.booking-input .booking-step4.on .step4-no-packing-materials {
  border-bottom: 4px solid #fbb03b;
}
/* line 2190, ../sass/main.scss */
.booking-input .booking-step4.on .icon-step4-next {
  color: #fbb03b;
}
/* line 2193, ../sass/main.scss */
.booking-input .booking-step4.on .btn-blue-border {
  border-color: #666;
  color: #666;
}
/* line 2196, ../sass/main.scss */
.booking-input .booking-step4.on .btn-blue-border.active {
  border-color: #fbb03b;
  color: #fff;
  background: #fbb03b;
}
/* line 2202, ../sass/main.scss */
.booking-input .booking-step4.on .add-other-size {
  background: #fbb03b;
}
/* line 2205, ../sass/main.scss */
.booking-input .booking-step4.on .step4-box-other input {
  border-color: #fbb03b;
}
/* line 2209, ../sass/main.scss */
.booking-input .booking-step4.on .box-item .swiper-slide.selected span {
  border: 1px solid #fbb03b;
  background: #fbb03b;
}
/* line 2214, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes {
  position: relative;
}
/* line 2216, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes .disabled-zone {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 99999;
}
/* line 2226, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes > p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}
/* line 2232, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes .step4-buttons {
  text-align: center;
}
/* line 2234, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes .step4-buttons .btn {
  width: 125px;
  margin: 0 5px;
}
/* line 2239, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes.disabled {
  color: #aaa;
}
/* line 2242, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes.disabled .swiper-slide span {
  color: #ccc;
}
/* line 2245, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes.disabled .swiper-slide.selected span {
  border: 1px solid #ccc;
  background: #ccc;
  color: #fff;
}
/* line 2251, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes.disabled .disabled-zone {
  display: block;
}
/* line 2254, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes.disabled .btn-blue-border {
  background: #fff;
  border-color: #aaa;
  outline: none;
  color: #aaa;
}
/* line 2260, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes.disabled .add-other-size {
  background: #aaa;
}
/* line 2263, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes.disabled .box-item h3 {
  color: #aaa !important;
}
/* line 2266, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes.disabled .box-item .bx-wrapper .box-slider li {
  color: #aaa !important;
}
/* line 2269, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes.disabled .step4-box-other input {
  border-color: #aaa !important;
}
/* line 2273, ../sass/main.scss */
.booking-input .booking-step4 .step4-boxes.disabled .box-item .bx-wrapper .box-slider li.selected, .booking-input .booking-step4 .step4-boxes.disabled .box-item .bx-wrapper .box-slider li.selected:hover {
  border: 1px solid #aaa;
}
/* line 2279, ../sass/main.scss */
.booking-input .booking-step5 {
  height: 560px;
  width: calc(25% + 4px);
  top: 0px;
  left: calc(75% - 4px);
  z-index: 25;
  padding: 20px 18px;
}
/* line 2286, ../sass/main.scss */
.booking-input .booking-step5 > p.notice {
  color: #666666;
}
/* line 2289, ../sass/main.scss */
.booking-input .booking-step5 .storage-select {
  color: #666;
}
/* line 2291, ../sass/main.scss */
.booking-input .booking-step5 .storage-select input {
  margin-right: 4px;
}
/* line 2295, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to {
  margin-top: 20px;
}
/* line 2297, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to > div {
  width: 96px;
  height: 32px;
  border: 1px solid #fbb03b;
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
  position: relative;
  background: #fff;
  color: #fff;
}
/* line 2307, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to > div input {
  background: transparent;
  color: #999;
  border: none;
  /*min-width: 15px;
  max-width: 22px;*/
  width: 100%;
  margin: 0 2px;
  height: 30px;
  line-height: 20px;
  text-align: center;
}
/* line 2320, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to > div.done input {
  color: #fbb03b;
  font-weight: bold;
}
/* line 2325, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to > div.active {
  background: #fbb03b;
  color: #fff;
  border: 1px solid #fbb03b;
}
/* line 2329, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to > div.active input {
  color: #fff;
  border: none;
  background: transparent;
}
/* line 2333, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to > div.active input::-webkit-input-placeholder {
  color: #fff;
}
/* line 2336, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to > div.active input:-moz-placeholder {
  color: #fff;
}
/* line 2339, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to > div.active input::-moz-placeholder {
  color: #fff;
}
/* line 2342, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to > div.active input:-ms-input-placeholder {
  color: #fff;
}
/* line 2346, ../sass/main.scss */
.booking-input .booking-step5 .storage-form-to > div.active:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #fbb03b transparent transparent transparent;
  display: block;
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -4px;
}
/* line 2362, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper {
  position: relative;
}
/* line 2364, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper .disabled-zone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 30;
}
/* line 2374, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .disabled-zone {
  display: block;
}
/* line 2377, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.active, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.done, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div {
  background: #aaa !important;
  border: 1px solid #aaa !important;
}
/* line 2380, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.active:after, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.done:after, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div:after {
  border-color: #aaa transparent transparent transparent;
}
/* line 2383, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.active input, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.done input, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div input {
  color: #fff !important;
}
/* line 2385, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.active input::-webkit-input-placeholder, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.done input::-webkit-input-placeholder, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div input::-webkit-input-placeholder {
  color: #fff;
}
/* line 2388, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.active input:-moz-placeholder, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.done input:-moz-placeholder, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div input:-moz-placeholder {
  color: #fff;
}
/* line 2391, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.active input::-moz-placeholder, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.done input::-moz-placeholder, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div input::-moz-placeholder {
  color: #fff;
}
/* line 2394, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.active input:-ms-input-placeholder, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div.done input:-ms-input-placeholder, .booking-input .booking-step5 .storage-wrapper.disabled .storage-form-to > div input:-ms-input-placeholder {
  color: #fff;
}
/* line 2399, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .date-picker-wrapper {
  border: 1px solid #aaa !important;
}
/* line 2402, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .date-picker-wrapper .month-wrapper table .day.real-today {
  background: #aaa !important;
}
/* line 2405, ../sass/main.scss */
.booking-input .booking-step5 .storage-wrapper.disabled .date-picker-wrapper .month-wrapper table .day.toMonth {
  color: #999 !important;
}
/* line 2410, ../sass/main.scss */
.booking-input .booking-step5 .promotion-code {
  position: relative;
  margin-top: 16px;
}
/* line 2413, ../sass/main.scss */
.booking-input .booking-step5 .promotion-code .promotion-error {
  font-size: 12px;
  color: #ff1d25;
  line-height: 12px;
  text-align: center;
}
/* line 2418, ../sass/main.scss */
.booking-input .booking-step5 .promotion-code .promotion-error a {
  color: #fbb03b;
  text-decoration: underline;
}
/* line 2423, ../sass/main.scss */
.booking-input .booking-step5 .promotion-code > input {
  width: 100%;
  height: 33px;
  padding: 4px 40px 4px 10px;
  border: 1px solid #666;
  border-radius: 4px;
  outline: none;
  margin-bottom: 8px;
}
/* line 2431, ../sass/main.scss */
.booking-input .booking-step5 .promotion-code > input:focus, .booking-input .booking-step5 .promotion-code > input:active {
  outline: none;
}
/* line 2435, ../sass/main.scss */
.booking-input .booking-step5 .promotion-code > i {
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 24px;
  color: #666;
}
/* line 2442, ../sass/main.scss */
.booking-input .booking-step5 .promotion-code:before {
  content: '';
  position: absolute;
  right: 40px;
  width: 1px;
  height: 33px;
  background: #666;
  display: block;
}
/* line 2452, ../sass/main.scss */
.booking-input .booking-step5 .checkprice {
  font-size: 16px;
  border-radius: 2px;
  margin: 20px auto 0 auto;
  padding: 10px 20px;
  text-align: center;
}
/* line 2458, ../sass/main.scss */
.booking-input .booking-step5 .checkprice i {
  color: #fff;
  font-size: 18px;
  margin-left: 4px;
}
/* line 2465, ../sass/main.scss */
.booking-input .booking-step5.on .datepicker {
  border: 1px solid #fbb03b;
}
/* line 2470, ../sass/main.scss */
.booking-input .booking-step5.on .datepicker .datepicker-days table tr td, .booking-input .booking-step5.on .datepicker .datepicker-days table tr th {
  color: #666;
}
/* line 2472, ../sass/main.scss */
.booking-input .booking-step5.on .datepicker .datepicker-days table tr td.active, .booking-input .booking-step5.on .datepicker .datepicker-days table tr th.active {
  background: #fff;
  color: #fbb03b;
}
/* line 2475, ../sass/main.scss */
.booking-input .booking-step5.on .datepicker .datepicker-days table tr td.active:after, .booking-input .booking-step5.on .datepicker .datepicker-days table tr th.active:after {
  border: 1px solid #fbb03b;
}
/* line 2479, ../sass/main.scss */
.booking-input .booking-step5.on .datepicker .datepicker-days table tr td.disabled, .booking-input .booking-step5.on .datepicker .datepicker-days table tr th.disabled {
  background: #cccccc;
  color: #999;
}
/* line 2485, ../sass/main.scss */
.booking-input .booking-step5.on .datepicker .datepicker-days table thead .datepicker-switch {
  color: #fbb03b;
}
/* line 2488, ../sass/main.scss */
.booking-input .booking-step5.on .datepicker .datepicker-days table thead .dow {
  color: #999;
  font-weight: normal;
}
/* line 2497, ../sass/main.scss */
.booking-input .step4-box-list {
  margin: 10px 40px;
  height: 275px;
  overflow-y: auto;
}
/* line 2502, ../sass/main.scss */
.booking-input .step4-box-other {
  margin: 5px 0px 10px 0px;
  color: #666;
  font-size: 12px;
}
/* line 2506, ../sass/main.scss */
.booking-input .step4-box-other h3 {
  font-size: 12px;
  margin: 0;
  color: #666666;
  width: 100px;
  display: inline-block;
}
/* line 2513, ../sass/main.scss */
.booking-input .step4-box-other input {
  width: 35px;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 4px;
  text-align: center;
}
/* line 2519, ../sass/main.scss */
.booking-input .step4-box-other input::-webkit-input-placeholder {
  text-align: center;
}
/* line 2522, ../sass/main.scss */
.booking-input .step4-box-other input:-moz-placeholder {
  text-align: center;
}
/* line 2525, ../sass/main.scss */
.booking-input .step4-box-other input::-moz-placeholder {
  text-align: center;
}
/* line 2528, ../sass/main.scss */
.booking-input .step4-box-other input:-ms-input-placeholder {
  text-align: center;
}
/* line 2532, ../sass/main.scss */
.booking-input .step4-box-other .space-text {
  margin: 0 5px;
  display: inline-block;
}
/* line 2536, ../sass/main.scss */
.booking-input .step4-box-other .add-other-size {
  float: right;
}
/* line 2539, ../sass/main.scss */
.booking-input .step4-box-other .del-other-size {
  float: right;
}
/* line 2543, ../sass/main.scss */
.booking-input .box-item {
  border-bottom: 1px solid #666666;
  height: 44px;
  padding-top: 10px;
  position: relative;
}
/* line 2548, ../sass/main.scss */
.booking-input .box-item h3 {
  font-size: 12px;
  margin: 0;
  color: #666666;
  width: 110px;
  display: block;
  float: left;
  margin-right: 20px;
}
/* line 2556, ../sass/main.scss */
.booking-input .box-item h3 span {
  font-size: 10px;
}
/* line 2560, ../sass/main.scss */
.booking-input .box-item .swiper-container {
  position: relative;
  display: block;
  float: left;
  width: 266px;
}
/* line 2566, ../sass/main.scss */
.booking-input .box-item .swiper-button-next, .booking-input .box-item .swiper-button-prev {
  position: absolute;
  top: 16px;
  display: block;
  width: 8px;
  height: 10px;
  margin-top: 0px;
  z-index: 99;
}
/* line 2575, ../sass/main.scss */
.booking-input .box-item .swiper-button-next {
  right: 0px;
  background: url("../images/box-next.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2575, ../sass/main.scss */
  .booking-input .box-item .swiper-button-next {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/box-next-2x.png");
    background-size: 100% 100%;
  }
}
/* line 2579, ../sass/main.scss */
.booking-input .box-item .swiper-button-next:hover {
  background: url("../images/box-next-hover.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2579, ../sass/main.scss */
  .booking-input .box-item .swiper-button-next:hover {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/box-next-hover-2x.png");
    background-size: 100% 100%;
  }
}
/* line 2584, ../sass/main.scss */
.booking-input .box-item .swiper-button-prev {
  left: 110px;
  background: url("../images/box-prev.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2584, ../sass/main.scss */
  .booking-input .box-item .swiper-button-prev {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/box-prev-2x.png");
    background-size: 100% 100%;
  }
}
/* line 2588, ../sass/main.scss */
.booking-input .box-item .swiper-button-prev:hover {
  background: url("../images/box-prev-hover.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2588, ../sass/main.scss */
  .booking-input .box-item .swiper-button-prev:hover {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/box-prev-hover-2x.png");
    background-size: 100% 100%;
  }
}
/* line 2594, ../sass/main.scss */
.booking-input .box-item .swiper-slide span {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
  width: 25px;
  border-radius: 25px;
  display: block;
  height: 25px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid transparent;
  letter-spacing: -1px;
}
/* line 2608, ../sass/main.scss */
.booking-input .box-item .swiper-slide.selected span {
  border: 1px solid #fbb03b;
  background: #fbb03b;
  border-radius: 25px;
  color: #fff;
}

/* line 2619, ../sass/main.scss */
.on .box-item .bx-wrapper .box-slider li.selected, .on .box-item .bx-wrapper .box-slider li.selected:hover {
  border: 1px solid #fbb03b;
  background: #fbb03b;
  border-radius: 25px;
  color: #fff;
}

/* line 2629, ../sass/main.scss */
.disabled .box-item .bx-wrapper .box-slider li.selected, .disabled .box-item .bx-wrapper .box-slider li.selected:hover {
  border: 1px solid transparent !important;
  background: none;
  border-radius: 25px;
  color: #999;
}

/*Check Price Page*/
/* line 2639, ../sass/main.scss */
.check-price-table-wrapper {
  padding-top: 70px;
  padding-bottom: 110px;
}

/* line 2643, ../sass/main.scss */
.check-price-table {
  height: 580px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
/* line 2648, ../sass/main.scss */
.check-price-table .back-to-booking {
  position: absolute;
  right: -20px;
  top: -20px;
  background: #fbb03b;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  opacity: 1;
  line-height: 20px;
}
/* line 2659, ../sass/main.scss */
.check-price-table .back-to-booking i {
  color: #fff;
  font-size: 8px;
  position: relative;
  top: 0px;
}
/* line 2666, ../sass/main.scss */
.check-price-table > div:not(.clearfix) {
  position: absolute;
  background: #fff;
  top: 0px;
  border: 4px solid #004bbe;
  transition: all .2s;
}
/* line 2673, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > a.btn {
  position: absolute;
  bottom: -60px;
  display: none;
  width: 100%;
  left: 0px;
}
/* line 2680, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div {
  border-bottom: 4px solid #004bbe;
  height: 53px;
  text-align: center;
  transition: all .2s;
  color: #004bbe;
  font-weight: bold;
  font-size: 14px;
}
/* line 2688, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div.small-text {
  font-size: 12px;
}
/* line 2691, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div i {
  margin: 0 3px;
}
/* line 2694, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div a {
  color: #fbb03b;
  text-decoration: underline;
}
/* line 2698, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div h4 {
  font-size: 30px;
  line-height: 36px;
  color: #004bbe;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: bold;
}
/* line 2706, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div p {
  font-size: 14px;
  line-height: 16.8px;
  color: #004bbe;
  margin: 0;
  font-weight: bold;
}
/* line 2713, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div:not(:nth-child(1)) {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 2720, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div:nth-child(1) {
  height: 150px;
  position: relative;
}
/* line 2723, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div:nth-child(1) p {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 32px;
  width: 100%;
  margin-top: 12px;
}
/* line 2734, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div:nth-child(7) {
  height: 80px;
}
/* line 2737, ../sass/main.scss */
.check-price-table > div:not(.clearfix) > div:nth-child(8) {
  border-bottom: none;
}
/* line 2741, ../sass/main.scss */
.check-price-table > div:not(.clearfix).disabled {
  background: #e6e6e6;
  border: 4px solid #cccccc;
  z-index: 10;
}
/* line 2745, ../sass/main.scss */
.check-price-table > div:not(.clearfix).disabled > div {
  border-bottom: 4px solid #cccccc;
}
/* line 2747, ../sass/main.scss */
.check-price-table > div:not(.clearfix).disabled > div h4 {
  color: #999999;
}
/* line 2750, ../sass/main.scss */
.check-price-table > div:not(.clearfix).disabled > div p {
  color: #999999;
}
/* line 2753, ../sass/main.scss */
.check-price-table > div:not(.clearfix).disabled > div:not(:nth-child(1)) {
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #cccccc;
}
/* line 2757, ../sass/main.scss */
.check-price-table > div:not(.clearfix).disabled > div:nth-child(8) {
  border-bottom: none;
}
/* line 2762, ../sass/main.scss */
.check-price-table > div:not(.clearfix).active {
  background: #fbb03b;
  border: 4px solid #fbb03b;
  z-index: 100;
}
/* line 2766, ../sass/main.scss */
.check-price-table > div:not(.clearfix).active > a.btn {
  display: block;
}
/* line 2769, ../sass/main.scss */
.check-price-table > div:not(.clearfix).active > div {
  border-bottom: 4px solid #fbb03b;
  background: #fff;
}
/* line 2772, ../sass/main.scss */
.check-price-table > div:not(.clearfix).active > div h4 {
  color: #fff;
}
/* line 2775, ../sass/main.scss */
.check-price-table > div:not(.clearfix).active > div:nth-child(8) {
  border-bottom: none;
}
/* line 2778, ../sass/main.scss */
.check-price-table > div:not(.clearfix).active > div:nth-child(1) {
  background: #fbb03b;
}
/* line 2780, ../sass/main.scss */
.check-price-table > div:not(.clearfix).active > div:nth-child(1) p {
  color: #fff;
}
/* line 2784, ../sass/main.scss */
.check-price-table > div:not(.clearfix).active > div .selected-wrapper {
  display: block;
}
/* line 2787, ../sass/main.scss */
.check-price-table > div:not(.clearfix).active > div .select-button-wrapper {
  display: none;
}
/* line 2793, ../sass/main.scss */
.check-price-table .check-price-table-title {
  width: calc(10% + 24px);
  z-index: 27;
}
/* line 2796, ../sass/main.scss */
.check-price-table .check-price-table-title > div {
  border-bottom: 4px solid transparent !important;
  color: #0042e0;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: normal !important;
}
/* line 2802, ../sass/main.scss */
.check-price-table .check-price-table-title > div:nth-child(1) {
  height: 162px !important;
}
/* line 2807, ../sass/main.scss */
.check-price-table .select-button-wrapper {
  height: 44px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 7px;
}
/* line 2815, ../sass/main.scss */
.check-price-table .select-button-wrapper .btn-blue {
  height: 30px;
  padding: 4px 10px;
  font-weight: bold;
  width: calc(100% - 20px);
  margin: 0 10px;
}
/* line 2823, ../sass/main.scss */
.check-price-table .selected-wrapper {
  height: 44px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  color: #004bbe;
  font-weight: bold;
  font-size: 14px;
  line-height: 44px;
}
/* line 2835, ../sass/main.scss */
.check-price-table .selected-wrapper i {
  color: #fbb03b;
  margin-right: 3px;
}
/* line 2840, ../sass/main.scss */
.check-price-table > div[class^="cpt"] {
  width: 15%;
}
/* line 2843, ../sass/main.scss */
.check-price-table .cpt-1 {
  z-index: 26;
  left: calc(10% - 4px + 24px);
}
/* line 2847, ../sass/main.scss */
.check-price-table .cpt-2 {
  z-index: 25;
  left: calc(25% - 8px + 24px);
}
/* line 2851, ../sass/main.scss */
.check-price-table .cpt-3 {
  z-index: 24;
  left: calc(40% - 12px + 24px);
}
/* line 2855, ../sass/main.scss */
.check-price-table .cpt-4 {
  z-index: 23;
  left: calc(55% - 16px + 24px);
}
/* line 2859, ../sass/main.scss */
.check-price-table .cpt-5 {
  z-index: 22;
  left: calc(70% - 20px + 24px);
}
/* line 2863, ../sass/main.scss */
.check-price-table .cpt-6 {
  z-index: 21;
  left: calc(85% - 24px + 24px);
}

/*Prohibited*/
/* line 2870, ../sass/main.scss */
.prohibited {
  width: 100%;
}
/* line 2874, ../sass/main.scss */
.prohibited > tbody > tr > td {
  border: 1px solid #4d4d4d;
  vertical-align: middle;
  text-align: center;
}
/* line 2878, ../sass/main.scss */
.prohibited > tbody > tr > td:not(.prohibited-title) {
  width: 150px;
  height: 150px;
  padding: 5px;
}
/* line 2883, ../sass/main.scss */
.prohibited > tbody > tr > td > img {
  margin-bottom: 3px;
}
/* line 2886, ../sass/main.scss */
.prohibited > tbody > tr > td h3 {
  font-size: 19px;
  line-height: 23px;
  color: #ff0000;
  font-weight: bold;
  margin: 10px 0 0 0;
}
/* line 2893, ../sass/main.scss */
.prohibited > tbody > tr > td h4 {
  font-size: 12px;
  line-height: 14px;
  color: #4d4d4d;
  margin: 0px;
}
/* line 2899, ../sass/main.scss */
.prohibited > tbody > tr > td p.note {
  font-size: 12px;
  line-height: 12px;
  margin: 2px 0 0 0;
  color: #666;
  position: relative;
  margin-bottom: -10%;
}
/* line 2906, ../sass/main.scss */
.prohibited > tbody > tr > td p.note span {
  display: block;
  transform: scale(0.83333);
  transform-origin: left top;
  position: relative;
  width: 120%;
  height: auto;
  margin: 0 auto;
}

/* line 2921, ../sass/main.scss */
.form-wrapper {
  min-height: 660px;
  border: 4px solid #004BBE;
  width: 100%;
  margin: 120px 0 70px 0;
  position: relative;
  background: #fff;
}
/* line 2928, ../sass/main.scss */
.form-wrapper .form-title {
  position: absolute;
  left: 50%;
  margin-left: -114px;
  top: -80px;
  width: 228px;
  height: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  padding-top: 70px;
  background: url("../images/form-title.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2928, ../sass/main.scss */
  .form-wrapper .form-title {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/form-title2x.png");
    background-size: 100% 100%;
  }
}
/* line 2943, ../sass/main.scss */
.form-wrapper .form-summary {
  width: 20%;
  float: left;
  border-right: 4px solid #004BBE;
  min-height: 712px;
  padding: 10px;
}
/* line 2949, ../sass/main.scss */
.form-wrapper .form-summary > div {
  margin-bottom: 4px;
}
/* line 2952, ../sass/main.scss */
.form-wrapper .form-summary .form-box-item {
  line-height: 12px;
}
/* line 2954, ../sass/main.scss */
.form-wrapper .form-summary .form-box-item .fbi-text {
  display: inline-block;
  float: left;
}
/* line 2958, ../sass/main.scss */
.form-wrapper .form-summary .form-box-item .gray-box {
  float: left;
  margin-right: 5px;
}
/* line 2963, ../sass/main.scss */
.form-wrapper .form-summary hr {
  margin: 10px 0;
  border: none;
  height: 1px;
}
/* line 2969, ../sass/main.scss */
.form-wrapper .form-info-wrapper {
  width: 80%;
  float: left;
}
/* line 2972, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info, .form-wrapper .form-info-wrapper .form-package {
  border-bottom: 4px solid #004BBE;
  padding: 50px 20px 20px 20px;
}
/* line 2975, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info .row, .form-wrapper .form-info-wrapper .form-package .row {
  margin: 0 -5px;
}
/* line 2977, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info .row > div, .form-wrapper .form-info-wrapper .form-package .row > div {
  padding: 0 5px;
}
/* line 2982, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info .input-group .p40, .form-wrapper .form-info-wrapper .form-package .input-group .p40 {
  width: 40%;
  border-right: none;
}
/* line 2986, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info .input-group .p60, .form-wrapper .form-info-wrapper .form-package .input-group .p60 {
  width: 60%;
}
/* line 2989, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info .input-group .input-group-addon, .form-wrapper .form-info-wrapper .form-package .input-group .input-group-addon {
  background: #fff;
  border: 1px solid #666666;
  border-left: none;
}
/* line 2995, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info .form-line, .form-wrapper .form-info-wrapper .form-package .form-line {
  margin-bottom: 10px;
}
/* line 2997, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info .form-line .fl-label, .form-wrapper .form-info-wrapper .form-package .form-line .fl-label {
  line-height: inherit;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
}
/* line 3004, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info .form-line .fl-label.line-height-low, .form-wrapper .form-info-wrapper .form-package .form-line .fl-label.line-height-low {
  line-height: inherit;
}
/* line 3008, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info .form-line .input-group, .form-wrapper .form-info-wrapper .form-package .form-line .input-group {
  width: 100%;
}
/* line 3011, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-info .form-line .icheckbox-inline, .form-wrapper .form-info-wrapper .form-package .form-line .icheckbox-inline {
  margin-bottom: 9px;
}
/* line 3016, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-package {
  padding: 20px;
  border-bottom: none;
}
/* line 3020, ../sass/main.scss */
.form-wrapper .form-info-wrapper .form-package .form-line .fl-label {
  padding-left: 0px;
}
/* line 3027, ../sass/main.scss */
.form-wrapper .form-btns .btn {
  text-align: left !important;
  line-height: 14px;
  font-size: 12px;
}
/* line 3032, ../sass/main.scss */
.form-wrapper .form-btns .alert-red {
  color: #FF1D25;
  margin: 10px 0 5px 0;
}

/* line 3039, ../sass/main.scss */
.gray-box {
  background: #999999;
  color: #fff;
  text-align: center;
  font-size: 12px;
  height: 30px;
  padding: 8px 0;
  width: 120px;
}
/* line 3047, ../sass/main.scss */
.gray-box.inline {
  display: inline-block;
  width: 30px;
}
/* line 3051, ../sass/main.scss */
.gray-box.block {
  width: 100%;
}

/* line 3055, ../sass/main.scss */
.back-to-check-price {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/* line 3065, ../sass/main.scss */
.back-to-check-price i {
  color: #004bbe;
  font-size: 28px;
}

/* line 3071, ../sass/main.scss */
.times > label {
  margin-bottom: 5px;
}
/* line 3074, ../sass/main.scss */
.times .icheckbox-inline {
  margin-bottom: 7px;
}

/* line 3079, ../sass/main.scss */
.specific-time .checkbox-box {
  float: left;
}
/* line 3082, ../sass/main.scss */
.specific-time .select {
  float: right;
  position: relative;
  top: -3px;
}
/* line 3087, ../sass/main.scss */
.specific-time .checkbox-box:not(.active) + .select .select-styled {
  border: 1px solid #666;
  color: #666;
}
/* line 3090, ../sass/main.scss */
.specific-time .checkbox-box:not(.active) + .select .select-styled:before {
  background: #666;
}
/* line 3093, ../sass/main.scss */
.specific-time .checkbox-box:not(.active) + .select .select-styled:after {
  border-color: #666 transparent transparent transparent;
}

/* line 3099, ../sass/main.scss */
.icheck-label {
  margin-right: 10px;
  font-weight: 500;
}
/* line 3102, ../sass/main.scss */
.icheck-label.active-label {
  color: #004bbe;
}
/* line 3105, ../sass/main.scss */
.icheck-label input[type='text'] {
  margin: 0 3px;
}

/* line 3109, ../sass/main.scss */
.icheck-item {
  margin-right: 3px;
}
/* line 3111, ../sass/main.scss */
.icheck-item.checked + .icheck-label {
  color: #004bbe;
}

/* line 3116, ../sass/main.scss */
.icheckbox-float .icheck-label {
  float: left;
  margin-right: 0px;
  display: inline-block;
  width: calc(100% - 30px);
}
/* line 3122, ../sass/main.scss */
.icheckbox-float .icheck-item {
  float: left;
  display: inline-block;
}

/* line 3127, ../sass/main.scss */
.icheckbox-inline {
  display: inline-block;
}
/* line 3129, ../sass/main.scss */
.icheckbox-inline .icheck-label {
  display: inline;
}
/* line 3132, ../sass/main.scss */
.icheckbox-inline .icheck-item {
  display: inline-block;
}

/*.icheckbox_minimal-orange, .iradio_minimal-orange{
  background-image: url(/assets/icheck/skins/minimal/orange2@2x.png);
}*/
/* line 3140, ../sass/main.scss */
#about-contact-us {
  height: 1px;
}
