/* VARIABLES */
:root {
  /* Colours */
  --blue-primary: #1e4293;
  --blue-secondary: #1c5bab;
  --blue-dark-primary: #00247d;
  --blue-light-primary: #d1e9f5;

  --red-og: #ec423c;
  --red-primary: #e81e17;
  --red-secondary: #dd2727;

  --rouge-primary: #bd535f;

  --peach-primary: #fecca7;

  --black: #040404;
  --grey-dark-primary: #434343;
  --grey-type: #5b5360;
  --grey-400: #988998;
  --grey-300: #d1cad1;
  --grey-200: #e8e2e8;
  --grey-100: #f1f1f1;
  --white: #ffffff;

  /* Theme */
  --border-radius-primary: 16px;
  --border-radius-half: 8px;
  --border-radius-quartern: 4px;

  --tab-bg-primary: #e8e2e8;

  font-size: 16px;
}

img.lazy {
  opacity: 0;
  transform: opacity 0.2s ease-in-out;
}

img.lazy[data-ll-status='loaded'] {
  opacity: 1;
}

.dropdown.adult-price img {
  --default-image: url(/images/icons/sr/caret-down-solid.svg);
  --selected-image: url(/images/icons/sr/caret-up-solid.svg);

  --default-image-lg: url(/images/icons/sr/price-min.svg);
  --selected-image-lg: url(/images/icons/sr/price_active.svg);
}

.dropdown.departures img {
  --default-image: url(/images/icons/sr/caret-down-solid.svg);
  --selected-image: url(/images/icons/sr/caret-up-solid.svg);

  --default-image-lg: url(/images/icons/sr/departure-min.svg);
  --selected-image-lg: url(/images/icons/sr/departure_active.svg);
}

.dropdown.duration img {
  --default-image: url(/images/icons/sr/caret-down-solid.svg);
  --selected-image: url(/images/icons/sr/caret-up-solid.svg);

  --default-image-lg: url(/images/icons/sr/duration-min.svg);
  --selected-image-lg: url(/images/icons/sr/duration_active.svg);
}

.dropdown.destination img {
  --default-image: url(/images/icons/sr/caret-down-solid.svg);
  --selected-image: url(/images/icons/sr/caret-up-solid.svg);

  --default-image-lg: url(/images/icons/sr/destination-min.svg);
  --selected-image-lg: url(/images/icons/sr/destination_active.svg);
}

.dropdown.holiday-types img {
  --default-image: url(/images/icons/sr/caret-down-solid.svg);
  --selected-image: url(/images/icons/sr/caret-up-solid.svg);

  --default-image-lg: url(/images/icons/sr/holiday-min.svg);
  --selected-image-lg: url(/images/icons/sr/holiday_active.svg);
}

/* LAYOUT */
.container {
  /*max-width:1620px;*/
  max-width: calc(1210px + calc(calc(var(--bs-gutter-x) * 0.5) * 2));
}

body {
  min-width: 350px;
}

/* TYPOGRAPHY */

/* Font Family settings */
h1,
h2,
h3 {
  font-family: 'Kanit';
  text-rendering: optimizeSpeed;
}

h4,
h6 {
  font-family: 'Open Sans';
  text-rendering: optimizeSpeed;
}

h5 {
  font-family: 'Kanit';
  font-weight: 500;
  text-rendering: optimizeSpeed;
}

.card-price {
  font-family: 'Kanit';
  font-weight: 600;
  text-rendering: optimizeSpeed;
}

.subtitle-one {
  font-family: 'Kanit';
  font-weight: bold;
  text-rendering: optimizeSpeed;
}

.subtitle-two {
  font-family: 'Open Sans';
  font-weight: bold;
  text-rendering: optimizeSpeed;
}

blockquote,
.quote {
  font-family: 'Open Sans';
  text-rendering: optimizeSpeed;
}

button,
.btn {
  font-family: 'Kanit' !important;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 19px !important;
  letter-spacing: 0 !important;
  text-rendering: optimizeSpeed;
}

p,
a,
span,
span:before,
strong {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-rendering: optimizeSpeed;
}

.p-small {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.p-large {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
}

/* Heading specific settings */
.h1 {
  color: var(--blue-primary);
  line-height: 1.4;
  font-size: 34px;
  letter-spacing: -1px;
}

.h2 {
  line-height: auto;
  font-size: 28px;
  letter-spacing: -0.5px;
}

.h3 {
  line-height: 28px;
  font-size: 24px;
  letter-spacing: 0;
}

.h4 {
  line-height: auto;
  font-size: 24px;
  letter-spacing: 0;
}

.h5 {
  line-height: 28px;
  font-size: 20px;
  letter-spacing: 0;
}

.h6 {
  line-height: 108%;
  font-size: 16px;
  letter-spacing: 0;
}

/* Body Specific Settings */
.large-print {
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 0.1px;
}

.small-print {
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0px;
}

.card-price {
  line-height: 22px;
  font-size: 24px;
  letter-spacing: 0;
}

.subtitle-one {
  line-height: 28px;
  font-size: 20px;
  letter-spacing: 0.15px;
}

.subtitle-two {
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 0.15px;
}

.kanit {
  font-family: 'Kanit';
}

.kanit-bold {
  font-family: 'Kanit';
  font-weight: bold;
}

/* THEME */

.site-logo {
  height: 50px !important;
}

header .phone {
  font-family: 'Open Sans';
  font-size: 28px;
  color: var(--blue-primary);
  font-weight: bold;
  margin: 0;
  line-height: 36px;
}

.navbar {
  z-index: 1901;
}

.banner-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--grey-type);
}

.banner-nav-item .icon {
  margin-top: 0.5rem;
  height: 20px !important;
}

/* Colour Utils */
.bg-blue-primary {
  background: var(--blue-primary) !important;
}

.bg-blue-secondary {
  background: var(--blue-secondary) !important;
}

.bg-blue-light {
  background: var(--blue-light-primary) !important;
}

.text-blue {
  color: var(--blue-primary) !important;
}

.text-blue-secondary {
  color: var(--blue-secondary) !important;
}

.text-red {
  color: var(--red-primary);
}

.text-red-secondary {
  color: var(--rouge-primary);
}

.text-grey-type {
  color: var(--grey-type);
}

/* Rounding Utils */
.rounded {
  border-radius: var(--border-radius-primary) !important;
}

.rounded-half {
  border-radius: var(--border-radius-half) !important;
}

/* Navigation */
.navbar-nav a.nav-link[role='button'] {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff !important;
}

/* BS Overrides */

/* Cards */
.card {
  box-shadow: 0px 6px 15px 0px rgba(30, 66, 147, 0.15) !important;
  border-radius: var(--border-radius-primary);
}

.card .card-body {
  padding: 24px 32px !important;
}

.card .card-body.p-0 {
  padding: 0 !important;
}

.card.no-pad .card-body {
  padding: 0 !important;
}

.card::hover {
  box-shadow: 0px 8px 40px 0px rgba(30, 66, 147, 0.25) !important;
}

/* width */
*::-webkit-scrollbar {
  width: 15px;
}

/* Track */
*::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #bababa;
  background-color: #f9f9f9;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: var(--blue-primary);
  border-radius: 10px;
}

/* Buttons */
.btn {
  padding-top: 13px;
  padding-bottom: 16px;
  -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.35);
  border: unset !important;
}

.btn.btn-primary {
  color: var(--white);
  background-color: var(--red-primary);
  flex-direction: row;
  align-items: center;
}

.btn-secondary {
  color: var(--white);
  background-color: var(--red-primary);
  flex-direction: row;
  align-items: center;
  background: #1e4293;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

/* Content */
header {
  box-shadow: 0px 6px 15px rgba(30, 66, 147, 0.15);
}

.itinpage main header {
  box-shadow: unset !important;
}

.back-to-top:hover,
.back-to-top:hover * {
  cursor: pointer;
}

.exclusive-deals h3 {
  color: var(--grey-type);
}

.exclusive-deals .deals-point {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-type);
  font-weight: bold;
}

.upsell-bar {
  background: var(--blue-secondary);
}

.upsell-bar p {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

footer.site-footer a {
  color: var(--grey-type) !important;
  text-decoration: unset !important;
  font-family: 'Open Sans';
}

footer.site-footer a b {
  color: var(--grey-type) !important;
  font-family: 'Kanit';
  font-weight: bold;
}

/* Content */

/* Homepage */

/* Search Results */
.search-result.card {
  display: flex;
  flex-direction: column;
}

.search-result.card .card-img-top .img-fluid {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.search-result.card .card-img-top .img-fluid p {
  font-weight: bold;
  background-color: #1e4293;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  pointer-events: none;
}

.whats-included-collapse,
.deposit-block,
.link-row,
.book-now-rule,
.filter-sort-row .filter-track .dropdown-toggle::after {
  display: none !important;
}

@media (min-width: 992px) {
  @media (max-width: 1222px) {
    .filter-track {
      width: 100% !important;
    }
  }
}

@media (max-width: 992px) {
  #sortTrackWrapper {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
  }

  #sortTrackWrapper.show {
    max-height: 112px;
  }
}

/* Filters */

.filter-sort-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.filter-sort-row .filter-track {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.filter-sort-row .filter-track .dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.filter-sort-row .filter-track .dropdown .dropdown-toggle {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  background: white;
  border: unset;
  box-shadow: unset;
  border-radius: 0;
  text-align: left;
  border-bottom: 1px solid #d1cad1 !important;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.filter-sort-row .filter-track .dropdown-toggle img {
  content: var(--default-image);
  height: 1rem;
  width: 1rem;
  order: 2;
}

.filter-sort-row .filter-track .dropdown-toggle span {
  order: 1;
}

.filter-sort-row .filter-track .dropdown-menu.show {
  position: relative !important;
  inset: unset !important;
  margin: 0 !important;
  transform: unset !important;
  border-radius: 0 !important;
  border: unset !important;
  border-bottom: 2px solid var(--blue-primary) !important;
}

.filter-sort-row .filter-track .dropdown-menu li {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
}

.filter-sort-row .filter-track .dropdown-menu li:before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 12px;
  margin-right: -10px;
  color: var(--red-primary);
}

.filter-sort-row .filter-track .dropdown-menu li a {
  font-family: Kanit;
  font-weight: 500;
}

.filter-sort-row .filter-track.hide-on-cond {
  display: none !important;
}

/* Filters - End */

/* Sort Menu */

select option:hover,
select option:checked {
  background-color: var(--blue-light-primary);
}

.sort-selector {
  background: rgba(232, 226, 232, 1);
  border: unset;
  font-family: 'Kanit';
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  appearance: none;
  background-image: url(/images/icons/sr/chevron-down-solid.svg);
  background-repeat: no-repeat;
  background-position: right 1.5em top 50%;
  background-size: 1em auto;
}

/* Sort Menu - End */

#quickViewModal .form-control-plaintext {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding-top: 0;
}

#quickViewModal label.form-label {
  margin-bottom: 0;
  font-family: 'Open Sans';
}

#quickViewModal textarea {
  resize: none;
}

#quickViewModal #txtRoomsOffered {
  text-transform: capitalize;
}

#quickViewModal .modal-body {
  padding: 24px 32px !important;
}

#quickViewModal .card-body .row {
  width: 100%;
}

#quickViewModal #highlightsRow {
  margin-left: -32px;
  margin-right: -32px;
  padding-left: 21px;
  padding-right: 21px;
}

@media (max-width: 992px) {
  #quickViewModal > .modal-dialog {
    top: 88px !important;
  }
}

/* Card Content */
.search-result.card .card-body .result-title {
  color: var(--rouge-primary);
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
}

.search-result.card .card-body .price-row > div,
.quick-view-modal .price-row > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.quick-view-modal .price-row > div {
  justify-content: center;
}

.search-result.card .card-body .was-price,
.quick-view-modal .was-price {
  color: var(--grey-type);
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0.65rem;
  padding-right: 1rem;
  text-decoration: line-through;
}

.price-row.no-deal .was-price,
.price-row.no-deal .save-price {
  display: none;
}

.search-result.card .card-body .now-price,
.quick-view-modal .now-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.search-result.card .card-body .now-price .pound,
.quick-view-modal .now-price .pound {
  color: var(--red-primary);
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 25px;
}

.search-result.card .card-body .now-price .pence,
.quick-view-modal .now-price .pence {
  color: var(--red-primary);
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  padding-right: 1rem;
}

.search-result.card .card-body .save-price,
.quick-view-modal .save-price {
  color: var(--blue-primary);
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  background: rgba(253, 193, 191, 1);
  padding: 0.33rem 0.5rem;
  border-radius: 0.25rem;
}

.search-result.card .card-body .button-row .btn {
  width: 100%;
}

@media (max-width: 992px) {
  .search-result.card {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .search-result.card .card-body .was-price {
    padding-top: 0.5rem !important;
    padding-right: 0.25rem !important;
    font-size: 14px;
  }

  .search-result.card .card-body .now-price {
    padding-right: 0 !important;
  }

  .search-result.card .card-body .now-price .pence {
    padding-right: 0.25rem;
  }

  .search-result.card .card__right {
    border-left: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
  }

  .continue-arrow {
    max-width: 100%;
    min-width: 220px !important;
    width: auto;
    text-align: start;
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 10px;
    background-image: url('/images/general/caret-right.svg');
  }
}

.result-count {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #bd535f;
}

.link-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.search-result .link-row {
  display: grid !important;
}

.search-result.card .price-row .now-price .wording {
  font-family: 'Kanit';
  font-size: 16px;
  color: #e81e17;
  line-height: 14px;
}

.available-date-item {
  border-radius: var(--border-radius-half);
  background-color: var(--blue-light-primary);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 16px;
  margin-bottom: 8px;
  height: 2.75rem !important;
}

.available-date-item .discounted {
  display: none;
}

.available-date-item p {
  margin: 0;
}

.available-date-item p.pricing span {
  font-size: 20px;
}
.available-date-item p.pricing .pennies-and-people {
  font-size: 18px;
}

.available-date-item .left {
  width: 70%;
}
.available-date-item .right {
  width: 30%;
}

.available-date-item .left,
.available-date-item .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.available-date-item .left {
  justify-content: flex-start;
}

.available-date-item .left .check {
  width: 24px;
  height: 24px;
  background: white;
  margin-right: 8px;
  border-radius: 4px;
  border-style: inset;
  border: 1px solid var(--grey-type);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center !important;
}

.available-date-item .left .check img {
  display: none;
  width: 16px;
  height: 16px;
}

.available-date-item .right {
  justify-content: flex-end;
}

.available-date-item .right .pricing span {
  font-family: 'Open Sans';
}

.available-date-item .right .pricing span:not(.discounted) {
  font-weight: bold;
}

.available-date-item .right .pricing span.discounted {
  text-decoration: line-through;
  margin-right: 8px;
}

.available-date-item .right .pricing .pennies-and-people {
  font-size: 9px;
  letter-spacing: 0.15px;
}

/* Active */
.available-date-item.active {
  background-color: var(--blue-secondary);
  color: var(--white);
}
.available-date-item.active .left .check img {
  display: block;
  content: url('/images/site_icons/check-solid.svg');
}

.show-more-dates {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 1rem 0;
  margin-bottom: 1rem;
  border-bottom: none;
  text-decoration: none;
  color: var(--black);
  position: relative;
  width: 100%;
  background: white;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  font-weight: normal !important;
}

.show-more-dates span:before {
  content: 'Show more';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.show-more-dates.showing span:before {
  content: 'Show less';
}

.show-more-dates .minus {
  display: none;
}

.show-more-dates.showing .plus {
  display: none;
}

.show-more-dates.showing .minus {
  display: inline;
}

.btn-link {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}

.col.image {
  max-width: 350px;
}

.search-result.card .departure-track {
  max-height: 154px;
}

.search-result.card.tour .departure-track {
  max-height: 50px;
}

.search-result.card.tour .departure-track.show {
  max-height: 154px;
}

.search-result.card .btn-link {
  text-decoration: unset !important;
}

.selected-items .dropdown-item.remove {
  background: #bd535f;
  border-radius: 8px;
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 10px 20px;
  width: fit-content;
}
/* Search Results End */

/* Itinerary */

.itinpage header hgroup h4 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
}

.itinpage header hgroup h1 {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 103%;
  display: flex;
  align-items: center;
  color: var(--blue-primary);
}

.itinpage header hgroup h2 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: var(--black-primary);
}

.insurance-details {
  color: var(--blue-primary);
}

.deposit-disclaimer:not(img) {
  color: var(--blue-primary);
}

.deposit-disclaimer img {
  margin-right: 8px;
}

span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-spacing: inherit;
}

.room-details {
  gap: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.room-details p {
  display: flex;
  margin: 0;
}

.itinpage section.gallery {
  max-height: 371px;
  position: relative;
}

.itinpage section.gallery * {
  max-height: inherit;
}

.itinpage section.gallery .left,
.itinpage section.gallery .right {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
}

.itinpage section.gallery .left.col-lg-12 {
  padding-right: 0 !important;
}

.itinpage section.gallery img {
  object-position: center;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.itinpage section.gallery .left img {
  flex-grow: 1;
  width: calc(100% - 1rem);
}

.itinpage section.gallery .right img {
  max-height: 180px;
  min-height: 180px;
  margin-bottom: 15px;
}

.itinpage section.gallery .see-all-images {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 900;
  background: var(--white);
  border-radius: var(--border-radius-half);
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--black);
  text-decoration: none !important;
  width: fit-content;
  padding: 8px 16px;
}

.itinpage section.gallery .see-all-images svg {
  margin-right: 10px;
}

.itinpage .itinerary-tabs {
  margin-bottom: 2rem;
}
.itinpage .nav.nav-tabs {
  background: var(--tab-bg-primary);
  border-radius: 16px 16px 0 0;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 75px !important;
}
.itinpage .nav-item[role='presentation'] {
  background-color: inherit;
  padding: 0;
  margin: 0;
}

.itinpage .nav-item .nav-link[role='tab'] {
  color: var(--rouge-primary) !important;
  font-family: 'Kanit';
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border: unset;
  padding: 16px 24px 24px 24px;
  border-radius: 16px 16px 0 0;
  position: relative;
  margin-bottom: -2px;
}

.itinpage .nav-item .nav-link[role='tab'].active {
  background: white !important;
  border: 1px solid var(--grey-300);
  border-bottom: unset !important;
  color: var(--blue-secondary) !important;
  z-index: 2;
  padding-bottom: 16px;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.itinpage .tab-content {
  min-height: 10rem;
  background: white;
  z-index: 1;
  border: unset;
  position: relative;
  padding: 0;
  box-shadow: unset !important;
}

.itinpage .tab-content .tab-pane {
  background: transparent;
  padding: 24px;
}

.itinpage .tab-content .tab-pane.show {
  z-index: 1 !important;
}

.itinpage .itinerary-tabs .nav-tabs .nav-item:first-of-type {
  border-radius: var(--border-radius-primary) 0 0 0;
}

.itinpage .itinerary-tabs .nav-tabs .nav-item:lasrt-of-type {
  border-radius: 0 0 var(--border-radius-primary) 0;
}

.itinpage .book-seats.seatplan-results-content {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding: 0 50px 0 140px;
  background: url('/images/Bus outline.png');
  border-radius: 32px 4px 4px 32px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 240px;
}

.itinpage .book-seats.seatplan-results-content .seat-plan {
  display: grid;
  grid-template-columns: repeat(14, 28px);
  grid-column-gap: 5px;
  padding-bottom: 1rem;
}

.itinpage .book-seats.seatplan-results-content .seat-plan .seat-plan-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.itinpage .book-seats.seatplan-results-content .seat-plan .seat img {
  height: 26px;
  width: 28px;
}

.-page .tour-list {
  max-height: calc(52px * 4);
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.itinpage .tour-list {
  overflow: hidden;
}

.itinpage .tour-list.show {
  max-height: calc(52px * 4) !important;
  overflow-y: scroll;
}

.itinpage .tour-list.show .splide__track {
  overflow: unset !important;
}

/* Stock */
.itin-page .available-date-item {
  border-radius: var(--border-radius-half);
  background-color: var(--blue-light-primary);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 16px;
  margin-bottom: 8px;
  height: 2.75rem !important;
}

.itin-page .available-date-item p {
  margin: 0;
}

.itin-page .available-date-item .left,
.itin-page .available-date-item .right {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.itin-page .available-date-item .left {
  justify-content: flex-start;
}

.itin-page .available-date-item .left .check {
  width: 24px;
  height: 24px;
  background: white;
  margin-right: 8px;
  border-radius: 4px;
  border-style: inset;
  border: 1px solid var(--grey-type);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center !important;
}

.itin-page .available-date-item .left .check img {
  display: none;
  width: 16px;
  height: 16px;
}

.itin-page .available-date-item .right {
  justify-content: flex-end;
}

.itin-page .available-date-item .right .pricing span {
  font-family: 'Open Sans';
}

.itin-page .available-date-item .right .pricing span:not(.discounted) {
  font-weight: bold;
}

.itin-page .available-date-item .right .pricing span.discounted {
  text-decoration: line-through;
  margin-right: 8px;
}

.itin-page .available-date-item .right .pricing .pennies-and-people {
  font-size: 9px;
  letter-spacing: 0.15px;
}

/* Active */
.itin-page .available-date-item.active {
  background-color: var(--blue-secondary);
  color: var(--white);
}
.itin-page .available-date-item.active .left .check img {
  display: block;
  content: url('/images/site_icons/check-solid.svg');
}

.splide {
  visibility: visible !important;
}

.show-more-dates {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 1rem 0;
  margin-bottom: 1rem;
  border-bottom: none;
  text-decoration: none;
  color: var(--black);
  position: relative;
  width: 100%;
  background: white;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  font-weight: normal !important;
}

.show-more-dates span:before {
  content: 'Show more';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.show-more-dates.showing span:before {
  content: 'Show less';
}

.show-more-dates .minus {
  display: none;
}

.show-more-dates.showing .plus {
  display: none;
}

.show-more-dates.showing .minus {
  display: inline;
}

.tour-details,
.departure-details {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--grey-300);
  text-decoration: none;
  color: var(--black);
}

.tour-details p {
}

.tour-details p,
.departure-details p {
  display: flex;
  flex-direction: row;
  margin: 0;
  margin-bottom: 6px;
}

.tour-details p b,
.departure-details p b {
  text-transform: capitalise;
  word-break: break-word;
}

.departure-details p.time b {
  width: 50%;
}

.tour-pricing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid var(--grey-300);
  margin-bottom: 1rem;
}

.tour-pricing p {
  margin-bottom: 0;
  margin-right: 12px;
}

.tour-pricing .was-price,
.tour-pricing .was-price span {
  display: none;
  color: var(--grey-type);
  text-decoration: line-through;
  font-family: 'Kanit';
  font-weight: 200;
  line-height: auto;
}

.tour-pricing .was-price,
.tour-pricing .was-price span {
  display: flex;
  flex-direction: row;
  color: var(--grey-type);
  text-decoration: line-through;
  font-family: 'Kanit';
  font-weight: 200;
  line-height: auto;
}

.tour-pricing .now-price,
.tour-pricing .now-price span {
  color: var(--red-primary);
  line-height: auto;
  font-family: 'Kanit';
  font-weight: 600;
  font-size: 20px;
  line-height: auto;
}

.tour-pricing .now-price span.pounds {
  font-size: 36px;
}

.tour-pricing .now-price small {
  font-size: 16px;
  font-family: 'Kanit';
  line-height: auto;
}

.tour-pricing.discount .now-price small {
  display: none;
}

.tour-pricing .discount-value {
  display: none;
  background-color: rgba(253, 193, 191, 1);
  padding: 4px 12px;
  color: var(--black);
  font-family: 'Kanit';
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.tour-pricing.discount .discount-value {
  display: block;
  background-color: rgba(253, 193, 191, 1);
  padding: 4px 12px;
  color: var(--black);
  font-family: 'Kanit';
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.tour-pricing.discount .discount-value span {
  font-family: 'Kanit';
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.room-details.tour-pricing .pence {
  position: relative;
  top: 5px;
}

/* Itinerary - End */

/* Account */
.input-group .input-group-text {
  height: 100%;
  border-radius: 0.375rem 0 0 0.375rem;
}
.input-group-append input {
  border-radius: 0 0.375rem 0.375rem 0;
}
.split-select {
  display: flex;
  justify-content: space-between;
}
.split-select select {
  width: 48%;
}
input#txtSecurity {
  width: 20%;
}
.flipper {
  background-color: #1e4293 !important;
}
/* Custom Slider */
.custom-slider .container-fluid {
  position: absolute;
  top: 50%;
  background-color: var(--blue-primary);
}

.custom-slider .slide-title {
  color: white;
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
}

/* Landing Page */

.bg-container,
.background-image-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.itin-image-mob div {
  min-height: 300px;
  border-radius: 16px;
}
.itin-image-mob {
  margin-bottom: 25px;
}

.itin-carousel-container {
  padding-top: 25px;
}

.itin-image-1 div {
  min-height: 478px;
  border-radius: 16px 0 0 16px;
}

.itin-image-2 div {
  height: 239px;
  margin-bottom: 10px;
  border-radius: 0 16px 0 0;
}

.itin-image-3 {
  height: 239px;
  border-radius: 0 0 16px 0;
}

.itin-image-2-fix div {
  height: 430px;
  margin-bottom: 0;
  border-radius: 0 16px 16px 0;
}

.itin-image-1-fix div {
  border-radius: 16px !important;
}

.image-message {
  background-color: #fff;
  padding: 12px;
  margin: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.image-message p {
  color: #1d1d1d;
}

.see-breaks {
  background-color: var(--tab-bg-primary);
  padding: 1rem;
  border-radius: 1rem;
}

.attractions {
  border: 1px solid #d1cad1;
  border-radius: 16px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.landing-page .content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}

.landing-page .content .white-overlay {
  position: absolute;
  bottom: 18px !important;
  width: 100%;
  max-height: 70px;
  bottom: 0;
}

.white-overlay {
  pointer-events: none;
}

/* Hotel Landing Page */
.hotel-section p {
  margin: 0px;
  line-height: 22px;
}

.hotel-subtitle {
  font-family: 'OpenSansRegular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #5b5360;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .search-results-title {
    font-size: 24px;
    padding-top: 18px;
  }

  .search-result.card .card-body .button-row .btn {
    width: calc(50% - 4px);
  }

  .recently-viewed {
    display: none;
  }
}

.landing-page iframe {
  max-width: 100%;
  width: 100%;
}

.landing-page table tbody td,
table {
  padding: 0;
  border: 0 !important;
}

.search-results .show-more-dates-hide {
  opacity: 0;
  pointer-events: none;
}

.hotel-section-title {
  font-size: 28px;
  margin: 10px 0 8px 0;
}

.search-section table tr td strong,
.facilities table tr td strong {
  font-size: 18px;
  /*color: #5e2b5f;*/
}

.search-section table tr td {
  padding: 5px 0;
}

.attractions table img {
  height: 35px;
}

.attractions table td {
  /*padding-bottom: 20px;*/
  color: #5b5360;
}

/* Gift Vouchers */
.Vouchers .steps ul {
  list-style: none;
  background-color: #1e4293;
}
.Vouchers .steps li {
  flex: 1;
  position: relative;
}
.Vouchers .steps li,
.Vouchers .steps a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.Vouchers .steps li.active {
  background-color: #ef4035;
}
.Vouchers .steps li.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border: 35px solid transparent;
  border-left: 20px solid #ef4035;
}
@media only screen and (max-width: 992px) {
  .Vouchers .steps li {
    display: none;
  }
  .Vouchers .steps li.active {
    display: block;
  }
}

.attractions table td strong {
  color: #5e2b5f;
  font-family: 'OpenSansBold', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

@media only screen and (min-width: 992px) {
  .attractions {
    border: 1px solid #d1cad1;
    -webkit-box-shadow: 0px 4px 14px rgba(78, 50, 79, 0.1);
    box-shadow: 0px 4px 14px rgba(78, 50, 79, 0.1);
    border-radius: 16px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}

.facilities table img {
  height: 35px;
}

.facilities table td {
  padding: 0;
  padding-bottom: 20px;
  color: #5b5360;
}

@media only screen and (max-width: 600px) {
  .facilities table td {
    padding-bottom: 10px !important;
  }
}

.facilities table td strong {
  color: #5e2b5f;
  font-family: 'OpenSansBold', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.search-section table colgroup {
  width: 50%;
}

.desktop-attractions table {
  width: 100%;
}

.desktop-attractions table tbody {
  display: block;
}

.desktop-attractions table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.desktop-attractions table tbody tr td {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .facilities table td strong {
    font-family: 'OpenSansRegular', sans-serif;
    padding-top: 10px;
  }

  .facilities table tr:first-child td strong {
    padding-top: 0;
  }

  .search-section table colgroup {
    width: 100%;
  }
}

.hotel-section-title img {
  display: none;
}

@media only screen and (min-width: 600px) {
  .hotel-section-title {
    max-height: 1000px !important;
  }
}

@media only screen and (max-width: 600px) {
  .hotel-section-title {
    cursor: pointer;
  }

  .hotel-section-title img {
    float: right;
    display: block;
    margin-top: 10px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  }

  .hotel-section-title img.rotate {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  .desktop-attractions {
    -webkit-transition: max-height 1s linear 0s;
    -o-transition: max-height 1s linear 0s;
    transition: max-height 1s linear 0s;
    overflow: hidden;
  }

  .desktop-attractions table tbody tr td {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .facilities {
    border: 1px solid #d1cad1;
    -webkit-box-shadow: 0px 4px 14px rgba(78, 50, 79, 0.1);
    box-shadow: 0px 4px 14px rgba(78, 50, 79, 0.1);
    border-radius: 16px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}

@media only screen and (min-width: 768px) {
  .landing-page .content .white-overlay {
    display: none;
  }

  .landing-page .content {
    max-height: auto !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Typography */
  button,
  .btn {
    font-family: 'Kanit' !important;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0 !important;
  }

  p,
  a,
  span,
  span:before,
  strong {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }

  .p-small {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .p-large {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }

  /* Heading specific settings */
  h1,
  .h1 {
    color: var(--blue-primary);
    line-height: 1.4;
    font-size: 42px;
    letter-spacing: -1px;
  }

  h2,
  .h2 {
    line-height: auto;
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  h3,
  .h3 {
    line-height: 36px;
    font-size: 28px;
    letter-spacing: 0;
  }

  h4,
  .h4 {
    line-height: auto;
    font-size: 24px;
    letter-spacing: 0;
  }

  h5,
  .h5 {
    line-height: 32px;
    font-size: 22px;
    letter-spacing: 0;
  }

  h6,
  .h6 {
    line-height: 108%;
    font-size: 16px;
    letter-spacing: 0;
  }

  .custom-slider .slide-title {
    font-size: 50px;
  }

  /* Content */
  .card {
    border: unset;
  }

  header {
    box-shadow: unset;
  }

  /* Homepage */
  .site-logo {
    height: 70px !important;
  }

  .search-result.card .departure-track {
    min-height: 154px;
    max-height: 154px;
    overflow: hidden;
  }

  .search-result.card.tour .departure-track {
    max-height: 50px;
  }

  .search-result.card.tour .departure-track.show {
    max-height: 154px;
  }

  .search-result.card .departure-track.tour {
    min-height: unset;
  }

  /* Search Results */
  .col-lg-auto.image {
    min-width: 350px;
  }

  #filterWrapperRow.sticky-top {
    top: 3rem;
  }

  .recently-viewed {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background: var(--blue-light-primary);
    border-radius: 0 14px 14px 0;
    z-index: 2;
    width: 50px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--grey-type);
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
  }

  .card-img-top.visible .recently-viewed {
    display: flex;
  }

  .card-img-top .img-fluid {
    border-radius: var(--border-radius-primary);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .search-result.card {
    display: flex;
    flex-direction: row;
  }

  .search-result.card .card-img-top img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    box-shadow: 0px 6px 15px 0px rgb(30 66 147 / 15%) !important;
    border-radius: 1rem 0 0 1rem;
  }

  .search-result.card .card-img-top {
    max-width: 350px;
  }

  .search-result.card .card-body .now-price,
  .quick-view-modal .now-price {
    color: var(--red-primary);
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 24px;
    padding-right: 1rem;
  }

  .search-result.card .card-body .now-price .pound {
    color: var(--red-primary);
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 18px;
  }

  .search-result.card .price-row .now-price .wording {
    display: block;
  }

  .search-result.card .card-body .button-row {
    display: flex;
    flex-direction: row;
  }

  .search-result.card .card-body .button-row hr {
    display: none;
  }

  .search-result.card .card-body .button-row a {
    width: 50%;
  }

  .whats-included-collapse,
  .deposit-block,
  .book-now-rule {
    display: block !important;
  }

  .link-row {
    display: grid !important;
  }

  .filter-sort-row .filter-track {
    width: 65%;
    flex-direction: row;
    gap: 1rem;
  }

  .filter-sort-row .filter-track {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .filter-sort-row .filter-track .dropdown {
    position: unset !important;
  }

  .filter-sort-row .filter-track .dropdown .dropdown-menu {
    position: absolute !important;
    inset: 0px auto auto 0px !important;
    margin: 0px !important;
    transform: translate(0px, 123px) !important;
    flex-direction: row !important;
    width: 100% !important;
    padding-left: var(--bs-gutter-x) !important;
    padding-right: var(--bs-gutter-x) !important;
    margin-left: 0 !important;
  }

  .filter-sort-row .filter-track .dropdown.show .dropdown-menu {
    display: flex;
  }

  .filter-sort-row .filter-track .dropdown a.dropdown-toggle {
    background: white;
    box-shadow: 0px 4px 8px 0px rgba(30, 66, 147, 0.15) !important;
    border: 1px solid var(--grey-300) !important;
    flex-direction: column;
    border-radius: 1rem;
  }

  .filter-sort-row .filter-track .dropdown .dropdown-menu.show {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    inset: auto 0 auto 0 !important;
    margin-left: 0 !important;
    height: auto;
    padding: 12px 24px;
    box-shadow: 0 6px 15px 0 rgba(30, 66, 147, 0.15) !important;
  }

  .filter-sort-row .filter-track .dropdown .dropdown-toggle img {
    content: var(--default-image-lg);
    order: 1;
    height: 30px !important;
    width: 100%;
  }

  .filter-sort-row .filter-track a.dropdown-toggle.show {
    background-color: #1c5bab;
    border: 1px solid #1c5bab !important;
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
  }

  .filter-sort-row .filter-track .dropdown-toggle.show img {
    content: var(--selected-image-lg);
  }

  .filter-sort-row .filter-track .dropdown .dropdown-menu.show {
    display: flex !important;
    border-radius: 0 0.5rem 0.5rem 0.5rem !important;
    border: 1px solid #1c5bab !important;
  }

  .filter-sort-row .filter-track .dropdown-menu li {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 19%;
    margin-right: 6%;
  }

  .filter-sort-row .filter-track.hide-on-cond {
    display: flex !important;
  }

  .filter-sort-row .sort-track {
    display: flex !important;
  }

  /* Search Results - End */

  /* Itinerary */

  .itinpage header hgroup h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #040404;
  }

  .itinpage header hgroup h1 {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: #1e4293;
  }

  .itinpage header hgroup h2 {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 51px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #040404;
  }

  .itinpage .tab-content {
    min-height: 10rem;
    background: white;
    z-index: 1;
    margin-top: -1.5rem;
    position: relative;
    padding: 0;
    border: 1px solid #d1cad1 !important;
    box-shadow: 0px 6px 15px rgba(30, 66, 147, 0.15) !important;
    border-radius: 16px !important;
  }

  /* Stock */
  .itin-page .available-date-item {
    border-radius: var(--border-radius-half);
    background-color: var(--blue-light-primary);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px;
    margin-bottom: 8px;
    height: 2.75rem !important;
  }

  .itin-page .available-date-item p {
    margin: 0;
  }

  .itin-page .available-date-item .left,
  .itin-page .available-date-item .right {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .itin-page .available-date-item .left {
    justify-content: flex-start;
  }

  .itin-page .available-date-item .left .check {
    width: 24px;
    height: 24px;
    background: white;
    margin-right: 8px;
    border-radius: 4px;
    border-style: inset;
    border: 1px solid var(--grey-type);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center !important;
  }

  .itin-page .available-date-item .left .check img {
    display: none;
    width: 16px;
    height: 16px;
  }

  .itin-page .available-date-item .right {
    justify-content: flex-end;
  }

  .itin-page .available-date-item .right .pricing span {
    font-family: 'Open Sans';
  }

  .itin-page .available-date-item .right .pricing span:not(.discounted) {
    font-weight: bold;
  }

  .itin-page .available-date-item .right .pricing span.discounted {
    text-decoration: line-through;
    margin-right: 8px;
  }

  .itin-page .available-date-item .right .pricing .pennies-and-people {
    font-size: 9px;
    letter-spacing: 0.15px;
  }

  .itinpage section.gallery .left {
    padding-right: 1rem !important;
  }

  /* Active */
  .itin-page .available-date-item.active {
    background-color: var(--blue-secondary);
    color: var(--white);
  }
  .itin-page .available-date-item.active .left .check img {
    display: block;
    content: url('/images/site_icons/check-solid.svg');
  }

  .room-details {
    gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .room-details p {
    display: flex;
    margin: 0;
  }

  .room-details p:nth-child(1),
  .room-details p:nth-child(2),
  .room-details p:nth-child(3),
  .room-details p:nth-child(4) {
    width: auto;
  }

  .departure-details p.time b {
    width: auto;
  }

  /* Itinerary - End */
}

@media (min-width: 1400px) {
  .recently-viewed {
    left: -50px;
    z-index: -1;
    width: 70px;
    padding-left: 20px;
    border-radius: 14px;
  }

  .card-img-top.visible .img-fluid {
    border-radius: 0;
  }
}

.flex-results-pager {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.flex-results-pager .pages {
  display: none !important;
}

.flex-results-pager span.page-number {
  padding: 1rem;
  border-radius: 0.5rem;
  color: black;
  background: var(--grey-200);
}

.flex-results-pager a {
  color: black;
  font-family: 'Open Sans';
  font-weight: bold;
  text-decoration: none !important;
  line-height: auto !important;
}

.flex-results-pager span.page-number.selected {
  background: var(--rouge-primary);
  color: white;
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* filter */
@media only screen and (max-width: 992px) {
  .filters-sticky {
    position: fixed;
    top: 88px;
    left: 0%;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 0px;
  }
}

/* Landing Page */
.highlight-section {
  border: 1px solid #d1cad1;
  box-shadow: 0px 6px 15px rgba(30, 66, 147, 0.15);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 30px;
}

.landing-feefo {
  padding: 0;
}

.landing-feefo * {
  max-width: 100%;
}

.landing-feefo #feefo-service-review-carousel-widgetId {
  transform: scale(0.85);
}

.landing-feefo feefowidget-carousel-body {
  display: none;
}

.landing-feefo .feefowidget-carousel-summary {
  padding: 0 !important;
}

.landing-feefo .feefowidget-standard {
  padding: 0;
}

.landing-feefo .feefowidget-carousel-summary {
  padding: 0 !important;
}

.landing-feefo
  .feefowidget-carousel-summary.feefowidget-carousel-summary-average-customer-rating.feefowidget-carousel-summary--award {
  padding: 0 !important;
}

.landing-feefo feefowidget-award-badge {
  display: none;
}

.landing-feefo .feefowidget-carousel-summary__logo-large {
  position: relative;
  bottom: 10px;
}

.landing-feefo feefowidget-carousel-summary {
  padding: 0 !important;
}

.landing-feefo
  .feefowidget-carousel-summary.feefowidget-carousel-summary-average-customer-rating
  .feefowidget-rating-label {
  padding-right: none;
  border-right: none;
}

.landing-feefo .feefowidget-read-all-reviews {
  padding-bottom: 15px;
}

.landing-feefo feefowidget-container-main {
  display: flex;
  justify-content: center;
}

.search-title {
  font-size: 28px;
  margin: 20px 0 10px 0;
}

.hotel-search-title {
  font-size: 28px;
  margin: 20px 0 10px 0;
}

/* Misc */

body {
  max-width: 100vw;
  overflow-x: hidden;
}

.chevron-after::after {
  font: var(--fa-font-solid);
  content: '\f054';
  float: right;
  padding-left: 20px;
}

.blue-text {
  color: var(--blue-primary);
}

.landing-page .h3 {
  font-size: 28px;
}

#mobileRegion {
  width: calc(100% - 40px);
}

#mobileRegion .mobilePickupSelector {
  border-radius: 0 4px 4px 0;
}

#searchPanelContainer .input-group-text {
  padding-right: 1px;
}

#searchPanelContainer .form-control {
  padding: 0 10px;
}

#searchPanelContainer label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brochure-container {
  padding: 25px;
  border: 1px solid #b7cedc;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 #f2f2f2;
}

.brochure-container hr {
  border-top: 2px solid #b7cedc;
  margin: 20px 0 10px 0;
}

.continue-btn {
  text-align: left;
  padding-right: 40px;
  position: relative;
}

.continue-btn::after {
  font: var(--fa-font-solid);
  content: '\f054';
  position: absolute;
  right: 15px;
  padding-top: 1px;
}

#searchPanelContainer optgroup {
  color: #1e4293;
}

.departure-track {
  padding-right: 10px;
}

.departure-track.show {
  overflow-y: scroll !important;
}

.tour-pricing .was-price,
.tour-pricing .was-price * {
  text-decoration: none !important;
}

.modal-content #modal-seatplan {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding: 0 50px 0 115px;
  background: url('/images/Bus outline.png');
  border-radius: 32px 4px 4px 32px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 240px;
  width: 638px;
}

.modal-content .seat-plan-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 5px;
  width: 32px;
}

.modal-content .seat img {
  height: 26px;
  width: 28px;
}

@media only screen and (min-width: 992px) {
  #quickViewModal .modal-content {
    top: 62px;
  }
}

@media only screen and (max-width: 992px) {
  .modal-content #modal-seatplan {
    transform: scale(0.7);
    position: relative;
    right: 100px;
  }

  .search-result.card .departure-track {
    overflow-y: scroll;
    margin-bottom: 1rem;
  }

  .search-result.card.tour .departure-track {
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 600px) {
  .modal-content #modal-seatplan {
    right: 258px;
    transform: scale(0.75) rotate(90deg);
    margin: 130px 15px;
  }
}

.row .iframe-container {
  height: 100px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .departure-track .days {
    display: none;
  }
}

@media only screen and (max-width: 440px) {
  .departure-track .days,
  .summary-card .days {
    display: none;
  }
}

.search-result.card .duration {
  text-transform: capitalize;
}

@media only screen and (max-width: 992px) {
  .search-result .card-img-top {
    aspect-ratio: 16 / 9;
  }
}

#nav-megamenu {
  z-index: 999;
}

#nav-megamenu .dropdown-menu {
  width: 100vw;
}

#nav-megamenu button.header-link {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #fff;
}

#nav-megamenu a.header-link {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-family: 'Kanit' !important;
}

#nav-megamenu .dropdown-menu.container {
  top: 16px !important;
  overflow: auto;
  max-height: calc(100vh - 180px);
}

#nav-megamenu .dropdown-item,
#nav-megamenu .dropdown-item-title {
  width: fit-content;
  padding: 0;
  color: #282c30;
  text-align: left;
  text-decoration: none;
  white-space: normal;
}

#nav-megamenu .dropdown-item-title {
  font-weight: bold;
}

#nav-megamenu .dropdown-col a {
  margin-bottom: 12px;
  display: block;
}
#nav-megamenu .dropdown-col a:hover {
  background-color: transparent;
}
#nav-megamenu .dropdown-col a:last-child {
  margin-bottom: 30px;
}
#nav-megamenu .dropdown-col a.dropdown-item-title {
  margin-bottom: 12px !important;
}
#nav-megamenu .rounded {
  overflow: hidden;
}
#nav-megamenu .rounded h4 {
  color: #5b5360;
  font-family: 'Kanit';
  font-size: 22px;
}
#nav-megamenu .rounded p {
  color: #5b5360;
  font-size: 18px;
}
button#HolidayTypesDropdownMenuLink:focus-visible {
  outline: none;
}
.book-now-btn {
  font-size: 18px !important;
}

#itinerary-content {
  background: #ffffff;
  box-shadow: 0px 6px 15px 0px rgba(30, 66, 147, 0.15) !important;
  border-radius: 15px;
}

#itinerary-content hr {
  border-top: 2px solid #1e4293;
  margin: 25px 0;
}

#itinerary-content .desktop-links p {
  background-color: #f8f8f8;
  padding: 12px;
  border-radius: 10px;
  margin-right: 25px;
  font-family: 'Kanit';
  color: #1e4293;
  cursor: pointer;
}

#itinerary-content .desktop-links p.active {
  background-color: #1e4293;
  color: #fff;
}

#itinerary-content .mobile-link {
  padding: 12px;
  background-color: #1e4293;
  color: #fff;
  font-family: 'Kanit';
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}

#itinerary-content .content,
#itinerary-content .mobile-link {
  display: none;
}

#itinerary-content .item.active .content {
  display: block;
}

@media only screen and (max-width: 992px) {
  #itinerary-content hr {
    display: none;
  }

  #itinerary-content .item.active .content {
    margin: 25px 0 35px 0;
  }
}

#order-banner-list li a {
  color: white;
}

#order-banner-list li.complete {
  background-color: #d1e9f5;
  z-index: 1;
}

#order-banner-list li.complete a {
  color: #198754;
}

#order-banner-list li.complete:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border: 35px solid transparent;
  border-left: 20px solid #d1e9f5;
}

#order-banner-list li.complete:hover {
  filter: brightness(0.95);
}

#order-banner-list li.active {
  background-color: #ef4035;
}

#order-banner-list li.active a {
  color: white;
}

#order-banner-list li.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border: 35px solid transparent;
  border-left: 20px solid #ef4035;
}

@media (max-width: 992px) {
  #order-banner-list li {
    display: none;
  }

  #order-banner-list li.active {
    display: block;
  }
}

.itinpage .book-seats.seatplan-results-content,
.booking__seatplan .book-seats.seatplan-results-content {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding: 0 50px 0 140px;
  background: url('/images/Bus outline.png');
  border-radius: 32px 4px 4px 32px;
  width: 648px;
  background-size: cover;
  background-position: center center;
  height: 240px;
}

.seat-plan {
  display: grid;
  grid-template-columns: repeat(14, 28px);
  grid-column-gap: 5px;
  padding-bottom: 1rem;
}

.itinpage .book-seats.seatplan-results-content .seat-plan .seat-plan-col,
.booking__seatplan
  .book-seats.seatplan-results-content
  .seat-plan
  .seat-plan-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.itinpage .book-seats.seatplan-results-content .seat-plan .seat img,
.booking__seatplan .book-seats.seatplan-results-content .seat-plan .seat img {
  height: 26px;
  width: 28px;
}

.book-seats.seatplan-results-content .seat-plan .seat img {
  cursor: pointer;
}

@media (max-width: 992px) {
  .seat-legend .col-4 img {
    transform: rotate(90deg);
  }
}

#confirm-wrap .accordion,
.confirmationPage .accordion {
  background-color: #e81e17;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  margin: 15px 0 10px 0;
}

#confirm-wrap .accordion:not(.accordion-flush):hover,
.confirmationPage .accordion:not(.accordion-flush):hover {
  filter: brightness(1.25);
}

#confirm-wrap .accordion img,
.confirmationPage .accordion img {
  width: 100%;
  max-width: 16px;
  position: relative;
  top: 3px;
  display: inline;
  float: right;

  -webkit-transition: -webkit-transform 0.35s linear;
  transition: -webkit-transform 0.35s linear;
  -o-transition: transform 0.35s linear;
  transition: transform 0.35s linear;
  transition: transform 0.35s linear, -webkit-transform 0.35s linear;

  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

#confirm-wrap .accordion img.rotate,
.confirmationPage .accordion img.rotate {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

#confirm-wrap .accordion-content,
.confirmationPage .accordion-content {
  -webkit-transition: max-height 0.35s ease;
  -o-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
  overflow: hidden;
}

#confirm-wrap .accordion-content.hide,
.confirmationPage .accordion-content.hide {
  max-height: 0 !important;
}

@media (max-width: 992px) {
  #notice-padlock {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
  }
}

@media only screen and (max-width: 1150px) {
  .seatplan-inline {
    height: 240px;
    width: 645px;
    transform-origin: 0 100%;
    transform: rotate(90deg) scale(0.75);
    position: relative;
    bottom: 250px;
    margin-bottom: 260px;
  }
}

.gift-bg {
  border: 1px solid #b7cedc;
  background: #eef8fa;
  border-radius: 8px;
}

.gift-border {
  border: 1px solid #b7cedc;
  border-radius: 8px;
}

/* ---------- Feefo Widget ---------- */
@media (max-width: 568px) {
  #feefo-container .service-carousel-container.mobile,
  .mobile-service-rating-summary {
    width: calc(100vw - 40px);
  }

  #feefo-container .service-carousel-container.mobile {
    justify-content: unset;
  }

  #feefo-container .feefo-rating-stars svg {
    width: calc((100% / 5) - 2px]);
    height: auto;
  }
}

.dropdown-menu.container.pb-0.show {
  inset: unset !important;
  margin: unset !important;
  transform: translate(-50%, 39px) !important;
  left: 50% !important;
  border-radius: 0 0 8px 8px;
  position: absolute;
}

#nav-megamenu .nav-item.dropdown {
  position: unset !important;
}

.dropdown-menu.container a {
  margin-bottom: 10px;
  display: block;
}

.dropdown-menu.container a:hover {
  background: transparent;
}

#nav-megamenu button.header-link:focus-visible {
  border: none;
  outline: none;
}

/* Itinerary departing from */

@media only screen and (min-width: 992px) {
  .departure-details b {
    max-width: 290px;
  }
}

@media only screen and (max-width: 992px) {
  .departure-details p {
    display: block;
  }
  .departure-details b {
    display: block;
  }
}

.summary-card .return span {
  font-size: 18px;
  line-height: 28px;
}

.sticky-top {
  z-index: 99;
}

/* Quickview */
#quickViewModal .departure-track {
  max-height: 205px;
  overflow: hidden;
  overflow-y: scroll;
}

.available-date-item {
  cursor: pointer;
}

#quickViewModal #txtAlternatePickups {
  height: 125px;
}

.masonry-card p:first-child {
  font-size: 1.25rem;
  line-height: 28px;
}

.bg-white-frosted {
  background-color: rgb(255 255 255 / 75%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.tour-pricing .was-price {
  margin: 0;
}

.tour-pricing .was-price span {
  color: var(--grey-type);
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-right: 1rem;
  text-decoration: line-through !important;
}

.tour-pricing .discount-value {
  color: var(--blue-primary);
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  background: rgba(253, 193, 191, 1);
  padding: 0.33rem 0.5rem;
  border-radius: 0.25rem;
}

.tour-pricing .discount-value span {
  color: var(--blue-primary);
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 500px) {
  .search-result.card .card-body .was-price,
  .quick-view-modal .was-price,
  .search-result.card .price-row .now-price .wording,
  .search-result.card .card-body .now-price .pence,
  .quick-view-modal .now-price .pence {
    font-size: 14px;
  }

  .search-result.card .card-body .now-price .pound,
  .quick-view-modal .now-price .pound {
    font-size: 24px;
  }

  .search-result.card .card-body .save-price,
  .quick-view-modal .save-price {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .facilities-attractions img {
    max-width: 35px !important;
    height: auto !important;
  }
}

/* Search Loading Modal */

#divFilterPopup.popup-wrap {
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(30 66 147 / 85%);
  z-index: 9999999;
}
#divFilterPopup.popup-wrap .searching {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 30px 32px;
  box-shadow: 0 0 18px 1px #636363;
  border-radius: 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -109px;
  width: 314px;
  background: #fff;
  text-align: center;
  max-width: 100%;
}

#divFilterPopup.popup-wrap .searching img {
  max-width: 100%;
  width: 200px;
}

/* Search Pickup Points Popup */

#regionpopover {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
  opacity: 1;
}

#regionpopover.hidden {
  opacity: 0;
}

#noCookieDepSelect {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  text-align: center;
  padding: 10px;
}

#noCookieDepSelect .close-modal::before {
  content: 'x';
  color: #215baf;
  font-weight: 300;
  cursor: pointer;
}

#noCookieDepSelect .close-modal {
  cursor: pointer;
  border: none;
  padding: 2px 5px 0;
  background: none;
  font-size: 2.5em !important;
  color: #215baf;
  float: right;
}

#noCookieDepSelect .popup-content {
  width: 90%;
  margin: 40px auto;
}

#noCookieDepSelect h2 {
  color: var(--blue-primary);
}

#noCookieDepSelect .popup-content label {
  display: block;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}

#noCookieDepSelect .popup-content select {
  width: 100%;
}

#noCookieDepSelect .popup-content #btnDeptSelect {
  margin-top: 40px;
}

#noCookieDepSelect .popup-content h2 {
  font-size: 30px;
}

@media only screen and (max-width: 575px) {
  #noCookieDepSelect .filter-item:nth-child(2) {
    margin-top: 15px;
  }
}

/* Cookie Popup */

#cookieMsgAlert {
  position: fixed;
  width: 100%;
  bottom: -1px;
  z-index: 30000;
  padding: 0;
  background-color: transparent;
  margin: 0;
  transition: opacity 1s ease;
  opacity: 1;
}

#cookieMsgAlert.hidden {
  opacity: 0;
}

#cookieMsgAlert .fa.fa-close {
  cursor: pointer;
}

.cookie-wrapper {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #f1f2f3;
  border-top: 1px solid #005faa;
  border-right: 1px solid #005faa;
  border-left: 1px solid #005faa;
  color: #005faa;
  padding: 14px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 400;
}
#closeCookie {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
}
.cookie-title {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 5px;
}
.cookie-body {
  font-size: 15px;
  margin: 0;
}
.alert-link {
  text-decoration: underline;
}
.ftr-left img {
  min-height: 70px;
}

@media only screen and (max-width: 767px) {
  .ftr-left img {
    margin: 10px 0;
    min-height: auto;
    max-width: 100%;
  }
}

.text-drop-shadow {
  text-shadow: 0px 0px 3px #000000;
}

.generic-page a,
.generic-page a * {
  /* font-size: 16pt !important; */
  color: #215baf;
  font-weight: bold;
}

.landing-page a {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.landing-page ul {
  font-size: 18px !important;
  font-family: 'Open Sans' !important;
  line-height: 28px !important;
  letter-spacing: 0 !important;
}

.landing-page strong {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.masonry-image {
  height: 200px;
}

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  font-size: inherit !important;
  font-family: inherit;
}

.content span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

@media (min-width: 992px) {
  .content span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
}

iframe {
  max-width: 100%;
}

iframe[src*='youtube.com'],
iframe[src*='youtu.be'] {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
