body {
  background: rgb(244, 239, 237);
  background: -moz-linear-gradient(180deg, rgba(244, 239, 237, 1) 0%, rgba(252, 236, 225, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(244, 239, 237, 1) 0%, rgba(252, 236, 225, 1) 100%);
  background: linear-gradient(180deg, rgba(244, 239, 237, 1) 0%, rgba(252, 236, 225, 1) 100%);
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #e91c2e;
}
h1 {
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e91c2e;
}
h2 {
  font-family: "alisha", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btnSq {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    align-content:center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn {
  border: none;
  border-radius: 300px;
  padding: 15px 40px;
  font-weight: 700;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn-primary {
  background: #3c73b9;
}
.btn-imagine {
  color: #fff;
  background: #e91c2e;
}
.btn-imagine:hover,
.btn-imagine:focus,
.btn-imagine:active {
  color: #fff;
  background: #ae1522;
}
.btn-secondary {
  background: #dadada;
  color: #212529;
  font-size: 1.1em;
  text-transform: uppercase;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: #b7b7b7;
  color: #212529;
}
.btn-warning {
	background: #e76925;
	color: #FFF;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	background: #ce5e22;
	color: #FFF;
}
.btn-dark {
  background: #000;
  color: #FFF;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: #333;
  color: #FFF;
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1643px;
  }
}
.text-success {
  color: #559140 !important;
}
.text-primary {
  color: #3c73b9 !important;
}
.text-danger {
  color: #e91c2e !important;
}
.text-warning {
  color: #e76925 !important;
}

.text-error {
    font-size: 16px !important;
    color: #e91c2e !important;
}


.f10 {
    font-size: 10px;
}
.f11 {
    font-size: 11px;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.f16 {
    font-size: 16px;
}
.f17 {
    font-size: 17px;
}
.f18 {
    font-size: 18px;
}
.f19 {
    font-size: 19px;
}
.f20 {
    font-size: 20px;   
}
.f21 {
    font-size: 21px;
}
.f22 {
    font-size: 22px;
}
.f23 {
    font-size: 23px;
}
.f24 {
    font-size: 24px;
}
.f25 {
    font-size: 25px;
}
.f26 {
    font-size: 26px;
}
.f27 {
    font-size: 27px;
}
.f28 {
    font-size: 28px;
}
.f29 {
    font-size: 29px;
}
.f30{
    font-size: 30px;
}
.f40 {
    font-size: 40px;
}

.fB{
    font-weight: bold;
}

.textMuted {
    color: #d1cac9;
}

.script {
    font-family: "alisha", sans-serif;
    font-style: normal;
}

.checkRed {
    color: #e13948;
}

.checkGreen {
    color: #559977;
}

.modal-title {
    font-size: 30px;
    font-weight:bold;
    color: #e91c2e !important;
}

.block {
    display: block;
}

.require {
    font-weight: bold;
    color: #e91c2e;
}

.validation {
    margin-top:3px;
    padding-top:2px;
    font-weight: bold;
    color: #e91c2e;
    font-size: 12px;
    display:inline;
    background:#fbd1d1;
}

.validationError {
    color: #db2014;
}

.form-control::placeholder {
    color: #a6a6a8 !important;
    opacity: 1;
    font-size:14px;
}

.lbl-val {
    display: flex;
    gap: 10px;
}

.muted {
    opacity: 0.3;
}

.border {
  border: 1px solid #b1aba6 !important;
}
.border-bottom {
  border-bottom: 1px solid #b1aba6 !important;
}
.border-top {
  border-top: 1px solid #b1aba6 !important;
}
.border-danger {
    border-color: #e91c2e !important;
}
/* External Links Navbar */
.support-bar {
  background: #e91c2e;
  color: #fff;
}
.support-bar .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  padding: 1.5px 10px;
}
@media (max-width: 991.98px) {
  .support-bar {
    display: none;
  }
}
/* Main Navbar */
.navbar {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.navbar-brand {
  margin: 20px 0;
}
.navbar .dropdown-toggle::after {
  margin-left: 10px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
  line-height: 80px;
}
.navbar-light {
  background: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 15px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:active {
  color: #e91c2e;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #e91c2e;
}
.navbar .btn {
  margin-left: 55px;
  background: #e91c2e;
  border: 0;
  margin-right: -20px;
}
.navbar-light .dropdown-menu {
  background: #f2e7e2;
  border-radius: 0;
  margin-top: -30px;
  border: 0;
  transition:
    opacity 200ms ease-in,
    transform 200ms ease-in,
    visibility 200ms ease-in;
}
.navbar-light .navbar-toggler {
  border: none;
  color: #000;
}
@media (max-width: 991.98px) {
  .navbar-light .btn {
    display: none;
  }
  .contact-link {
    display: inline-block !important;
    text-align: right !important;
  }
  .navbar-light .navbar-nav .nav-link {
    line-height: 2em;
    margin: 0;
    text-align: right;
  }
  .navbar-collapse {
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .contact-link {
    display: none !important;
  }
}
/* Tours Dropdown Menu */
#nav-tours {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 70px 0 20px;
}
#nav-tours img {
  height: 218px;
  margin-bottom: 15px;
}
#nav-tours a {
  color: #000;
}
.browse-all {
  text-align: center;
  padding: 0 0 30px;
  font-weight: bold;
}
.browse-all a {
  color: #ff0000;
  text-align: center;
}
/* Resources Dropdown Menu */
#nav-resources {
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 50px 0;
}
#nav-resources ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav-resources li {
  padding-bottom: 25px;
}
#nav-resources .resource-title {
  color: #e91c2e;
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: -10px;
  padding-top: 25px;
}
#nav-resources .col-md-2 {
  border-right: 1px solid #e91c2e;
}
#nav-resources .resource-faq {
  border-right: none;
}
#nav-resources a {
  color: #000;
  transition: all 0.2s linear;
}
#nav-resources a:hover {
  color: #e91c2e;
}

.extra-info-btn {
  border: none;
  color: #e91c2e;
  background: none;
  padding: 0;
  margin-top: 0.6em;
  cursor:pointer;
}
.extra-info {
  padding: 2em;
  margin-top: 0.7em;
  border: 1px solid #e91c2e;
}

/* Tour Search Page Styling */
.tour-search {
  display: flex;
  margin: auto;
}
.tour-search-form {
  display: block;
  background: #fff;
  border-radius: 50px;
  min-width: 100%;
  margin: 6em 0 2em;
  padding: 3em 7em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.tour-search h1 {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 3.5em;
}
.tour-search h2 {
  font-size: 2.2em;
}
.tour-search p {
  font-weight: 500;
  text-align: center;
}
.tour-search .input-group {
  margin-bottom: 20px;
}
.tour-search .form-control {
  border-radius: 15px;
  border: 0;
  padding: 15px 0px;
  background: #eee;
  font-size: 18px;
}
.tour-search .form-control:focus {
  background: #eee;
}
.tour-search .input-group-text {
  border-radius: 15px;
  border: 0;
  padding: 0 15px;
}
.tour-search .btn {
  margin: 20px 0;
}
.tour-search h5 {
  font-weight: 700;
  font-size: 2em;
  color: #e91c2e;
}
.other-options {
  display: block;
  background: #fff;
  border-radius: 30px;
  min-width: 100%;
  margin-top: 30px;
  padding: 30px 100px;
}
.other-options h3 {
  font-weight: 700;
  color: #e91c2e;
}
/* Tour Search Selection */
.search-results h3 {
  margin: 0 0 30px;
  color: #e91c2e;
  font-size: 2.2em;
}
.search-results p {
  margin: 2em 0 0;
  font-size: 1.2em;
}
.up-tour {
  background: #fff;
  border-radius: 50px;
  padding: 3em 4em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.up-tour h3 {
  text-align: center;
  margin-bottom: 1em;
}
.up-tour ul {
  padding-inline-start: 0;
  padding-bottom: 10px;
}
.up-tour li {
  list-style-type: none;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: center;
}
.up-tour li span {
  text-align: right;
}
.status-title {
  margin-top: 50px;
}
#tour-status ul {
  padding-inline-start: 0;
  padding-inline-end: 30px;
}
#tour-status li {
  list-style-type: none;
}
.status-id {
  font-weight: 700;
}
.jumbotron {
  background: #fff;
  padding: 0;
  border-radius: 0;
}
.jumbotron p {
  margin: 0px;
  font-weight: 500;
}
.jumbotron h1 {
  font-size: 2.6em;
  font-weight: 700;
  color: #e91c2e;
  margin: 0;
}
.jumbotron h3 {
  font-size: 1.5em;
  font-weight: 700;
}
.jumbotron h5 {
  font-family: "alisha", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8em;
  margin: 0;
  margin-bottom: -0.2em;
}
.jumbotron .col-md-4 {
  padding: 50px 0px 50px 10px;
}
.alert-secure {
  color: #fff;
  background-color: #559140;
  border: none;
  border-radius: 0;
  font-size: 1.2em;
  margin-bottom: 0px !important;
}
.alert-secure .fa-solid {
  margin-right: 5px;
}
.alert-dark {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 0;
  font-size: 1.2em;
  margin-bottom: 0px !important;
}
.alert-dark .fa-solid {
  margin-right: 5px;
}

/*   

Step #3 - Traveler "Party Size" Selection Page 

*/
.party-size {
  border-radius: 2rem;
  background: #fff;

  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
}
.party-size .col-md-6 {
  padding: 6em 5em;
}
.party-size .border-md-right {
  border-right: 2px solid #dee2e6;
  padding-right: 1.5rem;
  margin-bottom: 0;
}
.party-size h4 {
  font-size: 2em;
}
.party-size h4 em {
  font-weight: 300;
}
.party-size h4 strong {
  font-weight: 700;
}
.party-size .form-control {
  border-radius: 0;
  border: 0;
  padding: 15px;
  background: #f4f0ef;
  font-size: 18px;
}
.party-size .form-control:focus,
.party-size .form-control:active {
  background: #f4f0ef;
  color: #495057;
}
.guest-counter {
  margin: 1em 1em 0 0;
}
.guest-counter span {
  font-size: 3rem;
  min-width: 4rem;
  text-align: center;
  margin: 0;
  margin-top: -0.3em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.guest-counter .btn i {
  font-size: 3rem;
  transition: color 0.3s ease;
}
.guest-counter .btn:disabled i {
  color: #ccc;
}
.party-size h6 {
  font-family: "alisha", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
}
.party-size .border-top {
  border-top: 2px solid #dee2e6;
}
#roomAssignments {
	padding: 0 4em;
}

/*

Step #4 - Traveler Info & Options -- options.html

*/
.registration-progress .nav-pills .nav-link {
  margin-bottom: 0.8em;
  background: none;
  color: #a09c9b;
  font-size: 1.4em;
  transition: 0.35s;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.registration-progress .nav-link.disabled {
  color: #606060;
  background: #none;
}
.registration-progress .nav-link.active {
  background: none;
  color: #e91c2e;
}
.registration-progress .nav-link .fa-solid {
  transition: 0.35s;
  font-size: 1.1em;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background: #a09c9b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.3rem;
}
.registration-progress .nav-link.disabled .fa-solid {
  background: #606060;
}
.registration-progress .nav-link.active .fa-solid {
  background: #e91c2e;
}
.registration-progress .nav-link::after {
  content: "";
  position: absolute;
  left: 44px;
  top: 60px;
  width: 3px;
  height: calc(100% - 25px);
  background: #a09c9b;
  z-index: -1;
}
.registration-progress .nav-link:last-child::after {
  display: none;
}
.traveler-accordion {
  background: none;
  border: none;
  padding: 20px 0;
  margin-bottom: 2px;
  color: #000;
}
.traveler-accordion:hover, .traveler-accordion:focus, .traveler-accordion:active {
  color: #000;
  text-decoration: none;
}
.traveler-body {
  border-top: 2px solid #c9c5c2;
  padding-top: 1em;
}

/* Sticky Registration Metrics */
.sticky-side {
  position: sticky;
  top: 1rem;
  z-index: 1030;
}
.sticky-side .btn {
  margin-bottom: 1em;
}
.sticky-side p strong {
  font-weight: 700;
}
.progress-subtotal {
  border: none;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 2.5em;
}
.progress-subtotal h5 {
  font-weight: 300;
  font-size: 1.5em;
}
.progress-subtotal h5 strong {
  font-weight: 700;
}
.progress-subtotal .table th,
.table td {
  border-top: none;
}
.progress-subtotal tr:not(.total-row):not(:last-child) td {
  border-bottom: 2px dotted #ccc;
  padding: 0.8rem 0;
}
.progress-subtotal .total-row td {
  border-top: 2px solid #000;
  font-weight: 700;
  padding: 1rem 0;
  font-size: 1.4rem;
}

.progress-subtotal hr {
	border-top: 2px solid #000 !important;
}

.progress-subtotal .summary-item {
	padding: .8em 0;
  border-bottom: 2px dotted #ccc;
}

.progress-subtotal .text-right {
  font-weight: 700;
}
.registration-info h4 {
  font-weight: 300;
  font-size: 2em;
}
.registration-info h4 strong {
  font-weight: 700;
}
.registration-info label strong {
  font-weight: 700;
}
.sticky-container {
  position: relative;
}

.roomming-details:not(:first-of-type) {
  border-top: 2px solid #c9c5c2;
  margin-top: 2em;
  padding-top: 2em;
}

/*

Flight Preferences on Tour Preferences

*/
.flight-btn {
  border: none;
  color: #e91c2e;
  background: none;
  padding: 0;
  font-weight: 700;
}

.opt-extension {
  border: 1px solid #e91c2e;
  padding-left: 30px;
}
#special-requests strong {
  font-weight: 700;
}
#special-requests .form-check {
  margin-bottom: 0.5em;
}
.cabin-upgrades h5 {
  font-size: 1.3em;
  text-transform: uppercase;
}
.cabin-upgrades .font-italic {
  font-family: "alisha", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7em;
  text-transform: capitalize;
}

/*.review-info h5 {
   font-family: "alisha", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7em;
  color: #e91c2e;
}*/

.scriptText {
    font-family: "alisha", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.9em;
    color: #e91c2e;
}

.review-info .form-control {
  padding: 1em 1.5em;
  border-radius: 1.5rem;
  border: 1px solid #d9d9d8;
}
.review-info .accordion-toggle span {
  font-size: 1.5em;
}

/* ITT Radios */
input[type="radio"] {
  appearance: none;
  /* Hide the default radio button */
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #e91c2e;
  width: 1.15em;
  height: 1.15em;
  border: 0.5px solid #ccc;
  border-radius: 50%;
  /* Create a circular shape */
  transform: translateY(0.1em);
  /* Adjust alignment */
  display: grid;
  place-content: center;
  margin-left: -1.5em;
}
input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  /* Hide the checked indicator initially */
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Style the indicator */
  background-color: #e91c2e;
  /* Support high-contrast themes */
}
input[type="radio"]:checked::before {
  transform: scale(1);
  /* Show the indicator when checked */
}

/* ITT Checkboxes */
input[type="checkbox"] {
  appearance: none;
  /* Hide the default radio button */
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #e91c2e;
  width: 1.15em;
  height: 1.15em;
  border: 0.5px solid #ccc;
  transform: translateY(0.1em);
  /* Adjust alignment */
  display: grid;
  place-content: center;
  margin-left: -1.5em;
}
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  /* Hide the checked indicator initially */
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Style the indicator */
  background-color: #e91c2e;
  /* Support high-contrast themes */
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
  /* Show the indicator when checked */
}
input[type="date"] {
  text-transform: uppercase;
}
.form-control {
  border-radius: 0px;
  border: none;
  height: calc(1.5em + 1.5em + 2px);
  padding: 15px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
}
.passport-alert {
  border: 1px solid #e91c2e;
  border-radius: 0;
}
.form-control .large-field {
  padding: 15px !important;
}
.input-group .form-control {
  height: calc(1.75em + 1.5em + 2px);
  padding: 15px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
}
.select2-container .select2-selection--single {
  height: calc(1.5em + 1.5em + 2px);
  padding: 0 15px;
  color: #495057;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 1.5em + 2px);
  padding-left: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #495057;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.5em + 1.5em + 2px);
}
.select2-dropdown {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #e91c2e;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e91c2e;
}
.select2-results__option {
  padding: 15px 20px;
}
.select2-search--dropdown {
  padding: 5px 10px;
}
.select2-container--default .select2-search__field {
  padding: 10px;
  border: 1px solid #ccc;
}
.select2-container--default .select2-search__field:focus {
  border-color: #e91c2e !important;
  box-shadow: none !important;
  outline: none !important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 50px;
  color: #e91c2e;
}

#legalname {
  margin-top: 2em;
}
.card input[type="radio"]:checked + .card-body {
  border: 2px solid #dc3545;
  border-radius: 1.5rem;
}

.oddrow {
    background: #f1e7e1;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom:1px dashed grey;
}

.evenrow {
    background: #ede1dc;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed grey;
}

.oddrow:hover {
    background-color: #f3eae6;
}

.evenrow:hover {
    background-color: #f3eae6;
}

.clear-button-container {
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 998;
    margin-top: 40px; 
}

.selected-row {
    color: #aba5a5;
}

.card {
  border: none;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
}
.card-header {
  border-radius: 0.5rem 0.5rem 0 0;
  background: none;
  font-weight: 700;
}
.card img {
  border-radius: 0.5rem 0.5rem 0 0;
}
#paymentCard .form-control {
  border: 1px solid #ccc;
}
.alert {
  border-radius: 0;
  border: none;
  margin-bottom: 4em;
}
.alert-danger {
  background: #e91c2e;
  color: #fff;
  padding: 1.3em;
  font-size: 1em;
}
.alert-warning {
  background: #e76925;
  color: #fff;
  padding: 1.3em;
  font-size: 1em;
}
.modal-content {
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
.modal-header {
  background: none;
  color: #777;
  border-radius: 24px 24px 0 0;
  padding: 1.5rem;
  border: none;
  position: relative;
  justify-content: center;
}
.modal-title {
  text-align: center;
  width: 100%;
  margin-right: -3em;
}
.modal-body {
  padding: 2rem 5rem;
  scrollbar-width: 20px;
  scrollbar-color: #e91c2e #f0f0f0;
  overflow-y: scroll;
  max-height: 60vh; /* or whatever you want */
  overflow-y: auto;
}
.modal-body h3 {
  margin-top: -2em;
}
.modal-body h2 {
  margin-bottom: -0.3em;
  font-size: 2.5em;
  margin-top: -1.5em;
}
.modal-body h1 {
  font-size: 3.3em;
  text-transform: uppercase;
}
.modal-body .form-control {
  border: 1px solid #777;
}
@media (max-width: 991.98px) {
  .modal-body {
    padding: 1.3rem 2rem;
  }
  .modal-body .form-control {
    margin-bottom: 1em;
  }
}
.modal-body .alert {
  border-radius: 24px;
  padding: 1.5em;
}
.modal-body .alert-success {
  margin-top: 2em;
  margin-bottom: 0em;
}
.modal-body hr {
  margin: 2em 0;
}
.modal-footer {
  border: none;
  padding: 1.5rem 5rem;
}
.modal-footer .form-check-input[disabled] ~ .form-check-label,
.modal-footer .form-check-input:disabled ~ .form-check-label {
	color: #ccc;
}
.tooltip-inner {
  max-width: 400px !important;
  padding: .8em !important;
  text-align: center;
  border-radius: 20px;
}
.modal-header .close {
  padding: 1.5rem 2rem;
}
.modal-body::-webkit-scrollbar {
  width: 22px;
  margin-bottom: 2em;
}
.modal-body::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.modal-body::-webkit-scrollbar-thumb {
  background: #e91c2e;
  border-radius: 10px;
}
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #c21828;
}
.modal-body .bg-warning {
  border-radius: 20px;
}
.modal-backdrop.show {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.8); /* Adjust as needed */
}
.close {
  color: #333;
  text-shadow: none;
  opacity: 1;
  margin-top: 10px;
}
.close:hover {
  color: #e91c2e;
}

.thank-you
.aig-trip-insurance {
	background: #fff;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 70px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}


/* Waypoint Traveler Portal */
/* Tour Search Page Styling */
.row.equal-height {
  align-items: stretch;
  margin: 6em -1em;
}
.login-portal {
  display: flex;
  margin: auto;
}
.login-portal-form {
  display: block;
  background: #fff;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 50px 70px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.login-portal-form h1 {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 3.5em;
}
.login-portal-form h2 {
  font-size: 2.2em;
}
.login-portal-form p {
  font-weight: 500;
  text-align: center;
}
.login-portal-form .input-group {
  margin-bottom: 20px;
}
.login-portal-form .form-control {
  border-radius: 15px;
  border: 0;
  padding: 15px 15px;
  background: #f4f0f0;
  font-size: 18px;
}
.login-portal-form label {
  font-weight: 700;
  margin: 0;
}
.login-portal-form .input-group-text {
  border-radius: 15px;
  border: 0;
  padding: 0 15px;
}
.login-portal-form .btn {
  margin: 20px 0;
}
.login-features {
  padding: 50px 50px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  height: 100%;
}
.login-features h3 {
  font-size: 2.5em;
  font-weight: 300;
}
.login-features h3 strong {
  font-weight: 700;
}
.login-features h6 {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .login-features {
    margin-top: 3em;
  }
}
.code-input {
  width: 3rem;
  height: 3.5rem;
  font-size: 2rem;
  border: 1px solid #ccc;
}
.code-input:focus {
  border-color: #e91c2e;
  outline: none;
}
.welcome-wrapper {
  background: #fff;
  padding: 50px 0;
  margin-bottom: 2em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.activity-level {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
/*  background: #f8ede7;
  border-radius: 50%;
  width: 180px;
  height: 180px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.activity-level i {
  font-size: 3.5rem;
  color: #e91c2e;
  margin: 0;
  transform: scale(1, .8)
}
.activity-level p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25em;
}
@media (max-width: 991.98px) {
  .activity-level {
    width: 120px;
    height: 120px;
  }
  .activity-level i {
    font-size: 2.8rem;
  }
  .activity-level p {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .activity-level {
    width: 80px;
    height: 80px;
  }
  .activity-level i {
    font-size: 2.2rem;
    margin-top: -0.3em;
  }
  .activity-level p {
    font-size: 0.7rem;
    margin-top: -0.8em;
  }
}
.activity-level .fa-stack .text-light,
.activity-modal .fa-stack .text-light {
  color: transparent !important;
  -webkit-text-stroke: 1px #e91c2e;
}
.activity-modal .modal-body {
  max-height: 85vh !important;
}
.activity-modal .modal-content {
  height: 100% !important;
  overflow-y: auto;
}

.activity-modal h5 {
  font-weight: 700;
}
.activity-modal .fa-stack {
  font-size: 1.5em;
  line-height: 1.5em;
  width: 1.5em;
}
.progress-overview h3 {
  font-size: 1.3em;
  font-weight: 300;
}
.progress-overview h3 strong {
  font-weight: 700;
}
.progress-overview li {
  border-bottom: 8px dotted #ccc;
  font-size: 1.2em;
}
.progress-overview li .fa,
.progress-overview li .fa-regular {
  margin-right: 0.6em;
  color: #777;
}
.progress-overview .list-group-item {
  border-width: 0 0 2px;
}
@media (min-width: 1199.98px) and (max-width: 1558px) {
  .progress-overview .btn-imagine {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.trip-progress-page {
  background: #fff;
  padding: 1.5em;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.trip-progress-page h5 {
  font-weight: 700;
}
.trip-progress li {
  border-bottom: 3px dotted #ccc;
}
.trip-progress li:last-child {
  border-bottom: none;
}
.trip-progress-page .form-control {
  border: 1px solid #ccc;
  height: calc(1.8em + 1.8em + 2px);
}
@media (max-width: 991.98px) {
  .trip-progress-page .btn-dark {
    margin-top: 1em;
  }
}
.card {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.card .img-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 24px 0px 0px 24px;
}
#upcoming .card p {
  margin-bottom: 0;
}
/* Footer */
footer {
  background: #fff;
  padding-top: 40px;
  color: #575757;
  margin-top: 60px;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer h1 {
  font-size: 1.3em;
  font-weight: 700;
  color: #e91c2e;
  padding-bottom: 15px;
}
footer #footer-links a {
  color: #575757;
}
footer #footer-links a:hover {
  color: #575757;
  text-decoration: none;
}
footer .footer-header {
  padding-bottom: 20px;
  border-bottom: 2px solid #3bbbe4;
}
footer .social-links {
  text-align: right;
  font-size: 1.5em;
  padding-top: 25px;
  color: #e91c2e;
}
footer .social-links li {
  display: inline-block;
  padding-left: 50px;
}
footer .social-links a {
  color: #e91c2e;
}
footer .social-links a:hover {
  color: #3bbbe4;
  text-decoration: none;
}
footer .footer-links {
  padding-top: 45px;
}
footer .footer-links li {
  padding-bottom: 15px;
  font-weight: 300 !important;
}
footer .footer-links a {
  color: #575757;
}
footer .footer-links a:hover {
  color: #575757;
  text-decoration: none;
}
footer .fa-solid {
  color: #e91c2e;
  padding-right: 10px;
}
footer .address {
  font-weight: 700;
}
footer .footer-disclosure {
  padding: 50px 0 10px;
  font-size: 0.8em;
  text-align: center;
}
footer .footer-disclosure p {
  margin: 0;
}


@media (max-width: 767.98px) {
  footer img,
  footer .social-links {
    display: block;
    margin: auto;
    text-align: center;
  }
  footer .social-links li {
    padding: 0 25px;
  }
  .footer-links,
  .footer-links li {
    text-align: center !important;
    margin: auto;
  }
  .footer-links .col-md-2 {
    margin-bottom: 2em;
  }
}
@media (max-width: 400px) {
  footer .social-links {
    font-size: 1.2em !important;
  }
  footer .social-links li {
    padding: 0 20px;
  }
}
.footer-col-wrap {
  flex: 0 0 250px;
  width: 250px;
  padding: 0 15px;
}

/* Let them stack at 993px and below */
@media (max-width: 1200px) {
  .footer-col-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .footer-col-wrap {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .footer-col-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    text-align: center !important;
  }
}
