@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,600;1,400;1,600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.7.2/fonts/flexslider-icon.woff");
.hero {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.hero .background-image img {
  width: 100%;
  height: auto;
}

.hero .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  /* center overlay text */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inset: 0;
  height: 100%;
}

.node--type-destination .hero,
.vocabulary-regions .hero {
  max-height: 300px;
}

.page-title {
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

.node .node__content {
  padding: 48px 0;
}

.page-node-7 header nav .navbar-main .navbar-nav .nav-item .nav-link,
.page-node-9 header nav .navbar-main .navbar-nav .nav-item .nav-link,
.page-node-22 header nav .navbar-main .navbar-nav .nav-item .nav-link,
.page-node-24 header nav .navbar-main .navbar-nav .nav-item .nav-link {
  color: #444444;
}

.page-node-7 header nav .menu--account .nav .nav-item .nav-link,
.page-node-9 header nav .menu--account .nav .nav-item .nav-link,
.page-node-22 header nav .menu--account .nav .nav-item .nav-link,
.page-node-24 header nav .menu--account .nav .nav-item .nav-link {
  color: #444444;
}

article.packages .package-top-wrapper {
  position: relative;
  margin-bottom: 120px;
}

article.packages .hero {
  border-radius: 0;
  max-height: 600px;
}

article.packages .hero .page-title {
  color: #242525;
  font-size: 30px;
}

article.packages .hero .overlay {
  position: relative;
  background: none;
}

article.packages .hero .page-title small {
  font-size: 24px;
  font-weight: 400;
}

article.packages .hero .background-image {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  overflow: hidden;
}

article.packages .search-block {
  position: absolute;
  bottom: -120px;
  background-color: #fff;
  border-radius: 10px;
}

article.packages .search-block .views-exposed-form form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  border-radius: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item legend {
  margin-bottom: 0;
  line-height: 1.5;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item legend .fieldset-legend {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item .form-type-date {
  margin: 0;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item input {
  border: 1px solid #E6E6E6;
  padding: 10px 15px;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item input::-webkit-input-placeholder {
  color: #999999;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item input:-ms-input-placeholder {
  color: #999999;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item input::-ms-input-placeholder {
  color: #999999;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item input::placeholder {
  color: #999999;
}

article.packages .search-block .views-exposed-form form .form--inline .form-item input:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
          box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
}

article.packages .search-block .views-exposed-form form .form--inline .form-actions {
  margin-bottom: 0;
  width: 100%;
}

article.packages .search-block .views-exposed-form form .form--inline .form-actions .form-submit {
  width: 100%;
}

article.packages .regions .region {
  padding: 20px 0;
}

article.packages .regions .region .view-content {
  overflow: auto;
  margin-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article.packages .regions .region .view-content .views-row {
  margin-bottom: 24px;
}

article.packages .regions .region .view-content .views-row .wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

article.packages .regions .region .view-content .views-row .wrapper .image {
  overflow: hidden;
}

article.packages .regions .region .view-content .views-row .wrapper .image img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

article.packages .regions .region .view-content .views-row .wrapper .text {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inset: 0;
  height: 100%;
}

article.packages .regions .region .view-content .views-row .wrapper .text a {
  color: #FBCC19;
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

article.packages .regions .region .view-content .views-row .wrapper:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

article.packages .regions .region .view-content .views-row .wrapper:hover .text a {
  color: #FFF9E4;
}

article.packages .regions .region .more-link {
  text-align: center;
}

article.packages .regions .region .more-link a {
  color: #FBCC19;
}

article.packages .popular,
article.packages .package-main {
  padding: 40px 0 0;
}

article.packages .popular .section-head,
article.packages .popular .field--name-field-title,
article.packages .package-main .section-head,
article.packages .package-main .field--name-field-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #242525;
  margin-bottom: 15px;
  line-height: 1.25;
}

article.packages .popular .section-subtext,
article.packages .popular .field--name-field-secondary-text,
article.packages .package-main .section-subtext,
article.packages .package-main .field--name-field-secondary-text {
  text-align: center;
  color: #1A1A3D;
  margin-bottom: 20px;
}

article.packages .popular .section-link,
article.packages .package-main .section-link {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

article.packages .popular .section-link a,
article.packages .package-main .section-link a {
  text-decoration: none;
  color: #FBCC19;
}

article.packages .popular .section-link a:after,
article.packages .package-main .section-link a:after {
  content: "\F135";
  font-family: bootstrap-icons !important;
  color: #FBCC19;
  vertical-align: bottom;
  font-weight: 600;
}

article.packages .popular.section-2,
article.packages .package-main.section-2 {
  background-color: #F5F5F5;
}

article.packages .listing-block .view-content {
  overflow: auto;
  margin-top: 40px;
  position: relative;
}

article.packages .listing-block .view-content .wrapper {
  border-radius: 15px;
  position: relative;
  background-color: rgba(240, 240, 240, 0.45);
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px;
}

article.packages .listing-block .view-content .wrapper:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

article.packages .listing-block .view-content .wrapper:hover .text .title a {
  color: #FBCC19;
}

article.packages .listing-block .view-content .wrapper .image {
  border-radius: 8px;
  overflow: hidden;
}

article.packages .listing-block .view-content .wrapper .image .media .field--name-field-media-image {
  overflow: hidden;
}

article.packages .listing-block .view-content .wrapper .image .media .field--name-field-media-image img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

article.packages .listing-block .view-content .wrapper .text {
  padding: 20px 0 0;
}

article.packages .listing-block .view-content .wrapper .text .title {
  margin-bottom: 5px;
  min-height: 55px;
}

article.packages .listing-block .view-content .wrapper .text .title a {
  font-weight: 600;
  font-size: 18px;
  color: #242525;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article.packages .listing-block .view-content .wrapper .text .title a:hover {
  color: #FBCC19;
}

article.packages .listing-block .view-content .wrapper .text .duration {
  min-height: 24px;
  font-size: 14px;
}

article.packages .listing-block .view-content .wrapper .text .destination {
  min-height: 24px;
  font-size: 14px;
}

article.packages .listing-block .view-content .wrapper .text .destination:before {
  content: "\f3e7";
  font-family: bootstrap-icons !important;
  color: #FBCC19;
  margin-right: 5px;
}

article.packages .listing-block .view-content .wrapper .text .field--name-price {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}

article.packages .listing-block .view-content .wrapper .text .field--name-price:before {
  content: "Starts at";
  font-size: 14px;
  font-weight: 400;
  display: block;
}

article.packages .listing-block .view-content .wrapper .text .field--name-price:after {
  content: "/head";
  font-size: 14px;
  font-weight: 400;
}

article.packages .listing-block .view-content .wrapper .text .button-wrapper {
  display: none;
  margin-top: 40px;
  text-align: right;
}

article.packages .listing-block .view-content .wrapper .text .button-wrapper .buy-link {
  padding: 4px 20px;
  background-color: #FFC83E;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

article.packages .listing-block .view-content .wrapper .text .button-wrapper .buy-link:hover {
  background-color: #FBCC19;
  color: #1A1A3D;
}

article.packages .listing-block .view-content .wrapper.sold-out {
  position: relative;
}

article.packages .listing-block .view-content .wrapper.sold-out:before {
  content: "Sold Out";
  position: absolute;
  z-index: 2;
  padding: 5px 10px;
  background: #242525;
  color: #FBCC19;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  font-weight: 700;
}

article.packages .listing-block .view-content .wrapper.sold-out a {
  cursor: pointer;
  pointer-events: none;
}

article.packages .listing-block .view-content .wrapper.sold-out .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

article.packages .listing-block .view-content .wrapper.sold-out .destination:before {
  color: #E6E6E6;
}

article.packages .listing-block .view-content .wrapper.sold-out .button-wrapper .buy-link {
  background-color: #E6E6E6;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

article.packages .listing-block .view-content .wrapper.sold-out .button-wrapper .buy-link:hover {
  background-color: #E6E6E6;
  color: #444444;
}

article.packages .listing-block .view-content .wrapper.sold-out:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

article.packages .listing-block .view-content .wrapper.sold-out:hover .text .title a {
  color: #242525;
}

article.packages .listing-block.main-package .view-content .views-row {
  margin-bottom: 24px;
}

article.packages .listing-block.main-package .view-content .wrapper {
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 0;
  background-color: #ffffff;
}

article.packages .listing-block.main-package .view-content .wrapper .image {
  border-radius: 0;
}

article.packages .listing-block.main-package .view-content .wrapper .text {
  padding: 20px;
}

article.packages .travel_with_us {
  background-color: #ffffff;
  padding: 90px 0 50px;
}

article.packages .travel_with_us .image {
  position: relative;
}

article.packages .travel_with_us .head {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

article.packages .travel_with_us .head .field--name-field-title {
  font-size: 42px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 5px;
}

article.packages .travel_with_us .head .field--name-field-secondary-text {
  font-weight: 400;
  color: #121212;
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .form-wrapper {
  margin-bottom: 0;
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .form-item {
  margin-top: 0;
  margin-bottom: 10px;
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .form-item label {
  font-weight: 400;
  color: #111B19;
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .form-item input {
  border: 1px solid #E6E6E6;
  padding: 10px 15px;
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .form-item input::-webkit-input-placeholder {
  color: #999999;
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .form-item input:-ms-input-placeholder {
  color: #999999;
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .form-item input::-ms-input-placeholder {
  color: #999999;
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .form-item input::placeholder {
  color: #999999;
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .form-item input:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
          box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .webform-button--submit {
  background-color: #F8D348;
  border: none;
  font-weight: 600;
  color: #242525;
  padding: 16px 0;
  width: 100%;
}

article.packages .travel_with_us .form .webform-submission-enquiry-form-form .webform-button--submit:hover {
  background-color: #FBCC19;
}

article.packages .testimonials .section-head {
  text-align: center;
  margin: 30px 0;
}

article.packages .testimonials .section-head:before {
  content: "";
  background-image: url(../img/testimonials.png);
  width: 100%;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  background-position: center;
}

article.packages .testimonials .view-testimonial .flexslider .slides li .views-field-nothing {
  padding: 40px;
}

article.packages .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card {
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  min-height: 300px;
}

article.packages .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-text {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.packages .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-image {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  background: #22c1c3;
  background: linear-gradient(45deg, #22c1c3 0%, #fdbb2d 100%);
  border-radius: 50px;
  overflow: hidden;
}

article.packages .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc {
  display: inline-block;
  vertical-align: top;
}

article.packages .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc .card-title {
  margin-bottom: 5px;
}

article.packages .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc .card-title a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #1A1A3D;
  text-transform: capitalize;
}

article.packages .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc .card-location {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}

article.packages .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .edit-link {
  right: 10px;
}

article.packages .testimonials .view-testimonial .flexslider .slides li:nth-child(odd) .views-field-nothing {
  margin-right: 10px !important;
}

article.packages .testimonials .view-testimonial .flexslider .slides li:nth-child(even) .views-field-nothing {
  margin-left: 10px !important;
}

article.packages .testimonials .view-testimonial .flexslider .flex-control-nav {
  width: auto;
  position: relative;
  margin: 0 auto;
}

article.packages .testimonials .view-testimonial .flexslider .flex-control-nav li a {
  width: 15px;
  height: 8px;
  background-color: rgba(248, 211, 72, 0.5);
  box-shadow: none;
  -webkit-box-shadow: none;
}

article.packages .testimonials .view-testimonial .flexslider .flex-control-nav li a.flex-active {
  width: 45px;
  background-color: #F8D348;
}

article.packages .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .slides li .views-field-nothing {
  padding: 0;
  margin-right: 0 !important;
}

article.packages .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .slides li .views-field-nothing .card {
  padding: 20px;
}

article.packages .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .slides li .views-field-nothing .card .card-text {
  min-height: unset;
}

article.packages .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .flex-direction-nav {
  display: none;
}

article.packages .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .flex-control-paging {
  bottom: unset;
}

article.packages .featured_on {
  padding: 45px 0;
}

article.packages .featured_on .view-header {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  text-align: center;
}

article.packages .featured_on .view-custom-blocks .views-row .brand-wrapper {
  position: relative;
}

article.packages .featured_on .view-custom-blocks .views-row .brand-wrapper .image {
  text-align: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

article.packages .featured_on .view-custom-blocks .views-row .brand-wrapper .image img {
  height: 120px;
  width: auto;
  max-width: 100%;
}

article.events .hero {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

article.events .hero .page-title small {
  font-size: 24px;
  font-weight: 400;
}

article.events .listing-block.main-events {
  margin-top: 40px;
}

article.events .listing-block.main-events .view-content .wrapper {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
}

article.events .listing-block.main-events .view-content .wrapper:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

article.events .listing-block.main-events .view-content .wrapper:hover .text .title a {
  color: #FBCC19;
}

article.events .listing-block.main-events .view-content .wrapper .image .media .field--name-field-media-image {
  overflow: hidden;
}

article.events .listing-block.main-events .view-content .wrapper .image .media .field--name-field-media-image img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

article.events .listing-block.main-events .view-content .wrapper .text {
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: -10px;
  display: inline-block;
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 20px;
}

article.events .listing-block.main-events .view-content .wrapper .text .duration {
  min-height: 24px;
  font-size: 14px;
}

article.events .listing-block.main-events .view-content .wrapper .text .duration:before {
  content: "\f3e7";
  font-family: bootstrap-icons !important;
  color: #FBCC19;
  margin-right: 5px;
}

article.events .listing-block.main-events .view-content .wrapper .text .title {
  margin-bottom: 5px;
  min-height: 55px;
}

article.events .listing-block.main-events .view-content .wrapper .text .title a {
  font-weight: 600;
  font-size: 18px;
  color: #242525;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article.events .listing-block.main-events .view-content .wrapper .text .title a:hover {
  color: #FBCC19;
}

article.events .listing-block.main-events .view-content .wrapper .text .destination {
  margin-top: 10px;
  min-height: 24px;
  font-size: 14px;
}

article.events .listing-block.main-events .view-content .wrapper .text .field--name-price {
  margin-top: 10px;
  text-align: right;
  font-weight: 400;
  font-size: 18px;
}

article.events .listing-block.main-events .view-content .wrapper .text .field--name-price:before {
  content: "";
}

article.events .listing-block.main-events .view-content .wrapper .text .button-wrapper {
  display: none;
  margin-top: 20px;
  text-align: center;
}

article.events .listing-block.main-events .view-content .wrapper .text .button-wrapper .buy-link {
  padding: 4px 20px;
  background-color: #FFC83E;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}

article.events .listing-block.main-events .view-content .wrapper .text .button-wrapper .buy-link:hover {
  background-color: #FBCC19;
  color: #1A1A3D;
}

article.events .listing-block.main-events .view-content .wrapper.sold-out {
  position: relative;
}

article.events .listing-block.main-events .view-content .wrapper.sold-out:before {
  content: "Sold Out";
  position: absolute;
  z-index: 2;
  padding: 5px 10px;
  background: #242525;
  color: #FBCC19;
  border-bottom-right-radius: 8px;
  font-weight: 700;
}

article.events .listing-block.main-events .view-content .wrapper.sold-out a {
  cursor: pointer;
  pointer-events: none;
}

article.events .listing-block.main-events .view-content .wrapper.sold-out .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

article.events .listing-block.main-events .view-content .wrapper.sold-out .destination:before {
  color: #E6E6E6;
}

article.events .listing-block.main-events .view-content .wrapper.sold-out .button-wrapper .buy-link {
  background-color: #E6E6E6;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

article.events .listing-block.main-events .view-content .wrapper.sold-out .button-wrapper .buy-link:hover {
  background-color: #E6E6E6;
  color: #444444;
}

article.events .listing-block.main-events .view-content .wrapper.sold-out:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

article.events .listing-block.main-events .view-content .wrapper.sold-out:hover .text .title a {
  color: #242525;
}

article.rooms .package-top-wrapper {
  position: relative;
  margin-bottom: 250px;
}

article.rooms .hero {
  border-radius: 0;
  max-height: 450px;
}

article.rooms .hero .page-title {
  color: #242525;
  font-size: 30px;
}

article.rooms .hero .page-title small {
  font-size: 24px;
  font-weight: 400;
}

article.rooms .hero .overlay {
  position: relative;
  background: none;
}

article.rooms .hero .page-title small {
  font-size: 24px;
  font-weight: 400;
}

article.rooms .hero .background-image {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  overflow: hidden;
}

article.rooms .search-block {
  position: absolute;
  bottom: -120px;
  background-color: #fff;
  border-radius: 10px;
}

article.rooms .search-block .views-exposed-form form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  border-radius: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item legend {
  margin-bottom: 0;
  line-height: 1.5;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item legend .fieldset-legend {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item .form-type-date {
  margin: 0;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item input {
  border: 1px solid #E6E6E6;
  padding: 10px 15px;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item input::-webkit-input-placeholder {
  color: #999999;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item input:-ms-input-placeholder {
  color: #999999;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item input::-ms-input-placeholder {
  color: #999999;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item input::placeholder {
  color: #999999;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-item input:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
          box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
}

article.rooms .search-block .views-exposed-form form .form--inline .form-actions {
  margin-bottom: 0;
  width: 100%;
}

article.rooms .search-block .views-exposed-form form .form--inline .form-actions .form-submit {
  width: 100%;
}

article.rooms .popular,
article.rooms .room-main {
  padding: 40px 0;
}

article.rooms .popular .stay-destination,
article.rooms .room-main .stay-destination {
  margin-bottom: 45px;
}

article.rooms .popular .stay-destination .views-row,
article.rooms .room-main .stay-destination .views-row {
  margin-bottom: 24px;
}

article.rooms .popular .stay-destination .views-row .wrapper,
article.rooms .room-main .stay-destination .views-row .wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

article.rooms .popular .stay-destination .views-row .wrapper .image,
article.rooms .room-main .stay-destination .views-row .wrapper .image {
  overflow: hidden;
}

article.rooms .popular .stay-destination .views-row .wrapper .image img,
article.rooms .room-main .stay-destination .views-row .wrapper .image img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

article.rooms .popular .stay-destination .views-row .wrapper .text,
article.rooms .room-main .stay-destination .views-row .wrapper .text {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inset: 0;
  height: 100%;
  color: #FBCC19;
  font-weight: 900;
  font-size: 16px;
}

article.rooms .popular .stay-destination .views-row .wrapper .text a,
article.rooms .room-main .stay-destination .views-row .wrapper .text a {
  color: #FBCC19;
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

article.rooms .popular .stay-destination .views-row .wrapper:hover .image img,
article.rooms .room-main .stay-destination .views-row .wrapper:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

article.rooms .popular .stay-destination .views-row .wrapper:hover .text a,
article.rooms .room-main .stay-destination .views-row .wrapper:hover .text a {
  color: #FFF9E4;
}

article.rooms .popular .section-head,
article.rooms .popular .field--name-field-title,
article.rooms .room-main .section-head,
article.rooms .room-main .field--name-field-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #242525;
  margin-bottom: 15px;
  line-height: 1.25;
}

article.rooms .popular .section-subtext,
article.rooms .popular .field--name-field-secondary-text,
article.rooms .room-main .section-subtext,
article.rooms .room-main .field--name-field-secondary-text {
  text-align: center;
  color: #1A1A3D;
  margin-bottom: 20px;
}

article.rooms .popular .section-link,
article.rooms .room-main .section-link {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

article.rooms .popular .section-link a,
article.rooms .room-main .section-link a {
  text-decoration: none;
  color: #FBCC19;
}

article.rooms .popular .section-link a:after,
article.rooms .room-main .section-link a:after {
  content: "\F135";
  font-family: bootstrap-icons !important;
  color: #FBCC19;
  vertical-align: bottom;
  font-weight: 600;
}

article.rooms .popular.section-2,
article.rooms .room-main.section-2 {
  background-color: #F5F5F5;
}

article.rooms .listing-block .views-row {
  margin-bottom: 24px;
}

article.rooms .listing-block .view-content {
  overflow: auto;
  margin-top: 40px;
  position: relative;
}

article.rooms .listing-block .view-content .wrapper {
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0px;
  background-color: #ffffff;
}

article.rooms .listing-block .view-content .wrapper:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

article.rooms .listing-block .view-content .wrapper:hover .text .title a {
  color: #FBCC19;
}

article.rooms .listing-block .view-content .wrapper .image {
  border-radius: 0px;
  overflow: hidden;
}

article.rooms .listing-block .view-content .wrapper .image .media .field--name-field-media-image {
  overflow: hidden;
}

article.rooms .listing-block .view-content .wrapper .image .media .field--name-field-media-image img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

article.rooms .listing-block .view-content .wrapper .text {
  padding: 20px;
}

article.rooms .listing-block .view-content .wrapper .text .title {
  margin-bottom: 5px;
}

article.rooms .listing-block .view-content .wrapper .text .title a {
  font-weight: 600;
  font-size: 18px;
  color: #242525;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article.rooms .listing-block .view-content .wrapper .text .title a:hover {
  color: #FBCC19;
}

article.rooms .listing-block .view-content .wrapper .text .duration {
  min-height: 24px;
  font-size: 14px;
}

article.rooms .listing-block .view-content .wrapper .text .destination {
  min-height: 24px;
  font-size: 14px;
}

article.rooms .listing-block .view-content .wrapper .text .destination:before {
  content: "\f3e7";
  font-family: bootstrap-icons !important;
  color: #FBCC19;
  margin-right: 5px;
}

article.rooms .listing-block .view-content .wrapper .text .field--name-price {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}

article.rooms .listing-block .view-content .wrapper .text .field--name-price:before {
  content: "Starts at";
  font-size: 14px;
  font-weight: 400;
  display: block;
}

article.rooms .listing-block .view-content .wrapper .text .field--name-price:after {
  content: "/head";
  font-size: 14px;
  font-weight: 400;
}

article.rooms .listing-block .view-content .wrapper .text .button-wrapper {
  display: none;
  margin-top: 40px;
  text-align: right;
}

article.rooms .listing-block .view-content .wrapper .text .button-wrapper .buy-link {
  padding: 4px 20px;
  background-color: #FFC83E;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

article.rooms .listing-block .view-content .wrapper .text .button-wrapper .buy-link:hover {
  background-color: #FBCC19;
  color: #1A1A3D;
}

article.rooms .listing-block .view-content .wrapper.sold-out {
  position: relative;
}

article.rooms .listing-block .view-content .wrapper.sold-out:before {
  content: "Sold Out";
  position: absolute;
  z-index: 2;
  padding: 5px 10px;
  background: #242525;
  color: #FBCC19;
  border-bottom-right-radius: 8px;
  font-weight: 700;
}

article.rooms .listing-block .view-content .wrapper.sold-out a {
  cursor: pointer;
  pointer-events: none;
}

article.rooms .listing-block .view-content .wrapper.sold-out .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

article.rooms .listing-block .view-content .wrapper.sold-out .destination:before {
  color: #E6E6E6;
}

article.rooms .listing-block .view-content .wrapper.sold-out .button-wrapper .buy-link {
  background-color: #E6E6E6;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

article.rooms .listing-block .view-content .wrapper.sold-out .button-wrapper .buy-link:hover {
  background-color: #E6E6E6;
  color: #444444;
}

article.rooms .listing-block .view-content .wrapper.sold-out:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

article.rooms .listing-block .view-content .wrapper.sold-out:hover .text .title a {
  color: #242525;
}

article.rooms .testimonials .section-head {
  text-align: center;
  margin: 30px 0;
}

article.rooms .testimonials .section-head:before {
  content: "";
  background-image: url(../img/testimonials.png);
  width: 100%;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  background-position: center;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li .views-field-nothing {
  padding: 40px;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card {
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  min-height: 300px;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-text {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-image {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  background: #22c1c3;
  background: linear-gradient(45deg, #22c1c3 0%, #fdbb2d 100%);
  border-radius: 50px;
  overflow: hidden;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc {
  display: inline-block;
  vertical-align: top;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc .card-title {
  margin-bottom: 5px;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc .card-title a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #1A1A3D;
  text-transform: capitalize;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc .card-location {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .edit-link {
  right: 10px;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li:nth-child(odd) .views-field-nothing {
  margin-right: 10px !important;
}

article.rooms .testimonials .view-testimonial .flexslider .slides li:nth-child(even) .views-field-nothing {
  margin-left: 10px !important;
}

article.rooms .testimonials .view-testimonial .flexslider .flex-control-nav {
  width: auto;
  position: relative;
  margin: 0 auto;
}

article.rooms .testimonials .view-testimonial .flexslider .flex-control-nav li a {
  width: 15px;
  height: 8px;
  background-color: rgba(248, 211, 72, 0.5);
  box-shadow: none;
  -webkit-box-shadow: none;
}

article.rooms .testimonials .view-testimonial .flexslider .flex-control-nav li a.flex-active {
  width: 45px;
  background-color: #F8D348;
}

article.rooms .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .slides li .views-field-nothing {
  padding: 0;
  margin-right: 0 !important;
}

article.rooms .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .slides li .views-field-nothing .card {
  padding: 20px;
}

article.rooms .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .slides li .views-field-nothing .card .card-text {
  min-height: unset;
}

article.rooms .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .flex-direction-nav {
  display: none;
}

article.rooms .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .flex-control-paging {
  bottom: unset;
}

article.rooms .featured_on {
  background-color: #FFF9E4;
  padding: 45px 0;
  margin-top: 40px;
}

article.rooms .featured_on .view-header {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  text-align: center;
}

article.rooms .featured_on .view-custom-blocks .views-row .brand-wrapper {
  position: relative;
}

article.rooms .featured_on .view-custom-blocks .views-row .brand-wrapper .image {
  text-align: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

article.rooms .featured_on .view-custom-blocks .views-row .brand-wrapper .image img {
  height: 120px;
  width: auto;
  max-width: 100%;
}

article.cabs {
  overflow: hidden;
}

article.cabs .hero {
  margin-top: 0;
  border-radius: 0;
  overflow: visible;
}

article.cabs .hero .overlay {
  font-size: 32px;
}

article.cabs .hero .overlay span {
  color: #FBCC19;
}

article.cabs .hero .overlay small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

article.cabs .hero .search-block {
  position: absolute;
  left: 0;
  margin-top: 20px;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline {
  padding: 0 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  border-radius: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
  text-align: left;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #444444;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item legend {
  margin-bottom: 0;
  line-height: 1.5;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item legend .fieldset-legend {
  font-size: 14px;
  color: #444444;
  font-weight: 600;
  line-height: 1.5;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item .form-type-date {
  margin: 0;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item input {
  border: 1px solid #E6E6E6;
  padding: 10px 15px;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item input::-webkit-input-placeholder {
  color: #999999;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item input:-ms-input-placeholder {
  color: #999999;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item input::-ms-input-placeholder {
  color: #999999;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item input::placeholder {
  color: #999999;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item input:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
          box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item select {
  border: 1px solid #E6E6E6;
  padding: 10px 15px;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-item.form-item-pickup-drop {
  display: none;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-actions {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

article.cabs .hero .search-block .views-exposed-form form .form--inline .form-actions .form-submit {
  width: 100%;
}

article.cabs .hero .cab-destination .views-row {
  display: inline-block;
}

article.cabs .hero .cab-destination .views-row .views-field-title a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 4px 10px;
  border: 1px solid;
  border-radius: 6px;
}

article.cabs .how-it-works {
  padding: 60px 0;
  margin-top: 300px;
  background-color: #FFF9E4;
}

article.cabs .how-it-works .field--name-field-title {
  font-size: 36px;
  font-weight: 600;
  color: #242525;
  margin-bottom: 12px;
  text-align: center;
}

article.cabs .how-it-works .field--name-field-secondary-text {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A3D;
  text-align: center;
}

article.cabs .how-it-works .view-display-id-cab_works {
  margin: 24px 0;
}

article.cabs .how-it-works .view-display-id-cab_works .views-row {
  text-align: center;
  margin-bottom: 24px;
}

article.cabs .how-it-works .view-display-id-cab_works .views-row .stats-wrapper {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 20px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
}

article.cabs .how-it-works .view-display-id-cab_works .views-row .stats-wrapper .image {
  margin-bottom: 30px;
}

article.cabs .how-it-works .view-display-id-cab_works .views-row .stats-wrapper .text-wrapper .title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}

article.cabs .how-it-works .view-display-id-cab_works .views-row .stats-wrapper:hover {
  -webkit-box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
          box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
}

article.cabs .how-it-works .button-wrapper {
  text-align: center;
}

article.cabs .why-choose-us {
  padding: 60px 0;
}

article.cabs .why-choose-us .field--name-field-title {
  font-size: 36px;
  font-weight: 600;
  color: #242525;
  margin-bottom: 12px;
  text-align: center;
}

article.cabs .why-choose-us .field--name-field-secondary-text {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A3D;
  text-align: center;
}

article.cabs .why-choose-us .button-wrapper {
  text-align: center;
  margin: 30px 0 48px;
}

article.cabs .why-choose-us .view-display-id-why_cabs .views-row {
  margin-bottom: 30px;
}

article.cabs .why-choose-us .view-display-id-why_cabs .views-row .stats-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

article.cabs .why-choose-us .view-display-id-why_cabs .views-row .stats-wrapper .text-wrapper {
  font-size: 18px;
  color: #444444;
  margin-left: 16px;
}

article.cabs .cab_stats {
  padding: 60px 0;
  background-color: #FBCC19;
}

article.cabs .cab_stats .view-display-id-cab_stats .views-row {
  text-align: center;
  margin-bottom: 24px;
}

article.cabs .cab_stats .view-display-id-cab_stats .views-row .stats-wrapper {
  position: relative;
}

article.cabs .cab_stats .view-display-id-cab_stats .views-row .stats-wrapper .text-wrapper .title {
  font-size: 48px;
  font-weight: 600;
  color: #242525;
}

article.cabs .cab_stats .view-display-id-cab_stats .views-row .stats-wrapper .text-wrapper .sub-text {
  color: #242525;
  opacity: .7;
}

article.weekend-trips .hero {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

article.weekend-trips .hero .page-title small {
  font-size: 24px;
  font-weight: 400;
}

article.weekend-trips .package-main {
  padding: 40px 0;
}

article.weekend-trips .package-main .section-head,
article.weekend-trips .package-main .field--name-field-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #242525;
  margin-bottom: 15px;
  line-height: 1.25;
}

article.weekend-trips .package-main .section-subtext,
article.weekend-trips .package-main .field--name-field-secondary-text {
  text-align: center;
  color: #1A1A3D;
  margin-bottom: 20px;
}

article.weekend-trips .package-main .section-link {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

article.weekend-trips .package-main .section-link a {
  text-decoration: none;
  color: #FBCC19;
}

article.weekend-trips .package-main .section-link a:after {
  content: "\F135";
  font-family: bootstrap-icons !important;
  color: #FBCC19;
  vertical-align: bottom;
  font-weight: 600;
}

article.weekend-trips .package-main.section-2 {
  background-color: #F5F5F5;
}

article.weekend-trips .listing-block .view-content {
  overflow: auto;
  margin-top: 40px;
  position: relative;
}

article.weekend-trips .listing-block .view-content .wrapper {
  border-radius: 15px;
  background-color: rgba(240, 240, 240, 0.45);
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px;
}

article.weekend-trips .listing-block .view-content .wrapper:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

article.weekend-trips .listing-block .view-content .wrapper:hover .text .title a {
  color: #FBCC19;
}

article.weekend-trips .listing-block .view-content .wrapper .image {
  border-radius: 8px;
  overflow: hidden;
}

article.weekend-trips .listing-block .view-content .wrapper .image .media .field--name-field-media-image {
  overflow: hidden;
}

article.weekend-trips .listing-block .view-content .wrapper .image .media .field--name-field-media-image img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

article.weekend-trips .listing-block .view-content .wrapper .text {
  padding: 20px 0 0;
}

article.weekend-trips .listing-block .view-content .wrapper .text .title {
  margin-bottom: 5px;
  min-height: 55px;
}

article.weekend-trips .listing-block .view-content .wrapper .text .title a {
  font-weight: 600;
  font-size: 18px;
  color: #242525;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article.weekend-trips .listing-block .view-content .wrapper .text .title a:hover {
  color: #FBCC19;
}

article.weekend-trips .listing-block .view-content .wrapper .text .duration {
  min-height: 24px;
  font-size: 14px;
}

article.weekend-trips .listing-block .view-content .wrapper .text .destination {
  min-height: 24px;
  font-size: 14px;
}

article.weekend-trips .listing-block .view-content .wrapper .text .destination:before {
  content: "\f3e7";
  font-family: bootstrap-icons !important;
  color: #FBCC19;
  margin-right: 5px;
}

article.weekend-trips .listing-block .view-content .wrapper .text .field--name-price {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}

article.weekend-trips .listing-block .view-content .wrapper .text .field--name-price:before {
  content: "Starts at";
  font-size: 14px;
  font-weight: 400;
  display: block;
}

article.weekend-trips .listing-block .view-content .wrapper .text .field--name-list-price {
  display: none;
}

article.weekend-trips .listing-block .view-content .wrapper .text .button-wrapper {
  margin-top: 40px;
  text-align: right;
  display: none;
}

article.weekend-trips .listing-block .view-content .wrapper .text .button-wrapper .buy-link {
  padding: 4px 20px;
  background-color: #FFC83E;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

article.weekend-trips .listing-block .view-content .wrapper .text .button-wrapper .buy-link:hover {
  background-color: #FBCC19;
  color: #1A1A3D;
}

article.weekend-trips .listing-block .view-content .wrapper.sold-out {
  position: relative;
}

article.weekend-trips .listing-block .view-content .wrapper.sold-out:before {
  content: "Sold Out";
  position: absolute;
  z-index: 2;
  padding: 5px 10px;
  background: #242525;
  color: #FBCC19;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  font-weight: 700;
}

article.weekend-trips .listing-block .view-content .wrapper.sold-out a {
  cursor: pointer;
  pointer-events: none;
}

article.weekend-trips .listing-block .view-content .wrapper.sold-out .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

article.weekend-trips .listing-block .view-content .wrapper.sold-out .destination:before {
  color: #E6E6E6;
}

article.weekend-trips .listing-block .view-content .wrapper.sold-out .button-wrapper .buy-link {
  background-color: #E6E6E6;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

article.weekend-trips .listing-block .view-content .wrapper.sold-out .button-wrapper .buy-link:hover {
  background-color: #E6E6E6;
  color: #444444;
}

article.weekend-trips .listing-block .view-content .wrapper.sold-out:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

article.weekend-trips .listing-block .view-content .wrapper.sold-out:hover .text .title a {
  color: #242525;
}

article.weekend-trips .listing-block.main-package .view-content .views-row {
  margin-bottom: 24px;
}

article.weekend-trips .listing-block.main-package .view-content .wrapper {
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 0;
  background-color: #ffffff;
}

article.weekend-trips .listing-block.main-package .view-content .wrapper .image {
  border-radius: 0;
}

article.weekend-trips .listing-block.main-package .view-content .wrapper .text {
  padding: 20px;
}

article.weekend-trips .travel_with_us {
  background-color: #ffffff;
  padding: 90px 0 50px;
}

article.weekend-trips .travel_with_us .image {
  position: relative;
}

article.weekend-trips .travel_with_us .head {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

article.weekend-trips .travel_with_us .head .field--name-field-title {
  font-size: 42px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 5px;
}

article.weekend-trips .travel_with_us .head .field--name-field-secondary-text {
  font-weight: 400;
  color: #121212;
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .form-wrapper {
  margin-bottom: 0;
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .form-item {
  margin-top: 0;
  margin-bottom: 10px;
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .form-item label {
  font-weight: 400;
  color: #111B19;
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .form-item input {
  border: 1px solid #E6E6E6;
  padding: 10px 15px;
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .form-item input::-webkit-input-placeholder {
  color: #999999;
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .form-item input:-ms-input-placeholder {
  color: #999999;
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .form-item input::-ms-input-placeholder {
  color: #999999;
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .form-item input::placeholder {
  color: #999999;
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .form-item input:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
          box-shadow: 0 0 2px 2px rgba(248, 211, 72, 0.5);
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .webform-button--submit {
  background-color: #F8D348;
  border: none;
  font-weight: 600;
  color: #242525;
  padding: 16px 0;
  width: 100%;
}

article.weekend-trips .travel_with_us .form .webform-submission-enquiry-form-form .webform-button--submit:hover {
  background-color: #FBCC19;
}

article.weekend-trips .testimonials .section-head {
  text-align: center;
  margin: 30px 0;
}

article.weekend-trips .testimonials .section-head:before {
  content: "";
  background-image: url(../img/testimonials.png);
  width: 100%;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  background-position: center;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li .views-field-nothing {
  padding: 40px;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card {
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  min-height: 300px;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-text {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-image {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  background: #22c1c3;
  background: linear-gradient(45deg, #22c1c3 0%, #fdbb2d 100%);
  border-radius: 50px;
  overflow: hidden;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc {
  display: inline-block;
  vertical-align: top;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc .card-title {
  margin-bottom: 5px;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc .card-title a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #1A1A3D;
  text-transform: capitalize;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .card-desc .card-location {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li .views-field-nothing .card .edit-link {
  right: 10px;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li:nth-child(odd) .views-field-nothing {
  margin-right: 10px !important;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .slides li:nth-child(even) .views-field-nothing {
  margin-left: 10px !important;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .flex-control-nav {
  width: auto;
  position: relative;
  margin: 0 auto;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .flex-control-nav li a {
  width: 15px;
  height: 8px;
  background-color: rgba(248, 211, 72, 0.5);
  box-shadow: none;
  -webkit-box-shadow: none;
}

article.weekend-trips .testimonials .view-testimonial .flexslider .flex-control-nav li a.flex-active {
  width: 45px;
  background-color: #F8D348;
}

article.weekend-trips .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .slides li .views-field-nothing {
  padding: 0;
  margin-right: 0 !important;
}

article.weekend-trips .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .slides li .views-field-nothing .card {
  padding: 20px;
}

article.weekend-trips .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .slides li .views-field-nothing .card .card-text {
  min-height: unset;
}

article.weekend-trips .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .flex-direction-nav {
  display: none;
}

article.weekend-trips .testimonials .view-testimonial.view-display-id-testimonial_home_mobile .flexslider .flex-control-paging {
  bottom: unset;
}

article.weekend-trips .featured_on {
  padding: 45px 0;
}

article.weekend-trips .featured_on .view-header {
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  text-align: center;
}

article.weekend-trips .featured_on .view-custom-blocks .views-row .brand-wrapper {
  position: relative;
}

article.weekend-trips .featured_on .view-custom-blocks .views-row .brand-wrapper .image {
  text-align: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

article.weekend-trips .featured_on .view-custom-blocks .views-row .brand-wrapper .image img {
  height: 120px;
  width: auto;
  max-width: 100%;
}

.page-node-type-testimonial .node--type-testimonial .card {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.page-node-type-testimonial .node--type-testimonial .card .card-text {
  margin-bottom: 40px;
}

.page-node-type-testimonial .node--type-testimonial .card .card-image {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  background: #22c1c3;
  background: linear-gradient(45deg, #22c1c3 0%, #fdbb2d 100%);
  border-radius: 50px;
  overflow: hidden;
}

.page-node-type-testimonial .node--type-testimonial .card .card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1A1A3D;
  text-transform: capitalize;
}

.page-node-type-testimonial .node--type-testimonial .card .card-location {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}

.node .node__content.contact .contact-subtitle {
  text-align: left;
  margin-bottom: 30px;
}

.node .node__content.contact .contact-subtitle .title {
  font-weight: 600;
  font-size: 42px;
}

.node .node__content.contact .contact-subtitle .subtext {
  font-weight: 400;
}

.node .node__content.contact .contact-subtitle .subtext p {
  margin-bottom: 0;
}

.node .node__content.contact .contact-subtitle .subtext p a {
  color: #444444;
}

.node .node__content.contact .left {
  padding-top: 25px;
  padding-bottom: 25px;
}

.node .node__content.contact .left .link_wrapper {
  margin-bottom: 30px;
  position: relative;
}

.node .node__content.contact .left .link_wrapper .custom-edit {
  top: 0;
}

.node .node__content.contact .left .link_wrapper .image {
  margin-right: 10px;
}

.node .node__content.contact .left .link_wrapper .image .bi {
  padding: 13px 20px;
  font-size: 35px;
  line-height: 1;
  background-color: #FFF9E4;
  border-radius: 10px;
  color: #FBCC19;
}

.node .node__content.contact .left .link_wrapper .text-wrapper .title {
  font-weight: 600;
  margin-bottom: 5px;
}

.node .node__content.contact .left .link_wrapper .text-wrapper .subtext {
  font-size: 14px;
}

.node .node__content.contact .left .link_wrapper .text-wrapper .subtext p {
  margin-bottom: 0;
}

.node .node__content.contact .left .link_wrapper .text-wrapper .subtext p a {
  color: #444444;
}

.node .node__content.contact .left .need-help {
  padding: 20px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
}

.node .node__content.contact .left .need-help .link_wrapper {
  margin-bottom: 0px;
  position: relative;
}

.node .node__content.contact .left .need-help .link_wrapper .image {
  margin-right: 10px;
}

.node .node__content.contact .left .need-help .link_wrapper .image.help {
  height: 75px;
  width: 75px;
  background-size: contain;
  background-color: #FBCC19;
  border-radius: 50px;
  color: #006CD0;
  background-image: url(../img/help.png);
  background-repeat: no-repeat;
}

.node .node__content.contact .left .need-help .link_wrapper .text-wrapper .title {
  font-weight: 600;
  margin-bottom: 5px;
}

.node .node__content.contact .left .need-help .link_wrapper .text-wrapper .subtext {
  font-size: 14px;
}

.node .node__content.contact .left .need-help .link_wrapper .text-wrapper .subtext p {
  margin-bottom: 0;
}

.node .node__content.contact .left .need-help .link_wrapper .text-wrapper .subtext p a {
  color: #FBCC19;
  font-weight: 600;
  text-decoration: none;
}

.node .node__content.contact .right .contact-form .webform-submission-contact-form .form-wrapper legend {
  display: none;
}

.node .node__content.contact .right .contact-form .webform-submission-contact-form .form-wrapper .fieldset-wrapper .form-item-name {
  display: inline-block;
  margin-bottom: 12px;
}

.node .node__content.contact .right .contact-form .webform-submission-contact-form .form-wrapper .fieldset-wrapper .form-item-name input {
  margin: 0;
}

.node .node__content.contact .right .contact-form .webform-submission-contact-form .form-wrapper .fieldset-wrapper .form-item-mobile {
  display: inline-block;
  margin-bottom: 12px;
}

.node .node__content.contact .right .contact-form .webform-submission-contact-form .form-item-message {
  display: inline-block;
  width: 100%;
}

.node .node__content.contact .right .contact-form .webform-submission-contact-form input,
.node .node__content.contact .right .contact-form .webform-submission-contact-form textarea {
  padding: 12px;
}

.page-node-24 {
  background-color: rgba(0, 0, 0, 0.08);
}

.page-node-24 .node--type-page .page-title {
  text-align: left;
  font-size: 36px;
  font-weight: 400;
  color: #1A1A3D;
}

.page-node-24 .node--type-page .link-wrapper {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  padding: 12px 18px;
  border-radius: 8px;
  color: #636363;
  margin-bottom: 30px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
}

.page-node-24 .node--type-page .link-wrapper:hover {
  background-color: #F2FBFA;
  border-color: #999999;
}

.page-node-24 .node--type-page .link-wrapper .bi {
  margin-right: 15px;
  font-size: 28px;
}

.page-node-24 .node--type-page .link-wrapper .text {
  font-size: 18px;
  font-weight: 700;
}

.page-node-24 .node--type-page .link-wrapper .text small {
  font-weight: normal;
  font-size: 14px;
}

.page-node-24 .node--type-page .link-wrapper .more {
  position: absolute;
  right: 18px;
}

.page-node-24 .node--type-page .link-wrapper.multilink .head {
  margin-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
}

.page-node-24 .node--type-page .link-wrapper.multilink a {
  display: block;
  color: #636363;
  padding: 5px 0;
}

.page-node-24 .node--type-page .link-wrapper.multilink:hover {
  background-color: #ffffff;
  border-color: #E6E6E6;
}

.page-node-24 .node--type-page .link-wrapper .view-webform-submissions-block {
  position: relative;
}

.page-node-24 .node--type-page .link-wrapper .view-webform-submissions-block .table-striped tbody tr:nth-child(odd) td {
  background-color: #fafafa;
  --bs-table-accent-bg:#fafafa;
}

.page-node-24 .node--type-page .link-wrapper .view-webform-submissions-block .pager .pager__items {
  padding: 0;
  margin: 0;
}

.page-node-24 .node--type-page .link-wrapper .view-webform-submissions-block .pager .pager__items .pager__item.pager__item--next, .page-node-24 .node--type-page .link-wrapper .view-webform-submissions-block .pager .pager__items .pager__item.pager__item--previous {
  padding: 0;
  display: inline-block;
}

.page-node-24 .node--type-page .link-wrapper .view-webform-submissions-block .pager .pager__items .pager__item.pager__item--next a span, .page-node-24 .node--type-page .link-wrapper .view-webform-submissions-block .pager .pager__items .pager__item.pager__item--previous a span {
  display: none;
}

.page-node-24 .node--type-page .block-best-selling-products .best-selling-product .product-package {
  display: inline-block;
}

.page-node-24 .node--type-page .block-best-selling-products .best-selling-product .product-package .title-wrapper {
  padding: 0;
  background: none;
}

.page-node-24 .node--type-page .block-best-selling-products .best-selling-product .product-package .title-wrapper .container {
  padding: 0;
}

.page-node-24 .node--type-page .block-best-selling-products .best-selling-product .product-package .title-wrapper .page-title {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #636363;
  padding: 12px 0;
}

.page-node-24 .node--type-page .block-best-selling-products .best-selling-product .product-package .title-wrapper .destination {
  display: none !important;
}

.page-node-24 .node--type-page .block-best-selling-products .best-selling-product .product-package .title-wrapper .gallery {
  display: none !important;
}

.page-node-24 .node--type-page .block-best-selling-products .best-selling-product .product-package .package-info {
  display: none;
}

.node--type-destination .quicklinks {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.node--type-destination .quicklinks .nav-item {
  border-right: 1px solid #F5F5F5;
}

.node--type-destination .quicklinks .nav-item:last-child {
  border-right: none;
}

.node--type-destination .quicklinks .nav-item a {
  color: #636363;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.node--type-destination .quicklinks .nav-item a:hover {
  color: #FBCC19;
  background-color: #FFF9E4;
}

.node--type-destination .field--name-field-attractions .field__label {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #FBCC19;
  margin: 30px 0;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph {
  margin: 0 -12px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph .field--name-field-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0 12px;
  margin-bottom: 12px;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph .field--name-field-image img {
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph .field--name-field-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0 12px;
  color: #121212;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph .field--name-field-text h1 {
  font-size: 28px;
  line-height: 1.5;
  color: #1A1A3D;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph .field--name-field-text h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #1A1A3D;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph .field--name-field-text h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #1A1A3D;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph.paragraph--type--image-and-text .field--name-field-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0 12px;
  text-align: center;
  margin-bottom: 15px;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph.paragraph--type--image-and-text .field--name-field-image img {
  width: 100%;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph.paragraph--type--image-and-text .field--name-field-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0 12px;
  color: #121212;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph.paragraph--type--right-image-with-text .field--name-field-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.node--type-destination .field--name-field-attractions .field__items .field__item .paragraph.paragraph--type--right-image-with-text .field--name-field-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.node--type-destination .packages-section,
.node--type-destination .events-section,
.node--type-destination .stays-section {
  padding: 40px 0;
}

.node--type-destination .packages-section .section-top,
.node--type-destination .events-section .section-top,
.node--type-destination .stays-section .section-top {
  position: relative;
}

.node--type-destination .packages-section .section-top .section-head,
.node--type-destination .events-section .section-top .section-head,
.node--type-destination .stays-section .section-top .section-head {
  color: #FBCC19;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.25;
}

.node--type-destination .packages-section .section-top .section-link,
.node--type-destination .events-section .section-top .section-link,
.node--type-destination .stays-section .section-top .section-link {
  text-align: right;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.node--type-destination .packages-section .section-top .section-link a,
.node--type-destination .events-section .section-top .section-link a,
.node--type-destination .stays-section .section-top .section-link a {
  text-decoration: none;
  color: #FBCC19;
}

.node--type-destination .packages-section .section-top .section-link a:after,
.node--type-destination .events-section .section-top .section-link a:after,
.node--type-destination .stays-section .section-top .section-link a:after {
  content: "\F135";
  font-family: bootstrap-icons !important;
  color: #FBCC19;
  vertical-align: bottom;
  font-weight: 600;
}

.node--type-destination .listing-block .view-content {
  overflow: auto;
  margin-top: 40px;
  position: relative;
}

.node--type-destination .listing-block .view-content .wrapper {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
}

.node--type-destination .listing-block .view-content .wrapper:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.node--type-destination .listing-block .view-content .wrapper:hover .text .title a {
  color: #FBCC19;
}

.node--type-destination .listing-block .view-content .wrapper .image .media .field--name-field-media-image {
  overflow: hidden;
}

.node--type-destination .listing-block .view-content .wrapper .image .media .field--name-field-media-image img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.node--type-destination .listing-block .view-content .wrapper .text {
  padding: 20px;
}

.node--type-destination .listing-block .view-content .wrapper .text .title {
  margin-bottom: 5px;
  min-height: 55px;
}

.node--type-destination .listing-block .view-content .wrapper .text .title a {
  font-weight: 600;
  font-size: 18px;
  color: #242525;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node--type-destination .listing-block .view-content .wrapper .text .title a:hover {
  color: #FBCC19;
}

.node--type-destination .listing-block .view-content .wrapper .text .duration {
  min-height: 24px;
  font-size: 14px;
}

.node--type-destination .listing-block .view-content .wrapper .text .destination {
  min-height: 24px;
  font-size: 14px;
}

.node--type-destination .listing-block .view-content .wrapper .text .destination:before {
  content: "\f3e7";
  font-family: bootstrap-icons !important;
  color: #FBCC19;
  margin-right: 5px;
}

.node--type-destination .listing-block .view-content .wrapper .text .field--name-price {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}

.node--type-destination .listing-block .view-content .wrapper .text .field--name-price:before {
  content: "Starts at";
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.node--type-destination .listing-block .view-content .wrapper .text .button-wrapper {
  margin-top: 40px;
  text-align: right;
}

.node--type-destination .listing-block .view-content .wrapper .text .button-wrapper .buy-link {
  padding: 4px 20px;
  background-color: #FFC83E;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.node--type-destination .listing-block .view-content .wrapper .text .button-wrapper .buy-link:hover {
  background-color: #FBCC19;
  color: #1A1A3D;
}

.node--type-destination .listing-block .view-content .wrapper.sold-out {
  position: relative;
}

.node--type-destination .listing-block .view-content .wrapper.sold-out:before {
  content: "Sold Out";
  position: absolute;
  z-index: 2;
  padding: 5px 10px;
  background: #242525;
  color: #FBCC19;
  border-bottom-right-radius: 8px;
  font-weight: 700;
}

.node--type-destination .listing-block .view-content .wrapper.sold-out a {
  cursor: pointer;
  pointer-events: none;
}

.node--type-destination .listing-block .view-content .wrapper.sold-out .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.node--type-destination .listing-block .view-content .wrapper.sold-out .destination:before {
  color: #E6E6E6;
}

.node--type-destination .listing-block .view-content .wrapper.sold-out .button-wrapper .buy-link {
  background-color: #E6E6E6;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.node--type-destination .listing-block .view-content .wrapper.sold-out .button-wrapper .buy-link:hover {
  background-color: #E6E6E6;
  color: #444444;
}

.node--type-destination .listing-block .view-content .wrapper.sold-out:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.node--type-destination .listing-block .view-content .wrapper.sold-out:hover .text .title a {
  color: #242525;
}

.node--type-destination .listing-block.events .view-content .wrapper {
  border: 1px solid #E6E6E6;
}

.node--type-destination .listing-block.events .view-content .wrapper .text {
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: -10px;
  display: inline-block;
  width: 100%;
  z-index: 2;
  position: relative;
}

.node--type-destination .listing-block.events .view-content .wrapper .text .destination {
  margin-top: 10px;
}

.node--type-destination .listing-block.events .view-content .wrapper .text .field--name-price {
  margin-top: 10px;
  text-align: right;
  font-weight: 400;
}

.node--type-destination .listing-block.events .view-content .wrapper .text .field--name-price:before {
  content: "";
}

.node--type-destination .listing-block.events .view-content .wrapper .text .button-wrapper {
  margin-top: 20px;
  text-align: center;
}

.node--type-destination .listing-block.events .view-content .wrapper .text .button-wrapper .buy-link {
  width: 100%;
  display: inline-block;
}

.node--type-destination .listing-block.events .view-content .wrapper.sold-out {
  position: relative;
}

.node--type-destination .listing-block.events .view-content .wrapper.sold-out:before {
  content: "Sold Out";
  position: absolute;
  z-index: 2;
  padding: 5px 10px;
  background: #242525;
  color: #FBCC19;
  border-bottom-right-radius: 8px;
  font-weight: 700;
}

.node--type-destination .listing-block.events .view-content .wrapper.sold-out a {
  cursor: pointer;
  pointer-events: none;
}

.node--type-destination .listing-block.events .view-content .wrapper.sold-out .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.node--type-destination .listing-block.events .view-content .wrapper.sold-out .destination:before {
  color: #E6E6E6;
}

.node--type-destination .listing-block.events .view-content .wrapper.sold-out .button-wrapper .buy-link {
  background-color: #E6E6E6;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.node--type-destination .listing-block.events .view-content .wrapper.sold-out .button-wrapper .buy-link:hover {
  background-color: #E6E6E6;
  color: #444444;
}

.node--type-destination .listing-block.events .view-content .wrapper.sold-out:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.node--type-destination .listing-block.events .view-content .wrapper.sold-out:hover .text .title a {
  color: #242525;
}

.regions-page .regions .region {
  padding: 20px 0;
}

.regions-page .regions .region .view-content {
  overflow: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.regions-page .regions .region .view-content .views-row {
  margin-bottom: 24px;
}

.regions-page .regions .region .view-content .views-row .wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.regions-page .regions .region .view-content .views-row .wrapper .image {
  overflow: hidden;
}

.regions-page .regions .region .view-content .views-row .wrapper .image img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.regions-page .regions .region .view-content .views-row .wrapper .text {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inset: 0;
  height: 100%;
}

.regions-page .regions .region .view-content .views-row .wrapper .text a {
  color: #FBCC19;
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.regions-page .regions .region .view-content .views-row .wrapper:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.regions-page .regions .region .view-content .views-row .wrapper:hover .text a {
  color: #FFF9E4;
}

.node.faq .hero {
  max-height: 300px;
}

.faqs .ckeditor-accordion-container dl {
  border: none;
}

.faqs .ckeditor-accordion-container dl dt {
  padding: 20px 24px;
  border-radius: 5px;
  background-color: white !important;
  margin-top: 20px;
}

.faqs .ckeditor-accordion-container dl dt a {
  font-weight: 600;
  color: #444444;
  text-decoration: none;
  font-size: 16px;
  background-color: white;
  border: none;
  padding: 0 0 0 25px;
}

.faqs .ckeditor-accordion-container dl dt a:hover {
  background: none;
  color: #F8D348;
}

.faqs .ckeditor-accordion-container dl dt a .ckeditor-accordion-toggle::before, .faqs .ckeditor-accordion-container dl dt a .ckeditor-accordion-toggle::after {
  background-color: #FBCC19;
}

.faqs .ckeditor-accordion-container dl dd {
  padding: 0  18px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.node--type-article {
  margin-top: 45px;
}

.node--type-article .blog-top-section {
  text-align: left;
}

.node--type-article .blog-top-section .blog-meta {
  text-transform: uppercase;
  color: #636363;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}

.node--type-article .blog-top-section .blog-meta .time {
  display: inline-block;
}

.node--type-article .blog-top-section .blog-meta .time .field--name-node-read-time {
  display: inline-block;
}

.node--type-article .blog-top-section .page-title {
  color: #FBCC19;
  font-size: 38px;
  font-weight: 700;
  text-align: left;
}

.node--type-article .blog-top-section .blog-image {
  border-radius: 15px;
  overflow: hidden;
}

.node--type-article .blog-top-section .blog-image img {
  width: 100%;
  height: auto;
}

.node--type-article .field--name-body h2 {
  font-size: 36px;
  color: #FBCC19;
}

.node--type-article .field--name-body h3,
.node--type-article .field--name-body h4,
.node--type-article .field--name-body h5 {
  color: #FBCC19;
}

.node--type-article .field--name-body img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  margin-bottom: 15px;
  border-radius: 15px;
}

.node--type-article .field--name-body .caption-img {
  margin: 0 auto;
  margin-bottom: 15px;
}

.node--type-article .field--name-body .caption-img img {
  margin-bottom: 0;
}

.node--type-article .field--name-body .caption-img figcaption {
  font-size: 14px;
  text-align: center;
  color: #636363;
}

.regions .term-body {
  padding: 48px 0;
}

.regions .listing-block #views-exposed-form-listing-block-regions-packages {
  display: none;
}

.regions .listing-block .view-content {
  overflow: auto;
  margin-top: 40px;
  position: relative;
}

.regions .listing-block .view-content h3:after {
  content: "Packages";
}

.regions .listing-block .view-content .wrapper {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
}

.regions .listing-block .view-content .wrapper:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.regions .listing-block .view-content .wrapper:hover .text .title a {
  color: #FBCC19;
}

.regions .listing-block .view-content .wrapper .image .media .field--name-field-media-image {
  overflow: hidden;
}

.regions .listing-block .view-content .wrapper .image .media .field--name-field-media-image img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.regions .listing-block .view-content .wrapper .text {
  padding: 20px;
}

.regions .listing-block .view-content .wrapper .text .title {
  margin-bottom: 5px;
  min-height: 55px;
}

.regions .listing-block .view-content .wrapper .text .title a {
  font-weight: 600;
  font-size: 18px;
  color: #242525;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.regions .listing-block .view-content .wrapper .text .title a:hover {
  color: #FBCC19;
}

.regions .listing-block .view-content .wrapper .text .duration {
  min-height: 24px;
  font-size: 14px;
}

.regions .listing-block .view-content .wrapper .text .destination {
  min-height: 24px;
  font-size: 14px;
}

.regions .listing-block .view-content .wrapper .text .destination:before {
  content: "\f3e7";
  font-family: bootstrap-icons !important;
  color: #FBCC19;
  margin-right: 5px;
}

.regions .listing-block .view-content .wrapper .text .field--name-price {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}

.regions .listing-block .view-content .wrapper .text .field--name-price:before {
  content: "Starts at";
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.regions .listing-block .view-content .wrapper .text .field--name-price:after {
  content: "/head";
  font-size: 14px;
  font-weight: 400;
}

.regions .listing-block .view-content .wrapper .text .button-wrapper {
  margin-top: 40px;
  text-align: right;
}

.regions .listing-block .view-content .wrapper .text .button-wrapper .buy-link {
  padding: 4px 20px;
  background-color: #FFC83E;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.regions .listing-block .view-content .wrapper .text .button-wrapper .buy-link:hover {
  background-color: #FBCC19;
  color: #1A1A3D;
}

.regions .listing-block .view-content .wrapper.sold-out {
  position: relative;
}

.regions .listing-block .view-content .wrapper.sold-out:before {
  content: "Sold Out";
  position: absolute;
  z-index: 2;
  padding: 5px 10px;
  background: #242525;
  color: #FBCC19;
  border-bottom-right-radius: 8px;
  font-weight: 700;
}

.regions .listing-block .view-content .wrapper.sold-out a {
  cursor: pointer;
  pointer-events: none;
}

.regions .listing-block .view-content .wrapper.sold-out .image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.regions .listing-block .view-content .wrapper.sold-out .destination:before {
  color: #E6E6E6;
}

.regions .listing-block .view-content .wrapper.sold-out .button-wrapper .buy-link {
  background-color: #E6E6E6;
  color: #444444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.regions .listing-block .view-content .wrapper.sold-out .button-wrapper .buy-link:hover {
  background-color: #E6E6E6;
  color: #444444;
}

.regions .listing-block .view-content .wrapper.sold-out:hover .image .media .field--name-field-media-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.regions .listing-block .view-content .wrapper.sold-out:hover .text .title a {
  color: #242525;
}

.regions .region-destination .view-content:before {
  content: "Select preferred destination:";
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}

.regions .region-destination .views-row {
  display: inline-block;
  vertical-align: top;
}

.regions .region-destination .views-row .views-field-title .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.regions .region-destination .views-row .views-field-title .wrapper .icon img {
  height: 30px;
  margin-right: 5px;
  width: auto;
}

.regions .region-destination .views-row .views-field-title a {
  padding: 8px 16px;
  display: inline-block;
  border: 2px solid #FBCC19;
  border-radius: 5px;
  color: #242525;
  text-decoration: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.regions .region-destination .views-row .views-field-title a:hover, .regions .region-destination .views-row .views-field-title a.active {
  border: 2px solid #FBCC19;
  background: #FBCC19;
}

.page-regions .region-content .view-taxonomy-term .view-header + .view-content {
  display: none;
}

.feed-icons {
  display: none;
}

.node-about .page-title .field--name-body p {
  font-size: 18px;
}

.node-about .section1 {
  margin-bottom: 30px;
}

.node-about .section1 .wrapper {
  padding: 0 30px;
  position: relative;
}

.node-about .section1 .wrapper .title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
  color: #FBCC19;
}

.node-about .section1 .wrapper .sub-text {
  text-align: justify;
}

.node-about .team {
  text-align: center;
}

.node-about .team .text {
  color: #1A1A3D;
}

.node-about .team .team-overview {
  margin: 40px 0;
}

.node-about .team .team-overview .view-content.row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.node-about .team .team-overview .views-row {
  margin-bottom: 30px;
  position: relative;
}

.node-about .team .team-overview .views-row .views-field-field-image {
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.node-about .team .team-overview .views-row .views-field-field-image img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.node-about .team .team-overview .views-row .views-field-field-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.node-about .team .team-overview .views-row .views-field-title a {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  margin: 15px 0 5px;
  color: #F8D348;
}

.node-about .team .team-overview .views-row .views-field-title a:hover {
  color: #FBCC19;
}

.node-about .team .team-overview .views-row .views-field-field-designation {
  color: #636363;
}

.node-about .team .team-overview .views-row .views-field-field-designation a {
  color: #636363;
}

.node-about .team .team-overview .views-row .views-field-nothing a {
  font-size: 18px;
  color: #FBCC19;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.node-about .team .team-overview .views-row .views-field-nothing a:hover {
  color: #242525;
}

.node-about .section2 {
  margin: 40px 0;
}

.node-about .section2 .other-wrapper {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.node-about .section2 .other-wrapper .image {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.node-about .section2 .other-wrapper .text-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 15px;
}

.node-about .section2 .other-wrapper .text-wrapper .title {
  font-weight: 600;
  color: #1A1A3D;
}

.node-about .section2 .other-wrapper .text-wrapper .sub-text {
  color: white;
}

.node-team .page-title .field--name-body p {
  font-size: 18px;
}

.node-team .team {
  text-align: center;
}

.node-team .team .text {
  color: #1A1A3D;
}

.node-team .team .team-page {
  margin: 40px 0;
}

.node-team .team .team-page .views-row {
  margin-bottom: 30px;
  position: relative;
}

.node-team .team .team-page .views-row .left {
  margin-bottom: 15px;
}

.node-team .team .team-page .views-row .left .dp {
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.node-team .team .team-page .views-row .left .dp img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  height: auto;
}

.node-team .team .team-page .views-row .left .dp:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.node-team .team .team-page .views-row .left .social a {
  font-size: 20px;
  color: #FBCC19;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin: 0 10px;
}

.node-team .team .team-page .views-row .left .social a:hover {
  color: #242525;
}

.node-team .team .team-page .views-row .right {
  text-align: left;
}

.node-team .team .team-page .views-row .right .title {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  margin: 0px 0 5px;
  color: #F8D348;
}

.node-team .team .team-page .views-row .right .designation {
  color: #636363;
  font-size: 18px;
  font-weight: 600;
}

.node-team .team .team-page .views-row .right .bio {
  color: #636363;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .node .node__content {
    max-width: 70%;
    margin: 0 auto;
  }
  .node.node-about .node__content {
    max-width: 100%;
  }
  .node.node-about .node__content .section1 {
    max-width: 90%;
    margin: 0 auto 60px;
  }
  .node--type-page .hero {
    margin-top: -75px;
  }
  article.packages .package-top-wrapper {
    margin-bottom: 60px;
  }
  article.packages .hero {
    margin-top: 30px;
    border: 0;
  }
  article.packages .hero .page-title {
    margin-bottom: 40px;
    font-size: 36px;
  }
  article.packages .search-block {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  article.packages .search-block .views-exposed-form {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  article.packages .search-block .views-exposed-form form .form--inline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  article.packages .search-block .views-exposed-form form .form--inline .form-item {
    margin-right: 0.5em;
  }
  article.packages .regions {
    padding: 40px 0;
  }
  article.packages .regions .region {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    overflow: visible;
  }
  article.packages .regions .region .view-content {
    margin-top: 0;
    overflow: visible;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  article.packages .popular .section-top,
  article.packages .package-main .section-top {
    position: relative;
  }
  article.packages .popular .section-head,
  article.packages .popular .field--name-field-title,
  article.packages .package-main .section-head,
  article.packages .package-main .field--name-field-title {
    text-align: left;
  }
  article.packages .popular .section-subtext,
  article.packages .popular .field--name-field-secondary-text,
  article.packages .package-main .section-subtext,
  article.packages .package-main .field--name-field-secondary-text {
    text-align: left;
  }
  article.packages .popular .section-link,
  article.packages .package-main .section-link {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
  }
  article.packages .listing-block {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    overflow: visible;
  }
  article.packages .listing-block .view-content {
    margin-top: 0;
    overflow: visible;
  }
  article.packages .travel_with_us .head {
    text-align: left;
    width: 80%;
  }
  article.packages .travel_with_us .form {
    width: 80%;
  }
  article.rooms .package-top-wrapper {
    margin-bottom: 120px;
  }
  article.rooms .hero {
    margin-top: 30px;
    border: 0;
  }
  article.rooms .hero .page-title {
    margin-bottom: 40px;
    font-size: 36px;
  }
  article.rooms .search-block {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  article.rooms .search-block .views-exposed-form {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  article.rooms .search-block .views-exposed-form form .form--inline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  article.rooms .search-block .views-exposed-form form .form--inline .form-item {
    margin-right: 0.5em;
  }
  article.rooms .popular .section-top,
  article.rooms .room-main .section-top {
    position: relative;
  }
  article.rooms .popular .section-head,
  article.rooms .popular .field--name-field-title,
  article.rooms .room-main .section-head,
  article.rooms .room-main .field--name-field-title {
    text-align: left;
  }
  article.rooms .popular .section-subtext,
  article.rooms .popular .field--name-field-secondary-text,
  article.rooms .room-main .section-subtext,
  article.rooms .room-main .field--name-field-secondary-text {
    text-align: left;
  }
  article.rooms .popular .section-link,
  article.rooms .room-main .section-link {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
  }
  article.rooms .listing-block {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    overflow: visible;
  }
  article.rooms .listing-block .view-content {
    margin-top: 0;
    overflow: visible;
  }
  article.rooms .travel_with_us .head {
    text-align: left;
    width: 80%;
  }
  article.rooms .travel_with_us .form {
    width: 80%;
  }
  article.cabs .hero {
    max-height: 520px;
    overflow: hidden;
  }
  article.cabs .hero .overlay {
    font-size: 46px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 60px;
  }
  article.cabs .hero .overlay small {
    font-size: 20px;
  }
  article.cabs .search-block {
    position: relative !important;
    margin-top: 0;
  }
  article.cabs .how-it-works,
  article.cabs .why-choose-us {
    margin-top: 0;
  }
  article.cabs .how-it-works .field--name-field-title,
  article.cabs .why-choose-us .field--name-field-title {
    font-size: 48px;
  }
  article.weekend-trips .package-main .section-top {
    position: relative;
  }
  article.weekend-trips .package-main .section-head,
  article.weekend-trips .package-main .field--name-field-title {
    text-align: left;
  }
  article.weekend-trips .package-main .section-subtext,
  article.weekend-trips .package-main .field--name-field-secondary-text {
    text-align: left;
  }
  article.weekend-trips .package-main .section-link {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
  }
  article.weekend-trips .listing-block {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    overflow: visible;
  }
  article.weekend-trips .listing-block .view-content {
    overflow: visible;
  }
  .node .node__content.contact {
    max-width: 100%;
  }
  .node .node__content.contact .contact-subtitle {
    text-align: center;
    margin-bottom: 48px;
  }
  .node .node__content.contact .left {
    padding-right: 30px;
    border-right: 1px solid #E6E6E6;
  }
  .node .node__content.contact .right {
    padding-left: 30px;
  }
  .node .node__content.contact .right .contact-form .webform-submission-contact-form .form-wrapper .fieldset-wrapper .form-item-name {
    width: 48%;
  }
  .node .node__content.contact .right .contact-form .webform-submission-contact-form .form-wrapper .fieldset-wrapper .form-item-mobile {
    width: 48%;
    float: right;
  }
  .hero {
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
  }
  .page-title {
    font-size: 42px;
    line-height: 54px;
  }
  .node--type-destination .node__content {
    max-width: 100%;
    margin: 0 auto;
  }
  .node--type-destination .field--name-field-attractions .field__items .field__item .paragraph .field--name-field-image {
    width: 50%;
  }
  .node--type-destination .field--name-field-attractions .field__items .field__item .paragraph .field--name-field-text {
    width: 50%;
  }
  .node--type-destination .field--name-field-attractions .field__items .field__item .paragraph.paragraph--type--image-and-text .field--name-field-image img {
    width: 75%;
  }
  .node--type-destination .field--name-field-attractions .field__items .field__item .paragraph.paragraph--type--right-image-with-text .field--name-field-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .node--type-destination .field--name-field-attractions .field__items .field__item .paragraph.paragraph--type--right-image-with-text .field--name-field-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .node--type-destination .overview,
  .node--type-destination .destination-fields {
    max-width: 70%;
    margin: 0 auto;
  }
  .node--type-destination .listing-block {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    overflow: visible;
  }
  .node--type-destination .listing-block .view-content {
    margin-top: 0;
    overflow: visible;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .node--type-destination .packages-section .section-link,
  .node--type-destination .events-section .section-link,
  .node--type-destination .stays-section .section-link {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
  }
  .regions-page .regions {
    padding: 40px 0;
  }
  .regions-page .regions .region {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    overflow: visible;
  }
  .regions-page .regions .region .view-content {
    margin-top: 0;
    overflow: visible;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .node-team .node__content {
    width: 100% !important;
    max-width: 100%;
  }
  .node-team .team-page .views-row {
    width: 90%;
  }
  .node-team .team-page .views-row:nth-child(odd) {
    float: left;
  }
  .node-team .team-page .views-row:nth-child(even) {
    float: right;
  }
  .node-team .team-page .views-row:nth-child(even) .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .node-team .team-page .views-row:nth-child(even) .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 462px) {
  .node--type-destination .quicklinks .nav-item:last-child {
    border-top: 1px solid #E6E6E6;
  }
}
/*# sourceMappingURL=node.css.map */