html {
  overflow-x: hidden;
  max-width: 100vw;
}

.headerabove {
  font-size: 12px;
}
.headerabove .flexcol {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.header_top {
  background: #fff;
  z-index: 1000;
  position: relative;
  float: initial;
}

.header_mid .navbar-brand {
  position: relative;
}
.header_mid .navbar-brand img {
  width: 260px;
}
.header_mid .navbar-brand p {
  position: absolute;
  font-size: 10px;
  bottom: -3px;
  left: 52px;
}

.menubox button {
  margin: auto;
}

.login-header .form-control, .login-header .btn, .login-header .loginbox {
  font-size: 12px;
  padding: 5px 10px;
}
.login-header .loginbox {
  display: block;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: #fff;
  color: #333 !important;
  cursor: pointer;
}
.login-header .loginbox a {
  color: #333 !important;
}
.login-header .loginbox a:hover {
  color: #427cac !important;
}
.login-header .loginbox:hover {
  border-color: #427cac;
}
.login-header .loginbox:hover a {
  color: #427cac !important;
}

@media screen and (min-width: 1200px) {
  .header_top + .header_top {
    z-index: 1;
  }
}
span.top_mnu {
  color: #7bbe69;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.top_mnu:hover .drop_menu {
  visibility: visible;
  opacity: 1;
  max-height: initial;
}

.drop_menu {
  background: #e1e1e1;
  pointer-events: none;
  color: #333;
}
.drop_menu a {
  color: #333;
}
.drop_menu:before {
  background: #e1e1e1;
}
.drop_menu {
  width: 170px;
}
.drop_menu a {
  display: flex;
}
.drop_menu a small {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    width: 120px;
  }
}
.topmenufaz .fa-check {
  color: green;
}

@media only screen and (max-width: 1199px) {
  .navbar-collapse {
    width: 100%;
    max-width: 350px;
    background: #427cac;
    position: fixed;
    height: 100%;
    overflow: auto;
    left: -100%;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
    z-index: 10000;
    border-right: 2px solid rgb(20.3361344538%, 38.2072829132%, 52.9971988796%);
  }
  .navbar-collapse .topmenufaz .fa-home {
    font-size: 24px;
  }
  .navbar-collapse .topmenufaz {
    float: initial;
    width: 100%;
  }
  .navbar-collapse .topmenufaz li {
    padding-block: 20px;
    padding-inline: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
  }
  .navbar-collapse .topmenufaz li a {
    color: #fff !important;
  }
  .navbar-collapse .topmenufaz li:not(:first-child) {
    border-top: 1px solid rgb(37.3669467787%, 58.487394958%, 75.9663865546%);
  }
  .navbar-collapse .topmenufaz li:last-child {
    border-bottom: 1px solid rgb(37.3669467787%, 58.487394958%, 75.9663865546%);
  }
  .navbar-collapse .dropdown .dropdown-menu {
    display: none;
  }
  .navbar-collapse.show {
    left: 0;
    box-shadow: 100px 0 300px -2px #fff;
  }
  .navbar-collapse.show .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 24px;
  }
  .navbar-toggler {
    padding: 10px;
    margin-right: 0;
    border-color: transparent !important;
    background: transparent !important;
    outline: none;
  }
  .navbar-toggler .icon-bar {
    display: block;
    width: 30px !important;
    height: 2px;
    border-radius: 1px;
    background: #606060 !important;
  }
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
  }
}
.hoibtn {
  float: right;
  width: 20%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.hoibtn li:not(:last-child) {
  width: 100%;
  min-width: 150px !important;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.hoibtn li:not(:last-child) a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hoibtn li:last-child i {
  margin-top: 2px;
}

.hoibtn li {
  font-size: 11px;
  padding: 4px;
  text-align: left;
  background: #efefef;
  color: #606060;
  padding-left: 8px;
  border: 1px solid #606060;
  border-radius: 5px;
}
.hoibtn li a {
  color: #606060;
}

.hoibtn li {
  position: relative;
  width: 50px;
  margin-right: 7px;
  text-align: center;
  padding: 4px;
  margin-left: auto;
}

.hoibtn span:not(.material-icons) {
  position: absolute;
  top: -6px;
  right: -6px;
  color: white;
  font-size: 10px;
  background: #7bbe69;
  width: 16px;
  height: 16px;
  border-radius: 10px;
}

.rt_drom a.more_btn2:hover {
  background: #427cac;
  border-color: #606060;
}

.navicon {
  color: #fff;
  background: #427cac;
  width: 30px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border-radius: 50%;
}

.header_mid.noborder {
  box-shadow: none;
  border-bottom: 1px solid #e9e9e9 !important;
}

#menubar {
  position: relative;
  z-index: 1001;
  overflow: unset;
  box-shadow: unset;
  padding: 5px 0;
}
#menubar li {
  border-bottom: 0 !important;
  padding-block: 10px;
  padding-inline: 10px;
}
#menubar li .drop-arw {
  top: 14px;
}
#menubar .dropdown-menu {
  max-height: initial !important;
  top: calc(100% + 5px);
  background: #ededee !important;
  color: #333 !important;
  padding-inline: 0 !important;
}
#menubar .dropdown-menu li {
  padding-block: 0 !important;
  padding-inline: 0 !important;
}
#menubar .dropdown-menu li a {
  color: #333 !important;
  padding-block: 10px !important;
  padding-inline: 10px;
}
#menubar .dropdown-menu li a:hover {
  background: #e1e1e1 !important;
}

@media screen and (max-width: 1199px) {
  #menubar {
    padding: 0;
    border-bottom: 0;
  }
  #navbarSupportedContent .menu_sec {
    border-top: 0px solid;
  }
  #navbarSupportedContent .menu_sec li a {
    padding: 8px;
    width: 100%;
    float: left;
  }
  #navbarSupportedContent .menu_sec li {
    width: 100%;
    text-transform: none;
    font-weight: bold;
    color: #fff !important;
  }
  #navbarSupportedContent .menu_sec li a {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding-block: 20px !important;
    font-size: 14px;
  }
  #navbarSupportedContent .menu_sec li {
    padding-block: 0;
  }
  #navbarSupportedContent .menu_sec .drop-arw {
    padding: 20px;
    top: 0;
    font-size: 20px;
    right: 4px;
  }
  #navbarSupportedContent .menu_sec li.loginbutton a {
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 5px;
    padding-block: 10px !important;
    font-weight: normal;
    text-align: center;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu.show {
    display: block;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu {
    background: transparent !important;
    color: #fff !important;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu li {
    font-weight: normal;
    color: #fff !important;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu li a {
    color: #fff !important;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu li:hover, #navbarSupportedContent .menu_sec .dropdown-menu li a:hover {
    background: transparent !important;
  }
}
.menu-item {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  color: #1e1e1e;
}
.menu-item:hover {
  background: rgba(66, 124, 172, 0.05);
  color: #427cac;
}
.menu-item.active {
  background: rgba(66, 124, 172, 0.15);
  color: #427cac;
}

h1, h2, h3, h4, h5, h6, .title {
  color: #1E1E1E;
  font-weight: 500;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

.title {
  font-size: 28px;
}

.fw-bold {
  font-weight: 500 !important;
}

b {
  font-weight: 600;
}

.booking-card {
  background: #F8F8F8;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
}
.booking-card p {
  font-size: 14px;
}

.booking-card-error {
  background: rgba(251, 6, 6, 0.3);
  border-radius: 8px;
  border: 1px solid #a60808;
}
.booking-card-error p {
  font-size: 14px;
}

.booking-card-extra {
  background: #e3ebf3;
  border-radius: 5px;
  border: 1px solid #92b3cf;
}
.booking-card-extra p {
  font-size: 14px;
}

.myaccount {
  color: #303030;
}

.font-light {
  color: rgba(48, 48, 48, 0.75);
}

.level-card, .level-card p, .level-card span {
  color: #fff;
}

.greybadge {
  background: #E5E5E5;
  border-radius: 15px;
  padding: 5px;
  padding-inline: 10px;
  font-size: 12px;
  margin-left: 5px;
  white-space: nowrap;
}

.bluebadge {
  background: rgba(66, 124, 172, 0.1);
  border-radius: 15px;
  color: #427cac;
  padding: 5px;
  padding-inline: 10px;
  font-size: 12px;
  margin-left: 5px;
}

.datestamp {
  background: #F8F8F8;
  display: flex;
  flex-flow: column;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}
.datestamp span {
  font-size: 18px;
  font-weight: bold;
}

.parking-input {
  font-size: 14px;
  font-weight: 600;
}
.parking-input.location-price {
  font-weight: 700;
}
.parking-input.time {
  cursor: pointer;
  padding: 0;
  border: none;
}
.parking-input.date {
  border: none;
  background: #fff;
  padding: 0;
  color: #606060;
}
.parking-input.date.readonly {
  background: #f8f8f8;
  pointer-events: none;
}

.not-valid {
  border: 1px solid red !important;
}

.segment-content:not([style*="display:none"]):not([style*="display: none"]) + hr {
  display: none;
}

.segment-content {
  border: 1px solid #E5E5E5;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.toggle-arrow.open {
  transform: rotate(180deg);
}

hr {
  background: #D9D9D9;
}

.process-stepper {
  padding: 8px;
  max-width: 600px;
}
.process-stepper .step-item {
  display: flex;
  position: relative;
  padding-bottom: 8px;
}
.process-stepper .step-item:not(:last-child):before {
  content: "";
  position: absolute;
  left: 6px;
  top: 16px;
  bottom: 0;
  width: 2px;
  background-color: #e0e0e0;
}
.process-stepper .step-item .step-icon {
  width: 16px;
  height: 16px;
  background-color: #427CAC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  z-index: 1;
  font-size: 10px;
}
.process-stepper .step-item .step-icon.success {
  background-color: #4a76a8;
}
.process-stepper .step-item .step-content {
  margin-left: 20px;
}
.process-stepper .step-item .step-content h3 {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  color: #1a1a1a;
}
.process-stepper .step-item .step-content p {
  margin: 4px 0 0 0;
  font-size: 10px;
  color: #888;
  line-height: 1.4;
}
.process-stepper .step-item:last-child {
  padding-bottom: 0;
}

.stepbody_outlined .marker {
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: #427CAC;
}

.parking-payment-label {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
}

.parking-payment-label span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #6c757d;
}

.custom-insurance-card {
  border: 1px solid #ced4da;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.custom-insurance-card:has(> .card-right-action > input[type=checkbox]:checked),
.custom-insurance-card:has(> .card-right-action > input[type=radio]:checked) {
  border-color: #2b749d;
  background-color: #f0f7fb;
}

.custom-insurance-card .card-left-content {
  flex-grow: 1;
  padding-right: 20px;
}

.custom-insurance-card .card-right-action {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-insurance-card .card-right-action input[type=checkbox],
.custom-insurance-card .card-right-action input[type=radio] {
  position: static !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  cursor: pointer;
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  accent-color: #2b749d;
}

.custom-insurance-card .insurance-links a {
  color: #2b749d;
  text-decoration: none;
  font-size: 0.9em;
}

.custom-insurance-card .insurance-links a:hover {
  text-decoration: underline;
}

.iti {
  width: 100%;
  display: block;
}

.form-floating .iti .form-control {
  height: calc(3.5rem + 2px);
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > label[for=phone] {
  padding-left: 95px;
  z-index: 5;
  pointer-events: none;
}

.profile-row {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e9ecef;
  transition: opacity 0.3s ease;
}

.profile-row:last-child {
  border-bottom: none;
}

.row-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.25rem;
}

.row-value {
  color: #868e96;
  margin-bottom: 0;
}

.btn-toggle-edit {
  text-decoration: none;
  color: #427cac;
  font-weight: 500;
  align-self: center;
}

.btn-toggle-edit:hover {
  color: #396991;
}

.editing-mode .profile-row:not(.active-row) {
  opacity: 0.3;
  pointer-events: none;
}

.editing-mode h4, .editing-mode p.text-muted {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.edit-area {
  display: none;
  margin-top: 1rem;
}

.form-select[readonly] {
  background: #e9ecef;
}

.accordion-button:not(.collapsed):not(.no-accordion-style), .accordion-button.collapsed:not(.no-accordion-style) {
  color: #333 !important;
  font-weight: 600;
}

.form-floating.iti-floating .iti {
  width: 100%;
}

.form-floating.iti-floating .form-control {
  height: calc(3.5rem + 2px);
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating.iti-floating > label {
  padding-left: 95px;
  z-index: 5;
}

.form-floating.iti-floating:focus-within > label,
.form-floating.iti-floating:has(input:not(:placeholder-shown)) > label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

@media (min-width: 1200px) {
  .desktop-sidebar {
    border-right: 1px solid #e9e9e9;
    min-height: calc(100vh - 91px);
  }
}
@media (max-width: 1199.98px) {
  .bottom-nav-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1050;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    padding: 0 0 !important;
    margin: 0;
    border-top: 1px solid #f0f0f0;
  }
  .bottom-nav-mobile .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    flex: 1;
    margin: 0 !important;
  }
  .bottom-nav-mobile .menu-item span {
    text-overflow: ellipsis;
    text-wrap: wrap;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .bottom-nav-mobile .menu-item.active {
    background: #fff;
    color: #427cac;
  }
  body {
    padding-bottom: 75px;
  }
}
.new-step-styling .fakerow {
  border: 1px solid #dce1e6;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 0;
  padding-left: 30px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.new-step-styling .fakerow:has(input[type=radio]:checked) {
  border: 2px solid #1a6b9a;
  background-color: #f2f7fa;
}

.new-step-styling .fakerow label {
  width: 100%;
  margin: 0;
}

.new-step-styling .fakerow .d-flex {
  align-items: flex-start !important;
}

.new-step-styling input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  accent-color: #1a6b9a;
  cursor: pointer;
}

.new-step-styling .ms-3 {
  margin-left: 16px !important;
  width: calc(100% - 36px);
}

.new-step-styling .fakerow .d-flex {
  align-items: center !important;
}

.new-step-styling input[type=radio] {
  position: absolute;
  top: calc(50% - 10px);
}

input[name=loyalty_value] + div,
input[name=loyalty_value] ~ div:has(.fakerow) {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.stepbody.new-step-styling.stepbody_outlined.pt-3 > .fakerow:first-child {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.addonlabelnew {
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  padding: 10px;
  padding-block: 20px;
}

.addonlabelnew.active {
  border-color: #427cac;
  background: #EFFAFF;
}

.custom-itinerary-modal .itinerary-modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.custom-itinerary-modal .itinerary-modal-header .modal-title {
  font-weight: 700;
  font-size: 22px;
  color: #1a1a1a;
}
.custom-itinerary-modal .itinerary-modal-body {
  padding: 24px;
}

.modal-map-container {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  margin-bottom: 24px;
  background-color: #e5e3df;
  overflow: hidden;
  border: 1px solid #eaeaea;
}

.itinerary-timeline-container {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
  max-height: 41vh;
  min-height: 250px;
  overflow-y: auto;
}
.itinerary-timeline-container .timeline-row {
  display: flex;
  position: relative;
}
.itinerary-timeline-container .timeline-row .timeline-icon-col {
  width: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
}
.itinerary-timeline-container .timeline-row .timeline-line {
  position: absolute;
  width: 2px;
  background-color: #e8e8e8;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.itinerary-timeline-container .timeline-row.is-first .timeline-line {
  top: 10px;
}
.itinerary-timeline-container .timeline-row.is-last .timeline-line {
  bottom: auto;
  height: 10px;
}
.itinerary-timeline-container .timeline-row .timeline-circle {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: 4px;
}
.itinerary-timeline-container .timeline-row .timeline-circle.timeline-circle-main {
  width: 16px;
  height: 16px;
  border: 3.5px solid #427cac;
}
.itinerary-timeline-container .timeline-row .timeline-circle.timeline-circle-sub {
  width: 14px;
  height: 14px;
  border: 2px solid #e0e0e0;
}
.itinerary-timeline-container .timeline-row .timeline-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 24px;
}
.itinerary-timeline-container .timeline-row .timeline-left {
  display: flex;
  flex-direction: column;
}
.itinerary-timeline-container .timeline-row .timeline-left .timeline-city-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}
.itinerary-timeline-container .timeline-row .timeline-left .timeline-city {
  font-weight: 600;
  font-size: 15px;
  color: #111111;
}
.itinerary-timeline-container .timeline-row .timeline-left .timeline-day-badge {
  background-color: #f2f2f2;
  color: #777777;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 4px;
}
.itinerary-timeline-container .timeline-row .timeline-left .timeline-country {
  font-size: 14px;
  color: #999999;
}
.itinerary-timeline-container .timeline-row .timeline-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.itinerary-timeline-container .timeline-row .timeline-right .timeline-date {
  font-weight: 600;
  font-size: 14.5px;
  color: #111111;
  margin-bottom: 2px;
}
.itinerary-timeline-container .timeline-row .timeline-right .timeline-time {
  font-size: 13px;
  color: #999999;
}

.caitlin {
  transform: scaleX(-1);
  position: absolute;
  bottom: -181px;
  right: 0;
}

.footer_sec .newsletter {
  display: flex;
  justify-content: space-around;
  flex-flow: column;
}
.footer_sec .newsletter input {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .footer_sec .footer_topBox h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .footer_sec .footer_topBox p {
    line-height: 22px;
    margin-bottom: 10px;
  }
  .footer_sec h5.clickit {
    position: relative;
  }
  .footer_sec h5.clickit:after {
    position: absolute;
    right: 10px;
    font-family: "Material Icons";
    font-weight: 900;
    content: "\e313";
    top: 0px;
    font-size: 14px;
  }
}
.footer_sec hr {
  margin-top: 2rem;
}
.footer_sec .logobox {
  text-align: center;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
.footer_sec .logobox img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.footer_sec .bottomfooter {
  text-align: center;
  line-height: 24px;
}
.footer_sec .bottomfooter div {
  font-size: 13px;
}
.footer_sec .logo_feedback img {
  width: 80px;
}

/*# sourceMappingURL=accountv2.css.map */
