/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.col-1-12 {
  width: 8.33333333%;
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
}

.col-2-12 {
  width: 16.66666667%;
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
}

.col-3-12 {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col-4-12 {
  width: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
}

.col-5-12 {
  width: 41.66666667%;
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
}

.col-6-12 {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col-7-12 {
  width: 58.33333333%;
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
}

.col-8-12 {
  width: 66.66666667%;
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
}

.col-9-12 {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.col-10-12 {
  width: 83.33333333%;
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
}

.col-11-12 {
  width: 91.66666667%;
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
}

.col-12-12 {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 35em) {
  .col-xs-1-12 {
    width: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
  }

  .col-xs-2-12 {
    width: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }

  .col-xs-3-12 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-xs-4-12 {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }

  .col-xs-5-12 {
    width: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
  }

  .col-xs-6-12 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-xs-7-12 {
    width: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
  }

  .col-xs-8-12 {
    width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
  }

  .col-xs-9-12 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-xs-10-12 {
    width: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
  }

  .col-xs-11-12 {
    width: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
  }

  .col-xs-12-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (min-width: 48em) {
  .col-sm-1-12 {
    width: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
  }

  .col-sm-2-12 {
    width: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }

  .col-sm-3-12 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-sm-4-12 {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }

  .col-sm-5-12 {
    width: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
  }

  .col-sm-6-12 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-sm-7-12 {
    width: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
  }

  .col-sm-8-12 {
    width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
  }

  .col-sm-9-12 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-sm-10-12 {
    width: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
  }

  .col-sm-11-12 {
    width: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
  }

  .col-sm-12-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (min-width: 64em) {
  .col-md-1-12 {
    width: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
  }

  .col-md-2-12 {
    width: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }

  .col-md-3-12 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-md-4-12 {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }

  .col-md-5-12 {
    width: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
  }

  .col-md-6-12 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-md-7-12 {
    width: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
  }

  .col-md-8-12 {
    width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
  }

  .col-md-9-12 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-md-10-12 {
    width: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
  }

  .col-md-11-12 {
    width: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
  }

  .col-md-12-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (min-width: 80em) {
  .col-lg-1-12 {
    width: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
  }

  .col-lg-2-12 {
    width: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
  }

  .col-lg-3-12 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-lg-4-12 {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
  }

  .col-lg-5-12 {
    width: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
  }

  .col-lg-6-12 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-lg-7-12 {
    width: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
  }

  .col-lg-8-12 {
    width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
  }

  .col-lg-9-12 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-lg-10-12 {
    width: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
  }

  .col-lg-11-12 {
    width: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
  }

  .col-lg-12-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cross-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.inline-block {
  display: inline-block;
}

.hr {
  margin: 0;
  display: block;
  height: 1px;
  border: none;
  background-color: #000;
}

.hr-light {
  height: 1px;
  border: none;
  background-color: #ccc;
}

.hr-dashed {
  border-top: 1px dashed black;
  width: 100%;
}

.relative {
  position: relative;
}

.hidden {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.visible-xs {
  display: none !important;
}

.h-100 {
  height: 100%;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.l-no-style {
  list-style-type: none;
}

.overflow-hidden {
  overflow: hidden;
}

.mt-0 {
  margin-top: 0px;
}

.pd-0 {
  padding: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.pd-5 {
  padding: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pd-10 {
  padding: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pd-15 {
  padding: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pd-20 {
  padding: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.pd-25 {
  padding: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.pd-30 {
  padding: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.pd-35 {
  padding: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.pd-40 {
  padding: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.pd-45 {
  padding: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.pd-50 {
  padding: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.pd-55 {
  padding: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.pd-60 {
  padding: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.pd-65 {
  padding: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.pd-70 {
  padding: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.pd-75 {
  padding: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.pd-80 {
  padding: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.pd-85 {
  padding: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.pd-90 {
  padding: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.pd-95 {
  padding: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.pd-100 {
  padding: 100px;
}

@media screen and (max-width: 48em) {
  .mt-m-0 {
    margin-top: 0px !important;
  }

  .pd-m-0 {
    padding: 0px !important;
  }

  .mt-m-5 {
    margin-top: 5px !important;
  }

  .pd-m-5 {
    padding: 5px !important;
  }

  .mt-m-10 {
    margin-top: 10px !important;
  }

  .pd-m-10 {
    padding: 10px !important;
  }

  .mt-m-15 {
    margin-top: 15px !important;
  }

  .pd-m-15 {
    padding: 15px !important;
  }

  .mt-m-20 {
    margin-top: 20px !important;
  }

  .pd-m-20 {
    padding: 20px !important;
  }

  .mt-m-25 {
    margin-top: 25px !important;
  }

  .pd-m-25 {
    padding: 25px !important;
  }

  .mt-m-30 {
    margin-top: 30px !important;
  }

  .pd-m-30 {
    padding: 30px !important;
  }

  .mt-m-35 {
    margin-top: 35px !important;
  }

  .pd-m-35 {
    padding: 35px !important;
  }

  .mt-m-40 {
    margin-top: 40px !important;
  }

  .pd-m-40 {
    padding: 40px !important;
  }

  .mt-m-45 {
    margin-top: 45px !important;
  }

  .pd-m-45 {
    padding: 45px !important;
  }

  .mt-m-50 {
    margin-top: 50px !important;
  }

  .pd-m-50 {
    padding: 50px !important;
  }

  .mt-m-55 {
    margin-top: 55px !important;
  }

  .pd-m-55 {
    padding: 55px !important;
  }

  .mt-m-60 {
    margin-top: 60px !important;
  }

  .pd-m-60 {
    padding: 60px !important;
  }

  .mt-m-65 {
    margin-top: 65px !important;
  }

  .pd-m-65 {
    padding: 65px !important;
  }

  .mt-m-70 {
    margin-top: 70px !important;
  }

  .pd-m-70 {
    padding: 70px !important;
  }

  .mt-m-75 {
    margin-top: 75px !important;
  }

  .pd-m-75 {
    padding: 75px !important;
  }

  .mt-m-80 {
    margin-top: 80px !important;
  }

  .pd-m-80 {
    padding: 80px !important;
  }

  .mt-m-85 {
    margin-top: 85px !important;
  }

  .pd-m-85 {
    padding: 85px !important;
  }

  .mt-m-90 {
    margin-top: 90px !important;
  }

  .pd-m-90 {
    padding: 90px !important;
  }

  .mt-m-95 {
    margin-top: 95px !important;
  }

  .pd-m-95 {
    padding: 95px !important;
  }

  .mt-m-100 {
    margin-top: 100px !important;
  }

  .pd-m-100 {
    padding: 100px !important;
  }
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pd-v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pd-h-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pd-v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pd-h-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pd-v-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd-h-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pd-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pd-h-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pd-v-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pd-h-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pd-v-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd-h-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pd-v-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pd-h-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pd-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd-h-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pd-v-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pd-h-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pd-v-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd-h-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.pd-v-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pd-h-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.pd-v-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd-h-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.pd-v-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pd-h-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.pd-v-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pd-h-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pd-v-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pd-h-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.pd-v-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pd-h-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.pd-v-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pd-h-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.pd-v-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pd-h-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.pd-v-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.pd-h-95 {
  padding-right: 95px;
  padding-left: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pd-v-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pd-h-100 {
  padding-right: 100px;
  padding-left: 100px;
}

@media screen and (max-width: 48em) {
  .mr-m-5 {
    margin-right: 5px !important;
  }

  .ml-m-5 {
    margin-left: 5px !important;
  }

  .pd-m-v-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .pd-m-h-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .mr-m-10 {
    margin-right: 10px !important;
  }

  .ml-m-10 {
    margin-left: 10px !important;
  }

  .pd-m-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .pd-m-h-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .mr-m-15 {
    margin-right: 15px !important;
  }

  .ml-m-15 {
    margin-left: 15px !important;
  }

  .pd-m-v-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .pd-m-h-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .mr-m-20 {
    margin-right: 20px !important;
  }

  .ml-m-20 {
    margin-left: 20px !important;
  }

  .pd-m-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .pd-m-h-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .mr-m-25 {
    margin-right: 25px !important;
  }

  .ml-m-25 {
    margin-left: 25px !important;
  }

  .pd-m-v-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .pd-m-h-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .mr-m-30 {
    margin-right: 30px !important;
  }

  .ml-m-30 {
    margin-left: 30px !important;
  }

  .pd-m-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .pd-m-h-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .mr-m-35 {
    margin-right: 35px !important;
  }

  .ml-m-35 {
    margin-left: 35px !important;
  }

  .pd-m-v-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .pd-m-h-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .mr-m-40 {
    margin-right: 40px !important;
  }

  .ml-m-40 {
    margin-left: 40px !important;
  }

  .pd-m-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pd-m-h-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .mr-m-45 {
    margin-right: 45px !important;
  }

  .ml-m-45 {
    margin-left: 45px !important;
  }

  .pd-m-v-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .pd-m-h-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .mr-m-50 {
    margin-right: 50px !important;
  }

  .ml-m-50 {
    margin-left: 50px !important;
  }

  .pd-m-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .pd-m-h-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .mr-m-55 {
    margin-right: 55px !important;
  }

  .ml-m-55 {
    margin-left: 55px !important;
  }

  .pd-m-v-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .pd-m-h-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .mr-m-60 {
    margin-right: 60px !important;
  }

  .ml-m-60 {
    margin-left: 60px !important;
  }

  .pd-m-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .pd-m-h-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .mr-m-65 {
    margin-right: 65px !important;
  }

  .ml-m-65 {
    margin-left: 65px !important;
  }

  .pd-m-v-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .pd-m-h-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }

  .mr-m-70 {
    margin-right: 70px !important;
  }

  .ml-m-70 {
    margin-left: 70px !important;
  }

  .pd-m-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .pd-m-h-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .mr-m-75 {
    margin-right: 75px !important;
  }

  .ml-m-75 {
    margin-left: 75px !important;
  }

  .pd-m-v-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .pd-m-h-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }

  .mr-m-80 {
    margin-right: 80px !important;
  }

  .ml-m-80 {
    margin-left: 80px !important;
  }

  .pd-m-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .pd-m-h-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .mr-m-85 {
    margin-right: 85px !important;
  }

  .ml-m-85 {
    margin-left: 85px !important;
  }

  .pd-m-v-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .pd-m-h-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }

  .mr-m-90 {
    margin-right: 90px !important;
  }

  .ml-m-90 {
    margin-left: 90px !important;
  }

  .pd-m-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .pd-m-h-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .mr-m-95 {
    margin-right: 95px !important;
  }

  .ml-m-95 {
    margin-left: 95px !important;
  }

  .pd-m-v-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .pd-m-h-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }

  .mr-m-100 {
    margin-right: 100px !important;
  }

  .ml-m-100 {
    margin-left: 100px !important;
  }

  .pd-m-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pd-m-h-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
}

.gutter {
  margin: -20px;
}

.gutter > * {
  padding: 32px 25px;
}

.gutter-sm {
  margin: -15px;
}

.gutter-sm > * {
  padding: 15px;
}

.gutter-xs {
  margin: -5px;
}

.gutter-xs > * {
  padding: 5px;
}

.gutter-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

@media screen and (max-width: 48em) {
  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block !important;
  }

  .gutter {
    margin: -10px;
  }

  .gutter > * {
    padding: 10px;
  }

  .gutter-sm {
    margin: -5px;
  }

  .gutter-sm > * {
    padding: 5px;
  }
}

@font-face {
  font-family: 'FuturaNewBook';
  src: url("/assets/fonts/Futura Std Book.ttf");
  src: url("/assets/fonts/FuturaNewBook.woff") format("woff"), url("/assets/fonts/FuturaNewBook.ttf") format("truetype"), url("/assets/fonts/FuturaNewBook.svg") format("svg"), url("/assets/fonts/FuturaNewBook.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'FuturaNewMedium';
  src: url("/assets/fonts/FuturaNewBook.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Futurastd';
  src: url("/assets/fonts/Futura Std Book.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'FrancisStd-Medium';
  src: url("/assets/fonts/FrancisStd-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

html {
  height: 100%;
  margin: auto;
  font-size: 14px;
}

body {
  color: #231F20;
  background-color: #fff;
  min-height: 100%;
  font-size: inherit;
  word-wrap: break-word;
  font-family: FuturaNewBook, sans-serif;
  height: 100%;
  overflow-x: hidden;
}

body *,
body *::before,
body *::after {
  min-width: 0;
  min-height: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

table {
  border-collapse: collapse;
}

img,
canvas {
  max-width: 100%;
}

.logo_slider .slick-next:before {
  color: #231F20 !important;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 30px;
}

.logo_slider .slick-prev:before {
  color: #231F20 !important;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  right: 10px;
  font-weight: 300;
  top: 0;
}

.slider_hotel .slick-next:before {
  color: #ffffff !important;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 30px;
}

.slider_hotel .slick-prev:before {
  color: #ffffff !important;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  right: 10px;
  font-weight: 300;
  top: 0;
}

.slider_home .slick-next:before {
  color: #ffffff !important;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 30px;
}

.slider_home .slick-arrow {
  position: absolute;
  top: 56%;
}

.slider_hotel .slick-arrow {
  position: absolute;
  top: 45%;
}

.slider_home .slick-prev:before {
  color: #ffffff !important;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  right: 10px;
  font-weight: 300;
  top: 0;
}

@media all and (max-width: 48em) {
  .slider_hotel .slick-arrow {
    position: absolute;
    top: 40%;
  }

  .logo_slider .slick-next:before {
    color: #231F20 !important;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 12px;
    left: 50px;
  }

  .logo_slider .slick-prev:before {
    color: #231F20 !important;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    right: 30px;
    font-weight: 300;
    top: 12px;
  }

  .slider_hotel .slick-next:before {
    color: #ffffff !important;
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 12px;
    left: 30px;
  }

  .slider_hotel .slick-prev:before {
    color: #ffffff !important;
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    right: 10px;
    font-weight: 300;
    top: 12px;
  }

  .slider_home .slick-next:before {
    color: #ffffff !important;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 12px;
    left: 50px;
    display: none;
  }

  .slider_home .slick-prev:before {
    color: #ffffff !important;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    right: 30px;
    font-weight: 300;
    top: 12px;
    display: none;
  }
}

.form {
  display: block;
}

.form .loading {
  background: url("/assets/images/loader.svg") no-repeat 50% 50%;
  background-size: contain;
}

span.error {
  color: #ed1c24;
  margin-top: 2px;
  display: none;
  font-size: 12px;
  text-transform: uppercase;
}

span.error.active {
  display: block;
}

.btn {
  cursor: pointer;
  padding: 10px 10px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #231F20;
  color: #231F20;
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
}

.btn:disabled {
  cursor: default;
}

.btn.btn-lg {
  font-size: 24px;
  min-width: 200px;
}

.btn:focus {
  outline: none !important;
}

.btn.active {
  outline: none !important;
  background: #000000 !important;
  color: white !important;
}

input.date-selector {
  background: url("/assets/images/master/iconfinder_arrow_sans_down_103299.png") no-repeat;
  background-origin: content-box;
  background-size: 15px 25px;
  -webkit-appearance: none;
  background-position-x: right;
  background-position-y: center;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  padding: 5px 10px;
  color: #231F20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: solid;
  border-color: #c4c4c4;
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  height: 50px;
  font-size: 18px;
}

.input:focus {
  outline: none;
}

.input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 18px;
  color: #231F20;
}

.input::-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 18px;
  color: #231F20;
}

.input::placeholder {
  text-transform: uppercase;
  font-size: 18px;
  color: #231F20;
}

.textarea {
  width: 100%;
  padding: 5px 10px;
  color: #231F20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: solid;
  border-color: #231F20;
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 18px;
}

.select-box {
  display: inline-block;
  width: 100%;
}

.select-box .select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #c4c4c4;
  font-size: 18px;
  color: #000;
  outline: 0;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("/assets/images/down-arrow.svg") no-repeat;
  background-size: 20px;
  background-position: right 10px center;
}

.select-box .select:disabled {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-box .select:focus {
  outline: none;
}

/** custom radio - usage example
   <label class="radio">
        <input name="size" autocomplete="off" type="radio">
        <span>3 UK</span>
    </label>
**/

.radio input {
  display: none;
}

.radio input:checked + span::after {
  display: block;
  background-color: #000;
}

.radio span {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 20px;
}

.radio span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 3px;
  border: 1px solid #000;
  border-radius: 50%;
}

.radio span:after {
  width: 6px;
  height: 6px;
  content: '';
  display: none;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 7px;
  left: 4px;
}

/** custom checkbox - usage example
   <label class="checkbox">
        <input name="size" autocomplete="off" type="checkbox">
        <span>3 UK</span>
    </label>
**/

.checkbox input {
  display: none;
}

.checkbox input:checked + span::after {
  display: block;
  background-color: #000;
}

.checkbox span {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}

.checkbox span:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 4px;
  border: 1px solid #000;
}

.checkbox span:after {
  width: 15px;
  height: 15px;
  content: '';
  display: none;
  position: absolute;
  border: 1px solid #000;
  /* border-radius: 50%; */
  top: 4px;
  left: 1px;
}

.book_serch {
  font-size: 15px !important;
  letter-spacing: 0px !important;
}

.date_submit {
  padding-bottom: 100px;
}

.h1 {
  font-size: 68px;
}

.h2 {
  font-size: 26px;
  font-weight: bold;
}

.h4 {
  font-size: 18px;
}

.regular {
  font-size: 14px;
}

.p {
  font-size: 17px;
  line-height: 1.38;
  font-family: "Futurastd" !important;
}

.small {
  font-size: 18px;
}

.medium {
  font-size: 35px !important;
  letter-spacing: 0px;
}

.large {
  font-size: 60px;
}

.extra-large {
  font-size: 95px;
}

.span {
  font-size: 13px;
}

.bold {
  font-weight: bold;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-left {
  text-align: left;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.francis-std {
  font-family: FrancisStd-Medium;
}

.lh-1 {
  line-height: 1;
}

@media screen and (max-width: 48em) {
  .large {
    font-size: 45px;
  }

  .extra-large {
    font-size: 45px;
  }

  .medium {
    font-size: 20px !important;
  }

  .small {
    font-size: 16px;
  }

  .p {
    font-size: 15px !important;
    line-height: 1.38;
    font-family: "Futurastd" !important;
  }

  .h4 .p {
    font-size: 16px;
  }

  .h4 .span {
    font-size: 10px;
  }

  .h4 h2.medium.francis-std.pd-v-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h4 h4.small.pd-v-5 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.modal {
  position: fixed;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 400px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 500;
  overflow: hidden;
  display: none;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}

.modal > .modal-content {
  background: #fff;
  width: 100%;
  padding: 20px;
  min-height: 150px;
  border-radius: 0;
  border: 1px solid transparent;
  position: relative;
}

.modal > .modal-content .title {
  text-transform: uppercase;
  font-weight: bold;
}

.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.modal-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  height: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.modal-backdrop.active {
  height: 100%;
}

@media screen and (max-width: 48em) {
  .modal {
    width: 350px;
  }
}

.header {
  min-height: 135px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 600;
  font-family: FuturaNewMedium;
  font-size: 14px;
  background: #ffffff;
  color: #231f20;
  padding: 10px 0px;
}

.header .signup {
  position: absolute;
  right: 47px;
  top: 45px;
}

.header .signup a {
  color: #848484 !important;
}

.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .nav .item {
  padding: 0 20px;
  font-weight: bold;
}

.header .nav .item:nth-of-type(n + 3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.header .nav .item:nth-of-type(n + 6) {
  display: none;
}

.header .nav .logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 20px;
}

.header .nav .logo img {
  width: 180px;
}

.header .book {
  padding: 6px 20px;
  color: #000000;
  border-color: #c4c4c4;
  font-size: 15px;
  background: white;
  font-weight: bold;
  letter-spacing: 0px;
  border: none;
}

.header .book:hover {
  border-color: #231f20;
  background: #000;
  color: #fff;
}

.header .destination-menu {
  position: absolute;
  display: none;
  z-index: -1;
  line-height: 25px;
  width: 360px;
  background: #ffffff;
  padding-left: 15px;
}

.header .destination-item {
  position: relative;
  z-index: 9999;
}

.header .destination-item:hover .destination-menu {
  display: block;
}

.header .border_bottm:hover {
  border-bottom: 1px solid #231f20;
}

.destination-menu li {
  letter-spacing: 0px !important;
}

.hamMob {
  display: none;
}

@media all and (min-width: 900px) {
  .header .nav .item {
    letter-spacing: 1px;
  }
}

@media all and (max-width: 48em) {
  .header {
    min-height: unset;
    padding: 5px 0 !important;
  }

  .logo img {
    position: relative;
    top: 3px;
  }

  .header {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #231F20;
  }

  .header .destination-menu {
    position: relative;
    width: 100%;
    padding-left: 0 !important;
  }

  .header.submenu {
    background-color: #fff;
    padding-bottom: 40px;
    background-image: unset;
  }

  .header .close {
    color: #231F20;
  }

  .header .hamburger {
    position: unset;
    color: #231F20;
    font-size: 30px;
    top: 13px;
  }

  .header .hamburger .fa-times {
    color: #231F20;
  }

  .header .book {
    top: 40px;
    right: 25px;
    padding: 5px !important;
    font-size: 12px;
  }

  .header .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .header .nav .logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: center;
  }

  .header .nav .logo img {
    width: 35%;
  }

  .header .nav a,
  .header .nav span {
    color: #231F20;
  }

  .header .nav .item {
    padding: 10px 0;
    display: none;
  }

  .header .nav .destination-menu {
    position: relative;
  }
}

.currencies {
  position: absolute;
  float: right;
  right: 11%;
  top: 0;
  margin-top: 73px;
}

@media (max-width: 768px) {
  .currencies {
    position: absolute;
    float: right;
    right: 20%;
    top: 27px;
    margin-top: 13px;
    margin-right: 5px !important;
  }
}

.slider .place {
  font-size: 22px;
  position: relative;
  top: 8px;
  font-weight: 600;
}

.small_txt {
  text-transform: initial !important;
  margin-top: 5px;
  font-size: 22px !important;
  letter-spacing: 0px !important;
}

.summer_title {
  letter-spacing: 0px;
}

.bok_now {
  position: relative;
  top: 15px;
  font-size: 14px !important;
  letter-spacing: 0px !important;
}

.bok_now:before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -4px;
  height: 1px;
  width: 70px;
  /* or 100px */
  border-bottom: 1px solid #ffffff;
}

.banner-text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: white;
  text-transform: uppercase;
}

.banner-transparency {
  display: inline-block;
  padding: 0px 25px 23px 25px;
  border-radius: 8px;
  background-color: transparent;
}

.footer-slider .slick-slide {
  border: none;
  outline: none;
  cursor: pointer;
}

.logo_slider img {
  width: 110px;
  margin: 0 auto;
}

.hotel-slider .slick-dots {
  bottom: 50px;
  display: none !important;
}

.hotel-slider .slick-slide {
  margin: 0 15px;
}

.hotel-slider .slick-list {
  margin: 0 -15px;
}

.banner-message {
  margin-top: 12px;
  font-size: 25px;
}

@media all and (max-width: 48em) {
  .mobile_inpt {
    height: 50px !important;
    width: 100% !important;
    border-color: #c4c4c4 !important;
  }

  .margin_well {
    margin-top: 30px !important;
  }

  .mobile_inpt::-webkit-input-placeholder {
    font-size: 15px !important;
  }

  .mobile_inpt::-ms-input-placeholder {
    font-size: 15px !important;
  }

  .mobile_inpt::placeholder {
    font-size: 15px !important;
  }

  .btn_lgin {
    font-size: 15px !important;
    width: 40%;
    padding: 12px 0;
  }

  .margn_lg {
    margin-top: 30px !important;
  }

  .margn_tp {
    margin-top: 5px !important;
  }

  .hotel_head {
    margin-top: 0px !important;
  }

  .explore_click {
    margin-bottom: 20px;
  }

  .bok_now:before {
    content: "";
    position: absolute;
    left: 3px !important;
    bottom: -4px !important;
    height: 1px !important;
    width: 76px !important;
    border-bottom: 1px solid #ffffff;
  }

  .banner-text {
    top: 45%;
  }

  .banner-text-bottom {
    top: 50%;
  }

  .logo_slider img {
    width: 65px;
    margin: 0 auto;
  }

  .small_txt {
    text-transform: initial !important;
    margin-top: 0px;
    font-size: 17px !important;
    letter-spacing: 0px !important;
  }

  .bok_now {
    position: relative;
    top: 12px;
    font-size: 14px !important;
    letter-spacing: 1px !important;
  }

  .slider_home {
    margin-top: 85px;
  }

  .slider_home img {
    height: 100% !important;
  }

  .slider_hom .slick-dots {
    display: none !important;
  }

  .margin_smal {
    margin-top: 10px !important;
  }

  .intro_hotel {
    padding: 10px 10px 10px !important;
  }

  .mobile_hed {
    font-size: 26px !important;
    margin-top: 10px !important;
  }

  .image_margin {
    margin-top: 20px !important;
  }

  .fa_sown {
    position: absolute;
    bottom: 0;
    color: yellow !important;
    font-size: 40px !important;
  }
}

.intro_hotel h2 {
  text-align: center;
  margin: 20px;
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
}

.icon-sty {
  width: 33%;
  float: left;
}

.icon-sec {
  margin-top: 30px;
}

.icon-sty img {
  width: 25%;
  margin: auto;
  border: 0px solid #ddd;
  border-radius: 50%;
  display: block;
}

.icon-sty p {
  padding: 21px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}

.margin_mid {
  margin-top: 20px !important;
  background: #ededed;
  padding: 50px;
}

.italics_not p:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  border-bottom: 0;
  right: 0;
  left: 0;
  background: #00000094;
  margin: auto;
  margin-bottom: -35px;
  bottom: 0;
}

.italics_not {
  position: relative;
}

.italics p:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 60px;
  border-bottom: 0;
  right: 0;
  left: 0;
  background: #00000094;
  margin: auto;
  margin-bottom: -20px;
  bottom: 0;
}

.italics {
  position: relative;
}

.tasymonial-bg {
  background-color: #ededed73;
}

@media only screen and (max-width: 768px) {
  .icon-sty img {
    width: 65%;
  }

  .banner-message {
    font-size: 14px;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .icon-sty p {
    padding: 10px 3px;
    text-align: center;
    font-size: 12px;
  }
}

/******for popup****/

#mask {
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 999;
  opacity: .9;
  pointer-events: unset;
  top: 0;
  left: 0;
}

.popup_overlay {
  height: 100% !important;
  width: 100% !important;
  position: fixed;
  background-color: #cfcfcf;
}

#boxes {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  z-index: 9999;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
}

#boxes .window {
  min-width: 57.2em;
}

#boxes #dialog {
  z-index: 999;
  top: 50% !important;
  padding: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50% !important;
  width: 50%;
  background-color: white;
  position: absolute;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}

@media only screen and (max-width: 768px) {
  #boxes #dialog {
    width: 50%;
  }

  #boxes .window {
    min-width: 50%;
  }
}

/*****popup end*****/

/*****landing page start*****/

.banner-text2 {
  position: absolute;
  top: 87%;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}

.banner-logo {
  position: absolute;
  top: 85%;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background-color: black;
  height: 20%;
}

.landing-logo {
  width: 18%;
  float: left;
}

.medium-large {
  font-size: 40px;
}

.medium-small {
  font-size: 25px;
}

.font-20 {
  font-size: 20px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .banner-text2 {
    top: 85%;
  }

  .medium-large {
    font-size: 30px;
  }

  .medium-small {
    font-size: 20px;
  }

  .font-20 {
    font-size: 16px;
  }

  .banner-message {
    font-size: 14px;
    margin-top: 8px;
  }
}

/*****landing page end*****/

/*****vistara page start*****/

.vistara-landing-images {
  display: inline;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  width: 200px;
}

#vistara-content {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 0px;
  height: auto;
  max-width: auto;
  overflow-y: hidden;
  overflow-x: auto;
  word-wrap: normal;
  white-space: nowrap;
  text-align: center;
}

.vistara-launch-offer {
  border: #c4c4c4 1px dashed;
  padding: 10px;
}

.vistara-banner-text2 {
  position: absolute;
  top: 98%;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  left: -10%;
}

.postcard-banner-text2 {
  position: absolute;
  top: 98%;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  left: 9%;
}

.vistara-postcard-seperator {
  display: inline;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  height: 100px;
}

.vistara-logo {
  position: absolute;
  top: 85%;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background-color: #48133d;
  height: 19.5%;
}

.cv-link {
  color: blue;
  text-decoration: underline;
}

.cv-div {
  float: left;
  margin: 0px 10px;
}

.cv-bottom-pd {
  padding-bottom: 20px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .vistara-banner-text2 {
    top: 32%;
  }

  .vistara-postcard-seperator {
    display: inline;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    height: 70px;
  }

  .vistara-landing-images {
    display: inline;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    width: 40%;
  }

  #vistara-content {
    display: block;
    margin: 0px;
    padding: 6px;
    position: relative;
    top: 0px;
    height: auto;
    overflow-y: hidden;
    overflow-x: auto;
    word-wrap: normal;
    /* white-space: nowrap; */
    text-align: center;
  }
}

.cv-banner-text {
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
  color: white;
  text-transform: uppercase;
}

.cv-landing-logo {
  width: 38%;
  float: left;
}

.cv-large {
  font-size: 60px;
}

.cv-small {
  font-size: 18px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .cv-large {
    font-size: 30px;
  }

  .cv-small {
    font-size: 20px;
  }

  .cv-banner-text {
    top: 45%;
  }
}

.anchr_line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 75px;
  border-bottom: 0;
  right: 0;
  left: 0px;
  background: #00000094;
  margin: auto;
  margin-bottom: 0;
  bottom: -2px;
}

.anchr_line {
  position: relative;
  font-size: 14px;
}

.anchr_line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 75px;
  border-bottom: 0;
  right: 0;
  left: 0px;
  background: #00000094;
  margin: auto;
  margin-bottom: 0;
  bottom: -2px;
}

.anchr_line {
  position: relative;
  font-size: 15px;
}

.explore_line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 55px;
  border-bottom: 0;
  right: 0;
  left: 0px;
  background: #00000094;
  margin: auto;
  margin-bottom: 0;
  bottom: -2px;
}

.explore_line {
  position: relative;
  font-size: 15px;
}

.escape_shop {
  padding-left: 0 !important;
  padding-right: 40px !important;
}

.escape_pad {
  margin-top: 20px;
}

footer {
  background: #f2f2f2;
}

footer .footer-body {
  padding-top: 90px;
}

footer .footer-body ul {
  list-style-type: none;
}

footer .footer-body ul li {
  margin-top: 3px;
}

footer .copyright {
  font-size: 12px;
  margin-top: 40px;
}

footer .input::-webkit-input-placeholder {
  color: #c4c4c4;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: inherit;
}

footer .input::-ms-input-placeholder {
  color: #c4c4c4;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: inherit;
}

footer .input::placeholder {
  color: #c4c4c4;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: inherit;
}

footer .input {
  height: 20px;
  width: 60%;
  padding: 0 0px !important;
  border: 0;
  border-bottom: 1px solid !important;
}

footer .down {
  display: none;
}

footer .footer-details {
  padding-top: 30px;
  padding-bottom: 30px;
}

#subscribe-btn {
  font-size: 15px;
  width: 60%;
  letter-spacing: 0px;
}

.hear_us {
  font-size: 23px;
  color: #231F20;
}

.icon_size {
  font-size: 20px !important;
}

@media screen and (max-width: 48em) {
  footer {
    margin-top: 20px;
  }

  footer .footer-body {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  footer .copyright {
    font-size: 12px;
    margin-top: unset;
  }

  footer .footer-tags {
    padding-bottom: 5px;
    margin-top: 15px;
  }

  footer .down {
    display: inline-table;
    float: right;
    border: solid #080808;
    border-width: 0 1px 1px 0;
    margin-top: 0px;
    padding: 4px;
  }

  footer .up {
    display: inline-table;
    float: right;
    border: solid #080808;
    border-width: 1px 0 0 1px;
    margin-top: 0px;
    padding: 4px;
  }

  footer .footer-details {
    padding-top: 0px;
    padding-bottom: 20px;
    display: none;
  }

  footer .footer-border {
    border-bottom: solid;
    border-width: 1px;
    border-color: #c7c6c6;
    padding: 10px 0;
  }

  footer .social {
    font-size: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  footer .subscribe {
    padding: 20px 0;
  }

  footer .footer-form {
    width: 180px;
    height: 35px;
  }

  footer .footer-tags {
    font-size: 18px;
  }

  .hear_us {
    font-size: 18px !important;
  }
}

.bold {
  letter-spacing: 0px;
}

.small_line {
  width: 60%;
}

.date-selector {
  cursor: pointer;
}

.booking-nav .fa-circle {
  font-size: 10px;
}

.line {
  width: 100%;
  height: 0.1px;
  background-color: black;
  top: 80%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.booking-nav > .flex {
  position: relative;
}

@media screen and (max-width: 48em) {
  .review .item {
    padding-left: 20px;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  margin-top: 1.5em;
}

.card .card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
  width: 100%;
}

.card .card-body .card-title {
  margin-bottom: .75rem;
  font-size: 1.5em;
}

.table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table td,
.table th {
  border: 1px solid #ddd;
  padding: 15px;
}

.table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table tr:hover {
  background-color: #ddd;
}

.table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0e0e0e;
  color: #fff0ff;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 20px;
  font-family: FuturaNewBook, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: black;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 5px 12px;
  font-size: 20px;
  line-height: 20px;
  color: black;
  font-family: FuturaNewBook, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: capitalize;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  width: 100% !important;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
  width: 45%;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 45%;
  float: left;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 75px;
  margin: 0px;
  padding: 0px;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 15px 25px;
  line-height: 35px;
  font-size: 15px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #b7bec1;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #c9cfd2;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: white;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #c9cfd2;
}

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption > th:first-of-type,
.date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 100%;
  background-color: #cac4c4;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: black !important;
  color: white !important;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

@media all and (max-width: 800px) {
  .date-picker-wrapper .month-wrapper table .day {
    padding: 0px 0px;
    font-size: 14px;
    line-height: 30px;
  }

  .date-picker-wrapper .month-wrapper table th,
  .date-picker-wrapper .month-wrapper table td {
    line-height: 50px;
    font-weight: normal;
  }

  .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }

  .date-picker-wrapper {
    padding: 5px 0px;
  }
}

@media only screen and (max-width: 1800px) and (min-width: 1400px) {
  .date-picker-wrapper .month-wrapper table .day {
    padding: 15px 35px !important;
  }
}

.progress-main {
  position: relative;
  margin-top: 40px;
}

.progress-circle {
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid;
  margin-top: 4px;
  background-color: white;
  position: relative;
  z-index: 99;
}

.progress-active {
  background-color: black;
  width: 12px;
  height: 12px;
  position: relative;
  top: -3px;
}

.progress-active::before {
  content: "";
  display: block;
  background-color: white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.progress-text-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.progress-line {
  width: calc(100% - 40px);
  height: 1px;
  background-color: black;
  display: block;
  margin: auto;
  position: absolute;
  left: 20px;
  top: 23.5px;
  z-index: -1;
}

.text-normal {
  font-size: small;
}

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

.slider-room {
  margin: 0 !important;
}

.container-lg {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 150px;
  padding-right: 150px;
}

.margin-left {
  margin-left: 15%;
}

.error-bag {
  padding: 20px;
  border: 1px dashed red;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}

.error-bag li {
  padding: 10px;
  margin-left: 20px;
}

.open-border {
  border-top: solid;
  border-bottom: solid;
  border-width: 1px;
}

.closed-border {
  border: 1px solid #000;
}

.dashed-border {
  border: dashed;
  border-width: 1px;
}

.slick-arrow {
  margin-right: 75px;
  margin-left: 60px;
  margin-top: -25px;
  z-index: 1;
}

.slick-next:before,
.slick-prev:before {
  color: transparent;
}

.show-arrows > button.slick-arrow:before {
  color: white;
  font-size: 125px;
}

.show-arrows.slick-initialized.slick-slider.slick-dotted > ul {
  bottom: 0px !important;
}

button.slick-arrow {
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.down {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 6px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.border-right-0 {
  border-right: 0;
}

.italics {
  font-style: italic;
}

.intl-tel-input {
  display: block !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: #fff !important;
}

.border-b {
  border-bottom: solid;
  border-width: 1.5px;
  padding: 3px;
  border-color: #231F20;
}

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

.policy-ul {
  margin-left: 25px;
}

button:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.head_font {
  font-size: 24px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}

.font_new {
  font-size: 24px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}

.font_offer {
  font-size: 19px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}

.bold_heaad {
  font-size: 23px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}

.content_font {
  font-size: 17px !important;
  line-height: 1.38;
  letter-spacing: 0 !important;
}

.content_line {
  font-size: 16px !important;
  line-height: 1.38;
  letter-spacing: 0 !important;
}

.content_hotel {
  font-size: 14px !important;
  line-height: 1.38;
  letter-spacing: 0 !important;
  position: relative;
  bottom: 2px;
}

.hotel_place {
  position: relative;
  top: 6px;
  font-size: 25px !important;
}

.small_name {
  position: relative;
  top: 8px;
}

.img_width {
  width: 100%;
}

.explore_btn {
  font-size: 15px !important;
  letter-spacing: 0px !important;
  padding: 3px 0;
}

.content_list {
  padding-left: 30px;
}

.pad_butn {
  padding-left: 15px;
}

.border_div {
  border-bottom: 1px solid #c4c4c4 !important;
  padding: 10px;
}

.monsoon_book {
  padding: 10px 30px !important;
  border: 1px solid #c4c4c4 !important;
}

.mobile_i {
  display: none;
}

.content_list li {
  margin: 4px 0;
}

.hide_desktop {
  display: none;
}

.hide_mobile {
  display: block;
}

@media screen and (max-width: 48em) {
  .mobile_i {
    display: block;
  }

  .plane_img {
    width: 80px;
  }

  .hide_mobile {
    display: none;
  }

  .hide_desktop {
    display: block;
  }

  .mt_banner {
    margin-top: 0px !important;
  }

  .mt_banners {
    margin-top: 0px !important;
  }

  .mobile_top {
    margin-top: 20px !important;
  }

  .mobile_margin_top {
    margin-top: 40px !important;
  }

  .font_heading {
    font-size: 18px !important;
  }

  .mob_padding {
    padding: 0 !important;
  }

  .padding_content {
    padding: 20px 40px !important;
  }

  .mb_55 {
    margin-bottom: 30px !important;
  }

  .video_postcard {
    height: auto !important;
  }

  .playpause {
    height: auto !important;
  }

  .play_icon {
    position: absolute;
    top: 40% !important;
    left: 45%;
  }

  .pad_butn {
    padding-left: 20px !important;
  }

  .desktop_i {
    display: none;
  }

  .head_font {
    font-size: 22px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
  }

  .content_font {
    font-size: 15px !important;
  }

  .mobile_center {
    text-align: center;
  }

  .content_line {
    font-size: 13px !important;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-lg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-left {
    margin-left: 10% !important;
  }
}

@media all and (max-width: 800px) {
  .down {
    margin-top: 5px;
  }

  .slick-dots {
    bottom: 5px;
    display: none !important;
  }
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .order-m-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-m-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .vertical-center > p {
    width: 85%;
  }

  .vertical-text {
    margin-left: -15px !important;
    font-size: 8px !important;
    margin-bottom: 0px !important;
    height: 195px;
    line-height: 10px;
  }

  .clearfix {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

.clearfix {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}

.float-right {
  float: right;
}

.vertical-text {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  position: relative;
  margin-left: -30px;
  margin-bottom: 14px;
  font-size: 14px;
}

.pdf-div {
  background: #FFC006;
}

.pdf-div .btn {
  width: 60%;
}

.pdf-div img {
  -webkit-box-shadow: 6px 6px 9px 1px #af8124;
          box-shadow: 6px 6px 9px 1px #af8124;
}

.request_pad {
  padding: 70px 0;
}

select option {
  background: #ffffff !important;
  color: #231F20 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  text-transform: initial !important;
}

@-webkit-keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  75% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  75% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.gs-arrow-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  padding: 0.4rem 0.9rem 1.2rem;
  color: #fff;
  cursor: pointer;
  z-index: 100;
  line-height: 0;
}

.gs-arrow-down i {
  font-size: 20px;
  line-height: 10px;
}

.gs-arrow-down:hover {
  -webkit-animation: bounce 1500ms infinite linear;
          animation: bounce 1500ms infinite linear;
  margin-left: -23px;
}

.terms_txt {
  font-size: 14px !important;
  text-transform: inherit !important;
}

.terms_head {
  font-size: 15px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}

.pad_top {
  padding-top: 0 !important;
}

.terms_dropdown {
  display: none;
}

.terms_dropdown_1 {
  display: none;
}

.terms_dropdown_2 {
  display: none;
}

.terms_dropdown_3 {
  display: none;
}

.terms_dropdown_4 {
  display: none;
}

.drop_terms {
  position: relative;
  top: 3px;
  left: 5px;
  cursor: pointer;
}

.playpause {
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  text-align: center;
}

.play_icon {
  position: absolute;
  top: 45%;
  left: 50%;
}

.video_postcard {
  width: 100%;
}

.mb_55 {
  margin-bottom: 50px;
}

.font_heading {
  font-size: 23px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}

.hotel_hed {
  font-size: 20px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  margin-top: 10px;
}

.hotel_head {
  font-size: 20px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  margin-top: 10px;
}

.mt_banner {
  margin-top: 140px;
}

.mt_banners {
  margin-top: 40px;
}

.plane_img {
  margin: 0 auto;
}

.test_name {
  margin-top: 30px;
}

@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 767px) {
  .mt_banners {
    margin-top: 80px !important;
  }
}

.margin_hotel {
  margin-top: 25px !important;
}

@media only screen and (min-width: 48em) and (max-width: 1320px) {
  .covidbtn_web {
    top: 42% !important;
  }

  .header .nav .item {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 48em) and (max-width: 1108px) {
  .header .book {
    top: 75% !important;
  }

  .header .signup {
    top: 62% !important;
  }

  .header .nav .item {
    white-space: nowrap;
  }
}

