@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

p {
  line-height: 25px;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  outline: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Open Sans";
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  outline: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Open Sans";
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Open Sans";
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
img {
  max-width: 100%;
}

/* 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: "→" !important;
}
.slick-prev:before {
  content: "←" !important;
}

/* 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;
}

/**
 * Swiper 7.3.1
 * 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: November 24, 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;
	    width: 100%; 
}

.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;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.banner-section {
  color: #333;
  position: relative;
}
.banner-section .content-box {
  padding: 0 !important;
}
.banner-section .container {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  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;
}
.banner-section .heading {
  font-size: 60px;
  font-weight: 600;
text-shadow: 0 6px 12px rgb(0, 0, 0);
}
.banner-section p {
  font-size: 20px;
  font-weight: 600;
text-shadow: 0px 4px 4px rgb(0, 0, 0);
  margin: 30px 0;
}
.banner-section .search-btn {
  background: #a97329;
  padding: 11px 0;
  width: 14%;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.search_find {
  width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  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;
  position: relative;
}
.search_find input {
  width: 100%;
  background: url(../images/home/search.svg) no-repeat 13px;
  padding: 10px;
  padding-left: 38px;
  font-size: 18px;
  color: #212121;
  letter-spacing: 1px;
}
.search_find input:hover .search_results {
  display: block;
}
.search_find input::-webkit-input-placeholder {
  opacity: 80%;
  color: #212121;
}
.search_find input::-moz-placeholder {
  opacity: 80%;
  color: #212121;
}
.search_find input:-ms-input-placeholder {
  opacity: 80%;
  color: #212121;
}
.search_find input::-ms-input-placeholder {
  opacity: 80%;
  color: #212121;
}
.search_find input::placeholder {
  opacity: 80%;
  color: #979393;
  font-size: 15px;
}

.banner-slider img {
  width: 100%;
}
.banner-slider .swiper-button-next, .banner-slider .swiper-button-prev {
  color: #fff;
}

.search_results {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.search_results .city_items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  position:relative;
}
.search_results .city_items li:hover {
  background: #ebeef1;
}
.search_results .city_items figure {
  width:8%;
  border-radius: 5px;
  overflow: hidden;
  line-height: 0;
}
.search_results .city_items figure img {
  width: 100%;
  height: 54px;
  object-fit: cover;
}

.search_results .city_items .inroots{width: 90%; text-align: left; padding-left: 12px;}

.search_results .city_items span {
  display:block; 
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 500;   
}

.search_results .city_items small {
  display:inline-block; 
  background: #ac7326;
  color: #fff;
  font-size: 14px;
  font-weight: 500;  
  padding: 3px 10px;
  border-radius: 100px;
  margin: 3px 0;
}

.search_results .city_items em {
  display:block; 
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 500;
  text-align: left;  
  font-style: normal;
}

.popular-hotels {
  padding: 55px 25px;
}
.popular-hotels .heading {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #000;
  padding-bottom: 25px;
}
.popular-hotels ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}
.popular-hotels ul li {
  width: 19%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #DFDFDF;
  margin: 0 10px;
}
.popular-hotels figure {
  padding: 0;
  line-height: 0;
  position: relative; 
  overflow:hidden;
  width:100%;
  height:200px;
}
.popular-hotels figure img {
  width: 100%;
  height:100%;
  object-fit:cover;
  transition:all 0.4s ease;
}

.popular-hotels figure img:hover{transform:scale(1.1); transition:all 0.4s ease;}

.popular-hotels .slick-prev, .popular-hotels .slick-next {
  left: 0%;
  top: -38px; 
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: #E3E3E3;
  z-index: 0;
  font-size: 0px;
}
.popular-hotels .slick-prev::before, .popular-hotels .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 21px;
  font-weight: 900;
  color: #959595;
  opacity: 100%;
}
.popular-hotels .slick-next {
  left: inherit;
  right: 0%;
  /* background: #3662D8; */
}
.popular-hotels .slick-next::before {
  content: "";
  color: #777474;
}

.popular-hotels .slick-slider .slick-track, .slick-slider .slick-list{display:flex;} 

.featured {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 12px;
  background: #3662D8;
  color: #fff;
  padding: 4px 7px;
}


.content-box small {
  display: block;
  color: #616F79;
  font-size: 12px;
}
.content-box .title {
  font-size: 15px;
  /* color: #343B53; */
  /* color: #fff; */
  line-height: 20px;
  padding: 10px;
  border-radius:100px;
  margin-bottom:10px;
  cursor:pointer;
  text-align: center;
}
.content-box .staricon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.content-box .icon i {
  color: #a97329;
  font-size: 12px;
}
.content-box .icon i:last-child {
  color: #a97329;
}

.pricetext {
  text-align: center;
  padding:0 10px;  
}
.pricetext p {
  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;
  font-size: 20px;
  color: #3662D8; 
border-top: 1px solid #DFDFDF;
padding:10px 0;

}
.pricetext small {
  color: #616F79;
  font-size: 12px;
  display: inline-block;
  padding-right: 15px;
}
.pricetext span {
  color: #616F79;
  font-size: 12px;
  display: inline-block;
  text-decoration: line-through;
}

.m_div {
  background: #F5F5F5;
  padding: 40px 0;
  color: #212121;
}

.safari-tours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.safari-tours .right_content {
  text-align: right;
}
.safari-tours .right_content span {
  font-size: 16px;
  color: #FA7823;
  font-weight: 500;
  cursor: pointer;
}
.safari-tours .right_content i {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}
.safari-tours .right_content a {
  display: inline-block;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #FA7823;
  border-radius: 40px;
}
.safari-tours label {
  display: block;
  font-size: 16px;
  padding: 5px 0 10px;
}
.safari-tours strong {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
  padding-left: 8px;
}

.emirates_content .text a {
  display: inline-block;
  font-size: 15px;
  color: #FA7823;
  background: #fff;
  padding: 5px 10px;
  margin-right: 5px;
}
.emirates_content .heading {
  font-size: 45px;
  font-weight: 700;
  padding: 10px 0 15px;
}
.emirates_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.emirates_content ul li {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.emirates_content ul a {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
}
.emirates_content ul a.active {
  color: #a97329;
  font-weight: 700;
}
.emirates_content ul i {
  font-size: 15px;
  color: #212121;
  display: inline-block;
  margin-right: 8px;
}
.emirates_content ul span {
  font-size: 15px;
  font-weight: 400;
}

.slider_images .swiper-button-next:after, .slider_images .swiper-button-prev:after {
  color: #fff;
}
.slider_images figure {
  position: relative;
  line-height: 0;
}
.slider_images img {
  width: 100%;
}
.slider_images span {
  color: #fff;
  position: relative;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  font-size: 15px;
  padding: 20px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.description_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.description_tabs ul li {
  color: #212121;
}
.description_tabs ul li::after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  color: #212121;
}
.description_tabs ul li:last-child::after {
  display: none;
}
.description_tabs ul a {
  color: #212121;
  display: inline-block;
  padding: 0 0 10px;
  font-size: 16px;
  border-bottom: 4px solid transparent;
}
.description_tabs ul a.active {
  color: #FA7823;
  border-color: #FA7823;
  font-weight: 500;
}
.description_tabs ul a:hover {
  color: #FA7823;
  border-color: #FA7823;
  font-weight: 500;
}

.page-activity-details {
  background: #f5f5f5;
  padding: 20px;
  color: #212121;
}
.page-activity-details .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-activity-details .content_box {
  width: 75%;
}
.page-activity-details p {
  font-size: 15px;
  color: #212121;
  text-align: justify;
  padding-bottom: 15px;
  line-height: 26px;
}
.page-activity-details strong {
  font-weight: 600;
  color: #212121;
}
.page-activity-details .heading {
  font-size: 25px;
  padding-bottom: 15px;
}
.page-activity-details span {
  display: inline-block;
  color: #FA7823;
  font-size: 15px;
}
.page-activity-details a {
  display: inline-block;
  color: #FA7823;
  font-weight: 500;
}
.page-activity-details .text_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-bottom: 1px dashed #c9c9c9;
}
.page-activity-details .text_info.mbottom {
  margin-bottom: 20px;
}
.page-activity-details .text_info .left {
  width: 15%;
}
.page-activity-details .text_info p {
  padding: 0;
}
.page-activity-details .text_info .right {
  width: 85%;
  padding-left: 15px;
}
.page-activity-details .text_info label {
  display: block;
  font-size: 16px;
}
.page-activity-details .text_info i {
  font-size: 15px;
  display: inline-block;
  padding-right: 5px;
}
.page-activity-details .text_info ul {
  list-style: disc;
}
.page-activity-details .text_info ul li {
  font-size: 15px;
  padding: 5px;
}
.page-activity-details .text_info .question ul {
  list-style: none;
}
.page-activity-details .text_info .question ul li {
  cursor: pointer;
}
.page-activity-details .text_info .question strong {
  font-weight: 700;
}

.dshow {
  display: none;
}

.pricing_box {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 10px;
  padding: 15px 0;
  color: #212121;
}
.pricing_box ul {
  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;
  text-align: center;
  border-bottom: 1px dashed #c9c9c9;
  padding: 30px 0;
}
.pricing_box ul.border {
  border-bottom: 0;
}
.pricing_box ul li {
  width: 25%;
}
.pricing_box ul strong {
  font-size: 15px;
  font-weight: 500;
}
.pricing_box ul span {
  display: block;
  font-size: 14px;
  color: #212121;
  padding-bottom: 10px;
}
.pricing_box ul small {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  font-size: 14px;
  color: #FA7823;
  background: #fff;
  border-radius: 100px;
}
.pricing_box ul small.shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.pricing_box ul label {
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  color: #FA7823;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .banner-slider img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-slider .swiper-button-next:after, .banner-slider .swiper-button-prev:after {
    font-size: 30px;
    display: none;
  }

  .banner-section .container {
    width: 100%;
  }
  .banner-section .heading {
    font-size: 30px;
  }
  .banner-section p {
    font-size: 15px;
    margin: 15px 0;
  }
  .banner-section .search-btn {
    width: 100%;
    margin-top: 10px;
  }

  .search_find {
    width: 100%;
    display: block;
    background: none;
  }
  .search_find input {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
  }
}
.m_div {
  background: #F5F5F5;
  padding: 40px 0;
  color: #212121;
}

.safari-tours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.safari-tours .right_content {
  text-align: right;
}
.safari-tours .right_content span {
  font-size: 16px;
  color: #FA7823;
  font-weight: 500;
  cursor: pointer;
}
.safari-tours .right_content i {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}
.safari-tours .right_content a {
  display: inline-block;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #FA7823;
  border-radius: 40px;
}
.safari-tours label {
  display: block;
  font-size: 16px;
  padding: 5px 0 10px;
}
.safari-tours strong {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
  padding-left: 8px;
}

.emirates_content .text a {
  display: inline-block;
  font-size: 15px;
  color: #FA7823;
  background: #fff;
  padding: 5px 10px;
  margin-right: 5px;
}
.emirates_content .heading {
  font-size: 45px;
  font-weight: 700;
  padding: 10px 0 15px;
}
.emirates_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.emirates_content ul li {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.emirates_content ul a {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
}
.emirates_content ul a.active {
  color: #a97329;
  font-weight: 700;
}
.emirates_content ul i {
  font-size: 15px;
  color: #212121;
  display: inline-block;
  margin-right: 8px;
}
.emirates_content ul span {
  font-size: 15px;
  font-weight: 400;
}

.slider_images .swiper-button-next:after, .slider_images .swiper-button-prev:after {
  color: #fff;
}
.slider_images figure {
  position: relative;
  line-height: 0;
}
.slider_images img {
  width: 100%;
}
.slider_images span {
  color: #fff;
  position: relative;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  font-size: 15px;
  padding: 20px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.description_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.description_tabs ul li {
  color: #212121;
}
.description_tabs ul li::after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  color: #212121;
}
.description_tabs ul li:last-child::after {
  display: none;
}
.description_tabs ul a {
  color: #212121;
  display: inline-block;
  padding: 0 0 10px;
  font-size: 16px;
  border-bottom: 4px solid transparent;
}
.description_tabs ul a.active {
  color: #FA7823;
  border-color: #FA7823;
  font-weight: 500;
}
.description_tabs ul a:hover {
  color: #FA7823;
  border-color: #FA7823;
  font-weight: 500;
}

.page-activity-details {
  background: #f5f5f5;
  padding: 20px;
  color: #212121;
}
.page-activity-details .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-activity-details .content_box {
  width: 75%;
}
.page-activity-details p {
  font-size: 15px;
  color: #212121;
  text-align: justify;
  padding-bottom: 15px;
  line-height: 26px;
}
.page-activity-details strong {
  font-weight: 600;
  color: #212121;
}
.page-activity-details .heading {
  font-size: 25px;
  padding-bottom: 15px;
}
.page-activity-details span {
  display: inline-block;
  color: #FA7823;
  font-size: 15px;
}
.page-activity-details a {
  display: inline-block;
  color: #FA7823;
  font-weight: 500;
}
.page-activity-details .text_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-bottom: 1px dashed #c9c9c9;
}
.page-activity-details .text_info.mbottom {
  margin-bottom: 20px;
}
.page-activity-details .text_info .left {
  width: 15%;
}
.page-activity-details .text_info p {
  padding: 0;
}
.page-activity-details .text_info .right {
  width: 85%;
  padding-left: 15px;
}
.page-activity-details .text_info label {
  display: block;
  font-size: 16px;
}
.page-activity-details .text_info i {
  font-size: 15px;
  display: inline-block;
  padding-right: 5px;
}
.page-activity-details .text_info ul {
  list-style: disc;
}
.page-activity-details .text_info ul li {
  font-size: 15px;
  padding: 5px;
}
.page-activity-details .text_info .question ul {
  list-style: none;
}
.page-activity-details .text_info .question ul li {
  cursor: pointer;
}
.page-activity-details .text_info .question strong {
  font-weight: 700;
}

.dshow {
  display: none;
}

.pricing_box {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 10px;
  padding: 15px 0;
  color: #212121;
}
.pricing_box ul {
  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;
  text-align: center;
  border-bottom: 1px dashed #c9c9c9;
  padding: 30px 0;
}
.pricing_box ul.border {
  border-bottom: 0;
}
.pricing_box ul li {
  width: 25%;
}
.pricing_box ul strong {
  font-size: 15px;
  font-weight: 500;
}
.pricing_box ul span {
  display: block;
  font-size: 14px;
  color: #212121;
  padding-bottom: 10px;
}
.pricing_box ul small {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  font-size: 14px;
  color: #FA7823;
  background: #fff;
  border-radius: 100px;
}
.pricing_box ul small.shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.pricing_box ul label {
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  color: #FA7823;
}


.search_results p{
color: #4d4d4d;
text-align: left;
background: #eee;
padding: 10px;
border-radius: 5px;
margin:0;
margin-bottom:10px;	
}
.city_items{
	margin-bottom:10px;
	max-height: 300px;
overflow: auto;
}
.search_results{
	padding:10px;
}

.popular-hotels ul.sliders{
	flex-wrap:wrap;
}
.popular-hotels ul.sliders li{
	width: 24%;
	margin:0.5% 0.5%;
}


.catespan{
	padding: 2px 10px;
border-radius: 15px;
color: #fff;
display: block;
width: max-content;
}




.viewmore_btn{   
display: none;
justify-content: center;
align-items: center;
	}
.viewmore_btn p{
		    font-weight: 600;
    font-size: 20px;
	}
	.viewmore_btn figure{
		    margin-left:10px;
			width: max-content;
height: max-content;
	}
	
	



 .twodd {
            line-height: 50px;
        }

        .animatediv {
            height: 10px;
            border-radius: 10px;
        }

        .wrapper {
            width: 0px;
            animation: fullView 0.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
        }

        .profilePic {
            height: 65px;
            width: 65px;
            border-radius: 50%;
        }

        .comment {
            height: 10px;
            background: #777;
            margin-top: 20px;
        }

        @keyframes fullView {
            100% {
                width: 100%;
            }
        }


        .animate {
            animation: shimmer 2s infinite linear;
            background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
            background-size: 1000px 100%;
        }

        @keyframes shimmer {
            0% {
                background-position: -1000px 0;
            }

            100% {
                background-position: 1000px 0;
            }
        }
		
		
		
		
		
.tours-box .duration{ display:flex; align-items:center; margin-top:auto; padding-bottom:5px;}

.tours-box .content-box{display: flex; flex-wrap: wrap;}
.tours-box .inner-text{padding: 10px;
width: 100%;}
.tours-box .content-box .title{margin:auto;}
.tours-box .pricetext{width: 100%; margin-top:auto;}
.popular-hotels ul.sliders li{display:flex;flex-wrap:wrap;flex-direction: column;
justify-content: space-between;position:relative;}

.sliders .content-box .title{
	text-align:left;
padding: 10px 0;
}

 .sliders .duration small{
	margin-left:5px;
}

ul li a.newlink{
	position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 9;
cursor: pointer;
}

.viewmore_btn img{
	    height: auto !important;
    width: auto  !important;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .banner-slider img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-slider .swiper-button-next:after, .banner-slider .swiper-button-prev:after {
    font-size: 30px;
    display: none;
  }

  .banner-section .container {
    width: 100%;
  }
  .banner-section .heading {
    font-size: 30px;
  }
  .banner-section p {
    font-size: 15px;
    margin: 15px 0;
  }
  .banner-section .search-btn {
    width: 100%;
    margin-top: 10px;
  }

  .search_find {
    width: 100%;
    display: block;
    background: none;
  }
  .search_find input {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
  }

  .popular-hotels {
    padding: 30px 0 55px;
  }
  .popular-hotels .slick-prev, .popular-hotels .slick-next {
    left: 35%;
  }
  .popular-hotels .slick-next {
    left: inherit;
    right: 35%;
  }
}
@media (max-width: 767px) {
  .m_div {
    padding: 30px 0;
  }

  .safari-tours {
    display: block;
  }

  .emirates_content .text a {
    font-size: 14px;
  }
  .emirates_content .heading {
    font-size: 30px;
  }
  .emirates_content ul {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }

  .description_tabs ul {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 4px;
  }

  .page-activity-details {
    padding: 20px 0;
  }
  .page-activity-details .container {
    display: block;
  }
  .page-activity-details .content_box {
    width: 100%;
  }

  .pricing_box ul {
    padding: 15px 0;
    display: inherit;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 4px;
  }
  .pricing_box ul li {
    display: inline-block;
    width: 42%;
  }

  .page-activity-details .text_info {
    display: block;
  }
  .page-activity-details .text_info .left {
    width: 100%;
    padding-bottom: 5px;
  }
  .page-activity-details .text_info .right {
    width: 100%;
  }
}


.categorylists{    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;}
	
	.categorylists .catespan{
		margin-right:5px;
		margin-bottom:5px;
	}
	
	
	.totalcount{
		display:flex;
		justify-content:space-between;
		align-items:center;
		color: #a97329;
		
	}
	
	.totalcount .backbtn{
		background: #a97329;
padding: 10px 15px;
color: #fff;
border-radius: 5px;
cursor:pointer;
		
	}
	
	
	@media(max-width:767px)
	{
		
		.popular-hotels ul.sliders li{
			width:100%;
			margin:3%;

		}
	}