/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
  box-shadow: 0 0 0.5rem rgba(255, 142, 0, 0.5), inset 0 0 0.2rem rgba(255, 142, 0, 0.5), 0 0 1rem rgba(255, 142, 0, 0.5);
}

button {
  background: none;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input,
select,
textarea {
  border: 0;
  font-family: Poppins, sans-serif;
}

ul {
  list-style: none;
  padding-left:10px;
}

table {
  border-collapse: collapse;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

img {
  max-width: 100%;
}

.none {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

@media (min-width: 576px) {
  .sm\:none {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }
}

@media (min-width: 768px) {
  .md\:none {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }
}

@media (min-width: 992px) {
  .lg\:none {
    display: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }
}

@media (min-width: 1200px) {
  .xl\:none {
    display: none;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }
}

@media (min-width: 1400px) {
  .xxl\:none {
    display: none;
  }

  .xxl\:block {
    display: block;
  }

  .xxl\:flex {
    display: flex;
  }

  .xxl\:grid {
    display: grid;
  }
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcsa {
  justify-content: space-around;
}

.aic {
  align-items: center;
}

.shrink-0 {
  flex-shrink: 0;
}

.wrap {
  flex-wrap: wrap;
}

.sr-only {
  display: none;
}

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

svg.icon {
  width: 1rem;
  height: 1rem;
}

svg.icon-md {
  width: 2rem;
  height: 2rem;
}

svg.icon-lg {
  width: 3rem;
  height: 3rem;
}

.bg-primary {
  background: #40a5f0;
}

.bg-white {
  background: white;
}

.bg-light {
  background: #d9edfc;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.m-1 {
  margin: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-1 {
  padding: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-2 {
  padding: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-3 {
  margin: 2rem;
}

.mt-3 {
  margin-top: 2rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.ml-3 {
  margin-left: 2rem;
}

.mr-3 {
  margin-right: 2rem;
}

.mx-3 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-3 {
  padding: 2rem;
}

.pt-3 {
  padding-top: 2rem;
}

.pb-3 {
  padding-bottom: 2rem;
}

.pl-3 {
  padding-left: 2rem;
}

.pr-3 {
  padding-right: 2rem;
}

.px-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-4 {
  margin: 5rem;
}

.mt-4 {
  margin-top: 5rem;
}

.mb-4 {
  margin-bottom: 5rem;
}

.ml-4 {
  margin-left: 5rem;
}

.mr-4 {
  margin-right: 5rem;
}

.mx-4 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-4 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-4 {
  padding: 5rem;
}

.pt-4 {
  padding-top: 5rem;
}

.pb-4 {
  padding-bottom: 5rem;
}

.pl-4 {
  padding-left: 5rem;
}

.pr-4 {
  padding-right: 5rem;
}

.px-4 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.m-5 {
  margin: 10rem;
}

.mt-5 {
  margin-top: 10rem;
}

.mb-5 {
  margin-bottom: 10rem;
}

.ml-5 {
  margin-left: 10rem;
}

.mr-5 {
  margin-right: 10rem;
}

.mx-5 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-5 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.p-5 {
  padding: 10rem;
}

.pt-5 {
  padding-top: 10rem;
}

.pb-5 {
  padding-bottom: 10rem;
}

.pl-5 {
  padding-left: 10rem;
}

.pr-5 {
  padding-right: 10rem;
}

.px-5 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.icon-list li {
  display: flex;
}

.icon-list li svg {
  width: 2rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.col-1 {
  grid-column: span 1/span 1;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.col-2 {
  grid-column: span 2/span 2;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.col-3 {
  grid-column: span 3/span 3;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.col-4 {
  grid-column: span 4/span 4;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.col-5 {
  grid-column: span 5/span 5;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.col-6 {
  grid-column: span 6/span 6;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.col-7 {
  grid-column: span 7/span 7;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.col-8 {
  grid-column: span 8/span 8;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.col-9 {
  grid-column: span 9/span 9;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.col-10 {
  grid-column: span 10/span 10;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.col-11 {
  grid-column: span 11/span 11;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-12 {
  grid-column: span 12/span 12;
}

@media (min-width: 576px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:col-1 {
    grid-column: span 1/span 1;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:col-2 {
    grid-column: span 2/span 2;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:col-3 {
    grid-column: span 3/span 3;
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:col-4 {
    grid-column: span 4/span 4;
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:col-5 {
    grid-column: span 5/span 5;
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:col-6 {
    grid-column: span 6/span 6;
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:col-7 {
    grid-column: span 7/span 7;
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:col-8 {
    grid-column: span 8/span 8;
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:col-9 {
    grid-column: span 9/span 9;
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:col-10 {
    grid-column: span 10/span 10;
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:col-11 {
    grid-column: span 11/span 11;
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:col-12 {
    grid-column: span 12/span 12;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:col-1 {
    grid-column: span 1/span 1;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:col-2 {
    grid-column: span 2/span 2;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:col-3 {
    grid-column: span 3/span 3;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:col-4 {
    grid-column: span 4/span 4;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:col-5 {
    grid-column: span 5/span 5;
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:col-6 {
    grid-column: span 6/span 6;
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:col-7 {
    grid-column: span 7/span 7;
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:col-8 {
    grid-column: span 8/span 8;
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:col-9 {
    grid-column: span 9/span 9;
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:col-10 {
    grid-column: span 10/span 10;
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:col-11 {
    grid-column: span 11/span 11;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:col-12 {
    grid-column: span 12/span 12;
  }
}

@media (min-width: 992px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:col-1 {
    grid-column: span 1/span 1;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:col-2 {
    grid-column: span 2/span 2;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:col-3 {
    grid-column: span 3/span 3;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:col-4 {
    grid-column: span 4/span 4;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:col-5 {
    grid-column: span 5/span 5;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:col-6 {
    grid-column: span 6/span 6;
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:col-7 {
    grid-column: span 7/span 7;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:col-8 {
    grid-column: span 8/span 8;
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:col-9 {
    grid-column: span 9/span 9;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:col-10 {
    grid-column: span 10/span 10;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:col-11 {
    grid-column: span 11/span 11;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:col-12 {
    grid-column: span 12/span 12;
  }
}

@media (min-width: 1200px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:col-1 {
    grid-column: span 1/span 1;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:col-2 {
    grid-column: span 2/span 2;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:col-3 {
    grid-column: span 3/span 3;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:col-4 {
    grid-column: span 4/span 4;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:col-5 {
    grid-column: span 5/span 5;
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:col-6 {
    grid-column: span 6/span 6;
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:col-7 {
    grid-column: span 7/span 7;
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:col-8 {
    grid-column: span 8/span 8;
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:col-9 {
    grid-column: span 9/span 9;
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:col-10 {
    grid-column: span 10/span 10;
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:col-11 {
    grid-column: span 11/span 11;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:col-12 {
    grid-column: span 12/span 12;
  }
}

@media (min-width: 1400px) {
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xxl\:col-1 {
    grid-column: span 1/span 1;
  }

  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xxl\:col-2 {
    grid-column: span 2/span 2;
  }

  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xxl\:col-3 {
    grid-column: span 3/span 3;
  }

  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xxl\:col-4 {
    grid-column: span 4/span 4;
  }

  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xxl\:col-5 {
    grid-column: span 5/span 5;
  }

  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xxl\:col-6 {
    grid-column: span 6/span 6;
  }

  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xxl\:col-7 {
    grid-column: span 7/span 7;
  }

  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xxl\:col-8 {
    grid-column: span 8/span 8;
  }

  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xxl\:col-9 {
    grid-column: span 9/span 9;
  }

  .xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xxl\:col-10 {
    grid-column: span 10/span 10;
  }

  .xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xxl\:col-11 {
    grid-column: span 11/span 11;
  }

  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xxl\:col-12 {
    grid-column: span 12/span 12;
  }
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 2rem;
}

.gap-4 {
  gap: 5rem;
}

.gap-5 {
  gap: 10rem;
}

@media (min-width: 576px) {
  .sm\:gap-0 {
    gap: 0;
  }

  .sm\:gap-1 {
    gap: 0.5rem;
  }

  .sm\:gap-2 {
    gap: 1rem;
  }

  .sm\:gap-3 {
    gap: 2rem;
  }

  .sm\:gap-4 {
    gap: 5rem;
  }

  .sm\:gap-5 {
    gap: 10rem;
  }
}

@media (min-width: 768px) {
  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-1 {
    gap: 0.5rem;
  }

  .md\:gap-2 {
    gap: 1rem;
  }

  .md\:gap-3 {
    gap: 2rem;
  }

  .md\:gap-4 {
    gap: 5rem;
  }

  .md\:gap-5 {
    gap: 10rem;
  }
}

@media (min-width: 992px) {
  .lg\:gap-0 {
    gap: 0;
  }

  .lg\:gap-1 {
    gap: 0.5rem;
  }

  .lg\:gap-2 {
    gap: 1rem;
  }

  .lg\:gap-3 {
    gap: 2rem;
  }

  .lg\:gap-4 {
    gap: 5rem;
  }

  .lg\:gap-5 {
    gap: 10rem;
  }
}

@media (min-width: 1200px) {
  .xl\:gap-0 {
    gap: 0;
  }

  .xl\:gap-1 {
    gap: 0.5rem;
  }

  .xl\:gap-2 {
    gap: 1rem;
  }

  .xl\:gap-3 {
    gap: 2rem;
  }

  .xl\:gap-4 {
    gap: 5rem;
  }

  .xl\:gap-5 {
    gap: 10rem;
  }
}

@media (min-width: 1400px) {
  .xxl\:gap-0 {
    gap: 0;
  }

  .xxl\:gap-1 {
    gap: 0.5rem;
  }

  .xxl\:gap-2 {
    gap: 1rem;
  }

  .xxl\:gap-3 {
    gap: 2rem;
  }

  .xxl\:gap-4 {
    gap: 5rem;
  }

  .xxl\:gap-5 {
    gap: 10rem;
  }
}

table {
  width: 100%;
}

table th {
  border-top: 1px solid #40a5f0;
  border-bottom: 1px solid #40a5f0;
  color: #40a5f0;
  padding: 1rem;
}

table td {
  border: 1px solid #d9edfc;
  padding-left: 10px;
}

@-webkit-keyframes heroText {
  0% {
    opacity: 0;
    transform: translate3d(0, 10rem, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroText {
  0% {
    opacity: 0;
    transform: translate3d(0, 10rem, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-0.8rem, 0, 0);
  }
}

@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-0.8rem, 0, 0);
  }
}

.border-light {
  border: 3px solid #d9edfc;
}

html {
  font-size: 16px;
}

body {
  font-family: Poppins, sans-serif;
}

.lim p {
  /*max-width: 800px;*/
}

p {
  margin-bottom: 1rem;
  line-height: 2;
}

a.theme {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #ff8e00;
}

a.theme svg {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1rem;
  transition: all 0.3s ease-out;
}

a.theme:hover svg {
  -webkit-animation: 1s ease infinite alternate shake;
          animation: 1s ease infinite alternate shake;
}

.fs-xs {
  font-size: 0.8rem;
}

.fs-sm {
  font-size: 0.9rem;
}

.fs-md {
  font-size: 1rem;
}

.fs-lg {
  font-size: 1.2rem;
}

.fs-xl {
  font-size: 1.5rem;
}

.text-primary {
  color: #40a5f0;
}

.text-light {
  color: #d9edfc;
}

.text-white {
  color: white;
}

.text-green {
  color: forestgreen;
}

.hover\:text-accent:hover {
  color: #ff8e00;
}

.text-left {
  text-align: left;
}

.bold {
  font-weight: 700;
}

.accordion-header {
  border-top: 1px solid #d9edfc;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #40a5f0;
}

.brand {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}

.brand .brand-small {
  font-size: 1.2rem;
  font-weight: normal;
}

.btn {
  padding: 0.5rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn svg {
  margin-left: 1rem;
}

.btn.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
}

.btn-primary {
  background: #40a5f0;
  color: white;
}

.btn-primary:hover {
  background: #128eeb;
}

.btn-theme {
  background: #ff8e00;
  color: white;
}

.btn-theme:hover {
  background: #e68000;
}

.btn-gray {
  background: #f6f6f6;
  color: #40a5f0;
}

.hero-alt img {
  display: block;
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-alt .overlay {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  bottom: 0;
  width: 100%;
}

.hero-alt .hero-text {
  bottom: 0;
  padding-bottom: 3rem;
}

.hero-alt h1 {
  max-width: 1200px;
  font-size: calc(4vw + 1rem);
  line-height: 1.2;
  font-weight: 700;
  color: white;
}

.review__content {
  position: relative;
  margin-bottom: 3rem;
  background: white;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
  filter: drop-shadow(0px 0px 1rem rgba(0, 0, 255, 0.1));
}

.review__content p:last-child {
  margin-bottom: 0;
}

.review__content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 2rem;
  width: 2rem;
  height: 2rem;
  background: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.review h2 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.review__person {
  padding-left: 1rem;
  display: flex;
  align-items: center;
}

.review__person img {
  display: block;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  border-radius: 50%;
}

.review__person .name {
  font-weight: 700;
}

.tour {
  position: relative;
  background: #fafaff;
  border-radius: 0.8rem;
}

.tour .top {
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0;
}

.tour .top img {
  display: block;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}

.tour .top__overlay {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent, rgba(64, 165, 240, 0.4));
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  color: white;
}

.tour .offer {
  position: absolute;
  right: -0.5rem;
  top: 1rem;
  border-radius: 1rem 0 0 1rem;
  background: #ff8e00;
  padding: 0.25rem 1rem;
  color: white;
  font-size: 1rem;
  font-weight: 700;
}

.tour .offer::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-top: 0.25rem solid #cc7200;
  border-right: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid #cc7200;
}

.tour .bottom {
  padding: 1rem 1rem 0;
}

.tour .bottom h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #40a5f0;
  margin-bottom: 1rem;
}

.tour .bottom .details {
  display: flex;
  font-size: 0.9rem;
  gap: 1rem;
}

.tour .bottom .details > div {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #d9edfc;
}

.tour .bottom .details > div svg {
  margin-right: 0.5rem;
}

.tour .bottom .price {
  padding: 1rem 0;
  font-weight: 700;
  color: #40a5f0;
}

.tour .bottom .price .from {
  font-weight: 400;
  color: #555555;
}

.tour .bottom .price .old {
  margin-bottom: -10px;
  font-size: 0.9rem;
  color: #888;
  text-decoration: line-through;
}

.tour .bottom hr {
  border-color: #eee;
}

.tour .bottom .actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.tour:hover .top img {
  transform: scale(1);
}

.tour .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8e00;
  padding: 0.25rem 0 0.5rem;
  border-top: 2px dotted #eef;
}

.tour .stars span {
  color: #aaa;
  font-size: 0.8rem;
  margin-left: 1rem;
}

.tour .icon {
  color: #40a5f0;
}

.tour svg {
  width: 1rem;
  height: 1rem;
}

.tour::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  z-index: -1;
  transform: scale(0.95);
  border-radius: 0.8rem;
  box-shadow: 0 0 8px rgba(0, 0, 255, 0.1);
  transition: all 0.3s ease-out;
}

.tour:hover::after {
  transform: scale(1);
}

.tour .summary {
  display: none;
}

@media (min-width: 768px) {
  .tour.large {
    grid-column: span 2/span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .tour.large .top img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
  }

  .tour.large .details {
    display: block;
  }

  .tour.large .summary {
    margin: 0.5rem 0;
  }

  .tour.large .stars {
    border: 0;
    justify-content: flex-start;
  }
}

.review p {
  font-style: italic;
}

.article img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.article h2 {
  font-size: 1.0rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.article .content {
  padding: 0 1rem;
  color: #000;
}

.article:hover h2 {
  color: #40a5f0;
}

input:focus {
  box-shadow: 0 0 0.5rem rgba(255, 142, 0, 0.5), inset 0 0 0.2rem rgba(255, 142, 0, 0.5), 0 0 1rem rgba(255, 142, 0, 0.5);
}

button:focus {
  box-shadow: 0 0 0.5rem rgba(255, 142, 0, 0.5), inset 0 0 0.2rem rgba(255, 142, 0, 0.5), 0 0 1rem rgba(255, 142, 0, 0.5);
}

.form-group label {
  color: #40a5f0;
}

.form-group input,
.form-group select,
.form-group textarea {
  display: block;
  border: 2px solid #f6f6f6;
  background: #f6f6f6;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  width: 100%;
}

.has-icon {
  position: relative;
}

.has-icon .icon {
  position: absolute;
}

.has-icon.icon-right .icon {
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  color: white;
  background: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 0.3s ease-out;
}

.header.scroll {
  background: rgba(64, 165, 240, 0.88);
  padding: 0.5rem 0;
}

.header.scroll .header__logo {
  width: 12rem;
  max-width: 15rem;
}

.header.scroll .header__logo img {
  max-width: 100%;
}

.header.scroll:hover {
  background: #40a5f0;
}

@media (max-width: 767px) {
  .header.scroll .header__logo {
    width: 13rem;
    max-width: 13rem;
  }
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (max-width: 1199px) {
  .header .container {
    flex-wrap: wrap;
  }
}

.header__logo {
  flex-shrink: 0;
  width: 15rem;
  max-width: 15rem;
  color: #40a5f0;
}

.header__logo img {
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .header__logo {
    width: 13rem;
    max-width: 13rem;
  }
}

.header nav {
  flex-grow: 1;
  margin: 0 1rem;
}

@media (max-width: 1199px) {
  .header nav {
    padding-top: 1rem;
    order: 3;
    width: 100%;
    margin: 0;
    display: none;
  }
}

.header nav.open {
  display: block;
}

.header__search,
.header__togglenav {
  justify-content: center;
}

@media (min-width: 1200px) {
  .header__search,
  .header__togglenav {
    flex-grow: 1;
  }
}

.header__search button,
.header__togglenav button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  transition: all 0.3s ease-out;
}

.header__search button:focus,
.header__search button:hover,
.header__togglenav button:focus,
.header__togglenav button:hover {
  background: #ff8e00;
}

.header__search svg,
.header__togglenav svg {
  width: 1.5rem;
  height: 1.5rem;
}

.header__search {
  display: flex;
}

.header__togglenav {
  display: flex;
}

@media (min-width: 1200px) {
  .header__togglenav {
    display: none;
  }
}

.header__togglenav #icon-x {
  display: none;
}

.header__experts {
  display: none;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-end;
}

.header__experts a {
  font-weight: 700;
  display: inline-flex;
  align-items: flex-end;
  color: inherit;
}

.header__experts svg {
  width: 1.2rem;
  height: 1.2rem;
}

@media (min-width: 1200px) {
  .header__experts {
    display: flex;
  }
}

.header__searchbox {
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  display: none;
}

.header__searchbox.show {
  display: block;
}

.header__searchbox form {
  display: flex;
}

.header__searchbox form input {
  flex-grow: 1;
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
}

.header__searchbox form button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff8e00;
  width: 4rem;
  height: 4rem;
}

.header__searchbox form button svg {
  width: 1.5rem;
  height: 1.5rem;
}

.newsletter {
  background: #eee;
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .newsletter {
    text-align: center;
  }
}

.newsletter .grid {
  display: grid;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 768px) {
  .newsletter .grid {
    grid-template-columns: 1fr 1fr;
  }
}

.newsletter h4 {
  font-size: 1.5rem;
  color: #40a5f0;
  font-weight: 700;
  margin-bottom: 1rem;
}

.newsletter p {
  margin-bottom: 0;
}

.newsletter form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter input {
  border: 2px solid #ddd;
  font-size: 1.2rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .newsletter input {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .newsletter input {
    margin-bottom: 0;
  }
}

.newsletter button {
  background: #ff8e00;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
}

footer {
  padding: 4rem 0 0;
}

footer h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}

footer .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

footer li {
  margin-bottom: 0.5rem;
}

footer li a {
  transition: all 0.3s ease-out;
  color: inherit;
}

footer li a:hover {
  color: #ff8e00;
}

footer svg {
  width: 1.2rem;
  height: 1.2rem;
}

footer .social-links {
  display: flex;
}

footer .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #eef;
  padding: 1rem;
  margin-right: 1rem;
  color: #40a5f0;
  transition: all 0.3s ease-out;
}

footer .social-links a:hover {
  background: #40a5f0;
  color: white;
}

footer .bottom {
  padding: 2rem 0;
  font-size: 0.8rem;
  color: #888;
  text-align: center;
}

footer .bottom .social-links {
  justify-content: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  footer .bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .ap .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.affiliations {
  padding: 1rem 0;
}

.affiliations ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.affiliations ul li {
  margin: 1rem;
}

.affiliations img {
  height: 4rem;
  filter: brightness(1.25) grayscale(0.95);
  transition: all 0.3s ease-out;
}

.affiliations img:hover {
  filter: brightness(1) grayscale(0);
}

.payments {
  text-align: center;
}

.payments img {
  height: 1.2rem;
}

.home-page .section {
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .home-page .section {
    padding: 2rem 0 2rem 0;
  }
}

.home-page .section h3 {
  margin-bottom: 1rem;
  font-size: calc(2vw + 1.8rem);
  color: #40a5f0;
}

.home-page .section h1::after {
  content: "";
  display: block;
  margin-top: 1rem;
  width: 4rem;
  height: 2px;
  background: #ff8e00;
}

@media (min-width: 768px) {
  .home-page .section h1::after {
    margin-top: 0rem;
  }
}

.home-page .hero {
  position: relative;
  width: 100%;
}

/*.home-page .hero .slide {*/
/*  height: 100vh;*/
/*}*/

.home-page .hero .slide.animate-in h1 {
  overflow: hidden;
}

.home-page .hero .slide.animate-in h1 span {
  -webkit-animation: heroText 2s ease 0s 1 normal forwards;
          animation: heroText 2s ease 0s 1 normal forwards;
}

.home-page .hero .tns-outer {
  position: relative;
}

.home-page .hero .tns-nav {
  position: absolute;
  bottom: 20%;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.home-page .hero .tns-nav button {
  margin-bottom: 1rem;
  border-radius: 0.1rem;
  width: 1rem;
  height: 0.2rem;
  background: white;
  transition: all 0.3s ease-out;
}

.home-page .hero .tns-nav button.tns-nav-active {
  background: #ff8e00;
  width: 3rem;
}

.tour-details .tns-nav {
  display: none;
}

.home-page .hero img {
  width: 100%;
  height: 100vh;
  min-height: 25rem;
  display:block;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page .hero__text {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  color: white;
}

.home-page .hero__text h2 {
  max-width: 1200px;
  font-size: calc(5vw + 2rem);
  line-height: 1.2;
  font-weight: 700;
}

.home-page .hero__text h1 span {
  display: inline-block;
}

.home-page .hero__button {
  display: flex;
  align-items: center;
  background: #ff8e00;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: inherit;
}

.home-page .hero__button svg {
  height: 2rem;
  width: 2rem;
  margin-left: 1rem;
}

.home-page .hero .search-widget {
  background: #d9edfc;
}

.home-page .hero .search-widget #search-title {
  width: 100%;
}

.home-page .hero .search-widget h2 {
  display: flex;
  align-items: center;
}

.home-page .hero .search-widget h2 svg {
  height: 1.5rem;
  width: 1.5rem;
}

.home-page .hero .search-widget .accordion-button {
  display: block;
  background: white;
  padding: 0.25rem;
  width: 100%;
  border-bottom: 1px solid #d9edfc;
}

.home-page .hero .search-widget .accordion-collapse > div {
  padding: 0.5rem 1rem;
}

.home-page .hero .search-widget label {
  display: block;
  font-size: 0.9rem;
}

.home-page .hero .search-widget input {
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .home-page .hero .search-widget {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15rem;
  }
}

.home-page .collapse:not(.show) {
  display: none;
}

.home-page .destinations .grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .home-page .destinations .grid {
    grid-template-columns: 1fr 2fr;
  }
}

.home-page .destinations h2 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home-page .destinations h2 {
    margin-bottom: 0rem;
    text-align: center;
    font-size:40px;
  }
}

.home-page .destinations .destination__controls {
  display: flex;
  justify-content: flex-end;
}

.home-page .destinations .destination__controls button {
  margin-right: 1rem;
  padding: 0.2rem;
  color: #ff8e00;
}

@media (min-width: 768px) {
  .home-page .destinations .destination__controls button {
    padding: 1rem;
  }
}

.home-page .destinations .destination__controls button:hover {
  background: #eeeeee;
}

.home-page .destinations .destination__controls svg {
  width: 2rem;
  height: 2rem;
}

.home-page .destinations .destination {
  position: relative;
}

@media (min-width: 768px) {
  .home-page .destinations .destination__wrapper {
    padding-top: 5rem;
  }
}

.home-page .destinations .destination img {
  display: block;
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page .destinations .destination .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, #00000000, #00000088);
  padding: 1rem;
  color: white;
}

.home-page .destinations .destination .overlay h2 {
  font-weight: 700;
}

.home-page .about .grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .home-page .about .grid {
    grid-template-columns: 2fr 1fr;
  }
}

.home-page .about__img {
  /*max-height: 500px;*/
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 1rem 1.2rem 1rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
}

.home-page .about__imgsm {
  display: block;
  margin: 1rem 0 1rem auto;
  border-radius: 1rem;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 1rem 1.5rem 0.5rem rgba(0, 0, 0, 0.05);
}

.home-page .activities .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.home-page .activities img {
  height: 20rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
  transition: all 0.3s ease-out;
}

.home-page .activities .activity {
  position: relative;
  overflow: hidden;
}

.home-page .activities .activity:hover img {
  transform: scale(1.05);
}

.home-page .activities .activity-title {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  display: flex;
  width: 100%;
  color: white;
}

.home-page .activities .activity-title svg {
  height: 2rem;
}

.home-page .activities h2 {
  font-weight: 700;
  text-shadow: 0 0 1rem black;
}

.home-page .activities .tours {
  position: absolute;
  top: 0;
  left: 1rem;
  background: #ff8e00;
  padding: 1rem;
}

.home-page .featured .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.home-page .reviews .grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .home-page .reviews .grid {
    grid-template-columns: 1fr 1fr;
  }
}

.home-page .vta .container {
  display: grid;
  gap: 3rem;
}

@media (min-width: 768px) {
  .home-page .vta .container {
    grid-template-columns: 1fr auto;
  }
}

.home-page .vta .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.home-page .vta .video iframe,
.home-page .vta .video object,
.home-page .vta .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-page .blog .grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .home-page .blog .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#CDSWIDSSP {
  width: 100% !important;
}

.tour-details {
  background: #fafafa;
  padding-top: 0;
}

.tour-details .hero img {
  display: block;
  width: 100%;
  min-height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-details .hero .overlay {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  bottom: 0;
  width: 100%;
}

.tour-details .hero .caption h2 {
  font-size: 2rem;
  font-weight: 600;
  color: white;
}

.tour-details .hero .caption p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  color: white;
}

.tour-details .hero .ratings-wrapper {
  padding: 0 2rem;
  background: #40a5f0;
  color: white;
  align-self: flex-end;
}

.tour-details .hero .ratings-wrapper svg {
  width: 1rem;
  height: 1rem;
}

.tour-details h1.tour-title {
  color: #40a5f0;
  margin: 2rem 0;
}

.tour-details a.print {
  display: inline-block;
  color: #40a5f0;
}

.tour-details a.print i {
  color: #ff8e00;
}

.tour-details a.print:hover {
  color: #ff8e00;
  text-decoration: none;
}

.tour-details .tour-details-bar {
  top: 4.4rem;
  background: #d9edfc;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.tour-details .tour-details-tabs ul {
  margin-bottom: 0;
  padding-left: 0;
  justify-content: space-around;
}

.tour-details .tour-details-tabs ul li.nav-item {
  display: inline-block;
  list-style: none;
  padding: 0;
}

.tour-details .tour-details-tabs ul li.nav-item a {
  display: inline-block;
  padding: 4px 12px;
  color: #40a5f0;
  margin-right: 0;
  font-size: 0.8rem;
}

.tour-details .tour-details-tabs ul li.nav-item a i {
  font-size: 1.3rem;
  margin-top: 5px;
}

.tour-details .tour-details-tabs ul li.nav-item a:hover {
  background: #40a5f0;
  color: #fff;
  text-decoration: none;
}

.tour-details .tour-details-tabs ul li.nav-item a.active {
  background: #40a5f0;
  color: white;
}

@media screen and (min-width: 992px) {
  .tour-details .tour-details-tabs ul {
    justify-content: center;
  }

  .tour-details .tour-details-tabs ul li.nav-item a {
    padding: 4px 20px;
    font-size: 1rem;
  }

  .tour-details .tour-details-tabs ul li.nav-item a i {
    font-size: 1rem;
    margin-top: 0;
    margin-right: 10px;
  }

  .tour-details .tour-details-tabs ul li.nav-item a span {
    display: inline;
  }
}

.tour-details .tour-details-section {
  display: block;
}

.tour-details .tour-details-section:not(:first-child) {
  padding-top: 1rem;
}

.tour-details h2 {
  color: #40a5f0;
  font-weight: 600;
  margin-bottom: 1rem;
}

.tour-details h3 {
  color: #40a5f0;
  font-weight: 600;
}

.tour-details .highlights li,
.tour-details .includes li,
.tour-details .excludes li,
.tour-details .complimentary li,
.tour-details .essential-info li
{
  display: flex;
}

.tour-details .highlights li::before,
.tour-details .includes li::before,
.tour-details .excludes li::before,
.tour-details .complimentary li::before,
.tour-details .essential-info li::before
{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.tour-details .highlights li::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23E67A00' stroke='%none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z'%3E%3C/path%3E%3C/svg%3E");
}

.tour-details .includes li::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='forestgreen' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'%3E%3C/path%3E%3C/svg%3E");
}

.tour-details .excludes li::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='firebrick' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18L18 6M6 6l12 12'%3E%3C/path%3E%3C/svg%3E");
}

.tour-details .complimentary li::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%232170a5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 6v6m0 0v6m0-6h6m-6 0H6'%3E%3C/path%3E%3C/svg%3E");
}

.tour-details .essential-info li::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%232170a5' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}

.tour-details .tabular {
  margin-bottom: 3rem;
  background: #f6f6f6;
  padding: 2rem;
}

.tour-details .tabular .table-item .icon {
  font-size: 1.5rem;
  font-weight: 600;
  color: #40a5f0;
  flex: 0 0 48px;
  text-align: center;
}

.tour-details .tabular .table-item .icon svg {
  fill: #ff8e00;
}

.tour-details .tabular .table-item .data {
  color: #40a5f0;
  flex: 1 1 100%;
}

.tour-details .tabular .table-item .data .field-name {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  color: #888;
  margin-bottom: 0;
}

.tour-details .tabular .table-item .data .field-value {
  margin-bottom: 0;
}

.tour-details .tabular svg {
  height: 3rem;
  width: 3rem;
}

.tour-details #overview-text.collapse:not(.show) {
  display: block;
  height: 10rem;
  overflow: hidden;
  position: relative;
}

.tour-details #overview-text.collapse:not(.show)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

@media only screen and (min-width: 768px) {
  .tour-details #overview-text.collapse:not(.show) {
    height: unset;
  }

  .tour-details #overview-text.collapse:not(.show)::after {
    display: none;
  }
}

.tour-details .trip-note {
  border: 1px solid #ddd;
  padding: 10px;
  border: none;
  border-left: 5px solid #40a5f0;
}

@media only screen and (min-width: 768px) {
  .tour-details #toggle-overview {
    display: none;
  }
}

.tour-details .itinerary .collapse-toggle button {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tour-details .itinerary .collapse-toggle button h3 {
  margin-bottom: 0;
}

.tour-details .itinerary .collapse-toggle button:hover {
  text-decoration: none;
}

.tour-details .itinerary .collapse-toggle button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 16 16 fill=%233a95d8%3e%3cpath fill-rule=evenodd d=M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z/%3e%3c/svg%3e");
}

.tour-details .itinerary .collapse-toggle button svg {
  color: #ff8e00;
}

.tour-details .itinerary .itinerary-row {
  display: flex;
  position: relative;
}

.tour-details .itinerary .itinerary-row .day {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  border: 3px solid #40a5f0;
  color: #40a5f0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-right: 15px;
  position: relative;
}

.tour-details .itinerary .itinerary-row .day .d {
  margin: 10px 0 -3px;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
}

.tour-details .itinerary .itinerary-row .day::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tour-details .itinerary .itinerary-row .itinerary-text {
  padding: 2.5rem 0 0.5px;
  border-bottom: 1px solid #40a5f0;
  flex-grow: 1;
}

.tour-details .itinerary .itinerary-row::after {
  content: "";
  display: block;
  top: 93px;
  border-left: 2px dotted #40a5f0;
  position: absolute;
  left: 30px;
  height: 100%;
}

.tour-details .itinerary .itinerary-row:last-child::after {
  height: 0;
}

.tour-details .itinerary .itinerary-row:last-child .itinerary-text {
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .tour-details #date-price table,
  .tour-details #date-price thead,
  .tour-details #date-price tbody,
  .tour-details #date-price th,
  .tour-details #date-price td,
  .tour-details #date-price tr {
    display: block;
  }

  .tour-details #date-price thead tr {
    height: 0;
    margin: 0;
    overflow: hidden;
  }

  .tour-details #date-price td::before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 120px;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 0.8rem;
  }

  .tour-details #date-price tr {
    margin: 0 0 2rem 0;
  }

  .tour-details #date-price td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: 0.25rem 0.25rem 0.25rem 130px;
  }

  .tour-details #date-price td:last-of-type {
    border-bottom: none;
  }

  .tour-details #date-price td:nth-of-type(1):before {
    content: "Start Date";
  }

  .tour-details #date-price td:nth-of-type(2):before {
    content: "End Date";
  }

  .tour-details #date-price td:nth-of-type(3):before {
    content: "Offer Price";
  }

  .tour-details #date-price td:nth-of-type(4):before {
    content: "Status";
  }

  .tour-details #date-price td:nth-of-type(5):before {
    content: "";
  }
}

.tour-details .nodisplay {
  display: none !important;
}

.tour-details .review-card {
  padding: 1rem;
  text-align: justify;
}

.tour-details .review-card .review {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  position: relative;
}

.tour-details .review-card .review::after,
.tour-details .review-card .review:before {
  content: "";
  position: absolute;
  border: solid transparent;
}

.tour-details .review-card .review::after {
  top: 2rem;
  left: 100%;
  border-width: 1rem;
  border-left: 1rem solid #fff;
}

.tour-details .review-card .review::before {
  top: calc(2rem - 1px);
  left: 100%;
  border-width: calc(1rem + 1px);
  border-left: calc(1rem + 1px) solid #ccc;
}

.tour-details .review-card .review-text {
  font-size: 0.88rem;
}

.tour-details .review-card .stars {
  margin-bottom: 0;
}

.tour-details .review-card .stars i.active {
  color: #ff8e00;
  font-size: 0.8rem;
}

.tour-details .review-card .reviewer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.tour-details .review-card .reviewer img {
  flex: 0 0 64px;
  margin-bottom: 1rem;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.tour-details .review-card .reviewer .reviewer-info p {
  text-align: center;
  margin-bottom: 0;
}

.tour-details .review-card .reviewer .reviewer-info p.name {
  font-weight: 600;
  color: #555;
}

.tour-details .review-card .reviewer .reviewer-info p.from {
  font-size: 0.8rem;
}

@media screen and (max-width: 992px) {
  .tour-details .review-card {
    padding: 1rem 0;
  }

  .tour-details .review-card .review {
    border: none;
    padding: 0;
  }

  .tour-details .review-card .review::before,
  .tour-details .review-card .review::after {
    display: none;
  }
}

.tour-details .price-card {
  text-align: center;
  line-height: 1.2;
  top: 8rem;
}

.tour-details .price-card .price {
  margin-bottom: 0;
  line-height: 1;
}

.tour-details .price-card .price s {
  margin: 0.5rem 0;
  display: block;
}

.tour-details .price-card .price .currency {
  color: #d9edfc;
}

.tour-details .price-card .price .figure {
  color: #d9edfc;
  font-weight: 600;
  font-size: 3rem;
}

.tour-details .price-card .btn {
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 0.7rem;
}

.tour-details .price-card .text h4 {
  font-size: 1.2rem;
  text-align: left;
}

.tour-details .price-card .text ul li {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  padding: 0;
  text-align: left;
  color: #555555;
}

.tour-details .price-card .text ul li svg {
  color: #40a5f0;
  position: relative;
  top: 0.125rem;
}

.tour-details .price-card .ribbon {
  text-align: left;
  margin-left: -1rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
}

.tour-details .price-card .ribbon .text {
  color: #40a5f0;
  padding: 0 1rem;
  background: #ff8e00;
  line-height: 2;
  height: 2.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
}

.tour-details .price-card .ribbon::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 2.4rem;
  border-right: 2rem solid #40a5f0;
  border-top: 1.2rem solid #ff8e00;
  border-bottom: 1.2rem solid #ff8e00;
  border-left: 2rem solid #ff8e00;
}

.tour-details .sticky-price {
  top: 8rem;
}

.tour-details .group-discounts-card {
  background: #ff8e00;
  color: #fff;
}

.tour-details .group-discounts-card small {
  padding: 1rem;
}

.tour-details .group-discounts-card table {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #fff;
}

.tour-details .group-discounts-card th {
  padding: 1rem 0.8rem;
  color: #fff;
}

.tour-details .group-discounts-card td {
  padding: 0.25rem 1rem;
}

.tour-details .share-links a {
  color: #ff8e00;
  margin-right: 1rem;
}

.tour-details .share-links a i {
  font-size: 1.4rem;
}

.tour-details .btn-customize {
  padding: 0.7rem;
  font-weight: 600;
}

.tour-details .btn-customize i {
  margin-right: 10px;
}

.tour-details .btn.btn-book-now {
  display: block;
  width: 100%;
  background: #ff8e00;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
}

.tour-details .btn.btn-book-now:hover,
.tour-details .btn.btn-book-now:focus {
  background: #40a5f0;
}

.tour-details .btn.btn-book-now:active {
  box-shadow: inset 1px 5px 3px rgba(0, 0, 0, 0.1);
}

.tour-details .features ul {
  padding-left: 40px;
}

.tour-details .features ul li {
  font-size: 1.2rem;
  color: #40a5f0;
  text-transform: uppercase;
  font-weight: 600;
}

.tour-details .features ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.tour-details .features ul li::before {
  display: inline-block;
  width: 40px;
  margin-left: -40px;
  line-height: 24px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  color: #ff8e00;
  content: "\F35A";
  font-weight: 600;
}

.tour-details .experts-card {
  background: #40a5f0;
  padding: 1rem;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tour-details .experts-card h3 {
  color: white;
}

.tour-details .experts-card svg {
  color: #f6f6f6;
}

.tour-details .experts-card .experts-phone a {
  font-size: 1.1rem;
  color: #fff;
}

.tour-details .experts-card .experts-phone a i {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #ff8e00;
}

.tour-details .experts-card .experts-phone a:hover {
  text-decoration: none;
}

.tour-details .essential-info {
  background: #d9edfc;
  padding: 15px;
}

.tour-details .essential-info h3 {
  color: #ff8e00;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff8e00;
}

.tour-details .essential-info .essential-links li a {
  color: #555555;
  font-weight: 600;
}

.tour-details .essential-info .essential-links li a:hover {
  text-decoration: none;
  color: #40a5f0;
}

.tour-details .essential-info .essential-links li svg {
  color: #40a5f0;
}

.tour-details .package-card-sm {
  position: relative;
  padding: 0;
  margin-bottom: 1rem;
  color: #fff;
}

.tour-details .package-card-sm .img {
  height: 160px;
  background-position: center;
  background-size: cover;
}

.tour-details .package-card-sm .title {
  position: absolute;
  bottom: 0.5rem;
  left: 10px;
  right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
}

.tour-details .package-card-sm .days {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 0.9rem;
}

.tour-details .package-card-sm .price {
  position: absolute;
  right: 0;
  top: 0;
  background: #40a5f0;
  padding: 0.8rem;
  border-radius: 0 0 0 0.5rem;
}

.tour-details .package-card-sm .info .days,
.tour-details .package-card-sm .info .price {
  line-height: 1.2;
}

.tour-details .package-card-sm .info .days {
  margin-bottom: 4px;
}

.tour-details .package-card-sm:hover .title {
  color: #ff8e00;
  text-decoration: none;
}

.tour-details .latest-blog-card {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.tour-details .latest-blog-card .title {
  font-size: 1rem;
  color: #40a5f0;
}

.tour-details .controls {
  background: #40a5f0;
  padding: 15px;
}

.tour-details .complimentary {
  background: #f6f6f6;
}

.tour-details .complimentary ul {
  margin-bottom: 0;
}

.tour-details .complimentary ul li svg {
  color: #ff8e00;
}

.tour-details .ta-widget {
  text-align: center;
  background: #fff;
}

.breadcrumb-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.breadcrumb-wrapper ol.breadcrumb {
  display: flex;
  width: 100%;
  padding: 1rem 0;
  list-style-type: none;
}

.breadcrumb-wrapper ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  margin-right: 1rem;
  color: #40a5f0;
}

.breadcrumb-wrapper ol.breadcrumb li {
  margin-right: 1rem;
}

.breadcrumb-wrapper ol.breadcrumb li a {
  color: #f6f6f6;
  font-weight: 600;
}

.breadcrumb-wrapper ol.breadcrumb li.active {
  color: white;
}

p.select-ratings i {
  color: #888;
}

p.select-ratings i.active {
  color: #ff8e00;
}

p.select-ratings i:hover {
  cursor: pointer;
}

#photo-input {
  margin-bottom: 1rem;
}

#write-review-photo {
  width: 120px;
  max-width: 100%;
  border-radius: 0.5rem;
  display: block;
}

.album {
  overflow: hidden;
}

.album img {
  display: block;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}

.album .overlay {
  bottom: 0;
  padding: 0.5rem;
}

.album .overlay h2 span {
  background: #40a5f0;
  color: white;
  padding: 0.25rem;
}

.album:hover img {
  transform: scale(1);
}

.thumb a {
  display: block;
}

.thumb img {
  display: block;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.thumb .overlay svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumb:hover .overlay {
  opacity: 1;
}

.team-member img {
  max-width: 10rem;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button.collapsed {
  border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
  color: #3a95d8;
  background-color: #ecf6fe;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233a95d8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #a0d2f8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(64, 165, 240, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 0;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #40a5f0;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.sm-simple {
  border: 0 solid #bbbbbb;
  background: #fff;
  box-shadow: 0 1px 1px none;
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple a .sub-arrow::before {
  content: "+";
}

.sm-simple a.highlighted .sub-arrow::before {
  content: "-";
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 1199px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/

  /* start... (it's not recommended editing these rules) */

  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */

  .sm-simple {
    background: inherit;
  }

  .sm-simple a,
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #40a5f0;
  }

  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    background: #b6ddf9;
  }

  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }

  .sm-simple a.disabled {
    background: inherit;
    color: #cccccc;
  }

  .sm-simple a.has-submenu {
    padding-right: 32px;
  }

  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }

  .sm-simple a.highlighted .sub-arrow::before {
    content: "+";
  }

  .sm-simple > li {
    border-top: 0;
    border-left: 0 solid #eeeeee;
  }

  .sm-simple > li:first-child {
    border-left: 0;
  }

  .sm-simple ul {
    border: 0 solid #bbbbbb;
    background: inherit;
    box-shadow: 0 1px 1px none;
  }

  .sm-simple ul a {
    border: 0 !important;
  }

  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }

  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }

  .sm-simple ul > li {
    border-left: 0;
    border-top: 0 solid #eeeeee;
  }

  .sm-simple ul > li:first-child {
    border-top: 0;
  }

  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: inherit;
    height: 20px;
  }

  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #40a5f0 transparent;
  }

  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #40a5f0 transparent transparent transparent;
  }

  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }

  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }

  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }

  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }

  .sm-simple.sm-rtl > li:first-child {
    border-left: 0 solid #eeeeee;
  }

  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }

  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }

  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }

  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }

  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 0 solid #eeeeee;
  }

  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

.sm-simple {
  background: #ffffffee;
}

@media (min-width: 1199px) {
  .sm-simple {
    background: transparent;
  }

  .sm-simple > li > a,
  .sm-simple > li > a:hover,
  .sm-simple > li > a:focus,
  .sm-simple > li > a:active,
  .sm-simple > li > a.highlighted {
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    background: transparent;
  }

  .sm-simple ul {
    background: white;
    box-shadow: 0px 0px 1rem rgba(0, 0, 255, 0.1);
    border-top: 3px solid #ff8e00;
  }

  .sm-simple ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
}

.editor p{
    margin-bottom: 0.8rem;
}
.editor ul {
    padding-left: 50px;
}
.editor h1{
    font-size: 2rem;
    margin-bottom: 0.25rem;
}
.editor h2{
    font-size: 1.6rem;
    margin-bottom: 0.25rem;
}
.editor h3{
    font-size: 1.4rem;
    margin-bottom: 0.25rem;
}
.editor ol{
    margin-bottom: 1rem;
    padding-left: 50px;
}
.editor li{
    margin-bottom: 0.25rem;
    list-style: disc;
}

.day-details p{
    margin-bottom: 0.8rem;
}
.day-details ul{
    padding-left: 50px;
}
.day-details h1{
    font-size: 2rem;
    margin-bottom: 0.25rem;
}
.day-details h2{
    font-size: 1.6rem;
    margin-bottom: 0.25rem;
}
.day-details h3{
    font-size: 1.4rem;
    margin-bottom: 0.25rem;
}
.day-details ol{
    margin-bottom: 1rem;
}
.day-details li{
    margin-bottom: 0.25rem;
    list-style: disc;
}
.trip-note li{
    margin-bottom: 0.25rem;
    list-style: disc;
}
.trip-note ul{
    padding-left: 50px;
}
.tour-details-section li{
    margin-bottom: 0.25rem;
    list-style: disc;
}
.tour-details-section ul{
    padding-left: 10px;
}


.modal {
    z-index: 99999 !important;
  }
  .map-image-modal {
    cursor: zoom-in;
    object-fit: cover;
    /*width: 200px;*/
  }

.trip-faq-description ul li {
      list-style-type: inherit !important;
  }

.modal-body {
      /* 100% = dialog height, 120px = header + footer */
      /*height: 70vh;*/
      /*overflow-y: scroll;*/
  }
