/*
Template Name: Travolo
Template URL: https://html.vecurosoft.com/travolo
Description: Travolo -  Travel Agency & Tour Booking HTML Template
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes/
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #ec1f25;
  --theme-color2: #37d4d9;
  --theme2-color-rgb: 55, 212, 217;
  --vs-secondary-color: #111330;
  --title-color: #1c1c1c;
  --body-color: #505050;
  --smoke-color: #f7f7f7;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --vs-border-color: #ffccb1;
  --title-font: "Jost", sans-serif;
  --body-font: "Jost", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}

.wpte-elementor-widget {
  --primary-color: #ec1f25;
}

:root {
  --primary-color: #ec1f25;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
  background-color:white;
}

/* img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
} */

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ec1f25;
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid #ec1f25;
  padding: 9px 12px;
}

a {
  color: #505050;
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: #ec1f25;
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 18px 0;
  color: #505050;
  line-height: 1.625;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "Outfit", sans-serif;
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 20px;
}

.h6,
h6 {
  font-size: 18px;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #505050;
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: #505050;
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color:white;
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}

.wp-block-latest-comments a {
  color: inherit;
}

.wp-block-button {
  margin-bottom: 10px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #ec1f25;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: #ec1f25;
  border-color: #ec1f25;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ol.wp-block-latest-comments li {
  margin: 15px 0;
}

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
}
ul.wp-block-latest-posts a {
  color: inherit;
}
ul.wp-block-latest-posts a:hover {
  color: #ec1f25;
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
  border-radius: 10px 0 0 10px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 110px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--vs-secondary-color);
  border-radius: 0 10px 10px 0;
  font-size: 18px;
  font-weight: 500;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.sidebar-area .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .wp-block-search__button {
  background-color: #ec1f25;
}
.sidebar-area .wp-block-search__button:hover {
  background-color: var(--theme-color2);
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 0;
  }
}

.post-password-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
  border-radius: 10px 0px 0px 10px;
}
.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: #ec1f25;
}
.post-password-form .theme-input-group .submit-btn:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links > .page-links-title {
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
  display: inline-block;
  padding: 5px 13px;
  background-color:white;
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color:white;
  background-color: #ec1f25;
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: #ec1f25;
  color:white;
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  position: relative;
}
.blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  padding: 40px;
  border: none;
  border-radius: 10px;
}
.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: #ec1f25;
  z-index: 1;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "Featured";
  right: -1px;
  top: -1px;
  font-size: 18px;
  color:white;
  background-color: #ec1f25;
  font-family: "Outfit", sans-serif;
  opacity: 1;
  text-transform: capitalize;
  padding: 11.5px 23px;
  font-weight: 500;
  border-radius: 0 10px;
}
.blog-single.format-quote:before {
  content: "\f10e";
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-img {
  margin-bottom: 40px;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}

.vs-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.vs-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-search .search-grid-content {
    padding: 20px;
  }
}
.vs-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}
.vs-search .search-grid-title a {
  color: inherit;
}
.vs-search .search-grid-title a:hover {
  color: #ec1f25;
}
.vs-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.vs-search .search-grid-meta > *:last-child {
  margin-right: 0;
}
.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
  color: #505050;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .vs-comment-form {
    margin-top: 24px;
  }
}
form.wpcf7-form.sent .wpcf7-response-output {
  margin: 30px 0 0 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1.5em 0.5em 0;
  padding: 0.2em 1em;
}

.wpcf7 form span.wpcf7-list-item {
  margin-top: 20px;
}

.wpcf7 form span.wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

.wpcf7 form span.wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 4px;
  background-color:white;
  border: 1px solid #ec1f25;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

.wpcf7 form span.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:before,
.wpcf7 form span.wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  content: "\f00c";
  color: #ec1f25;
  border-color: #ec1f25;
  font-family: var(--icon-font);
}

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  /* .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  } */
  .outer-wrap {
    max-width: 1300px;
    background-color:white;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
    margin-top: -70px;
    padding-bottom: 37px;
  }
  .outer-wrap.wrap-style1 {
    padding-top: calc(var(--section-space) - 40px);
    padding-bottom: calc(var(--section-space) - 80px);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .outer-wrap {
    max-width: 1200px;
    background-color:white;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
    margin-top: -70px;
    padding-bottom: 37px;
  }
  .outer-wrap.wrap-style1 {
    padding-top: calc(var(--section-space) - 40px);
    padding-bottom: calc(var(--section-space) - 80px);
  }
}
/*------------------- 2.2. Grid -------------------*/
@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 26px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-gy {
  --bs-gutter-y: var(--bs-gutter-x);
}

.gx-80 {
  --bs-gutter-x: 80px;
}

/* Small devices */
@media (max-width: 767px) {
  .gx-30,
  .gx-60,
  .gx-80 {
    --bs-gutter-x: 0;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  padding: 0 45px 0 30px;
  border: 1px solid #ec1f25;
  color: #505050;
  background-color: var(--body-bg);
  /* border-radius: 16px; */
  font-size: 16px;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--body-bg);
  border-color: #ec1f25;
}

.radioselect,
.form-control,
.form-select,
textarea,
input {
  padding: 4px 30px 4px 25px;
  padding-right: 45px;
  /* border-radius: 10px; */
  color: #505050;
  border: 1px solid #ec1f25;
  background-color:white;
  font-size: 14px;
}
.radioselect:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ec1f25;
  background-color:white;
}
.radioselect::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #505050;
}
.radioselect::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #505050;
}
.radioselect:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #505050;
}
.radioselect::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: #505050;
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 10px;
}

input[type=checkbox] {
  margin-right: 5px;
}

input[type=radio] {
  margin-right: 5px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 18px;
  font-size: 14px;
  color: #a0abb4;
}
.form-group.has-label > i {
  top: 48px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
  min-width: 100%;
}
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.slick-track .col-auto {
  width: auto;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 0 0 30px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 60px;
  height: 10px;
  line-height: 0;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #D1D1D1;
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
}
.slick-dots button:hover {
  border-color: #ec1f25;
}
.slick-dots .slick-active button {
  background-color: #ec1f25;
  border-color: transparent;
}

.slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color:white;
  position: absolute;
  top: 50%;
  /* border: 2px solid #ec1f25; */
  /* left: var(--pos-x, -100px); */
  /* width: var(--icon-size, 60px); */
  /* height: var(--icon-size, 60px); */
  /* font-size: var(--icon-font-size, 20px); */
  /* margin-top: calc(var(--icon-size, 66px) / -2); */
  transition: 0.5s ease-in-out;
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  /* right: var(--pos-x, -100px); */
  left: auto;
}
.slick-arrow i {
  vertical-align: middle;
}
.slick-arrow:hover {
  background-color: #ec1f25;
  color:white;
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(255, 104, 26, 0.1);
}
.vs-menu-wrapper .mobile-logo img,
.vs-menu-wrapper .mobile-logo svg {
  max-width: 190px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  z-index: 1;
  color:white;
  background-color: #ec1f25;
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle i {
  line-height: inherit;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color:white;
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid #ec1f25;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: #ec1f25;
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: #ec1f25;
  color:white;
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color:white;
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.preloader-inner img {
  display: block;
  margin: 0 auto 25px auto;
}

.loader {
  display: block;
  position: relative;
  height: 20px;
  width: 140px;
  margin: 0 auto;
  background-image: linear-gradient(#ec1f25 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 0, 40px 0, 80px 0, 120px 0;
  animation: animloader 1s linear infinite;
}

@keyframes animloader {
  0% {
    background-image: linear-gradient(#ec1f25 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(#ec1f25 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  border: none;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-family: "Outfit", sans-serif;
  background-color: #505050;
  color:white;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 15px 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
  gap: 5px;
}
.vs-btn:before, .vs-btn:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #ec1f25;
  transform: scale(0);
  z-index: -1;
  border-radius: inherit;
  transform-origin: right bottom;
  transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
}
.vs-btn:before {
  transform-origin: left top;
}
.vs-btn:hover {
  color:white;
}
.vs-btn:hover:before, .vs-btn:hover:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.vs-btn.style2 {
  background-color:white;
  color: #ec1f25;
}
.vs-btn.style2::before, .vs-btn.style2::after {
  background-color: var(--theme-color2);
}
.vs-btn.style2:hover {
  color:white;
}
.vs-btn.style3 {
  background-color: var(--theme-color2);
  color:white;
}
.vs-btn.style3::before, .vs-btn.style3::after {
  background-color: #ec1f25;
}
.vs-btn.style4, .vs-btn.style5 {
  background-color: #ec1f25;
}
.vs-btn.style4::before, .vs-btn.style4::after, .vs-btn.style5::before, .vs-btn.style5::after {
  background-color: var(--theme-color2);
}
.vs-btn.style5, .vs-btn.style6, .vs-btn.style7 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 15px;
  padding: 22px 50px;
  background: #ec1f25;
  min-height: 60px;
}
.vs-btn.style5::before, .vs-btn.style5::after, .vs-btn.style6::before, .vs-btn.style6::after, .vs-btn.style7::before, .vs-btn.style7::after {
  background: var(--theme-color2);
}
.vs-btn.style5 > i, .vs-btn.style6 > i, .vs-btn.style7 > i {
  min-width: 20px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color2);
  border-radius: 50%;
  transition: all ease 0.4s;
}
.vs-btn.style6 {
  background: var(--title-color);
}
.vs-btn.style7 {
  padding: 22px 30px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.vs-btn.has-arrow i {
  margin-left: 6px;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 60px);
  height: var(--btn-size, 60px);
  line-height: var(--btn-size, 60px);
  background-color:white;
  color: #ec1f25;
  text-align: center;
  border-radius: 50%;
  font-size: var(--btn-font-size, 20px);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  padding: 0;
  vertical-align: middle;
  border: none;
}
.icon-btn:focus {
  outline: none;
}
.icon-btn i {
  line-height: inherit;
}
.icon-btn:hover {
  background-color: #ec1f25;
  color:white;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 124px);
  height: var(--icon-size, 124px);
  line-height: var(--icon-size, 124px);
  text-align: center;
  background-color: rgba(255, 104, 26, 0.8);
  color: #ec1f25;
  font-size: var(--icon-font-size, 1.5em);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.5s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 104, 26, 0.8);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover > i {
  background-color: rgba(55, 212, 217, 0.8);
}
.play-btn:hover:after, .play-btn:hover::before {
  background-color: rgba(55, 212, 217, 0.8);
  color:white;
}

.link-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
  color: var(--title-color);
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e1e1e1;
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color2);
}
.link-btn:hover::before {
  background-color: var(--theme-color2);
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color2);
  color:white;
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color2);
  transition: all ease 0.4s;
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: #ec1f25;
  color:white;
}
.scroll-btn:focus:before, .scroll-btn:hover:before {
  border-color: #ec1f25;
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-btn {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin: -0.2em 0 15px 0;
}

.sec-subtitle {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #ec1f25;
  margin: -0.2em 0 15px 0;
  text-transform: capitalize;
}

.sec-text {
  margin: 0 0 18px 0;
  font-size: 16px;
  color: #505050;
  line-height: 1.625;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 30px);
}

.white-title .sec-title,
.white-title .sec-subtitle,
.white-title .sec-text {
  color:white;
}

.sec-btns {
  margin-bottom: 30px;
}
.sec-btns .icon-btn {
  margin-right: 10px;
}
.sec-btns .icon-btn:last-child {
  margin-right: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .sec-title {
    font-size: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area {
    margin-bottom: 40px;
    text-align: center;
  }
  .sec-title {
    font-size: 36px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.vs-media {
  display: flex;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: #ec1f25;
  color:white;
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.new-label {
  font-size: 12px;
  background-color: var(--theme-color2);
  color:white;
  line-height: 1;
  padding: 5px 5px 3px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 5px;
  animation: newlabel infinite 0.4s;
}

.shape-mockup-wrap {
  position: relative;
  overflow: hidden;
}

.shape-mockup {
  display: inline-block;
  position: absolute;
}

.plane2 {
  opacity: 0.2;
}

@keyframes newlabel {
  0% {
    background-color: #ec1f25;
  }
  50% {
    background-color: var(--theme-color2);
  }
  100% {
    background-color: #ec1f25;
  }
}
@media (max-width: 1550px) {
  .d-xxxl-block {
    display: block !important;
  }
}
.row::after {
  display: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt {
  background-color: var(--theme-color2) !important;
  color: white !important;
}

.wpte-elementor-widget .wpte-trip-category .wpte-trip-category-title .wpte-icon {
  display: inline-flex;
}
.wpte-elementor-widget .wpte-trip-category .wpte-trip-category-title .wpte-icon svg {
  width: 0.5em;
}

.trip-facts-value li label {
  margin-top: 0;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
  min-width: 275px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
  padding: 0 30px 0 0;
}

.wp-travel-engine-archive-repeater-wrap .category-main-wrap {
  margin: 0 0px;
  width: 100%;
}

.category-trips-single .category-trips-single-inner-wrap {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.04);
}

.wp-travel-toolbar {
  padding: 24px 0;
  padding-top: 0;
  padding-right: 24px;
}

.wpte-elementor-widget .category-slider,
.wpte-elementor-widget .category-slider:not(.full-width) {
  margin: 0 15px;
}

/* Small devices */
@media (max-width: 767px) {
  .wpte-elementor-widget .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap > * {
    max-width: 100%;
    flex: auto;
    border-left: 0;
    padding-left: 0;
  }
}
.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-overlay {
  background-color: rgba(var(--theme2-color-rgb), 0.8);
}

.wp-travel-engine-archive-outer-wrap {
  padding-bottom: 52px;
  padding-top: 62px;
}

.post-type-archive .trip-content-area,
.tax-destination .trip-content-area,
.tax-activities .trip-content-area,
.tax-trip_types .trip-content-area {
  padding-top: 105px;
  padding-bottom: 15px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .post-type-archive .trip-content-area,
  .tax-destination .trip-content-area,
  .tax-activities .trip-content-area,
  .tax-trip_types .trip-content-area {
    padding-top: 65px;
  }
}
.post-type-archive .wp-travel-engine-archive-outer-wrap,
.tax-destination .wp-travel-engine-archive-outer-wrap,
.tax-activities .wp-travel-engine-archive-outer-wrap,
.tax-trip_types .wp-travel-engine-archive-outer-wrap {
  padding-top: 0;
  padding-bottom: 20px;
}

.single-trip .trip-content-area {
  padding-top: 120px;
}

.wp-travel-engine-archive-repeater-wrap .category-main-wrap .category-trips-single {
  padding: 0px 0px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .button:hover,
.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover {
  background-color: var(--theme-color2);
}

.wte-related-trips-wrapper {
  padding-bottom: 96px;
}

.category-list .category-trips-single:last-of-type {
  margin-bottom: 32px;
}

/* Small devices */
@media (max-width: 767px) {
  .single-trip .entry-header .entry-title {
    font-size: 24px;
  }
  .single-trip .trip-content-area {
    padding-top: 80px;
  }
  .wte-related-trips-wrapper {
    padding-bottom: 76px;
  }
}
.trip-search-result .wp-travel-engine-archive-outer-wrap {
  max-width: 1320px;
  width: 100%;
  padding: 105px 15px 90px 15px;
  margin: 0 auto;
  /* Small devices */
}
@media (max-width: 767px) {
  .trip-search-result .wp-travel-engine-archive-outer-wrap {
    padding: 65px 15px 80px 15px;
  }
}

.wpte-booking-area .wpte-bf-btn.wte-book-now:hover,
.wpte-elementor-widget .wpte-trip-single .wpte-trip-btn-wrap .wpte-trip-explore-btn:hover,
.wpte-elementor-widget .category-trips-single .wpte-trip-btn-wrap .wpte-trip-explore-btn:hover {
  background-color: var(--theme-color2) !important;
}

.wpte-booking-area .wpte-bf-discount-tag,
.category-trips-single .category-trips-single-inner-wrap .category-trip-discount {
  background: #ec1f25 !important;
}

.trip-pagination {
  display: flex;
  justify-content: center;
  /* Medium devices */
}
@media (max-width: 991px) {
  .trip-pagination {
    margin: 0px !important;
  }
}
.trip-pagination .page-numbers {
  background-color: transparent;
  border: 1px solid #ec1f25;
  border-radius: 6px;
  min-width: 50px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--title-color);
}
.trip-pagination .page-numbers:hover {
  background-color: #ec1f25;
  color:white;
}
.trip-pagination .page-numbers.current {
  background-color: #ec1f25;
  color:white;
}
.trip-pagination .pagination {
  margin-bottom: 105px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .trip-pagination .pagination {
    margin-bottom: 65px;
  }
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::before {
  display: none !important;
}

.wte-coupon-whole-wrap .coupon .wp-travel-engine-coupons-apply-btn:hover,
.wpte-bf-checkout .wpte-bf-checkout-form form .wpte-bf-submit input[type=submit]:hover,
.wte-process-layout .wte-process-tab-controller .wte-process-btn-next:hover,
.wte-process-layout .wte-process-tab-controller .wte-process-btn-next:hover {
  opacity: 1;
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.wpte-trip-category .wpte-trip-category-img-wrap figure {
  border-radius: 10px;
}

.vs-comment-form #respond {
  padding-top: 0px;
}

/* Large devices */
@media (max-width: 1199px) {
  .category-trips-single .category-trips-single-inner-wrap .price-holder {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 2px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .wp-travel-engine-archive-outer-wrap {
    padding: 75px 0px 80px 0px;
  }
  .category-trips-single .category-trips-single-inner-wrap .price-holder > span + span {
    margin-left: 0px !important;
  }
  .category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti, .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
    margin-bottom: 30px !important;
    max-width: 100% !important;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
    padding-right: 0;
    margin-bottom: 30px;
    min-width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .wp-travel-engine-archive-outer-wrap {
    display: block !important;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: "Outfit", sans-serif;
}

.font-body {
  font-family: "Outfit", sans-serif;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

/* Small devices */
@media (max-width: 767px) {
  p.fs-md {
    font-size: 16px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: #ec1f25 !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-white {
  background-color:white !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-light {
  background-color: var(--smoke-color) !important;
}

.bg-black {
  background-color: var(--black-color);
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: #ec1f25 !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: #505050 !important;
}

.text-white {
  color:white !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color2);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: #ec1f25;
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color:white;
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.rotate-reverse {
  --rotate-angle: -360deg;
}

.spin {
  animation: spin var(--duration, 40s) infinite linear;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadein {
  --animation-name: fadein-custom;
}

.slideinup {
  --animation-name: slideinup;
}

.slideindown {
  --animation-name: slideindown;
}

.slideinleft {
  --animation-name: slideinleft;
}

.slideinright {
  --animation-name: slideinright;
}

.animated {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
@keyframes leftToRight {
  0%, 100% {
    left: 0px;
  }
  50% {
    left: 56px;
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.price_slider_wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}
.price_slider_wrapper .ui-slider {
  height: 8px;
  position: relative;
  width: 100%;
  background-color: #ec1f25;
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 3px;
}
.price_slider_wrapper .ui-slider-handle {
  width: 20px;
  height: 20px;
  outline: none;
  border-radius: 50%;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  border: 5px solid #ec1f25;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  margin-top: -1px;
  background-color: #ec1f25;
  transform: translateX(8px);
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: #ec1f25;
}
.price_slider_wrapper .price_label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
}
.price_slider_wrapper .vs-btn {
  padding: 13px 20px;
  background-color: #ec1f25;
  color: #ec1f25;
}
.price_slider_wrapper .vs-btn:hover {
  color:white;
}
.price_slider_wrapper .price_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chekbox-area {
  margin-bottom: 5px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul {
  list-style: none;
  margin: 0 0 -10px 0;
  padding: 0;
}

.wc-block-product-categories-list li,
.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}

.wc-block-product-categories-list li > span,
.widget_nav_menu li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  background-color: transparent;
  right: 20px;
  top: 22px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  transition: all ease 0.4s;
  border-radius: 0;
  line-height: 1;
}

.wc-block-product-categories-list li:hover > span,
.widget_nav_menu li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  background-color: #ec1f25;
  color:white;
}

.wc-block-product-categories-list a,
.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  position: relative;
  display: block;
  padding: 17px 18px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--title-color);
  background-color:white;
  font-family: "Outfit", sans-serif;
  border-radius: 6px;
  border: 1px solid #ec1f25;
}

.wc-block-product-categories-list a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  background-color: #ec1f25;
  color:white;
}

.wc-block-product-categories-list ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc-block-product-categories-list > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul {
  margin: 0 0 -10px 0;
}

.wc-block-product-categories-list .children,
.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 10px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 20px;
  border: 1px solid #ec1f25;
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  color: var(--body-color2);
}
.widget_shopping_cart .cart_list a.remove:hover {
  color: red;
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
  font-family: "Outfit", sans-serif;
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: #ec1f25;
}
.widget_shopping_cart .total {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  color: var(--title-color);
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  color: #ec1f25;
}

.countdown-style1 .countdown-active {
  margin: 0;
  padding: 0;
}
.countdown-style1 li {
  display: inline-block;
  text-align: center;
  margin-right: 40px;
  position: relative;
  font-family: "Outfit", sans-serif;
}
.countdown-style1 li span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black-color);
  color:white;
  font-size: 24px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  margin-bottom: 10px;
}
.countdown-style1 li::before {
  content: ":";
  color: var(--black-color);
  font-size: 50px;
  position: absolute;
  top: 13px;
  right: -25px;
}
.countdown-style1 li:last-child {
  margin-right: 0;
}
.countdown-style1 li:last-child::before {
  display: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget_pages,
  .widget_archive,
  .widget_categories,
  .widget_nav_menu {
    padding: 18px 20px;
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .countdown-style1 li {
    font-size: 12px;
    margin-right: 15px;
  }
  .countdown-style1 li::before {
    right: -17px;
    top: 4px;
  }
  .countdown-style1 li span {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 20px);
  background-color: var(--smoke-color);
  position: relative;
  margin-bottom: 40px;
  border-radius: 6px;
}

.widget select,
.widget input {
  height: 60px;
  border: none;
  background-color: var(--input-bg, #ffffff);
}

.widgettitle,
.widget-title > h4,
.sidebar-area .widget h3.wp-block-heading,
.sidebar-area .wp-block-group__inner-container > h2,
.widget_search .wp-block-search__label:not(.screen-reader-text),
.widget_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  font-family: "Outfit", sans-serif;
  margin: -0.07em 0 23px 0;
  color: var(--secondary-color);
  padding-bottom: 15px;
}
.widgettitle::before, .widgettitle::after,
.widget-title > h4::before,
.widget-title > h4::after,
.sidebar-area .widget h3.wp-block-heading::before,
.sidebar-area .widget h3.wp-block-heading::after,
.sidebar-area .wp-block-group__inner-container > h2::before,
.sidebar-area .wp-block-group__inner-container > h2::after,
.widget_search .wp-block-search__label:not(.screen-reader-text)::before,
.widget_search .wp-block-search__label:not(.screen-reader-text)::after,
.widget_title::before,
.widget_title::after {
  content: "";
  height: 2px;
  border-radius: 50px;
  background-color: #ec1f25;
  position: absolute;
  bottom: 0;
}
.widgettitle::before,
.widget-title > h4::before,
.sidebar-area .widget h3.wp-block-heading::before,
.sidebar-area .wp-block-group__inner-container > h2::before,
.widget_search .wp-block-search__label:not(.screen-reader-text)::before,
.widget_title::before {
  width: 15px;
  left: 0;
}
.widgettitle::after,
.widget-title > h4::after,
.sidebar-area .widget h3.wp-block-heading::after,
.sidebar-area .wp-block-group__inner-container > h2::after,
.widget_search .wp-block-search__label:not(.screen-reader-text)::after,
.widget_title::after {
  width: 55px;
  left: 20px;
}

.widget .search-form {
  position: relative;
  display: flex;
  border: 1px solid #ec1f25;
  border-radius: 10px;
  overflow: hidden;
}
.widget .search-form input {
  flex: 1;
  border: 0px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 0;
  border-radius: 0;
  color: var(--black-color);
  background-color: transparent;
}
.widget .search-form input::-moz-placeholder {
  color: #505050;
}
.widget .search-form input::-webkit-input-placeholder {
  color: #505050;
}
.widget .search-form input:-ms-input-placeholder {
  color: #505050;
}
.widget .search-form input::placeholder {
  color: #505050;
}
.widget .search-form button {
  height: 60px;
  width: 60px;
  border: none;
  font-size: 18px;
  color: #505050;
  background-color: transparent;
}

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  z-index: 1;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--title-color);
  background-color: rgba(255, 104, 26, 0.2);
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: #01133c;
  font-weight: 500;
}
.wp-block-calendar th a,
.calendar_wrap th a {
  color: inherit;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px;
  color: #01133c;
  border: 1px solid #ededed;
  text-align: center;
  background-color: transparent;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: #ec1f25;
  background-color:white;
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: var(--smoke-color);
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.wp-block-calendar {
  margin-bottom: 30px;
}

.widget_meta ul {
  margin: 0 0 -10px 0;
  padding: 0;
  list-style-type: none;
}
.widget_meta li a {
  background-color:white;
  border-radius: 6px;
  height: 53px;
  line-height: 50px;
  padding-left: 30px;
  margin-bottom: 15px;
  transition: all ease 0.4s;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  position: relative;
  border: 1px solid #ec1f25;
}
.widget_meta li a:before {
  content: "\f0da";
  font-family: var(--icon-font);
  margin-right: 10px;
}
.widget_meta li a:hover {
  background-color: #ec1f25;
  color:white;
}
.widget_meta li:last-child a {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.widget_recent_comments ul {
  margin: -0.2em 0 -0.2em 0;
  padding: 0;
  list-style: none;
}
.widget_recent_comments li:not(:last-child) {
  padding-bottom: 12px;
}
.widget_recent_comments a {
  color: #505050;
  position: relative;
}
.widget_recent_comments a:hover {
  color: #ec1f25;
}
.widget_recent_comments li {
  padding-left: 30px;
  position: relative;
}
.widget_recent_comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: 1px;
  color: #ec1f25;
  font-family: var(--icon-font);
}

.widget_recent_entries ul {
  margin: -0.2em 0 0 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li > a {
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  display: block;
  font-family: "Outfit", sans-serif;
}
.widget_recent_entries ul li > a:hover {
  color: #ec1f25;
}
.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.widget_rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}
.widget_rss ul .rsswidget {
  color: var(--title-color);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
}
.widget_rss ul .rssSummary {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.widget_rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}
.widget_rss ul a:hover {
  color: #ec1f25;
}
.widget_rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--title-color);
}
.widget_rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: #ec1f25;
}
.widget_rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}
.widget_rss ul cite:before {
  content: "";
  position: relative;
  top: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #ec1f25;
}
.widget_rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid #ec1f25;
  padding-bottom: 16px;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 20.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--title-color);
  background-color:white;
  border-radius: 6px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: #ec1f25;
  color:white;
}

.wp-block-tag-cloud a {
  background-color: var(--smoke-color);
}

.sidebar-area .wp-block-tag-cloud a {
  background-color:white;
}
.sidebar-area .wp-block-tag-cloud a:hover {
  background-color: #ec1f25;
  color:white;
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 90px;
}
.recent-post .media-img img {
  border-radius: 6px;
  width: 100%;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 5px 0;
}
.recent-post .post-title a:hover {
  color: #ec1f25;
}
.recent-post .recent-post-meta {
  margin-bottom: 2px;
}
.recent-post .recent-post-meta i {
  margin-right: 5px;
  font-size: 14px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 500;
  color: #505050;
}

.sidebar-area {
  margin-bottom: -10px;
}

.widget_search .widget_title {
  margin-bottom: 10px;
}
.widget_search .search-form {
  margin-top: 18px;
  background-color:white;
}

.newsletter-form .form-control {
  margin-bottom: 15px;
  height: 50px;
}
.newsletter-form .vs-btn {
  width: 100%;
  min-height: 50px;
}

.widget_social_style a {
  background-color: #ec1f25 !important;
  color:white !important;
}
.widget_social_style a:hover {
  background-color: var(--theme-color2) !important;
  border-color: var(--theme-color2) !important;
}

.tours-sidebar .widget {
  padding-left: 20px;
  padding-right: 20px;
}

.booking-form .form-group > i {
  right: unset;
  left: 20px;
  top: 23px;
  color: #505050;
}
.booking-form .form-group input {
  padding: 0px 20px 0 45px;
}
.booking-form .form-group select {
  padding-left: 45px;
}
.booking-form input[type=radio] ~ label::before {
  background-color: #ec1f25;
  border-color: #ec1f25;
}
.booking-form input[type=radio]:checked ~ label::before {
  color: #ec1f25;
}

.latest-post-wrap .latest-post {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.latest-post-wrap .latest-post:last-child {
  margin-bottom: 0;
}
.latest-post-wrap .latest-post:hover .media-img img {
  transform: scale(1.2);
}
.latest-post-wrap .media-img {
  width: 100px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
  background-color:white;
}
.latest-post-wrap .media-img img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.latest-post-wrap .post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 20px;
  }
  .recent-post .media-img {
    width: 75px;
    margin-right: 15px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .recent-post .post-title {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.widget-area {
  padding-top: 120px;
  padding-bottom: 93px;
}

.widget-area2 {
  padding-top: 60px;
  padding-bottom: 80px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  border: none;
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  color:white;
  position: relative;
}
.footer-widget .widget_title::before, .footer-widget .widget_title::after {
  content: "";
  position: absolute;
}
.footer-widget .widget_title::before {
  width: 60px;
  height: 2px;
  background-color: #ec1f25;
  left: 0;
  bottom: 0;
}
.footer-widget .widget_title::after {
  width: 5px;
  height: 5px;
  outline: 4px solid #ec1f25;
  border-radius: 50%;
  background-color:white;
  left: 4px;
  bottom: -1px;
  animation: leftToRight infinite 5s linear;
}
.footer-widget .vs-btn {
  background-color: #ec1f25;
}
.footer-widget .vs-btn::before, .footer-widget .vs-btn::after {
  background-color: var(--theme-color2);
}
.footer-widget.widget_nav_menu {
  margin-bottom: 45px;
}
.footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 35px;
}
.footer-widget.widget_nav_menu a {
  width: max-content;
  display: flex;
  align-items: center;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  max-width: 100%;
  padding: 0 0 0 15px;
  color:white;
  background-color: transparent;
  position: relative;
}
.footer-widget.widget_nav_menu a i {
  position: absolute;
  left: 0;
}
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: #ec1f25;
}
.footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: #505050;
  line-height: 1;
}
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .sidebar-gallery {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}
.footer-widget .sidebar-gallery .gallery-thumb {
  overflow: hidden;
  border-radius: 5px;
}
.footer-widget .sidebar-gallery .gallery-thumb img {
  transition: 0.5s ease-in-out;
}
.footer-widget .sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.05);
}
.footer-widget .sidebar-gallery .gallery-thumb .gal-btn {
  display: none;
}

.vs-widget-about .footer-text {
  max-width: 275px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.footer-insta-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.social-style1 a {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50%;
  color:white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solidwhite;
}
.social-style1 a:hover {
  background-color: #ec1f25;
  border-color: #ec1f25;
}
.social-style1 a:last-child {
  margin-right: 0;
}

.footer-contact .menu a {
  padding-left: 24px;
}
.footer-contact .menu a i {
  font-size: 14px;
  top: 5px;
}

.footer-widget .newsletter-form .form_text {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}
.footer-widget .newsletter-form .form-control {
  margin-bottom: 15px;
  background-color: transparent;
  height: 46px;
}
.footer-widget .newsletter-form .form-control:focus {
  color:white;
}
.footer-widget .newsletter-form .vs-btn {
  width: unset;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .widget-area2 {
    padding-bottom: 20px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}

.header-logo > h2 {
  padding: 15px 0;
}
.header-logo > h2 > a {
  color: white;
}

.vs-logo img {
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .vs-logo img {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .vs-logo img {
    max-width: 150px;
  }
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color:white;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}

.main-menu a {
  display: block;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--title-color);
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu a {
    font-size: 16px;
  }
}
.main-menu a:hover {
  color: var(--theme-color2);
}
.main-menu > ul > li {
  margin: 0 13px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 14px;
  }
}
.main-menu > ul > li > a .new-label {
  position: absolute;
  top: -15px;
  right: -16px;
  font-size: 11px;
  border-radius: 3px;
  background-color: #ec1f25;
}
.main-menu > ul > li > a .has-new-lable {
  position: relative;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color:white;
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid #ec1f25;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2.5em;
  left: 0;
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: #ec1f25;
  font-weight: 700;
  font-family: var(--icon-font);
  background-color:white;
  box-shadow: inset 0px 2px 4px 0px rgba(255, 104, 26, 0.4);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--theme-color2);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color2);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

/* ===========================
Header Customization
============================= */
.header-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact li {
  display: inline-block;
}
.header-contact li i {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  color: #ec1f25;
  transition: all ease 0.5s;
  background-color:white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-contact li a {
  color:white;
  margin-right: 15px;
}
.header-contact li a:hover {
  color: #ec1f25;
}
.header-contact li:last-child a {
  margin-right: 0;
}
.header-contact li:hover i {
  color:white;
  background-color: #ec1f25;
}

.header-social a {
  display: inline-block;
  color:white;
  line-height: 1;
  margin-right: 15px;
}
.header-social a:hover {
  color: #ec1f25;
}
.header-social a:last-child a {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.searchBoxTggler,
.sideMenuToggler {
  width: 50px;
  height: 50px;
  line-height: 52px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 50%;
  color:white;
  position: relative;
  background-color: #ec1f25;
  display: inline-block;
}
.searchBoxTggler:hover,
.sideMenuToggler:hover {
  background-color: var(--theme-color2);
}
.searchBoxTggler:hover .button-badge,
.sideMenuToggler:hover .button-badge {
  background-color: #ec1f25;
}
.searchBoxTggler:last-child,
.sideMenuToggler:last-child {
  margin-right: 0;
}

.button-badge {
  width: 20px;
  height: 20px;
  font-size: 10px;
  overflow: hidden;
  border-radius: 50%;
  color:white;
  background-color: var(--theme-color2);
  font-family: "Outfit", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.vs-header .form-select {
  background-color: #ec1f25;
  background-position: right 15px center;
  font-size: 16px;
  padding: 0 40px 0 15px;
  margin-left: 15px;
  position: relative;
  border: 0px;
  border-radius: 0;
  width: unset;
  color:white;
  height: 60px;
}
.vs-header .form-select::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ec1f25;
  position: absolute;
  top: 0;
  left: 0;
}
.vs-header .form-select option {
  background-color:white;
  color: var(--black-color);
}
.vs-header .user-btn {
  padding: 17px 22px;
  color:white;
  background-color: var(--theme-color2);
  transition: 0.5s ease all;
}
.vs-header .user-btn:hover {
  background-color: #ec1f25;
}
.vs-header .sticky-wrapper {
  background-color:white;
}
.vs-header .sticky-wrapper .header-btns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vs-header .sticky-wrapper .header-btns ul li {
  display: inline-block;
}

.header-dropdown .dropdown-toggle {
  background-color: #ec1f25;
  background-position: right 15px center;
  font-size: 16px;
  transition: all ease 0.5s;
  padding: 0 25px;
  margin-left: 15px;
  position: relative;
  border: 0px;
  border-radius: 0;
  width: unset;
  color:white;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-dropdown ul.dropdown-menu {
  padding: 10px 15px;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  position: relative;
  z-index: 9;
  border: none;
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
}
.header-dropdown ul.dropdown-menu a {
  display: block;
  margin: 0 0;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  color: var(--title-color);
  font-weight: 400;
  font-size: 14px;
}
.header-dropdown:hover .dropdown-toggle {
  background-color: var(--theme-color2);
}

.header-layout1 {
  background-color: var(--title-color);
}

.header-layout2 .header-top {
  padding: 10px 0 65px 0;
  background-color: #ec1f25;
}
.header-layout2 .header-contact li i {
  background-color:white;
  color: #ec1f25;
  transition: 0.5s ease-in-out;
}
.header-layout2 .header-contact li:hover i {
  background-color: var(--theme-color2);
  color:white;
}
.header-layout2 .vs-btn {
  padding: 11px 24px;
  font-weight: 400;
}
.header-layout2 .sticky-wrapper {
  background-color: transparent;
  margin-top: -55px;
}
.header-layout2 .sticky-wrapper .container {
  background-color:white;
}
.header-layout2 .sticky-wrapper .active .container {
  margin-top: 0;
}
.header-layout2 .header-social a:hover,
.header-layout2 .header-contact a:hover {
  color: var(--theme-color2);
}

.header-layout3 {
  background-color: #ec1f25;
}
.header-layout3 .header-contact li i {
  background-color:white;
  color: var(--title-color);
}
.header-layout3 .header-contact li:hover i {
  background-color: var(--theme-color2);
  color:white;
}
.header-layout3 .form-select {
  background-color:white;
  color: var(--title-color);
}
.header-layout3 .header-social a:hover,
.header-layout3 .header-contact a:hover {
  color: var(--theme-color2);
}

.menu-style1 > ul > li {
  padding: 47px 0;
}
.menu-style1 > ul > li > a {
  padding: 0;
}

.header-btns a,
.header-btns button {
  margin-right: 15px;
}
.header-btns a:last-child,
.header-btns button:last-child {
  margin-right: 0;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-header .user-btn {
    padding: 10px 15px;
  }
  .vs-header .form-select {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 32px;
  }
  .header-dropdown .dropdown-toggle {
    height: 46px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields.horizontal,
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields {
  gap: 24px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .wpte-trip-sfilter-wrapper .wpte-trip__search-fields.horizontal,
  .wpte-trip-sfilter-wrapper .wpte-trip__search-fields {
    gap: 20px;
  }
}
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields.horizontal .wpte-trip__adv-field,
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields .wpte-trip__adv-field {
  border: 1px solid rgba(6, 22, 38, 0.2);
  border-radius: 10px;
  border: 1px solid #ec1f25;
}
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields.horizontal .wpte-trip__adv-field:first-child,
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields .wpte-trip__adv-field:first-child {
  border-radius: 10px;
}

.wpte-trip-sfilter-wrapper .wpte-trip__search-fields .wpte-trip__adv-field:not(:last-child) {
  margin-bottom: 0px;
}

/*------------------- 4.3. Footer  -------------------*/
.footer-menu > ul li {
  padding-left: 25px;
  position: relative;
}
.footer-menu > ul li i {
  position: absolute;
  left: 0;
  top: 1px;
}

.footer-logo {
  margin-bottom: 20px;
  display: inline-block;
}

.footer-wrapper {
  background-color: var(--title-color);
}

.footer-layout1 {
  --body-color: #ffffff;
}
.footer-layout1 .social-style {
  margin-top: 24px;
}
.footer-layout1 .form-group {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ec1f25;
  border-radius: 10px;
}
.footer-layout1 .form-group .form-control {
  border: none;
  margin: 5px;
  color:white;
  padding-right: 15px;
  background-color: transparent;
}
.footer-layout1 .form-group .vs-btn {
  margin: 5px;
  overflow: unset;
  display: inline-block;
}
.footer-layout1 .footer-widget.widget_nav_menu {
  margin-bottom: 0px;
}

.footer-insta-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.social-style {
  display: flex;
  align-items: center;
}
.social-style a {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 50%;
  color:white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solidwhite;
}
.social-style a svg {
  width: 16px;
  height: 16px;
  fill: var(--e-global-color-travolo_opt_primary);
}
.social-style a:hover {
  background-color: #ec1f25;
  border-color: #ec1f25;
}
.social-style a:hover svg {
  fill:white;
}
.social-style a:last-child {
  margin-right: 0;
}

.copyright-wrap {
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  border-top: 1px solid #ec1f25;
}

.copyright-menu ul {
  margin: 0;
}
.copyright-menu li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.copyright-menu li::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #ec1f25;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.copyright-menu li:last-child {
  margin-right: 0;
}
.copyright-menu li:last-child::after {
  display: none;
}
.copyright-menu a {
  font-size: 16px;
  font-weight: 400;
  color:white;
}
.copyright-menu a:hover {
  color: #ec1f25;
}

.copyright-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.copyright-text a {
  color: #ec1f25;
}
.copyright-text a:hover {
  color: #ec1f25;
  text-decoration: underline;
}

.cta-style1 {
  position: relative;
  background-color: #ec1f25;
  padding: 0 60px;
  border-radius: 10px;
}
.cta-style1 .cta-title {
  color:white;
}

.footer-top {
  position: relative;
}
.footer-top .shadow-color {
  height: 50%;
  bottom: unset;
  top: 0;
}

.footer-top2 .shadow-color {
  background-color: var(--smoke-color);
}

.cta-image {
  margin-bottom: -15px;
  margin-top: -20px;
}

.footer-newsletter2 {
  border-bottom: 1px solid #ec1f25;
  padding-bottom: 32px;
}

.newsletter-style2 {
  margin-bottom: 30px;
  padding-left: 100px;
  position: relative;
  min-height: 80px;
}
.newsletter-style2 .newsletter-img {
  position: absolute;
  left: 0;
  top: 0;
}
.newsletter-style2 .newsletter-text {
  font-size: 24px;
  font-weight: 600;
  color:white;
  margin-bottom: 5px;
  padding-top: 7px;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .widget-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .copyright-text {
    font-size: 14px;
  }
  .footer-top::before {
    height: 100px;
  }
  .cta-style1 {
    padding: 30px;
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-top::before {
    height: 130px;
  }
  .cta-style1 {
    padding: 30px 15px;
  }
  .newsletter-style2 {
    padding-left: 85px;
  }
  .newsletter-style2 .newsletter-img img {
    width: 60px;
  }
  .newsletter-style2 .newsletter-text {
    font-size: 20px;
  }
  .newsletter-style2 a {
    font-size: 14px;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  margin: 0 0 0 0;
  padding: 16.5px 0;
  list-style-type: none;
}
.breadcumb-menu li {
  display: inline;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin-left: 14px;
  margin-right: 10px;
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color:white;
}
.breadcumb-menu li > i,
.breadcumb-menu a > i,
.breadcumb-menu span > i {
  margin-right: 10px;
}
.breadcumb-menu a:hover {
  color: #ec1f25;
}

.breadcumb-title {
  font-size: 48px;
  color:white;
  margin: 0 0 -5px 0;
}

.breadcumb-wrapper {
  padding-top: 180px;
  padding-bottom: 180px;

}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 48px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-title {
    font-size: 40px;
    margin: -0.15em 0 -0.4em 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 36px;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 14px;
  }
  .breadcumb-menu li:after {
    margin-left: 11px;
    margin-right: 9px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  text-align: center;
  margin-bottom: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  font-family: "Outfit", sans-serif;
  color: var(--title-color);
  background-color:white;
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  z-index: 1;
  border-radius: 6px;
  vertical-align: middle;
  border: 1px solid #ec1f25;
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color:white;
  background-color: #ec1f25;
  box-shadow: none;
}

.post-pagination {
  border-bottom: 1px solid #ec1f25;
  margin: 0 0 50px 0;
}
.post-pagination .pagi-icon {
  font-size: 36px;
  color: #ec1f25;
}
.post-pagination .pagi-icon:hover {
  color: #ec1f25;
}

.post-pagi-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 0px;
}
.post-pagi-box > img {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 54px;
  text-align: center;
  color: var(--title-color);
  overflow: hidden;
  background-color: var(--smoke-color);
  border-radius: 10px;
}
.post-pagi-box > img:hover {
  background-color: #ec1f25;
  color:white;
}
.post-pagi-box .pagi-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin: 4.5px 0 0 0;
  max-width: 250px;
  flex: 1;
}
.post-pagi-box .pagi-title:hover {
  color: #ec1f25;
}
.post-pagi-box.next {
  flex-direction: row-reverse;
  text-align: right;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .post-pagination {
    margin: 0px 0 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
  }
  .vs-pagination span i,
  .vs-pagination a i {
    vertical-align: middle;
  }
  .post-pagi-box {
    display: block;
    padding: 30px 20px 20px;
  }
  .post-pagi-box > a {
    margin-bottom: 10px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
  font-size: 24px;
  line-height: 34px;
  padding: 20px;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  border-color: #ec1f25;
}
blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 2px;
  font-style: normal;
  color: #ec1f25;
}
blockquote.wp-block-quote cite::before,
blockquote.wp-block-quote.is-style-large cite::before,
blockquote cite::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  margin-bottom: 0;
}

figure.wp-block-pullquote {
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 30px 0;
}
figure.wp-block-pullquote blockquote {
  text-align: center;
  border-left: none;
}
figure.wp-block-pullquote blockquote::before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.1;
  line-height: 1;
  color: #ec1f25;
}
figure.wp-block-pullquote blockquote p {
  color: inherit;
}
figure.wp-block-pullquote blockquote cite {
  text-align: center;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-block-pullquote blockquote cite::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

.vs-blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--title-color);
  background-color: var(--quote-bg, #f0f4f5);
  border-left: 4px solid #ec1f25;
  padding: 43px 50px 42px 35px;
  margin: 35px 0;
}
.vs-blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.5;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: italic;
}
.vs-blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
  color: #ec1f25;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.vs-blockquote p {
  margin-bottom: 0;
}
.vs-blockquote p a {
  color: inherit;
}
.vs-blockquote cite {
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  font-weight: 600;
  margin-top: 22px;
  font-style: normal;
  color: var(--title-color);
}
.vs-blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid #ec1f25;
}

.vs-quote {
  background-color: #ec1f25;
  color:white;
  font-weight: 700;
  line-height: 36px;
  font-size: 22px;
  padding: 50px 60px 49px 150px;
  border-radius: 5px;
}
.vs-quote:before {
  background-color: var(--theme-color2);
  height: 100%;
  right: auto;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 115px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f10d";
  color:white;
}
.vs-quote p {
  font-style: normal;
}

.blog-meta span,
.blog-meta a {
  align-items: center;
  display: inline-flex;
  margin-right: 18px;
  font-size: 16px;
  color: var(--title-color);
  gap: 7px;
  flex-wrap: wrap;
  font-weight: 500;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 0px;
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta a:hover {
  color: #ec1f25;
}

.blog-category a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 21px;
  margin-right: 10px;
  margin-bottom: 10px;
  color:white;
  background-color: var(--theme-color2);
  display: inline-block;
}
.blog-category a:hover {
  background-color: #ec1f25;
  color:white;
}

.blog-category {
  margin-bottom: -10px;
  margin-right: -10px;
}

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: #ec1f25;
}

.vs-blog {
  margin-bottom: 30px;
}

.vs-blog-details .blog-single {
  border: none;
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.12);
  padding: 40px 40px;
}
.vs-blog-details .blog-single .blog-title {
  margin-bottom: 15px;
}
.vs-blog-details .blog-meta {
  margin-bottom: 18px;
}
.vs-blog-details .blog-meta span,
.vs-blog-details .blog-meta a {
  margin-bottom: 10px;
}
.vs-blog-details .blog-meta span i,
.vs-blog-details .blog-meta a i {
  color: #ec1f25;
}
.vs-blog-details .blog-inner-img {
  margin-bottom: 20px;
}
.vs-blog-details .blog-inner-img img {
  border-radius: 10px;
}

.blog-author {
  display: flex;
  align-items: center;
  background-color: #ec1f25;
  --body-color: #fff;
  --title-color: #fff;
  padding: 40px;
  margin: 50px 0;
}
.blog-author .media-img {
  width: 160px;
  height: 160px;
  margin-right: 25px;
  border-radius: 50%;
}
.blog-author .media-img img {
  border-radius: inherit;
}
.blog-author .author-name {
  margin-bottom: 10px;
  margin-right: 25px;
  display: inline-block;
  color:white;
}
.blog-author .author-links {
  display: inline-block;
}
.blog-author .author-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-author .author-links li {
  display: inline-block;
}
.blog-author .author-links li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 15px;
  background-color:white;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 10px;
  top: -1px;
  position: relative;
  opacity: 0.5;
}
.blog-author .author-links a {
  display: inline-block;
  color:white;
  font-size: 16px;
}
.blog-author .author-links a:hover {
  color: #ec1f25;
}

.blog-inner-title {
  margin: -0.04em 0 40px 0;
  width: max-content;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
}

.blog-inner-author {
  --theme-color: #ffffff;
  padding: 20px;
  display: inline-block;
  border-radius: 0px 10px 10px 0px;
  background-color: rgba(28, 28, 28, 0.8);
  padding-left: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-inner-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  background-color: var(--smoke-color);
}
.blog-inner-author .author-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color:white;
}
.blog-inner-author .author-degi,
.blog-inner-author .blog-date {
  color: #ec1f25;
  font-size: 14px;
  font-weight: 400;
}

.share-links-title {
  font-size: 18px;
  color: var(--title-color);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin: 0 15px 0 0;
  display: inline-block;
}

.share-links {
  margin: 50px 0 0px 0;
  padding: 50px 0px;
  border-top: 1px solid #ec1f25;
  border-bottom: 1px solid #ec1f25;
}
.share-links .row {
  align-items: center;
}
.share-links .tagcloud {
  display: inline-block;
}
.share-links .tagcloud a {
  color: #505050;
  background-color: var(--smoke-color);
  font-weight: 500;
}
.share-links .tagcloud a:hover {
  color:white;
  background-color: #ec1f25;
}
.share-links .social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.share-links .social-links li {
  display: inline-block;
  margin-right: 4px;
}
.share-links .social-links li:last-child {
  margin-right: 0;
}
.share-links .social-links a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #505050;
  text-align: center;
  display: block;
  background-color: var(--smoke-color);
  border-radius: 50%;
}
.share-links .social-links a:hover {
  color:white;
  background-color: #ec1f25;
}

.post-pagi-box img {
  border-radius: 10px;
}

.blog-single {
  margin-bottom: 60px;
  border-radius: 10px;
  border: 1px solid #ec1f25;
}
.blog-single .blog-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: var(--smoke-color);
  overflow: hidden;
}
.blog-single .blog-img img {
  transform: scale(1.002);
  transition: all ease 0.4s;
}
.blog-single:hover .blog-img img {
  transform: scale(1.15);
}
.blog-single .blog-inner-author {
  position: absolute;
  left: 0;
  bottom: 60px;
}
.blog-single .blog-content {
  position: relative;
  /* padding: 40px 40px; */
}
.blog-single .blog-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.blog-single .blog-date {
  color: #505050;
}
.blog-single .blog-date i {
  margin-right: 4px;
}
.blog-single .blog-date:hover {
  color: #ec1f25;
}
.blog-single .blog-bottom {
  margin-top: 40px;
  padding: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ec1f25;
}
.blog-single .blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-single .blog-meta li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.blog-single .blog-meta li::before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: var(--title-color);
  opacity: 0.5;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-single .blog-meta li:last-child::before {
  content: none;
}
.blog-single .play-btn {
  position: absolute;
  top: 10%;
  right: 10%;
}
.blog-single .play-btn i {
  color:white;
}

.blog-style2 {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: var(--smoke-color);
  padding: 30px 24px;
}
.blog-style2 .blog-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: var(--smoke-color);
}
.blog-style2 .blog-inner-author {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.blog-style2 .blog-inner-author .author-name {
  font-size: 16px;
}
.blog-style2 .blog-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.blog-style2 .blog-date {
  color: #505050;
}
.blog-style2 .blog-date i {
  margin-right: 5px;
}
.blog-style2 .blog-date:hover {
  color: #ec1f25;
}
.blog-style2 .blog-bottom {
  padding: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ec1f25;
}
.blog-style2 .vs-btn {
  padding: 16px 20px;
  font-size: 14px;
}

.blog-style3 {
  border: none;
  border: 1px solid #ec1f25;
  padding: 30px 24px;
  border-radius: 10px;
}
.blog-style3 .blog-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
.blog-style3 .blog-img img {
  transition: 0.5s ease-in-out;
}
.blog-style3 .blog-title {
  font-size: 24px;
  margin-bottom: 2px;
}
.blog-style3 .blog-text {
  margin-bottom: 15px;
}
.blog-style3 .vs-btn {
  padding: 16px 20px;
  font-size: 14px;
  margin-left: 4px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-style3 .vs-btn {
    margin-left: 0;
  }
}
.blog-style3 .vs-btn i {
  margin-left: 4px;
}
.blog-style3 .blog-bottom {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #ec1f25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-style3 .blog-date {
  margin-right: 4px;
}
.blog-style3 .blog-date i {
  margin-right: 4px;
}
.blog-style3:hover .blog-img img {
  transform: scale(1.1);
}

.blog-style4 {
  display: flex;
  align-items: center;
}
.blog-style4 .blog-image {
  position: relative;
  border-radius: 10px;
}
.blog-style4 .blog-image img {
  border-radius: 10px;
}
.blog-style4 .category-tag a {
  background-color:white;
  color: #ec1f25;
  padding: 18px 44px 16px;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 80px;
}
.blog-style4 .category-tag a i {
  margin-right: 4px;
}
.blog-style4 .blog-content {
  border: 1px solid #ec1f25;
  background-color:white;
  position: relative;
  margin-left: -100px;
  padding: 40px;
  max-width: 615px;
  border-radius: 10px;
}
.blog-style4 .blog-text {
  font-size: 16px;
  max-width: 475px;
}
.blog-style4 .blog-date {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #ec1f25;
  background-color: unset;
  padding: 0;
}
.blog-style4 .blog-date i {
  margin-right: 4px;
}
.blog-style4:nth-child(even) {
  margin: 60px 0 30px 0;
}
.blog-style4:nth-child(even) .blog-image {
  order: 2;
}
.blog-style4:nth-child(even) .category-tag a {
  right: 0;
  left: unset;
  border-radius: 10px 0 0 10px;
}
.blog-style4:nth-child(even) .blog-content {
  margin-right: -100px;
  margin-left: unset;
  z-index: 2;
}

.blog-wrapper .vs-carousel {
  margin-top: -10px;
}
.blog-wrapper .blog-style3 {
  margin-top: 10px;
}

.blog-wrapper1 .title-area {
  padding-top: 50px;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-style4 .blog-date {
    font-size: 16px;
  }
  .blog-style4 .blog-title {
    font-size: 20px;
  }
  .share-links-title {
    font-size: 16px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10px;
  }
  .share-links .social-links a {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .blog-single .blog-meta li:last-child {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-style3 {
    padding: 30px 15px;
  }
  .blog-style3 .blog-date {
    font-size: 14px;
  }
  .blog-style3 .vs-btn {
    padding: 12px 16px;
    font-size: 13px;
  }
  .blog-style4 {
    display: block;
  }
  .blog-style4 .blog-content {
    margin: 30px 0 0 0;
    max-width: 100%;
  }
  .blog-wrapper1 .title-area {
    padding-top: 0px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-inner-author {
    min-height: unset;
    padding: 15px 13px 15px 75px;
  }
  .blog-inner-author .author-name {
    font-size: 14px;
  }
  .blog-inner-author .author-degi {
    font-size: 10px;
  }
  .blog-inner-author img {
    width: 50px;
    height: 50px;
    left: 15px;
  }
  .blog-single {
    padding: 20px;
    margin-bottom: 30px;
  }
  .blog-single .blog-title {
    font-size: 18px;
    line-height: 1.6;
  }
  .blog-single .blog-img .blog-date {
    right: 15px;
    top: 15px;
    font-size: 14px;
    padding: 12px 15px;
  }
  .blog-single .blog-inner-author {
    bottom: 0;
  }
  .blog-single .blog-content {
    margin-top: 20px;
  }
  .blog-single .play-btn {
    --icon-size: 60px;
    --icon-font-size: 18px;
  }
  .blog-single .blog-meta li {
    display: none;
  }
  .blog-single .blog-meta li:first-child {
    display: inline-block;
  }
  .blog-single .blog-meta span,
  .blog-single .blog-meta a {
    font-size: 13px;
  }
  .blog-single .vs-btn {
    font-size: 13px;
    padding: 12px 10px;
  }
  .blog-single .blog-bottom {
    margin-top: 0;
    padding-top: 20px;
  }
  .vs-blockquote {
    padding: 24px 20px 24px 24px;
  }
  .blog-style4 {
    display: block;
  }
  .blog-style4 .blog-content {
    padding: 20px 15px;
    margin: 0;
  }
  .blog-style4 .tips-tag {
    padding: 10px 24px 8px;
  }
  .blog-style4 .blog-title a {
    font-size: 24px;
  }
  .blog-style4 .blog-date {
    font-size: 16px;
  }
  .blog-style4 .category-tag a {
    padding: 10px 20px 8px;
  }
  .blog-style2 .blog-img {
    margin-bottom: 20px;
  }
  .blog-style2 .blog-inner-author {
    bottom: 0;
  }
  .blog-style2 .blog-inner-author .author-name {
    font-size: 14px;
  }
  .blog-style2 .vs-btn {
    padding: 12px 14px;
    font-size: 13px;
  }
  .blog-style2 .blog-date {
    font-size: 14px;
  }
  .blog-style2 .blog-title {
    font-size: 20px;
  }
  .share-links-title {
    margin-bottom: 10px;
  }
  .vs-blog-details .blog-single {
    padding: 0;
    box-shadow: none;
  }
  .post-pagi-box .pagi-title {
    font-size: 14px;
  }
  .blog-inner-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .share-links {
    padding: 30px 0;
  }
}
.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--smoke-color);
  margin: -1px -1px 0 -1px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

/*------------------- 4.6. Comments  -------------------*/
.vs-comments-wrap ul.comment-list,
.vs-comments-wrap .children {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
.vs-comments-wrap .children {
  margin-left: 70px;
}
.vs-comments-wrap .vs-post-comment {
  position: relative;
  display: flex;
  padding: 30px 30px;
  margin: 30px 0 30px 0;
  background-color: var(--smoke-color);
}
.vs-comments-wrap .vs-post-comment p {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
  width: 110px;
  height: 110px;
  border-radius: 5px;
  margin-right: 25px;
  overflow: hidden;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  position: relative;
}
.vs-comments-wrap .comment-date {
  font-size: 14px;
}
.vs-comments-wrap .commented-on {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
}
.vs-comments-wrap .commented-on i {
  margin-right: 4px;
  color: #ec1f25;
}
.vs-comments-wrap .name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: 0;
  top: 0;
}
.vs-comments-wrap .replay-btn {
  font-weight: 700;
  margin-left: 4px;
  background-color: #fff;
  border-radius: 25px;
  padding: 6px 12px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.vs-comments-wrap .replay-btn i {
  font-size: 12px;
}

.vs-comment-form {
  margin-top: 58px;
}
.vs-comment-form .form-group {
  border: none;
}
.vs-comment-form .form-control {
  background-color: var(--smoke-color);
  color: var(--title-color);
}
.vs-comment-form .form-control::placeholder {
  color: var(--title-color);
}
.vs-comment-form .custom-checkbox {
  margin-bottom: 30px;
  margin-top: 30px;
}
.vs-comment-form .custom-checkbox label {
  font-weight: 400;
}
.vs-comment-form .notice {
  margin-top: 0;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .vs-post-comment {
    padding: 20px 15px;
    display: block;
  }
  .vs-comments-wrap .comment-content {
    margin-top: 20px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    margin-top: 10px;
  }
  .vs-comments-wrap .children {
    margin-left: 0;
  }
  .vs-comment-form {
    margin-top: 30px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
.hero-mask {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-subtitle {
  color: #ec1f25;
  font-size: 24px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}

.hero-title {
  font-size: 54px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}

.hero-text {
  max-width: 521px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.hero-layout,
.hero-layout1,
.hero-layout2 {
  position: relative;
}
.hero-layout .form-group > i,
.hero-layout1 .form-group > i,
.hero-layout2 .form-group > i {
  right: unset;
  left: 20px;
  top: 23px;
  color: #505050;
}
.hero-layout .form-group select,
.hero-layout .form-group input,
.hero-layout1 .form-group select,
.hero-layout1 .form-group input,
.hero-layout2 .form-group select,
.hero-layout2 .form-group input {
  padding-left: 45px;
}

.hero-layout .form-group > i,
.hero-layout2 .form-group > i {
  top: 17px;
}
.hero-layout .hero-bottom .radioselect,
.hero-layout .hero-bottom .form-control,
.hero-layout .hero-bottom .form-select,
.hero-layout .hero-bottom textarea,
.hero-layout .hero-bottom input,
.hero-layout2 .hero-bottom .radioselect,
.hero-layout2 .hero-bottom .form-control,
.hero-layout2 .hero-bottom .form-select,
.hero-layout2 .hero-bottom textarea,
.hero-layout2 .hero-bottom input {
  height: 47px;
}

.hero-layout {
  position: relative;
}
.hero-layout .hero-img {
  position: relative;
}
.hero-layout .hero-img img {
  border-radius: 340px;
  background-color:white;
  border: 20px solidwhite;
}
.hero-layout .hero-img .img2 {
  width: 65%;
  position: absolute;
  top: 60%;
  right: -25%;
  transform: translateY(-50%);
}
.hero-layout .hero-bottom {
  margin-bottom: -150px;
  margin-top: 100px;
}
.hero-layout .hero-bottom .radioselect,
.hero-layout .hero-bottom .form-control,
.hero-layout .hero-bottom .form-select,
.hero-layout .hero-bottom textarea,
.hero-layout .hero-bottom input {
  height: 47px;
}
.hero-layout .hero-form {
  background-color:white;
  padding: 30px 30px 0px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 15px rgba(255, 104, 26, 0.1);
}
.hero-layout .hero-form .vs-btn {
  width: 100%;
}
.hero-layout .slide-count {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero-layout .slide-count .tab-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  background-color:white;
  border: none;
  margin-bottom: 20px;
  color: #ec1f25;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  font-family: "Outfit", sans-serif;
}
.hero-layout .slide-count .tab-btn:last-child {
  margin-bottom: 0;
}
.hero-layout .slide-count .tab-btn:hover {
  background-color: #ec1f25;
  color:white;
}
.hero-layout .slide-count .active {
  background-color: #ec1f25;
  color:white;
}
.hero-layout .slide-count::before {
  content: "";
  width: 4px;
  height: 90%;
  background-color: #ec1f25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-layout1 {
  margin-top: -100px;
}
.hero-layout1 .hero-mask {
  padding-top: 200px;
  position: relative;
}
.hero-layout1 .hero-title,
.hero-layout1 .hero-text {
  color:white;
}
.hero-layout1 .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.hero-layout1 .icon-btn:first-child {
  left: 12%;
}
.hero-layout1 .icon-btn:last-child {
  left: unset;
  right: 12%;
}

.hero-form2 {
  padding: 60px 40px;
  max-width: 490px;
  border-radius: 15px;
  position: relative;
  background-color:white;
  margin-left: auto;
}
.hero-form2 .h3 {
  margin-bottom: 5px;
}
.hero-form2 .shape-mockup {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero-layout2 {
  position: relative;
}
.hero-layout2 .hero-mask {
  padding-bottom: 160px;
}
.hero-layout2 .hero-title,
.hero-layout2 .hero-text {
  color:white;
}
.hero-layout2 .hero-img .shape-mokup {
  width: 40%;
  position: absolute;
  right: -9.5%;
  bottom: 0%;
  transform: rotateZ(45deg);
  z-index: 0;
}
.hero-layout2 .hero-img .img1 {
  position: relative;
  z-index: 1;
}
.hero-layout2 .hero-bottom {
  margin-top: -65px;
}
.hero-layout2 .hero-form {
  background-color:white;
  padding: 30px 30px 0px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 4px 15px rgba(255, 104, 26, 0.1);
}
.hero-layout2 .hero-form .vs-btn {
  width: 100%;
}
.hero-layout2 .sec-btns {
  position: absolute;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 30px;
  left: 12%;
}
.hero-layout2 .sec-btns .icon-btn {
  margin-right: 0;
}

@media (min-width: 1920px) {
  .hero-layout2 .hero-img .shape-mokup {
    right: -4.5%;
    transform: rotateZ(23deg);
    height: 65%;
  }
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .sec-btns .icon-btn {
    transform: translateX(0%) rotate(0deg);
  }
  .hero-layout2 .icon-btn {
    left: 3%;
  }
  .hero-layout .slide-count {
    left: 4%;
  }
  .hero-layout2 .sec-btns .hero-layout1 .icon-btn:first-child {
    left: 3%;
  }
  .hero-layout2 .sec-btns .hero-layout1 .icon-btn:last-child {
    right: 3%;
  }
  .hero-title {
    font-size: 64px;
  }
  .hero-layout2 .sec-btns {
    left: 50px;
  }
}
@media (min-width: 1700px) and (max-width: 1850px) {
  .hero-layout2 .sec-btns {
    left: 80px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .hero-layout .hero-img .img2 {
    right: 0%;
    width: 50%;
  }
  .hero-layout .hero-img .img1 {
    width: 70%;
  }
  .hero-layout .slide-count {
    margin-top: 60px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-layout .slide-count::before {
    height: 4px;
    width: 90%;
  }
  .hero-layout .slide-count .tab-btn {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .hero-layout .slide-count .tab-btn:last-child {
    margin-right: 0;
  }
  .hero-layout .hero-mask {
    padding-bottom: 80px;
  }
  .hero-layout .hero-bottom {
    margin-top: 70px;
  }
  .hero-layout2 .sec-btns {
    left: 50%;
    top: auto;
    bottom: 150px;
    flex-direction: row;
    transform: translateX(-50%);
    gap: 20px;
  }
  .hero-layout2 .icon-btn {
    left: 50%;
    top: unset;
    bottom: 130px;
    transform: translateX(0%) rotate(270deg);
  }
  .hero-layout1 .icon-btn:first-child {
    left: 2%;
  }
  .hero-layout1 .icon-btn:last-child {
    right: 2%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 46px;
  }
  .hero-text {
    font-size: 16px;
  }
  .hero-subtitle {
    font-size: 20px;
  }
  .hero-content {
    text-align: center;
  }
  .hero-layout2 .hero-content {
    text-align: start;
  }
  .hero-layout2 .hero-mask {
    padding-bottom: 170px;
  }
  .hero-layout2 .sec-btns {
    bottom: 60px;
  }
  .hero-layout .hero-img .img2 {
    right: -5%;
  }
  .hero-layout .slide-count {
    margin-top: 60px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-layout .slide-count::before {
    height: 4px;
    width: 90%;
  }
  .hero-layout .slide-count .tab-btn {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .hero-layout .slide-count .tab-btn:last-child {
    margin-right: 0;
  }
  .hero-layout .hero-bottom {
    margin-top: 50px;
  }
  .hero-form2 {
    margin-top: 30px;
    max-width: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-layout2 .hero-slider3 .hero-mask {
    padding-bottom: 230px;
  }
  .hero-layout2 .hero-slider3 .hero-img .img1 {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    max-width: 190px;
    left: auto;
    right: 0;
  }
  .hero-layout2 .hero-slider3 .sec-btns .icon-btn {
    transform: translateX(0%) rotate(0deg);
    bottom: 0px;
    position: static;
  }
  .hero-layout2 .hero-slider3 .sec-btns .icon-btn:first-child {
    left: 9%;
  }
  .hero-layout2 .hero-slider3 .sec-btns .icon-btn:last-child {
    left: 19%;
  }
  .hero-title {
    font-size: 42px;
  }
  .hero-text {
    max-width: 100%;
  }
  .hero-layout .hero-img {
    margin-top: 30px;
  }
  .hero-layout .hero-img .img1 {
    width: 60%;
  }
  .hero-layout .hero-img .img2 {
    width: 50%;
    top: 50%;
    right: 0;
  }
  .hero-layout .hero-bottom {
    margin-bottom: 0;
  }
  .hero-layout .hero-form {
    padding: 20px 15px;
  }
  .hero-layout2 .hero-img {
    text-align: center;
  }
  .hero-layout2 .icon-btn {
    bottom: 225px;
  }
  .hero-layout1 .hero-mask {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .hero-layout1 .icon-btn {
    top: unset;
    bottom: 40px;
    transform: translateY(unset);
  }
  .hero-layout1 .icon-btn:first-child {
    left: 45%;
    transform: translateX(-50%);
  }
  .hero-layout1 .icon-btn:last-child {
    right: unset;
    left: 55%;
    transform: translateX(-50%);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-layout2 .sec-btns {
    left: 5%;
    transform: translateX(0);
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-layout .hero-mask {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-layout .hero-img img {
    border: 5px solidwhite;
  }
  .hero-layout .slide-count .tab-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .hero-layout1 {
    margin-top: 0;
  }
  .hero-layout1 .hero-mask {
    padding-top: 80px;
    padding-bottom: 150px;
  }
  .hero-layout1 .hero-form2 {
    margin-top: 30px;
    padding: 20px 15px;
  }
  .hero-layout1 .icon-btn:first-child {
    left: 45%;
  }
  .hero-layout1 .icon-btn:last-child {
    left: 55%;
  }
  .hero-layout2 .icon-btn:first-child {
    left: 40%;
  }
  .hero-layout2 .icon-btn:last-child {
    left: 55%;
  }
  .hero-layout2 .hero-slider3 .icon-btn {
    transform: translateX(-50%) rotate(360deg);
    bottom: 90px;
  }
  .hero-layout2 .hero-slider3 .icon-btn:first-child {
    left: 13%;
  }
  .hero-layout2 .hero-slider3 .icon-btn:last-child {
    left: 37%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-layout2 .icon-btn {
    bottom: 350px;
  }
  .hero-layout2 .icon-btn:first-child {
    left: 36%;
  }
  .hero-layout2 .icon-btn:last-child {
    left: 60%;
  }
  .hero-layout1 .icon-btn:first-child {
    left: 36%;
  }
  .hero-layout1 .icon-btn:last-child {
    left: 60%;
  }
}
/*------------------- 4.7. Simple Sections  -------------------*/
.social-box {
  padding: 80px 100px;
  position: relative;
  z-index: 1;
}
.social-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: -1;
}
.social-box__title {
  color:white;
  margin: -0.2em 0 10px 0;
  font-size: 34px;
}

.social-box a,
.info-social a {
  display: inline-block;
  color: #ec1f25;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #ec1f25;
  font-size: 18px;
  margin-right: 5px;
  border-radius: 50%;
}
.social-box a:last-child,
.info-social a:last-child {
  margin-right: 0;
}
.social-box a:hover,
.info-social a:hover {
  background-color: #ec1f25;
  color:white;
  border-color: transparent;
}

.award-wrap-title {
  background-color: #ec1f25;
  color:white;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto -40px auto;
  max-width: 850px;
  text-align: center;
  padding: 31px 30px;
  position: relative;
  z-index: 1;
}

.award-wrap1 {
  background-color: #F7F7F7;
  padding: 90px 50px 20px 50px;
  margin-bottom: 60px;
}
.award-wrap1:last-child {
  margin-bottom: 30px;
}

.award-style1 {
  background-color:white;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}
.award-style1 .award-img {
  min-height: 175px;
  line-height: 175px;
  text-align: center;
  margin-bottom: 20px;
}
.award-style1 .award-img img {
  max-width: 100%;
  max-height: 100%;
}
.award-style1 .award-title {
  margin-bottom: 10px;
}
.award-style1 .award-text {
  max-width: 250px;
  margin: 0 auto;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .social-box {
    padding: 60px 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .social-box {
    padding: 40px 40px;
  }
  .social-box__title {
    font-size: 26px;
  }
  .award-wrap1 {
    padding: 80px 20px 10px 20px;
  }
  .award-wrap-title {
    max-width: 740px;
  }
  .award-style1 {
    padding: 30px 20px 30px 20px;
  }
  .award-style1 .award-text {
    font-size: 14px;
  }
  .award-style1 .award-img {
    min-height: 100px;
    line-height: 100px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .social-box::before {
    width: 100%;
  }
  .award-wrap-title {
    max-width: 520px;
    padding: 21px 20px;
    margin-bottom: -30px;
  }
  .award-wrap1 {
    padding: 70px 20px 10px 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .social-box {
    padding: 40px 20px;
  }
  .info-social a,
  .social-box a {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 16px;
  }
}
/*------------------- 4.8. Error  -------------------*/
.error-content {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

.error-img {
  margin-top: 60px;
}

.error-title {
  font-size: 48px;
  line-height: 1;
  margin: 0 0 18px 0;
}

.error-text {
  margin: 0 0 30px 0;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}

.vs-error-wrapper {
  background-color: #fafafa;
  padding: calc(var(--section-space) + 54px) 0 var(--section-space) 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-error-wrapper {
    padding: var(--section-space) 0 var(--section-space) 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    font-size: 48px;
  }
  .vs-error-wrapper {
    padding: var(--section-space-mobile) 0 var(--section-space-mobile) 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .error-title {
    font-size: 36px;
  }
  .text-theme {
    font-size: 20px;
  }
  .search-inline input {
    padding-left: 30px;
  }
}
/*------------------- 4.9. Packages  -------------------*/
.package-review i {
  color: var(--theme-color2);
  font-size: 14px;
}

.package-meta a {
  margin-right: 20px;
  position: relative;
}
.package-meta a i {
  margin-right: 4px;
}
.package-meta a::before {
  content: "";
  width: 1px;
  height: 70%;
  opacity: 0.7;
  background-color: #505050;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.package-meta a:last-child {
  margin-right: 0;
}
.package-meta a:last-child::before {
  display: none;
}

.package-price {
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
}

.package-style1 {
  background-color:white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.package-style1 .package-img {
  overflow: hidden;
}
.package-style1 .package-img img {
  transition: 0.5s;
}
.package-style1 .package-content {
  padding: 25px 30px 30px;
}
.package-style1 .package-title {
  font-size: 20px;
  font-weight: 600;
  margin: 3px 0;
}
.package-style1 .package-title a {
  color: #505050;
}
.package-style1 .package-title a:hover {
  color: #ec1f25;
}
.package-style1 .package-text {
  margin-bottom: 10px;
}
.package-style1 .package-meta {
  border-top: 1px solid #ec1f25;
  padding-top: 12px;
}
.package-style1 .package-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.package-style1 .vs-btn {
  padding: 10px 15px;
  font-size: 14px;
}
.package-style1:hover {
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
}
.package-style1:hover .package-img img {
  transform: scale(1.1);
}
.package-style1:hover .package-price {
  color: #ec1f25;
}

.package-review2 i {
  color: #ec1f25;
}

/*------------------- 4.10. Cities  -------------------*/
.gallery-image {
  border-radius: 10px;
  margin-bottom: 30px;
}

.gallery-video {
  position: relative;
  margin-bottom: 30px;
}
.gallery-video img {
  border-radius: 10px;
}
.gallery-video .gallery-btn {
  padding: 10px 20px;
  border-radius: 35px;
  box-shadow: 0px 0px 15px 0px rgba(255, 104, 26, 0.15);
  background-color:white;
  position: absolute;
  top: 10%;
  left: -55px;
}
.gallery-video .gallery-btn span {
  font-size: 20px;
  font-weight: 600;
}
.gallery-video .gallery-btn .play-btn {
  margin-left: 20px;
}
.gallery-video .gallery-btn .play-btn::before, .gallery-video .gallery-btn .play-btn::after {
  background-color: #ec1f25;
}
.gallery-video .gallery-btn .play-btn > i {
  background-color: #ec1f25;
  color:white;
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  font-size: var(--icon-font-size, 1em);
}
.gallery-video .gallery-btn .play-btn:hover::before, .gallery-video .gallery-btn .play-btn:hover::after {
  background-color: var(--theme-color2);
}
.gallery-video .gallery-btn .play-btn:hover > i {
  background-color: var(--theme-color2);
}

.gallery-style1 .title-area {
  max-width: 500px;
  margin-left: 0;
}

.gallery-style-2 {
  max-width: 1012px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.gallery-style-2 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gallery-style-2 .play-btn > i {
  color:white;
  width: var(--icon-size, 110px);
  height: var(--icon-size, 110px);
  line-height: var(--icon-size, 110px);
  background-color: rgba(255, 104, 26, 0.8);
}
.gallery-style-2 .play-btn:after, .gallery-style-2 .play-btn:before {
  background-color: rgba(255, 104, 26, 0.8);
}
.gallery-style-2 .play-btn:hover > i {
  background-color: rgba(55, 212, 217, 0.8);
}
.gallery-style-2 .play-btn:hover:after, .gallery-style-2 .play-btn:hover:before {
  background-color: rgba(55, 212, 217, 0.8);
}

.gallery2 {
  position: relative;
}
.gallery2 .shadow-color {
  bottom: 0;
}

.shadow-color {
  width: 100%;
  height: 30%;
  background-color:white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.gallery3 {
  position: relative;
}
.gallery3::after {
  content: "";
  width: 100%;
  height: 30%;
  background-color:white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.gallery3 .sec-subtitle {
  color: var(--theme-color2);
}
.gallery3 .sec-title,
.gallery3 .sec-text {
  color:white;
}

.gallery-style4 .gallery-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-style4 .title-area {
  margin-bottom: 30px;
}
.gallery-style4 .vs-btn {
  margin-top: 30px;
}
.gallery-style4 .gallery-text {
  --theme-color: #37d4d9;
  max-width: 595px;
  width: 100%;
  background-color:white;
  padding: 60px 60px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.gallery-style4 .gallery-img {
  margin-left: -300px;
  margin-right: -100px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-style4 .gallery-img img {
  transition: 0.5s ease-in-out;
}
.gallery-style4 .gallery-img:hover img {
  transform: scale(1.1);
}
.gallery-style4 .play-btn {
  position: absolute;
  top: 50%;
  right: 36%;
  transform: translateY(-50%);
}
.gallery-style4 .play-btn > i {
  color:white;
  width: var(--icon-size, 110px);
  height: var(--icon-size, 110px);
  line-height: var(--icon-size, 110px);
}
.gallery-style4 .vs-btn.style3 {
  --theme-color: #ec1f25;
}

.gallery-img5 {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-img5 .gallery-content {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(90deg);
  transform-origin: left top;
  transition: 0.5s ease-in-out;
}
.gallery-img5 .gallery-content i {
  font-size: 24px;
  color: #505050;
  transition: 0.5s ease-in-out;
}
.gallery-img5 .gallery-content i:hover {
  color: #ec1f25;
}
.gallery-img5 img {
  transition: 0.5s ease-in-out;
}
.gallery-img5:hover img {
  transform: scale(1.1);
}
.gallery-img5:hover .gallery-content {
  transform: rotateY(0deg);
}

.gallery-mesonary .gallery-img5 {
  margin-bottom: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .gallery-style4 .gallery-img {
    margin-right: 0;
  }
  .gallery-style4 .play-btn {
    right: 25%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .gallery-video .gallery-btn {
    left: 0;
    border-radius: 0px 35px 35px 0;
  }
  .gallery-style4 .gallery-text {
    padding: 40px;
    max-width: 460px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gallery-style4 .gallery-content {
    display: block;
  }
  .gallery-style4 .gallery-img {
    margin-left: 0;
    margin-top: 30px;
  }
  .gallery-style4 .gallery-text {
    padding: 60px 30px;
    max-width: 100%;
    text-align: center;
  }
  .gallery-style4 .play-btn {
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .gallery-style4 .play-btn > i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 40px;
  }
  .gallery-style1 .title-area {
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .gallery-style4 .play-btn {
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .gallery-style4 .play-btn > i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
  .gallery-style4 .gallery-text {
    padding: 30px 15px;
  }
}
/*------------------- 4.11. Features  -------------------*/
.features-style1,
.features-style4 {
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  transition: 0.5s ease-in-out;
  border: 1px solid #ec1f25;
  background-color: #ec1f25;
}
.features-style1 .features-bg,
.features-style4 .features-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.features-style1 .features-image,
.features-style4 .features-image {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color:white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.features-style1 .features-image img,
.features-style4 .features-image img {
  width: 40px;
}
.features-style1 .features-image::before, .features-style1 .features-image::after,
.features-style4 .features-image::before,
.features-style4 .features-image::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: var(--theme-color2);
  position: absolute;
}
.features-style1 .features-image::before,
.features-style4 .features-image::before {
  left: 10px;
  top: 0;
}
.features-style1 .features-image::after,
.features-style4 .features-image::after {
  right: 10px;
  bottom: 0;
}
.features-style1 .features-content,
.features-style4 .features-content {
  z-index: 1;
}
.features-style1 .features-title,
.features-style1 .features-text,
.features-style4 .features-title,
.features-style4 .features-text {
  color:white;
}
.features-style1 .features-title,
.features-style4 .features-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: 0.5s ease-in-out;
}
.features-style1 .features-text,
.features-style4 .features-text {
  transition: 0.5s ease-in-out;
}
.features-style1:hover,
.features-style4:hover {
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}
.features-style1:hover .features-image,
.features-style4:hover .features-image {
  background-color:white;
}
.features-style1:hover .features-image::before, .features-style1:hover .features-image::after,
.features-style4:hover .features-image::before,
.features-style4:hover .features-image::after {
  background-color: #ec1f25;
}

.features-style2 {
  padding: 30px 30px 10px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ec1f25;
  text-align: center;
  transition: 0.5s ease-in;
  background-color: #ec1f25;
}
.features-style2 .features-image {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color:white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.features-style2 .features-image img {
  width: 40px;
  transition: 0.5s ease-in-out;
}
.features-style2 .features-content {
  z-index: 1;
}
.features-style2 .features-title,
.features-style2 .features-text {
  color:white;
  transition: 0.5s ease-in-out;
}
.features-style2 .features-title {
  font-size: 20px;
  font-weight: 600;
}
.features-style2:hover {
  background-color: var(--theme-color2);
}
.features-style2:hover .features-image {
  background-color:white;
}
.features-style2:hover .features-image img {
  transform: rotateY(180deg) scale(1.2);
}
.features-style2:hover .features-title,
.features-style2:hover p {
  color:white;
}

/* Small devices */
@media (max-width: 767px) {
  .features-style1,
  .features-style2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*------------------- 4.12. Offers  -------------------*/
.offer-style1 {
  overflow: hidden;
}

.img-1-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
}

.img-box2 {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.img-box2::before {
  content: "";
  width: 77%;
  height: 77%;
  border-radius: 50%;
  background-color:white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.img-box2 .img1 {
  width: 240px;
  height: 240px;
  padding: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ec1f25;
  position: relative;
  z-index: 2;
}
.img-box2 .spinner-style1 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: spin 20s linear infinite;
}
.img-box2 .spinner-style1::before, .img-box2 .spinner-style1::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  position: absolute;
}
.img-box2 .spinner-style1::before {
  left: 0;
  top: 24%;
}
.img-box2 .spinner-style1::after {
  right: 0;
  bottom: 24%;
}
.img-box2 .img-1-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .img-1-2 {
    display: none;
  }
  .img-box2 {
    width: 400px;
    height: 400px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .img-box2 {
    width: 360px;
    height: 360px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .img-box2 {
    width: 300px;
    height: 300px;
  }
  .img-box2::before {
    width: 75%;
    height: 75%;
  }
  .img-box2 .img1 {
    width: 150px;
    height: 150px;
    padding: 25px;
  }
  .img-box2 .spinner-style1::before, .img-box2 .spinner-style1::after {
    width: 25px;
    height: 25px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .img-box2 {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .img-box2::before {
    width: 75%;
    height: 75%;
  }
  .img-box2 .img1 {
    width: 100px;
    height: 100px;
    padding: 15px;
  }
  .img-box2 .spinner-style1::before, .img-box2 .spinner-style1::after {
    width: 25px;
    height: 25px;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*------------------- 4.12. Testimonials  -------------------*/
.testimonial-style1 .title-area .vs-btn {
  margin-top: 10px;
}
.testimonial-style1 .sec-subtitle {
  color: var(--theme-color2);
}
.testimonial-style1 .sec-title,
.testimonial-style1 .sec-text {
  color:white;
}

.testimonial-slider2 {
  max-width: 908px;
}

.testimonial-style2 .sec-subtitle {
  color: var(--theme-color2);
}
.testimonial-style2 .sec-title {
  color:white;
}

.testi-style2 {
  text-align: center;
}
.testi-style2 .testi-body {
  background-color:white;
  padding: 24px 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.testi-style2 .testi-rating i {
  color: var(--theme-color2);
}
.testi-style2 .testi-degi {
  font-size: 14px;
  color:white;
}
.testi-style2 .testi-name {
  color:white;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 2px;
}
.testi-style2 .testi-avater {
  margin-top: 12px;
}
.testi-style2 .testi-avater img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testi-style1 {
  text-align: center;
  width: 605px;
  height: 605px;
  padding: 0 100px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  position: relative;
}
.testi-style1 .testi-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline-offset: 15px;
  outline: 1px solid #ec1f25;
  background-color: #ec1f25;
  border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
  transform: rotate(45deg) scale(0.91);
}
.testi-style1 .testi-shape img {
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.testi-style1 .vs-carousel {
  position: relative;
  z-index: 1;
}
.testi-style1 .testi-quote {
  margin: 0 auto 24px;
}
.testi-style1 .testi-rating {
  margin-bottom: 24px;
}
.testi-style1 .testi-rating i {
  color:white;
}
.testi-style1 .testi-text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color:white;
}
.testi-style1 .testi-avater {
  margin-bottom: 15px;
}
.testi-style1 .testi-avater img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.testi-style1 .testi-name {
  font-size: 24px;
  font-weight: 600;
  color:white;
  margin-bottom: 5px;
}
.testi-style1 .testi-degi {
  font-size: 14px;
  color:white;
}
.testi-style1 .testi-avaters img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testi-style1 .testi-avaters .tab-btn {
  position: absolute;
  padding: 0;
  display: inline-block;
  background-color: #ec1f25;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  border: 5px solid #ec1f25;
}
.testi-style1 .testi-avaters .tab-btn:nth-child(1) {
  top: 10%;
  left: 5%;
}
.testi-style1 .testi-avaters .tab-btn:nth-child(2) {
  top: 10%;
  right: 5%;
}
.testi-style1 .testi-avaters .tab-btn:nth-child(3) {
  bottom: 10%;
  right: 5%;
}
.testi-style1 .testi-avaters .tab-btn:nth-child(4) {
  bottom: 10%;
  left: 5%;
}
.testi-style1 .testi-avaters .tab-btn:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.testi-style1 .testi-avaters .active {
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-style1 {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1500px) {
  .testi-style1 {
    width: 480px;
    height: 480px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .testi-style1 .testi-avater img {
    width: 80px;
    height: 80px;
  }
  .testi-style1 .testi-text {
    font-size: 18px;
  }
  .testi-style1 .testi-quote {
    width: 50px;
    margin: 0 auto 20px;
  }
  .testi-style1 .testi-avaters .tab-btn {
    width: 80px;
    height: 80px;
  }
  .testi-style1 .testi-avaters .tab-btn img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1399px) {
  .testi-style1 .testi-avater .tab-btn {
    max-width: 90px;
    max-height: 90px;
  }
  .testi-style1 .testi-text {
    margin-bottom: 20px;
  }
  .testi-style1 .testi-rating {
    margin-bottom: 15px;
  }
  .testi-style1 .testi-avater .tab-btn:nth-child(3) {
    top: 0.5%;
    right: 14%;
  }
  .testi-style1 .testi-avater .tab-btn:nth-child(5) {
    top: 30%;
    right: -7%;
  }
  .testi-style1 .testi-text {
    font-size: 18px;
  }
  .testi-style1 .testi-name {
    font-size: 20px;
  }
  .testi-style1 .testi-degi {
    margin: 0 0 10px 0;
  }
  .testi-style1 .testi-shape:after,
  .testi-style1 .testi-shape::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .testi-style2 .testi-text {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .testi-style2 .testi-name {
    font-size: 22px;
    margin: 0 0 4px 0;
  }
  .testi-style2 .testi-degi {
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .testi-style1 .testi-shape {
    width: 95%;
    height: 95%;
  }
}
@media (max-width: 767px) {
  .testi-style1 {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #ec1f25;
    padding: 40px 15px 40px 15px;
  }
  .testi-style1 .testi-shape {
    display: none;
  }
  .testi-style1 .testi-quote {
    margin: 0 auto 15px;
  }
  .testi-style1 .testi-quote img {
    max-width: 50px;
  }
  .testi-style1 .testi-text {
    font-size: 16px;
    line-height: 29px;
  }
  .testi-style1 .testi-author {
    font-size: 22px;
  }
  .testi-style1 .testi-avaters {
    max-width: 50px;
    max-height: 50px;
  }
  .testi-style1 .testi-avaters img {
    width: 50px;
    height: 50px;
  }
  .testi-style1 .testi-avaters .tab-btn:nth-child(1) {
    top: 5%;
  }
  .testi-style1 .testi-avaters .tab-btn:nth-child(2) {
    top: 5%;
    right: 2%;
  }
  .testi-style1 .testi-avaters .tab-btn:nth-child(3) {
    bottom: 13%;
    right: 2%;
  }
  .testi-style1 .testi-avaters .tab-btn:nth-child(4) {
    bottom: 13%;
    left: 2%;
  }
}
/*------------------- 4.13. Destinations  -------------------*/
.destination-style1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.destination-style1 img {
  transition: 0.5s ease-in-out;
}
.destination-style1 .destination-price {
  font-size: 30px;
  font-weight: 700;
  padding: 15px 30px 15px;
  border-radius: 0 0 10px 10px;
  background-color:white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
}
.destination-style1 .destination-info {
  transition: 0.5s ease-in-out;
  background-color: rgba(28, 28, 28, 0.8);
  padding: 25px 30px 10px;
  max-width: 297px;
  width: 100%;
  border-radius: 0 10px 10px 0px;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.destination-style1 .destination-name {
  margin-bottom: 5px;
}
.destination-style1 .destination-name a {
  color:white;
}
.destination-style1 .destination-text {
  color:white;
}
.destination-style1:hover img {
  transform: scale(1.1);
}
.destination-style1:hover .destination-price {
  background-color: #ec1f25;
  color:white;
}
.destination-style1:hover .destination-info {
  background-color: #ec1f25;
}

.destination-details .ds-title:first-child {
  margin-bottom: 33px;
  margin-top: -10px;
}
.destination-details .ds-img1 {
  border-radius: 10px;
  overflow: hidden;
}
.destination-details .img-2 {
  border-radius: 10px;
  overflow: hidden;
}
.destination-details .ds-text {
  margin-top: 15px;
}
.destination-details .vs-comment-form {
  margin-top: 30px;
}

.destinations-info {
  margin: 60px 0 50px;
  border-radius: 10px;
  background-color: var(--smoke-color);
  padding: 20px 40px 30px;
}

.destination-list {
  margin: 0;
  padding: 0;
}
.destination-list li {
  list-style: none;
  padding-top: 10px;
  padding-left: 280px;
  position: relative;
}
.destination-list li span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.destination-list li span:first-child {
  color: var(--title-color);
  font-weight: 600;
  position: absolute;
  left: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .destination-style1 .destination-info {
    max-width: 250px;
    padding: 20px 20px 5px;
  }
  .destination-style1 .destination-price {
    padding: 10px 24px;
    font-size: 24px;
  }
  .destination-list li {
    padding-left: 200px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .destination-style1 .destination-info {
    max-width: 220px;
    padding: 15px 15px 0px;
  }
  .destination-style1 .destination-price {
    padding: 10px 24px;
    font-size: 24px;
  }
  .destinations-info {
    padding: 20px 15px;
  }
  .destination-list li {
    padding-left: unset;
  }
  .destination-list li span:first-child {
    position: unset;
    display: block;
    margin-right: 10px;
  }
}
/*------------------- 4.13. Destinations  -------------------*/
.about-list1 {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}
.about-list1 li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  margin-right: 15px;
}
.about-list1 li::before {
  content: "";
  width: 6px;
  height: 6px;
  outline: 5px solid #ec1f25;
  background-color: #ec1f25;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
}

.about-content .title-area {
  margin: 0;
}
.about-content .vs-btn {
  margin-top: 30px;
}

.img-box3 {
  position: relative;
  padding: 0px 10px;
}
.img-box3 .img1 {
  border-radius: 10px;
}
.img-box3 .bottom-img {
  margin-top: -64px;
  display: flex;
  align-items: baseline;
}
.img-box3 .img2 {
  max-width: 280px;
  margin-top: 30px;
  border-radius: 10px;
}
.img-box3 .img3 {
  max-width: 210px;
  border-radius: 10px;
  border: 15px solid var(--theme-color2);
  margin-left: 30px;
}

.image-box1 {
  margin: 80px 0;
  position: relative;
}
.image-box1 .img1 {
  border-radius: 25% 0 25% 0;
}
.image-box1 .img2 {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color:white;
  padding: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.image-box1 .media-box1,
.image-box1 .media-box2 {
  width: 260px;
  border-radius: 10px;
  outline: 15px solidwhite;
  background-color: #ec1f25;
  padding: 45px 40px 45px;
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 0;
}
.image-box1 .media-box1 .media-info,
.image-box1 .media-box2 .media-info {
  font-size: 36px;
  font-weight: 700;
  color:white;
  font-family: "Outfit", sans-serif;
  margin-bottom: 5px;
}
.image-box1 .media-box1 .media-text,
.image-box1 .media-box2 .media-text {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color:white;
}
.image-box1 .media-box1 {
  background-color: #ec1f25;
  bottom: unset;
  right: -5px;
  top: -55px;
}
.image-box1 .media-box2 {
  background-color: var(--theme-color2);
  bottom: -55px;
  top: unset;
  right: 125px;
}

/* Large devices */
@media (max-width: 1199px) {
  .about-list1 {
    grid-template-columns: 1fr 1fr;
  }
  .img-box3 {
    margin-top: 30px;
    padding: 0;
  }
  .img-box3 .bottom-img {
    display: block;
    margin-top: 0;
  }
  .img-box3 .img3 {
    margin-top: 20px;
    margin-left: 15px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .about-list1 {
    grid-template-columns: 1fr 1fr;
  }
  .img-box3 {
    margin-top: 30px;
  }
  .img-box3 .bottom-img {
    display: block;
    margin-top: 0;
  }
  .img-box3 .img2,
  .img-box3 .img3 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .img-box3 .img3 {
    margin-left: 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-list1 {
    grid-template-columns: 1fr;
  }
  .image-box1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .image-box1 .img2 {
    width: 150px;
    height: 150px;
    padding: 10px;
    top: 0;
    transform: translate(0);
  }
  .image-box1 .media-box1, .image-box1 .media-box2 {
    width: 45%;
    padding: 15px;
    height: fit-content;
    border: none;
    text-align: center;
    margin-top: 20px;
  }
  .image-box1 .media-box1 .media-info, .image-box1 .media-box2 .media-info {
    font-size: 20px;
  }
  .image-box1 .media-box1 .media-text, .image-box1 .media-box2 .media-text {
    font-size: 15px;
  }
  .image-box1 .media-box1 {
    position: relative;
    top: unset;
    right: unset;
    border: none;
  }
  .image-box1 .media-box2 {
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: 20px;
  }
  .img-box3 .img3 {
    margin-left: auto;
  }
}
/*------------------- 4.14. Destinations  -------------------*/
.history-steped {
  position: relative;
  padding-right: 100px;
}
.history-steped::before, .history-steped::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 60px;
  transform: translateY(-50%);
  z-index: 1;
}
.history-steped::before {
  width: 105px;
  height: 2px;
  background-color: #ec1f25;
}
.history-steped::after {
  width: 10px;
  height: 10px;
  outline: 5px solid #ec1f25;
  border-radius: 50%;
  background-color: #ec1f25;
}
.history-steped .divider {
  height: 100%;
  width: 2px;
  background-color: #ec1f25;
  position: absolute;
  right: -1px;
  top: 30%;
  transform: translateY(-50%);
}
.history-steped .divider::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ec1f25;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.history-steped:first-child .divider::before {
  content: "";
  top: 0;
}
.history-steped:last-child .divider::before {
  content: "";
  bottom: 0;
  top: unset;
}
.history-steped:nth-child(even) {
  margin-top: 80px;
  padding-left: 100px;
  padding-right: unset;
}
.history-steped:nth-child(even)::before, .history-steped:nth-child(even)::after {
  right: unset;
  left: -5px;
}
.history-steped:nth-child(even) .divider {
  top: 80%;
  left: -1px;
  right: unset;
}

.vs-history {
  --body-color: #8B919C;
  padding: 30px 40px 20px;
  position: relative;
  border: 2px solid #ec1f25;
  border-radius: 10px;
  background-color:white;
}
.vs-history .history-date {
  font-size: 24px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  color: #505050;
}
.vs-history .history-date::before, .vs-history .history-date::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.vs-history .history-date::before {
  width: 120px;
  height: 2px;
  background-color: #ec1f25;
}
.vs-history .history-date::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ec1f25;
}
.vs-history .history-title {
  margin-bottom: 0;
}
.vs-history .header-area {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-history .history-date {
    padding-left: 15px;
  }
  .vs-history .history-date::before {
    width: 80px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .history-steped {
    padding-right: 50px;
  }
  .history-steped:nth-child(even) {
    padding-left: 50px;
    margin-top: 50px;
  }
  .history-steped::before {
    width: 55px;
  }
  .vs-history {
    padding: 25px 30px 15px;
  }
  .vs-history .history-date::before, .vs-history .history-date::after {
    display: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .history-steped {
    margin-top: 30px;
    padding: 0 15px;
  }
  .history-steped:first-child {
    margin-top: 0;
  }
  .history-steped:nth-child(even) {
    padding: 0 15px;
    margin-top: 30px;
  }
  .history-steped::before, .history-steped::after {
    display: none;
  }
  .history-steped .divider {
    display: none;
  }
  .vs-history {
    padding: 20px 20px 10px;
  }
  .vs-history .history-date::before, .vs-history .history-date::after {
    display: none;
  }
}
/*------------------- 4.15. Destinations  -------------------*/
.filter-menu1 {
  background-color: var(--smoke-color);
  margin-bottom: 60px;
}
.filter-menu1 .tab-button {
  padding: 24px 30px;
  display: inline-block;
  border: none;
  margin: 0;
  color: #505050;
  background-color: var(--smoke-color);
}
.filter-menu1 .tab-button i {
  margin-right: 4px;
}
.filter-menu1 .tab-button:hover {
  color: #ec1f25;
}
.filter-menu1 .active {
  background-color:white;
  color: #ec1f25;
}

.filter-active1 {
  padding-left: 40px;
  padding-right: 40px;
}
.filter-active1 .package-style1 {
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
  background-color:white;
}

/* Large devices */
@media (max-width: 1199px) {
  .filter-menu1 .tab-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .filter-menu1 {
    margin-bottom: 20px;
  }
  .filter-menu1 .tab-button {
    font-size: 14px;
    padding: 10px 12px;
  }
}
/*------------------- 4.16. Tour Bookings  -------------------*/
.tour-review ul {
  margin: 0;
  padding: 0;
}
.tour-review ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.tour-review ul li i {
  color: #ec1f25;
}

.tab-content1 .info-image {
  margin-bottom: 36px;
}
.tab-content1 .tour-review {
  margin-bottom: 5px;
}
.tab-content1 .tour-price {
  font-size: 24px;
}

.tours-active .package-style1 {
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
  transition: 0.5s ease-in-out;
}
.tours-active .package-style1:hover {
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.15);
}

.tour-plan {
  padding-left: 70px;
  position: relative;
  padding-top: 8px;
  margin-top: 26px;
}
.tour-plan .tour-card1 {
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  color:white;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ec1f25;
  position: absolute;
  left: 0;
  top: 0;
}
.tour-plan .tp-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tour-plan .tp-list li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}
.tour-plan .tp-list li::before {
  content: "\f058";
  font-weight: 700;
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
}
.tour-plan .tp-list li:last-child {
  margin-bottom: 0;
}

.google-map {
  height: 710px;
}
.google-map iframe {
  height: 100%;
  width: 100%;
}

.tag-widget .vs-btn {
  font-weight: 400;
  margin-right: 10px;
}
.tag-widget .vs-btn i {
  margin-right: 4px;
}
.tag-widget .vs-btn:last-child {
  margin-right: 0;
}

.infolist {
  margin-top: 40px;
  border: none;
}
.infolist tr {
  vertical-align: baseline;
}
.infolist tr td {
  border: none;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.infolist tr td:first-child {
  font-weight: 600;
}
.infolist tr td .sub-infolist {
  border: none;
  margin: 0;
}
.infolist tr td .sub-infolist tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.infolist tr td .sub-infolist tr td {
  padding: 0 0 0 25px;
  margin-bottom: 10px;
  position: relative;
  width: 208px;
  font-weight: 400;
}
.infolist tr td .sub-infolist tr td::before {
  content: "\f058";
  font-weight: 700;
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
}
.infolist tr .info-heading {
  width: 250px;
  font-weight: 700;
}

/* fluid 5 columns */
.grid-item {
  margin-bottom: 24px;
}
.grid-item img {
  border-radius: 10px;
}

.progress-style1 {
  margin-top: 30px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ec1f25;
  padding: 40px 30px 34px;
}
.progress-style1 .circle-progress {
  width: 150px;
  height: 150px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.progress-style1 .circle-progress .progress-value {
  font-size: 18px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: var(--title-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.progress-style1 .progress-title {
  margin: 26px 0 0 0;
}

.rating-wrap {
  border-top: 2px solid #ec1f25;
  margin-top: 60px;
  padding-top: 60px;
}
.rating-wrap .rating-text {
  font-size: 14px;
}
.rating-wrap .rating-post {
  margin-bottom: 26px;
}
.rating-wrap .vs-comment-form {
  background-color: var(--smoke-color);
  padding: 60px 30px 30px;
  border-radius: 10px;
}
.rating-wrap .vs-comment-form .form-control {
  background-color:white;
}
.rating-wrap .review-rating {
  margin-bottom: 15px;
}
.rating-wrap .rating-select {
  margin: 0 0 15px 0;
}
.rating-wrap .blog-inner-title {
  margin-bottom: 20px;
}
.rating-wrap .vs-comment-form .custom-checkbox {
  margin-top: 20px;
}

.rating-author {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.rating-author .author-image {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 15px;
  overflow: hidden;
}
.rating-author .author-text {
  margin-bottom: 5px;
}
.rating-author .author-digi {
  font-size: 14px;
}

.review-rating {
  position: relative;
  display: flex;
  align-items: center;
}
.review-rating .rating-tilte {
  margin-right: 15px;
}
.review-rating .star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.review-rating .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.review-rating .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--theme-color2);
  float: left;
  top: 0px;
  left: 0px;
  position: absolute;
  letter-spacing: 3px;
  font-weight: 700;
}

/* Small devices */
@media (max-width: 767px) {
  .infolist tr {
    display: block;
  }
  .infolist tr .info-heading {
    width: 145px;
  }
  .infolist tr td {
    font-size: 14px;
  }
  .infolist tr td .sub-infolist tr {
    grid-template-columns: 1fr;
  }
  .infolist tr td .sub-infolist tr td {
    width: 100%;
  }
  .tour-plan {
    padding-left: 0;
    margin-top: 15px;
    padding-top: 0;
  }
  .tour-plan .tour-card1 {
    position: relative;
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
}
/*------------------- 4.17. Tour Bookings  -------------------*/
.vs-sort-bar {
  margin-bottom: 30px;
}

.woocommerce-ordering select {
  width: 200px;
  padding: 10px 20px;
  background-color: var(--smoke-color);
  border: none;
  outline: none;
  border-radius: 5px;
}

.vs-product {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 13px 48px 0px rgba(255, 104, 26, 0.07);
}
.vs-product .product-img {
  background-color: var(--smoke-color);
  position: relative;
  padding: 20px 20px;
}
.vs-product .product-img .action-buttons {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  top: 20px;
  width: 100%;
  transform: translateX(-50%);
}
.vs-product .product-img .icon-btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 10px;
  box-shadow: none;
  font-size: 16px;
  color:white;
  background-color: #ec1f25;
}
.vs-product .product-img .icon-btn:hover {
  background-color: var(--theme-color2);
}
.vs-product .product-img .badge {
  right: 20px;
  border-radius: 5px;
  color:white;
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s ease-in-out;
  background-color: #ec1f25;
}
.vs-product .product-body {
  padding: 30px 30px;
}
.vs-product .product-body .rating-wrap {
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.vs-product .product-body .rating-wrap i {
  color: var(--theme-color2);
}
.vs-product .product-body .product-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.vs-product .product-body .vs-btn {
  margin-top: 22px;
}
.vs-product:hover .product-img .action-buttons {
  opacity: 1;
  width: 80%;
}
.vs-product:hover .product-img .badge {
  opacity: 0;
  z-index: -1;
}

.product-big-img {
  background-color: var(--smoke-color);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-thumb-slide .thumb {
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--smoke-color);
  border: 1px solid transparent;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.product-thumb-slide .thumb img {
  transition: 0.5s ease-in-out;
  width: 100%;
}
.product-thumb-slide .thumb:hover {
  border-color: #ec1f25;
}
.product-thumb-slide .thumb:hover img {
  transform: scale(1.1);
}
.product-thumb-slide .slick-current .thumb {
  border-color: #ec1f25;
}
.product-thumb-slide .slick-current .thumb img {
  transform: scale(1.1);
}

.quantity {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.quantity .qty-btn {
  border: 1px solid #ec1f25;
  background-color: #ec1f25;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color:white;
  font-size: 16px;
}
.quantity .qty-btn:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.quantity input {
  height: 50px;
  width: 50px;
  margin: 0;
  font-size: 16px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  color: var(--black-color);
  background-color: var(--smoke-color);
  border-color: transparent;
  border-radius: 0;
}

.star-rating {
  margin-right: 10px;
  font-size: 16px;
}
.star-rating i {
  color: var(--theme-color2);
}

.product-about .product-rating {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.product-about .product-rating p {
  margin: 0;
  font-size: 16px;
}
.product-about .product-title {
  margin-bottom: 5px;
}
.product-about .product-price {
  font-size: 24px;
  font-weight: 600;
  color: #ec1f25;
}
.product-about .product-text {
  font-size: 16px;
}
.product-about .product-color {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
  text-transform: capitalize;
}
.product-about .varient-select {
  margin-bottom: 30px;
}
.product-about .varient-select .h6 {
  text-transform: uppercase;
  font-size: 16px;
}
.product-about .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}
.product-about .actions .vs-btn {
  flex: 1;
  height: 50px;
  line-height: 22px;
  margin-left: 20px;
  margin-right: 20px;
}
.product-about .actions .icon-btn {
  border-radius: 10px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  box-shadow: none;
  color:white;
  background-color: #ec1f25;
}
.product-about .actions .icon-btn:hover {
  background-color: var(--theme-color2);
}

.image-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-list .varient-image {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
  background-color: var(--smoke-color);
  position: relative;
}
.image-list .varient-image input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 0;
}
.image-list .varient-image input[type=radio] ~ label {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  outline-offset: 5px;
  transition: 0.5s ease-in-out;
  background-color: var(--smoke-color);
  outline: 1px solid var(--smoke-color);
}
.image-list .varient-image input[type=radio] ~ label::before {
  display: none;
}
.image-list .varient-image input[type=radio] ~ label img {
  width: 100%;
  height: 100%;
}
.image-list .varient-image input[type=radio]:checked ~ label {
  background-color: #ec1f25;
  outline-color: #ec1f25;
}
.image-list .varient-image input[type=radio]:hover ~ label {
  background-color: #ec1f25;
  outline-color: #ec1f25;
}

.product_meta {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.product_meta .meta-title {
  margin-bottom: 15px;
}
.product_meta > span {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  color: var(--title-color);
  font-weight: 700;
}
.product_meta > span > span {
  color: var(--title-color);
  padding-left: 10px;
  font-weight: 400;
}
.product_meta > span a {
  margin-right: 5px;
  font-weight: 400;
  text-transform: capitalize;
}
.product_meta > span a:first-child {
  padding-left: 10px;
}
.product_meta > span a::after {
  content: ",";
}
.product_meta > span a:last-child::after {
  display: none;
}

.tab-wrap {
  box-shadow: 13px 0px 48px 0px rgba(255, 104, 26, 0.07);
}

.product-tab1 {
  margin: 50px 0 20px 0;
  background-color: var(--smoke-color);
}
.product-tab1 .nav-link {
  padding: 30px 30px;
  color: var(--title-color);
  text-transform: capitalize;
}
.product-tab1 .nav-link:hover {
  color: #ec1f25;
}
.product-tab1 .active {
  background-color:white;
  color: #ec1f25;
}

.tab-content {
  padding: 25px 40px 35px;
}
.tab-content .vs-comment-form {
  background-color: var(--smoke-color);
  padding: 40px;
  border-radius: 10px;
}
.tab-content .vs-comment-form .form-control {
  background-color:white;
}

.list-style2 li {
  margin-bottom: 7px;
}
.list-style2 li span {
  color: var(--title-color);
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}
.list-style2 li span:first-child {
  font-weight: 500;
  display: inline-block;
  min-width: 150px;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}

.woocommerce-Reviews .vs-comments-wrap .comment-avater {
  border-radius: 50%;
}
.woocommerce-Reviews .vs-comments-wrap .vs-post-comment {
  border-radius: 10px;
}
.woocommerce-Reviews .vs-comments-wrap .vs-post-comment p {
  margin-bottom: 15px;
}

.rating-select {
  margin-top: -0.4em;
}
.rating-select label {
  margin: 0 10px 0 0;
  display: inline-block;
  color: #505050;
}
.rating-select p {
  display: inline-block;
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: #ec1f25;
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-product .product-body .product-title {
    font-size: 16px;
  }
  .vs-product .product-body .vs-btn {
    padding: 16px;
  }
  .product-about {
    margin-top: 30px;
  }
  .product-about .actions {
    width: 100%;
    display: inline-block;
  }
  .product-about .actions .quantity,
  .product-about .actions .vs-btn,
  .product-about .actions .icon-btn {
    margin-bottom: 15px;
    vertical-align: bottom;
  }
  .product-about .product-rating {
    display: inline-block;
  }
  .product-tab1 .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tab-content {
    padding: 0px 15px 15px;
  }
  .tab-content .vs-comment-form {
    padding: 20px 15px;
  }
  .tab-content .vs-comment-form .notice {
    margin-top: 20px;
  }
}
/*------------------- 4.18. Cart  -------------------*/
.cart_table {
  border: none;
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: #ec1f25;
}
.cart_table thead th {
  font-family: "Outfit", sans-serif;
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 27px 15px;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid #ec1f25;
  color: var(--title-color);
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}
.cart_table .cart-productimage {
  display: inline-block;
  border-radius: 5px;
  background-color: var(--smoke-color);
}
.cart_table .quantity {
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 0;
}
.cart_table .qut-btn {
  border: 2px solid #ec1f25;
  background-color: #ec1f25;
  color:white;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
}
.cart_table .qut-btn:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.cart_table .qty-input {
  vertical-align: middle;
  background-color: transparent;
  border: 2px solid #ec1f25;
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 400;
  margin: 0 10px;
  border-radius: 4px;
}
.cart_table .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}
.cart_table .vs-cart-coupon input {
  height: 46px;
  width: calc(100% - 200px);
  margin-right: 10px;
  border-radius: 10px;
}
.cart_table .vs-cart-coupon .vs-btn {
  font-size: 16px;
  width: max-content;
  border-radius: 10px;
}
.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}
.cart_table .actions > .vs-btn {
  margin-right: 15px;
}
.cart_table .actions > .vs-btn:last-child {
  margin-right: 0;
}

.cart_totals {
  border: 1px solid #ec1f25;
}
.cart_totals td:first-child,
.cart_totals th:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.cart_totals .amount {
  font-weight: 600;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
}
.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-methods input[type=radio] ~ label::before {
  width: 15px;
  height: 15px;
  line-height: 14px;
  font-size: 7px;
  padding-left: 1px;
  top: -1px;
}
.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}
.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 15px;
  }
  .cart_table .actions {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cart_totals td:first-child,
  .cart_totals th:first-child {
    width: 30%;
  }
}
/*------------------- 4.20. Checkout  -------------------*/
.checkout-ordertable th,
.checkout-ordertable td {
  vertical-align: top;
  text-align: right;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  border-left: none;
  color: #2c3e50;
}
.checkout-ordertable tr:last-child th {
  border-bottom: none;
}
.checkout-ordertable tr:last-child td {
  border-bottom: none;
}

.checkout-ordertable th {
  text-align: left;
}

.vs-checkout-wrapper .cart_table {
  margin-bottom: 0px;
  border: none;
}

/*------------------- 4.21. woocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  padding: 11px 20px;
  background-color: #ec1f25;
  color:white;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  border-radius: 5px;
}
.woocommerce-message::before,
.woocommerce-info::before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-cart-form {
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ec1f25;
}

.shipping-calculator-form {
  display: none;
}
.shipping-calculator-form p:first-child {
  margin-top: 20px;
}
.shipping-calculator-form select,
.shipping-calculator-form .form-control,
.shipping-calculator-form .form-select,
.shipping-calculator-form textarea,
.shipping-calculator-form input {
  height: 50px;
  padding-left: 20px;
  padding-right: 25px;
}

.order-total .amount {
  color: #ec1f25;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: #ec1f25;
}
.woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color:white;
  text-decoration: underline;
}

.woocommerce-form-login {
  display: none;
  padding: 40px 40px 35px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: #ec1f25;
  color: var(--title-color);
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: underline;
}

.woocommerce-form-coupon {
  padding: 40px;
  border-radius: 10px;
}
.woocommerce-form-coupon .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout {
  margin-top: 60px;
}
.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout .shipping_address {
  display: none;
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment ul li {
  padding-top: 10px;
  border-bottom: 1px solid #ec1f25;
  border-radius: 4px;
  font-size: 16px;
}
.woocommerce-checkout-payment ul input[type=radio] ~ label {
  margin-bottom: 15px;
  color: #505050;
  width: 100%;
}
.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ec1f25;
  border: 1px solid #ec1f25;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
  color: var(--title-color);
}
.woocommerce-checkout-payment .place-order {
  margin-top: 30px;
}

/* Small devices */
@media (max-width: 767px) {
  .woocommerce-form-coupon {
    padding: 20px;
  }
  .woocommerce-form-login {
    padding: 20px 20px 15px;
  }
}
/*------------------- 4.22 Contct  -------------------*/
.contact-box_wrapper .outer-wrap {
  background-color: #ec1f25;
  border-radius: 10px;
  padding: 30px 0px 60px;
  max-width: 1340px;
  margin-top: 0;
}

.contact-box {
  background-color:white;
  border: 1px solid #ec1f25;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px 25px;
  padding-left: 110px;
  position: relative;
}
.contact-box .contact-box_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: #ec1f25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color:white;
  position: absolute;
  left: 30px;
}
.contact-box .contact-box__title {
  margin-bottom: 5px;
}
.contact-box .contact-box__text {
  margin-bottom: -5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  font-family: "Outfit", sans-serif;
  color: var(--title-color);
}
.contact-box .contact-box_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-box .contact-box_list li {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: var(--title-color);
}
.contact-box:hover .contact-box_icon {
  background-color: var(--theme-color2);
}

/*------------------- 4.23 Contct  -------------------*/
.signup-form {
  padding: 40px 30px;
  border-radius: 10px;
}

/* Medium devices */
@media (max-width: 991px) {
  .signup-form {
    padding: 20px 15px;
  }
}
/*------------------- 4.26. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  height: 100%;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background-color: #ec1f25;
  color:white;
  font-size: 30px;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose i {
  line-height: inherit;
}
.popup-search-box button.searchClose:hover {
  color:white;
  background-color: var(--theme-color2);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 14px;
  height: 70px;
  width: 100%;
  border: 2px solid #ec1f25;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  right: 13px;
  color:white;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  transition: all ease 0.4s;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.27. Popup Side Menu  -------------------*/
.offcanvas-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.offcanvas-wrapper .closeButton {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  background-color: #ec1f25;
  color:white;
  border: none;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 33;
}
.offcanvas-wrapper .closeButton i {
  line-height: inherit;
}
.offcanvas-wrapper .closeButton:hover {
  color:white;
  border-color: transparent;
  transform: rotate(90deg);
  background-color: var(--theme-color2);
}
.offcanvas-wrapper .sidemenu-content {
  background-color:white;
  width: 450px;
  margin-left: auto;
  padding: 50px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.offcanvas-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 50px;
}
.offcanvas-wrapper .footer-text {
  max-width: 100%;
}
.offcanvas-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.offcanvas-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.27. Popup Side Menu  -------------------*/
.category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap {
  padding-top: 24px;
  padding: 24px;
}

.wpte-elementor-widget .category-trips-single .category-trips-single-inner-wrap {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.wpte-elementor-widget .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap {
  min-height: 108px;
}

.wpte-elementor-widget .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .button:hover {
  background-color: var(--theme-color2);
}

/*------------------- 4.27. Pages  -------------------*/
.header-layout4 {
  background-color: #ec1f25;
}
.header-layout4 .header-social a {
  /* Small devices */
}
@media (max-width: 767px) {
  .header-layout4 .header-social a {
    margin-right: 8px;
  }
}
.header-layout4 .header-btns {
  margin-right: 15px;
}
.header-layout4 .vs-menu-toggle {
  float: right;
}
.header-layout4 .menu-style1 > ul > li {
  padding: 36px 0;
  margin: 0 20px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout4 .menu-style1 > ul > li {
    margin: 0 5px;
  }
}
.header-layout4 .menu-style1 > ul > li > a {
  font-size: 16px;
}
.header-layout4 .sideMenuToggler {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-left: 40px;
  color:white;
  /* Large devices */
  /* Medium devices */
}
.header-layout4 .sideMenuToggler:hover {
  color: var(--title-color);
}
@media (max-width: 1199px) {
  .header-layout4 .sideMenuToggler {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .header-layout4 .sideMenuToggler {
    display: none;
  }
}
.header-layout4 .header-top {
  position: relative;
  z-index: 1;
  padding: 0 315px 0 0;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .header-layout4 .header-top {
    padding: 0 100px 0 0;
  }
}
@media (max-width: 1199px) {
  .header-layout4 .header-top {
    padding: 0 15px 0 0;
  }
}
.header-layout4 .header-top__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 11px 0 11px 315px;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .header-layout4 .header-top__left {
    padding: 11px 0 11px 100px;
  }
}
@media (max-width: 1199px) {
  .header-layout4 .header-top__left {
    padding: 11px 0 11px 15px;
  }
}
.header-layout4 .header-top__left::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
}
.header-layout4 .header-contact li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.header-layout4 .header-contact li i {
  width: inherit;
  height: inherit;
  background-color: transparent;
}
.header-layout4 .sticky-wrapper {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout4 .sticky-wrapper {
    padding-right: 15px;
  }
}
.header-layout4 .sticky-wrapper .sticky-active {
  flex: 1;
}
.header-layout4 .sticky-wrapper .header-box {
  position: relative;
  padding: 0 40px 0 40px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout4 .sticky-wrapper .header-box {
    padding: 0 0px 0 0px;
  }
}
.header-layout4 .sticky-wrapper .header-box::before {
  background-color:white;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-top-right-radius: 15px;
  left: 0;
}

.header-links.v4 > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  gap: 35px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-links.v4 > ul {
    gap: 15px;
  }
}
.header-links.v4 > ul > li > a {
  color:white;
  font-weight: 500;
  font-size: 16px;
}
.header-links.v4 > ul > li > a:hover {
  color: var(--title-color);
}

.header-right ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.item2 {
  display: flex;
  align-items: center;
  padding: 24px 0px;
  gap: 14px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .item2 {
    display: none;
  }
}
.item2__icon {
  min-width: max-content;
}
.item2__text > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}
.item2:hover .item2__text > a {
  color: #ec1f25;
}

.link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  gap: 12px;
}
.link > i {
  min-width: 30px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color2);
  border-radius: 50%;
  transition: all ease 0.4s;
}
.link:hover > i {
  background-color: #ec1f25;
  color:white;
}

.hero-layout4,
.hero-layout5 {
  position: relative;
}
.hero-layout4 .hero-slide,
.hero-layout5 .hero-slide {
  padding: 242px 0;
  position: relative;
  z-index: 1;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-layout4 .hero-slide,
  .hero-layout5 .hero-slide {
    padding: 100px 0;
    background-size: cover;
    min-height: 541px;
  }
}
.hero-layout4 .hero-slide::before,
.hero-layout5 .hero-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--title-color);
  opacity: 0.4;
  z-index: -1;
  top: 0;
  left: 0;
}
.hero-layout4 .icon-btn,
.hero-layout5 .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11%;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-layout4 .icon-btn,
  .hero-layout5 .icon-btn {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero-layout4 .icon-btn,
  .hero-layout5 .icon-btn {
    opacity: 0;
  }
}
.hero-layout4 .icon-btn.next-btn,
.hero-layout5 .icon-btn.next-btn {
  left: auto;
  right: 11%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-layout4 .icon-btn.next-btn,
  .hero-layout5 .icon-btn.next-btn {
    right: 0;
  }
}
.hero-layout4 .hero-subtitle,
.hero-layout5 .hero-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color2);
  display: inline-block;
  margin-bottom: 25px;
}
.hero-layout4 .hero-title,
.hero-layout5 .hero-title {
  color:white;
  margin-bottom: 50px;
}
.hero-layout4 .hero-form,
.hero-layout5 .hero-form {
  padding: 45px 35px 19px 35px;
  box-shadow: 0px 6px 30px rgba(255, 104, 26, 0.15);
  border-radius: 0px 0px 20px 20px;
  margin: 0 -35px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-layout4 .hero-form,
  .hero-layout5 .hero-form {
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .hero-layout4 .hero-form,
  .hero-layout5 .hero-form {
    padding: 15px;
  }
}
.hero-layout4 .hero-form .vs-btn,
.hero-layout5 .hero-form .vs-btn {
  width: 100%;
}
.hero-layout4 .hero-form input,
.hero-layout4 .hero-form .form-select,
.hero-layout5 .hero-form input,
.hero-layout5 .hero-form .form-select {
  height: 60px;
  padding: 0 30px 0 55px;
}
.hero-layout4 .hero-form .form-group > i,
.hero-layout5 .hero-form .form-group > i {
  top: 22px;
  left: calc(var(--bs-gutter-x) / 2 + 15px);
  color: #505050;
}

.about--layout4 .sec-text {
  max-width: 78%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about--layout4 .sec-text {
    max-width: 100%;
  }
}
.about--layout4 .title-area {
  text-align: left;
}

.about-list2 {
  display: block;
  padding-left: 0;
  list-style: none;
}
.about-list2 > li {
  margin-right: 0;
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 22px;
  font-weight: 600;
  color: var(--title-color);
  position: relative;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-list2 > li {
    margin-bottom: 12px;
    padding-left: 40px;
    font-size: 16px;
  }
}
.about-list2 > li::before {
  content: "\f00c";
  width: 24px;
  height: 24px;
  outline: none;
  background-color: var(--theme-color2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--icon-font);
  text-align: center;
  font-size: 10px;
  color:white;
  line-height: 24px;
}

.img-box4,
.img-box5 {
  display: flex;
  gap: 38px;
  position: relative;
  margin-left: -78px;
  margin-bottom: 30px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .img-box4,
  .img-box5 {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .img-box4,
  .img-box5 {
    gap: 5px;
  }
}
.img-box4 .img1,
.img-box4 .img2,
.img-box5 .img1,
.img-box5 .img2 {
  border-radius: 155px;
}
.img-box4 .img3,
.img-box5 .img3 {
  border-radius: 170px;
  margin-top: -28px;
  position: relative;
  z-index: -1;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4 .img3,
  .img-box5 .img3 {
    margin-top: -60px;
  }
}
.img-box4 .img1,
.img-box5 .img1 {
  min-width: 321px;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4 .img1,
  .img-box5 .img1 {
    min-width: 270px;
  }
}
.img-box4 .img2,
.img-box5 .img2 {
  min-width: 270px;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4 .img2,
  .img-box5 .img2 {
    min-width: 220px;
  }
}
.img-box4 .discount,
.img-box5 .discount {
  position: absolute;
  min-width: 195px;
  min-height: 195px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
}
.img-box4 .discount > span,
.img-box5 .discount > span {
  display: block;
  font-size: 64px;
  font-weight: 600;
  color:white;
  line-height: 1;
}
.img-box4 .discount > p,
.img-box5 .discount > p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color:white;
}

.img-box4__img2 {
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4__img2 {
    display: none;
  }
}
.img-box4__img1 {
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4__img1 {
    width: 100%;
  }
}
.img-box4 .discount {
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box4 .discount {
    top: auto;
    transform: translate(-50%, 0%);
  }
}

.fact--layout1 {
  padding: 185px 0 155px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .fact--layout1 {
    padding: 120px 0 90px;
  }
}
.fact-block {
  text-align: center;
  margin-bottom: 30px;
}
.fact-block__icon {
  min-width: 120px;
  min-height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: 100% 100%;
  margin-bottom: 15px;
}
.fact-block__number {
  display: block;
  font-size: 48px;
  font-weight: 600;
  color:white;
  line-height: 1;
  margin-bottom: 7px;
}
.fact-block__text {
  margin-bottom: 0;
  color:white;
}

.package-style3 {
  border: 1px solid #ec1f25;
}
.package-style3 .package-title {
  margin: 3px 0 15px;
  text-transform: capitalize;
}
.package-style3 .package-price {
  font-weight: 700;
  font-size: 32px;
  color: var(--theme-color2);
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.package-style3 .package-price > span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #ec1f25;
}
.package-style3 .package-review > i {
  color: #ec1f25;
}
.package-style3 .package-footer {
  align-items: end;
  margin-top: 0;
  min-height: 55px;
}
.package-style3 .package-title {
  font-size: 24px;
  font-weight: 700;
}
.package-style3 .package-text {
  font-size: 18px;
}

.gallery-style5 {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 0 107px;
  border-radius: 28px;
  margin-top: -270px;
  z-index: 1;
  overflow: hidden;
  /* Medium devices */
}
@media (max-width: 991px) {
  .gallery-style5 {
    min-height: 390px;
    padding: 0 30px;
  }
}
.gallery-style5::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1c1c1c 1.32%, rgba(28, 28, 28, 0) 100%);
  z-index: -1;
  left: 0;
}
.gallery-style5 .gallery-content {
  max-width: 300px;
}
.gallery-style5 .play-btn {
  margin-bottom: 70px;
}
.gallery-style5 .play-btn > i {
  color:white;
  background-color: rgb(55, 212, 217);
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
}
.gallery-style5 .play-btn::before, .gallery-style5 .play-btn::after {
  background-color: rgba(255, 255, 255, 0.2);
  animation-name: ripple2;
}

.features-style4 {
  text-align: left;
  padding: 36px;
  background:white;
  border: 1px solid transparent;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.features-style4 .features-bg {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.features-style4 .features-image {
  margin: 0 0 30px;
  background-color: #ec1f25;
}
.features-style4 .features-image::before {
  display: none;
}
.features-style4 .features-image::after {
  display: none;
}
.features-style4 .features-title,
.features-style4 .features-text,
.features-style4 .feature-title {
  color: var(--title-color);
  transition: 0.5s ease-in-out;
}
.features-style4 .features-title {
  margin-bottom: 15px;
}
.features-style4 .features-link {
  min-width: 30px;
  min-height: 30px;
  background-color: var(--theme-color2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: right;
}
.features-style4:hover {
  background-color: #ec1f25;
  border-color: #ec1f25;
}
.features-style4:hover .features-bg {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in-out;
}
.features-style4:hover .features-image {
  background-color: var(--theme-color2);
}
.features-style4:hover .features-image::after {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.features-style4:hover .features-title,
.features-style4:hover .features-text,
.features-style4:hover .feature-title {
  color:white;
  transition: 0.5s ease-in-out;
}

.destination-style2,
.destination-style3 {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.destination-style2::before,
.destination-style3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 235px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  z-index: 1;
}
.destination-style2 .destination-img,
.destination-style3 .destination-img {
  width: 100%;
  transition: all 1s ease-in-out 0s;
}
.destination-style2 .destination-info,
.destination-style3 .destination-info {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 2;
}
.destination-style2 .destination-name,
.destination-style3 .destination-name {
  margin-bottom: 5px;
}
.destination-style2 .destination-name > a,
.destination-style3 .destination-name > a {
  color:white;
}
.destination-style2 .destination-name > a:hover,
.destination-style3 .destination-name > a:hover {
  color: #ec1f25;
}
.destination-style2 .destination-text,
.destination-style3 .destination-text {
  margin-bottom: 18px;
  color:white;
}
.destination-style2 .destination-price,
.destination-style3 .destination-price {
  font-size: 36px;
  color: #ec1f25;
  font-weight: 700;
}

.destination-style2:hover .destination-img {
  transform: scale(1.2) rotate(5deg);
  transition: all 1s ease-in-out 0s;
}

.benefits--layout1 {
  position: relative;
  z-index: 1;
}
.benefits--layout1 .img1 {
  position: absolute;
  min-width: 48%;
  min-height: 770px;
  bottom: 0;
  left: 0;
  border-top-right-radius: 50px;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .benefits--layout1 .img1 {
    min-width: 570px;
  }
}
@media (max-width: 1199px) {
  .benefits--layout1 .img1 {
    min-width: 470px;
  }
}
@media (max-width: 991px) {
  .benefits--layout1 .img1 {
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .benefits--layout1 .img1 {
    min-width: 100%;
  }
}

.benefits-element1 {
  min-width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #f5f5f5;
  border-top-left-radius: 50px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .benefits-element1 {
    min-width: 100%;
  }
}

.item {
  display: flex;
  gap: 58px;
  padding-right: 92px;
  margin-bottom: 45px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .item {
    gap: 20px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .item {
    padding-right: 0;
    gap: 15px;
  }
}
.item:last-child {
  margin-bottom: 0;
}
.item__icon {
  min-width: 72px;
  max-height: 72px;
  margin-top: 6px;
}
.item__title {
  color: #ec1f25;
  margin-bottom: 7px;
  font-weight: 500;
}
.item__text {
  margin-bottom: 0;
}

.blog-style5 {
  min-height: 570px;
  display: flex;
  align-items: flex-end;
  padding: 35px;
  border-radius: 20px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .blog-style5 {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .blog-style5 {
    padding: 10px;
  }
}
.blog-style5 .blog-content {
  background:white;
  padding: 0 25px 25px;
  text-align: center;
  border-radius: 10px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .blog-style5 .blog-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .blog-style5 .blog-content {
    padding: 0 10px 10px;
  }
}
.blog-style5 .blog-date {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color:white;
  background: #ec1f25;
  font-weight: 600;
  padding: 0 22px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.blog-style5 .blog-body {
  margin-top: -18px;
}
.blog-style5 .blog-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.blog-style5 .blog-link::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #505050;
  right: 0;
}
.blog-style5 .blog-link:last-child {
  padding-right: 0;
  margin-right: 0;
}
.blog-style5 .blog-link:last-child::after {
  display: none;
}

.offer-block {
  padding: 80px 65px 50px;
  border: 3px solid #505050;
  border-radius: 24px;
  min-height: 250px;
  margin-bottom: -125px;
  position: relative;
  z-index: 9;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .offer-block {
    padding: 80px 65px 50px;
  }
}
@media (max-width: 767px) {
  .offer-block {
    padding: 30px 30px 0;
    min-height: 100%;
    text-align: center;
  }
}

.footer-layout4,
.footer-layout5 {
  padding-top: 195px;
  padding-bottom: 40px;
}
.footer-layout4 .footer-newsletter2,
.footer-layout5 .footer-newsletter2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-layout4 .copyright-wrap,
.footer-layout5 .copyright-wrap {
  text-align: center;
  padding: 15px 25px;
  position: relative;
  z-index: 2;
  border-top: 1px solid transparent;
  background: var(--title-color);
  border-radius: 10px;
}
.footer-layout4 .widget-area2,
.footer-layout5 .widget-area2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-layout4 .footer-widget.widget_nav_menu li,
.footer-layout5 .footer-widget.widget_nav_menu li {
  float: left;
  width: 50%;
}
.footer-layout4 .footer-widget.widget_nav_menu li a,
.footer-layout5 .footer-widget.widget_nav_menu li a {
  padding-left: 0;
  margin-bottom: 10px;
}
.footer-layout4 .footer-widget .newsletter-form .form-control,
.footer-layout5 .footer-widget .newsletter-form .form-control {
  margin-bottom: 25px;
  background-color: #505050;
  height: 60px;
  border: 1px solid transparent;
}
.footer-layout4 .copyright-menu li::after,
.footer-layout5 .copyright-menu li::after {
  background-color: var(--theme-color2);
}
.footer-layout4 .footer-widget .newsletter-form .vs-btn,
.footer-layout5 .footer-widget .newsletter-form .vs-btn {
  border-radius: 10px;
}
.footer-layout4 .social-style1 a,
.footer-layout5 .social-style1 a {
  border: 1px solid var(--theme-color2);
}
.footer-layout4 .social-style1 a:hover,
.footer-layout5 .social-style1 a:hover {
  border-color: #ec1f25;
}

.footer-layout4 .copyright-text a {
  color:white;
  text-decoration: underline;
}
.footer-layout4 .copyright-text a:hover {
  color: #ec1f25;
}
.footer-layout4 .vs-widget-about .footer-text {
  max-width: 257px;
}

.testimonial-style4 {
  padding-bottom: 317px;
}

.testi-style3 {
  position: relative;
  z-index: 1;
  min-height: 383px;
  max-width: 373px;
  z-index: 1;
  margin-bottom: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-style3 {
    background-color:white;
    padding: 15px;
    min-height: 100%;
  }
}
.testi-style3 .testi-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-height: 373px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-style3 .testi-bg {
    display: none;
  }
}
.testi-style3 .testi-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.testi-style3 .testi-avater {
  min-width: 114px;
  min-height: 114px;
  border-radius: 50%;
  border: 5px solidwhite;
  overflow: hidden;
  filter: drop-shadow(4px 9px 4px rgba(0, 0, 0, 0.12));
  margin-left: 60px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-style3 .testi-avater {
    margin-left: 0;
  }
}
.testi-style3 .testi-avater > img {
  min-width: 114px;
  min-height: 114px;
}
.testi-style3 .testi-client {
  text-align: right;
  padding-right: 28px;
}
.testi-style3 .testi-degi {
  display: inline-block;
  color: var(--theme-color2);
  margin-bottom: 6px;
  line-height: 1;
}
.testi-style3 .testi-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-style3 .testi-name {
    font-size: 16px;
  }
}
.testi-style3 .testi-text {
  padding: 40px 55px 78px 63px;
  line-height: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-style3 .testi-text {
    padding: 20px 0px 0;
    margin-bottom: 0;
  }
}
.testi-style3 .testi-rating > i {
  color: #ec1f25;
}
.testi-style3 .testi-icon {
  position: absolute;
  bottom: 15px;
  right: 50px;
}

@media (max-width: 1790px) {
  .header-layout4 .menu-style1 > ul > li {
    margin: 0 8px;
  }
  .header-layout4 .sticky-wrapper .header-box {
    padding: 0 15px 0 15px;
  }
  .item2 {
    padding: 24px 15px;
    margin-right: 15px;
    gap: 15px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout4 .menu-style1 > ul > li {
    margin: 0 5px;
  }
}
.header-layout5 .menu-style1 > ul > li {
  padding: 26px 0;
}
.header-layout5 .menu-style1 > ul > li > a {
  color:white;
}
.header-layout5 .menu-style1 > ul > li > a:hover {
  color: #ec1f25;
}
.header-layout5 .vs-menu-toggle:hover {
  background-color: var(--theme-color2);
}
.header-layout5 .sticky-wrapper {
  margin-bottom: -80px;
  background-color: transparent;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout5 .sticky-wrapper {
    margin-bottom: -79px;
  }
}
.header-layout5 .header-box {
  background-color: var(--title-color);
  padding: 0px 10px 0px 30px;
  border-radius: 0px 0px 10px 10px;
}
.header-layout5 .will-sticky .sticky-active {
  background-color: var(--title-color);
}
.header-layout5 .header-top {
  background-color: var(--title-color);
}
.header-layout5 .items {
  display: flex;
  align-items: center;
}
.header-layout5 .item2 {
  border-right: none;
  margin-right: 0;
  padding-left: 0;
  max-width: 310px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout5 .item2 {
    display: flex;
  }
}
.header-layout5 .item2__text {
  font-weight: 600;
  color: var(--title-color);
}
.header-layout5 .item2__text > a {
  color: #ec1f25;
}
.header-layout5 .item2__text > a:hover {
  color: var(--theme-color2);
}
.header-layout5 .item2:last-child {
  padding-right: 0;
}
.header-layout5 .header-right > ul {
  gap: 40px;
}
.header-layout5 .header-dropdown .dropdown-toggle {
  background-color: transparent;
  height: 50px;
  padding-right: 0;
}
.header-layout5 .header-dropdown .dropdown-toggle > i {
  font-size: 24px;
  margin-right: 20px;
}
.header-layout5 .header-dropdown .dropdown-toggle:hover {
  color: #ec1f25;
}
.header-layout5 .header-dropdown .dropdown-toggle::after {
  margin-left: 9px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "\f107";
  font-family: var(--icon-font);
}
.header-layout5 .header-dropdown .dropdown-toggle > img {
  margin-right: 20px;
}
.header-layout5 .vs-btn.style7 {
  min-height: 50px;
  padding: 15px 30px;
}

.hero-layout5 .hero-title {
  font-size: 84px;
  padding-right: 40px;
  /* Extra large devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .hero-layout5 .hero-title {
    font-size: 60px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-layout5 .hero-title {
    font-size: 36px;
  }
}
.hero-layout5 .hero-form {
  margin: 0 0;
}
.hero-layout5 .hero-content {
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-layout5 .hero-content {
    text-align: left;
  }
}
.hero-layout5 .icon-btn {
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-layout5 .icon-btn {
    left: 5%;
  }
}
.hero-layout5 .icon-btn.next-btn {
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-layout5 .icon-btn.next-btn {
    right: 5%;
  }
}
.hero-layout5 .hero-slide {
  min-height: 460px;
}

.img-box5 {
  flex-direction: column;
  gap: 20px;
  z-index: 1;
  /* Large devices */
}
@media (max-width: 1199px) {
  .img-box5 {
    margin-left: 0;
    justify-content: center;
  }
}
.img-box5 .img-box__img1 {
  display: flex;
  gap: 20px;
  align-items: end;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box5 .img-box__img1 {
    flex-direction: column;
    align-items: center;
  }
}
.img-box5 .img1 {
  min-width: 320px;
  max-height: 313px;
  border-radius: 0;
  border-top-left-radius: 115px;
}
.img-box5 .img2 {
  min-width: 317px;
  border-radius: 0;
  border-top-right-radius: 75px;
}
.img-box5 .img-box__img2 {
  text-align: center;
}
.img-box5 .img3 {
  border-radius: 0;
  margin-top: 0;
  border-bottom-left-radius: 80px;
}

.about--layout5 {
  z-index: 1;
}
.about--layout5 .element {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  min-height: 728px;
  background: linear-gradient(360deg, rgba(220, 254, 255, 0.55) -7.91%, #ffffff 100%);
  z-index: -2;
}
.about--layout5 .about-content {
  position: relative;
  padding-left: 27px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .about--layout5 .about-content {
    padding-left: 0;
  }
}
.about--layout5 .about-content .element {
  position: absolute;
  min-width: 950px;
  min-height: 900px;
  border-radius: 103px 103px 103px 0;
  background:white;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: -40%;
  /* Large devices */
}
.about--layout5 .about-content .element::before {
  content: "";
  position: absolute;
  min-width: 812px;
  min-height: 812px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px dashed #ffccb1;
  border-radius: 60px 60px 60px 0px;
}
@media (max-width: 1199px) {
  .about--layout5 .about-content .element {
    display: none;
  }
}
.about--layout5 .about-content .vs-btn {
  margin-top: 50px;
}

.vs-card {
  display: flex;
  align-items: center;
  gap: 30px;
}
.vs-card__img {
  min-width: 117px;
  min-height: 117px;
  border-radius: 50%;
  overflow: hidden;
}
.vs-card .sec-subtitle {
  margin-bottom: 0;
  color: var(--title-color);
  font-size: 28px;
  line-height: 1.3;
}

.item.style2 {
  gap: 20px;
  padding-right: 0;
}
.item.style2 .item__icon {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 90px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iODkiIHZpZXdCb3g9IjAgMCA5MCA4OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxtYXNrIGlkPSJtYXNrMF84OF8zNSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjkwIiBoZWlnaHQ9Ijg5Ij4KPHJlY3QgeT0iMC4wNDM0NTciIHdpZHRoPSI5MCIgaGVpZ2h0PSI4OC45NTY2IiBmaWxsPSJ1cmwoI3BhdHRlcm4wKSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfODhfMzUpIj4KPHJlY3QgeT0iMC4wNDM0NTciIHdpZHRoPSI5MC4wODI2IiBoZWlnaHQ9Ijg4Ljk1NjYiIGZpbGw9IiNGRjY4MUEiLz4KPC9nPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wIiBwYXR0ZXJuQ29udGVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+Cjx1c2UgeGxpbms6aHJlZj0iI2ltYWdlMF84OF8zNSIgdHJhbnNmb3JtPSJtYXRyaXgoMC4wMDYwNjA2MSAwIDAgMC4wMDYxMzE2OSAwIC0wLjAwNTg2NDU5KSIvPgo8L3BhdHRlcm4+CjxpbWFnZSBpZD0iaW1hZ2UwXzg4XzM1IiB3aWR0aD0iMTY1IiBoZWlnaHQ9IjE2NSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFLVUFBQUNsQ0FZQUFBQTlLejNhQUFBYTRrbEVRVlI0QWUxZGkxSGp5aExkRUc0SURtRXplR1N3cnNLU0pkZXJnZ3d1R2JBWlFBYVF3VzRHa0FFM0EyOEdoS0QzenVucFVXczhrbVVqTHJiVlZGSDZ5OUxNbWRQZmFYMzc1bi9lQXQ0QzNnTGVBdDRDblJab2l1SjdVMVdMWnJuOGkvL1ZjdEhVNWJLcFZsZE5WVjF4dVZ6K2hZdjBuTTROUG5tanFaYUxULzRKdi8xWHR3Q0JSZEFWdDAyRi93Qzg5ZXF1cWRkM3pXYnpYWjhSZ0RnRlVEUWJNM0FjcE5vOWw3TnNicGQvRVlpQi9mQm13cERDbHZxbU9DOGVNK2ZxOFhRWldaWkFCc3ZpWDRFdmJEY0Z3T1YzVmxkTmVVMDI1ek9DNmNQenBzL2wyeWZZQWdvRWdoR01vNklZNnlxNnV5S2I0bEpZc2dVcXIxY1J6K3NVR01zRjd5UDN1aFhSWDRrS0FFWW0rNVkvdWF6TDE2WXFucHAxOFhkRFppNlh3b0lBOERneHJjK3ZUVTNWQStBZk1YRDBHbCtlV0F0RXBnSEFJcHRWVjNoTUhndkE1VHJQcVJic2VBVWlnTGJaUkhDbnJ5ZGdiZ0UyQkxhT0xydXBnanF4dWlMSUtiTGIrOWpmNGZIQWxBNUcyekludXE3c3A0K0hqby9yRk4zTEJkaEo5K2t5N1Z3RnBSN0hNajFIai9FMzYrdWJwaTRmeUlSMThkaFU1VS8rMStVTm1WRlpXWmNZRUVYbU9TQ0t3WHpyOGhldjM2eC9rR1VCd2d3YlJwMDRjNi80ZkNOWldNLzM1VVF0UU5ZcnI1ZTRIVVV0UkxJUjF4LzVHUUtVWUlLT0NMQVZUMDFWdkRSMXVXMDI1WHRUbDgyQi8xdGVqM3RzeXJlbUtuNDM2L0toS1lNNHgyK0JwY0hJMUV2WHYvbGIvTjBWV1QzM1BtUmVETHdNUUZNR3oxM3YreVpvQVhaY3RicHZOZ0JLdGFEeVQvRzZ5MEJqZjQ2ZFI2WXp3RHNjZEllQ3REMWZRUDRXUVBnaW9CUXZBRm14THA4SlpESnBYaGNWdmJiOGFhMzJzZS92NTMyZ0JjaU1kZkVtSXE3NDN0Unc2UlNQT2RHTW44bUpQdjE1M211TmE0OWl2UlpRbndwZXZHdnhXMWhhTGZ1Z0lnaHozNmI2cTFyb01uaGIvVFE5VDl2QmwwZTJBQnNZdWhzQnRMb1RzVlF0ckg5UmJ4MllOQ3Z1emdPSXZXb0J4RDlFK2tPVURtQlFxQmJHVllSMm9BUlIvYmJhRmYzdVNsSzBITEVVZ05IUmZVK1JGdHd6dVZ1eEkzSkdBUzFhaXZ0ajlNQi9pUkY3Z1RqMCt3RHBFd2VhQWpCNWZ3R25NbXpMbXJuMjgzMTdXaUN3M1QzOWVnQmlSb2xQYnlHNlZOdndvbVBSTUJucTJBczRSaEYvMjRLenVFWGI1TVExMnpVQmJ0cU92cDFwQVk3dXVueURWY3JHN1dGSEZVRVU1Y0hkSTJBdW5rNWJUenlLRlVjTW51S0ZneGlXTzV6M3RiU2ZiV0lDRjZLK0xtOTBQOXBNMTMwWldvQ3VuTUNFY2JTUFlFYmJnT0U2V0tpWEpxSkhnREVGZWZFaTdRRnd3dThwekxuVFh2QllPQ0J0czhnNkhkQ01zTUQ5UVJkUDFrQ3hWMHFEaS9KT2xvUUYvYWtXY05ycFo3S3QxamxjWjJETzRFeHZseUVzNms3MkZsN3E1Qlp4dmI0Yk0yckpxa0djaXp1bzNEb2c5d3dTK0hUaG1OOFVqN0RTMng0SXhCQklJZDAvdTIxaHlCQjl5WVQvaGhxa0VjZTVpK25EcE1NMjV6clNkbGFDME8zWkxTVnV5MWp2azRxU01ZM2d6TGlIRVVlQnRMWFV0YzBocWJBdVJtS2JNNkRITDNvWmZXYndHeUlLRTVSc05zYUF3czNqVU5oSE5mb1VIVGVEZTBEYU1MN2VkYXluZlNHNjZJV215SWtQTWFSbjFhczdPL29VbkxsOWJEZ2tRRGdnajdEQzl3d3VKcGZBQUFwK1RkWFZtYkZVWFNsQXFTNGhpalJBSExidnptS2R3RktYejU0WEk1dENLVWZtREJyQ3dUZzlHTHR0S3JybUJxNGpFM2dBTUUxZjBVaGFGMytmQmVEMlBhU0lDSGxaKzVLNTY1cTYrQStWY2NsUmRIYnNndWR6d2FsWlYvVjFkS3BySDJtL2lmcTE2L1BVODg1aUtmN0VkdlFOUFRTTkdJcVRPWVFGOTRqVmZ4T01uZDhxa0RyMzNHU0FxWDFIWUdiY1NucjhwSmVXSVljZUZLT3cyUlJQTHFaUEJxaEk4c0JzejVpNWovNkxiQmxFdW00UDllMUpIV01hMVFqZkkwY2RjaU14V2owOCtMbml1Y09JK3daQThVNC9zdFVwQ1ZSRTNWWTBnQWhVbzRPZUZBRFRoNkdWUFlMZUdabXBvNmcrZG5yQkNYWGt2bzQrdytNSSt4cGdhbC9UVFFRSng3bFArU3g0UGZmTGwyUyt0Ymg3OUdYdzRMa0hvOGhHVEpaeFdYZjVuS3o2VXBVL3MvMW53S29nelozM3Bmc0l5SXkvSy9kUVlmb0NraWpnOG5Fcit5RFIrZ1dNVzYzdWMvMm8rMEJBU0RiVzdaTlk4cUhxNG5ITXd4Q1FMQUt3dW5NOThnc0FkdXdBQ0JLd3I0OUQ1dFlnZVB1dS9aVDlNajlrdit1bjJhenVlUzRyU0RoRG5xekk3Z1h1cmcvVEFvcGlmTUNkWk0vOTFIVzZEOFlZTm5TSUl4dmFHZkw4d0dnWVBUTUp6UUxNNWpUWS9mL2FPdlhJVGZrTFA2aDVqcmtmRjJvUFdkRHUramx6ajBIeGJzT1J0citweHNFaVI3MmtBMmNPMlB0OGFQMy9ZY0VYUEtEOFk4YmhyZ2duY0RuOUUvVWZnMCt5Vnp5WUVlbm5uREo0dDdtK1ZqQ3AwYXNlR04zLzZVdnFoM0NvaXVYRm1YVHBqOHJEWVY0eTVtZXY3czlhYlBrZ1NRWko4WmIydDkxV01yTDdQblZkZ1lnZkdZcHZONXc3Z3dvVytIY1d2TUEyZUxCQVM1bVJPREgrVEh2dTVPc3diZ2hJSk92Mk9jZkJvckN5eVpJK3cvQUNBU25NYVZ4Rk92OG5CZWZrQUV4dmlEQ2k3c3ZwRldyd3RQNUlkLzFjTENBcC9WckRoMzF2cHZQMkVaYmlaL0lsR0xEdnBwSmw3bnJrWllQUnFtT3RmdGtoTFZPU2thSzhSNnIyNGVqZy9ZT2dSTlk0c2tsY2oweU1BOXVSRjdiZUZ5TVBQbXdTbFpHeUJ3TnU2SUo5K2dLZDZTajY2VEh0K1FCU3lTZmptNlJJMTZrd3lSU0xJWnlOT3FaZzFHWHVvdWdrZC9mUC9BQUpZRmJGU3hZWGdTSHB6NTdLR3FjK0VHN0dHL2ZvazJSSmlXdlBzMU9VTWVhOE5OYjRFRUJ6eHc3YVo2M3NQcVlVc0tMaVJTbVo1SFB1bUZtL2UvSGVoeEdBanRJMEkrWVBBeVJpbVlaeWNkUGNEVUl0U1BnbW5TVzlEVHBPOVJRdlRWVStXMHlseHcvYTdwajdHUkh1K1pFK0lDTXA5ZVJCQUhCTlZkMGlhZU1nOE9WT1RobHlkNXNSSEdkSlowbkJRSS9SUTFCeWJrOStta1VPZTczN05MVEltOEswVDBhQ3U0Q2NKU05MNnNEc1VmV0lJWDRlUnI3NDFndTY5SUNWK1l4Zm14L1FZM0dKSDlBSDhhVkxDOFhBRUZ1UzJQSXVwQlNMY1Z1RDY5aGhZNWgyWFU5MmxuU1c3Q1VsUTJhS0YxM3k4eXZHaU5iOXZVc1Z6OHFHdVJQRkRlUzZaRytIS0dQTWVabVo1YWlZb250b3JNR2pnQVFRaDJMY1BPNStTUmZYZzRPdTlWdXFjY3pRWTdCSjhLR0FIT0VkdlkrbFBRWWZ5TVdhc3lqQ2oySnBXNEpUTlJBcGprY0JVT2sydlpoT1VBZWxNK1ZlREJUdk85Z0phV3dVNFFONlozcmQ0RFlwMkdjbU9pRDNBakpJeXdSNHhJL1dJeHJMbHBacWMrZ015UmZlS1dNN1plN25aUXdleGRVa0pWOGd6am05ZHU0TjdlOS9BQ20xQms4RUk4cUlFMHVTRks3N2U1ZldBcmNuaWVYRUwxVWQ4RUJ1OExqQkE0Tm5ONW1Ib0VUWWNVaUVNM296TUplQ041R1ppZzVLWjhyRE1EQWt3dXVCNkE1Qnh3SURiY1hXRGxPeUlnWS9oSDdZQTNrSGVudlZ1MVk0c01YNU80eUY3MVpZaWRqYk44bkhVOVJjSFRsYUhjbUpjSW1EUDlta253aEdYYUZUdkdmbUdmMUt6bnJPZXNkaW9HL1dJNU42ZWh6cEJCM3ozWVJLSWM1SnNicEVIZXhqSDhpdmN6RDNaQTZ4dHVVbWsyTkp5enA4bUR5Q01hRmJkd1c1NlA0d0tXVXlnK2ozTnRVMVZHcUhZbFdycSs2MGgrN0hJbDJmZEZCK0dKUUowVkVTcys1VXhyaVdUeDdMUnoxNUlweWJkUmsvV3U3NnBBUHl3NENFQ3BkSlZ3dkpQVGM3L25INktBSEVnT1QwVXhTY3NlaDZvZXVGSDhWQWo3K3kyZXgrNll5enpKUWh1WVJSWStiaXNKTGFSeC9JcjNkUTErVVcrRXIvS0lsVGZUTXlwTlorcWRlZGFaQnU1TGo0bmtSODEyV1RBaExiOUkvYnFkc2hwdDBwTkdEMVNWNVVyLzlNOVZCK241a0QzRWhnQmFqaUxScmExQ2NUcThpS2JnSGx6QnZTVlk4cFZZOW9RRWRRSXJ3ZC9ybFAvWko2QWtGbzVMdFBmZkFCT2FsMHkva2tJY0pEM29XQU1tRkpDMDRDMUl1Z1Rza1NmcSsrY0NPamlSVnI2bjhERTZaQXROdnVEbkttbkpncGV6OHdpbHBEeEY1SGxsczBoblg1N3A1M3pLUWRNMmNkdFNwK3B6RFRYTjRJeXZRRXV5MUdrQ2RpT0NBbkpLV3FmTFVZdzdyYU5SR1V1aU05a1Nlek9xL1hDM0pRVGdqS0hnYzY4UmJGOTJiMUl3ZElua1NMcUh6MlRwbTBVK1p1N0dTak9sMVFWc05sMlR5YTQ0Q2NtSlQ2UWFsRzk0NmozSVo3SU84cm41Y3pjYWM0VS9hSTVsNVBFSTBiNnp4SG5lbzVXNHYrN2xNUG9sNm1WSlV4V2o0OTRQM21kWU5jZkU5TVN0dlV1TFlNeVdQcENTazRIWlFPeW1sQldidzMrRnhpa01aWWFrSUdtVEtUc01HNmxLcG55dHdkZHdsTjJ5a09jcHMveWZVd3k0RjVGbGxRSmxVeVVHUFFPOFdCTkNFRzhCR3dtQ2xFVUFZUFVMTlovMUJDVENWMlo5dkRqQTdJQ1FIWk5KS2JhMERaVGxDMFlPMkFVRGNvNjFtcXBmS3ZpYmtGUHAwRkRoZWpjVHZLRkZzcGdOWFU1YlBpTDd1a2F5ak1hcHgycERqenpMbzlOOFZURjVUbFQ5Z3VBS0dXbys0QVVpMGlPVUdtM0ZMNWRLYVlqaW5tM3BicjFSMnNid1VlYlphcXV0S0NHTG8vTHVNY0NhQzJMbTlFaEh0Tnlsa3oyOVNEQ01hTWhoT0pzL1dkaW5CTGlpMG9rV1d1L3FPNi9OV3UrOFF4QitaRWFoY3dadHcrNHQxWmQ5Z3pBaElycWtmS3VpaWR3VmY1NHAweVVhZE16VHpuZGo4elIwZjhrdnhJMkhLNEhHQzR5RmJKOEtpT0EzSWlVdHFpUkpBeW9Uck9DVTZqWityeHVHeXExYjB3WmJYUVplTmZGM05EWndwR3JzcFg2NHVrWkE0aFJ3QTBnakJkVVdPSFlodHhTZFlZOGt5aGlaaGkzdUN1aXFldUJHNkJxUFpMaWtkdWQ1UlFUSHRrQmYvMW5YZUtpL0NQWTJCMTF3Rmx2V0o1SURLbUVlczd3QVFJZFNkcnZEZ281ODF1VTRodHZRZStMbUlOSGEzeVYxVzN3MHhwZlVnQUpPZnArR2VVUDg0U00yZGE2Sk1BcGNVWHNCWHdwVVNZWGRJaTZtU2VDN3A5V3NUTVFhVnNkL1N5ZUtRWFIvM2drZkNXaTJ4NE1VVm5CODJrM05WVlU2OGZuUzBjbUVkamdEVlB5NThxcGpYK1RSTGNGTDFWTTFKc2Nwc1gwUXRmL25UWGtJUHllRkFpa2xOSVdSWUVhamFvSEwxY05KdlYvVGltdEtsRnZGaHU2QlY5SFpSSGdiSXFYZ0lqc202VlJnNjUzSlMvTEZpenpJaWQxaTNFN2JwOEVFQmUzeHoxVUVmcklRNkNpMmh2WmdaZEx4VlhjS0JIcHF3QjJEYktrd1ZseHlVVXlrd3phTDVCSGZUaXhZc1QrRUE1ZUtEc3VJSWsyMXpZczN4WHNHWUJxVHRwcHNkb0RrUzNFZDgrWjhmOWxnZEp2dUtOcmlBVFJsUngzWlRYU3dCY2NUZDZHY09PZGZrY3dQbmtIM3B5dGh6TmxpcTYxUlhFanpsUjZ0NkdSSiszMFdERWlRd3hhcXA2K0g3ZS81Ti90Mjd3T0NqSGdiSjRWMUpUNEFsckJxc2JqSnNwRGFqbkRpN0Y2eDZtUi9EN3pEN3RkbHluekIyOHhVdjBTMnBrTUh6SXFjRmNIWUx5UUIrbElqWGVHQXByamVRTU4zZ2NsQ01HM01iNEplVVR5ckMwRjBHWDNFb2JTbEtHWW0zME1obytVRXlaZmxUOEVuQ09lTENEbEdLLzMrV0F2WGlucUc1MXlXZDFrb3NLeUw3ZVdtL1BhRUNtSi9LR3dlSHBCbzhQb3Q1QkJJeHM1Q01Qak5wc3hQVkRZN2tscW1jYjBrNnhsdDFXc2EwSEdSYUNld2lUeXVyVlF3UGZaZnNEN2lyeHRoQU1BSkR3MXREU0RyTmhRM3k3NCtkT3ZnR3FPQnRjMHZxMkdVUEk3S0FqVk9QZ3F6dG5TMmZMSFdJeXp2STR2MHVxclN5aTZFWXEyN3A0SEFSZzM4RmR0Z3hXT0kwZWR3L3RkTWpjMlJKV2RjeVhxQlpNZVZTV3RBVjR5WkpJaTF4eUxsZ2Yva2J0SjN1MjgzYWVHNkZxRjkxekI2TytmeERKb3VwUmhHOWx2VlBVWXN2UWRjL1h4MFlCTVQxSklqdlZvdGw0N1VwbnlvNzZRckFCTDAwZDV1TW9TektwUjg5RlZRd0pYNmZZK3RBMjBTOE8wZC9lTWRyWXMxNXU2U1lrMkNTYm5GWTNwYXBoeVZEZ1N0MURSNEZRTTRUVGkra0VCU2o1QVNoMEJoenFzKzZVbWFzd0s2a0pSQkN1cnVnZ2h6SERpWWNHRzB6c2xRVGZGRk9qdHlQNGpCV09pL2xqVEdWRHJpVjBoK0pkWEVVT3pCa096aTI5TW9qMklXS0RmeFN3a0dCTFc5KzBLbDZJblFSTG84Rm9UNFQ4NTgxTVJqcTNxVGZRWnltdUlVWjdZSkU3TUdmVkJyQzJKUTJOaWJ3NnhZSEdEQk40aUlmVzRKa0VsT3FaTnpkVFZ4R05IUW11eS9kMlBOOXlibUw4UVl5VzRsYWtKNE1yMndCTXdRU2lPVnA0b0x5T3RTa3Q4WDFvUFlJUnVnTDBCNHdTam9ZMTJQSXRpSEgvSU5ROHBBVUtWaTFvYVlNcGlZZnlqU0JsQWtaZ1NJYWxZZnhBdEUvZ2wwd1JqTkd3czQvaHh1S1JZVWVPaXVDZm1rZkh6STBaNVgzUno5UVo0ZHBCaEM4UWxFYjh4RkcrSlNhNFQyWXZwTmo1MUcxYTMzUUhvSEEvUHVCenZmUVE1QVhyMWdwRWVGM2doYUY3RUxrUXNNSXB3aHVKN0lCSnBWcnZwd0l3ZC9Qd0lESWZndzhHTndBY3FCZmNNYk45TndaTk1ML21WL1JYa3pVaG5vTk9hWFJJN2pOenZuUDQrWlI5SENtSThORFE0VU0vTjVpZjRWR2ZTeFB2V3dFWjVtd1Z0K2hqQUVyODFTQWhZS0Q0TFN4WjNLcUkveFRRN2JzcGxGaDVPREJrS0s0T3d3ZktyenZXTHdXWXdhMnp1bzlpT21hT0ZiZWlWOExTcHJPY1JRWUV3SjlnM093RHBCNFh2UUk2UlBFU0ZWeFk1akdqeUVYNTJhb3pNVWszV052b1U4a0d1aGZncWRpbW4vb0JCUWFVcUJRZlg3SWtoZFBBUVJnSjB5anhUKysrR0Q2dEkvVlNtR00rNzZFNkkxa1F4c3dTdVpIOEdtMUk5b2FsRFplZ2xHZ2hnNHIwL0JJdzJoL2xxT0VMY09TMEZGNWpVdnJxeWkzeU01UVdZRVZZMXdBZDdBU3lvRmE1QURoRGJEczR5WG11cVVOcDhmRmw2eHhCRE14ajltT1lOa0dyeklGNWR1SWIwbzZBTEo3RWFJSFloazVaTGhuQmtlQUpKTVlXZWlaQWR4SmlPNGQrR2p2MTlRM0ZOMTBIeURKV241VXo1bG1BVXdFSktjZGticklra2kxK3NTL1puOVFoWVRjOFVSS2F6eWJuY1BIbCs1Zzl4TkRUQmhaNC9NNHpEWjhZbmp4RGNUWUgvNlRhQTJCQWdsQkpwWHlJQnExRTc3WXNMTUE1T08zWEhyNGNmSDBQUUhxSHZrRlJUcXVjNlV3NG40cXlBL00wRFNYb2tDMExvclRLVC9hWlJtdmFmcVBJaGhYZWg0R1QzRSszQWYyV0dwQnZKd3ZGRWVkVytXbUFrMjRmY2VXRStmM3ZDa2lDRW1BRVdDV1BsbUNGeUQ1SjRBMDlsRGhVOFRMcVhOMThKM09HRktabUE5R09JcHB3Sjdnby84STJFTWM0Z0NkaU9USWtBUWxqUndJaG1OTWRBQWtBbnlFbzR3dGhoTWxJbzFPVklOWHZRSW80UUN6VlU5NitaR0RDS3hJa21VZ3RKR3FMRDVKdXZPSzdTTFZRbElxaFJKemZmdlY0aUpoTzloaGVtZ0FsL1M4WDFEZmh6OFFMaHVSaGlmejRETWwvbHkybElBQUJKZ3o1U29DQ0dlbVRYRjJGSEFhcGtxWlRIckEwU2Q4bkM3eWhCd3U2U1B3NmdKNUw5bHdqaUc5MFRyeXc2NW1mcTJkU2Z3d0dqZXFJZGZrYXBCbjBSaWtxZ0w0Umx4Q3p4OFVBdWdCQVJnQ0NKVFBwOE1LUVpTeDJKQy9PdERmUlg3NUVwRjIwZml0c0tLbUZNcWRLNTJlamp5aWU2VXVXbVFRQU1GaHpYZndOLzdQMjUwVXRMZTFUaklNbEdUUFhlSGtROVJza0RMTllrazlHbTJKZ1VqekhWRFBNUW0xbzFPam5qUkhza0RBaTR0cW9mb0lacW1CczZQdkx2Vjl4dUNpVWh0Q1VNQ1NuNnpKWkdPOG9ZT1U4SURlQ1BnWk1ZVWZxOURaV1hYSWlsMlIxUlhlUWtWQUJ4T2V1UDQ0Wk1CMjJURjZZdVhvU1JYaHFkVTNvbkN3OTZLeDVDRGc3N0dpcTVHRmVGWXdaaXV1UVFTNkdwN2ptZU4wRjZZNWpRSm1lUS9FQVA1Z0JLRUdvL2t5a1FyV042S3c1QnBnS1BFbkUxUW9tcjVKWUVWdzZ3WW9XSDJTY3MvOU1Na0IvbkZxMlR3cWN6OWp1Z3BEUkFscm9CQ0FhazVZNHJQSDFuVFdTV2xGLzBRYkpjUlk0Ni9YQVVBbEJDMWpQQW1JQm00andXSVl2ektYQ1Z6OWVZSFNpbjZIcmYwWi9uOFU5Q1M1bFF4ZzhBQ0x6TVdXZERTU04rRVFybmU0alUrQmR4STh6cDREdWxib2gyay9iVVJKdkpRK1NrZ1pUWGVXemMvUk5HbWY1V1FEbTMzeEloaHVONk03OWRuQ3VZelFEb0FTcG5qZGI1b1R1VjYxL1I2QVJlTXdLdnduV3N4ZzRFTVU2K0psU0dJeWRPampQQWVROTdhOXRQZXVsaXZDMEVZSmZVdzBleG16MUhBTk9QWDZjQ0J5anMzM2xPUUNqNm93QUl2NEJMRW9aQXU1Vk1zU2hPNnFMamVJODZKYklrVHl6N0I3dDVLOVlFbGpha0NIMVB2Y2NCcHhiT0hidE9SUmZNcjMzY3NCSlZzVFUxdmFycnhUQkZUTEJxVGRDTDN6VDR4R01URVZUWm9RT1hqeUc5dWtZbHJiOWZMMm5CYVRCeGZqQmVzOXAzenJnVENhOWswSFlLZXZmeGhsOFp1eTUvc09DOWxYVkdvRUFJdDAyd2RBRGF5TGp5dFRxWWJ1MElVUzg4NVpNR3J3Y0txN1pSaTY2KytDMXU1OGptbkh4NHJlQXRIOE9jUWVjQ0ltWkRzS2R5Y0Rvdk5PUHEvOGpvYjZLRTdiNDdCRFA4RUNzRWVIaUZHWkVXNlJXajNIYkVHRDBXRVQzamd4QUZmVWg2MmUzcFgzUFFTMUFNR0YwMHdxWFd0a0tPT3hMYnlZNW1pR3BBMkd6aEFYWWNmOWxiUGZyQVNwczkwb1FNcFMzWFBENU1CQnB0Q0JwZ2lBTTM2YmhlNzNTMEF2R0NjK2pMcm5EbnFKM2NsQ0grekZmMG5YSkZETWYya1lINEFZSzFMaE93SnIwT0lBNCtqbjFzOUI1RmNDQUdLNmxmenBpc1dQTXJQOGNsMWFHNjNqdHE0aGhzcldVUFFHcklWSkZVSVV3SDBRenhlNzZqNFQveEZpUmM2eXJETk9ZSTJ1Mktva0EvVmxBM1ZZN2M4UG1ROUE3L21KMmhBSTNaVWdZVFdCT0FpSDRSTW5Bb2ROcFZBVmdNd25CcG0xRkp6MW03cjJ3c2h3Tmp6VStSUEFhUVBkTHNtbENUUjA0c1NYMUMvVjE0TXFDNVJzTUwrcUpVckNCejBNWEYvUmVzSGVvOVJqSzY1bjNZZVNGazdxczRSS2ZMUUFUcVlDaDJKUmE1bUhlemZFdDYxZCtxQVdVVGUxTjJORWk0cTRJWEdUR29LT3dEeUpOTzU2ZENaRXBUbWFKaW1DZEgwNS9Fa0F6ZSttWi9rRXdLMEhKcGE2L05qV25kL3dLT3FBV2ZVSnU0bU1BNm90Y2o3cWVNckhmUGkvVytaeDFlY043Q2Z2MWV4SndYUFZHQURHOEU5L0RYVDlwMDM3ZWRsOWNObVdKOUFuRVN1V2NJWURsMXQ1SHJrVVJCY21lMFd2bG11cktnREk2bTRXOTVENEVBNWdPaHRabS9VTjhoV0N0YXNIendNekJNTkdCZ045STF6a0lCSWl0V082b0VwRWR3ZEpSYitidmsvMGx6S2pQNzhzVGFnRUIyWURGVGpjS1FCaktHRW9tRXZROUNXdWl3eW5Ld2F4aVpPVmVMNEl1ekZzaEFCbDdyc1JnVVNiZWJPSjBWT3E4QUJCK281UGhIUUdYQnlUQlNoRXRIMGlnUVNUUHBzeWZlMGJmZDhJdElQNjdQVUFGRUtzcTFsZmt1Z0FVb3ZtNVFRSXlqaFBNbURxdy90RnNWaithcW9TUkFvdjVWa1IrRVBzMFhsUUZRRjF3cTErT0FDRkNpUkRQeG5HT0psYnhyT0w2aEp2ZEgyMU1Dd2liQVVpVjZKbkdNS0krcDFFbE1CRXNlVEtsQWk2QVRrQUpZK2NmTVhhT3RkQjNnQ2x1SW9BYnY2MU1pMmVBSG93QkVsaDV6THY2T1NmYUF0cXhlTHdvYnRVb0VBZTlNQngxTXVxVk4zb05BVXpySEF4SlY4eGp0T1FGbUdKZHc3a2RMZTBZK2tNaDJUK3NjQ3Z6WWtKcDV2REJBckFnNnkzQjhvYmh0UWxUV3FHTGhwSjdaRjZaWjUyeTVZazJ0ei9XMkJaUWtObnpzUThneFQ2Q0FFWUo5dUZmQVJvc2Q3MU9kRlhNWlVkb0R3WlFPNDhsYm1PL0hPZjk1UDRza1JpQjE5NVBuZVZ3VDJIeUZvcURVZHpIcUk2ZTY4dVp0RUEwT2l3Z3JUaUhDRldyZGlBT2I1dExnWTE5QlB0QTRxd0FVUW9BMkh2NHVyZEFiQUVDaW5ya3JrRWtiaDhXVFJEZERpeHA0cys0Q2E2UE54dFlHWHZld0MzOGtMZEFmd3RZWnV3L3k0L3NhNEgvQWU1UGRFcXd5c29JQUFBQUFFbEZUa1N1UW1DQyIvPgo8L2RlZnM+Cjwvc3ZnPgo=");
  transition: all ease 0.4s;
}
.item.style2 .item__title {
  color: var(--title-color);
}
.item.style2 .item__text {
  padding-right: 10px;
}
.item.style2:hover .item__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODkiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OSA4OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxtYXNrIGlkPSJtYXNrMF84OF8zOCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9Ijg5IiBoZWlnaHQ9Ijg4Ij4KPHJlY3Qgd2lkdGg9Ijg5IiBoZWlnaHQ9Ijg3Ljk2ODIiIGZpbGw9InVybCgjcGF0dGVybjApIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF84OF8zOCkiPgo8cmVjdCB3aWR0aD0iODkuMDgxNyIgaGVpZ2h0PSI4Ny45NjgyIiBmaWxsPSIjMzdENEQ5Ii8+CjwvZz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfODhfMzgiIHRyYW5zZm9ybT0ibWF0cml4KDAuMDA2MDYwNjEgMCAwIDAuMDA2MTMxNjkgMCAtMC4wMDU4NjQ1NykiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF84OF8zOCIgd2lkdGg9IjE2NSIgaGVpZ2h0PSIxNjUiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBS1VBQUFDbENBWUFBQUE5S3ozYUFBQWE0a2xFUVZSNEFlMWRpMUhqeWhMZEVHNElEbUV6ZUdTd3JzS1NKZGVyZ2d3dUdiQVpRQWFRd1c0R2tBRTNBMjhHaEtEM3p1bnBVV3M4a21VakxyYlZWRkg2eTlMTW1kUGZhWDM3NW4vZUF0NEMzZ0xlQXQ0Q25SWm9pdUo3VTFXTFpybjhpLy9WY3RIVTViS3BWbGROVlYxeHVWeitoWXYwbk00TlBubWpxWmFMVC80SnYvMVh0d0NCUmRBVnQwMkYvd0M4OWVxdXFkZDN6V2J6WFo4UmdEZ0ZVRFFiTTNBY3BObzlsN05zYnBkL0VZaUIvZkJtd3BEQ2x2cW1PQzhlTStmcThYUVpXWlpBQnN2aVg0RXZiRGNGd09WM1ZsZE5lVTAyNXpPQzZjUHpwcy9sMnlmWUFnb0VnaEdNbzZJWTZ5cTZ1eUtiNGxKWXNnVXFyMWNSeitzVUdNc0Y3eVAzdWhYUlg0a0tBRVltKzVZL3VhekwxNllxbnBwMThYZERaaTZYd29JQThEZ3hyYyt2VFUzVkErQWZNWEQwR2wrZVdBdEVwZ0hBSXB0VlYzaE1IZ3ZBNVRyUHFSYnNlQVVpZ0xiWlJIQ25yeWRnYmdFMkJMYU9McnVwZ2pxeHVpTElLYkxiKzlqZjRmSEFsQTVHMnpJbnVxN3NwNCtIam8vckZOM0xCZGhKOStreTdWd0ZwUjdITWoxSGovRTM2K3VicGk0ZnlJUjE4ZGhVNVUvKzErVU5tVkZaV1pjWUVFWG1PU0NLd1h6cjhoZXYzNngva0dVQndnd2JScDA0YzYvNGZDTlpXTS8zNVVRdFFOWXJyNWU0SFVVdFJMSVIxeC81R1FLVVlJS09DTEFWVDAxVnZEUjF1VzAyNVh0VGw4MkIvMXRlajN0c3lyZW1LbjQzNi9LaEtZTTR4MitCcGNISTFFdlh2L2xiL04wVldUMzNQbVJlREx3TVFGTUd6MTN2K3lab0FYWmN0YnB2TmdCS3RhRHlUL0c2eTBCamY0NmRSNll6d0RzY2RJZUN0RDFmUVA0V1FQZ2lvQlF2QUZteExwOEpaREpwWGhjVnZiYjhhYTMyc2UvdjUzMmdCY2lNZGZFbUlxNzQzdFJ3NlJTUE9kR01uOG1KUHYxNTNtdU5hNDlpdlJaUW53cGV2R3Z4VzFoYUxmdWdJZ2h6MzZiNnExcm9NbmhiL1RROVQ5dkJsMGUyQUJzWXVoc0J0TG9Uc1ZRdHJIOVJieDJZTkN2dXpnT0l2V29CeEQ5RStrT1VEbUJRcUJiR1ZZUjJvQVJSL2JiYUZmM3VTbEswSExFVWdOSFJmVStSRnR3enVWdXhJM0pHQVMxYWl2dGo5TUIvaVJGN2dUajArd0RwRXdlYUFqQjVmd0duTW16TG1ybjI4MzE3V2lDdzNUMzllZ0JpUm9sUGJ5RzZWTnZ3b21QUk1CbnEyQXM0UmhGLzI0S3p1RVhiNU1RMTJ6VUJidHFPdnAxcEFZN3V1bnlEVmNyRzdXRkhGVUVVNWNIZEkyQXVuazViVHp5S0ZVY01udUtGZ3hpV081ejN0YlNmYldJQ0Y2SytMbTkwUDlwTTEzMFpXb0N1bk1DRWNiU1BZRWJiZ09FNldLaVhKcUpIZ0RFRmVmRWk3UUZ3d3U4cHpMblRYdkJZT0NCdHM4ZzZIZENNc01EOVFSZFAxa0N4VjBxRGkvSk9sb1FGL2FrV2NOcnBaN0t0MWpsY1oyRE80RXh2bHlFczZrNzJGbDdxNUJaeHZiNGJNMnJKcWtHY2l6dW8zRG9nOXd3UytIVGhtTjhVajdEUzJ4NEl4QkJJSWQwL3UyMWh5QkI5eVlUL2hocWtFY2U1aStuRHBNTTI1enJTZGxhQzBPM1pMU1Z1eTFqdms0cVNNWTNnekxpSEVVZUJ0TFhVdGMwaHFiQXVSbUtiTTZESEwzb1pmV2J3R3lJS0U1UnNOc2FBd3MzalVOaEhOZm9VSFRlRGUwRGFNTDdlZGF5bmZTRzY2SVdteUlrUE1hUm4xYXM3Ty9vVW5MbDliRGdrUURnZ2o3REM5d3d1SnBmQUFBcCtUZFhWbWJGVVhTbEFxUzRoaWpSQUhMYnZ6bUtkd0ZLWHo1NFhJNXRDS1VmbURCckN3VGc5R0x0dEtycm1CcTRqRTNnQU1FMWYwVWhhRjMrZkJlRDJQYVNJQ0hsWis1SzU2NXE2K0ErVmNjbFJkSGJzZ3VkendhbFpWL1YxZEtwckgybS9pZnExNi9QVTg4NWlLZjdFZHZRTlBUU05HSXFUT1lRRjk0alZmeE9NbmQ4cWtEcjMzR1NBcVgxSFlHYmNTbnI4cEplV0lZY2VGS093MlJSUExxWlBCcWhJOHNCc3o1aTVqLzZMYkJsRXVtNFA5ZTFKSFdNYTFRamZJMGNkY2lNeFdqMDgrTG5pdWNPSSt3WkE4VTQvc3RVcENWUkUzVlkwZ0FoVW80T2VGQURUaDZHVlBZTGVHWm1wbzZnK2RuckJDWFhrdm80K3crTUkreHBnYWwvVFRRUUp4N2xQK1N4NFBmZkxsMlMrdGJoNzlHWHc0TGtIbzhoR1RKWnhXWGY1bkt6NlVwVS9zLzFud0tvZ3paMzNwZnNJeUl5L0svZFFZZm9Da2lqZzhuRXIreURSK2dXTVc2M3VjLzJvKzBCQVNEYlc3Wk5ZOHFIcTRuSE13eENRTEFLd3VuTTk4Z3NBZHV3QUNCS3dyNDlENXRZZ2VQdXUvWlQ5TWo5a3YrdW4yYXp1ZVM0clNEaERucXpJN2dYdXJnL1RBb3BpZk1DZFpNLzkxSFc2RDhZWU5uU0lJeHZhR2ZMOHdHZ1lQVE1KelFMTTVqVFkvZi9hT3ZYSVRma0xQNmg1anJrZkYyb1BXZER1K2psemowSHhic09SdHIrcHhzRWlSNzJrQTJjTzJQdDhhUDMvWWNFWFBLRDhZOGJocmdnbmNEbjlFL1VmZzAreVZ6eVlFZW5ubkRKNHQ3bStWakNwMGFzZUdOMy82VXZxaDNDb2l1WEZtWFRwajhyRFlWNHk1bWV2N3M5YWJQa2dTUVpKOFpiMnQ5MVdNckw3UG5WZGdZZ2ZHWXB2TjV3N2d3b1crSGNXdk1BMmVMQkFTNW1ST0RIK1RIdnU1T3N3YmdoSUpPdjJPY2ZCb3JDeXlaSSt3L0FDQVNuTWFWeEZPdjhuQmVma0FFeHZpRENpN3N2cEZXcnd0UDVJZC8xY0xDQXAvVnJEaDMxdnB2UDJFWmJpWi9JbEdMRHZwcEpsN25ya1pZUFJxbU90ZnRraExWT1NrYUs4UjZyMjRlamcvWU9nUk5ZNHNrbGNqMHlNQTl1UkY3YmVGeU1QUG13U2xaR3lCd051NklKOStnS2Q2U2o2NlRIdCtRQlN5U2ZqbTZSSTE2a3d5UlNMSVp5Tk9xWmcxR1h1b3Vna2QvZlAvQUFKWUZiRlN4WVhnU0hwejU3S0dxYytFRzdHRy9mb2syUkppV3ZQczFPVU1lYThOTmI0RUVCenh3N2FaNjNzUHFZVXNLTGlSU21aNUhQdW1GbS9lL0hlaHhHQWp0STBJK1lQQXlSaW1ZWnljZFBjRFVJdFNQZ21uU1c5RFRwTzlSUXZUVlUrVzB5bHh3L2E3cGo3R1JIdStaRStJQ01wOWVSQkFIQk5WZDBpYWVNZzhPVk9UaGx5ZDVzUkhHZEpaMG5CUUkvUlExQnliazkrbWtVT2U3MzdOTFRJbThLMFQwYUN1NENjSlNOTDZzRHNVZldJSVg0ZVJyNzQxZ3U2OUlDVitZeGZteC9RWTNHSkg5QUg4YVZMQzhYQUVGdVMyUEl1cEJTTGNWdUQ2OWhoWTVoMlhVOTJsblNXN0NVbFEyYUtGMTN5OHl2R2lOYjl2VXNWejhxR3VSUEZEZVM2WkcrSEtHUE1lWm1aNWFpWW9udG9yTUdqZ0FRUWgyTGNQTzUrU1JmWGc0T3U5VnVxY2N6UVk3Qko4S0dBSE9FZHZZK2xQUVlmeU1XYXN5akNqMkpwVzRKVE5SQXBqa2NCVU9rMnZaaE9VQWVsTStWZURCVHZPOWdKYVd3VTRRTjZaM3JkNERZcDJHY21PaUQzQWpKSXl3UjR4SS9XSXhyTGxwWnFjK2dNeVJmZUtXTTdaZTduWlF3ZXhkVWtKVjhnemptOWR1NE43ZTkvQUNtMUJrOEVJOHFJRTB1U0ZLNzdlNWZXQXJjbmllWEVMMVVkOEVCdThMakJBNE5uTjVtSG9FVFljVWlFTTNvek1KZUNONUdaaWc1S1o4ckRNREFrd3V1QjZBNUJ4d0lEYmNYV0RsT3lJZ1kvaEg3WUEza0hlbnZWdTFZNHNNWDVPNHlGNzFaWWlkamJOOG5IVTlSY0hUbGFIY21KY0ltRFA5bWtud2hHWGFGVHZHZm1HZjFLem5yT2VzZGlvRy9XSTVONmVoenBCQjN6M1lSS0ljNUpzYnBFSGV4akg4aXZjekQzWkE2eHR1VW1rMk5KeXpwOG1EeUNNYUZiZHdXNTZQNHdLV1V5ZytqM050VTFWR3FIWWxXcnErNjBoKzdISWwyZmRGQitHSlFKMFZFU3MrNVV4cmlXVHg3TFJ6MTVJcHliZFJrL1d1NzZwQVB5dzRDRUNwZEpWd3ZKUFRjNy9uSDZLQUhFZ09UMFV4U2NzZWg2b2V1Rkg4VkFqNyt5MmV4KzZZeXp6SlFodVlSUlkrYmlzSkxhUngvSXIzZFExK1VXK0VyL0tJbFRmVE15cE5aK3FkZWRhWkJ1NUxqNG5rUjgxMldUQWhMYjlJL2JxZHNocHQwcE5HRDFTVjVVci85TTlWQituNWtEM0VoZ0JhamlMUnJhMUNjVHE4aUtiZ0hsekJ2U1ZZOHBWWTlvUUVkUUlyd2QvcmxQL1pKNkFrRm81THRQZmZBQk9hbDB5L2trSWNKRDNvV0FNbUZKQzA0QzFJdWdUc2tTZnErK2NDT2ppUlZyNm44REU2WkF0TnZ1RG5LbW5KZ3Blejh3aWxwRHhGNUhsbHMwaG5YNTdwNTN6S1FkTTJjZHRTcCtwekRUWE40SXl2UUV1eTFHa0NkaU9DQW5KS1dxZkxVWXc3cmFOUkdVdWlNOWtTZXpPcS9YQzNKUVRnaktIZ2M2OFJiRjkyYjFJd2RJbmtTTHFIejJUcG0wVStadTdHU2pPbDFRVnNObDJUeWE0NENjbUpUNlFhbEc5NDZqM0laN0lPOHJuNWN6Y2FjNFUvYUk1bDVQRUkwYjZ6eEhuZW81VzR2KzdsTVBvbDZtVkpVeFdqNDk0UDNtZFlOY2ZFOU1TdHZVdUxZTXlXUHBDU2s0SFpRT3ltbEJXYnczK0Z4aWtNWllha0lHbVRLVHNNRzZsS3BueXR3ZGR3bE4yeWtPY3BzL3lmVXd5NEY1RmxsUUpsVXlVR1BRTzhXQk5DRUc4Qkd3bUNsRVVBWVBVTE5aLzFCQ1RDVjJaOXZEakE3SUNRSFpOSktiYTBEWlRsQzBZTzJBVURjbzYxbXFwZkt2aWJrRlBwMEZEaGVqY1R2S0ZGc3BnTlhVNWJQaUw3dWtheWpNYXB4MnBEanp6TG85TjhWVEY1VGxUOWd1QUtHV28rNEFVaTBpT1VHbTNGTDVkS2FZamlubTNwYnIxUjJzYndVZWJaYXF1dEtDR0xvL0x1TWNDYUMyTG05RWhIdE55bGt6MjlTRENNYU1oaE9Kcy9XZGluQkxpaTBva1dXdS9xTzYvTld1KzhReEIrWkVhaGN3WnR3KzR0MVpkOWd6QWhJcnFrZkt1aWlkd1ZmNTRwMHlVYWRNelR6bmRqOHpSMGY4a3Z4STJISzRIR0M0eUZiSjhLaU9BM0lpVXRxaVJKQXlvVHJPQ1U2alorcnh1R3lxMWIwd1piWFFaZU5mRjNORFp3cEdyc3BYNjR1a1pBNGhSd0EwZ2pCZFVXT0hZaHR4U2RZWThreWhpWmhpM3VDdWlxZXVCRzZCcVBaTGlrZHVkNVJRVEh0a0JmLzFuWGVLaS9DUFkyQjExd0ZsdldKNUlES21FZXM3d0FRSWRTZHJ2RGdvNTgxdVU0aHR2UWUrTG1JTkhhM3lWMVczdzB4cGZVZ0FKT2ZwK0dlVVA4NFNNMmRhNkpNQXBjVVhzQlh3cFVTWVhkSWk2bVNlQzdwOVdzVE1RYVZzZC9TeWVLUVhSLzNna2ZDV2kyeDRNVVZuQjgyazNOVlZVNjhmblMwY21FZGpnRFZQeTU4cXBqWCtUUkxjRkwxVk0xSnNjcHNYMFF0Zi9uVFhrSVB5ZUZBaWtsTklXUllFYWphb0hMMWNOSnZWL1RpbXRLbEZ2Rmh1NkJWOUhaUkhnYklxWGdJanNtNlZSZzY1M0pTL0xGaXp6SWlkMWkzRTdicDhFRUJlM3h6MVVFZnJJUTZDaTJodlpnWmRMeFZYY0tCSHBxd0IyRGJLa3dWbHh5VVV5a3d6YUw1QkhmVGl4WXNUK0VBNWVLRHN1SUlrMjF6WXMzeFhzR1lCcVR0cHBzZG9Ea1MzRWQ4K1o4ZjlsZ2RKdnVLTnJpQVRSbFJ4M1pUWFN3QmNjVGQ2R2NPT2Rma2N3UG5rSDNweXRoek5saXE2MVJYRWp6bFI2dDZHUkorMzBXREVpUXd4YXFwNitIN2UvNU4vdDI3d09DakhnYko0VjFKVDRBbHJCcXNiakpzcERham5EaTdGNng2bVIvRDd6RDd0ZGx5bnpCMjh4VXYwUzJwa01IeklxY0ZjSFlMeVFCK2xJalhlR0FwcmplUU1OM2djbENNRzNNYjRKZVVUeXJDMEYwR1gzRW9iU2xLR1ltMzBNaG8rVUV5WmZsVDhFbkNPZUxDRGxHSy8zK1dBdlhpbnFHNTF5V2Qxa29zS3lMN2VXbS9QYUVDbUovS0d3ZUhwQm84UG90NUJCSXhzNUNNUGpOcHN4UFZEWTdrbHFtY2IwazZ4bHQxV3NhMEhHUmFDZXdpVHl1clZRd1BmWmZzRDdpcnh0aEFNQUpEdzF0RFNEck5oUTN5NzQrZE92Z0dxT0J0YzB2cTJHVVBJN0tBalZPUGdxenRuUzJmTEhXSXl6dkk0djB1cXJTeWk2RVlxMjdwNEhBUmczOEZkdGd4V09JMGVkdy90ZE1qYzJSSldkY3lYcUJaTWVWU1d0QVY0eVpKSWkxeHlMbGdmL2tidEozdTI4M2FlRzZGcUY5MXpCNk8rZnhESm91cFJoRzlsdlZQVVlzdlFkYy9YeDBZQk1UMUpJanZWb3RsNDdVcG55bzc2UXJBQkwwMGQ1dU1vU3pLcFI4OUZWUXdKWDZmWSt0QTIwUzhPMGQvZU1kcllzMTV1NlNZazJDU2JuRlkzcGFwaHlWRGdTdDFEUjRGUU00VFRpK2tFQlNqNUFTaDBCaHpxcys2VW1hc3dLNmtKUkJDdXJ1Z2doekhEaVljR0cwenNsUVRmRkZPanR5UDRqQldPaS9salRHVkRyaVYwaCtKZFhFVU96QmtPemkyOU1vajJJV0tEZnhTd2tHQkxXOSswS2w2SW5RUkxvOEZvVDRUODU4MU1SanEzcVRmUVp5bXVJVVo3WUpFN01HZlZCckMySlEyTmlidzZ4WUhHREJONGlJZlc0SmtFbE9xWk56ZFRWeEdOSFFtdXkvZDJQTjl5Ym1MOFFZeVc0bGFrSjRNcjJ3Qk13UVNpT1ZwNG9MeU90U2t0OFgxb1BZSVJ1Z0wwQjR3U2pvWTEyUEl0aUhIL0lOUThwQVVLVmkxb2FZTXBpWWZ5alNCbEFrWmdTSWFsWWZ4QXRFL2dsMHdSak5Hd3M0L2h4dUtSWVVlT2l1Q2Zta2ZIekkwWjVYM1J6OVFaNGRwQmhDOFFsRWI4eEZHK0pTYTRUMll2cE5qNTFHMWEzM1FIb0hBL1B1Qnp2ZlFRNUFYcjFncEVlRjNnaGFGN0VMa1FzTUlwd2h1SjdJQkpwVnJ2cHdJd2QvUHdJRElmZ3c4R053QWNxQmZjTWJOOU53Wk5NTC9tVi9SWGt6VWhub05PYVhSSTdqTnp2blA0K1pSOUhDbUk4TkRRNFVNL041aWY0VkdmU3hQdld3RVo1bXdWdCtoakFFcjgxU0FoWUtENExTeFozS3FJL3hUUTdic3BsRmg1T0RCa0tLNE93d2ZLcnp2V0x3V1l3YTJ6dW85aU9tYU9GYmVpVjhMU3ByT2NSUVlFd0o5ZzNPd0RwQjRYdlFJNlJQRVNGVnhZNWpHanlFWDUyYW96TVVrM1dOdm9VOGtHdWhmZ3FkaW1uL29CQlFhVXFCUWZYN0lraGRQQVFSZ0oweWp4VCsrK0dENnRJL1ZTbUdNKzc2RTZJMWtReHN3U3VaSDhHbTFJOW9hbERaZWdsR2doZzRyMC9CSXcyaC9scU9FTGNPUzBGRjVqVXZycXlpM3lNNVFXWUVWWTF3QWQ3QVN5b0ZhNUFEaERiRHM0eVhtdXFVTnA4ZkZsNnh4QkRNeGo5bU9ZTmtHcnpJRjVkdUliMG82QUxKN0VhSUhZaGs1WkxobkJrZUFKSk1ZV2VpWkFkeEppTzRkK0dqdjE5UTNGTjEwSHlESlduNVV6NWxtQVV3RUpLY2RrYnJJa2tpMStzUy9abjlRaFlUYzhVUkthenlibmNQSGwrNWc5eE5EVEJoWjQvTTR6RFo4WW5qeERjVFlILzZUYUEyQkFnbEJKcFh5SUJxMUU3N1lzTE1BNU9PM1hIcjRjZkgwUFFIcUh2a0ZSVHF1YzZVdzRuNHF5QS9NMERTWG9rQzBMb3JUS1QvYVpSbXZhZnFQSWhoWGVoNEdUM0UrM0FmMldHcEJ2Snd2RkVlZFcrV21BazI0ZmNlV0UrZjN2Q2tpQ0VtQUVXQ1dQbG1DRnlENUo0QTA5bERoVThUTHFYTjE4SjNPR0ZLWm1BOUdPSXBwd0o3Z28vOEkyRU1jNGdDZGlPVElrQVFsalJ3SWhtTk1kQUFrQW55RW80d3RoaE1sSW8xT1ZJTlh2UUlvNFFDelZVOTYrWkdEQ0t4SWttVWd0SkdxTEQ1SnV2T0s3U0xWUWxJcWhSSnpmZnZWNGlKaE85aGhlbWdBbC9TOFgxRGZoejhRTGh1UmhpZno0RE1sL2x5MmxJQUFCSmd6NVNvQ0NHZW1UWEYyRkhBYXBrcVpUSHJBMFNkOG5DN3loQnd1NlNQdzZnSjVMOWx3amlHOTBUcnl3NjVtZnEyZFNmd3dHamVxSWRma2FwQm4wUmlrcWdMNFJseEN6eDhVQXVnQkFSZ0NDSlRQcDhNS1FaU3gySkMvT3REZlJYNzVFcEYyMGZpdHNLS21GTXFkSzUyZWpqeWllNlV1V21RUUFNRmh6WGZ3Ti83UDI1MFV0TGUxVGpJTWxHVFBYZUhrUTlSc2tETE5Za2s5R20ySmdVanpIVkRQTVFtMW8xT2pualJIc2tEQWk0dHFvZm9JWnFtQnM2UHZMdlY5eHVDaVVodENVTUNTbjZ6SlpHTzhvWU9VOElEZUNQZ1pNWVVmcTlEWldYWElpbDJSMVJYZVFrVkFCeE9ldVA0NFpNQjIyVEY2WXVYb1NSWGhxZFUzb25Ddzk2S3g1Q0RnNzdHaXE1R0ZlRll3Wml1dVFRUzZHcDdqbWVOMEY2WTVqUUptZVEvRUFQNWdCS0VHby9reWtRcldONkt3NUJwZ0tQRW5FMVFvbXI1SllFVnc2d1lvV0gyU2NzLzlNTWtCL25GcTJUd3FjejlqdWdwRFJBbHJvQkNBYWs1WTRyUEgxblRXU1dsRi8wUWJKY1JZNDYvWEFVQWxCQzFqUEFtSUJtNGp3V0lZdnpLWENWejllWUhTaW42SHJmMFovbjhVOUNTNWxReGc4QUNMek1XV2REU1NOK0VRcm5lNGpVK0JkeEk4enA0RHVsYm9oMmsvYlVSSnZKUStTa2daVFhlV3pjL1JOR21mNVdRRG0zM3hJaGh1TjZNNzlkbkN1WXpRRG9BU3BuamRiNW9UdVY2MS9SNkFSZU13S3Z3bldzeGc0RU1VNitKbFNHSXlkT2pqUEFlUTk3YTl0UGV1bGl2QzBFWUpmVXcwZXhtejFIQU5PUFg2Y0NCeWpzMzNsT1FDajZvd0FJdjRCTEVvWkF1NVZNc1NoTzZxTGplSTg2SmJJa1R5ejdCN3Q1SzlZRWxqYWtDSDFQdmNjQnB4Yk9IYnRPUlJmTXIzM2NzQkpWc1RVMXZhcnJ4VEJGVExCcVRkQ0wzelQ0eEdNVEVWVFpvUU9YanlHOXVrWWxyYjlmTDJuQmFUQnhmakJlczlwM3pyZ1RDYTlrMEhZS2V2ZnhobDhadXk1L3NPQzlsWFZHb0VBSXQwMndkQURheUxqeXRUcVlidTBJVVM4ODVaTUdyd2NLcTdaUmk2NisrQzF1NThqbW5IeDRyZUF0SDhPY1FlY0NJbVpEc0tkeWNEb3ZOT1BxLzhqb2I2S0U3YjQ3QkRQOEVDc0VlSGlGR1pFVzZSV2ozSGJFR0QwV0VUM2pneEFGZlVoNjJlM3BYM1BRUzFBTUdGMDB3cVhXdGtLT094TGJ5WTVtaUdwQTJHemhBWFljZjlsYlBmckFTcHM5MG9RTXBTM1hQRDVNQkJwdENCcGdpQU0zNmJoZTczUzBBdkdDYytqTHJuRG5xSjNjbENIK3pGZjBuWEpGRE1mMmtZSDRBWUsxTGhPd0pyME9JQTQram4xczlCNUZjQ0FHSzZsZnpwaXNXUE1yUDhjbDFhRzYzanRxNGhoc3JXVVBRR3JJVkpGVUlVd0gwUXp4ZTc2ajRUL3hGaVJjNnlyRE5PWUkydTJLb2tBL1ZsQTNWWTdjOFBtUTlBNy9tSjJoQUkzWlVnWVRXQk9BaUg0Uk1uQW9kTnBWQVZnTXduQnBtMUZKejFtN3Iyd3Nod05qelUrUlBBYVFQZExzbWxDVFIwNHNTWDFDL1YxNE1xQzVSc01MK3FKVXJDQnowTVhGL1Jlc0hlbzlSaks2NW4zWWVTRms3cXM0UktmTFFBVHFZQ2gySlJhNW1IZXpmRXQ2MWQrcUFXVVRlMU4yTkVpNHE0SVhHVEdvS093RHlKTk81NmRDWkVwVG1hSmltQ2RIMDUvRWtBemUrbVova0V3SzBISnBhNi9OalduZC93S09xQVdmVUp1NG1NQTZvdGNqN3FlTXJIZlBpL1crWngxZWNON0NmdjFleEp3WFBWR0FERzhFOS9EWFQ5cDAzN2VkbDljTm1XSjlBbkVTdVdjSVlEbDF0NUhya1VSQmNtZTBXdmxtdXJLZ0RJNm00Vzk1RDRFQTVnT2h0Wm0vVU44aFdDdGFzSHp3TXpCTU5HQmdOOUkxemtJQklpdFdPNm9FcEVkd2RKUmIrYnZrLzBsektqUDc4c1RhZ0VCMllERlRqY0tRQmpLR0VvbUV2UTlDV3Vpd3luS3dheGlaT1ZlTDRJdXpGc2hBQmw3cnNSZ1VTYmViT0owVk9xOEFCQitvNVBoSFFHWEJ5VEJTaEV0SDBpZ1FTVFBwc3lmZTBiZmQ4SXRJUDY3UFVBRkVLc3ExbGZrdWdBVW92bTVRUUl5amhQTW1EcXcvdEZzVmorYXFvU1JBb3Y1VmtSK0VQczBYbFFGUUYxd3ExK09BQ0ZDaVJEUHhuR09KbGJ4ck9MNmhKdmRIMjFNQ3dpYkFVaVY2Sm5HTUtJK3AxRWxNQkVzZVRLbEFpNkFUa0FKWStjZk1YYU90ZEIzZ0NsdUlvQWJ2NjFNaTJlQUhvd0JFbGg1ekx2Nk9TZmFBdHF4ZUx3b2J0VW9FQWU5TUJ4MU11cVZOM29OQVV6ckhBeEpWOHhqdE9RRm1HSmR3N2tkTGUwWStrTWgyVCtzY0N2ellrSnA1dkRCQXJBZzZ5M0I4b2JodFFsVFdxR0xocEo3WkY2Wlo1Mnk1WWsydHovVzJCWlFrTm56c1E4Z3hUNkNBRVlKOXVGZkFSb3NkNzFPZEZYTVpVZG9Ed1pRTzQ4bGJtTy9IT2Y5NVA0c2tSaUIxOTVQbmVWd1QySHlGb3FEVWR6SHFJNmU2OHVadEVBME9pd2dyVGlIQ0ZXcmRpQU9iNXRMZ1kxOUJQdEE0cXdBVVFvQTJIdjR1cmRBYkFFQ2lucmtya0VrYmg4V1RSRGREaXhwNHMrNENhNlBOeHRZR1h2ZXdDMzhrTGRBZnd0WVp1dy95NC9zYTRIL0FlNVBkRXF3eXNvSUFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K");
  transition: all ease 0.4s;
}

.feature--layout5 {
  padding-top: 155px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .feature--layout5 {
    padding-top: 90px;
  }
}

.brand__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 40px;
  text-align: center;
  position: relative;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .brand__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .brand__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.brand__list .line {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  /* Small devices */
}
@media (max-width: 767px) {
  .brand__list .line {
    display: none;
  }
}
.brand__list .line.one, .brand__list .line.three {
  width: 1px;
  height: 100%;
  left: 33%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .brand__list .line.one, .brand__list .line.three {
    left: 40%;
  }
}
.brand__list .line.two {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* Medium devices */
}
@media (max-width: 991px) {
  .brand__list .line.two {
    display: none;
  }
}
.brand__list .line.three {
  right: 33%;
  left: auto;
  /* Medium devices */
}
@media (max-width: 991px) {
  .brand__list .line.three {
    right: 40%;
  }
}

.video--layout5 {
  padding: 120px 0 280px;
  position: relative;
  z-index: 1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .video--layout5 {
    padding: 100px 0 200px;
  }
}
.video--layout5 .bg-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #000000 1.32%, #000000 100%);
  opacity: 0.4;
}
.video-content {
  text-align: center;
}
.video-content .sec-title {
  font-size: 64px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .video-content .sec-title {
    font-size: 24px;
  }
}
.video-content .play-btn {
  margin-bottom: 50px;
}
.video-content .play-btn::before, .video-content .play-btn::after {
  background-color: rgba(255, 255, 255, 0.2);
  animation-name: ripple2;
  animation-duration: 3s;
}
.video-content .play-btn::after {
  animation-duration: 3.2s;
}
.video-content .play-btn > i {
  color:white;
  background-color: var(--theme-color2);
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
}

.cate--layout5 {
  margin-top: -162px;
  position: relative;
  z-index: 1;
}
.cate--layout5 .cate__box {
  background-color: #ec1f25;
  padding: 100px 80px 90px;
  background-size: contain;
  border-radius: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .cate--layout5 .cate__box {
    padding: 20px;
    background-position: top;
  }
}
.cate__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .cate__list {
    gap: 15px;
  }
}
.cate-block {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  min-width: 180px;
  min-height: 180px;
  justify-content: center;
  background:white;
  border-radius: 11px;
  transition: all ease 0.4s;
  /* Medium devices */
}
@media (max-width: 991px) {
  .cate-block {
    min-width: 160px;
    min-height: 160px;
  }
}
.cate-block > i {
  color: #ec1f25;
  transition: all ease 0.4s;
  margin-bottom: 25px;
}
.cate-block > span {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  transition: all ease 0.4s;
}
.cate-block:hover {
  background-color: var(--theme-color2);
}
.cate-block:hover > i {
  color:white;
}
.cate-block:hover > span {
  color:white;
}

.testimonial-slider5 {
  margin: -30px -10px;
}

.testi-style5 {
  background-color: #ec1f25;
  box-shadow: none;
  border-radius: 15px 154px 15px 15px;
  padding: 40px 30px 40px 35px;
  margin: 30px 0px;
  position: relative;
  border: 1px solid #ededed;
}
.testi-style5::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color:white;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 180.5px 10px 10px;
}
.testi-style5 .testi-header {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 45px;
  /* Small devices */
}
@media (max-width: 767px) {
  .testi-style5 .testi-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.testi-style5 .testi-avater {
  min-width: 120px;
  min-height: 120px;
  border-radius: 75px 75px 15px 61px;
}
.testi-style5 .testi-avater > img {
  width: 100%;
  border-radius: 75px 75px 15px 61px;
}
.testi-style5 .testi-rating {
  display: inline-flex;
  align-items: center;
}
.testi-style5 .testi-rating > i {
  font-size: 16px;
  color: #ec1f25;
}
.testi-style5 .testi-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.testi-style5 .testi-text {
  margin-bottom: 0;
  line-height: 2.25;
}
.testi-style5 .testi-body {
  position: relative;
  z-index: 1;
}

.offer-block.style2 {
  margin-top: -67px;
  margin-bottom: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .offer-block.style2 {
    margin-top: -40px;
  }
}

.blog-style6,
.blog-style7 {
  background-color:white;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.blog-style6 .blog-img,
.blog-style7 .blog-img {
  overflow: hidden;
  height: 290px;
  width: 389.33px;
}
.blog-style6 .blog-img img,
.blog-style7 .blog-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  transition: all 1s ease-in-out 0s;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-style6 .blog-img img,
  .blog-style7 .blog-img img {
    max-height: 100%;
    height: 100%;
  }
}
.blog-style6 .blog-top,
.blog-style7 .blog-top {
  margin-bottom: 15px;
}
.blog-style6 .blog-content,
.blog-style7 .blog-content {
  padding: 39px 30px 40px;
}
.blog-style6 .blog-meta,
.blog-style7 .blog-meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.blog-style6 .blog-meta::after,
.blog-style7 .blog-meta::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #505050;
  right: 0;
}
.blog-style6 .blog-meta:last-child,
.blog-style7 .blog-meta:last-child {
  padding-right: 0;
  margin-right: 0;
}
.blog-style6 .blog-meta:last-child::after,
.blog-style7 .blog-meta:last-child::after {
  display: none;
}
.blog-style6 .blog-bottom,
.blog-style7 .blog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffccb1;
}
.blog-style6 .blog-bottom .blog-link,
.blog-style7 .blog-bottom .blog-link {
  font-weight: 600;
  color: #ec1f25;
}
.blog-style6 .blog-bottom .blog-link:hover,
.blog-style7 .blog-bottom .blog-link:hover {
  color: var(--theme-color2);
}
.blog-style6 .blog-date,
.blog-style7 .blog-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ec1f25;
  text-align: center;
  color:white;
  min-width: 50px;
  min-height: 50px;
  font-size: 14px;
  line-height: 1;
}
.blog-style6 .blog-date > span,
.blog-style7 .blog-date > span {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.blog-style6:hover .blog-img img,
.blog-style7:hover .blog-img img {
  transform: scale(1.2) rotate(5deg);
  transition: all 1s ease-in-out 0s;
}

.blog-style7 {
  display: flex;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-style7 {
    flex-wrap: wrap;
  }
}
.blog-style7 .blog-img {
  min-width: 388px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-style7 .blog-img {
    min-width: 100%;
  }
}
.blog-style7 .blog-top {
  margin-bottom: 5px;
}
.blog-style7 .blog-content {
  min-height: 285px;
  padding: 30px;
}
.blog-style7 .blog-title {
  margin-bottom: 5px;
}
.blog-style7 .blog-text {
  margin-bottom: 15px;
}

.footer-layout5 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .footer-layout5 {
    padding-top: 60px;
  }
}
.footer-layout5 .vs-widget-about .footer-text {
  text-transform: capitalize;
  max-width: 100%;
  padding-right: 15px;
  margin-bottom: 35px;
}
.footer-layout5 .widget_nav_menu .menu li {
  float: left;
  width: 50%;
}
.footer-layout5 .widget_nav_menu .menu li > a {
  padding-left: 0;
}

.vs-card.style2 {
  border-radius: 20px;
  flex-direction: column;
  position: absolute;
  min-width: 270px;
  bottom: 55px;
  right: 0;
  background-color:white;
  gap: 0;
  padding: 0 0 20px 0;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  z-index: 9;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-card.style2 {
    position: relative;
  }
}
.vs-card.style2 .vs-card__icon {
  min-width: 99px;
  min-height: 109px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -48px;
  margin-bottom: 15px;
}
.vs-card.style2 > a {
  font-size: 20px;
  font-weight: 700;
  color: #ec1f25;
  display: block;
  margin-bottom: 10px;
}
.vs-card.style2 > p {
  font-size: 20px;
  color: var(--theme-color2);
  max-width: 80%;
  margin: 0 auto 0;
  text-align: center;
}

.destination-list {
  display: flex;
  /* Medium devices */
}
@media (max-width: 991px) {
  .destination-list {
    flex-direction: column;
  }
}

.destination-style3 {
  min-height: 404px;
  border-radius: 0;
  flex: 1;
  transition: all ease 0.4s;
  margin-bottom: 0;
}
.destination-style3::before {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  bottom: -15px;
}
.destination-style3 .destination-info {
  right: 0;
  min-width: 370px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.destination-style3:hover {
  flex: 1.5;
}
.destination-style3:hover::before,
.destination-style3:hover .destination-info {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}

.package-style3 .package-content {
  /* Large devices */
}
@media (max-width: 1199px) {
  .package-style3 .package-content {
    padding: 25px 15px 15px;
  }
}

.header-layout6 {
  position: absolute;
  width: 100%;
  top: 60px;
}
.header-layout6 .sticky-wrapper {
  background-color: transparent;
}
.header-layout6 .menu-style1 > ul > li {
  padding: 26px 0;
}
.header-layout6 .vs-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22%;
  background-color: #ec1f25;
  padding: 20px 30px;
  border-radius: 15px;
}
.header-layout6 .container::before {
  background-color:white;
  position: absolute;
  content: "";
  width: 999%;
  height: 100%;
  border: none;
  left: unset;
  right: 0;
  border-radius: 15px;
}
.header-layout6 .header-right ul li:first-child {
  margin-right: 40px;
}
.header-layout6 .header-right .header-btns .searchBoxTggler {
  background-color: var(--theme-color2);
}
.header-layout6 .header-right .header-btns .searchBoxTggler:hover {
  color:white;
  background-color: #ec1f25;
}
.header-layout6 .header-right .header-btns .sideCartToggler {
  color: #ec1f25;
  background-color: transparent;
  border: 1px solid var(--theme-color2);
}
.header-layout6 .header-right .header-btns .sideCartToggler:hover {
  color:white;
  background-color: var(--theme-color2);
}
.header-layout6 .main-menu {
  text-align: left;
}
.header-layout6 .vs-btn:hover i {
  background-color: #ec1f25;
}

.hero-layout3 {
  position: relative;
}
.hero-layout3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5607843137);
}
.hero-layout3 .hero-mask {
  padding-top: 240px;
  padding-bottom: 125px;
}
.hero-layout3 .hero-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 5px solidwhite;
}
.hero-layout3 .hero-img img {
  width: 100%;
  border-radius: 12px;
}
.hero-layout3 .hero-content {
  position: relative;
  margin-top: 40px;
}
.hero-layout3 .hero-content .hero-subtitle {
  display: inline-block;
  color:white;
  margin-bottom: 20px;
}
.hero-layout3 .hero-content .hero-title {
  font-size: 70px;
  color:white;
}
.hero-layout3 .hero-bottom {
  position: absolute;
  width: 100%;
  top: 75%;
  left: 35px;
}
.hero-layout3 .hero-bottom .hero-form {
  padding: 20px 35px 20px 20px;
  box-shadow: 0px 6px 30px rgba(255, 104, 26, 0.15);
  border-radius: 20px;
  margin: 0 -35px;
  background-color:white;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-layout3 .hero-bottom .hero-form {
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .hero-layout3 .hero-bottom .hero-form {
    padding: 15px;
  }
}
.hero-layout3 .hero-bottom .hero-form .vs-btn {
  padding: 22px 48px;
}
.hero-layout3 .hero-bottom .hero-form input,
.hero-layout3 .hero-bottom .hero-form .form-select {
  height: 60px;
  padding: 0 30px 0 55px;
  border: none;
  border-radius: 0;
  font-size: 18px;
}
.hero-layout3 .hero-bottom .hero-form .form-group {
  margin-bottom: 0;
}
.hero-layout3 .hero-bottom .hero-form .form-group > i {
  font-size: 26px;
  max-width: 20px;
  top: 17px;
  left: calc(var(--bs-gutter-x) / 2 + 10px);
  color: var(--theme-color2);
}

.package-layout1 {
  background-color:white;
}
.package-layout1 .package-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-layout1 .package-top .title-area {
  margin-bottom: 0;
}
.package-layout1 .package-top .title-area .sec-title {
  margin-bottom: 20px;
}
.package-layout1 .package-top .title-btn .vs-btn {
  padding: 22px 30px;
}
.package-layout1 .package-style2 {
  padding: 40px 0;
  border-top: 1px solid #eeeeee;
}
.package-layout1 .package-style2 .package-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.package-layout1 .package-style2 .package-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 3%, rgba(255, 255, 255, 0) 100%);
}
.package-layout1 .package-style2 .package-img img {
  width: 100%;
}
.package-layout1 .package-style2 .package-img .price-box {
  position: absolute;
  bottom: 25px;
  display: inline-block;
  left: 25px;
}
.package-layout1 .package-style2 .package-img .price-box .price-text {
  color:white;
  margin-bottom: 0;
}
.package-layout1 .package-style2 .package-img .price-box .package-price {
  font-size: 24px;
  color:white;
}
.package-layout1 .package-style2 .package-img .package-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color:white;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 25px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.package-layout1 .package-style2 .package-img .package-icon i {
  color: #ec1f25;
  transform: rotate(-45deg);
}
.package-layout1 .package-style2 .package-img .package-icon:hover {
  background-color: #ec1f25;
}
.package-layout1 .package-style2 .package-img .package-icon:hover i {
  color:white;
}
.package-layout1 .package-review i {
  color: #ec1f25;
}
.package-layout1 .package-review span {
  margin-left: 5px;
}
.package-layout1 .package-text {
  margin-bottom: 0;
}
.package-layout1 .package-title {
  margin-bottom: 5px;
}
.package-layout1 .package-title a {
  color: var(--title-color);
}
.package-layout1 .package-title a:hover {
  color: #ec1f25;
}
.package-layout1 .package-meta ul {
  padding-left: 0;
}
.package-layout1 .package-meta ul li {
  list-style: none;
}
.package-layout1 .package-meta ul li:not(:last-child) {
  margin-bottom: 15px;
}
.package-layout1 .package-meta ul li a {
  padding-left: 50px;
  display: inline-block;
}
.package-layout1 .package-meta ul li a i {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 30px;
  font-size: 22px;
  margin-right: 0;
  text-align: center;
  color: var(--theme-color2);
}
.package-layout1 .package-meta ul li a strong {
  margin-right: 5px;
}

.about-list3 {
  padding-left: 0;
  margin-bottom: 60px;
}
.about-list3 .list-item {
  display: flex;
  align-items: center;
}
.about-list3 .list-item:first-child {
  margin-bottom: 40px;
}
.about-list3 .list-item .about-icon {
  width: 100%;
  max-width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--theme-color2);
  border-radius: 100%;
  text-align: center;
  margin-right: 30px;
}
.about-list3 .list-item .icon-content .title {
  font-size: 28px;
  margin-bottom: 0;
}
.about-list3 .list-item .icon-content .text {
  margin-bottom: 0;
}

.img-box3 {
  text-align: right;
  position: relative;
}
.img-box3 .box1 {
  position: absolute;
  top: 22%;
  left: 80px;
}
.img-box3 .img1 {
  border-radius: 40px;
}
.img-box3 .img3 {
  max-width: 100%;
  border-radius: 40px;
  border: none;
  margin-left: 0;
}
.img-box3 .media-box1 {
  width: 100px;
  height: 242px;
  background-color: var(--theme-color2);
  text-align: center;
  position: relative;
  border-radius: 0px 50px 50px 50px;
  border: 3px solidwhite;
}
.img-box3 .media-box1 .media-text {
  left: 50%;
  top: 50px;
  position: absolute;
  font-size: 24px;
  color:white;
  font-weight: 600;
  transform: translateX(-50%) rotate(-90deg);
  margin-bottom: 0;
  line-height: 125%;
  text-align: left;
}
.img-box3 .media-box1 .media-info {
  display: block;
  width: 78px;
  height: 78px;
  line-height: 78px;
  background-color: #ec1f25;
  text-align: center;
  border-radius: 100%;
  color:white;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.img-box3 .bottom-img {
  margin-top: -127px;
  display: flex;
  align-items: baseline;
}

.about-layout1 {
  padding-bottom: 250px;
}
.about-layout1 .about-content .title-area {
  margin-bottom: 40px;
}
.about-layout1 .about-content .sec-title {
  margin-bottom: 30px;
}
.about-layout1 .about-bottom {
  display: flex;
  align-items: center;
}
.about-layout1 .about-bottom .vs-btn {
  margin-top: 0;
  margin-right: 46px;
}
.about-layout1 .about-bottom .item2 {
  padding: 0;
  margin-right: 0;
  border-right: 0;
}
.about-layout1 .about-bottom .item2 .item2__icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color2);
}
.about-layout1 .about-bottom .item2 .item2__icon img {
  max-width: 30px;
}

.offer-layout1 {
  border-radius: 20px;
  transform: translateY(-25%);
}
.offer-layout1 .title-area {
  margin-left: 100px;
}
.offer-layout1 .img-box1 {
  text-align: right;
  margin-right: 30px;
}

.destiniation-layout1 .destination-style3 {
  min-height: 590px;
}
.destiniation-layout1 .destination-style3::before {
  height: 100%;
}
.destiniation-layout1 .destination-style3 .destination-info {
  visibility: hidden;
  opacity: 0;
  padding-right: 100px;
}
.destiniation-layout1 .destination-style3 .destination-info .destination-price {
  display: block;
  margin-bottom: 30px;
}
.destiniation-layout1 .destination-style3 .destination-info .vs-btn {
  display: inline-block;
}
.destiniation-layout1 .slick-current {
  position: relative;
  z-index: 9;
}
.destiniation-layout1 .slick-current .destination-style3 {
  width: 500px !important;
}
.destiniation-layout1 .slick-current .destination-style3::before,
.destiniation-layout1 .slick-current .destination-style3 .destination-info {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}
.destiniation-layout1 .slick-current .destination-style3::before .destination-text,
.destiniation-layout1 .slick-current .destination-style3 .destination-info .destination-text {
  visibility: visible;
  opacity: 1;
}
.destiniation-layout1 .slick-dots {
  margin: 100px 0 0px 0;
  z-index: 9;
}
.destiniation-layout1 .slick-dots button {
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 0;
  background-color: #d9d9d9;
  border: none;
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.destiniation-layout1 .slick-dots .slick-active button {
  border-radius: 10px;
  width: 50px;
  background-color: #ec1f25;
}
.destiniation-layout1 .destination-list li {
  list-style: none;
  padding-top: 10px;
  padding-left: 0;
  position: relative;
}

.testimonial-slider5 {
  margin-bottom: 190px;
}
.testimonial-slider5 .title-area {
  margin-bottom: 75px;
}
.testimonial-slider5 .title-area .sec-title {
  color:white;
}
.testimonial-slider5 .slick-arrow {
  background-color: transparent;
  color: #ec1f25;
  border: 2px solid #ec1f25;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-slider5 .slick-arrow:hover {
  color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.testimonial-slider5 .testi-content {
  text-align: right;
  padding-left: 100px;
}
.testimonial-slider5 .testi-content .testi-text {
  color:white;
}
.testimonial-slider5 .testi-content .testi-degi {
  color: var(--theme-color2);
}
.testimonial-slider5 .testi-content .testi-name {
  color:white;
}
.testimonial-slider5 .testi-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-slider5 .testi-style6 {
  border: 1px solidwhite;
  background-color: var(--black-color);
  padding: 30px;
  border-radius: 30px 0;
  position: relative;
}
.testimonial-slider5 .testi-avater {
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial-slider5 .testi-avater .img {
  position: relative;
}
.testimonial-slider5 .testi-avater .img::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 104%;
  height: 104%;
  background-color: var(--theme-color2);
  border-radius: 100%;
}
.testimonial-slider5 .testi-avater img {
  width: 100%;
  border-radius: 70px 70px 70px 0px;
  position: relative;
  z-index: 1;
}

.blog-layout1 .blog-style3 {
  padding: 0;
  box-shadow: 0px 0px 15px rgba(50, 36, 29, 0.15);
}
.blog-layout1 .blog-style3 .blog-top {
  margin-bottom: 10px;
}
.blog-layout1 .blog-style3 .blog-top .blog-link svg {
  margin-right: 5px;
}
.blog-layout1 .blog-style3 .blog-top .blog-link:first-child {
  border-right: 1px solid #505050;
  line-height: 60%;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
}
.blog-layout1 .blog-style3 .blog-title {
  margin-bottom: 15px;
}
.blog-layout1 .blog-style3 .blog-text {
  margin-bottom: 25px;
}
.blog-layout1 .blog-style3 .blog-date {
  font-size: 24px;
  margin-right: 0;
  color:white;
  background-color: #ec1f25;
  padding: 10px;
  line-height: 60%;
  border-radius: 0 0 5px 5px;
  text-transform: uppercase;
}
.blog-layout1 .blog-style3 .blog-date span {
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.blog-layout1 .blog-style3 .blog-bottom {
  padding-top: 0;
}
.blog-layout1 .blog-style3 .blog-bottom .link-btn {
  color: #ec1f25;
  margin-top: 16px;
}
.blog-layout1 .blog-style3 .blog-bottom .link-btn:hover {
  color: var(--theme-color2);
}
.blog-layout1 .blog-style3 .blog-bottom .link-btn::before {
  content: none;
}
.blog-layout1 .blog-style3 .blog-content {
  padding: 0px 35px 35px 35px;
}
.blog-layout1 .blog-style3 .blog-img {
  border-radius: 10px 10px 0px 0px;
}
.blog-layout1 .blog-style3 .blog-img img {
  width: 100%;
}
.blog-layout1 .slick-arrow i {
  color: #ec1f25;
}
.blog-layout1 .slick-arrow:hover i {
  color:white;
}

.blog-style6 {
  border-radius: 10px;
}
.blog-style6 .link-btn {
  color: #ec1f25;
  margin-top: 16px;
}
.blog-style6 .link-btn::before {
  display: none;
}

.benefits--layout1 .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 46%;
  min-width: unset;
  max-height: 670px;
  min-height: unset;
  top: 0;
  left: 0;
  border-radius: 0 50px 50px 0;
}

.accordion-style1 .number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  background-color: var(--secondary-color);
  border-radius: 100%;
  color: var(--title-color);
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
}
.accordion-style1 .accordion-button {
  padding: 18px 80px;
  line-height: 32px;
  position: relative;
  max-width: 100%;
  color: var(--black-color);
  background-color: #f5f5f5;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border: none;
  box-shadow: none;
  text-transform: capitalize;
}
.accordion-style1 .accordion-button.collapsed .number {
  background-color: #315557;
  color:white;
}
.accordion-style1 .accordion-button::after {
  content: none;
}
.accordion-style1 .accordion-button::before {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-weight: 300;
  transition: all ease 0.4s;
  width: 40px;
  height: 40px;
  display: block;
  background: var(--theme-color2);
  line-height: 40px;
  color:white;
}
.accordion-style1 .accordion-button:not(.collapsed):before {
  content: "\f068";
  color:white;
}
.accordion-style1 .accordion-body {
  padding: 3px 5px 0px 80px;
  background-color: var(--smoke-color);
}
.accordion-style1 .accordion-item {
  padding: 0;
  margin: 0 0 15px 0;
  border: none;
  background-color: #f5f5f5;
  border-radius: 30px;
  overflow: hidden;
}
.accordion-style1 .accordion-collapse {
  border: none;
}

.meta-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  background-color: #ec1f25;
  border-radius: 60px;
  padding: 28px;
  margin-top: 120px;
  border: 2px solidwhite;
  box-shadow: 0px 0px 15px rgba(50, 36, 29, 0.15);
}
.meta-inner .img {
  margin-right: 28px;
}
.meta-inner .content .content-title {
  color:white;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.meta-inner .content .content-text {
  color:white;
  margin-bottom: 0;
}

@media only screen and (max-width: 1820px) {
  .header-layout6 .main-menu {
    text-align: right !important;
  }
  .header-layout6 .vs-logo {
    left: 0;
  }
  .header-layout6 .header-btns {
    display: none;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout6 .main-menu {
    text-align: right;
  }
  .header-layout6 .vs-logo {
    left: 0;
  }
  .header-layout6 .header-btns {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .package-layout1 .package-content {
    margin-top: 20px;
  }
  .package-layout1 .package-content .package-text {
    margin-bottom: 15px;
  }
  .testimonial-style6 {
    padding-bottom: 120px;
  }
  .package-layout1 .package-title {
    font-size: 24px;
  }
  .about-layout1 {
    padding-bottom: 210px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout6 .sticky-wrapper {
    background-color:white;
  }
  .header-layout6 .container::before {
    display: none;
  }
  .header-layout6 .vs-logo {
    position: relative;
    top: 0;
    transform: unset;
    left: 0;
    background-color: #ec1f25;
    padding: 0px 20px;
    border-radius: 0;
  }
  .hero-layout3 .hero-bottom {
    display: none;
  }
  .hero-layout3 .hero-img {
    max-width: 300px;
    margin: 0 auto;
  }
  .hero-layout3 .hero-mask {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .hero-layout3 .hero-content .hero-title {
    font-size: 62px;
  }
  .offer-layout1 .title-area {
    margin: 30px 15px;
  }
  .offer-layout1 .sec-subtitle {
    font-size: 16px;
  }
  .offer-layout1 .sec-title {
    font-size: 24px;
  }
  .benefits--layout1 .meta-inner {
    display: none;
  }
  .benefits--layout1 .img1 {
    display: none;
  }
  .benefits--layout1 .accordion-button {
    padding: 18px 60px;
  }
  .testimonial-style6 {
    padding-bottom: 80px;
  }
  .testimonial-style6 .testi-content .testi-text {
    padding: 20px 0;
  }
  .about-layout1 {
    padding-bottom: 175px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testimonial-style6 .testimonial-slider5 {
    padding-bottom: 30px;
  }
  .testimonial-style6 .testi-content {
    padding-left: 0;
  }
  .testimonial-style6 .testi-content .testi-name {
    font-size: 20px;
  }
  .hero-layout3 .hero-bottom {
    display: none;
  }
  .hero-layout3 .hero-content .hero-title {
    font-size: 40px;
  }
  .about-layout1 .img-box3 .box1 {
    position: absolute;
    top: 20%;
    left: 0;
  }
  .offer-layout1 {
    transform: translateY(-15%);
  }
  .about-layout1 .about-list3 .list-item .icon-content .title {
    font-size: 20px;
  }
}
/*=================================
    05. Spacing
==================================*/
.pt-30 {
  padding-top: 30px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mtb-70 {
  margin-top: 0;
  margin-bottom: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .mtb-60 {
    margin: 0;
  }
  .mt-60 {
    margin-top: 0;
  }
  .mb-60 {
    margin-bottom: 0;
  }
  .mtb-70 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-70 {
    margin-top: 0;
  }
  .mb-70 {
    margin-bottom: 0;
  }
}
:root {
  --primary-color: #1a84ee;
  --primary-color-rgb: 26, 132, 238;
  --hover-color: #0066cc
}

.common-style,#wpadminbar .wpte-admin-menu {
  height: 100%;
  display: inline-block;
  align-items: center;
  line-height: 26px;
  vertical-align: top
}

.common-style svg,#wpadminbar .wpte-admin-menu svg {
  vertical-align: middle
}

.fancybox-container.wte-fb-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11111;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 15px
}

.fancybox-container.wte-fb-popup .fancybox-inner {
  position: static;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto
}

.fancybox-container.wte-fb-popup .fancybox-inner .fancybox-stage {
  position: static
}

.fancybox-container.wte-fb-popup .fancybox-bg {
  background: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.fancybox-container.wte-fb-popup .fancybox-infobar,.fancybox-container.wte-fb-popup .fancybox-toolbar,.fancybox-container.wte-fb-popup .fancybox-navigation {
  display: none
}

.fancybox-container.wte-fb-popup .fancybox-slide {
  background: #fff;
  border-radius: 5px;
  max-height: 90vh;
  position: relative;
  overflow: hidden
}

.fancybox-container.wte-fb-popup .fancybox-slide .white-popup {
  position: static;
  margin: 0;
  max-width: unset
}

.fancybox-container.wte-fb-popup .fancybox-slide iframe {
  width: 100%;
  height: 100%
}

.fancybox-container.wte-fb-popup .fancybox-content {
  width: 100%
}

.fancybox-container.wte-fb-popup [class*=fancybox-close] {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 11;
  font-size: 25px;
  line-height: 1;
  background: none !important;
  border: none;
  padding: 0;
  cursor: pointer
}

.fancybox-container.wte-fb-popup [class*=fancybox-close] svg {
  width: 1em;
  height: 1em;
  vertical-align: top;
  opacity: .5
}

.fancybox-container.wte-fb-popup [class*=fancybox-close]:hover svg {
  opacity: 1
}

.fancybox-container.wte-fb-popup .wte-package-editor .wte-package-editor__close {
  position: absolute;
  top: 13px;
  right: 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #ec1f25;
  padding: 15px 20px;
  border: none;
  border-radius: 28px;
  z-index: 11;
  cursor: pointer
}

.fancybox-container.wte-fb-popup .wte-package-editor .wte-package-editor__close:hover {
  background: var(--hover-color)
}

.fancybox-container.wte-fb-popup .wte-package-editor [class*=fancybox-close] {
  display: none
}

.fancybox-container.wte-fb-popup #wte__booking {
  padding: 0
}

svg:not(:root).svg-inline--fa {
  overflow: visible
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em
}

.svg-inline--fa.fa-w-1 {
  width: .0625em
}

.svg-inline--fa.fa-w-2 {
  width: .125em
}

.svg-inline--fa.fa-w-3 {
  width: .1875em
}

.svg-inline--fa.fa-w-4 {
  width: .25em
}

.svg-inline--fa.fa-w-5 {
  width: .3125em
}

.svg-inline--fa.fa-w-6 {
  width: .375em
}

.svg-inline--fa.fa-w-7 {
  width: .4375em
}

.svg-inline--fa.fa-w-8 {
  width: .5em
}

.svg-inline--fa.fa-w-9 {
  width: .5625em
}

.svg-inline--fa.fa-w-10 {
  width: .625em
}

.svg-inline--fa.fa-w-11 {
  width: .6875em
}

.svg-inline--fa.fa-w-12 {
  width: .75em
}

.svg-inline--fa.fa-w-13 {
  width: .8125em
}

.svg-inline--fa.fa-w-14 {
  width: .875em
}

.svg-inline--fa.fa-w-15 {
  width: .9375em
}

.svg-inline--fa.fa-w-16 {
  width: 1em
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em
}

.svg-inline--fa.fa-pull-left {
  margin-right: .3em;
  width: auto
}

.svg-inline--fa.fa-pull-right {
  margin-left: .3em;
  width: auto
}

.svg-inline--fa.fa-border {
  height: 1.5em
}

.svg-inline--fa.fa-li {
  width: 2em
}

.svg-inline--fa.fa-fw {
  width: 1.25em
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em
}

.fa-layers svg.svg-inline--fa {
  transform-origin: center center
}

.fa-layers-counter,.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center
}

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  transform: scale(0.25);
  transform-origin: top right
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  transform: scale(0.25);
  transform-origin: bottom right
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  transform: scale(0.25);
  transform-origin: bottom left
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  transform: scale(0.25);
  transform-origin: top right
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  transform: scale(0.25);
  transform-origin: top left
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -0.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}

.fa-rotate-90 {
  transform: rotate(90deg)
}

.fa-rotate-180 {
  transform: rotate(180deg)
}

.fa-rotate-270 {
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em
}

.fa-inverse {
  color: #fff
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.mfp-content {
  max-width: 1169px;
  width: 90%;
  max-height: 80%;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 7px 26px rgba(0,0,0,.16)
}

@media(min-width: 1200px) {
  .mfp-content {
      max-width:1367px
  }
}

.mfp-content .mfp-close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0;
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 40px;
  transition: all .1s linear;
  opacity: .2
}

.mfp-content .mfp-close:hover {
  opacity: 1
}

.v-none {
  visibility: hidden;
  opacity: 0
}

.d-none {
  display: none
}

.wpte-select .select2 .select2-selection {
  margin: 0;
  padding: 10px 15px;
  height: 40px;
  line-height: normal;
  border-radius: 3px;
  background-color: rgba(26,132,238,.02);
  border: 1px solid rgba(26,132,238,.15);
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  letter-spacing: .5px;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  transition: opacity .3s ease
}

.wpte-select .select2 .select2-selection .select2-selection__rendered {
  line-height: 1.25;
  padding: 0
}

.wpte-select .select2 .select2-selection .select2-selection__arrow {
  height: 40px
}

.wpte-select .select2 .select2-selection__clear {
  display: none
}

button:disabled {
  opacity: .5
}

@keyframes spin {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}

button:disabled.btn-loading::before {
  content: url("data:image/svg+xml,%3Csvg aria-hidden=%27true%27 focusable=%27false%27 data-prefix=%27fad%27 data-icon=%27spinner-third%27 role=%27img%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27 class=%27svg-inline--fa fa-spinner-third fa-w-16 fa-spin fa-lg%27%3E%3Cg class=%27fa-group%27%3E%3Cpath fill=%27%23cccccc36%27 d=%27M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z%27 class=%27fa-secondary%27%3E%3C/path%3E%3Cpath fill=%27%23ccc%27 d=%27M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z%27 class=%27fa-primary%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  animation: spin 1s infinite linear
}

:root {
  --primary-color: #147DFE;
  --primary-color-rgb: 20, 125, 254;
  --black-color: #000000;
  --black-color-rgb: 0, 0, 0
}

.wpte-bf-outer *,.wpte-bf-outer *:before,.wpte-bf-outer *:after {
  box-sizing: border-box
}

.wpte-bf-outer,.wpte-bf-outer input,.wpte-bf-outer textarea,.wpte-bf-outer select,.wpte-bf-outer button {
  font-weight: 400
}

.wpte-bf-radio-wrap input[type=radio] {
  float: none;
  line-height: unset;
  height: unset
}

.wpte-bf-outer img {
  vertical-align: top;
  max-width: 100%
}

.wpte-bf-outer input[type=text],.wpte-bf-outer input[type=email],.wpte-bf-outer input[type=url],.wpte-bf-outer input[type=password],.wpte-bf-outer input[type=search],.wpte-bf-outer input[type=number],.wpte-bf-outer input[type=tel],.wpte-bf-outer input[type=range],.wpte-bf-outer input[type=date],.wpte-bf-outer input[type=month],.wpte-bf-outer input[type=week],.wpte-bf-outer input[type=time],.wpte-bf-outer input[type=datetime],.wpte-bf-outer input[type=datetime-local],.wpte-bf-outer input[type=color],.wpte-bf-outer select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
  background: rgba(var(--black-color-rgb), 0.01);
  padding: 10px 15px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none
}

.wpte-bf-outer input[type=text]:focus,.wpte-bf-outer input[type=email]:focus,.wpte-bf-outer input[type=url]:focus,.wpte-bf-outer input[type=password]:focus,.wpte-bf-outer input[type=search]:focus,.wpte-bf-outer input[type=number]:focus,.wpte-bf-outer input[type=tel]:focus,.wpte-bf-outer input[type=range]:focus,.wpte-bf-outer input[type=date]:focus,.wpte-bf-outer input[type=month]:focus,.wpte-bf-outer input[type=week]:focus,.wpte-bf-outer input[type=time]:focus,.wpte-bf-outer input[type=datetime]:focus,.wpte-bf-outer input[type=datetime-local]:focus,.wpte-bf-outer input[type=color]:focus,.wpte-bf-outer textarea:focus,.wpte-bf-outer select:focus {
  outline: none
}

.wpte-bf-outer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"rgba%280,0,0,0.5%29\" d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 14px;
  padding-right: 40px
}

.wpte-bf-outer input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap {
  font-size: 14px;
  color: rgba(var(--black-color-rgb), 0.6);
  position: relative
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap a {
  color: #ec1f25;
  text-decoration: underline
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap a:hover {
  text-decoration: none
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap input[type=checkbox] {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0;
  opacity: 0
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap label {
  display: inline-block;
  position: relative;
  padding-left: 30px
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid rgba(var(--black-color-rgb), 0.4);
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>");
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease .35s
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap input[type=checkbox]:checked+label::before {
  border-color: #ec1f25;
  background-color: #ec1f25;
  background-size: 13px
}

.parsley-errors-list {
  margin: 0;
  list-style: none;
  padding: 0
}

.parsley-errors-list li {
  font-size: 14px;
  margin-top: 5px;
  color: #cc444d
}

.wpte-bf-outer .wpte-bf-field {
  margin-bottom: 30px
}

.wpte-bf-outer .wpte-bf-label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px
}

.required {
  color: #ff8b3d
}

.wpte-bf-price-wrap {
  border: 1px solid rgba(var(--black-color-rgb), 0.06);
  background: rgba(var(--black-color-rgb), 0.01);
  padding: 8%
}

.wpte-bf-price-wrap .wpte-bf-ptitle {
  font-size: 15px;
  line-height: 1.53;
  margin-bottom: 10px
}

.wpte-bf-price-wrap .wpte-bf-price {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.07);
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.wpte-bf-price-wrap .wpte-bf-price:last-child {
  border-bottom: 0;
  margin-bottom: 0
}

.wpte-bf-price-wrap .wpte-bf-price del {
  color: rgba(var(--black-color-rgb), 0.4);
  font-size: 17px;
  display: inline-block;
  padding-right: 10px
}

.wpte-bf-price-wrap .wpte-bf-price ins {
  background: none;
  display: inline-block;
  font-size: 28px;
  line-height: normal;
  text-decoration: none;
  letter-spacing: .5px;
  font-weight: 600
}

.wpte-bf-price-wrap .wpte-bf-price ins b {
  font-weight: 600
}

.wpte-bf-price-wrap .wpte-bf-price .wpte-bf-pqty {
  display: inline-block;
  padding-left: 0px;
  font-size: 15px;
  opacity: .7
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-title {
  border-radius: 0;
  width: 100%;
  background: rgba(20, 125, 254, 0.15);
  border: none;
  min-height: 35px;
  padding: 5px 20px;
  cursor: pointer;
  text-shadow: none;
  color: #ec1f25;
  font-size: 15px;
  letter-spacing: .5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-title:hover {
  background: rgba(20, 125, 254, 0.2)
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-title .fa-users {
  margin-right: 10px;
  width: 18px;
  height: 15px
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-title .fa-chevron-down {
  margin-left: 15px;
  width: 13px;
  height: 15px;
  transition: all ease .35s
}

.wpte-bf-toggle-wrap.active .wpte-bf-toggle-title .fa-chevron-down {
  transform: rotate(180deg)
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-content {
  display: none
}

.wpte-bf-toggle-content table {
  width: 100%;
  margin: 10px 0 0 0;
  border-collapse: collapse
}

.wpte-bf-toggle-content table thead tr {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.35)
}

.wpte-bf-toggle-content table thead tr th {
  border: none;
  text-align: left;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px
}

.wpte-bf-toggle-content table thead tr th:last-child {
  text-align: right
}

.wpte-bf-toggle-content table tr td {
  border: none;
  padding: 12px 0;
  font-size: 14px;
  letter-spacing: .5px;
  text-align: left;
  position: relative
}

.wpte-bf-toggle-content table tr td:first-child {
  padding-right: 47px
}

.wpte-bf-toggle-content table tr td:last-child {
  text-align: right;
  font-weight: 500;
  padding-left: 47px
}

.wpte-bf-toggle-content table tr td:first-child::before {
  content: "";
  border-top: 1px dashed rgba(var(--black-color-rgb), 0.5);
  height: 1px;
  width: 94px;
  position: absolute;
  top: 0;
  left: calc(100% - 47px);
  bottom: 0;
  margin: auto;
  z-index: 9
}

.wpte-bf-booking-steps {
  margin-top: 45px;
  box-shadow: 0 -1px 45px rgba(var(--black-color-rgb), 0.07)
}

.wpte-bf-booking-steps .wpte-bf-step-wrap {
  background: rgba(var(--black-color-rgb), 0.05);
  padding: 15px;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
  background: none;
  border: none;
  padding: 0;
  text-shadow: none;
  color: rgba(0,0,0,.45);
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active {
  font-size: 16px;
  font-weight: 500;
  color: #ec1f25
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow {
  padding: 0 5px;
  position: relative;
  top: 2px
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow:last-child {
  display: none
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow svg {
  width: 10px;
  height: 13px
}

.wpte-bf-step-content:first-child {
  padding-bottom: 30px
}

.wpte-bf-step-content:not(.active) {
  display: none
}

.wpte-bf-datepicker {
  padding: 25px
}

.wpte-bf-datepicker .ui-datepicker-inline {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(20, 125, 254, 0.07);
  padding: 0;
  background: #fff;
  border-radius: 0
}

.wpte-bf-datepicker .ui-widget {
  max-width: 100%
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(20, 125, 254, 0.07);
  border-radius: 0;
  font-weight: 400;
  font-size: 17px;
  padding-top: 0;
  padding-bottom: 10px
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-datepicker-title {
  line-height: 1.18;
  font-size: 17px !important
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a[class*=ui-datepicker-] {
  top: auto;
  bottom: 5px;
  border: none;
  background-color: rgba(0,0,0,0);
  background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z\"></path></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: pointer;
  height: 1.8em !important
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a.ui-datepicker-prev-hover,.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a.ui-datepicker-next-hover {
  top: auto;
  bottom: 5px;
  opacity: 1;
  filter: alpha(opacity=100)
}

.wpte-bf-datepicker .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a.ui-datepicker-next {
  background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z\"></path></svg>")
}

.wpte-bf-datepicker .ui-datepicker .ui-datepicker-next-hover {
  right: 2px
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a[class*=ui-datepicker-] span {
  display: none
}

.wpte-bf-step-content .ui-datepicker table {
  font-size: 16px !important
}

.wpte-bf-datepicker .ui-datepicker th {
  padding: 10px 0;
  border-bottom: 1px solid rgba(20, 125, 254, 0.07);
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color)
}

.wpte-bf-step-content .ui-datepicker td span,.wpte-bf-step-content .ui-datepicker td a {
  padding: 10px 0;
  text-align: center;
  border-radius: 4px
}

.wpte-bf-datepicker .ui-datepicker td a.ui-state-default {
  background: none;
  border: none;
  text-align: center;
  font-size: 15px;
  color: var(--black-color);
  font-weight: 400;
  padding: 7px 0
}

.wpte-bf-datepicker .ui-datepicker td a.ui-state-default:hover {
  background: var(--black-color);
  color: #fff
}

.wpte-bf-step-content .ui-state-default,.wpte-bf-step-content .ui-widget-content .ui-state-default,.wpte-bf-step-content .ui-widget-header .ui-state-default,.wpte-bf-step-content .ui-button,html .wpte-bf-step-content .ui-button.ui-state-disabled:hover,html .wpte-bf-step-content .ui-button.ui-state-disabled:active {
  border: none;
  text-align: center;
  background: none
}

.wpte-bf-step-content .wpte-bf-block-title {
  padding: 30px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(var(--black-color-rgb), 0.8)
}

.wpte-bf-step-content .wpte-bf-traveler-member {
  padding: 0 25px
}

.wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-traveler-block,.wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-es-block {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-traveler,.wpte-bf-step-content .wpte-bf-es-block .wpte-bf-traveler {
  display: flex;
  flex: initial;
  align-items: center;
  position: relative;
  padding-right: 20px
}

.wpte-bf-step-content .wpte-bf-number-field {
  width: 82px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid rgba(var(--black-color-rgb), 0.3);
  overflow: hidden;
  display: flex;
  flex: initial
}

.wpte-bf-step-content .wpte-bf-number-field input[type=text] {
  width: calc(100% - 54px);
  padding: 0;
  border: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
  font-weight: 500;
  color: var(--black-color);
  font-size: 18px;
  height: auto;
  border-radius: 0;
  background: #fff
}

.wpte-bf-step-content .wpte-bf-number-field button {
  color: #333;
  width: 27px;
  height: 100%;
  background: rgba(var(--black-color-rgb), 0.1);
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.wpte-bf-step-content .wpte-bf-number-field button.wpte-bf-minus {
  order: -1
}

.wpte-bf-step-content .wpte-bf-number-field button:hover {
  color: #ec1f25
}

.wpte-bf-step-content .wpte-bf-number-field button svg {
  width: 12px;
  height: 16px
}

.wpte-bf-step-content .wpte-bf-number-field+span {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  width: calc(100% - 82px)
}

.wpte-bf-step-content .wpte-bf-price {
  font-size: 18px;
  letter-spacing: .5px
}

.wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-price,.wpte-bf-step-content .wpte-bf-es-block .wpte-bf-price {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-end
}

.wpte-bf-step-content .wpte-bf-price ins {
  background: none;
  text-decoration: none;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.wpte-bf-step-content .wpte-bf-price ins b {
  font-weight: 600;
  padding-left: 5px
}

.wpte-bf-step-content .wpte-bf-price .wpte-bf-pqty {
  display: block;
  font-size: 13px;
  text-align: right;
  color: rgba(var(--black-color-rgb), 0.5);
  letter-spacing: 0
}

.wpte-bf-step-content-wrap .wpte-bf-total-price {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px
}

.wpte-bf-step-content-wrap .wpte-bf-total-price>span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .5px
}

.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-total-txt {
  margin-right: 5px;
  font-weight: 200
}

.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-currency {
  font-weight: 300
}

.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-price-amt {
  font-weight: 600
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap .wpte-bf-toggle-content {
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap .wpte-bf-toggle-content table {
  margin-top: 0
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap .wpte-bf-toggle-content table+table {
  margin-top: 15px
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap table caption {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td {
  padding-right: 0;
  padding-left: 0
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td:first-child::before {
  display: none
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td .wpte-bf-info {
  font-size: 12px;
  color: rgba(var(--black-color-rgb), 0.6)
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total {
  border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
  font-weight: 400;
  text-align: right;
  padding-top: 10px
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total b {
  font-weight: 600;
  font-size: 16px;
  margin-left: 10px
}

.wpte-bf-step-content-wrap .wpte-bf-btn-wrap {
  padding: 25px 25px 30px 25px
}

.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn,.wpte-bf-submit input[type=submit] {
  width: 100%;
  border-radius: 3px;
  font-size: 18px;
  cursor: pointer
}

.wpte-bf-submit input[type=submit] {
  font-size: 20px;
  margin-left: 0
}

.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:hover,.wpte-bf-submit input[type=submit]:hover {
  opacity: .8;
  border-color: #ec1f25
}

.wpte-bf-info-wrap {
  position: absolute;
  top: 0;
  padding-left: 8px;
  right: 5px
}

.wpte-bf-info-wrap .wpte-bf-info-icon {
  color: var(--black-color);
  background: rgba(var(--black-color-rgb), 0.07);
  width: 18px;
  height: 18px;
  display: flex;
  border-radius: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: help
}

.wpte-bf-info-wrap .wpte-bf-info-icon svg {
  width: 10px;
  height: 10px
}

.wpte-bf-info-wrap .wpte-bf-info-txt {
  position: absolute;
  bottom: calc(100% + 15px);
  right: 0;
  background: var(--black-color);
  color: #fff;
  font-size: 12px;
  padding: 10px;
  line-height: 1.5;
  width: 180px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all ease .35s;
  transform: translateX(50%)
}

.wpte-bf-info-wrap .wpte-bf-info-icon:hover+.wpte-bf-info-txt {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible
}

.wpte-bf-info-wrap .wpte-bf-info-txt::after {
  content: "";
  border-top: 4px solid var(--black-color);
  border-left: 4px solid rgba(0,0,0,0);
  border-right: 4px solid rgba(0,0,0,0);
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  transform: translateX(-100%)
}

.wpte-bf-help-block {
  background: rgba(var(--black-color-rgb), 0.05);
  padding: 7px 12px;
  font-size: 14px;
  text-align: center
}

.wpte-bf-help-block a {
  color: #ec1f25;
  text-decoration: underline
}

.wpte-bf-help-block a:hover {
  text-decoration: none
}

.wpte-bf-checkout .wpte-bf-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5
}

.wpte-bf-checkout .wpte-bf-booking-steps {
  margin-top: 0;
  box-shadow: none
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap {
  background: none;
  padding: 0;
  text-align: left;
  font-size: 17px;
  margin-bottom: 60px;
  counter-reset: wpte-bf-count
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
  position: relative;
  counter-increment: wpte-bf-count;
  color: rgba(var(--black-color-rgb), 0.3);
  padding-left: 40px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: default;
  margin-left: 80px;
  padding-right: 20px
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:first-child {
  margin-left: 0
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:last-child {
  padding-right: 0
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active,.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed {
  font-weight: 500;
  color: var(--black-color)
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
  content: counter(wpte-bf-count);
  background: none;
  border: 1px solid rgba(0,0,0,.25);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0,0,0,.25);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  border-radius: 100%;
  font-weight: 400
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::before {
  content: "";
  background-color: #ec1f25 !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2733%27 height=%2732%27 viewBox=%270 0 33 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.4 31.5C7.83961 31.5 0.900024 24.5604 0.900024 16C0.900024 7.43959 7.83961 0.5 16.4 0.5C24.9604 0.5 31.9 7.43959 31.9 16C31.9 24.5604 24.9604 31.5 16.4 31.5Z%27 stroke=%27%231890FF%27/%3E%3Cpath d=%27M23.5437 10.25H22.2955C22.1205 10.25 21.9544 10.3304 21.8473 10.4679L14.4848 19.7946L10.9544 15.3214C10.901 15.2536 10.833 15.1988 10.7553 15.1611C10.6777 15.1233 10.5925 15.1037 10.5062 15.1036H9.25801C9.13837 15.1036 9.0723 15.2411 9.14551 15.3339L14.0366 21.5304C14.2652 21.8196 14.7044 21.8196 14.9348 21.5304L23.6562 10.4786C23.7294 10.3875 23.6634 10.25 23.5437 10.25V10.25Z%27 fill=%27%231890FF%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2733%27 height=%2732%27 viewBox=%270 0 33 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.4 31.5C7.83961 31.5 0.900024 24.5604 0.900024 16C0.900024 7.43959 7.83961 0.5 16.4 0.5C24.9604 0.5 31.9 7.43959 31.9 16C31.9 24.5604 24.9604 31.5 16.4 31.5Z%27 stroke=%27%231890FF%27/%3E%3Cpath d=%27M23.5437 10.25H22.2955C22.1205 10.25 21.9544 10.3304 21.8473 10.4679L14.4848 19.7946L10.9544 15.3214C10.901 15.2536 10.833 15.1988 10.7553 15.1611C10.6777 15.1233 10.5925 15.1037 10.5062 15.1036H9.25801C9.13837 15.1036 9.0723 15.2411 9.14551 15.3339L14.0366 21.5304C14.2652 21.8196 14.7044 21.8196 14.9348 21.5304L23.6562 10.4786C23.7294 10.3875 23.6634 10.25 23.5437 10.25V10.25Z%27 fill=%27%231890FF%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  border-color: rgba(0,0,0,0)
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::before {
  background: #ec1f25;
  border-color: #ec1f25;
  color: #fff
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
  content: "";
  background: rgba(6,22,38,.2);
  width: 60px;
  height: 1px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%)
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:first-child::after {
  display: none
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::after,.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::after {
  background: #ec1f25
}

.wpte-bf-checkout .wpte-bf-step-content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}

.wpte-bf-checkout .wpte-bf-checkout-form {
  width: 65%;
  padding-right: 5%
}

.wpte-bf-checkout .wpte-bf-checkout-form form {
  padding: 40px 24px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 1px rgba(0,0,0,.04)
}

.wpte-bf-checkout .wpte-bf-checkout-form form .wpte-bf-submit {
  margin-bottom: 0
}

.wpte-bf-checkout .wpte-bf-checkout-form form .wpte-bf-submit input[type=submit] {
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  width: auto
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio {
  border-top: 1px solid #ec1f25;
  padding-top: 30px;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio .wpte-bf-label {
  color: rgba(var(--black-color-rgb), 0.8);
  font-size: 19px;
  width: 100%;
  margin-bottom: 25px
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap {
  display: inline-block;
  margin-right: 3%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  color: rgba(var(--black-color-rgb), 0.75);
  position: relative
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap:last-child {
  margin-right: 0
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap input[type=radio] {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0;
  opacity: 0
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap label {
  position: relative;
  display: inline-block;
  padding-left: 30px
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid rgba(var(--black-color-rgb), 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 100%;
  box-shadow: 0 0 0 20px #fff inset;
  background: rgba(0,0,0,0);
  transform: translateY(-50%);
  transition: all ease .35s
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap input[type=radio]:checked+label::before {
  background: #ec1f25;
  border-color: #ec1f25;
  box-shadow: 0 0 0 4px #fff inset
}

.wpte-bf-checkout .wpte-bf-card-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
  background: rgba(var(--black-color-rgb), 0.01);
  padding: 10px 15px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
  height: auto;
  min-height: 60px
}

.wpte-bf-checkout .wpte-bf-card-number input[type=number] {
  border: none;
  background: none;
  padding: 0 15px 0 0;
  width: auto;
  max-width: calc(100% - 140px);
  display: flex;
  flex: 1;
  height: auto;
  flex-direction: column
}

.wpte-bf-checkout .wpte-bf-card-number input[type=number]+img {
  max-width: 140px
}

.wpte-bf-checkout .wpte-bf-half {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
  overflow: hidden
}

.wpte-bf-checkout .wpte-bf-half .wpte-bf-label {
  width: 100%;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%
}

.wpte-bf-checkout .wpte-bf-half select {
  margin-top: 10px;
  margin-right: 1%;
  margin-left: 1%;
  width: 48%
}

.wpte-bf-checkout .wpte-bf-password {
  max-width: 49%
}

.wpte-bf-checkout .wpte-bf-password-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
  background: rgba(var(--black-color-rgb), 0.01);
  padding: 10px 15px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
  height: auto;
  min-height: 60px
}

.wpte-bf-checkout .wpte-bf-password-wrap input[type=password],.wpte-bf-checkout .wpte-bf-password-wrap input[type=text] {
  border: none;
  background: none;
  padding: 0 15px 0 0;
  width: calc(100% - 25px);
  height: auto
}

.wpte-bf-checkout .wpte-bf-password-wrap .wpte-bf-vp {
  padding: 0;
  background: none;
  border: none;
  width: 25px;
  height: 25px;
  overflow: hidden;
  line-height: 25px;
  color: rgba(var(--black-color-rgb), 0.35);
  cursor: pointer;
  position: relative
}

.wpte-bf-checkout .wpte-bf-password-wrap .wpte-bf-vp svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.wpte-bf-checkout .wpte-bf-password-wrap .wpte-bf-vp svg:last-child {
  display: none
}

.wpte-bf-checkout .wpte-bf-password-wrap.type-changed .wpte-bf-vp svg:first-child {
  display: none
}

.wpte-bf-checkout .wpte-bf-password-wrap.type-changed .wpte-bf-vp svg:last-child {
  display: block;
  color: rgba(var(--black-color-rgb), 0.7)
}

.wpte-bf-checkout .wpte-bf-book-summary {
  width: 35%
}

.wpte-bf-checkout .wpte-bf-summary-wrap {
  padding: 10% 10% 0 10%;
  background: rgba(var(--black-color-rgb), 0.01);
  border: 1px solid rgba(var(--black-color-rgb), 0.05)
}

.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-title {
  font-size: 28px;
  font-weight: 300;
  color: rgba(var(--black-color-rgb), 0.8);
  margin-bottom: 20px
}

.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name-wrap {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
  margin-bottom: 22px;
  padding-bottom: 20px
}

.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name {
  font-size: 22px;
  font-weight: 500;
  color: rgba(var(--black-color-rgb), 0.9);
  line-height: 1.3;
  margin-bottom: 0
}

.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-date {
  font-size: 16px;
  letter-spacing: .5px
}

.wpte-bf-checkout .wpte-bf-summary-wrap table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: none;
  overflow: visible !important
}

.wpte-bf-checkout .wpte-bf-summary-wrap table.wpte-bf-extra-info-table {
  margin-top: 20px
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td {
  font-size: 18px;
  padding: 10px 0
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td {
  border: none;
  font-size: 16px;
  padding: 10px 0
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td:last-child {
  text-align: right
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td b {
  font-weight: 500
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr:last-child td {
  padding-bottom: 20px
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot {
  border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
  text-align: right
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td {
  padding-top: 20px
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-total-txt {
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  padding-right: 10px
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-currency {
  display: inline-block;
  font-size: 23px;
  letter-spacing: .5px
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-price-amt {
  font-weight: 500;
  font-size: 23px;
  letter-spacing: .5px
}

.wpte-bf-checkout .wpte-bf-summary-total {
  text-align: right;
  padding: 2% 10%;
  background: #eaeaea
}

.wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-total-price {
  margin-bottom: 0;
  line-height: 1.3
}

.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-total-txt {
  display: inline-block;
  font-size: 17px;
  vertical-align: middle
}

.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-currency {
  font-weight: 300;
  letter-spacing: .5px;
  font-size: 26px;
  display: inline-block;
  vertical-align: middle
}

.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-price-amt {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .5px;
  display: inline-block;
  vertical-align: middle
}

.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-total-price {
  color: #232323;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.relation-options-title,.personal-options-title {
  width: 100%;
  display: table;
  clear: both
}

.wp-travel-engine-personal-details:nth-child(2n),.wp-travel-engine-relation-details:nth-child(2n) {
  clear: both
}

.wp-travel-engine-relation-details select,.wp-travel-engine-personal-details select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0,0,0,0);
  background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"rgba%280,0,0,0.5%29\" d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 12px;
  padding-right: 30px
}

#wp-travel-engine-order-form input[type=submit] {
  display: table;
  clear: both;
  margin-left: 15px
}

.wpte-bf-animate-toggle {
  position: relative
}

.wpte-bf-animate-toggle .wpte-bf-toggle-content {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  box-shadow: 0px 0px 32px rgba(0,0,0,.08)
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content {
  margin-top: 0
}

.wte-bf-price-detail .wpte-bf-animate-toggle .wpte-bf-toggle-content {
  bottom: 100%;
  top: auto
}

.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-travellers-price-table {
  margin-top: 15px !important
}

.wtebf-toggle-title-active:after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23FFFFFF%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
  height: 18px;
  width: 18px;
  margin-left: 15px;
  vertical-align: middle;
  margin-top: -3px
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-toggle-close {
  font-size: 0;
  height: 18px;
  width: 18px;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-toggle-close:hover {
  background: none
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-toggle-close:after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333333%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
  height: 18px;
  width: 18px;
  margin-left: 0;
  vertical-align: middle;
  margin-top: -3px
}

@media screen and (min-width: 1025px)and (max-width: 1366px) {
  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
      margin-left:60px
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
      width: 40px
  }

  .wpte-bf-checkout .wpte-bf-summary-wrap {
      padding: 40px 20px 0 20px
  }

  .wpte-bf-checkout .wpte-bf-summary-total {
      padding-left: 20px;
      padding-right: 20px
  }
}

@media screen and (max-width: 1024px) {
  .wpte-bf-checkout .wpte-bf-step-content-wrap {
      flex-direction:column-reverse
  }

  .wpte-bf-checkout .wpte-bf-checkout-form {
      width: 100%;
      padding-right: 0
  }

  .wpte-bf-checkout .wpte-bf-book-summary {
      position: static;
      width: 100%;
      margin-bottom: 60px
  }

  .wpte-bf-checkout .wpte-bf-summary-wrap {
      padding: 50px 60px 0 60px
  }

  .wpte-bf-checkout .wpte-bf-summary-total {
      padding-left: 60px;
      padding-right: 60px
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
      font-size: 14px;
      padding-left: 0;
      padding-right: 5px;
      padding-top: 30px;
      margin-left: 30px;
      min-height: 25px
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
      right: 0;
      margin: 0 auto
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
      width: 20px;
      right: calc(100% + 7px);
      top: 15px;
      transform: none
  }
}

@media screen and (max-width: 640px) {
  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap {
      margin-bottom:40px;
      font-size: 14px;
      align-items: flex-start
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
      font-size: 0;
      padding-left: 0;
      padding-right: 5px;
      padding-top: 35px;
      margin-left: 35px;
      min-height: 22px;
      width: 27px
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active {
      font-size: 14px;
      font-weight: 400
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
      right: auto;
      margin: 0;
      font-size: 14px;
      font-weight: 500
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step .wpte-bf-step-inner {
      width: 150px;
      text-align: center;
      transform: translateX(-40%)
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:first-child .wpte-bf-step-inner {
      text-align: left;
      transform: none
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:last-child .wpte-bf-step-inner {
      text-align: right;
      transform: translateX(calc(-100% + 25px))
  }

  .wpte-bf-checkout .wpte-bf-password {
      max-width: 100%
  }
}

@media screen and (max-width: 480px) {
  .wpte-bf-booking-steps .wpte-bf-step-wrap {
      padding-left:10px;
      padding-right: 10px
  }

  .wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-traveler-block,.wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-es-block {
      flex-direction: column
  }

  .wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-traveler,.wpte-bf-step-content .wpte-bf-es-block .wpte-bf-traveler {
      margin-bottom: 20px
  }

  .wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-price,.wpte-bf-step-content .wpte-bf-es-block .wpte-bf-price {
      align-items: center
  }

  .wpte-bf-info-wrap .wpte-bf-info-txt {
      right: -10px;
      transform: none
  }

  .wpte-bf-info-wrap .wpte-bf-info-txt::after {
      left: auto;
      right: 8px
  }

  .wpte-bf-step-content .wpte-bf-price,.wpte-bf-step-content .wpte-bf-price .wpte-bf-pqty {
      text-align: center
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
      padding-top: 30px;
      margin-left: 30px
  }

  .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
      width: 22px;
      height: 22px;
      border-width: 2px;
      font-size: 13px;
      font-weight: 600;
      line-height: 18px;
      top: 5px
  }

  .wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap {
      margin-right: 20px
  }

  .wpte-bf-checkout .wpte-bf-card-number {
      flex-direction: column;
      align-items: flex-start
  }

  .wpte-bf-checkout .wpte-bf-card-number input[type=number] {
      display: block;
      width: 100%;
      max-width: 100%;
      flex: initial;
      padding-right: 0
  }

  .wpte-bf-checkout .wpte-bf-card-number img {
      margin-top: 15px
  }

  .wpte-bf-checkout .wpte-bf-card-number input[type=number]+img {
      max-width: 100%
  }

  .wpte-bf-checkout .wpte-bf-half {
      margin-left: 0;
      margin-right: 0;
      flex-direction: column
  }

  .wpte-bf-checkout .wpte-bf-half .wpte-bf-label {
      margin-left: 0;
      margin-right: 0
  }

  .wpte-bf-checkout .wpte-bf-half select {
      width: 100%;
      margin-left: 0;
      margin-right: 0
  }

  .wpte-bf-checkout .wpte-bf-summary-wrap {
      padding: 40px 20px 0 20px
  }

  .wpte-bf-checkout .wpte-bf-summary-total {
      padding-left: 25px;
      padding-right: 25px
  }
}

#coupon-response-holder {
  margin-top: 17px
}

.coupon-response-error {
  background-color: #fbe7e7;
  padding: 11px 15px;
  color: #a94442;
  border-radius: 5px;
  border-radius: 5px;
  font-size: 16px
}

.coupon-response-success {
  background-color: #e5f7f3;
  padding: 11px 15px;
  color: #00af87;
  border-radius: 5px;
  font-size: 16px
}

.wte-coupon-response-reset-coupon {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px
}

.wte-coupon-response-reset-coupon:hover {
  cursor: pointer
}

span.wp-travel-engine-info-msg {
  background: #1eb823;
  padding: 10px;
  color: #fff;
  font-weight: 800
}

.wte-coupon-whole-wrap {
  padding: 30px 100px 30px 30px;
  position: relative;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 1px rgba(0,0,0,.04)
}

.wte-coupon-whole-wrap .wte-apply-coupon-title {
  margin-bottom: 16px !important;
  margin-top: 0
}

.wte-coupon-whole-wrap .wte-apply-coupon-title p {
  font-size: 16px;
  color: #232323;
  font-weight: 500;
  margin: 0
}

.wte-coupon-whole-wrap .coupon-close-button {
  visibility: collapse;
  position: absolute;
  top: 16px;
  right: 14px;
  height: 19px;
  width: 19px
}

.wte-coupon-whole-wrap .coupon-close-button:hover {
  cursor: pointer
}

.wte-coupon-whole-wrap .coupon-close-button:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23A7A59C%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat
}

.wte-coupon-whole-wrap p {
  color: #232323;
  margin-bottom: 16px;
  margin-top: 0
}

.wte-coupon-whole-wrap .coupon {
  display: flex
}

.wte-coupon-whole-wrap .coupon:before,.wte-coupon-whole-wrap .coupon:after {
  display: table;
  content: "";
  clear: both
}

.wte-coupon-whole-wrap .coupon .input-text {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 17px;
  border: 1px solid rgba(35,35,35,.1);
  background: #fff;
  font-size: 16px;
  color: #232323;
  width: calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  border-radius: 5px 0 0 5px
}

.wte-coupon-whole-wrap .coupon .wp-travel-engine-coupons-apply-btn {
  height: 55px;
  display: inline-block;
  line-height: 55px;
  padding: 0 40px;
  margin: 0;
  background: #ec1f25;
  color: #fff;
  border: solid 1px #ec1f25;
  border-radius: 0 5px 5px 0;
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: normal;
  transition: all ease .3s
}

.wte-coupon-whole-wrap .coupon .wp-travel-engine-coupons-apply-btn:hover {
  opacity: .8
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr.wte-coupons-discount-calculation-tr:last-of-type {
  border: none !important
}

.wte-coupons-discount-calculation-tr .wte-coupons-discount-calculation-td {
  padding: 10px 0 20px
}

.wte-coupons-discount-calculation-tr:last-of-type {
  border-bottom: none !important
}

.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td {
  text-align: right !important
}

.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td .wpte-bf-total-txt {
  font-size: 20px !important;
  color: rgba(35,35,35,.8) !important
}

.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td .wpte-bf-total-txt:after {
  display: none !important
}

.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td span.wpte-currency-code {
  padding-left: 0
}

@media(min-width: 1025px) {
  .wpte_has-sticky-booking-widget .wpte-booking-area-wrapper {
      transition:all .3s
  }

  .wpte_has-sticky-booking-widget .wpte-booking-area-wrapper.is-sticky {
      position: sticky;
      top: 50px;
      z-index: 11
  }

  .wpte_has-sticky-booking-widget.wte-tabs-fixed .wpte-booking-area-wrapper.is-sticky {
      top: 90px
  }

  .wpte_has-sticky-booking-widget.wte-tabs-fixed.admin-bar .wpte-booking-area-wrapper.is-sticky {
      top: 130px
  }
}

.wpte-trip-feat-img-gallery {
  position: relative
}

.wpte-trip-feat-img-gallery .owl-prev {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0
}

.wpte-trip-feat-img-gallery .owl-prev:before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 192 512%27%3E%3Cpath d=%27M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z%27/%3E%3C/svg%3E") center center no-repeat
}

.wpte-trip-feat-img-gallery .owl-next {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0
}

.wpte-trip-feat-img-gallery .owl-next:after {
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 192 512%27%3E%3Cpath d=%27M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z%27/%3E%3C/svg%3E") center center no-repeat
}

.wte-video-gallery-slider {
  margin-bottom: 1.5em
}

.wte-video-gallery-slider .owl-item .owl-video-wrapper {
  height: 0;
  padding-top: 56.25%
}

.wte-video-gallery-slider .owl-item .owl-video-tn,.wte-video-gallery-slider .owl-item iframe {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0
}

.wte-video-gallery-slider .owl-nav button[class*=owl-] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 45px;
  background: rgba(0,0,0,.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  transform: translateY(-50%)
}

.wte-video-gallery-slider .owl-nav button.owl-next {
  left: auto;
  right: 0
}

.wte-video-gallery-slider .owl-nav button[class*=owl-]:hover {
  background: rgba(0,0,0,.75)
}

.wte-video-gallery-slider .owl-nav [class*=owl-] svg {
  width: 20px;
  height: 20px;
  margin: auto;
  color: #fff;
  opacity: .7;
  filter: alpha(opacity=70)
}

.wte-video-gallery-slider .owl-nav button.owl-prev svg {
  position: relative;
  left: -2px
}

.wte-video-gallery-slider .owl-nav [class*=owl-]:hover svg {
  opacity: 1;
  filter: alpha(opacity=100)
}

.wp-travel-engine-vid-gal-popup {
  display: block;
  margin-bottom: 1.5em
}

.wte-video-gallery-slider.owl-carousel .owl-video-play-icon {
  background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"%23fff\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6zM48 453.5v-395c0-4.6 5.1-7.5 9.1-5.2l334.2 197.5c3.9 2.3 3.9 8 0 10.3L57.1 458.7c-4 2.3-9.1-.6-9.1-5.2z\"></path></svg>");
  background-color: rgba(0,0,0,.5);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0
}

@media only screen and (max-width: 767px) {
  .wpte-trip-feat-img-gallery .owl-prev {
      width:40px;
      height: 40px;
      left: 10px
  }

  .wpte-trip-feat-img-gallery .owl-next {
      width: 40px;
      height: 40px;
      right: 10px
  }
}

* {
  box-sizing: border-box
}

.place-order-form-primary-wrapper {
  margin-bottom: 15px
}

p:empty {
  display: none
}

input[type=text],input[type=email],input[type=search],input[type=number],select,textarea {
  padding: 16px
}

input.enquiry-submit,input[type=submit] {
  padding: 16px;
  background-color: #ec1f25;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px
}

input.enquiry-submit:hover {
  opacity: .9
}

.confirm-holder {
  margin: 0 0 20px
}

#tabs-container {
  margin-top: 30px;
  margin-bottom: 30px
}

#tabs-container .tab-inner-wrapper:after {
  content: "";
  display: block;
  clear: both
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title {
  font-size: 1em;
  font-weight: normal;
  margin: 0
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title:before,#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title:after {
  display: none
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:focus,#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:hover {
  outline: none;
  text-decoration: none
}

.trip-map img,.trip-map iframe {
  vertical-align: top
}

.trip-map iframe {
  width: 100%
}

.trip-map {
  margin-top: 40px
}

.trip-content-area .widget-area .secondary-trip-info {
  margin: 0 0 30px
}

.trip-content-area .widget-area .wpte-booking-area-wrapper+.secondary-trip-info {
  margin-top: 30px
}

.trip-content-area .widget-area .trip-price .price-holder {
  padding: 0;
  position: relative;
  border: 1px solid #e1e2e3;
  border-radius: 5px
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder {
  padding: 30px 20px 20px;
  border-bottom: 1px solid #e1e2e3
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 70%;
  padding: 10px 10px 10px 45px;
  text-align: center;
  line-height: 1.25em;
  background: #000;
  color: #fff;
  box-shadow: 0 0px 15px rgba(0,0,0,.5)
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice:before {
  position: absolute;
  top: 7px;
  left: 12px;
  width: 25px;
  height: 25px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 640 512%27%3E%3Cpath d=%27M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z%27/%3E%3C/svg%3E") center center no-repeat
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .price-from {
  font-size: 16px
}

.trip-content-area .widget-area .trip-price .price-holder .prev-price strike {
  font-size: 18px
}

.trip-content-area .widget-area .trip-price .price-holder .prev-price,.trip-content-area .widget-area .trip-price .price-holder .price {
  display: block;
  margin: 0 0 3px
}

.trip-content-area .widget-area .trip-price .price-holder .group-discount-check {
  padding: 10px 20px;
  border-bottom: 1px solid #e1e2e3;
  font-size: 16px
}

.trip-content-area .widget-area .trip-price .price-holder .group-discount-check svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px
}

.trip-content-area .widget-area .trip-price .price-holder form input[type=number],.trip-content-area .widget-area .trip-price .price-holder form .total-amt {
  margin: 0 0 20px
}

.trip-content-area .widget-area .trip-price .price-holder form input[type=number] {
  width: 100%
}

.trip-content-area .widget-area .trip-price .price-holder form .check-availability,.trip-content-area .widget-area .trip-price .price-holder form .book-submit {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  border-radius: 0 0 5px 5px;
  width: 100%;
  transition: linear .2s
}

.trip-content-area .widget-area .trip-price .price-holder form .check-availability:hover,.trip-content-area .widget-area .trip-price .price-holder form .check-availability:focus,.trip-content-area .widget-area .trip-price .price-holder form .book-submit:hover,.trip-content-area .widget-area .trip-price .price-holder form .book-submit:focus {
  background: #3baf84;
  border-color: #3baf84
}

.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper {
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #e1e2e3;
  border-radius: 0
}

.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper input[type=text] {
  border: 0;
  padding: 5px 10px;
  width: 100%
}

.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input {
  padding: 10px 20px;
  border-bottom: 1px solid #e1e2e3
}

.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input label {
  font-size: 16px
}

.wpte-expand-extra-service {
  padding: 10px 20px;
  border-bottom: 1px solid #e1e2e3
}

.trip-content-area .widget-area .trip-price .price-holder .wpte-expand-extra-service:after {
  top: 12px;
  right: 20px
}

.wpte-expand-extra-service .scroll-down h5 {
  margin: 0
}

.wpte-expand-extra-service .extra-service-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0
}

.wpte-expand-extra-service .extra-service-wrap .extra-service-info-holder {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 10px;
  font-size: 16px
}

.wpte-expand-extra-service .extra-service-wrap .input-holder {
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e1e2e3
}

.wpte-expand-extra-service .extra-service-wrap .input-holder .less-no,.wpte-expand-extra-service .extra-service-wrap .input-holder .more-no {
  width: 30px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center
}

.wpte-expand-extra-service .extra-service-wrap .input-holder input[type=text] {
  width: 38px;
  border: 1px solid #e1e2e3;
  text-align: center;
  padding: 0
}

.trip-content-area .widget-area .trip-price form .discount-price-per-traveler,.trip-content-area .widget-area .trip-price form .discount-price-per-child-traveler {
  padding: 10px 20px;
  font-size: 16px;
  border-bottom: 1px solid #e1e2e3
}

.trip-content-area .widget-area .trip-price .price-holder form .total-amt {
  text-align: center;
  margin: 0;
  padding: 10px 20px
}

.wp-travel-engine-billing-details,.wp-travel-engine-relation-details-wrapper {
  margin-bottom: 30px
}

.wp-travel-engine-billing-details-wrapper,.wp-travel-engine-personal-details-inner-wrapper,.wp-travel-engine-relation-details-inner-wrapper {
  margin: 0 -10px;
  overflow: hidden
}

.wp-travel-engine-billing-details-field-wrap,.wp-travel-engine-personal-details,.wp-travel-engine-relation-details {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 18px;
  min-height: 74px
}

.relation-options-title,.personal-options-title,.personal-options-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 17px;
  background: #eee;
  padding: 10px 14px;
  border-radius: 2px
}

.place-order-form-primary-wrapper input,.place-order-form-primary-wrapper select {
  width: 100%;
  min-height: 34px;
  padding: 4px 10px !important;
  border: 1px solid #ccc;
  border-radius: 2px
}

.place-order-form-secondary-wrapper {
  margin-bottom: 30px
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column {
  float: left;
  margin-right: 15px;
  width: 25%
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-right-column,.wp-travel-engine-order-form-wrapper {
  overflow: hidden
}

.place-order-form-secondary-wrapper .trip-title {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 20px
}

.place-order-form-secondary-wrapper .trip-property {
  margin: 0;
  padding: 0
}

.place-order-form-secondary-wrapper .trip-property li {
  list-style: none;
  font-size: 14px;
  line-height: 22px
}

.place-order-form-secondary-wrapper .trip-property li span {
  display: inline-block;
  width: 30%;
  margin-right: 5px
}

.wp-travel-engine-order-form-wrapper {
  overflow: hidden;
  background: none;
  padding: 30px 30px 15px;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0
}

.wp-travel-engine-order-form-wrapper .trip-title {
  margin-bottom: 12px !important
}

.secondary-inner-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  background: #ccc;
  padding: 10px 0
}

#primary .page .entry-content .secondary-inner-wrapper table,#primary .page .entry-content .secondary-inner-wrapper table td {
  border: 0
}

#primary .page .entry-content .secondary-inner-wrapper table th {
  background: none
}

.secondary-inner-wrapper table {
  margin-bottom: 0
}

.secondary-inner-wrapper .person-price-table {
  text-align: center
}

.hidden-price {
  display: none
}

.date-time-wrapper {
  position: relative;
  background: #fff;
  display: none;
  border-radius: 5px;
  margin-top: 10px
}

.date-time-wrapper:after {
  position: absolute;
  top: 30px;
  right: 17px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%238d8d8d%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M400 64h-48V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v56H128V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v56H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM138.7 480H48c-8.8 0-16-7.2-16-16v-58.7h106.7V480zm0-106.7H32v-74.7h106.7v74.7zM32 266.7V192h106.7v74.7H32zM277.3 480H170.7v-74.7h106.7V480zm0-106.7H170.7v-74.7h106.7v74.7zM170.7 266.7V192h106.7v74.7H170.7zM416 464c0 8.8-7.2 16-16 16h-90.7v-74.7H416V464zm0-90.7H309.3v-74.7H416v74.7zm0-106.6H309.3V192H416v74.7zm0-106.7H32v-48c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v48z%27/%3E%3C/svg%3E") center center no-repeat;
  width: 15px;
  height: 20px
}

.price-fixed {
  top: 0;
  position: fixed;
  z-index: 50;
  display: block;
  width: 328px !important
}

.open.side-btn,.close.side-btn {
  position: fixed;
  top: 74%;
  display: block;
  background: red;
  left: 70%
}

#open-example1,#close-example1 {
  display: none
}

.trip-content-area .secondary-trip-info.side-trip-price {
  margin-top: 0
}

.disabled {
  cursor: not-allowed;
  pointer-events: none
}

.disabled:hover {
  cursor: not-allowed
}

.ui-datepicker {
  max-width: 244px
}

.ui-datepicker table {
  font-size: 12px !important;
  line-height: 15px;
  text-align: center
}

.ui-datepicker .ui-datepicker-title {
  font-size: 12px !important;
  line-height: 15px
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
  height: 24px !important
}

.wp-travel-engine-archive-outer-wrap:after {
  display: block;
  content: "";
  clear: both
}

.archive .wp-travel-engine-archive-wrap {
  margin-bottom: 40px
}

.wp-travel-engine-archive-outer-wrap .child-title {
  font-weight: 400;
  font-size: 1em
}

.wp-travel-engine-archive-outer-wrap .child-title a {
  color: #212121
}

.wp-travel-engine-archive-outer-wrap .child-title a:hover {
  text-decoration: none
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap {
  width: 33.3333%;
  padding: 0 15px
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder {
  margin: 0 0 20px;
  position: relative
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder img {
  vertical-align: top
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .trip-post-thumbnail {
  display: block
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .price-holder {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #fff;
  padding: 5px 10px
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount {
  position: absolute;
  right: 0;
  top: 20px;
  background: #fff;
  padding: 5px 10px 5px 30px;
  cursor: pointer
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount:before {
  position: absolute;
  width: 15px;
  height: 20px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z%27/%3E%3C/svg%3E") center center no-repeat;
  top: 50%;
  left: 6px;
  transform: translateY(-50%)
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount .tooltip {
  position: absolute;
  top: 50%;
  left: -210px;
  width: 200px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 65%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-10px, -50%);
  transition: ease .2s
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%)
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount .tooltip:after {
  position: absolute;
  top: 50%;
  right: -5px;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid rgba(0,0,0,0);
  border-left: 5px solid #000;
  border-bottom: 5px solid rgba(0,0,0,0);
  transform: translateY(-50%)
}

.wp-travel-engine-archive-wrap .title {
  font-size: 20px;
  line-height: 1.65em;
  font-weight: 700;
  margin: 0 0 1.65em
}

.wp-travel-engine-archive-wrap .title a {
  color: #212121
}

.wp-travel-engine-archive-wrap .title a:hover,.wp-travel-engine-archive-wrap .title a:focus {
  text-decoration: underline
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .meta-info {
  margin: 0 0 10px
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .fsd-title {
  margin: 0 0 10px
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list li {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list li svg {
  margin-right: 5px
}

.wp-travel-engine-archive-wrap .trip_price,.wp-travel-engine-archive-wrap .trip_duration {
  display: block;
  margin-bottom: 10px;
  color: #0d0d0d
}

.wp-travel-engine-archive-wrap .trip_price strike span {
  color: #0d0d0d !important;
  font-size: 15px;
  line-height: 18px
}

#wp-travel-engine-order-form input:not([type=submit],[type=checkbox],[type=radio]) {
  padding: 12px 20px
}

.place-order-form-primary-wrapper input,.place-order-form-primary-wrapper select {
  padding: 12px 10px !important;
  border-radius: 3px;
  height: 50px
}

.trip-content .related-posts {
  margin-top: 40px
}

.trip-content .related-posts .post .entry-title {
  text-align: center;
  margin-top: -8px
}

.trip-content .related-posts .post {
  margin-bottom: 30px
}

.trip-content .related-posts .post .entry-meta {
  position: relative;
  top: -31px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 18px
}

.trip-content .related-posts .post .entry-meta span {
  background: #0c83b8;
  padding: 7px 14px
}

.wp-travel-engine-relation-details input:not([type=submit],[type=checkbox],[type=radio]),.wp-travel-engine-personal-details input:not([type=submit],[type=checkbox],[type=radio]) {
  padding: 12px 10px;
  width: 100%;
  height: 53px
}

.wp-travel-engine-relation-details select,.wp-travel-engine-personal-details select {
  width: 100%;
  padding: 12px 10px
}

.relation-options-title,.personal-options-title,.personal-options-title {
  padding: 20px 14px
}

#wp-travel-engine-order-form input[type=submit] {
  margin-top: 20px
}

#wp-travel-engine-order-form label {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 5px
}

#primary #wp-travel-engine-order-form {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: auto;
  border: 0
}

#primary #wp-travel-engine-order-form table tr {
  background: none
}

.entry-content .thank-you-container {
  margin-top: 30px
}

#primary .entry-content .thank-you-container h3 {
  margin-bottom: 12px !important
}

.entry-content .thank-you-container table tr:nth-child(2n+1) {
  background: #f9f9f9
}

.entry-content .thank-you-container table tr:first-child {
  border-bottom: 0
}

.entry-content .thank-you-container table th {
  padding: 16px 30px;
  background: #f3f3f3;
  color: #212121;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500
}

.entry-content .thank-you-container table td {
  padding: 16px 30px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #212121
}

.trip-entry-content ul {
  margin: 0;
  padding: 0
}

.trip-entry-content ul li {
  list-style: none
}

#CDSWIDSSP {
  width: 100% !important
}

.wp-travel-engine-archive-outer-wrap .child-title a:hover {
  color: #f7921f
}

.payment-gateway-options {
  display: none
}

.tab_container {
  display: none
}

#price-loading {
  position: absolute;
  text-align: center;
  font-size: 50px;
  color: #000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0,0%,100%,.8)
}

#price-loading-outer {
  display: table-row
}

#price-loading-inner {
  display: table-cell;
  vertical-align: middle
}

#price-loading-wrap {
  display: table;
  width: 100%;
  height: 100%
}

#price-loader {
  font-size: 100px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 39%;
  background: #fff;
  opacity: .8;
  width: 100%;
  height: 100%
}

.itinerary {
  counter-reset: ity-count
}

.itinerary-row {
  list-style: none;
  border-left: 1px dashed #efefef;
  background: #fff;
  position: relative;
  padding: 0 0 32px 50px;
  margin-left: 15px;
  counter-increment: ity-count
}

.itinerary-row::before {
  content: counter(ity-count);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ec1f25;
  position: absolute;
  left: -20px;
  top: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff
}

.itinerary-row:last-child {
  padding-bottom: 0
}

.itinerary-row p:last-child {
  margin-bottom: 0
}

.itinerary-row .title,.itinerary-title {
  font-weight: 500
}

span.day-count {
  display: inline-block;
  position: absolute;
  left: 9%;
  top: 7px;
  color: #555
}

.itinerary-content label {
  width: 115px;
  float: left;
  font-weight: 500;
  padding: 5px 0
}

.trip-facts-value {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px
}

.trip-facts-value li {
  display: flex;
  flex-direction: row;
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 15px;
  margin: 0 0 20px;
  max-width: 100%;
  min-width: 230px
}

.trip-facts-value li:after {
  content: "";
  display: block;
  clear: both
}

.trip-facts-value li svg {
  align-items: flex-start;
  margin-right: 15px;
  font-size: 30px;
  max-width: 30px
}

.trip-facts-value li svg path {
  fill: currentColor
}

.trip-facts-value li .trip-facts-text {
  align-items: flex-start;
  flex: 1 0 0
}

.trip-facts-text label {
  font-weight: 500
}

.itinerary .title {
  float: left;
  margin-right: 15px
}

.itinerary .itinerary-content {
  overflow: hidden
}

.itinerary .itinerary-content .title {
  float: none;
  display: block;
  font-weight: 700;
  margin: 0 0 10px
}

#include-result {
  margin: 0 0 30px;
  padding: 0;
  list-style: none
}

#include-result li,#exclude-result li {
  margin: 0 0 16px;
  padding-left: 32px;
  position: relative;
  line-height: 2
}

#include-result li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 15px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2343a32d%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z%27/%3E%3C/svg%3E") center center no-repeat
}

#exclude-result {
  margin: 0 0 30px;
  padding: 0;
  list-style: none
}

#exclude-result li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 15px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23d80808%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat
}

.page-template-template-destination .destination-holder {
  display: -ms-flexbox;
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

.page-template-template-destination .destination-holder .item {
  width: 33.333%;
  padding: 0 15px;
  margin: 0 0 30px
}

.archive .trip-content-area .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px
}

.archive .trip-content-area .grid .col {
  width: 33.333%;
  padding: 0 15px;
  margin: 0 0 30px
}

.archive .trip-content-area .grid .col .img-holder a {
  display: block
}

.archive .trip-content-area .grid .col .group-discount {
  display: block
}

.archive .trip-content-area .grid .col .review-wrap {
  background: none;
  padding: 0
}

.archive .trip-content-area .grid .col .review-wrap .average-rating {
  border: 0
}

.archive .trip-content-area .grid .col .next-trip-info .next-departure-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.page-template-template-activities .activities-holder,.page-template-template-trip_types .trip_types-holder {
  margin-top: 40px;
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

.page-template-template-activities .activities-holder .item,.page-template-template-trip_types .trip_types-holder .item {
  width: 33.333%;
  padding: 0 15px;
  margin: 0 0 30px
}

.page-template-template-activities .activities-holder .item .img-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder {
  position: relative;
  overflow: hidden
}

.page-template-template-activities .activities-holder .item .img-holder img,.page-template-template-trip_types .trip_types-holder .item .img-holder img {
  vertical-align: top
}

.page-template-template-activities .activities-holder .item .img-holder:hover .title-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .title-holder,.page-template-template-activities .activities-holder .item .img-holder:focus .title-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder:focus .title-holder,.page-template-template-activities .activities-holder .item .img-holder:focus-within .title-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder:focus-within .title-holder {
  opacity: 0
}

.page-template-template-activities .activities-holder .item .img-holder .text-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  color: #fff;
  padding: 10px;
  opacity: 0;
  transition: ease .2s
}

.page-template-template-activities .activities-holder .item .img-holder .text-holder .title,.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder .title {
  font-size: 1.25em
}

.page-template-template-activities .activities-holder .item .img-holder:hover .text-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .text-holder,.page-template-template-activities .activities-holder .item .img-holder:focus .text-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder:focus .text-holder,.page-template-template-activities .activities-holder .item .img-holder:focus-within .text-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder:focus-within .text-holder {
  opacity: 1
}

.archive .trip-content-area .grid .btn-loadmore,.archive .trip-content-area .grid .load-destination {
  text-align: center;
  width: 100%
}

.archive .trip-content-area .grid .btn-loadmore span,.archive .trip-content-area .grid .load-destination span {
  display: inline-block;
  font-size: 13px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  background: #ffaf46;
  border: 2px solid #ffaf46;
  padding: 10px 40px;
  border-radius: 5px;
  cursor: pointer;
  transition: ease .2s
}

.archive .trip-content-area .grid .btn-loadmore span:hover,.archive .trip-content-area .grid .load-destination span:hover,.archive .trip-content-area .grid .btn-loadmore span:focus,.archive .trip-content-area .grid .load-destination span:focus {
  background: none;
  color: #ffaf46
}

.payment-options-holder {
  margin-bottom: 20px
}

select#wte_payment_options {
  margin-bottom: 30px
}

#wp-travel-engine-order-form+.error {
  display: none;
  background-color: #f2dede;
  border: 1px solid #a94442;
  padding: 5px 10px;
  color: #a94442;
  border-radius: 5px
}

.successful {
  display: none;
  color: #32b67a;
  background: #dcf5de;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #32b67a
}

.place-order-form-primary-wrapper {
  position: relative
}

#primary #wp-travel-engine-order-form {
  position: relative
}

#price-loader {
  font-size: 100px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  background: #fff;
  opacity: .8;
  width: 100%;
  height: 100%;
  z-index: 1
}

#price-loader table,#price-loader table-row,#price-loader table-cell {
  width: 100%;
  height: 100%;
  vertical-align: middle
}

#price-loader .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.trip-content-area {
  max-width: 1320px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

.trip-content-area .row {
  display: flex;
  flex-wrap: wrap
}

.row {
  margin: 0 -15px
}

.row:after {
  display: block;
  clear: both;
  content: ""
}

.single-trip #primary {
  flex: 0 0 66.67%;
  width: 66.67%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0
}

.single-trip #secondary {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 15px
}

.place-order-form-secondary-wrapper {
  margin: 0 0 60px
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-form-wrapper {
  padding: 108px 40px 40px 40px;
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 5px 5px 0 0
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column {
  width: 350px;
  margin-right: 40px
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column img {
  vertical-align: top
}

.wp-travel-engine-order-form-wrapper .trip-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 20px !important;
  line-height: 1.3em !important;
  font-weight: 600;
  margin: 0;
  padding: 20px 40px
}

.place-order-form-secondary-wrapper .trip-property li {
  font-size: 15px;
  margin: 0 0 15px
}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price .cart-trip-total-price-holder {
  width: auto;
  font-size: 22px;
  line-height: 1.181em;
  font-weight: 600;
  color: #111
}

.place-order-form-secondary-wrapper .trip-property li span {
  width: 35%
}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price {
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
  padding-top: 20px;
  font-size: 22px;
  line-height: 1.181em;
  font-weight: 600;
  color: #111
}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price span {
  font-size: 18px;
  line-height: 1.444em;
  font-weight: 500;
  color: #666
}

.relation-options-title,.personal-options-title,#primary .page .entry-content .payment-method h3 {
  font-size: 22px;
  line-height: 1.272em;
  font-weight: 500;
  color: #111;
  margin: 0 0 35px;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 20px 14px
}

.relation-options-title:after,.personal-options-title:after {
  display: none
}

.wp-travel-engine-billing-details-wrapper,.wp-travel-engine-personal-details-inner-wrapper,.wp-travel-engine-relation-details-inner-wrapper {
  margin: 0 -15px
}

.wp-travel-engine-billing-details-field-wrap,.wp-travel-engine-personal-details,.wp-travel-engine-relation-details {
  padding: 0 15px;
  margin-bottom: 30px
}

.wp-travel-engine-billing-details-field-wrap:last-child {
  margin-bottom: 0
}

#wp-travel-engine-order-form label {
  font-size: 14px;
  line-height: 1.714em
}

#wp-travel-engine-order-form input[type=submit] {
  font-size: 13px;
  line-height: 15px
}

.wp-travel-engine-relation-details select,.wp-travel-engine-personal-details select {
  padding: 15px 10px
}

.secondary-inner-wrapper {
  padding: 0;
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 5px 5px;
  margin-top: -1px
}

.secondary-inner-wrapper table thead {
  background: none !important
}

.trip-content-area .wp-travel-engine-archive-repeater-wrap {
  margin: 0 -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.single-trip .trip-content-area .widget-area .trip-price .price-holder form .book-submit {
  display: none
}

.trip-content-area .grid .col .img-holder {
  position: relative;
  margin: 0 0 20px
}

.trip-content-area .grid .col .img-holder .price-holder {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #fff;
  padding: 5px 10px
}

.trip-content-area .grid .col .img-holder .group-discount {
  position: absolute;
  right: 0;
  top: 20px;
  background: #fff;
  padding: 5px 10px 5px 30px;
  cursor: pointer
}

.trip-content-area .grid .col .img-holder .group-discount:before {
  position: absolute;
  width: 15px;
  height: 20px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z%27/%3E%3C/svg%3E") center center no-repeat;
  top: 50%;
  left: 6px;
  transform: translateY(-50%)
}

.trip-content-area .grid .col .img-holder .group-discount .tooltip {
  position: absolute;
  top: 50%;
  left: -210px;
  width: 200px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 65%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-10px, -50%);
  transition: ease .2s
}

.trip-content-area .grid .col .img-holder .group-discount:hover .tooltip,.trip-content-area .grid .col .img-holder .group-discount:focus .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%)
}

.trip-content-area .grid .col .img-holder .group-discount .tooltip:after {
  position: absolute;
  top: 50%;
  right: -5px;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid rgba(0,0,0,0);
  border-left: 5px solid #000;
  border-bottom: 5px solid rgba(0,0,0,0);
  transform: translateY(-50%)
}

.trip-content-area .grid .col .img-holder img {
  vertical-align: top
}

.trip-content-area .grid .col .text-holder .title {
  font-size: 20px;
  line-height: 1.65em;
  font-weight: 700;
  margin: 0 0 1.65em
}

.trip-content-area .grid .col .text-holder .title a {
  color: #121212
}

.trip-content-area .grid .col .text-holder .title a:hover,.trip-content-area .grid .col .text-holder .title a:focus {
  text-decoration: underline
}

.trip-content-area .grid .col .text-holder .meta-info {
  margin: 0 0 10px
}

.trip-content-area .grid .col .text-holder .next-trip-info .fsd-title {
  margin: 0 0 10px
}

.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list li {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list li svg {
  margin-right: 5px
}

.detail-container {
  max-width: 550px;
  border-top: 1px solid #000;
  border-bottom: 1px solid rgba(0,0,0,.4);
  padding: 20px 0
}

.detail-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  display: flex;
  flex-wrap: wrap
}

.detail-item:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.detail-item .item-label {
  width: 50%
}

.detail-item .value {
  width: 50%
}

.detail-item .value strong,.detail-item .value span {
  display: block;
  margin: 0 0 5px
}

.rating-form .review-title-rating .comment-form-wte-trip-review-rating {
  margin-bottom: 20px
}

.rating-form .wte-trip-review-rating {
  margin-bottom: 10px
}

.rating-form .comment-rating-field-message.error {
  display: block;
  width: 100%;
  clear: both;
  color: #ec0e0e
}

input[type=text].error,input[type=email].error,input[type=url].error,input[type=password].error,input[type=search].error,input[type=number].error,input[type=tel].error,input[type=range].error,input[type=date].error,input[type=month].error,input[type=week].error,input[type=time].error,input[type=datetime].error,input[type=datetime-local].error,input[type=color].error,textarea.error {
  border: 1px solid #e82a2a
}

input.error+.error,select.error+.error,textarea.error+.error,.single-trip .rating-form p label.error {
  color: #ec0e0e
}

.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input {
  display: none
}

.category-main-wrap * {
  box-sizing: border-box
}

.category-main-wrap {
  display: flex;
  flex-wrap: wrap
}

.category-trips-single {
  width: 100%;
  padding: 5px 22.5px;
  margin-bottom: 40px
}

.category-trips-single .category-trips-single-inner-wrap {
  position: relative;
  box-shadow: 0 2px 2px rgba(0,0,0,.1);
  border-radius: 4px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig {
  display: block;
  position: relative;
  margin: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig img {
  vertical-align: top;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: rgba(35,35,35,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,.16);
  z-index: 1
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon:hover {
  cursor: pointer
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon:hover+.pop-trip-grpavil-txt {
  visibility: visible;
  opacity: 1;
  transform: translateY(0)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -39px;
  display: inline-block;
  padding: 9px 15px;
  line-height: 1;
  font-size: .944em;
  border-radius: 5px;
  color: rgba(35,35,35,.4);
  background: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all ease .3s
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt:after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 100%;
  left: 17px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 100%;
  left: 17px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-disc-feat-wrap {
  position: absolute;
  top: 10px;
  right: 0;
  margin-right: -6px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount {
  display: block;
  line-height: 1;
  background: #fecd10;
  padding: 3px 10px 5px;
  border-radius: 4px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer {
  font-size: 14px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer span {
  font-size: 16px;
  font-weight: 500
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon:before,.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon:after {
  display: table;
  clear: both;
  content: ""
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt:after {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 7px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f57f01 rgba(0,0,0,0)
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .cat-feat-shadow {
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 0;
  border-color: #9a1e12 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap {
  display: block
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
  display: block
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i {
  display: inline-block;
  line-height: 1;
  vertical-align: middle
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg {
  fill: rgba(0,0,0,.9)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span {
  font-size: 1em;
  font-weight: 600;
  color: rgba(35,35,35,.7)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a {
  color: rgba(35,35,35,.7);
  text-decoration: none;
  transition: all ease .3s
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a:hover {
  text-decoration: none
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i {
  display: inline-block;
  line-height: 1;
  vertical-align: middle
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg {
  fill: rgba(0,0,0,.9)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur span {
  font-size: 1em;
  font-weight: 600;
  color: rgba(35,35,35,.7)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review {
  display: flex;
  align-items: center;
  margin-top: 22px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review .rating-rev {
  display: inline-block;
  line-height: 1;
  vertical-align: middle
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review .category-trip-reviewcount {
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
  color: rgba(35,35,35,.5)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
  display: block
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc p {
  font-size: 16px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time {
  display: block;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,.07)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text {
  display: block;
  font-size: .778em;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 5px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li {
  display: inline-block;
  font-size: .722em;
  margin: 0 3px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li:first-child {
  margin-left: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li:last-child {
  margin-right: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a {
  color: #232323;
  text-decoration: none;
  transition: all ease .3s
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a:hover {
  text-decoration: none
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a.disabled {
  color: rgba(35,35,35,.3);
  text-decoration: line-through
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a.disabled:hover {
  cursor: not-allowed
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
  display: inline-block;
  padding: 8px 16px 9px;
  letter-spacing: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  transition: all ease .3s
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info {
  display: block;
  margin-top: 5px
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .fsd-title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list {
  margin: 0 !important;
  padding: 0;
  list-style: none
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li {
  font-size: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 !important;
  margin-bottom: 10px
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li:after {
  display: none
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 10px;
  padding-left: 1px
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  display: inline-block
}

#primary .post .entry-content .category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li:before,.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: none;
  transform: translateY(-50%);
  margin-top: -1px;
  margin-left: 10px;
  white-space: nowrap;
  width: 100%;
  height: 2px;
  border-bottom: 1px dotted #b6b6b6;
  z-index: 0
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .right {
  position: relative;
  background: #fff;
  z-index: 1;
  padding-left: 10px;
  padding-right: 1px
}

.category-main-wrap.category-grid .category-trip-viewmre-btn {
  margin-top: 1em;
  margin-bottom: 10px
}

.category-main-wrap.category-grid .category-trip-viewmre-btn:hover {
  box-shadow: none !important
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap {
  display: block;
  padding: 0 35px;
  margin-top: -23px
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  box-shadow: 0 2px 2px rgba(0,0,0,.07)
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder {
  display: block;
  line-height: 1
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .striked-price {
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
  color: rgba(35,35,35,.4)
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .actual-price {
  font-size: 23px;
  color: rgba(35,35,35,.75);
  font-weight: 700
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 0
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a {
  color: #232323;
  text-decoration: none;
  transition: all ease .3s
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover {
  text-decoration: none
}

.category-list .category-trips-single {
  padding: 0
}

.category-list .category-trips-single:last-of-type {
  margin-bottom: 0
}

.category-list .category-trips-single-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 40px 25px;
  position: relative;
  overflow: hidden
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
  -ms-order: 1;
  order: 1;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  width: 100%;
  align-items: center;
  margin-bottom: 1.65em
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  font-weight: 600;
  margin: 0;
  -ms-order: 1;
  order: 1;
  flex: 2
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a {
  color: #232323;
  text-decoration: none;
  transition: all ease .3s
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a:hover {
  text-decoration: none
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget {
  -ms-order: 2;
  order: 2;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding-left: 20px;
  border-left: 1px solid rgba(0,0,0,.1)
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span {
  display: inline-block;
  text-align: right
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
  font-size: 20px;
  font-weight: 600;
  color: rgba(35,35,35,.4);
  display: block
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price span {
  text-decoration: line-through
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.actual-price {
  font-size: 28px;
  font-weight: 700;
  color: #232323;
  display: block;
  text-align: right
}

.category-list .category-trips-single-inner-wrap .category-trip-desc {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0,0,0,.07)
}

.category-list .category-trips-single-inner-wrap .category-trip-fig {
  display: inline-block
}

.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap {
  display: inline-block
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time {
  width: 100%;
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text {
  display: inline-block;
  margin: 0
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months {
  display: inline-block;
  margin-left: 10px
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li {
  margin: 0 5px
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
  display: inline-block
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover {
  box-shadow: none !important
}

.category-list .category-trips-single-inner-wrap .category-feat-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  display: inline-block;
  transform: rotate(-45deg) translateZ(0);
  margin-left: -10px;
  margin-top: 58px;
  letter-spacing: .5px;
  text-align: center;
  transform-origin: left
}

.category-list .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt {
  display: block;
  width: 110px;
  box-shadow: 0px 2px 6px rgba(0,0,0,.12)
}

.category-list .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt:before,.category-list .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt:after {
  display: none
}

.category-list .category-trips-single-inner-wrap .category-feat-ribbon .cat-feat-shadow {
  display: none
}

.wp-travel-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 35px 0;
  margin-bottom: 0
}

.wp-travel-toolbar .wte-view-modes {
  display: inline-block;
  padding-right: 20px;
  line-height: 1
}

.wp-travel-toolbar .wte-view-modes span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: rgba(35,35,35,.7);
  margin-right: 3px
}

.wp-travel-toolbar .wte-view-modes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: row-reverse
}

.wp-travel-toolbar .wte-view-modes ul li {
  display: inline-block;
  margin: 0 5px
}

.wp-travel-toolbar .wte-view-modes ul li a {
  color: rgba(35,35,35,.15)
}

.wp-travel-toolbar .wte-view-modes ul li.active a {
  color: #232323
}

.wp-travel-toolbar .wte-filterby-dropdown {
  padding-left: 20px;
  display: inline-block;
  line-height: 1;
  position: relative
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: rgba(35,35,35,.7)
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(35,35,35,.1);
  color: rgba(35,35,35,.7);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 40px 13px 15px;
  line-height: 1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;
  background-color: #fff;
  background-size: 12px;
  background-position: center right 15px
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select:focus {
  box-shadow: none;
  outline: none
}

.widget_wte_featured_trips_widget .category-trips-widget {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0,0,0,.1)
}

.widget_wte_featured_trips_widget .category-trips-widget-inner-wrap {
  display: flex;
  flex-wrap: wrap
}

.widget_wte_featured_trips_widget .category-trip-fig {
  width: 42%;
  box-shadow: 0px 2px 2px rgba(0,0,0,.07);
  margin: 0;
  border-radius: 4px;
  position: relative;
  height: 100%
}

.widget_wte_featured_trips_widget .category-trip-fig svg,.widget_wte_featured_trips_widget .category-trip-fig img {
  vertical-align: top
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 21px;
  height: 21px;
  background: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 2px rgba(0,0,0,.16)
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon svg {
  height: 11px;
  width: 13px
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -31px;
  display: inline-block;
  padding: 6px 12px;
  line-height: 1;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 5px;
  color: #0d0d0d;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all ease .3s
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 100%;
  left: 7px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: rgba(0,185,139,.05) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt:after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 100%;
  left: 7px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon:hover {
  cursor: pointer
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon:hover+.pop-trip-grpavil-txt {
  visibility: visible;
  opacity: 1;
  transform: translateY(0)
}

.widget_wte_featured_trips_widget .category-trip-fig img {
  vertical-align: top;
  border-radius: 4px 4px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto
}

.widget_wte_featured_trips_widget .category-trip-detail-wrap {
  width: 58%;
  padding-left: 18px
}

.widget_wte_featured_trips_widget .category-trip-budget {
  padding: 10px 10px;
  line-height: 1
}

.widget_wte_featured_trips_widget .category-trip-budget .striked-price {
  font-size: 15px;
  color: rgba(13,13,13,.7);
  text-decoration: line-through;
  font-weight: 600
}

.widget_wte_featured_trips_widget .category-trip-budget .actual-price {
  font-size: 18px;
  color: #0d0d0d;
  font-weight: 600
}

.widget_wte_featured_trips_widget .category-disc-feat-wrap {
  display: block;
  margin-bottom: 5px
}

.widget_wte_featured_trips_widget .category-disc-feat-wrap .discount-offer {
  display: inline-block;
  padding: 2px 7px;
  background: rgba(13,13,13,.1);
  color: #0d0d0d;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1
}

.widget_wte_featured_trips_widget .category-disc-feat-wrap .discount-offer span {
  font-size: 15px;
  font-weight: 500
}

.widget_wte_featured_trips_widget .category-trip-title {
  font-size: 18px;
  display: block;
  line-height: 1.667;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0
}

.widget_wte_featured_trips_widget .category-trip-title a {
  color: #0d0d0d;
  transition: all ease .3s;
  text-decoration: none
}

.widget_wte_featured_trips_widget .category-trip-title a:hover,.widget_wte_featured_trips_widget .category-trip-title a:focus {
  color: #ec1f25;
  text-decoration: none
}

.widget_wte_featured_trips_widget .category-trip-desti {
  display: block;
  font-size: 16px
}

.widget_wte_featured_trips_widget .category-trip-desti span i {
  color: #0d0d0d
}

.widget_wte_featured_trips_widget .category-trip-desti span svg {
  height: 13px
}

.widget_wte_featured_trips_widget .category-trip-desti span a {
  color: rgba(13,13,13,.7);
  font-weight: 600;
  transition: all ease .3s;
  text-decoration: none
}

.widget_wte_featured_trips_widget .category-trip-desti span a:hover {
  color: #0d0d0d;
  text-decoration: none
}

.widget_wte_featured_trips_widget .category-trip-desti .category-trip-loc {
  margin-right: 15px;
  display: inline-block
}

.widget_wte_featured_trips_widget .category-trip-desti>span {
  margin: 0 0 12px
}

.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur {
  display: inline-block
}

.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur span {
  color: rgba(13,13,13,.7);
  font-weight: 600
}

.widget_wte_featured_trips_widget .category-trip-review {
  display: block;
  margin-top: 5px
}

.widget_wte_featured_trips_widget .category-trip-review .rating-rev .agg-rating.jq-ry-container {
  padding: 0
}

.widget_wte_featured_trips_widget .category-trip-review .rating-rev .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
  height: 14px;
  width: 14px
}

.widget_wte_featured_trips_widget .category-trip-review .category-trip-reviewcount {
  display: none
}

.agg-rating.jq-ry-container {
  width: auto !important
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group>svg {
  fill: rgba(0,0,0,0)
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group>svg {
  fill: #f39c12
}

.category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info,.category-list .category-trips-single-inner-wrap .next-trip-info {
  padding: 0;
  margin: 0;
  border: none
}

.category-list .category-trips-single-inner-wrap .next-trip-info {
  padding-right: 50px;
  flex: 2
}

.category-list .category-trips-single-inner-wrap .next-trip-info .fsd-title,.category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info .fsd-title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 10px
}

#toast-container>div {
  text-align: center;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: #00ce66;
  padding: 10px;
  opacity: 1
}

#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div {
  width: 100%
}

#toast-container>div.toast-success {
  background-image: none !important
}

#toast-container>div div {
  display: table;
  margin: 0 auto
}

#toast-container .toast-message {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  min-height: 45px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 55px;
  letter-spacing: .3px
}

#toast-container .toast-message::before {
  content: "";
  width: 33px;
  height: 33px;
  background-color: #fff;
  background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%2300CE66\" d=\"M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z\"></path></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 100%;
  box-shadow: 0 0 0 7px hsla(0,0%,100%,.23);
  transform: translateY(-45%)
}

#toast-container>.toast-error {
  background-image: none !important;
  background-color: #fe623d
}

#toast-container>.toast-error .toast-message::before {
  background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%23FE623D\" d=\"M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z\"></path></svg>");
  background-size: 14px
}

#toast-container>.toast-warning {
  background-image: none !important;
  background-color: #ffb702
}

#toast-container>.toast-warning .toast-message::before {
  background-image: url("data:image/svg+xml; utf-8, <svg version=\"1.1\" id=\"Capa_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 301.691 301.691\" xml:space=\"preserve\" fill=\"%23FFB702\"><polygon points=\"119.151,0 129.6,218.406 172.06,218.406 182.54,0\"></polygon><rect x=\"130.563\" y=\"261.168\" width=\"40.525\" height=\"40.523\"></rect></svg>")
}

.wpte-active-payment-method {
  display: block;
  width: 100%
}

.wpte-checkout-payment-info {
  display: block;
  width: 100%;
  background: #fafafa;
  padding: 15px;
  margin-top: 15px
}

@media only screen and (max-width: 1199px) {
  #tabs-container .tab-inner-wrapper .tab-anchor-wrapper a {
      font-size:16px
  }
}

@media only screen and (max-width: 1024px) {
  .trip-content-area {
      max-width:720px
  }

  .single-trip #primary {
      width: 100%;
      flex: 0 0 100%;
      padding: 0 15px;
      margin: 0 0 60px;
      float: none
  }

  .single-trip #secondary {
      width: 100%;
      flex: 0 0 100%
  }

  .page-template-template-destination .destination-holder .item {
      width: 33.3333%
  }

  .archive .trip-content-area .grid .col {
      width: 50%
  }

  .wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap {
      width: 50%
  }

  .page-template-template-activities .activities-holder .item,.page-template-template-trip_types .trip_types-holder .item {
      width: 50%
  }

  .single-trip .widget-area .wte_enquiry_contact_form-wrap {
      margin-bottom: 60px
  }

  .single-trip .widget-area #wte_enquiry_contact_form {
      padding-left: 20px;
      padding-right: 20px
  }
}

@media only screen and (max-width: 767px) {
  .wp-travel-engine-billing-details-field-wrap,.wp-travel-engine-personal-details,.wp-travel-engine-relation-details {
      width:100%
  }

  #tabs-container .tab-inner-wrapper .tab-anchor-wrapper {
      width: 100%;
      margin-right: 0
  }

  #tabs-container .tab-inner-wrapper .tab-anchor-wrapper a.nav-tab {
      position: relative
  }

  #tabs-container .tab-inner-wrapper .tab-anchor-wrapper a.nav-tab:after {
      position: absolute;
      top: 7px;
      right: 10px;
      content: "";
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%238d8d8d%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z%27/%3E%3C/svg%3E") center center no-repeat;
      width: 15px;
      height: 20px;
      transition: linear .2s
  }

  #tabs-container .tab-inner-wrapper .nav-tab-active a.nav-tab:after {
      transform: rotate(180deg)
  }

  .wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap {
      width: 100%;
      margin: 0 0 50px
  }

  .page-template-template-destination .destination-holder .item {
      width: 50%
  }

  .archive .trip-content-area .grid .col {
      width: 100%
  }

  .archive .trip-content-area .wp-travel-inner-wrapper .grid .col .img-holder img {
      width: 100%
  }

  .page-template-template-activities .activities-holder .item,.page-template-template-trip_types .trip_types-holder .item {
      width: 100%
  }

  .single-trip #wte_enquiry_contact_form .row-repeater {
      width: 100%
  }

  .faq .faq-row .accordion-tabs-toggle {
      padding-right: 40px
  }

  .faq-title {
      width: 100%
  }

  .category-main-wrap.category-grid.col-3 .category-trips-single,.category-main-wrap.category-grid.col-4 .category-trips-single {
      width: 50%;
      flex: 0 0 50%;
      padding: 5px 0
  }

  .category-list .category-trips-single-inner-wrap .next-trip-info {
      width: 100%;
      display: block;
      padding: 0;
      flex: unset;
      margin-bottom: 15px
  }
}

@media only screen and (max-width: 767px) {
  .page-template-template-destination .destination-holder .item {
      width:100%
  }

  .page-template-template-destination .destination-holder .item img {
      width: 100%
  }

  .category-main-wrap.category-grid.col-2 .category-trips-single,.category-main-wrap.category-grid.col-3 .category-trips-single,.category-main-wrap.category-grid.col-4 .category-trips-single {
      width: 100%;
      flex: 0 0 100%;
      padding: 5px 0
  }

  .category-main-wrap.category-grid {
      margin: 0
  }
}

.page-template-template-destination .destination-holder .tour-count,.page-template-template-destination .activities-holder .tour-count,.page-template-template-destination .trip_types-holder .tour-count,.page-template-template-activities .destination-holder .tour-count,.page-template-template-activities .activities-holder .tour-count,.page-template-template-activities .trip_types-holder .tour-count,.page-template-template-trip_types .destination-holder .tour-count,.page-template-template-trip_types .activities-holder .tour-count,.page-template-template-trip_types .trip_types-holder .tour-count {
  font-size: 14px
}

@media(min-width: 1025px) {
  .page-template-template-destination .destination-holder .item,.page-template-template-destination .activities-holder .item,.page-template-template-destination .trip_types-holder .item,.page-template-template-activities .destination-holder .item,.page-template-template-activities .activities-holder .item,.page-template-template-activities .trip_types-holder .item,.page-template-template-trip_types .destination-holder .item,.page-template-template-trip_types .activities-holder .item,.page-template-template-trip_types .trip_types-holder .item {
      margin-bottom:68px
  }
}

.page-template-template-destination .destination-holder .item .title-holder,.page-template-template-destination .activities-holder .item .title-holder,.page-template-template-destination .trip_types-holder .item .title-holder,.page-template-template-activities .destination-holder .item .title-holder,.page-template-template-activities .activities-holder .item .title-holder,.page-template-template-activities .trip_types-holder .item .title-holder,.page-template-template-trip_types .destination-holder .item .title-holder,.page-template-template-trip_types .activities-holder .item .title-holder,.page-template-template-trip_types .trip_types-holder .item .title-holder {
  font-size: 22px;
  font-weight: 500;
  margin-top: 24px;
  position: static;
  padding: 0
}

.page-template-template-destination .destination-holder .item .img-holder,.page-template-template-destination .activities-holder .item .img-holder,.page-template-template-destination .trip_types-holder .item .img-holder,.page-template-template-activities .destination-holder .item .img-holder,.page-template-template-activities .activities-holder .item .img-holder,.page-template-template-activities .trip_types-holder .item .img-holder,.page-template-template-trip_types .destination-holder .item .img-holder,.page-template-template-trip_types .activities-holder .item .img-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-top: 90%
}

.page-template-template-destination .destination-holder .item .img-holder img,.page-template-template-destination .activities-holder .item .img-holder img,.page-template-template-destination .trip_types-holder .item .img-holder img,.page-template-template-activities .destination-holder .item .img-holder img,.page-template-template-activities .activities-holder .item .img-holder img,.page-template-template-activities .trip_types-holder .item .img-holder img,.page-template-template-trip_types .destination-holder .item .img-holder img,.page-template-template-trip_types .activities-holder .item .img-holder img,.page-template-template-trip_types .trip_types-holder .item .img-holder img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all .3s ease
}

.page-template-template-destination .destination-holder .item .img-holder .text-holder,.page-template-template-destination .activities-holder .item .img-holder .text-holder,.page-template-template-destination .trip_types-holder .item .img-holder .text-holder,.page-template-template-activities .destination-holder .item .img-holder .text-holder,.page-template-template-activities .activities-holder .item .img-holder .text-holder,.page-template-template-activities .trip_types-holder .item .img-holder .text-holder,.page-template-template-trip_types .destination-holder .item .img-holder .text-holder,.page-template-template-trip_types .activities-holder .item .img-holder .text-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33,131,223,.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
  transition-delay: .3s;
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  padding: 30px;
  text-align: center
}

.page-template-template-destination .destination-holder .item .img-holder .text-holder a,.page-template-template-destination .activities-holder .item .img-holder .text-holder a,.page-template-template-destination .trip_types-holder .item .img-holder .text-holder a,.page-template-template-activities .destination-holder .item .img-holder .text-holder a,.page-template-template-activities .activities-holder .item .img-holder .text-holder a,.page-template-template-activities .trip_types-holder .item .img-holder .text-holder a,.page-template-template-trip_types .destination-holder .item .img-holder .text-holder a,.page-template-template-trip_types .activities-holder .item .img-holder .text-holder a,.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder a {
  text-decoration: none
}

.page-template-template-destination .destination-holder .item .img-holder .sub-destination,.page-template-template-destination .activities-holder .item .img-holder .sub-destination,.page-template-template-destination .trip_types-holder .item .img-holder .sub-destination,.page-template-template-activities .destination-holder .item .img-holder .sub-destination,.page-template-template-activities .activities-holder .item .img-holder .sub-destination,.page-template-template-activities .trip_types-holder .item .img-holder .sub-destination,.page-template-template-trip_types .destination-holder .item .img-holder .sub-destination,.page-template-template-trip_types .activities-holder .item .img-holder .sub-destination,.page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px
}

.page-template-template-destination .destination-holder .item .img-holder .sub-destination a,.page-template-template-destination .activities-holder .item .img-holder .sub-destination a,.page-template-template-destination .trip_types-holder .item .img-holder .sub-destination a,.page-template-template-activities .destination-holder .item .img-holder .sub-destination a,.page-template-template-activities .activities-holder .item .img-holder .sub-destination a,.page-template-template-activities .trip_types-holder .item .img-holder .sub-destination a,.page-template-template-trip_types .destination-holder .item .img-holder .sub-destination a,.page-template-template-trip_types .activities-holder .item .img-holder .sub-destination a,.page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px;
  color: #fff;
  transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  transition-delay: .3s
}

.page-template-template-destination .destination-holder .item .img-holder .sub-destination a:nth-child(2),.page-template-template-destination .activities-holder .item .img-holder .sub-destination a:nth-child(2),.page-template-template-destination .trip_types-holder .item .img-holder .sub-destination a:nth-child(2),.page-template-template-activities .destination-holder .item .img-holder .sub-destination a:nth-child(2),.page-template-template-activities .activities-holder .item .img-holder .sub-destination a:nth-child(2),.page-template-template-activities .trip_types-holder .item .img-holder .sub-destination a:nth-child(2),.page-template-template-trip_types .destination-holder .item .img-holder .sub-destination a:nth-child(2),.page-template-template-trip_types .activities-holder .item .img-holder .sub-destination a:nth-child(2),.page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination a:nth-child(2) {
  transition-delay: .2s
}

.page-template-template-destination .destination-holder .item .img-holder .sub-destination a:nth-child(3),.page-template-template-destination .activities-holder .item .img-holder .sub-destination a:nth-child(3),.page-template-template-destination .trip_types-holder .item .img-holder .sub-destination a:nth-child(3),.page-template-template-activities .destination-holder .item .img-holder .sub-destination a:nth-child(3),.page-template-template-activities .activities-holder .item .img-holder .sub-destination a:nth-child(3),.page-template-template-activities .trip_types-holder .item .img-holder .sub-destination a:nth-child(3),.page-template-template-trip_types .destination-holder .item .img-holder .sub-destination a:nth-child(3),.page-template-template-trip_types .activities-holder .item .img-holder .sub-destination a:nth-child(3),.page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination a:nth-child(3) {
  transition-delay: .1s
}

.page-template-template-destination .destination-holder .item .img-holder .button,.page-template-template-destination .activities-holder .item .img-holder .button,.page-template-template-destination .trip_types-holder .item .img-holder .button,.page-template-template-activities .destination-holder .item .img-holder .button,.page-template-template-activities .activities-holder .item .img-holder .button,.page-template-template-activities .trip_types-holder .item .img-holder .button,.page-template-template-trip_types .destination-holder .item .img-holder .button,.page-template-template-trip_types .activities-holder .item .img-holder .button,.page-template-template-trip_types .trip_types-holder .item .img-holder .button {
  font-size: 16px;
  padding: 10px 30px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  background: none;
  font-weight: 500;
  transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0
}

.page-template-template-destination .destination-holder .item .img-holder .button:hover,.page-template-template-destination .activities-holder .item .img-holder .button:hover,.page-template-template-destination .trip_types-holder .item .img-holder .button:hover,.page-template-template-activities .destination-holder .item .img-holder .button:hover,.page-template-template-activities .activities-holder .item .img-holder .button:hover,.page-template-template-activities .trip_types-holder .item .img-holder .button:hover,.page-template-template-trip_types .destination-holder .item .img-holder .button:hover,.page-template-template-trip_types .activities-holder .item .img-holder .button:hover,.page-template-template-trip_types .trip_types-holder .item .img-holder .button:hover {
  transition-delay: 0s
}

.page-template-template-destination .destination-holder .item .img-holder:hover .text-holder,.page-template-template-destination .activities-holder .item .img-holder:hover .text-holder,.page-template-template-destination .trip_types-holder .item .img-holder:hover .text-holder,.page-template-template-activities .destination-holder .item .img-holder:hover .text-holder,.page-template-template-activities .activities-holder .item .img-holder:hover .text-holder,.page-template-template-activities .trip_types-holder .item .img-holder:hover .text-holder,.page-template-template-trip_types .destination-holder .item .img-holder:hover .text-holder,.page-template-template-trip_types .activities-holder .item .img-holder:hover .text-holder,.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .text-holder {
  transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
  visibility: visible;
  opacity: 1
}

.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a,.page-template-template-destination .activities-holder .item .img-holder:hover .sub-destination a,.page-template-template-destination .trip_types-holder .item .img-holder:hover .sub-destination a,.page-template-template-activities .destination-holder .item .img-holder:hover .sub-destination a,.page-template-template-activities .activities-holder .item .img-holder:hover .sub-destination a,.page-template-template-activities .trip_types-holder .item .img-holder:hover .sub-destination a,.page-template-template-trip_types .destination-holder .item .img-holder:hover .sub-destination a,.page-template-template-trip_types .activities-holder .item .img-holder:hover .sub-destination a,.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .sub-destination a {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1
}

.page-template-template-destination .destination-holder .item .img-holder:hover .button,.page-template-template-destination .activities-holder .item .img-holder:hover .button,.page-template-template-destination .trip_types-holder .item .img-holder:hover .button,.page-template-template-activities .destination-holder .item .img-holder:hover .button,.page-template-template-activities .activities-holder .item .img-holder:hover .button,.page-template-template-activities .trip_types-holder .item .img-holder:hover .button,.page-template-template-trip_types .destination-holder .item .img-holder:hover .button,.page-template-template-trip_types .activities-holder .item .img-holder:hover .button,.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .button {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1
}

.page-template-template-destination .destination-holder .item .img-holder:hover .button:hover,.page-template-template-destination .activities-holder .item .img-holder:hover .button:hover,.page-template-template-destination .trip_types-holder .item .img-holder:hover .button:hover,.page-template-template-activities .destination-holder .item .img-holder:hover .button:hover,.page-template-template-activities .activities-holder .item .img-holder:hover .button:hover,.page-template-template-activities .trip_types-holder .item .img-holder:hover .button:hover,.page-template-template-trip_types .destination-holder .item .img-holder:hover .button:hover,.page-template-template-trip_types .activities-holder .item .img-holder:hover .button:hover,.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .button:hover {
  transition-delay: 0s
}

.page-template-template-destination .destination-holder .item .img-holder:hover .text-holder {
  transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0s
}

.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a {
  transition-delay: .1s
}

.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a:nth-child(2) {
  transition-delay: .2s
}

.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a:nth-child(3) {
  transition-delay: .3s
}

.page-template-template-destination .destination-holder .item .img-holder:hover .button {
  transition-delay: .4s
}

.page-template-template-activities .activities-holder .item:hover .img-holder img,.page-template-template-activities .trip_types-holder .item:hover .img-holder img,.page-template-template-trip_types .activities-holder .item:hover .img-holder img,.page-template-template-trip_types .trip_types-holder .item:hover .img-holder img {
  transform: scale(1.3)
}

:root .wpte-lrf-wrap {
  --black-color: #000000;
  --black-color-rgb: 0, 0, 0;
  --white-color: #ffffff;
  --white-color-rgb: 255, 255, 255
}

.wpte-lrf-wrap:not(.wpte-dashboard) {
  max-width: 570px;
  margin: 60px auto
}

.wpte-lrf-wrap *::before,.wpte-lrf-wrap *::after,.wpte-lrf-wrap * {
  box-sizing: border-box
}

.wpte-lrf-wrap a {
  transition: all ease .35s
}

.wpte-lrf-wrap img {
  max-width: 100%;
  vertical-align: top;
  width: auto;
  height: auto
}

.wpte-lrf-top {
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(var(--black-color-rgb), 0.1);
  background:white;
  padding: 60px 40px
}

.wpte-lrf-head {
  margin-bottom: 40px;
  text-align: center
}

.wpte-lrf-desc {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: .15px;
  margin-top: 30px
}

.wpte-lrf-desc p {
  margin-top: 20px;
  margin-bottom: 0
}

.wpte-lrf-additional-option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px
}

.wpte-lrf-additional-option>div {
  width: 50%;
  text-align: center;
  font-size: 17px;
  font-family: sans-serif;
  padding: 10px
}

.wpte-lrf-additional-option a {
  background: #3b5998;
  color:white;
  border: 1px solid #304a7e;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  text-align: left
}

.wpte-lrf-additional-option .wpte-lrf-google a {
  background: #dd4b39;
  border-color: #b83e30
}

.wpte-lrf-additional-option a:hover {
  opacity: .8;
  filter: alpha(opacity=80)
}

.wpte-lrf-additional-option a:active {
  box-shadow: 0 0 5px 5px rgba(var(--black-color-rgb), 0.05) inset;
  opacity: 1;
  filter: alpha(opacity=100)
}

.wpte-lrf-additional-option a svg {
  font-size: 24px;
  min-width: 40px;
  height: 40px;
  border-right: 1px solid #304a7e;
  padding: 10px;
  vertical-align: middle
}

.wpte-lrf-additional-option .wpte-lrf-google a svg {
  border-right-color: #b83e30
}

.wpte-lrf-additional-option a span {
  display: inline-block;
  min-width: calc(100% - 45px);
  min-height: 40px;
  vertical-align: middle;
  line-height: 30px;
  padding: 5px 10px
}

.wpte-lrf-additional-option>.wpte-lrf-seperator {
  width: 100%;
  color: rgba(var(--black-color-rgb), 0.4);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 30px;
  position: relative;
  z-index: 1
}

.wpte-login .wpte-lrf-additional-option>.wpte-lrf-seperator {
  margin-bottom: 15px
}

.wpte-lrf-additional-option>.wpte-lrf-seperator::before {
  content: "";
  background: rgba(var(--black-color-rgb), 0.1);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: 0 auto;
  z-index: -1
}

.wpte-lrf-additional-option>.wpte-lrf-seperator span {
  background:white;
  display: inline-block;
  padding: 0 15px
}

.wpte-lrf {
  margin-top: 30px
}

.wpte-lrf-field {
  margin-top: 10px
}

.wpte-lrf-field input[type=text],.wpte-lrf-field input[type=number],.wpte-lrf-field input[type=tel],.wpte-lrf-field input[type=email],.wpte-lrf-field input[type=password] {
  height: 50px;
  background: rgba(var(--black-color-rgb), 0.01);
  border: 1px solid rgba(var(--black-color-rgb), 0.08);
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  letter-spacing: .1px;
  width: 100%
}

.wpte-lrf-field input[type=text]:focus,.wpte-lrf-field input[type=email]:focus,.wpte-lrf-field input[type=password]:focus {
  background: none
}

.wpte-lrf-field.lrf-submit {
  margin-top: 20px
}

.lrf-submit input[type=submit] {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  letter-spacing: .1px;
  cursor: pointer;
  transition: all ease .35s
}

.lrf-submit input[type=submit]:hover {
  opacity: .8;
  filter: alpha(opacity=80)
}

.lrf-submit input[type=submit]:active {
  box-shadow: 0 0 5px 5px rgba(var(--black-color-rgb), 0.05) inset;
  opacity: 1;
  filter: alpha(opacity=100)
}

.wpte-lrf-footer {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
  line-height: 1.5
}

.wpte-lrf-bottom {
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(var(--black-color-rgb), 0.1);
  background:white;
  padding: 15px 40px;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.7;
  letter-spacing: .2px
}

.wpte-login .wpte-lrf-footer a {
  color: var(--black-color);
  letter-spacing: .1px
}

.lrf-disabled {
  opacity: .4;
  filter: alpha(opacity=100);
  pointer-events: none
}

.wpte-dashboard .wpte-lrf-head {
  margin-bottom: 0;
  background:white;
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px
}

.wpte-dashboard .wpte-lrf-userprogile {
  display: flex;
  flex: initial;
  max-width: 250px;
  flex-direction: column;
  position: relative
}

.wpte-dashboard .wpte-lrf-userprogile>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none
}

.wpte-dashboard .wpte-lrf-userprogile img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
  margin-right: 10px
}

.wpte-dashboard .wpte-lrf-userprogile b {
  font-weight: 500;
  letter-spacing: .1px;
  padding-right: 10px;
  color: initial
}

.wpte-dashboard .wpte-lrf-userprogile>a>svg {
  width: 8px;
  height: 15px;
  transition: all ease .35s
}

.wpte-dashboard .wpte-lrf-userprogile.active>a svg {
  transform: rotate(180deg)
}

.wpte-lrf-userprogile .lrf-userprofile-popup {
  display: none;
  position: absolute;
  z-index: 1;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background:white;
  box-shadow: 0 -3px 34px rgba(var(--black-color-rgb), 0.07);
  padding: 20px;
  font-size: 16px
}

.wpte-lrf-userprogile .lrf-userprofile-popup::before {
  content: "";
  border-bottom: 8px solidwhite;
  border-left: 8px solid rgba(0,0,0,0);
  border-right: 8px solid rgba(0,0,0,0);
  position: absolute;
  top: -8px;
  right: 20px
}

.wpte-lrf-userprogile .lrf-userprofile-popup .lrf-userprofile-logout {
  background: rgba(var(--black-color-rgb), 0.05);
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap
}

.wpte-lrf-userprogile .lrf-userprofile-popup .lrf-userprofile-logout {
  background: rgba(var(--black-color-rgb), 0.05);
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none
}

.wpte-lrf-userprogile .lrf-userprofile-popup svg {
  margin-right: 7px
}

.wpte-dashboard .wpte-lrf-head .wpte-lrf-logo {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 30px
}

.wpte-dashboard .wpte-lrf-content-area {
  display: flex;
  flex-wrap: wrap;
  background: rgba(var(--black-color-rgb), 0.02)
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar {
  padding-top: 6%;
  width: 250px;
  background:white;
  display: flex;
  flex-direction: column
}

.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab {
  display: block;
  text-decoration: none !important;
  padding: 15px 30px 15px 60px;
  color: rgba(var(--black-color-rgb), 0.7);
  letter-spacing: .05px;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px
}

.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab:hover {
  font-weight: 600
}

.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab.active {
  font-weight: 600;
  background: var(--black-color);
  color:white
}

.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab::before {
  content: "";
  width: 11px;
  height: 11px;
  background: rgba(var(--black-color-rgb), 0.35);
  position: relative;
  display: inline-block;
  margin-right: 15px;
  border-radius: 100%;
  box-shadow: 0 0 0 3px rgba(var(--black-color-rgb), 0.2)
}

.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab.active::before {
  background:white;
  box-shadow: 0 0 0 3px rgba(var(--white-color-rgb), 0.2)
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main {
  width: calc(100% - 250px);
  padding: 6% 4%
}

.wpte-dashboard .wpte-lrf-main .wpte-lrf-tab-content:not(.active) {
  display: none
}

.wpte-dashboard .wpte-lrf-header {
  max-width: 700px;
  margin-bottom: 40px
}

.wpte-dashboard .wpte-lrf-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: .05px;
  line-height: 1.5
}

.wpte-dashboard .lrf-dashboard-content .wpte-lrf-title {
  font-style: italic
}

.wpte-dashboard .wpte-lrf-description {
  font-size: 18px;
  line-height: 1.65;
  margin-top: 15px;
  letter-spacing: .15px;
  font-weight: normal
}

.wpte-dashboard .wpte-lrf-description p {
  margin-top: 0;
  margin-bottom: 20px
}

.wpte-dashboard .wpte-lrf-description p:last-child {
  margin-bottom: 0
}

.lrf-dashboard-content .wpte-lrf-block-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: -2%;
  margin-right: -2%
}

.wpte-lrf-block {
  background:white;
  border-radius: 10px;
  box-shadow: 0 4px 34px rgba(var(--black-color-rgb), 0.02);
  padding: 4%
}

.lrf-dashboard-content .wpte-lrf-block-wrap .wpte-lrf-block {
  width: 29.33%
}

.wpte-lrf-block .wpte-lrf-block-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .05px
}

.wpte-lrf-block .wpte-lrf-block-desc {
  font-size: 16px;
  letter-spacing: .15px;
  margin-top: 15px;
  -ms-word-break: break-all;
  word-break: break-all
}

.wpte-lrf-block .wpte-lrf-btn-wrap {
  border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
  margin-top: 20px;
  padding-top: 30px
}

.wpte-lrf-btn-transparent {
  display: inline-block;
  text-decoration: none;
  border: 1px solid rgba(var(--black-color-rgb), 0.2);
  border-radius: 4px;
  color: var(--black-color);
  padding: 12px 15px;
  font-size: 14px;
  letter-spacing: .5px
}

.wpte-lrf-btn-transparent:hover {
  background: var(--black-color);
  color:white
}

.wpte-dashboard .wpte-lrf-edit {
  display: inline-flex;
  text-decoration: none;
  color: initial;
  font-size: 14px;
  letter-spacing: .15px;
  flex-wrap: wrap;
  align-items: center
}

.wpte-dashboard .wpte-lrf-edit:hover {
  color: var(--black-color)
}

.wpte-dashboard .wpte-lrf-edit svg {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
  border-radius: 100%;
  padding: 7px;
  color: var(--black-color);
  margin-left: 10px;
  transition: all ease .35s
}

.wpte-dashboard .wpte-lrf-edit:hover svg {
  background: var(--black-color);
  color:white
}

.wpte-lrf-btn-link {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .15px;
  color: var(--black-color)
}

.wpte-dashboard .wpte-lrf-edit+.wpte-lrf-btn-link {
  padding-left: 20px
}

.wpte-lrf-btn-link:hover {
  text-decoration: underline
}

.lrf-bookings-content .wpte-lrf-block {
  padding: 20px
}

.lrf-bookings-content .wpte-lrf-block .wpte-lrf-btn {
  margin-left: 0;
  text-decoration: none !important
}

.wpte-lrf-btn-transparent.wte-dbrd-tab {
  text-decoration: none !important
}

.wpte-dashboard .wpte-lrf-table {
  width: 100%;
  border-collapse: collapse;
  counter-reset: th-count
}

.wpte-dashboard .wpte-lrf-table tr {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05)
}

.wpte-dashboard .wpte-lrf-table th,.wpte-dashboard .wpte-lrf-table td {
  text-align: left;
  padding: 45px 30px
}

.wpte-dashboard .wpte-lrf-table th,.wpte-dashboard .wpte-lrf-table td {
  padding: 30px 15px !important
}

.wpte-dashboard .wpte-lrf-table th {
  padding-left: 45px;
  counter-increment: th-count;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05px;
  position: relative;
  max-width: 250px
}

.wpte-dashboard .wpte-lrf-table th::before {
  content: counter(th-count) ". "
}

.wpte-dashboard .wpte-lrf-table th::after {
  content: "";
  background: rgba(var(--black-color-rgb), 0.05);
  width: 1px;
  position: absolute;
  top: 45px;
  bottom: 45px;
  right: 0
}

.wpte-dashboard .wpte-lrf-table td:last-child {
  padding-right: 45px;
  position: relative
}

.wpte-dashboard .wpte-lrf-table td:last-child::before {
  content: "";
  background: rgba(var(--black-color-rgb), 0.05);
  width: 1px;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0
}

.lrf-bookings-content .wpte-lrf-block .wpte-lrf-btn-wrap {
  border-top: 0;
  margin-top: 0
}

.lrf-td-title {
  font-size: 14px;
  letter-spacing: .05px;
  color: rgba(var(--black-color-rgb), 0.6);
  display: block;
  margin-bottom: 10px
}

.lrf-td-desc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05px
}

.wpte-dashboard .wpte-lrf-table td .wpte-lrf-btn-transparent {
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-decoration: none !important
}

.lrf-pending {
  color: #518a35
}

.lrf-cancelled {
  color: #dd3c3c
}

.wpte-lrf-btn {
  margin-left: 45px;
  margin-bottom: 45px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: .4px;
  color:white;
  background: var(--black-color);
  border: 1px solid var(--black-color);
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 34px rgba(var(--black-color-rgb), 0.02)
}

.wpte-lrf-btn:hover {
  background: none;
  color: var(--black-color)
}

.lrf-address-content .wpte-lrf-block,.lrf-account-content .wpte-lrf-block {
  background: none;
  padding: 0;
  box-shadow: none
}

.wpte-dashboard .wpte-lrf-form {
  max-width: 625px
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field,.lrf-account-content .wpte-lrf-block .wpte-lrf-field {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 25px
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label,.lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label {
  display: inline-block;
  width: 100px;
  font-size: 16px;
  letter-spacing: .15px;
  font-weight: 500
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=text],.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=number],.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=tel],.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=email],.lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=text],.lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=number],.lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=tel],.lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=email],.lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=password],.lrf-address-content .wpte-lrf-block .wpte-lrf-field select {
  background:white;
  margin-left: 25px;
  width: calc(100% - 125px)
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field select {
  height: 50px;
  background: #fff;
  border: 1px solid rgba(var(--black-color-rgb), 0.08);
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  letter-spacing: .1px
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip,.lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip {
  width: calc(100% - 125px);
  margin-left: auto;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: .15px
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field.lrf-submit,.lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-submit {
  padding-right: 0;
  border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
  padding-top: 30px
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field.lrf-submit .wpte-lrf-btn,.lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-submit .wpte-lrf-btn {
  width: auto;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: .4px;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 1px solid var(--black-color)
}

.wpte-lrf-field.lrf-rememberme label {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: rgba(35,35,35,.9);
  font-weight: 400
}

.wpte-lrf-field.lrf-rememberme input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.wpte-lrf-field.lrf-rememberme label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(35,35,35,.9);
  border-radius: 2px
}

.wpte-lrf-field.lrf-rememberme label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23232323%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z%27/%3E%3C/svg%3E") center center no-repeat;
  background-size: 12px;
  background-position: center;
  opacity: 0;
  transition: all ease .2s
}

.wpte-lrf-field.lrf-rememberme input[type=checkbox]:checked~label:after {
  opacity: 1
}

.wp-travel-engine-error-msg,.wp-travel-engine-success-msg {
  font-size: 18px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px 15px;
  width: 100%;
  border-radius: 4px
}

.wp-travel-engine-error-msg+.wp-travel-engine-error-msg {
  margin-top: 10px
}

.wp-travel-engine-success-msg {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.lrf-toggle .lrf-toggle-box {
  width: 60px;
  height: 30px;
  background: rgba(var(--black-color-rgb), 0.1);
  border-radius: 50px;
  margin-left: 25px;
  line-height: 30px;
  text-align: center;
  padding: 0 7px;
  position: relative;
  cursor: pointer;
  transition: all ease .35s
}

.lrf-toggle .lrf-toggle-box::before {
  content: "";
  background:white;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 100%;
  transition: all ease .35s
}

.lrf-toggle .lrf-toggle-box .lrf-chkbx-txt {
  color:white;
  text-transform: uppercase;
  letter-spacing: .15px;
  font-size: 12px;
  display: inline-block
}

.lrf-toggle .lrf-toggle-box .lrf-chkbx-txt:first-child {
  display: none
}

.lrf-toggle .lrf-toggle-box .lrf-chkbx-txt:last-child {
  float: right;
  color: var(--black-color)
}

.lrf-toggle .lrf-toggle-box.active {
  background: #ec1f25
}

.lrf-toggle .lrf-toggle-box.active::before {
  left: 32px
}

.lrf-toggle .lrf-toggle-box.active .lrf-chkbx-txt:first-child {
  display: block;
  float: left
}

.lrf-toggle .lrf-toggle-box.active .lrf-chkbx-txt:last-child {
  display: none
}

.wpte-lrf-field.lrf-toggle+.wpte-lrf-popup {
  border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
  padding-top: 10px;
  margin-top: 40px;
  display: none
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto
}

.white-popup h5 {
  font-size: 24px;
  font-weight: 600
}

.white-popup h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px
}

.wpte-lrf .wpte-lrf-field .parsley-required {
  list-style: none !important;
  padding: 0 !important
}

.wpte-bf-checkout .wpte-bf-checkout-form .wte-default-payment-button-hidden .wpte-bf-submit {
  display: none
}

.wpte-bf-checkout #wte-PayPalExpress-button {
  margin-top: 40px
}

#wp-travel-engine-new-checkout-form .wpte-bf-field.wpte-bf-submit {
  margin-top: 40px
}

.thank-you-container-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px
}

.thank-you-container-2 .wpte-lrf-btn-wrap {
  display: inline-block;
  margin-right: 20px
}

.thank-you-container-2 .wpte-lrf-btn-wrap .wpte-lrf-btn {
  text-decoration: none !important;
  color: #fff;
  margin: 0
}

.thank-you-container-2 .wpte-lrf-btn-wrap .wpte-lrf-btn:hover {
  color: #000
}

@media screen and (max-width: 1199px) {
  .lrf-bookings-content .wpte-lrf-block {
      overflow:auto
  }

  .wpte-dashboard .wpte-lrf-table {
      width: 992px
  }

  .wpte-lrf-block {
      padding: 40px 20px
  }
}

@media screen and (max-width: 992px) {
  .wpte-dashboard .wpte-lrf-content-area {
      flex-direction:column
  }

  .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar {
      width: 100%;
      padding-top: 0;
      flex-flow: row wrap;
      justify-content: center
  }

  .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main {
      width: 100%
  }
}

@media screen and (max-width: 767px) {
  .wpte-lrf-top {
      padding:40px 20px
  }

  .wpte-lrf-additional-option {
      flex-direction: column;
      margin-left: 0;
      margin-right: 0
  }

  .wpte-lrf-additional-option>div {
      width: 100%;
      padding-left: 0;
      padding-right: 0
  }

  .wpte-lrf-additional-option a {
      display: inline-block
  }

  .wpte-lrf-bottom {
      padding-left: 20px;
      padding-right: 20px
  }

  .wpte-lrf-footer {
      padding-left: 0;
      padding-right: 0
  }

  .wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab {
      margin-bottom: 0;
      padding-left: 20px;
      padding-right: 20px
  }

  .wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab::before {
      display: none
  }

  .lrf-dashboard-content .wpte-lrf-block-wrap .wpte-lrf-block {
      width: 46%;
      margin-bottom: 30px
  }
}

@media screen and (max-width: 600px) {
  .wpte-dashboard .wpte-lrf-head {
      padding:15px;
      flex-direction: column-reverse
  }

  .wpte-dashboard .wpte-lrf-userprogile {
      margin-top: 20px
  }

  .wpte-dashboard .wpte-lrf-head .wpte-lrf-logo {
      padding-left: 0;
      flex: auto;
      max-width: 200px
  }

  .lrf-dashboard-content .wpte-lrf-block-wrap {
      flex-direction: column;
      margin-left: 0;
      margin-right: 0
  }

  .lrf-dashboard-content .wpte-lrf-block-wrap .wpte-lrf-block {
      width: 100%;
      margin-bottom: 30px
  }

  .lrf-address-content .wpte-lrf-block .wpte-lrf-field,.lrf-account-content .wpte-lrf-block .wpte-lrf-field {
      padding-right: 0;
      flex-direction: column;
      align-items: flex-start
  }

  .lrf-address-content .wpte-lrf-block .wpte-lrf-field,.lrf-account-content .wpte-lrf-block .wpte-lrf-field {
      padding-right: 0;
      flex-direction: column;
      align-items: flex-start
  }

  .lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label,.lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label {
      width: 100%;
      margin-bottom: 10px
  }

  .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=text],.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=number],.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=tel],.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=email],.lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=text],.lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=number],.lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=tel],.lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=email] {
      width: 100%;
      margin-left: 0
  }

  .lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip,.lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip {
      width: 100%
  }

  .lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-toggle {
      flex-direction: row;
      align-items: center
  }

  .lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-toggle .lrf-field-label {
      width: 130px;
      margin-bottom: 0
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset: -3px) {
  .splide__slide:focus-visible {
      outline:3px solid #0bf;
      outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
      border: 3px solid #0bf
  }
}

@supports(outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
      outline:3px solid #0bf;
      outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
      border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
      border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

.mfp-hide {
  display: none
}

img {
  max-width: 100%
}

.wte-button-group {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px
}

.wte-meta-help {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.07);
  margin: 0 5px;
  text-decoration: none;
  cursor: pointer;
  position: relative
}

.wte-meta-help svg {
  width: 6px;
  height: auto
}

.wte-meta-help .wte-help-content {
  position: absolute;
  left: 50%;
  top: 100%;
  width: auto;
  border-radius: 5px;
  background: rgba(0,0,0,.9);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
  padding: 10px;
  margin-top: 6px;
  display: none;
  transform: translateX(-50%)
}

.wte-meta-help .wte-help-content::before {
  content: "";
  border-bottom: 5px solid rgba(0,0,0,.9);
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-top: -1px;
  transform: translateX(-50%)
}

.wte-meta-help:hover .wte-help-content {
  display: block
}

.wte-es-with-multiple-options {
  display: flex;
  grid-gap: 15px;
  overflow-x: auto;
  padding: 0 15px;
  margin: 0 -15px
}

.wte-es-with-multiple-options::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

.wte-es-with-multiple-options::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0)
}

.wte-es-with-multiple-options::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 5px;
  visibility: hidden
}

.wte-es-with-multiple-options::-webkit-scrollbar-thumb:hover {
  background-color: #ccc
}

.wte-es-with-multiple-options:hover::-webkit-scrollbar-thumb {
  visibility: visible
}

.wte-es-with-multiple-options .item {
  border-bottom: none
}

@media(min-width: 1200px) {
  #wte__booking {
      max-width:1170px
  }
}

#wte__booking .mfp-close {
  background: none;
  color: #333;
  font-size: 40px
}

.wpte-select-options {
  display: inline-block;
  position: relative;
  font-size: 15px;
  margin: 0 15px
}

.wpte-select-options .option-toggle {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #170d44;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,.1);
  padding-right: 32px;
  position: relative;
  text-transform: capitalize
}

.wpte-select-options .option-toggle::after {
  content: "";
  width: 9px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710.828%27 height=%276.828%27 viewBox=%270 0 10.828 6.828%27%3E%3Cpath id=%27Path_23948%27 data-name=%27Path 23948%27 d=%27M3294.464,368.331l-4,4,4,4%27 transform=%27translate%28-366.917 3295.878%29 rotate%28-90%29%27 fill=%27none%27 stroke=%27%23170d44%27 stroke-linecap=%27round%27 stroke-width=%272%27 opacity=%270.6%27/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all .3s ease
}

.wpte-select-options .option-toggle:hover {
  background-color: rgba(23,23,23,.05)
}

.wpte-select-options .wpte-select-options-wrapper {
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
  background-color: #fff;
  padding: 15px;
  min-width: 100%;
  margin-top: 10px;
  transform: translateY(15px);
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  z-index: 111
}

.wpte-select-options .wpte-select-options-wrapper::before,.wpte-select-options .wpte-select-options-wrapper::after {
  content: "";
  border-bottom: 8px solid #fff;
  border-left: 8px solid rgba(0,0,0,0);
  border-right: 8px solid rgba(0,0,0,0);
  position: absolute;
  left: 15px;
  bottom: 100%
}

.wpte-select-options .wpte-select-options-wrapper::before {
  border-bottom-color: rgba(0,0,0,.1);
  margin-bottom: 0px
}

.wpte-select-options.active .option-toggle::after {
  transform: translateY(-50%) rotate(180deg)
}

.wpte-select-options.active .wpte-select-options-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateY(0)
}

.wpte-select-options ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.wpte-select-options ul li {
  padding: 10px 0
}

.wpte-group-discount-options .wpte-select-options-wrapper {
  width: 300px
}

.wpte-group-discount-options .options-list {
  display: flex;
  flex-direction: column
}

.wpte-group-discount-options .options-list li {
  display: flex;
  justify-content: space-between
}

.wpte-group-discount-options .options-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.1)
}

.wpte-group-discount-options .options-list li.list-heading {
  font-weight: 600;
  border-bottom-width: 2px
}

.wpte-group-discount-options .options-list li>span {
  flex: 1
}

.wpte-group-discount-options .options-list li .price-per-person,.wpte-group-discount-options .options-list li .traveler-price {
  text-align: right
}

.wte-global-popup {
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  box-shadow: 0 7px 26px rgba(0,0,0,.16)
}

@media(min-width: 768px) {
  .wte-global-popup {
      width:90%;
      height: 81.1%
  }
}

@media(min-width: 1200px) {
  .wte-global-popup {
      max-width:1367px
  }
}

.wte-global-popup .mfp-close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0;
  border: none;
  background: none;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 0px;
  transition: all .1s linear;
  opacity: .2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.828%27 height=%2714.828%27 viewBox=%270 0 14.828 14.828%27%3E%3Cg id=%27Component_8_7%27 data-name=%27Component 8 %E2%80%93 7%27 transform=%27translate%281.414 1.414%29%27%3E%3Cg id=%27Group_2308%27 data-name=%27Group 2308%27 opacity=%271%27%3E%3Cg id=%27Group_2307%27 data-name=%27Group 2307%27%3E%3Cpath id=%27Path_23938%27 data-name=%27Path 23938%27 d=%27M-3543.213-3525.86l12,12%27 transform=%27translate%283543.213 3525.86%29%27 fill=%27none%27 stroke=%27%23170d44%27 stroke-linecap=%27round%27 stroke-width=%272%27/%3E%3Cpath id=%27Path_23939%27 data-name=%27Path 23939%27 d=%27M-3531.213-3525.86l-12,12%27 transform=%27translate%283543.213 3525.86%29%27 fill=%27none%27 stroke=%27%23170d44%27 stroke-linecap=%27round%27 stroke-width=%272%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat
}

.wte-global-popup .mfp-close:hover {
  opacity: 1
}

.wte-global-popup .mfp-close:active {
  top: 12px
}

.wpte-booking-area {
  box-shadow: 0 -2px 205px rgba(0,0,0,.04),0 -0.6px 61.8px rgba(0,0,0,.0261),0 -0.25px 25px rgba(0,0,0,.02),0 -0.09px 9px rgba(0,0,0,.0139);
  border-radius: 5px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: var(--font-color);
  background-color: #fff
}

@media(max-width: 1024px) {
  .wpte-booking-area {
      position:fixed;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100vw;
      z-index: 111;
      box-shadow: -2px 0 16px rgba(0,0,0,.2);
      border-radius: 0;
      padding: 0 32px 16px
  }
}

.wpte-booking-area .wpte-custom-tooltip {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width=%277%27 height=%278%27 viewBox=%270 0 7 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.86115 4.46133C4.60133 4.55361 4.3759 4.72306 4.21506 4.94699C4.05421 5.17092 3.96563 5.43865 3.96115 5.71432V6.02835H3.06815C3.04971 5.67567 3.08342 5.32219 3.16815 4.97934C3.35597 4.56734 3.67156 4.22683 4.06815 4.00833C4.85715 3.54633 5.22215 3.07035 5.16815 2.58035C5.09015 1.88035 4.63013 1.51234 3.79413 1.46634C3.36252 1.42667 2.9319 1.55188 2.58887 1.8168C2.24584 2.08173 2.01584 2.46673 1.94513 2.89435L0.994141 2.49435L1.15112 2.13434C1.40302 1.62754 1.8112 1.21513 2.31537 0.958007C2.81954 0.700881 3.393 0.612651 3.95114 0.706328C5.36714 0.775328 6.14014 1.38134 6.27014 2.51333C6.34881 3.23467 5.87679 3.88499 4.85413 4.46432L4.86115 4.46133ZM3.96814 7.79333H3.06815V6.90134H3.96814V7.79333Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
  background-color: #ec1f25;
  margin-left: 5px
}

.wpte-booking-area .wpte-custom-tooltip::before {
  content: attr(data-title);
  width: 200px;
  background: rgba(9,20,38,.8);
  border-radius: 5px;
  line-height: 1.4;
  font-size: 14px;
  padding: 12px;
  color: #fff;
  position: absolute;
  margin-bottom: 10px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}

.wpte-booking-area .wpte-custom-tooltip::after {
  content: "";
  border-top: 5px solid rgba(9,20,38,.8);
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}

.wpte-booking-area .wpte-custom-tooltip:hover::before,.wpte-booking-area .wpte-custom-tooltip:hover::after {
  visibility: visible;
  opacity: 1
}

.wpte-booking-area .wpte-booking-inner-wrapper {
  position: relative;
  padding-top: 48px;
  padding-bottom: 24px
}

@media(max-width: 1024px) {
  .wpte-booking-area .wpte-booking-inner-wrapper {
      padding:0 !important
  }
}

@media(max-width: 1024px) {
  .wpte-booking-area .wpte-bf-gd-text {
      display:none !important
  }
}

.wpte-booking-area .wpte-bf-btn {
  padding: 16px;
  background: #efefef;
  border: none;
  cursor: pointer;
  border-radius: 4px
}

.wpte-booking-area .wpte-bf-btn.wte-book-now {
  font-size: 18px;
  background: #ec1f25;
  color: #fff
}

.wpte-booking-area .wpte-bf-btn:active,.wpte-booking-area .wpte-bf-btn:hover {
  background: #096ce4;
  color: #fff
}

.wpte-booking-area .wpte-bf-gd-text {
  display: inline-block;
  max-width: 100%;
  font-size: 13px;
  background: rgba(20, 125, 254, 0.1);
  padding: 1px 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 0 0
}

.wpte-booking-area .wpte-bf-discount-tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #ea7810;
  border-radius: 14px;
  padding: 5.5px 10px;
  margin: 0 0 0 25px
}

@media(max-width: 1024px) {
  .wpte-booking-area .wpte-bf-discount-tag {
      display:none
  }
}

.wpte-booking-area .wpte-bf-price-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  background: none
}

@media(max-width: 1024px) {
  .wpte-booking-area .wpte-bf-price-wrap {
      max-height:0;
      overflow: hidden;
      transition: max-height .3s ease;
      border-bottom: none !important
  }
}

.wpte-booking-area .wpte-bf-price {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1 0 50%;
  padding: 24px;
  padding-bottom: 24px;
  align-items: unset;
  border-bottom: 1px solid rgba(20, 125, 254, 0.1);
  margin-bottom: 0
}

@media(max-width: 1024px) {
  .wpte-booking-area .wpte-bf-price {
      padding:16px 0
  }
}

@media(min-width: 768px) {
  .wpte-booking-area .wpte-bf-price {
      width:50%
  }
}

.wpte-booking-area .wpte-bf-price:last-child {
  border-bottom: 1px solid rgba(20, 125, 254, 0.1)
}

.wpte-booking-area .wpte-bf-price .wpte-bf-price-from {
  font-size: 13px;
  font-weight: 500;
  margin-right: 5px
}

.wpte-booking-area .wpte-bf-price del {
  font-size: 14px;
  line-height: 1
}

.wpte-booking-area .wpte-bf-price ins {
  font-weight: 500;
  line-height: 1 !important
}

.wpte-booking-area .wpte-bf-price .wpte-bf-reg-price {
  line-height: normal;
  margin-bottom: 6px
}

.wpte-booking-area .wpte-bf-price .wpte-bf-price-amount {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none
}

.wpte-booking-area .wpte-bf-price .wpte-bf-pqty {
  line-height: 21px;
  color: #061626;
  font-size: 14px
}

.wpte-booking-area .wpte-bf-price .wpte-bf-offer-price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  grid-gap: 5px;
  line-height: 1
}

.wpte-booking-area .wpte-bf-content {
  margin-top: 0;
  padding: 24px 25px 0
}

@media(max-width: 1024px) {
  .wpte-booking-area .wpte-bf-content {
      display:none
  }
}

.wpte-booking-area .wpte-bf-content ul,.wpte-booking-area .wpte-bf-content ol {
  margin: 0;
  padding: 0;
  list-style: none
}

.wpte-booking-area .wpte-bf-content ul li,.wpte-booking-area .wpte-bf-content ol li {
  position: relative;
  padding-left: 22px !important;
  margin-bottom: 9px
}

.wpte-booking-area .wpte-bf-content ul li::before,.wpte-booking-area .wpte-bf-content ol li::before {
  content: "";
  position: absolute;
  left: 0;
  color: #ec1f25
}

.wpte-booking-area .wpte-bf-content ul li::before {
  width: 12px;
  height: 6px;
  top: 8px;
  border: 1px solid rgba(0,0,0,0);
  border-left-color: #ec1f25;
  border-bottom-color: #ec1f25;
  transform: rotate(315deg)
}

.wpte-booking-area .wpte-bf-content ol {
  counter-reset: order-count
}

.wpte-booking-area .wpte-bf-content ol li {
  counter-increment: order-count
}

.wpte-booking-area .wpte-bf-content ol li::before {
  content: counter(order-count);
  font-style: italic
}

.wpte-booking-area .wpte-bf-btn-wrap {
  margin-top: 24px;
  padding: 0 25px
}

@media(max-width: 1024px) {
  .wpte-booking-area .wpte-bf-btn-wrap {
      padding:16px 0 0;
      margin: 0
  }
}

.wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn {
  width: 100%;
  text-decoration: none
}

@media(max-width: 1024px) {
  .wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn {
      padding:12px 24px;
      font-size: 16px;
      line-height: 1.5
  }
}

.wpte-booking-area .wpte-booking-footer-text {
  line-height: 1.4;
  text-align: center;
  padding: 24px;
  border-top: 1px solid rgba(20, 125, 254, 0.05)
}

@media(max-width: 1024px) {
  .wpte-booking-area .wpte-booking-footer-text {
      padding:12px 0 0
  }
}

@media(max-width: 767px) {
  .wpte-booking-area .wpte-booking-footer-text {
      font-size:12px
  }
}

.wpte-booking-area .wpte-booking-footer-text a,.wpte-booking-area .wpte-booking-footer-text a:link {
  color: #ec1f25;
  text-decoration: none
}

.wpte-booking-area .wpte-booking-footer-text a:hover,.wpte-booking-area .wpte-booking-footer-text a:link:hover {
  text-decoration: underline
}

button:disabled {
  opacity: .5;
  cursor: not-allowed !important
}

@keyframes spin {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}

button:disabled.btn-loading {
  opacity: .9;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

button:disabled.btn-loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  animation: spin 1s infinite linear;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden=%27true%27 focusable=%27false%27 data-prefix=%27fad%27 data-icon=%27spinner-third%27 role=%27img%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27 class=%27svg-inline--fa fa-spinner-third fa-w-16 fa-spin fa-lg%27%3E%3Cg class=%27fa-group%27%3E%3Cpath fill=%27%23cccccc36%27 d=%27M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z%27 class=%27fa-secondary%27%3E%3C/path%3E%3Cpath fill=%27%23ccc%27 d=%27M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z%27 class=%27fa-primary%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center
}

.single-trip .mfp-wrap {
  z-index: 999999
}

.widget-area {
  display: block !important
}

.tippy-box {
  background: #000;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  max-width: 280px
}

.tippy-box[data-placement^=top]>.tippy-arrow::before {
  border-top-color: #000
}

.tippy-box[data-placement^=bottom]>.tippy-arrow::before {
  border-bottom-color: #000
}

.tippy-box[data-placement^=left]>.tippy-arrow::before {
  border-left-color: #000
}

.tippy-box[data-placement^=right]>.tippy-arrow::before {
  border-right-color: #000
}

button.wpte_price-toggle-btn-mb,button.wpte_price-toggle-btn-mb:focus {
  background-color: #fff;
  border: none;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  border-radius: 6px 6px 0 0;
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  box-shadow: 0 -8px 8px rgba(0,0,0,.1);
  transition: all .3s ease;
  z-index: 11
}

@media(min-width: 1025px) {
  button.wpte_price-toggle-btn-mb,button.wpte_price-toggle-btn-mb:focus {
      display:none
  }
}

button.wpte_price-toggle-btn-mb::after,button.wpte_price-toggle-btn-mb:focus::after {
  content: attr(data-text);
  display: inline-block;
  transition: all .3s ease;
  text-decoration: none
}

button.wpte_price-toggle-btn-mb.active .current-text,button.wpte_price-toggle-btn-mb:focus.active .current-text {
  display: none
}

button.wpte_price-toggle-btn-mb.active::before,button.wpte_price-toggle-btn-mb:focus.active::before {
  content: attr(data-active-text)
}

button.wpte_price-toggle-btn-mb.active::after,button.wpte_price-toggle-btn-mb:focus.active::after {
  transform: rotate(180deg)
}

.wpte-form-layout-1 button.wpte_price-toggle-btn-mb::after,.wpte-form-layout-1 button.wpte_price-toggle-btn-mb:focus::after,.wpte-form-layout-2 button.wpte_price-toggle-btn-mb::after,.wpte-form-layout-2 button.wpte_price-toggle-btn-mb:focus::after {
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0.792893 7.70711C0.402369 7.31658 0.402369 6.68342 0.792893 6.29289L6.79289 0.292893C7.18342 -0.0976314 7.81658 -0.0976314 8.20711 0.292894L14.2071 6.29289C14.5976 6.68342 14.5976 7.31658 14.2071 7.70711C13.8166 8.09763 13.1834 8.09763 12.7929 7.70711L7.5 2.41421L2.20711 7.70711C1.81658 8.09763 1.18342 8.09763 0.792893 7.70711Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0.792893 7.70711C0.402369 7.31658 0.402369 6.68342 0.792893 6.29289L6.79289 0.292893C7.18342 -0.0976314 7.81658 -0.0976314 8.20711 0.292894L14.2071 6.29289C14.5976 6.68342 14.5976 7.31658 14.2071 7.70711C13.8166 8.09763 13.1834 8.09763 12.7929 7.70711L7.5 2.41421L2.20711 7.70711C1.81658 8.09763 1.18342 8.09763 0.792893 7.70711Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  margin-left: 8px
}

@media(max-width: 1024px) {
  .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price:last-child,.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price:nth-last-child(2) {
      padding-bottom:0
  }
}

@media(max-width: 1024px) {
  .wpte-booking-area.wpte-form-layout-3 {
      width:calc(100vw - 32px);
      left: auto;
      right: 16px;
      bottom: 16px;
      border-radius: 16px;
      padding: 0;
      background: none
  }
}

@media(max-width: 1024px) {
  .wpte-form-layout-2 {
      border-radius:16px 16px 0 0;
      padding: 4px 16px 16px
  }
}

.wpte-form-layout-2 button.wpte_price-toggle-btn-mb {
  background: linear-gradient(to bottom, #ffffff 60%, transparent 40%) !important;
  color: rgba(6,22,38,.8) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  justify-content: center;
  transform: translate(-50%, 50%)
}

.wpte-form-layout-2 button.wpte_price-toggle-btn-mb::before {
  content: none
}

.wpte-form-layout-2 button.wpte_price-toggle-btn-mb::after {
  margin: 0 !important
}

@media(max-width: 1024px) {
  .wpte-form-layout-2.wpte-default-form {
      padding-top:24px
  }

  .wpte-form-layout-2.wpte-default-form .wpte-booking-inner-wrapper {
      display: flex;
      justify-content: space-between;
      padding-bottom: 24px !important
  }

  .wpte-form-layout-2.wpte-default-form button.wpte_price-toggle-btn-mb {
      display: none
  }

  .wpte-form-layout-2.wpte-default-form .wpte-bf-price-wrap {
      max-height: unset;
      overflow: visible;
      display: flex;
      margin: 0 !important
  }

  .wpte-form-layout-2.wpte-default-form .wpte-bf-price {
      padding-left: 0;
      padding-right: 16px;
      border: none !important;
      padding-bottom: 0;
      padding-top: 0
  }

  .wpte-form-layout-2.wpte-default-form .wpte-bf-btn-wrap {
      padding-top: 0
  }
}

@media(max-width: 1024px) {
  .wpte-form-layout-3 button.wpte_price-toggle-btn-mb {
      transform:unset;
      position: fixed;
      left: auto;
      right: 24px;
      bottom: 24px;
      width: 60px;
      height: 60px;
      font-size: 30px;
      padding: 0;
      justify-content: center;
      border-radius: 50%;
      background-color: #ec1f25;
      color: #fff;
      box-shadow: 4px 6px 12px rgba(94,70,8,.2);
      transform: scale(1, 1)
  }

  .wpte-form-layout-3 button.wpte_price-toggle-btn-mb.active {
      visibility: hidden;
      opacity: 0;
      transform: scale(0, 0)
  }

  .wpte-form-layout-3>.wrap {
      padding: 8px 32px 24px;
      background-color: #fff;
      width: calc(100vw - 32px);
      position: fixed;
      left: auto;
      right: 16px;
      bottom: 16px;
      border-radius: 16px;
      box-shadow: 4px 6px 12px rgba(94,70,8,.2);
      transition: all .3s ease;
      transform: scale(0, 0);
      transform-origin: right bottom;
      opacity: 0;
      z-index: 11
  }

  .wpte-form-layout-3.show .wrap {
      transform: scale(1, 1);
      opacity: 1
  }

  .wpte-form-layout-3 .wpte-bf-price-wrap {
      overflow: visible;
      max-height: unset
  }

  .wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3,.wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3:active,.wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3:focus {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #fff !important;
      background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.4 15L10 11.4L13.6 15L15 13.6L11.4 10L15 6.4L13.6 5L10 8.6L6.4 5L5 6.4L8.6 10L5 13.6L6.4 15ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6873 3.825 17.975 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.262667 12.6833 0 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31267 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.31233 6.1 0.787C7.31667 0.262333 8.61667 0 10 0C11.3833 0 12.6833 0.262333 13.9 0.787C15.1167 1.31233 16.175 2.025 17.075 2.925C17.975 3.825 18.6873 4.88333 19.212 6.1C19.7373 7.31667 20 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6873 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6873 13.9 19.212C12.6833 19.7373 11.3833 20 10 20Z%27 fill=%27%23DE4444%27/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center;
      border: none
  }
}

@media(min-width: 1025px) {
  .wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3 {
      display:none
  }
}

@media(max-width: 1024px) {
  .wpte-form-layout-2 .wpte-bf-btn-wrap,.wpte-form-layout-3 .wpte-bf-btn-wrap {
      padding-top:24px
  }

  .wpte-form-layout-2 .wpte-bf-price-wrap,.wpte-form-layout-3 .wpte-bf-price-wrap {
      justify-content: center
  }

  .wpte-form-layout-2 .wpte-bf-price,.wpte-form-layout-3 .wpte-bf-price {
      padding-left: 24px;
      padding-right: 24px;
      border-bottom: 0;
      margin-bottom: 1em
  }

  .wpte-form-layout-2 .wpte-bf-price:nth-child(2n-1),.wpte-form-layout-3 .wpte-bf-price:nth-child(2n-1) {
      border-right: 1px solid rgba(20, 125, 254, 0.1)
  }

  .wpte-form-layout-2 .wpte-bf-price:last-child,.wpte-form-layout-2 .wpte-bf-price:nth-last-child(2),.wpte-form-layout-3 .wpte-bf-price:last-child,.wpte-form-layout-3 .wpte-bf-price:nth-last-child(2) {
      margin-bottom: 0
  }

  .wpte-form-layout-2 .wpte-bf-price:last-child,.wpte-form-layout-3 .wpte-bf-price:last-child {
      border-right: 0
  }
}

.class-wte-advanced-search-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px
}

.class-wte-advanced-search-wrapper .advanced-search-field {
  padding: 0 15px;
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0
}

.search-dur,.search-price {
  display: none
}

.search-dur.show,.search-price.show {
  display: block
}

.pagination a,.pagination button {
  color: #0a0a0a;
  display: inline-block;
  padding: .1875rem .625rem;
  border-radius: 0
}

.pagination li {
  font-size: .875rem;
  margin-right: .0625rem;
  border-radius: 0;
  display: none
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem
}

ul.pagination span.current {
  padding: 4px 10px;
  background-color: #21a08b;
  color: #fff;
  border-radius: 4px
}

.pagination a:hover,.pagination button:hover {
  background: #e6e6e6
}

.wp-travel-toolbar .wte-view-modes {
  display: inline-block;
  padding-left: 16px;
  padding-right: 0;
  line-height: 1;
  order: 3
}

.wp-travel-toolbar .wte-view-modes span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: rgba(35,35,35,.7);
  margin-right: 3px
}

.wp-travel-toolbar .wte-view-modes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: row-reverse;
  align-items: center
}

.wp-travel-toolbar .wte-view-modes ul li {
  display: inline-block;
  margin: 0 5px;
  opacity: .4
}

.wp-travel-toolbar .wte-view-modes ul li.active {
  opacity: .8
}

.wp-travel-toolbar .wte-view-modes ul li a svg {
  visibility: hidden
}

.wp-travel-toolbar .wte-view-modes ul li[data-mode=list] a {
  background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2716%27 viewBox=%270 0 19 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 6.5C1.17 6.5 0.5 7.17 0.5 8C0.5 8.83 1.17 9.5 2 9.5C2.83 9.5 3.5 8.83 3.5 8C3.5 7.17 2.83 6.5 2 6.5ZM2 0.5C1.17 0.5 0.5 1.17 0.5 2C0.5 2.83 1.17 3.5 2 3.5C2.83 3.5 3.5 2.83 3.5 2C3.5 1.17 2.83 0.5 2 0.5ZM2 12.5C1.17 12.5 0.5 13.18 0.5 14C0.5 14.82 1.18 15.5 2 15.5C2.82 15.5 3.5 14.82 3.5 14C3.5 13.18 2.83 12.5 2 12.5ZM5 15H19V13H5V15ZM5 9H19V7H5V9ZM5 1V3H19V1H5Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 18.5px 15px;
  background-position: center
}

.wp-travel-toolbar .wte-view-modes ul li[data-mode=grid] a {
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 4H4V0H0V4ZM6 16H10V12H6V16ZM0 16H4V12H0V16ZM0 10H4V6H0V10ZM6 10H10V6H6V10ZM12 0V4H16V0H12ZM6 4H10V0H6V4ZM12 10H16V6H12V10ZM12 16H16V12H12V16Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center
}

.wp-travel-toolbar .wte-view-modes ul li[data-mode=list] a,.wp-travel-toolbar .wte-view-modes ul li[data-mode=grid] a {
  height: 1em;
  width: 1em
}

.wp-travel-toolbar .wte-view-modes ul li a {
  color: rgba(35,35,35,.15);
  display: block
}

.wp-travel-toolbar .wte-view-modes ul li.active a {
  color: #232323
}

.wp-travel-toolbar .wte-filterby-dropdown {
  padding-left: 0;
  display: inline-block;
  line-height: 1;
  position: relative;
  order: 2
}

.wp-travel-toolbar .wp-travel-engine-toolbar+.wte-filterby-dropdown {
  padding-right: 16px
}

.wpte__select-options li a {
  color: inherit
}

.wp-travel-toolbar .wp-travel-engine-toolbar+.wte-filterby-dropdown:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  height: 26px;
  width: 1px;
  background: rgba(112,112,112,.2)
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering>span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(35,35,35,.1);
  color: rgba(35,35,35,.7);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 40px 13px 15px;
  line-height: 1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;
  background-color: #fff;
  background-size: 12px;
  background-position: center right 0
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select:focus {
  box-shadow: none;
  outline: none
}

.wp-travel-engine-archive-repeater-wrap {
  position: relative
}

.wp-travel-engine-archive-outer-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}

.wp-travel-engine-archive-outer-wrap .page-header {
  width: 100%
}

.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper {
  flex: 0 0 100%;
  margin: 0 0 30px
}

@media(min-width: 1025px) {
  .wp-travel-engine-archive-outer-wrap .advanced-search-wrapper {
      flex:0 0 255px
  }
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-repeater-wrap {
  flex: 1;
  margin: 0
}

@media(min-width: 1025px) {
  .wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-repeater-wrap {
      flex:1
  }
}

.wte-category-outer-wrap {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.wte-category-outer-wrap:hover {
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
}

@media(min-width: 1025px) {
  .wp-travel-engine-archive-outer-wrap .advanced-search-wrapper+.wp-travel-engine-archive-repeater-wrap {
      padding-left:30px;
      max-width: calc(100% - 255px)
  }
}

.wp-travel-engine-archive-repeater-wrap #loader {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0,0%,100%,.95)
}

.wp-travel-engine-archive-repeater-wrap #loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.advanced-search-wrapper .sidebar h2 {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #000
}

.advanced-search-wrapper .advanced-search-header {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0,0,0,.07);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.advanced-search-wrapper .clear-search-criteria {
  padding: 0;
  border: none;
  background: none !important;
  color: rgba(0,0,0,.6) !important;
  text-decoration: underline;
  text-transform: inherit;
  font-size: 14px;
  font-weight: normal;
  text-underline-offset: 1px;
  transition: all .2s ease;
  cursor: pointer
}

.advanced-search-wrapper .clear-search-criteria:hover {
  color: #ec1f25 !important;
  text-decoration: none
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more {
  margin-bottom: 0
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more .wte-terms-more-list,.advanced-search-wrapper .advanced-search-field .wte-terms-more .show-less {
  display: none;
  margin: 0
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more .wte-terms-more-list {
  margin: 0 0 20px !important
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button {
  padding: 0;
  margin: 0;
  background: none !important;
  border: none;
  color: #ec1f25 !important;
  text-decoration: underline;
  text-transform: inherit;
  font-size: 14px;
  font-weight: normal;
  text-underline-offset: 1px;
  transition: all .2s ease
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button:hover {
  text-decoration: none
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button::after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 16px;
  background-color: #ec1f25;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button.show-more::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.97945 6.14645C4.17472 5.95118 4.4913 5.95118 4.68656 6.14645L8.33301 9.79289L11.9795 6.14645C12.1747 5.95118 12.4913 5.95118 12.6866 6.14645C12.8818 6.34171 12.8818 6.65829 12.6866 6.85355L8.68656 10.8536C8.4913 11.0488 8.17472 11.0488 7.97945 10.8536L3.97945 6.85355C3.78419 6.65829 3.78419 6.34171 3.97945 6.14645Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.97945 6.14645C4.17472 5.95118 4.4913 5.95118 4.68656 6.14645L8.33301 9.79289L11.9795 6.14645C12.1747 5.95118 12.4913 5.95118 12.6866 6.14645C12.8818 6.34171 12.8818 6.65829 12.6866 6.85355L8.68656 10.8536C8.4913 11.0488 8.17472 11.0488 7.97945 10.8536L3.97945 6.85355C3.78419 6.65829 3.78419 6.34171 3.97945 6.14645Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A")
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button.show-less::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0205 10.8536C11.8253 11.0488 11.5087 11.0488 11.3134 10.8536L7.66699 7.20711L4.02055 10.8536C3.82528 11.0488 3.5087 11.0488 3.31344 10.8536C3.11818 10.6583 3.11818 10.3417 3.31344 10.1464L7.31344 6.14645C7.5087 5.95118 7.82528 5.95118 8.02055 6.14645L12.0205 10.1464C12.2158 10.3417 12.2158 10.6583 12.0205 10.8536Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0205 10.8536C11.8253 11.0488 11.5087 11.0488 11.3134 10.8536L7.66699 7.20711L4.02055 10.8536C3.82528 11.0488 3.5087 11.0488 3.31344 10.8536C3.11818 10.6583 3.11818 10.3417 3.31344 10.1464L7.31344 6.14645C7.5087 5.95118 7.82528 5.95118 8.02055 6.14645L12.0205 10.1464C12.2158 10.3417 12.2158 10.6583 12.0205 10.8536Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A")
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more.visible .wte-terms-more-list,.advanced-search-wrapper .advanced-search-field .wte-terms-more.visible .show-less {
  display: block
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more.visible .show-more {
  display: none
}

.advanced-search-wrapper .advanced-search-field {
  display: block
}

.advanced-search-wrapper .advanced-search-field:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0,0,0,.07)
}

.advanced-search-wrapper .advanced-search-field .filter-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  display: block;
  margin-bottom: 0;
  position: relative;
  cursor: pointer
}

.advanced-search-wrapper .advanced-search-field.search-trip-type h3:after,.advanced-search-wrapper .advanced-search-field.trip-dates h3:after {
  position: absolute;
  top: 5px;
  right: 10px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;
  background-size: 12px;
  height: 12px;
  width: 12px;
  opacity: .7;
  transition: transform .4s
}

.advanced-search-wrapper .advanced-search-field.search-trip-type.wte-list-opn h3:after,.advanced-search-wrapper .advanced-search-field.trip-dates.wte-list-opn h3:after {
  transform: rotate(180deg)
}

.advanced-search-wrapper .advanced-search-field .wte-terms-list {
  display: block;
  margin-top: 24px;
  max-height: 320px;
  -ms-overflow-y: auto;
  overflow-y: auto
}

.advanced-search-wrapper .advanced-search-field .wte-terms-list::-webkit-scrollbar {
  display: none
}

.advanced-search-wrapper .advanced-search-field .wte-terms-list .mCSB_scrollTools .mCSB_dragger {
  max-height: 90px !important;
  height: 90px !important
}

.advanced-search-wrapper .advanced-search-field .wte-terms-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(13,13,13,.4);
  width: 7px;
  border-radius: 0
}

.advanced-search-wrapper .advanced-search-field .wte-terms-list .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(13,13,13,.05);
  width: 7px;
  border-radius: 0
}

.advanced-search-wrapper .advanced-search-field .filter-section-content {
  margin-top: 15px
}

.advanced-search-wrapper .advanced-search-field ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.advanced-search-wrapper .advanced-search-field ul li {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap
}

.advanced-search-wrapper .advanced-search-field ul li ul {
  margin-bottom: 0 !important;
  width: 100%
}

.advanced-search-wrapper .advanced-search-field ul li ul li:last-child {
  margin-bottom: 0
}

.advanced-search-wrapper .advanced-search-field ul li label {
  padding-right: 30px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 100%
}

.advanced-search-wrapper .advanced-search-field.trip-dates ul li label {
  padding-right: 0;
  font-size: 14px;
  font-weight: normal
}

.advanced-search-wrapper .advanced-search-field.trip-dates ul li label input[type=radio] {
  float: left;
  display: none
}

.advanced-search-wrapper .advanced-search-field ul li ul {
  margin: 20px 0px 20px 20px
}

.advanced-search-wrapper .advanced-search-field ul li .count {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 14px
}

.advanced-search-wrapper .advanced-search-field input {
  opacity: 0;
  display: none
}

.advanced-search-wrapper .advanced-search-field input+span {
  padding-left: 25px;
  position: relative
}

.advanced-search-wrapper .advanced-search-field input+span:before {
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 1px solid #ddd;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all ease .2s
}

.advanced-search-wrapper .advanced-search-field input+span:after {
  content: "";
  margin: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 18px;
  width: 18px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23999999%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z%27/%3E%3C/svg%3E") center center no-repeat;
  background-size: 12px;
  opacity: 0;
  transition: all ease .2s
}

.advanced-search-wrapper .advanced-search-field.trip-dates input+span:before {
  border-radius: 50%
}

.advanced-search-wrapper .advanced-search-field.trip-dates input+span:after {
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
  top: 5px;
  left: 5px;
  background: #ec1f25
}

.advanced-search-wrapper .advanced-search-field input:checked+span:after {
  opacity: 1
}

.advanced-search-wrapper .advanced-search-field input:checked+span:before {
  border-color: #ec1f25
}

.ui-slider {
  position: relative
}

.ui-slider .ui-slider-range,.ui-slider .ui-slider-handle {
  position: absolute
}

.advanced-search-wrapper .advanced-search-field .ui-slider {
  border: none;
  height: 2px;
  background: rgba(20, 125, 254, 0.2);
  margin-top: 45px;
  margin-left: 9px;
  margin-right: 9px
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-range {
  height: 2px;
  border: none;
  background: #ec1f25
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ec1f25;
  margin-left: 0;
  top: 1px;
  transform: translate(-50%, -50%)
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::before {
  content: attr(data-value);
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 1;
  color: #fff;
  background-color: #ec1f25;
  padding: 3px 8px;
  border-radius: 4px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  white-space: nowrap
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::after {
  content: "";
  border: 4px solid rgba(0,0,0,0);
  border-top: 7px solid #ec1f25;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: -2px;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle[data-value]::before {
  visibility: visible;
  opacity: 1;
  margin-bottom: 12px
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle[data-value]::after {
  visibility: visible;
  opacity: 1;
  margin-bottom: 1px
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle:active,.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle:focus {
  outline: none
}

.advanced-search-wrapper .advanced-search-field .duration-slider-value,.advanced-search-wrapper .advanced-search-field .cost-slider-value {
  display: block;
  margin: 10px 0;
  font-size: 13px;
  color: rgba(35,35,35,.7)
}

.advanced-search-wrapper .advanced-search-field .duration-slider-value:before,.advanced-search-wrapper .advanced-search-field .duration-slider-value:after,.advanced-search-wrapper .advanced-search-field .cost-slider-value:before,.advanced-search-wrapper .advanced-search-field .cost-slider-value:after {
  display: table;
  content: "";
  clear: both
}

.advanced-search-wrapper .advanced-search-field .duration-slider-value span:first-child,.advanced-search-wrapper .advanced-search-field .cost-slider-value span:first-child {
  float: left
}

.advanced-search-wrapper .advanced-search-field .duration-slider-value span:last-child,.advanced-search-wrapper .advanced-search-field .cost-slider-value span:last-child {
  float: right
}

.advanced-search-wrapper .advanced-search-field .custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid rgba(35,35,35,.1);
  color: rgba(35,35,35,.7);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px 15px 15px;
  line-height: 1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;
  background-color: #fff;
  background-size: 12px;
  background-position: center right 15px
}

.advanced-search-wrapper .advanced-search-field .custom-select select:focus {
  outline: none;
  box-shadow: none
}

.wp-travel-engine-archive-repeater-wrap .wte-search-load-more {
  display: block;
  width: 100%;
  text-align: center
}

.wp-travel-engine-archive-repeater-wrap .wte-search-load-more {
  margin-top: 40px
}

.wp-travel-engine-archive-repeater-wrap .wte-search-load-more .load-more-search {
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  background: #ec1f25;
  border: 2px solid;
  padding: 10px 40px;
  margin: 0 auto;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease .2s
}

.wp-travel-engine-archive-repeater-wrap .load-more-search:hover {
  background: none;
  text-decoration: none;
  color: #ec1f25
}

.wp-travel-engine-archive-repeater-wrap .category-main-wrap {
  margin-bottom: 50px
}

.widget_wte_advanced_search_widget #wte-advanced-search-form {
  display: block;
  position: relative
}

.widget_wte_advanced_search_widget #wte-advanced-search-form:before,.widget_wte_advanced_search_widget #wte-advanced-search-form:after {
  content: "";
  clear: both;
  display: table
}

.widget_wte_advanced_search_widget #wte-advanced-search-form .advanced-search-field {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px
}

.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select {
  width: 100%;
  color: rgba(35,35,35,.6);
  font-size: 14px
}

.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select:after {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  height: 8px;
  width: 8px;
  right: 15px
}

.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select .list {
  width: 100%
}

.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select .option {
  padding-left: 18px;
  padding-right: 29px;
  padding-bottom: 0;
  margin: 0;
  border: none;
  width: 100%
}

.wte-advanced-search-wrapper-nice-select .list {
  max-height: 300px;
  overflow-y: auto !important
}

.wp-travel-toolbar .wte-filter-foundposts {
  margin-right: auto;
  order: 1
}

.wp-travel-toolbar .wte-filter-foundposts .searchFoundPosts {
  font-size: 26px;
  font-weight: 400;
  color: rgba(35,35,35,.85);
  margin: 0
}

.wp-travel-toolbar .wte-ordering {
  display: flex;
  align-items: flex-start;
  margin: 0
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field {
  margin-left: 8px;
  border: none;
  background: none
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__input {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  color: rgba(0,0,0,.8);
  padding-right: 23px;
  background: none;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  vertical-align: top
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field::after {
  top: 50%;
  transform: translateY(-50%);
  right: 0
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field.options-open::after {
  top: 50%;
  transform: translateY(-50%) rotate(180deg)
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options {
  left: auto;
  right: 0;
  min-width: 185px
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul {
  padding: 0;
  max-height: unset;
  padding-right: 1px
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li {
  padding: 11px 8px;
  color: #000
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li.wpte__select-options__label {
  color: rgba(0,0,0,.4);
  pointer-events: none
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li span {
  opacity: 1;
  padding: 0;
  font-weight: normal;
  color: inherit
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li:hover,.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li.selected {
  color: #ec1f25
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li:hover>span,.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li.selected>span {
  background: none
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul ul {
  margin: -11px -8px
}

@media only screen and (max-width: 1024px) {
  .class-wte-advanced-search-wrapper {
      flex-direction:column
  }
}

@media only screen and (max-width: 767px) {
  .category-list .category-trips-single-inner-wrap .category-trip-fig {
      width:100%
  }

  .category-list .category-trips-single-inner-wrap .category-trip-detail-wrap {
      width: 100%;
      padding-top: 30px;
      padding-left: 0
  }

  .category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
      font-size: 18px
  }

  .category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
      font-size: 16px
  }

  .category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.actual-price {
      font-size: 22px
  }

  .category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap {
      display: block;
      margin-bottom: 10px
  }

  .category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months {
      margin-left: 0
  }
}

@media only screen and (max-width: 500px) {
  .category-list .category-trips-single-inner-wrap {
      padding:30px 20px 25px
  }
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select.open,.nice-select:active,.nice-select:focus {
  border-color: #999
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all .15s ease-in-out;
  width: 5px
}

.nice-select.open:after {
  transform: rotate(-135deg)
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0)
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #ccc
}

.nice-select.wide {
  width: 100%
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68,68,68,.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;
  z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0,0,0,0) !important
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all .2s
}

.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover {
  background-color: #f6f6f6
}

.nice-select .option.selected {
  font-weight: 700
}

.nice-select .option.disabled {
  background-color: rgba(0,0,0,0);
  color: #999;
  cursor: default
}

.no-csspointerevents .nice-select .list {
  display: none
}

.no-csspointerevents .nice-select.open .list {
  display: block
}

.category-trips-single {
  margin-bottom: 32px
}

.category-trips-single[data-thumbnail=map] .category-trips-single-inner-wrap .category-trip-fig>a,.category-trips-single[data-thumbnail=map] .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper {
  display: none
}

.category-trips-single[data-thumbnail=map] .category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper {
  display: block
}

.category-trips-single[data-thumbnail=map] .category-trips-single-inner-wrap .category-trip-fig .toggle-map {
  background-color: #ec1f25
}

.category-trips-single .category-trips-single-inner-wrap {
  box-shadow: 0 4px 8px rgba(0,0,0,.04);
  border-radius: 4px;
  background-color: #fff;
  padding: 24px;
  transition: all .5s ease;
  overflow: visible;
  height: 100%
}

.category-trips-single .category-trips-single-inner-wrap:hover {
  box-shadow: 0 10px 15px rgba(0,0,0,.1)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn {
  display: block;
  text-align: center;
  padding: 15px;
  letter-spacing: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: all ease .3s;
  background-color: #ec1f25;
  border-color: #ec1f25;
  color: #fff;
  text-decoration: none
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover {
  opacity: .8
}

.category-trips-single .category-trips-single-inner-wrap .wishlist-toggle {
  all: unset;
  display: flex;
  align-items: center
}

.category-trips-single .category-trips-single-inner-wrap .wishlist-toggle svg {
  vertical-align: top
}

.category-trips-single .category-trips-single-inner-wrap .wishlist-toggle:hover path {
  fill: #c5bcbc
}

.category-trips-single .category-trips-single-inner-wrap .wishlist-toggle.active svg path {
  fill: #e31e18
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig {
  order: unset;
  position: relative
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a {
  position: relative;
  display: block;
  padding-top: 75%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #efefef
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 1s ease
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a:hover {
  background-color: #ccc
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a:hover img {
  transform: scale(1.1)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper {
  width: 100%;
  max-width: 100%
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .toggle-map {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(6,22,38,.7);
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 11;
  padding: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .toggle-map:hover {
  background-color: #061626
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .toggle-map.active {
  background-color: #ec1f25
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .toggle-map i {
  display: flex
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper {
  display: none
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper .trip-map {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  margin: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper .trip-map iframe,.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper .trip-map img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  border-radius: 4px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-stage,.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-stage-outer {
  max-height: 100%;
  height: 100%
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item {
  height: 100%
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item .item {
  height: 100%
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  padding: 18px 0 8px;
  width: 100%
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: hsla(0,0%,100%,.5);
  margin: 0 2px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-dots .owl-dot.active {
  background-color: #fff
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev,.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next {
  background-color: rgba(0,0,0,0) !important;
  font-size: 24px !important;
  width: 80px;
  height: 100%;
  color: #fff;
  box-shadow: none;
  padding: 0 8px !important;
  border-radius: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev::before,.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev::after,.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next::before,.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next::after {
  background-color: currentColor;
  left: auto;
  right: auto;
  transform: translateY(-50%)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next::after {
  right: 8px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev::before {
  left: 8px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig:hover .owl-nav:not(.disabled) {
  visibility: visible;
  opacity: 1
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap {
  padding-top: 24px;
  box-sizing: border-box;
  flex: 1
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon {
  display: block;
  position: absolute;
  text-align: right;
  transform: unset;
  margin-top: 8px;
  margin-left: 8px;
  right: auto;
  left: 0;
  top: 0 !important;
  z-index: 11
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt {
  font-size: .66em;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  height: auto;
  width: auto;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #ea7810;
  color: #fff;
  display: inline-flex;
  align-items: center
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::before {
  content: "";
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2711%27 viewBox=%270 0 14 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.8081 2.62308C13.6427 2.48191 13.4093 2.45216 13.2137 2.54737L10.2211 4.00424L7.41314 0.766688C7.30929 0.646922 7.15855 0.578125 7.00001 0.578125C6.84147 0.578125 6.69075 0.646922 6.58687 0.766688L3.77888 4.00421L0.786276 2.54734C0.590686 2.45216 0.357334 2.48188 0.191904 2.62305C0.0264748 2.76423 -0.0395877 2.99004 0.0236584 3.19812L2.10178 10.0341C2.17181 10.2644 2.38424 10.4219 2.62501 10.4219H11.375C11.6157 10.4219 11.8282 10.2644 11.8982 10.0341L13.9763 3.19815C14.0396 2.99006 13.9735 2.76426 13.8081 2.62308ZM10.9696 9.32812H3.03032L1.43479 4.07955L3.67758 5.17141C3.90026 5.2798 4.16785 5.22506 4.33008 5.03803L7.00001 1.95967L9.66996 5.03803C9.83216 5.22509 10.0998 5.27977 10.3224 5.17141L12.5652 4.07955L10.9696 9.32812Z%27 fill=%27%238C6B2B%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2711%27 viewBox=%270 0 14 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.8081 2.62308C13.6427 2.48191 13.4093 2.45216 13.2137 2.54737L10.2211 4.00424L7.41314 0.766688C7.30929 0.646922 7.15855 0.578125 7.00001 0.578125C6.84147 0.578125 6.69075 0.646922 6.58687 0.766688L3.77888 4.00421L0.786276 2.54734C0.590686 2.45216 0.357334 2.48188 0.191904 2.62305C0.0264748 2.76423 -0.0395877 2.99004 0.0236584 3.19812L2.10178 10.0341C2.17181 10.2644 2.38424 10.4219 2.62501 10.4219H11.375C11.6157 10.4219 11.8282 10.2644 11.8982 10.0341L13.9763 3.19815C14.0396 2.99006 13.9735 2.76426 13.8081 2.62308ZM10.9696 9.32812H3.03032L1.43479 4.07955L3.67758 5.17141C3.90026 5.2798 4.16785 5.22506 4.33008 5.03803L7.00001 1.95967L9.66996 5.03803C9.83216 5.22509 10.0998 5.27977 10.3224 5.17141L12.5652 4.07955L10.9696 9.32812Z%27 fill=%27%238C6B2B%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  position: static;
  border: none
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::after {
  content: none
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .cat-feat-shadow {
  display: none
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars {
  display: flex;
  align-items: center;
  margin: 0 0 24px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .rating-rev,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .rating-rev {
  margin-right: 8px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-stars,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .wpte-trip-review-stars {
  margin: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-container,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-container {
  padding: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-group-wrapper {
  position: relative
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper svg,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-group-wrapper svg {
  width: 15px;
  height: 15px;
  margin-right: 5px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper svg:last-child,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-group-wrapper svg:last-child {
  margin-right: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper .jq-ry-rated-group,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-group-wrapper .jq-ry-rated-group {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .category-trip-reviewcount,.category-trips-single .category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-stars,.category-trips-single .category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-count,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .category-trip-reviewcount,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .wpte-trip-review-stars,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .wpte-trip-review-count {
  font-size: 14px;
  line-height: 1.5;
  opacity: .4;
  color: #000;
  text-underline-offset: 2px;
  text-decoration: underline;
  transition: text-underline-offset .3s ease
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .category-trip-reviewcount:hover,.category-trips-single .category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-stars:hover,.category-trips-single .category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-count:hover,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .category-trip-reviewcount:hover,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .wpte-trip-review-stars:hover,.category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .wpte-trip-review-count:hover {
  text-underline-offset: 1px;
  color: #ec1f25;
  opacity: 1
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-discount {
  display: inline-block;
  font-size: .72em;
  font-weight: 600;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 14px;
  background-color: #ea7810;
  color: #fff;
  margin-bottom: 16px;
  vertical-align: top;
  white-space: nowrap
}

.category-trips-single .category-trips-single-inner-wrap .price-holder {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end
}

.category-trips-single .category-trips-single-inner-wrap .price-holder .striked-price {
  text-decoration: line-through;
  font-size: .88em;
  opacity: .4
}

.category-trips-single .category-trips-single-inner-wrap .price-holder .actual-price {
  font-size: 32px;
  line-height: 1;
  font-weight: 600
}

.category-trips-single .category-trips-single-inner-wrap .price-holder>span+span {
  margin-left: 8px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
  margin-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
  font-size: 24px;
  order: unset;
  padding: 0;
  margin: 0 0 12px;
  font-weight: 600
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a {
  color: inherit;
  text-decoration: none;
  font-size: 20px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a:hover {
  color: #ec1f25
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap {
  padding: 0;
  width: 100%
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap {
  display: flex;
  flex-wrap: wrap
}

@media(min-width: 1200px) {
  .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap {
      flex-wrap:nowrap
  }
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap>* {
  margin-bottom: 24px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
  padding-left: 24px;
  border-left: 1px solid rgba(0,20,39,.15);
  display: flex;
  flex-direction: column;
  justify-content: center
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  padding-right: 24px;
  justify-content: center;
  max-width: 60%;
  flex: 1
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] {
  display: inline-flex;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.5
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-]:not(:last-child) {
  margin-bottom: 12px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] svg {
  width: 1em;
  height: 1em
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] svg path {
  opacity: 1;
  fill: #ec1f25;
  fill-opacity: 1
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] i {
  width: 1em;
  height: 1.5em;
  flex: 0 0 1em;
  text-align: center;
  margin-right: 8px;
  display: flex;
  align-items: center
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] span {
  font-weight: normal;
  color: rgba(0,0,0,.6)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] a {
  color: inherit;
  text-decoration: none
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] a:hover {
  text-decoration: none;
  color: #ec1f25
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-locations {
  display: flex;
  flex-wrap: wrap
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-locations a+a::before {
  content: ",";
  margin-right: 5px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
  margin-top: 4px;
  padding-bottom: 0;
  border-bottom: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc p {
  margin: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .button {
  margin: 32px 0 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time {
  padding: 0;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(0,0,0,.1);
  gap: 16px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text {
  font-size: 14px;
  line-height: inherit;
  color: rgba(0,0,0,.4);
  font-style: normal;
  margin: 0;
  width: 100%
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap>i {
  color: #ec1f25;
  margin-right: 8px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap>i svg {
  vertical-align: middle
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap.new-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

@media(min-width: 768px) {
  .category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap.new-layout {
      flex:1
  }
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months {
  margin: 0
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months li {
  font-size: .66em;
  margin: 0;
  margin-right: 8px
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months .disabled {
  text-decoration: none
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info {
  border-top: none
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .fsd-title {
  font-size: 14px;
  line-height: 1;
  color: rgba(0,0,0,.4)
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time {
  font-size: 16px
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap {
  padding: 0
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-discount {
  margin-bottom: 8px
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
  position: relative;
  padding-right: 24px
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap .wishlist-toggle {
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer;
  padding: 8px 0
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
  padding: 0 24px 0 0
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
  margin-top: 0;
  margin-bottom: 0
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap .wpte-trip-review-stars {
  margin-bottom: 0;
  margin-top: 8px
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap {
  padding: 0;
  margin-top: 16px
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates {
  width: 100%;
  margin-top: 24px
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span {
  font-size: 12px;
  line-height: 1.33;
  display: block
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span:not(:last-child) {
  margin: 0 0 8px
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span.trip-dates-title {
  margin: 0 0 12px;
  color: #1c2011
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span.category-trip-start-date {
  position: relative;
  padding-left: 18px;
  color: #494d41
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
 
  transform: translateY(-50%);
  background-color: #ec1f25;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0791 3.08753C12.307 3.31533 12.307 3.68468 12.0791 3.91248L5.66248 10.3292C5.43467 10.557 5.06533 10.557 4.83752 10.3292L1.92085 7.41248C1.69305 7.18468 1.69305 6.81533 1.92085 6.58753C2.14866 6.35972 2.51801 6.35972 2.74581 6.58753L5.25 9.09171L11.2542 3.08753C11.482 2.85972 11.8513 2.85972 12.0791 3.08753Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0791 3.08753C12.307 3.31533 12.307 3.68468 12.0791 3.91248L5.66248 10.3292C5.43467 10.557 5.06533 10.557 4.83752 10.3292L1.92085 7.41248C1.69305 7.18468 1.69305 6.81533 1.92085 6.58753C2.14866 6.35972 2.51801 6.35972 2.74581 6.58753L5.25 9.09171L11.2542 3.08753C11.482 2.85972 11.8513 2.85972 12.0791 3.08753Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  margin-top:8px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti,.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
  margin-bottom: 0
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-]:not(:last-child) {
  margin-bottom: 8px
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
  margin-top: 16px
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig>a,.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper {
  border-radius: 4px 4px 0 0
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig>a .owl-stage-outer,.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig>a img,.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper .owl-stage-outer,.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper img {
  border-radius: 0
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-content-wrap {
  padding: 16px
}

@media(min-width: 768px) {
  .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-aval-time {
      flex-wrap:nowrap
  }
}

.wpte-inner-container {
  position: relative
}

.category-trips-single .wpte-inner-container,.wpte-trip-single .wpte-inner-container {
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04);
  display: flex;
  flex-direction: column;
  transition: all .5s ease
}

.category-trips-single .wpte-inner-container:hover,.wpte-trip-single .wpte-inner-container:hover {
  box-shadow: 0px 10px 15px rgba(0,0,0,.1)
}

.category-grid,[class*=wte-col-]:not(.category-list),.wte-category-outer-wrap .category-main-wrap.category-grid {
  --gap: 30px;
  display: flex;
  flex-wrap: wrap;
  width: unset !important;
  gap: var(--gap);
  margin: 0 !important
}

.category-grid *,[class*=wte-col-]:not(.category-list) *,.wte-category-outer-wrap .category-main-wrap.category-grid * {
  box-sizing: border-box
}

.category-grid .category-trips-single-inner-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single-inner-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single-inner-wrap {
  display: flex;
  flex-direction: column
}

.category-grid .category-trips-single-inner-wrap .category-trip-content-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single-inner-wrap .category-trip-content-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-content-wrap {
  flex: 1;
  display: flex;
  flex-direction: column
}

.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single-inner-wrap .category-trip-detail-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap {
  flex: 1;
  display: flex;
  flex-direction: column
}

.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
  flex: 1
}

.category-grid .wpte_new-layout .category-trip-detail-wrap,[class*=wte-col-]:not(.category-list) .wpte_new-layout .category-trip-detail-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte_new-layout .category-trip-detail-wrap {
  justify-content: space-between
}

.category-grid .category-trips-single,.category-grid .wpte-trip-category,.category-grid .wpte-trip-single,[class*=wte-col-]:not(.category-list) .category-trips-single,[class*=wte-col-]:not(.category-list) .wpte-trip-category,[class*=wte-col-]:not(.category-list) .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap,.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap,.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap {
  padding: 16px 16px 0;
  border-top: 1px solid #e8e9e7;
  margin: 16px -16px 0
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn,.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn,.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn,[class*=wte-col-]:not(.category-list) .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn,[class*=wte-col-]:not(.category-list) .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn,[class*=wte-col-]:not(.category-list) .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn {
  margin: 0
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery,.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery,.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery,[class*=wte-col-]:not(.category-list) .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery,[class*=wte-col-]:not(.category-list) .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery,[class*=wte-col-]:not(.category-list) .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery {
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
  margin-top: 8px
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time,.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time,.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time,[class*=wte-col-]:not(.category-list) .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time,[class*=wte-col-]:not(.category-list) .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time,[class*=wte-col-]:not(.category-list) .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time {
  margin: 16px 0 0;
  padding: 0;
  border: none
}

.category-grid .category-trips-single .wpte-inner-container,.category-grid .category-trips-single .category-trips-single-inner-wrap,.category-grid .wpte-trip-category .wpte-inner-container,.category-grid .wpte-trip-category .category-trips-single-inner-wrap,.category-grid .wpte-trip-single .wpte-inner-container,.category-grid .wpte-trip-single .category-trips-single-inner-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container,[class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container,[class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container,[class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap {
  height: 100%;
  display: flex;
  flex-direction: column
}

.category-grid .category-trips-single .wpte-inner-container .wpte-trip-details-wrap,.category-grid .category-trips-single .wpte-inner-container .category-trip-content-wrap,.category-grid .category-trips-single .wpte-inner-container .category-trip-detail-wrap,.category-grid .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap,.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap,.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap,.category-grid .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap,.category-grid .wpte-trip-category .wpte-inner-container .category-trip-content-wrap,.category-grid .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap,.category-grid .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap,.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap,.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap,.category-grid .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap,.category-grid .wpte-trip-single .wpte-inner-container .category-trip-content-wrap,.category-grid .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap,.category-grid .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap,.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap,.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .wpte-trip-details-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .category-trip-content-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .category-trip-detail-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap,[class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .category-trip-content-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .category-trip-content-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap,[class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .wpte-trip-details-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .category-trip-content-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .category-trip-detail-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .category-trip-content-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .category-trip-content-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.category-grid .category-trips-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc,.category-grid .category-trips-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc,.category-grid .category-trips-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc,.category-grid .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc,.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc,.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.category-grid .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc,.category-grid .wpte-trip-category .wpte-inner-container .category-trip-content-wrap .category-trip-desc,.category-grid .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap .category-trip-desc,.category-grid .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc,.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc,.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.category-grid .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc,.category-grid .wpte-trip-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc,.category-grid .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc,.category-grid .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc,.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc,.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .category-trip-content-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc,[class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .category-trip-content-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc,.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
  flex: 1
}

.category-grid.wte-col-1 .category-trips-single,.category-grid.wte-col-1 .wpte-trip-category,.category-grid.wte-col-1 .wpte-trip-single,.category-grid.col-1 .category-trips-single,.category-grid.col-1 .wpte-trip-category,.category-grid.col-1 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-1 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-1 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-1 .wpte-trip-single,[class*=wte-col-]:not(.category-list).col-1 .category-trips-single,[class*=wte-col-]:not(.category-list).col-1 .wpte-trip-category,[class*=wte-col-]:not(.category-list).col-1 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-1 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-1 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-1 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-1 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-1 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.col-1 .wpte-trip-single {
  flex: 0 0 100%;
  max-width: 100%
}

@media(min-width: 768px) {
  .category-grid.wte-col-2 .category-trips-single,.category-grid.wte-col-2 .wpte-trip-category,.category-grid.wte-col-2 .wpte-trip-single,.category-grid.wte-col-3 .category-trips-single,.category-grid.wte-col-3 .wpte-trip-category,.category-grid.wte-col-3 .wpte-trip-single,.category-grid.wte-col-4 .category-trips-single,.category-grid.wte-col-4 .wpte-trip-category,.category-grid.wte-col-4 .wpte-trip-single,.category-grid.wte-col-5 .category-trips-single,.category-grid.wte-col-5 .wpte-trip-category,.category-grid.wte-col-5 .wpte-trip-single,.category-grid.wte-col-6 .category-trips-single,.category-grid.wte-col-6 .wpte-trip-category,.category-grid.wte-col-6 .wpte-trip-single,.category-grid.col-2 .category-trips-single,.category-grid.col-2 .wpte-trip-category,.category-grid.col-2 .wpte-trip-single,.category-grid.col-3 .category-trips-single,.category-grid.col-3 .wpte-trip-category,.category-grid.col-3 .wpte-trip-single,.category-grid.col-4 .category-trips-single,.category-grid.col-4 .wpte-trip-category,.category-grid.col-4 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-2 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-2 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-2 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-3 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-3 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-3 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-4 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-4 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-4 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-5 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-5 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-5 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-6 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-6 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-6 .wpte-trip-single,[class*=wte-col-]:not(.category-list).col-2 .category-trips-single,[class*=wte-col-]:not(.category-list).col-2 .wpte-trip-category,[class*=wte-col-]:not(.category-list).col-2 .wpte-trip-single,[class*=wte-col-]:not(.category-list).col-3 .category-trips-single,[class*=wte-col-]:not(.category-list).col-3 .wpte-trip-category,[class*=wte-col-]:not(.category-list).col-3 .wpte-trip-single,[class*=wte-col-]:not(.category-list).col-4 .category-trips-single,[class*=wte-col-]:not(.category-list).col-4 .wpte-trip-category,[class*=wte-col-]:not(.category-list).col-4 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .wpte-trip-single {
      flex:0 0 calc(50% - var(--gap)/2) !important;
      max-width: calc(50% - var(--gap)/2) !important
  }
}

@media(min-width: 1025px) {
  .category-grid.wte-col-2 .category-trips-single,.category-grid.wte-col-2 .wpte-trip-category,.category-grid.wte-col-2 .wpte-trip-single,.category-grid.col-2 .category-trips-single,.category-grid.col-2 .wpte-trip-category,.category-grid.col-2 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-2 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-2 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-2 .wpte-trip-single,[class*=wte-col-]:not(.category-list).col-2 .category-trips-single,[class*=wte-col-]:not(.category-list).col-2 .wpte-trip-category,[class*=wte-col-]:not(.category-list).col-2 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .wpte-trip-single {
      flex:0 0 calc(50% - var(--gap)*1/2) !important;
      max-width: calc(50% - var(--gap)*1/2) !important
  }

  .category-grid.wte-col-3 .category-trips-single,.category-grid.wte-col-3 .wpte-trip-category,.category-grid.wte-col-3 .wpte-trip-single,.category-grid.col-3 .category-trips-single,.category-grid.col-3 .wpte-trip-category,.category-grid.col-3 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-3 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-3 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-3 .wpte-trip-single,[class*=wte-col-]:not(.category-list).col-3 .category-trips-single,[class*=wte-col-]:not(.category-list).col-3 .wpte-trip-category,[class*=wte-col-]:not(.category-list).col-3 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .wpte-trip-single {
      flex: 0 0 calc(33.3333333333% - var(--gap)*2/3) !important;
      max-width: calc(33.3333333333% - var(--gap)*2/3) !important
  }

  .category-grid.wte-col-4 .category-trips-single,.category-grid.wte-col-4 .wpte-trip-category,.category-grid.wte-col-4 .wpte-trip-single,.category-grid.col-4 .category-trips-single,.category-grid.col-4 .wpte-trip-category,.category-grid.col-4 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-4 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-4 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-4 .wpte-trip-single,[class*=wte-col-]:not(.category-list).col-4 .category-trips-single,[class*=wte-col-]:not(.category-list).col-4 .wpte-trip-category,[class*=wte-col-]:not(.category-list).col-4 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .wpte-trip-single {
      flex: 0 0 calc(25% - var(--gap)*3/4) !important;
      max-width: calc(25% - var(--gap)*3/4) !important
  }

  .category-grid.wte-col-5 .category-trips-single,.category-grid.wte-col-5 .wpte-trip-category,.category-grid.wte-col-5 .wpte-trip-single,.category-grid.col-5 .category-trips-single,.category-grid.col-5 .wpte-trip-category,.category-grid.col-5 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-5 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-5 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-5 .wpte-trip-single,[class*=wte-col-]:not(.category-list).col-5 .category-trips-single,[class*=wte-col-]:not(.category-list).col-5 .wpte-trip-category,[class*=wte-col-]:not(.category-list).col-5 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-5 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-5 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.col-5 .wpte-trip-single {
      flex: 0 0 calc(20% - var(--gap)*4/5) !important;
      max-width: calc(20% - var(--gap)*4/5) !important
  }

  .category-grid.wte-col-6 .category-trips-single,.category-grid.wte-col-6 .wpte-trip-category,.category-grid.wte-col-6 .wpte-trip-single,.category-grid.col-6 .category-trips-single,.category-grid.col-6 .wpte-trip-category,.category-grid.col-6 .wpte-trip-single,[class*=wte-col-]:not(.category-list).wte-col-6 .category-trips-single,[class*=wte-col-]:not(.category-list).wte-col-6 .wpte-trip-category,[class*=wte-col-]:not(.category-list).wte-col-6 .wpte-trip-single,[class*=wte-col-]:not(.category-list).col-6 .category-trips-single,[class*=wte-col-]:not(.category-list).col-6 .wpte-trip-category,[class*=wte-col-]:not(.category-list).col-6 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-6 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.col-6 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.col-6 .wpte-trip-single {
      flex: 0 0 calc(16.6666666667% - var(--gap)*5/6) !important;
      max-width: calc(16.6666666667% - var(--gap)*5/6) !important
  }
}

@media(max-width: 1024px)and (min-width: 768px) {
  .category-grid.columns-tablet-1 .category-trips-single,.category-grid.columns-tablet-1 .wpte-trip-category,.category-grid.columns-tablet-1 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-tablet-1 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-tablet-1 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-tablet-1 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-1 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-1 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-1 .wpte-trip-single {
      flex:0 0 calc(100% - var(--gap)*0/1) !important;
      max-width: calc(100% - var(--gap)*0/1) !important
  }

  .category-grid.columns-tablet-2 .category-trips-single,.category-grid.columns-tablet-2 .wpte-trip-category,.category-grid.columns-tablet-2 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-tablet-2 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-tablet-2 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-tablet-2 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-2 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-2 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-2 .wpte-trip-single {
      flex: 0 0 calc(50% - var(--gap)*1/2) !important;
      max-width: calc(50% - var(--gap)*1/2) !important
  }

  .category-grid.columns-tablet-3 .category-trips-single,.category-grid.columns-tablet-3 .wpte-trip-category,.category-grid.columns-tablet-3 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-tablet-3 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-tablet-3 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-tablet-3 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-3 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-3 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-3 .wpte-trip-single {
      flex: 0 0 calc(33.3333333333% - var(--gap)*2/3) !important;
      max-width: calc(33.3333333333% - var(--gap)*2/3) !important
  }

  .category-grid.columns-tablet-4 .category-trips-single,.category-grid.columns-tablet-4 .wpte-trip-category,.category-grid.columns-tablet-4 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-tablet-4 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-tablet-4 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-tablet-4 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-4 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-4 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-4 .wpte-trip-single {
      flex: 0 0 calc(25% - var(--gap)*3/4) !important;
      max-width: calc(25% - var(--gap)*3/4) !important
  }

  .category-grid.columns-tablet-5 .category-trips-single,.category-grid.columns-tablet-5 .wpte-trip-category,.category-grid.columns-tablet-5 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-tablet-5 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-tablet-5 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-tablet-5 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-5 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-5 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-5 .wpte-trip-single {
      flex: 0 0 calc(20% - var(--gap)*4/5) !important;
      max-width: calc(20% - var(--gap)*4/5) !important
  }

  .category-grid.columns-tablet-6 .category-trips-single,.category-grid.columns-tablet-6 .wpte-trip-category,.category-grid.columns-tablet-6 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-tablet-6 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-tablet-6 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-tablet-6 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-6 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-6 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-6 .wpte-trip-single {
      flex: 0 0 calc(16.6666666667% - var(--gap)*5/6) !important;
      max-width: calc(16.6666666667% - var(--gap)*5/6) !important
  }
}

@media(max-width: 767px) {
  .category-grid.columns-mobile-1 .category-trips-single,.category-grid.columns-mobile-1 .wpte-trip-category,.category-grid.columns-mobile-1 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-mobile-1 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-mobile-1 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-mobile-1 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-1 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-1 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-1 .wpte-trip-single {
      flex:0 0 calc(100% - var(--gap)*0/1) !important;
      max-width: calc(100% - var(--gap)*0/1) !important
  }

  .category-grid.columns-mobile-2 .category-trips-single,.category-grid.columns-mobile-2 .wpte-trip-category,.category-grid.columns-mobile-2 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-mobile-2 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-mobile-2 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-mobile-2 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-2 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-2 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-2 .wpte-trip-single {
      flex: 0 0 calc(50% - var(--gap)*1/2) !important;
      max-width: calc(50% - var(--gap)*1/2) !important
  }

  .category-grid.columns-mobile-3 .category-trips-single,.category-grid.columns-mobile-3 .wpte-trip-category,.category-grid.columns-mobile-3 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-mobile-3 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-mobile-3 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-mobile-3 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-3 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-3 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-3 .wpte-trip-single {
      flex: 0 0 calc(33.3333333333% - var(--gap)*2/3) !important;
      max-width: calc(33.3333333333% - var(--gap)*2/3) !important
  }

  .category-grid.columns-mobile-4 .category-trips-single,.category-grid.columns-mobile-4 .wpte-trip-category,.category-grid.columns-mobile-4 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-mobile-4 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-mobile-4 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-mobile-4 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-4 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-4 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-4 .wpte-trip-single {
      flex: 0 0 calc(25% - var(--gap)*3/4) !important;
      max-width: calc(25% - var(--gap)*3/4) !important
  }

  .category-grid.columns-mobile-5 .category-trips-single,.category-grid.columns-mobile-5 .wpte-trip-category,.category-grid.columns-mobile-5 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-mobile-5 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-mobile-5 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-mobile-5 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-5 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-5 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-5 .wpte-trip-single {
      flex: 0 0 calc(20% - var(--gap)*4/5) !important;
      max-width: calc(20% - var(--gap)*4/5) !important
  }

  .category-grid.columns-mobile-6 .category-trips-single,.category-grid.columns-mobile-6 .wpte-trip-category,.category-grid.columns-mobile-6 .wpte-trip-single,[class*=wte-col-]:not(.category-list).columns-mobile-6 .category-trips-single,[class*=wte-col-]:not(.category-list).columns-mobile-6 .wpte-trip-category,[class*=wte-col-]:not(.category-list).columns-mobile-6 .wpte-trip-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-6 .category-trips-single,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-6 .wpte-trip-category,.wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-6 .wpte-trip-single {
      flex: 0 0 calc(16.6666666667% - var(--gap)*5/6) !important;
      max-width: calc(16.6666666667% - var(--gap)*5/6) !important
  }
}

.category-list .category-trips-single-inner-wrap {
  padding: 32px 24px 24px;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 2px rgba(0,0,0,.06),0px 0px 1px rgba(0,0,0,.04)
}

.category-list .category-trips-single-inner-wrap:hover {
  box-shadow: 0 10px 15px rgba(0,0,0,.1)
}

.category-list .category-trips-single-inner-wrap .category-trip-fig {
  position: relative;
  align-self: flex-start
}

@media(min-width: 768px) {
  .category-list .category-trips-single-inner-wrap .category-trip-fig {
      flex:0 0 40%;
      max-width: 40%
  }
}

@media(min-width: 768px) {
  .category-list .category-trips-single-inner-wrap .category-trip-content-wrap {
      flex:0 0 60%;
      max-width: 60%;
      padding-left: 24px;
      padding-top: 0
  }
}

@media(min-width: 1200px) {
  .category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
      padding-left:48px;
      max-width: 40%
  }
}

.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
  flex: 1
}

@media(min-width: 1200px) {
  .category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
      max-width:60%;
      padding-right: 48px
  }
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months li {
  font-size: .722em;
  margin-right: 15px
}

.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn {
  display: inline-flex;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 1.25
}

.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover {
  opacity: .8
}

.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig>a,.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper {
  border-top-right-radius: 0
}

.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-content-wrap {
  padding: 16px 16px 0
}

@media(min-width: 1200px) {
  .category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
      padding-left:24px;
      max-width: 34%;
      width: 100%
  }
}

.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
  flex: 1
}

@media(min-width: 1200px) {
  .category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
      max-width:66%;
      padding-right: 16px;
      width: 100%
  }
}

.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time {
  margin: 24px 0 0;
  padding: 16px 24px
}

.advanced-search-wrapper .sidebar {
  padding: 24px 16px;
  border: 1px solid rgba(0,0,0,.03);
  background-color: #fff
}

.wp-travel-toolbar {
  padding: 24px 0
}

.wp-travel-toolbar .wp-travel-engine-toolbar.wte-filterby-dropdown .wte-ordering>span {
  opacity: .5
}

.wp-travel-toolbar .wp-travel-engine-toolbar.wte-filterby-dropdown .wte-ordering select {
  padding: 0;
  padding-right: 15px;
  background-color: rgba(0,0,0,0);
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 1.5
}

.wp-travel-toolbar .wte-filter-foundposts .searchFoundPosts {
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0,0,0,.5)
}

.wp-travel-toolbar .wte-view-modes>span {
  display: none
}

.wpte-trip-review-stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.wpte-trip-review-stars .stars-group-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 8px;
  display: flex
}

.wpte-trip-review-stars .stars-group-wrapper svg {
  width: 15px;
  height: 15px;
  vertical-align: middle
}

.wpte-trip-review-stars .stars-group-wrapper svg:not(:last-child) {
  margin-right: 4px
}

.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group {
  white-space: nowrap
}

.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group svg path {
  fill: #ccc
}

.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden
}

.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group svg path {
  fill: #ebad34
}

.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group,.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group {
  display: flex;
  align-items: center;
  height: 22px
}

.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group svg,.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group svg {
  flex: none
}

.wpte-trip-review-stars .wpte-trip-review-count {
  font-size: .77em;
  line-height: 1;
  opacity: .4;
  color: #000;
  text-decoration: underline
}

.wpte-trip-single .discount-text-wrap {
  position: absolute;
  top: 13px;
  left: -4px;
  z-index: 11
}

.wpte-trip-single .discount-text-wrap::before {
  content: "";
  width: 4px;
  height: 5px;
  background-color: #b88729;
  border-radius: 5px 0 0 5px;
  position: absolute;
  left: 0;
  bottom: 100%
}

.wpte-trip-single .discount-text-wrap::after {
  content: "";
  width: 4px;
  height: 2px;
  background-color: #ebad34;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1
}

.wpte-trip-single .discount-text-wrap .discount-percent {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background-color: #ebad34;
  padding: 6px 20px 6px 12px;
  border-radius: 0 13px 13px 4px;
  display: inline-block;
  vertical-align: top
}

.wpte-trip-single .featured-text-wrap {
  position: absolute;
  top: 15px;
  right: 8px;
  z-index: 111
}

.wpte-trip-single .featured-text-wrap .featured-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 25px;
  text-align: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ebad34
}

.wpte-trip-single .featured-text-wrap .featured-icon svg {
  width: 14px
}

.wpte-trip-single .featured-text-wrap .featured-icon svg path {
  fill: #fff
}

.wpte-trip-single .featured-text-wrap .featured-text {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  color: #fff;
  background-color: #212121;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  transform: translate(0px, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}

.wpte-trip-single .featured-text-wrap .featured-text::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #212121;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: -3px
}

.wpte-trip-single .featured-text-wrap:hover .featured-text {
  opacity: 1;
  visibility: visible;
  transform: translate(-8px, -50%)
}

.wpte-trip-single.wpte-layout-2 .featured-text-wrap,.wpte-trip-single.wpte-layout-5 .featured-text-wrap,.wpte-trip-single.wpte-layout-4 .featured-text-wrap {
  top: 8px
}

.wpte-trip-single .wpte-trip-image-wrap {
  position: relative
}

.wpte-trip-single .wpte-trip-image-wrap figure {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  padding-top: 68%;
  margin: 0;
  background-color: #efefef
}

.wpte-trip-single .wpte-trip-image-wrap figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wpte-trip-single .wpte-trip-image-wrap figure.overlay a::before {
  content: "";
  width: 100%;
  height: 110px;
  background: linear-gradient(to bottom, transparent, #061626);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1
}

.wpte-trip-single .wpte-trip-image-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease
}

.wpte-trip-single .wpte-trip-image-wrap figure:hover img {
  transform: scale(1.1)
}

.wpte-trip-single .wpte-trip-image-wrap .wpte-trip-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 21px;
  color: #fff;
  z-index: 11
}

.wpte-trip-single .wpte-trip-image-wrap .wpte-trip-img-overlay .wpte-trip-meta {
  color: #fff
}

.wpte-trip-single .wpte-trip-image-wrap .wpte-trip-img-overlay .wpte-trip-meta svg path {
  fill: #fff
}

.wpte-trip-single .wpte-trip-meta {
  color: rgba(var(--font-color-rgb), 0.6);
  font-size: 16px;
  display: inline-flex;
  line-height: 1.5
}

.wpte-trip-single .wpte-trip-meta a {
  color: inherit;
  text-decoration: none
}

.wpte-trip-single .wpte-trip-meta a:hover {
  text-decoration: underline;
  color: #ec1f25
}

.wpte-trip-single .wpte-trip-meta svg {
  width: 1em;
  height: 1em
}

.wpte-trip-single .wpte-trip-meta i {
  width: 1em;
  height: 1.5em;
  display: inline-flex;
  text-align: center;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  align-self: flex-start
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-meta {
  margin-bottom: 10px
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-meta svg path {
  fill: #ec1f25
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 12px
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title a {
  color: inherit;
  text-decoration: none;
  display: block
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title a:hover {
  color: #ec1f25
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-review-stars {
  margin: 0 0 16px
}

.wpte-trip-single .wpte-trip-details-wrap {
  padding: 24px;
  font-size: 15px;
  line-height: 1.8;
  flex: 1;
  display: flex;
  flex-direction: column
}

.wpte-trip-single .wpte-trip-content {
  flex: 1;
  font-size: 16px
}

.wpte-trip-single .wpte-trip-content p {
  margin: 0
}

.wpte-trip-single .wpte-trip-budget-wrap {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(6,22,38,.1)
}

.wpte-trip-single .wpte-trip-meta-list {
  display: flex;
  flex-direction: column;
  flex: 1
}

.wpte-trip-single .wpte-trip-meta-list .wpte-trip-meta:not(:last-child) {
  margin-bottom: 15px
}

.wpte-trip-single .wpte-trip-budget-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}

.wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-meta-list .wpte-trip-meta svg path {
  fill: #ec1f25
}

.wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-price-wrap {
  color: var(--font-color);
  display: flex;
  flex-direction: column
}

.wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-price-wrap.align-items-end {
  align-items: flex-end
}

.wpte-trip-single .wpte-trip-price-wrap {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600
}

.wpte-trip-single .wpte-trip-price-wrap del {
  font-weight: normal;
  font-size: 16px;
  opacity: .4
}

.wpte-trip-single .wpte-trip-price-wrap ins {
  text-decoration: none
}

.wpte-trip-single .justify-content-between {
  justify-content: space-between
}

.wpte-trip-single .align-items-center {
  align-items: center
}

.wpte-trip-single.style-3 .wpte-trip-header-wrap {
  margin-bottom: 24px
}

.wpte-trip-single.style-3 .wpte-trip-meta-list {
  flex-wrap: wrap;
  flex-direction: row
}

.wpte-trip-single.style-3 .wpte-trip-meta-list .wpte-trip-meta:not(:last-child) {
  margin-right: 30px
}

.wpte-trip-single.style-3 .wpte-trip-meta svg path {
  fill: #ec1f25
}

.wpte-trip-single.style-3 .discount-text-wrap {
  top: -13px;
  left: 16px
}

.wpte-trip-single.style-3 .discount-text-wrap::before,.wpte-trip-single.style-3 .discount-text-wrap::after {
  content: none
}

.wpte-trip-single.style-3 .discount-text-wrap .discount-percent {
  border-radius: 13px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ea7810;
  color: #fff
}

.wpte-trip-single.style-3 .featured-text-wrap {
  right: auto;
  left: 16px;
  top: -13px;
  display: inline-flex;
  align-items: center;
  background-color: #ffc34e;
  border-radius: 15px;
  padding: 4px 10px
}

.wpte-trip-single.style-3 .featured-text-wrap svg path {
  fill: #8c6b2b
}

.wpte-trip-single.style-3 .featured-text-wrap .featured-icon {
  display: flex;
  margin-right: 6px;
  background: none;
  padding: 0;
  width: unset;
  height: 16px
}

.wpte-trip-single.style-3 .featured-text-wrap .featured-text {
  position: static;
  color: #8c6b2b;
  visibility: visible;
  opacity: 1;
  transform: none;
  background: none;
  padding: 0
}

.wpte-trip-single.style-3 .featured-text-wrap .featured-text::before {
  content: none
}

.wpte-trip-single.style-3 .discount-text-wrap+.featured-text-wrap {
  left: 116px
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
  font-size: 20px
}

.category-trip-wtetags {
  flex-wrap: wrap
}

.category-trip-wtetags a {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-block;
  padding: 4px 12px;
  background-color: #e8e9e7;
  border-radius: 15px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none
}

.category-trip-wtetags a:hover {
  text-decoration: none
}

.widget .category-list .category-trips-single-inner-wrap .category-trip-content-wrap,.widget .category-list .category-trips-single-inner-wrap .category-trip-fig,.widget_block .category-list .category-trips-single-inner-wrap .category-trip-content-wrap,.widget_block .category-list .category-trips-single-inner-wrap .category-trip-fig {
  max-width: unset;
  flex-grow: 1
}

.widget .category-list .category-trips-single-inner-wrap .category-trip-fig,.widget_block .category-list .category-trips-single-inner-wrap .category-trip-fig {
  min-width: 200px;
  margin-bottom: 1em
}

.widget .category-list .category-trips-single-inner-wrap .category-trip-content-wrap,.widget_block .category-list .category-trips-single-inner-wrap .category-trip-content-wrap {
  min-width: 250px
}

.wpte_empty-items-box {
  text-align: center
}

.wpte_empty-items-box .wpte_empty-items-img {
  width: 182.86px;
  height: 160px;
  display: inline-block;
  margin: 0 0 2.5rem;
  background-image: url(../images/not-found.53577448.png);
  background-size: 100%;
  background-repeat: no-repeat
}

.wpte_empty-items-box .wpte_empty-items-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 .5rem
}

.wpte_empty-items-box a.wpte_all-trips-btn {
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 40px;
  border-radius: 4px;
  background-color: #ec1f25;
  color: #fff !important;
  display: inline-block;
  text-decoration: none
}

.wpte_empty-items-box a.wpte_all-trips-btn:hover {
  filter: brightness(0.9)
}

@media(min-width: 1025px) {
  .wp-travel-toolbar .wte-filterbar-toggle,.advanced-search-wrapper .wte-filterbar-close-btn {
      display:none
  }
}

@media(max-width: 1024px) {
  .wp-travel-toolbar .wte-filterbar-toggle {
      margin-left:8px;
      padding-left: 8px;
      order: 4;
      position: relative
  }

  .wp-travel-toolbar .wte-filterbar-toggle::before {
      content: "";
      width: 1px;
      height: 26px;
      background-color: rgba(112,112,112,.2);
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%)
  }

  .wp-travel-toolbar .wte-filterbar-toggle .wte-filterbar-toggle-btn {
      display: flex;
      padding: 0;
      border: none;
      background: none;
      cursor: pointer;
      color: inherit
  }

  .wp-travel-toolbar .wte-filterbar-toggle .wte-filterbar-toggle-btn:hover {
      opacity: 1;
      color: #ec1f25
  }

  .collapsible-filter-panel .advanced-search-wrapper {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100vw;
      height: 200vh;
      background-color: rgba(0,0,0,.3);
      z-index: 111111;
      visibility: hidden;
      opacity: 0
  }

  .collapsible-filter-panel .advanced-search-wrapper .sidebar {
      max-width: 80vw;
      height: 100vh;
      overflow: auto;
      transform: translateX(-100%);
      transform-origin: left;
      visibility: hidden;
      transition: all .2s
  }

  .collapsible-filter-panel .advanced-search-wrapper .wte-filterbar-close-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      right: calc(20vw - 40px);
      background-color: #fff;
      width: 40px;
      height: 40px;
      padding: 0;
      border: none;
      transform: translateX(-100%);
      visibility: hidden;
      transition: all .2s;
      opacity: 0;
      color: #000
  }

  .collapsible-filter-panel .advanced-search-wrapper .wte-filterbar-close-btn svg {
      display: inline-block;
      vertical-align: top
  }

  .collapsible-filter-panel .advanced-search-wrapper.open {
      visibility: visible;
      opacity: 1;
      transition-delay: 0s
  }

  .collapsible-filter-panel .advanced-search-wrapper.open .sidebar,.collapsible-filter-panel .advanced-search-wrapper.open .wte-filterbar-close-btn {
      transform: translateX(0%);
      visibility: visible;
      opacity: 1
  }

  .collapsible-filter-panel .advanced-search-wrapper.open .wte-filterbar-close-btn {
      transition-delay: .2s
  }
}

.page-template-template-activities .activities-holder .item .img-holder img,.page-template-template-activities .destination-holder .item .img-holder img,.page-template-template-activities .trip_types-holder .item .img-holder img,.page-template-template-destination .activities-holder .item .img-holder img,.page-template-template-destination .destination-holder .item .img-holder img,.page-template-template-destination .trip_types-holder .item .img-holder img,.page-template-template-trip_types .activities-holder .item .img-holder img,.page-template-template-trip_types .destination-holder .item .img-holder img,.page-template-template-trip_types .trip_types-holder .item .img-holder img,.wpte-gblock-wrapper .activities-holder .item .img-holder img,.wpte-gblock-wrapper .destination-holder .item .img-holder img,.wpte-gblock-wrapper .trip_types-holder .item .img-holder img {
  transition: all 1s ease
}

.page-template-template-activities .activities-holder .item:hover .img-holder img,.page-template-template-activities .destination-holder .item:hover .img-holder img,.page-template-template-activities .trip_types-holder .item:hover .img-holder img,.page-template-template-destination .activities-holder .item:hover .img-holder img,.page-template-template-destination .destination-holder .item:hover .img-holder img,.page-template-template-destination .trip_types-holder .item:hover .img-holder img,.page-template-template-trip_types .activities-holder .item:hover .img-holder img,.page-template-template-trip_types .destination-holder .item:hover .img-holder img,.page-template-template-trip_types .trip_types-holder .item:hover .img-holder img,.wpte-gblock-wrapper .activities-holder .item:hover .img-holder img,.wpte-gblock-wrapper .destination-holder .item:hover .img-holder img,.wpte-gblock-wrapper .trip_types-holder .item:hover .img-holder img {
  transform: scale(1.1)
}

.page-template-template-activities .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img,.page-template-template-destination .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img,.page-template-template-trip_types .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img,.wpte-gblock-wrapper .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img {
  transition: all 1s ease
}

.page-template-template-activities .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img,.page-template-template-destination .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img,.page-template-template-trip_types .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img,.wpte-gblock-wrapper .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img {
  transform: scale(1.1)
}

.wpte-trip__adv-field {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(6,22,38,.2)
}

.wpte-trip__adv-field .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  display: flex;
  font-size: 16px;
  color: #ec1f25
}

.wpte-trip__adv-field .icon svg {
  width: 1em;
  height: 1em;
  vertical-align: top
}

.wpte-trip__adv-field .wpte__input {
  width: 100%;
  padding: 14px 12px 14px 38px;
  font-size: .875rem;
  line-height: 1.49;
  border: none;
  background: none;
  position: relative;
  z-index: 1
}

.wpte-trip__adv-field.wpte__select-field {
  position: relative;
  color: rgba(0,0,0,.8)
}

.wpte-trip__adv-field.wpte__select-field .wpte__input {
  padding-right: 38px;
  cursor: default
}

.wpte-trip__adv-field.wpte__select-field::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #000;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6 9L12 15L18 9%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6 9L12 15L18 9%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 9px;
  transition: all .3s ease;
  transform: translateY(-50%)
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options {
  font-size: .875rem;
  line-height: 1.49;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 197px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 4px;
  box-shadow: 0 16px 24px rgba(0,0,0,.06);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px) scaleY(0.8);
  transform-origin: top;
  transition: all .3s ease;
  padding: 15px 8px;
  z-index: 111
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul {
  max-height: 315px;
  overflow-y: auto;
  padding-right: 2px;
  scrollbar-color: #ec1f25 rgba(var(--font-color-rgb), 0.1);
  scrollbar-width: thin
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul::-webkit-scrollbar {
  width: 6px
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul::-webkit-scrollbar-track {
  background-color: rgba(var(--font-color-rgb), 0.1);
  border-radius: 10px
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul::-webkit-scrollbar-thumb {
  background-color: #ec1f25;
  border-radius: 10px
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul {
  list-style: none;
  margin: 0;
  padding-left: 0
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li span {
  display: block;
  padding: 11px 8px;
  cursor: pointer
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li:hover,.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected {
  color: #ec1f25
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul ul li span {
  padding-left: 32px
}

.wpte-trip__adv-field.wpte__select-field.options-open::after {
  transform: translateY(-50%) rotate(180deg)
}

.wpte-trip__adv-field.wpte__select-field.options-open .wpte__select-options {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scaleY(1)
}

.wpte-trip-category {
  position: relative
}

.wpte-trip-category .wpte-trip-category-img-wrap {
  position: relative
}

.wpte-trip-category .wpte-trip-category-img-wrap figure {
  position: relative;
  overflow: hidden;
  padding-top: 105%;
  border-radius: 4px;
  background-color: #efefef;
  transition: all 1s ease;
  margin: 0
}

.wpte-trip-category .wpte-trip-category-img-wrap figure a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.wpte-trip-category .wpte-trip-category-img-wrap figure img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease
}

.wpte-trip-category .wpte-trip-category-img-wrap figure:hover {
  background-color: #dcdcdc
}

.wpte-trip-category .wpte-trip-category-img-wrap figure:hover img {
  transform: scale(1.1)
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: rgba(20, 125, 254, 0.8);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-subcat-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: normal;
  max-height: 200px;
  overflow: auto;
  width: 100%
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-subcat-wrap a {
  color: inherit;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-subcat-wrap a:hover {
  text-decoration: underline
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn {
  margin-top: 24px
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn .wpte-trip-cat-btn {
  text-align: center;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
  transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn .wpte-trip-cat-btn:hover {
  background-color: #fff;
  color: #ec1f25;
  transition: all .3s ease
}

.wpte-trip-category .wpte-trip-category-img-wrap:hover .wpte-trip-subcat-wrap a {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1
}

.wpte-trip-category .wpte-trip-category-img-wrap:hover .wpte-trip-cat-btn {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1
}

.wpte-trip-category .wpte-trip-category-text-wrap .wpte-trip-category-title a {
  display: inline-block
}

.wpte-trip-category .wpte-trip-category-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0
}

.wpte-trip-category .wpte-trip-category-title svg {
  width: 16px;
  transition: all .3s ease
}

.wpte-trip-category .wpte-trip-category-title svg path {
  fill: #ec1f25
}

.wpte-trip-category .wpte-trip-category-title a {
  text-decoration: none;
  color: inherit;
  margin-right: 8px
}

.wpte-trip-category .wpte-trip-category-title a:hover {
  color: #ec1f25
}

.wpte-trip-category .wpte-trip-category-title a:hover svg {
  transform: translateX(10px)
}

.wpte-trip-category .trip-count {
  font-size: 14px;
  font-weight: 500
}

.wpte-trip-category .wpte-trip-category-text-wrap {
  margin-top: 24px
}

.wpte-trip-category:hover .wpte-trip-category-img-wrap .wpte-trip-category-overlay {
  visibility: visible;
  opacity: 1
}

.wpte-trip-category.style-1 .wpte-inner-container {
  position: relative;
  overflow: hidden
}

.wpte-trip-category.style-1 .wpte-trip-category-img-wrap figure {
  border-radius: 0;
  padding-top: 70%
}

.wpte-trip-category.style-1 .wpte-trip-category-text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 30px;
  color: #fff;
  z-index: 1;
  background: linear-gradient(to bottom, transparent, var(--font-color))
}

.wpte-trip-category.style-1 .wpte-trip-category-text-wrap .wpte-trip-category-title {
  margin: 0;
  color: #fff
}

.wpte-trip-category.style-3 .trip-count {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  padding: 5.5px 10px;
  border-radius: 15px;
  background-color: #ec1f25;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 16px;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04)
}

@media(min-width: 992px) {
  .widget .wpte-trip-list-wrapper[class*=columns-] .wpte-trip-single,.widget .wpte-trip-list-wrapper[class*=columns-]>[class*=wpte-trip-],.widget .wpte-trip-list-wrapper[class*=columns-] .category-trips-single {
      max-width:100% !important;
      flex: 0 0 100% !important
  }

  .widget .category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
      padding-right: 8px;
      max-width: unset
  }

  .widget .category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
      padding-left: 8px
  }

  .widget .category-trips-single .category-trips-single-inner-wrap .price-holder .actual-price {
      font-size: 24px
  }
}

.hidden,[hidden] {
  display: none !important
}

.wte-user-wishlist-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
  font-size: 16px;
  color: rgba(28,32,17,.6980392157)
}

button.wte-wishlist-remove-all,.wte-wishlist-remove-all {
  all: unset;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px
}

button.wte-wishlist-remove-all:hover,.wte-wishlist-remove-all:hover {
  color: #ec1f25;
  text-decoration: none
}

.wp-container-7>* {
  max-width: 976px
}

.wpte-lrf-wrap {
  width: 100%;
  box-shadow: 0px -2px 205px rgba(121,121,121,.04),0px -0.602941px 61.8015px rgba(121,121,121,.0260636),0px -0.250431px 25.6692px rgba(121,121,121,.02),0px -0.090576px 9.28404px rgba(121,121,121,.0139364)
}

.wpte-lrf-wrap:not(.wpte-dashboard) {
  max-width: 976px
}

.wpte-lrf-wrap.wpte-login,.wpte-lrf-wrap.wpte-register,.wpte-lrf-wrap.wpte-forgot-pass {
  padding: 30px;
  background-color: #fff
}

@media(min-width: 768px) {
  .wpte-lrf-wrap.wpte-login,.wpte-lrf-wrap.wpte-register,.wpte-lrf-wrap.wpte-forgot-pass {
      padding:40px 56px
  }
}

.wpte-lrf-wrap .wpte-lrf-top {
  padding: 0;
  box-shadow: none
}

.wpte-lrf-wrap .wpte-lrf-bottom {
  padding: 0;
  box-shadow: none
}

.wpte-lrf-wrap .wpte-lrf {
  display: flex;
  flex-wrap: wrap
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-left,.wpte-lrf-wrap .wpte-lrf .wpte-lrf-right {
  width: 100%
}

@media(min-width: 768px) {
  .wpte-lrf-wrap .wpte-lrf .wpte-lrf-left,.wpte-lrf-wrap .wpte-lrf .wpte-lrf-right {
      width:unset;
      flex: 1
  }
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-left {
  display: flex;
  flex-direction: column
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-left .wpte-lrf-left-top {
  flex: 1
}

.wpte-lrf-wrap .wpte-lrf .wpte-divider {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: rgba(28,32,17,.5);
  position: relative;
  width: 100%
}

.wpte-lrf-wrap .wpte-lrf .wpte-divider::before,.wpte-lrf-wrap .wpte-lrf .wpte-divider::after {
  content: "";
  width: calc(50% - 16px);
  height: 0;
  border-top: 1px solid rgba(28,32,17,.08);
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.wpte-lrf-wrap .wpte-lrf .wpte-divider::before {
  left: 0
}

.wpte-lrf-wrap .wpte-lrf .wpte-divider::after {
  right: 0
}

@media(min-width: 768px) {
  .wpte-lrf-wrap .wpte-lrf .wpte-divider {
      margin:0 56px;
      width: auto
  }

  .wpte-lrf-wrap .wpte-lrf .wpte-divider::before,.wpte-lrf-wrap .wpte-lrf .wpte-divider::after {
      width: 0;
      height: calc(50% - 16px);
      border-left: 1px solid rgba(28,32,17,.08);
      left: 50%;
      transform: translateX(-50%)
  }

  .wpte-lrf-wrap .wpte-lrf .wpte-divider::before {
      top: 0
  }

  .wpte-lrf-wrap .wpte-lrf .wpte-divider::after {
      top: auto;
      bottom: 0
  }
}

.wpte-lrf-wrap .wpte-lrf .wpte-spacer {
  margin: 20px 0
}

@media(min-width: 768px) {
  .wpte-lrf-wrap .wpte-lrf .wpte-spacer {
      margin:0 30px
  }
}

.wpte-lrf-wrap .wpte-lrf #rememberme {
  display: none
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-title {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 8px
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-desc {
  font-size: 16px;
  margin-top: 0
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-desc p {
  margin: 0
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field {
  margin: 0 0 22px
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field label {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 8px;
  display: block
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field label .required {
  color: #eb5757
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field .parsley-error {
  border-color: #eb5757
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field .parsley-errors-list {
  margin: 0 !important
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field .parsley-errors-list li {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: #eb5757;
  position: relative;
  padding-left: 20px !important
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field .parsley-errors-list li::before {
  content: "";
  width: 1em !important;
  height: 1em !important;
  background-color: #eb5757 !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.99978 9.33335C6.88441 9.33335 6.77162 9.36756 6.67569 9.43166C6.57977 9.49576 6.505 9.58686 6.46085 9.69345C6.4167 9.80004 6.40514 9.91733 6.42765 10.0305C6.45016 10.1436 6.50572 10.2476 6.5873 10.3292C6.66888 10.4107 6.77282 10.4663 6.88597 10.4888C6.99913 10.5113 7.11642 10.4998 7.22301 10.4556C7.3296 10.4115 7.4207 10.3367 7.4848 10.2408C7.5489 10.1448 7.58311 10.0321 7.58311 9.91668C7.58311 9.76197 7.52165 9.6136 7.41226 9.5042C7.30286 9.39481 7.15449 9.33335 6.99978 9.33335ZM13.2239 10.1908L8.52811 2.02418C8.37633 1.75207 8.15465 1.52541 7.88597 1.36762C7.61729 1.20984 7.31136 1.12665 6.99978 1.12665C6.68819 1.12665 6.38226 1.20984 6.11358 1.36762C5.8449 1.52541 5.62322 1.75207 5.47144 2.02418L0.804778 10.1908C0.647742 10.4557 0.563361 10.7573 0.560154 11.0652C0.556946 11.373 0.635026 11.6763 0.786511 11.9444C0.937996 12.2124 1.15752 12.4358 1.42293 12.5919C1.68833 12.7479 1.99022 12.8312 2.29811 12.8334H11.7014C12.0118 12.8364 12.3174 12.7569 12.5869 12.6029C12.8564 12.4489 13.0801 12.226 13.235 11.9571C13.39 11.6881 13.4706 11.3828 13.4687 11.0725C13.4667 10.7621 13.3823 10.4578 13.2239 10.1908ZM12.2148 11.3575C12.1636 11.4485 12.089 11.5241 11.9988 11.5764C11.9085 11.6287 11.8058 11.6559 11.7014 11.655H2.29811C2.19376 11.6559 2.09109 11.6287 2.0008 11.5764C1.91051 11.5241 1.83591 11.4485 1.78478 11.3575C1.73358 11.2688 1.70663 11.1682 1.70663 11.0658C1.70663 10.9635 1.73358 10.8629 1.78478 10.7742L6.45144 2.60752C6.5004 2.51196 6.57477 2.43178 6.66637 2.37578C6.75797 2.31979 6.86325 2.29016 6.97061 2.29016C7.07797 2.29016 7.18325 2.31979 7.27485 2.37578C7.36645 2.43178 7.44083 2.51196 7.48978 2.60752L12.1856 10.7742C12.2435 10.8616 12.2767 10.963 12.2819 11.0677C12.287 11.1724 12.2638 11.2765 12.2148 11.3692V11.3575ZM6.99978 4.66668C6.84507 4.66668 6.69669 4.72814 6.5873 4.83754C6.4779 4.94693 6.41644 5.09531 6.41644 5.25002V7.58335C6.41644 7.73806 6.4779 7.88643 6.5873 7.99583C6.69669 8.10523 6.84507 8.16668 6.99978 8.16668C7.15449 8.16668 7.30286 8.10523 7.41226 7.99583C7.52165 7.88643 7.58311 7.73806 7.58311 7.58335V5.25002C7.58311 5.09531 7.52165 4.94693 7.41226 4.83754C7.30286 4.72814 7.15449 4.66668 6.99978 4.66668Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.99978 9.33335C6.88441 9.33335 6.77162 9.36756 6.67569 9.43166C6.57977 9.49576 6.505 9.58686 6.46085 9.69345C6.4167 9.80004 6.40514 9.91733 6.42765 10.0305C6.45016 10.1436 6.50572 10.2476 6.5873 10.3292C6.66888 10.4107 6.77282 10.4663 6.88597 10.4888C6.99913 10.5113 7.11642 10.4998 7.22301 10.4556C7.3296 10.4115 7.4207 10.3367 7.4848 10.2408C7.5489 10.1448 7.58311 10.0321 7.58311 9.91668C7.58311 9.76197 7.52165 9.6136 7.41226 9.5042C7.30286 9.39481 7.15449 9.33335 6.99978 9.33335ZM13.2239 10.1908L8.52811 2.02418C8.37633 1.75207 8.15465 1.52541 7.88597 1.36762C7.61729 1.20984 7.31136 1.12665 6.99978 1.12665C6.68819 1.12665 6.38226 1.20984 6.11358 1.36762C5.8449 1.52541 5.62322 1.75207 5.47144 2.02418L0.804778 10.1908C0.647742 10.4557 0.563361 10.7573 0.560154 11.0652C0.556946 11.373 0.635026 11.6763 0.786511 11.9444C0.937996 12.2124 1.15752 12.4358 1.42293 12.5919C1.68833 12.7479 1.99022 12.8312 2.29811 12.8334H11.7014C12.0118 12.8364 12.3174 12.7569 12.5869 12.6029C12.8564 12.4489 13.0801 12.226 13.235 11.9571C13.39 11.6881 13.4706 11.3828 13.4687 11.0725C13.4667 10.7621 13.3823 10.4578 13.2239 10.1908ZM12.2148 11.3575C12.1636 11.4485 12.089 11.5241 11.9988 11.5764C11.9085 11.6287 11.8058 11.6559 11.7014 11.655H2.29811C2.19376 11.6559 2.09109 11.6287 2.0008 11.5764C1.91051 11.5241 1.83591 11.4485 1.78478 11.3575C1.73358 11.2688 1.70663 11.1682 1.70663 11.0658C1.70663 10.9635 1.73358 10.8629 1.78478 10.7742L6.45144 2.60752C6.5004 2.51196 6.57477 2.43178 6.66637 2.37578C6.75797 2.31979 6.86325 2.29016 6.97061 2.29016C7.07797 2.29016 7.18325 2.31979 7.27485 2.37578C7.36645 2.43178 7.44083 2.51196 7.48978 2.60752L12.1856 10.7742C12.2435 10.8616 12.2767 10.963 12.2819 11.0677C12.287 11.1724 12.2638 11.2765 12.2148 11.3692V11.3575ZM6.99978 4.66668C6.84507 4.66668 6.69669 4.72814 6.5873 4.83754C6.4779 4.94693 6.41644 5.09531 6.41644 5.25002V7.58335C6.41644 7.73806 6.4779 7.88643 6.5873 7.99583C6.69669 8.10523 6.84507 8.16668 6.99978 8.16668C7.15449 8.16668 7.30286 8.10523 7.41226 7.99583C7.52165 7.88643 7.58311 7.73806 7.58311 7.58335V5.25002C7.58311 5.09531 7.52165 4.94693 7.41226 4.83754C7.30286 4.72814 7.15449 4.66668 6.99978 4.66668Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 5px !important;
  border-radius: 0 !important
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field.lrf-rememberme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field.lrf-rememberme label {
  line-height: 1
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field.lrf-rememberme label::before,.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field.lrf-rememberme label::after {
  top: 50%;
  transform: translateY(-50%)
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field.lrf-rememberme a:hover {
  text-decoration-style: dotted
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field input[type=submit] {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  padding: 16px 32px;
  height: unset;
  text-transform: uppercase;
  background-color: #ec1f25;
  color: #fff
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field input[type=submit]:hover {
  opacity: .8
}

.wpte-lrf-wrap .wpte-lrf-head {
  text-align: left
}

.wpte-lrf-wrap .wpte-lrf-head:last-child {
  margin-bottom: 0
}

.wte-social-login-wrapper {
  color: rgba(0,0,0,.54)
}

.wte-social-login-wrapper a {
  display: flex;
  border: 1px solid rgba(28,32,17,.1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1.445;
  font-weight: 500;
  padding: 13px 16px;
  margin: 12px 0;
  color: rgba(0,0,0,.54) !important;
  background-color: #fff;
  text-align: center
}

@media(min-width: 768px) {
  .wte-social-login-wrapper a {
      font-size:18px
  }
}

.wte-social-login-wrapper a .social-icon {
  line-height: 1;
  display: inline-block;
  margin-right: 16px;
  font-size: 24px
}

.wte-social-login-wrapper a .social-icon svg {
  width: 1em;
  height: 1em;
  vertical-align: top
}

.wte-social-login-wrapper a:hover {
  color: inherit
}

.wte-social-login-wrapper a.login-with-facebook {
  background-color: #1877f2;
  color: #fff !important
}

.wte-social-login-wrapper a.login-with-linkedin {
  color: #fff !important;
  background-color: #0177b5;
  padding: 0 16px 0 0;
  overflow: hidden
}

.wte-social-login-wrapper a.login-with-linkedin .social-icon {
  font-size: 54px;
  margin-right: auto;
  color: #0177b5
}

.wte-social-login-wrapper a.login-with-linkedin .social-icon svg {
  filter: drop-shadow(2px 0 0 rgba(0, 0, 0, 0.25))
}

.wte-social-login-wrapper a.login-with-linkedin .social-label {
  flex: 1
}

.wp-container-7>:where(:not(.alignleft):not(.alignright)) {
  max-width: 1170px !important
}

.wp-travel-engine-error-msg,.wp-travel-engine-success-msg {
  margin: 16px 0
}

.wpte-back-btn {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ec1f25;
  margin: 0 0 24px
}

.wpte-back-btn svg {
  margin-right: 8px;
  transition: all .3s ease
}

.wpte-back-btn:hover svg {
  transform: translateX(-5px)
}

.wpte-lrf-btn,.wpte-lrf-btn:visited {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  padding: 16px;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid #ec1f25;
  color: #fff;
  background-color: #ec1f25;
  margin: 0 16px 16px 0;
  padding-left: 32px;
  padding-right: 32px
}

.wpte-lrf-btn.cancel-btn,.wpte-lrf-btn:visited.cancel-btn {
  background: none;
  color: #ec1f25
}

.wpte-lrf-btn:hover,.wpte-lrf-btn:visited:hover {
  color: #ec1f25
}

.wpte-dashboard {
  box-shadow: none
}

.wpte-dashboard .wpte-lrf-head {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  background: none
}

.wpte-dashboard .wpte-lrf-head .wpte-lrf-userprogile {
  max-width: unset;
  width: 100%
}

.wpte-dashboard .wpte-lrf-head .lrf-userprofile-logout {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #a4a6a0;
  padding: 8px 24px;
  border: 1px solid #a4a6a0;
  border-radius: 4px
}

.wpte-dashboard .wpte-lrf-head .lrf-userprofile-logout::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2720%27 viewBox=%270 0 16 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 10C0 10.2652 0.105357 10.5196 0.292893 10.7071C0.48043 10.8946 0.734784 11 1 11H8.59L6.29 13.29C6.19627 13.383 6.12188 13.4936 6.07111 13.6154C6.02034 13.7373 5.9942 13.868 5.9942 14C5.9942 14.132 6.02034 14.2627 6.07111 14.3846C6.12188 14.5064 6.19627 14.617 6.29 14.71C6.38296 14.8037 6.49356 14.8781 6.61542 14.9289C6.73728 14.9797 6.86799 15.0058 7 15.0058C7.13201 15.0058 7.26272 14.9797 7.38458 14.9289C7.50644 14.8781 7.61704 14.8037 7.71 14.71L11.71 10.71C11.801 10.6149 11.8724 10.5028 11.92 10.38C12.02 10.1365 12.02 9.86346 11.92 9.62C11.8724 9.49725 11.801 9.3851 11.71 9.29L7.71 5.29C7.61676 5.19676 7.50607 5.1228 7.38425 5.07234C7.26243 5.02188 7.13186 4.99591 7 4.99591C6.86814 4.99591 6.73757 5.02188 6.61575 5.07234C6.49393 5.1228 6.38324 5.19676 6.29 5.29C6.19676 5.38324 6.1228 5.49393 6.07234 5.61575C6.02188 5.73757 5.99591 5.86814 5.99591 6C5.99591 6.13186 6.02188 6.26243 6.07234 6.38425C6.1228 6.50607 6.19676 6.61676 6.29 6.71L8.59 9H1C0.734784 9 0.48043 9.10536 0.292893 9.29289C0.105357 9.48043 0 9.73478 0 10V10ZM13 0H3C2.20435 0 1.44129 0.316071 0.87868 0.87868C0.316071 1.44129 0 2.20435 0 3V6C0 6.26522 0.105357 6.51957 0.292893 6.70711C0.48043 6.89464 0.734784 7 1 7C1.26522 7 1.51957 6.89464 1.70711 6.70711C1.89464 6.51957 2 6.26522 2 6V3C2 2.73478 2.10536 2.48043 2.29289 2.29289C2.48043 2.10536 2.73478 2 3 2H13C13.2652 2 13.5196 2.10536 13.7071 2.29289C13.8946 2.48043 14 2.73478 14 3V17C14 17.2652 13.8946 17.5196 13.7071 17.7071C13.5196 17.8946 13.2652 18 13 18H3C2.73478 18 2.48043 17.8946 2.29289 17.7071C2.10536 17.5196 2 17.2652 2 17V14C2 13.7348 1.89464 13.4804 1.70711 13.2929C1.51957 13.1054 1.26522 13 1 13C0.734784 13 0.48043 13.1054 0.292893 13.2929C0.105357 13.4804 0 13.7348 0 14V17C0 17.7956 0.316071 18.5587 0.87868 19.1213C1.44129 19.6839 2.20435 20 3 20H13C13.7956 20 14.5587 19.6839 15.1213 19.1213C15.6839 18.5587 16 17.7956 16 17V3C16 2.20435 15.6839 1.44129 15.1213 0.87868C14.5587 0.316071 13.7956 0 13 0Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2720%27 viewBox=%270 0 16 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 10C0 10.2652 0.105357 10.5196 0.292893 10.7071C0.48043 10.8946 0.734784 11 1 11H8.59L6.29 13.29C6.19627 13.383 6.12188 13.4936 6.07111 13.6154C6.02034 13.7373 5.9942 13.868 5.9942 14C5.9942 14.132 6.02034 14.2627 6.07111 14.3846C6.12188 14.5064 6.19627 14.617 6.29 14.71C6.38296 14.8037 6.49356 14.8781 6.61542 14.9289C6.73728 14.9797 6.86799 15.0058 7 15.0058C7.13201 15.0058 7.26272 14.9797 7.38458 14.9289C7.50644 14.8781 7.61704 14.8037 7.71 14.71L11.71 10.71C11.801 10.6149 11.8724 10.5028 11.92 10.38C12.02 10.1365 12.02 9.86346 11.92 9.62C11.8724 9.49725 11.801 9.3851 11.71 9.29L7.71 5.29C7.61676 5.19676 7.50607 5.1228 7.38425 5.07234C7.26243 5.02188 7.13186 4.99591 7 4.99591C6.86814 4.99591 6.73757 5.02188 6.61575 5.07234C6.49393 5.1228 6.38324 5.19676 6.29 5.29C6.19676 5.38324 6.1228 5.49393 6.07234 5.61575C6.02188 5.73757 5.99591 5.86814 5.99591 6C5.99591 6.13186 6.02188 6.26243 6.07234 6.38425C6.1228 6.50607 6.19676 6.61676 6.29 6.71L8.59 9H1C0.734784 9 0.48043 9.10536 0.292893 9.29289C0.105357 9.48043 0 9.73478 0 10V10ZM13 0H3C2.20435 0 1.44129 0.316071 0.87868 0.87868C0.316071 1.44129 0 2.20435 0 3V6C0 6.26522 0.105357 6.51957 0.292893 6.70711C0.48043 6.89464 0.734784 7 1 7C1.26522 7 1.51957 6.89464 1.70711 6.70711C1.89464 6.51957 2 6.26522 2 6V3C2 2.73478 2.10536 2.48043 2.29289 2.29289C2.48043 2.10536 2.73478 2 3 2H13C13.2652 2 13.5196 2.10536 13.7071 2.29289C13.8946 2.48043 14 2.73478 14 3V17C14 17.2652 13.8946 17.5196 13.7071 17.7071C13.5196 17.8946 13.2652 18 13 18H3C2.73478 18 2.48043 17.8946 2.29289 17.7071C2.10536 17.5196 2 17.2652 2 17V14C2 13.7348 1.89464 13.4804 1.70711 13.2929C1.51957 13.1054 1.26522 13 1 13C0.734784 13 0.48043 13.1054 0.292893 13.2929C0.105357 13.4804 0 13.7348 0 14V17C0 17.7956 0.316071 18.5587 0.87868 19.1213C1.44129 19.6839 2.20435 20 3 20H13C13.7956 20 14.5587 19.6839 15.1213 19.1213C15.6839 18.5587 16 17.7956 16 17V3C16 2.20435 15.6839 1.44129 15.1213 0.87868C14.5587 0.316071 13.7956 0 13 0Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  display: inline-block;
  margin-right: 12px
}

.wpte-dashboard .wpte-lrf-head .lrf-userprofile-logout svg {
  display: none
}

.wpte-dashboard .wpte-lrf-head .lrf-userprofile-logout:hover {
  color: #222;
  border-color: #222
}

.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative
}

.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit
}

.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned a .avatar {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-basis: 100px;
  border-radius: 50%;
  margin-right: 24px
}

@media(min-width: 768px) {
  .wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned a .avatar {
      width:120px;
      height: 120px
  }
}

.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned a .wpte-lrf-title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 50px
}

@media(min-width: 768px) {
  .wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned a .wpte-lrf-title {
      padding-bottom:0
  }
}

@media(min-width: 768px) {
  .wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned {
      width:70%
  }
}

@media(max-width: 767px) {
  .wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-right-aligned {
      position:absolute;
      bottom: 0;
      left: 124px
  }
}

.wpte-dashboard .wpte-lrf-head .wpte-user-description-wrapper {
  margin: 16px 0 0
}

.wpte-dashboard .wpte-lrf-head .wpte-user-description-wrapper p {
  margin: 0
}

.wpte-dashboard .wpte-lrf-content-area {
  background: none;
  gap: 30px;
  display: flex !important
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar {
  padding-top: 0;
  width: 100%;
  max-width: unset;
  align-self: flex-start;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(28,32,17,.02),0px 4px 40px rgba(28,32,17,.04);
  padding: 0
}

@media(min-width: 992px) {
  .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar {
      max-width:23%;
      padding: 24px 0
  }
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab {
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #777970;
  background: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: currentColor;
  display: inline-block;
  margin-right: 8px;
  font-size: 24px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab.lrf-bookings::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 10.5C8.73478 10.5 8.48043 10.6054 8.29289 10.7929C8.10536 10.9804 8 11.2348 8 11.5V13.5C8 13.7652 8.10536 14.0196 8.29289 14.2071C8.48043 14.3946 8.73478 14.5 9 14.5C9.26522 14.5 9.51957 14.3946 9.70711 14.2071C9.89464 14.0196 10 13.7652 10 13.5V11.5C10 11.2348 9.89464 10.9804 9.70711 10.7929C9.51957 10.6054 9.26522 10.5 9 10.5ZM21 11.5C21.2652 11.5 21.5196 11.3946 21.7071 11.2071C21.8946 11.0196 22 10.7652 22 10.5V6.5C22 6.23478 21.8946 5.98043 21.7071 5.79289C21.5196 5.60536 21.2652 5.5 21 5.5H3C2.73478 5.5 2.48043 5.60536 2.29289 5.79289C2.10536 5.98043 2 6.23478 2 6.5V10.5C2 10.7652 2.10536 11.0196 2.29289 11.2071C2.48043 11.3946 2.73478 11.5 3 11.5C3.26522 11.5 3.51957 11.6054 3.70711 11.7929C3.89464 11.9804 4 12.2348 4 12.5C4 12.7652 3.89464 13.0196 3.70711 13.2071C3.51957 13.3946 3.26522 13.5 3 13.5C2.73478 13.5 2.48043 13.6054 2.29289 13.7929C2.10536 13.9804 2 14.2348 2 14.5V18.5C2 18.7652 2.10536 19.0196 2.29289 19.2071C2.48043 19.3946 2.73478 19.5 3 19.5H21C21.2652 19.5 21.5196 19.3946 21.7071 19.2071C21.8946 19.0196 22 18.7652 22 18.5V14.5C22 14.2348 21.8946 13.9804 21.7071 13.7929C21.5196 13.6054 21.2652 13.5 21 13.5C20.7348 13.5 20.4804 13.3946 20.2929 13.2071C20.1054 13.0196 20 12.7652 20 12.5C20 12.2348 20.1054 11.9804 20.2929 11.7929C20.4804 11.6054 20.7348 11.5 21 11.5ZM20 9.68C19.4208 9.8902 18.9205 10.2736 18.5668 10.7782C18.2132 11.2827 18.0235 11.8839 18.0235 12.5C18.0235 13.1161 18.2132 13.7173 18.5668 14.2218C18.9205 14.7264 19.4208 15.1098 20 15.32V17.5H10C10 17.2348 9.89464 16.9804 9.70711 16.7929C9.51957 16.6054 9.26522 16.5 9 16.5C8.73478 16.5 8.48043 16.6054 8.29289 16.7929C8.10536 16.9804 8 17.2348 8 17.5H4V15.32C4.57915 15.1098 5.07954 14.7264 5.43316 14.2218C5.78678 13.7173 5.97648 13.1161 5.97648 12.5C5.97648 11.8839 5.78678 11.2827 5.43316 10.7782C5.07954 10.2736 4.57915 9.8902 4 9.68V7.5H8C8 7.76522 8.10536 8.01957 8.29289 8.20711C8.48043 8.39464 8.73478 8.5 9 8.5C9.26522 8.5 9.51957 8.39464 9.70711 8.20711C9.89464 8.01957 10 7.76522 10 7.5H20V9.68Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 10.5C8.73478 10.5 8.48043 10.6054 8.29289 10.7929C8.10536 10.9804 8 11.2348 8 11.5V13.5C8 13.7652 8.10536 14.0196 8.29289 14.2071C8.48043 14.3946 8.73478 14.5 9 14.5C9.26522 14.5 9.51957 14.3946 9.70711 14.2071C9.89464 14.0196 10 13.7652 10 13.5V11.5C10 11.2348 9.89464 10.9804 9.70711 10.7929C9.51957 10.6054 9.26522 10.5 9 10.5ZM21 11.5C21.2652 11.5 21.5196 11.3946 21.7071 11.2071C21.8946 11.0196 22 10.7652 22 10.5V6.5C22 6.23478 21.8946 5.98043 21.7071 5.79289C21.5196 5.60536 21.2652 5.5 21 5.5H3C2.73478 5.5 2.48043 5.60536 2.29289 5.79289C2.10536 5.98043 2 6.23478 2 6.5V10.5C2 10.7652 2.10536 11.0196 2.29289 11.2071C2.48043 11.3946 2.73478 11.5 3 11.5C3.26522 11.5 3.51957 11.6054 3.70711 11.7929C3.89464 11.9804 4 12.2348 4 12.5C4 12.7652 3.89464 13.0196 3.70711 13.2071C3.51957 13.3946 3.26522 13.5 3 13.5C2.73478 13.5 2.48043 13.6054 2.29289 13.7929C2.10536 13.9804 2 14.2348 2 14.5V18.5C2 18.7652 2.10536 19.0196 2.29289 19.2071C2.48043 19.3946 2.73478 19.5 3 19.5H21C21.2652 19.5 21.5196 19.3946 21.7071 19.2071C21.8946 19.0196 22 18.7652 22 18.5V14.5C22 14.2348 21.8946 13.9804 21.7071 13.7929C21.5196 13.6054 21.2652 13.5 21 13.5C20.7348 13.5 20.4804 13.3946 20.2929 13.2071C20.1054 13.0196 20 12.7652 20 12.5C20 12.2348 20.1054 11.9804 20.2929 11.7929C20.4804 11.6054 20.7348 11.5 21 11.5ZM20 9.68C19.4208 9.8902 18.9205 10.2736 18.5668 10.7782C18.2132 11.2827 18.0235 11.8839 18.0235 12.5C18.0235 13.1161 18.2132 13.7173 18.5668 14.2218C18.9205 14.7264 19.4208 15.1098 20 15.32V17.5H10C10 17.2348 9.89464 16.9804 9.70711 16.7929C9.51957 16.6054 9.26522 16.5 9 16.5C8.73478 16.5 8.48043 16.6054 8.29289 16.7929C8.10536 16.9804 8 17.2348 8 17.5H4V15.32C4.57915 15.1098 5.07954 14.7264 5.43316 14.2218C5.78678 13.7173 5.97648 13.1161 5.97648 12.5C5.97648 11.8839 5.78678 11.2827 5.43316 10.7782C5.07954 10.2736 4.57915 9.8902 4 9.68V7.5H8C8 7.76522 8.10536 8.01957 8.29289 8.20711C8.48043 8.39464 8.73478 8.5 9 8.5C9.26522 8.5 9.51957 8.39464 9.70711 8.20711C9.89464 8.01957 10 7.76522 10 7.5H20V9.68Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab.lrf-address::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 2.5C10.466 2.49993 8.95266 2.85274 7.57691 3.53113C6.20116 4.20952 4.99992 5.19531 4.0661 6.41222C3.13229 7.62914 2.49094 9.04457 2.19168 10.549C1.89241 12.0535 1.94325 13.6066 2.34026 15.0882C2.73727 16.5699 3.46982 17.9403 4.48121 19.0936C5.49261 20.2468 6.75576 21.1519 8.17293 21.7389C9.5901 22.3259 11.1233 22.5789 12.6539 22.4786C14.1846 22.3782 15.6716 21.927 17 21.16C17.1195 21.0975 17.2251 21.0114 17.3105 20.907C17.3959 20.8027 17.4592 20.6821 17.4968 20.5525C17.5344 20.423 17.5454 20.2872 17.5291 20.1533C17.5129 20.0194 17.4697 19.8902 17.4022 19.7735C17.3347 19.6567 17.2443 19.5548 17.1364 19.4739C17.0285 19.393 16.9053 19.3347 16.7743 19.3026C16.6433 19.2705 16.5072 19.2653 16.3741 19.2872C16.241 19.3091 16.1138 19.3576 16 19.43C14.4749 20.3105 12.7019 20.6632 10.956 20.4334C9.21003 20.2036 7.5887 19.4041 6.34342 18.159C5.09813 16.9138 4.29848 15.2926 4.06848 13.5467C3.83848 11.8008 4.19097 10.0277 5.0713 8.50257C5.95163 6.97741 7.31059 5.78532 8.93745 5.11119C10.5643 4.43706 12.3681 4.31855 14.0692 4.77404C15.7703 5.22953 17.2735 6.23358 18.3458 7.63046C19.4181 9.02734 19.9996 10.739 20 12.5V13.25C20 13.7141 19.8156 14.1592 19.4874 14.4874C19.1592 14.8156 18.7141 15 18.25 15C17.7858 15 17.3407 14.8156 17.0125 14.4874C16.6843 14.1592 16.5 13.7141 16.5 13.25V9C16.5 8.73478 16.3946 8.48043 16.2071 8.29289C16.0195 8.10536 15.7652 8 15.5 8C15.2674 7.99483 15.0403 8.07088 14.8578 8.21507C14.6753 8.35926 14.5487 8.56257 14.5 8.79C13.7649 8.28158 12.8937 8.0063 12 8C11.2471 7.991 10.5041 8.17102 9.83882 8.5236C9.17359 8.87617 8.60745 9.39001 8.19226 10.0181C7.77706 10.6461 7.52609 11.3683 7.46231 12.1185C7.39854 12.8687 7.524 13.6229 7.82722 14.312C8.13044 15.0011 8.60171 15.6032 9.19788 16.063C9.79405 16.5228 10.4961 16.8257 11.2396 16.9439C11.9832 17.0621 12.7445 16.9918 13.4539 16.7396C14.1632 16.4873 14.798 16.0611 15.3 15.5C15.7751 16.1153 16.4302 16.5673 17.1741 16.793C17.918 17.0188 18.7138 17.0071 19.4508 16.7596C20.1877 16.5121 20.8292 16.0411 21.2861 15.4121C21.743 14.7831 21.9925 14.0274 22 13.25V12.5C22 11.1868 21.7413 9.88642 21.2387 8.67317C20.7362 7.45991 19.9996 6.35752 19.071 5.42893C18.1424 4.50035 17.04 3.76375 15.8268 3.2612C14.6135 2.75866 13.3132 2.5 12 2.5ZM12 15C11.5055 15 11.0221 14.8534 10.611 14.5787C10.1999 14.304 9.87947 13.9135 9.69025 13.4567C9.50103 12.9999 9.45153 12.4972 9.54799 12.0123C9.64445 11.5273 9.88255 11.0819 10.2322 10.7322C10.5818 10.3826 11.0273 10.1445 11.5122 10.048C11.9972 9.95157 12.4998 10.0011 12.9567 10.1903C13.4135 10.3795 13.8039 10.7 14.0786 11.1111C14.3533 11.5222 14.5 12.0055 14.5 12.5C14.5 13.163 14.2366 13.7989 13.7677 14.2678C13.2989 14.7366 12.663 15 12 15Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 2.5C10.466 2.49993 8.95266 2.85274 7.57691 3.53113C6.20116 4.20952 4.99992 5.19531 4.0661 6.41222C3.13229 7.62914 2.49094 9.04457 2.19168 10.549C1.89241 12.0535 1.94325 13.6066 2.34026 15.0882C2.73727 16.5699 3.46982 17.9403 4.48121 19.0936C5.49261 20.2468 6.75576 21.1519 8.17293 21.7389C9.5901 22.3259 11.1233 22.5789 12.6539 22.4786C14.1846 22.3782 15.6716 21.927 17 21.16C17.1195 21.0975 17.2251 21.0114 17.3105 20.907C17.3959 20.8027 17.4592 20.6821 17.4968 20.5525C17.5344 20.423 17.5454 20.2872 17.5291 20.1533C17.5129 20.0194 17.4697 19.8902 17.4022 19.7735C17.3347 19.6567 17.2443 19.5548 17.1364 19.4739C17.0285 19.393 16.9053 19.3347 16.7743 19.3026C16.6433 19.2705 16.5072 19.2653 16.3741 19.2872C16.241 19.3091 16.1138 19.3576 16 19.43C14.4749 20.3105 12.7019 20.6632 10.956 20.4334C9.21003 20.2036 7.5887 19.4041 6.34342 18.159C5.09813 16.9138 4.29848 15.2926 4.06848 13.5467C3.83848 11.8008 4.19097 10.0277 5.0713 8.50257C5.95163 6.97741 7.31059 5.78532 8.93745 5.11119C10.5643 4.43706 12.3681 4.31855 14.0692 4.77404C15.7703 5.22953 17.2735 6.23358 18.3458 7.63046C19.4181 9.02734 19.9996 10.739 20 12.5V13.25C20 13.7141 19.8156 14.1592 19.4874 14.4874C19.1592 14.8156 18.7141 15 18.25 15C17.7858 15 17.3407 14.8156 17.0125 14.4874C16.6843 14.1592 16.5 13.7141 16.5 13.25V9C16.5 8.73478 16.3946 8.48043 16.2071 8.29289C16.0195 8.10536 15.7652 8 15.5 8C15.2674 7.99483 15.0403 8.07088 14.8578 8.21507C14.6753 8.35926 14.5487 8.56257 14.5 8.79C13.7649 8.28158 12.8937 8.0063 12 8C11.2471 7.991 10.5041 8.17102 9.83882 8.5236C9.17359 8.87617 8.60745 9.39001 8.19226 10.0181C7.77706 10.6461 7.52609 11.3683 7.46231 12.1185C7.39854 12.8687 7.524 13.6229 7.82722 14.312C8.13044 15.0011 8.60171 15.6032 9.19788 16.063C9.79405 16.5228 10.4961 16.8257 11.2396 16.9439C11.9832 17.0621 12.7445 16.9918 13.4539 16.7396C14.1632 16.4873 14.798 16.0611 15.3 15.5C15.7751 16.1153 16.4302 16.5673 17.1741 16.793C17.918 17.0188 18.7138 17.0071 19.4508 16.7596C20.1877 16.5121 20.8292 16.0411 21.2861 15.4121C21.743 14.7831 21.9925 14.0274 22 13.25V12.5C22 11.1868 21.7413 9.88642 21.2387 8.67317C20.7362 7.45991 19.9996 6.35752 19.071 5.42893C18.1424 4.50035 17.04 3.76375 15.8268 3.2612C14.6135 2.75866 13.3132 2.5 12 2.5ZM12 15C11.5055 15 11.0221 14.8534 10.611 14.5787C10.1999 14.304 9.87947 13.9135 9.69025 13.4567C9.50103 12.9999 9.45153 12.4972 9.54799 12.0123C9.64445 11.5273 9.88255 11.0819 10.2322 10.7322C10.5818 10.3826 11.0273 10.1445 11.5122 10.048C11.9972 9.95157 12.4998 10.0011 12.9567 10.1903C13.4135 10.3795 13.8039 10.7 14.0786 11.1111C14.3533 11.5222 14.5 12.0055 14.5 12.5C14.5 13.163 14.2366 13.7989 13.7677 14.2678C13.2989 14.7366 12.663 15 12 15Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab.lrf-account::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M19.8999 13.1604C19.7396 12.9779 19.6512 12.7433 19.6512 12.5004C19.6512 12.2575 19.7396 12.0229 19.8999 11.8404L21.1799 10.4004C21.3209 10.2431 21.4085 10.0451 21.4301 9.83489C21.4516 9.62469 21.4061 9.41307 21.2999 9.23038L19.2999 5.77038C19.1948 5.5879 19.0348 5.44326 18.8426 5.35707C18.6505 5.27088 18.4361 5.24754 18.2299 5.29038L16.3499 5.67038C16.1107 5.71981 15.8616 5.67997 15.6498 5.55838C15.4379 5.43679 15.2779 5.24187 15.1999 5.01038L14.5899 3.18038C14.5228 2.98176 14.395 2.80925 14.2245 2.68723C14.0541 2.5652 13.8495 2.49984 13.6399 2.50038H9.6399C9.42183 2.489 9.20603 2.54931 9.02546 2.6721C8.84489 2.79489 8.70948 2.9734 8.6399 3.18038L8.0799 5.01038C8.0019 5.24187 7.84187 5.43679 7.63001 5.55838C7.41815 5.67997 7.16911 5.71981 6.9299 5.67038L4.9999 5.29038C4.80445 5.26276 4.6052 5.29361 4.42724 5.37902C4.24929 5.46444 4.1006 5.60061 3.9999 5.77038L1.9999 9.23038C1.89106 9.41103 1.84212 9.62147 1.86008 9.83161C1.87804 10.0417 1.96198 10.2408 2.0999 10.4004L3.3699 11.8404C3.53022 12.0229 3.61863 12.2575 3.61863 12.5004C3.61863 12.7433 3.53022 12.9779 3.3699 13.1604L2.0999 14.6004C1.96198 14.7599 1.87804 14.959 1.86008 15.1692C1.84212 15.3793 1.89106 15.5897 1.9999 15.7704L3.9999 19.2304C4.10499 19.4129 4.26502 19.5575 4.45715 19.6437C4.64928 19.7299 4.86372 19.7532 5.0699 19.7104L6.9499 19.3304C7.18911 19.281 7.43815 19.3208 7.65001 19.4424C7.86187 19.564 8.0219 19.7589 8.0999 19.9904L8.7099 21.8204C8.77948 22.0274 8.91489 22.2059 9.09546 22.3287C9.27603 22.4515 9.49183 22.5118 9.7099 22.5004H13.7099C13.9195 22.5009 14.1241 22.4356 14.2945 22.3135C14.465 22.1915 14.5928 22.019 14.6599 21.8204L15.2699 19.9904C15.3479 19.7589 15.5079 19.564 15.7198 19.4424C15.9316 19.3208 16.1807 19.281 16.4199 19.3304L18.2999 19.7104C18.5061 19.7532 18.7205 19.7299 18.9126 19.6437C19.1048 19.5575 19.2648 19.4129 19.3699 19.2304L21.3699 15.7704C21.4761 15.5877 21.5216 15.3761 21.5001 15.1659C21.4785 14.9557 21.3909 14.7577 21.2499 14.6004L19.8999 13.1604ZM18.4099 14.5004L19.2099 15.4004L17.9299 17.6204L16.7499 17.3804C16.0297 17.2332 15.2805 17.3555 14.6445 17.7242C14.0085 18.0929 13.53 18.6822 13.2999 19.3804L12.9199 20.5004H10.3599L9.9999 19.3604C9.76975 18.6622 9.29128 18.0729 8.6553 17.7042C8.01932 17.3355 7.27012 17.2132 6.5499 17.3604L5.3699 17.6004L4.0699 15.3904L4.8699 14.4904C5.36185 13.9404 5.63383 13.2283 5.63383 12.4904C5.63383 11.7525 5.36185 11.0404 4.8699 10.4904L4.0699 9.59038L5.3499 7.39038L6.5299 7.63038C7.25012 7.77761 7.99932 7.65526 8.6353 7.28658C9.27128 6.9179 9.74975 6.32854 9.9799 5.63038L10.3599 4.50038H12.9199L13.2999 5.64038C13.53 6.33854 14.0085 6.9279 14.6445 7.29658C15.2805 7.66526 16.0297 7.78761 16.7499 7.64038L17.9299 7.40038L19.2099 9.62038L18.4099 10.5204C17.9235 11.0691 17.6549 11.7771 17.6549 12.5104C17.6549 13.2437 17.9235 13.9516 18.4099 14.5004ZM11.6399 8.50038C10.8488 8.50038 10.0754 8.73498 9.41761 9.17451C8.75982 9.61403 8.24713 10.2387 7.94438 10.9696C7.64163 11.7006 7.56241 12.5048 7.71675 13.2807C7.8711 14.0567 8.25206 14.7694 8.81147 15.3288C9.37088 15.8882 10.0836 16.2692 10.8595 16.4235C11.6355 16.5779 12.4397 16.4987 13.1706 16.1959C13.9015 15.8932 14.5262 15.3805 14.9658 14.7227C15.4053 14.0649 15.6399 13.2915 15.6399 12.5004C15.6399 11.4395 15.2185 10.4221 14.4683 9.67196C13.7182 8.92181 12.7008 8.50038 11.6399 8.50038ZM11.6399 14.5004C11.2443 14.5004 10.8577 14.3831 10.5288 14.1633C10.1999 13.9436 9.94351 13.6312 9.79214 13.2657C9.64076 12.9003 9.60116 12.4982 9.67833 12.1102C9.7555 11.7222 9.94598 11.3659 10.2257 11.0862C10.5054 10.8065 10.8618 10.616 11.2497 10.5388C11.6377 10.4616 12.0398 10.5012 12.4053 10.6526C12.7707 10.804 13.0831 11.0603 13.3028 11.3892C13.5226 11.7181 13.6399 12.1048 13.6399 12.5004C13.6399 13.0308 13.4292 13.5395 13.0541 13.9146C12.679 14.2897 12.1703 14.5004 11.6399 14.5004Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M19.8999 13.1604C19.7396 12.9779 19.6512 12.7433 19.6512 12.5004C19.6512 12.2575 19.7396 12.0229 19.8999 11.8404L21.1799 10.4004C21.3209 10.2431 21.4085 10.0451 21.4301 9.83489C21.4516 9.62469 21.4061 9.41307 21.2999 9.23038L19.2999 5.77038C19.1948 5.5879 19.0348 5.44326 18.8426 5.35707C18.6505 5.27088 18.4361 5.24754 18.2299 5.29038L16.3499 5.67038C16.1107 5.71981 15.8616 5.67997 15.6498 5.55838C15.4379 5.43679 15.2779 5.24187 15.1999 5.01038L14.5899 3.18038C14.5228 2.98176 14.395 2.80925 14.2245 2.68723C14.0541 2.5652 13.8495 2.49984 13.6399 2.50038H9.6399C9.42183 2.489 9.20603 2.54931 9.02546 2.6721C8.84489 2.79489 8.70948 2.9734 8.6399 3.18038L8.0799 5.01038C8.0019 5.24187 7.84187 5.43679 7.63001 5.55838C7.41815 5.67997 7.16911 5.71981 6.9299 5.67038L4.9999 5.29038C4.80445 5.26276 4.6052 5.29361 4.42724 5.37902C4.24929 5.46444 4.1006 5.60061 3.9999 5.77038L1.9999 9.23038C1.89106 9.41103 1.84212 9.62147 1.86008 9.83161C1.87804 10.0417 1.96198 10.2408 2.0999 10.4004L3.3699 11.8404C3.53022 12.0229 3.61863 12.2575 3.61863 12.5004C3.61863 12.7433 3.53022 12.9779 3.3699 13.1604L2.0999 14.6004C1.96198 14.7599 1.87804 14.959 1.86008 15.1692C1.84212 15.3793 1.89106 15.5897 1.9999 15.7704L3.9999 19.2304C4.10499 19.4129 4.26502 19.5575 4.45715 19.6437C4.64928 19.7299 4.86372 19.7532 5.0699 19.7104L6.9499 19.3304C7.18911 19.281 7.43815 19.3208 7.65001 19.4424C7.86187 19.564 8.0219 19.7589 8.0999 19.9904L8.7099 21.8204C8.77948 22.0274 8.91489 22.2059 9.09546 22.3287C9.27603 22.4515 9.49183 22.5118 9.7099 22.5004H13.7099C13.9195 22.5009 14.1241 22.4356 14.2945 22.3135C14.465 22.1915 14.5928 22.019 14.6599 21.8204L15.2699 19.9904C15.3479 19.7589 15.5079 19.564 15.7198 19.4424C15.9316 19.3208 16.1807 19.281 16.4199 19.3304L18.2999 19.7104C18.5061 19.7532 18.7205 19.7299 18.9126 19.6437C19.1048 19.5575 19.2648 19.4129 19.3699 19.2304L21.3699 15.7704C21.4761 15.5877 21.5216 15.3761 21.5001 15.1659C21.4785 14.9557 21.3909 14.7577 21.2499 14.6004L19.8999 13.1604ZM18.4099 14.5004L19.2099 15.4004L17.9299 17.6204L16.7499 17.3804C16.0297 17.2332 15.2805 17.3555 14.6445 17.7242C14.0085 18.0929 13.53 18.6822 13.2999 19.3804L12.9199 20.5004H10.3599L9.9999 19.3604C9.76975 18.6622 9.29128 18.0729 8.6553 17.7042C8.01932 17.3355 7.27012 17.2132 6.5499 17.3604L5.3699 17.6004L4.0699 15.3904L4.8699 14.4904C5.36185 13.9404 5.63383 13.2283 5.63383 12.4904C5.63383 11.7525 5.36185 11.0404 4.8699 10.4904L4.0699 9.59038L5.3499 7.39038L6.5299 7.63038C7.25012 7.77761 7.99932 7.65526 8.6353 7.28658C9.27128 6.9179 9.74975 6.32854 9.9799 5.63038L10.3599 4.50038H12.9199L13.2999 5.64038C13.53 6.33854 14.0085 6.9279 14.6445 7.29658C15.2805 7.66526 16.0297 7.78761 16.7499 7.64038L17.9299 7.40038L19.2099 9.62038L18.4099 10.5204C17.9235 11.0691 17.6549 11.7771 17.6549 12.5104C17.6549 13.2437 17.9235 13.9516 18.4099 14.5004ZM11.6399 8.50038C10.8488 8.50038 10.0754 8.73498 9.41761 9.17451C8.75982 9.61403 8.24713 10.2387 7.94438 10.9696C7.64163 11.7006 7.56241 12.5048 7.71675 13.2807C7.8711 14.0567 8.25206 14.7694 8.81147 15.3288C9.37088 15.8882 10.0836 16.2692 10.8595 16.4235C11.6355 16.5779 12.4397 16.4987 13.1706 16.1959C13.9015 15.8932 14.5262 15.3805 14.9658 14.7227C15.4053 14.0649 15.6399 13.2915 15.6399 12.5004C15.6399 11.4395 15.2185 10.4221 14.4683 9.67196C13.7182 8.92181 12.7008 8.50038 11.6399 8.50038ZM11.6399 14.5004C11.2443 14.5004 10.8577 14.3831 10.5288 14.1633C10.1999 13.9436 9.94351 13.6312 9.79214 13.2657C9.64076 12.9003 9.60116 12.4982 9.67833 12.1102C9.7555 11.7222 9.94598 11.3659 10.2257 11.0862C10.5054 10.8065 10.8618 10.616 11.2497 10.5388C11.6377 10.4616 12.0398 10.5012 12.4053 10.6526C12.7707 10.804 13.0831 11.0603 13.3028 11.3892C13.5226 11.7181 13.6399 12.1048 13.6399 12.5004C13.6399 13.0308 13.4292 13.5395 13.0541 13.9146C12.679 14.2897 12.1703 14.5004 11.6399 14.5004Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab.active {
  color: #ec1f25;
  box-shadow: inset 0 -4px 0 0 #ec1f25
}

@media(min-width: 992px) {
  .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab.active {
      box-shadow:inset 4px 0 0 0 #ec1f25
  }
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main {
  width: 100%;
  padding: 32px 24px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(28,32,17,.02),0px 4px 40px rgba(28,32,17,.04);
  border-radius: 8px
}

@media(min-width: 992px) {
  .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main {
      width:calc(77% - 30px) !important
  }
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-lrf-header {
  margin: 0
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-lrf-header .wpte-lrf-title {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 16px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-lrf-header .wpte-lrf-description p {
  margin: 0 0 16px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-bookings-tabmenu {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 40px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-bookings-tabmenu .wpte-booking-menu-tab {
  font-size: 16px;
  line-height: 1.5;
  padding: 24px 16px;
  text-decoration: none;
  color: inherit
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-bookings-tabmenu .wpte-booking-menu-tab:hover {
  color: #ec1f25
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-bookings-tabmenu .wpte-booking-menu-tab.active {
  color: #ec1f25;
  box-shadow: inset 0 -1px 0 0 #ec1f25
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-lrf-block {
  all: unset
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-booking-tab-content {
  display: none
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-booking-tab-content.active {
  display: block
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #e8e9e7;
  border-radius: 8px;
  overflow: hidden
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-image {
  width: 100%;
  padding: 24px 24px 0 24px
}

@media(min-width: 768px) {
  .wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-image {
      width:25%;
      padding: 24px 0 24px 24px
  }
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1/1
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content {
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

@media(min-width: 768px) {
  .wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content {
      width:75%
  }
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left {
  flex: 1;
  padding-bottom: 24px
}

@media(min-width: 992px) {
  .wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left {
      padding-right:24px;
      padding-bottom: 0
  }
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 16px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5%
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions>* {
  margin: 0 5%
}

@media(min-width: 768px) {
  .wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions .wpte-booked-trip-inner-descriptions-left {
      flex-basis:auto
  }
}

@media(min-width: 768px) {
  .wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions .wpte-booked-trip-inner-descriptions-right {
      flex:1
  }
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions ul li .lrf-td-title {
  font-size: 16px;
  margin-right: 8px;
  margin-bottom: 0
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right {
  padding-top: 20px;
  border-top: 1px solid rgba(28,32,17,.05);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%
}

@media(min-width: 992px) {
  .wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right {
      flex-direction:column;
      flex-basis: 30%;
      padding-left: 24px;
      border-left: 1px solid rgba(28,32,17,.05);
      border-top: 0
  }
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right a {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  padding: 16px;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid #ec1f25;
  color: #ec1f25;
  text-decoration: none
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right a:hover,.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right a.wpte-pay-btn {
  background-color: #ec1f25;
  color: #fff
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right a:hover {
  opacity: .8
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form {
  max-width: 530px;
  margin-top: 32px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field {
  padding: 0;
  margin: 0 0 24px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .lrf-field-label {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 8px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .lrf-toggle-box,.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .lrf-tooltip {
  margin-left: 0
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .lrf-tooltip {
  opacity: .7
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field input,.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field select {
  margin: 0;
  width: 100%
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field.lrf-submit {
  border: none;
  margin: 32px 0 0
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field.lrf-submit .wpte-lrf-btn {
  height: auto;
  line-height: 1.5;
  font-weight: 600;
  padding: 16px 24px;
  text-transform: uppercase;
  background-color: #ec1f25;
  border-color: #ec1f25;
  color: #fff
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field.lrf-submit .wpte-lrf-btn:hover {
  opacity: .8
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder {
  padding: 0;
  border: none;
  position: relative
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .img {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #efefef;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27 opacity=%270.4%27%3E%3Cpath d=%27M12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2Z%27 fill=%27currentColor%27/%3E%3Cpath d=%27M10.4118 14C6.31836 14 3 17.134 3 21V22H21V21C21 17.134 17.6816 14 13.5882 14H10.4118Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom -15px center
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wpte-img-upload-icon {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  color: #494d41;
  min-height: unset;
  z-index: 11;
  border: 1px solid #e8e9e7;
  box-shadow: 0px 4px 4px rgba(28,32,17,.02),0px 4px 40px rgba(28,32,17,.04);
  cursor: pointer
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wpte-img-upload-icon svg {
  all: unset;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wpte-img-upload-icon .dz-preview {
  position: absolute;
  bottom: 8px;
  right: 10px;
  margin: 0
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wpte-img-upload-icon .dz-preview .dz-error-mark {
  pointer-events: auto
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wte-profile-btns {
  position: absolute;
  bottom: 45px;
  right: -10px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wte-profile-btns .wte-profile-img-delete {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  border: none;
  background-color: #fff;
  color: #db1414;
  cursor: pointer;
  font-size: 0;
  box-shadow: 4px 4px 4px rgba(28,32,17,.02),0px 4px 40px rgba(28,32,17,.04);
  padding: 0
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wte-profile-btns .wte-profile-img-delete::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2722%27 viewBox=%270 0 20 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5 3V4H1C0.447715 4 0 4.44772 0 5C0 5.55228 0.447715 6 1 6H2V19C2 19.7957 2.31607 20.5587 2.87868 21.1213C3.44129 21.6839 4.20435 22 5 22H15C15.7957 22 16.5587 21.6839 17.1213 21.1213C17.6839 20.5587 18 19.7957 18 19V6H19C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4H15V3C15 2.20435 14.6839 1.44129 14.1213 0.87868C13.5587 0.316071 12.7956 0 12 0H8C7.20435 0 6.44129 0.316071 5.87868 0.87868C5.31607 1.44129 5 2.20435 5 3ZM8 2C7.73478 2 7.48043 2.10536 7.29289 2.29289C7.10536 2.48043 7 2.73478 7 3V4H13V3C13 2.73478 12.8946 2.48043 12.7071 2.29289C12.5196 2.10536 12.2652 2 12 2H8ZM8 9C8.55229 9 9 9.44771 9 10V16C9 16.5523 8.55229 17 8 17C7.44771 17 7 16.5523 7 16V10C7 9.44771 7.44771 9 8 9ZM12 9C11.4477 9 11 9.44771 11 10V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V10C13 9.44771 12.5523 9 12 9Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2722%27 viewBox=%270 0 20 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5 3V4H1C0.447715 4 0 4.44772 0 5C0 5.55228 0.447715 6 1 6H2V19C2 19.7957 2.31607 20.5587 2.87868 21.1213C3.44129 21.6839 4.20435 22 5 22H15C15.7957 22 16.5587 21.6839 17.1213 21.1213C17.6839 20.5587 18 19.7957 18 19V6H19C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4H15V3C15 2.20435 14.6839 1.44129 14.1213 0.87868C13.5587 0.316071 12.7956 0 12 0H8C7.20435 0 6.44129 0.316071 5.87868 0.87868C5.31607 1.44129 5 2.20435 5 3ZM8 2C7.73478 2 7.48043 2.10536 7.29289 2.29289C7.10536 2.48043 7 2.73478 7 3V4H13V3C13 2.73478 12.8946 2.48043 12.7071 2.29289C12.5196 2.10536 12.2652 2 12 2H8ZM8 9C8.55229 9 9 9.44771 9 10V16C9 16.5523 8.55229 17 8 17C7.44771 17 7 16.5523 7 16V10C7 9.44771 7.44771 9 8 9ZM12 9C11.4477 9 11 9.44771 11 10V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V10C13 9.44771 12.5523 9 12 9Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  font-size: 12px
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder:hover .wte-profile-btns {
  visibility: visible;
  opacity: 1
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables {
  width: 100%;
  margin: 0 0 24px;
  border: 1px solid #f2f2f2
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td,.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th {
  padding: 16px;
  text-align: left
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td:not(:last-child),.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th:not(:last-child) {
  border-right: 1px solid #f2f2f2
}

@media(max-width: 767px) {
  .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td,.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th {
      display:block
  }

  .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td:not(:last-child),.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th:not(:last-child) {
      border-right: none;
      border-bottom: 1px solid #f2f2f2
  }

  .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td .lrf-td-title,.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th .lrf-td-title {
      display: inline-block
  }

  .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td .lrf-td-title:after,.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th .lrf-td-title:after {
      content: ":"
  }
}

.wpte-booking-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px
}

.wpte-booking-details-wrapper .review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin: 0 0 16px
}

.wpte-booking-details-wrapper .review .trip-review-stars {
  margin-right: 12px;
  padding: 0
}

.wpte-booking-details-wrapper .review .trip-review-stars .jq-ry-group {
  font-size: 20px
}

.wpte-booking-details-wrapper .review .trip-review-stars .jq-ry-group svg {
  width: 1em;
  height: 1em;
  margin: 0 3px
}

.wpte-booking-details-wrapper .review .reviw-txt-wrap {
  color: #ec1f25;
  text-decoration: underline
}

.wpte-booking-details-wrapper .wpte-trip-link {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 32px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff !important;
  background-color: #ec1f25;
  border-radius: 4px;
  border: 1px solid #ec1f25;
  text-decoration: none !important
}

.wpte-booking-details-wrapper .wpte-trip-link:hover {
  color: #ec1f25 !important;
  background: none
}

.wpte-booking-details-wrapper>div {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.wpte-booking-details-wrapper>div>div {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(28,32,17,.02),0px 4px 40px rgba(28,32,17,.04)
}

.wpte-booking-details-wrapper>div>div [class*=heading],.wpte-booking-details-wrapper>div>div h6 {
  margin: 0 0 24px;
  color: #1c2011;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%
}

.wpte-booking-details-wrapper>div>div [class*=heading] {
  padding: 0 0 24px;
  box-shadow: inset 0px -1px 0px #f2f2f2
}

.wpte-booking-details-wrapper>div>div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0
}

.wpte-booking-details-wrapper>div>div ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 16px
}

.wpte-booking-details-wrapper>div>div ul li>span:first-child {
  font-size: 16px;
  color: #777970;
  margin-right: 8px;
  flex-basis: 140px
}

.wpte-booking-details-wrapper>div>div ul li>span:not(:first-child) {
  font-size: 18px;
  color: #333629
}

.wpte-booking-details-wrapper .wpte-status {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 16px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 8px;
  text-align: center
}

.wpte-booking-details-wrapper .wpte-status.pending {
  color: #fec350;
  border-color: #fec350
}

.wpte-booking-details-wrapper .wpte-status.completed {
  color: #fff;
  border-color: #28b5a4;
  background-color: #28b5a4
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-booking-heading {
  font-size: 25px
}

.wpte-booking-details-wrapper .wpte-booking-details>*:not(.wpte-booking-heading):not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e8e9e7
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date {
  display: flex;
  margin: 8px 0 24px
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date>* {
  flex: 1;
  display: flex;
  flex-direction: column
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date>*:not(:last-child) {
  padding-right: 32px
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date>*:not(:first-child) {
  padding-left: 32px;
  border-left: 1px solid #e8e9e7
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date .wpte-info-title {
  font-size: 16px;
  color: #777970;
  margin: 0 0 8px
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date .wpte-info-value {
  font-size: 18px;
  font-weight: 500;
  color: #333629
}

.wpte-booking-details-wrapper .wpte-booking-details ul li {
  display: inline-block;
  margin-right: 24px
}

.wpte-booking-details-wrapper .wpte-booking-details ul li>span {
  width: unset
}

.wpte-booking-details-wrapper .wpte-booking-details ul li>span:not(:first-child) {
  font-weight: 600
}

.wpte-booking-details-wrapper .wpte-payment-details [class*=wpte-payment]:not(:last-child) {
  margin-bottom: 32px
}

.wpte-booking-details-wrapper .wpte-payment-details .wpte-payment-info ul li>span:not(:first-child) {
  font-size: 25px;
  font-weight: 500
}

.wpte-booking-details-wrapper .wpte-trip-info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px
}

.wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-heading {
  margin: 0 0 12px;
  padding: 0;
  box-shadow: none
}

.wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-image {
  width: 100%
}

.wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-image img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  width: 100%
}

@media(min-width: 768px) {
  .wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-image {
      width:37%
  }
}

.wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-description {
  width: 100%
}

@media(min-width: 768px) {
  .wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-description {
      flex:1
  }
}

.wpte-booking-details-wrapper .wpte-booking-detail-left-section {
  width: 100%
}

@media(min-width: 992px) {
  .wpte-booking-details-wrapper .wpte-booking-detail-left-section {
      flex:1
  }
}

.wpte-booking-details-wrapper .wte-booking-detail-right-section {
  width: 100%
}

@media(min-width: 992px) {
  .wpte-booking-details-wrapper .wte-booking-detail-right-section {
      width:40%
  }
}

.trip-pagination {
  margin: 3.25rem 0 0
}

.trip-pagination .page-numbers {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0);
  margin: 2px;
  transition: all .3s ease;
  min-width: 40px;
  height: 40px;
  text-align: center
}

.trip-pagination .page-numbers:hover,.trip-pagination .page-numbers.current,.trip-pagination .page-numbers:focus {
  background-color: rgba(20, 125, 254, 0.07)
}

.trip-pagination .page-numbers.current,.trip-pagination .page-numbers:focus {
  border: 1px solid #ec1f25
}

body.rtl button:disabled.btn-loading::before {
  margin-right: 0;
  margin-left: 10px
}

body.rtl .review-form-rating.jq-ry-container {
  direction: inherit
}

body.rtl .wpte-trip-review-stars .stars-group-wrapper svg:not(:last-child) {
  margin-right: 0;
  margin-left: 4px
}

body.rtl .wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger::before,body.rtl .wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger::before {
  margin-right: 0;
  margin-left: 8px
}

body.rtl .wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger {
  margin-right: 0;
  margin-left: 16px
}

body.rtl .wpte-gallery-wrapper .wpte-gallery-container {
  left: auto;
  right: 0
}

body.rtl .wpte-trip-review-stars .stars-group-wrapper {
  margin-right: 0;
  margin-left: 8px
}

body.rtl .wpte-trip-review-stars .stars-group-wrapper .stars-rated-group {
  left: auto;
  right: 0
}

body.rtl .advanced-search-wrapper .advanced-search-field ul li label {
  padding-right: 0;
  padding-left: 30px
}

body.rtl .advanced-search-wrapper .advanced-search-field ul li .count {
  right: auto;
  left: 5px
}

body.rtl .advanced-search-wrapper .advanced-search-field input+span {
  padding-left: 0;
  padding-right: 25px
}

body.rtl .advanced-search-wrapper .advanced-search-field input+span::before,body.rtl .advanced-search-wrapper .advanced-search-field input+span::after {
  left: auto;
  right: 0
}

body.rtl .advanced-search-wrapper .advanced-search-field.search-trip-type h3:after,body.rtl .advanced-search-wrapper .advanced-search-field.trip-dates h3:after {
  right: auto;
  left: 10px
}

body.rtl .advanced-search-wrapper .advanced-search-field .wte-terms-more button::after {
  margin-left: 0;
  margin-right: 10px
}

@media(min-width: 1025px) {
  body.rtl .wp-travel-engine-archive-outer-wrap .advanced-search-wrapper+.wp-travel-engine-archive-repeater-wrap {
      padding-left:0;
      padding-right: 30px
  }
}

body.rtl .wp-travel-toolbar .wte-filterby-dropdown {
  padding-right: 0;
  padding-left: 16px
}

body.rtl .wp-travel-toolbar .wte-filterby-dropdown::before {
  right: auto;
  left: 0
}

body.rtl .wp-travel-toolbar .wte-view-modes {
  padding-left: 0;
  padding-right: 16px
}

body.rtl .wp-travel-toolbar .wte-ordering .wpte-trip__adv-field {
  margin-left: 0;
  margin-right: 8px
}

body.rtl .wp-travel-toolbar .wte-ordering .wpte-trip__adv-field::after {
  right: auto;
  left: 0
}

body.rtl .wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options {
  right: auto;
  left: 0;
  text-align: left
}

body.rtl .wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__input {
  padding-right: 0;
  padding-left: 23px
}

body.rtl .wp-travel-toolbar .wte-filter-foundposts {
  margin-left: auto;
  margin-right: 0
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] i {
  margin-right: 0;
  margin-left: 8px
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
  padding-left: 0;
  padding-right: 24px;
  border-left: 0;
  border-right: 1px solid rgba(0,20,39,.15)
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
  padding-right: 0 !important;
  padding-left: 24px
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .price-holder>span+span {
  margin-left: 0;
  margin-right: 8px
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::before {
  margin-right: 0;
  margin-left: 6px
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months li {
  margin-right: 0;
  margin-left: 8px
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
  padding-right: 0;
  padding-left: 24px
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap .wishlist-toggle {
  right: auto;
  left: 0
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span.category-trip-start-date {
  padding-left: 0;
  padding-right: 18px
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span.category-trip-start-date::before {
  left: auto;
  right: 0
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig .toggle-map {
  right: auto;
  left: 8px
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap>i {
  margin-right: 0;
  margin-left: 8px
}

@media(min-width: 768px) {
  body.rtl .category-list .category-trips-single-inner-wrap .category-trip-content-wrap {
      padding-left:0;
      padding-right: 24px
  }
}

body.rtl .category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months li {
  margin-right: 0;
  margin-left: 15px
}

body.rtl .category-list .wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig a {
  border-radius: 0 4px 0 0
}

@media(min-width: 1200px) {
  body.rtl div:not(.wpte-gblock-wrapper)>.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
      padding-left:0 !important;
      padding-right: 48px
  }

  body.rtl div:not(.wpte-gblock-wrapper)>.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
      padding-right: 0;
      padding-left: 48px
  }
}

body.rtl .wpte-trip-category .wpte-trip-category-title a {
  margin-right: 0;
  margin-left: 8px
}

body.rtl .wpte-booking-area .wpte-bf-discount-tag {
  margin: 0 25px 0 0
}

body.rtl .wpte-booking-area .wpte-bf-gd-text {
  right: auto;
  left: 0;
  border-radius: 5px 0 0 0
}

body.rtl .wpte-booking-area .wpte-bf-price .wpte-bf-price-from {
  margin-right: 0;
  margin-left: 5px
}

body.rtl .wpte-booking-area .wpte-bf-price del {
  padding-right: 0;
  padding-left: 10px
}

body.rtl .wpte-booking-area .wpte-custom-tooltip {
  margin-left: 0;
  margin-right: 5px
}

body.rtl .wpte-booking-area .wpte-bf-content ol li,body.rtl .wpte-booking-area .wpte-bf-content ul li {
  padding-left: 0 !important;
  padding-right: 22px
}

body.rtl .wpte-booking-area .wpte-bf-content ol li::before,body.rtl .wpte-booking-area .wpte-bf-content ul li::before {
  left: auto;
  right: 0px
}

body.rtl .expand-all-button label {
  margin-right: 0;
  margin-left: 8px
}

body.rtl.single-trip .entry-header {
  padding-right: 0;
  padding-left: 100px
}

body.rtl.single-trip .entry-header .wte-title-duration {
  left: 0;
  right: auto
}

body.rtl .trip-facts-value li svg {
  margin-right: 0;
  margin-left: 6px
}

body.rtl .wte-trip-facts .trip-facts-taxonomy .value a {
  margin-right: 0;
  margin-left: 10px
}

body.rtl.wptravelengine_css_v2 .wpte-trip-highlights {
  padding-right: 0;
  margin-right: 0
}

body.rtl.wptravelengine_css_v2 .wpte-trip-highlights li {
  padding-left: 0;
  padding-right: 34px
}

body.rtl.wptravelengine_css_v2 .wpte-trip-highlights li::before {
  left: auto;
  right: 5px
}

body.rtl.wptravelengine_css_v2 .itinerary .title {
  margin-right: 0 !important;
  margin-left: 6px !important
}

body.rtl.wptravelengine_css_v2 .itinerary-row {
  margin: 0 45px 24px 0
}

body.rtl.wptravelengine_css_v2 .itinerary-row::before,body.rtl.wptravelengine_css_v2 .itinerary-row .title::before {
  left: auto;
  right: -30px
}

body.rtl.wptravelengine_css_v2 .itinerary-row .title::before {
  transform: translate(50%, -50%)
}

body.rtl.wptravelengine_css_v2 .itinerary-row .accordion-tabs-toggle {
  padding: 0 0 0 32px !important
}

body.rtl.wptravelengine_css_v2 .itinerary-row .accordion-tabs-toggle .rotator {
  right: auto;
  left: 0
}

body.rtl.wptravelengine_css_v2 .itinerary-row .accordion-tabs-toggle .itinerary-title span {
  padding-right: 0;
  padding-left: 15px
}

body.rtl.wptravelengine_css_v2 #nestable1 .dd-list table {
  text-align: unset
}

body.rtl.wptravelengine_css_v2 #nestable1 .dd-list table td,body.rtl.wptravelengine_css_v2 #nestable1 .dd-list table th {
  text-align: unset
}

body.rtl.wptravelengine_css_v2 #nestable1 .dd-list table tr .svg-inline--fa,body.rtl.wptravelengine_css_v2 #nestable1 .dd-list table tr .fa {
  margin-right: 0;
  margin-left: 5px
}

@media(max-width: 767px) {
  body.rtl.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
      padding:24px 16px 24px 32px
  }

  body.rtl.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab .tab-icon {
      margin-right: 0;
      margin-left: 8px
  }

  body.rtl.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab::after {
      right: auto !important;
      left: 10px
  }
}

body.rtl .itinerary-detail-additional-info>div[class*=itinerary-] {
  padding: 0
}

body.rtl .itinerary-detail-additional-info>div[class*=itinerary-] svg {
  margin-right: 0;
  margin-left: 7px
}

body.rtl .itinerary-detail-additional-info>.itinerary-sleep-mode .label span {
  margin-left: 0;
  margin-right: 4px
}

body.rtl .itinerary-detail-additional-info>.itinerary-sleep-mode .label span svg {
  margin: 0
}

body.rtl .itenary-detail-gallery a {
  margin-right: 0;
  margin-left: 10px
}

body.rtl .content-additional-sleep-mode .advanced-sleep-mode-content {
  padding: 20px 60px 20px 5px
}

body.rtl #include-result li,body.rtl #exclude-result li {
  padding-left: 0;
  padding-right: 32px
}

body.rtl #include-result li::before,body.rtl #exclude-result li::before {
  left: auto;
  right: 0
}

body.rtl .faq-row .accordion-tabs-toggle {
  padding-right: 0;
  padding-left: 24px
}

body.rtl .faq-row .accordion-tabs-toggle .rotator {
  left: 0;
  right: auto
}

body.rtl .post-data .review-wrap {
  text-align: unset
}

body.rtl .post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap {
  padding-right: 0;
  padding-left: 50px
}

body.rtl .post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .review-emoji-icon {
  margin-right: 0;
  margin-left: 12px
}

body.rtl .post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar-inner::after {
  right: auto;
  left: 0
}

body.rtl .post-data .review-wrap ol.comment-list .comment-title {
  padding: 0 0 0 150px
}

body.rtl .post-data .review-wrap ol.comment-list .comment-author {
  float: right;
  margin: 0 0 0 16px
}

body.rtl .post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .comment-meta {
  right: auto;
  left: 0
}

@media(min-width: 768px) {
  body.rtl .post-data .review-wrap .overall-rating-wrap {
      padding-left:75px;
      padding-right: 40px;
      border-left: none;
      border-right: 1px solid rgba(0,0,0,.1)
  }

  body.rtl .post-data .review-wrap .average-rating {
      padding: 0 75px 0 48px
  }
}

body.rtl #respond .comment-form-wte-trip-review-rating>label {
  margin: 0 0 0 24px
}

body.rtl .widget_wte_featured_trips_widget .category-trip-detail-wrap {
  padding-left: 0;
  padding-right: 18px
}

body.rtl .widget_wte_featured_trips_widget .category-trip-desti .category-trip-loc {
  margin-right: 0;
  margin-left: 15px
}

@media(min-width: 768px) {
  body.rtl .wte_enquiry_contact_form .row-repeater.contact,body.rtl .wte_enquiry_contact_form .row-repeater.children {
      padding-left:0;
      padding-right: 16px
  }

  body.rtl .wte_enquiry_contact_form .row-repeater.country-holder,body.rtl .wte_enquiry_contact_form .row-repeater.adult {
      padding-right: 0;
      padding-left: 16px
  }
}

body.rtl .wpte-bf-outer select {
  background-position: 15px 50%
}

body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
  margin-left: 0;
  margin-right: 80px;
  padding-right: 40px;
  padding-left: 20px
}

body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
  right: auto;
  left: calc(100% + 20px)
}

@media(max-width: 1024px) {
  body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
      margin-right:30px;
      padding-left: 5px;
      top: 50%;
      padding-right: 0;
      align-items: center
  }

  body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
      transform: translateY(-50%);
      left: calc(100% + 7px)
  }

  body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step .wpte-bf-step-inner {
      transform: unset
  }
}

@media(min-width: 1025px)and (max-width: 1399px) {
  body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
      padding-left:5px
  }
}

@media(min-width: 1025px) {
  body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
      left:auto;
      right: 0
  }
}

body.rtl .wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap label {
  padding-left: 0;
  padding-right: 30px
}

body.rtl .wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap label::before {
  left: auto;
  right: 0
}

body.rtl .wpte-bf-checkout .wpte-bf-summary-wrap table tr:not(.wte-booked-package-name) td:last-child {
  text-align: left
}

body.rtl .wpte-bf-checkout .wpte-bf-summary-wrap .wte-booked-package-name .label {
  float: none
}

body.rtl .wpte-bf-checkout .wpte-bf-summary-wrap .wte-booked-package-name .value {
  float: left
}

@media(min-width: 1025px) {
  body.rtl.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-checkout-form {
      padding-right:0;
      padding-left: 30px
  }
}

body.rtl .wte-coupon-whole-wrap {
  padding: 30px 30px 30px 100px
}

body.rtl .wte-coupon-whole-wrap .coupon-close-button {
  right: auto;
  left: 14px
}

body.rtl .wte-coupon-whole-wrap .coupon-close-button::after {
  right: auto;
  left: 0
}

body.rtl .wte-coupon-whole-wrap .coupon .input-text {
  border-radius: 0 5px 5px 0
}

body.rtl .wte-coupon-whole-wrap .coupon .wp-travel-engine-coupons-apply-btn {
  border-radius: 5px 0 0 5px
}

body.rtl .category-list .category-trips-single-inner-wrap .next-trip-info .fsd-title,body.rtl .category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info .fsd-title {
  text-align: right
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .next-trip-info {
  padding-right: 0;
  padding-left: 50px
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left {
  padding-right: 0;
  padding-left: 10px
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .right {
  padding-left: 0;
  padding-right: 10px
}

@media(min-width: 1200px) {
  body.rtl .wte-process-layout {
      direction:rtl
  }

  body.rtl .wte-process-layout .wte-popup-sidebar {
      border-left: none;
      border-right: 1px solid rgba(0,0,0,.05)
  }

  body.rtl .wte-process-layout .wte-popup-sidebar .wte-booking-summary {
      padding-right: 0;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 0
  }
}

body.rtl .wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item .arrow {
  transform: translateY(-50%) rotate(180deg)
}

body.rtl .wte-process-layout .wte-process-nav .wte-process-nav-list::before {
  left: auto;
  right: 0
}

body.rtl .wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li label {
  padding-left: 16px;
  padding-right: 0
}

body.rtl .wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount {
  text-align: left
}

body.rtl .wte-process-layout .wte-process-tab-controller .wte-process-btn-prev {
  justify-content: center
}

body.rtl .wte-process-layout .wte-process-tab-controller .wte-process-btn-prev svg {
  margin-right: 8px;
  margin-left: 0;
  transform: rotate(180deg)
}

@media(min-width: 768px) {
  body.rtl .wte-process-layout .wte-process-tab-controller .wte-process-btn-prev {
      left:auto;
      right: 0
  }

  body.rtl .wte-process-layout .wte-process-tab-controller .wte-process-btn-prev svg {
      margin-right: 0;
      margin-left: 8px
  }
}

body.rtl .fancybox-container.wte-fb-popup [class*=fancybox-close] {
  right: auto;
  left: 13px
}

body.rtl .fancybox-content {
  text-align: right
}

@media(min-width: 768px) {
  body.rtl .wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person {
      margin-right:0;
      margin-left: 10px
  }
}

body.rtl #wte-cc-currency-list-container {
  right: auto;
  left: 0
}

body.rtl #wte-cc-currency-list-container .wte-cc-currency-list-display {
  padding-right: 15px;
  padding-left: 35px
}

body.rtl #wte-cc-currency-list-container .wte-cc-currency-list-display::after {
  right: auto;
  left: 16px
}

body.rtl #wte-cc-currency-list-container .wte-cc-currency-list-display .list {
  right: auto;
  left: 0
}

body.rtl .wpte-gallery-wrapper {
  overflow: hidden;
  border-radius: 4px 4px 0 0
}

body.rtl .wpte-gallery-wrapper .single-trip-main-carousel {
  margin-right: 1px
}

body.rtl .wp-travel-engine-relation-details select,body.rtl .wp-travel-engine-personal-details select {
  background-position: 10px center
}

.wpte-gallery-wrapper .splide {
  border-radius: 4px 4px 0 0;
  overflow: hidden
}

.wpte-gallery-wrapper .splide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.wpte-gallery-wrapper .splide__list {
  height: auto
}

.wpte-gallery-wrapper .splide__arrow {
  font-size: 16px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(33,131,223,.18),0px 0px 2px rgba(33,131,223,.12),0px 0px 1px rgba(0,0,0,.04);
  color: #ec1f25;
  opacity: 1;
  border-radius: var(--nav-roundness, 50%)
}

.wpte-gallery-wrapper .splide__arrow svg {
  fill: currentColor;
  width: 1em;
  height: 1em
}

.wpte-gallery-wrapper .splide__arrow.splide__arrow--prev {
  left: var(--nav-offset, 16px)
}

.wpte-gallery-wrapper .splide__arrow.splide__arrow--next {
  right: var(--nav-offset, 16px)
}

.wpte-gallery-wrapper .splide__pagination .splide__pagination__page {
  width: var(--dots-size, 8px);
  height: var(--dots-size, 8px);
  background-color: hsla(0,0%,100%,.5);
  margin: 0 var(--dots-spacing, 2px);
  opacity: 1
}

.wpte-gallery-wrapper .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #fff
}

.wpte-gallery-wrapper .splide.single-trip-main-carousel img {
  height: 432px
}

@media(max-width: 767px) {
  .wpte-gallery-wrapper .splide.single-trip-main-carousel img {
      height:300px
  }
}

.category-trips-single-inner-wrap .splide {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  right: 0
}

.category-trips-single-inner-wrap .splide .splide__track,.category-trips-single-inner-wrap .splide .splide__list {
  height: 100%;
  width: 100%
}

.category-trips-single-inner-wrap .splide__arrow {
  height: 100%;
  padding: 0 8px;
  color: #fff;
  border-radius: 0;
  background-color: rgba(0,0,0,0);
  font-size: 24px;
  width: 80px;
  box-shadow: none
}

@media(min-width: 768px) {
  .category-trips-single-inner-wrap .splide__arrow {
      opacity:0;
      visibility: hidden;
      transition: all .3s ease
  }
}

.category-trips-single-inner-wrap .splide__arrow.splide__arrow--prev {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  justify-content: flex-start
}

.category-trips-single-inner-wrap .splide__arrow.splide__arrow--next {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
  justify-content: flex-end
}

.category-trips-single-inner-wrap .splide__pagination {
  padding: 18px 0 8px;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

@media(min-width: 768px) {
  .category-trips-single-inner-wrap .category-trip-fig:hover .splide__arrow {
      opacity:1;
      visibility: visible
  }
}

.wp-block-wptravelenginetripblocks-trip-gallery .splide___arrows,.wp-block-wptravelenginetripblocks-trip-gallery .splide__pagination {
  display: none
}

.wp-block-wptravelenginetripblocks-trip-gallery .splide-nav-enabled .splide__arrows {
  display: block
}

.wp-block-wptravelenginetripblocks-trip-gallery .splide-dots-enabled .splide__pagination {
  display: flex
}

.tippy-popper p {
  margin-top: 0;
  margin-bottom: 1em
}

.tippy-popper p:last-child {
  margin-bottom: 0
}

.tippy-popper .tippy-tooltip {
  font-size: 14px
}

.tippy-popper .tippy-tooltip .tippy-content {
  padding: 12px !important;
  background: none !important;
  border-radius: 5px
}

.tippy-popper .tippy-arrow {
  width: auto;
  height: auto
}

.tippy-popper[x-placement=top] .tippy-arrow {
  transform: translateY(1px)
}

.tippy-popper[x-placement=bottom] .tippy-arrow {
  transform: translateY(-1px)
}

.tippy-box[data-theme=light],.tippy-box .light-theme,.tippy-popper[data-theme=light],.tippy-popper .light-theme {
  color: #333;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.1607843137);
  border-radius: 8px
}

.tippy-box[x-placement=top] .light-theme .tippy-arrow,.tippy-box[x-placement=top][data-theme=light] .tippy-arrow,.tippy-box[data-placement=top] .light-theme .tippy-arrow,.tippy-box[data-placement=top][data-theme=light] .tippy-arrow,.tippy-popper[x-placement=top] .light-theme .tippy-arrow,.tippy-popper[x-placement=top][data-theme=light] .tippy-arrow,.tippy-popper[data-placement=top] .light-theme .tippy-arrow,.tippy-popper[data-placement=top][data-theme=light] .tippy-arrow {
  border-top-color: #fff
}

.tippy-box[x-placement=top] .light-theme .tippy-arrow::before,.tippy-box[x-placement=top][data-theme=light] .tippy-arrow::before,.tippy-box[data-placement=top] .light-theme .tippy-arrow::before,.tippy-box[data-placement=top][data-theme=light] .tippy-arrow::before,.tippy-popper[x-placement=top] .light-theme .tippy-arrow::before,.tippy-popper[x-placement=top][data-theme=light] .tippy-arrow::before,.tippy-popper[data-placement=top] .light-theme .tippy-arrow::before,.tippy-popper[data-placement=top][data-theme=light] .tippy-arrow::before {
  border-top-color: #fff
}

.tippy-box[x-placement=bottom] .light-theme .tippy-arrow,.tippy-box[x-placement=bottom][data-theme=light] .tippy-arrow,.tippy-box[data-placement=bottom] .light-theme .tippy-arrow,.tippy-box[data-placement=bottom][data-theme=light] .tippy-arrow,.tippy-popper[x-placement=bottom] .light-theme .tippy-arrow,.tippy-popper[x-placement=bottom][data-theme=light] .tippy-arrow,.tippy-popper[data-placement=bottom] .light-theme .tippy-arrow,.tippy-popper[data-placement=bottom][data-theme=light] .tippy-arrow {
  border-bottom-color: #fff
}

.tippy-box[x-placement=bottom] .light-theme .tippy-arrow::before,.tippy-box[x-placement=bottom][data-theme=light] .tippy-arrow::before,.tippy-box[data-placement=bottom] .light-theme .tippy-arrow::before,.tippy-box[data-placement=bottom][data-theme=light] .tippy-arrow::before,.tippy-popper[x-placement=bottom] .light-theme .tippy-arrow::before,.tippy-popper[x-placement=bottom][data-theme=light] .tippy-arrow::before,.tippy-popper[data-placement=bottom] .light-theme .tippy-arrow::before,.tippy-popper[data-placement=bottom][data-theme=light] .tippy-arrow::before {
  border-bottom-color: #fff
}

.wrapper--style,.wptravelengine_css_v2 #tabs-container,.wte_enquiry_contact_form,.wte-trip-facts {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 1px rgba(0,0,0,.04);
  border-radius: 4px;
  padding: 40px 32px
}

.wpte-trip-feat-img-gallery .owl-nav button {
  width: 32px;
  height: 32px;
  background-color: #fff !important;
  box-shadow: 0px 4px 8px rgba(33,131,223,.18),0px 0px 2px rgba(33,131,223,.12),0px 0px 1px rgba(0,0,0,.04);
  font-size: 16px !important
}

.wpte-trip-feat-img-gallery .owl-nav button span {
  display: none
}

.wpte-trip-feat-img-gallery .owl-nav button::before,.wpte-trip-feat-img-gallery .owl-nav button::after {
  background-color: #ec1f25;
  background-image: none;
  width: 1em;
  height: 1em
}

.wpte-trip-feat-img-gallery .owl-nav button::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.7998 13.5996L1.7998 7.59961L7.7998 1.59961%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.7998 13.5996L1.7998 7.59961L7.7998 1.59961%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: center;
  mask-position: center
}

.wpte-trip-feat-img-gallery .owl-nav button::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.20019 1.40039L7.20019 7.40039L1.2002 13.4004%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.20019 1.40039L7.20019 7.40039L1.2002 13.4004%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: center;
  mask-position: center
}

.wpte-trip-feat-img-gallery .owl-nav button.owl-prev {
  left: 16px
}

.wpte-trip-feat-img-gallery .owl-nav button.owl-next {
  right: 16px
}

.trip-post-content>p:first-child {
  margin-top: 32px
}

.expand-all-button {
  display: inline-flex;
  align-items: center
}

.expand-all-button label {
  font-size: 14px;
  margin-right: 8px
}

.expand-all-button input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 54px;
  height: 24px;
  border-radius: 12px;
  background-color: rgba(4,15,26,.15);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all .3s ease;
  cursor: pointer
}

.expand-all-button input[type=checkbox]::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  transition: all .3s ease;
  z-index: 1
}

.expand-all-button input[type=checkbox]::after {
  content: "OFF";
  color: rgba(0,0,0,.32);
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 500;
  transition: all .3s ease
}

.expand-all-button input[type=checkbox]:checked {
  background-color: #ec1f25
}

.expand-all-button input[type=checkbox]:checked::before {
  left: 31px
}

.expand-all-button input[type=checkbox]:checked::after {
  content: "ON";
  color: #fff;
  left: 8px
}

.single-trip .entry-header {
  padding-right: 100px;
  padding-bottom: 24px;
  position: relative
}

.single-trip .entry-header .entry-title {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 500
}

.single-trip .entry-header .wte-title-duration {
  width: 70px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 2px rgba(0,0,0,.06),0px 0px 1px rgba(0,0,0,.04);
  position: absolute;
  top: 0;
  right: 0
}

.single-trip .entry-header .wte-title-duration .duration {
  font-size: 32px;
  font-weight: 500;
  line-height: auto;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ec1f25;
  color: #fff
}

.single-trip .entry-header .wte-title-duration .days {
  height: 30px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center
}

.wpte-gallery-wrapper {
  position: relative
}

.wpte-gallery-wrapper .wpte-gallery-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  padding: 22px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.wpte-gallery-wrapper .wp-travel-engine-vid-gal-popup {
  margin: 0
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger,.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 16px;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  color: rgba(6,22,38,.8);
  font-weight: 500;
  transition: all .3s ease;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 2px rgba(0,0,0,.06),0px 0px 1px rgba(0,0,0,.04)
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger::before,.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 8px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.1475 5.3625C16.0335 5.29667 15.9042 5.26202 15.7725 5.26202C15.6408 5.26202 15.5115 5.29667 15.3975 5.3625L12.75 6.6675C12.7286 6.08518 12.4822 5.53385 12.0625 5.12958C11.6429 4.7253 11.0827 4.49961 10.5 4.5H3.75C3.15326 4.5 2.58097 4.73705 2.15901 5.15901C1.73705 5.58097 1.5 6.15326 1.5 6.75V11.25C1.5 11.8467 1.73705 12.419 2.15901 12.841C2.58097 13.2629 3.15326 13.5 3.75 13.5H10.5C11.0827 13.5004 11.6429 13.2747 12.0625 12.8704C12.4822 12.4661 12.7286 11.9148 12.75 11.3325L15.42 12.6675C15.5222 12.7199 15.6351 12.7481 15.75 12.75C15.8904 12.7505 16.0281 12.7115 16.1475 12.6375C16.2556 12.5699 16.3447 12.476 16.4063 12.3644C16.468 12.2529 16.5003 12.1275 16.5 12V6C16.5003 5.87254 16.468 5.74712 16.4063 5.63558C16.3447 5.52404 16.2556 5.43005 16.1475 5.3625ZM11.25 11.25C11.25 11.4489 11.171 11.6397 11.0303 11.7803C10.8897 11.921 10.6989 12 10.5 12H3.75C3.55109 12 3.36032 11.921 3.21967 11.7803C3.07902 11.6397 3 11.4489 3 11.25V6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H10.5C10.6989 6 10.8897 6.07902 11.0303 6.21967C11.171 6.36032 11.25 6.55109 11.25 6.75V11.25ZM15 10.785L12.75 9.66V8.34L15 7.215V10.785Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.1475 5.3625C16.0335 5.29667 15.9042 5.26202 15.7725 5.26202C15.6408 5.26202 15.5115 5.29667 15.3975 5.3625L12.75 6.6675C12.7286 6.08518 12.4822 5.53385 12.0625 5.12958C11.6429 4.7253 11.0827 4.49961 10.5 4.5H3.75C3.15326 4.5 2.58097 4.73705 2.15901 5.15901C1.73705 5.58097 1.5 6.15326 1.5 6.75V11.25C1.5 11.8467 1.73705 12.419 2.15901 12.841C2.58097 13.2629 3.15326 13.5 3.75 13.5H10.5C11.0827 13.5004 11.6429 13.2747 12.0625 12.8704C12.4822 12.4661 12.7286 11.9148 12.75 11.3325L15.42 12.6675C15.5222 12.7199 15.6351 12.7481 15.75 12.75C15.8904 12.7505 16.0281 12.7115 16.1475 12.6375C16.2556 12.5699 16.3447 12.476 16.4063 12.3644C16.468 12.2529 16.5003 12.1275 16.5 12V6C16.5003 5.87254 16.468 5.74712 16.4063 5.63558C16.3447 5.52404 16.2556 5.43005 16.1475 5.3625ZM11.25 11.25C11.25 11.4489 11.171 11.6397 11.0303 11.7803C10.8897 11.921 10.6989 12 10.5 12H3.75C3.55109 12 3.36032 11.921 3.21967 11.7803C3.07902 11.6397 3 11.4489 3 11.25V6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H10.5C10.6989 6 10.8897 6.07902 11.0303 6.21967C11.171 6.36032 11.25 6.55109 11.25 6.75V11.25ZM15 10.785L12.75 9.66V8.34L15 7.215V10.785Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger:hover,.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger:hover {
  background-color: #ec1f25;
  color: #fff
}

.wpte-gallery-wrapper .wp-travel-engine-image-gal-popup {
  margin-right: 16px
}

.wpte-gallery-wrapper .wp-travel-engine-image-gal-popup .wte-trip-image-gal-popup-trigger::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.25 0H2.75C2.15326 0 1.58097 0.237053 1.15901 0.65901C0.737053 1.08097 0.5 1.65326 0.5 2.25V9.75C0.5 10.3467 0.737053 10.919 1.15901 11.341C1.58097 11.7629 2.15326 12 2.75 12H13.25C13.8467 12 14.419 11.7629 14.841 11.341C15.2629 10.919 15.5 10.3467 15.5 9.75V2.25C15.5 1.65326 15.2629 1.08097 14.841 0.65901C14.419 0.237053 13.8467 0 13.25 0ZM2.75 10.5C2.55109 10.5 2.36032 10.421 2.21967 10.2803C2.07902 10.1397 2 9.94891 2 9.75V7.935L4.475 5.4675C4.6152 5.33008 4.80369 5.25311 5 5.25311C5.19631 5.25311 5.3848 5.33008 5.525 5.4675L10.5575 10.5H2.75ZM14 9.75C14 9.94891 13.921 10.1397 13.7803 10.2803C13.6397 10.421 13.4489 10.5 13.25 10.5H12.6725L9.815 7.6275L10.475 6.9675C10.6152 6.83008 10.8037 6.75311 11 6.75311C11.1963 6.75311 11.3848 6.83008 11.525 6.9675L14 9.435V9.75ZM14 7.32L12.59 5.9175C12.1625 5.50682 11.5928 5.27747 11 5.27747C10.4072 5.27747 9.83746 5.50682 9.41 5.9175L8.75 6.5775L6.59 4.4175C6.16254 4.00682 5.59277 3.77747 5 3.77747C4.40723 3.77747 3.83746 4.00682 3.41 4.4175L2 5.82V2.25C2 2.05109 2.07902 1.86032 2.21967 1.71967C2.36032 1.57902 2.55109 1.5 2.75 1.5H13.25C13.4489 1.5 13.6397 1.57902 13.7803 1.71967C13.921 1.86032 14 2.05109 14 2.25V7.32Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.25 0H2.75C2.15326 0 1.58097 0.237053 1.15901 0.65901C0.737053 1.08097 0.5 1.65326 0.5 2.25V9.75C0.5 10.3467 0.737053 10.919 1.15901 11.341C1.58097 11.7629 2.15326 12 2.75 12H13.25C13.8467 12 14.419 11.7629 14.841 11.341C15.2629 10.919 15.5 10.3467 15.5 9.75V2.25C15.5 1.65326 15.2629 1.08097 14.841 0.65901C14.419 0.237053 13.8467 0 13.25 0ZM2.75 10.5C2.55109 10.5 2.36032 10.421 2.21967 10.2803C2.07902 10.1397 2 9.94891 2 9.75V7.935L4.475 5.4675C4.6152 5.33008 4.80369 5.25311 5 5.25311C5.19631 5.25311 5.3848 5.33008 5.525 5.4675L10.5575 10.5H2.75ZM14 9.75C14 9.94891 13.921 10.1397 13.7803 10.2803C13.6397 10.421 13.4489 10.5 13.25 10.5H12.6725L9.815 7.6275L10.475 6.9675C10.6152 6.83008 10.8037 6.75311 11 6.75311C11.1963 6.75311 11.3848 6.83008 11.525 6.9675L14 9.435V9.75ZM14 7.32L12.59 5.9175C12.1625 5.50682 11.5928 5.27747 11 5.27747C10.4072 5.27747 9.83746 5.50682 9.41 5.9175L8.75 6.5775L6.59 4.4175C6.16254 4.00682 5.59277 3.77747 5 3.77747C4.40723 3.77747 3.83746 4.00682 3.41 4.4175L2 5.82V2.25C2 2.05109 2.07902 1.86032 2.21967 1.71967C2.36032 1.57902 2.55109 1.5 2.75 1.5H13.25C13.4489 1.5 13.6397 1.57902 13.7803 1.71967C13.921 1.86032 14 2.05109 14 2.25V7.32Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center
}

.wpte-gallery-wrapper+.entry-content {
  margin-top: 0
}

.wpte-trip-feat-img-gallery .owl-stage-outer {
  border-radius: 4px 4px 0 0
}

.wte-trip-facts .widget-title {
  margin-top: 0
}

.wte-trip-facts .trip-facts-taxonomy .value a {
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  color: inherit;
  display: inline-block
}

.wte-trip-facts .trip-facts-taxonomy .value a:hover {
  text-decoration: underline;
  color: #ec1f25
}

.wte-trip-facts .trip-facts-taxonomy .value a:after {
  content: ","
}

.wte-trip-facts .trip-facts-taxonomy .value a:last-child {
  margin-right: 0
}

.wte-trip-facts .trip-facts-taxonomy .value a:last-child:after {
  content: none
}

.trip-facts-value {
  margin: -16px
}

.trip-facts-value li {
  padding: 0;
  margin: 16px;
  flex-wrap: wrap;
  align-self: flex-start
}

.trip-facts-value li svg {
  width: 1em;
  height: 1em;
  font-size: inherit;
  margin-right: 6px
}

.trip-facts-value li label {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(6,22,38,.4);
  font-weight: normal
}

.trip-facts-value li [class*=trip-facts-] {
  line-height: 1.5;
  width: 100%;
  flex: auto;
  margin-top: 6px
}

.trip-facts-value li [class*=trip-facts-] .value {
  font-size: 15px
}

.trip-facts-value .icon-holder {
  font-size: 15px;
  color: #ec1f25;
  display: flex;
  align-items: center;
  height: 1.5em
}

#tabs-container .nav-tab-wrapper .tab-inner-wrapper {
  width: auto !important
}

.nav-tab-wrapper .wte-tab-title {
  margin: 0 0 -1px;
  font-size: inherit;
  font-weight: normal
}

.nav-tab-wrapper .tab-icon {
  display: flex;
  margin: 0 0 8px
}

.nav-tab-wrapper .tab-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: top
}

.nav-tab-wrapper a {
  text-decoration: none;
  color: inherit
}

.nav-tab-wrapper .tab-inner-wrapper {
  display: flex
}

@media(max-width: 767px) {
  .nav-tab-wrapper .tab-inner-wrapper {
      flex-direction:column
  }
}

.nav-tab-wrapper .tab-anchor-wrapper {
  font-size: 15px;
  margin: 0 6px 6px 0
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 16px 15px;
  text-decoration: none
}

@media(max-width: 767px) {
  .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
      flex-direction:row;
      border-color: rgba(4,15,26,.1);
      padding: 24px 16px
  }

  .nav-tab-wrapper .tab-anchor-wrapper .nav-tab .tab-icon {
      margin-right: 8px
  }

  .nav-tab-wrapper .tab-anchor-wrapper .nav-tab::after {
      top: 50% !important;
      transform: translateY(-50%)
  }

  .nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active::after {
      transform: translateY(-50%) rotate(180deg) !important
  }
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab:hover {
  color: #ec1f25
}

.nav-tab-wrapper .tab-anchor-wrapper .nb-configurations {
  padding: 32px 24px
}

.single-trip #tabs-container .tab-content {
  margin-top: -7px
}

.single-trip #tabs-container .tab-inner-wrapper .tab-anchor-wrapper.nav-tab-active {
  border-bottom-color: #fff
}

.faq .wp-travel-engine-faq-tab-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 56px
}

.faq .wp-travel-engine-faq-tab-header .wpte-faqs-title {
  margin: 0 !important
}

.cost .content h3 {
  font-size: 20px
}

.cost .content #include-result li::before {
  background: #43a32d;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM16.7372 9.67572C17.1104 9.2686 17.0828 8.63604 16.6757 8.26284C16.2686 7.88965 15.636 7.91715 15.2629 8.32427L10.5 13.5201L8.73716 11.597C8.36397 11.1899 7.7314 11.1624 7.32428 11.5356C6.91716 11.9088 6.88966 12.5413 7.26285 12.9485L9.76285 15.6757C9.95226 15.8824 10.2197 16 10.5 16C10.7803 16 11.0478 15.8824 11.2372 15.6757L16.7372 9.67572Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM16.7372 9.67572C17.1104 9.2686 17.0828 8.63604 16.6757 8.26284C16.2686 7.88965 15.636 7.91715 15.2629 8.32427L10.5 13.5201L8.73716 11.597C8.36397 11.1899 7.7314 11.1624 7.32428 11.5356C6.91716 11.9088 6.88966 12.5413 7.26285 12.9485L9.76285 15.6757C9.95226 15.8824 10.2197 16 10.5 16C10.7803 16 11.0478 15.8824 11.2372 15.6757L16.7372 9.67572Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 1em 1em;
  mask-size: 1em 1em;
  -webkit-mask-position: center;
  mask-position: center;
  height: 1.75em;
  top: 0;
  width: 1em
}

.cost .content #exclude-result li::before {
  background: #d80808;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM15.7072 8.29289C16.0977 8.68342 16.0977 9.31658 15.7072 9.70711L13.4142 12.0001L15.7071 14.293C16.0976 14.6835 16.0976 15.3167 15.7071 15.7072C15.3166 16.0977 14.6834 16.0977 14.2929 15.7072L12 13.4143L9.7072 15.7071C9.31668 16.0976 8.68351 16.0976 8.29299 15.7071C7.90246 15.3166 7.90246 14.6834 8.29299 14.2929L10.5858 12.0001L8.29289 9.7072C7.90237 9.31668 7.90237 8.68351 8.29289 8.29299C8.68342 7.90246 9.31658 7.90246 9.70711 8.29299L12 10.5859L14.293 8.29289C14.6835 7.90237 15.3167 7.90237 15.7072 8.29289Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM15.7072 8.29289C16.0977 8.68342 16.0977 9.31658 15.7072 9.70711L13.4142 12.0001L15.7071 14.293C16.0976 14.6835 16.0976 15.3167 15.7071 15.7072C15.3166 16.0977 14.6834 16.0977 14.2929 15.7072L12 13.4143L9.7072 15.7071C9.31668 16.0976 8.68351 16.0976 8.29299 15.7071C7.90246 15.3166 7.90246 14.6834 8.29299 14.2929L10.5858 12.0001L8.29289 9.7072C7.90237 9.31668 7.90237 8.68351 8.29289 8.29299C8.68342 7.90246 9.31658 7.90246 9.70711 8.29299L12 10.5859L14.293 8.29289C14.6835 7.90237 15.3167 7.90237 15.7072 8.29289Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 1em 1em;
  mask-size: 1em 1em;
  -webkit-mask-position: center;
  mask-position: center;
  height: 1.75em;
  top: 0;
  width: 1em
}

.faq-row {
  border-bottom: 1px solid rgba(4,15,26,.1);
  padding: 24px 0
}

.faq-row:first-child {
  border-top: 1px solid rgba(4,15,26,.1)
}

.faq-row .accordion-tabs-toggle {
  text-decoration: none;
  color: rgba(6,22,38,.8);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-right: 24px;
  display: block;
  border: none
}

.faq-row .accordion-tabs-toggle .rotator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ec1f25;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.faq-row .accordion-tabs-toggle .rotator::before,.faq-row .accordion-tabs-toggle .rotator::after {
  content: "";
  width: 2px !important;
  height: 8px !important;
  border-radius: 2px;
  background-color: #ec1f25;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: all .3s ease
}

.faq-row .accordion-tabs-toggle .rotator::after {
  transform: translate(-50%, -50%) rotate(90deg) !important
}

.faq-row .accordion-tabs-toggle.active .rotator::before {
  transform: translate(-50%, -50%) rotate(90deg) !important;
  opacity: 0
}

.faq-row .faq-content {
  padding-top: 16px
}

.faq-row .faq-content p {
  margin: 0
}

.wte_enquiry_contact_form-wrap input[type=text],.wte_enquiry_contact_form-wrap input[type=email],.wte_enquiry_contact_form-wrap input[type=url],.wte_enquiry_contact_form-wrap input[type=password],.wte_enquiry_contact_form-wrap input[type=search],.wte_enquiry_contact_form-wrap input[type=number],.wte_enquiry_contact_form-wrap input[type=tel],.wte_enquiry_contact_form-wrap input[type=range],.wte_enquiry_contact_form-wrap input[type=date],.wte_enquiry_contact_form-wrap input[type=month],.wte_enquiry_contact_form-wrap input[type=week],.wte_enquiry_contact_form-wrap input[type=time],.wte_enquiry_contact_form-wrap input[type=datetime],.wte_enquiry_contact_form-wrap input[type=datetime-local],.wte_enquiry_contact_form-wrap input[type=color],.wte_enquiry_contact_form-wrap textarea,.wte_enquiry_contact_form-wrap select,.rating-form input[type=text],.rating-form input[type=email],.rating-form input[type=url],.rating-form input[type=password],.rating-form input[type=search],.rating-form input[type=number],.rating-form input[type=tel],.rating-form input[type=range],.rating-form input[type=date],.rating-form input[type=month],.rating-form input[type=week],.rating-form input[type=time],.rating-form input[type=datetime],.rating-form input[type=datetime-local],.rating-form input[type=color],.rating-form textarea,.rating-form select,.wpte-bf-checkout-form input[type=text],.wpte-bf-checkout-form input[type=email],.wpte-bf-checkout-form input[type=url],.wpte-bf-checkout-form input[type=password],.wpte-bf-checkout-form input[type=search],.wpte-bf-checkout-form input[type=number],.wpte-bf-checkout-form input[type=tel],.wpte-bf-checkout-form input[type=range],.wpte-bf-checkout-form input[type=date],.wpte-bf-checkout-form input[type=month],.wpte-bf-checkout-form input[type=week],.wpte-bf-checkout-form input[type=time],.wpte-bf-checkout-form input[type=datetime],.wpte-bf-checkout-form input[type=datetime-local],.wpte-bf-checkout-form input[type=color],.wpte-bf-checkout-form textarea,.wpte-bf-checkout-form select {
  padding: 12px;
  font-size: 14px;
  line-height: 1.7;
  border: 1px solid rgba(6,22,38,.2);
  border-radius: 4px;
  font-family: inherit;
  vertical-align: top
}

.wte_enquiry_contact_form-wrap textarea,.rating-form textarea,.wpte-bf-checkout-form textarea {
  min-height: 166px
}

.wte_enquiry_contact_form {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-wrap: wrap
}

.wte_enquiry_contact_form .row-repeater {
  margin: 0 0 32px;
  width: 100% !important
}

.wte_enquiry_contact_form .row-repeater:last-child {
  margin: 0
}

@media(min-width: 768px) {
  .wte_enquiry_contact_form .row-repeater.country-holder,.wte_enquiry_contact_form .row-repeater.contact,.wte_enquiry_contact_form .row-repeater.adult,.wte_enquiry_contact_form .row-repeater.children {
      width:50% !important
  }
}

@media(min-width: 768px) {
  .wte_enquiry_contact_form .row-repeater.country-holder,.wte_enquiry_contact_form .row-repeater.adult {
      padding-right:16px
  }
}

@media(min-width: 768px) {
  .wte_enquiry_contact_form .row-repeater.contact,.wte_enquiry_contact_form .row-repeater.children {
      padding-left:16px
  }
}

.wte_enquiry_contact_form .row-repeater label {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin: 0 0 8px
}

.wte_enquiry_contact_form .enquiry-form-title {
  font-size: 22px;
  font-weight: 500;
  color: rgba(6,22,38,.8);
  margin: 0 0 24px
}

.wte_enquiry_contact_form .package-name-holder {
  font-size: 16px;
  color: rgba(6,22,38,.7);
  margin: 0 0 48px
}

.wte_enquiry_contact_form .package-name-holder label {
  display: inline-block
}

.wte_enquiry_contact_form .package-name-holder .wp-travel-engine-info {
  font-weight: 500;
  color: rgba(6,22,38,.8)
}

.wte_enquiry_contact_form .confirm-holder {
  width: 100%
}

.wte_enquiry_contact_form input:not([type=submit]):not([type=checkbox]):not([type=radio]),.wte_enquiry_contact_form textarea,.wte_enquiry_contact_form select {
  width: 100%;
  font-size: 14px
}

input.enquiry-submit {
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  background-color: #ec1f25;
  color: #fff;
  border: 1px solid #ec1f25;
  border-radius: 4px
}

input.enquiry-submit:hover {
  border-color: #ec1f25
}

@media(min-width: 768px) {
  .widget .wte_enquiry_contact_form .row-repeater.country-holder,.widget .wte_enquiry_contact_form .row-repeater.contact,.widget .wte_enquiry_contact_form .row-repeater.adult,.widget .wte_enquiry_contact_form .row-repeater.children,.widget_block .wte_enquiry_contact_form .row-repeater.country-holder,.widget_block .wte_enquiry_contact_form .row-repeater.contact,.widget_block .wte_enquiry_contact_form .row-repeater.adult,.widget_block .wte_enquiry_contact_form .row-repeater.children {
      width:100% !important;
      padding: 0
  }
}

.itinerary.wte-trip-itinerary-v2 .wte-itinerary-head-wrap {
  display: flex;
  position: relative;
  cursor: pointer
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle {
  text-decoration: none
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ec1f25;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator::before,.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator::after {
  content: "";
  width: 2px !important;
  height: 8px !important;
  border-radius: 2px;
  background-color: #ec1f25;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: all .3s ease
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator::after {
  transform: translate(-50%, -50%) rotate(90deg) !important
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle.active>.rotator::before {
  transform: translate(-50%, -50%) rotate(90deg) !important;
  opacity: 0
}

.itinerary.wte-trip-itinerary-v2 .itinerary-content {
  display: block;
  overflow: hidden;
  transition: all .3s ease;
  will-change: max-height
}

.itinerary.wte-trip-itinerary-v2 .itinerary-content.active {
  display: block
}

.itinerary .mCustomScrollBox {
  height: auto
}

.wte-itinerary-header-wrapper .wp-travel-engine-itinerary-header {
  margin: 0 0 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.wte-itinerary-header-wrapper .wp-travel-engine-itinerary-header .wpte-itinerary-title {
  margin: 0 !important
}

.trip-map {
  border-radius: 4px;
  overflow: hidden
}

#respond {
  padding-top: 72px
}

#respond .comment-reply-title {
  font-size: 20px;
  margin: 0 0 16px
}

#respond a {
  text-decoration: none;
  color: #ec1f25
}

#respond a:hover {
  text-decoration: underline
}

#respond .rating-form {
  padding: 0;
  border: none
}

#respond .rating-form label {
  display: block !important;
  margin: 0 0 8px
}

#respond .rating-form>*,#respond .rating-form .review-title-rating>* {
  margin: 0 0 32px
}

#respond .rating-form>*:last-child,#respond .rating-form .review-title-rating>*:last-child {
  margin: 0
}

#respond .rating-form p.comment-form-photo-gallery {
  margin: 0 0 8px
}

#respond .rating-form .form-submit {
  margin: 0
}

#respond .rating-form input:not([type=submit]):not([type=checkbox]):not([type=radio]),#respond .rating-form textarea,#respond .rating-form select {
  width: 100%;
  font-size: 14px
}

#respond input[type=submit] {
  border-radius: 4px;
  padding: 14px 32px;
  font-weight: 500;
  background-color: #ec1f25;
  border-color: #ec1f25;
  color: #fff
}

#respond input[type=submit]:hover {
  opacity: .8
}

#respond .comment-form-wte-trip-review-rating {
  display: flex;
  align-items: center
}

#respond .comment-form-wte-trip-review-rating>label {
  margin: 0 24px 0 0
}

#respond .comment-form-wte-trip-review-rating .wte-trip-review-rating {
  padding: 0 !important;
  background: none;
  border: none
}

#respond .comment-form-wte-trip-review-rating .wte-trip-review-rating .jq-ry-container {
  padding: 0;
  font-size: 30px;
  width: auto !important
}

#respond .comment-form-wte-trip-review-rating .wte-trip-review-rating .jq-ry-container .jq-ry-group-wrapper {
  display: inline-block;
  width: auto;
  margin: 0 -5px
}

#respond .comment-form-wte-trip-review-rating .wte-trip-review-rating .jq-ry-container svg {
  width: 1em;
  height: 1em;
  margin: 0 5px !important
}

.post-data .review-wrap {
  margin-top: 0 !important;
  display: flex;
  flex-wrap: wrap
}

.post-data .review-wrap .trip-review-title {
  display: block !important;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 60px;
  width: 100%
}

.post-data .review-wrap .trip-review-title b {
  font-weight: inherit
}

.post-data .review-wrap .average-rating {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 48px 0 75px;
  margin-bottom: 0;
  border: none
}

@media(max-width: 767px) {
  .post-data .review-wrap .average-rating {
      width:100%;
      padding: 0
  }
}

.post-data .review-wrap .average-rating .emoji {
  margin-bottom: 8px !important
}

.post-data .review-wrap .average-rating .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
  margin: 0 2px
}

.post-data .review-wrap .average-rating .aggregate-rating {
  overflow: hidden;
  color: rgba(6,22,38,.4);
  margin-top: 8px
}

.post-data .review-wrap .average-rating .aggregate-rating .review-based-on-wrap {
  margin-left: -10px
}

.post-data .review-wrap .overall-rating-wrap {
  width: 55%;
  padding-left: 40px;
  padding-right: 75px;
  border-left: 1px solid rgba(0,0,0,.1);
  margin-top: 0;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .post-data .review-wrap .overall-rating-wrap {
      width:100%;
      padding: 40px 0 0;
      margin-top: 40px;
      border-left: 0;
      border-top: 1px solid rgba(0,0,0,.1)
  }
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-right: 50px;
  position: relative;
  margin: 0 0 16px
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:last-child {
  margin-bottom: 0
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .review-emoji-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 12px
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .trip-review-response-text {
  display: none
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar {
  position: static;
  height: 12px;
  border-radius: 50px;
  margin: 0;
  background-color: rgba(6,22,38,.05);
  width: 100%;
  transform: unset
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar-inner {
  position: static !important;
  height: 12px;
  border-radius: 50px !important
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar-inner::after {
  content: attr(data-percent) "%";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(6,22,38,.4)
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar-inner .percent {
  display: none
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(1) .rating-bar-inner {
  background-color: #66dab0
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(2) .rating-bar-inner {
  background-color: #6feba1
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(3) .rating-bar-inner {
  background-color: #f3ce85
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(4) .rating-bar-inner {
  background-color: #f3b881
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(5) .rating-bar-inner {
  background-color: #ee7874
}

.post-data .review-wrap ol.comment-list {
  width: 100%;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(4,15,26,.1)
}

.post-data .review-wrap ol.comment-list .comment-author {
  float: left;
  margin-right: 16px
}

.post-data .review-wrap ol.comment-list .comment-author img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

.post-data .review-wrap ol.comment-list .comment-title {
  font-size: 18px;
  font-weight: 500;
  padding-right: 150px
}

.post-data .review-wrap ol.comment-list li {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(4,15,26,.1)
}

.post-data .review-wrap ol.comment-list li .trip-comment-content {
  position: relative
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .url {
  font-weight: normal;
  font-size: 14px;
  color: rgba(6,22,38,.8)
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .comment-meta {
  font-size: 14px;
  color: rgba(0,0,0,.4);
  position: absolute;
  right: 0;
  top: 0
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .trip-review-stars {
  padding: 0
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .trip-review-stars .jq-ry-group-wrapper {
  margin: 0 -5px;
  width: auto
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .trip-review-stars .jq-ry-group svg {
  margin: 0 5px
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link {
  width: 90px;
  height: 56px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 3px
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6,22,38,.8);
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M15.0004 9.99942H12.0004V6.99942C12.0004 6.7342 11.895 6.47985 11.7075 6.29231C11.52 6.10477 11.2656 5.99942 11.0004 5.99942C10.7352 5.99942 10.4808 6.10477 10.2933 6.29231C10.1058 6.47985 10.0004 6.7342 10.0004 6.99942V9.99942H7.00039C6.73518 9.99942 6.48082 10.1048 6.29329 10.2923C6.10575 10.4798 6.00039 10.7342 6.00039 10.9994C6.00039 11.2646 6.10575 11.519 6.29329 11.7065C6.48082 11.8941 6.73518 11.9994 7.00039 11.9994H10.0004V14.9994C10.0004 15.2646 10.1058 15.519 10.2933 15.7065C10.4808 15.8941 10.7352 15.9994 11.0004 15.9994C11.2656 15.9994 11.52 15.8941 11.7075 15.7065C11.895 15.519 12.0004 15.2646 12.0004 14.9994V11.9994H15.0004C15.2656 11.9994 15.52 11.8941 15.7075 11.7065C15.895 11.519 16.0004 11.2646 16.0004 10.9994C16.0004 10.7342 15.895 10.4798 15.7075 10.2923C15.52 10.1048 15.2656 9.99942 15.0004 9.99942ZM21.7104 20.2894L18.0004 16.6094C19.4405 14.8138 20.1379 12.5347 19.9492 10.2407C19.7605 7.94672 18.7001 5.8122 16.9859 4.27606C15.2718 2.73992 13.0342 1.91893 10.7333 1.98189C8.43243 2.04485 6.24311 2.98698 4.61553 4.61456C2.98795 6.24214 2.04582 8.43145 1.98286 10.7323C1.9199 13.0332 2.7409 15.2708 4.27704 16.9849C5.81318 18.6991 7.94769 19.7595 10.2417 19.9482C12.5357 20.1369 14.8148 19.4395 16.6104 17.9994L20.2904 21.6794C20.3834 21.7731 20.494 21.8475 20.6158 21.8983C20.7377 21.9491 20.8684 21.9752 21.0004 21.9752C21.1324 21.9752 21.2631 21.9491 21.385 21.8983C21.5068 21.8475 21.6174 21.7731 21.7104 21.6794C21.8906 21.493 21.9914 21.2438 21.9914 20.9844C21.9914 20.7251 21.8906 20.4759 21.7104 20.2894ZM11.0004 17.9994C9.61592 17.9994 8.26255 17.5889 7.1114 16.8197C5.96026 16.0505 5.06305 14.9573 4.53324 13.6782C4.00342 12.3991 3.8648 10.9917 4.1349 9.63378C4.40499 8.27592 5.07168 7.02864 6.05065 6.04967C7.02961 5.0707 8.27689 4.40402 9.63476 4.13392C10.9926 3.86382 12.4001 4.00245 13.6792 4.53226C14.9583 5.06207 16.0515 5.95928 16.8207 7.11042C17.5899 8.26157 18.0004 9.61495 18.0004 10.9994C18.0004 12.8559 17.2629 14.6364 15.9501 15.9492C14.6374 17.2619 12.8569 17.9994 11.0004 17.9994Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all .3s ease
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link:hover::before {
  visibility: visible;
  opacity: 1
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-experience-date {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(6,22,38,.4)
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-experience-date .experience-date-text {
  font-weight: normal;
  color: rgba(6,22,38,.8)
}

.wpte-tabs-container.fixed-header {
  padding-top: 86px
}

@media(min-width: 768px) {
  .wpte-tabs-container.fixed-header .nav-tab-wrapper {
      position:fixed;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      box-shadow: 0 2px 25px rgba(0,0,0,.1);
      z-index: 111
  }
}

.wpte-tabs-container.fixed-header .tab-inner-wrapper {
  justify-content: center
}

.wpte-tabs-container.fixed-header .tab-anchor-wrapper .nav-tab {
  padding: 16px;
  transition: all .3s ease
}

.admin-bar .wpte-tabs-container.fixed-header .nav-tab-wrapper {
  top: 46px
}

@media(min-width: 783px) {
  .admin-bar .wpte-tabs-container.fixed-header .nav-tab-wrapper {
      top:32px
  }
}

.ui-datepicker {
  padding: .5em;
  border-radius: 4px;
  border-color: rgb(20, 125, 254, 0.1) !important;
  box-shadow: 0 4px 10px rgb(20, 125, 254, 0.05);
  z-index: 1111 !important
}

.ui-datepicker .ui-widget-header {
  background: none;
  border: none
}

.ui-datepicker .ui-widget-header .ui-corner-all {
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 6px 8px;
  width: auto;
  top: 4px;
  border: 1px solid rgba(0,0,0,.1);
  transition: all .3s ease;
  height: auto !important
}

.ui-datepicker .ui-widget-header .ui-corner-all::before,.ui-datepicker .ui-widget-header .ui-corner-all::after {
  background-color: #ec1f25;
  display: inline-block;
  width: 1em;
  height: 1em
}

.ui-datepicker .ui-widget-header .ui-corner-all:hover {
  background-color: #efefef
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.7998 13.5996L1.7998 7.59961L7.7998 1.59961%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.7998 13.5996L1.7998 7.59961L7.7998 1.59961%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-widget-header .ui-datepicker-next::after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.20019 1.40039L7.20019 7.40039L1.2002 13.4004%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.20019 1.40039L7.20019 7.40039L1.2002 13.4004%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center
}

.ui-datepicker .ui-datepicker-title select {
  padding: 4px 12px;
  border-color: rgba(0,0,0,.1)
}

.ui-datepicker .ui-datepicker-title select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none
}

.ui-datepicker .ui-datepicker-title select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.ui-datepicker .ui-datepicker-calendar {
  margin: 0
}

.ui-datepicker .ui-datepicker-calendar th {
  color: #ec1f25
}

.ui-datepicker .ui-datepicker-calendar td {
  border: 1px solid rgba(0,0,0,.05);
  padding: 0
}

.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  border: none
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
  visibility: hidden
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-datepicker .ui-datepicker-calendar td a {
  border: none;
  text-align: center;
  background: none;
  padding: 5px;
  transition: all .3s ease
}

.ui-datepicker .ui-datepicker-calendar td a:hover,.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  background-color: #ec1f25;
  color: #fff
}

.wte-related-trips-wrapper {
  margin: 56px 0 0
}

.wte-related-trips-wrapper .wte-related-trips__heading {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 40px
}

.wte-related-trips-wrapper .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
  font-size: 20px
}

.wptravelengine_css_v2.single-trip #tabs-container .tab-content {
  margin-top: 0
}

.wptravelengine_css_v2 #tabs-container {
  padding: 0 0 40px
}

.wptravelengine_css_v2 #tabs-container .tab-content .nb-configurations {
  padding: 56px 24px 0
}

.wptravelengine_css_v2 #tabs-container .tab-content p {
  margin-top: 0
}

.wptravelengine_css_v2 #tabs-container .tab-content h2[class*=wpte],.wptravelengine_css_v2 #tabs-container .tab-content .wte-fsd-list-header h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 56px
}

.wptravelengine_css_v2 #tabs-container .tab-content h2,.wptravelengine_css_v2 #tabs-container .tab-content h3 {
  font-weight: 500
}

.wptravelengine_css_v2 #tabs-container .tab-content #exclude-result {
  margin-bottom: 0
}

.wptravelengine_css_v2 #tabs-container.wpte-tabs-sticky.fixed-header .tab-content .nb-configurations {
  padding-top: 95px;
  transition: all .3s ease
}

.wptravelengine_css_v2 .wpte-tabs-scrollable .tab-content .nb-configurations {
  display: block !important
}

.wptravelengine_css_v2 .nav-tab-wrapper {
  padding: 0 24px;
  border-bottom: 1px solid rgba(4,15,26,.1)
}

@media(max-width: 767px) {
  .wptravelengine_css_v2 .nav-tab-wrapper {
      padding:0;
      border-bottom: none
  }
}

.wptravelengine_css_v2 .nav-tab-wrapper .wte-tab-title {
  margin: 0;
  font-size: inherit;
  font-weight: normal
}

.wptravelengine_css_v2 .nav-tab-wrapper a {
  text-decoration: none;
  color: inherit
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-inner-wrapper {
  display: flex;
  margin: 0 -8px
}

@media(max-width: 767px) {
  .wptravelengine_css_v2 .nav-tab-wrapper .tab-inner-wrapper {
      flex-direction:column;
      margin: 0
  }
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper {
  font-size: 15px;
  margin: 0 8px
}

@media(max-width: 767px) {
  .wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper {
      margin:0
  }

  .wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper a.nav-tab::after {
      content: "" !important;
      position: absolute;
      top: 7px;
      right: 10px;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%238d8d8d%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z%27/%3E%3C/svg%3E") center center no-repeat;
      width: 15px;
      height: 20px;
      transition: linear .2s
  }

  .wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper a.nav-tab.nav-tab-active::after {
      transform: rotate(180deg)
  }
}

@media(max-width: 767px)and (max-width: 767px) {
  .wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper a.nav-tab.nav-tab-active::after {
      border-top-color:#fff !important;
      border-width: 7.5px !important
  }
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .wte-tab-title {
  height: 100%
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 32px 16px 15px;
  border-bottom: 2px solid rgba(0,0,0,0);
  text-decoration: none;
  height: 100%
}

@media(max-width: 767px) {
  .wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
      flex-direction:row;
      border-color: rgba(4,15,26,.1);
      padding: 24px 16px;
      justify-content: flex-start;
      padding-right: 32px
  }

  .wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab .tab-icon {
      margin-right: 8px;
      margin-bottom: 0
  }

  .wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab::after {
      top: 50% !important;
      transform: translateY(-50%)
  }

  .wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active::after {
      transform: translateY(-50%) rotate(180deg) !important
  }
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active {
  color: #ec1f25;
  border-bottom-color: #ec1f25
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab:hover {
  color: #ec1f25
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nb-configurations {
  padding: 32px 24px
}

.wptravelengine_css_v2 .overview .wpte-overview-title {
  margin: 0 0 24px !important
}

.wptravelengine_css_v2 .wpte-trip-highlights {
  margin-left: 0;
  padding-left: 0;
  list-style: none
}

.wptravelengine_css_v2 .wpte-trip-highlights:last-child {
  margin-bottom: 0
}

.wptravelengine_css_v2 .wpte-trip-highlights li {
  line-height: 1.5;
  position: relative;
  padding-left: 34px;
  margin: 0 0 8px
}

.wptravelengine_css_v2 .wpte-trip-highlights li:last-child {
  margin: 0
}

.wptravelengine_css_v2 .wpte-trip-highlights li::before {
  content: "";
  width: 1em;
  height: 1.5em;
  background-color: #ec1f25;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM16.7372 9.67572C17.1104 9.2686 17.0828 8.63604 16.6757 8.26284C16.2686 7.88965 15.636 7.91715 15.2629 8.32427L10.5 13.5201L8.73716 11.597C8.36397 11.1899 7.7314 11.1624 7.32428 11.5356C6.91716 11.9088 6.88966 12.5413 7.26285 12.9485L9.76285 15.6757C9.95226 15.8824 10.2197 16 10.5 16C10.7803 16 11.0478 15.8824 11.2372 15.6757L16.7372 9.67572Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM16.7372 9.67572C17.1104 9.2686 17.0828 8.63604 16.6757 8.26284C16.2686 7.88965 15.636 7.91715 15.2629 8.32427L10.5 13.5201L8.73716 11.597C8.36397 11.1899 7.7314 11.1624 7.32428 11.5356C6.91716 11.9088 6.88966 12.5413 7.26285 12.9485L9.76285 15.6757C9.95226 15.8824 10.2197 16 10.5 16C10.7803 16 11.0478 15.8824 11.2372 15.6757L16.7372 9.67572Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 1em 1em;
  mask-size: 1em 1em;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: 0;
  left: 5px
}

.wptravelengine_css_v2 .itinerary .title,.wptravelengine_css_v2 .itinerary .itinerary-title {
  font-size: 18px;
  color: rgba(6,22,38,.8);
  font-weight: 500;
  margin: 0;
  margin-bottom: 0
}

@media(max-width: 767px) {
  .wptravelengine_css_v2 .itinerary .title,.wptravelengine_css_v2 .itinerary .itinerary-title {
      font-size:16px
  }
}

.wptravelengine_css_v2 .itinerary .title {
  margin-right: 6px !important
}

.wptravelengine_css_v2 .itinerary .itenary-detail-gallery {
  clear: both;
  margin-top: 32px
}

.wptravelengine_css_v2 .itinerary .itenary-detail-gallery .mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin: 0
}

.wptravelengine_css_v2 .itinerary-row {
  padding: 0 0 24px !important;
  margin: 0 0 24px 45px;
  position: relative;
  border: none;
  border-bottom: 1px solid rgba(4,15,26,.1)
}

.wptravelengine_css_v2 .itinerary-row::before {
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px solid rgba(4,15,26,.1);
  background: none;
  position: absolute;
  top: 5px;
  left: -30px
}

.wptravelengine_css_v2 .itinerary-row:last-child {
  margin-bottom: 0
}

.wptravelengine_css_v2 .itinerary-row:last-child::before {
  content: none
}

.wptravelengine_css_v2 .itinerary-row .title {
  position: relative;
  white-space: nowrap
}

.wptravelengine_css_v2 .itinerary-row .title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ec1f25;
  position: absolute;
  left: -30px;
  top: 14px;
  transform: translate(-50%, -50%)
}

.wptravelengine_css_v2 .itinerary-row .itinerary-content>*:first-child:not(.itinerary-title) {
  margin-top: 16px
}

@media(max-width: 767px) {
  .wptravelengine_css_v2 .itinerary-row .itinerary-content .content img {
      float:none
  }
}

.wptravelengine_css_v2 .itinerary-row:first-child .title::before,.wptravelengine_css_v2 .itinerary-row.advanced-itinerary-row:first-child .title::before,.wptravelengine_css_v2 .itinerary-row:last-child .title::before {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 1.5C7.4087 1.5 5.88258 2.13214 4.75736 3.25736C3.63214 4.38258 3 5.9087 3 7.5C3 11.55 8.2875 16.125 8.5125 16.32C8.64835 16.4362 8.82124 16.5 9 16.5C9.17877 16.5 9.35165 16.4362 9.4875 16.32C9.75 16.125 15 11.55 15 7.5C15 5.9087 14.3679 4.38258 13.2426 3.25736C12.1174 2.13214 10.5913 1.5 9 1.5ZM9 14.7375C7.4025 13.2375 4.5 10.005 4.5 7.5C4.5 6.30653 4.97411 5.16193 5.81802 4.31802C6.66193 3.47411 7.80653 3 9 3C10.1935 3 11.3381 3.47411 12.182 4.31802C13.0259 5.16193 13.5 6.30653 13.5 7.5C13.5 10.005 10.5975 13.245 9 14.7375ZM9 4.5C8.40666 4.5 7.82664 4.67595 7.33329 5.00559C6.83994 5.33524 6.45542 5.80377 6.22836 6.35195C6.0013 6.90013 5.94189 7.50333 6.05764 8.08527C6.1734 8.66721 6.45912 9.20176 6.87868 9.62132C7.29824 10.0409 7.83279 10.3266 8.41473 10.4424C8.99667 10.5581 9.59987 10.4987 10.1481 10.2716C10.6962 10.0446 11.1648 9.66006 11.4944 9.16671C11.8241 8.67336 12 8.09334 12 7.5C12 6.70435 11.6839 5.94129 11.1213 5.37868C10.5587 4.81607 9.79565 4.5 9 4.5ZM9 9C8.70333 9 8.41332 8.91203 8.16665 8.7472C7.91997 8.58238 7.72771 8.34811 7.61418 8.07403C7.50065 7.79994 7.47094 7.49834 7.52882 7.20736C7.5867 6.91639 7.72956 6.64912 7.93934 6.43934C8.14912 6.22956 8.41639 6.0867 8.70737 6.02882C8.99834 5.97094 9.29994 6.00065 9.57403 6.11418C9.84811 6.22771 10.0824 6.41997 10.2472 6.66665C10.412 6.91332 10.5 7.20333 10.5 7.5C10.5 7.89782 10.342 8.27936 10.0607 8.56066C9.77936 8.84196 9.39783 9 9 9Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center
}

.wptravelengine_css_v2 .itinerary-row:not(:last-child)::before {
  height: calc(100% + 32px)
}

.wptravelengine_css_v2 .itinerary .itinerary-row .wte-itinerary-head-wrap {
  display: flex
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle {
  border: none;
  flex-grow: 1;
  padding: 0 32px 0 0 !important
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle::after {
  content: none !important
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle .rotator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ec1f25;
  position: absolute;
  top: 6px;
  right: 0;
  transform: unset
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle .rotator::before,.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle .rotator::after {
  all: unset;
  content: "";
  width: 2px !important;
  height: 8px !important;
  border-radius: 2px;
  background-color: #ec1f25;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: all .3s ease
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle .rotator::after {
  transform: translate(-50%, -50%) rotate(90deg) !important
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle.active .rotator::before {
  transform: translate(-50%, -50%) rotate(90deg) !important;
  opacity: 0
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle.active .rotator::after {
  opacity: 1
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -30px;
  padding-top: 24px !important
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info [class*=itinerary-] {
  border-right: none;
  margin: 8px 30px;
  color: rgba(6,22,38,.6);
  display: inline-flex;
  align-items: center
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info [class*=itinerary-] .itinierary-icon-wrap {
  display: flex;
  align-items: center;
  height: 1.5em
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info [class*=itinerary-] a {
  text-decoration: none;
  color: inherit
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info [class*=itinerary-] a:hover {
  color: #ec1f25
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label a {
  display: inline-flex;
  align-items: center
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label a:hover span {
  color: #ec1f25
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label span {
  position: static;
  margin-left: 4px
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label span path {
  fill: currentColor
}

.wptravelengine_css_v2 #include-result li,.wptravelengine_css_v2 #exclude-result li {
  margin-bottom: 4px
}

.wptravelengine_css_v2 .cost .content h3 {
  margin: 40px 0 35px
}

.wptravelengine_css_v2 #wte-fixed-departure-dates {
  margin-top: 32px
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header h2 {
  margin: 0 !important
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input {
  margin: 0
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container {
  width: auto !important
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container .select2-selection--single {
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(6,22,38,.2);
  padding-right: 16px
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container .select2-selection--single::after {
  content: none !important
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 24px 0 16px !important;
  margin: 0 !important
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container .select2-selection--single .select2-selection__arrow {
  all: unset;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 4L6 8L2 4%27 stroke=%27%23061626%27 stroke-opacity=%270.8%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 4L6 8L2 4%27 stroke=%27%23061626%27 stroke-opacity=%270.8%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  top: 50% !important;
  right: 16px;
  transform: translateY(-50%)
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none
}

.wptravelengine_css_v2 .wpte-tabs-container .wte-fsd-frontend-holder-dd {
  margin: 0 -24px
}

.wptravelengine_css_v2 .wte-fsd-frontend-holder-dd .loadMore,.wptravelengine_css_v2 .wte-fsd-frontend-holder-dd .showLess {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #ec1f25;
  background: none;
  border: 1px solid #ec1f25;
  border-radius: 4px;
  cursor: pointer
}

.wptravelengine_css_v2 .wte-fsd-frontend-holder-dd .loadMore:hover,.wptravelengine_css_v2 .wte-fsd-frontend-holder-dd .showLess:hover {
  background-color: #ec1f25;
  color: #fff
}

.wptravelengine_css_v2 #nestable1 .dd-list {
  text-align: center
}

.wptravelengine_css_v2 #nestable1 .dd-list table {
  border-collapse: collapse;
  border: none
}

.wptravelengine_css_v2 #nestable1 .dd-list table tr td,.wptravelengine_css_v2 #nestable1 .dd-list table tr th {
  padding: 30px 16px;
  font-size: 15px;
  color: rgba(6,22,38,.7)
}

.wptravelengine_css_v2 #nestable1 .dd-list table tr th {
  border-bottom: 2px solid rgba(6,22,38,.15);
  background: none;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: rgba(6,22,38,.8)
}

.wptravelengine_css_v2 #nestable1 .dd-list table tr .svg-inline--fa,.wptravelengine_css_v2 #nestable1 .dd-list table tr .fa {
  margin-right: 5px;
  color: #ec1f25;
  fill: currentColor
}

.wptravelengine_css_v2 #nestable1 .dd-list table tr .book-btn {
  background-color: #ec1f25;
  border-color: #ec1f25;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25;
  padding: 8px 12px;
  width: 100%
}

.wptravelengine_css_v2 #nestable1 .dd-list table tbody tr {
  border-bottom: 1px solid rgba(6,22,38,.05)
}

.wptravelengine_css_v2 .select2-container--open .select2-dropdown--below {
  top: 29px
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table thead th,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table thead th {
  border-bottom: 2px solid rgba(6,22,38,.15)
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table th,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table th {
  text-align: left
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td,.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table th,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table th {
  padding: 24px !important;
  text-align: left
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td {
  border-bottom: 1px solid rgba(6,22,38,.05)
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap,.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available,.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder {
  padding-left: 1.5em;
  line-height: 1.5;
  position: relative
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap::before,.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available::before,.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder::before,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap::before,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available::before,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder::before {
  content: "";
  width: 1em;
  height: 1.5em;
  background-color: #ec1f25;
  position: absolute;
  left: 0;
  top: 0
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap::before,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.6663 3.16732H11.333V2.50065C11.333 2.32384 11.2628 2.15427 11.1377 2.02925C11.0127 1.90422 10.8432 1.83398 10.6663 1.83398C10.4895 1.83398 10.32 1.90422 10.1949 2.02925C10.0699 2.15427 9.99967 2.32384 9.99967 2.50065V3.16732H5.99967V2.50065C5.99967 2.32384 5.92944 2.15427 5.80441 2.02925C5.67939 1.90422 5.50982 1.83398 5.33301 1.83398C5.1562 1.83398 4.98663 1.90422 4.8616 2.02925C4.73658 2.15427 4.66634 2.32384 4.66634 2.50065V3.16732H3.33301C2.80257 3.16732 2.29387 3.37803 1.91879 3.7531C1.54372 4.12818 1.33301 4.63688 1.33301 5.16732V13.1673C1.33301 13.6978 1.54372 14.2065 1.91879 14.5815C2.29387 14.9566 2.80257 15.1673 3.33301 15.1673H12.6663C13.1968 15.1673 13.7055 14.9566 14.0806 14.5815C14.4556 14.2065 14.6663 13.6978 14.6663 13.1673V5.16732C14.6663 4.63688 14.4556 4.12818 14.0806 3.7531C13.7055 3.37803 13.1968 3.16732 12.6663 3.16732ZM13.333 13.1673C13.333 13.3441 13.2628 13.5137 13.1377 13.6387C13.0127 13.7637 12.8432 13.834 12.6663 13.834H3.33301C3.1562 13.834 2.98663 13.7637 2.8616 13.6387C2.73658 13.5137 2.66634 13.3441 2.66634 13.1673V8.50065H13.333V13.1673ZM13.333 7.16732H2.66634V5.16732C2.66634 4.99051 2.73658 4.82094 2.8616 4.69591C2.98663 4.57089 3.1562 4.50065 3.33301 4.50065H4.66634V5.16732C4.66634 5.34413 4.73658 5.5137 4.8616 5.63872C4.98663 5.76375 5.1562 5.83398 5.33301 5.83398C5.50982 5.83398 5.67939 5.76375 5.80441 5.63872C5.92944 5.5137 5.99967 5.34413 5.99967 5.16732V4.50065H9.99967V5.16732C9.99967 5.34413 10.0699 5.5137 10.1949 5.63872C10.32 5.76375 10.4895 5.83398 10.6663 5.83398C10.8432 5.83398 11.0127 5.76375 11.1377 5.63872C11.2628 5.5137 11.333 5.34413 11.333 5.16732V4.50065H12.6663C12.8432 4.50065 13.0127 4.57089 13.1377 4.69591C13.2628 4.82094 13.333 4.99051 13.333 5.16732V7.16732Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.6663 3.16732H11.333V2.50065C11.333 2.32384 11.2628 2.15427 11.1377 2.02925C11.0127 1.90422 10.8432 1.83398 10.6663 1.83398C10.4895 1.83398 10.32 1.90422 10.1949 2.02925C10.0699 2.15427 9.99967 2.32384 9.99967 2.50065V3.16732H5.99967V2.50065C5.99967 2.32384 5.92944 2.15427 5.80441 2.02925C5.67939 1.90422 5.50982 1.83398 5.33301 1.83398C5.1562 1.83398 4.98663 1.90422 4.8616 2.02925C4.73658 2.15427 4.66634 2.32384 4.66634 2.50065V3.16732H3.33301C2.80257 3.16732 2.29387 3.37803 1.91879 3.7531C1.54372 4.12818 1.33301 4.63688 1.33301 5.16732V13.1673C1.33301 13.6978 1.54372 14.2065 1.91879 14.5815C2.29387 14.9566 2.80257 15.1673 3.33301 15.1673H12.6663C13.1968 15.1673 13.7055 14.9566 14.0806 14.5815C14.4556 14.2065 14.6663 13.6978 14.6663 13.1673V5.16732C14.6663 4.63688 14.4556 4.12818 14.0806 3.7531C13.7055 3.37803 13.1968 3.16732 12.6663 3.16732ZM13.333 13.1673C13.333 13.3441 13.2628 13.5137 13.1377 13.6387C13.0127 13.7637 12.8432 13.834 12.6663 13.834H3.33301C3.1562 13.834 2.98663 13.7637 2.8616 13.6387C2.73658 13.5137 2.66634 13.3441 2.66634 13.1673V8.50065H13.333V13.1673ZM13.333 7.16732H2.66634V5.16732C2.66634 4.99051 2.73658 4.82094 2.8616 4.69591C2.98663 4.57089 3.1562 4.50065 3.33301 4.50065H4.66634V5.16732C4.66634 5.34413 4.73658 5.5137 4.8616 5.63872C4.98663 5.76375 5.1562 5.83398 5.33301 5.83398C5.50982 5.83398 5.67939 5.76375 5.80441 5.63872C5.92944 5.5137 5.99967 5.34413 5.99967 5.16732V4.50065H9.99967V5.16732C9.99967 5.34413 10.0699 5.5137 10.1949 5.63872C10.32 5.76375 10.4895 5.83398 10.6663 5.83398C10.8432 5.83398 11.0127 5.76375 11.1377 5.63872C11.2628 5.5137 11.333 5.34413 11.333 5.16732V4.50065H12.6663C12.8432 4.50065 13.0127 4.57089 13.1377 4.69591C13.2628 4.82094 13.333 4.99051 13.333 5.16732V7.16732Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available {
  text-align: left !important
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available::before,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.4733 8.97374C11.1269 8.45952 11.604 7.75436 11.8382 6.95637C12.0723 6.15838 12.0519 5.30725 11.7799 4.52139C11.5078 3.73552 10.9975 3.054 10.32 2.57165C9.64259 2.08929 8.83163 1.83008 8 1.83008C7.16836 1.83008 6.35741 2.08929 5.67995 2.57165C5.00249 3.054 4.49223 3.73552 4.22014 4.52139C3.94805 5.30725 3.92767 6.15838 4.16184 6.95637C4.396 7.75436 4.87307 8.45952 5.52666 8.97374C4.40672 9.42244 3.42952 10.1666 2.69926 11.127C1.969 12.0874 1.51304 13.2279 1.38 14.4271C1.37037 14.5146 1.37808 14.6032 1.40268 14.6878C1.42729 14.7723 1.46831 14.8512 1.52341 14.92C1.63468 15.0587 1.79652 15.1476 1.97333 15.1671C2.15014 15.1865 2.32744 15.1349 2.46621 15.0237C2.60499 14.9124 2.69388 14.7506 2.71333 14.5737C2.85972 13.2705 3.48112 12.0669 4.45881 11.1929C5.4365 10.3189 6.70193 9.83576 8.01333 9.83576C9.32473 9.83576 10.5902 10.3189 11.5679 11.1929C12.5455 12.0669 13.1669 13.2705 13.3133 14.5737C13.3315 14.7376 13.4096 14.8888 13.5327 14.9984C13.6558 15.108 13.8152 15.1681 13.98 15.1671H14.0533C14.2281 15.147 14.3878 15.0586 14.4977 14.9212C14.6076 14.7839 14.6587 14.6087 14.64 14.4337C14.5063 13.2312 14.0479 12.0877 13.3139 11.1259C12.5799 10.164 11.5979 9.42006 10.4733 8.97374ZM8 8.50041C7.47258 8.50041 6.95701 8.34401 6.51848 8.05099C6.07995 7.75798 5.73815 7.3415 5.53632 6.85423C5.33448 6.36696 5.28168 5.83078 5.38457 5.3135C5.48746 4.79622 5.74144 4.32106 6.11438 3.94812C6.48732 3.57518 6.96247 3.32121 7.47976 3.21831C7.99704 3.11542 8.53322 3.16823 9.02049 3.37006C9.50776 3.5719 9.92423 3.91369 10.2172 4.35222C10.5103 4.79075 10.6667 5.30633 10.6667 5.83374C10.6667 6.54099 10.3857 7.21926 9.88562 7.71936C9.38552 8.21946 8.70724 8.50041 8 8.50041Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.4733 8.97374C11.1269 8.45952 11.604 7.75436 11.8382 6.95637C12.0723 6.15838 12.0519 5.30725 11.7799 4.52139C11.5078 3.73552 10.9975 3.054 10.32 2.57165C9.64259 2.08929 8.83163 1.83008 8 1.83008C7.16836 1.83008 6.35741 2.08929 5.67995 2.57165C5.00249 3.054 4.49223 3.73552 4.22014 4.52139C3.94805 5.30725 3.92767 6.15838 4.16184 6.95637C4.396 7.75436 4.87307 8.45952 5.52666 8.97374C4.40672 9.42244 3.42952 10.1666 2.69926 11.127C1.969 12.0874 1.51304 13.2279 1.38 14.4271C1.37037 14.5146 1.37808 14.6032 1.40268 14.6878C1.42729 14.7723 1.46831 14.8512 1.52341 14.92C1.63468 15.0587 1.79652 15.1476 1.97333 15.1671C2.15014 15.1865 2.32744 15.1349 2.46621 15.0237C2.60499 14.9124 2.69388 14.7506 2.71333 14.5737C2.85972 13.2705 3.48112 12.0669 4.45881 11.1929C5.4365 10.3189 6.70193 9.83576 8.01333 9.83576C9.32473 9.83576 10.5902 10.3189 11.5679 11.1929C12.5455 12.0669 13.1669 13.2705 13.3133 14.5737C13.3315 14.7376 13.4096 14.8888 13.5327 14.9984C13.6558 15.108 13.8152 15.1681 13.98 15.1671H14.0533C14.2281 15.147 14.3878 15.0586 14.4977 14.9212C14.6076 14.7839 14.6587 14.6087 14.64 14.4337C14.5063 13.2312 14.0479 12.0877 13.3139 11.1259C12.5799 10.164 11.5979 9.42006 10.4733 8.97374ZM8 8.50041C7.47258 8.50041 6.95701 8.34401 6.51848 8.05099C6.07995 7.75798 5.73815 7.3415 5.53632 6.85423C5.33448 6.36696 5.28168 5.83078 5.38457 5.3135C5.48746 4.79622 5.74144 4.32106 6.11438 3.94812C6.48732 3.57518 6.96247 3.32121 7.47976 3.21831C7.99704 3.11542 8.53322 3.16823 9.02049 3.37006C9.50776 3.5719 9.92423 3.91369 10.2172 4.35222C10.5103 4.79075 10.6667 5.30633 10.6667 5.83374C10.6667 6.54099 10.3857 7.21926 9.88562 7.71936C9.38552 8.21946 8.70724 8.50041 8 8.50041Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available .seats~span,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available .seats~span {
  margin: 5px 0
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder {
  text-align: left !important
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder::before,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.99969 4.50066C4.8019 4.50066 4.60856 4.55931 4.44412 4.66919C4.27967 4.77907 4.15149 4.93525 4.07581 5.11798C4.00012 5.3007 3.98032 5.50177 4.0189 5.69575C4.05749 5.88973 4.15273 6.06792 4.29258 6.20777C4.43243 6.34762 4.61061 6.44286 4.8046 6.48145C4.99858 6.52003 5.19964 6.50023 5.38237 6.42454C5.5651 6.34885 5.72127 6.22068 5.83116 6.05623C5.94104 5.89178 5.99969 5.69844 5.99969 5.50066C5.99969 5.23545 5.89433 4.98109 5.70679 4.79356C5.51926 4.60602 5.2649 4.50066 4.99969 4.50066ZM14.0797 7.64066L8.47302 2.02733C8.41073 1.96554 8.33685 1.91666 8.25562 1.88348C8.1744 1.8503 8.08742 1.83349 7.99969 1.834H1.99969C1.82287 1.834 1.65331 1.90423 1.52828 2.02926C1.40326 2.15428 1.33302 2.32385 1.33302 2.50066V8.50066C1.33251 8.5884 1.34933 8.67538 1.3825 8.7566C1.41568 8.83783 1.46456 8.9117 1.52635 8.974L7.13969 14.5807C7.51469 14.9552 8.02302 15.1656 8.55302 15.1656C9.08302 15.1656 9.59135 14.9552 9.96635 14.5807L14.0797 10.5007C14.4542 10.1257 14.6646 9.61733 14.6646 9.08733C14.6646 8.55733 14.4542 8.049 14.0797 7.674V7.64066ZM13.1397 9.52066L9.01969 13.634C8.89478 13.7582 8.72581 13.8279 8.54969 13.8279C8.37356 13.8279 8.20459 13.7582 8.07969 13.634L2.66635 8.22733V3.16733H7.72635L13.1397 8.58066C13.2015 8.64296 13.2504 8.71683 13.2835 8.79806C13.3167 8.87928 13.3335 8.96626 13.333 9.054C13.3323 9.22889 13.2628 9.39649 13.1397 9.52066Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.99969 4.50066C4.8019 4.50066 4.60856 4.55931 4.44412 4.66919C4.27967 4.77907 4.15149 4.93525 4.07581 5.11798C4.00012 5.3007 3.98032 5.50177 4.0189 5.69575C4.05749 5.88973 4.15273 6.06792 4.29258 6.20777C4.43243 6.34762 4.61061 6.44286 4.8046 6.48145C4.99858 6.52003 5.19964 6.50023 5.38237 6.42454C5.5651 6.34885 5.72127 6.22068 5.83116 6.05623C5.94104 5.89178 5.99969 5.69844 5.99969 5.50066C5.99969 5.23545 5.89433 4.98109 5.70679 4.79356C5.51926 4.60602 5.2649 4.50066 4.99969 4.50066ZM14.0797 7.64066L8.47302 2.02733C8.41073 1.96554 8.33685 1.91666 8.25562 1.88348C8.1744 1.8503 8.08742 1.83349 7.99969 1.834H1.99969C1.82287 1.834 1.65331 1.90423 1.52828 2.02926C1.40326 2.15428 1.33302 2.32385 1.33302 2.50066V8.50066C1.33251 8.5884 1.34933 8.67538 1.3825 8.7566C1.41568 8.83783 1.46456 8.9117 1.52635 8.974L7.13969 14.5807C7.51469 14.9552 8.02302 15.1656 8.55302 15.1656C9.08302 15.1656 9.59135 14.9552 9.96635 14.5807L14.0797 10.5007C14.4542 10.1257 14.6646 9.61733 14.6646 9.08733C14.6646 8.55733 14.4542 8.049 14.0797 7.674V7.64066ZM13.1397 9.52066L9.01969 13.634C8.89478 13.7582 8.72581 13.8279 8.54969 13.8279C8.37356 13.8279 8.20459 13.7582 8.07969 13.634L2.66635 8.22733V3.16733H7.72635L13.1397 8.58066C13.2015 8.64296 13.2504 8.71683 13.2835 8.79806C13.3167 8.87928 13.3335 8.96626 13.333 9.054C13.3323 9.22889 13.2628 9.39649 13.1397 9.52066Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder~span,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder~span {
  padding-left: 1.5em
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table button.wte-fsd-action,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table button.wte-fsd-action {
  padding: 8px 12px;
  cursor: pointer;
  background-color: #ec1f25;
  color: #fff;
  border-color: #ec1f25
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table button.wte-fsd-action:hover,.wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table button.wte-fsd-action:hover {
  opacity: .8
}

.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon~.category-trip-group-avil .pop-trip-grpavil-icon,.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon~.category-trip-group-avil .pop-trip-grpavil-txt {
  left: auto;
  right: 10px
}

.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon~.category-trip-group-avil .pop-trip-grpavil-txt {
  right: 0
}

.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon~.category-trip-group-avil .pop-trip-grpavil-txt::before,.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon~.category-trip-group-avil .pop-trip-grpavil-txt::after {
  left: auto;
  right: 17px
}

.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a:not(.disabled) {
  color: #ec1f25
}

.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a:not(.disabled):hover {
  text-decoration: underline
}

.wptravelengine_css_v2 .advanced-search-wrapper .sidebar {
  border: none;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 2px rgba(0,0,0,.06),0px 0px 1px rgba(0,0,0,.04)
}

.wptravelengine_css_v2 .wpte-bf-checkout .wte-coupon-whole-wrap .coupon .input-text:focus {
  border-color: #ec1f25
}

@media(min-width: 1025px) {
  .wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-checkout-form {
      width:auto;
      flex: 1;
      padding-right: 30px
  }

  .wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-book-summary {
      width: 40%
  }
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary {
  border: none;
  padding: 32px 24px !important;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 1px rgba(0,0,0,.04)
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-title {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 24px
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-trip-name-wrap {
  border: none;
  padding: 32px 24px;
  background-color: rgba(20, 125, 254, 0.08);
  border-radius: 4px
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-trip-name-wrap .wpte-bf-trip-name {
  font-size: 20px;
  margin: 0 0 16px;
  font-weight: 500
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-trip-name-wrap .wpte-bf-trip-date {
  letter-spacing: 0;
  font-weight: normal
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-trip-name-wrap .wpte-bf-trip-code {
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1;
  background-color: rgba(6,22,38,.4);
  color: #fff;
  font-weight: 600;
  border-radius: 40px
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table .wte-booked-package-name {
  font-weight: 500
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table .wpte-bf-total-txt,.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table .wpte-bf-total-txt~.wpte-currency-code,.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table .wpte-bf-total-txt~.wpte-price {
  font-size: 20px;
  font-weight: 500
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table .wpte-bf-total-txt {
  font-weight: normal
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table tfoot {
  border-color: rgba(20, 125, 254, 0.7)
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table tfoot tr td {
  padding: 24px 0
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total {
  padding: 32px 0 0;
  background: none;
  border-top: 1px solid rgba(20, 125, 254, 0.7)
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total .wpte-currency-code,.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total .wpte-price {
  font-size: 24px;
  font-weight: 500
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total .wpte-bf-total-txt {
  font-size: 20px;
  font-weight: normal
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total .wpte-bf-total-price {
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 1
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total .wpte-inclusive-tax-label {
  font-size: 12px;
  transform: translateY(-2px);
  margin-left: 8px
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-summary-wrap {
  padding: 0 !important;
  background: none;
  border: none
}

.wptravelengine_css_v2 .thank-you-container {
  max-width: 550px;
  margin: 0 auto;
  padding: 32px 24px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 1px rgba(0,0,0,.04)
}

.wptravelengine_css_v2 .thank-you-container h3 {
  margin-top: 0;
  font-weight: 500
}

.wptravelengine_css_v2 .thank-you-container .detail-container {
  padding: 0;
  border: none
}

.wptravelengine_css_v2 .thank-you-container .detail-container .detail-item {
  justify-content: flex-start !important;
  text-align: left !important
}

.wptravelengine_css_v2 .thank-you-container .detail-container .detail-item .item-label {
  font-weight: normal
}

.wptravelengine_css_v2 .thank-you-container .detail-container .detail-item strong:not(.item-label) {
  font-weight: 500 !important;
  margin-top: 16px
}

.wptravelengine_css_v2 .review-wrap .comment-rating .url {
  color: rgba(6,22,38,.8)
}

.wptravelengine_css_v2 .review-wrap .comment-client-location {
  font-size: 14px;
  line-height: 1.5;
  opacity: .4;
  color: #061626
}

@media(max-width: 1024px) {
  .wptravelengine_css_v2.single-trip {
      padding-bottom:109.8px
  }
}

.wpte-bf-outer .wpte-bf-field {
  margin: 0 0 32px
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(6,22,38,.0509803922)
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio .wpte-bf-label {
  font-size: 18px;
  font-weight: 500
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio .wpte-bf-radio-wrap {
  margin-right: 40px
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio .wpte-bf-radio-wrap label {
  font-size: 16px;
  font-weight: normal
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio.wpte-bf_payment-methods .wpte-bf-radio-wrap {
  width: 100%;
  margin: 0 0 32px
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio.wpte-bf_payment-methods .wpte-bf-radio-wrap:last-child {
  margin-bottom: 0
}

.wpte-bf-checkout .wpte-checkout-payment-info {
  font-size: 15px;
  line-height: 1.866;
  font-weight: normal;
  padding: 16px;
  background-color: rgba(20, 125, 254, 0.07);
  border-radius: 4px
}

.wpte-bf-checkout .wpte-bf-submit input[type=submit] {
  background-color: #ec1f25;
  border-color: #ec1f25;
  color: #fff;
  transition: all .3s ease
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td {
  width: 100%
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td>span:not([class]) {
  display: flex;
  align-items: center
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td>span:not([class])::after {
  content: "";
  height: 0;
  border-top: 1px dashed rgba(6,22,38,.1490196078);
  flex: 1;
  margin: 0 16px
}

.wpte-bf-checkout .wpte-bf-summary-wrap table.wpte-bf_price-adjustments {
  border-top: 1px solid #fecd10;
  border-bottom: 1px solid #fecd10
}

.wpte-bf-checkout .wpte-bf-summary-wrap table.wpte-bf_price-adjustments tr>td {
  padding-top: 20px
}

.wpte-bf-checkout .wpte-bf-summary-wrap table.wpte-bf_price-adjustments tr:not(:last-child)>td {
  padding-bottom: 0
}

.wpte-custom-tooltip {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width=%277%27 height=%278%27 viewBox=%270 0 7 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.86115 4.46133C4.60133 4.55361 4.3759 4.72306 4.21506 4.94699C4.05421 5.17092 3.96563 5.43865 3.96115 5.71432V6.02835H3.06815C3.04971 5.67567 3.08342 5.32219 3.16815 4.97934C3.35597 4.56734 3.67156 4.22683 4.06815 4.00833C4.85715 3.54633 5.22215 3.07035 5.16815 2.58035C5.09015 1.88035 4.63013 1.51234 3.79413 1.46634C3.36252 1.42667 2.9319 1.55188 2.58887 1.8168C2.24584 2.08173 2.01584 2.46673 1.94513 2.89435L0.994141 2.49435L1.15112 2.13434C1.40302 1.62754 1.8112 1.21513 2.31537 0.958007C2.81954 0.700881 3.393 0.612651 3.95114 0.706328C5.36714 0.775328 6.14014 1.38134 6.27014 2.51333C6.34881 3.23467 5.87679 3.88499 4.85413 4.46432L4.86115 4.46133ZM3.96814 7.79333H3.06815V6.90134H3.96814V7.79333Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
  background-color: #ec1f25;
  margin-left: 5px
}

.wpte-custom-tooltip::before {
  content: attr(data-title);
  width: 200px;
  background: rgba(9,20,38,.8);
  border-radius: 5px;
  line-height: 1.4;
  font-size: 14px;
  padding: 12px;
  color: #fff;
  position: absolute;
  margin-bottom: 10px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}

.wpte-custom-tooltip::after {
  content: "";
  border-top: 5px solid rgba(9,20,38,.8);
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}

.wpte-custom-tooltip:hover::before,.wpte-custom-tooltip:hover::after {
  visibility: visible;
  opacity: 1
}

html {
  overflow-x: hidden
}
.category-feat-ribbon:has(.category-feat-ribbon-txt:empty) {
  display: none;
}
.turbanner-css{height: 450px;}
.entry-header {
  /* padding-right: 100px; */
  /* padding-bottom: 45px !important; */
  position: relative;
}
.entry-header .wte-title-duration {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}
.wte-title-duration {
  width: 70px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0,0,0,.04),0px 0px 2px rgba(0,0,0,.06),0px 0px 1px rgba(0,0,0,.04);
  background: #fff
}

.wte-title-duration .duration {
  font-size: 32px;
  font-weight: 500;
  line-height: auto;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ec1f25;
  color: #fff
}
.wte-title-duration .days {
  height: 30px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center
}

.wte-title-duration.wte-duration-night .duration {
  color: #ec1f25;
  background-color: rgba(20, 125, 254, 0.1)
}
h1.entry-title {
  font-size: 20px;
  font-family: "Outfit", sans-serif;
}
label.c1-css {
  font-size: 14px;
}

.tour-program-wrapper {
  padding-left: 15px;
  border-left: 1px dashed #f02137;
}


.itinerary-list .itinerary-day {
  line-height: 1;
  position: absolute;
  left: -57px;
  top: 0px;
  color: #BBB;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  /* text-align: right; */
  transform: rotate(0deg);
  display: block;
  width: fit-content;
  height: 30px;
  }
  
  
  
  .itinerary-list .itinerary-meta {
  
      font-weight: 600;
  
      letter-spacing: 1px;
  
      font-size: 12px;
  
  }
  .itinerary-day img {
    width: 70%;
    place-self: center;
}

.itinerary-day span {
    font-size: 10px !important;
}
#program ul.itinerary-list.mt-0 {
  padding-left: 64px;
}
.itinerary-day span {
  color: #ec1f25;
}

/* .itinerary-list li:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 67px;
  height: 100%;
  width: 2px;
  height: 80%;
  background: repeating-linear-gradient(to bottom, #666 0, #666 10px, transparent 10px, transparent 20px);
  margin: 0 auto;
} */


.itinerary-list li h6 {
  cursor: pointer;
  padding: 0 0 24px !important;
  margin: 0 0 24px 0px !important;
  position: relative !important;
  border: none !important;
  border-bottom: 1px solid rgba(4, 15, 26, .1) !important;
}

.itinerary-list li h6::after {
  content: "▼"; /* Aşağı ok */
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.itinerary-list li h6.active::after {
  transform: translateY(-50%) rotate(180deg); /* Yukarı döndür */
}

.itinerary-list li .text-accourdion {
  display: none; /* İçerik başlangıçta gizli */
}

.dahil p span:before {
  background: #43a32d;
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
  content: "\f00c";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  align-content: center;
  text-align: center;
}
.dahildegil p span:before {
  background: red;
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
  content: "\f00d";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  align-content: center;
  text-align: center;
}
.trip-facts-value {
  margin: -16px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.trip-facts-value li {
  margin: 16px;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  flex-direction: row;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-width: 230px
}

.trip-facts-value li svg {
  width: 1em;
  height: 1em;
  font-size: inherit
}

.trip-facts-value li label {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(6,22,38,.4);
  font-weight: normal
}

.trip-facts-value li [class*=trip-facts-] {
  line-height: 1.5;
  width: 100%;
  flex: auto
}

.trip-facts-value li [class*=trip-facts-] .value {
  font-size: 15px
}

.trip-facts-value .icon-holder {
  font-size: 15px;
  color: #ec1f25;
  display: flex;
  align-items: center;
  height: 1.5em;
  margin-right: 6px
}

/* Tur detay: ikon solda, dikey çizgi, sağda etiket+değer (2. resim düzeni) */
.tour-detail-info-cards .tour-info-item {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}
.tour-detail-info-cards .tour-info-icon {
  flex-shrink: 0 !important;
  order: 0 !important;
  min-width: 48px !important;
}
.tour-detail-info-cards .tour-info-content {
  order: 1 !important;
  border-left: 1px solid rgba(0,0,0,.12) !important;
  display: flex !important;
  flex-direction: column !important;
}
