body {
  font-family: "noir_proregular", Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: #f2f2f2;
}

@font-face {
  font-family: "noir_prolight";
  src: url("../font/noirpro-light-webfont.woff2") format("woff2"),
    url("../font/noirpro-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "noir_proregular";
  src: url("../font/noirpro-regular-webfont.woff2") format("woff2"),
    url("../font/noirpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "noir_promedium";
  src: url("../font/noirpro-medium-webfont.woff2") format("woff2"),
    url("../font/noirpro-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "noir_probold";
  src: url("../font/noirpro-bold-webfont.woff2") format("woff2"),
    url("../font/noirpro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4 h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

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

ul li {
  list-style: none;
}

p {
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 60px;
}


.departures-box-five img {
  max-height: 32px;
  height:32px;
}

footer #img-logo {
  max-height: 17px;
}

.wrapper {}

/***** Top content *****/
.itinerary-sec.mobile-version {
  display: none;
}

/*basic reset*/
* {
  margin: 0;
  padding: 0;
}

/*form styles*/
#msform {
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0;
  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #27ae60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  overflow: hidden;
  counter-reset: step;
  padding: 26px 0 22px 0;
  display: flex;
  justify-content: space-between;
}

#progressbar li {
  list-style-type: none;
  color: #abddd4;
  text-transform: uppercase;
  font-size: 15px;
  width: auto;
  font-family: "noir_promedium", Arial;
  float: left;
  position: relative;
}

#progressbar li p {
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  display: none;
  color: #fff;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 310px;
  height: 1px;
  background: #abddd4;
  position: absolute;
  left: -310px;
  /*put it behind the numbers*/
  bottom: 10px;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  color: #c83c49;
}

.top-bar {
  background-color: #ffffff;
  padding: 0 105px;
}

#progressbar li.active:after {
  background-color: #c83c49;
  height: 3px;
}

#progressbar li.active {
  color: #c83c49;
}

#progressbar span {
  display: block;
  text-transform: uppercase;
  margin: 11px 0 0 0;
}

#progressbar i {
  font-size: 20px;
}

/*****  form *****/
.engine-online-form {
  background: #cccccc;
  background-size: cover;
  padding: 77px 140px 45px;
  width: 95%;
  margin: auto;
}

.engine-online-form-inner {
  display: flex;
}

.engine-online-form-left {
  max-width: 1009px;
  min-width: 1009px;
}

.engine-online-form .form-group {
  margin-bottom: 0;
}

.engine-online-form .form-group select.form-control {
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 50px;
  font-size: 18px;
  background: #fff url(../images/down-arrow.svg) 88% center no-repeat;
  background-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "noir_prolight", Arial;
  box-shadow: none;
  color: #000;
  /*#909090;*/
}

.engine-online-form-right {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 1009px);
}

.engine-online-form-user {
  display: flex;
  align-items: center;
  padding-left: 38px;
}

.engine-online-form .form-group.datepick {
  position: relative;
}

.engine-online-form .form-group.datepick .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 230px;
  color: #3a809c;
  z-index: 1;
  position: relative;
}

.engine-online-form .form-group.datepick .form-control::placeholder {
  color: #c83c49;
}

.engine-online-form .form-group.datepick span {
  position: absolute;
  top: 2px;
  right: 2px;
}

.engine-online-form .form-group.datepick span img {
  max-width: 30px;
  height: 30px;
}

.engine-online-form .form-group.user-group {
  position: relative;
  margin-left: 30px;
}

.engine-online-form .form-group.user-group:after {
  border-left: 1.5px dashed #3a809c;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 50px;
  width: 100%;
  transform: translate(0, -50%);
}

.engine-online-form .form-group.user-group select.form-control {
  height: 50px;
  padding: 0 0px 0 20px;
  background: none;
  width: 88px;
  font-family: "noir_promedium", Arial;
  z-index: 10;
  position: relative;
  background: url(../images/down-arrow-2.svg) 86% center no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  appearance: none;
}

.engine-online-form .form-group.user-group span {
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}

.engine-online-form .form-group.user-group span img {
  max-width: 20px;
  height: 20px;
}

.engine-online-form-btn .form-group .btn-defult {
  border: none;
  border-radius: 5px;
  background-color: #c83c49;
  width: 178px;
  height: 50px;
  /* line-height: 65px; */
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  font-family: "noir_proregular", Arial;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.engine-online-form-btn .form-group .btn-defult:hover {
  background-color: #051f29;
  transition: all 0.5s ease-in-out;
}

.engine-online-form .form-group.travling-group {
  margin-left: 0 !important;
}

/***** Itinerary Sec *****/
.itinerary-sec {
  border-bottom: 1px solid #909090;
  padding: 43px 115px;
}

.itinerary-sec h3 {
  font-size: 30px;
  font-family: "noir_proregular", Arial;
  color: #1d1d1d;
}

.itinerary-sec h3 img {
  height: 30px;
  margin: 3px 38px 0 0;
  max-width: 28px;
  vertical-align: top;
}

.itinerary-sec .heading {
  display: flex;
  justify-content: space-between;
}

.itinerary-sec .heading h3 {
  padding: 12px 0;
}

.itinerary-sec a {
  background-color: #c83c49;
  border-radius: 5px;
  display: inline-block;
  width: 325px;
  height: 65px;
  color: #fff;
  font-size: 20px;
  font-family: "noir_proregular", Arial;
  text-transform: uppercase;
  line-height: 65px;
  text-align: center;
}

.itinerary-sec a:hover {
  background-color: #051f29;
  transition: all 0.5s ease-in-out;
}

.itinerary-sec a img {
  margin: -10px 0 0 28px;
  max-width: 30px;
  vertical-align: middle;
}

.departures-sec {
  border-bottom: none;
}

/***** Departures Detail Sec *****/
.departures-detail {
  background-color: #195275;
  padding: 10px 121px 10px 181px;
}

.departures-city {
  padding: 22px 0;
}

.departures-city ul li {
  float: left;
  color: #fff;
  font-family: "noir_promedium", Arial;
  font-size: 25px;
  position: relative;
  padding-right: 20px;
  padding-left: 10px;
}

.departures-city ul li::after {
  background-color: #cc3b2b;
  content: "";
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  width: 3px;
}

.departures-city ul li:first-child {
  padding-left: 0;
}

.departures-city ul li:last-child {
  padding-right: 0;
}

.departures-city ul li:last-child:after {
  display: none;
}

.departures-city ul li span {
  font-family: "noir_proregular", Arial;
  background-color: #c83c49;
  border-radius: 5px;
  width: 57px;
  height: 43px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  line-height: 43px;
  margin-left: 18px;
  margin-right: 2px;
}

.departures-weak ul {
  display: flex;
  justify-content: space-between;
}

.departures-weak ul li.active a {
  background-color: #c83c49;
}

.departures-weak ul li a {
  width: 96px;
  height: 87px;
  text-align: center;
  color: #fff;
  font-family: "noir_promedium", Arial;
  font-size: 25px;
  display: inline-block;
  padding: 5px 0px;
  border-radius: 5px;
}

.departures-weak ul li a span {
  font-family: "noir_proregular", Arial;
  display: inline-block;
}

.departures-weak2 ul {
  display: flex;
  justify-content: space-between;
}

.departures-weak2 ul li.active a {
  background-color: #c83c49;
}

.departures-weak2 ul li a {
  width: 96px;
  height: 87px;
  text-align: center;
  color: #fff;
  font-family: "noir_promedium", Arial;
  font-size: 25px;
  display: inline-block;
  padding: 5px 0px;
  border-radius: 5px;
}

.departures-weak2 ul li a span {
  font-family: "noir_proregular", Arial;
  display: inline-block;
}

/***** Departures Ticket Detail Sec *****/
.departures-ticket-detail {
  /*padding: 70px 125px 0 107px;*/
  padding: 70px 25px 0 25px;
}

.departures-ticket-top ul {
  display: flex;
  justify-content: space-between;
  border-right: 15px solid transparent;
}

.departures-ticket-top ul li {
  color: #909090;
  font-family: "noir_prolight", Arial;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 42px;
  background-color: transparent;
}

.departures-ticket-top ul li:nth-child(3):after {
  display: none;
}

.departures-ticket-top ul li:nth-child(2),
.departures-ticket-top ul li:nth-child(5) {
  background-color: transparent;
}

/***** Departures Ticket Box Sec *****/
/* .departures-ticket-box{
    border: 1px solid #909090;
    border-right: 15px solid #c83c49;
    border-radius: 5px;
    justify-content: space-between;
    margin-bottom: 40px;
}
.departures-ticket-box.red-border{
    border-right: 15px solid #EF1944;
}
.departures-ticket-box.red-border .departures-box-thrd p span{
    background-color: #EF1944;
}
.departures-ticket-box.yellow-border{
    border-right: 15px solid #c83c49;
}
.departures-ticket-box.green-border{
    border-right: 15px solid #1BC721;
    margin-bottom: 0;
}
.departures-box-five ul li a img{
    max-width: 32px;
    height: 32px;
}
.departures-box-first {
    max-width: 261px;
    min-width:261px;
    width: 100%;
    padding: 69px 27px;
}
.departures-box-first span{
    color: #B8B8B8;
    display: inline-block;
    font-family: "noir_proregular", Arial;
    font-size: 20px;

    text-transform: uppercase;
}
.departures-box-first span img{
    max-width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -5px 0 0;
    margin-right: 42px;
} */

/***** Radio Style *****/

.control-group label {
  display: block;
}

.control-group {
  display: block;
  float: none;
}

.control-group label.control {
  cursor: pointer;
  display: block;
  position: relative;
}

.control-group label.control span {
  color: #1d1d1d;
  display: inline-block;
  font-family: "noir_proregular", Arial;
  font-size: 20px;
  margin: -5px 0 0;
  padding-left: 40px;
  text-transform: uppercase;
  width: 220px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #707070;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.control input:checked~.control__indicator {
  background: transparent;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked~.control__indicator:after {
  /*display: block;*/
}

.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #1bc721;
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 2px 2px;
  content: "";
  height: 7px;
  left: 4px;
  top: 6px;
  transform: rotate(-45deg);
  width: 11px;
}

.control--radio input:disabled~.control__indicator:after {
  background: #7b7b7b;
}

/***** Radio Style *****/

.departures-box-second {
  background-color: #f6f6f6;
  max-width: 365px;
  padding: 10px 35px;
  width: 100%;
}

.departures-box-second p {
  font-family: "noir_proregular", Arial;
  font-size: 20px;
  color: #1d1d1d;
  text-transform: uppercase;
  margin-top: 11px;
}

.departures-box-second p span {
  color: #233d82;
  font-family: "noir_prolight", Arial;
  display: block;
}

.departures-box-thrd {
  max-width: 190px;
  padding-left: 34px;
  padding-top: 40px;
  width: 100%;
  position: relative;
}

.departures-box-thrd p {
  font-family: "noir_promedium", Arial;
  font-size: 20px;
  color: #1d1d1d;
  margin-bottom: 10px;
}

.departures-box-thrd p span {
  display: inline-block;
  background-color: #c83c49;
  color: #fff;
  width: 44px;
  height: 36px;
  line-height: 34px;
  font-family: "noir_proregular", Arial;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  margin-left: 15px;
}

.departures-box-thrd ul li {
  float: left;
  font-family: "noir_promedium", Arial;
  font-size: 20px;
  color: #1d1d1d;
  margin-right: 23px;
  overflow-wrap: break-word;
}

.departures-box-thrd ul li img {
  height: 18px;
  margin: 4px 10px 0 0;
  max-width: 18px;
  vertical-align: top;
}

.departures-box-thrd ul li:last-child {
  margin: 3px 0 0;
}

.departures-box-thrd ul li:last-child span {
  color: #b8b8b8;
  display: inline-block;
  font-family: "noir_prolight", Arial;
  font-size: 15px;
  margin-top: 1px;
  vertical-align: top;
}

.departures-box-four {
  max-width: 215px;
  width: 100%;
  padding-top: 40px;
  padding-left: 0;
}

.departures-box-four:after {
  display: none;
}

.departures-box-five {
  background-color: #f6f6f6;
  padding: 55px 15px;
  max-width: 190px;
  width: 100%;
}

.departures-box-five ul li {
  display: inline-block;
  position: relative;
  width: 48%;
  text-align: center;
}

.departures-box-five ul li .car-arror {
  position: absolute;
  left: 30%;
  top: 0;
}

.departures-box-five ul li .car-arror img {
  width: 32px;
}

.departures-box-six {
  max-width: 200px;
  width: 100%;
  padding-top: 60px;
  padding-left: 50px;
}

.departures-box-six p {
  font-family: "noir_promedium", Arial;
  font-size: 25px;
  color: #1d1d1d;
}

.departures-box-seven {
  background-color: #f6f6f6;
  width: 100%;
  max-width: 216px;
  padding: 67px 0;
  text-align: center;
}

.departures-box-seven .image-holder {
  position: relative;
}

.departures-box-seven .error-img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.departures-box-seven .error-img img {
  max-width: 29px;
  height: 24px;
  width: 100%;
}

.departures-box-seven .image-holder span {
  vertical-align: middle;
}

.departures-box-seven .image-holder p .clock-icon {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 10px;
}

#msform .previous.action-button {
  border: 1px solid #909090;
  border-radius: 5px;
  width: 254px;
  height: 65px;
  display: inline-block;
  background-color: transparent;
  line-height: 65px;
  text-align: center;
  font-family: "noir_proregular", Arial;
  font-size: 20px;
  color: #909090;
  padding: 0;
  margin: 64px 0 64px 122px;
}

#msform .next.action-button {
  background-color: #c83c49;
  border: 1px solid #c83c49;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  float: right;
  font-family: "noir_proregular", Arial;
  font-size: 20px;
  height: 65px;
  line-height: 65px;
  /*margin: 64px 125px 64px 0;*/
  margin: 64px 25px 64px 0;
  padding: 0;
  text-align: center;
  width: 352px;
}

#msform .next.action-button:hover {
  background-color: #051f29;
  transition: all 0.5s ease-in-out;
}

#msform .next.action-button img {
  /*margin: -10px 0 0 28px;*/
  margin: -10px 0 0 0px;
  max-width: 30px;
  vertical-align: middle;
}

/***** Departures Ticket Mobile Sec *****/
.mobile-version {
  display: none;
}

.mobile-version .company-detail .image-holder {
  float: left;
  padding: 0 5px;
}

#msform .previous.action-button.mobile-version {
  display: none;
}

.departures-ticket-detail .mobile-version .departures-ticket-box {
  border-bottom: 15px solid #c83c49;
  border-right: 1px solid #909090;
  padding: 20px 20px 7px 20px;
}

.departures-ticket-detail .mobile-version .departures-ticket-box.red-border {
  border-bottom: 15px solid #ef1944;
}

.departures-ticket-detail .mobile-version .departures-ticket-box.yellow-border {
  border-bottom: 15px solid #c83c49;
}

.departures-ticket-detail .mobile-version .departures-ticket-box.green-border {
  border-bottom: 15px solid #1bc721;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .heading {
  display: flex;
  justify-content: space-between;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .heading .control-group {
  width: 25px;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .heading h3 {
  color: #1d1d1d;
  font-size: 20px;
  font-family: "noir_proregular", Arial;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .heading h3 span {
  color: #909090;
  font-size: 18px;
  font-family: "noir_prolight", Arial;
  display: block;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .company-detail h4 {
  color: #909090;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "noir_prolight", Arial;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .company-detail p {
  color: #1d1d1d;
  font-size: 18px;
  font-family: "noir_proregular", Arial;
  margin: 7px 0 0 0;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .company-detail p span {
  color: #909090;
  display: block;
  font-family: "noir_prolight", Arial;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .departure-arrival-detail {
  margin-top: 17px;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .departure-arrival-detail h4 {
  color: #909090;
  display: block;
  font-size: 18px;
  font-family: "noir_prolight", Arial;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .departure-arrival-detail ul li {
  color: #1d1d1d;
  font-size: 20px;
  font-family: "noir_proregular", Arial;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .departure-arrival-detail ul li span {
  float: right;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .departure-arrival-detail ul li strong {
  /*background: rgba(0, 0, 0, 0) url("../images/long-arrow2.png") no-repeat scroll center bottom;*/
  color: #909090;
  display: inline-block;
  font-family: "noir_prolight", Arial;
  font-size: 15px;
  font-weight: normal;
  /*margin-left: 20px;*/
  margin-left: 14%;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
  /*top: -5px;*/
  top: 0px;
}

.indicate-price {
  text-align: center;
  margin-top: 34px;
}

.indicate-price h4 {
  display: block;
  font-size: 18px;
  font-family: "noir_prolight", Arial;
  color: #909090;
}

.indicate-price span {
  color: #1d1d1d;
  font-size: 25px;
  display: block;
  font-family: "noir_promedium", Arial;
}

.departures-ticket-detail .mobile-version .departures-ticket-box.yellow-border .indicate-price span,
.departures-ticket-detail .mobile-version .departures-ticket-box.red-border .indicate-price span {
  color: #cfcfcf;
}

/***** Engine Seats Page *****/
.engine-online-seats-main .engine-online-seats-pass-box {
  border-bottom: none;
}

.engine-online-seats-main .engine-online-seats-pass-box:first-child {
  border-bottom: none;
}

.engine-online-seats-main .engine-online-seats-pass-box:first-child:after {
  display: none;
}

.engine-online-seats .itinerary-sec .text-box {
  position: relative;
}

.engine-online-seats .itinerary-sec .text-box h3 {
  display: inline-block;
}

.engine-online-seats .itinerary-sec .text-box span {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 277px;
}

.engine-online-seats .itinerary-sec .text-box span.mobile-arrow {
  display: none;
}

.engine-online-seats .departures-detail {
  padding: 10px 115px 10px 115px;
}

.seats-departures-ticket-detail .departures-ticket-bottm {
  display: flex;
  align-items: center;
}

.seats-departures-ticket-detail .departures-ticket-box {
  margin-bottom: 0;
  width: 100%;
}

.seats-departures-ticket-detail .departures-ticket-icon {
  width: 66px;
}

.seats-departures-ticket-detail .departures-box-first p {
  font-size: 20px;
  color: #1d1d1d;
}

.seats-departures-ticket-detail .departures-ticket-top {
  display: flex;
}

.seats-departures-ticket-detail .departures-ticket-top ul {
  width: 100%;
}

.seats-departures-ticket-detail .departures-box-first {
  max-width: 235px;
  width: 100%;
  padding: 33px 27px;
}

.seats-departures-ticket-detail .departures-box-second {
  background-color: transparent;
  max-width: 235px;
  padding: 22px 14px;
}

.seats-departures-ticket-detail .departures-box-thrd {
  background-color: #f6f6f6;
  max-width: 225px;
  /*padding: 13px 36px;*/
}

.seats-departures-ticket-detail .departures-box-thrd p {
  margin-bottom: 8px;
}

.seats-departures-ticket-detail .departures-box-seven {
  width: 100%;
  max-width: 223px;
  /*padding: 40px 30px 15px;*/
}

.seats-departures-ticket-detail .departures-box-five {
  max-width: 215px;
  text-align: center;
  /*padding: 35px 15px;*/
  background-color: transparent;
}

.seats-departures-ticket-detail .departures-box-six {
  max-width: 215px;
  width: 100%;
  background-color: #f6f6f6;
  /*padding-top: 29px;
    padding-left: 35px;*/
}

.seats-departures-ticket-detail .departures-ticket-top ul li {
  padding-top: 0;
}

.seats-departures-ticket-detail .departures-ticket-top ul li.departures-box-thrd,
.seats-departures-ticket-detail .departures-ticket-top ul li.departures-box-six {
  background-color: transparent;
}

.departures-box-seven .clock-img img {
  width: 13px;
  height: 13px;
  vertical-align: top;
  margin-right: 11px;
  margin: 8px 5px 0 0;
}

.departures-box-seven .clock-img span {
  color: #909090;
  font-size: 15px;
  font-family: "noir_prolight", Arial;
}

.engine-online-seats-pass {
  padding: 83px 110px 4px;
}

.engine-online-seats-pass-box {
  margin-bottom: 15px;
}

.engine-online-seats-pass-box h2 {
  color: #909090;
  font-size: 20px;
  font-family: "noir_proregular", Arial;
  /*margin-bottom: 37px;*/
  margin-bottom: 5px;
}

.engine-online-seats-pass-box h2 img {
  vertical-align: middle;
  /*margin: -15px 18px 0 0;
    max-width: 30px;*/
  margin: -10px 18px 0 0;
  max-width: 22px;
}

.engine-online-seats-pass-detail {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.engine-online-seats-pass-detail .form-group:first-child {
  max-width: 180px;
  width: 100%;
}

.engine-online-seats-pass-detail .form-group {
  max-width: 472px;
  width: 100%;
  margin-right: 95px;
}

.engine-online-seats-pass-detail .form-group.seat-selection {
  max-width: 819px;
}

/*.engine-online-seats-pass-detail .form-group .form-control*/
.engine-online-seats-pass-detail .form-group .form-control input {
  border: none;
  border-bottom: 1px solid #909090;
  border-radius: 0;
  color: #000000;
  font-family: "noir_prolight", Arial;
  font-size: 18px;
  box-shadow: none;
  height: 55px !important;
  padding-left: 0;
}

.engine-online-seats-pass-detail .form-group select.form-control {
  /*background: url(../images/down-fil-arrow.svg) 90% center no-repeat;
    background-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

.engine-online-seats-pass-detail .final-price {
  padding-right: 90px;
}

.engine-online-seats-pass-detail .final-price h4 {
  color: #909090;
  font-size: 20px;
  font-family: "noir_promedium", Arial;
  margin: 0;
}

.engine-online-seats-pass-detail .total-price h3 {
  color: #1d1d1d;
  font-size: 30px;
  font-family: "noir_promedium", Arial;
}

.totale-sub-price {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
  margin-bottom: 77px;
}

.totale-sub-price .text-box h3 {
  align-items: center;
  color: #909090;
  display: flex;
  font-family: "noir_proregular";
  font-size: 25px;
  justify-content: flex-end;
}

.totale-sub-price .text-box h3 span {
  color: #909090;
  font-family: "noir_promedium", Arial;
  font-size: 48px;
  display: inline-block;
  margin-left: 36px;
}

.useful-info {
  background-color: #195275;
  padding: 59px 123px 30px;
}

.useful-info-box {
  padding-bottom: 33px;
}

.useful-info-box img {
  max-width: 42px;
  height: 42px;
}

.useful-info ul li {
  color: #ffffff;
  font-family: "noir_prolight", Arial;
  font-size: 12px;
  display: flex;
  margin-bottom: 15px;
}

.useful-info ul li:last-child {
  margin-bottom: 0;
}

.useful-info ul li span {
  display: inline-block;
  margin-right: 42px;
}

/*
.tooltip{
    margin-left: 23px;
}
.tooltip.show {

    opacity: 1;
}
.tooltip-inner{
    background-color: #c83c49;
    border-radius: 5px;
    color: #ffffff;
    font-family: "noir_proregular", Arial;
    font-size: 20px;
    max-width: 100%;
    padding: 20px 35px;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::before{
    border-right-color: #c83c49;
}
*/
.engine-online-seats .itinerary-sec.return-sec .text-box .control-group.mobile-version {
  display: none;
}

.engine-online-seats .itinerary-sec.return-sec .text-box .control-group.mobile-version .control p {
  color: #909090;
  font-family: "noir_prolight", Arial;
  font-size: 20px;
  margin: -5px 0 0;
  padding-left: 44px;
}

/***** Engine Payment Page *****/
.payment-departure-inner {
  padding: 43px 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-departure .payment-departure-left h3 {
  color: #1d1d1d;
  font-family: "noir_proregular", Arial;
  font-size: 30px;
  display: flex;
}

.payment-departure .payment-departure-left h3 img {
  height: 30px;
  margin: 3px 20px 0 0;
  max-width: 28px;
  vertical-align: top;
}

.payment-departure .payment-departure-right h3 {
  color: #1d1d1d;
  font-family: "noir_proregular", Arial;
  font-size: 30px;
  display: flex;
}

.payment-departure .payment-departure-right h3 img {
  height: 30px;
  margin: 3px 38px 0 0;
  max-width: 28px;
  vertical-align: top;
}

.payment-departure .payment-departure-left-mind {
  padding: 0 60px;
}

.payment-departure .payment-departure-left-mind img {
  width: 100%;
  margin-bottom: 5px;
}

.payment-departure .payment-departure-right h3 img {
  margin-right: 20px;
  margin-left: 10px;
}

.engine-online-payment .departures-detail .departures-city ul {
  display: inline-block;
}

.engine-online-payment .departures-ticket-detail {
  padding: 50px 125px 0 107px;
}

.engine-online-payment .departures-ticket-bottm {
  margin-bottom: 20px;
}

.engine-online-payment .departures-box-five ul li a {
  color: #1d1d1d;
  font-size: 30px;
  font-family: "noir_promedium", Arial;
}

.engine-online-payment .departures-box-five ul li a img {
  /*height: 20px;
    margin: 12px 6px 0;
    max-width: 20px;
    vertical-align: top;*/
}

/***** Engine Payment info Page *****/
.engine-online-payment-info-inner {
  display: flex;
  justify-content: space-between;
}

.engine-online-seats-pass-box:first-child {
  position: relative;
  /*border-bottom: 1px solid #909090;*/
}

.engine-online-seats-pass-box:first-child:after {
  /*position: absolute;
    content: "";
    left: -100%;
    bottom: -1px;
    background-color: #909090;
    width: 100%;
    height: 1px;*/
}

.engine-online-payment-info-left {
  padding-right: 15px;
  max-width: 1920px;
  min-width: 1117px;
}

.engine-online-payment-info {
  /*padding: 50px 125px 0;*/
  padding: 50px 0 0 50px;
}

.engine-online-payment-info-left .heading {
  border-bottom: 1px solid #909090;
  padding-bottom: 42px;
  position: relative;
}

/*
.engine-online-payment-info-left .heading:after{
    position: absolute;
    content: "";
    left: -100%;
    bottom: -1px;
    background-color: #909090;
    width: 100%;
    height: 1px;
}*/
.engine-online-payment-info-left .heading h3 {
  color: #1d1d1d;
  font-size: 30px;
  font-family: "noir_proregular", Arial;
}

.engine-online-payment-info-left .heading h3 img {
  vertical-align: top;
  max-width: 26px;
  margin-right: 48px;
  height: 35px;
}

.engine-online-payment-info-left .engine-online-seats-pass-box {
  margin-bottom: 0;
  padding-top: 53px;
}

.engine-online-payment-info-left .engine-online-seats-pass-box .engine-online-seats-pass-detail .form-group {
  margin-bottom: 42px;
}

.engine-online-seats-pass-detail .form-group.loyally-card {
  max-width: 331px;
}

.engine-online-payment-info-right {
  background-color: #f9f9f9;
  border-radius: 3px;
  height: auto;
  width: calc(100% - 1117px);
}

.engine-online-payment-info-right .title {
  background-color: #c83c49;
  border-radius: 5px 5px 0 0;
  padding: 20px 25px 15px;
}

.engine-online-payment-info-right .title h3 img {
  max-width: 46px;
  height: 46px;
  margin-right: 30px;
}

.engine-online-payment-info-right .title h3 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  vertical-align: middle;
}

.engine-online-payment-info-right .title h3 span {
  display: inline-block;
  vertical-align: middle;
}

.engine-online-payment-info-right ul {
  padding-top: 20px;
}

.engine-online-payment-info-right ul li {
  color: #1d1d1d;
  font-size: 20px;
  border-bottom: 1px solid #cccccc;
  padding: 22px 38px 18px;
}

.engine-online-payment-info-right ul li img {
  margin-right: 24px;
}

.engine-online-payment-info-right ul li span {
  font-size: 30px;
  font-family: "noir_promedium", Arial;
  float: right;
  display: inline-block;
}

.engine-online-payment-info-right ul li .car-trip {
  max-width: 25px;
  height: 25px;
}

.engine-online-payment-info-right ul li .bag-icon {
  max-width: 25px;
  height: 25px;
}

.payment-info-total {
  /*    padding: 39px 0px 55px;*/
  width: 100%;
  text-align: right;
}

.payment-info-total p {
  color: #1d1d1d;
  font-size: 25px;
}

.payment-info-total h4 {
  color: #c83c49;
  font-size: 48px;
  font-family: "noir_promedium", Arial;
}

/***** Engine Contact Payment info Page *****/
.engine-online-contact-payment .engine-online-seats-pass-box h2 img {
  margin: -9px 18px 0 0;
}

.engine-online-contact-payment .engine-online-seats-pass-box:first-child {
  border-bottom: none;
}

.engine-online-contact-payment .engine-online-seats-pass-box:first-child::after {
  display: none;
}

.engine-online-contact-payment .engine-online-seats-pass-box .form-group {
  margin-bottom: 65px;
}

.engine-online-contact-payment-detail-top {
  display: flex;
  justify-content: space-between;
}

.engine-online-contact-payment-detail-top .form-group {
  max-width: 738px;
}

.engine-online-contact-payment-detail-top .form-group:first-child {
  max-width: 738px;
}

.engine-online-contact-payment-detail-top .form-group:nth-child(2) {
  margin-right: 0;
}

.engine-online-contact-payment-detail-mid .form-group:first-child {
  max-width: 528px;
}

.engine-online-contact-payment-detail-mid .form-group:nth-child(2) {
  max-width: 175px;
}

.engine-online-contact-payment-detail-mid .form-group:nth-child(3) {
  max-width: 267px;
}

.engine-online-contact-payment-detail-mid .form-group:nth-child(3) {
  max-width: 267px;
}

.engine-online-contact-payment-detail-thrd .form-group:first-child {
  max-width: 466px;
}

/***** engine Payment Ticket Page *****/
.engine-online-payment-ticket {
  border-top: 1px solid #909090;
  padding: 70px 110px 0;
}

.engine-online-payment-ticket .ticket-retrieval h3 {
  color: #1d1d1d;
  font-size: 30px;
  margin-bottom: 40px;
}

.engine-online-payment-ticket .ticket-retrieval h3 span {
  display: inline-block;
  vertical-align: middle;
}

.engine-online-payment-ticket .ticket-retrieval h3 img {
  max-width: 48px;
  margin-right: 21px;
  margin: 6px 21px 0 0;
}

.engine-online-payment-ticket .ticket-retrieval ul li {
  background-color: #f9f9f9;
  border-right: 12px solid #91c2cd;
  border-radius: 0 5px 5px 0;
  padding: 43px 0 30px 70px;
  margin-bottom: 12px;
}

.ticket-retrieval ul li .control-group label.control span {
  color: #1d1d1d;
  font-family: "noir_promedium", Arial;
  font-size: 20px;
  width: 510px;
  margin: -10px 0 0;
  padding-left: 55px;
}

.ticket-retrieval ul li .control__indicator {
  border: 1px solid #707070;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.ticket-retrieval ul li .control--radio .control__indicator::after {
  border: 1px solid #fff;
  background-color: #f6320d;
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  top: -1px;
  left: -1px;
}

.engine-online-payment-ticket .payment-method-retrieval ul li .control-group label.control span {
  padding-left: 55px;
  /*width: 300px;*/
  width: 110px;
}

.engine-online-payment-ticket .payment-method-retrieval ul li {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 16px 28px 19px 70px;
  border-right: 12px solid #91c2cd;
}

.payment-term-condition {
  margin-top: 50px;
}

.payment-term-condition.ticket-retrieval ul li {
  background-color: #c83c49;
  padding: 32px 0 36px 70px;
  border: none;
}

.payment-term-condition.ticket-retrieval ul li .control__indicator {
  border: 1px solid #fff;
}

.payment-term-condition.ticket-retrieval ul li span {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  margin: -11px 0 0;
  padding: 0 0 0 50px;
}

.payment-term-condition.ticket-retrieval ul li span a {
  color: #000;
}

/***** engine Payment Complet Page *****/
.payment-complete {
  padding: 53px 110px;
}

.payment-complete-box h3 img {
  max-width: 28px;
  margin-right: 24px;
  vertical-align: middle;
}

.payment-complete-box h3 span {
  display: inline-block;
  vertical-align: middle;
}

.payment-complete-box h3 {
  color: red;
  font-size: 30px;
}

.payment-complete-box .text-box {
  margin-left: 63px;
  max-width: 700px;
  margin-top: 40px;
}

.payment-complete-box .text-box h4 {
  color: #1d1d1d;
  font-family: "noir_promedium", Arial;
  font-size: 25px;
  margin-bottom: 2px;
}

.payment-complete-box .text-box p {
  color: #1d1d1d;
  font-size: 15px;
}

.payment-complete-box-right {
  background-color: #c83c49;
  border-radius: 5px;
  padding: 37px 60px;
  max-width: 743px;
  /*float: right;*/
  width: 100%;
}

.payment-complete-box-right ul li {
  color: #ffffff;
  margin-bottom: 14px;
  font-size: 20px;
}

.payment-complete-box-right ul li:last-child {
  margin-bottom: 0;
}

.payment-complete-box-right ul li span {
  font-family: "noir_promedium", Arial;
  font-size: 25px;
  display: inline-block;
  float: right;
  width: 138px;
  text-align: left;
}

.engine-online-confirmation .seats-departures-ticket-detail .departures-ticket-icon {
  line-height: 94px;
  max-width: 66px;
  text-align: center;
  width: 100%;
}

.engine-online-confirmation .payment-departure-inner {
  padding-bottom: 30px;
}

.engine-online-confirmation.engine-online-payment .departures-ticket-detail {
  padding: 0 125px 0 107px;
}

.engine-online-confirmation-passenger {
  padding: 55px 125px 0;
}

.engine-online-confirmation-passenger .engine-online-seats-pass-box {
  border-bottom: none;
}

.engine-online-confirmation-passenger .engine-online-seats-pass-box:first-child::after {
  display: none;
}

.confirmation-contact-detail .engine-online-contact-payment {
  max-width: 1000px;
  min-width: 1000px;
}

.confirmation-contact-detail .engine-online-payment-info-right {
  width: calc(100% - 1000px);
  margin-left: 121px;
}

.confirmation-contact-detail .engine-online-contact-payment-detail-mid .form-group:nth-child(2),
.confirmation-contact-detail .engine-online-contact-payment-detail-thrd .form-group:nth-child(2) {
  margin-right: 0;
}

.confirmation-contact-detail .engine-online-contact-payment-detail-mid .form-group:nth-child(2) {
  max-width: 448px;
}

.confirmation-contact-detail .engine-online-contact-payment-detail-mid .form-group:first-child {
  max-width: 448px;
}

.confirmation-contact-detail .engine-online-contact-payment-detail-thrd .form-group {
  margin-bottom: 0;
}

/***** engine Tickt Collection Page *****/
.tickt-collection {
  padding: 0 125px 100px;
}

.tickt-collection h4 {
  background-color: #f9f9f9;
  border-radius: 5px;
  color: #1d1d1d;
  font-size: 20px;
  border-right: 16px solid #c83c49;
  padding: 24px 83px 28px;
  margin-top: 37px;
}

.tickt-collection p {
  color: #1d1d1d;
  font-size: 15px;
  padding-left: 80px;
  padding-top: 12px;
}

.tickt-collection-mykone {
  max-width: 740px;
  margin: 134px auto 0;
}

.tickt-collection-mykone ul {
  display: flex;
  justify-content: space-between;
}

.tickt-collection-mykone .text-box {
  margin-top: 39px;
}

.tickt-collection-mykone .text-box span {
  color: #1d1d1d;
  font-size: 20px;
  font-family: "noir_promedium", Arial;
}

.tickt-collection-mykone .text-box p {
  color: #1d1d1d;
  font-size: 15px;
  font-family: "noir_prolight", Arial;
  padding: 0;
}

.tickt-collection strong {
  color: #1d1d1d;
  font-size: 15px;
  font-weight: normal;
  font-family: "noir_promedium", Arial;
  display: block;
  text-align: center;
  padding-top: 90px;
}

.tickt-collection strong a {
  color: #c83c49;
}

.daterangepicker.ltr .ranges {
  float: none;
  text-align: right;
}

.daterangepicker.dropdown-menu {
  min-width: 280px;
}

.daterangepicker .calendar {
  min-width: 270px;
}

.bootstrap-select {
  margin-bottom: 10px !important;
}

.bootstrap-select .btn-light {
  background-color: #fff;
  border-color: #c83c49;
}

.applyBtn {
  background-color: #c83c49;
  border-color: #ffffff;
  padding: 0.6em;
}

.cancelBtn {
  padding: 0.6em;
}

.btn-success:hover {
  background-color: #051f29;
  border-color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.trip-type label {
  width: 33.333%;
  vertical-align: middle;
  text-align: center;
  user-select: none;
}

.trip-type input[type="radio"] {
  display: none;
  vertical-align: middle;
  margin: 0 0 0px 5px;
  height: 19px;
  width: 19px;
}

.trip-type span {
  transition: background 0.3s;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  cursor: pointer;
  border: 1px solid #357ebd;
}

.trip-type input[type="radio"]:checked+span {
  background: #c83c49;
  color: #fff;
}

.daterangepicker td.in-range {
  background-color: #a8e0f9;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
}

/* .engine-online-form-left {
  margin-top: 15px;
} */
.daterange {
  margin-left: 20px;
}

.spinner div {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 40px;
  background-color: #c83c49;
  border-radius: 50%;
  animation: move_spinner 6s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.spinner {
  height: 50px;
}

.spinner div:nth-child(2) {
  animation-delay: 150ms;
}

.spinner div:nth-child(3) {
  animation-delay: 300ms;
}

.spinner div:nth-child(4) {
  animation-delay: 450ms;
}

@keyframes move_spinner {
  0% {
    left: 0%;
  }

  75% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.car_mobile-ul,
.car_desktop-ul {
  text-align: center;
  position: relative;
}

.car_mobile-ul li img {
  width: 32px;
}

.car_mobile-ul li:nth-child(1) {
  float: left;
}

.car_mobile-ul li:nth-child(2) {
  float: right;
}

.car_mobile-ul li .car-arror {
  position: absolute;
  top: 0;
}

.tip {
  cursor: pointer;
}

.departures-ticket-box {
  cursor: pointer;
}

#errorModal .modal-confirm,
#errorModalCabins .modal-confirm,
#successModalCabins .modal-confirm {
  color: #434e65;
}

#errorModal .modal-confirm .modal-content,
#errorModalCabins .modal-confirm .modal-content,
#successModalCabins .modal-confirm .modal-content,
#mi-modal .modal-confirm .modal-content {
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}

#errorModal .modal-confirm .modal-header,
#errorModalCabins .modal-confirm .modal-header,
#successModalCabins .modal-confirm .modal-header,
#mi-modal .modal-confirm .modal-header {
  background: #e85e6c;
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 35px;
  display: inline-block;
}

#errorModal .modal-confirm h4,
#errorModalCabins .modal-confirm h4,
#successModalCabins .modal-confirm h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}

#errorModal .modal-confirm .form-control,
#errorModal .modal-confirm .btn,
#successModalCabins .modal-confirm .btn,
#mi-modal .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}

#errorModalCabins .modal-confirm .form-control,
#errorModalCabins .modal-confirm .form-control,
#successModalCabins .modal-confirm .form-control,
#mi-modal .modal-confirm .form-control {
  min-height: 40px;
  border-radius: 3px;
}

#errorModal .modal-confirm .close,
#errorModalCabins .modal-confirm .close,
#successModalCabins .modal-confirm .close,
#mi-modal .modal-confirm .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
}

#errorModal .modal-confirm .close:hover,
#errorModalCabins .modal-confirm .close:hover,
#successModalCabins .modal-confirm .close:hover,
#mi-modal .modal-confirm .close:hover {
  opacity: 0.8;
}

#errorModal .modal-confirm .icon-box,
#errorModalCabins .modal-confirm .icon-box,
#successModalCabins .modal-confirm .icon-box,
#mi-modal .modal-confirm .icon-box {
  color: #fff;
  width: 95px;
  height: 95px;
  display: inline-block;
  border-radius: 50%;
  z-index: 9;
  border: 5px solid #fff;
  padding: 15px;
  text-align: center;
}

#errorModal .modal-confirm .icon-box i,
#errorModalCabins .modal-confirm .icon-box i,
#successModalCabins .modal-confirm .icon-box i,
#mi-modal .modal-confirm .icon-box i {
  font-size: 58px;
  margin: -2px 0 0 -2px;
}

#errorModal .modal-confirm.modal-dialog,
#errorModalCabins .modal-confirm.modal-dialog,
#successModalCabins .modal-confirm.modal-dialog,
#mi-modal .modal-confirm.modal-dialog {
  margin-top: 80px;
}

#errorModal .modal-confirm .btn,
#errorModalCabins .modal-confirm .btn,
#successModalCabins .modal-confirm .btn,
#mi-modal .modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #eeb711;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin-top: 10px;
  padding: 6px 20px;
  min-width: 150px;
  border: none;
}

#errorModal .modal-confirm .btn:hover,
#errorModal .modal-confirm .btn:focus,
#successModalCabins .modal-confirm .btn:focus,
#mi-modal .modal-confirm .btn:hover {
  background: #eda645;
  outline: none;
}

#errorModalCabins .modal-confirm .btn:hover,
#errorModalCabins .modal-confirm .btn:focus,
#successModalCabins .modal-confirm .btn:hover,
#mi-modal .modal-confirm .btn:hover {
  background: #eda645;
  outline: none;
}

#errorModal .trigger-btn,
#errorModalCabins .trigger-btn,
#successModalCabins .trigger-btn,
#mi-modal .trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

#successModalCabins .modal-confirm .modal-header,
#mi-modal .modal-confirm .modal-header {
  background: #389028;
}

#successModalCabins .modal-confirm .btn,
#mi-modal .modal-confirm .btn {
  background: #26611c;
}

/* SVG LOADER */
/*
@keyframes move_top {

    25% {

        opacity: 1;
    }

    50% {

        opacity: 0;
        transform: translateY(-100px);
    }

    100% {

        opacity: 0;
        transform: translateY(-100px);
    }
}

.sub_one path:nth-of-type(1) {

    opacity: 0;
    animation: move_top 2s linear infinite;
}

.sub_one path:nth-of-type(2) {

    opacity: 0;
    animation: move_top 2s .2s linear infinite;
}

.sub_one path:nth-of-type(3) {

    opacity: 0;
    animation: move_top 2s .4s linear infinite;
}

.sub_one path:nth-of-type(4) {

    opacity: 0;
    animation: move_top 2s .6s linear infinite;
}

.sub_one ellipse {

    opacity: 0;
    animation: move_top 2s .8s linear infinite;
}

.sub_one path:nth-of-type(5) {

    opacity: 0;
    animation: move_top 2s 1 linear infinite;
}

.sub_one path:nth-of-type(6) {

    opacity: 0;
    animation: move_top 2s 1.2s linear infinite;
}

@keyframes move {

    50% {

        transform: translateY(-20px);
    }
}

.feat {

    animation: move 1s 2s ease-in-out infinite;
}

@keyframes slide {

    100% {

        transform: translateX(0px);
    }
}

.sub_two path:nth-of-type(1) {

    transform: translateX(600px);
    animation: slide 1.2s 2s linear infinite;
}

.sub_two path:nth-of-type(2) {

    transform: translateX(600px);
    animation: slide 1.2s 2.4s linear infinite;
}

.sub_two path:nth-of-type(3) {

    transform: translateX(600px);
    animation: slide 1.2s 2.6s linear infinite;
}

.sub_two path:nth-of-type(4) {

    transform: translateX(600px);
    animation: slide 1.2s 2.8s linear infinite;
}

@keyframes fade_in {

    100% {

        opacity: 1;
    }
}

.txt_one {

    opacity: 0;
    animation: fade_in 1.5s linear forwards;
    fill:#ffffff;
}

.txt_two {
    opacity: 0;
    animation: fade_in 1.5s 1s linear forwards;
    fill:#ffffff;
}
#Capa_1{
    enable-background:new 0 0 1187.502 419;
    max-width:100%;
    margin:0 auto;
}
#loader-svg{
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

#loader-svg .loader{
    position: fixed;
    left: 0px;
    top: 20%;
    width: 100%;
    height: 100%;
    padding:5%;
}
*/
/* SVG LOADER*/

/* ROUTE VISIBILITY */
.d-none-visibility {
  visibility: hidden;
}

/* ROUTE VISIBILITY */

.pmDays>div {
  background-color: #c7e6e3;
}

.pmDays,
.pmDaysMobile {
  border-right: 15px solid #ef1944;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.pmDaysMobile {
  border-bottom: 15px solid #ef1944 !important;
}

.pmDays-row {
  font-weight: bold;
  color: #ef1944 !important;
}

.plusminus3 {
  text-align: center;
  font-weight: bold;
  justify-content: center;
  color: #ef1944;
  border-right: 15px solid #ef1944;
  border-bottom: 0;
  margin: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.readOnlyFields {
  pointer-events: none;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  opacity: 0.5;
}

.engine-online-seats-pass-detail .form-group select.form-control select,
.engine-online-seats-pass-detail .form-group select.form-control input {
  font-weight: bold;
}

#cover-loader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}

#dvLoading {
  background: url("../images/loading.gif") no-repeat center center;
  height: 100px;
  width: 100px;
  position: static;
  z-index: 1000;
  margin-top: 25%;
  margin-right: auto;
  margin-left: auto;
}

.error-msg-fields {
  position: absolute;
  background: red;
  color: #fff;
  display: none;
  padding: 0 5px;
}

.last-btn {
  background-color: #27ae60;
}

.disabled-btn {
  pointer-events: none;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  opacity: 0.5;
}

#check-payment {
  width: 25% !important;
  max-width: 300px;
}

#check-availability {
  width: 35% !important;
  max-width: 400px;
}

#courier {
  max-width: 35%;
  position: absolute;
  top: 28px;
  right: 20px;
}

#debug-header {
  position: fixed;
  width: 10%;
  bottom: 100px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-decoration: underline;
}

.debug {
  position: fixed;
  width: 100%;
  bottom: 0;
  color: #fff;
  height: 100px;
  background: rgba(0, 0, 0, 0.6);
}

.form-control {
  border: 1px solid #c83c49;
}

.clearable {
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
  /*border: 1px solid #999;*/
  padding: 3px 18px 3px 4px;
  /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}

.clearable.x {
  background-position: right 5px center;
}

.clearable.onX {
  cursor: pointer;
}

.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.optGroup {
  font-weight: bold;
}

.bookSharedasWhole {
  display: none;
}

footer {
  background-color: #cccccc;
  padding: 20px;
}

footer ul li a {
  color: #c83c49;
  text-transform: uppercase;
}

footer ul li a:hover {
  color: #fd7e14;
}

footer p a {
  color: #c83c49;
  text-transform: uppercase;
}

footer p {
  text-transform: uppercase;
}

footer p a:hover {
  color: #fd7e14;
}

.socialmedia li {
  float: left;
}

.socialmedia li img {
  width: 32px;
}

.servicefee {
  width: 30%;
  text-align: center;
  margin: 0 auto;
}

.logo-header {
  padding: 0 0 0 120px;
}

#logo-img {
  position: absolute;
  left: 50%;
  top: 10px;
}

#logo-img img {
  width: 160px;
}

.loading-man {
  background-color: #ffffff;
  background-image: url("../images/loading-man.gif");
  background-size: 25px 25px;
  background-position: right center;
  background-repeat: no-repeat;
}

/**************** ANNA ***********************/
.departures-ticket-top,
.departures-box-thrd p span,
.departures-ticket-box>div:nth-child(3)>p>span,
.departures-box-thrd.departures-box-four>p>span,
.departures-ticket-top>ul {
  display: none;
}


.departures-ticket-box {
  justify-content: space-around;
}

.departures-box-second {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 28px;
}

.departures-box-second>p {
  text-align: center;
}

.departures-box-thrd p,
.departures-ticket-detail .mobile-version .departures-ticket-box .departure-arrival-detail ul li:nth-child(2) {
  color: #022b5c;
  font-size: 32px;
  font-weight: 800;
}

.departures-box-thrd ul li {
  color: #022b5c;
  font-size: 13px;
  font-weight: lighter;
}

.clearfix {
  display: flex !important;
  flex-direction: row;
}

.departures-box-four>ul, .departures-box-thrd>ul {
  display: flex;
  flex-direction: column;
}

.departures-box-thrd ul li:nth-child(2),
.departures-box-seven.tip>div>p>span,
.departures-box-second>p>span,
#progressbar li {
  color: #8ba1b4;
}

.departures-ticket-box {
  box-shadow: 0px 11px 10px rgba(209, 209, 209, 0.8);
  border-radius: 28px;
  background-color: #ffffff;
  align-items: center;
  width: 80%;
  margin: auto;
}

.departures-ticket-detail,
.top-bar,
.itinerary-sec,
#progressbar li p,
#step-seats>fieldset {
  background-color: #f2f2f2 !important;
}

.departures-box-thrd,
.departures-box-four {
  padding-left: 34px;
}

.departures-box-seven {
  background-color: #ffffff;

}

.departures-box-five {
  background-color: #F2F2F2 !important;
}

.departures-box-five>ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.departures-box-six p {
  color: #b5121b;
  font-weight: bolder;
}

#progressbar li.active {
  color: #053d6b;
}

.indicate-price span {
  color: #b5121b;
}

.itinerary-sec h3 {
  color: #053D6B;
  font-weight: bold;
}

#msform .next.action-button {
  background-color: #b5121b;
  margin: 64px 10px 64px 10px;
  border-radius: 14px;
}

#msform .previous.action-button {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  border: none;
  background-color: #ffffff;
  color: #022b5c;
  box-shadow: 0px 11px 10px rgba(0, 0, 0, 0.06);
  /* order: -1; */
}

#step-seats>fieldset {
  display: flex !important;
  flex-direction: column;
}

.departures-detail,
.itinerary-sec {
  order: 0;
}

.departures-detail {
  background-color: #022b5c;
  width: 95%;
  margin: auto;
  border-radius: 28px;
  box-shadow: 0px 11px 10px rgb(188 188 188 / 80%);
  padding: 20px 40px;
}

.engine-online-form {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 40px;
  background-color: #ccd1d6;
}

#submit-search-btn-desktop,
.departures-weak ul li.active a,
.departures-city ul li span,
.engine-online-form-btn .form-group .btn-defult {
  background-color: #b5121b;
}

.engine-online-form .form-group.datepick .form-control {
  color: #022b5c;
}

footer {
  background-color: #00285d;
  color: #ffffff;
}

footer ul li a,
footer p a {
  color: #ffffff;
}

body>div.wrapper>footer>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.departures-ticket-detail .mobile-version .departures-ticket-box {
  border: none;
}

.departures-ticket-box>div.heading>h3 {
  display: none;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .heading {
  justify-content: flex-end;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .departure-arrival-detail ul li strong {
  color: #8ba1b4;
}

.departures-ticket-detail .mobile-version .departures-ticket-box .departure-arrival-detail ul li:nth-child(3) {
  color: #8ba1b4;
  font-size: 13px;
}

.car_desktop-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.departures-box-six {
  padding-top: 0px;
}

.departures-weak ul li a,.departures-weak2 ul li a {
  display: grid;
  font-size: 21px;
}

.departures-city ul li {
  font-size: 21px;
}

#progressbar li:after {
  background: #B31622;
}

.engine-online-form .form-group.user-group select.form-control {
  padding: 0 0px 0 10px;
}

.form-control {
  border: none;
  border-bottom: 1px solid #c83c49;
  color: #022B5C;
}


.engine-online-seats-pass-detail .total-price h3,
.totale-sub-price .text-box h3 span {
  color: #B5121B;
  font-weight: bold;
}

.totale-sub-price .text-box h3,
.engine-online-seats-pass-detail .final-price h4,
.engine-online-payment-info-left .heading h3,
.engine-online-payment-ticket .ticket-retrieval h3,
.form-control,
.ticket-retrieval ul li .control-group label.control span,
.payment-info-total p,
.servicefee {
  color: #022B5C;
}

.engine-online-seats-pass-box h2 {
  color: #8A9AAE;
}

.engine-online-seats-pass-box.clearfix.singleTripPass,
.engine-online-seats-pass-box.clearfix.singleTripVehicles {
  flex-direction: column;
}

.engine-online-seats-pass-detail {
  flex-direction: row;
}

.seats-departures-ticket-detail .departures-box-thrd,
.seats-departures-ticket-detail .departures-box-six {
  background-color: white;
}

.seats-departures-ticket-detail .departures-box-six {
  padding-top: 0px;
}

.totale-sub-price {
  border-bottom: 1px dashed #B31622;
  border-top: none;
  float: right;
  margin: auto;
}

.engine-online-seats.engine-online-seats-main,
.form-control,
#msform fieldset {
  background: #F2F2F2;
}

.departures-box-six {
  padding: 0px;
}

.departures-ticket-icon {
  display: none;
}

.seats-departures-ticket-detail .departures-ticket-box {
  width: 90%;
  margin: auto;
}

.itinerary-sec.desktop-version-top,
#payment-form>section>div>div:nth-child(1)>div:nth-child(1)>div>h3>img,
#payment-form>section>div>div:nth-child(1)>div:nth-child(2)>div>h3>img {
  display: none;
}

.engine-online-payment-info-left .heading {
  border-bottom: 1px dashed #053D6B;
}

.engine-online-seats-pass-box,
.engine-online-seats-pass-box {
  flex-direction: column;
}

.engine-online-payment-ticket,
#payment-form>section>div>div:nth-child(1)>div:nth-child(1)>div>h3>img,
#payment-form>section>div>div:nth-child(1)>div:nth-child(2)>div>h3>img {
  border-top: none;
}

.ticket-retrieval span,
.ticket-retrieval.payment-method-retrieval span,
.payment-info-total>p,
.payment-info-total h4 {
  font-size: 21px;
}

.engine-online-payment-ticket .ticket-retrieval ul li,
.engine-online-payment-ticket .payment-method-retrieval ul li {
  border-right: none;
  padding: 43px 0 30px 70px;
}

#payment-form>section>div>div:nth-child(1)>div:nth-child(2)>div>ul>li:nth-child(2) {
  border: none;
  background-color: #ffffff !important;
  padding: 20px;
}

.payment-term-condition.ticket-retrieval ul li {
  background-color: #b5121b;
  border-radius: 10px;
  box-shadow: 0px 10px 7px rgb(0 0 0 / 16%);
}

.payment-term-condition.ticket-retrieval ul li span a {
  color: #ffffff;
  font-weight: bold;
}

.ticket-retrieval ul li .control--radio .control__indicator::after {
  background-color: #b5121b;
}

#htcost {
  color: #b5121b;
}

.engine-online-payment-ticket .payment-method-retrieval ul li .control-group label.control span {
  width: 100%;
}

#terms-control::after {
  background-color: #ffffff;
}

.form-control.alphaonly {
  border-bottom: 1px solid #8A9AAE;
}

.form-control.alphaonly.required {
  border-bottom: 1px solid #b5121b;
}

#payment-form>div>div>div>div>div:nth-child(1)>div>div.row>div>div>div:nth-child(3)>div:nth-child(2) {
  max-width: 100%;
}

.departures-ticket-bottm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.departures-city ul {
  justify-content: space-evenly;
}

#payment-form>div>div>div>div>div:nth-child(1)>div>div.row>div>div>div:nth-child(2)>div:nth-child(2),
#payment-form>div>div>div>div>div:nth-child(1)>div>div.row>div>div>div:nth-child(3)>div:nth-child(2) {
  max-width: 100% !important;
}

#payment-form>div>div>div>div>div:nth-child(2)>div>div.row>div>div>div.engine-online-seats-pass-detail.engine-online-contact-payment-detail-top.clearfix {
  align-items: stretch;
}

#payment-form>section>div>div:nth-child(2)>div>div>ul>li {
  border-radius: 28px;
}

#search-routes {
  width: 100%;
}

.departures-ticket-box>div.departures-box-seven.tip>div>img {
  display: none;
}

.error-img,
.departures-box-seven .error-img img {
  width: 100%;
  max-width: 100%;
}

.last-column {
  width: 50%;
  padding: 20px;
}

#search-hero {
  background: #fff url(../images/bg-glass-effect.jpg) 100% no-repeat;
  height: 300px;
  background-size: cover;
}

.engine-online-main {
  margin-top: -142px;
}

.engine-online-form {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  padding: 20px;
}

.engine-online-form .form-group select.form-control,
.engine-online-form .form-group.datepick .form-control {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid white;
  color: white;
}

.engine-online-form .form-group.datepick .form-control {
  padding: 13px;
}

.engine-online-form .form-group.user-group:after {
  content: none;
}

#from>option,
#to>option,
#search-routes>div>div.engine-online-form-right>div.engine-online-form-user>div:nth-child(2)>select>option,
#search-routes>div>div.engine-online-form-right>div.engine-online-form-user>div.form-group.datepick.user-group.travling-group>select>option {
  font-weight: 400;
  color: #212529;
}

.engine-online-form .form-group.user-group {
  margin-right: 5px;
}

.daterangepicker td.active,
.trip-type input[type="radio"]:checked+span {
  background-color: #022b5c;
}

.applyBtn {
  background: #b5121b;
}

.applyBtn:hover {
  background: #950e16;
}

#body-itineraries #logo-img>a>img {
  content: url("../images/logo-engine-white.png");
}

#body-itineraries #logo-img {
  left: 10px;
}

.departures-weak2 ul li.active a {
  background: #b5121b;
}

#roundTrip>div>div>div>div>h3>img {
  content: url("../images/departures-icon.svg");
  transform: rotateY(180deg);
}

#body-itineraries .dropbtn-lang {
  background-color: transparent !important;
  background: url("https://www.duniport.com/wp-content/uploads/2022/03/43.-Globe-1.png") no-repeat;

  padding: 5px !important;
  padding-left: 35px !important;

  background-size: auto;
}

#msform>div.engine-online-main>div {
  margin-bottom: 10px;
}

#msform>div.top-bar>div>div:nth-child(3) {
  margin-top: -400px;
  text-align: end;
}

.dropdown-content-lang a {
  text-align: start;
}

#body-itineraries #progressbar {
  margin-top: 320px !important;
}

#progressbar {
  margin-top: 50px !important;
}

.top-bar {
  height: 150px;
}

#step-seats>fieldset {
  margin-top: 200px;
}

#body-itineraries #msform>div.top-bar>div {
  border-bottom: 1px solid white;
  padding: 10px;
}

#route-desktop-1>div.last-column>div.departures-box-first>span>img {
  max-width: 30%;
}

/* seats.php */

/* span.dasktop-arrow {
  display: flex;
  width: 80%;
}

span.dasktop-arrow::after {
  border-bottom: 2px dotted #022b5c;
  content: '';
  flex: 1;
} */

#checkout-form>fieldset>div.engine-online-seats.engine-online-seats-main>div.itinerary-sec.departures-sec.return-sec>div>div>div>div>span.dasktop-arrow>img,
#checkout-form>fieldset>div.engine-online-seats.engine-online-seats-main>div:nth-child(1)>div>div>div>div>span.dasktop-arrow>img,
#checkout-form>fieldset>div.engine-online-seats.engine-online-seats-main>div:nth-child(1)>div>div>div>div>span.mobile-arrow>img,
#checkout-form>fieldset>div.engine-online-seats.engine-online-seats-main>div.itinerary-sec.departures-sec.return-sec>div>div>div>div>span.mobile-arrow>img {
  display: none;
}

#checkout-form>fieldset>div.engine-online-seats.engine-online-seats-main>div:nth-child(1)>div>div>div>div>h3>img {
  content: url(../images/departures-icon.svg);
}

#checkout-form>fieldset>div.engine-online-seats.engine-online-seats-main>div.itinerary-sec.departures-sec.return-sec>div>div>div>div>h3>img {
  content: url(../images/departures-icon.svg);
  transform: rotateY(180deg);
}



/* checkout.php */

.payment-departure .payment-departure-left h3 img {
  content: url(../images/departures-icon.svg);

}

#msform>fieldset>div>div.payment-departure>div>div.desktop-version>div>div>div>div.payment-departure-right>h3>img {
  content: url(../images/departures-icon.svg);
  transform: rotateY(180deg);
}

#clickable-date {
  position: absolute;
  top: 15px;
  right: 2px;
}

#clickable-date>img {
  max-width: 25px;
  height: 25px;
}

#search-routes>div>div.engine-online-form-left {
  margin-top: 12px;
}

.engine-online-form .form-group.user-group select.form-control {
  background: url(../images/down-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
}

#msform>fieldset>div>div.payment-departure>div>div.desktop-version>div>div>div>div.payment-departure-left-mind {
  display: none;
}

#body-checkout .control__indicator {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #707070;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

#body-checkout .control__indicator::before {
  content: " ";
}

#body-checkout .control input:checked~.control__indicator {
  background: #b5121b;
}

#body-checkout .control input:checked~.control__indicator:before {
  content: "\2713";
  margin: 0;
  padding: 0;
  position: relative;
  top: -12px;
  right: 10px;
}

#checkout-form > fieldset > div.engine-online-seats.engine-online-seats-main > div.departures-ticket-detail.seats-departures-ticket-detail > div > div > div > div.desktop-version > div > div.departures-ticket-box.d-flex > div.departures-box-first > p > span {
  color: #8ba1b4;
}

#checkout-form > fieldset > div.engine-online-seats.engine-online-seats-main > div.departures-ticket-detail.seats-departures-ticket-detail > div > div > div > div.desktop-version > div > div.departures-ticket-box.d-flex > div.departures-box-first > p {
  display: flex;
  flex-direction: column;
}

.seats-departures-ticket-detail .departures-box-first p {
  font-size: 12px!important;
}

#courier {
  padding: 5px;
  border-radius: 5px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 2px solid #022b5c;
  border-bottom-color: #022b5c!important;
}


.departures-weak,.departures-weak2 {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}


.departures-weak::-webkit-scrollbar, .departures-weak2::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}

/* Track */
.departures-weak::-webkit-scrollbar-track, .departures-weak2::-webkit-scrollbar-track{
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.767);
  border-radius: 10px;
}

/* Handle */
.departures-weak::-webkit-scrollbar-thumb, .departures-weak2::-webkit-scrollbar-thumb{
  background: var(--secondary-color);
  border-radius: 10px;
}

/* Handle on hover */
.departures-weak::-webkit-scrollbar-thumb:hover, .departures-weak2::-webkit-scrollbar-thumb:hover{
  background: #007bff;
}