/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1210px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

h1 {
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: normal;
  color: #333333; }

h2 {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #333333;
  margin: 0; }

@media (min-width: 992px) {
  h2 {
    font-size: 24px;
    line-height: 34px; } }

h3 {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #777777;
  margin: 7px 0 0 0; }

@media (min-width: 992px) {
  h3 {
    margin: 5px 0 0 0; } }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333333;
  background-color: #fcfcfc;
  -webkit-font-smoothing: antialiased; }

a {
  color: #02647a; }

a:hover {
  text-decoration: none; }

strong {
  font-weight: 700; }

footer h3 {
  line-height: 1.5; }

.rtl body {
  text-align: right; }

.LinkToAllHotel_link.link-hotels, .hotels-city__btn__mobile button, .hotels-city__btn {
  display: inline-block;
  width: 182px;
  border-radius: 2px;
  background-color: #ef4050;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 20px auto 0; }

@media (min-width: 992px) {
  .LinkToAllHotel_link.link-hotels, .hotels-city__btn__mobile button, .hotels-city__btn {
    width: 230px;
    margin: 40px auto 0; } }

.LinkToAllHotel_link.link-hotels:hover, .hotels-city__btn__mobile button:hover, .hotels-city__btn:hover {
  background-color: #f15362;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.25);
  background-image: none;
  color: #ffffff; }

.LinkToAllHotel_link.link-hotels:active, .hotels-city__btn__mobile button:active, .hotels-city__btn:active {
  background-color: #c82131;
  color: rgba(255, 255, 255, 0.5);
  background-image: none; }

.SearchHotels .disclaimer, .AirlineSearch .Disclaimer, .FlightsSearch .Disclaimer {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #333333;
  margin: 15px auto 0;
  position: relative;
  padding: 0 0 0 20px;
  clear: both; }

.SearchHotels .disclaimer:before, .AirlineSearch .Disclaimer:before, .FlightsSearch .Disclaimer:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij4KICAgIDxwYXRoIGZpbGw9IiMwMjY0N0EiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguNzU4IDExLjYwMmMtLjM4LjE1LS42ODMuMjY0LS45MS4zNDMtLjIyNi4wNzktLjQ5LjExOC0uNzg5LjExOC0uNDYgMC0uODE4LS4xMTItMS4wNzMtLjMzN2ExLjA4NyAxLjA4NyAwIDAgMS0uMzgyLS44NTRjMC0uMTM0LjAxLS4yNzIuMDI5LS40MTIuMDE5LS4xNC4wNS0uMjk4LjA5MS0uNDc0bC40NzYtMS42OGMuMDQyLS4xNjIuMDc4LS4zMTUuMTA3LS40NTcuMDI5LS4xNDQuMDQyLS4yNzYuMDQyLS4zOTYgMC0uMjE0LS4wNDQtLjM2NC0uMTMyLS40NDgtLjA5LS4wODQtLjI1OC0uMTI2LS41MDgtLjEyNi0uMTIzIDAtLjI0OS4wMTktLjM3OC4wNTctLjEyOS4wMzktLjI0LjA3NS0uMzMxLjExbC4xMjYtLjUxOGMuMzEtLjEyNy42MDktLjIzNS44OTMtLjMyNWEyLjY0IDIuNjQgMCAwIDEgLjgwNy0uMTM3Yy40NTcgMCAuODA5LjExMiAxLjA1Ny4zMzJhMS4xIDEuMSAwIDAgMSAuMzcxLjg2YzAgLjA3My0uMDA4LjIwMS0uMDI1LjM4NWEyLjU4IDIuNTggMCAwIDEtLjA5NS41MDdMNy42NiA5LjgyNWE0LjczOSA0LjczOSAwIDAgMC0uMTA1LjQ2Yy0uMDMuMTcyLS4wNDUuMzAzLS4wNDUuMzkxIDAgLjIyMy4wNDkuMzc1LjE0OS40NTUuMDk5LjA4LjI3Mi4xMjEuNTE3LjEyMWExLjUgMS41IDAgMCAwIC4zOTEtLjA2Yy4xNDUtLjA0LjI1LS4wNzYuMzE2LS4xMDZsLS4xMjcuNTE2em0tLjA4NC02Ljc5OGExLjEzIDEuMTMgMCAwIDEtLjc5Ny4zMDdjLS4zMSAwLS41NzgtLjEwMi0uOC0uMzA3YS45ODIuOTgyIDAgMCAxLS4zMzMtLjc0NmMwLS4yOS4xMTItLjU0LjMzMy0uNzQ3LjIyMi0uMjA4LjQ5LS4zMTEuOC0uMzExLjMxIDAgLjU3Ny4xMDMuNzk3LjMxYS45OS45OSAwIDAgMSAuMzMxLjc0OGMwIC4yOTItLjExLjU0LS4zMzEuNzQ2ek03LjUgMTVDMy4zNDMgMTUgMCAxMS42MzYgMCA3LjU0NSAwIDMuMzY0IDMuMzQzIDAgNy41IDBTMTUgMy4zNjQgMTUgNy41NDVDMTQuOTEgMTEuNjM2IDExLjU2NiAxNSA3LjUgMTV6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  display: inline-block;
  left: 0;
  right: auto;
  vertical-align: middle;
  position: absolute;
  top: 2px; }

.TabListing--accordion.widgets .nav-tabs, .mobile-tabs-widget.widgets > .nav-tabs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.TabListing--accordion.widgets .nav-tabs::-webkit-scrollbar, .mobile-tabs-widget.widgets > .nav-tabs::-webkit-scrollbar {
  display: none; }

.TabListing--accordion.widgets .nav-tabs .nav-item, .mobile-tabs-widget.widgets > .nav-tabs .nav-item {
  display: inline-block;
  width: auto;
  white-space: normal;
  vertical-align: top;
  margin: 0; }

.TabListing--accordion.widgets .nav-tabs .nav-link, .mobile-tabs-widget.widgets > .nav-tabs .nav-link {
  padding: 14px 15px;
  white-space: nowrap; }

.home-hero-banner-wrap {
  background-repeat: no-repeat;
  background-color: #3e3e3e;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0px;
  padding-top: 37px;
  position: relative; }

@media (min-width: 992px) {
  .home-hero-banner-wrap {
    padding-top: 120px;
    margin-bottom: 25px; } }

@media (min-width: 992px) {
  .home-hero-banner-wrap.airline-banner {
    padding-top: 76px; } }

.home-hero-banner-wrap_name {
  margin-bottom: 37px; }

@media (min-width: 992px) {
  .home-hero-banner-wrap_name {
    margin-bottom: 94px; } }

@media (min-width: 992px) {
  .airline-banner .home-hero-banner-wrap_name {
    margin-bottom: 59px; } }

.travelPage-Search .home-hero-banner-wrap_name {
  margin-bottom: 96px; }

@media (min-width: 992px) {
  .travelPage-Search .home-hero-banner-wrap_name {
    margin-bottom: 140px; } }

.home-hero-banner-wrap_title {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 31px;
  text-align: center; }

@media (min-width: 992px) {
  .home-hero-banner-wrap_title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 3px;
    text-align: left; } }

.airline-banner .home-hero-banner-wrap_title {
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 0; }

@media (min-width: 992px) {
  .airline-banner .home-hero-banner-wrap_title {
    font-weight: 600;
    letter-spacing: normal; } }

.home-hero-banner-wrap_tagline {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  text-align: center; }

@media (min-width: 992px) {
  .home-hero-banner-wrap_tagline {
    font-size: 14px;
    text-align: left;
    line-height: 24px; } }

.airline-banner .home-hero-banner-wrap_tagline {
  letter-spacing: -0.1px;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .airline-banner .home-hero-banner-wrap_tagline {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-bottom: 50px; } }

.home-hero-banner-wrap_logo {
  width: 100px;
  height: 80px;
  border-radius: 2px;
  background-color: #ffffff;
  display: none;
  align-items: center;
  float: left;
  margin-right: 20px; }

@media (min-width: 992px) {
  .home-hero-banner-wrap_logo {
    display: inline-flex; } }

.home-hero-banner-wrap_logo > div > img {
  position: relative !important; }

.home-hero-banner-wrap .rating {
  text-align: right; }

.home-hero-banner-wrap .rating_star {
  list-style: none;
  padding: 0;
  margin: 0 5px 0 0;
  display: inline-block; }

.home-hero-banner-wrap .rating_star-list {
  display: inline-block;
  position: relative; }

@media (min-width: 992px) {
  .home-hero-banner-wrap .rating_star-list {
    padding-right: 1px; } }

.home-hero-banner-wrap .rating_star-list:before {
  display: block;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2IDE1Ij4KICAgIDxwYXRoIGZpbGw9IiM5N0ExQTYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDM4LjY4NWwxLjYyNCAzLjk3MiA0LjMyOS4zMTJjMS4wMjMuMSAxLjM1MyAxLjMyNy41OTIgMS44NjRsLTMuMzY3IDIuNzM1IDEuMDM0IDQuMTE2Yy4yMTguOTgtLjg3NCAxLjY2Ni0xLjYzMyAxLjEyNmwtMy43MDUtMi4yODEtMy42OSAyLjIzMWMtLjg4OC41MDctMS44OTQtLjI5Ni0xLjYwMS0xLjE2N2wxLjA3Ny00LjE0NkwuMzg0IDYuNzFjLS43NjgtLjY2OC0uMjk2LTEuODUuNjQyLTEuODQ4bDQuMzcyLS4yODFMNy4wMzkuNjU5Yy40MTQtLjkxOSAxLjcxLS44NDYgMS45OTkuMDI2IiBvcGFjaXR5PSIuNTAxIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  width: 12px;
  height: 11px;
  background-size: contain; }

@media (min-width: 992px) {
  .home-hero-banner-wrap .rating_star-list:before {
    width: 13px;
    height: 13px; } }

.home-hero-banner-wrap .rating_star-list.half:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2IDE1Ij4KICAgIDxwYXRoIGZpbGw9IiNGN0M4NjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDM4LjY4NWwxLjYyNCAzLjk3MiA0LjMyOS4zMTJjMS4wMjMuMSAxLjM1MyAxLjMyNy41OTIgMS44NjRsLTMuMzY3IDIuNzM1IDEuMDM0IDQuMTE2Yy4yMTguOTgtLjg3NCAxLjY2Ni0xLjYzMyAxLjEyNmwtMy43MDUtMi4yODEtMy42OSAyLjIzMWMtLjg4OC41MDctMS44OTQtLjI5Ni0xLjYwMS0xLjE2N2wxLjA3Ny00LjE0NkwuMzg0IDYuNzFjLS43NjgtLjY2OC0uMjk2LTEuODUuNjQyLTEuODQ4bDQuMzcyLS4yODFMNy4wMzkuNjU5Yy40MTQtLjkxOSAxLjcxLS44NDYgMS45OTkuMDI2em0yLjM2NiA3Ljk4OGwyLjQ3MS0yLjQwNC0zLjQyMy0uNS0uNjM1LS4wOTYtLjI4OC0uNTc3TDggMnY5LjI2bC41NjcuMjk4IDMuMDU4IDEuNjE2LS41NzctMy40MTQtLjExNS0uNjM1LjQ3MS0uNDUyeiIvPgo8L3N2Zz4K); }

.home-hero-banner-wrap .rating_star-list.full:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEzIDEyIj4KICAgIDxwYXRoIGZpbGw9IiNGN0M4NjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMjcuNTQ4bDEuMzA2IDMuMTc4IDMuNDgyLjI1Yy44MjMuMDggMS4wODggMS4wNi40NzYgMS40OUw5LjgyNiA3LjY1NWwuODMyIDMuMjkyYy4xNzUuNzg1LS43MDQgMS4zMzMtMS4zMTQuOWwtMi45OC0xLjgyNC0yLjk2OCAxLjc4NWMtLjcxNC40MDUtMS41MjMtLjIzNy0xLjI4OC0uOTM0bC44NjYtMy4zMTdMLjMxIDUuMzdDLS4zMSA0LjgzNC4wNyAzLjg4OS44MjYgMy44OWwzLjUxNi0uMjI0TDUuNjYyLjUyOGMuMzMzLS43MzYgMS4zNzYtLjY3OCAxLjYwNy4wMiIvPgo8L3N2Zz4K); }

.home-hero-banner-wrap .rating_count {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #3a3a3a;
  display: inline-block; }

@media (min-width: 992px) {
  .home-hero-banner-wrap .rating_count {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px; } }

.home-hero-banner-wrap .customer-count {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #3a3a3a; }

@media (min-width: 992px) {
  .home-hero-banner-wrap .customer-count {
    text-align: right;
    color: #ffffff; } }

.home-hero-banner-wrap__rating-Wrp {
  display: none; }

@media (min-width: 992px) {
  .home-hero-banner-wrap__rating-Wrp {
    display: block; } }

.home-hero-banner-wrap .AirlineRating-wrp {
  display: none; }

.home-hero-banner-wrap img {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  transition: transform 0.8s ease;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center; }

.home-hero-banner-wrap.v2 {
  padding-top: 30px;
  background-color: white; }

.home-hero-banner-wrap.v2 .home-hero-banner-wrap_name {
  margin-bottom: 30px; }

.home-hero-banner-wrap.v2 .home-hero-banner-wrap_name .home-hero-banner-wrap_title {
  color: #3a3a3a;
  margin-bottom: 10px; }

.home-hero-banner-wrap.v2 .home-hero-banner-wrap_name .home-hero-banner-wrap_tagline {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  border-radius: 8px;
  padding: 8px 10px; }

.home-hero-banner-wrap.v2 .home-hero-banner-wrap_name .home-hero-banner-wrap_tagline svg {
  margin-right: 5px; }

.home-hero-banner-wrap.v3 {
  padding-top: 30px;
  background-color: white; }

.home-hero-banner-wrap.v3 .home-hero-banner-wrap_name {
  margin-bottom: 30px; }

.home-hero-banner-wrap.v3 .home-hero-banner-wrap_name .home-hero-banner-wrap_title {
  margin-bottom: 15px;
  line-height: 1.5; }

.home-hero-banner-wrap.v3 .home-hero-banner-wrap_name .home-hero-banner-wrap_tagline {
  color: #3a3a3a;
  background-color: white;
  border-radius: 8px;
  padding: 8px 10px;
  line-height: 1.2;
  display: flex;
  align-items: center; }

.home-hero-banner-wrap.v3 .home-hero-banner-wrap_name .home-hero-banner-wrap_tagline svg {
  margin-right: 5px; }

.home-hero-banner-wrap-exp {
  background-color: white; }

@media (max-width: 991.98px) {
  .home-hero-banner-wrap-exp {
    padding-top: 24px; } }

@media (max-width: 991.98px) {
  .home-hero-banner-wrap-exp .home-hero-banner-wrap_title {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 4px; } }

@media (max-width: 991.98px) {
  .home-hero-banner-wrap-exp .home-hero-banner-wrap_tagline {
    color: #333;
    font-size: 12px;
    line-height: 16px; } }

@media (max-width: 991.98px) {
  .home-hero-banner-wrap-exp .home-hero-banner-wrap_name {
    margin-bottom: 4px; } }

.AirlineRating {
  display: block;
  margin: 15px 0; }

@media (min-width: 992px) {
  .AirlineRating {
    display: none; } }

.AirlineRating .home-hero-banner-wrap__Airline-Wrp,
.AirlineRating .home-hero-banner-wrap__rating-Wrp {
  display: none; }

.AirlineRating__container {
  border-radius: 2px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 16px 22px;
  text-align: center; }

.AirlineRating__container h2 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #333333;
  margin-bottom: 10px; }

.AirlineRating__container .rating {
  text-align: center; }

.AirlineRating__container .rating_star {
  list-style: none;
  padding: 0;
  margin: 0 5px 0 0;
  display: inline-block; }

.AirlineRating__container .rating_star-list {
  display: inline-block;
  position: relative;
  padding-right: 3px; }

.AirlineRating__container .rating_star-list:before {
  display: block;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2IDE1Ij4KICAgIDxwYXRoIGZpbGw9IiM5N0ExQTYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDM4LjY4NWwxLjYyNCAzLjk3MiA0LjMyOS4zMTJjMS4wMjMuMSAxLjM1MyAxLjMyNy41OTIgMS44NjRsLTMuMzY3IDIuNzM1IDEuMDM0IDQuMTE2Yy4yMTguOTgtLjg3NCAxLjY2Ni0xLjYzMyAxLjEyNmwtMy43MDUtMi4yODEtMy42OSAyLjIzMWMtLjg4OC41MDctMS44OTQtLjI5Ni0xLjYwMS0xLjE2N2wxLjA3Ny00LjE0NkwuMzg0IDYuNzFjLS43NjgtLjY2OC0uMjk2LTEuODUuNjQyLTEuODQ4bDQuMzcyLS4yODFMNy4wMzkuNjU5Yy40MTQtLjkxOSAxLjcxLS44NDYgMS45OTkuMDI2IiBvcGFjaXR5PSIuNTAxIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  width: 12px;
  height: 11px;
  background-size: contain; }

@media (min-width: 992px) {
  .AirlineRating__container .rating_star-list:before {
    width: 13px;
    height: 13px; } }

.AirlineRating__container .rating_star-list.half:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2IDE1Ij4KICAgIDxwYXRoIGZpbGw9IiNGN0M4NjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDM4LjY4NWwxLjYyNCAzLjk3MiA0LjMyOS4zMTJjMS4wMjMuMSAxLjM1MyAxLjMyNy41OTIgMS44NjRsLTMuMzY3IDIuNzM1IDEuMDM0IDQuMTE2Yy4yMTguOTgtLjg3NCAxLjY2Ni0xLjYzMyAxLjEyNmwtMy43MDUtMi4yODEtMy42OSAyLjIzMWMtLjg4OC41MDctMS44OTQtLjI5Ni0xLjYwMS0xLjE2N2wxLjA3Ny00LjE0NkwuMzg0IDYuNzFjLS43NjgtLjY2OC0uMjk2LTEuODUuNjQyLTEuODQ4bDQuMzcyLS4yODFMNy4wMzkuNjU5Yy40MTQtLjkxOSAxLjcxLS44NDYgMS45OTkuMDI2em0yLjM2NiA3Ljk4OGwyLjQ3MS0yLjQwNC0zLjQyMy0uNS0uNjM1LS4wOTYtLjI4OC0uNTc3TDggMnY5LjI2bC41NjcuMjk4IDMuMDU4IDEuNjE2LS41NzctMy40MTQtLjExNS0uNjM1LjQ3MS0uNDUyeiIvPgo8L3N2Zz4K); }

.AirlineRating__container .rating_star-list.full:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEzIDEyIj4KICAgIDxwYXRoIGZpbGw9IiNGN0M4NjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMjcuNTQ4bDEuMzA2IDMuMTc4IDMuNDgyLjI1Yy44MjMuMDggMS4wODggMS4wNi40NzYgMS40OUw5LjgyNiA3LjY1NWwuODMyIDMuMjkyYy4xNzUuNzg1LS43MDQgMS4zMzMtMS4zMTQuOWwtMi45OC0xLjgyNC0yLjk2OCAxLjc4NWMtLjcxNC40MDUtMS41MjMtLjIzNy0xLjI4OC0uOTM0bC44NjYtMy4zMTdMLjMxIDUuMzdDLS4zMSA0LjgzNC4wNyAzLjg4OS44MjYgMy44OWwzLjUxNi0uMjI0TDUuNjYyLjUyOGMuMzMzLS43MzYgMS4zNzYtLjY3OCAxLjYwNy4wMiIvPgo8L3N2Zz4K); }

.AirlineRating__container .rating_count {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #3a3a3a;
  display: inline-block; }

@media (min-width: 992px) {
  .AirlineRating__container .rating_count {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px; } }

.AirlineRating__container .customer-count {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #3a3a3a; }

@media (min-width: 992px) {
  .AirlineRating__container .customer-count {
    text-align: right;
    color: #ffffff; } }

@media (min-width: 992px) {
  .home-hero-banner-mobile {
    padding-bottom: 0; } }

@media (max-width: 767.98px) {
  .home-hero-banner-mobile.sticky {
    position: fixed;
    top: 56px;
    z-index: 6;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out; }
  .home-hero-banner-mobile.sticky #sticky-overlay {
    height: 100%;
    width: 100%;
    background: rgba(1, 1, 1, 0.4); } }

.home-hero-banner-mobile.v2 {
  border: 1px solid #eee; }

.search-sticky-btn-container {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 56px;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid #edf1f3; }

.search-sticky-btn {
  background-color: #ef4550;
  width: 100%;
  border: 0;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  border-radius: 100px; }

.search-sticky-btn:hover, .search-sticky-btn:focus {
  color: #fff; }

.rtl .home-hero-banner-wrap_title {
  text-align: center; }

@media (min-width: 992px) {
  .rtl .home-hero-banner-wrap_title {
    text-align: right; } }

.rtl .home-hero-banner-wrap_tagline {
  text-align: center; }

@media (min-width: 992px) {
  .rtl .home-hero-banner-wrap_tagline {
    text-align: right; } }

.rtl .home-hero-banner-wrap_logo {
  float: right;
  margin-right: 0px;
  margin-left: 20px; }

.rtl .home-hero-banner-wrap .rating {
  text-align: left; }

.rtl .home-hero-banner-wrap .rating_star {
  margin: 0 0 0 5px; }

@media (min-width: 992px) {
  .rtl .home-hero-banner-wrap .customer-count {
    text-align: left; } }

.rtl .home-hero-banner-wrap.airline-banner .home-hero-banner-wrap_title {
  text-align: center; }

@media (min-width: 992px) {
  .rtl .home-hero-banner-wrap.airline-banner .home-hero-banner-wrap_title {
    text-align: right; } }

.rtl .home-hero-banner-wrap.airline-banner .home-hero-banner-wrap_tagline {
  text-align: center; }

@media (min-width: 992px) {
  .rtl .home-hero-banner-wrap.airline-banner .home-hero-banner-wrap_tagline {
    text-align: right; } }

.rtl .AirlineRating__container .rating_star {
  margin: 0 0 0 5px; }

.AutoComplete__ListItem img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  position: relative; }

.rtl .fifSEI > label {
  right: 20px;
  left: auto; }

@media (max-width: 991.98px) {
  .header-top {
    position: sticky;
    top: 0px;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: rgba(1, 1, 1, 0.6); } }

@media (max-width: 767.98px) {
  .header-top {
    position: sticky;
    top: 0px;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: rgba(1, 1, 1, 0.6); } }

.top-destinations_wrapper {
  transition: height 0.5s linear;
  overflow: hidden; }

.top-destinations_list {
  padding: 4px 0 0 0;
  margin: 0;
  list-style: none; }

@media (min-width: 992px) {
  .top-destinations_list {
    padding: 10px 0 0 0; } }

.top-destinations_list li {
  width: 100%;
  margin-top: 8px;
  background-color: #efefef; }

@media (min-width: 992px) {
  .top-destinations_list li {
    margin-right: 20px;
    margin-top: 20px;
    width: 31%;
    float: left; }
  .top-destinations_list li:nth-child(3n) {
    margin-right: 0; } }

@media (min-width: 1200px) {
  .top-destinations_list li {
    width: 32%; } }

.top-destinations_list a {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #333333;
  text-transform: uppercase; }

.top-destinations_list a strong {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-transform: capitalize; }

.top-destinations_list .media img {
  margin-right: 10px !important; }

.top-destinations.flightHotels .media-body {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize; }

.rtl .top-destinations_list .media > div {
  margin-left: 10px !important; }

.rtl .top-destinations_list .media img {
  margin-left: 10px;
  margin-right: 0px !important; }

@media (min-width: 992px) {
  .rtl .top-destinations_list li {
    margin-right: 0px;
    margin-left: 20px;
    float: right; }
  .rtl .top-destinations_list li:nth-child(3n) {
    margin-right: 0px;
    margin-left: 0px; } }

.hotels_index_page .SearchHotels_slider {
  margin-bottom: 40px; }

.CityList_title {
  padding-bottom: 10px; }

@media (min-width: 992px) {
  .CityList_title {
    padding-bottom: 6px; } }

.CityList_sub-title {
  padding-bottom: 14px; }

@media (min-width: 992px) {
  .CityList_sub-title {
    padding-bottom: 35px; } }

.CityList_list ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none; }

@media (min-width: 992px) {
  .CityList_list ul {
    margin: 0; } }

.CityList_list a {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: #777777; }

.CityList.widgets .nav-tabs {
  border-bottom: 2px solid #cccccc; }

.TabListing.widgets {
  padding-bottom: 13px; }

@media (min-width: 992px) {
  .TabListing.widgets {
    padding-bottom: 18px; } }

.TabListing.widgets.TabListing1Tab {
  padding-bottom: 10px; }

@media (min-width: 992px) {
  .TabListing.widgets.TabListing1Tab {
    padding-bottom: 18px; } }

.TabListing__wrapper {
  width: 100%;
  background: #efefef;
  padding: 15px 0; }

@media (max-width: 575.98px) {
  .TabListing__wrapper {
    width: calc(100% - 30px);
    margin: 0 15px; } }

.TabListing--accordion {
  margin: 10px 0; }

.TabListing--accordion.widgets {
  padding: 0; }

.TabListing--accordion.widgets .nav-tabs {
  margin: 0 0 14px;
  border-bottom: 1px solid #dadada; }

.TabListing--accordion.widgets .nav-tabs .nav-item.dropdown {
  display: none; }

.TabListing--accordion.widgets .nav-tabs .nav-link {
  font-size: 12px;
  line-height: 18px; }

.TabListing--accordion .TabListing_tabs {
  padding: 14px 0 0 0; }

.TabListing--accordion .TabListing_title h2 {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.TabListing--accordion .TabListing_title h2 .fa {
  transition: transform 0.5s;
  margin-left: 15px; }

.TabListing--accordion .TabListing_title .show-less .fa {
  transform: rotate(-180deg); }

.TabListing_tabs {
  padding-top: 14px; }

@media (min-width: 992px) {
  .TabListing_tabs {
    padding-top: 30px; } }

.TabListing_list__inner {
  transition: height 1s linear;
  overflow: hidden; }

.TabListing_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.TabListing_list ul.linking-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }

@media (min-width: 768px) {
  .TabListing_list ul.linking-list li {
    width: 25%; } }

@media (max-width: 575.98px) {
  .TabListing_list ul.linking-list li {
    width: 50%; } }

.TabListing_list ul li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #777777;
  text-transform: capitalize;
  margin-bottom: 7px; }

.TabListing_list ul li a strong {
  font-weight: 600; }

.TabListing.TabListing1Tab .TabListing_tabs {
  display: none; }

@media (min-width: 992px) {
  .TabListing.TabListing1Tab .TabListing_tabs {
    display: block; } }

.TabListing.TabListing1Tab .TabListing_list .tab-content {
  padding-top: 17px; }

@media (min-width: 992px) {
  .TabListing.TabListing1Tab .TabListing_list .tab-content {
    padding-top: 30px; } }

.TabListing.TabListing1Tab .TabListing_list .tab-content ul {
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto; }

@media (min-width: 992px) {
  .TabListing.TabListing1Tab .TabListing_list .tab-content ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; } }

.TabListing.TabListing1Tab .TabListing_list .tab-content ul li {
  padding: 12px 10px;
  background-color: #f0f0f0; }

@media (min-width: 992px) {
  .TabListing.TabListing1Tab .TabListing_list .tab-content ul li {
    padding: 0;
    background-color: transparent;
    width: 25%; } }

.TabListing.TabListing1Tab .TabListing_list .tab-content ul li:nth-child(2n) {
  background-color: transparent; }

.TabListing.TabListing1Tab .TabListing_list .tab-content ul li a {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .TabListing.TabListing1Tab .TabListing_list .tab-content ul li a {
    margin-bottom: 7px; } }

.TabListing_pagination {
  text-align: center;
  border-top: solid 2px #dadada;
  padding-top: 20px;
  margin-top: 20px; }

.TabListing_pagination .disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; }

.TabListing_pagination-prev {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  font-size: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 5px 0 0px;
  float: left; }

.TabListing_pagination-prev:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid #a8aab7; }

.TabListing_pagination-next {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  font-size: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 8px;
  float: right; }

.TabListing_pagination-next:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #a8aab7;
  border-right: 6px solid transparent; }

.TabListing_pagination-page {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: center;
  color: #777777;
  padding: 6px 0 0 0;
  display: inline-block; }

.mobile-tabs-widget.widgets {
  padding-top: 0; }

.mobile-tabs-widget.widgets > .nav-tabs {
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

.advertisement-banner-wrap + .mobile-tabs-widget {
  margin-top: -20px; }

.popular-destinations.widgets {
  padding-bottom: 0; }

@media (min-width: 992px) {
  .popular-destinations.widgets {
    padding-bottom: 0; } }

.popular-destinations_carousel {
  width: 100%;
  position: relative; }

.popular-destinations_carousel .rec-slider-container {
  margin: 0px;
  margin-left: 6px; }

.popular-destinations_carousel .hotel-card {
  width: 100%; }

.popular-destinations_carousel .hotel-card-wrap {
  border-radius: 4px; }

@media (max-width: 767.98px) {
  .popular-destinations_carousel .hotel-card-wrap {
    display: block;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
    will-change: box-shadow; }
  .popular-destinations_carousel .hotel-card-wrap .card-image {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    min-height: 117px; }
  .popular-destinations_carousel .hotel-card-wrap .card-info {
    z-index: 2;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 9px 14px 11px;
    text-align: center;
    border-radius: 0 0 2px 2px;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; } }

.popular-destinations_carousel .hotel-card-cont {
  display: block;
  position: relative;
  min-height: 260px;
  height: 260px;
  background-size: cover;
  position: relative;
  box-shadow: '0 1px 8px 0 rgba(0, 0, 0, 0.2)'; }

.popular-destinations_carousel .hotel-card-cont h4 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  padding: 5px 15px;
  width: 100%; }

.popular-destinations_carousel .hotel-card-cont h5 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  padding: 5px 15px;
  width: 100%; }

.popular-destinations_carousel .hotel-card-cont::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 2px;
  bottom: 0px;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(0, 0, 0, 0.6));
  z-index: 1; }

@media (max-width: 767.98px) {
  .popular-destinations_carousel .hotel-card-cont {
    min-height: auto;
    height: auto; }
  .popular-destinations_carousel .hotel-card-cont h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    color: rgba(51, 51, 51, 0.95);
    text-transform: capitalize;
    position: relative;
    bottom: 0px;
    padding: 0px; }
  .popular-destinations_carousel .hotel-card-cont h5 {
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #777;
    position: relative;
    bottom: 0px;
    padding: 0px; }
  .popular-destinations_carousel .hotel-card-cont::before {
    display: none; } }

.popular-destinations_carousel .rec-arrow {
  position: absolute; }

.popular-destinations_carousel .rec-arrow-left {
  left: -30px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 18px; }

.popular-destinations_carousel .rec-arrow-left:hover:enabled, .popular-destinations_carousel .rec-arrow-left:focus:enabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none; }

.popular-destinations_carousel .rec-arrow-right {
  right: -30px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 18px; }

.popular-destinations_carousel .rec-arrow-right:hover:enabled, .popular-destinations_carousel .rec-arrow-right:focus:enabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  outline: none; }

.popular-destinations_carousel.ar .rec-slider-container {
  margin: 0px;
  margin-right: 6px; }

.popular-destinations_carousel.ar .rec-arrow-left {
  right: -30px;
  left: auto; }

.popular-destinations_carousel.ar .rec-arrow-right {
  left: -30px;
  right: auto; }

.popular-destinations .media {
  display: block;
  position: relative;
  border-radius: 2px;
  padding: 14px 10px 20px; }

@media (min-width: 992px) {
  .popular-destinations .media {
    padding: 30px 0 25px;
    box-shadow: none;
    background-color: transparent;
    border-radius: 2px;
    max-width: 380px; } }

.popular-destinations .media a {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  will-change: box-shadow; }

@media (min-width: 992px) {
  .popular-destinations .media a {
    border-radius: 2px;
    box-shadow: none; } }

.popular-destinations .media a:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }

.popular-destinations .media a:before {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 2px;
  bottom: 4px;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(0, 0, 0, 0.6));
  z-index: 1; }

@media (min-width: 992px) {
  .popular-destinations .media a:before {
    display: inline-block; } }

.popular-destinations .media .media-body {
  z-index: 2;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 9px 14px 11px;
  text-align: center;
  border-radius: 0 0 2px 2px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

@media (min-width: 992px) {
  .popular-destinations .media .media-body {
    bottom: 15px;
    left: 15px;
    right: auto;
    background-color: transparent;
    text-align: left;
    padding: 0;
    border-radius: 0;
    position: absolute;
    min-height: auto;
    display: block; } }

.popular-destinations .media img {
  max-width: 100%;
  max-height: 117px;
  width: 100%; }

@media (min-width: 992px) {
  .popular-destinations .media img {
    max-height: 100%;
    width: auto; } }

.popular-destinations .media h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: rgba(51, 51, 51, 0.95);
  text-transform: capitalize; }

@media (min-width: 992px) {
  .popular-destinations .media h4 {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 38px; } }

.popular-destinations .media h5 {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: normal;
  color: #777777; }

@media (min-width: 992px) {
  .popular-destinations .media h5 {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff; } }

.rtl .popular-destinations .media .media-body {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 9px 14px 11px;
  text-align: center;
  border-radius: 0 0 2px 2px; }

@media (min-width: 992px) {
  .rtl .popular-destinations .media .media-body {
    left: auto;
    right: 15px;
    bottom: 15px;
    background-color: transparent;
    text-align: right;
    padding: 0;
    border-radius: 0;
    position: absolute; } }

.rtl .popular-destinations .slick-next {
  left: auto; }

.rtl .popular-destinations .slick-prev {
  right: auto; }

.LinkToAllHotel {
  background-color: #cccccc;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 52px 0 55px;
  margin: 20px 0; }

@media (min-width: 992px) {
  .LinkToAllHotel {
    margin: 25px 0; } }

.LinkToAllHotel_title {
  margin: 0;
  font-weight: 600;
  color: #333333;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 34px;
  padding-bottom: 6px; }

.LinkToAllHotel_sub-title {
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: normal; }

.chart-fluid-weather {
  width: 100%;
  max-width: 100%; }

.chart-fluid-weather_container {
  border-bottom: 1px solid #d8d8d8; }

.chart-fluid-weather_BackgroundRect {
  fill: transparent; }

.chart-fluid-weather .weeks {
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #333333; }

@media (min-width: 992px) {
  .chart-fluid-weather .weeks {
    font-size: 14px;
    line-height: 24px; } }

.chart-fluid-weather .degree {
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: center;
  color: #333333; }

@media (min-width: 992px) {
  .chart-fluid-weather .degree {
    font-size: 12px;
    line-height: 22px; } }

.PriceGraph__title {
  margin: 0 0 13px 0;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #333333; }

.PriceGraph__avg {
  display: inline-block;
  margin: 10px 0 0 0;
  position: relative;
  width: auto;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #777777;
  padding: 0 10px;
  text-transform: uppercase; }

@media (min-width: 992px) {
  .PriceGraph__avg {
    margin: 20px 0 0 0; } }

.PriceGraph__avg:before {
  display: block;
  width: 100%;
  border-radius: 2px;
  background-color: #8ed6df;
  content: '';
  height: 1.2px;
  margin-bottom: 0px;
  position: absolute;
  top: -5px;
  left: 0; }

@media (min-width: 992px) {
  .PriceGraph__avg:before {
    margin-bottom: 5px;
    height: 2px; } }

.PriceGraph .yAxis {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #c3c3c3; }

.PriceGraph .xAxis {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #777777;
  text-transform: capitalize;
  text-anchor: end; }

.PriceGraph .y-grid {
  color: #eee; }

.PriceGraph .domain {
  color: transparent; }

.PriceGraph .bar-rect {
  fill: #8ed6df; }

.PriceGraph .chart-trend-price .chart-fluid-weather_container {
  width: 100%;
  border-bottom: none; }

.PriceGraph__col {
  padding-bottom: 40px; }

@media (min-width: 992px) {
  .PriceGraph__col {
    padding-bottom: 0px; } }

.PriceGraph__col:last-child {
  padding-bottom: 0px; }

.rtl .PriceGraph .yAxis {
  text-anchor: start; }

.rtl .PriceGraph .xAxis {
  text-anchor: start; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rtl .PriceGraph .xAxis {
    text-anchor: end; }
  .rtl .PriceGraph .yAxis {
    text-anchor: end; } }

.AveragePrice__module {
  border: none;
  transition: all 0.5s ease;
  will-change: background-color;
  margin-top: 14px; }

@media (min-width: 992px) {
  .AveragePrice__module {
    margin-top: 30px; } }

.AveragePrice__module:hover {
  background-color: #f8f8f8; }

.AveragePrice__block {
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

@media (min-width: 992px) {
  .AveragePrice__block {
    padding: 20px 0; } }

.AveragePrice__block-prefix {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #333333;
  margin-top: 5px;
  font-size: 12px;
  margin-bottom: 6px;
  min-height: 51px; }

@media (min-width: 992px) {
  .AveragePrice__block-prefix {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 50px;
    line-height: 24px; } }

.AveragePrice__block-prefix-sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #333333; }

@media (min-width: 992px) {
  .AveragePrice__block-country {
    display: flex;
    align-items: flex-end; } }

@media (min-width: 992px) {
  .AveragePrice__block-country-list {
    float: left;
    width: 50%; } }

.AveragePrice__block-country-list:first-child {
  margin-bottom: 9px; }

@media (min-width: 992px) {
  .AveragePrice__block-country-list:first-child {
    margin-bottom: 0px; } }

.AveragePrice__block-country-place {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 3px; }

@media (min-width: 992px) {
  .AveragePrice__block-country-place {
    font-size: 14px;
    line-height: 24px; } }

.AveragePrice__block-country-value {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #333333; }

@media (min-width: 992px) {
  .AveragePrice__block-country-value {
    font-size: 21px;
    line-height: 31px; } }

.AveragePrice__block-title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #333333; }

.AveragePrice__block-place {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #333333; }

@media (min-width: 992px) {
  .AveragePrice__block-place {
    font-size: 14px;
    line-height: 24px; } }

.AveragePrice__block-value {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: normal;
  color: #333333; }

@media (min-width: 992px) {
  .AveragePrice__block-value {
    font-size: 32px;
    line-height: 42px; } }

.AveragePrice__block-sufix {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #333333; }

@media (min-width: 992px) {
  .AveragePrice__block-sufix {
    font-size: 12.2px;
    line-height: 23px; } }

.QuickFact__graph {
  width: 90%;
  text-align: center;
  font-size: 12px;
  height: 145px; }

@media (min-width: 992px) {
  .QuickFact__graph {
    width: 98%;
    font-size: 14px; } }

.QuickFact__graph .chart-fluid-weather_content {
  transform: translate(15px, 15px) !important; }

@media (min-width: 992px) {
  .QuickFactComparison_weather-graph .QuickFact__graph {
    width: 90%; } }

.QuickFact_weather-graph {
  text-align: center;
  margin-top: 30px; }

@media (min-width: 992px) {
  .QuickFact_weather-graph {
    height: 197px;
    margin-top: 50px; } }

.QuickFact_weather-graph i {
  margin: 0 auto; }

.QuickFact_weather-graph-prefix {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #333333;
  margin-top: 10px;
  font-size: 12px; }

@media (min-width: 992px) {
  .QuickFact_weather-graph-prefix {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px; } }

.rtl .QuickFact__graph .chart-fluid-weather_content {
  transform: translate(20px, 20px) !important; }

.SearchHotels_slider {
  display: none;
  margin: 0 auto;
  max-width: 100%; }

@media (min-width: 992px) {
  .SearchHotels_slider {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 1210px; } }

@media (min-width: 992px) {
  .SearchHotels .disclaimer {
    margin: 0px auto 0; } }

.SearchHotels_link {
  display: block;
  background-color: #ffffff; }

.SearchHotels .media {
  margin: 0 0 10px 0;
  position: relative;
  text-align: left; }

@media (min-width: 992px) {
  .SearchHotels .media {
    display: block;
    margin: 0;
    padding: 30px 0 20px;
    max-width: 280px; } }

.SearchHotels .media a {
  position: relative; }

@media (min-width: 992px) {
  .SearchHotels .media a {
    display: block;
    box-shadow: none; } }

.SearchHotels .media a:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }

.SearchHotels .media .media-body {
  background-color: #ffffff;
  padding: 9px; }

@media (min-width: 992px) {
  .SearchHotels .media .media-body {
    padding: 15px;
    min-height: 140px; } }

.SearchHotels .media .media-body .distance {
  font-weight: bold;
  float: none; }

.SearchHotels .media img {
  max-width: 100%; }

.SearchHotels .media h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #777777;
  text-transform: uppercase; }

.SearchHotels .media h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #000;
  min-height: 52px;
  text-transform: capitalize; }

.SearchHotels .media .rating {
  margin: 0;
  list-style: none;
  padding: 8px 0 0px 0; }

@media (min-width: 992px) {
  .SearchHotels .media .rating {
    display: block;
    float: none; } }

.SearchHotels .media .rating li {
  display: inline-block;
  position: relative; }

@media (min-width: 992px) {
  .SearchHotels .media .rating li {
    padding-right: 1px; } }

.SearchHotels .media .rating li:before {
  display: block;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2IDE1Ij4KICAgIDxwYXRoIGZpbGw9IiM5N0ExQTYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDM4LjY4NWwxLjYyNCAzLjk3MiA0LjMyOS4zMTJjMS4wMjMuMSAxLjM1MyAxLjMyNy41OTIgMS44NjRsLTMuMzY3IDIuNzM1IDEuMDM0IDQuMTE2Yy4yMTguOTgtLjg3NCAxLjY2Ni0xLjYzMyAxLjEyNmwtMy43MDUtMi4yODEtMy42OSAyLjIzMWMtLjg4OC41MDctMS44OTQtLjI5Ni0xLjYwMS0xLjE2N2wxLjA3Ny00LjE0NkwuMzg0IDYuNzFjLS43NjgtLjY2OC0uMjk2LTEuODUuNjQyLTEuODQ4bDQuMzcyLS4yODFMNy4wMzkuNjU5Yy40MTQtLjkxOSAxLjcxLS44NDYgMS45OTkuMDI2IiBvcGFjaXR5PSIuNTAxIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  width: 12px;
  height: 11px;
  background-size: contain; }

@media (min-width: 992px) {
  .SearchHotels .media .rating li:before {
    width: 13px;
    height: 13px; } }

.SearchHotels .media .rating li.half:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2IDE1Ij4KICAgIDxwYXRoIGZpbGw9IiNGN0M4NjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDM4LjY4NWwxLjYyNCAzLjk3MiA0LjMyOS4zMTJjMS4wMjMuMSAxLjM1MyAxLjMyNy41OTIgMS44NjRsLTMuMzY3IDIuNzM1IDEuMDM0IDQuMTE2Yy4yMTguOTgtLjg3NCAxLjY2Ni0xLjYzMyAxLjEyNmwtMy43MDUtMi4yODEtMy42OSAyLjIzMWMtLjg4OC41MDctMS44OTQtLjI5Ni0xLjYwMS0xLjE2N2wxLjA3Ny00LjE0NkwuMzg0IDYuNzFjLS43NjgtLjY2OC0uMjk2LTEuODUuNjQyLTEuODQ4bDQuMzcyLS4yODFMNy4wMzkuNjU5Yy40MTQtLjkxOSAxLjcxLS44NDYgMS45OTkuMDI2em0yLjM2NiA3Ljk4OGwyLjQ3MS0yLjQwNC0zLjQyMy0uNS0uNjM1LS4wOTYtLjI4OC0uNTc3TDggMnY5LjI2bC41NjcuMjk4IDMuMDU4IDEuNjE2LS41NzctMy40MTQtLjExNS0uNjM1LjQ3MS0uNDUyeiIvPgo8L3N2Zz4K); }

.SearchHotels .media .rating li.full:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEzIDEyIj4KICAgIDxwYXRoIGZpbGw9IiNGN0M4NjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMjcuNTQ4bDEuMzA2IDMuMTc4IDMuNDgyLjI1Yy44MjMuMDggMS4wODggMS4wNi40NzYgMS40OUw5LjgyNiA3LjY1NWwuODMyIDMuMjkyYy4xNzUuNzg1LS43MDQgMS4zMzMtMS4zMTQuOWwtMi45OC0xLjgyNC0yLjk2OCAxLjc4NWMtLjcxNC40MDUtMS41MjMtLjIzNy0xLjI4OC0uOTM0bC44NjYtMy4zMTdMLjMxIDUuMzdDLS4zMSA0LjgzNC4wNyAzLjg4OS44MjYgMy44OWwzLjUxNi0uMjI0TDUuNjYyLjUyOGMuMzMzLS43MzYgMS4zNzYtLjY3OCAxLjYwNy4wMiIvPgo8L3N2Zz4K); }

.SearchHotels .media p {
  margin: 0;
  float: right;
  padding: 5px 0 0 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #777777; }

@media (min-width: 992px) {
  .SearchHotels .media p {
    display: block;
    float: none;
    padding: 0; } }

.SearchHotels .media p .currency {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 24px; }

.SearchHotels .media p .price {
  font-size: 16px;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 26px; }

.SearchHotels_mobile {
  display: block;
  padding-top: 14px; }

@media (min-width: 992px) {
  .SearchHotels_mobile {
    display: none; } }

.SearchHotels_mobile_list {
  transition: height .5s linear;
  overflow: hidden; }

.SearchHotels_mobile .SearchHotels_image {
  width: 112px;
  height: 112px; }

.SearchHotels_mobile .SearchHotels_image img {
  height: 100%; }

.SearchHotels-model {
  margin: 4px auto 0;
  max-width: 98%;
  background-color: #3e3e3e;
  border-radius: 0;
  border: none;
  height: 98%; }

@media (min-width: 992px) {
  .SearchHotels-model {
    margin: 0;
    max-width: 100%;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    height: auto; } }

.SearchHotels-model .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  max-width: 1210px;
  width: 100%;
  padding: 10.5px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 992px) {
  .SearchHotels-model .modal-content {
    padding: 0 15px; } }

.SearchHotels-model .modal-header {
  display: block;
  padding: 10px 0 20px;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media (min-width: 992px) {
  .SearchHotels-model .modal-header {
    padding-top: 42px; } }

@media (max-width: 991.98px) {
  .SearchHotels-model .modal-header {
    text-align: center; } }

.SearchHotels-model .close {
  display: block;
  margin: 0 auto;
  float: none;
  font-size: 12px;
  font-weight: 400;
  text-shadow: none;
  opacity: 1;
  text-align: center;
  width: auto;
  line-height: 22px;
  padding: 25px 0 0 0;
  color: #ffffff !important;
  color: #ffffff !important; }

@media (min-width: 992px) {
  .SearchHotels-model .close {
    display: none; } }

.SearchHotels-model .modal-body {
  padding: 0; }

@media (min-width: 992px) {
  .SearchHotels-model .modal-body {
    padding: 20px 0; } }

.SearchHotels-model_title h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #ffffff; }

@media (min-width: 992px) {
  .SearchHotels-model_title h2 {
    font-size: 24px;
    line-height: 34px; } }

.SearchHotels-model_sub-title h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal; }

@media (min-width: 992px) {
  .SearchHotels-model_sub-title h3 {
    font-size: 14px;
    line-height: 24px; } }

.rtl .SearchHotels .media {
  text-align: right; }

.rtl .SearchHotels .slick-next {
  left: auto; }

.rtl .SearchHotels .slick-prev {
  right: auto; }

.rtl .SearchHotels .disclaimer {
  padding: 0 20px 0 0;
  clear: both; }

.rtl .SearchHotels .disclaimer:before {
  left: auto;
  right: 0;
  vertical-align: middle;
  position: absolute; }

.advertisement-banner-wrap {
  background-color: #5fafbc;
  padding: 20px 0;
  margin-bottom: 20px;
  margin-top: -20px; }

@media (min-width: 992px) {
  .advertisement-banner-wrap {
    padding: 14px 0;
    margin-bottom: 25px;
    margin-top: -25px; } }

.advertisement-banner-wrap_title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0;
  color: #ffffff; }

@media (min-width: 992px) {
  .advertisement-banner-wrap_title {
    font-size: 24px;
    line-height: 34px; } }

.advertisement-banner-wrap_tagline {
  margin: 0 0 15px 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #ffffff; }

@media (min-width: 992px) {
  .advertisement-banner-wrap_tagline {
    margin: 0 0 19px 0;
    font-size: 14px; } }

.advertisement-banner-wrap_label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #ffffff;
  position: relative;
  cursor: inherit;
  padding-left: 30px; }

@media (min-width: 992px) {
  .advertisement-banner-wrap_label {
    font-size: 14px;
    line-height: 24px; } }

.advertisement-banner-wrap_label::before {
  display: inline-block;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTEwIDBDNC40NzMgMCAwIDQuNDczIDAgMTBzNC40NzMgMTAgMTAgMTAgMTAtNC40NzMgMTAtMTBTMTUuNTI3IDAgMTAgMHptMCAxOC42NjdjLTQuNzc5IDAtOC42NjctMy44ODgtOC42NjctOC42NjdTNS4yMjEgMS4zMzMgMTAgMS4zMzMgMTguNjY3IDUuMjIxIDE4LjY2NyAxMCAxNC43NzkgMTguNjY3IDEwIDE4LjY2N3ptMi4yNjMtOS4yODdoLTIuMThWNS42NjdhLjY2Ny42NjcgMCAwIDAtMS4zMzMgMHY0LjM4YzAgLjM2OC4yOTguNjY2LjY2Ny42NjZoMi44NDZhLjY2Ny42NjcgMCAwIDAgMC0xLjMzM3oiLz4KICAgIDwvZGVmcz4KICAgIDx1c2UgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0; }

.advertisement-banner-wrap_text {
  margin-bottom: 37px; }

@media (min-width: 992px) {
  .advertisement-banner-wrap_text {
    margin-bottom: 0; } }

.advertisement-banner-wrap_code {
  margin: auto; }

.advertisement-banner-wrap .code {
  border: 1px dashed #333333;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 13px 20px;
  text-align: center; }

@media (min-width: 992px) {
  .advertisement-banner-wrap .code {
    padding: 11px 20px; } }

.advertisement-banner-wrap .code_title {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #333333; }

@media (min-width: 992px) {
  .advertisement-banner-wrap .code_title {
    font-size: 14px;
    line-height: 24px; } }

.advertisement-banner-wrap .code_value {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: -0.27px;
  text-align: center;
  color: #333333; }

@media (min-width: 992px) {
  .advertisement-banner-wrap .code_value {
    font-size: 32px;
    letter-spacing: -0.3px;
    line-height: 42px; } }

.advertisement-banner-wrap .code_sub-title {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #333333; }

@media (min-width: 992px) {
  .advertisement-banner-wrap .code_sub-title {
    font-size: 14px;
    line-height: 24px; } }

.advertisement-banner-wrap .disabled {
  pointer-events: none; }

.advertisement-banner-wrap_announcement {
  display: block;
  width: 100%; }

.advertisement-banner-wrap_announcement .advertisement-banner-wrap_title {
  text-align: center;
  font-size: 30px;
  margin: 20px 0px; }

.advertisement-banner-wrap_announcement .advertisement-banner-wrap_tagline {
  text-align: center;
  margin: 0px 0px 20px 0px; }

.rtl .advertisement-banner-wrap_label {
  padding-right: 30px;
  padding-left: 0px; }

.rtl .advertisement-banner-wrap_label::before {
  left: auto;
  right: 0; }

.Breadcrumb {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%; }

@media (min-width: 992px) {
  .Breadcrumb {
    display: block; } }

.Breadcrumb_list {
  margin: 0;
  padding: 0;
  list-style: none; }

.Breadcrumb_list-item {
  display: inline-block;
  position: relative; }

.Breadcrumb_list-item:not(:last-child):after {
  display: inline-block;
  margin: 0 10px;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNSAxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMCAxMGw1LTQuNUwwIDEiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px; }

.Breadcrumb_list-item-link {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize; }

.Breadcrumb_list-item-link:hover {
  color: #ffffff; }

.Breadcrumb_list-item-current {
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize; }

.Breadcrumb.experiment .Breadcrumb_list-item-link {
  color: #777777; }

.Breadcrumb.experiment .Breadcrumb_list-item-current {
  color: #777777;
  font-weight: 700; }

.Breadcrumb.experiment .Breadcrumb_list-item:not(:last-child):after {
  content: '>';
  color: #777777; }

.rtl .Breadcrumb_list-item:not(:last-child):after {
  transform: scale(-1); }

.rtl .Breadcrumb_list-item-current {
  font-weight: 700; }

.rtl .Breadcrumb.experiment .Breadcrumb_list-item:not(:last-child):after {
  transform: none; }

.rtl .Breadcrumb.experiment .Breadcrumb_list-item-current {
  font-weight: 700; }

.mobile-breadcrumbs-list {
  list-style: none;
  padding: 0px;
  margin-bottom: 8px; }

.mobile-breadcrumbs-list-item {
  display: inline-flex; }

.mobile-breadcrumbs-list-item:not(:last-child):after {
  display: inline-block;
  margin: 0 4px;
  content: '/';
  width: 5px;
  height: 9px; }

.mobile-breadcrumbs-list-item > a {
  font-size: 12px;
  text-transform: capitalize; }

.mobile-breadcrumbs-list-item-current {
  font-size: 12px;
  color: #333;
  text-transform: capitalize; }

.mobile-breadcrumbs.flights-to-dest {
  margin-bottom: 20px; }

.HotelsListOfCity .nav {
  padding-bottom: 0; }

.HotelsListOfCity .nav .nav {
  display: block;
  width: 100%; }

@media (min-width: 992px) {
  .HotelsListOfCity .nav .nav {
    display: inherit;
    padding-bottom: inherit;
    width: inherit; } }

@media (min-width: 992px) {
  .HotelsListOfCity .nav .dropdown {
    padding-bottom: 0; } }

.HotelsListOfCity .TabListing_list .nav-tabs a {
  display: none;
  width: auto; }

@media (min-width: 992px) {
  .HotelsListOfCity .TabListing_list .nav-tabs a {
    display: block;
    width: 15%;
    margin-right: 0px; }
  .HotelsListOfCity .TabListing_list .nav-tabs a:nth-last-child(2) {
    margin-right: 0; } }

.HotelsListOfCity .TabListing_list .tab-content {
  padding-top: 0; }

.HotelsListOfCity .TabListing_list-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }

@media (min-width: 768px) {
  .HotelsListOfCity .TabListing_list-content li {
    width: 25%; } }

@media (max-width: 575.98px) {
  .HotelsListOfCity .TabListing_list-content li {
    width: 50%; } }

.HotelsListOfCity .TabListing_list .filter_tabs {
  display: none;
  padding-top: 19px;
  padding-bottom: 18px; }

@media (min-width: 992px) {
  .HotelsListOfCity .TabListing_list .filter_tabs {
    display: block; } }

.HotelsListOfCity .TabListing_list .filter_showAll {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #02647a;
  text-transform: none;
  padding: 0 5px 0 0; }

.HotelsListOfCity .TabListing_list .filter_label {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #333333;
  padding: 0 9px 0 0; }

.HotelsListOfCity .TabListing_list .filter_options {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto; }

.HotelsListOfCity .TabListing_list .filter_options li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  color: #777777;
  border-bottom: 2px solid transparent;
  margin: 0 6px;
  cursor: pointer; }

.HotelsListOfCity .TabListing_list .filter_options li a {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  color: #777777;
  margin-bottom: 0; }

.HotelsListOfCity .TabListing_list .filter_options li.selected {
  border-bottom-color: #23a5b9;
  font-weight: 700;
  color: #23a5b9; }

.HotelsListOfCity .TabListing_list .filter_options li.selected a {
  font-weight: 700;
  color: #23a5b9; }

.home-hero-banner-wrap_search {
  background-color: #ffffff;
  padding: 15px; }

@media (min-width: 992px) {
  .home-hero-banner-wrap_search {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 22px;
    position: relative;
    z-index: 10; } }

@media (max-width: 991.98px) {
  .home-hero-banner-wrap_search .btn-primary,
  .home-hero-banner-wrap_search .d-block {
    height: auto; } }

@media (min-width: 992px) {
  .home-hero-banner-wrap_search-flight {
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .airline-banner .home-hero-banner-wrap_search-flight {
    margin-bottom: 0px; } }

.home-hero-banner-wrap_search .mobile-search-widget {
  padding: 0; }

.home-hero-banner-wrap_search .nav-tabs {
  border-bottom: none;
  margin-top: -47px; }

.home-hero-banner-mobile .home-hero-banner-wrap_search .nav-tabs {
  justify-content: center; }

.home-hero-banner-wrap_search .nav-link {
  background-color: rgba(216, 213, 213, 0.8);
  border: none;
  padding: 13px 40px;
  border-radius: 4px 4px 0px 0px;
  color: #333333; }

.home-hero-banner-wrap_search .nav-link.active {
  background-color: rgba(0, 0, 0, 0.5);
  color: #e5e5e5;
  font-weight: 600; }

.travelPage-Search .home-hero-banner-wrap_search {
  padding: 0 22px; }

.home-hero-banner-mobile .home-hero-banner-wrap_search {
  padding: 15px 30px; }

.home-hero-banner-wrap_search.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

#searchTab-tabpane-flights {
  margin-top: 20px;
  margin-bottom: 20px; }

#searchTab-tabpane-hotels {
  margin-top: 71px;
  margin-bottom: 73px; }

.home-hero-banner-mobile #searchTab-tabpane-hotels {
  margin-top: 20px;
  margin-bottom: 20px; }

.flights-destinations_list {
  display: flex;
  margin: 0;
  padding: 4px 0 0 0;
  list-style: none;
  flex-wrap: wrap; }

@media (min-width: 992px) {
  .flights-destinations_list {
    padding: 10px 0 0 0; } }

.flights-destinations_list-wrapper {
  transition: height .5s linear;
  overflow: hidden; }

.flights-destinations_list-items {
  width: 100%;
  margin-top: 10px; }

@media (min-width: 992px) {
  .flights-destinations_list-items {
    margin-right: 20px;
    margin-top: 20px;
    width: 31%; }
  .flights-destinations_list-items:nth-child(3n) {
    margin-right: 0; } }

@media (min-width: 1200px) {
  .flights-destinations_list-items {
    width: 32%; } }

.flights-destinations_list-items-link {
  display: block;
  background-color: #ffffff;
  padding: 10px;
  color: #333333;
  transition: background-color 0.5s ease;
  will-change: background-color;
  height: 100%; }

.flights-destinations_list-items-link-prefix {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flights-destinations_list-items-link-name {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flights-destinations_list-items-link-direction {
  display: inline-flex;
  width: 100%;
  position: relative;
  align-items: center; }

.flights-destinations_list-items-link-direction:before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgxNnYxNkgweiIvPgogICAgICAgIDxwYXRoIGZpbGw9IiMzQTNBM0EiIGQ9Ik04LjAwMiAxMy40MjloLjQyYy41NTcgMCAxLjAwOS0uNDQgMS4wMDktLjU3MnYuNTcyYzAtLjMxNi0uNDQtLjU3Mi0xLjAwMy0uNTcyaC0uMTRsMS43MTQtMS43MTRoLjE0Yy41NTQgMCAxLjAwMy0uNDM5IDEuMDAzLS41NzJ2LjU3MmMwLS4zMTYtLjQ0OS0uNTcyLS44NTctLjU3MmwxLjE0My0xLjQyOGMwLS4yODYuODU3LS4yODguODU3LS4yODhzMS40My4wMjggMi4yODcuMDAyQzE1LjQzMiA4Ljg4MyAxNiA4LjI4NiAxNiA4Yy4wMDMtLjI4Ni0uNTY4LS44NTctMS40MjUtLjg1N2gtMi4yODdzLS44NTcgMC0uODU3LS4yODZMMTAuMjg4IDUuNDNjLjAxMiAwIDAgMCAwIDAgLjQ3MyAwIC44NTctLjQ0Ljg1Ny0uNTcydi41NzJjMC0uMzE2LS40MzgtLjU3Mi0xLjAwMy0uNTcyaC0uMTRMOC4yODcgMy4xNDNoLjE0Yy41NTUgMCAxLjAwNC0uNDM5IDEuMDA0LS41NzJ2LjU3MmMwLS4zMTYtLjQ0NC0uNTcyLS45OTItLjU3MmgtLjQ2TDYuMjUzLjUzNFM1Ljg5NSAwIDUuMzkgMGwtLjQ0MS4wMjlzLjQ4Mi44MjggMS42MjUgMy40QzcuNzE2IDYgNy43MTYgNiA3LjcxNiA2Ljg1N2wtLjU3Mi4yODZINC41NzJjMCAuMDU1LS4yODUgMC0xLjQyOC4yODZMMS40NTMgNS41NDdTLjg1NyA0Ljg1NyAwIDQuODU3bDEuNDI5IDIuODU3TDAgOGwxLjQyOS4yODZMMCAxMS4xNDNjLjg1NyAwIDEuMzYzLS40NCAxLjM2My0uNDRsMS43OC0yLjEzMmMxLjE0NC4yODYgMS40My4yODYgMS40My4yODZoMi41NzFsLjU3Mi4yODZjMCAuODU3IDAgLjg1Ny0xLjE0MyAzLjQyOEM1LjQzIDE1LjE0MyA0Ljk3NyAxNiA0Ljk3NyAxNmguNDEycy41MTYtLjEwOC44NjMtLjUwNmwxLjc1LTIuMDY1eiIvPgogICAgPC9nPgo8L3N2Zz4K);
  position: relative;
  z-index: 1; }

.flights-destinations_list-items-link-direction:after {
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 1px dotted #dfdfdf; }

.flights-destinations_list-items-link h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  min-width: 25%; }

@media (min-width: 992px) {
  .flights-destinations_list-items-link h4 {
    font-size: 22px;
    line-height: 32px; } }

.flights-destinations_list-items-link h4 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize; }

@media (min-width: 992px) {
  .flights-destinations_list-items-link h4 span {
    font-size: 14px;
    line-height: 24px; } }

.flights-destinations_list-items-link h4-to {
  text-align: right; }

.flights-destinations_list-items-link-to {
  text-align: right; }

.flights-destinations_list-items-link:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #dee8ea;
  color: #333333; }

.flights-destinations_list-items-link:hover .flights-destinations_list-items-link-direction:after {
  border-bottom: 1px dotted #555555; }

@media (min-width: 992px) {
  .rtl .flights-destinations_list-items {
    margin-right: 0px;
    margin-left: 20px; }
  .rtl .flights-destinations_list-items:nth-child(3n) {
    margin-right: 0px;
    margin-left: 0px; } }

.rtl .flights-destinations_list-items-link-direction:before {
  transform: scale(-1); }

.rtl .flights-destinations_list-items-link-from {
  text-align: right; }

.rtl .flights-destinations_list-items-link-to {
  text-align: left; }

.FlightBestBook_time {
  text-align: center;
  border: solid 1px #dadada;
  background-color: #ffffff;
  padding: 16px 22px 22px; }

@media (min-width: 992px) {
  .FlightBestBook_time {
    padding: 23px 23px 26px; } }

.FlightBestBook_time h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: normal;
  color: #333333; }

@media (min-width: 992px) {
  .FlightBestBook_time h2 {
    font-size: 28px;
    line-height: 38px; } }

.FlightBestBook_time span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #333333;
  padding: 0 0 25px 0; }

@media (min-width: 992px) {
  .FlightBestBook_time span {
    padding: 0 0 24px 0; } }

.airline-logo_list {
  display: flex;
  margin: 0;
  padding: 4px 0 0 0;
  list-style: none;
  flex-wrap: wrap; }

@media (min-width: 992px) {
  .airline-logo_list {
    padding: 30px 0 0 0; } }

.airline-logo_list-items {
  margin-right: 9.5px;
  margin-top: 10px;
  width: 48%; }

@media (min-width: 992px) {
  .airline-logo_list-items {
    margin-top: 0;
    margin-right: 20px;
    width: 180px; }
  .airline-logo_list-items:nth-child(2n) {
    margin-right: 20px !important; }
  .airline-logo_list-items:last-child {
    margin-right: 0 !important; } }

.airline-logo_list-items:nth-child(2n) {
  margin-right: 0; }

.airline-logo_list-items-link {
  background-color: #ffffff;
  padding: 5px;
  height: 94px;
  display: flex;
  align-items: center; }

@media (min-width: 992px) {
  .airline-logo_list-items-link {
    height: 98px; } }

.airline-logo_list-items-link img {
  max-width: 100%;
  flex: 1; }

.rtl .airline-logo_list-items {
  margin-right: 0; }

@media (min-width: 992px) {
  .rtl .airline-logo_list-items {
    margin-right: 20px; }
  .rtl .airline-logo_list-items:nth-child(2n) {
    margin-right: 20px !important; }
  .rtl .airline-logo_list-items:last-child {
    margin-right: 20px !important; }
  .rtl .airline-logo_list-items:first-child {
    margin-right: 0px !important; } }

.rtl .airline-logo_list-items:nth-child(2n) {
  margin-right: 9.5px; }

.FaqWrap.widgets {
  padding-bottom: 4px; }

@media (min-width: 992px) {
  .FaqWrap.widgets {
    padding-bottom: 9px; } }

.FaqWrap .FaqContentText {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  will-change: height;
  padding-top: 14px; }

@media (min-width: 992px) {
  .FaqWrap .FaqContentText {
    padding-top: 30px; }
  .FaqWrap .FaqContentText:after {
    display: none; } }

.FaqWrap .FaqContentText.less-faq:after {
  content: "";
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
  background-position: bottom center;
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: background-image; }

.FaqWrap .FaqContentText.more-faq:after {
  background-image: none; }

.FaqWrap .FaqOrder {
  margin: 0;
  list-style: none;
  padding: 0; }

.FaqWrap .FaqOrder_list {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .FaqWrap .FaqOrder_list {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 15px; }
  .FaqWrap .FaqOrder_list:last-child {
    margin-bottom: 0; } }

.FaqWrap .FaqOrder_list:last-child {
  margin-bottom: 0; }

.FaqWrap .FaqOrder_list-title {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  color: #3a3a3a;
  position: relative;
  padding: 0 0 5px 40px; }

@media (min-width: 992px) {
  .FaqWrap .FaqOrder_list-title {
    font-size: 14px;
    line-height: 24px; } }

.FaqWrap .FaqOrder_list-title:before {
  display: inline-block;
  width: 20px;
  height: 24.8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIwIDI1Ij4KICAgIDxnIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTEwIDEzLjMyNmMtMS40MDEgMC0yLjQ3NS0uMzk1LTMuMjIzLTEuMTg0LS43NDYtLjc5LTEuMTItMS45MzktMS4xMi0zLjQ0NiAwLTEuNDkyLjM3Mi0yLjYzMyAxLjExNi0zLjQyLjc0Mi0uNzg3IDEuODIyLTEuMTggMy4yNC0xLjE4IDEuNDIgMCAyLjQ5Ni4zOTEgMy4yMyAxLjE3Mi43MzQuNzggMS4wOTkgMS45MjggMS4wOTkgMy40MzkgMCAyLjAzMi0uNjQyIDMuNDAzLTEuOTMgNC4xMWwuNzQ0Ljc4MmEuMzkuMzkgMCAwIDEgLjA3OC40My4zODguMzg4IDAgMCAxLS4zNjMuMjRoLTEuODM3YS41MDguNTA4IDAgMCAxLS40MDItLjE4N0wxMCAxMy4zMjZ6TTguMTk5IDguNzA1YzAgMS43MzMuNiAyLjYgMS44IDIuNi42MTIgMCAxLjA2Ni0uMjEyIDEuMzYtLjYzMy4yOTYtLjQyLjQ0NC0xLjA3NS40NDQtMS45NjcgMC0uODk2LS4xNS0xLjU1OC0uNDUtMS45ODUtLjI5OS0uNDI3LS43NDctLjY0LTEuMzQtLjY0LTEuMjEgMC0xLjgxNC44NzUtMS44MTQgMi42MjV6Ii8+CiAgICAgICAgPHBhdGggZD0iTTMuMTU4IDEuNTg1Yy0uODcgMC0xLjU4LjcxMi0xLjU4IDEuNTg2djExLjYyNmMwIC44NzUuNzEgMS41ODYgMS41OCAxLjU4Nkg1LjRjLjIxNyAwIC40MjUuMDkuNTc0LjI0OC4xNDkuMTYuMjI2LjM3My4yMTQuNTlsLS4yNzggNC43NzQgNS4yOTgtNS4zNzdhLjc4OC43ODggMCAwIDEgLjU2MS0uMjM1aDUuMDczYy44NyAwIDEuNTc5LS43MTEgMS41NzktMS41ODZWMy4xNzFjMC0uODc0LS43MDktMS41ODYtMS41OC0xLjU4NkgzLjE1OXpNNC45OTkgMjQuODRhLjc5My43OTMgMCAwIDEtLjc4OC0uODRsLjM1Mi02LjAzMUgzLjE1OEEzLjE2OCAzLjE2OCAwIDAgMSAwIDE0Ljc5OFYzLjE3QTMuMTY4IDMuMTY4IDAgMCAxIDMuMTU4IDBoMTMuNjg0YTMuMTY4IDMuMTY4IDAgMCAxIDMuMTU3IDMuMTd2MTEuNjI3YTMuMTY4IDMuMTY4IDAgMCAxLTMuMTU3IDMuMTcxaC00Ljc0NGwtNi41MzcgNi42MzVhLjc4OC43ODggMCAwIDEtLjU2Mi4yMzZ6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  right: auto; }

.FaqWrap .FaqOrder_list-content {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  color: #777777;
  position: relative;
  padding: 0 0 0 40px; }

@media (min-width: 992px) {
  .FaqWrap .FaqOrder_list-content {
    font-size: 14px;
    line-height: 24px; } }

.FaqWrap .FaqOrder_list-content:before {
  display: inline-block;
  width: 20px;
  height: 24.8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIwIDI1Ij4KICAgIDxnIGZpbGw9IiM3NzciIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTMuMTU4IDEuNThjLS44NyAwLTEuNTguNzA4LTEuNTggMS41Nzl2MTEuNTgzYzAgLjg3LjcxIDEuNTggMS41OCAxLjU4SDguMjNhLjc5Ljc5IDAgMCAxIC41NjIuMjM0bDUuMjk4IDUuMzU3LS4yNzgtNC43NTZhLjc5Ljc5IDAgMCAxIC43ODgtLjgzNmgyLjI0MmMuODcgMCAxLjU3OS0uNzA4IDEuNTc5LTEuNThWMy4xNmMwLS44Ny0uNzA5LTEuNTgtMS41OC0xLjU4SDMuMTU5em0xMS4yOCAyMi45MzFsLTYuNTM3LTYuNjFIMy4xNThBMy4xNjIgMy4xNjIgMCAwIDEgMCAxNC43NFYzLjE2QTMuMTYyIDMuMTYyIDAgMCAxIDMuMTU4IDBoMTMuNjg0YTMuMTYyIDMuMTYyIDAgMCAxIDMuMTU3IDMuMTU5djExLjU4M2EzLjE2MiAzLjE2MiAwIDAgMS0zLjE1NyAzLjE1OWgtMS40MDVsLjM1IDYuMDA5YS43OS43OSAwIDAgMS0xLjM0OC42MDF6Ii8+CiAgICAgICAgPHBhdGggZD0iTTEyLjM2NSAxMS42NWwtLjM0Ny0xLjE0NUg5LjAxMWwtLjM1OCAxLjE0N2MtLjA2NS4yMDgtLjI3Ny4zNDgtLjUyNy4zNDhINi41NDdhLjU2MS41NjEgMCAwIDEtLjQ0MS0uMTk0LjQwNi40MDYgMCAwIDEtLjA3OC0uNDJsMi42NjQtNy4wNjFDOC43NjYgNC4xMjggOC45NyA0IDkuMjEgNGgyLjU0NGMuMjQgMCAuNDQzLjEyNy41MTguMzIzbDIuNjk4IDcuMDZhLjQwNS40MDUgMCAwIDEtLjA3Ni40MjMuNTYxLjU2MSAwIDAgMS0uNDQyLjE5NGgtMS41NmMtLjI1MiAwLS40NjQtLjE0MS0uNTI4LS4zNXpNMTEgOWwtLjQwNC0xLjE0NWEzNS44MDYgMzUuODA2IDAgMCAxLS4zNDUtLjk4NkExMi42MjUgMTIuNjI1IDAgMCAxIDkuOTg2IDZjLS4wNC4xNjMtLjExNy40My0uMjI5LjgwMkM5LjY0MyA3LjE3MyA5LjM5MSA3LjkwNyA5IDloMnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  right: auto; }

.FaqWrap .FaqOrder_list-content a {
  font-weight: 400;
  font-style: italic;
  color: #02647a;
  text-decoration: underline; }

.rtl .FaqWrap .FaqOrder_list-title {
  padding: 0 40px 5px 0; }

.rtl .FaqWrap .FaqOrder_list-title:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIwIDI1Ij4KICAgIDxnIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTYuMjI1IDUuNzI1Yy4xNTguNS4yMzcgMS4wNDIuMjM3IDEuNjI1IDAgLjQ0Mi0uMDQ1Ljg2Ny0uMTM3IDEuMjc1LS4wOTIuNDA4LS4yMi43NDYtLjM4NyAxLjAxMi0uNi4yNjctMS4xNDYuNC0xLjYzOC40YTIuMjIgMi4yMiAwIDAgMS0xLjAxOS0uMjMgMi4wNjggMi4wNjggMCAwIDEtLjc2OS0uNjgyaC0uMWMtLjE3NS4yNzUtLjQxLjQ5Ni0uNzA2LjY2Mi0uMjk2LjE2Ny0uNjE0LjI1LS45NTYuMjVoLS4wMTJhNi4yMjUgNi4yMjUgMCAwIDEtLjI1IDEuNDM4Yy0uMTM0LjQzMy0uMzA5LjgtLjUyNSAxLjEtMS4xODQuMzUtMi4yMjEuNTI1LTMuMTEzLjUyNS0xLjE2NyAwLTIuMDM3LS4yNDgtMi42MTItLjc0NC0uNTc2LS40OTYtLjg2My0xLjE5OC0uODYzLTIuMTA2IDAtLjkyNS4yNjctMi4wMi44LTMuMjg3bDEuNzI1LjU2MmMtLjMuODI1LS40NSAxLjQ4My0uNDUgMS45NzUgMCAuNDQyLjExOS43NjkuMzU2Ljk4MS4yMzguMjEzLjYwMi4zMTkgMS4wOTQuMzE5LjQ0MiAwIDEuMDctLjEgMS44ODctLjMtLjA1LS41NS0uMTQ3LTEuMTI1LS4yOTMtMS43MjUtLjE0Ni0uNi0uMjktMS4wOTItLjQzMS0xLjQ3NWwxLjgxMi0uNzYzLjEuMDVjLjA1LjM4NC4xNjUuNjc4LjM0NC44ODIuMTc5LjIwNC4zODUuMzA2LjYxOC4zMDYuMjY3IDAgLjUyLS4xMjcuNzU3LS4zODFzLjQwMi0uNjAyLjQ5My0xLjA0NGwxLjAzOC4xNjNhMi40ODYgMi40ODYgMCAwIDAtLjAxMi4yODdjMCAuNjU4LjI3Ljk4Ny44MTIuOTg3LjE1IDAgLjM2Ny0uMDMzLjY1LS4xLS4wNzUtLjMxNi0uMTY1LS42MjktLjI2OS0uOTM3YTI3LjQ4MyAyNy40ODMgMCAwIDAtLjE5NC0uNTYzbDIuMDEzLS40NjJ6Ii8+CiAgICAgICAgPHBhdGggZD0iTTMuMTU4IDEuNTg1Yy0uODcgMC0xLjU4LjcxMi0xLjU4IDEuNTg2djExLjYyNmMwIC44NzUuNzEgMS41ODYgMS41OCAxLjU4Nkg1LjRjLjIxNyAwIC40MjUuMDkuNTc0LjI0OC4xNDkuMTYuMjI2LjM3My4yMTQuNTlsLS4yNzggNC43NzQgNS4yOTgtNS4zNzdhLjc4OC43ODggMCAwIDEgLjU2MS0uMjM1aDUuMDczYy44NyAwIDEuNTc5LS43MTEgMS41NzktMS41ODZWMy4xNzFjMC0uODc0LS43MDktMS41ODYtMS41OC0xLjU4NkgzLjE1OXpNNC45OTkgMjQuODRhLjc5My43OTMgMCAwIDEtLjc4OC0uODRsLjM1Mi02LjAzMUgzLjE1OEEzLjE2OCAzLjE2OCAwIDAgMSAwIDE0Ljc5OFYzLjE3QTMuMTY4IDMuMTY4IDAgMCAxIDMuMTU4IDBoMTMuNjg0YTMuMTY4IDMuMTY4IDAgMCAxIDMuMTU3IDMuMTd2MTEuNjI3YTMuMTY4IDMuMTY4IDAgMCAxLTMuMTU3IDMuMTcxaC00Ljc0NGwtNi41MzcgNi42MzVhLjc4OC43ODggMCAwIDEtLjU2Mi4yMzZ6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  left: auto;
  right: 0; }

.rtl .FaqWrap .FaqOrder_list-content {
  padding: 0 40px 0 0; }

.rtl .FaqWrap .FaqOrder_list-content:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDIwIDI1Ij4KICAgIDxnIGZpbGw9IiM3NzciIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTMuMTU4IDEuNThjLS44NyAwLTEuNTguNzA4LTEuNTggMS41Nzl2MTEuNTgzYzAgLjg3LjcxIDEuNTggMS41OCAxLjU4SDguMjNhLjc5Ljc5IDAgMCAxIC41NjIuMjM0bDUuMjk4IDUuMzU3LS4yNzgtNC43NTZhLjc5Ljc5IDAgMCAxIC43ODgtLjgzNmgyLjI0MmMuODcgMCAxLjU3OS0uNzA4IDEuNTc5LTEuNThWMy4xNmMwLS44Ny0uNzA5LTEuNTgtMS41OC0xLjU4SDMuMTU5em0xMS4yOCAyMi45MzFsLTYuNTM3LTYuNjFIMy4xNThBMy4xNjIgMy4xNjIgMCAwIDEgMCAxNC43NFYzLjE2QTMuMTYyIDMuMTYyIDAgMCAxIDMuMTU4IDBoMTMuNjg0YTMuMTYyIDMuMTYyIDAgMCAxIDMuMTU3IDMuMTU5djExLjU4M2EzLjE2MiAzLjE2MiAwIDAgMS0zLjE1NyAzLjE1OWgtMS40MDVsLjM1IDYuMDA5YS43OS43OSAwIDAgMS0xLjM0OC42MDF6Ii8+CiAgICAgICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTMuMjM4IDYuNzYzYy0uMDg0LjUyNS0uMTguOTUtLjI4OCAxLjI3NC0uNTUuMDQyLTEuMTUuMTYzLTEuOC4zNjMtLjY1LjItMS4yMDYuNDY5LTEuNjY5LjgwNi0uNDYyLjMzOC0uNjk0LjcyMy0uNjk0IDEuMTU3IDAgLjkuNzc1IDEuMzUgMi4zMjUgMS4zNS41MDkgMCAxLjA2My0uMDQ2IDEuNjYzLS4xMzguMDUuMTY3LjEwNi40OTIuMTY5Ljk3NS4wNjIuNDgzLjA5Ljg0Mi4wODEgMS4wNzVhNy4yNTIgNy4yNTIgMCAwIDEtMi4wMzcuMjg3Yy0uNzQyIDAtMS40MTUtLjExNi0yLjAyLS4zNS0uNjAzLS4yMzMtMS4wODMtLjU3OS0xLjQzNy0xLjAzNy0uMzU0LS40NTgtLjUzMS0xLjAwOC0uNTMxLTEuNjUgMC0uNjkyLjE3Ny0xLjM1LjUzMS0xLjk3NS4zNTQtLjYyNS44OS0xLjE2NyAxLjYwNi0xLjYyNS40NzYtLjMuOTA1LS41NDIgMS4yODgtLjcyNWExMi41OSAxMi41OSAwIDAgMC0xLjI4OC0uMzc1Yy0uMzI1LS4wNzUtLjc1OC0uMTI1LTEuMy0uMTVsLS4zMTItLjAxMy0uMDUtLjA1Yy4wMjUtLjI4My4wODUtLjYyNC4xODEtMS4wMjQuMDk2LS40LjE5NC0uNjk2LjI5NC0uODg4LjItLjAzMy4zNTQtLjA1LjQ2Mi0uMDUuMzc2IDAgLjc1My4wNyAxLjEzMi4yMTMuMzc5LjE0MS44NC4zNTQgMS4zODEuNjM3LjU3NS4zIDEuMDM3LjUyIDEuMzg3LjY2My4zNS4xNDEuNjk2LjIxMiAxLjAzOC4yMTIuMDA4LjIxNy0uMDMuNTYyLS4xMTIgMS4wMzh6bS0yLjI1IDIuMjYyYy4wOTEtLjAxNy4yMy4wMjUuNDE4LjEyNS4xODguMS4zNjMuMjIzLjUyNS4zNjkuMTYzLjE0Ni4yNTIuMjYuMjY5LjM0NC4wMzMuMTI1LS4wNi4zNDMtLjI4MS42NTYtLjIyMS4zMTItLjQwNi41MTgtLjU1Ni42MTgtLjE3Ni0uMDY2LS40MDUtLjE5Ny0uNjg4LS4zOTMtLjI4My0uMTk2LS40OC0uMzY1LS41ODgtLjUwNmExLjg3IDEuODcgMCAwIDEgLjE5NC0uNDQ0IDMuMDMgMy4wMyAwIDAgMSAuMzU2LS41MTNjLjEzNC0uMTU0LjI1LS4yNC4zNS0uMjU2eiIvPgogICAgPC9nPgo8L3N2Zz4K);
  left: auto;
  right: 0; }

@media (min-width: 992px) {
  .About.widgets {
    padding-bottom: 9px; } }

@media (min-width: 992px) {
  .About_title {
    max-width: 880px;
    margin-bottom: 8px; } }

@media (min-width: 992px) {
  .About_subtitle {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    max-width: 880px;
    margin-bottom: 8px; } }

.About_contanier {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  will-change: height;
  padding-top: 14px; }

@media (min-width: 992px) {
  .About_contanier {
    max-width: 880px;
    max-height: 100%;
    padding-top: 30px; }
  .About_contanier:after {
    display: none; } }

.About_contanier.less-content:after {
  content: '';
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
  background-position: bottom center;
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: background-image; }

.About_contanier.more-content:after {
  background-image: none; }

.About_contanier-text {
  line-height: 24px; }

.About_contanier-text p {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: -0.2px; }

@media (min-width: 992px) {
  .About_contanier-text p {
    letter-spacing: normal; } }

.AirlineListingWrap.widgets {
  padding-bottom: 13px; }

@media (min-width: 992px) {
  .AirlineListingWrap.widgets {
    padding-bottom: 18px; } }

.AirlineListingWrap .AirlineListing_list {
  margin: 0 0 10px;
  padding: 14px 0 0 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

@media (min-width: 992px) {
  .AirlineListingWrap .AirlineListing_list {
    margin: 0;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    padding: 30px 0 0 0; } }

.AirlineListingWrap .AirlineListing_list-item-link {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0.15px;
  color: #777777;
  text-transform: capitalize;
  margin-bottom: 7px; }

.AirlineListingWrap .AirlineListing_list-item-link:hover {
  color: #777777; }

.AirlineClass.widgets {
  padding-bottom: 0; }

@media (min-width: 992px) {
  .AirlineClass.widgets {
    padding-bottom: 25px; } }

.AirlineClass .AirlineService {
  padding-top: 14px; }

@media (min-width: 992px) {
  .AirlineClass .AirlineService {
    padding-top: 30px; } }

.AirlineClass .AirlineService_tile {
  margin-bottom: 20px; }

.AirlineClass .AirlineService_wrap {
  background-color: #ffffff;
  height: 4px;
  padding: 0px;
  height: auto;
  margin: 0 0 20px 0;
  border-radius: 2px; }

@media (min-width: 992px) {
  .AirlineClass .AirlineService_wrap {
    margin: 0;
    height: 100%; } }

.AirlineClass .AirlineService_wrap:before {
  content: '';
  display: block;
  border-top: 2px solid #23a5b9; }

.AirlineClass .AirlineService_wrap .MoreLink {
  margin-top: 10px;
  margin-bottom: 10px; }

.AirlineClass .AirlineService_content {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  will-change: height;
  padding: 15px; }

@media (min-width: 992px) {
  .AirlineClass .AirlineService_content {
    max-height: 100%;
    padding: 20px; }
  .AirlineClass .AirlineService_content:after {
    display: none; } }

.AirlineClass .AirlineService_content.less-data:after {
  content: "";
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
  background-position: bottom center;
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: background-image; }

.AirlineClass .AirlineService_content.more-data:after {
  background-image: none; }

.AirlineClass .AirlineService_title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #333333;
  margin: 0 0 8px 0; }

@media (min-width: 992px) {
  .AirlineClass .AirlineService_title {
    font-size: 18px;
    line-height: 28px; } }

.AirlineClass .AirlineService_item ul {
  padding: 0 0 0 18px;
  margin: 0;
  overflow: hidden; }

.AirlineClass .AirlineService_item li {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #333333; }

.AirlineClass .AirlineService_item li p {
  margin-bottom: 0; }

.rtl .AirlineService_item ul {
  padding: 0 18px 0 0; }

@media (min-width: 992px) {
  .BaggageInfo_title {
    max-width: 880px; } }

@media (min-width: 992px) {
  .BaggageInfo_subtitle {
    max-width: 880px; } }

.BaggageInfo_content {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  will-change: height;
  padding-top: 14px; }

@media (min-width: 992px) {
  .BaggageInfo_content {
    max-width: 880px;
    padding-top: 30px; }
  .BaggageInfo_content:after {
    display: none; } }

.BaggageInfo_content.less-info:after {
  content: "";
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
  background-position: bottom center;
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: background-image; }

.BaggageInfo_content.more-info:after {
  background-image: none; }

.BaggageInfo_list ul {
  margin: 0;
  padding: 0 0 0 20px; }

.BaggageInfo_list li {
  opacity: 0.9;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #333333; }

.BaggageInfo_list p {
  margin-bottom: 0; }

.rtl .BaggageInfo_list ul {
  padding: 0 20px 0 0; }

.rtl .BaggageInfo_content table .TableParagraph {
  text-align: right !important; }

.AirlineSearch_order-list {
  display: block;
  margin: 0;
  padding: 14px 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

@media (min-width: 992px) {
  .AirlineSearch_order-list {
    padding: 30px 0 0 0; } }

.AirlineSearch_order-list_wrapper {
  transition: height .5s linear;
  overflow: hidden; }

.AirlineSearch_order-list-item {
  width: 100%;
  background-color: #ffffff;
  padding: 8px 9px;
  margin: 0 0 9px 0;
  border-radius: 2px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }

@media (min-width: 992px) {
  .AirlineSearch_order-list-item {
    border: solid 1px #cccccc;
    width: 49%;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    float: left; }
  .AirlineSearch_order-list-item:nth-child(2n) {
    float: right; } }

.AirlineSearch .AirlineTimeWrap {
  width: 62%;
  display: flex;
  justify-content: space-between; }

@media (min-width: 992px) {
  .AirlineSearch .AirlineTimeWrap {
    width: 70%; } }

.AirlineSearch .LocationIata {
  margin: 0;
  font-size: 18px;
  text-transform: Uppercase;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #3a3a3a;
  font-weight: 600; }

@media (min-width: 992px) {
  .AirlineSearch .LocationIata {
    font-size: 22px;
    line-height: 32px; } }

.AirlineSearch .LocationName {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #3a3a3a; }

@media (min-width: 992px) {
  .AirlineSearch .LocationName {
    font-size: 14px;
    line-height: 24px; } }

.AirlineSearch .AirlineStop {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  color: #1dac08; }

@media (min-width: 992px) {
  .AirlineSearch .AirlineStop {
    font-size: 12px;
    line-height: 22px; } }

.AirlineSearch .AirlinePrice {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #3a3a3a; }

@media (min-width: 992px) {
  .AirlineSearch .AirlinePrice {
    font-size: 25px;
    line-height: 35px; } }

.AirlineSearch .Curency {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: normal;
  color: #333333;
  margin: 0 1px 0 0; }

@media (min-width: 992px) {
  .AirlineSearch .Curency {
    font-size: 14px;
    margin: 0 3px 0 0;
    line-height: 24px; } }

.AirlineSearch .AirlinePriceWrap {
  height: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.AirlineSearch .AirlineDirection {
  display: inline-flex;
  width: 100%;
  position: relative;
  align-items: center; }

.AirlineSearch .AirlineDirection:before {
  display: block;
  content: '';
  height: 16px;
  width: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgxNnYxNkgweiIvPgogICAgICAgIDxwYXRoIGZpbGw9IiMzQTNBM0EiIGQ9Ik04LjAwMiAxMy40MjloLjQyYy41NTcgMCAxLjAwOS0uNDQgMS4wMDktLjU3MnYuNTcyYzAtLjMxNi0uNDQtLjU3Mi0xLjAwMy0uNTcyaC0uMTRsMS43MTQtMS43MTRoLjE0Yy41NTQgMCAxLjAwMy0uNDM5IDEuMDAzLS41NzJ2LjU3MmMwLS4zMTYtLjQ0OS0uNTcyLS44NTctLjU3MmwxLjE0My0xLjQyOGMwLS4yODYuODU3LS4yODguODU3LS4yODhzMS40My4wMjggMi4yODcuMDAyQzE1LjQzMiA4Ljg4MyAxNiA4LjI4NiAxNiA4Yy4wMDMtLjI4Ni0uNTY4LS44NTctMS40MjUtLjg1N2gtMi4yODdzLS44NTcgMC0uODU3LS4yODZMMTAuMjg4IDUuNDNjLjAxMiAwIDAgMCAwIDAgLjQ3MyAwIC44NTctLjQ0Ljg1Ny0uNTcydi41NzJjMC0uMzE2LS40MzgtLjU3Mi0xLjAwMy0uNTcyaC0uMTRMOC4yODcgMy4xNDNoLjE0Yy41NTUgMCAxLjAwNC0uNDM5IDEuMDA0LS41NzJ2LjU3MmMwLS4zMTYtLjQ0NC0uNTcyLS45OTItLjU3MmgtLjQ2TDYuMjUzLjUzNFM1Ljg5NSAwIDUuMzkgMGwtLjQ0MS4wMjlzLjQ4Mi44MjggMS42MjUgMy40QzcuNzE2IDYgNy43MTYgNiA3LjcxNiA2Ljg1N2wtLjU3Mi4yODZINC41NzJjMCAuMDU1LS4yODUgMC0xLjQyOC4yODZMMS40NTMgNS41NDdTLjg1NyA0Ljg1NyAwIDQuODU3bDEuNDI5IDIuODU3TDAgOGwxLjQyOS4yODZMMCAxMS4xNDNjLjg1NyAwIDEuMzYzLS40NCAxLjM2My0uNDRsMS43OC0yLjEzMmMxLjE0NC4yODYgMS40My4yODYgMS40My4yODZoMi41NzFsLjU3Mi4yODZjMCAuODU3IDAgLjg1Ny0xLjE0MyAzLjQyOEM1LjQzIDE1LjE0MyA0Ljk3NyAxNiA0Ljk3NyAxNmguNDEycy41MTYtLjEwOC44NjMtLjUwNmwxLjc1LTIuMDY1eiIvPgogICAgPC9nPgo8L3N2Zz4K);
  position: relative;
  z-index: 1;
  transform: scale(1);
  background-repeat: no-repeat; }

.AirlineSearch .AirlineDirection:after {
  content: "";
  width: 100%;
  height: 3px;
  border-bottom: 3px dotted #97a1a6; }

@media (min-width: 992px) {
  .AirlineSearch .AirlineDirection:after {
    height: 2px;
    border-bottom: 1px dotted #dfdfdf; } }

.AirlineSearch .AirlineOrigin {
  text-align: left;
  margin-right: 5px; }

.AirlineSearch .AirlineDest {
  text-align: right;
  margin-left: 5px; }

.AirlineSearch .AirlineDir {
  width: 65%; }

.AirlineSearch .Arrow {
  margin: 0 0 0 2px;
  transform: scale(1); }

@media (min-width: 992px) {
  .AirlineSearch .Arrow {
    margin: 0 0 0 5px; } }

.AirlineSearch .Disclaimer {
  margin-top: 5px;
  padding: 0 0 0 20px; }

@media (min-width: 992px) {
  .AirlineSearch .Disclaimer {
    margin: 0px auto 0; } }

.AirlineSearch .SearchBtn {
  padding: 8px; }

.rtl .AirlineSearch .Arrow {
  margin: 0 2px 0 0;
  transform: scale(-1); }

@media (min-width: 992px) {
  .rtl .AirlineSearch .Arrow {
    margin: 0 5px 0 0; } }

.rtl .AirlineSearch .Disclaimer {
  padding: 0 20px 0 0; }

.rtl .AirlineSearch .Disclaimer:before {
  left: auto;
  right: 0; }

.rtl .AirlineSearch .AirlineDirection:before {
  transform: scale(-1); }

.rtl .AirlineSearch .Curency {
  margin: 0 0 0 0px; }

@media (min-width: 992px) {
  .rtl .AirlineSearch .Curency {
    margin: 0 0 0 3px; } }

@media (min-width: 992px) {
  .rtl .AirlineSearch_order-list-item {
    float: right; }
  .rtl .AirlineSearch_order-list-item:nth-child(2n) {
    float: left; } }

.FlightsSearch_order-list {
  display: block;
  margin: 0;
  padding: 14px 0 0 0;
  list-style: none;
  justify-content: center; }

@media (min-width: 992px) {
  .FlightsSearch_order-list {
    padding: 30px 0 0 0; } }

.top-flights-list .FlightsSearch_order-list {
  padding-top: 8px; }

.FlightsSearch_order-list_wrapper {
  transition: height .5s linear;
  overflow: hidden; }

.FlightsSearch_order-list-item {
  width: 100%;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 17px 19.5px;
  margin: 0 auto 10px; }

@media (min-width: 992px) {
  .FlightsSearch_order-list-item {
    border-radius: 2px;
    border: solid 1px #cccccc;
    width: 80%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.top-flights-list .FlightsSearch_order-list-item,
.top-flights-table .FlightsSearch_order-list-item {
  width: 100%; }

.FlightsSearch_order-list-item:last-child {
  margin-bottom: 0; }

@media (max-width: 575.98px) {
  .FlightsSearch_order-list-item {
    padding: 17px 8px; } }

@media (min-width: 992px) {
  .FlightsSearch .FlightName_wrap {
    float: left; } }

.FlightsSearch .FlightName_wrap--mobile {
  display: block;
  clear: both;
  padding-bottom: 8px; }

.FlightsSearch .FlightLogo {
  max-width: 100%;
  flex: 1; }

.FlightsSearch .FlightLogoWrap {
  width: 38px;
  margin-top: 6px;
  display: flex;
  align-items: center; }

@media (min-width: 992px) {
  .FlightsSearch .FlightLogoWrap {
    margin: 0 10.5px 0 0;
    float: left; } }

.FlightsSearch .FlightName {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333333;
  margin: 0; }

@media (min-width: 992px) {
  .FlightsSearch .FlightName {
    letter-spacing: normal;
    color: #3a3a3a; } }

.FlightsSearch .FlightName.flight-name {
  display: none; }

@media (min-width: 992px) {
  .FlightsSearch .FlightName.flight-name {
    display: block; } }

.FlightsSearch .FlightTime {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #3a3a3a;
  margin: 0; }

@media (min-width: 992px) {
  .FlightsSearch .FlightTime {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px; } }

.FlightsSearch .FlightIata {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: Uppercase;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #3a3a3a; }

@media (min-width: 992px) {
  .FlightsSearch .FlightIata {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; } }

.FlightsSearch .FlightDuration {
  margin: -8px 0 0 0;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #97a1a6;
  text-align: center; }

@media (min-width: 992px) {
  .FlightsSearch .FlightDuration {
    line-height: 24px;
    font-size: 12px;
    letter-spacing: normal;
    margin: -16px 0 0 0; } }

.FlightsSearch .FlightStop {
  margin: 0 0 -10px 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #1dac08; }

.FlightsSearch .FlightPrice {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #3a3a3a;
  margin: 0;
  float: left;
  padding-top: 8px; }

@media (min-width: 992px) {
  .FlightsSearch .FlightPrice {
    font-size: 25px;
    line-height: 35px;
    float: none;
    padding-top: 0px; } }

.FlightsSearch .Curency {
  display: inline-block;
  margin: 0 2px 0 0; }

@media (min-width: 992px) {
  .FlightsSearch .Curency {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: right;
    color: #3a3a3a;
    display: block;
    margin-right: 0px; } }

.FlightsSearch .FlightInfo {
  width: 15%;
  float: left;
  padding: 0 5px 10px 0; }

@media (min-width: 992px) {
  .FlightsSearch .FlightInfo {
    padding: 30px 10px;
    width: 24%; } }

.FlightsSearch .FlightTimeWrap {
  float: right;
  width: 85%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 8px 0; }

@media (min-width: 992px) {
  .FlightsSearch .FlightTimeWrap {
    padding: 0 30px 0 0;
    width: 55%;
    float: left; } }

.FlightsSearch .FlightPriceWrap {
  border-top: solid 1px #e0e0e0;
  padding: 12px 0 0 0;
  clear: both;
  display: block;
  overflow: hidden; }

@media (min-width: 992px) {
  .FlightsSearch .FlightPriceWrap {
    float: left;
    width: 20%;
    height: 100%;
    text-align: right;
    border-right: none;
    border-left: 1px dotted #cccccc;
    border-top: none;
    padding: 10px;
    display: block; } }

.FlightsSearch .SearchBtn {
  float: right;
  padding: 8px; }

@media (min-width: 992px) {
  .FlightsSearch .SearchBtn {
    float: none; } }

.FlightsSearch .FlightDirection {
  display: inline-flex;
  width: 100%;
  position: relative;
  align-items: center;
  flex-direction: row-reverse; }

.FlightsSearch .FlightDirection:before {
  display: block;
  content: '';
  width: 20px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgxNnYxNkgweiIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM5N2ExYTYiIGQ9Ik04LjAwMiAxMy40MjloLjQyYy41NTcgMCAxLjAwOS0uNDQgMS4wMDktLjU3MnYuNTcyYzAtLjMxNi0uNDQtLjU3Mi0xLjAwMy0uNTcyaC0uMTRsMS43MTQtMS43MTRoLjE0Yy41NTQgMCAxLjAwMy0uNDM5IDEuMDAzLS41NzJ2LjU3MmMwLS4zMTYtLjQ0OS0uNTcyLS44NTctLjU3MmwxLjE0My0xLjQyOGMwLS4yODYuODU3LS4yODguODU3LS4yODhzMS40My4wMjggMi4yODcuMDAyQzE1LjQzMiA4Ljg4MyAxNiA4LjI4NiAxNiA4Yy4wMDMtLjI4Ni0uNTY4LS44NTctMS40MjUtLjg1N2gtMi4yODdzLS44NTcgMC0uODU3LS4yODZMMTAuMjg4IDUuNDNjLjAxMiAwIDAgMCAwIDAgLjQ3MyAwIC44NTctLjQ0Ljg1Ny0uNTcydi41NzJjMC0uMzE2LS40MzgtLjU3Mi0xLjAwMy0uNTcyaC0uMTRMOC4yODcgMy4xNDNoLjE0Yy41NTUgMCAxLjAwNC0uNDM5IDEuMDA0LS41NzJ2LjU3MmMwLS4zMTYtLjQ0NC0uNTcyLS45OTItLjU3MmgtLjQ2TDYuMjUzLjUzNFM1Ljg5NSAwIDUuMzkgMGwtLjQ0MS4wMjlzLjQ4Mi44MjggMS42MjUgMy40QzcuNzE2IDYgNy43MTYgNiA3LjcxNiA2Ljg1N2wtLjU3Mi4yODZINC41NzJjMCAuMDU1LS4yODUgMC0xLjQyOC4yODZMMS40NTMgNS41NDdTLjg1NyA0Ljg1NyAwIDQuODU3bDEuNDI5IDIuODU3TDAgOGwxLjQyOS4yODZMMCAxMS4xNDNjLjg1NyAwIDEuMzYzLS40NCAxLjM2My0uNDRsMS43OC0yLjEzMmMxLjE0NC4yODYgMS40My4yODYgMS40My4yODZoMi41NzFsLjU3Mi4yODZjMCAuODU3IDAgLjg1Ny0xLjE0MyAzLjQyOEM1LjQzIDE1LjE0MyA0Ljk3NyAxNiA0Ljk3NyAxNmguNDEycy41MTYtLjEwOC44NjMtLjUwNmwxLjc1LTIuMDY1eiIvPgogICAgPC9nPgo8L3N2Zz4K);
  position: relative;
  z-index: 1;
  transform: scale(1);
  background-repeat: no-repeat; }

.FlightsSearch .FlightDirection:after {
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 1px dotted #97a1a6; }

@media (min-width: 992px) {
  .FlightsSearch .FlightDirection {
    flex-direction: row; }
  .FlightsSearch .FlightDirection:before {
    width: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgxNnYxNkgweiIvPgogICAgICAgIDxwYXRoIGZpbGw9IiMzQTNBM0EiIGQ9Ik04LjAwMiAxMy40MjloLjQyYy41NTcgMCAxLjAwOS0uNDQgMS4wMDktLjU3MnYuNTcyYzAtLjMxNi0uNDQtLjU3Mi0xLjAwMy0uNTcyaC0uMTRsMS43MTQtMS43MTRoLjE0Yy41NTQgMCAxLjAwMy0uNDM5IDEuMDAzLS41NzJ2LjU3MmMwLS4zMTYtLjQ0OS0uNTcyLS44NTctLjU3MmwxLjE0My0xLjQyOGMwLS4yODYuODU3LS4yODguODU3LS4yODhzMS40My4wMjggMi4yODcuMDAyQzE1LjQzMiA4Ljg4MyAxNiA4LjI4NiAxNiA4Yy4wMDMtLjI4Ni0uNTY4LS44NTctMS40MjUtLjg1N2gtMi4yODdzLS44NTcgMC0uODU3LS4yODZMMTAuMjg4IDUuNDNjLjAxMiAwIDAgMCAwIDAgLjQ3MyAwIC44NTctLjQ0Ljg1Ny0uNTcydi41NzJjMC0uMzE2LS40MzgtLjU3Mi0xLjAwMy0uNTcyaC0uMTRMOC4yODcgMy4xNDNoLjE0Yy41NTUgMCAxLjAwNC0uNDM5IDEuMDA0LS41NzJ2LjU3MmMwLS4zMTYtLjQ0NC0uNTcyLS45OTItLjU3MmgtLjQ2TDYuMjUzLjUzNFM1Ljg5NSAwIDUuMzkgMGwtLjQ0MS4wMjlzLjQ4Mi44MjggMS42MjUgMy40QzcuNzE2IDYgNy43MTYgNiA3LjcxNiA2Ljg1N2wtLjU3Mi4yODZINC41NzJjMCAuMDU1LS4yODUgMC0xLjQyOC4yODZMMS40NTMgNS41NDdTLjg1NyA0Ljg1NyAwIDQuODU3bDEuNDI5IDIuODU3TDAgOGwxLjQyOS4yODZMMCAxMS4xNDNjLjg1NyAwIDEuMzYzLS40NCAxLjM2My0uNDRsMS43OC0yLjEzMmMxLjE0NC4yODYgMS40My4yODYgMS40My4yODZoMi41NzFsLjU3Mi4yODZjMCAuODU3IDAgLjg1Ny0xLjE0MyAzLjQyOEM1LjQzIDE1LjE0MyA0Ljk3NyAxNiA0Ljk3NyAxNmguNDEycy41MTYtLjEwOC44NjMtLjUwNmwxLjc1LTIuMDY1eiIvPgogICAgPC9nPgo8L3N2Zz4K); }
  .FlightsSearch .FlightDirection:after {
    border-bottom: 1px dotted #dfdfdf; } }

.FlightsSearch .FlightOrigin {
  text-align: right;
  margin-right: 5px; }

@media (min-width: 992px) {
  .FlightsSearch .FlightOrigin {
    text-align: left; } }

.FlightsSearch .FlightDest {
  text-align: left;
  margin-left: 5px; }

@media (min-width: 992px) {
  .FlightsSearch .FlightDest {
    text-align: right; } }

.FlightsSearch .FlightDir {
  width: 65%; }

.FlightsSearch .Arrow {
  margin: 0 0 0 5.5px;
  transform: scale(1); }

@media (min-width: 992px) {
  .FlightsSearch .Arrow {
    margin: 0 0 0 10.5px; } }

@media (min-width: 992px) {
  .FlightsSearch .Disclaimer {
    max-width: 80%;
    margin: 20px auto 0; } }

.top-flights-list .FlightsSearch .Disclaimer {
  max-width: 100%; }

@media (min-width: 992px) {
  .rtl .FlightsSearch .FlightLogoWrap {
    margin: 0 0 0 10.5px;
    float: right; } }

.rtl .FlightsSearch .FlightInfo {
  padding: 0 0 10px 5px; }

.rtl .FlightsSearch .FlightOrigin {
  margin-left: 5px;
  margin-right: 0; }

.rtl .FlightsSearch .FlightDest {
  margin-left: 0;
  margin-right: 5px; }

@media (min-width: 992px) {
  .rtl .FlightsSearch .FlightName {
    text-align: right; } }

@media (min-width: 992px) {
  .rtl .FlightsSearch .FlightName_wrap {
    float: right; } }

.rtl .FlightsSearch .Curency {
  margin: 0 0 0 2px; }

@media (min-width: 992px) {
  .rtl .FlightsSearch .Curency {
    margin-right: 0px; } }

.rtl .FlightsSearch .FlightInfo {
  float: right; }

@media (min-width: 992px) {
  .rtl .FlightsSearch .FlightInfo {
    padding: 30px 10px; } }

@media (min-width: 992px) {
  .rtl .FlightsSearch .FlightTimeWrap {
    padding: 0 0 0 30px; } }

@media (min-width: 992px) {
  .rtl .FlightsSearch .FlightPriceWrap {
    border-right: 1px dotted #cccccc;
    border-left: none; } }

.rtl .FlightsSearch .FlightDirection:before {
  transform: scale(-1); }

.rtl .FlightsSearch .FlightPrice {
  float: right; }

@media (min-width: 992px) {
  .rtl .FlightsSearch .FlightPrice {
    float: none; } }

.rtl .FlightsSearch .SearchBtn {
  float: left;
  font-size: 12px; }

@media (min-width: 992px) {
  .rtl .FlightsSearch .SearchBtn {
    float: none;
    font-size: 14px; } }

.rtl .FlightsSearch .Arrow {
  margin: 0 5.5px 0 0;
  transform: scale(-1); }

@media (min-width: 992px) {
  .rtl .FlightsSearch .Arrow {
    margin: 0 10.5px 0 0; } }

.rtl .FlightsSearch .Disclaimer {
  padding: 0 20px 0 0; }

@media (min-width: 992px) {
  .rtl .FlightsSearch .Disclaimer {
    max-width: 80%;
    margin: 20px auto 0; } }

.rtl .FlightsSearch .Disclaimer:before {
  left: auto;
  right: 0; }

.top-flights-list .FlightsSearch,
.top-flights-table .FlightsSearch {
  padding: 0; }

.top-flights-list .FlightsSearch .container,
.top-flights-table .FlightsSearch .container {
  padding: 0; }

.rtl .top-flights-list .FlightsSearch .Disclaimer, .rtl
.top-flights-table .FlightsSearch .Disclaimer {
  max-width: 100%; }

@media (max-width: 767.98px) {
  .top-flights-list-wrapper .filter-group-wrapper {
    display: none; } }

.top-flights-table-mobile .FlightPrice {
  display: none; }

.CheckIn.widgets {
  padding-bottom: 4px; }

@media (min-width: 992px) {
  .CheckIn.widgets {
    padding-bottom: 9px; } }

@media (min-width: 992px) {
  .CheckIn_title {
    max-width: 880px; } }

@media (min-width: 992px) {
  .CheckIn_subtitle {
    max-width: 880px; } }

.CheckIn_contanier {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  will-change: height;
  padding-top: 14px; }

@media (min-width: 992px) {
  .CheckIn_contanier {
    max-width: 880px;
    max-height: 100%;
    padding-top: 30px; }
  .CheckIn_contanier:after {
    display: none; } }

.CheckIn_contanier.less-content:after {
  content: "";
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
  background-position: bottom center;
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: background-image; }

.CheckIn_contanier.more-content:after {
  background-image: none; }

.CheckIn_contanier-text {
  line-height: 24px; }

.CheckIn_contanier-text p {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #777777; }

@media (min-width: 992px) {
  .CheckIn_contanier-text p {
    letter-spacing: normal; } }

.mobile-banner {
  background-image: linear-gradient(to right, #23a5b9, #3ebdad);
  position: fixed;
  padding: 10px;
  width: 100%;
  top: 0;
  z-index: 999;
  font-family: "Open Sans";
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff; }

.mobile-banner-wrap {
  text-align: center;
  position: relative; }

.mobile-banner-wrap-text {
  text-align: left;
  padding-left: 15px; }

.mobile-banner-wrap-text_title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; }

.mobile-banner-wrap-text_subtitle {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px; }

.mobile-banner-wrap_close {
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px; }

.mobile-banner-wrap_close:hover {
  opacity: 1; }

.mobile-banner-wrap_close:before, .mobile-banner-wrap_close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 15px;
  width: 2px;
  top: 15px;
  background-color: #ffffff;
  margin-bottom: auto;
  margin-top: auto; }

.mobile-banner-wrap_close:before {
  transform: rotate(45deg); }

.mobile-banner-wrap_close:after {
  transform: rotate(-45deg); }

.mobile-banner-link {
  font-size: 14px;
  text-align: center;
  margin: auto;
  padding: 0; }

.mobile-banner-link-wrap {
  border-radius: 2px;
  border: solid 1px #ffffff;
  padding: 5px;
  color: #ffffff; }

.rtl .mobile-banner-wrap {
  float: right; }

.rtl .mobile-banner-wrap_close {
  right: 0; }

.rtl .mobile-banner-wrap-text {
  padding-right: 20px; }

.rtl .mobile-banner-wrap-text_title {
  text-align: right; }

.rtl .mobile-banner-wrap-text_subtitle {
  text-align: right; }

.hidden {
  display: none !important; }

.hotels-city-page {
  display: flex;
  flex-wrap: wrap; }

.hotels-city {
  list-style: none;
  padding: 0; }

.hotels-city__block-title {
  margin-bottom: 10px;
  text-transform: capitalize; }

.hotels-city__block-title-target {
  text-transform: capitalize; }

.hotels-city__mob-card.isMobile {
  display: flex;
  width: 100%; }

.hotels-city__mob-card.isMobile .hotels-city__landmark {
  margin: 8px 0px; }

.hotels-city__col-list {
  padding: 0; }

@media (min-width: 992px) {
  .hotels-city__col-list {
    padding-right: 0;
    padding-left: 15px; } }

.hotels-city__col-list-rtl {
  padding: 0; }

@media (min-width: 992px) {
  .hotels-city__col-list-rtl {
    padding-left: 0;
    padding-right: 15px; } }

.hotels-city__item {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  margin-bottom: 10px;
  min-height: 246px; }

@media (max-width: 767.98px) {
  .hotels-city__item {
    min-height: 200px;
    flex-wrap: nowrap; } }

.hotels-city__title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  display: inline-block;
  margin: 0 5px 0 0; }

@media (max-width: 767.98px) {
  .hotels-city__title {
    font-size: 14px; } }

@media (max-width: 768px) {
  .hotels-city__title {
    width: 100%; } }

.hotels-city__landmark {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600; }

@media (max-width: 767.98px) {
  .hotels-city__landmark {
    font-size: 10px;
    font-weight: 500; } }

.hotels-city__landmark img {
  width: 16px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle; }

.hotels-city__location.HotelSummary__location {
  font-size: 12px;
  color: #777777;
  padding: 9px 0 5px 20px; }

@media (max-width: 767.98px) {
  .hotels-city__location.HotelSummary__location {
    font-size: 10px;
    line-height: 16px;
    padding: 4px 0 0 20px; } }

@media (max-width: 768px) {
  .hotels-city__location.HotelSummary__location {
    width: 100%;
    margin-bottom: 8px; } }

.hotels-city__location.HotelSummary__location img {
  top: 7px;
  height: 14px; }

@media (min-width: 576px) {
  .hotels-city__location.HotelSummary__location img {
    top: 14px; } }

.hotels-city__col-info {
  padding: 15px 13px;
  flex: 0 0 50%; }

@media (max-width: 767.98px) {
  .hotels-city__col-info {
    width: calc(100% - 120px);
    padding: 8px; } }

.hotels-city__col-info.isMobile {
  width: 65%; }

@media (max-width: 768px) {
  .hotels-city__col-info.isMobile {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1; } }

.hotels-city__col-info.isMobile .category {
  color: #333333;
  height: 19px;
  display: inline-block;
  font-size: 0.625rem;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-right: 2px;
  background-color: #e7eced; }

.hotels-city__col-info.isMobile .category-icon {
  width: 36px;
  height: 36px;
  max-width: 36px;
  max-height: 36px;
  min-width: 36px;
  min-height: 36px;
  display: inline-block;
  margin-top: -10px;
  margin-left: -3px;
  margin-right: 0;
  border-radius: 4px; }

.hotels-city__col-info.isMobile .category-icon > img {
  max-width: 100%;
  width: 100%; }

.hotels-city__col-info.isMobile .category-name {
  color: #333333;
  font-size: 0.625rem;
  text-align: center;
  display: inline-block;
  margin-top: 1px;
  margin-right: 4px;
  vertical-align: top; }

.hotels-city__col-info .category {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  box-sizing: inherit;
  border: 1px solid #e5e5e5;
  display: inline-flex;
  padding-right: 10px;
  margin-top: 10px;
  align-self: flex-start;
  align-items: center; }

.hotels-city__col-info .category.rtl {
  padding-left: 10px;
  padding-right: 0px; }

.hotels-city__col-info .category-icon {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  box-sizing: inherit;
  max-width: 50px;
  max-height: 50px;
  width: 50px;
  flex-basis: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  vertical-align: middle;
  display: flex;
  overflow: hidden; }

.hotels-city__col-info .category-name {
  line-height: 1.5;
  font-family: 'Open Sans', 'Noto Naskh Arabic', Arial, Helvetica, sans-serif;
  text-align: left;
  box-sizing: inherit;
  color: #3a3a3a;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  flex-grow: 1;
  font-size: 14px; }

.hotels-city__col-image {
  padding: 0;
  overflow: hidden; }

@media (max-width: 767.98px) {
  .hotels-city__col-image {
    width: 120px; } }

.hotels-city__image {
  height: 244px;
  max-width: 220px;
  padding: 3px !important;
  border-radius: 4px 0 0 4px; }

@media (max-width: 767.98px) {
  .hotels-city__image {
    padding: 0;
    width: 115px;
    height: 100%; } }

.hotels-city__col-price {
  padding-right: 0;
  display: flex;
  flex-direction: column; }

.hotels-city__price {
  margin: 15px 0;
  padding: 0 15px;
  border-left: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.hotels-city__price.without-reviews {
  justify-content: flex-end; }

.hotels-city__price .currency {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 24px; }

.hotels-city__price .price {
  font-size: 16px;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 26px; }

.hotels-city__price .btn {
  width: 100%;
  padding: 10px; }

@media (max-width: 991.98px) {
  .hotels-city__price .btn {
    width: 100%; } }

.hotels-city__price .btn .fa {
  float: right;
  margin-top: 3px; }

.hotels-city__btn__mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%; }

.hotels-city__btn__mobile button {
  width: 182px;
  border-radius: 2px;
  background-color: #ef4050;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 20px 0 0; }

.hotels-city__btn {
  max-width: 100%; }

.hotels-city__btn .fa {
  float: right;
  margin: 6px 8px; }

.hotels-city__btn-more {
  margin-top: 20px; }

@media (min-width: 576px) {
  .hotels-city__btn-more {
    margin-top: 30px; } }

.hotels-city__btn-more.sticky-button {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;
  padding: 20px;
  background: #fcfcfc;
  left: 0;
  margin: 0;
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15); }

.hotels-city .btn {
  margin: 0 auto;
  display: block; }

.hotels-city__link img {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  transition: transform 0.8s ease;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center; }

.rtl .hotels-city__location.HotelSummary__location {
  padding: 9px 20px 5px 0; }

.rtl .hotels-city__location.HotelSummary__location img {
  top: 12px; }

@media (min-width: 576px) {
  .rtl .hotels-city__location.HotelSummary__location img {
    top: 14px; } }

.rtl .hotels-city__landmark img {
  margin-right: 0;
  margin-left: 5px; }

.rtl .hotels-city__col-price {
  padding-left: 0;
  padding-right: 15px; }

.rtl .hotels-city__price {
  border-right: 1px solid #e5e5e5;
  border-left: none; }

.rtl .hotels-city__btn .fa {
  float: left;
  margin: 6px 8px;
  transform: rotateY(-180deg); }

.SearchHotels--hotels-city-rating {
  display: inline-block;
  vertical-align: middle; }

.SearchHotels--hotels-city-rating .media {
  margin: 0;
  padding: 0; }

.SearchHotels--hotels-city-rating .media .rating {
  padding: 0; }

.filters__wrapper {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px; }

.star-rating-filter {
  width: 100%;
  padding: 10px 0 20px; }

.star-rating-filter .rating {
  display: flex;
  justify-content: space-between;
  margin: 5px 0; }

.star-rating-filter .star-value {
  color: #aaa; }

.filter-group {
  padding: 15px 0; }

.filter-group:not(:last-child) {
  border-bottom: 1px solid #cccccc; }

.filter-group-main-title, .filter-group-title {
  font-size: 15px;
  font-weight: 600; }

.filter-group-main-title {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc; }

.filter-group-title {
  margin-bottom: 10px; }

.filter-group-wrapper .form-check input[type="checkbox"] {
  opacity: 0;
  width: 0px; }

.filter-group-wrapper .form-check input[type="checkbox"]:checked + label::before {
  background: #02647a;
  border: 1px solid #02647a; }

.filter-group-wrapper .form-check input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 5px;
  width: 9px;
  transform: rotate(-45deg);
  left: 4px;
  top: 5px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  color: #ffffff; }

.filter-group-wrapper .form-check-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  line-height: 18px;
  font-size: 13px;
  color: #3a3a3a;
  padding-left: 24px;
  margin-bottom: 8px; }

.filter-group-wrapper .form-check-label::before {
  height: 18px;
  width: 18px;
  left: 0px;
  top: 0px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  position: absolute;
  content: "";
  display: inline-block; }

.filter-group-wrapper .form-check-label:hover {
  color: #02647a; }

.filter-group-wrapper .form-check-label:hover::before {
  border-color: #02647a; }

.show-link {
  font-size: 12px;
  font-weight: 600;
  color: #02647a;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer; }

.show-link .fa {
  margin-left: 3px;
  vertical-align: middle; }

.show-link.show-less .fa {
  transform: rotateX(-180deg); }

.rtl .form-check input[type="checkbox"]:checked + label::after {
  right: 4px;
  left: auto; }

.rtl .form-check-label {
  padding-left: 0;
  padding-right: 24px; }

.rtl .form-check-label::before {
  right: 0px;
  left: auto; }

.rtl .show-link .fa {
  margin-left: 0;
  margin-right: 3px; }

.calendar__loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 64px; }

.calendar__wrapper {
  border: solid 1px #e0e0e0;
  background: #ffffff;
  position: relative; }

.calendar__row {
  display: flex;
  border-top: solid 1px #e0e0e0; }

.calendar__row:first-child {
  border-top: 0; }

.calendar__row--month-display {
  margin: 15px 0;
  justify-content: center;
  align-items: center; }

.calendar__arrow {
  width: 20px;
  margin: 0 10px 0;
  text-align: center;
  cursor: pointer;
  height: 100%; }

.calendar__arrow--disabled {
  opacity: .3;
  cursor: not-allowed; }

.calendar__month {
  text-transform: uppercase; }

@media (min-width: 992px) {
  .calendar__month {
    font-size: 21px; } }

.calendar--day-names {
  background: #f9f9f9; }

.calendar__col {
  width: 100%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-left: solid 1px #e0e0e0; }

.calendar__col:first-child {
  border-left: 0; }

.calendar__col--day {
  min-height: 50px;
  font-weight: 600; }

.calendar--enabled {
  cursor: pointer;
  transition: background-color 0.5s ease; }

.calendar--enabled:hover {
  background: #dee8ea; }

.calendar__date {
  text-transform: uppercase; }

@media (max-width: 991.98px) {
  .calendar__date {
    font-size: 12px; } }

.calendar__date--disabled {
  opacity: .5; }

.calendar__price {
  font-weight: 600;
  min-height: 21px;
  direction: ltr; }

@media (max-width: 991.98px) {
  .calendar__price {
    font-size: 12px;
    text-align: center;
    min-height: 31px;
    margin-top: 5px; } }

@media (max-width: 991.98px) {
  .calendar__code {
    font-size: 10px;
    display: block;
    line-height: 8px; } }

.calendar__disclaimer {
  text-align: right;
  margin-top: 5px;
  font-style: italic;
  font-size: 12px; }

@media (max-width: 991.98px) {
  .calendar__disclaimer {
    font-size: 9px; } }

.calendar__disclaimer .fa {
  color: #02647a;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 16px; }

.calendar__disclaimer__text {
  margin-left: 5px;
  vertical-align: middle; }

.rtl .calendar__row--month-display {
  flex-flow: row-reverse; }

.rtl .calendar__col {
  border-left: 0;
  border-right: solid 1px #e0e0e0; }

.rtl .calendar__col:first-child {
  border-right: 0; }

@media (max-width: 991.98px) {
  .rtl .calendar__disclaimer {
    font-size: 13px; } }

.fare-fable__col {
  margin-top: 14px; }

@media (min-width: 992px) {
  .fare-fable__col {
    margin-top: 30px;
    display: flex; } }

.fare-fable__col__wrapper {
  flex: 1; }

@media (min-width: 992px) {
  .fare-fable__col__wrapper {
    display: flex;
    margin: 0 -8px; } }

@media (max-width: 991.98px) {
  .fare-fable__col__wrapper {
    border: solid 1px #dadada;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); } }

.fare-fable__col__items {
  background: #ffffff; }

@media (min-width: 992px) {
  .fare-fable__col__items {
    flex: 0 0 calc(50% - 16px);
    max-width: 50%;
    border: solid 1px #dadada;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    margin: 0 8px; } }

@media (max-width: 991.98px) {
  .fare-fable__col__items:last-child {
    border-top: solid 1px #dadada; } }

.fare-fable__box {
  display: flex;
  padding: 10px;
  border-bottom: solid 1px #dadada;
  justify-content: space-between; }

@media (max-width: 991.98px) {
  .fare-fable__box {
    font-size: 12px; } }

.fare-fable__box:last-child {
  border-bottom: 0; }

.fare-fable__box-amount {
  direction: ltr;
  font-weight: 600;
  color: #02647a;
  padding: 0 20px;
  display: flex;
  align-items: center; }

.PriceGraph__subtitle {
  margin-bottom: 14px; }

.FlightsScheduleTableLayout h4,
.FlightsScheduleTableLayout p {
  margin: 0; }

.FlightsScheduleTableLayout__wrapper {
  margin-top: 8px; }

.FlightsScheduleTableLayout__list {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 980px;
  border: solid 1px #e0e0e0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  width: 100%;
  background: #ffffff; }

.FlightsScheduleTableLayout__row {
  display: flex;
  border-top: solid 1px #e0e0e0;
  align-items: center;
  flex-flow: wrap;
  min-height: 60px;
  font-size: 12px;
  padding: 0 2%; }

.FlightsScheduleTableLayout__row--header {
  background: #f9f9f9;
  border-top: 0;
  font-weight: 700;
  min-height: 45px;
  font-size: 14px; }

.FlightsScheduleTableLayout__row__col {
  flex: 1;
  padding: 10px; }

.FlightsScheduleTableLayout__row__col--airline {
  flex-grow: 1.5; }

.FlightsScheduleTableLayout__row__col--search-btn {
  flex-grow: 1.1; }

.FlightsScheduleTableLayout__row__col--search-btn .Arrow {
  width: 6px; }

.rtl .FlightsScheduleTableLayout__row__col--search-btn .Arrow {
  transform: rotate(180deg); }

.FlightsScheduleTableLayout__row__col--search-btn .SearchBtn {
  font-size: 12px; }

.FlightsScheduleTableLayout__name {
  display: flex; }

.FlightsScheduleTableLayout__number {
  padding: 0 10px; }

.FlightsScheduleTableLayout__iata {
  font-weight: 400;
  color: #97a1a6; }

.FlightsScheduleTableLayout__logo {
  width: 38px;
  height: 100%; }

.FlightsScheduleTableLayout__more-btn {
  text-align: center;
  margin-top: 15px; }

.rtl .FlightsScheduleTableLayout__more-btn .Arrow {
  transform: rotate(180deg); }

.airlineScheduler .FlightsScheduleTableLayout__number {
  padding: 0; }

.fare-calendar__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #3a3a3a;
  margin: 0px 0px 8px 0px; }

.fare-calendar__sub-title {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #777777; }

.fare-calendar__calendar-wrapper {
  margin-top: 32px;
  margin-bottom: 32px; }

.fare-calendar__calendar-header {
  border: solid 1px #e0e0e0;
  background-color: #f9f9f9;
  border-bottom: 0px; }

.fare-calendar__calendar-body {
  border: solid 1px #e0e0e0; }

.fare-calendar__calendar-row {
  display: flex;
  border-top: solid 1px #e0e0e0;
  flex-wrap: wrap; }

.fare-calendar__calendar-col-hd {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  min-height: 50px;
  width: 14.24%; }

@media (max-width: 767.98px) {
  .fare-calendar__calendar-col-hd {
    display: none; } }

.fare-calendar__calendar-col-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  border-left: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  width: 14.28%;
  transition: all ease 0.3s;
  flex-direction: column; }

.fare-calendar__calendar-col-body .date {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 5px; }

.fare-calendar__calendar-col-body .price {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 0px;
  color: #000; }

.fare-calendar__calendar-col-body.disabled {
  background-color: #eee;
  color: #e0e0e0; }

.fare-calendar__calendar-col-body:hover {
  transform: scale(1);
  background-color: #e0e0e0;
  cursor: pointer; }

.fare-calendar__check-price {
  margin-bottom: 0px; }

.fare-calendar__check-price span {
  color: #02647a; }

.fare-calendar-mob__listing-wrap {
  margin: 24px -15px; }

.fare-calendar-mob__listing {
  display: flex;
  overflow-x: scroll;
  max-width: 100%; }

.fare-calendar-mob__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; }

.fare-calendar-mob__item-date {
  background-color: #edf1f3;
  padding: 16px 10px;
  color: #333;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  border: 0.5px solid #e0e0e0;
  margin-bottom: 0px;
  height: 50px;
  width: 115px; }

.fare-calendar-mob__item-price {
  padding: 16px 10px;
  border: 0.5px solid #e0e0e0;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  height: 50px;
  width: 115px; }

.fare-calendar-mob__item-check-price {
  color: #02647a;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 0px; }

.chalets-city-page .city-name {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin: 32px 0px;
  border-bottom: 1px solid #D8DCDE;
  padding-bottom: 16px; }

.chalets-city-page .city-name .remaining {
  font-size: 14px;
  line-height: 20px;
  margin: 0px 16px;
  color: #7f98a1;
  font-weight: normal; }

.chalets-city-page .city-name.ar {
  direction: rtl; }

@media (max-width: 767.98px) {
  .chalets-city-page .city-name {
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0px;
    font-weight: 600; }
  .chalets-city-page .city-name .remaining {
    display: none; } }

.chalets-citylist-title {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 24px; }

@media (max-width: 767.98px) {
  .chalets-citylist-title {
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0px; } }

.chalets-citylist-item {
  margin: 16px 0px; }

.chalets-citylist-item img {
  max-width: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  transition: transform 0.8s ease;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center; }

.chalets-citylist-item h1 {
  color: white;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  width: 100%;
  margin: 16px 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }

@media (max-width: 767.98px) {
  .chalets-citylist-item h1 {
    text-align: left;
    margin: 16px; } }

.chalets-citylist-item-link {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 12px;
  position: relative; }

@media (max-width: 767.98px) {
  .chalets-citylist-item-link {
    min-height: 200px; } }

@media (max-width: 991.98px) {
  .chalets-citylist-item {
    margin: 16px 0px; }
  .chalets-citylist-item-link {
    min-height: 300px; } }

@media (max-width: 767.98px) {
  .chalets-citylist-item {
    margin: 8px 0px; } }

.chalets-carousel .rec-slider-container {
  margin: 0;
  width: 100%;
  height: 210px;
  border-radius: 13px; }

.chalets-carousel .rec-pagination {
  position: absolute;
  bottom: 10px;
  padding: 8px; }

.chalets-carousel .rec-dot {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: white;
  margin-top: -1px;
  box-shadow: none;
  border: 1px solid #97a1a6;
  transform: scale(0.8);
  margin: 0px 1px; }

.chalets-carousel .rec-dot:not(.rec-dot_active) {
  opacity: 0.4; }

.chalets-carousel .rec-arrow {
  position: absolute;
  z-index: 2;
  font-size: 14px; }

.chalets-carousel .rec-arrow-left {
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 5;
  transform: scale(0.8) translateY(-50%);
  left: 12px;
  width: 40px;
  height: 40px;
  min-width: auto;
  border-radius: 50%;
  background: white;
  color: black;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  transform-origin: center center;
  opacity: 0; }

.chalets-carousel .rec-arrow-left:hover, .chalets-carousel .rec-arrow-left:focus:enabled {
  background: black !important;
  color: white !important; }

.chalets-carousel .rec-arrow-right {
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 5;
  transform: scale(0.8) translateY(-50%);
  right: 12px;
  width: 40px;
  height: 40px;
  min-width: auto;
  border-radius: 50%;
  background: white;
  color: black;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  transform-origin: center center;
  opacity: 0; }

.chalets-carousel .rec-arrow-right:hover, .chalets-carousel .rec-arrow-right:focus:enabled {
  background: black !important;
  color: white !important; }

.rec-carousel:hover .rec-arrow-left, .rec-carousel:hover .rec-arrow-right {
  opacity: 1; }

.nearby {
  border-top: 1px solid #edf1f3;
  padding: 48px 0px; }

.nearby .title h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 24px; }

.nearby .sub-title {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  line-height: 28px;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 12px; }

.nearby a {
  color: #02647a;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal; }

@media (max-width: 767.98px) {
  .nearby {
    border-top: none;
    padding: 16px; } }

.load-more {
  text-align: center;
  width: 100%;
  padding: 24px; }

.load-more a.btn-primary {
  padding: 10px 16px;
  color: #0c9ab0;
  border: 1px solid #0c9ab0;
  background-color: white;
  border-radius: 100px; }

.load-more a.btn-primary:hover {
  background-color: #0c9ab0;
  color: white; }

.filters-cont {
  padding: 16px 0px; }

.filters-category {
  border-bottom: 1px solid #edf1f3;
  padding: 24px 0px; }

.filters-category-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px; }

.filters-category-item {
  margin: 6px 0px; }

.filters-category-item .label {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 0px; }

.filters-category-item .input-group-text {
  margin-right: 10px;
  vertical-align: middle; }

.filters-category-item.ar .input-group-text {
  margin-right: 0px;
  margin-left: 10px; }

.filters-category-item:first-child {
  margin-top: 0px; }

.filters-category:first-child {
  padding-top: 0px; }

.filters-category:last-child {
  border-bottom: none; }

.no-list {
  text-align: center;
  padding: 20px 0px; }

.loading {
  text-align: center;
  font-size: 14px; }

.property-list {
  margin: 0px; }

.property-list-item > a {
  color: #333333; }

.property-list-item.ar .chalets-carousel .rec-arrow-left {
  right: 12px;
  left: auto; }

.property-list-item.ar .chalets-carousel .rec-arrow-right {
  left: 12px;
  right: auto; }

.property-list:last-child {
  background-color: red; }

.property-list:last-child-item > div {
  border-bottom: 4px solid #EDF1F3; }

.list-title {
  margin: 0px 0px 24px 0px;
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  text-transform: capitalize; }

.list-title-mobile {
  font-size: 16px;
  line-height: 22px;
  margin: 16px;
  font-weight: 600; }

.banner-link {
  display: flex;
  width: 100%; }

.banner-details {
  margin-bottom: 25px;
  background-color: #e9f6f8;
  padding: 22px 24px;
  border-radius: 12px;
  align-items: center; }

.banner-details-title {
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px; }

.banner-details-subTitle {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px; }

.banner-details-info {
  flex-basis: 50%; }

.banner-details.mobile {
  margin: auto;
  padding: 22px 9px;
  justify-content: left;
  align-items: center; }

.banner-details.mobile .banner-details-info {
  flex-basis: 100%;
  max-width: 100%; }

.banner-details.mobile .banner-voucher {
  justify-content: left;
  text-align: left;
  padding: 16px 0px 0px 16px; }

.banner-details.mobile .banner-voucher-code_value {
  padding: 12px 24px;
  border: none;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0c9ab0;
  margin-bottom: 0px;
  background-color: white; }

.banner-voucher {
  display: flex;
  text-align: center;
  justify-content: end;
  align-items: center; }

.banner-voucher-code_title {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  margin-bottom: 8px; }

.banner-voucher-code_value {
  padding: 10px 54px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0c9ab0;
  margin-bottom: 0px;
  background-color: white; }

.offer-banner-section .section-row {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d8dcde;
  border-radius: 12px;
  padding: 32px 24px;
  margin: 0px 10px;
  width: 100%;
  user-select: text; }

.offer-banner-section .section-row.single {
  margin: 16px 14px; }

.offer-banner-section .section-row-exp {
  background: #bde4ea;
  padding: 16px;
  position: relative;
  z-index: 1; }

.offer-banner-section .section-row-exp .voucher-section-exp {
  z-index: -1;
  pointer-events: none; }

.offer-banner-section .offer-banner-carousel.rec-carousel-wrapper {
  margin: 0px 4px; }

.offer-banner-section .offer-banner-carousel .rec-carousel {
  position: relative; }

.offer-banner-section .offer-banner-carousel .rec-arrow {
  position: absolute; }

.offer-banner-section .offer-banner-carousel .rec-arrow-left {
  left: -5px;
  width: 30px;
  display: block;
  border-radius: 50%;
  text-align: center;
  background: #fcfcfc;
  position: absolute;
  top: 41%;
  z-index: 50;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
  cursor: pointer;
  transition: transform 0.2s ease 0s;
  height: 30px;
  font-size: 12px;
  padding: 0px;
  min-width: 30px;
  line-height: 1;
  font-family: 'open sans';
  transition: all 0.3s ease-in; }

.offer-banner-section .offer-banner-carousel .rec-arrow-left:hover, .offer-banner-section .offer-banner-carousel .rec-arrow-left:focus {
  background-color: white;
  transform: scale(1.5);
  color: #333; }

.offer-banner-section .offer-banner-carousel .rec-arrow-left:disabled {
  display: none; }

.offer-banner-section .offer-banner-carousel .rec-arrow-right {
  right: -5px;
  width: 30px;
  display: block;
  border-radius: 50%;
  text-align: center;
  background: #fcfcfc;
  position: absolute;
  top: 41%;
  z-index: 50;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
  cursor: pointer;
  transition: transform 0.2s ease 0s;
  height: 30px;
  font-size: 12px;
  padding: 0px;
  min-width: 30px;
  line-height: 1;
  font-family: 'open sans';
  transition: all 0.3s ease-in; }

.offer-banner-section .offer-banner-carousel .rec-arrow-right:hover, .offer-banner-section .offer-banner-carousel .rec-arrow-right:focus {
  background-color: white;
  transform: scale(1.5);
  color: #333; }

.offer-banner-section .offer-banner-carousel .rec-arrow-right:disabled {
  display: none; }

.offer-banner-section .offer-banner-carousel.ar .rec-slider-container {
  margin: 0px; }

.offer-banner-section .offer-banner-carousel.ar .rec-arrow-left {
  right: -5px;
  left: auto; }

.offer-banner-section .offer-banner-carousel.ar .rec-arrow-right {
  left: -5px;
  right: auto; }

.offer-banner-section .info-section {
  display: flex;
  flex-basis: 75%;
  flex-wrap: wrap;
  flex-direction: column; }

.offer-banner-section .info-section .heading {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 8px; }

.offer-banner-section .info-section .heading-exp {
  margin-bottom: 16px; }

.offer-banner-section .info-section .info p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 16px; }

.offer-banner-section .info-section .expiry-text {
  padding: 2px 8px;
  background: #e9f6f8;
  border-radius: 4px;
  color: #0c9ab0;
  font-size: 14px;
  font-weight: 600;
  margin: 0px; }

.offer-banner-section .expiry-text-exp {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 4px 8px;
  background: #0c9ab0;
  border-radius: 4px;
  font-weight: 600;
  margin: 0px; }

.offer-banner-section .voucher-section {
  display: flex;
  flex-basis: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: center; }

.offer-banner-section .voucher-section .prefix {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #85979e;
  margin-bottom: 8px; }

.offer-banner-section .voucher-section .suffix {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #85979e;
  margin-top: 8px; }

.offer-banner-section .voucher-section .copied {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  background-color: #0c9ab0;
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 100px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center; }

.offer-banner-section .voucher-section .copied:hover, .offer-banner-section .voucher-section .copied:focus {
  border: none; }

.offer-banner-section .voucher-section .code {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0c9ab0;
  padding: 12px 48px;
  border: 1px solid #0c9ab0;
  border-radius: 100px;
  display: flex;
  background-color: white;
  outline: none;
  min-width: 120px;
  justify-content: center; }

.offer-banner-section .voucher-section .code:hover, .offer-banner-section .voucher-section .code:focus {
  border: 1px solid #0c9ab0; }

.offer-banner-section .voucher-section .code-exp {
  font-size: 14px;
  line-height: 20px;
  border: none; }

.offer-banner-section .voucher-section .code-exp:hover, .offer-banner-section .voucher-section .code-exp:focus {
  border: none; }

.offer-banner-section.mobile .info-section,
.offer-banner-section.mobile .voucher-section {
  flex-basis: 100%; }

.offer-banner-section.mobile .heading-exp {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0; }

.offer-banner-section.mobile .info-section {
  margin-bottom: 0px; }

.offer-banner-section.mobile .voucher-section {
  align-items: flex-start; }

.offer-banner-section.mobile .voucher-section .code {
  padding: 10px 16px;
  margin-top: 0px; }

.offer-banner-section.mobile .section-row {
  margin: 0px 0px;
  margin-right: 8px;
  padding: 16px;
  display: block; }

.offer-banner-section.mobile .section-row.single {
  margin: 0px 16px; }

.offer-banner-section.mobile .section-row.single .info-section {
  margin-bottom: 8px; }

.offer-banner-section.mobile .section-row.single .voucher-section .code {
  padding: 10px 16px;
  margin-top: 8px;
  margin-bottom: 16px; }

.offer-banner-section.carousel .rec-slider-container {
  margin: 0px; }

.offer-banner-section.carousel .rec-item-wrapper {
  height: 100%; }

.offer-banner-section.carousel .section-row {
  margin: 0px;
  margin: 0px 12px; }

.offer-banner-section.carousel.mobile .rec-carousel-wrapper.en {
  margin-left: 16px; }

.offer-banner-section.carousel.mobile .rec-carousel-wrapper.en .section-row {
  margin: 0px;
  margin-right: 16px; }

.offer-banner-section.carousel.mobile .rec-carousel-wrapper.ar {
  margin-right: 16px; }

.offer-banner-section.carousel.mobile .rec-carousel-wrapper.ar .section-row {
  margin: 0px;
  margin-left: 16px; }

.offer-banner-section.carousel .info-section {
  flex-basis: 100%; }

.offer-banner-section.carousel .voucher-section {
  flex-basis: 100%;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between; }

.offer-banner-section.carousel .voucher-section .expiry-text {
  padding: 2px 8px;
  background: #e9f6f8;
  border-radius: 4px;
  color: #0c9ab0;
  font-size: 14px;
  font-weight: 600;
  margin: 0px; }

.offer-banner-section.carousel .voucher-section .voucher-code {
  flex-direction: column; }

.offer-banner-section.carousel .voucher-section .voucher-code .code {
  padding: 10px 20px; }

.offer-banner-section.carousel .voucher-section .expiry {
  flex-direction: column; }

.offer-banner-section.carousel .voucher-section-exp {
  flex-wrap: wrap; }

.offer-banner-section.carousel .voucher-section-exp .voucher-code {
  width: 100%;
  margin-bottom: 16px; }

.offer-banner-section.carousel.mobile .rec-item-wrapper {
  height: 100%; }

.offer-banner-section.carousel.mobile .voucher-section {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end; }

.offer-banner-section.carousel.mobile .voucher-section .voucher-code {
  margin-top: 16px; }

.offer-banner-section.carousel.mobile .voucher-section .voucher-code .code {
  font-size: 14px;
  padding: 10px 16px; }

.copycode-overlay {
  z-index: 999;
  position: fixed;
  top: 10px;
  font-size: 16px;
  left: auto;
  background-color: #85979e;
  color: white;
  width: 1200px;
  margin: 0px auto;
  padding: 12px;
  text-align: center; }

.alert-error {
  display: flex;
  flex-direction: row;
  padding: 16px 24px;
  background: #FDF3F4;
  border-radius: 12px;
  margin: 32px 0px; }

.alert-icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.alert-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0px 18px; }

.alert-info .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0px; }

.alert-info .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0px; }

.notification {
  display: flex;
  align-items: flex-start;
  border: 1px solid #d8dcde;
  padding: 16px;
  border-radius: 12px;
  width: auto;
  margin-top: 25px; }

.notification.warning {
  border: 1px solid #fff8e6;
  background-color: #fff8e6; }

.notification .icon {
  display: flex;
  flex-direction: column; }

.notification .info {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap; }

.notification .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #333333;
  padding: 0px 16px;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 8px; }

.notification .message {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Open Sans";
  color: #333333;
  margin: 0px 16px; }

.hotel-widget-section-cont {
  margin: 40px 0px 0px 0px; }

.hotel-widget-section-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 0px 18px; }

@media (max-width: 767.98px) {
  .hotel-widget-section-header {
    padding: 0px 16px; } }

.hotel-widget-section-title {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0px; }

.hotel-widget-section-subTitle {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  margin: 0px; }

.hotel-widget-section-link > a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0C9AB0;
  outline: none; }

.hotel-widget-section-content {
  padding: 0px; }

.hotel-widget-section-content .rec-carousel-item {
  display: flex; }

.hotel-widget-section-carousel {
  position: relative; }

.hotel-widget-section-carousel .rec-arrow {
  position: absolute; }

.hotel-widget-section-carousel .rec-arrow-left {
  left: -32px;
  border: none;
  background: none;
  box-shadow: none; }

.hotel-widget-section-carousel .rec-arrow-right {
  right: -32px;
  border: none;
  background: none;
  box-shadow: none; }

.hotel-widget-section-carousel .rec-arrow:hover:enabled, .hotel-widget-section-carousel .rec-arrow:focus:enabled {
  color: #333;
  scale: transform(1);
  background: none;
  box-shadow: none;
  outline: none; }

.hotel-widget-section-carousel.ar .rec-arrow-left {
  right: -32px;
  left: auto; }

.hotel-widget-section-carousel.ar .rec-arrow-right {
  left: -32px;
  right: auto; }

@media (max-width: 767.98px) {
  .hotel-widget-section-carousel .rec-slider-container {
    margin: 0px; } }

.hotel-vertical-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  background: white;
  border: 1px solid #D8DCDE;
  border-radius: 12px;
  width: 100%;
  max-width: 297px; }

.hotel-vertical-card-image img {
  border-radius: 12px 12px 0px 0px;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  transition: transform 0.8s ease 0s;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
  object-position: center center; }

.hotel-vertical-card-details {
  padding: 24px 12px; }

.hotel-vertical-card-details-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px; }

.hotel-vertical-card-details-rating {
  margin-bottom: 8px; }

.hotel-vertical-card-details-review {
  display: flex;
  margin-bottom: 8px; }

.hotel-vertical-card-details-review .review-score {
  padding: 4px;
  border-radius: 4px; }

.hotel-vertical-card-details-review .review-score-rating {
  color: white;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600; }

.hotel-vertical-card-details-review .review-detail {
  display: flex;
  align-items: center; }

.hotel-vertical-card-details-review .review-detail .review-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 0px 4px; }

.hotel-vertical-card-details-review .review-detail .review-count {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #66797F; }

.hotel-vertical-card-details-address {
  padding-left: 20px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #66797F;
  margin-bottom: 8px; }

.hotel-vertical-card-details-address::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(/travel/_next/static/images/Location-07045bc5cd6ec025edfc3d544259288d.svg);
  top: 0px;
  left: 0px; }

.hotel-vertical-card-details-address.rtl {
  padding-right: 20px;
  padding-left: 0px; }

.hotel-vertical-card-details-address.rtl::before {
  right: 0px;
  left: auto; }

.hotel-vertical-card-details-distance {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333333; }

.hotel-vertical-card-details-distance::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjQxNzg5IDMuMjkyODlDMy42MDU0MyAzLjEwNTM2IDMuODU5NzggMyA0LjEyNSAzSDExLjg3NUMxMi4xNDAyIDMgMTIuMzk0NiAzLjEwNTM2IDEyLjU4MjEgMy4yOTI4OUMxMi43Njk2IDMuNDgwNDMgMTIuODc1IDMuNzM0NzggMTIuODc1IDRWN0gzLjEyNVY0QzMuMTI1IDMuNzM0NzggMy4yMzAzNiAzLjQ4MDQzIDMuNDE3ODkgMy4yOTI4OVpNMi4xMjUgN0gxLjVDMS4yMjM4NiA3IDEgNy4yMjM4NiAxIDcuNUMxIDcuNzc2MTQgMS4yMjM4NiA4IDEuNSA4SDIuMTI1VjEyVjEzLjVDMi4xMjUgMTMuNzY1MiAyLjIzMDM2IDE0LjAxOTYgMi40MTc4OSAxNC4yMDcxQzIuNjA1NDMgMTQuMzk0NiAyLjg1OTc4IDE0LjUgMy4xMjUgMTQuNUg0LjVDNC43NjUyMiAxNC41IDUuMDE5NTcgMTQuMzk0NiA1LjIwNzExIDE0LjIwNzFDNS4zOTQ2NCAxNC4wMTk2IDUuNSAxMy43NjUyIDUuNSAxMy41VjEyLjVIMTAuNVYxMy41QzEwLjUgMTMuNzY1MiAxMC42MDU0IDE0LjAxOTYgMTAuNzkyOSAxNC4yMDcxQzEwLjk4MDQgMTQuMzk0NiAxMS4yMzQ4IDE0LjUgMTEuNSAxNC41SDEyLjg3NUMxMy4xNDAyIDE0LjUgMTMuMzk0NiAxNC4zOTQ2IDEzLjU4MjEgMTQuMjA3MUMxMy43Njk2IDE0LjAxOTYgMTMuODc1IDEzLjc2NTIgMTMuODc1IDEzLjVWMTJWOEgxNC41QzE0Ljc3NjEgOCAxNSA3Ljc3NjE0IDE1IDcuNUMxNSA3LjIyMzg2IDE0Ljc3NjEgNyAxNC41IDdIMTMuODc1VjRDMTMuODc1IDMuNDY5NTcgMTMuNjY0MyAyLjk2MDg2IDEzLjI4OTIgMi41ODU3OUMxMi45MTQxIDIuMjEwNzEgMTIuNDA1NCAyIDExLjg3NSAySDQuMTI1QzMuNTk0NTcgMiAzLjA4NTg2IDIuMjEwNzEgMi43MTA3OSAyLjU4NTc5QzIuMzM1NzEgMi45NjA4NiAyLjEyNSAzLjQ2OTU3IDIuMTI1IDRWN1pNNC41IDEyLjVWMTMuNUgzLjEyNVYxMi41SDQuNVpNNSAxMS41SDExSDEyLjg3NVY4SDMuMTI1VjExLjVINVpNMTEuNSAxMy41VjEyLjVIMTIuODc1VjEzLjVIMTEuNVpNNi4xMjUgNC41QzYuMTI1IDQuMjIzODYgNi4zNDg4NiA0IDYuNjI1IDRIOS4zNzVDOS42NTExNCA0IDkuODc1IDQuMjIzODYgOS44NzUgNC41QzkuODc1IDQuNzc2MTQgOS42NTExNCA1IDkuMzc1IDVINi42MjVDNi4zNDg4NiA1IDYuMTI1IDQuNzc2MTQgNi4xMjUgNC41Wk00Ljc1IDEwLjI1QzUuMDI2MTQgMTAuMjUgNS4yNSAxMC4wMjYxIDUuMjUgOS43NUM1LjI1IDkuNDczODYgNS4wMjYxNCA5LjI1IDQuNzUgOS4yNUM0LjQ3Mzg2IDkuMjUgNC4yNSA5LjQ3Mzg2IDQuMjUgOS43NUM0LjI1IDEwLjAyNjEgNC40NzM4NiAxMC4yNSA0Ljc1IDEwLjI1Wk0xMS43NSA5Ljc1QzExLjc1IDEwLjAyNjEgMTEuNTI2MSAxMC4yNSAxMS4yNSAxMC4yNUMxMC45NzM5IDEwLjI1IDEwLjc1IDEwLjAyNjEgMTAuNzUgOS43NUMxMC43NSA5LjQ3Mzg2IDEwLjk3MzkgOS4yNSAxMS4yNSA5LjI1QzExLjUyNjEgOS4yNSAxMS43NSA5LjQ3Mzg2IDExLjc1IDkuNzVaIiBmaWxsPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=);
  top: 0px;
  left: 0px; }

.hotel-vertical-card-details-distance.rtl {
  padding-right: 20px;
  padding-left: 0px; }

.hotel-vertical-card-details-distance.rtl::before {
  right: 0px;
  left: auto; }

.hotel-vertical-card-details-category {
  display: flex;
  align-items: center; }

.hotel-vertical-card-details-category .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px; }

.hotel-vertical-card-details-category .category-icon > img {
  max-width: 100%;
  position: relative; }

.hotel-vertical-card-details-category .category-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333333; }

.hotel-vertical-card-details-category.rtl .category-icon {
  margin-left: 4px;
  margin-right: 0px; }

.HotelSummary {
  background-color: #ffffff;
  padding: 18px 0 15px 0; }

@media (min-width: 992px) {
  .HotelSummary {
    padding: 65px 0 0;
    background-color: transparent; } }

.HotelSummary__title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #333333;
  margin: 0;
  float: left; }

@media (min-width: 992px) {
  .HotelSummary__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: normal;
    color: #3a3a3a;
    float: none; } }

.HotelSummary__location {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #97a1a6;
  margin: 0;
  padding: 12px 0 0 21px;
  clear: both;
  position: relative; }

@media (min-width: 992px) {
  .HotelSummary__location {
    font-size: 14px;
    line-height: 24px;
    color: #3a3a3a;
    padding: 10px 0 35px 21px; } }

.HotelSummary__location img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 16px; }

.HotelSummary .rating {
  margin: 0 0 0 10px;
  list-style: none;
  float: left;
  padding: 0; }

@media (min-width: 992px) {
  .HotelSummary .rating {
    display: block;
    padding: 15px 0 0px 0;
    float: none;
    margin: 0; } }

.HotelSummary .rating li {
  display: inline-block;
  position: relative; }

@media (min-width: 992px) {
  .HotelSummary .rating li {
    padding-right: 1px; } }

.HotelSummary .rating li:before {
  display: block;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2IDE1Ij4KICAgIDxwYXRoIGZpbGw9IiM5N0ExQTYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDM4LjY4NWwxLjYyNCAzLjk3MiA0LjMyOS4zMTJjMS4wMjMuMSAxLjM1MyAxLjMyNy41OTIgMS44NjRsLTMuMzY3IDIuNzM1IDEuMDM0IDQuMTE2Yy4yMTguOTgtLjg3NCAxLjY2Ni0xLjYzMyAxLjEyNmwtMy43MDUtMi4yODEtMy42OSAyLjIzMWMtLjg4OC41MDctMS44OTQtLjI5Ni0xLjYwMS0xLjE2N2wxLjA3Ny00LjE0NkwuMzg0IDYuNzFjLS43NjgtLjY2OC0uMjk2LTEuODUuNjQyLTEuODQ4bDQuMzcyLS4yODFMNy4wMzkuNjU5Yy40MTQtLjkxOSAxLjcxLS44NDYgMS45OTkuMDI2IiBvcGFjaXR5PSIuNTAxIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  width: 12px;
  height: 11px;
  background-size: contain; }

@media (min-width: 992px) {
  .HotelSummary .rating li:before {
    width: 13px;
    height: 13px; } }

.HotelSummary .rating li.half:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2IDE1Ij4KICAgIDxwYXRoIGZpbGw9IiNGN0M4NjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTkuMDM4LjY4NWwxLjYyNCAzLjk3MiA0LjMyOS4zMTJjMS4wMjMuMSAxLjM1MyAxLjMyNy41OTIgMS44NjRsLTMuMzY3IDIuNzM1IDEuMDM0IDQuMTE2Yy4yMTguOTgtLjg3NCAxLjY2Ni0xLjYzMyAxLjEyNmwtMy43MDUtMi4yODEtMy42OSAyLjIzMWMtLjg4OC41MDctMS44OTQtLjI5Ni0xLjYwMS0xLjE2N2wxLjA3Ny00LjE0NkwuMzg0IDYuNzFjLS43NjgtLjY2OC0uMjk2LTEuODUuNjQyLTEuODQ4bDQuMzcyLS4yODFMNy4wMzkuNjU5Yy40MTQtLjkxOSAxLjcxLS44NDYgMS45OTkuMDI2em0yLjM2NiA3Ljk4OGwyLjQ3MS0yLjQwNC0zLjQyMy0uNS0uNjM1LS4wOTYtLjI4OC0uNTc3TDggMnY5LjI2bC41NjcuMjk4IDMuMDU4IDEuNjE2LS41NzctMy40MTQtLjExNS0uNjM1LjQ3MS0uNDUyeiIvPgo8L3N2Zz4K); }

.HotelSummary .rating li.full:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEzIDEyIj4KICAgIDxwYXRoIGZpbGw9IiNGN0M4NjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMjcuNTQ4bDEuMzA2IDMuMTc4IDMuNDgyLjI1Yy44MjMuMDggMS4wODggMS4wNi40NzYgMS40OUw5LjgyNiA3LjY1NWwuODMyIDMuMjkyYy4xNzUuNzg1LS43MDQgMS4zMzMtMS4zMTQuOWwtMi45OC0xLjgyNC0yLjk2OCAxLjc4NWMtLjcxNC40MDUtMS41MjMtLjIzNy0xLjI4OC0uOTM0bC44NjYtMy4zMTdMLjMxIDUuMzdDLS4zMSA0LjgzNC4wNyAzLjg4OS44MjYgMy44OWwzLjUxNi0uMjI0TDUuNjYyLjUyOGMuMzMzLS43MzYgMS4zNzYtLjY3OCAxLjYwNy4wMiIvPgo8L3N2Zz4K); }

.HotelSummary__amenities {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
  display: block; }

@media (min-width: 992px) {
  .HotelSummary__amenities {
    display: none; } }

.HotelSummary__amenities-list {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px 0 0;
  width: auto; }

.HotelSummary__amenities-list:last-child {
  padding-right: 0; }

.HotelSummary__amenities-img {
  width: 14.7px;
  margin-right: 6px; }

.HotelSummary__amenities-img img {
  max-width: 100%;
  vertical-align: sub; }

.HotelSummary__amenities-name {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #1dac08;
  display: inline-block; }

.HotelSummary .home-hero-banner-wrap_search-hotel {
  display: none; }

@media (min-width: 992px) {
  .HotelSummary .home-hero-banner-wrap_search-hotel {
    display: block;
    position: relative;
    z-index: 1; } }

.HotelReview {
  background-color: #ffffff;
  margin-top: 5px; }

.review {
  display: flex;
  flex-flow: row-reverse;
  margin: 15px 0 15px 0; }

@media (max-width: 768px) {
  .review {
    width: 100%;
    flex-flow: row;
    padding-top: 8px; } }

@media (min-width: 768px) {
  .review__score {
    width: 60px;
    height: 60px;
    transform: scale(1); } }

.review__score svg {
  width: 100%;
  height: 100%; }

.review__score__rating {
  color: #f4f4f4;
  font-weight: bold; }

@media (min-width: 768px) {
  .review__score__rating {
    position: absolute;
    font-size: 25px;
    left: 50%;
    top: 5px;
    transform: translateX(-50%); } }

.review__score__rating--bgcolor {
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 6px;
  display: block; }

.review__detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding: 0 10px;
  width: calc(100% - 60px); }

@media (max-width: 768px) {
  .review__detail {
    text-align: left;
    justify-content: flex-start;
    margin-left: 4px; } }

.review__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  min-height: 14px; }

@media (min-width: 768px) {
  .review__title {
    font-size: 18px;
    line-height: 26px;
    min-height: 26px; } }

.review__count {
  font-size: 12px;
  color: #777777; }

.review--hotels-city-review {
  margin-top: 0; }

@media (max-width: 767.98px) {
  .review--hotels-city-review {
    margin-top: 5px; } }

.review--hotels-city-review .review__detail {
  padding: 0 10px 0 0;
  width: calc(100% - 44px); }

@media (max-width: 767.98px) {
  .review--hotels-city-review .review__detail {
    padding: 0 4px;
    width: calc(100% - 35px); } }

.review--hotels-city-review .review__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  min-height: 14px; }

@media (max-width: 767.98px) {
  .review--hotels-city-review .review__title {
    font-size: 12px;
    line-height: 22px; } }

@media (min-width: 768px) {
  .review--hotels-city-review .review__title {
    font-size: 16px;
    line-height: 20px;
    min-height: 20px; } }

@media (max-width: 767.98px) {
  .review--hotels-city-review .review__count {
    font-size: 10px;
    font-weight: normal; } }

@media (min-width: 768px) {
  .review--hotels-city-review .review__score {
    width: 44px;
    height: 40px;
    transform: scale(1); } }

@media (min-width: 768px) {
  .review--hotels-city-review .review__score__rating {
    font-size: 21px;
    top: 0; } }

@media (max-width: 768px) {
  .review--hotels-city-review .review__score__rating {
    width: 100%;
    text-align: center; } }

@media (max-width: 767.98px) {
  .review--hotels-city-review .review__score__rating--bgcolor {
    padding: 3px 7px;
    font-size: 11px;
    border-radius: 4px; } }

@media (min-width: 768px) {
  .rtl .review__detail {
    text-align: left;
    padding-right: 8px;
    padding-left: 10px; } }

.rtl .HotelSummary__title {
  float: right; }

@media (min-width: 992px) {
  .rtl .HotelSummary__title {
    float: none; } }

.rtl .HotelSummary__location {
  padding: 12px 21px 0 0; }

@media (min-width: 992px) {
  .rtl .HotelSummary__location {
    padding: 10px 21px 35px 0; } }

.rtl .HotelSummary__location img {
  left: auto;
  right: 0; }

.rtl .HotelSummary .rating {
  margin: 0 10px 0 0;
  float: right; }

@media (min-width: 992px) {
  .rtl .HotelSummary .rating {
    float: none;
    margin: 0; } }

.HotelDesc {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 18px;
  padding-bottom: 20px;
  margin: 5px 0 0 0; }

@media (min-width: 992px) {
  .HotelDesc {
    box-shadow: none;
    background-color: transparent;
    margin: 0; } }

@media (min-width: 768px) {
  .HotelDesc__policies, .HotelDesc__description {
    padding-left: 25px;
    padding-right: 25px; } }

.HotelDesc__title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #333333;
  margin: 0;
  padding: 0 0 17px 0; }

@media (min-width: 992px) {
  .HotelDesc__title {
    font-size: 24px;
    line-height: 34px;
    color: #464855;
    padding: 10px 0 15px 0;
    font-weight: 400; } }

.HotelDesc__Detail {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  will-change: height;
  overflow: hidden; }

@media (min-width: 992px) {
  .HotelDesc__Detail {
    border-radius: 2px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding: 20px 15px; }
  .HotelDesc__Detail-items {
    margin-bottom: 20px; }
  .HotelDesc__Detail-items:last-child {
    margin-bottom: 0; } }

.HotelDesc__Detail.less-content {
  overflow: hidden; }

.HotelDesc__Detail.less-content:after {
  content: "";
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #ffffff);
  background-position: bottom center;
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: background-image; }

.HotelDesc__Detail.more-content:after {
  background-image: none; }

.HotelDesc__Detail-title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #3a3a3a;
  margin: 0;
  padding: 0 0 13px 0; }

.HotelDesc__Detail-content {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 17px; }

@media (min-width: 992px) {
  .HotelDesc__Detail-content {
    color: #3a3a3a;
    line-height: 22px; }
  .HotelDesc__Detail-content p {
    margin: 0 0 8.5px; } }

.HotelDesc_more {
  padding-top: 18px;
  text-align: center; }

.HotelDesc_more-btn {
  width: 197px;
  height: 35px;
  border-radius: 2px;
  border: solid 1px #02647a;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #02647a;
  display: inline-block;
  background-color: transparent; }

.HotelDesc--hotels-city-Detail-content {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0; }

@media (max-width: 767.98px) {
  .HotelDesc--hotels-city-Detail-content {
    font-size: 11px;
    line-height: 18px;
    margin: 8px 0 0; } }

.TopPick {
  padding: 18px 0; }

.TopPick__title {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #3a3a3a;
  margin: 0;
  padding: 0 0 5px 0;
  text-transform: uppercase; }

.TopPick__desc {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #3a3a3a;
  margin: 0; }

@media (min-width: 992px) {
  .TopPick__desc {
    font-size: 16px;
    line-height: 26px; } }

.TopPick__img {
  max-width: 48px;
  margin-right: 15px;
  display: block;
  align-items: center;
  justify-content: center;
  min-width: 48px; }

.TopPick__img img {
  max-width: 100%; }

.TopPick__container {
  flex-grow: 1; }

.TopPick__wrp {
  border-radius: 2px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  padding: 15px 12px;
  background-image: linear-gradient(to left, #3DBCAD, #219EB1);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 3px;
  display: flex;
  align-items: flex-start; }

@media (min-width: 992px) {
  .TopPick__wrp {
    padding: 15px; } }

.rtl .TopPick__img {
  margin-right: 0px;
  margin-left: 15px; }

.RoomChoices {
  padding: 18px 0 0px 0;
  background-color: #ffffff;
  margin: 5px 0 5px 0; }

@media (min-width: 992px) {
  .RoomChoices {
    background-color: transparent;
    margin: 0; } }

.RoomChoices__list-wrap {
  padding: 0; }

@media (min-width: 992px) {
  .RoomChoices__list-wrap {
    padding: 0 15px; } }

.RoomChoices__title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #333333;
  padding: 0 15px 17px 15px;
  margin: 0;
  border-bottom: solid 2px #fcfcfc; }

@media (min-width: 992px) {
  .RoomChoices__title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    padding: 0 0 30px 0;
    color: #464855;
    font-weight: 400;
    border-bottom: none; } }

.RoomChoices__list {
  list-style: none;
  padding: 0;
  margin: 0; }

@media (min-width: 992px) {
  .RoomChoices__list {
    border: solid 1px #d3d3d3;
    border-radius: 2px; } }

.RoomChoices__list-item {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #3a3a3a;
  padding: 14px 15px 17px;
  border-bottom: solid 2px #fcfcfc; }

@media (min-width: 992px) {
  .RoomChoices__list-item {
    border-bottom: solid 1px #d3d3d3;
    background-color: #ffffff;
    padding: 18px 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px; } }

.RoomChoices__list-item:last-child {
  border-bottom: none; }

.RoomChoices__check {
  text-align: center;
  padding: 19px 15px;
  background-color: #ffffff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

@media (min-width: 992px) {
  .RoomChoices__check {
    padding: 30px 0 0 0;
    position: static;
    background-color: transparent;
    box-shadow: none; } }

.RoomChoices__check-btn {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #ef4050;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: none;
  text-transform: capitalize; }

@media (min-width: 992px) {
  .RoomChoices__check-btn {
    width: 220px;
    border-radius: 2px;
    height: 44px; } }

@media (max-width: 991.98px) {
  .open-search .modal-backdrop.show {
    opacity: 0; } }

@media (max-width: 991.98px) {
  .open-search.modal-open .modal {
    transition: all 0.5s ease; } }

@media (max-width: 991.98px) {
  .check-room-model {
    margin: 0;
    max-width: 100%;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    height: 98%;
    transform: translate(-100%, 0px) !important;
    transition: all 0.5s ease !important; }
  .show .check-room-model {
    transform: translate(0, 0px) !important;
    transition: all 0.5s ease !important; } }

@media (max-width: 991.98px) {
  .check-room-model .modal-content {
    padding: 0 15px; } }

@media (max-width: 991.98px) {
  .check-room-model .modal-header {
    padding: 0;
    display: block; }
  .check-room-model .modal-header .SearchHotels-model_title,
  .check-room-model .modal-header .SearchHotels-model_sub-title {
    display: none; } }

.check-room-model .modal-header .check-room-model-head {
  display: none; }

@media (max-width: 991.98px) {
  .check-room-model .modal-header .check-room-model-head {
    display: block;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #003143;
    padding: 16px 15px 16px;
    display: block; }
  .check-room-model .modal-header .check-room-model-head .back-btn {
    width: 24px;
    height: 24px;
    margin: 0 32px 0 0;
    display: inline-block;
    vertical-align: middle;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer; }
  .check-room-model .modal-header .check-room-model-head-title {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin: 0; } }

@media (max-width: 991.98px) {
  .check-room-model .modal-body {
    padding: 15px 0; } }

.rtl .check-room-model .modal-header .check-room-model-head .back-btn {
  margin: 0 0 0 32px;
  transform: scale(-1); }

.rtl .show .check-room-model {
  transform: translate(0, 0px) !important; }

@media (max-width: 991.98px) {
  .rtl .check-room-model {
    transform: translate(100%, 0px) !important; } }

.HotelAmenities {
  padding: 18px 0;
  background-color: #ffffff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .HotelAmenities {
    background-color: transparent;
    box-shadow: none; } }

@media (min-width: 992px) {
  .HotelAmenities.hotel-detail-widget {
    padding-bottom: 15px; } }

.HotelAmenities__title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #333333;
  margin: 0;
  padding: 0 0 10px 0; }

@media (min-width: 992px) {
  .HotelAmenities__title {
    font-size: 24px;
    line-height: 34px;
    color: #464855;
    padding: 0 0 30px 0;
    font-weight: 400; } }

@media (min-width: 992px) {
  .HotelAmenities__content {
    border-radius: 2px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding: 20px 25px; } }

.HotelAmenities__top {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0; }

@media (min-width: 992px) {
  .HotelAmenities__top {
    border-bottom: 1px solid #d8d8d8; } }

.HotelAmenities__top-list {
  display: inline-flex;
  align-items: center;
  padding: 7px 0px 7px 0;
  width: 50%; }

@media (min-width: 992px) {
  .HotelAmenities__top-list {
    display: inline-flex;
    align-items: center;
    padding: 0px 20px 20px 0;
    width: auto; }
  .HotelAmenities__top-list:last-child {
    padding-right: 0; } }

.HotelAmenities__top-img {
  width: 24px;
  height: 24px;
  margin-right: 10px; }

.HotelAmenities__top-img img {
  max-width: 100%; }

.HotelAmenities__top-name {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #1dac08; }

@media (min-width: 992px) {
  .HotelAmenities__top-name {
    font-weight: 600; } }

.HotelAmenities .show-amenity {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #02647a;
  text-transform: uppercase;
  padding: 9px 0 0 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: block; }

@media (min-width: 992px) {
  .HotelAmenities .show-amenity {
    display: none; } }

.HotelAmenities__container {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: -100%;
  z-index: 5;
  transition: all 0.5s ease;
  overflow: hidden; }

@media (min-width: 992px) {
  .HotelAmenities__container {
    padding: 20px 0 0px;
    position: static;
    background-color: transparent;
    width: auto;
    height: auto; } }

.HotelAmenities__container-head {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #003143;
  padding: 16px 15px 16px;
  display: block; }

@media (min-width: 992px) {
  .HotelAmenities__container-head {
    display: none; } }

.HotelAmenities__container-head .back-btn {
  width: 24px;
  height: 24px;
  margin: 0 32px 0 0;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer; }

.HotelAmenities__container-head-title {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

.HotelAmenities__container-content {
  padding: 15px; }

@media (min-width: 992px) {
  .HotelAmenities__container-content {
    padding: 0px;
    display: flex; } }

@media (min-width: 992px) {
  .HotelAmenities__container-grid {
    flex-basis: 25%;
    display: flex;
    flex-direction: column; } }

.HotelAmenities__container-grid:last-child .HotelAmenities__category:last-child {
  border-bottom: 0; }

.HotelAmenities__category {
  padding: 15px 0 15px;
  border-bottom: solid 2px #e0e0e0; }

@media (min-width: 992px) {
  .HotelAmenities__category {
    padding: 0 0 20px;
    border-bottom: none; } }

.HotelAmenities__category-list {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0; }

@media (min-width: 992px) {
  .HotelAmenities__category-list {
    padding: 12px 0 0 0; } }

.HotelAmenities__category-item {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #3a3a3a;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiM5N2ExYTYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjAyMyA0LjA5OGEuMjk4LjI5OCAwIDAgMC0uNDQyIDBMNi45MiA5LjA0N2EuMjk3LjI5NyAwIDAgMS0uNDQyIDBMNC40MzcgNi44MjhhLjI5OC4yOTggMCAwIDAtLjQ0MiAwbC0uOTAyLjg2NkEuMzQ2LjM0NiAwIDAgMCAzIDcuOTI4YzAgLjA4Ni4wMzMuMTc2LjA5My4yNDJsMi4wNTkgMi4zMDUuNDQyLjQ3NS44ODUuOTUyYS4zLjMgMCAwIDAgLjQ0MyAwbDUuOTg2LTYuMzc2YS4zNTUuMzU1IDAgMCAwIDAtLjQ3NmwtLjg4NS0uOTUyeiIvPgo8L3N2Zz4K);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
  padding-bottom: 5px; }

@media (min-width: 992px) {
  .HotelAmenities__category-item {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: normal;
    padding-bottom: 0;
    padding-left: 21px; } }

.HotelAmenities__category-tag {
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin: 0 0 0 5px; }

.HotelAmenities__icon-container {
  display: flex;
  flex-direction: row; }

.HotelAmenities__icon-container > div {
  margin-right: 5px !important; }

.HotelAmenities__icon {
  max-width: 24px;
  max-height: 24px;
  margin-right: 5px; }

.HotelAmenities__name {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #3a3a3a;
  display: inline-block;
  vertical-align: middle; }

.open-aminty .HotelAmenities__container {
  left: 0;
  overflow-y: auto; }

@media (min-width: 992px) {
  .rtl .HotelAmenities__top-list {
    padding: 0px 0px 20px 20px; } }

.rtl .HotelAmenities__top-img {
  margin-right: 0px;
  margin-left: 10px; }

.rtl .HotelAmenities__icon {
  margin-right: 0px;
  margin-left: 5px; }

.rtl .HotelAmenities__category-item {
  padding-left: 0;
  padding-right: 32px;
  background-position: right center; }

@media (min-width: 992px) {
  .rtl .HotelAmenities__category-item {
    padding-right: 21px;
    padding-left: 0; } }

.rtl .HotelAmenities__category-tag {
  margin: 0 5px 0 0px; }

.rtl .HotelAmenities__container {
  left: auto;
  right: -100%; }

.rtl .HotelAmenities__container-head .back-btn {
  margin: 0 0 0 32px;
  transform: scale(-1); }

.rtl .open-aminty .HotelAmenities__container {
  left: auto;
  right: 0; }

.HotelImages {
  position: relative; }

@media (min-width: 992px) {
  .HotelImages {
    min-height: 500px; } }

.HotelImages .ReactGridGallery_tile-icon-bar {
  display: none; }

.HotelImages .ReactGridGallery_tile-overlay {
  display: none; }

.HotelImages-list-first {
  width: 50%;
  float: left; }

.HotelImages-list-first .ReactGridGallery_tile {
  width: 33.3%;
  height: 159px;
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid #ffffff; }

.HotelImages-list-first .ReactGridGallery_tile img {
  width: 100%; }

.HotelImages-list-first .ReactGridGallery_tile:nth-child(2) {
  width: 100%;
  height: 341px; }

.HotelImages-list-first .ReactGridGallery_tile:nth-child(2) img {
  width: 100%; }

.HotelImages-list-second {
  width: 50%;
  float: left; }

.HotelImages-list-second .ReactGridGallery_tile:nth-child(-n + 5) {
  display: none; }

.HotelImages-list-second .ReactGridGallery_tile {
  width: 50%;
  height: 250px;
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid #ffffff; }

.HotelImages-list-second .ReactGridGallery_tile img {
  width: 100%; }

.HotelImages__seeAll {
  width: 237.3px;
  height: 82px;
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 25px 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 23px;
  right: 0;
  cursor: pointer; }

.HotelImages_gallary {
  display: none; }

@media (min-width: 992px) {
  .HotelImages_gallary {
    display: block; } }

.HotelImages_slider {
  display: block;
  position: relative; }

@media (min-width: 992px) {
  .HotelImages_slider {
    display: none; } }

.HotelImages_slider .slick-arrow {
  display: none !important; }

.HotelImages_slider .slick-slide {
  height: 160px;
  overflow: hidden; }

.HotelImages_slider .slick-slide > div {
  height: 100%; }

@media (max-width: 575.98px) {
  .HotelImages_slider .slick-slide > div {
    position: relative;
    margin-right: 3px; } }

.HotelImages_slider .slick-slide img {
  padding-right: 2px; }

@media (max-width: 575.98px) {
  .HotelImages_slider .slick-slide img {
    height: 100%; } }

.HotelImages_slider__zoom {
  position: absolute;
  bottom: 4px;
  right: 17px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  cursor: pointer; }

.HotelImages_slider__zoom:before {
  content: '';
  width: 100%;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTEyIDBsMi4zIDIuMy0yLjg5IDIuODcgMS40MiAxLjQyTDE1LjcgMy43IDE4IDZWMGgtNnpNMCA2bDIuMy0yLjMgMi44NyAyLjg5IDEuNDItMS40MkwzLjcgMi4zIDYgMEgwdjZ6bTYgMTJsLTIuMy0yLjMgMi44OS0yLjg3LTEuNDItMS40MkwyLjMgMTQuMyAwIDEydjZoNnptMTItNmwtMi4zIDIuMy0yLjg3LTIuODktMS40MiAxLjQyIDIuODkgMi44N0wxMiAxOGg2di02eiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2EiLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPGcgbWFzaz0idXJsKCNiKSI+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0tMTYtMTZoNTB2NTBoLTUweiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  display: block;
  background-position: right; }

.HotelImages__mobile-carousel .rec-slider-container {
  margin: 0px; }

.HotelImages__mobile-carousel img {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  transition: transform 0.8s ease;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center; }

.footerCaption_2r5qf {
  display: none; }

.footer_60scne {
  display: block !important;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

@media (min-width: 992px) {
  .footer_60scne {
    position: relative; } }

@media (min-width: 992px) {
  .footer_60scne .footerCount_lkhc9u {
    float: right; } }

.container_9tizg4 .content_13hv8io {
  position: static !important; }

.arrow_b9bbag-o_O-arrow__direction__left_shhpn5-o_O-arrow__size__medium_9f7hgo,
.arrow_b9bbag-o_O-arrow__direction__right_174p6a9-o_O-arrow__size__medium_9f7hgo {
  top: 54%; }

.rtl .HotelImages-list-first {
  float: right; }

.rtl .HotelImages-list-second {
  float: right; }

.rtl .HotelImages__seeAll {
  right: auto;
  left: 0; }

.rtl .HotelImages_slider__zoom {
  right: auto;
  left: 17px; }

.rtl .HotelImages_slider__zoom:before {
  background-position: left; }

.rtl .footer_60scne .footerCount_lkhc9u {
  float: left; }

.HotelDetail-breadcrumb {
  position: relative; }

.HotelDetail-breadcrumb .Breadcrumb_list-item:not(:last-child):after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNSAxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMCAxMGw1LTQuNUwwIDEiLz4KPC9zdmc+Cg==); }

.HotelDetail-breadcrumb .Breadcrumb_list-item-link {
  color: #02647a; }

.HotelDetail-breadcrumb .Breadcrumb_list-item-link:hover {
  color: #02647a; }

.HotelDetail-breadcrumb .Breadcrumb_list-item-current {
  color: #000; }

@media (min-width: 992px) {
  .hotel-detail-widget {
    padding: 40px 0 0 0; } }

@media (max-width: 991.98px) {
  .SearchHotels.hotel_detail_page {
    background-color: #ffffff;
    padding: 18px 0 20px; } }

body {
  background-color: #fff; }

.car-rental-container {
  background-color: #fff; }

.car-rental-row {
  position: relative;
  width: 100%; }

.cars-list-title {
  font-family: 'open sans';
  font-size: 26px;
  font-weight: 600;
  line-height: 1.31;
  color: #3a3a3a;
  margin-top: 32px; }

.cars-list-subtitle {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 1.78;
  color: #777777;
  margin-bottom: 16px; }

.cars-list-item {
  border: solid 1px rgba(117, 134, 146, 0.3);
  border-radius: 8px;
  padding: 24px 24px 16px 24px;
  margin-bottom: 37px;
  position: relative; }

.cars-list-item-title {
  font-family: 'open sans';
  font-size: 24px;
  font-weight: 600;
  line-height: 1.17;
  color: #3a3a3a; }

.cars-list-item-subtitle {
  font-family: 'open sans';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #777777;
  margin-bottom: 27px; }

.cars-list-item-img img {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  transition: transform 0.8s ease;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center; }

.cars-list-item-info .col {
  display: inline;
  padding: 0px;
  margin-right: 25px; }

.cars-list-item-info .col-ar {
  display: inline;
  padding: 0px;
  margin-left: 25px; }

.cars-list-item-info .col-ar .value {
  font-family: 'open sans';
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  color: #3a3a3a; }

.cars-list-item-info .col img {
  margin-right: 10px; }

.cars-list-item-info .col .value {
  font-family: 'open sans';
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  color: #3a3a3a; }

.cars-list-item-rates {
  margin-top: 21px;
  padding-top: 16px; }

.cars-list-item-rates.border-top {
  position: relative; }

.cars-list-item-rates.border-top:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 1px;
  background-color: rgba(117, 134, 146, 0.3);
  top: 0px;
  left: 10px; }

.cars-list-item-rates p {
  margin: 0px; }

.cars-list-item-rates .rates {
  font-family: 'open sans';
  font-size: 14px;
  line-height: 2;
  color: #777777;
  position: relative; }

.cars-list-item-rates .rates .value {
  font-family: 'open sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  color: #3a3a3a;
  margin-left: 10px; }

.cars-list-item-rates .rates:first-child:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0px;
  width: 1px;
  height: 28px;
  background-color: rgba(117, 134, 146, 0.3); }

.cars-list-item-rates .rates:last-child:after {
  display: none; }

.cars-list-item-rates .vat-msg {
  font-family: 'open sans';
  font-size: 12px;
  line-height: 2.33;
  color: #777770;
  text-align: right; }

.cars-list-item-rates-ar {
  margin-top: 21px;
  padding-top: 16px; }

.cars-list-item-rates-ar.border-top {
  position: relative; }

.cars-list-item-rates-ar.border-top:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 1px;
  background-color: rgba(117, 134, 146, 0.3);
  top: 0px;
  right: 10px; }

.cars-list-item-rates-ar p {
  margin: 0px; }

.cars-list-item-rates-ar .rates {
  font-family: 'open sans';
  font-size: 14px;
  line-height: 2;
  color: #777777;
  position: relative; }

.cars-list-item-rates-ar .rates .value {
  font-family: 'open sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  color: #3a3a3a;
  margin-left: 10px; }

.cars-list-item-rates-ar .rates:first-child:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 0px;
  width: 1px;
  height: 28px;
  background-color: rgba(117, 134, 146, 0.3); }

.cars-list-item-rates-ar .rates:last-child:after {
  display: none; }

.cars-list-item-rates-ar .vat-msg {
  font-family: 'open sans';
  font-size: 12px;
  line-height: 2.33;
  color: #777770;
  text-align: left; }

.cars-list-item-show-more {
  position: absolute;
  bottom: -21px;
  left: 39%; }

.cars-list-item-show-more .show-more-btn {
  font-family: 'open sans';
  font-size: 12px;
  font-weight: 600;
  color: #02647a;
  padding: 2px 50px;
  border: solid 1px rgba(117, 134, 146, 0.3);
  border-radius: 0px 0px 130px 130px;
  border-top: none; }

.car-rental-about-heading {
  font-family: 'open sans';
  font-size: 26px;
  font-weight: 600;
  line-height: 1.31;
  color: #3a3a3a;
  margin-top: 32px; }

.car-rental-about-content h2 {
  font-family: 'open sans';
  font-size: 26px;
  font-weight: 600;
  line-height: 1.31;
  color: #3a3a3a; }

.car-rental-about-content p {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 1.78;
  color: #777777;
  margin: 8px 0px; }

.location-heading {
  font-family: 'open sans';
  font-size: 26px;
  font-weight: 600;
  line-height: 1.31;
  color: #3a3a3a;
  margin: 16px 0px 31px 0px; }

.locations {
  position: relative;
  padding-left: 38px;
  margin: 15px 0px; }

.locations-ar {
  position: relative;
  padding-right: 38px;
  margin: 15px 0px; }

.locations-ar .address,
.locations-ar .timing,
.locations-ar .telephone {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  color: #333333;
  margin-bottom: 0px; }

.locations-ar .directions {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  color: #02647a; }

.locations-ar:before {
  content: '';
  width: 16px;
  height: 18px;
  position: absolute;
  top: 5px;
  right: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAA2CAYAAABqbKGZAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAM6ADAAQAAAABAAAANgAAAAAH7cIoAAALd0lEQVRoBbVae3BVxRnf3XPODTGBYIqgkFhrabVSLQYZxwePGQXUaUtFpQ8fjEgSRBGt0koS4GgeCrXWyqh56UCq/UNKRW194YwUqq1a0lataIcZrCQIgoREEsg9j+1v99w9OVzOuffcJJ6Z3O/b77X77fftt3v2hJJhfMbd86uCg4cP/5BQchnMlnLCSwgnpYRSjvYeSkgH2nuIRl4fx40X9zabfcPYPbodhkevrLmCu3whBv99DDY/lklK++Dii1TTnrSb7t8SSyeL0JCcyVtiTrST1m/hxFVZ+snIppS8YHB257HWut0ZBbMwB+UM55xq5dWrENcViETecX1Q0g+jr1LO3neZSC0XqcUQBF7COC0BPI9TPvsEPUKPwU6t01L3APXS8jizcRo5OzPJNBMfdSY3cE5+EuwAA3gL7caiEcbzh9aZPUFeOn5yxYNFPbznatAXw86FQT6lrG3aBP2WraZpB+lx8JycGfOLNSO7DnU/h9UsFnjqofuoxpY7TbVPK0pcKCKsV1Qv4ISuIZyPVXqYmJfHFI2+bv9Dy3sVLQ5kcYSEzHXPPqt1Hep5IeiIyPXi4lHfHowjwqZIJ6elYf2oAuMsSuhLgiYeOHnlwe7Dm4SzHiXeb2xnnnvtvfuQ7zOVWXTeOm/W5HkH1/7yS0UbLDz8iHl4WokxV6SYsgFH5miV1VWqHQfG8lyUXtdxxcxJeUboo3Zr/bI4HeQiI9OuvKYRk1aR0nOYzi63G+u2xrGTNTLjK8yT4Mh6GJOO4OfNS0uMu+MYz1VGpN3ZJcZSRP0fKV3NtXnbxKWPHl8xIwxnjQxbVLUcumulPqUH87hx/tFWsyPCniTPNE39r51JFAk2Q5RkzAOqMXZ+SrZePeu8NzbOn+9k0h+xqOYbScLbsXpGp/q9zW2pfzyTjuBldEZEZZ+b/ARyp0hhyiqwD7QIPOwxTZPVdtq3wIG6YHVKk92LTlfYLfW/E5FI4/lNVl6zjHD3EY9A93ynxJj4H9NM+gIhSMY020fsW6EjHYHbn0ympetDbEjSKUvMwtpO60+cu80ZHBGy4+HBBr28+g9nmOaIKHvjC4ubMdf7PD4v3bnXvjlKVtEzOkNd/lMlSAlr2NFcaal2EE6paDIOWdbLoqT6dEpdzPxboup5f+Rv4PmRADJvT6f1vIimrxNAOn7z86OEUS+9QcdYjtukA6I+GmpIcAuW1Y9DupRJSUqOnlZYHLkp/pt/+iAcuVRZxeB3GDo9x2mpv8RprS/3/hou1lniHMFTctCZXbfXXqXa6bCIFD6FzUieBLDoLhGbdrpMsB3pzLGjfVdAUK4pLN835EwFNVO4OGy6hNyhWIjGk5PZ6Rf1P1H3saIpmGw2PxI8IaNoLnfvzV9cPUG1g7Cr+d5uDODvksaJ0dXVc3mQn45HOoOEmKOEOSMvKzwd2pZ1N9aInqLvKp1g3B6VjkJG8E4r/NpSoLukDg6qls3vknjID85uwb5nh4j4pEzOfFNJ6YT9ReHpELn/A0Vjmr7kE9MUp9+Mj4gyY+w2JYTIzlV4OmSMbAvQzgzgJ6CRzmCQpynpfO2k0H1lxGLzDETFSxFKP7Ma73td6WSDVlPtFqyHz1NyE8UaDdPRXdqp6Fhjpyo8DIY6AyWxVjzjeD/pfmJFV5iyzR3fYcr5B5n2jXR9IYtd5kNFT/YfG6/wICxm+n6/TWnuzoy6/YFiVNGENMJVrfdNDiAOH3hFpiSn47o0giqpjHHXLVB4EKbuCdRhdkxUKRc6oZExWHJgP8EEBo0HcayR1KYmqaEVKSifjiMDShVNo3QgAoqoIMIoUSisXr3a36sUW8FQZ+SbIiUphyiiFP6MPWnUbhTvfsFF1SkbdZcZKZtuIVWOJ0k6IlSaGPtpuoxoiw0Zxgs9OdqVKZVDnZGKnH7hQV5YctfDA+kkid6PqErYBLemSFpvb/L+ADsjmnRoAwTkjIt9bNe6O+SkpCvtTHzmHac8RujaVTqRziCw3j4AyX19XZOVwgmQ01ZF4y5Zoi9eeYlqR0G9omY2znA3+XxKnvLxNKTfsv2+4bk/pjQx2Yx2hvO3lQLeZy5UeDq0W2o3YYL/maJT13H+rFWs/Fm6nGprFVWLXNf9o2qjPLfbzXUDbZ/hIdxxpyoSnHlX4WFQ7dwn8HA79DZxvbWGKIljROo4fryoyOHEkprrbYu8I3ObkyLOnWdwFTUfB8U2jesfEt2mTpJMwmvNQlwWXulboPSIbtAbMq0D8C7HupcqqOXv+LohSGRk8vMKtvqHPELmFC42x4boS1Ly8bqdjPBrIX9EyWAAczGrm2w3udNOuh9y4m4E7ThHhI7QVTrpULykQSeVtvRYUV5ie7pMsB3pzJF1VQcQ1lekMM5efY51Q1AxHbdbGl7VKJ8B+nvpvJD2e5rGpgudEJ5PshlZgIZXJCh/Idt9XKQz0iIlbb5lTpaLi3G/HYJYzQ3t18yeXIbeFyA9MFB5S+lJovyi8r0C+k1CxmqsVessxBIhRbc+cLLr8mU+k9GnfTwCiVwzQv7s8cbzOzus/2EX+Tr+Tj3QfVicbusibEly6v1eTIKciJEV5hhiJPiXj1V5pR6MjS2ZLHi8Xqd3Bfoc7bXox/Mu+95LG5sy68kQZhLBQr4eeevNCmZXp4ky8V6SSWeovET5ykk2cXao+2hE81q86KFqZn4ypxl0UTZ/75defK5weLJtJm5fMpsdPFfs+DZx23xHCH0njiOix6zOYFY40+S7h7weQpWcuq3Tunfww82siVfwGpT4MimFo5JG2cLMGgNcbQCNxtwd2zq0sun5nJBLpRQl0/Qp015027cHD5rRBmJyjMrqC7C1bYC4muQq3JxujqnuK2WVP6vEWI195H0piPdxh9A28Xkjq2JMgTNw7eS4fAOiIlMYi/nNVSWJX8dUl2JqBrLqiAs4jbEbsX68izjOz/24074/q2JMgY6OJC4OyTkp8V6dsQWmaeKNOv4TK82UOaTbfjplmlg7lwkarqIu0qbO3CLSUMkMBuqLVk5zKRGF16uujN2JwvNarrZiR0YZvmbW5LUoCt71DyEaDo0bxDWu4ucKxU2oS5z1SC85FnizBd97GnO1I+RzdkZsijoxFmD99MkOOf/Wfm6tGUznQueQlXwI4EypT0l3giQWigoq2zn+5JRmyrbTvvULesH0HuTZVSnaVK1sxna3fdtuJRMH6uVVc1Dq/dM4olKZbK3dHkc3TMbL0TBOFhpOBRSX31swhXL9INs/HT0icW62w6AyO/pOc3RPr/UB0muCoOE1YzM+CYqPtoN+ck4z1ZNIhUSC3gwnuiWNk9O7j1r+LCu5KPjlkeQ65QhkDuRricoo2bj0QaWZMm6/u72HXTD9M6Tbj1K089mUGTt4+7b/KpkwqFXWzENk6xUPE7Ogv7lWfS1T5JzhoNMs2BMOo5sxuLkeje4ryCv4bvCUHJQVL3l9dvID0ORFBRx5BmevjO9KQf1M+KDTLGg0XzMq0D7g0fipfckjkZ/sjjpJsZ94Ny6UdhbqhUuDtoaCD4szRxrNz/GPDYvVQFCh5uOz949VW0FE8EbwVEoSxuiiqKtfpZMLHJY0Ux1isG1INxx5xEMP5SeMSb2Pm/Iwmr/ILOknFs523gsXqlcTqpc/AZ7O0H6HJTJqCCMLjDtQ3VJHG158zLJaFS9JrSeVI6jDu4uNxD2KN1xwWCMjBqVXrprlOvarQKVtROAWTlkecV1vHeFbJ+Nspj2EzTHK+WF3RnSEdHsM6bYk1am4wRcZIC9DGKUP47P53SnesIJhTTM1snHUWA58V6o9EjB1q0N3lkwwqpXccMOvJDJikDjqXOxyvg2otzHjq7HGyEVWU/2QN8eoSRjSCSDKqKDjlXoPTgP/wso5Dwt+L24vF9rNDdsz6QyV93+xMBcORnwfkQAAAABJRU5ErkJggg==);
  background-size: cover; }

.locations .address,
.locations .timing,
.locations .telephone {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  color: #333333;
  margin-bottom: 0px; }

.locations .directions {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  color: #02647a; }

.locations:before {
  content: '';
  width: 16px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAA2CAYAAABqbKGZAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAM6ADAAQAAAABAAAANgAAAAAH7cIoAAALd0lEQVRoBbVae3BVxRnf3XPODTGBYIqgkFhrabVSLQYZxwePGQXUaUtFpQ8fjEgSRBGt0koS4GgeCrXWyqh56UCq/UNKRW194YwUqq1a0lataIcZrCQIgoREEsg9j+1v99w9OVzOuffcJJ6Z3O/b77X77fftt3v2hJJhfMbd86uCg4cP/5BQchnMlnLCSwgnpYRSjvYeSkgH2nuIRl4fx40X9zabfcPYPbodhkevrLmCu3whBv99DDY/lklK++Dii1TTnrSb7t8SSyeL0JCcyVtiTrST1m/hxFVZ+snIppS8YHB257HWut0ZBbMwB+UM55xq5dWrENcViETecX1Q0g+jr1LO3neZSC0XqcUQBF7COC0BPI9TPvsEPUKPwU6t01L3APXS8jizcRo5OzPJNBMfdSY3cE5+EuwAA3gL7caiEcbzh9aZPUFeOn5yxYNFPbznatAXw86FQT6lrG3aBP2WraZpB+lx8JycGfOLNSO7DnU/h9UsFnjqofuoxpY7TbVPK0pcKCKsV1Qv4ISuIZyPVXqYmJfHFI2+bv9Dy3sVLQ5kcYSEzHXPPqt1Hep5IeiIyPXi4lHfHowjwqZIJ6elYf2oAuMsSuhLgiYeOHnlwe7Dm4SzHiXeb2xnnnvtvfuQ7zOVWXTeOm/W5HkH1/7yS0UbLDz8iHl4WokxV6SYsgFH5miV1VWqHQfG8lyUXtdxxcxJeUboo3Zr/bI4HeQiI9OuvKYRk1aR0nOYzi63G+u2xrGTNTLjK8yT4Mh6GJOO4OfNS0uMu+MYz1VGpN3ZJcZSRP0fKV3NtXnbxKWPHl8xIwxnjQxbVLUcumulPqUH87hx/tFWsyPCniTPNE39r51JFAk2Q5RkzAOqMXZ+SrZePeu8NzbOn+9k0h+xqOYbScLbsXpGp/q9zW2pfzyTjuBldEZEZZ+b/ARyp0hhyiqwD7QIPOwxTZPVdtq3wIG6YHVKk92LTlfYLfW/E5FI4/lNVl6zjHD3EY9A93ynxJj4H9NM+gIhSMY020fsW6EjHYHbn0ympetDbEjSKUvMwtpO60+cu80ZHBGy4+HBBr28+g9nmOaIKHvjC4ubMdf7PD4v3bnXvjlKVtEzOkNd/lMlSAlr2NFcaal2EE6paDIOWdbLoqT6dEpdzPxboup5f+Rv4PmRADJvT6f1vIimrxNAOn7z86OEUS+9QcdYjtukA6I+GmpIcAuW1Y9DupRJSUqOnlZYHLkp/pt/+iAcuVRZxeB3GDo9x2mpv8RprS/3/hou1lniHMFTctCZXbfXXqXa6bCIFD6FzUieBLDoLhGbdrpMsB3pzLGjfVdAUK4pLN835EwFNVO4OGy6hNyhWIjGk5PZ6Rf1P1H3saIpmGw2PxI8IaNoLnfvzV9cPUG1g7Cr+d5uDODvksaJ0dXVc3mQn45HOoOEmKOEOSMvKzwd2pZ1N9aInqLvKp1g3B6VjkJG8E4r/NpSoLukDg6qls3vknjID85uwb5nh4j4pEzOfFNJ6YT9ReHpELn/A0Vjmr7kE9MUp9+Mj4gyY+w2JYTIzlV4OmSMbAvQzgzgJ6CRzmCQpynpfO2k0H1lxGLzDETFSxFKP7Ma73td6WSDVlPtFqyHz1NyE8UaDdPRXdqp6Fhjpyo8DIY6AyWxVjzjeD/pfmJFV5iyzR3fYcr5B5n2jXR9IYtd5kNFT/YfG6/wICxm+n6/TWnuzoy6/YFiVNGENMJVrfdNDiAOH3hFpiSn47o0giqpjHHXLVB4EKbuCdRhdkxUKRc6oZExWHJgP8EEBo0HcayR1KYmqaEVKSifjiMDShVNo3QgAoqoIMIoUSisXr3a36sUW8FQZ+SbIiUphyiiFP6MPWnUbhTvfsFF1SkbdZcZKZtuIVWOJ0k6IlSaGPtpuoxoiw0Zxgs9OdqVKZVDnZGKnH7hQV5YctfDA+kkid6PqErYBLemSFpvb/L+ADsjmnRoAwTkjIt9bNe6O+SkpCvtTHzmHac8RujaVTqRziCw3j4AyX19XZOVwgmQ01ZF4y5Zoi9eeYlqR0G9omY2znA3+XxKnvLxNKTfsv2+4bk/pjQx2Yx2hvO3lQLeZy5UeDq0W2o3YYL/maJT13H+rFWs/Fm6nGprFVWLXNf9o2qjPLfbzXUDbZ/hIdxxpyoSnHlX4WFQ7dwn8HA79DZxvbWGKIljROo4fryoyOHEkprrbYu8I3ObkyLOnWdwFTUfB8U2jesfEt2mTpJMwmvNQlwWXulboPSIbtAbMq0D8C7HupcqqOXv+LohSGRk8vMKtvqHPELmFC42x4boS1Ly8bqdjPBrIX9EyWAAczGrm2w3udNOuh9y4m4E7ThHhI7QVTrpULykQSeVtvRYUV5ie7pMsB3pzJF1VQcQ1lekMM5efY51Q1AxHbdbGl7VKJ8B+nvpvJD2e5rGpgudEJ5PshlZgIZXJCh/Idt9XKQz0iIlbb5lTpaLi3G/HYJYzQ3t18yeXIbeFyA9MFB5S+lJovyi8r0C+k1CxmqsVessxBIhRbc+cLLr8mU+k9GnfTwCiVwzQv7s8cbzOzus/2EX+Tr+Tj3QfVicbusibEly6v1eTIKciJEV5hhiJPiXj1V5pR6MjS2ZLHi8Xqd3Bfoc7bXox/Mu+95LG5sy68kQZhLBQr4eeevNCmZXp4ky8V6SSWeovET5ykk2cXao+2hE81q86KFqZn4ypxl0UTZ/75defK5weLJtJm5fMpsdPFfs+DZx23xHCH0njiOix6zOYFY40+S7h7weQpWcuq3Tunfww82siVfwGpT4MimFo5JG2cLMGgNcbQCNxtwd2zq0sun5nJBLpRQl0/Qp015027cHD5rRBmJyjMrqC7C1bYC4muQq3JxujqnuK2WVP6vEWI195H0piPdxh9A28Xkjq2JMgTNw7eS4fAOiIlMYi/nNVSWJX8dUl2JqBrLqiAs4jbEbsX68izjOz/24074/q2JMgY6OJC4OyTkp8V6dsQWmaeKNOv4TK82UOaTbfjplmlg7lwkarqIu0qbO3CLSUMkMBuqLVk5zKRGF16uujN2JwvNarrZiR0YZvmbW5LUoCt71DyEaDo0bxDWu4ucKxU2oS5z1SC85FnizBd97GnO1I+RzdkZsijoxFmD99MkOOf/Wfm6tGUznQueQlXwI4EypT0l3giQWigoq2zn+5JRmyrbTvvULesH0HuTZVSnaVK1sxna3fdtuJRMH6uVVc1Dq/dM4olKZbK3dHkc3TMbL0TBOFhpOBRSX31swhXL9INs/HT0icW62w6AyO/pOc3RPr/UB0muCoOE1YzM+CYqPtoN+ck4z1ZNIhUSC3gwnuiWNk9O7j1r+LCu5KPjlkeQ65QhkDuRricoo2bj0QaWZMm6/u72HXTD9M6Tbj1K089mUGTt4+7b/KpkwqFXWzENk6xUPE7Ogv7lWfS1T5JzhoNMs2BMOo5sxuLkeje4ryCv4bvCUHJQVL3l9dvID0ORFBRx5BmevjO9KQf1M+KDTLGg0XzMq0D7g0fipfckjkZ/sjjpJsZ94Ny6UdhbqhUuDtoaCD4szRxrNz/GPDYvVQFCh5uOz949VW0FE8EbwVEoSxuiiqKtfpZMLHJY0Ux1isG1INxx5xEMP5SeMSb2Pm/Iwmr/ILOknFs523gsXqlcTqpc/AZ7O0H6HJTJqCCMLjDtQ3VJHG158zLJaFS9JrSeVI6jDu4uNxD2KN1xwWCMjBqVXrprlOvarQKVtROAWTlkecV1vHeFbJ+Nspj2EzTHK+WF3RnSEdHsM6bYk1am4wRcZIC9DGKUP47P53SnesIJhTTM1snHUWA58V6o9EjB1q0N3lkwwqpXccMOvJDJikDjqXOxyvg2otzHjq7HGyEVWU/2QN8eoSRjSCSDKqKDjlXoPTgP/wso5Dwt+L24vF9rNDdsz6QyV93+xMBcORnwfkQAAAABJRU5ErkJggg==);
  background-size: cover; }

.table-head {
  position: relative; }

.table-head .heading {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: normal;
  line-height: 2.07;
  color: #777777;
  margin-top: 24px;
  margin-bottom: 8px; }

.table-head.with-border {
  margin-top: 16px; }

.table-head.with-border:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 1px;
  background-color: rgba(117, 134, 146, 0.3);
  top: 0px;
  left: 10px; }

.table-content .title {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #333333;
  margin-bottom: 16px; }

.table-content .daily,
.table-content .weekly {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333; }

.rental-form {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid rgba(151, 161, 166, 0.3);
  border-radius: 4px;
  padding: 27px 20px 20px;
  margin-bottom: 20px; }

.rental-form-ar {
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid rgba(151, 161, 166, 0.3);
  border-radius: 4px;
  padding: 27px 20px 20px;
  margin-bottom: 20px; }

.rental-form-ar .heading {
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 2px; }

.rental-form-ar .description {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 20px; }

.rental-form-ar .mb-3 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  position: relative; }

.rental-form-ar .mb-3 .label {
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  display: block;
  margin-bottom: 0.5rem; }

.rental-form-ar .mb-3 .dropdown {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: calc(100% - 30px); }

.rental-form-ar .mb-3 .dropdown-toggle {
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 0.5rem;
  border-left: 1px solid #cccccc; }

.rental-form-ar .or {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin: 10px 0px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  justify-content: center; }

.rental-form-ar .sa-flag {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/sa.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1em;
  line-height: 1em;
  vertical-align: middle;
  top: 30px;
  left: 10px;
  z-index: 2; }

.rental-form-ar .prepend-input {
  position: relative; }

.rental-form-ar .prepend-input-field {
  padding-right: 22%; }

.rental-form-ar .prepend-input-phone {
  position: absolute;
  width: 20%;
  top: 0px;
  right: 0px; }

.rental-form-ar .prepend-input-phone .prepend-item-dialcode {
  position: absolute;
  width: 100%;
  padding-right: 27px;
  top: 0px;
  right: 0px; }

.rental-form-ar .prepend-input-phone .sa-flag {
  top: 8px;
  right: 10px; }

.rental-form-ar .prepend-item {
  position: absolute;
  width: 20%;
  right: 0px; }

.rental-form-ar .prepend-item-dialcode {
  position: absolute;
  width: 20%;
  right: 0px;
  padding-right: 27px; }

.rental-form-ar .whatsapp-icon {
  margin: 0px 5px; }

.rental-form .heading {
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 2px; }

.rental-form .description {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 20px; }

.rental-form .mb-3 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  position: relative; }

.rental-form .mb-3 .label {
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  display: block;
  margin-bottom: 0.5rem; }

.rental-form .mb-3 .dropdown {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: calc(100% - 30px); }

.rental-form .mb-3 .dropdown-toggle {
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 0.5rem 1rem;
  border-right: 1px solid #cccccc; }

.rental-form .mb-3-name, .rental-form .mb-3-phone {
  padding-left: 5rem; }

.rental-form .whatsapp-icon {
  margin: 0px 5px; }

.rental-form .or {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin: 10px 0px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  justify-content: center; }

.rental-form .sa-flag {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/sa.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1em;
  line-height: 1em;
  vertical-align: middle;
  top: 30px;
  left: 10px;
  z-index: 2; }

.rental-form .prepend-input {
  position: relative; }

.rental-form .prepend-input-field {
  padding-left: 22%; }

.rental-form .prepend-input-phone {
  position: absolute;
  width: 20%;
  top: 0px;
  left: 0px; }

.rental-form .prepend-input-phone .prepend-item-dialcode {
  position: absolute;
  width: 100%;
  padding-left: 26px;
  top: 0px;
  left: 0px; }

.rental-form .prepend-input-phone .sa-flag {
  top: 8px;
  left: 10px; }

.rental-form .prepend-item {
  position: absolute;
  width: 20%; }

.rental-form .prepend-item-dialcode {
  position: absolute;
  width: 20%;
  padding-left: 27px; }

.request-btn {
  background-color: #ef4050;
  width: 100%;
  padding: 15px 0px !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  color: #fff;
  margin: 0px 13px; }

.whatsapp-btn {
  background-color: #23d366 !important;
  width: 100%;
  padding: 15px 0px !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  color: #fff;
  margin: 0px 13px; }

.whatsapp-icon {
  margin: 0px 5px; }

.hide-for-mobile {
  display: flex; }

.show-on-mobile {
  display: none; }

.internal-link {
  padding: 5px 0px;
  font-size: 12px; }

.internal-link a:hover {
  color: #02647a; }

.internal-link-container {
  padding: 10px 15px 16px 15px; }

/* Responsive */
@media (max-width: 567px) {
  .row-mobile {
    display: flex;
    flex-wrap: nowrap; }
  .hide-for-mobile {
    display: none; }
  .show-on-mobile {
    display: block; }
  .rental-form {
    position: relative; }
  .cars-list-title {
    font-size: 16px;
    line-height: 1.38; }
  .cars-list-subtitle {
    font-size: 14px;
    line-height: 1.5; }
  .cars-list-item {
    padding: 15px 15px 0px 15px;
    border-radius: 4px; }
  .cars-list-item-title {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.75;
    margin-top: 0px; }
  .cars-list-item-subtitle {
    font-size: 14px;
    line-height: 1.71; }
  .cars-list-item-info {
    flex-direction: row;
    align-items: center;
    display: flex; }
  .cars-list-item-info .col {
    flex-direction: column;
    align-items: center;
    display: flex; }
  .cars-list-item-info .col img {
    width: 23px;
    margin-right: 0px;
    margin-bottom: 5px; }
  .cars-list-item-info .col .value {
    margin: 4px 0px 0px;
    font-size: 12px;
    font-weight: 600; }
  .cars-list-item-info .col-ar {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-left: 25px; }
  .cars-list-item-info .col-ar img {
    margin-left: 0px;
    width: 23px;
    margin-bottom: 5px; }
  .cars-list-item-info .col-ar .value {
    margin: 4px 0px 0px;
    font-size: 12px;
    font-weight: 600; }
  .cars-list-item-img {
    display: flex;
    align-items: flex-end; }
  .cars-list-item-rates {
    padding-top: 0px;
    margin-top: 14px; }
  .cars-list-item-rates::before {
    display: none; }
  .cars-list-item-rates-heading {
    display: flex;
    align-items: flex-end;
    width: 44%;
    flex-grow: 2; }
  .cars-list-item-rates-heading-subtitle {
    font-size: 14px;
    line-height: 1.71;
    font-weight: normal;
    color: #777777;
    margin-bottom: 3px; }
  .cars-list-item-rates-daily {
    padding: 0rem 0.4rem;
    width: 28%;
    flex-grow: 1; }
  .cars-list-item-rates-weekly {
    width: 28%;
    flex-grow: 1; }
  .cars-list-item-rates .rates {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    display: flex;
    flex-direction: column; }
  .cars-list-item-rates .rates .value {
    font-size: 14px;
    line-height: 2;
    margin-left: 0px; }
  .cars-list-item-rates .rates.last {
    align-items: right;
    text-align: right; }
  .cars-list-item-rates .vat-msg {
    text-align: right;
    margin: 12px 0px;
    display: block;
    margin-top: 0px; }
  .cars-list-item-rates .vat-msg.hide {
    display: none; }
  .cars-list-item-rates-ar {
    padding-top: 0px;
    margin-top: 14px; }
  .cars-list-item-rates-ar::before {
    display: none; }
  .cars-list-item-rates-ar-heading {
    display: flex;
    align-items: flex-end;
    width: 44%;
    flex-grow: 2; }
  .cars-list-item-rates-ar-heading-subtitle {
    font-size: 14px;
    line-height: 1.71;
    font-weight: normal;
    color: #777777;
    margin-bottom: 3px; }
  .cars-list-item-rates-ar-daily {
    padding: 0rem 0.4rem;
    width: 28%;
    flex-grow: 1; }
  .cars-list-item-rates-ar-weekly {
    width: 28%;
    flex-grow: 1;
    padding: 0px 5px 0px 15px; }
  .cars-list-item-rates-ar .rates {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    display: flex;
    flex-direction: column; }
  .cars-list-item-rates-ar .rates .value {
    font-size: 14px;
    line-height: 2;
    margin-left: 0px; }
  .cars-list-item-rates-ar .rates.last {
    align-items: left;
    text-align: left; }
  .cars-list-item-rates-ar .vat-msg {
    text-align: left;
    margin: 12px 0px;
    display: block;
    margin-top: 0px; }
  .cars-list-item-rates-ar .vat-msg.hide {
    display: none; }
  .cars-list-item-show-more {
    position: relative;
    bottom: auto;
    left: auto;
    display: block; }
  .cars-list-item-show-more .show-more-btn {
    display: block;
    border: none;
    border-radius: 0px;
    text-align: center;
    line-height: 2.67;
    padding: 7px 0px;
    position: relative; }
  .cars-list-item-show-more .show-more-btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(117, 134, 146, 0.3);
    top: 0px;
    left: 0px; }
  .cars-list-item .table-head {
    display: none; }
  .cars-list-item .table-content {
    border-top: 1px solid rgba(117, 134, 146, 0.3);
    margin-top: 10px;
    padding-top: 10px; }
  .cars-list-item .table-content .title {
    font-size: 14px;
    color: #777777;
    width: 44%;
    flex-grow: 2; }
  .cars-list-item .table-content .daily {
    font-size: 14px;
    text-align: center;
    padding: 0rem 0.4rem;
    width: 28%;
    flex-grow: 1; }
  .cars-list-item .table-content .weekly {
    font-size: 14px;
    width: 28%;
    flex-grow: 1;
    text-align: right;
    padding: 0px 15px 0px 5px; }
  .cars-list-item .table-content .weekly.arabic {
    text-align: left;
    padding: 0px 5px 0px 15px; }
  .whatsapp-btn-mobile {
    display: flex; }
  .whatsapp-btn-mobile .whatsapp-icon {
    margin: 0px 5px; }
  .vat-msg.mobile {
    text-align: right;
    margin: 12px 0px;
    display: block;
    margin-top: 0px; }
  .vat-msg.mobile.arabic {
    text-align: left; }
  .vat-msg.mobile p {
    font-family: 'open sans';
    font-size: 12px;
    line-height: 2.33;
    color: #777770; }
  .vat-msg.mobile-ar {
    text-align: left;
    margin: 12px 0px;
    display: block;
    margin-top: 0px; }
  .vat-msg.mobile-ar p {
    font-family: 'open sans';
    font-size: 12px;
    line-height: 2.33;
    color: #777770; }
  .vat-msg.mobile {
    text-align: right;
    margin: 12px 0px;
    display: block;
    margin-top: 0px; }
  .vat-msg.mobile.arabic {
    text-align: left; }
  .vat-msg.mobile p {
    font-family: 'open sans';
    font-size: 12px;
    line-height: 2.33;
    color: #777770; }
  .vat-msg.mobile-ar {
    text-align: left;
    margin: 12px 0px;
    display: block;
    margin-top: 0px; }
  .vat-msg.mobile-ar p {
    font-family: 'open sans';
    font-size: 12px;
    line-height: 2.33;
    color: #777770; }
  .vat-msg.mobile {
    text-align: right;
    margin: 12px 0px;
    display: block;
    margin-top: 0px; }
  .vat-msg.mobile.arabic {
    text-align: left; }
  .vat-msg.mobile p {
    font-family: 'open sans';
    font-size: 12px;
    line-height: 2.33;
    color: #777770; }
  .vat-msg.mobile-ar {
    text-align: left;
    margin: 12px 0px;
    display: block;
    margin-top: 0px; }
  .vat-msg.mobile-ar p {
    font-family: 'open sans';
    font-size: 12px;
    line-height: 2.33;
    color: #777770; }
  .locations {
    width: 50%; }
  .locations-ar {
    width: 50%; }
  .internal-link {
    width: 50%;
    padding: 5px 15px; }
  .rental-form {
    border: none;
    border-radius: 0px; }
  .rental-form-ar {
    position: relative;
    border: none; }
  .rental-form-ar .heading {
    font-size: 16px; }
  .rental-form .heading {
    font-size: 16px; } }

@media (max-width: 750px) {
  .rental-form {
    position: relative;
    width: 100%;
    max-width: 100%; }
  .rental-form-ar {
    position: relative;
    width: 100%;
    max-width: 100%; } }

@media (max-width: 970px) {
  .rental-form {
    position: relative;
    width: 100%;
    max-width: 100%; }
  .rental-form-ar {
    position: relative;
    width: 100%;
    max-width: 100%; } }

.msgBox h3 {
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #212529; }

.msgBox p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #777777; }

.msgBox a:hover {
  text-decoration: none; }

.msgBox a.whatsapp {
  color: #fff;
  background: #25d366;
  display: inline-block;
  min-width: 100px;
  padding: 10px;
  border-radius: 4px;
  font-weight: 700; }

.msgBox a.phone {
  color: #fff;
  background: #25d366;
  display: inline-block;
  min-width: 100px;
  padding: 10px;
  border-radius: 4px;
  font-weight: 700; }

.msgBox ul li {
  margin-bottom: 15px; }

.thankyou.show {
  display: block; }

.thankyou.hide {
  display: none; }

.thankyou .success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto; }

.thankyou .success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50; }

.thankyou .success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px; }

.thankyou .success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in; }

.thankyou .success-checkmark .check-icon::before,
.thankyou .success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg); }

.thankyou .success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10; }

.thankyou .success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s; }

.thankyou .success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s; }

.thankyou .success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5); }

.thankyou .success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff; }

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

.internalLink_list {
  margin: 0px;
  padding: 30px 0px 0px 0px;
  column-count: 4; }

.internalLink_list-item {
  list-style: none; }

.internalLink_list-item-link {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0.15px;
  color: #777777;
  text-transform: capitalize;
  margin-bottom: 7px; }

.internalLink_list-item-link strong {
  font-weight: 600; }

@media (max-width: 567px) {
  .internalLink_list {
    column-count: 2; } }

.page-not-found {
  background: white;
  padding: 100px 0; }

.page-not-found .image {
  margin-bottom: 24px;
  text-align: center; }

.page-not-found .title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center; }

@media (max-width: 768px) {
  .page-not-found .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px; } }

.page-not-found .sub-title {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
  width: 30%; }

.page-not-found .sub-title span {
  display: block; }

@media (max-width: 768px) {
  .page-not-found .sub-title {
    font-size: 14px;
    line-height: 20px;
    width: 80%; } }

.page-not-found .cta-text {
  display: flex;
  justify-content: center;
  align-items: center; }

.page-not-found .cta-text a {
  background-color: #ef4550;
  font-size: 16px;
  color: white;
  padding: 12px 40px;
  border-radius: 100px;
  text-decoration: none; }

@media (max-width: 768px) {
  .page-not-found .cta-text {
    margin-bottom: 0px; } }

.no-hotels-list {
  max-width: 500px;
  margin: 0px auto;
  padding: 24px 0px;
  text-align: center;
  margin-bottom: 24px; }

.no-hotels-list .button.primary {
  background-color: #ef4550;
  padding: 12px 24px 12px 24px;
  color: #fff;
  border-radius: 100px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  max-width: 200px;
  margin: 0px auto; }

.no-hotels-list .image {
  margin-bottom: 16px; }

.no-hotels-list .title {
  margin-bottom: 16px; }

.no-hotels-list .subTitle {
  margin-top: 0px;
  margin-bottom: 16px; }

.scheduler {
  padding: 48px 16px; }

.scheduler.mobile {
  padding-top: 20px;
  padding-bottom: 20px; }

.scheduler-header {
  margin-bottom: 32px; }

.scheduler-list {
  width: 100%; }

.scheduler-list-item {
  border: 1px solid #d8dcde;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px; }

.scheduler-list-item-logo {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 13%;
  max-width: 13%; }

.scheduler-list-item-logo > img {
  width: 40px;
  border-radius: 100px;
  margin-bottom: 14px; }

.scheduler-list-item-logo .airline-name {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0px; }

.scheduler-list-item-details {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.scheduler-list-item-details .flights-from {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-width: 25%;
  color: #333333;
  text-align: left; }

.scheduler-list-item-details .flights-from .iata {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  margin-top: 8px; }

.scheduler-list-item-details .flights-from.rtl {
  text-align: right; }

.scheduler-list-item-details .flights-to {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-width: 25%;
  color: #333333;
  text-align: right; }

.scheduler-list-item-details .flights-to .iata {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  margin-top: 8px; }

.scheduler-list-item-details .flights-to.rtl {
  text-align: left; }

.scheduler-list-item-details .duration {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #0a8a11;
  text-align: center;
  position: relative;
  width: 100%; }

.scheduler-list-item-details .duration .time {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #66797f;
  margin-top: 8px; }

.scheduler-list-item-details .duration .line-before {
  display: block;
  width: 60%;
  background-color: #d8dcde;
  height: 1px;
  position: absolute;
  left: -20%;
  top: 8px; }

.scheduler-list-item-details .duration .line-before:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #d8dcde;
  top: -1px;
  left: -8px; }

.scheduler-list-item-details .duration .line-before.rtl {
  left: auto;
  right: -20%; }

.scheduler-list-item-details .duration .line-before.rtl:before {
  left: auto;
  right: -8px; }

.scheduler-list-item-details .duration .line-after {
  display: block;
  width: 60%;
  background-color: #d8dcde;
  height: 1px;
  position: absolute;
  right: -20%;
  top: 8px; }

.scheduler-list-item-details .duration .line-after:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: -7px;
  right: -20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODA0NDMgMTQuMzMzMkg3LjA2MzFDNy4xMDY1IDE0LjMzMjUgNy4xNDg4MiAxNC4zMTk2IDcuMTg1MyAxNC4yOTYxQzcuMjIxNzcgMTQuMjcyNSA3LjI1MDk1IDE0LjIzOTMgNy4yNjk1NSAxNC4yMDAxTDkuNjYwMzUgOS40MzE3N0M5LjY3MTcyIDkuNDAzNTMgOS42OTA5MyA5LjM3OTEzIDkuNzE1NyA5LjM2MTQzQzkuNzQwNDggOS4zNDM3MyA5Ljc2OTc5IDkuMzMzNDggOS44MDAyIDkuMzMxODhIMTIuNzk3QzEzLjE1MDMgOS4zMzE4OCAxMy40ODkgOS4xOTE1NSAxMy43Mzg4IDguOTQxNzdDMTMuOTg4NiA4LjY5MTk5IDE0LjEyODkgOC4zNTMyMSAxNC4xMjg5IDcuOTk5OTZDMTQuMTI4OSA3LjY0NjcxIDEzLjk4ODYgNy4zMDc5MyAxMy43Mzg4IDcuMDU4MTVDMTMuNDg5IDYuODA4MzcgMTMuMTUwMyA2LjY2ODA0IDEyLjc5NyA2LjY2ODA0SDkuODAwMkM5Ljc2OTM5IDYuNjY4MjcgOS43MzkxNyA2LjY1OTYgOS43MTMxOCA2LjY0MzA1QzkuNjg3MTggNi42MjY1MSA5LjY2NjUyIDYuNjAyODEgOS42NTM2OSA2LjU3NDhMNy4yNjk1NSAxLjc5OTg3QzcuMjUwOTUgMS43NjA2NCA3LjIyMTc3IDEuNzI3MzkgNy4xODUzIDEuNzAzODZDNy4xNDg4MiAxLjY4MDMzIDcuMTA2NSAxLjY2NzQ1IDcuMDYzMSAxLjY2NjY3SDUuODA0NDNDNS43Njk0OCAxLjY2NTk3IDUuNzM0ODEgMS42NzMxMyA1LjcwMjk5IDEuNjg3NjRDNS42NzExOCAxLjcwMjE1IDUuNjQzMDQgMS43MjM2MyA1LjYyMDY1IDEuNzUwNDlDNS41OTgyNyAxLjc3NzM2IDUuNTgyMjIgMS44MDg5MSA1LjU3MzY4IDEuODQyODJDNS41NjUxNSAxLjg3NjczIDUuNTY0MzUgMS45MTIxMiA1LjU3MTM1IDEuOTQ2MzhMNi40NzA0IDYuNDYxNTlDNi40Nzk3NCA2LjQ4MzcyIDYuNDg0NTUgNi41MDc1IDYuNDg0NTUgNi41MzE1MkM2LjQ4NDU1IDYuNTU1NTQgNi40Nzk3NCA2LjU3OTMxIDYuNDcwNCA2LjYwMTQ0QzYuNDU0MjkgNi42MjgwOCA2LjQzMDExIDYuNjQ4OSA2LjQwMTM3IDYuNjYwODhDNi4zNzI2MyA2LjY3Mjg1IDYuMzQwODMgNi42NzUzNiA2LjMxMDU2IDYuNjY4MDRINC4zMTI2OEM0LjI2ODU3IDYuNjY2NjUgNC4yMjYyNyA2LjY1MDIgNC4xOTI4MSA2LjYyMTQyTDMuMzEzNzQgNS43MjkwM0MzLjI2NjE5IDUuNjg2MjggMy4yMDQ1NCA1LjY2MjU2IDMuMTQwNTkgNS42NjI0NEgxLjkwODU3QzEuODY4MjMgNS42NjIxMyAxLjgyODQ3IDUuNjcyIDEuNzkyOTcgNS42OTExNEMxLjc1NzQ3IDUuNzEwMjggMS43MjczNyA1LjczODA3IDEuNzA1NDUgNS43NzE5M0MxLjY4MzU0IDUuODA1OCAxLjY3MDUzIDUuODQ0NjQgMS42Njc2MiA1Ljg4NDg3QzEuNjY0NzEgNS45MjUxIDEuNjcxOTkgNS45NjU0MSAxLjY4ODggNi4wMDIwOEwyLjQ3NDYzIDcuOTMzMzZWOC4wNTMyNEwxLjY4ODggOS45OTc4NEMxLjY3NDg0IDEwLjAzMzkgMS42Njk4IDEwLjA3MjcgMS42NzQxIDEwLjExMTFDMS42Nzg0IDEwLjE0OTUgMS42OTE5MiAxMC4xODYzIDEuNzEzNSAxMC4yMTg0QzEuNzM1MDggMTAuMjUwNCAxLjc2NDA5IDEwLjI3NjggMS43OTgwNiAxMC4yOTUyQzEuODMyMDIgMTAuMzEzNiAxLjg2OTkzIDEwLjMyMzYgMS45MDg1NyAxMC4zMjQySDMuMTQwNTlDMy4yMDI2MSAxMC4zMjQzIDMuMjYyMjkgMTAuMzAwNSAzLjMwNzA4IDEwLjI1NzZMNC4xOTI4MSA5LjM4NTE2TDQuMzEyNjggOS4zMzE4OEg2LjMxMDU2QzYuMzQwODMgOS4zMjQ1NiA2LjM3MjYzIDkuMzI3MDcgNi40MDEzNyA5LjMzOTA0QzYuNDMwMTEgOS4zNTEwMiA2LjQ1NDI5IDkuMzcxODMgNi40NzA0IDkuMzk4NDhDNi40ODY0MyA5LjQxNzcyIDYuNDk4MjcgOS40NDAxIDYuNTA1MTUgOS40NjQxOEM2LjUxMjAzIDkuNDg4MjcgNi41MTM4IDkuNTEzNTIgNi41MTAzNSA5LjUzODMzTDUuNTcxMzUgMTQuMDUzNUM1LjU2NDM1IDE0LjA4NzggNS41NjUxNSAxNC4xMjMyIDUuNTczNjggMTQuMTU3MUM1LjU4MjIyIDE0LjE5MSA1LjU5ODI3IDE0LjIyMjYgNS42MjA2NSAxNC4yNDk0QzUuNjQzMDQgMTQuMjc2MyA1LjY3MTE4IDE0LjI5NzggNS43MDI5OSAxNC4zMTIzQzUuNzM0ODEgMTQuMzI2OCA1Ljc2OTQ4IDE0LjMzNCA1LjgwNDQzIDE0LjMzMzJaIiBmaWxsPSIjRDhEQ0RFIi8+Cjwvc3ZnPgo=); }

.scheduler-list-item-details .duration .line-after.rtl {
  right: auto;
  left: -17%;
  width: 56%; }

.scheduler-list-item-details .duration .line-after.rtl:after {
  right: auto;
  left: -20px;
  transform: rotate(180deg); }

.scheduler-list-item-cta {
  border-left: 1px solid #d8dcde;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%; }

.scheduler-list-item-cta .button {
  padding: 10px 16px;
  color: #fff;
  background-color: #d23241;
  border-radius: 100px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center; }

.scheduler-list-item-cta.rtl {
  border-left: none;
  border-right: 1px solid #d8dcde; }

.scheduler-list-item-mobile {
  border: 1px solid #d8dcde;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  padding: 16px; }

.scheduler-list-item-mobile-logo {
  display: flex;
  flex-direction: row;
  align-items: center; }

.scheduler-list-item-mobile-logo > img {
  width: 32px;
  border-radius: 100%; }

.scheduler-list-item-mobile-logo .airline-name {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0px;
  margin-left: 8px; }

.scheduler-list-item-mobile-logo .airline-name.rtl {
  margin-right: 8px; }

.scheduler-list-item-mobile-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #333333;
  margin-top: 4px; }

.scheduler-list-item-mobile-details .flights-from {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2; }

.scheduler-list-item-mobile-details .flights-from .iata {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
  text-align: left; }

.scheduler-list-item-mobile-details .flights-from.rtl {
  font-size: 14px; }

.scheduler-list-item-mobile-details .flights-from.rtl .iata {
  text-align: right; }

.scheduler-list-item-mobile-details .flights-to {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2; }

.scheduler-list-item-mobile-details .flights-to .iata {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
  text-align: right; }

.scheduler-list-item-mobile-details .flights-to.rtl {
  font-size: 14px; }

.scheduler-list-item-mobile-details .flights-to.rtl .iata {
  text-align: left; }

.scheduler-list-item-mobile-details .duration {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #0a8a11;
  text-align: center;
  position: relative; }

.scheduler-list-item-mobile-details .duration .time {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #66797f;
  margin-top: 8px; }

.scheduler-list-item-mobile-details .duration .line-before {
  display: block;
  width: 50%;
  background-color: #d8dcde;
  height: 1px;
  position: absolute;
  left: -60%;
  top: 8px; }

.scheduler-list-item-mobile-details .duration .line-before:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #d8dcde;
  top: -1px;
  left: -8px; }

.scheduler-list-item-mobile-details .duration .line-before.rtl {
  left: auto;
  right: -60%; }

.scheduler-list-item-mobile-details .duration .line-before.rtl:before {
  left: auto;
  right: -8px; }

.scheduler-list-item-mobile-details .duration .line-after {
  display: block;
  width: 50%;
  background-color: #d8dcde;
  height: 1px;
  position: absolute;
  right: -58%;
  top: 8px; }

.scheduler-list-item-mobile-details .duration .line-after:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: -7px;
  right: -20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODA0NDMgMTQuMzMzMkg3LjA2MzFDNy4xMDY1IDE0LjMzMjUgNy4xNDg4MiAxNC4zMTk2IDcuMTg1MyAxNC4yOTYxQzcuMjIxNzcgMTQuMjcyNSA3LjI1MDk1IDE0LjIzOTMgNy4yNjk1NSAxNC4yMDAxTDkuNjYwMzUgOS40MzE3N0M5LjY3MTcyIDkuNDAzNTMgOS42OTA5MyA5LjM3OTEzIDkuNzE1NyA5LjM2MTQzQzkuNzQwNDggOS4zNDM3MyA5Ljc2OTc5IDkuMzMzNDggOS44MDAyIDkuMzMxODhIMTIuNzk3QzEzLjE1MDMgOS4zMzE4OCAxMy40ODkgOS4xOTE1NSAxMy43Mzg4IDguOTQxNzdDMTMuOTg4NiA4LjY5MTk5IDE0LjEyODkgOC4zNTMyMSAxNC4xMjg5IDcuOTk5OTZDMTQuMTI4OSA3LjY0NjcxIDEzLjk4ODYgNy4zMDc5MyAxMy43Mzg4IDcuMDU4MTVDMTMuNDg5IDYuODA4MzcgMTMuMTUwMyA2LjY2ODA0IDEyLjc5NyA2LjY2ODA0SDkuODAwMkM5Ljc2OTM5IDYuNjY4MjcgOS43MzkxNyA2LjY1OTYgOS43MTMxOCA2LjY0MzA1QzkuNjg3MTggNi42MjY1MSA5LjY2NjUyIDYuNjAyODEgOS42NTM2OSA2LjU3NDhMNy4yNjk1NSAxLjc5OTg3QzcuMjUwOTUgMS43NjA2NCA3LjIyMTc3IDEuNzI3MzkgNy4xODUzIDEuNzAzODZDNy4xNDg4MiAxLjY4MDMzIDcuMTA2NSAxLjY2NzQ1IDcuMDYzMSAxLjY2NjY3SDUuODA0NDNDNS43Njk0OCAxLjY2NTk3IDUuNzM0ODEgMS42NzMxMyA1LjcwMjk5IDEuNjg3NjRDNS42NzExOCAxLjcwMjE1IDUuNjQzMDQgMS43MjM2MyA1LjYyMDY1IDEuNzUwNDlDNS41OTgyNyAxLjc3NzM2IDUuNTgyMjIgMS44MDg5MSA1LjU3MzY4IDEuODQyODJDNS41NjUxNSAxLjg3NjczIDUuNTY0MzUgMS45MTIxMiA1LjU3MTM1IDEuOTQ2MzhMNi40NzA0IDYuNDYxNTlDNi40Nzk3NCA2LjQ4MzcyIDYuNDg0NTUgNi41MDc1IDYuNDg0NTUgNi41MzE1MkM2LjQ4NDU1IDYuNTU1NTQgNi40Nzk3NCA2LjU3OTMxIDYuNDcwNCA2LjYwMTQ0QzYuNDU0MjkgNi42MjgwOCA2LjQzMDExIDYuNjQ4OSA2LjQwMTM3IDYuNjYwODhDNi4zNzI2MyA2LjY3Mjg1IDYuMzQwODMgNi42NzUzNiA2LjMxMDU2IDYuNjY4MDRINC4zMTI2OEM0LjI2ODU3IDYuNjY2NjUgNC4yMjYyNyA2LjY1MDIgNC4xOTI4MSA2LjYyMTQyTDMuMzEzNzQgNS43MjkwM0MzLjI2NjE5IDUuNjg2MjggMy4yMDQ1NCA1LjY2MjU2IDMuMTQwNTkgNS42NjI0NEgxLjkwODU3QzEuODY4MjMgNS42NjIxMyAxLjgyODQ3IDUuNjcyIDEuNzkyOTcgNS42OTExNEMxLjc1NzQ3IDUuNzEwMjggMS43MjczNyA1LjczODA3IDEuNzA1NDUgNS43NzE5M0MxLjY4MzU0IDUuODA1OCAxLjY3MDUzIDUuODQ0NjQgMS42Njc2MiA1Ljg4NDg3QzEuNjY0NzEgNS45MjUxIDEuNjcxOTkgNS45NjU0MSAxLjY4ODggNi4wMDIwOEwyLjQ3NDYzIDcuOTMzMzZWOC4wNTMyNEwxLjY4ODggOS45OTc4NEMxLjY3NDg0IDEwLjAzMzkgMS42Njk4IDEwLjA3MjcgMS42NzQxIDEwLjExMTFDMS42Nzg0IDEwLjE0OTUgMS42OTE5MiAxMC4xODYzIDEuNzEzNSAxMC4yMTg0QzEuNzM1MDggMTAuMjUwNCAxLjc2NDA5IDEwLjI3NjggMS43OTgwNiAxMC4yOTUyQzEuODMyMDIgMTAuMzEzNiAxLjg2OTkzIDEwLjMyMzYgMS45MDg1NyAxMC4zMjQySDMuMTQwNTlDMy4yMDI2MSAxMC4zMjQzIDMuMjYyMjkgMTAuMzAwNSAzLjMwNzA4IDEwLjI1NzZMNC4xOTI4MSA5LjM4NTE2TDQuMzEyNjggOS4zMzE4OEg2LjMxMDU2QzYuMzQwODMgOS4zMjQ1NiA2LjM3MjYzIDkuMzI3MDcgNi40MDEzNyA5LjMzOTA0QzYuNDMwMTEgOS4zNTEwMiA2LjQ1NDI5IDkuMzcxODMgNi40NzA0IDkuMzk4NDhDNi40ODY0MyA5LjQxNzcyIDYuNDk4MjcgOS40NDAxIDYuNTA1MTUgOS40NjQxOEM2LjUxMjAzIDkuNDg4MjcgNi41MTM4IDkuNTEzNTIgNi41MTAzNSA5LjUzODMzTDUuNTcxMzUgMTQuMDUzNUM1LjU2NDM1IDE0LjA4NzggNS41NjUxNSAxNC4xMjMyIDUuNTczNjggMTQuMTU3MUM1LjU4MjIyIDE0LjE5MSA1LjU5ODI3IDE0LjIyMjYgNS42MjA2NSAxNC4yNDk0QzUuNjQzMDQgMTQuMjc2MyA1LjY3MTE4IDE0LjI5NzggNS43MDI5OSAxNC4zMTIzQzUuNzM0ODEgMTQuMzI2OCA1Ljc2OTQ4IDE0LjMzNCA1LjgwNDQzIDE0LjMzMzJaIiBmaWxsPSIjRDhEQ0RFIi8+Cjwvc3ZnPgo=); }

.scheduler-list-item-mobile-details .duration .line-after.rtl {
  right: auto;
  left: -60%;
  width: 47%; }

.scheduler-list-item-mobile-details .duration .line-after.rtl:after {
  right: auto;
  left: -20px;
  transform: rotate(180deg); }

.scheduler-loadmore {
  width: 400px;
  margin: 0px auto;
  text-align: center;
  margin-top: 44px; }

.scheduler-loadmore-btn {
  display: block;
  border: 1px solid #0c9ab0;
  border-radius: 100px;
  padding: 12px 24px;
  color: #0c9ab0 !important;
  background-color: #fff;
  transition: all ease 0.3s;
  text-decoration: none; }

.scheduler-loadmore-btn:hover {
  background-color: #0c9ab0;
  color: #fff !important;
  text-decoration: none !important; }

.scheduler-loadmore.mobile {
  margin: 32px 16px; }

.airline-scheduler {
  padding: 48px 16px; }

.airline-scheduler.mobile {
  padding-top: 20px;
  padding-bottom: 20px; }

.airline-scheduler-header {
  margin-bottom: 32px; }

.airline-scheduler-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.airline-scheduler-list-item {
  border: 1px solid #d8dcde;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 49%; }

.airline-scheduler-list-item-details {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.airline-scheduler-list-item-details .flights-from {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-width: 25%;
  color: #333333;
  text-align: left; }

.airline-scheduler-list-item-details .flights-from .iata {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  margin-top: 8px; }

.airline-scheduler-list-item-details .flights-from.rtl {
  text-align: right; }

.airline-scheduler-list-item-details .flights-to {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-width: 25%;
  color: #333333;
  text-align: right; }

.airline-scheduler-list-item-details .flights-to .iata {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  margin-top: 8px; }

.airline-scheduler-list-item-details .flights-to.rtl {
  text-align: left; }

.airline-scheduler-list-item-details .duration {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #0a8a11;
  text-align: center;
  position: relative;
  width: 100%; }

.airline-scheduler-list-item-details .duration .line-after {
  display: block;
  width: 100%;
  background-color: #d8dcde;
  height: 1px;
  position: absolute;
  right: 0px;
  top: 0px; }

.airline-scheduler-list-item-details .duration .line-after:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: -7px;
  right: -20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODA0NDMgMTQuMzMzMkg3LjA2MzFDNy4xMDY1IDE0LjMzMjUgNy4xNDg4MiAxNC4zMTk2IDcuMTg1MyAxNC4yOTYxQzcuMjIxNzcgMTQuMjcyNSA3LjI1MDk1IDE0LjIzOTMgNy4yNjk1NSAxNC4yMDAxTDkuNjYwMzUgOS40MzE3N0M5LjY3MTcyIDkuNDAzNTMgOS42OTA5MyA5LjM3OTEzIDkuNzE1NyA5LjM2MTQzQzkuNzQwNDggOS4zNDM3MyA5Ljc2OTc5IDkuMzMzNDggOS44MDAyIDkuMzMxODhIMTIuNzk3QzEzLjE1MDMgOS4zMzE4OCAxMy40ODkgOS4xOTE1NSAxMy43Mzg4IDguOTQxNzdDMTMuOTg4NiA4LjY5MTk5IDE0LjEyODkgOC4zNTMyMSAxNC4xMjg5IDcuOTk5OTZDMTQuMTI4OSA3LjY0NjcxIDEzLjk4ODYgNy4zMDc5MyAxMy43Mzg4IDcuMDU4MTVDMTMuNDg5IDYuODA4MzcgMTMuMTUwMyA2LjY2ODA0IDEyLjc5NyA2LjY2ODA0SDkuODAwMkM5Ljc2OTM5IDYuNjY4MjcgOS43MzkxNyA2LjY1OTYgOS43MTMxOCA2LjY0MzA1QzkuNjg3MTggNi42MjY1MSA5LjY2NjUyIDYuNjAyODEgOS42NTM2OSA2LjU3NDhMNy4yNjk1NSAxLjc5OTg3QzcuMjUwOTUgMS43NjA2NCA3LjIyMTc3IDEuNzI3MzkgNy4xODUzIDEuNzAzODZDNy4xNDg4MiAxLjY4MDMzIDcuMTA2NSAxLjY2NzQ1IDcuMDYzMSAxLjY2NjY3SDUuODA0NDNDNS43Njk0OCAxLjY2NTk3IDUuNzM0ODEgMS42NzMxMyA1LjcwMjk5IDEuNjg3NjRDNS42NzExOCAxLjcwMjE1IDUuNjQzMDQgMS43MjM2MyA1LjYyMDY1IDEuNzUwNDlDNS41OTgyNyAxLjc3NzM2IDUuNTgyMjIgMS44MDg5MSA1LjU3MzY4IDEuODQyODJDNS41NjUxNSAxLjg3NjczIDUuNTY0MzUgMS45MTIxMiA1LjU3MTM1IDEuOTQ2MzhMNi40NzA0IDYuNDYxNTlDNi40Nzk3NCA2LjQ4MzcyIDYuNDg0NTUgNi41MDc1IDYuNDg0NTUgNi41MzE1MkM2LjQ4NDU1IDYuNTU1NTQgNi40Nzk3NCA2LjU3OTMxIDYuNDcwNCA2LjYwMTQ0QzYuNDU0MjkgNi42MjgwOCA2LjQzMDExIDYuNjQ4OSA2LjQwMTM3IDYuNjYwODhDNi4zNzI2MyA2LjY3Mjg1IDYuMzQwODMgNi42NzUzNiA2LjMxMDU2IDYuNjY4MDRINC4zMTI2OEM0LjI2ODU3IDYuNjY2NjUgNC4yMjYyNyA2LjY1MDIgNC4xOTI4MSA2LjYyMTQyTDMuMzEzNzQgNS43MjkwM0MzLjI2NjE5IDUuNjg2MjggMy4yMDQ1NCA1LjY2MjU2IDMuMTQwNTkgNS42NjI0NEgxLjkwODU3QzEuODY4MjMgNS42NjIxMyAxLjgyODQ3IDUuNjcyIDEuNzkyOTcgNS42OTExNEMxLjc1NzQ3IDUuNzEwMjggMS43MjczNyA1LjczODA3IDEuNzA1NDUgNS43NzE5M0MxLjY4MzU0IDUuODA1OCAxLjY3MDUzIDUuODQ0NjQgMS42Njc2MiA1Ljg4NDg3QzEuNjY0NzEgNS45MjUxIDEuNjcxOTkgNS45NjU0MSAxLjY4ODggNi4wMDIwOEwyLjQ3NDYzIDcuOTMzMzZWOC4wNTMyNEwxLjY4ODggOS45OTc4NEMxLjY3NDg0IDEwLjAzMzkgMS42Njk4IDEwLjA3MjcgMS42NzQxIDEwLjExMTFDMS42Nzg0IDEwLjE0OTUgMS42OTE5MiAxMC4xODYzIDEuNzEzNSAxMC4yMTg0QzEuNzM1MDggMTAuMjUwNCAxLjc2NDA5IDEwLjI3NjggMS43OTgwNiAxMC4yOTUyQzEuODMyMDIgMTAuMzEzNiAxLjg2OTkzIDEwLjMyMzYgMS45MDg1NyAxMC4zMjQySDMuMTQwNTlDMy4yMDI2MSAxMC4zMjQzIDMuMjYyMjkgMTAuMzAwNSAzLjMwNzA4IDEwLjI1NzZMNC4xOTI4MSA5LjM4NTE2TDQuMzEyNjggOS4zMzE4OEg2LjMxMDU2QzYuMzQwODMgOS4zMjQ1NiA2LjM3MjYzIDkuMzI3MDcgNi40MDEzNyA5LjMzOTA0QzYuNDMwMTEgOS4zNTEwMiA2LjQ1NDI5IDkuMzcxODMgNi40NzA0IDkuMzk4NDhDNi40ODY0MyA5LjQxNzcyIDYuNDk4MjcgOS40NDAxIDYuNTA1MTUgOS40NjQxOEM2LjUxMjAzIDkuNDg4MjcgNi41MTM4IDkuNTEzNTIgNi41MTAzNSA5LjUzODMzTDUuNTcxMzUgMTQuMDUzNUM1LjU2NDM1IDE0LjA4NzggNS41NjUxNSAxNC4xMjMyIDUuNTczNjggMTQuMTU3MUM1LjU4MjIyIDE0LjE5MSA1LjU5ODI3IDE0LjIyMjYgNS42MjA2NSAxNC4yNDk0QzUuNjQzMDQgMTQuMjc2MyA1LjY3MTE4IDE0LjI5NzggNS43MDI5OSAxNC4zMTIzQzUuNzM0ODEgMTQuMzI2OCA1Ljc2OTQ4IDE0LjMzNCA1LjgwNDQzIDE0LjMzMzJaIiBmaWxsPSIjRDhEQ0RFIi8+Cjwvc3ZnPgo=); }

.airline-scheduler-list-item-details .duration .line-after.rtl {
  right: auto;
  width: 100%; }

.airline-scheduler-list-item-details .duration .line-after.rtl:after {
  right: auto;
  left: -20px;
  transform: rotate(180deg); }

.airline-scheduler-list-item-cta {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%; }

.airline-scheduler-list-item-cta .button {
  padding: 10px 16px;
  color: #0c9ab0;
  background-color: #ffffff;
  border: 1px solid #0c9ab0;
  border-radius: 100px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center; }

.airline-scheduler-list-item-mobile {
  border: 1px solid #d8dcde;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%; }

.airline-scheduler-list-item-mobile-details {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.airline-scheduler-list-item-mobile-details .flights-from {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-width: 25%;
  color: #333333;
  text-align: left; }

.airline-scheduler-list-item-mobile-details .flights-from .iata {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  margin-top: 8px; }

.airline-scheduler-list-item-mobile-details .flights-from.rtl {
  text-align: right; }

.airline-scheduler-list-item-mobile-details .flights-to {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-width: 25%;
  color: #333333;
  text-align: right; }

.airline-scheduler-list-item-mobile-details .flights-to .iata {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  margin-top: 8px; }

.airline-scheduler-list-item-mobile-details .flights-to.rtl {
  text-align: left; }

.airline-scheduler-list-item-mobile-details .duration {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #0a8a11;
  text-align: center;
  position: relative;
  width: 100%; }

.airline-scheduler-list-item-mobile-details .duration .line-after {
  display: block;
  width: 100%;
  background-color: #d8dcde;
  height: 1px;
  position: absolute;
  right: 0px;
  top: 0px; }

.airline-scheduler-list-item-mobile-details .duration .line-after:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: -7px;
  right: -20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODA0NDMgMTQuMzMzMkg3LjA2MzFDNy4xMDY1IDE0LjMzMjUgNy4xNDg4MiAxNC4zMTk2IDcuMTg1MyAxNC4yOTYxQzcuMjIxNzcgMTQuMjcyNSA3LjI1MDk1IDE0LjIzOTMgNy4yNjk1NSAxNC4yMDAxTDkuNjYwMzUgOS40MzE3N0M5LjY3MTcyIDkuNDAzNTMgOS42OTA5MyA5LjM3OTEzIDkuNzE1NyA5LjM2MTQzQzkuNzQwNDggOS4zNDM3MyA5Ljc2OTc5IDkuMzMzNDggOS44MDAyIDkuMzMxODhIMTIuNzk3QzEzLjE1MDMgOS4zMzE4OCAxMy40ODkgOS4xOTE1NSAxMy43Mzg4IDguOTQxNzdDMTMuOTg4NiA4LjY5MTk5IDE0LjEyODkgOC4zNTMyMSAxNC4xMjg5IDcuOTk5OTZDMTQuMTI4OSA3LjY0NjcxIDEzLjk4ODYgNy4zMDc5MyAxMy43Mzg4IDcuMDU4MTVDMTMuNDg5IDYuODA4MzcgMTMuMTUwMyA2LjY2ODA0IDEyLjc5NyA2LjY2ODA0SDkuODAwMkM5Ljc2OTM5IDYuNjY4MjcgOS43MzkxNyA2LjY1OTYgOS43MTMxOCA2LjY0MzA1QzkuNjg3MTggNi42MjY1MSA5LjY2NjUyIDYuNjAyODEgOS42NTM2OSA2LjU3NDhMNy4yNjk1NSAxLjc5OTg3QzcuMjUwOTUgMS43NjA2NCA3LjIyMTc3IDEuNzI3MzkgNy4xODUzIDEuNzAzODZDNy4xNDg4MiAxLjY4MDMzIDcuMTA2NSAxLjY2NzQ1IDcuMDYzMSAxLjY2NjY3SDUuODA0NDNDNS43Njk0OCAxLjY2NTk3IDUuNzM0ODEgMS42NzMxMyA1LjcwMjk5IDEuNjg3NjRDNS42NzExOCAxLjcwMjE1IDUuNjQzMDQgMS43MjM2MyA1LjYyMDY1IDEuNzUwNDlDNS41OTgyNyAxLjc3NzM2IDUuNTgyMjIgMS44MDg5MSA1LjU3MzY4IDEuODQyODJDNS41NjUxNSAxLjg3NjczIDUuNTY0MzUgMS45MTIxMiA1LjU3MTM1IDEuOTQ2MzhMNi40NzA0IDYuNDYxNTlDNi40Nzk3NCA2LjQ4MzcyIDYuNDg0NTUgNi41MDc1IDYuNDg0NTUgNi41MzE1MkM2LjQ4NDU1IDYuNTU1NTQgNi40Nzk3NCA2LjU3OTMxIDYuNDcwNCA2LjYwMTQ0QzYuNDU0MjkgNi42MjgwOCA2LjQzMDExIDYuNjQ4OSA2LjQwMTM3IDYuNjYwODhDNi4zNzI2MyA2LjY3Mjg1IDYuMzQwODMgNi42NzUzNiA2LjMxMDU2IDYuNjY4MDRINC4zMTI2OEM0LjI2ODU3IDYuNjY2NjUgNC4yMjYyNyA2LjY1MDIgNC4xOTI4MSA2LjYyMTQyTDMuMzEzNzQgNS43MjkwM0MzLjI2NjE5IDUuNjg2MjggMy4yMDQ1NCA1LjY2MjU2IDMuMTQwNTkgNS42NjI0NEgxLjkwODU3QzEuODY4MjMgNS42NjIxMyAxLjgyODQ3IDUuNjcyIDEuNzkyOTcgNS42OTExNEMxLjc1NzQ3IDUuNzEwMjggMS43MjczNyA1LjczODA3IDEuNzA1NDUgNS43NzE5M0MxLjY4MzU0IDUuODA1OCAxLjY3MDUzIDUuODQ0NjQgMS42Njc2MiA1Ljg4NDg3QzEuNjY0NzEgNS45MjUxIDEuNjcxOTkgNS45NjU0MSAxLjY4ODggNi4wMDIwOEwyLjQ3NDYzIDcuOTMzMzZWOC4wNTMyNEwxLjY4ODggOS45OTc4NEMxLjY3NDg0IDEwLjAzMzkgMS42Njk4IDEwLjA3MjcgMS42NzQxIDEwLjExMTFDMS42Nzg0IDEwLjE0OTUgMS42OTE5MiAxMC4xODYzIDEuNzEzNSAxMC4yMTg0QzEuNzM1MDggMTAuMjUwNCAxLjc2NDA5IDEwLjI3NjggMS43OTgwNiAxMC4yOTUyQzEuODMyMDIgMTAuMzEzNiAxLjg2OTkzIDEwLjMyMzYgMS45MDg1NyAxMC4zMjQySDMuMTQwNTlDMy4yMDI2MSAxMC4zMjQzIDMuMjYyMjkgMTAuMzAwNSAzLjMwNzA4IDEwLjI1NzZMNC4xOTI4MSA5LjM4NTE2TDQuMzEyNjggOS4zMzE4OEg2LjMxMDU2QzYuMzQwODMgOS4zMjQ1NiA2LjM3MjYzIDkuMzI3MDcgNi40MDEzNyA5LjMzOTA0QzYuNDMwMTEgOS4zNTEwMiA2LjQ1NDI5IDkuMzcxODMgNi40NzA0IDkuMzk4NDhDNi40ODY0MyA5LjQxNzcyIDYuNDk4MjcgOS40NDAxIDYuNTA1MTUgOS40NjQxOEM2LjUxMjAzIDkuNDg4MjcgNi41MTM4IDkuNTEzNTIgNi41MTAzNSA5LjUzODMzTDUuNTcxMzUgMTQuMDUzNUM1LjU2NDM1IDE0LjA4NzggNS41NjUxNSAxNC4xMjMyIDUuNTczNjggMTQuMTU3MUM1LjU4MjIyIDE0LjE5MSA1LjU5ODI3IDE0LjIyMjYgNS42MjA2NSAxNC4yNDk0QzUuNjQzMDQgMTQuMjc2MyA1LjY3MTE4IDE0LjI5NzggNS43MDI5OSAxNC4zMTIzQzUuNzM0ODEgMTQuMzI2OCA1Ljc2OTQ4IDE0LjMzNCA1LjgwNDQzIDE0LjMzMzJaIiBmaWxsPSIjRDhEQ0RFIi8+Cjwvc3ZnPgo=); }

.airline-scheduler-list-item-mobile-details .duration .line-after.rtl {
  right: auto;
  width: 100%; }

.airline-scheduler-list-item-mobile-details .duration .line-after.rtl:after {
  right: auto;
  left: -20px;
  transform: rotate(180deg); }

.airline-scheduler-list-item-mobile-cta {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%; }

.airline-scheduler-list-item-mobile-cta .button {
  padding: 10px 16px;
  color: #0c9ab0;
  background-color: #ffffff;
  border: 1px solid #0c9ab0;
  border-radius: 100px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center; }

.airline-scheduler-list.mobile {
  flex-direction: column; }

.modal-backdrop.show {
  opacity: 0.85;
  width: 100%;
  height: 100%; }

.sprite {
  display: inline-block;
  transform: scale(0.66);
  position: relative;
  left: -5px;
  background-image: url(/travel/_next/static/images/spritesheet-5936168b2013cfef21e414343d998f05.svg);
  background-repeat: no-repeat; }

@media (min-width: 992px) {
  .sprite {
    transform: scale(1);
    position: static; } }

.sprite-currency,
.sprite-food,
.sprite-month-day,
.sprite-cheapest,
.sprite-expensive,
.sprite-temperature,
.sprite-time,
.sprite-cheapest-per,
.sprite-expensive-per,
.sprite-transport {
  width: 32px;
  height: 32px; }

.sprite-currency {
  background-position: -5px -5px; }

.sprite-food {
  background-position: -47px -5px; }

.sprite-month-day,
.sprite-cheapest,
.sprite-expensive {
  background-position: -5px -47px; }

.sprite-temperature {
  background-position: -47px -47px; }

.sprite-time,
.sprite-cheapest-per,
.sprite-expensive-per {
  background-position: -89px -5px; }

.sprite-transport {
  background-position: -89px -47px; }

.sprite-weather {
  width: 32px;
  height: 31px;
  background-position: -5px -89px; }

.weather {
  display: block;
  width: 16px;
  height: 16px; }

.weather:before {
  display: block;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MnB4IiBoZWlnaHQ9IjUycHgiIHZpZXdCb3g9IjAgMCA1MiA1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTIgNTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiIgeD0iMCIgeT0iMCIKICAgIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBRFFBQUFBMENBTUFBQUR5cHV2WkFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFDQmpTRkpOCkFBQjZKZ0FBZ0lRQUFQb0FBQUNBNkFBQWRUQUFBT3BnQUFBNm1BQUFGM0NjdWxFOEFBQUJ2RkJNVkVVQUFBQ1Y2dXFVMStRa3Byb2wKcHJtWjJlYWk2T2lSMTkrUjF0OHFxYjBzcWIyUjE5NlExOThvcUx3a3Bia2twcmtrcGJra3Byb2txTDJkMk91UjE5OUR0TVZIdHNhUQoxOStaNXVZa3A3c2pwYm9wcGJvbHByb2twN2svc3NOQnM4TWtwYnNrcDdza3Bib2twcm9scDdranByb2pwcm9scHJvbXBya3FxcjhrCnByb2twcm9rcGJra3Byb2xxYm1SMXQ0anA3c2twcmtrcGJvanBib2twYm9qcGJ1UzIrMlMxOStxNCtNb3A3OGpwcm9qcGJranFieVEKMTk2UTF0OGtwcmtqcHJra3Byc2pwYmtqcHJxUjE5K1IxOStmMzk4bHA3c2pwYm9qcHJvanByb3NxYnhHdGNWQnNzUWtwYm9qcHJvawpwcmtqcHJvanBibENzc05GdE1ZcnFMMGtwcm9rcHJranBib2twYm9qcHJvbHBid2t0c2drcHJranByd3pzOHdrcDdvbnNjUWtwcmt6CnFyc3BxTGtrcXJ3bHBya25xcjRrcHJvanByb2twcjcvd2xiL3pHYi93MWYvdjFiL3dGVC96R2Ivd1ZUL3hsWC92MVgvd1ZQL3YxVC8KdjFQL3lGdi93MVAvd0ZQL3YxZi93RlQvd1ZmL3pGWC95Rkwvd0ZUL3dsWC93RlAvd0ZULy8xWC93RlQvd0ZUL3dWUC92MVAvd1ZULwp3bFQvd0ZQL3YxVC92MVQveEdML3dsTC92MVgveEZVanBibi92MVAvLy85ZTN4ZzZBQUFBa1hSU1RsTUFEQk9NaEJRTGdPZTZ0ZXA0CkpxWHE0Nk1qRGNYMzk3OEtNZThsWjJQcjUybGl3YkZ1cnFaMlh3ejdxOXU0UG4xMG11enBuR3dPZmdrZ2MvMUI2Y0hGL0pXWnZjZmwKRUV2M3c0bTQ5K2lxOEllUTd1djJ0dGFQeEtMK1JBN2lVQXBPRFUwUExDcVNKNDJZS3pzS0prU09CWE1TSkd1TW5BNDNiamo1S1E4YwpyaFhqeFFPOVlZZTRmMC8rOElBTkdYZ25Ra3lLN2dBQUFBRmlTMGRFaytFRDM3WUFBQUFIZEVsTlJRZmpCQmtPSHdrNmplWnBBQUFCCnZVbEVRVlJJeCsyVDExUENRQkNIMTRaZFZPeTk5OTU3N3dWN1Z4UzdvcWlKVWl6RWh0aFFMMyt4R2RBaG1EMkgrQ3EvaDN2WWI3NmIKbmIwOUFHODhqNCt2bjMrQVFxWVVHQlFjRWhxR2tmQUlaV1JVTkNxcFltTGo0aE1Ra0poRWhDaVRwU1FsRlZScDZRbVFrU2xCV2NTUgpiRVFpT1pDYkIvbWs0Q2NwZERxa3FMaWt0RXc4ZzNJRlZKREtxdW9hVWd0MTlRMWlwN0dKdU5MYzRnSUJyVzBLYU8vbzdHcnVocnFlCjNqNlIwejlBeEJsMGthSGhrVkgxMkRqQXhLUjZhbnJHWHlUTnVqbWtDcEhtSk5LWXV6VHZVWHNMYnM3aWtrZURXSzVjbWZ4T2RiZG8KRHIrUEhFQ3pxaWxjMDY1dnlIbGMyQnpmMnQ3WlRkNUR0b1c2UmdCYXlOalhRbXFpbE5BWDlwZW8vdkkxdlBtdjBlbm83T0NRQXZSNgp1blIwTEsyZE1NTEJzc0xCbkdETzZSbFNaQXhHTUpuTkpqQWFHQVNmWDF4aVYxMVpPRjRJWjdsQzRQWE5MZDYwd3hFc0JOM2Q4MWJVCk1mRmZNVW5aQTgvYk9JNTdkSy9xOUt6NVd6S3oraCtUZjNwMmdCZFdoc1MrT09yUFQzTGFleFU2cy9IOGc4eEJBRmo1K3p1a2JIOXoKanZ6TmprbTNOOWRJbFRIWW5ZOXJ4eDczOHVJY3UrcmR0VWJ2VW5wMkN0VFFGdmI0aU81UXY4YkhBWGlENVJOYnpMNzltNURweUFBQQpBQ1YwUlZoMFpHRjBaVHBqY21WaGRHVUFNakF4T1Mwd05DMHlOVlF4TkRvek1Ub3dPU3N3TXpvd01EK2tNZDRBQUFBbGRFVllkR1JoCmRHVTZiVzlrYVdaNUFESXdNVGt0TURRdE1qVlVNVFE2TXpFNk1Ea3JNRE02TURCTytZbGlBQUFBQUVsRlRrU3VRbUNDIiAvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }

.rain:before, .wind:before, .tornado:before {
  background-position: -5px -5px; }

.snow:before, .fog:before, .hail:before, .sleet:before {
  background-position: -31px -5px; }

.clear-day:before, .clear-night:before {
  background-position: -5px -31px; }

.partly-cloudy-night:before, .partly-cloudy-day:before, .partly-cloudy-night:before, .cloudy:before, .thunderstorm:before {
  background-position: -31px -31px; }

.slick-slider {
  position: relative;
  text-align: center; }

.slick-slider .slick-prev {
  text-align: right;
  position: absolute;
  top: 50%;
  left: -10px;
  width: auto;
  padding: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  border: none;
  background: transparent;
  font-size: 0;
  outline: none; }

@media (min-width: 992px) {
  .slick-slider .slick-prev {
    left: -22px; } }

.slick-slider .slick-prev:before {
  display: block;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNyAxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik02IDEwTDEgNS41IDYgMSIvPgo8L3N2Zz4K);
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat; }

.slick-slider .slick-next {
  text-align: right;
  position: absolute;
  top: 50%;
  right: -10px;
  width: auto;
  padding: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  border: none;
  background: transparent;
  font-size: 0;
  outline: none; }

@media (min-width: 992px) {
  .slick-slider .slick-next {
    right: -22px; } }

.slick-slider .slick-next:before {
  display: block;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNyAxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xIDEwbDUtNC41TDEgMSIvPgo8L3N2Zz4K);
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat; }

.widgets {
  padding: 20px 0 20px;
  overflow: scroll; }

@media (min-width: 992px) {
  .widgets {
    padding: 25px 0 25px; } }

@media (min-width: 992px) {
  .widgets.continentsListing .nav-item .nav-link strong, .widgets.HotelsListOfCity .nav-item .nav-link strong {
    display: block; } }

.widgets .nav-tabs {
  border-bottom: none; }

@media (min-width: 992px) {
  .widgets .nav-tabs {
    border-bottom: 1px solid #dadada; } }

.widgets .nav-tabs.has-len-one .nav-item {
  width: auto; }

@media (min-width: 992px) {
  .widgets .nav-tabs.has-len-one .nav-item .nav-link {
    padding-left: 30px;
    padding-right: 30px; } }

.widgets .nav-tabs.has-len-one .nav-item .nav-link strong {
  display: inline-block; }

.widgets .nav-tabs .nav-item {
  display: none;
  width: auto; }

@media (min-width: 992px) {
  .widgets .nav-tabs .nav-item {
    display: block;
    width: 16%;
    margin-right: 8px; }
  .widgets .nav-tabs .nav-item:nth-last-child(2) {
    margin-right: 0; } }

.widgets .nav-tabs .nav-item.dropdown {
  display: block; }

@media (min-width: 992px) {
  .widgets .nav-tabs .nav-item.dropdown {
    display: none; } }

.widgets .nav-tabs .nav-link {
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 0px 0 18px;
  transition: all 0.15s linear;
  will-change: font-family, border-color, color, font-weight;
  height: 100%;
  font-weight: 400;
  color: #333333;
  position: relative;
  background-color: transparent; }

.widgets .nav-tabs .nav-link:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.widgets .nav-tabs .nav-link.active, .widgets .nav-tabs .nav-link:hover {
  font-weight: 600;
  color: #02647a; }

.widgets .nav-tabs .nav-link.active::after, .widgets .nav-tabs .nav-link:hover::after {
  background: linear-gradient(to left, #3DBCAD, #219EB1); }

.widgets .nav-tabs .nav-link.dropdown-toggle {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333333;
  padding: 10px 12px;
  text-transform: none;
  text-align: left;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjMiIHZpZXdCb3g9IjAgMCA3IDMiPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM3NzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTYgMEwzLjUgMi44NzkgMSAwIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 98% center;
  text-transform: capitalize; }

.widgets .nav-tabs .nav-link.dropdown-toggle strong {
  font-weight: 400; }

.widgets .nav-tabs .nav-link.dropdown-toggle:after {
  display: none; }

.widgets .nav-tabs .nav-link.dropdown-toggle.active, .widgets .nav-tabs .nav-link.dropdown-toggle:hover {
  background-color: transparent; }

.widgets .nav-tabs .dropdown {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

@media (min-width: 992px) {
  .widgets .nav-tabs .dropdown {
    display: none; } }

.widgets .nav-tabs .dropdown.show .dropdown-toggle {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjMiIHZpZXdCb3g9IjAgMCA3IDMiPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM3NzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTYgMi44NzlMMy41IDAgMSAyLjg3OSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat !important;
  background-position: 98% center; }

.widgets .nav-tabs .dropdown.show .dropdown-menu.show {
  display: block;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  padding: 0;
  border-radius: 0 0 2px 2px; }

.widgets .nav-tabs .dropdown.show .dropdown-menu.show a {
  text-transform: capitalize;
  padding: 9px 15px; }

.widgets .nav-tabs .dropdown-item {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #333333;
  border-radius: 0;
  padding: 0; }

.widgets .nav-tabs .dropdown-item strong {
  font-weight: 400; }

.widgets .nav-tabs .dropdown-item a {
  display: block;
  color: #333333; }

.widgets .nav-tabs .dropdown-item a strong {
  font-weight: 400; }

.widgets .nav-tabs .dropdown-item.active,
.widgets .nav-tabs .dropdown-item:hover {
  background-color: rgba(35, 165, 185, 0.5);
  color: #ffffff; }

.widgets .nav-tabs .dropdown-item.active strong,
.widgets .nav-tabs .dropdown-item:hover strong {
  font-weight: 700; }

.widgets .nav-tabs .dropdown-item.active a,
.widgets .nav-tabs .dropdown-item:hover a {
  color: #ffffff; }

.widgets .nav-tabs .dropdown-item.active a strong,
.widgets .nav-tabs .dropdown-item:hover a strong {
  font-weight: 700; }

@media (min-width: 992px) {
  .widgets .tab-content {
    padding-top: 18px; } }

.widgets .more-text-link a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #02647a;
  padding: 10px 0px 7px 0;
  background-color: transparent; }

@media (min-width: 992px) {
  .widgets .more-text-link a {
    padding: 15px 0px 7px 0; } }

.widgets .more-text-link a:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4KICAgIDxwYXRoIGZpbGw9IiMyM0E1QjkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMuODczIDkuNzI1YS44OTMuODkzIDAgMCAxLTEuMjg5IDBsLS4zMi0uMzMzYS45NzUuOTc1IDAgMCAxLS4wMTMtMS4zMkw1LjIxMiA1IDIuMjYzIDEuOTQxYS45NzUuOTc1IDAgMCAxLS4wMTItMS4zMmwuMzMzLS4zNDZhLjg5My44OTMgMCAwIDEgMS4yODkgMEw3Ljc0IDQuMjhhLjk0Ljk0IDAgMCAxIC4yNTguNzIuOTY1Ljk2NSAwIDAgMS0uMjU4LjcyTDMuODczIDkuNzI1eiIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: right center;
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: middle; }

.MoreLink {
  text-align: center;
  margin-top: 20px; }

@media (min-width: 992px) {
  .MoreLink {
    display: none; } }

.MoreLink.less button {
  background-color: #fcf5fa;
  color: #942b6b; }

.more-link {
  text-align: center;
  margin-top: 20px; }

@media (min-width: 992px) {
  .more-link {
    display: none; } }

.more-link button {
  display: inline-block;
  width: 230px; }

.rtl .widgets .nav-tabs .nav-link.dropdown-toggle {
  text-align: right;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjMiIHZpZXdCb3g9IjAgMCA3IDMiPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM3NzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTYgMEwzLjUgMi44NzkgMSAwIi8+Cjwvc3ZnPgo=);
  background-position: 1% center;
  background-repeat: no-repeat !important; }

.rtl .widgets .nav-tabs .show .dropdown-toggle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjMiIHZpZXdCb3g9IjAgMCA3IDMiPgogICAgPHBhdGggZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM3NzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTYgMi44NzlMMy41IDAgMSAyLjg3OSIvPgo8L3N2Zz4K);
  background-position: 1% center;
  background-repeat: no-repeat !important;
  background-color: transparent; }

.rtl .widgets .nav-tabs .dropdown-menu.show {
  text-align: right; }

@media (min-width: 992px) {
  .rtl .widgets .nav-tabs .nav-item {
    margin-right: 0px;
    margin-left: 8px; }
  .rtl .widgets .nav-tabs .nav-item:nth-last-child(2) {
    margin-right: 0px;
    margin-left: 0px; } }

.rtl .widgets .more-text-link a:after {
  transform: scaleX(-1); }

.rtl .sprite {
  left: 5px; }

table {
  width: 100%;
  border: solid 1px #e0e0e0; }

table thead {
  background: #f9f9f9; }

table td,
table th {
  padding: 8px 10px; }

.BaggageInfo table,
.About_contanier table {
  margin-left: 0 !important;
  border: none !important; }

@media (max-width: 991.98px) {
  .BaggageInfo table,
  .About_contanier table {
    width: 100% !important; } }

@media (max-width: 767.98px) {
  .BaggageInfo table,
  .About_contanier table {
    display: block;
    overflow-x: auto; }
  .BaggageInfo table thead th,
  .BaggageInfo table tbody td,
  .About_contanier table thead th,
  .About_contanier table tbody td {
    width: 20%;
    padding: 5px; } }

.BaggageInfo table thead th,
.BaggageInfo table tbody td,
.About_contanier table thead th,
.About_contanier table tbody td {
  border: solid 1px #e0e0e0 !important;
  padding: 8px 10px !important; }

.BaggageInfo table .TableParagraph,
.About_contanier table .TableParagraph {
  margin: 0 !important;
  text-align: left !important; }

.BaggageInfo .text-align-center,
.About_contanier .text-align-center {
  text-align: center; }

.BaggageInfo h2,
.About_contanier h2 {
  margin: 15px 0; }

.BaggageInfo h3,
.About_contanier h3 {
  margin: 10px 0; }

@media (min-width: 992px) {
  .BaggageInfo h3,
  .About_contanier h3 {
    font-size: 18px;
    line-height: 28px;
    color: #333333; } }

.BaggageInfo p,
.About_contanier p {
  margin: 10px 0 15px 0; }

.BaggageInfo-text img,
.About_contanier-text img {
  max-width: 600px; }

@media (max-width: 991.98px) {
  .BaggageInfo-text img,
  .About_contanier-text img {
    max-width: 100%; } }

.loading {
  text-align: center; }

body .grecaptcha-badge {
  display: none !important; }

.media-card {
  display: flex;
  flex-direction: row; }

.media-card .card-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-bottom: 0px;
  padding: 0px 10px; }

.media-overlay-card {
  position: relative; }

.media-overlay-card a {
  color: white;
  font-family: 'open sans';
  margin: 10px;
  position: relative;
  display: flex; }

.media-overlay-card a h4 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
  margin: 0;
  text-transform: capitalize; }

.media-overlay-card a h5 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  font-weight: normal; }

.media-overlay-card a img {
  display: flex;
  flex-grow: 1;
  max-width: 100%; }

.media-overlay-card a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 2px;
  top: 0px;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), rgba(0, 0, 0, 0.6));
  z-index: 1; }

.media-overlay-card .card-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: white;
  z-index: 2;
  text-align: left;
  padding: 0px 16px; }

.no-js img.lazy {
  display: none; }

.rdrCalendarWrapper {
  color: #000000;
  font-size: 14px; }

.rdrDateDisplay {
  background-color: #1565C0;
  color: #FFFFFF; }

.rdrDateDisplayItem {
  background-color: #1565C0; }

.rdrDateDisplayItem input {
  cursor: pointer;
  height: 3em;
  line-height: 3em;
  border: 0px;
  background: transparent;
  width: 100%;
  font-size: 16px;
  background-color: #1565C0;
  color: #FFFFFF; }

.rdrDateDisplayItem input:focus {
  outline: none; }

.rdrDateDisplayItemActive {
  border-color: currentColor; }

.rdrMonthAndYearWrapper {
  align-items: center;
  padding: 10px;
  background-color: #1565C0; }

.rdrMonthAndYearPickers {
  font-weight: 600; }

.rdrMonthAndYearPickers select {
  height: 30px;
  font-size: 14px;
  border: 0;
  background: #0D47A1;
  border-radius: 4px;
  outline: 0;
  color: #FFFFFF;
  background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='#0E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  text-align: center; }

.rdrMonthAndYearPickers select:hover {
  background-color: #FFFFFF;
  color: #0D47A1; }

.rdrMonthPicker,
.rdrYearPicker {
  margin: 0 5px; }

.rdrNextPrevButton {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #1565C0; }

.rdrNextPrevButton:hover {
  background: #FFFFFF; }

.rdrNextPrevButton i {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  transform: translate(-3px, 0px); }

.rdrPprevButton i {
  margin: 0 0 0 2px;
  border-width: 8px 10px 8px 10px;
  border-color: transparent #FFFFFF transparent transparent;
  transform: translate(-3px, 0px); }

.rdrPprevButton:hover i {
  border-color: transparent #0D47A1 transparent transparent; }

.rdrNextButton i {
  margin: 0 0 0 8px;
  border-width: 8px 8px 8px 10px;
  border-color: transparent transparent transparent #FFFFFF;
  transform: translate(3px, 0px); }

.rdrNextButton:hover i {
  border-color: transparent transparent transparent #0D47A1; }

.rdrWeekDays {
  padding: 0;
  background-color: #1565C0; }

.rdrMonth {
  padding: 0 0.833em 1.666em 0; }

.rdrMonth .rdrWeekDays {
  padding: 0; }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName {
  display: none; }

.rdrWeekDay {
  line-height: 3.500em;
  color: #FFFFFF;
  font-weight: 500; }

.rdrDay {
  background: transparent;
  user-select: none;
  border: 0;
  padding: 0;
  line-height: 5.000em;
  height: 5.000em;
  text-align: center;
  color: #0D47A1; }

.rdrDay:focus {
  outline: 0; }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center; }

.rdrDayToday:not(.rdrDayPassive) .rdrDayNumber span {
  font-weight: 500; }

.rdrDayToday:not(.rdrDayPassive) .rdrDayNumber span:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #0D47A1; }

.rdrDayToday .rdrInRange ~ .rdrDayNumber span:after,
.rdrDayToday .rdrStartEdge ~ .rdrDayNumber span:after,
.rdrDayToday .rdrEndEdge ~ .rdrDayNumber span:after,
.rdrDayToday .rdrSelected ~ .rdrDayNumber span:after {
  background: #fff; }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  color: #0D47A1; }

.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
  background: #1565C0;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px; }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  color: #FFFFFF; }

.rdrSelected {
  left: 2px;
  right: 2px; }

.rdrInRange {
  background-color: #90CAF9; }

.rdrStartEdge {
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  left: 2px; }

.rdrEndEdge {
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  right: 2px; }

.rdrSelected {
  border-radius: 3em; }

.rdrDayStartOfMonth .rdrInRange,
.rdrDayStartOfMonth .rdrEndEdge,
.rdrDayStartOfWeek .rdrInRange,
.rdrDayStartOfWeek .rdrEndEdge {
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  left: 2px; }

.rdrDayEndOfMonth .rdrInRange,
.rdrDayEndOfMonth .rdrStartEdge,
.rdrDayEndOfWeek .rdrInRange,
.rdrDayEndOfWeek .rdrStartEdge {
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  right: 2px; }

.rdrDayStartOfMonth .rdrDayInPreview,
.rdrDayStartOfMonth .rdrDayEndPreview,
.rdrDayStartOfWeek .rdrDayInPreview,
.rdrDayStartOfWeek .rdrDayEndPreview {
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  border-left-width: 1px;
  left: 0px; }

.rdrDayEndOfMonth .rdrDayInPreview,
.rdrDayEndOfMonth .rdrDayStartPreview,
.rdrDayEndOfWeek .rdrDayInPreview,
.rdrDayEndOfWeek .rdrDayStartPreview {
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  border-right-width: 1px;
  right: 0px; }

.rdrDayStartPreview,
.rdrDayInPreview,
.rdrDayEndPreview {
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 5px;
  left: 5px;
  right: 0px;
  bottom: 5px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1; }

.rdrDayStartPreview {
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  left: 0px; }

.rdrDayInPreview {
  border-top-width: 1px;
  border-bottom-width: 1px; }

.rdrDayEndPreview {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  right: 2px;
  right: 0px; }

.rdrDefinedRangesWrapper {
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff; }

.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
  color: currentColor;
  font-weight: 600; }

.rdrStaticRange {
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff; }

.rdrStaticRange:hover .rdrStaticRangeLabel, .rdrStaticRange:focus .rdrStaticRangeLabel {
  background: #eff2f7; }

.rdrStaticRangeLabel {
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left; }

.rdrInputRanges {
  padding: 10px 0; }

.rdrInputRange {
  align-items: center;
  padding: 5px 20px; }

.rdrInputRangeInput {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px #dee7eb;
  margin-right: 10px;
  color: #6c767a; }

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover {
  border-color: #b4bfc4;
  outline: 0;
  color: #333; }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
  content: '';
  border: 1px solid currentColor;
  border-radius: 3em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent; }

.rdrDayPassive {
  pointer-events: none; }

.rdrDayPassive .rdrDayNumber span {
  color: #d5dce0; }

.rdrDayPassive .rdrInRange,
.rdrDayPassive .rdrStartEdge,
.rdrDayPassive .rdrEndEdge,
.rdrDayPassive .rdrSelected,
.rdrDayPassive .rdrDayStartPreview,
.rdrDayPassive .rdrDayInPreview,
.rdrDayPassive .rdrDayEndPreview {
  display: none; }

.rdrDayDisabled {
  background-color: #f8f8f8; }

.rdrDayDisabled .rdrDayNumber span {
  color: #aeb9bf; }

.rdrDayDisabled .rdrInRange,
.rdrDayDisabled .rdrStartEdge,
.rdrDayDisabled .rdrEndEdge,
.rdrDayDisabled .rdrSelected,
.rdrDayDisabled .rdrDayStartPreview,
.rdrDayDisabled .rdrDayInPreview,
.rdrDayDisabled .rdrDayEndPreview {
  filter: grayscale(100%) opacity(60%); }

.rdrMonthName {
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em; }

.ModalOpen {
  position: fixed;
  left: 0;
  right: 0; }

.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  user-select: none;
  width: 100%;
  height: 100%; }

.rdrDateDisplay {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.rdrDateDisplayItem {
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit; }

.rdrDateDisplayItem input {
  text-align: inherit; }

.rdrDateDisplayItem input:disabled {
  cursor: default; }

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between; }

.rdrMonthAndYearPickers {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none; }

.rdrMonths {
  display: flex; }

.rdrMonthsVertical {
  flex-direction: column; }

.rdrMonthsHorizontal > div > div > div {
  display: flex;
  flex-direction: row; }

.rdrMonth {
  width: 100%;
  height: 100%; }

.rdrWeekDays {
  display: flex; }

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center; }

.rdrInfiniteMonths {
  overflow-y: auto;
  overflow-x: hidden; }

.rdrMonth {
  height: 100% !important; }

.rdrDateRangeWrapper {
  user-select: none; }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer; }

.rdrDayNumber {
  display: block;
  position: relative; }

.rdrDayNumber span {
  color: #1d2429; }

.rdrDayDisabled {
  cursor: not-allowed; }

.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
  pointer-events: none; }

.rdrDayStartPreview,
.rdrDayInPreview,
.rdrDayEndPreview {
  pointer-events: none; }

.rdrDateRangePickerWrapper {
  display: inline-flex;
  user-select: none;
  width: 100%; }

.rdrDefinedRangesWrapper {
  display: none; }

.rdrStaticRanges {
  display: flex;
  flex-direction: column; }

.rdrStaticRange {
  font-size: inherit; }

.rdrInputRange {
  display: flex; }

.rdrDayNumber {
  display: block;
  position: relative; }

.rdrDayNumber span {
  color: #02647a;
  font-weight: 500; }

.rdrCalendarWrapper {
  font-family: 'Roboto',Helvetica,Arial,sans-serif; }

.rdrDateDisplayItem input {
  opacity: .7; }

.rdrDateDisplayItemActive {
  border-bottom: solid 2px #02647a; }

.rdrDateDisplayItemActive input {
  opacity: 1; }

.rdrMonthAndYearWrapper {
  display: none; }

.rdrWeekDays {
  background-color: #fff;
  border-bottom: solid 1px #dbdbdb;
  margin-bottom: 16px;
  padding-bottom: 2px; }

.rdrWeekDay {
  line-height: 2em;
  color: #757575;
  font-weight: 400; }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName {
  display: none; }

.rdrWeekDay {
  line-height: 2em;
  color: #757575;
  font-weight: 500; }

.rdrDay {
  line-height: 38px;
  height: 38px;
  color: #02647a; }

.rdrDayNumber {
  top: 0;
  bottom: 0; }

.rdrDayToday:not(.rdrDayPassive) .rdrDayNumber span {
  font-weight: 600; }

.rdrDayToday:not(.rdrDayPassive) .rdrDayNumber span:after {
  display: none; }

.rdrDay.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  color: #fff; }

.rdrDayToday .rdrInRange ~ .rdrDayNumber span:after,
.rdrDayToday .rdrStartEdge ~ .rdrDayNumber span:after,
.rdrDayToday .rdrEndEdge ~ .rdrDayNumber span:after,
.rdrDayToday .rdrSelected ~ .rdrDayNumber span:after {
  background: #fff; }

.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
  background: #02647a;
  top: 0;
  bottom: 0;
  position: absolute; }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span {
  color: #02647a; }

.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span {
  color: #fff; }

.rdrSelected {
  left: 2px;
  right: 2px; }

.rdrInRange {
  background-color: #e5eff1; }

.rdrStartEdge {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rdrEndEdge {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.rdrSelected {
  border-radius: 4px; }

.rdrDayStartOfMonth .rdrInRange,
.rdrDayStartOfMonth .rdrEndEdge,
.rdrDayStartOfWeek .rdrInRange,
.rdrDayStartOfWeek .rdrEndEdge {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rdrDayEndOfMonth .rdrInRange,
.rdrDayEndOfMonth .rdrStartEdge,
.rdrDayEndOfWeek .rdrInRange,
.rdrDayEndOfWeek .rdrStartEdge {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.rdrDayStartOfMonth .rdrDayInPreview,
.rdrDayStartOfMonth .rdrDayEndPreview,
.rdrDayStartOfWeek .rdrDayInPreview,
.rdrDayStartOfWeek .rdrDayEndPreview {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rdrDayEndOfMonth .rdrDayInPreview,
.rdrDayEndOfMonth .rdrDayStartPreview,
.rdrDayEndOfWeek .rdrDayInPreview,
.rdrDayEndOfWeek .rdrDayStartPreview {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.rdrDayStartPreview,
.rdrDayInPreview,
.rdrDayEndPreview {
  top: 0;
  bottom: 0;
  border: 0px solid currentColor; }

.rdrDayStartPreview {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rdrDayEndPreview {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.rdrDefinedRangesWrapper {
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff; }

.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
  color: currentColor;
  font-weight: 600; }

.rdrStaticRange {
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff; }

.rdrStaticRange:hover .rdrStaticRangeLabel, .rdrStaticRange:focus .rdrStaticRangeLabel {
  background: #eff2f7; }

.rdrStaticRangeLabel {
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left; }

.rdrInputRanges {
  padding: 10px 0; }

.rdrInputRange {
  align-items: center;
  padding: 5px 20px; }

.rdrInputRangeInput {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px #dee7eb;
  margin-right: 10px;
  color: #6c767a; }

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover {
  border-color: #b4bfc4;
  outline: 0;
  color: #333; }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
  display: none; }

.rdrDayPassive {
  visibility: hidden; }

.rdrDayPassive .rdrDayNumber span {
  color: #cacccd; }

.rdrMonthName {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #97a1a6;
  padding: 4px 0 7px;
  letter-spacing: .2px;
  text-transform: uppercase; }

*,
*::before,
*::after {
  box-sizing: border-box; }

.ModalOpen .MuiDialog-root,
.ModalOpen .MuiPopover-root {
  z-index: 9999999 !important; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF; }

@font-face {
  font-family: open sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

