@charset "UTF-8";
.bdo-insure {
  color: #0086cd;
}

.orange-yellow {
  color: #fdb913;
}

.medium-grey {
  color: #4b4b4b;
}

.near-black {
  color: #2e2e2e;
}

.icon-blue {
  color: #0072d8;
}

.light-grey {
  color: #c2c2c1;
}

.white {
  color: #f1f1f1;
}

body {
  font-family: "Nunito" !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

* {
  outline: none;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 767px) {
  * {
    font-size: 16px;
  }
}

table {
  border-collapse: initial !important;
  border-spacing: 5px 0px !important;
}
@media screen and (max-width: 767px) {
  table tr > th {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  table tr > td {
    font-size: 13px !important;
  }
}

.travel-steps ul {
  text-align: justify;
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100% !important;
  font-family: "Nunito" !important;
}
@media screen and (max-width: 767px) {
  .travel-steps ul {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding: 0px 20px !important;
  }
}

.travel-steps ul:before {
  content: initial !important;
}

.travel-steps ul > li {
  margin-left: 0px !important;
  border-bottom: 3px solid #c2c2c1;
  border-radius: 0;
  padding-bottom: 5px;
  height: initial;
  content: initial;
  width: 22%;
  text-align: center;
  display: inline-block;
  margin-right: 5%;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .travel-steps ul > li {
    width: 45%;
  }
}

.travel-steps ul > li:last-child {
  margin-right: 0% !important;
}

.travel-steps ul > li.active {
  border-bottom: 3px solid #fdb913;
}

.travel-steps ul > li.active p {
  color: #0086cd !important;
  font-weight: bold;
}

.travel-steps ul > li.active:after {
  content: initial;
}

.travel-steps ul > li > p {
  color: #2e2e2e !important;
  font-family: "Nunito";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .travel-steps ul > li > p {
    font-size: 13px;
  }
}

.is-schengen p {
  margin-top: 10px;
  text-align: left;
  line-height: 17px;
  font-family: "Nunito";
}

.travel-contest-container {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .travel-contest-container {
    font-size: 14px;
  }
}
.travel-contest-container input {
  margin-left: -23px !important;
  width: 15px;
  height: 15px;
}

.travel-footer {
  background-color: #f6f6f6 !important;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .travel-footer .col-xs-12,
  .travel-footer .col-md-4 {
    padding-left: 0px !important;
  }
}
.travel-footer p {
  margin-bottom: 5px !important;
  line-height: 24px;
  color: #4b4b4b !important;
  font-size: 14px;
}
.travel-footer .link {
  padding-left: 150px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .travel-footer .link {
    padding-left: 0px;
  }
}
.travel-footer .link a {
  color: #4b4b4b !important;
}
.travel-footer .links {
  text-decoration: underline;
  color: #4b4b4b !important;
}
.travel-footer img {
  width: 95%;
  margin-top: 20px;
  margin-left: -9px;
}
.travel-footer .footer-container,
.travel-footer .footer-wrapper {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .travel-footer .footer-container {
    padding: 0px 20px;
  }
}

.travel-header {
  background: #0086cd;
  padding: 20px;
}
.travel-header .travel-image {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .travel-header .travel-image {
    width: 46%;
  }
}
.travel-header .travel-image .pic {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .travel-header .travel-image .pic {
    width: 100%;
    max-width: 175px;
  }
}
.travel-header .travel-provided {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .travel-header .travel-provided {
    width: 50%;
  }
}
.travel-header .travel-provided .travel-providedby {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .travel-header .travel-provided .travel-providedby {
    font-size: 14px;
  }
}
.travel-header .travel-provided .travel-provided-image {
  display: inline-block;
}
.travel-header .travel-provided .travel-provided-image img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .travel-header .travel-provided .travel-provided-image img {
    width: 25px;
    height: 25px;
  }
}

.travel-destination .container {
  max-width: 1300px;
  width: 100%;
}
.travel-destination .floating-premium-travels {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  z-index: 1000;
  display: block;
  transform: translateY(0); /* Ensure it's visible */
}
.travel-destination .floating-premium-content {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.travel-destination .floating-left {
  flex: 1;
  min-width: 200px;
}
.travel-destination .floating-right {
  display: flex;
  align-items: center;
  gap: 32px;
}
.travel-destination .selected-plan-info h4 {
  font-size: 22px;
  font-weight: 700;
  color: #a48b3e !important;
  margin: 10px 0 4px 0;
  font-family: "Nunito", sans-serif;
}
.travel-destination .selected-plan-info h4:empty::after {
  content: "Select a Plan";
  color: #767676;
  font-weight: 500;
}
.travel-destination .coverage-amount {
  font-size: 15px;
  color: #767676;
  margin: 0;
  font-style: italic;
  margin: 1rem 0rem;
  font-weight: 700;
}
.travel-destination .price-breakdown {
  text-align: right;
  min-width: 200px;
}
.travel-destination .original-price {
  font-size: 14px;
  color: #767676;
  margin-bottom: 4px;
  white-space: nowrap;
}
.travel-destination .original-price .strikethrough {
  text-decoration: line-through;
  margin-left: 8px;
}
.travel-destination .total-price {
  font-size: 18px;
  color: #2e2e2e !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.travel-destination .total-price strong {
  color: #2e2e2e !important;
  min-width: 80px;
  text-align: right;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
}
.travel-destination .discount-badge {
  background: #fdb913;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 8px;
  white-space: nowrap;
}
.travel-destination .savings {
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  white-space: nowrap;
}
.travel-destination .btn-book-now {
  background: #0086cd !important;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
  font-family: "Nunito", sans-serif;
  min-width: 140px;
  white-space: nowrap;
}
.travel-destination .btn-book-now:hover:not(:disabled):not(.disabled-btn) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 132, 137, 0.3);
}
.travel-destination .btn-book-now.disabled-btn,
.travel-destination .btn-book-now:disabled {
  background: linear-gradient(135deg, #cccccc 0%, #b3b3b3 100%);
  cursor: not-allowed;
  opacity: 0.7;
}
.travel-destination .btn-book-now i {
  font-size: 14px;
}
.travel-destination {
  /* Hide the original NEXT button when floating section is visible */
}
.travel-destination .buttons .travel-button {
  display: none;
}
.travel-destination {
  /* Add extra padding to the bottom of packages section for floating section space */
}
.travel-destination .packages-travels {
  padding-bottom: 0px;
  position: relative;
}
.travel-destination .packages-grid-travels {
  margin-bottom: 20px;
}
.travel-destination {
  /* Responsive styles - Keep fixed on mobile */
}
@media (max-width: 768px) {
  .travel-destination .floating-premium-travels {
    padding: 12px 16px;
    position: fixed; /* Keep fixed on mobile */
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  }
  .travel-destination .floating-premium-content {
    flex-direction: row;
    gap: 12px;
    text-align: left;
    flex-wrap: wrap;
  }
  .travel-destination .floating-left {
    min-width: 0;
    flex: 0 1 auto;
  }
  .travel-destination .floating-right {
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
  }
  .travel-destination .price-breakdown {
    text-align: right;
    flex: 1;
    min-width: 150px;
  }
  .travel-destination .total-price {
    justify-content: flex-end;
    font-size: 16px;
  }
  .travel-destination .total-price strong {
    font-size: 24px;
    min-width: 60px;
  }
  .travel-destination .btn-book-now {
    padding: 10px 16px;
    font-size: 14px;
    min-width: 120px;
  }
  .travel-destination .selected-plan-info h4 {
    font-size: 18px;
    margin: 0 0 4px 0;
  }
  .travel-destination .coverage-amount {
    font-size: 13px;
    margin: 0;
  }
  .travel-destination {
    /* Ensure content doesn't get hidden behind floating section */
  }
  .travel-destination body {
    padding-bottom: 100px !important;
  }
  .travel-destination .container {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 576px) {
  .travel-destination .floating-premium-travels {
    padding: 10px 12px;
  }
  .travel-destination .floating-premium-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .travel-destination .floating-left {
    width: 100%;
    text-align: center;
  }
  .travel-destination .floating-right {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .travel-destination .price-breakdown {
    text-align: center;
    width: 100%;
  }
  .travel-destination .total-price {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .travel-destination .btn-book-now {
    width: 100%;
    min-width: 100%;
    margin-top: 4px;
  }
  .travel-destination .selected-plan-info h4 {
    font-size: 16px;
  }
  .travel-destination .total-price strong {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .travel-destination .floating-premium-travels {
    padding: 8px 10px;
  }
  .travel-destination .total-price {
    font-size: 14px;
  }
  .travel-destination .total-price strong {
    font-size: 20px;
  }
  .travel-destination .btn-book-now {
    padding: 8px 12px;
    font-size: 13px;
  }
  .travel-destination .packages-travels {
    padding-bottom: 100px;
  }
}
.travel-destination .checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.travel-destination .checkbox-group input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
}
.travel-destination {
  /* Add this if you need to prevent mobile browser bottom bar interference */
}
@supports (padding: max(0px)) {
  .travel-destination .floating-premium-travels {
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }
}
.travel-destination .travel-title {
  font-size: 24px;
  line-height: 24px;
  font-family: "Nunito";
  color: #2e2e2e !important;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .travel-destination .travel-title {
    font-size: 18px;
  }
}
.travel-destination .travel-subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: "Nunito";
  line-height: 24px;
  margin-bottom: 3px !important;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .travel-destination .travel-subtitle {
    font-size: 14px;
    margin-bottom: 0px !important;
  }
}
.travel-destination .travel-destination-wrapper {
  max-width: 500px;
  width: 100%;
  margin: 20px auto;
}
.travel-destination .travel-destination-label {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.travel-destination .travel-inbound-trip-note {
  font-size: 14px;
  font-style: italic;
  color: #0186cc;
}
.travel-destination .travel-checkbox {
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
  vertical-align: middle;
}
.travel-destination .travel-layover-note {
  float: left;
  width: 80%;
  padding-top: 6px;
  margin-right: 10px;
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
  color: #0186cc;
}
.travel-destination .travel-country-origin {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  vertical-align: middle;
}
.travel-destination .travel-destination-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Nunito";
}
@media screen and (max-width: 767px) {
  .travel-destination .travel-destination-title {
    font-size: 18px;
  }
}
.travel-destination .travel-datetime,
.travel-destination .travel-numberdays {
  height: 48px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}
.travel-destination .travel-wpackage {
  padding: 20px 0px 0px;
}
.travel-destination .travel-wpackage i {
  color: #fdb911;
  padding: 0px 5px;
  font-size: 18px;
}
.travel-destination .btn-dest {
  border: 2px solid #fdb911 !important;
  background-color: #fdb911 !important;
  color: #fff !important;
}
.travel-destination .travel-destination-note {
  text-align: center;
}
.travel-destination .btn-dest:hover {
  background-color: #fdb911 !important;
}
.travel-destination .btn-dest-wrapper {
  margin-top: 10px;
}
.travel-destination .help-block p {
  margin: 0;
  margin-top: 5px;
  font-size: 14px;
}
.travel-destination .travel-promo-wrapper {
  margin-top: 10px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .travel-destination .travel-promo-wrapper {
    margin-left: 0px;
  }
}
.travel-destination .travel-promo {
  font-size: 18px;
  color: #0086cd;
}
.travel-destination .travel-promo-radio input {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 18px !important;
  height: 18px !important;
  margin-right: 10px;
  margin-top: 0px !important;
}
.travel-destination .travel-promo-radio span {
  display: inline-block !important;
  vertical-align: middle !important;
}
.travel-destination .travel-maximum {
  padding: 0px 45px;
  margin-top: -27px;
  margin-bottom: 20px;
  color: #a94442;
  font-size: 14px;
}
.travel-destination h4 {
  font-family: "Nunito";
}
.travel-destination .input-group {
  width: 100%;
}
.travel-destination .input-group input[disabled] {
  background-color: #e9ecef;
  height: 48px !important;
}
.travel-destination .origin-dest .input-group.clearfix,
.travel-destination .dest .input-group.clearfix {
  width: 100%;
}
.travel-destination .origin-dest .input-group.clearfix input[disabled],
.travel-destination .dest .input-group.clearfix input[disabled] {
  background-color: #e9ecef;
  height: 48px !important;
}
.travel-destination .warning.is-schengen p {
  margin: 0;
  margin-top: 5px;
  font-size: 14px;
}
.travel-destination .warning.is-schengen p em {
  font-style: italic;
}
.travel-destination .travel-age-coverage {
  font-size: 16px;
  font-weight: 900;
  margin-left: 10px;
}
.travel-destination .num-only {
  height: 48px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}
.travel-destination .has-error .help-block p[ng-message=mintravellers] {
  margin-top: -8px;
  color: #a94442;
}
.travel-destination .buttons .form-group {
  text-align: center;
}
.travel-destination .col-md-12 p span[style*="font-weight: bold"] {
  font-weight: bold !important;
}
.travel-destination .col-md-12 p[ng-show="numberOfDays > 90"] {
  font-size: 18px;
  color: #a94442;
  margin-top: 30px;
}
.travel-destination #datepicker .form-group {
  position: relative;
}
.travel-destination #datepicker .fa-info-circle {
  color: #e8aa33;
  margin-left: 5px;
  cursor: help;
}
.travel-destination .travel-period .text-center {
  text-align: center;
}
.travel-destination .travel-date-wrapper {
  margin-bottom: 20px;
}
.travel-destination .fa-info-circle[style*="color: #e8aa33"] {
  color: #e8aa33 !important;
}
.travel-destination .form-control[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.travel-destination .travel-contest-container {
  display: inline-block;
  margin-right: 20px;
}
.travel-destination .travel-contest-container.travel-contest-margin {
  margin-left: 20px;
}
.travel-destination .section-header {
  margin-bottom: 60px;
  text-align: center;
  margin-top: 40px;
}
.travel-destination .section-header h3 {
  font-family: "Nunito";
}
.travel-destination .section-header .subtitle {
  color: #666;
  font-size: 16px;
}
.travel-destination .col-md-12 p span[style*="font-weight: bold"] {
  font-weight: bold;
}
.travel-destination hr {
  margin: 50px 0px;
}
.travel-destination #buttonclear.clear {
  display: none;
}

.travel-package h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0px;
  color: #0186cc;
  font-family: "Nunito";
}
@media screen and (max-width: 767px) {
  .travel-package h3 {
    font-size: 18px;
  }
}
.travel-package form {
  padding-bottom: 50px;
}
.travel-package .travel-wrapper {
  border: 1px solid #0186cc;
  border-radius: 8px;
  padding: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .travel-package .travel-wrapper {
    width: 90%;
    margin-left: 4%;
  }
}
.travel-package .travel-wrapper i {
  color: #0186cc;
  font-size: 20px;
  padding-right: 5px;
}
.travel-package .travel-wrapper:nth-child(3) {
  margin-right: 0% !important;
}
.travel-package .travel-icon {
  text-align: center;
}
.travel-package .travel-description {
  display: block;
  margin: 10px 0px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  width: 200px;
}
.travel-package .travel-text {
  display: block;
  margin: 20px 0px;
  font-weight: bold;
  text-align: center;
}
.travel-package .travel-mb-0 {
  margin-bottom: 0px !important;
}
.travel-package .travel-mt-0 {
  margin-top: 0px !important;
}
.travel-package .travel-package-button {
  margin-top: 40px;
}
.travel-package .travel-get-this {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Nunito";
  background: #0186cc;
  color: white;
  padding: 10px;
  border: 1px solid #0186cb;
  font-size: 16px;
}
.travel-package .selected {
  background-color: #c2c2c1 !important;
  border: 1px solid #c2c2c1;
}
.travel-package .travel-learn-more {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Nunito";
  background: #fff;
  color: #2e2e2e;
  padding: 10px;
  border: 1px solid #0186cb;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .travel-period .travel-date-wrapper {
    padding: 0px !important;
  }
}
.travel-period .trave-age-coverage {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .travel-period .trave-age-coverage {
    margin-left: 0px;
    font-size: 18px;
  }
}

.travel-date .travel-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .travel-date .travel-wrapper {
    width: 100%;
  }
}
.travel-date .travel-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0px;
  color: #0186cc !important;
  font-family: "Nunito";
}
.travel-date label {
  text-align: left !important;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #2e2e2e !important;
}
.travel-date .help-block p {
  text-align: left;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.travel-back-wrapper {
  position: relative;
}
.travel-back-wrapper .travel-back-image {
  position: absolute;
  left: 4%;
  margin-top: -1%;
}
.travel-back-wrapper .travel-back-image img {
  width: 150px;
}

.packages-travels {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px 10px;
  font-family: "Nunito";
}

/* Grid Layout */
.packages-grid-travels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 10px;
}

.packages-grid-travels:has(.package-card-travels:only-child) {
  display: flex;
  justify-content: center;
  grid-template-columns: none;
}

.packages-grid-travels:has(.package-card-travels:only-child) .package-card-travels {
  max-width: 400px;
  width: 100%;
}

.package-card-travels {
  min-width: 0;
}

/* Responsive Design adjustments */
@media (max-width: 1400px) {
  .packages-grid-travels {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .packages-grid-travels {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .packages-grid-travels {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* Radio Circle Container */
.radio-circle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 28px;
}

.selection-label {
  font-size: 14px;
  font-weight: 700;
  color: #a58c3d;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 1;
  padding-top: 2px;
}

.radio-circle {
  width: 28px;
  height: 28px;
}

.radio-outer {
  width: 28px;
  height: 28px;
  border: 2px solid #c5c5c5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.radio-checked {
  border-color: #a58c3d;
  background: #a58c3d;
  transform: scale(1.05);
}

.radio-inner {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.radio-checked .radio-inner {
  opacity: 1;
}

/* Card Base Styles */
.package-card-travels {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  border: 2px solid transparent;
  transform-origin: center;
  z-index: 1;
}

.package-card-travels:not(.selected-card):hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
  border-color: #a58c3d;
}

.package-card-travels.selected-card {
  transform: scale(1.05) translateY(-10px);
  border: 2px solid #a58c3d;
  z-index: 10;
  animation: none;
}

/* Featured Badge */
.featured-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #a58c3d;
  color: white;
  padding: 10px 18px;
  border-bottom-left-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.badge-icon {
  font-size: 16px;
}

/* Card Content */
.card-content-travels {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: "Nunito";
}

/* Plan Header */
.plan-header-travels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 30px;
}

.plan-category {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-tag {
  background: #f7fafc;
  color: #4a5568;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.plan-level {
  background: #ffede6;
  color: #a58c3d;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #a58c3d;
}

/* Plan Title */
.plan-title-travels {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 28px 0;
  line-height: 1.3;
  font-family: "Nunito";
}

/* Coverage Highlight */
.coverage-highlight {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
}

.icon-circle {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #a58c3d, #ff8b5c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
}

.coverage-details-travels {
  flex: 1;
}

.coverage-label-travels {
  color: #a58c3d;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.coverage-amount-travels {
  color: #a58c3d;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
  padding: 20px;
  border-radius: 12px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4a5568;
  font-size: 15px;
  font-weight: 500;
}

.benefit-item i {
  color: #38a169;
  font-size: 12px;
}

/* Price Section */
.price-section-travels {
  margin-top: auto;
  padding-top: 32px;
  border-top: 1px solid #edf2f7;
}

.price-main-travels {
  color: #222222;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.selected-card .price-main-travels {
  color: #a58c3d;
}

.price-breakdown-travels {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.per-day-rate {
  color: #a58c3d;
  font-size: 18px;
  font-weight: 600;
}

/* Details Button */
.details-btn-travels {
  width: 100%;
  background: #0072d8;
  color: #fff;
  border: 2px solid #0072d8;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.details-btn-travels:hover {
  background: #0072d8;
  color: white;
  transform: translateY(-2px);
}

/* Empty State */
.empty-state-travels {
  text-align: center;
  padding: 80px 20px;
  background: white;
  border: 2px dashed #e2e8f0;
  border-radius: 24px;
  margin: 40px 0;
}

.empty-illustration {
  width: 100px;
  height: 100px;
  background: #f7fafc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 40px;
  color: #a58c3d;
}

/* Inbound Hint Message */
.inbound-hint {
  background: linear-gradient(135deg, #667eea 0%, #337ab7 100%);
  color: white;
  border: none;
  margin: 40px 0;
}

.inbound-hint .empty-illustration {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.inbound-hint h3 {
  color: white;
}

.inbound-hint p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  margin: 0 auto;
}

/* Validation */
.validation-travels {
  display: flex;
  align-items: center;
  color: #a94442;
  font-weight: 600;
  font-size: 14px;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
/* --- Premium CTA Design V5 (Balanced/Professional Card) --- */
.premium-cta-section-v5 {
  margin: 60px auto 10px;
  background: #f5faff;
  border-radius: 5px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.cta-left-v5 {
  flex: 2;
  border-right: 1px solid #dee2e6;
  padding-right: 40px;
}
.cta-left-v5 p {
  color: #626466;
  padding: 20px;
  border-radius: 10px;
  font-style: italic;
}

.cta-title-v5 {
  font-size: 26px;
  font-weight: 700;
  color: #0077b6;
  margin-bottom: 10px;
  font-family: "Nunito";
}

.coverage-features-v5 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.coverage-features-v5 li {
  font-size: 15px;
  color: #343a40;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.coverage-features-v5 li i {
  color: #00b4d8;
  font-size: 14px;
}

.cta-right-v5 {
  flex: 1;
  text-align: center;
  min-width: 250px;
}

/* Price Box */
.price-box-v5 {
  padding: 10px 0;
  margin-bottom: 20px;
}

.cta-price-label-v5 {
  font-size: 16px;
  font-weight: 600;
  color: #0077b6;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.total-amount-v5 {
  font-size: 58px;
  font-weight: 800;
  color: #212529;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}

.currency-v5 {
  font-size: 30px;
  font-weight: 700;
  margin-right: 6px;
  color: #0077b6;
  align-self: flex-start;
  margin-top: 5px;
}

.per-person-v5 {
  font-size: 13px;
  color: #6c757d;
}

.cta-premium-btn-v5 {
  width: 100%;
  background-color: #00b4d8;
  color: white;
  border: none;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 180, 216, 0.3);
}

.cta-premium-btn-v5:hover {
  background-color: #0096c7;
  transform: translateY(-2px);
}

/* Premium Display Styles */
.original-price-v5 {
  margin-bottom: 5px;
  font-size: 14px;
}

.original-label {
  color: #666;
  margin-right: 5px;
}

.strikethrough {
  text-decoration: line-through;
  color: #999;
}

.discount-badge-v5 {
  background-color: #ff6b6b;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
}

.savings-amount-v5 {
  color: #27ae60;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

.no-discount-note {
  color: #666;
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
}

/* --- Responsive Design for V5 --- */
@media (max-width: 900px) {
  .premium-cta-section-v5 {
    flex-direction: column;
    padding: 30px;
  }
  .cta-left-v5 {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .cta-right-v5 {
    min-width: unset;
    width: 100%;
  }
  .coverage-features-v5 {
    align-items: center;
  }
  .total-amount-v5 {
    font-size: 52px;
  }
}
/* travels-style Container */
.travel-promo-wrapper {
  margin: 24px 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Promo Card */
.travels-promo-card {
  border: 1px solid #f5faff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  margin-bottom: 30px;
}

.travels-promo-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.promo-card-header {
  background: #044ea8;
  padding: 16px 20px;
  color: #fff;
}
.promo-card-header span {
  display: inline;
}

.discount-badge {
  background: #fdb913;
  border-radius: 4px;
  padding: 6px 12px;
  width: auto;
  display: inline-block;
  margin: 0px 5px;
}

.discount-amount {
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Selection Section */
.selection-section {
  padding: 0 20px 20px;
  background: white;
}

.selection-title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 10px 0;
}

/* travels Radio Group */
.travels-radio-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.travels-radio-option {
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  flex: 1;
}

.travels-radio-option:hover {
  border-color: #b0b0b0;
}

.travels-radio-option.selected {
  border-color: #f5faff;
  background: #f5faff;
}

.radio-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.radio-control {
  position: relative;
}

.radio-control input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #dddddd;
  border-radius: 50%;
  background: white;
  position: relative;
  transition: all 0.2s ease;
}

.travels-radio-option.selected .custom-radio {
  border-color: #222222;
}

.travels-radio-option.selected .custom-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #222222;
}

.radio-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.radio-label {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.radio-action {
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.2s ease;
}

.travels-radio-option.selected .radio-action {
  opacity: 1;
  transform: translateX(0);
}

/* Radio group error message */
.form-group.travel-promo-radio .has-error span {
  color: #a94442;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .travels-radio-group {
    flex-direction: column;
  }
  .travels-radio-option {
    padding: 12px;
  }
  .radio-content {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .radio-label {
    font-size: 14px;
  }
}
.travel-package h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0px;
  color: #0186cc;
  font-family: "Nunito";
}
@media screen and (max-width: 767px) {
  .travel-package h3 {
    font-size: 18px;
  }
}
.travel-package form {
  padding-bottom: 50px;
}
.travel-package .travel-wrapper {
  border: 1px solid #0186cc;
  border-radius: 8px;
  padding: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .travel-package .travel-wrapper {
    width: 90%;
    margin-left: 4%;
  }
}
.travel-package .travel-wrapper i {
  color: #0186cc;
  font-size: 20px;
  padding-right: 5px;
}
.travel-package .travel-wrapper:nth-child(3) {
  margin-right: 0% !important;
}
.travel-package .travel-icon {
  text-align: center;
}
.travel-package .travel-description {
  display: block;
  margin: 10px 0px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  width: 200px;
}
.travel-package .travel-text {
  display: block;
  margin: 20px 0px;
  font-weight: bold;
  text-align: center;
}
.travel-package .travel-mb-0 {
  margin-bottom: 0px !important;
}
.travel-package .travel-mt-0 {
  margin-top: 0px !important;
}
.travel-package .travel-package-button {
  margin-top: 40px;
}
.travel-package .travel-get-this {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Nunito";
  background: #0186cc;
  color: white;
  padding: 10px;
  border: 1px solid #0186cb;
  font-size: 16px;
}
.travel-package .selected {
  background-color: #c2c2c1 !important;
  border: 1px solid #c2c2c1;
}
.travel-package .travel-learn-more {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Nunito";
  background: #fff;
  color: #2e2e2e;
  padding: 10px;
  border: 1px solid #0186cb;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .travel-period .travel-date-wrapper {
    padding: 0px !important;
  }
}
.travel-period .trave-age-coverage {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .travel-period .trave-age-coverage {
    margin-left: 0px;
    font-size: 18px;
  }
}

.travel-date .travel-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .travel-date .travel-wrapper {
    width: 100%;
  }
}
.travel-date .travel-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0px;
  color: #0186cc !important;
  font-family: "Nunito";
}
.travel-date label {
  text-align: left !important;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #2e2e2e !important;
}
.travel-date .help-block p {
  text-align: left;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.travel-back-wrapper {
  position: relative;
}
.travel-back-wrapper .travel-back-image {
  position: absolute;
  left: 4%;
  margin-top: -1%;
}
.travel-back-wrapper .travel-back-image img {
  width: 150px;
}

.travel-client-information .rwd-table th,
.travel-review-and-pay .rwd-table th {
  font-family: "Nunito" !important;
  font-size: 16px !important;
}
.travel-client-information .travel-breakdown,
.travel-review-and-pay .travel-breakdown {
  padding: 0px !important;
}
.travel-client-information .travel-breakdown h4,
.travel-review-and-pay .travel-breakdown h4 {
  font-family: "Nunito";
  font-size: 20px;
  margin: 20px 0px;
  color: #0186cb !important;
}
.travel-client-information .travel-breakdown .title-zone,
.travel-review-and-pay .travel-breakdown .title-zone {
  margin-bottom: 5px !important;
}
.travel-client-information .travel-breakdown .subtitle-zone,
.travel-review-and-pay .travel-breakdown .subtitle-zone {
  font-size: 16px;
  font-weight: 700;
  color: #0086ca;
}
.travel-client-information .travel-breakdown .flex,
.travel-review-and-pay .travel-breakdown .flex {
  border-bottom: 1px solid gray;
  padding: 5px 0px;
}
.travel-client-information .travel-breakdown .flex-promo:last-child,
.travel-review-and-pay .travel-breakdown .flex-promo:last-child {
  border-bottom: 0px !important;
}
.travel-client-information .travel-breakdown .travel-premium,
.travel-client-information .travel-breakdown .travel-total,
.travel-review-and-pay .travel-breakdown .travel-premium,
.travel-review-and-pay .travel-breakdown .travel-total {
  border-bottom: 0px !important;
}
.travel-client-information .travel-breakdown .travel-premium-amount,
.travel-review-and-pay .travel-breakdown .travel-premium-amount {
  float: right;
}
.travel-client-information .travel-breakdown .travel-total,
.travel-review-and-pay .travel-breakdown .travel-total {
  padding-top: 10px;
}
.travel-client-information .travel-breakdown .travel-total span,
.travel-review-and-pay .travel-breakdown .travel-total span {
  color: #0186cb;
  font-size: 16px !important;
  font-weight: 700;
}
.travel-client-information .travel-breakdown .flex > div > span,
.travel-review-and-pay .travel-breakdown .flex > div > span {
  font-size: 16px !important;
}
.travel-client-information .travel-breakdown .flex > div,
.travel-review-and-pay .travel-breakdown .flex > div {
  display: inline-block;
  text-align: left;
  width: 45%;
}
.travel-client-information .travel-breakdown .flex > div:last-child,
.travel-review-and-pay .travel-breakdown .flex > div:last-child {
  width: 50%;
}
.travel-client-information .travel-breakdown .flex > div:last-child span,
.travel-review-and-pay .travel-breakdown .flex > div:last-child span {
  padding-left: 20px;
}
.travel-client-information .travel-breakdown .flex-promo,
.travel-review-and-pay .travel-breakdown .flex-promo {
  padding: 8px 0px !important;
}
.travel-client-information .travel-breakdown .flex-promo > div,
.travel-review-and-pay .travel-breakdown .flex-promo > div {
  display: inline-block;
  text-align: left;
  width: 60%;
}
.travel-client-information .travel-breakdown .flex-promo > div:last-child,
.travel-review-and-pay .travel-breakdown .flex-promo > div:last-child {
  width: 38%;
  text-align: right;
}
.travel-client-information .travel-breakdown .flex-promo > div:last-child span,
.travel-review-and-pay .travel-breakdown .flex-promo > div:last-child span {
  padding-left: 20px;
}
.travel-client-information .travel-breakdown-wrapper,
.travel-review-and-pay .travel-breakdown-wrapper {
  border: 1px solid #0186cb;
  border-radius: 8px;
}
.travel-client-information .travel-breakdown-wrapper p,
.travel-review-and-pay .travel-breakdown-wrapper p {
  background: #0186cb;
  padding: 10px;
  /* border-radius: 8px; */
  color: white;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  text-align: left;
}
.travel-client-information .travel-breakdown-item,
.travel-review-and-pay .travel-breakdown-item {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .travel-client-information .travel-form,
  .travel-review-and-pay .travel-form {
    padding: 15px !important;
    margin-bottom: 0px !important;
  }
}
.travel-client-information .travel-form .help-block p,
.travel-review-and-pay .travel-form .help-block p {
  font-size: 12px;
  /* font-weight: 700; */
  margin-top: 3px;
  color: #c51f1f;
}
.travel-client-information .travel-form,
.travel-review-and-pay .travel-form {
  padding-left: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .travel-client-information .travel-form,
  .travel-review-and-pay .travel-form {
    padding: 0px;
  }
}
.travel-client-information .travel-form h3,
.travel-review-and-pay .travel-form h3 {
  margin-bottom: 50px;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Nunito";
  color: #0186cb !important;
}
.travel-client-information .travel-form input,
.travel-client-information .travel-form select,
.travel-review-and-pay .travel-form input,
.travel-review-and-pay .travel-form select {
  height: 48px !important;
  font-size: 14px;
  border-radius: 8px !important;
}
.travel-client-information .travel-form label,
.travel-review-and-pay .travel-form label {
  font-size: 14px !important;
}
.travel-client-information .travel-form .col-md-6,
.travel-client-information .travel-form .col-md-4,
.travel-client-information .travel-form .col-md-2,
.travel-review-and-pay .travel-form .col-md-6,
.travel-review-and-pay .travel-form .col-md-4,
.travel-review-and-pay .travel-form .col-md-2 {
  padding: 0px 5px 10px !important;
}
.travel-client-information .travel-age-message,
.travel-review-and-pay .travel-age-message {
  color: #a94442;
  font-size: 14px;
  margin-left: -15px;
}
.travel-client-information .client-wrapper,
.travel-review-and-pay .client-wrapper {
  padding: 0px 5px 10px !important;
}
.travel-client-information .client-wrapper .client-wrapper-subtitle,
.travel-review-and-pay .client-wrapper .client-wrapper-subtitle {
  font-size: 16px !important;
  font-weight: 700;
  color: #0086ca;
}
.travel-client-information .client-preex-wrapper button,
.travel-review-and-pay .client-preex-wrapper button {
  position: absolute;
  right: 0;
  top: 0%;
  background: #e8aa33 !important;
  border: 1px solid #e8aa33 !important;
  width: 8%;
}
.travel-client-information .client-preex-wrapper .client-preex-condition,
.travel-review-and-pay .client-preex-wrapper .client-preex-condition {
  margin-top: 10px;
}
.travel-client-information .client-preex-wrapper .client-preex-condition-wrapper,
.travel-review-and-pay .client-preex-wrapper .client-preex-condition-wrapper {
  position: relative;
  margin-top: 20px;
}
.travel-client-information .client-preex-wrapper .client-preex-condition-wrapper .preex-list,
.travel-review-and-pay .client-preex-wrapper .client-preex-condition-wrapper .preex-list {
  display: inline-block;
  width: 96%;
  margin-top: 0px;
}
.travel-client-information .client-preex-wrapper .client-preex-condition-wrapper .preex-list select,
.travel-review-and-pay .client-preex-wrapper .client-preex-condition-wrapper .preex-list select {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.travel-client-information .client-preex-wrapper .client-preex-condition-wrapper .preex-button,
.travel-review-and-pay .client-preex-wrapper .client-preex-condition-wrapper .preex-button {
  position: absolute;
  right: 0%;
  width: 4%;
  top: 0%;
}
.travel-client-information .client-preex-wrapper .client-preex-condition-wrapper .preex-button button,
.travel-review-and-pay .client-preex-wrapper .client-preex-condition-wrapper .preex-button button {
  height: 4.8rem !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #0086c9 !important;
  border: 1px solid #0086c9 !important;
  width: 100%;
}
.travel-client-information .client-preex-notes p,
.travel-review-and-pay .client-preex-notes p {
  color: #0186cc;
  font-weight: 600;
}
.travel-client-information .travel-button,
.travel-review-and-pay .travel-button {
  margin-left: 170px;
}
@media screen and (max-width: 767px) {
  .travel-client-information .travel-button,
  .travel-review-and-pay .travel-button {
    margin-left: 0px !important;
  }
}
.travel-client-information .travel-review-button,
.travel-review-and-pay .travel-review-button {
  margin-left: 120px !important;
}
@media screen and (max-width: 767px) {
  .travel-client-information .travel-review-button,
  .travel-review-and-pay .travel-review-button {
    margin-left: 0px !important;
  }
}
.travel-client-information .travel-duplicate,
.travel-review-and-pay .travel-duplicate {
  margin-top: 20px;
  background: #f8d7da;
  padding: 15px;
  border-radius: 5px;
  color: #721c24;
  font-size: 14px;
}

.travel-review-and-pay .travel-review {
  border: 1px solid #0186cc;
  border-radius: 8px;
}
.travel-review-and-pay .travel-review .title {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #fff;
  background: #0686cc;
  padding: 10px;
}
.travel-review-and-pay .travel-review .edit {
  float: right;
  color: #fff;
}
.travel-review-and-pay .travel-review .summary-details {
  border: 0px !important;
  margin-bottom: 0px !important;
  padding: 20px;
}
.travel-review-and-pay .travel-review .summary-details .label {
  font-family: "Nunito" !important;
  font-size: 16px !important;
}
.travel-review-and-pay .travel-pay {
  margin-top: 30px;
  border: 1px solid #0186cc;
  border-radius: 8px;
}
.travel-review-and-pay .travel-pay .title {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #fff;
  background: #0686cc;
  padding: 10px;
}
.travel-review-and-pay .travel-pay .sub-title {
  display: inline-block;
  padding: 20px 0px 0px 20px;
}
.travel-review-and-pay .travel-pay img {
  width: 100%;
  padding: 20px 40px;
}
.travel-review-and-pay .travel-pay .img-others {
  max-width: 600px;
  display: block;
}
.travel-review-and-pay .travel-pay .img-gcash {
  max-width: 400px;
  display: block;
}
.travel-review-and-pay .travel-pay .travel-options {
  padding: 20px;
}
.travel-review-and-pay .travel-pay .travel-pay-wrapper {
  padding: 20px;
}
.travel-review-and-pay .travel-pay .travel-pay-compliance {
  display: block;
  margin-bottom: 7px;
}
.travel-review-and-pay .travel-pay .travel-pay-compliance input {
  margin-right: 10px;
}
.travel-review-and-pay .travel-pay .travel-pay-compliance .travel-label {
  color: #626466;
}
.travel-review-and-pay .travel-pay .travel-pay-compliance .travel-link {
  color: #0686cb;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .travel-review-and-pay .col-md-9 {
    padding: 0px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .travel-review-and-pay .travel-info {
    padding-left: 0px;
  }
}
.travel-review-and-pay .travel-info {
  padding-left: 60px;
}
.travel-review-and-pay .travel-insurance-details {
  border-collapse: collapse !important;
  margin-top: 0px !important;
  border: 1px solid #ddd;
}
.travel-review-and-pay .travel-insurance-details tr > th {
  background: #ddd;
}
.travel-review-and-pay .travel-insurance-details .covid-title {
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
  padding: 30px 10px;
}
@media screen and (max-width: 767px) {
  .travel-review-and-pay .travel-insurance-details .covid-title {
    padding: 20px 10px !important;
  }
}
.travel-review-and-pay .travel-insurance-details .covid-colspan-td {
  text-align: left;
}
.travel-review-and-pay .travel-insurance-details .covid-sub-title {
  text-align: left;
  padding-left: 3em !important;
}
@media screen and (max-width: 767px) {
  .travel-review-and-pay .travel-insurance-details .covid-sub-title {
    padding-left: 1em !important;
  }
}
.travel-review-and-pay .travel-insurance-details .covid-sub-title4 {
  text-align: left;
  padding-left: 4em;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .travel-review-and-pay .travel-insurance-details .covid-sub-title4 {
    padding-left: 2em !important;
  }
}
.travel-review-and-pay .travel-insurance-details .covid-sub-title6 {
  text-align: left;
  padding-left: 6em !important;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .travel-review-and-pay .travel-insurance-details .covid-sub-title6 {
    padding-left: 3em !important;
  }
}
.travel-review-and-pay .travel-insurance-details .covid-sub-title8 {
  text-align: left;
  padding-left: 8em !important;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .travel-review-and-pay .travel-insurance-details .covid-sub-title8 {
    padding-left: 4em !important;
  }
}
.travel-review-and-pay .travel-insurance-details .covid-coverage {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .travel-review-and-pay .travel-insurance-details .covid-coverage {
    text-align: left;
    padding-right: 1em;
  }
}

.payment-container {
  width: 750px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .payment-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .payment-container img {
    width: 100%;
  }
}
.payment-container .payment-title,
.payment-container .payment-description {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: "Nunito";
}
.payment-container .payment-title {
  font-size: 20px;
}
.payment-container .payment-image {
  margin: 0 auto;
  width: 100%;
  max-width: 120px;
}
.payment-container .payment-description-center {
  text-align: center;
}
.payment-container .payment-button {
  margin: 0px 0px 50px 0px;
}
.payment-container .payment-button img {
  max-width: 130px;
  width: 100%;
}
.payment-container .travel-back img {
  max-width: 130px;
  width: 100%;
}

.travel-button {
  background: #0086cd !important;
  border: 2px solid #0086cd;
  font-family: "Nunito" !important;
  font-size: 16px !important;
  height: 48px !important;
  color: #fff !important;
  text-transform: uppercase;
  width: 100%;
  border-radius: 8px !important;
  margin-top: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .travel-button {
    margin-top: 0px;
  }
}

.travel-back {
  background: #fff !important;
  border: 2px solid #0186cb;
  font-family: "Nunito" !important;
  font-size: 16px !important;
  height: 48px !important;
  border-radius: 8px !important;
  margin-top: 30px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  color: #0186cb !important;
}

.travel-title {
  text-align: center;
  font-family: "Nunito";
  color: #0686cb;
  margin-bottom: 10px;
}

.travel-subtitle {
  text-align: center;
  display: block;
  margin-bottom: 25px;
}

.ui-select-toggle::after {
  background: url("../images/microsite/arrow-down.png") no-repeat right #ddd;
  -webkit-appearance: none;
  background-size: 22px;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 20px;
  top: 5%;
  right: 3%;
  -webkit-appearance: none;
  width: 35px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 48px;
  background: url("../images/microsite/arrow-down.png") no-repeat right;
  background-size: 22px;
}

.ui-select-dropdown {
  opacity: 1;
  margin-top: 3px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
  border: 1px solid rgb(229, 222, 222);
}

.ui-select-bootstrap .ui-select-choices-row > span {
  padding: 8px 20px !important;
  font-size: 16px;
  font-weight: 600;
}

.ui-select-toggle {
  height: 48px !important;
}

.ui-select-search {
  height: 48px !important;
}

.ui-select-container {
  width: 100% !important;
  margin-top: 5px;
}

.ui-select-bootstrap > .ui-select-match > .btn {
  border-radius: 8px !important;
}

.input-group-btn:last-child > .btn {
  z-index: 2;
  margin-left: -4px;
  height: 48px !important;
  margin-top: 4px !important;
  background: #0186cc !important;
  border: 2px solid #0186cb !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.checkbox-inline {
  margin-left: 0px !important;
}

.ui-select-bootstrap > .ui-select-match > .btn .ui-select-match-text {
  line-height: 22px;
  position: absolute;
  left: 0px;
  top: 7px;
  padding: 5px 15px 0 15px;
}

.ui-select-placeholder.text-muted {
  font-size: 12px;
  font-family: "Nunito";
  color: #aaa;
  position: absolute;
  top: 15px;
  left: 12px;
}

.travel-transaction {
  text-align: center;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: none !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background: #fdb913 !important;
  color: #fff !important;
}

.tooltip > .tooltip-arrow {
  display: none !important;
}

.tooltip {
  width: 800px !important;
}
@media screen and (max-width: 767px) {
  .tooltip {
    width: 750px !important;
    left: 1% !important;
  }
}

@media screen and (max-width: 767px) {
  .right {
    max-width: 350px !important;
  }
}

.tooltip > .tooltip-inner {
  background-color: #c9ecff;
  color: #646462;
  border: 1px solid #eee;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .tooltip > .tooltip-inner {
    max-width: initial;
  }
}

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

.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 1em;
  margin-right: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Accordion styles */
.tabs {
  padding: 0px 20px 0px 10px;
}

.tab {
  width: 100%;
  color: #626466;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0.75em;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
  color: #0686cb;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #626466;
  background: white;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: red;
  cursor: pointer;
}
.tab-close:hover {
  background: #cc0000;
}

input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: initial;
  padding: 1em;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  input:checked ~ .tab-content {
    padding: 1em 0em;
  }
}

/*# sourceMappingURL=travel-microsite.css.map */
