@charset "UTF-8";
img {
  max-width: 100%;
}

#ui-datepicker-div {
  z-index: 99 !important;
  width: auto;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  border-radius: 5px;
  display: none;
}
#ui-datepicker-div .ui-widget-header {
  color: #000;
  font-weight: normal;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  background-color: #f17a12;
}
#ui-datepicker-div .ui-widget-header .ui-state-default {
  border: 0;
  background: #fff;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  text-align: center;
}
#ui-datepicker-div .ui-widget-header .ui-state-hover {
  border: 0px;
  background: #27316c;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-header .ui-state-focus {
  border: 0px;
  background: #27316c;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  top: 8px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
  background: url(../images/common/next.png) no-repeat 4px;
  font-size: 0;
  width: 23px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  top: 8px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
  background: url(../images/common/back.png) no-repeat 3px;
  font-size: 0;
  width: 23px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
}
#ui-datepicker-div .ui-widget-header .ui-state-disabled {
  opacity: 1;
  padding: 0;
  background-image: none;
  cursor: no-drop !important;
  pointer-events: unset;
  top: 8px;
}
#ui-datepicker-div .ui-widget-header .ui-state-disabled span {
  color: #d6d6d6;
}
#ui-datepicker-div .ui-datepicker-calendar tr td {
  padding: 1px;
  border: 2px solid transparent;
}
#ui-datepicker-div .ui-datepicker-calendar tr td a {
  padding: 8px 10px;
}
#ui-datepicker-div .ui-datepicker-calendar tr:last-child {
  border-bottom: 1px solid #fff;
}
#ui-datepicker-div .ui-state-default {
  border: 0;
  background: #fff;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  text-align: center;
}
#ui-datepicker-div .ui-widget-content .ui-state-default {
  border: 0;
  background: #fff;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  text-align: center;
}
#ui-datepicker-div .ui-widget-content .ui-state-active {
  border: 2px solid #f17a12;
  border-radius: 11px;
}
#ui-datepicker-div .ui-widget-content .ui-state-hover {
  border: 0px;
  background: #27316c;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-content .ui-state-focus {
  border: 0px;
  background: #27316c;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
  background-image: none;
  cursor: no-drop !important;
  pointer-events: unset;
}
#ui-datepicker-div .ui-widget-content .ui-state-disabled span {
  color: #d6d6d6;
}
#ui-datepicker-div .ui-button {
  border: 0;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}
#ui-datepicker-div .ui-button:hover {
  border: 0px;
  background: #27316c;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-button:focus {
  border: 0px;
  background: #27316c;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div html .ui-button.ui-state-disabled:hover {
  border: 0;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}
#ui-datepicker-div html .ui-button.ui-state-disabled:active {
  border: 0;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}
#ui-datepicker-div .ui-state-active {
  border: 0px;
  background: #f17a12;
  font-weight: normal;
  border-radius: 4px;
  color: #000;
}
#ui-datepicker-div .ui-state-hover {
  border: 0px;
  background: #27316c;
  font-weight: normal;
  border-radius: 4px;
  color: #fff;
}
#ui-datepicker-div .ui-state-focus {
  border: 0px;
  background: #27316c;
  font-weight: normal;
  border-radius: 50px;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
  background: none;
}
#ui-datepicker-div .ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
  background: none;
}
#ui-datepicker-div .ui-datepicker-title {
  font-family: inherit;
  font-weight: bold;
  padding: 0;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-title select {
  font-weight: 700;
}
#ui-datepicker-div .ui-state-disabled {
  opacity: 1;
  background-image: none;
  cursor: no-drop !important;
  pointer-events: unset;
}
#ui-datepicker-div .ui-state-disabled span {
  padding: 8px 10px;
  color: #d6d6d6;
}

.ui-datepicker td span {
  display: block;
  padding: 0;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker td a {
  display: block;
  padding: 0;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  left: 10px;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  right: 10px;
}

#departuredestination {
  position: relative;
}

#arrivaldestination {
  position: relative;
}

@media (max-width: 767px) {
  #ui-datepicker-div {
    left: 0 !important;
    right: 0;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  #ui-datepicker-div table {
    width: 100%;
  }
  #ui-datepicker-div {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
/**
 * Swiper 7.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 16, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.menu a {
  padding: 35px 0;
}

.banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 31, 0.7)), to(rgba(20, 20, 31, 0.7))), url(../images/home/banner.jpg);
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)), url(../images/home/banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 570px;
  text-align: center;
  color: #fff;
  padding-top: 180px;
  margin-top: -96px;
}
.banner .heading {
  font-size: 64px;
  font-weight: 500;
}
.banner p {
  font-size: 21px;
  padding: 10px 0 55px;
}

.banner-tabs ul.tabs {
  text-align: left;
}
.banner-tabs ul.tabs li {
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
  background: none;
  color: #fff;
  background: #f17a12;
  display: inline-block;
  padding: 12px 20px;
  cursor: pointer;
}
.banner-tabs ul.tabs li.current {
  background: #fff;
  color: #000;
}
.banner-tabs ul.tabs li.current i {
  color: #000;
}
.banner-tabs ul.tabs li i {
  display: inline-block;
  margin-right: 4px;
}
.banner-tabs .tab-content {
  display: none;
  background: #fff;
  padding: 15px;
  border-radius: 0 5px 5px 5px;
  text-align: left;
}
.banner-tabs .tab-content.current {
  display: inherit;
}

.radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-buttons .button-group {
  margin-right: 15px;
}
.radio-buttons [type=radio]:checked,
.radio-buttons [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-buttons [type=radio]:checked + label,
.radio-buttons [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.radio-buttons [type=radio]:checked + label:before,
.radio-buttons [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.radio-buttons [type=radio]:checked + label:after,
.radio-buttons [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #f17a12;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-buttons [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.radio-buttons [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.radio-buttons .stopdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
.radio-buttons .stopdiv p {
  padding: 0;
  font-size: 15px;
  margin-right: 15px;
}

.inpur-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inpur-row .input-box {
  border: 1px solid #ddd;
  position: relative;
  border-radius: 5px;
}
.inpur-row .input-box.first-box {
  width: 22%;
}
.inpur-row .input-box.date-box {
  width: 16%;
}
.inpur-row .input-box.user-box {
  width: 16%;
  cursor: pointer;
}
.inpur-row .input-box.hotel-box {
  width: 30%;
}
.inpur-row .input-box.hotel-date-box {
  width: 28%;
}
.inpur-row .input-box.user-box-next {
  width: 23%;
  cursor: pointer;
}
.inpur-row .input-box img {
  position: absolute;
  left: 10px;
  top: 12px;
}
.inpur-row input,
.inpur-row select,
.inpur-row span,
.inpur-row strong {
  padding: 12px;
  padding-left: 40px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
          box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
  color: #666;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  display: block;
}
.inpur-row input::-webkit-input-placeholder, .inpur-row select::-webkit-input-placeholder, .inpur-row span::-webkit-input-placeholder, .inpur-row strong::-webkit-input-placeholder {
  color: #666;
  opacity: 100%;
}
.inpur-row input::-moz-placeholder, .inpur-row select::-moz-placeholder, .inpur-row span::-moz-placeholder, .inpur-row strong::-moz-placeholder {
  color: #666;
  opacity: 100%;
}
.inpur-row input:-ms-input-placeholder, .inpur-row select:-ms-input-placeholder, .inpur-row span:-ms-input-placeholder, .inpur-row strong:-ms-input-placeholder {
  color: #666;
  opacity: 100%;
}
.inpur-row input::-ms-input-placeholder, .inpur-row select::-ms-input-placeholder, .inpur-row span::-ms-input-placeholder, .inpur-row strong::-ms-input-placeholder {
  color: #666;
  opacity: 100%;
}
.inpur-row input::placeholder,
.inpur-row select::placeholder,
.inpur-row span::placeholder,
.inpur-row strong::placeholder {
  color: #666;
  opacity: 100%;
}

.searchboxinput .seachboxdiv {
  z-index: 9;
  position: absolute;
  background: #fff;
  width: 365px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
          box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
}
.searchboxinput .seachboxdiv label.suggetion {
  margin: 0;
  color: #fff;
  background-color: #f17a12;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.searchboxinput .seachboxdiv .autocompletelist {
  max-height: 400px;
  overflow: auto;
}
.searchboxinput .seachboxdiv .autocompletelist li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block !important;
  padding: 7px;
  padding-left: 33px;
  background: url(../images/home/map.svg) no-repeat 10px center;
  text-transform: capitalize;
  border-bottom: 1px solid #d6d6d6;
  font-size: 13px;
  cursor: pointer;
  line-height: 15px;
  color: black;
  font-size: 14px;
}
.searchboxinput .seachboxdiv .autocompletelist li b {
  font-size: 14px;
  font-weight: 700;
}
.searchboxinput .seachboxdiv .autocompletelist li span {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  color: #000;
  font-size: 12px;
  display: block;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.searchboxinput .seachboxdiv .autocompletelist li span b {
  font-size: 12px;
}
.searchboxinput .seachboxdiv .autocompletelist li:hover {
  background-color: #f0f4ff;
  padding-left: 37px;
  background-position: 15px center;
}
.searchboxinput #departuredestination {
  position: relative;
}
.searchboxinput #departuredestination .seachboxdiv {
  left: 0;
  top: 55px;
}
.searchboxinput #arrivaldestination {
  position: relative;
}
.searchboxinput #arrivaldestination .seachboxdiv {
  left: 0;
  top: 55px;
}

#flightnav.oneway #round_returndate {
  display: none;
}
#flightnav.oneway .first-box {
  width: 31%;
}
#flightnav.oneway .first-box.date-box {
  width: 14%;
}
#flightnav.oneway .first-box.user-box {
  width: 24%;
}
#flightnav.multitripnav .searchboxinput {
  border-radius: 0;
}
#flightnav.multitripnav .add_multitrip {
  display: block;
}
#flightnav.multitripnav .multitripdestinations {
  display: block;
}
#flightnav.multitripnav #round_returndate {
  display: none;
}
#flightnav.multitripnav .inputbox {
  width: 31%;
}
#flightnav.multitripnav .inputbox.calender {
  width: 14%;
}
#flightnav.multitripnav .inputbox.class {
  width: 24%;
}

.search-button {
  width: 4%;
  cursor: pointer;
  display: block;
  padding: 10px;
  background: #f17a12;
  border-radius: 5px;
  text-align: center;
}
.search-button img {
  vertical-align: middle;
}

.hotelsearch .seachboxdiv {
  left: 0;
  top: 55px;
}

.add_newlist li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block !important;
  padding: 7px;
  padding-left: 25px;
  background: url(../images/home/map.svg) no-repeat 10px center;
  text-transform: capitalize;
  border-bottom: 1px solid #d6d6d6;
  font-size: 13px;
  cursor: pointer;
  line-height: 15px;
  color: black;
  font-size: 14px;
}

@media (max-width: 767px) {
  .banner {
    padding-top: 100px;
    height: auto;
    padding-bottom: 30px;
  }
  .banner .heading {
    font-size: 30px;
  }
  .banner p {
    font-size: 16px;
  }
  .stopdiv {
    margin: 10px 0;
  }
  .inpur-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inpur-row .input-box {
    width: 100% !important;
    margin-bottom: 12px;
  }
  .search-button {
    width: 100%;
  }
}
.popuppaxdetails {
  position: absolute;
  background: #fff;
  padding: 10px;
  padding-bottom: 0px;
  min-width: 300px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: auto;
  display: none;
  z-index: 99;
  top: 100px;
  border-radius: 5px;
  padding: 0;
  position: absolute;
  top: 55px;
  right: 0;
  width: auto;
  display: none;
  border-radius: 5px;
}
.popuppaxdetails .mainpopupselectroom {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 300px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  border-radius: 5px;
}
.popuppaxdetails .mainpopupselectroom > div {
  max-height: 400px;
  overflow: auto;
}
.popuppaxdetails .mainpopupselectroom .addmorerooms {
  padding: 10px;
}
.popuppaxdetails .mainpopupselectroom .addmorerooms a {
  color: #005982;
  padding: 5px 0;
  background: none;
  display: block;
  line-height: inherit;
  border-radius: 0;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle {
  padding: 0px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomnotext {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomnotext span {
  margin: 0;
  color: #000;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomnotext .closeroom {
  background: url(/Templates_assets/assets/images/icons8-multiply-30.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle:first-child .closeroom {
  display: none;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 10px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter select {
  border: 1px solid #ddd;
  width: 135px;
  background: url(../images/common/arrow.svg) no-repeat 90%;
  font-size: 13px;
  border-radius: 3px;
  padding: 5px 10px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .minussign {
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  text-align: center;
  font-size: 25px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  line-height: 30px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .minussign:hover {
  color: #27316c;
  border-color: #27316c;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .plussign {
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  text-align: center;
  font-size: 20px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  line-height: 30px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .plussign:hover {
  color: #27316c;
  border-color: #27316c;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .disabled {
  border: 1px solid #898989;
  color: #898989;
  background: #ebebeb;
  cursor: no-drop;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter label {
  width: 35px;
  padding: 0;
  height: 35px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata .flexdiv.bg {
  background: #f0f4ff;
  margin-bottom: 10px;
  padding: 5px;
}
.popuppaxdetails .mainpopupselectroom .maindivroomsingle .roomdata label {
  font-size: 14px;
  background: transparent;
  color: #000;
  padding: 0;
  opacity: 1;
}
.popuppaxdetails .btnok {
  padding: 10px 30px;
  background: #f17a12;
  color: #000;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  border-radius: 5px;
}

.explore-deals {
  background: #eceff4;
  padding: 35px 0;
}
.explore-deals .heading {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
.explore-deals .heading span {
  color: #f17a12;
  font-size: 30px;
  font-weight: 500;
}

.deals_blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}
.deals_blogs li {
  width: 23.5%;
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
}
.deals_blogs li .postionlogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.deals_blogs figure {
  line-height: 0;
}
.deals_blogs figure img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  height: 210px;
}
.deals_blogs .content_box {
  padding: 10px;
}
.deals_blogs .title {
  font-size: 20px;
  font-weight: 500;
}
.deals_blogs .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 15px;
}
.deals_blogs .price {
  display: inline-block;
  width: 48%;
  border-right: 1px solid #b8bcbf;
  font-size: 19px;
  font-weight: 600;
  color: #f17a12;
}
.deals_blogs .price sup {
  font-size: 60%;
  font-weight: 600;
  top: -0.4em;
  vertical-align: text-top;
}
.deals_blogs .right_info {
  width: 43%;
}
.deals_blogs .right_info small {
  font-size: 13px;
  display: block;
  line-height: 22px;
}
.deals_blogs .right_info small i {
  font-size: 12px;
  padding: 0 5px;
}
.deals_blogs .d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 5px;
}
.deals_blogs .d_flex span {
  font-size: 13px;
}
.deals_blogs .bottom-text {
  text-align: center;
  font-size: 13px;
  padding: 5px 0;
}

.deals__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.deals__range .border-bg {
  width: 33.3%;
  border: 2px solid #389e0d;
  border-radius: 100px;
}
.deals__range .border-bg:nth-child(1) {
  position: relative;
}
.deals__range .border-bg:nth-child(1)::before {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  color: #389e0d;
  font-weight: 900;
  position: absolute;
  bottom: 8px;
  left: 40px;
  font-size: 18px;
}
.deals__range .border-bg.color {
  border-color: #fbbc02;
}
.deals__range .border-bg.color1 {
  border-color: #ea4335;
}

@media (max-width: 767px) {
  .explore-deals .heading {
    font-size: 24px;
  }
  .explore-deals .heading span {
    font-size: 24px;
  }
  .deals_blogs li {
    width: 100%;
  }
}
.destinations p {
  font-size: 18px;
  font-weight: 500;
  color: #f17a12;
  text-align: center;
  padding-bottom: 13px;
}
.destinations .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8px;
}
.destinations select {
  margin: 0px 0 0 25px;
  padding: 9px 45px 9px 16px;
  font-size: 16px;
  font-weight: 500;
  border: 1px;
  border: 1px solid #b8bcbf;
  border-radius: 5px;
  background: url("../images/common/down-arrow.svg") no-repeat 90%;
  background-size: 14px;
}
.destinations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}
.destinations ul li {
  text-align: center;
  border: 1px solid #b8bcbf;
  margin-bottom: 20px;
  width: 24%;
  margin-right: 1%;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.destinations ul li a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.destinations ul img {
  width: 100%;
  height: 250px;
}
.destinations ul p {
  font-size: 13px;
  color: #707070;
  padding: 4px 0;
}
.destinations ul .title {
  font-size: 28;
  font-weight: 500;
  color: #000;
}
.destinations ul span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
  padding-bottom: 20px;
}
.destinations ul .text {
  padding: 10px 33px;
}

@media (max-width: 767px) {
  .destinations .box {
    display: block;
    text-align: center;
  }
  .destinations ul li {
    width: 100%;
  }
  .destinations ul .title {
    font-size: 20px;
  }
  .destinations ul span {
    font-size: 17px;
  }
}
.Top-destinations {
  padding: 40px 0;
}
.Top-destinations .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.Top-destinations .heading {
  font-size: 30px;
  font-weight: 300;
  color: #000;
}
.Top-destinations b {
  font-weight: 600;
  font-size: 30px;
}
.Top-destinations p {
  font-size: 16px;
}

.select_tours {
  font-weight: 700;
  color: #000;
  min-width: 200px;
}
.select_tours select {
  width: 100%;
  cursor: pointer;
  padding: 11px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.select_tours.deals_select {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-bottom: 20px;
}
.select_tours.deals_select select {
  background: #fff;
}

.dest_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dest_list li {
  width: 23.5%;
  margin-bottom: 25px;
}
.dest_list a {
  display: block;
  color: #000;
}
.dest_list figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.dest_list figure img {
  width: 100%;
  height: 350px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.dest_list figure img:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.dest_list .content_box {
  padding: 10px 10px 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.dest_list .title {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #b8bcbf;
  height: 45px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.dest_list strong {
  font-size: 25px;
  margin-top: 15px;
  display: block;
  margin-bottom: 5px;
}
.dest_list strong:hover {
  color: #ff7800;
}
.dest_list .stars i {
  color: #27316c;
}
.dest_list span {
  display: block;
  font-size: 15px;
  text-align: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 15px auto auto;
}
.dest_list span:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .Top-destinations {
    padding-left: 15px;
    padding-right: 15px;
  }
  .Top-destinations .top-title {
    display: block;
  }
  .Top-destinations .left {
    text-align: center;
    margin-bottom: 18px;
  }
  .dest_list li {
    width: 100%;
  }
  .dest_list li figure img {
    height: 250px;
  }
  .dest_list .top-rated .heading {
    font-size: 30px;
  }
}
.travelBlog {
  padding: 50px 0;
  background: #eceff4;
  margin-bottom: 30px;
}
.travelBlog .heading {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.travelBlog .viewAllBtn {
  background: #f17a12;
  display: block;
  margin-left: auto;
  margin-bottom: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5px;
}
.travelBlog .blogsCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.travelBlog li {
  width: 23%;
  position: relative;
  -webkit-box-shadow: 0px 17px 41px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 17px 41px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.travelBlog li:hover .positionlDiv {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.travelBlog li:hover .defaultText {
  opacity: 0;
}
.travelBlog .active .positionlDiv {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.travelBlog .active .defaultText {
  opacity: 0;
}
.travelBlog figure {
  line-height: 0;
  position: relative;
}
.travelBlog figure::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(15, 34, 52, 0.17)), to(#0f2234));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(15, 34, 52, 0.17), #0f2234);
  border-radius: 5px;
}
.travelBlog figure img {
  width: 100%;
  height: 390px;
  border-radius: 5px;
}
.travelBlog .defaultText {
  font-size: 18px;
  position: absolute;
  bottom: 0px;
  background-color: rgba(17, 35, 46, 0.06);
  z-index: 1;
  padding: 20px;
}
.travelBlog .positionlDiv {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgb(39, 49, 108);
  border-radius: 5px;
  padding: 20px;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.travelBlog a, .travelBlog strong, .travelBlog span, .travelBlog small {
  display: block;
  color: #fff;
}
.travelBlog .fa-chevron-right {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 33px;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50px;
}
.travelBlog .flxDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.travelBlog span {
  font-size: 18px;
}
.travelBlog strong {
  font-size: 24px;
  padding-bottom: 10px;
}
.travelBlog .bigText {
  font-size: 18px;
  border-bottom: 1px solid #f17a12;
  margin-bottom: 8px;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .travelBlog .topText {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .travelBlog .commonText {
    margin-bottom: 10px;
  }
  .travelBlog .viewAllBtn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .travelBlog br {
    display: none;
  }
  .travelBlog ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .travelBlog li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.chooseUs {
  margin-bottom: 50px;
}
.chooseUs .heading {
  font-size: 37px;
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}
.chooseUs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chooseUs li {
  width: 24%;
  border: 1px solid #e3eaf1;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.chooseUs .rightTxt {
  padding-left: 20px;
}
.chooseUs .title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.chooseUs span {
  color: #000;
  font-size: 12px;
}
.chooseUs .active {
  background: #27316c;
}
.chooseUs .active .title, .chooseUs .active span {
  color: #fff;
}

@media (max-width: 767px) {
  .chooseUs {
    margin-bottom: 20px;
  }
  .chooseUs .heading {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .chooseUs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .chooseUs li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cheap-flites {
  margin-bottom: 60px;
}
.cheap-flites .common-heading {
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 26px;
  font-weight: 700;
}
.cheap-flites p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
.cheap-flites ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.cheap-flites li {
  width: 25%;
  border-bottom: 1px solid #b8bcbf;
  width: 30%;
  margin-right: 20px;
  font-size: 16px;
  padding: 13px 0;
  position: relative;
}
.cheap-flites li:nth-child(16n) {
  border: none;
}
.cheap-flites li:nth-child(17n) {
  border: none;
}
.cheap-flites li:nth-child(18n) {
  border: none;
}
.cheap-flites a {
  color: #666666;
  font-size: 16px;
  display: block;
}
.cheap-flites a::after {
  content: " ";
  background: url("../images/common/right-arrow.svg") no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .cheap-flites ul {
    width: 100%;
  }
  .cheap-flites ul li {
    width: 100%;
  }
}
.partner-airlines {
  padding: 30px 0px;
}
.partner-airlines .container .heading {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}

.slick-slide {
  height: 100px;
}