.products-slider .mobile-cover {
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}
@media (max-width: 767.98px) {
  .products-slider .mobile-cover {
    padding: 0px;
  }
}
.products-slider .single img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 400px;
  cursor: pointer;
}
.products-slider .double img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 198px;
  cursor: pointer;
}
.all-images {
  position: relative;
}
@media (max-width: 1199.98px) {
  .all-images {
    display: flex;
    justify-content: center;
  }
}
.all-images span {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 1199.98px) {
  .all-images span {
    right: auto;
  }
}

/* Tours */
.tours-detail {
  margin-top: 30px;
}
.tours-detail .tours-detail-title {
  margin-bottom: 30px;
}
.tours-detail .tours-detail-title h3 {
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
}
.tours-detail .tours-detail-box {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
}
.tours-detail .tours-detail-box p {
  margin: 0px;
  display: flex;
  align-items: center;
}
.tours-detail .tours-detail-box p i {
  margin-right: 10px;
  font-size: 20px;
}
.tours-detail .tours-detail-box p.date-desription {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #35C787;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  display: inline-block;
}
.tours-detail .tours-detail-box ul.tours-detail-list {
  list-style: none;
  line-height: 20px;
}
.tours-detail .tours-detail-box ul.tours-detail-list li {
  margin-bottom: 20px;
  font-weight: 500;
  color: #111827;
  display: flex;
  align-items: center;
}
.tours-detail .tours-detail-box ul.tours-detail-list li:last-child {
  margin-bottom: 0px
}
.tours-detail .tours-detail-box ul.tours-detail-list li i {
  font-size: 24px;
  color: #313A4F;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .tours-detail .tours-detail-box ul.tours-detail-list li i {
    font-size: 18px;
  }
}
.tours-detail .tours-detail-tab {
  margin-top: 30px;
}
.tours-detail .tours-detail-tab .tours-detail-nav {
  width: 100%;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  display: block;
  border-bottom: #DDDDDD 1px solid;
}
.tours-detail .tours-detail-tab .tours-detail-nav .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.tours-detail .tours-detail-tab .tours-detail-nav ul.nav li {
  display: flex;
  margin-right: 1px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .tours-detail .tours-detail-tab .tours-detail-nav ul.nav li {
    margin-right: 0px;
    width: 50%;
  }
}
.tours-detail .tours-detail-tab .tours-detail-nav ul.nav li:last-child {
  margin-right: 0px;
}
.tours-detail .tours-detail-tab .tours-detail-nav ul.nav li a {
  margin-right: 0px;
  padding: 18px 30px;
  font-weight: 500;
  color: #111827;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767.98px) {
  .tours-detail .tours-detail-tab .tours-detail-nav ul.nav li a {
    width: 100%;
    padding: 18px 10px;
    display: flex;
  }
}
.tours-detail .tours-detail-tab .tours-detail-nav ul.nav li a:hover, .tours-detail .tours-detail-tab .tours-detail-nav ul.nav li a.active {
  color: #FFCB06;
  border-bottom: 2px solid #FFCB06;
}
.tours-detail .tours-detail-tab .tours-detail-nav ul.nav li a.active:after {
  display: none;
}
.tours-detail .tours-detail-tab .tours-detail-nav ul.nav li i {
  vertical-align: middle;
  line-height: normal;
  margin-right: 5px;
  width: auto;
  min-width: auto;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .tours-detail .tours-detail-tab .tours-detail-nav ul.nav li i {
    width: 24px;
  }
}
.tours-detail .tour-date-lists {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
  border-radius: 3px;
}
.tours-detail .tour-date-lists .nice-select, .tours-detail .room-clone-html .room-clone-body .nice-select {
  background-color: #f4f8fc;
  border: 1px solid #e4e5e5;
  font-weight: 500;
}
.tours-detail .tour-date-lists span.title {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #313A4F;
}
.tours-detail .tour-date-lists span.title i {
  font-size: 20px;
  width: auto;
  min-width: auto;
  min-height: auto;
  margin-right: 10px;
}
.tours-detail .room-clone-html {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  padding: 20px 20px 20px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tours-detail .room-clone-html .room-clone-body {
  margin-bottom: 20px;
}
.tours-detail .room-clone-html .room-clone-body:last-child {
  margin-bottom: 0px;
}
.tours-detail .room-clone-html .room-clone-body h5 {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #EFEFEF;
}
.tours-detail .room-clone-html .room-clone-body label {
  margin-bottom: 3px;
  font-weight: 500;
}
.tours-detail .room-clone-html .room-clone-body p {
  font-size: 12px;
}
.tours-detail .room-clone-html .room-btn-option {
  margin-top: 22px;
  text-align: right
}
.tours-detail .room-clone-html .room-note {
  display: none;
  margin-top: 10px;
  padding: 10px 10px 10px 10px;
  background-color: #F7F7F7;
  font-size: 12px;
}
.tours-detail .room-clone-html .room-note i {
  margin-right: 10px;
}
.tours-detail .availability-button a {
  font-weight: 600;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.tours-detail .hotels {
  margin-top: 30px;
}
.tours-detail .hotels .hotels-body {
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #F1F1F1;
  background-color: #FFFFFF;
}
.tours-detail .hotels .hotels-body:hover {
  border: 1px solid #FFC839;
}
.tours-detail .hotels .hotels-content {
  width: 100%;
  display: flex;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #F1F1F1;
}
@media (max-width: 767.98px) {
  .tours-detail .hotels .hotels-content {
    display: block;
    overflow: hidden;
  }
}
.tours-detail .hotels .hotels-content:last-child {
  margin-bottom: 0px;
}
.tours-detail .hotels .hotels-content .hotels-content-image {
  width: 100%;
  max-width: 150px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .tours-detail .hotels .hotels-content .hotels-content-image {
    max-width: 100%;
  }
}
.tours-detail .hotels .hotels-content .hotels-content-image img {
  border: #EFEFEF 1px solid;
}
.tours-detail .hotels .hotels-content .hotels-content-image .hotel-gallery {
  display: none;
}
.tours-detail .hotels .hotels-content .hotels-content-image .image-text {
  font-size: 12px;
  font-weight: normal;
  color: #6685B1;
  background-color: #EBF0F7;
  padding: 2px 10px 2px 10px;
  text-align: center;
}
.tours-detail .hotels .hotels-content .hotels-content-name {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #313A4F;
}
@media (max-width: 767.98px) {
  .tours-detail .hotels .hotels-content .hotels-content-name {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.tours-detail .hotels .hotels-content .hotels-content-name .text1 {
  display: block;
  margin-bottom: 10px;
}
.tours-detail .hotels .hotels-content .hotels-content-name .text2 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #6685B1;
  background-color: #EBF0F7;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .tours-detail .hotels .hotels-content .hotels-content-name .text2 {
    display: table;
  }
}
.tours-detail .hotels .hotels-content .hotels-content-name .text3 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #6685B1;
  background-color: #EBF0F7;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .tours-detail .hotels .hotels-content .hotels-content-name .text3 {
    display: table;
  }
}
.tours-detail .hotels .hotels-content .hotels-content-name .quota {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #FF0000;
}
.tours-detail .hotels .hotels-content .hotels-content-name .child {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #FF0000;
}
.tours-detail .hotels .hotels-content .hotels-content-name .hotel-features {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.tours-detail .hotels .hotels-content .hotels-content-name .hotel-features .hotel-features-title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.tours-detail .hotels .hotels-content .hotels-content-name .hotel-features .hotel-features-description {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
}
.tours-detail .hotels .hotels-content .hotels-content-name .hotel-features .hotel-features-description ul {
  list-style: disc;
  margin-left: 12px;
}
.tours-detail .hotels .hotels-content .hotels-content-name .hotel-features .hotel-features-description li {
  padding: 0px;
  line-height: 19px;
}
.tours-detail .hotels .hotels-content .hotels-content-price {
  width: 26%;
  display: flex;
  justify-content: end;
  padding: 7px 0px 0px 0px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
@media (max-width: 767.98px) {
  .tours-detail .hotels .hotels-content .hotels-content-price {
    width: auto;
    float: left;
  }
}
.tours-detail .hotels .hotels-content .hotels-content-checked {
  width: 7%;
  margin-left: 10px;
  padding-left: 10px;
  border-left: #EFEFEF 1px solid;
}
@media (max-width: 767.98px) {
  .tours-detail .hotels .hotels-content .hotels-content-checked {
    float: left;
    margin-top: 8px;
  }
}
.tours-detail .hotels .hotels-content .hotels-content-checked label.input-radio {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.tours-detail .hotels .hotels-content .hotels-content-checked label.input-radio input + span {
  width: 27px;
  height: 27px;
  min-width: 27px;
  margin-right: 0px;
  background-color: #F7F7F7;
  border: 0px;
}
.tours-detail .hotels .hotels-content .hotels-content-checked label.input-radio input + span i svg {
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  fill: #FFFFFF;
}
.tours-detail .hotels .hotels-content .hotels-content-checked label.input-radio input:checked + span i {
  background-color: #FFC839;
  border-radius: 50%;
}
.hotels-bottom .hotel-room-contents {
  display: none;
  padding: 0px 20px 20px 20px;
  background-color: #F8FAFC;
}
.hotels-bottom .hotel-room-contents ul {
  column-count: 2;
  column-gap: 20px;
}
.hotels-bottom .hotel-room-contents ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 12px;
}
.hotels-bottom .hotel-room-contents ul li i.fa-angle-right {
  margin-right: 5px;
}
.hotels-bottom .hotel-room-contents ul li .tolltipv1 {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
  color: #999999;
  transition: all 150ms ease-in-out;
  cursor: default;
  position: relative;
  top: -1px;
}
.hotels-bottom .hotel-room-contents ul li span {
  width: 18px;
  height: 18px;
  background-color: #DDDDDD;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.hotel-room-title {
  cursor: pointer;
  padding: 20px 20px 20px 20px;
  font-weight: 600;
  background-color: #F8FAFC;
}
.hotel-room-title i {
  transform: rotate(0) translateY(-1px);
  transition: transform .2s ease-in-out;
}
.hotel-room-title.active {
  position: relative;
  color: #61CBFF;
  background-color: #F8FAFC;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.hotel-room-title.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  transition: all 150ms ease-in-out;
  background-color: #61CBFF;
}
.hotel-room-title.active i {
  transform: rotate(180deg) translateY(1px);
  transition: transform .2s ease-in-out;
}
.tours-detail .tour-reservation-detail {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-loading {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(255,255,255,.9);
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-loading .spinner-box {
  height: 100%;
  display: flex;
  align-items: center;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-loading .spinner-box .spinner {
  margin: 0px auto 15px;
  border-radius: 50%;
  border: 4px solid #F1F1F1;
  border-top: 4px solid #FFC839;
  width: 50px;
  height: 50px;
  animation: 1.64s spinner infinite linear;
  transform: translate(-50%, -50%);
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-title {
  background-color: #F5F5F5;
  padding: 20px 20px 20px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #EFEFEF;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content {
  padding: 20px 20px 20px 20px;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-content-info .text {
  display: block;
  color: #666666;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-content-info .date {
  display: block;
  font-weight: 600;
  color: #313A4F;
  margin-top: 3px;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-name {
  width: 100%;
  display: block;
  border-top: #EFEFEF 1px solid;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #313A4F;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-list {
  width: 100%;
  display: block;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-list .tour-reservation-detail-list-text {
  line-height: 1.14;
  color: #333333;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-list .tour-reservation-detail-list-text i {
  width: 30px;
  font-size: 20px;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-list #room-ajax.tour-reservation-detail-list-text {
  display: flex;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-list #room-ajax.tour-reservation-detail-list-text i {
  align-items: normal;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-list #room-ajax.tour-reservation-detail-list-text span {
  margin-left: 2px;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-list #room-ajax.tour-reservation-detail-list-text span.rooms span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-list #room-ajax.tour-reservation-detail-list-text span.rooms span:last-child {
  margin-bottom: 0px;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total {
  width: 100%;
  display: block;
  border-top: #EFEFEF 1px solid;
  margin-top: 15px;
  padding-top: 20px;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .col-lg-6:nth-child(1) {
  font-size: 15px;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .col-lg-6:nth-child(1) .exchange {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}
@media (max-width: 767.98px) {
  .tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .col-lg-6:nth-child(1) .exchange {
    margin-top: 0px;
  }
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .col-lg-6:nth-child(2) {
  font-size: 27px;
  font-weight: 600;
  color: #DC3946;
  text-align: right;
}
@media (max-width: 767.98px) {
  .tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .col-lg-6:nth-child(2) {
    margin-top: 15px;
    text-align: left;
  }
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .col-lg-6:nth-child(2) .exchange {
  display: block;
  font-size: 15px;
  color: #313A4F;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .col-lg-6:nth-child(2) .installment a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #014A97;
  text-decoration: underline;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .reservation-button {
  margin-top: 15px;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .reservation-button button {
  font-weight: 600;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .reservation-button button.btn--request {
  background-color: #FF0000;
  border-color: #FF0000;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .reservation-note {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .reservation-note i {
  margin-right: 10px;
}
.tours-detail .tour-reservation-detail .tour-reservation-detail-content .tour-reservation-detail-total .reservation-note span {
  font-size: 12px;
  line-height: 13px;
}
.tours-detail .tour-programme {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  padding: 30px 30px 30px 30px;
  border-radius: 3px;
}
.tours-detail .tour-programme .tour-programme-content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #E0E0E0 1px solid;
}
.tours-detail .tour-programme .tour-programme-content:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.tours-detail .tour-programme .tour-programme-content h4 {
  color: #FFCB06;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.tours-detail .tour-programme .tour-programme-content h5 {
  color: #313A4F;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 10px;
}
.tours-detail .tour-programme .tour-programme-content h5 span {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 500;
  color: #014A97;
}
.tours-detail .tour-programme .tour-programme-content h5 span i {
  font-size: 20px;
  width: auto;
  min-width: auto;
  margin-right: 10px;
  color: #014A97;
}
.tours-detail .tour-programme .tour-programme-content .date {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: #ECE8E8 1px solid;
}
.tours-detail .tour-programme .tour-programme-content p {
  margin: 0px;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
}
.tours-detail .tour-programme-email {
  margin-bottom: 20px;
}
.tours-detail .tour-programme-email a {
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  border: #014A97 1px solid;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  color: #014A97;
  text-align: center;
  transition: all 150ms ease-in-out;
}
.tours-detail .tour-programme-email a:hover {
  background-color: #014A97;
  color: #FFFFFF;
}
.tours-detail .flight-detail {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.tours-detail .flight-detail .flight-detail-title {
  display: block;
  padding: 15px 15px 15px 15px;
  font-size: 16px;
  color: #313A4F;
  border-bottom: 1px solid #EFEFEF;
}
.tours-detail .flight-detail .flight-detail-content {
  padding: 15px 15px 15px 15px;
}
.tours-detail .flight-detail .flight-detail-content .flight-detail-content-line {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF;
}
.tours-detail .flight-detail .flight-detail-content .flight-detail-content-line:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
}
.tours-detail .flight-detail .flight-detail-content .flight-detail-content-line:last-child {
  margin-bottom: 0px;
}
.tours-detail .flight-detail .flight-detail-content .flight-detail-content-line .flight-detail-title2 {
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #014A97;
  letter-spacing: .5px;
  text-align: left;
}
.tours-detail .flight-detail .flight-detail-content .flight-detail-content-line .flight-detail-title2 i {
  color: #014A97;
}
.tours-detail .flight-detail .flight-detail-content .flight-detail-content-line .airlines {
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #313A4F;
}
.tours-detail .flight-detail .flight-detail-content .flight-detail-content-line span {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}
.tours-detail .flight-detail .flight-detail-content .flight-detail-content-line span:last-child {
  margin-bottom: 0px;
}
.tours-detail .tour-general-conditions {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.tours-detail .tour-general-conditions.v2 ul {
  margin-bottom: 0px !important;
}
.tours-detail .tour-general-conditions h3 {
  margin: 0px;
  padding: 30px 30px 20px 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #EFEFEF;
}
.tours-detail .tour-general-conditions h4 {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}
.tours-detail .tour-general-conditions .tour-general-conditions-content {
  padding: 30px 30px 20px 30px;
}
.tours-detail .tour-general-conditions .tour-general-conditions-content p {
  padding: 0px;
}
.tours-detail .tour-general-conditions .tour-general-conditions-content ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 30px;
}
.tours-detail .tour-general-conditions .tour-general-conditions-content ul:last-child {
  margin-bottom: 0px;
}
.tours-detail .tour-general-conditions .tour-general-conditions-content ul li {
  padding-left: 0px;
  line-height: 25px;
}
.tours-detail .tour-visa {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.tours-detail .tour-visa h3 {
  margin: 0px;
  padding: 30px 30px 20px 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #EFEFEF;
}
.tours-detail .tour-visa .tour-visa-description {
  padding: 20px 30px 30px 30px;
}
.tours-detail .tour-visa .tour-visa-description ul {
  padding-left: 20px;
}
.tours-detail .tour-visa .tour-visa-description ul li {
  list-style: disc;
}
.tours-detail .tour-dates {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  margin-bottom: 20px;
  padding: 30px 30px 30px 30px;
}
.tours-detail .tour-dates span.date {
  margin-bottom: 10px;
  display: block;
}
.tours-detail .tour-dates span.date span {
  font-weight: 600;
  color: #014A97;
}
.tours-detail .tour-dates .table tbody tr:nth-of-type(odd) {
  background: none;
  min-width: auto;
  text-align: left;
}
.tours-detail .tour-dates .table thead tr th {
  background-color: #EFEFEF;
  border: 1px solid #DDDDDD;
  padding: 15px 20px 15px 20px;
  min-width: 123px;
  text-align: center;
  font-weight: 600;
  color: #666666;
}
.tours-detail .tour-dates .table thead tr th span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.tours-detail .tour-dates .table thead tr th.different {
  background-color: #E1F2FF;
  color: #0065B8;
}
.tours-detail .tour-dates .table tbody tr td {
  padding: 18px 20px 15px 20px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
.tours-detail .tour-dates .table tbody tr td:first-child {
  border-left: 1px solid #DDDDDD;
}
.tours-detail .tour-dates .table tbody tr td span.hotel {
  font-weight: 600;
}
.tours-detail .tour-dates .table tbody tr td.date-price {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.tours-detail .tour-dates .table tbody tr td.different {
  background-color: #F7FBFF;
}
@media (max-width: 767.98px) {
  .tours-detail .tour-dates .table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .tours-detail .tour-dates .table tbody tr {
    border-bottom: 40px solid;
    border-color: transparent;
  }
  .tours-detail .tour-dates .table tbody tr:last-child {
    border-bottom: 0px solid;
    border-color: transparent;
  }
  .tours-detail .tour-dates .table tbody tr td {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px !important;
    border-right: 1px solid transparent;
  }
  .tours-detail .tour-dates .table tbody tr td::before {
    min-width: 160px;
    flex: 1 1 auto;
    content: attr(data-title);
    padding-right: 10px;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
  }
  .tours-detail .tour-dates .table tbody tr td:first-child::before {
    display: block;
    min-width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .tours-detail .tour-dates .table tbody tr td:first-child {
    display: block;
    border-left: 1px solid transparent;
    white-space: normal;
  }
  .tours-detail .tour-dates .table tbody tr td.date-price {
    font-size: 13px;
    text-align: left;
  }
}

/* Hotels */
.hotels-detail {
  margin-top: 30px;
}
.hotels-detail .hotels-detail-title {
  margin-bottom: 15px;
}
.hotels-detail .hotels-detail-title h3 {
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
}
.hotels-detail .hotels-detail-areas {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #FFB442;
}
.hotels-detail .hotels-detail-areas i {
  margin-right: 5px;
}
.hotels-detail .hotels-detail-description span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.hotels-detail .hotels-detail-description p {
  font-size: 12px;
}
.hotels-detail .hotels-detail-box {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
}
.hotels-detail .hotels-detail-box p i {
  margin-right: 10px;
  font-size: 20px;
}
.hotels-detail .hotels-detail-box ul.hotels-detail-list {
  list-style: none;
  line-height: 20px;
}
.hotels-detail .hotels-detail-box ul.hotels-detail-list li {
  display: flex;
  margin-bottom: 20px;
}
.hotels-detail .hotels-detail-box ul.hotels-detail-list li:last-child {
  margin-bottom: 0px
}
.hotels-detail .hotels-detail-box ul.hotels-detail-list li i {
  min-width: 36px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-size: 24px;
  color: #313A4F;
}
@media (max-width: 767.98px) {
  .hotels-detail .hotels-detail-box ul.hotels-detail-list li i {
    font-size: 18px;
  }
}
.hotels-detail .hotels-detail-box ul.hotels-detail-list li .info {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.hotels-detail .hotels-detail-box ul.hotels-detail-list li .info span {
  font-size: 14px;
  font-weight: 600;
}
.hotels-detail .hotels-detail-tab {
  margin-top: 30px;
}
.hotels-detail .hotels-detail-tab form {
  position: relative;
  padding: 20px 20px 20px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.hotels-detail .hotels-detail-tab .hotels-detail-nav {
  width: 100%;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  display: block;
  border-bottom: #DDDDDD 1px solid;
}
.hotels-detail .hotels-detail-tab .hotels-detail-nav .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.hotels-detail .hotels-detail-tab .hotels-detail-nav ul.nav li {
  display: flex;
  margin-right: 1px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .hotels-detail .hotels-detail-tab .hotels-detail-nav ul.nav li {
    margin-right: 0px;
    width: 33%;
  }
}
.hotels-detail .hotels-detail-tab .hotels-detail-nav ul.nav li:last-child {
  margin-right: 0px;
}
.hotels-detail .hotels-detail-tab .hotels-detail-nav ul.nav li a {
  margin-right: 0px;
  padding: 18px 30px;
  font-weight: 500;
  color: #111827;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767.98px) {
  .hotels-detail .hotels-detail-tab .hotels-detail-nav ul.nav li a {
    width: 100%;
    padding: 18px 10px;
    display: flex;
  }
}
.hotels-detail .hotels-detail-tab .hotels-detail-nav ul.nav li a:hover, .hotels-detail .hotels-detail-tab .hotels-detail-nav ul.nav li a.active {
  color: #FFCB06;
  border-bottom: 2px solid #FFCB06;
}
.hotels-detail .hotels-detail-tab .hotels-detail-nav ul.nav li a.active:after {
  display: none;
}
.hotels-detail .hotels-detail-tab .hotels-detail-nav ul.nav li i {
  vertical-align: middle;
  line-height: normal;
  margin-right: 5px;
  width: auto;
  min-width: auto;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .hotels-detail .hotels-detail-tab .hotels-detail-nav ul.nav li i {
    width: 24px;
  }
}
.hotels-detail .hotel-information {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.hotels-detail .hotel-information h3 {
  margin: 0px;
  padding: 30px 30px 20px 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
}
.hotels-detail .hotel-information h3 i {
  margin-right: 15px;
  font-size: 24px;
  color: #444444;
}
.hotels-detail .hotel-information h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}
.hotels-detail .hotel-information .hotel-information-content {
  padding: 30px 30px 20px 30px;
  font-size: 12px;
}
.hotels-detail .hotel-information .hotel-information-content p {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 22px;
}
.hotels-detail .hotel-information .hotel-information-content ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 20px;
}
.hotels-detail .hotel-information .hotel-information-content ul li {
  padding-left: 0px;
}
.hotels-detail .hotel-information .hotel-information-content .hotel-features div {
  margin-bottom: 15px;
  width: calc(33.333% - 13.33px);
  display: inline-block;
  font-size: 13px;
}
.hotels-detail .hotel-information .hotel-information-content .hotel-features div.long-text {
  width: 100%;
  display: block;
  margin-top: 10px;
  padding-top: 20px;
  border-top: #E0E0E0 2px solid;
}
.hotels-detail .hotel-information .hotel-information-content .hotel-features div.long-text:last-child {
  margin-bottom: 0px;
}
.hotels-detail .hotel-information .hotel-information-content .hotel-features div.long-text span.title {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.hotels-detail .hotel-information .hotel-information-content .hotel-features div.long-text span.description {
  display: block;
}
.hotels-detail .hotel-information .hotel-information-content .hotel-features div.long-text span.description ul {
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .hotels-detail .hotel-information .hotel-information-content .hotel-features div {
    width: calc(50.333% - 13.33px);
  }
}
.hotels-detail .hotel-information .hotel-information-content .hotel-features div i.icon-tick-icon {
  margin-right: 5px;
  font-size: 8px;
  color: #43B91E;
}
.hotels-detail .hotel-information .hotel-information-content .hotel-features div i.fa-times {
  margin-right: 5px;
  font-size: 14px;
  color: #FF0000;
}
.hotels-detail .hotel-information .hotel-information-content .hotel-features div span.tolltipv1 {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-color: #DDDDDD;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.hotels-detail .hotel-information .hotel-information-content .artists .artists-item {
  text-align: center;
}
.hotels-detail .hotel-information .hotel-information-content .artists .artists-item .artists-item-image {
  margin-bottom: 10px;
}
.hotels-detail .hotel-information .hotel-information-content .artists .artists-item .artists-item-name {
  font-size: 15px;
  font-weight: 600;
}
.hotels-detail .hotel-information .hotel-information-content .artists .artists-item .artists-item-date {
  font-size: 13px;
  color: #999999;
}
.hotels-detail .hotel-rooms {
  position: relative;
}
.hotels-detail .hotel-rooms .hotel-rooms-item {
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.hotels-detail .hotel-rooms .hotel-rooms-item .room-disabled {
  filter: grayscale(100%);
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-rooms-name {
  font-size: 15px;
  font-weight: 600;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hostel-type-name {
  font-size: 13px;
  font-weight: 500;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-rooms-description {
  font-size: 12px;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-rooms-features-title {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: #E0E0E0 1px solid;
  font-size: 13px;
  font-weight: 500;
}
.hotels-detail .hotel-rooms .hotel-rooms-item ul.hotel-rooms-features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.hotels-detail .hotel-rooms .hotel-rooms-item ul.hotel-rooms-features li {
  width: calc(33.333% - 13.33px);
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .hotels-detail .hotel-rooms .hotel-rooms-item ul.hotel-rooms-features li {
    width: calc(50.333% - 13.33px);
  }
}
.hotels-detail .hotel-rooms .hotel-rooms-item ul.hotel-rooms-features li i.icon-tick-icon {
  margin-right: 8px;
  font-size: 8px;
  color: #43B91E;
}
.hotels-detail .hotel-rooms .hotel-rooms-item ul.hotel-rooms-features li i.fa-times {
  margin-right: 8px;
  font-size: 14px;
  color: #FF0000;
}
.hotels-detail .hotel-rooms .hotel-rooms-item ul.hotel-rooms-features li span {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-color: #DDDDDD;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.hotels-detail .hotel-rooms .hotel-rooms-item ul.hotel-rooms-features li span .tolltipv1 {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
  color: #999999;
  transition: all 150ms ease-in-out;
  cursor: default;
  position: relative;
  top: -1px;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-rooms-buttons {
  text-align: right;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-rooms-buttons a {
  font-weight: 500;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-rooms-buttons a span:first-child {
  display: block;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-rooms-buttons a span:last-child {
  color: #FFB442;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-price {
  margin-top: 20px;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-price span:nth-child(1) {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #027900;
  text-align: center;
  line-height: 20px;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-price span:nth-child(2) {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-reservation {
  margin-top: 15px;
}
.hotels-detail .hotel-rooms .hotel-rooms-item span.hotel-label {
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  background-color: #EFEFEF;
  font-size: 11px;
  color: #4E5561;
  border-radius: 7px;
}
.hotels-detail .hotel-rooms .hotel-rooms-item span.hotel-label strong {
  margin-right: 5px;
}
@media (max-width: 1199.98px) {
  .hotels-detail .hotel-rooms .hotel-rooms-item .hotel-label-column {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hotels-detail .hotel-rooms .hotel-rooms-item span.hotel-label {
    margin-bottom: 0px;
    padding: 5px 15px 5px 15px;
  }
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-alert {
  border: #E0E0E0 1px solid;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  color: #FF0000;
  text-align: center;
}
@media (max-width: 767.98px) {
  .hotels-detail .hotel-rooms .hotel-rooms-item .hotel-alert {
    margin-top: 20px;
  }
}
.hotels-detail .hotel-rooms .hotel-rooms-item .hotel-alert span {
  display: block;
  margin-top: 7px;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}
.hotels-detail .hotel-reservation-detail-loading {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(255,255,255,.9);
}
.hotels-detail .hotel-reservation-detail-loading .spinner-box {
  margin-top: 40px;
  height: 100%;
  text-align: center;
}
.hotels-detail .hotel-reservation-detail-loading .spinner-box .spinner {
  margin: 0px auto 15px;
  border-radius: 50%;
  border: 4px solid #F1F1F1;
  border-top: 4px solid #FFC839;
  width: 50px;
  height: 50px;
  animation: 1.64s spinner infinite linear;
  transform: translate(-50%, -50%);
}
.hotels-detail .hotel-reservation-detail-loading .spinner-box .hotel-loading-text {
  font-size: 20px;
  font-weight: 600;
}
@keyframes spinner {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

/* Second Tab */
ul.mini-panel li a {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 20px;
  font-weight: 500;
  background-color: #FFFFFF;
}
ul.mini-panel li a:hover {
  color: #000000;
}
ul.mini-panel li a.active {
  background-color: #1E88E5;
  color: #FFFFFF;
}
ul.mini-panel li a i {
  margin-right: 8px;
  font-size: 17px;
}

/* Flight */
.ticket-wrapper {
  position: relative;
}
.ticket-wrapper .ticket-container .note {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.ticket-wrapper .ticket-container h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.ticket-wrapper .ticket-container .ticket-item {
  width: 100%;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #EEEEEE;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.ticket-wrapper .ticket-container .ticket-item:last-child {
  margin-bottom: 0px;
}
.ticket-wrapper .ticket-container .ticket-item:hover {
  background-color: #F9F9F9;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-summary {
  width: 100%;
  padding: 25px 20px 25px 20px;
  cursor: pointer;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-summary .min-price {
  padding-right: 32px;
  font-size: 17px;
  font-weight: 600;
  color: #FF0000;
  text-align: right;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-summary .ticket-summary-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ticket-wrapper .ticket-container .ticket-item .logo {
  margin-right: 20px;
  flex-shrink: 0;
}
.ticket-wrapper .ticket-container .ticket-item .logo img {
  max-height: 30px;
}
.ticket-wrapper .ticket-container .ticket-item .origin,
.ticket-wrapper .ticket-container .ticket-item .destination {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 14px;
  color: #333333;
  min-width: 70px;
}
.ticket-wrapper .ticket-container .ticket-item .origin span:first-child,
.ticket-wrapper .ticket-container .ticket-item .destination span:first-child {
  font-weight: 600;
  font-size: 16px;
  color: #1E88E5;
}
.ticket-wrapper .ticket-container .ticket-item .origin span:last-child,
.ticket-wrapper .ticket-container .ticket-item .destination span:last-child {
  font-size: 19px;
  font-weight: 600;
  color: #000000;
}
.ticket-wrapper .ticket-container .ticket-item .destination {
  text-align: right;
}
.ticket-wrapper .ticket-container .ticket-item .toggle-details {
  margin-left: 20px;
}
.ticket-wrapper .ticket-container .ticket-item .toggle-icon {
  transition: transform 0.3s ease;
}
.ticket-wrapper .ticket-container .ticket-item .toggle-icon.rotate {
  transform: rotate(180deg);
}
.ticket-wrapper .ticket-container .ticket-item .direction {
  flex: 1;
  text-align: center;
}
.ticket-wrapper .ticket-container .ticket-item .direction .line {
  position: relative;
  display: block;
  width: 100%;
  border-top: .093rem solid #878787;
}
.ticket-wrapper .ticket-container .ticket-item .direction .line span:last-child:before {
  content: "";
  position: absolute;
  left: 0px;
  width: .438rem;
  height: .438rem;
  background-color: #617282;
  border-radius: 50%;
  transform: translateY(-55%);
}
.ticket-wrapper .ticket-container .ticket-item .direction .line span:last-child::after {
  content: "";
  position: absolute;
  right: 0px;
  width: .438rem;
  height: .438rem;
  background-color: #617282;
  border-radius: 50%;
  transform: translateY(-55%);
}
.ticket-wrapper .ticket-container .ticket-item .direction .direct {
  margin-top: 4px;
  font-size: 12px;
}
.ticket-wrapper .ticket-container .ticket-item .direction .transfer {
  margin-top: 4px;
  font-size: 12px;
  color: #FF0000;
}
.ticket-wrapper .ticket-container .ticket-item .price {
  min-width: 90px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  color: #4CAF50;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details {
  padding: 25px 20px 25px 20px;
  border-top: #DFDFDF 1px solid;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-detail-box {
  padding-left: 30px;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-timeline {
  position: relative;
  border-left: 2px solid #CCCCCC;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .transfer-line {
  border-left: 2px dashed #FFB442;
  padding: 30px 0px 30px 15px;
  font-size: 12px;
  text-decoration: underline;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-point:last-child {
  margin-bottom: 0px;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-point .circle {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -6px;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-point .time-info {
  margin-left: 15px;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-point .time {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 4px;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-point .date {
  color: #FF0000;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-point .sub-info {
  font-size: 14px;
  color: #444444;
  margin-bottom: 4px;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-point .sub-info:last-child {
  margin-bottom: 0px;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .ticket-point .details {
  font-size: 13px;
  color: #555555;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .duration {
  position: absolute;
  left: -50px;
  top: 70px;
  font-size: 12px;
  color: #777777;
  transform: rotate(-90deg);
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .prices .prices-item {
  margin-bottom: 20px;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .prices .prices-item:last-child {
  margin-bottom: 0px;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .prices .prices-item .class-type {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #DAE0E8;
  height: 45px;
  padding: 0px 20px 0px 20px;
  font-weight: 600;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .prices .prices-item .class-type:before {
  content: "";
  border-left: #5199DB 5px solid;
  height: 100%;
  position: absolute;
  left: 0px;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .prices .prices-item .total-price {
  padding: 10px 10px 10px 10px;
  background-color: #E81932;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.ticket-wrapper .ticket-container .ticket-item .ticket-details .prices .prices-item .add-to-cart a.btn-add-cart {
  display: block;
  padding: 10px 10px 10px 10px;
  background-color: #000000;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}

.ticket-wrapper .ticket-container .transfer-item {
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 20px 25px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #EEEEEE;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.ticket-wrapper .ticket-container .transfer-item:last-child {
  margin-bottom: 0px;
}
.ticket-wrapper .ticket-container .transfer-item:hover {
  background-color: #F9F9F9;
}
.ticket-wrapper .ticket-container .transfer-item .transfer-summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.ticket-wrapper .ticket-container .transfer-item .transfer-summary .transfer-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticket-wrapper .ticket-container .transfer-item .transfer-summary .transfer-information .transfer-icon i {
  margin-right: 25px;
  font-size: 45px;
}
.ticket-wrapper .ticket-container .transfer-item .transfer-summary .transfer-information .transfer-title {
  display: flex;
  flex-direction: column;
}
.ticket-wrapper .ticket-container .transfer-item .transfer-summary .transfer-information .transfer-title span:nth-child(1) {
  font-size: 17px;
  font-weight: 600;
}
.ticket-wrapper .ticket-container .transfer-item .transfer-summary .transfer-information .transfer-title span:nth-child(2) {
  font-weight: 500;
}
.ticket-wrapper .ticket-container .transfer-item .transfer-summary .transfer-information .transfer-title span:nth-child(3) {
  color: #FF0000;
}
.ticket-wrapper .ticket-container .transfer-item .transfer-summary .transfer-information .hotelPlaneTransferLoading span {
  background-color: #1E88E5 !important;
}
.ticket-wrapper .ticket-container .transfer-item .transfer-summary .transfer-price {
  font-size: 17px;
  font-weight: 600;
}
.ticket-wrapper .ticket-container .transfer-item .add-to-cart {
  margin-top: 15px;
}
.ticket-wrapper .ticket-container .transfer-item .add-to-cart a {
  color: #1E88E5;
  text-decoration: underline;
}

/* Flight Step */
#stepMenu {
  display: flex;
  gap: 10px;
}
#stepMenu .step-tab {
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 30px;
  background-color: #FFFFFF;
  color: #333333;
  font-weight: 500;
  transition: 0.3s;
}
#stepMenu .step-tab i {
  margin-right: 8px;
  font-size: 17px;
}
#stepMenu .step-tab.active {
  background-color: #1E88E5;
  color: #FFFFFF;
}
#hotelPlaneTransferStepWrapper {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 30px 30px 30px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
#hotelPlaneTransferStepWrapper .step {
  display: none;
}
#hotelPlaneTransferStepWrapper .step h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
  font-size: 22px;
}
#hotelPlaneTransferStepWrapper .step.active {
  display: block;
}
#hotelPlaneTransferStepWrapper .step-content {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  background-color: #FAFAFA;
}
#hotelPlaneTransferStepWrapper .step-content .hotel-reservation-detail-loading {
  position: relative;
  background: none;
}
#hotelPlaneTransferStepWrapper .step-content .hotel-reservation-detail-loading .spinner-box {
  margin-top: 0px;
}
#hotelPlaneTransferStepWrapper .step-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
#hotelPlaneTransferStepWrapper .btn-next {
  background-color: #1E88E5;
  color: white;
}
#hotelPlaneTransferStepWrapper .btn-prev {
  background-color: #6c757d;
  color: #FFFFFF;
}
#hotelPlaneTransferStepWrapper .btn-complete {
  background-color: #28A745;
  color: #FFFFFF;
}

/* Cart */
.cart {
  position: relative;
  display: inline-block;
  margin-left: auto;
}
.cart .cart-title {
  background-color: #F2F2F2;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #333333;
}
.cart .cart-title .arrow {
  margin-left: 10px;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.cart .cart-dropdown {
  display: none;
  position: absolute;
  z-index: 9;
  top: 100%;
  right: 0px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  min-width: 250px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.3s ease;
}
.cart .cart-dropdown .empty-cart {
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 15px;
}
.cart .cart-dropdown .empty-cart i {
  margin-right: 5px;
  font-size: 20px;
}
.cart .cart-dropdown ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.cart .cart-dropdown li {
  display: flex;
  padding: 15px 15px 15px 15px;
  border-bottom: 1px solid #EEEEEE;
}
.cart .cart-dropdown li:last-child {
  border-bottom: none;
}
.cart .cart-type {
  margin-bottom: 5px;
  font-weight: 500;
  color: #FF0000;
  text-decoration: underline;
}
.cart .cart-name {
  font-weight: 600;
}
.cart .cart-price {
  font-weight: 600;
  color: #1976D2;
}
.cart .cart-price span {
  font-size: 11px;
  font-weight: 500;
  color: #9E9E9E;
}
.cart .cart-date {
  font-size: 11px;
  font-weight: 500;
}
.cart .cart-airline {
  margin-top: 4px;
  font-size: 11px;
}
.cart .cart-segments-title {
  margin-top: 5px;
  font-weight: 600;
  text-decoration: underline;
}
.cart .cart-segments {
  font-size: 11px;
}
.cart #cart-total {
  padding: 15px 15px 15px 15px;
  font-weight: 600;
  border-top: #EEEEEE 2px solid;
}
.cart.open .cart-dropdown {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cart.open .cart-dropdown .btn {
  padding: 14px 15px;
  width: 100%;
  border-radius: 0px;
}
.cart.open .cart-title {
  background-color: #1E88E5;
  color: #FFFFFF;
}
.cart.open .cart-title .arrow {
  transform: rotate(180deg);
}
.cart .cart-item .cart-remove {
  margin-left: auto;
}
.cart .cart-item .cart-remove .remove-item {
  font-size: 20px;
  font-weight: 600;
  color: #FF0000;
  cursor: pointer;
}
.cart .cart-item .cart-remove-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 4px;
}
.cart .cart-item .cart-remove-loading span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}
.cart .cart-item .cart-remove-loading span:nth-child(2) {
  animation-delay: 0.2s;
}
.cart .cart-item .cart-remove-loading span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

/* Hotel Plane Transfer Loading */
.hotelPlaneTransferLoading {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
}
.hotelPlaneTransferLoading span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0px 2px 0px 2px;
  background-color: #FFFFFF;
  border-radius: 50%;
  animation: loadingDots 1s infinite;
}
.hotelPlaneTransferLoading span:nth-child(2) {
  animation-delay: 0.2s;
}
.hotelPlaneTransferLoading span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes loadingDots {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
