@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@font-face {
  font-family: 'Brown-Regular';
  src: url("https://assets.oyoroomscdn.com/web-packages/fonts/Brown-Regular.eot?#iefix") format("embedded-opentype"), url("https://assets.oyoroomscdn.com/web-packages/fonts/Brown-Regular.otf") format("opentype"), url("https://assets.oyoroomscdn.com/web-packages/fonts/Brown-Regular.woff") format("woff"), url("https://assets.oyoroomscdn.com/web-packages/fonts/fonts/Brown-Regular.ttf") format("truetype"), url("https://assets.oyoroomscdn.com/web-packages/fonts/Brown-Regular.svg#Brown-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Document
   ========================================================================== */
html {
  line-height: 1.20;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  font-family: 'Brown-Regular' !important;
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 * 3. Remove link highlight color on tap.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  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; }

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  border-radius: 0; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

h2, h3, h4, h5 {
  margin: 0;
  line-height: normal; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.anchor__link {
  text-decoration: none; }

a {
  color: #EE2E24;
  font-weight: 500; }

  td a {
    color: #008cff;
}

.header__home {
  box-sizing: border-box;
  padding: 0 60px 0 70px;
  width: 100%;
  position: absolute;
  z-index: 999; }

.header__inner {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px 0 30px;
  width: 100%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }

.header__logo {
  height: 72px;
  display: table-cell;
  vertical-align: middle; }

.header__homeDestination {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.87);
  font-size: 16px;
  height: 72px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none; }
  .header__homeDestination::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    font-size: 12px;
    height: 6px;
    position: absolute;
    right: -5px;
    top: 30px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .3s linear all;
    vertical-align: top;
    width: 6px; }

.header__menuWrapper {
  display: flex; }

.header__menuList {
  padding: 0 40px; }

.header__menuHeading {
  font-size: 16px;
  padding-bottom: 27px;
  text-transform: uppercase;
  color: rgba(36, 43, 46, 0.54); }

.header__menuListItem {
  display: block;
  text-decoration: none;
  padding-bottom: 30px;
  white-space: nowrap;
  font-size: 14px;
  color: rgba(36, 43, 46, 0.87); }

.header__homeDestinationmenu .mdl-menu__outline {
  border-radius: 14px; }

.header__homeDestinationmenu .mdl-menu {
  padding: 40px 0 0 0; }

.header__linklist {
  list-style: none;
  display: inline-flex; }

.header__linklistborder {
  border-left: solid 1px rgba(36, 43, 46, 0.1);
  margin: 0;
  padding: 0;
  padding-top: 16px;
  height: calc(100% - 16px); }

.header__logoLink {
  position: absolute;
  z-index: 99;
  width: 253px;
  height: 23px;
  display: inline-block; }

.header__linkItem {
  list-style: none;
  padding: 0 0 0 20px; }
  .header__linkItem a {
    font-size: 14px;
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    color: rgba(36, 43, 46, 0.77); }

@media only screen and (max-width: 479px) {
  .header__home {
    padding: 0 10px; }
  .header__homePhone {
    text-decoration: none;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    margin-top: 15px;
    border-radius: 42.7px;
    background-color: rgba(34, 33, 43, 0.8);
    padding-top: 9px;
    box-sizing: border-box; }
  .header__inner {
    padding: 10px 20px; } }

.home {
  font-family: 'Brown-Regular' !important; }
  .home__popularwidget {
    padding: 80px 0; }
  .home__widgetHeading {
    padding-bottom: 40px; }
  .home__dealwidget {
    padding: 80px 0;
    background: #f3f5f7; }
  .home__testimonialwidget {
    padding: 70px 0;
    background: #f3f5f7; }

@media only screen and (max-width: 479px) {
  .home__popularwidget {
    background: #fcfcfc;
    padding: 20px 0; }
  .home__widgetHeading {
    padding-bottom: 5px; }
  .home__dealwidget {
    padding: 20px 0;
    background: #f3f5f7; }
  .home__testimonialwidget {
    padding: 40px 0;
    background: #f3f5f7; } }

.timer {
  background-color: #2b2d2e;
  padding-top: 9px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }

.breadcrumb {
  background-color: #f3f5f7;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
  padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 40px; }

.homeBanner {
  height: 588px;
  background: #cdcdcd;
  background-image: url("https://assets.oyoroomscdn.com/packagesassets/bannerImage.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .homeBanner:before {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 55%;
    height: 588px;
    z-index: 0; }
  .homeBanner__left {
    position: relative; }
  .homeBanner__leftWrap {
    padding-left: 80px;
    padding-right: 50px; }
  .homeBanner__right {
    background: #fcfcfc; }
  .homeBanner__rightWrapper {
    background: #fcfcfc;
    height: 100%;
    transform: skewX(-5deg);
    margin-left: -27px; }
  .homeBanner__rightContent {
    transform: skewX(5deg); }
  .homeBanner__heading {
    padding-right: 70px;
    margin: 0 0 15px 0;
    color: #ffffff;
    font-family: 'Brown-Regular';
    font-size: 48px;
    font-weight: 600;
    line-height: 1.31;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); }
  .homeBanner__headingsubText {
    color: #ffffff;
    font-family: 'Brown-Regular';
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  .homeBanner__rightheading {
    font-family: 'Brown-Regular';
    font-size: 22px;
    font-weight: 600;
    color: rgba(36, 43, 46, 0.87);
    text-align: center;
    padding-top: 133px; }
  .homeBanner__oyologo {
    fill: #ee2e24; }
  .homeBanner__rightsubText {
    padding: 14px 80px 0 80px;
    font-family: 'Brown-Regular';
    font-size: 15px;
    line-height: 23px;
    color: rgba(36, 43, 46, 0.7);
    text-align: center; }

.oyoExperience {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-left: -90px;
  padding-top: 10px; }
  .oyoExperience__listItem {
    background: #ffffff;
    width: 224px;
    height: 188px;
    margin-right: 15px;
    border-radius: 9.9px;
    transform: skewX(-3deg);
    box-shadow: 2px 2px 19px 0 rgba(185, 185, 185, 0.1); }
    .oyoExperience__listItem:hover {
      box-shadow: 5px 5px 30px 0 rgba(185, 185, 185, 0.3); }
      .oyoExperience__listItem:hover .oyoExperience__listIcon svg {
        transform: scale(1.1, 1.1); }
  .oyoExperience__listWrap {
    transform: skewX(3deg);
    font-size: 13px;
    line-height: 1.29;
    color: rgba(0, 0, 0, 0.7); }
    .oyoExperience__listWrap h5 {
      font-family: 'Brown-Regular';
      color: #000000;
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 12px; }
  .oyoExperience__listTextwrap {
    padding: 10px 15px 15px; }
  .oyoExperience__listIcon {
    text-align: right;
    padding-top: 10px;
    padding-right: 21px; }
    .oyoExperience__listIcon svg {
      transition: all .2s ease-in-out; }

@media only screen and (max-width: 479px) {
  .homeBanner {
    height: auto; }
    .homeBanner:before {
      display: none; }
    .homeBanner__left {
      height: 228px;
      display: table; }
    .homeBanner__leftWrap {
      padding: 0;
      position: relative;
      display: table-cell;
      vertical-align: middle; }
    .homeBanner__heading {
      padding: 0 30px;
      font-size: 22px;
      text-align: center; }
    .homeBanner__rightWrapper {
      transform: skewX(0);
      margin: auto; }
    .homeBanner__rightContent {
      transform: skewX(0); }
    .homeBanner__rightheading {
      padding-top: 32px; }
  .oyoExperience {
    margin: auto; }
    .oyoExperience__listItem {
      min-width: 150px;
      height: 120px;
      transform: skewX(0);
      margin-right: 10px;
      margin-bottom: 20px; }
    .oyoExperience__listWrap {
      transform: skewX(0); }
    .oyoExperience__listTextwrap {
      text-align: center;
      padding: 10px 0 16px; }
    .oyoExperience__listIcon {
      text-align: center;
      padding-right: 0; } }

.homeSearch__wrapper {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  z-index: 99;
  top: -34px;
  background: #ffffff;
  height: 68px;
  width: 100%;
  padding-left: 10px;
  box-shadow: 0 3px 35px 0 rgba(132, 135, 138, 0.14);
  border-radius: 34px;
  text-decoration: none; }

.homeSearch__inputWrap {
  width: 26%;
  padding: 9px 0;
  position: relative; }

.homeSearch__input {
  box-sizing: border-box;
  border: none;
  border-right: 1px solid rgba(151, 151, 151, 0.2);
  width: 100%;
  padding-right: 50px;
  padding-left: 20px;
  height: 50px;
  background: none;
  outline: none;
  text-transform: capitalize; }

.homeSearch__Icon {
  position: absolute;
  right: 16px;
  top: 23px; }

.homeSearch__buttonWrap {
  width: 22%;
  padding: 9px; }

.homeSearch__button {
  width: 100%;
  height: 50px;
  padding-top: 14px;
  border-radius: 25px;
  display: inline-block;
  box-sizing: border-box;
  background: #1ab64f;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: all .2s ease-in-out; }
  .homeSearch__button:hover {
    background: #16a046; }

.homeSearch__List {
  display: none;
  background: #ffffff;
  border-radius: 14px;
  position: absolute;
  width: 100%;
  top: 76px;
  padding: 10px 0;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1); }

.homeSearch__ListItem {
  cursor: pointer;
  font-size: 14px;
  padding: 15px 25px;
  text-transform: capitalize;
  color: rgba(36, 43, 46, 0.87); }

.homeSearch__searchList {
  max-height: 300px;
  overflow: scroll; }

.homeSearch__desktinationList .ListItemActive {
  background-color: #f7f6f6; }

.homeSearch__desktinationList .ListItemActive::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 13px;
  border: solid #1ab64f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 28px; }

.homeSearch__monthList {
  padding: 16px 10px; }
  .homeSearch__monthList .homeSearch__ListItem {
    display: inline-block;
    font-size: 12px;
    padding: 8px 14px;
    margin-bottom: 6px;
    margin-right: 6px;
    border-radius: 6px;
    width: 20%;
    text-align: center;
    border: solid 1px #ffffff;
    background-color: rgba(216, 216, 216, 0.3); }
  .homeSearch__monthList .ListItemActive {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    border: solid 1px #f2f2f2;
    color: #ee2e24; }

@media only screen and (max-width: 479px) {
  .homeSearch__inputWrap {
    width: 100%;
    height: 49px;
    padding: 0px;
    border-radius: 25px;
    box-shadow: 0 8px 21px -12px rgba(0, 0, 0, 0.18);
    border: solid 1px rgba(151, 151, 151, 0.2); }
    .homeSearch__inputWrap .homeSearch__searchList {
      display: block;
      margin-top: 10px;
      margin-left: -1px;
      overflow: scroll;
      height: calc(100vh - 200px); }
    .homeSearch__inputWrap .homeSearch__ListItem {
      padding: 15px;
      background: none; }
  .homeSearch__Icon {
    top: 14px; }
  .homeSearch__input {
    border-right: 0px; }
  .homeSearch__List {
    position: static;
    box-shadow: none;
    display: flex;
    flex-flow: wrap; }
  .homeSearch__ListItem {
    padding: 8px 14px;
    margin-bottom: 20px;
    margin-right: 14px;
    border-radius: 6px;
    border: solid 1px #ffffff;
    background-color: rgba(216, 216, 216, 0.3); }
  .homeSearch__desktinationList .ListItemActive {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    border: solid 1px #f2f2f2;
    color: #ee2e24; }
  .homeSearch__desktinationList .ListItemActive::after {
    display: none; }
  .homeSearch__monthList {
    padding: 10px;
    justify-content: flex-start; }
    .homeSearch__monthList .ListItemActive {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
      background-color: #ffffff;
      border: solid 1px #f2f2f2;
      color: #ee2e24; }
  .homeSearch__heading {
    font-size: 24px; }
  .homeSearch__wrapperParent {
    position: relative;
    padding: 0 16px !important; }
  .homeSearch__wrapper {
    box-sizing: border-box;
    display: flex;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    top: -24px;
    height: 50px;
    width: calc(100% - 32px);
    border-radius: 34px; }
  .homeSearch__headWrap {
    padding: 20px 0;
    display: flex;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54);
    line-height: 17px; }
  .homeSearch__headIcon {
    width: 30px; } }

.pupup__content {
  padding: 0 10px; }
  .pupup__content--gallery {
    padding: 0 40px; }

.pupup__closeWrapper {
  text-align: right;
  padding: 14px 14px 0 0; }

.pupup__close {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3f5f7;
  text-align: center;
  cursor: pointer; }
  .pupup__close svg {
    margin-top: 14px; }

.pupup__close--black {
  background: rgba(255, 255, 255, 0.3); }

@media only screen and (max-width: 479px) {
  .pupup__content--gallery {
    padding: 0; } }

.popularDestination {
  background-image: linear-gradient(to bottom, #06213b, #151516);
  padding: 78px 0 50px 0; }
  .popularDestination__heading {
    color: #ffffff; }
  .popularDestination__list {
    display: flex;
    justify-content: space-between;
    padding: 10px 0; }
  .popularDestination__listItem {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 188px;
    height: 60px;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all .2s ease-in-out; }
    .popularDestination__listItem:hover {
      border: 1px solid rgba(255, 255, 255, 0.5); }
  .popularDestination__listItemText {
    align-self: center;
    padding-left: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.87); }
  .popularDestination__listItemImage {
    align-self: center;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px; }

@media only screen and (max-width: 479px) {
  .popularDestination {
    padding: 50px 0 20px 0; }
    .popularDestination__wrapper {
      overflow-x: scroll;
      overflow-y: hidden;
      padding-bottom: 18px; }
      .popularDestination__wrapper::-webkit-scrollbar {
        display: none; }
    .popularDestination__heading {
      padding: 0 16px; }
    .popularDestination__list {
      width: auto !important;
      padding: 10px 16px;
      justify-content: flex-start; }
    .popularDestination__listItem {
      flex-direction: column-reverse;
      margin-right: 15px;
      padding: 21px 0 10px 0;
      min-width: 118px; }
    .popularDestination__listItemText {
      text-align: center;
      padding: 5px 0 0 0;
      font-size: 14px; } }

.packageCard__list {
  display: flex;
  font-family: 'Brown-Regular';
  justify-content: space-around; }
  .packageCard__list .lSAction > .lSPrev {
    left: 50px !important; }
  .packageCard__list .lSAction > .lSNext {
    right: 50px !important; }
  .packageCard__list .lSAction > a {
    top: 52%; }

.packageCard__Item {
  width: 305px; }

.packageCard__ItemLink {
  text-decoration: none; }

.packageCard__ImageWrap {
  background-color: #d8d8d8;
  position: relative; }
  .packageCard__ImageWrap::before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in-out; }
  .packageCard__ImageWrap:hover::before {
    background: rgba(0, 0, 0, 0.1); }

.packageCard__Image {
  border-radius: 5px;
  width: 100%; }

.packageCard__title {
  font-family: 'Brown-Regular';
  color: rgba(36, 43, 46, 0.87);
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.packageCard__text {
  color: rgba(36, 43, 46, 0.7);
  padding-top: 3px;
  font-size: 14px; }

.packageCard__details {
  padding-top: 9px; }

.packageCard__offer {
  font-size: 11px;
  font-weight: 600;
  line-height: 10px;
  color: #f09c00; }

.packageCard__content {
  display: flex;
  justify-content: space-between;
  padding-top: 6px; }

.packageCard__contentWrap {
  width: 214px; }

.packageCard__price {
  color: rgba(36, 43, 46, 0.87);
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  line-height: 1; }

.packageCard__priceSubtext {
  color: rgba(36, 43, 46, 0.7);
  padding-top: 3px;
  font-size: 12px; }

@media only screen and (max-width: 479px) {
  .packageCard__list {
    flex-wrap: wrap;
    justify-content: space-evenly; }
  .packageCard__Item {
    width: 155px !important;
    margin-bottom: 18px; }
  .packageCard__Image {
    height: auto; }
  .packageCard__contentWrap {
    width: 100%; }
  .packageCard__content {
    display: block; }
  .packageCard__title {
    font-size: 14px;
    line-height: 1.29; }
  .packageCard__text {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0; }
  .packageCard__price {
    font-size: 16px;
    line-height: 1.88;
    text-align: left; } }

.travelCard {
  display: flex;
  justify-content: space-around;
  padding: 0 60px; }
  .travelCard__Item {
    box-sizing: border-box;
    padding: 19px;
    max-width: 305px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 3px 35px 0 rgba(132, 135, 138, 0.14);
    transition: all .2s ease-in-out; }
    .travelCard__Item:hover {
      box-shadow: 5px 5px 30px 0 rgba(185, 185, 185, 0.4); }
  .travelCard__ItemLink {
    text-decoration: none; }
  .travelCard__tag {
    display: inline-block;
    margin-bottom: 19px;
    border-radius: 3px;
    background-color: #f7f6f6;
    padding: 7px 12px;
    font-size: 12px;
    color: #000000;
    letter-spacing: 5px;
    text-transform: uppercase; }
  .travelCard__heading {
    font-family: 'Brown-Regular';
    color: rgba(36, 43, 46, 0.87);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.78;
    padding-bottom: 10px; }
  .travelCard__text {
    color: rgba(36, 43, 46, 0.7);
    font-size: 12px;
    padding-bottom: 18px; }
  .travelCard__dateText {
    color: #242b2e;
    margin-bottom: 22px;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.54; }
  .travelCard__Image {
    border-radius: 3px;
    width: 265px;
    height: 175px; }
  .travelCard__link {
    text-decoration: none; }

@media only screen and (max-width: 479px) {
  .travelCard {
    width: auto !important;
    padding: 0 20px;
    justify-content: flex-start; }
    .travelCard__Item {
      min-width: 305px;
      height: auto;
      position: relative;
      padding-top: 204px;
      margin-right: 10px; }
    .travelCard__Image {
      position: absolute;
      top: 19px; }
    .travelCard__text {
      padding-bottom: 0; }
  .travelCardWrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 18px; }
    .travelCardWrapper::-webkit-scrollbar {
      display: none; } }

.workflow {
  background: #f3f5f7;
  padding: 104px 0 80px 0; }
  .workflow__heading {
    font-size: 24px;
    font-weight: 600; }
  .workflow__item {
    padding-right: 11px;
    display: flex; }
  .workflow__itemheading {
    font-family: 'Brown-Regular';
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1.1px;
    margin: 0 0 7px 0;
    text-transform: uppercase;
    opacity: 0.87; }
  .workflow__itemCount {
    box-sizing: border-box;
    padding-top: 11px;
    margin: 8px 20px 0 0;
    min-width: 40px;
    height: 40px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.09); }
  .workflow__itemContent {
    font-family: 'Brown-Regular';
    font-size: 14px;
    color: #242b2e;
    opacity: 0.87; }

.search__wrapper {
  background: #f3f5f7;
  padding: 36px 80px; }

.search__widgetWrapper {
  background: #f3f5f7;
  padding: 20px 96px 0; }

.search__zeroPackageBox {
  background: #ffffff;
  border-radius: 9px;
  padding: 15px !important;
  box-shadow: 0 2px 14px 0 rgba(132, 135, 138, 0.03);
  margin: 15px 0px 75px 0px;
  display: flex;
  justify-content: center;
}

.search__zeroPackageHeading {
  font-size: 19px;
  font-weight: bold;
}

.search__otherPackageBox {
  background: #ffffff;
  border-radius: 9px;
  padding: 15px !important;
  box-shadow: 0 2px 14px 0 rgba(132, 135, 138, 0.03);
  margin: 15px;
  display: flex;
  justify-content: center;
}

.search__widgetcontact {
  background: #ffffff;
  border-radius: 9px;
  padding: 15px !important;
  box-shadow: 0 2px 14px 0 rgba(132, 135, 138, 0.03); }
  .search__widgetcontact .packageDetail__formWrapper {
    margin: 0; }
  .search__widgetcontact .packageDetail__stickyInputWrapper {
    height: 50px; }
  .search__widgetcontact .packageDetail__stickyInputWrapper .error {
    padding-left: 14px; }

.search__banner {
  background: #487689;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  color: #ffffff;
  position: relative;
  background-position: center; }
  .search__banner::before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 320px;
    background: rgba(0, 0, 0, 0.33); }

.search__bannerContent {
  position: relative; }

.search__heading {
  margin: 0;
  font-family: 'Brown-Regular';
  font-size: 34px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.search__packageCount {
  font-size: 14px;
  padding: 6px 0 15px 0; }

.search__packageDescHeading {
  font-family: 'Brown-Regular';
  font-size: 18px;
  font-weight: 600;
  color: rgba(36, 43, 46, 0.87); }

.search__packageDesc {
  font-family: 'Brown-Regular';
  padding: 20px 0;
  line-height: 1.25;
  font-size: 14px;
  font-weight: normal;
  color: rgba(36, 43, 46, 0.7); }

.search__packageDescWrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 34px 0 0 0;
  margin-top: 34px; }

.search__packageCity {
  display: flex;
  justify-content: center;
  padding-bottom: 31px; }
  .search__packageCity a {
    margin: 5px;
    padding: 8px 32px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px; }

.search__filter {
  padding: 0 96px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

.search__filterWrap {
  height: 56px;
  display: flex;
  justify-content: space-between; }

.search__filterTitle {
  align-self: center;
  font-size: 16px;
  color: rgba(36, 43, 46, 0.7); }

.search__filterBar {
  display: flex; }

.search__filterBarItem {
  font-size: 16px;
  color: rgba(36, 43, 46, 0.7);
  align-self: center;
  padding: 18px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer; }
  .search__filterBarItem--active .search__filterBarIcon {
    background: #1ab64f; }

.search__filterBarIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-left: 15px;
  text-align: center;
  background-color: #d8d8d8; }

.search__loadMore {
  text-decoration: none;
  box-sizing: border-box;
  border: solid 2px rgba(36, 43, 46, 0.3);
  border-radius: 21px;
  padding-top: 9px;
  color: rgba(36, 43, 46, 0.54);
  height: 42px;
  width: 154px;
  display: inline-block; }

.search__formHeading {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 14px; }

.searchCard {
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0 2px 14px 0 rgba(132, 135, 138, 0.03);
  transition: all .2s ease-in-out; }
  .searchCard:hover {
    box-shadow: 0 3px 20px 0 rgba(132, 135, 138, 0.1); }
  .searchCard__wrapper {
    padding: 15px 15px; }
  .searchCard__head {
    padding: 5px 0 18px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05); }
  .searchCard__headPrice {
    text-align: right; }
  .searchCard__packageDays {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(36, 43, 46, 0.54); }
  .searchCard__packageName {
    margin: 7px 0 15px 0;
    font-family: 'Brown-Regular';
    font-size: 18px;
    font-weight: 600;
    color: rgba(36, 43, 46, 0.87);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .searchCard__packageTags {
    display: flex; }
    .searchCard__packageTags span {
      display: inline-block;
      padding: 3px 14px;
      margin-right: 10px;
      border-radius: 3px;
      font-size: 12px;
      color: rgba(36, 43, 46, 0.54);
      background: #f3f5f7; }
  .searchCard__packagePrice {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: rgba(36, 43, 46, 0.87);
    padding: 0 0 3px 0; }
  .searchCard__packageOffPrice {
    display: block;
    line-height: 1.25; }
  .searchCard__packageOff {
    font-size: 12px;
    color: #f09c00; }
  .searchCard__packageSlashprice {
    font-size: 14px;
    color: rgba(36, 43, 46, 0.38);
    text-decoration: line-through; }
  .searchCard__packageAdult {
    font-size: 12px;
    color: rgba(36, 43, 46, 0.54); }
  .searchCard__details {
    padding-top: 15px; }
  .searchCard__packageImage {
    width: calc(100% - 20px);
    border-radius: 4px; }
  .searchCard__cityWrap {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05); }
  .searchCard__cityHeading {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(36, 43, 46, 0.7); }
  .searchCard__cityList {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 14px; }
  .searchCard__cityListItem {
    width: 49%;
    font-size: 14px;
    line-height: 1;
    color: rgba(36, 43, 46, 0.87);
    margin-top: 16px;
    text-transform: capitalize; }
  .searchCard__inclusion {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 15px; }
  .searchCard__inclusionItem {
    padding: 0 11px;
    position: relative; }
    .searchCard__inclusionItem--disabled {
      opacity: 0.4; }
    .searchCard__inclusionItem:after {
      content: '';
      width: 1px;
      height: 22px;
      background: #e7e7e7;
      position: absolute;
      top: 5px;
      right: 0; }
    .searchCard__inclusionItem:last-child:after {
      width: 0; }
  .searchCard__inclusionText {
    font-size: 11px;
    padding-top: 4px;
    line-height: 13px;
    text-transform: capitalize;
    color: rgba(36, 43, 46, 0.7); }
  .searchCard__actions {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
    .searchCard__actions a {
      padding: 24px 0;
      color: #ee2e24;
      text-align: center;
      text-decoration: none;
      font-size: 15px;
      display: block;
      width: 100%; }
    .searchCard__actions a:first-child {
      color: rgba(36, 43, 46, 0.87);
      border-right: 1px solid rgba(0, 0, 0, 0.05); }

.listingSearch .homeSearch__wrapper {
  width: auto;
  position: relative;
  top: 0;
  background-color: #f3f5f7;
  border: solid 1px rgba(0, 0, 0, 0.06);
  height: 54px;
  margin-top: 9px; }

.listingSearch .homeSearch__inputWrap {
  padding: 0; }

.listingSearch .homeSearch__Icon {
  top: 16px; }

.listingSearch .homeSearch__buttonWrap {
  padding: 6px; }

.listingSearch .homeSearch__button {
  padding-top: 10px;
  height: 42px;
  font-size: 15px; }

.listingSearch .homeSearch__monthList .homeSearch__ListItem {
  width: 30%; }

@media only screen and (max-width: 479px) {
  .search__widgetWrapper {
    padding: 16px 16px 0; }
  .search__banner {
    height: 185px; }
    .search__banner::before {
      height: 185px; }
  .search__bannerContent {
    padding-bottom: 20px; }
  .search__heading {
    font-size: 24px; }
  .search__packageDescHeading {
    padding: 0 24px 10px 24px; }
  .search__packageDesc {
    font-size: 14px;
    padding: 0 24px;
    line-height: 1.43;
    padding-bottom: 30px; }
  .search__wrapper {
    padding: 0; }
  .search__filter {
    padding: 0 16px; }
  .search__filterTitle {
    font-size: 14px; }
  .search__widgetcontact .packageDetail__stickyInputWrapper {
    height: 65px; }
  .searchCard__packageName {
    font-size: 14px;
    white-space: normal;
    overflow: auto; }
  .searchCard__headPrice {
    text-align: left;
    display: flex;
    justify-content: space-between; }
  .searchCard__packagePrice {
    display: inline-block;
    padding: 0;
    font-size: 20px;
    white-space: normal; }
  .searchCard__packageOffPrice {
    display: inline-block; }
  .searchCard__cityWrap {
    border-bottom: none; }
  .searchCard__details {
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05); }
  .searchCard__cityList {
    padding-top: 4px;
    padding-bottom: 0; }
  .searchCard__cityListItem {
    width: 100%;
    font-size: 13px;
    margin-top: 4px; }
  .searchCard__actions a {
    padding: 16px 0; }
  .searchCard__inclusionItem {
    padding: 0 8px; } }

.error {
  color: #ff0000;
  font-size: 12px;
  font-family: arial; }

.leads__mainWrapper {
  box-sizing: border-box;
  width: 480px;
  border-radius: 5px;
  background-color: #f3f5f7;
  border: solid 1px #eaeaeb;
  margin: 0 auto;
  padding: 60px 40px;
  display: block;
  position: relative; }

.leads__title {
  font-family: 'Brown-Regular';
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px; }

.leads__packageDetails {
  height: 70px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.07);
  display: flex; }

.leads__image img {
  height: 70px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.leads__durationName {
  margin-left: 15px;
  overflow: hidden;
  /*width: 100%;*/ }

.leads__name {
  width: 96%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #2b2d2e;
  margin: 0px 0 1px; }

.leads__duration {
  font-family: Brown-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: rgba(43, 45, 46, 0.4);
  margin: 0px 0 1px; }

.leads__form {
  margin-top: 15px; }

.leads__input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  margin: 15px 0;
  padding-left: 16px;
  border-radius: 4px !important;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.07);
  font-size: 14px; }

.leads__months {
  box-sizing: border-box;
  margin: 15px 0;
  height: 44px;
  border-radius: 4px;
  padding: 10px 6px 0 6px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.07); }

.leads__month {
  padding: 10px 5px;
  background-color: #ffffff;
  border: 0;
  width: 100%;
  outline: none; }

.leads__submitBtn {
  font-family: 'Brown-Regular';
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 25px !important;
  background: #1ab64f;
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
  line-height: 2.8;
  outline: none;
  cursor: pointer; }

.leads__submitBtn:disabled, .leads__submitBtn[disabled] {
  background-color: #cccccc;
  color: #666666; }

.leadsThankyou__checkmark {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  padding-top: 13px;
  margin-left: -30px;
  text-align: center;
  background: #1ab64f;
  border-radius: 30px;
  position: absolute; }

.leadsThankyou__title {
  font-family: 'Brown-Regular';
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #242b2e; }

.leadsThankyou__confirmation {
  margin: 30px 0px;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: rgba(36, 43, 46, 0.7); }

.leadsThankyou__submit {
  text-align: center; }

.leadsThankyou__submitBtn {
  width: 185px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 26px;
  border: solid 2px #242b2e; }

.leadsThankyou__contactText {
  padding-top: 40px;
  text-align: center;
  font-size: 16px;
  color: rgba(36, 43, 46, 0.87); }

@media only screen and (max-width: 479px) {
  .leads__mobileWrapper {
    background-color: #f3f5f7 !important; }
  .leads__mainWrapper {
    width: 100%;
    background-color: none;
    border: 0; }
  .leads__months {
    padding-top: 0; }
  .leadsThankyou__checkmark {
    position: relative; }
  .leadsThankyou__contactText {
    padding-top: 0;
    text-decoration: none; }
  .listingSearch {
    position: relative; }
    .listingSearch .homeSearch__wrapper {
      position: static;
      margin-top: 0;
      box-shadow: 0 3px 35px 0 rgba(132, 135, 138, 0.14);
      background-color: #ffffff;
      border: solid 1px #eaeaeb; }
    .listingSearch .listingSearch__back {
      position: absolute;
      width: 50px;
      height: 50px;
      left: -20px;
      top: -10px;
      text-align: center;
      padding-top: 26px;
      padding-left: 20px; }
    .listingSearch .homeSearch__input {
      padding-left: 32px; }
    .listingSearch .homeSearch__Icon {
      display: none; }
  .homeSearch__wrapperParent.listingSearch {
    padding: 0 !important; } }

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff; }

.packageDetail__Wrap {
  padding-top: 50px; }

.packageDetail__bannerWrap {
  padding-right: 20px;
  margin: 0; }

.packageDetail__mainBanner {
  position: relative;
  background-color: #d8d8d8;
  border-radius: 8px; }
  .packageDetail__mainBanner img {
    width: 100%;
    border-radius: 8px; }

.packageDetail__viewPhotos {
  right: 17px;
  bottom: 17px;
  position: absolute;
  background: rgba(0, 0, 0, 0.46);
  z-index: 99;
  padding: 11px 18px;
  border-radius: 20px;
  font-size: 12px;
  color: #ffffff; }

.packageDetail__bannerList {
  margin-top: 11px;
  display: flex;
  overflow: hidden; }

.packageDetail__bannerListItem {
  min-width: 120px;
  width: 120px;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 14px;
  background-color: #d8d8d8; }
  .packageDetail__bannerListItem img {
    border-radius: 6px;
    width: 120px; }

.packageDetail__right {
  border: 1px solid rgba(151, 151, 151, 0.2);
  border-radius: 4px;
  background: rgba(216, 216, 216, 0.2); }

.packageDetail__descWrap {
  padding: 60px 0 30px 0; }

.packageDetail__detailWrap {
  padding: 16px 16px 0px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #ffffff; }

.packageDetail__packageDays {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(36, 43, 46, 0.54); }

.packageDetail__packageName {
  margin: 7px 0 5px 0;
  font-family: 'Brown-Regular';
  font-size: 22px;
  font-weight: 600;
  color: rgba(36, 43, 46, 0.87);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.packageDetail__packagePrice {
  line-height: 1.25;
  font-size: 36px;
  font-weight: 600;
  color: rgba(36, 43, 46, 0.87); }

.packageDetail__packageOffPrice {
  line-height: 1.25; }

.packageDetail__packageOff {
  font-size: 14px;
  color: #f09c00; }

.packageDetail__packageSlashprice {
  font-size: 16px;
  color: rgba(36, 43, 46, 0.38);
  text-decoration: line-through; }

.packageDetail__packageAdult {
  font-size: 14px;
  color: rgba(36, 43, 46, 0.54); }

.packageDetail__cityHeading {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(36, 43, 46, 0.7); }

.packageDetail__cityList {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.packageDetail__cityListItem {
  font-size: 14px;
  line-height: 1;
  color: rgba(36, 43, 46, 0.87);
  margin-top: 8px;
  padding: 0 6px;
  text-transform: capitalize; }
  .packageDetail__cityListItem:before {
    content: '·';
    font-size: 24px;
    width: 3px;
    height: 3px;
    left: -6px;
    top: -1px;
    color: rgba(0, 0, 0, 0.5);
    position: relative; }

.packageDetail__cityListItem:first-child {
  padding-left: 0px; }
  .packageDetail__cityListItem:first-child:before {
    content: ''; }

.packageDetail__inclusion {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 20px; }

.packageDetail__inclusionItem {
  display: flex;
  min-width: 33%;
  padding-bottom: 16px; }

.packageDetail__inclusionText {
  font-size: 13px;
  padding-top: 2px;
  padding-left: 12px;
  text-transform: capitalize;
  color: rgba(36, 43, 46, 0.7); }

.packageDetail__contentParent .packageDetail__contentWrap:last-child .packageDetail__stepsWrap:after {
  display: none; }

.packageDetail__itinearyHeading {
  font-size: 22px;
  padding-bottom: 40px;
  font-weight: 600;
  color: rgba(36, 43, 46, 0.87); }

.packageDetail__contentWrap {
  display: flex; }

.packageDetail__stepsWrap {
  position: relative;
  min-width: 58px;
  margin-right: 20px; }
  .packageDetail__stepsWrap:after {
    content: '';
    width: 1px;
    height: 100%;
    left: 30px;
    position: absolute;
    background: rgba(0, 0, 0, 0.05); }

.packageDetail__steps {
  box-sizing: border-box;
  padding-top: 10px;
  margin-right: 20px;
  width: 58px;
  height: 58px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.packageDetail__stepsNumber {
  font-size: 20px;
  font-weight: 600;
  color: rgba(36, 43, 46, 0.87); }

.packageDetail__stepsDay {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(36, 43, 46, 0.3); }

.packageDetail__subHeading {
  font-family: 'Brown-Regular';
  font-weight: bold;
  font-size: 22px;
  color: rgba(36, 43, 46, 0.87); }

.packageDetail__description {
  padding: 21px 0;
  font-size: 14px;
  color: rgba(36, 43, 46, 0.7); }

.packageDetail__packageTags {
  display: flex;
  flex-wrap: nowrap; }
  .packageDetail__packageTags span {
    display: inline-block;
    padding: 3px 14px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: rgba(36, 43, 46, 0.54);
    background: #f3f5f7; }

.packageDetail__stepHeading {
  padding: 19px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: 'Brown-Regular';
  font-weight: 600;
  font-size: 18px;
  color: rgba(36, 43, 46, 0.87); }

.packageDetail__stepText {
  font-size: 14px;
  color: rgba(36, 43, 46, 0.7);
  padding-top: 21px; }

.packageDetail__ImagesList {
  display: flex;
  padding: 20px 0; }

.packageDetail__ImagesListItem {
  margin-right: 20px;
  width: 305px;
  height: auto;
  overflow: hidden; }
  .packageDetail__ImagesListItem img {
    width: 100%;
    border-radius: 5px; }

.packageDetail__hotelWrap {
  padding: 20px 0 20px 0; }

.packageDetail__AccHeading {
  padding: 3px 0;
  font-family: 'Brown-Regular';
  font-weight: 600;
  font-size: 18px;
  color: rgba(36, 43, 46, 0.87); }

.packageDetail__AccText {
  padding: 4px 0;
  font-size: 14px;
  color: rgba(36, 43, 46, 0.5); }

.packageDetail__hotelList {
  display: flex;
  padding: 20px 0; }

.packageDetail__hotelItemWrap {
  overflow: hidden;
  padding: 14px 14px 0 14px;
  background: #ffffff;
  border-radius: 4px;
  width: 266px;
  box-shadow: 1px 5px 11px -2px rgba(185, 185, 185, 0.35);
  border: solid 0.6px #e8e8e8; }
  .packageDetail__hotelItemWrap img {
    width: 100%;
    border-radius: 6px; }

.packageDetail__hotelHeading {
  text-align: center;
  padding: 16px 0 20px;
  font-family: 'Brown-Regular';
  font-weight: 600;
  font-size: 14px; }

.packageDetail__hotelRating {
  display: inline-block;
  line-height: 1;
  background: #58aa1a;
  border-radius: 1.5px;
  font-size: 10px;
  color: #ffffff;
  padding: 3px 3px; }

.packageDetail__hotelRatingText {
  font-size: 12px;
  color: rgba(36, 43, 46, 0.54); }

.packageDetail__hotelAction {
  display: block;
  margin-top: 12px;
  padding: 14px 0;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: #ee2e24;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.packageDetail__includedWrapper {
  background: #f9f9f9;
  padding: 60px 0 20px 0; }

.packageDetail__includedHeading {
  padding-bottom: 40px;
  font-family: 'Brown-Regular';
  font-size: 22px;
  font-weight: 600; }

.packageDetail__included {
  display: flex;
  height: 90px; }

.packageDetail__includedContent {
  padding-left: 30px;
  padding-top: 5px; }

.packageDetail__includedsubHeading {
  font-family: 'Brown-Regular';
  font-size: 16px;
  font-weight: 600;
  color: rgba(36, 43, 46, 0.76); }

.packageDetail__includedText {
  padding-top: 7px;
  font-size: 14px;
  color: rgba(36, 43, 46, 0.61); }

.packageDetail__includedIconWrap {
  box-sizing: border-box;
  min-width: 44px;
  height: 44px;
  padding-top: 10px;
  text-align: center;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #f4f4f4; }

.packageDetail__termsWrap {
  padding: 60px 0 30px 0; }

.packageDetail__termsHeading {
  padding-bottom: 40px;
  font-family: 'Brown-Regular';
  font-size: 22px;
  font-weight: 600; }

.packageDetail__termsContent {
  margin: 0;
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.packageDetail__termsText {
  padding-bottom: 30px;
  color: rgba(36, 43, 46, 0.7);
  line-height: 1.57;
  font-size: 14px;
  width: 47%;
  min-width: 47%; }

.packageDetail__recommendedWrap {
  background: #f9f9f9;
  padding: 60px 0; }

.packageDetail__recommendedHeading {
  padding-bottom: 40px;
  font-family: 'Brown-Regular';
  font-size: 22px;
  font-weight: 600; }

.packageDetail__gPackageHeading {
  font-size: 20px;
  color: #ffffff; }

.packageDetail__gPackageDays {
  padding-top: 8px;
  padding-bottom: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7); }

.packageDetail__gbannerListItem {
  margin-bottom: 15px; }
  .packageDetail__gbannerListItem img {
    width: 100%; }

.packageDetail__sticky {
  height: 121px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.06);
  z-index: 10; }

.packageDetail__detailsSticky {
  border-right: 1px solid;
  border-color: rgba(151, 151, 151, 0.1);
  padding-left: 44px;
  padding-right: 10px; }

.packageDetail__priceDetailsSticky {
  margin-top: 5px; }

.packageDetail__nameSticky {
  font-family: Brown-Regular;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  color: #2b2d2e; }

.packageDetail__daysSticky {
  font-family: Brown-Regular;
  font-size: 14px;
  line-height: 1.71;
  color: rgba(36, 43, 46, 0.54);
  text-transform: uppercase; }

.packageDetail__priceSticky {
  font-family: Brown-Regular;
  font-size: 24px;
  font-weight: bold;
  color: #000000; }

.packageDetail__packageSlashpriceSticky {
  font-size: 16px;
  color: rgba(36, 43, 46, 0.38);
  text-decoration: line-through; }

.packageDetail__packageOffSticky {
  font-size: 12px;
  font-weight: bold;
  font-size: 14px;
  color: #f09c00; }

.packageDetail__leadsFormWrapperSticky {
  margin-top: 20px; }

.packageDetail__formWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 10px 0 15px; }

.packageDetail__stickyInputWrapper {
  width: 24%;
  height: 44px; }

.packageDetail__stickyInput {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding-left: 16px;
  border-radius: 4px !important;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.07);
  font-family: Brown-Regular;
  font-size: 14px;
  color: rgba(36, 43, 46, 0.6);
  outline: none; }

.packageDetail__stickySubmitBtn {
  font-family: 'Brown-Regular';
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 25px !important;
  background: #1ab64f;
  font-size: 15px;
  color: #ffffff;
  line-height: 2.8;
  outline: none;
  cursor: pointer;
  transition: all .2s ease-in-out; }
  .packageDetail__stickySubmitBtn:hover {
    background-color: #16a046; }

.packageDetail__stickySubmitBtn:disabled, .packageDetail__stickySubmitBtn[disabled] {
  background-color: #cccccc;
  color: #666666; }

.packageDetail__stickyFooter {
  width: 100%;
  height: 55px;
  background-color: #f3f5f7;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); }

.packageDetail__stickyList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-left: 88px; }

.packageDetail__stickyListItem {
  float: left;
  margin-right: 65px;
  font-family: Brown-Regular;
  font-size: 16px;
  letter-spacing: 0.1px; }

.packageDetail__stickyListItem a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  color: rgba(36, 43, 46, 0.7); }

.packageDetail__formWrap {
  padding: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.packageDetail__title {
  font-family: Brown-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #181818; }

.packageDetail__leadsform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.packageDetail__inputdata {
  width: 48%;
  height: 55px;
  margin-top: 10px; }

.packageDetail__input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding-left: 16px;
  border-radius: 4px !important;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.07);
  outline: none; }

.packageDetail__submitBtn {
  font-family: 'Brown-Regular';
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 25px !important;
  background: #1ab64f;
  font-size: 15px;
  color: #ffffff;
  line-height: 2.8;
  outline: none;
  cursor: pointer; }

.packageDetail__submitBtn:disabled, .packageDetail__submitBtn[disabled] {
  background-color: #cccccc;
  color: #666666; }

.packageDetail__leadsSticky {
  padding: 16px 0 !important; }

@media only screen and (max-width: 479px) {
  .packageDetail__Wrap {
    padding-top: 0; }
  .packageDetail__backButton {
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    padding-top: 11px;
    padding-left: 14px;
    border-radius: 42px;
    position: absolute;
    z-index: 99;
    left: 14px;
    top: 14px;
    background: rgba(0, 0, 0, 0.46); }
  .packageDetail__Phoneno {
    position: absolute;
    right: 14px;
    top: 0;
    z-index: 1; }
  .packageDetail__packageName {
    font-size: 18px; }
  .packageDetail__packageDays {
    font-size: 12px; }
  .packageDetail__cityHeading {
    font-size: 12px;
    padding-top: 24px; }
  .packageDetail__cityList {
    border-bottom: 1px dashed rgba(151, 151, 151, 0.23); }
  .packageDetail__cityListItem {
    font-size: 14px; }
  .packageDetail__subHeading {
    font-size: 18px; }
  .packageDetail__bannerWrap {
    padding-right: 0; }
  .packageDetail__mainBanner {
    border-radius: 0; }
    .packageDetail__mainBanner img {
      border-radius: 0; }
  .packageDetail__right {
    border: 0; }
  .packageDetail__descWrap {
    padding: 0 16px 16px; }
  .packageDetail__includedWrapper {
    padding: 40px 0;
    margin-top: 30px; }
  .packageDetail__included {
    min-height: 60px; }
  .packageDetail__inclusion {
    padding-bottom: 15px; }
  .packageDetail__inclusionItem {
    width: 50%; }
  .packageDetail__includedHeading {
    font-size: 18px; }
  .packageDetail__itinearyHeading {
    padding-bottom: 10px; }
  .packageDetail__termsText {
    width: 100%; }
  .packageDetail__termsButton {
    box-sizing: border-box;
    height: 77px;
    padding: 25px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 9px;
    box-shadow: 0 6px 25px -13px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    border: solid 1px rgba(151, 151, 151, 0.12);
    text-decoration: none;
    color: rgba(36, 43, 46, 0.87);
    display: flex;
    justify-content: space-between;
    margin-bottom: 96px; }
  .packageDetail__contentCard {
    border-radius: 9px;
    box-shadow: 0 6px 25px -13px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    border: solid 1px rgba(151, 151, 151, 0.12); }
  .packageDetail__ImagesListItem {
    width: auto;
    margin-right: 0; }
  .packageDetail__cardImageWrap {
    height: 124px;
    overflow: hidden; }
    .packageDetail__cardImageWrap img {
      border-top-left-radius: 9px;
      border-top-right-radius: 9px;
      width: 100%; }
  .packageDetail__cardWrap {
    position: relative;
    padding: 27px 20px 20px; }
  .packageDetail__cardSteps {
    position: absolute;
    left: 20px;
    top: -12px;
    height: 24px;
    width: 58px;
    padding-top: 3px;
    border-radius: 15px;
    background-color: #ef4123;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 7px 14px -3px rgba(239, 65, 35, 0.2); }
  .packageDetail__stepHeading {
    padding: 0;
    border: 0;
    line-height: 1.4; }
  .packageDetail__packageTags {
    flex-wrap: wrap; }
    .packageDetail__packageTags span {
      padding: 3px 12px;
      margin-top: 10px;
      white-space: nowrap; }
  .packageDetail__stickyList {
    margin-left: 0; }
  .packageDetail__stickyListItem {
    margin-right: 0; }
  .packageDetail__stickyMobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: calc(100% - 16px);
    color: white;
    text-align: center;
    height: 75px;
    background-color: #ffffff;
    z-index: 10;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between; }
  .packageDetail__getQuotationsStickyMobile {
    margin-top: 17px;
    width: 44%; }
  .packageDetail__quotationBtnStickyMobile {
    font-family: 'Brown-Regular';
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 25px !important;
    background: #1ab64f;
    font-size: 16px;
    color: #ffffff;
    line-height: 2.8;
    outline: none;
    cursor: pointer;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.04);
    text-decoration: none;
    display: inline-block;
    /* padding: 0px 5px;
      box-sizing: border-box;*/ }
  .packageDetail__packagePerAdultStickyMobile {
    height: 13px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0px 20px 0px 0px; }
  .packageDetail__packageSlashpriceStickyMobile {
    font-size: 16px;
    color: rgba(36, 43, 46, 0.38);
    text-decoration: line-through;
    text-align: left; }
  .packageDetail__priceDetailsStickyMobile {
    margin: 15px 0 10px 8px; }
  .packageDetail__packageOffStickyMobile {
    color: #ffb121;
    font-size: 12px; }
  .packageDetail__tabs {
    padding: 0 9px; }
  .packageDetail__tabs.is-active:after {
    background: #ee2e24 !important; }
  .packageDetail__stickyInputWrapper {
    width: 100%; } }

.roomconfig {
  position: relative; }
  .roomconfig__wrapper {
    padding: 0 36px;
    padding-bottom: 160px;
    background: #f3f5f7; }
  .roomconfig__rightSection {
    background: #f3f5f7; }
  .roomconfig__heading {
    opacity: 0.87;
    font-size: 15px;
    color: #2b2d2e;
    padding: 12px 0;
    margin-top: 8px; }
  .roomconfig__block {
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #ececec;
    background-color: #ffffff;
    margin: 10px 0 10px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04); }
  .roomconfig__packageInfo {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: dashed 1px #e1e1e3; }
  .roomconfig__packageTitle {
    font-size: 17px;
    font-weight: bold;
    color: rgba(36, 43, 46, 0.87); }
  .roomconfig__durationType {
    padding: 2px 0 3px 0;
    font-size: 12px;
    text-transform: capitalize;
    color: rgba(36, 43, 46, 0.54); }
  .roomconfig__packageLocation {
    font-size: 13px;
    color: rgba(36, 43, 46, 0.87); }
  .roomconfig__packageImage img {
    width: 64px;
    height: 64px;
    border-radius: 4px; }
  .roomconfig__addRoom {
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 5px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    background-color: #ffffff;
    border: dashed 1px rgba(0, 0, 0, 0.2);
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ef4123; }
    .roomconfig__addRoom--disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .roomconfig__addRoomIcon {
    position: relative;
    top: -2px;
    margin-right: 5px;
    fill: #ef4123; }
  .roomconfig__deleteRoom {
    color: rgba(0, 0, 0, 0.6); }
  .roomconfig__modifyguest {
    margin-top: 17px;
    display: flex;
    justify-content: center;
    line-height: 50px;
    background: #ffffff;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #ececec; }
    .roomconfig__modifyguest--minus {
      cursor: pointer;
      width: 45px;
      text-align: center;
      border-right: solid 1px #ececec; }
    .roomconfig__modifyguest--plus {
      cursor: pointer;
      width: 45px;
      text-align: center;
      border-left: solid 1px #f3f5f7; }
  .roomconfig__modifyguestText {
    flex: 1;
    text-align: center; }
  .roomconfig__modifyguestsubText {
    font-size: 10px;
    color: #cfcfcf; }
  .roomconfig__childBlockWrap {
    padding: 20px 0;
    border-bottom: 1px dashed #dfdfe1; }
  .roomconfig__childBlock {
    display: flex;
    justify-content: space-between; }
  .roomconfig__childlabel {
    color: rgba(36, 43, 46, 0.87);
    font-size: 14px;
    flex-grow: 1;
    align-self: center;
    text-transform: capitalize; }
  .roomconfig__childSelectbox {
    flex-grow: 1; }
    .roomconfig__childSelectbox select {
      border: 1px solid #ececec;
      height: 40px;
      width: 100%;
      border-radius: 3px;
      overflow: hidden;
      background: #ffffff; }
  .roomconfig__childbedBlock {
    margin-top: 10px; }
  .roomconfig__category {
    display: flex;
    justify-content: space-between; }
  .roomconfig__categoryIcon {
    padding-bottom: 5px; }
  .roomconfig__categoryType {
    border-radius: 4px;
    background-color: #f3f5f7;
    border: solid 1px #e1e1e1;
    padding: 18px 0;
    text-align: center;
    min-width: calc(50% - 10px);
    position: relative;
    cursor: pointer; }
    .roomconfig__categoryType--active {
      background: #ffffff;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04); }
      .roomconfig__categoryType--active .roomconfig__categoryType__activeIcon {
        display: block; }
    .roomconfig__categoryType--disabled {
      opacity: 0.3; }
    .roomconfig__categoryType__activeIcon {
      background: #1ab64a;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      display: block;
      position: absolute;
      display: none;
      right: -10px;
      top: -10px; }
      .roomconfig__categoryType__activeIcon::before {
        content: "";
        left: 10px;
        top: 6px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute; }
    .roomconfig__categoryType__title {
      font-weight: bold;
      color: #000000;
      font-size: 16px; }
    .roomconfig__categoryType__subtitle {
      color: rgba(36, 43, 46, 0.7);
      font-size: 12px; }
  .roomconfig__customizeWrap {
    background: #ffffff;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
    padding: 20px;
    position: fixed;
    width: 33.2%;
    box-sizing: border-box;
    bottom: 0;
    right: 0; }
  .roomconfig__costWrap {
    display: flex;
    justify-content: space-between; }
  .roomconfig__priceText {
    font-size: 12px;
    color: rgba(36, 43, 46, 0.54); }
  .roomconfig__priceValue {
    font-size: 22px;
    font-weight: bold;
    color: rgba(36, 43, 46, 0.87); }
  .roomconfig__customizebtn {
    position: relative;
    color: #ffffff;
    display: inline-block;
    border-radius: 25px;
    background-color: #1ab64f;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
    padding: 0 46px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .roomconfig__mealWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dfdfe1;
    padding-bottom: 18px;
    margin-bottom: 18px; }
  .roomconfig__mealselectWrap {
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 9px;
    line-height: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #ececec; }
    .roomconfig__mealselectWrap select {
      outline: none;
      border: none;
      padding: 0 5px;
      height: 32px;
      width: 100%;
      font-size: 12px;
      overflow: hidden;
      background: #ffffff;
      color: rgba(36, 43, 46, 0.87); }

.calendar {
  display: block;
  position: relative;
  width: 100%;
  background: var(--neutral-color);
  border: 1px solid var(--border-color); }

.calendar .header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 115%;
  padding: 1.5em 0;
  border-bottom: 1px solid var(--border-color); }

.calendar .header .icon {
  cursor: pointer;
  transition: .15s ease-out; }

.calendar .header .icon:hover {
  transform: scale(1.75);
  transition: .25s ease-out;
  color: var(--main-color); }

.calendar .header .icon:first-of-type {
  margin-left: 1em; }

.calendar .header .icon:last-of-type {
  margin-right: 1em; }

.calendar .days {
  text-transform: uppercase;
  font-weight: 400;
  color: var(--text-color-light);
  font-size: 70%;
  padding: .75em 0;
  border-bottom: 1px solid var(--border-color); }

.calendar .body .cell {
  position: relative;
  height: 5em;
  border-right: 1px solid var(--border-color);
  overflow: hidden;
  cursor: pointer;
  background: var(--neutral-color);
  transition: 0.25s ease-out; }

.calendar .body .cell:hover {
  background: var(--bg-color);
  transition: 0.5s ease-out; }

.calendar .body .selected {
  border-left: 0px solid transparent;
  border-image: linear-gradient(45deg, #1a8fff 0%, #53cbf1 40%);
  border-image-slice: 1; }

.calendar .body .row {
  border-bottom: 1px solid var(--border-color); }

.calendar .body .row:last-child {
  border-bottom: none; }

.calendar .body .cell:last-child {
  border-right: none; }

.calendar .body .cell .number {
  position: absolute;
  font-size: 82.5%;
  line-height: 1;
  top: .75em;
  right: .75em;
  font-weight: 700; }

.calendar .body .disabled {
  color: #ccc;
  pointer-events: none; }

.calendar .body .cell .bg {
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
  opacity: 0;
  font-size: 8em;
  position: absolute;
  top: -.2em;
  right: -.05em;
  transition: .25s ease-out;
  letter-spacing: -.07em; }

.calendar .body .cell:hover .bg, .calendar .body .selected .bg {
  opacity: 0.05;
  transition: .5s ease-in; }

.calendar .body .col {
  flex-grow: 0;
  flex-basis: calc(100%/7);
  width: calc(100%/7); }

/* GRID */
.row {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.row-middle {
  align-items: center; }

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

.col-start {
  justify-content: flex-start;
  text-align: left; }

.col-center {
  justify-content: center;
  text-align: center; }

.col-end {
  justify-content: flex-end;
  text-align: right; }

.calendar__wrapper {
  padding: 20px 0;
  width: calc(100% - 160px);
  margin: 0 auto; }

.calendar__header {
  padding: 16px 0; }

.calendar__headersubText {
  opacity: 0.54;
  font-size: 12px; }

.calendar__currentMonth {
  font-size: 22px; }

.calendar__body {
  border: 1px solid #eaeaeb;
  border-radius: 4px; }

.calendar__row {
  border-bottom: 1px solid #eaeaeb;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .calendar__row:last-child {
    border-bottom: none; }

.calendar__col {
  flex-grow: 0;
  flex-basis: calc(100%/7);
  width: calc(100%/7); }
  .calendar__col:last-child {
    border-right: none; }

.calendar__cell {
  position: relative;
  height: 7em;
  border-right: 1px solid #eaeaeb;
  overflow: hidden;
  cursor: pointer;
  background: var(--neutral-color);
  transition: 0.25s ease-out;
  box-sizing: border-box;
  padding: 14px; }
  .calendar__cell:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

.calendar__celldisabled {
  opacity: 0.3;
  pointer-events: none; }
  .calendar__celldisabled:hover {
    box-shadow: none; }

.calendar__nextMonth {
  cursor: pointer;
  padding: 4px 10px; }

.calendar__prevMonth {
  cursor: pointer;
  padding: 4px 10px; }

.calendar__number {
  /*position: absolute;
    font-size: 82.5%;
    line-height: 1;
    top: .75em;
    right: .75em;
    font-weight: 700;*/
  display: block;
  color: rgba(36, 43, 46, 0.54); }

.calendar__price {
  padding-top: 14px;
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  color: rgba(36, 43, 46, 0.7); }

.calendar__price {
  padding-top: 14px;
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  color: rgba(36, 43, 46, 0.7); }

.calendar__dealType {
  top: 4px;
  right: 4px;
  font-size: 11px;
  color: #63d68a;
  position: absolute;
  border-radius: 2px;
  border: solid 1px #63d68a;
  padding: 3px 3px 0 3px;
  line-height: 11px; }

.calendar__dealTypeHOT {
  color: #ff8181;
  border-color: #ff8181; }

.calendar__bg {
  font-weight: 700;
  line-height: 1;
  color: #cfcfcf;
  opacity: 0;
  font-size: 8em;
  position: absolute;
  top: -.2em;
  right: -.05em;
  transition: .25s ease-out;
  letter-spacing: -.07em; }

.calendar__selected {
  background: rgba(35, 193, 89, 0.15); }
  .calendar__selected .calendar__bg {
    opacity: 0.05;
    transition: .5s ease-in; }

.checkboxContainer, .radioContainer {
  display: block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color: rgba(36, 43, 46, 0.87);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.radioContainer {
  margin-bottom: 16px; }

.checkboxContainer {
  padding-left: 28px; }

/* Hide the browser's default checkbox */
.checkboxContainer input, .radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: solid 1px #ececec; }

.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark, .radioContainer input ~ .checkbox {
  background-color: #fff; }

.radioContainer input ~ .checkbox {
  border: solid 0.5px rgba(116, 116, 116, 0.4); }

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark, .radioContainer input:checked ~ .checkbox {
  background-color: #1ab64f;
  border-color: #1ab64f; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .checkbox:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after, .radioContainer input:checked ~ .checkbox:after {
  display: block; }

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.radioContainer .checkbox:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white; }

.mandatory_input:after {
  content: "*";
  color: red; }

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 10px;
  right: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.msg__error {
  color: #ee2e24;
  font-size: 11px;
  text-transform: capitalize;
  animation: shake 0.82s cubic-bezier(0.4, 0, 1, 1); }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(0px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(0px, 0, 0); }
  40%, 60% {
    transform: translate3d(1px, 0, 0); } }

.packbooking {
  padding: 0 40px; }
  .packbooking__packageInfo {
    padding: 27px 0;
    display: flex;
    justify-content: space-between; }
  .packbooking__packageTitle {
    color: rgba(43, 45, 46, 0.87);
    font-size: 14px;
    font-weight: bold; }
  .packbooking__durationType {
    padding: 0 0 3px 0; }
  .packbooking__packageType {
    background: #2b2d2e;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    margin-right: 8px; }
  .packbooking__packageDuration {
    color: rgba(43, 45, 46, 0.54);
    font-size: 12px; }
  .packbooking__packageLocation {
    color: rgba(36, 43, 46, 0.87);
    font-size: 12px; }
  .packbooking__packageImage img {
    width: 58px;
    height: 58px;
    border-radius: 4px; }
  .packbooking__infoBlock {
    border-top: 1px dashed #e1e1e3;
    padding: 20px 0 25px 0;
    display: flex;
    justify-content: space-between; }
  .packbooking__infoLabel {
    color: rgba(43, 45, 46, 0.54);
    font-size: 12px; }
  .packbooking__infoText {
    color: rgba(36, 43, 46, 0.87);
    font-size: 14px; }
  .packbooking__infoAction {
    font-size: 12px;
    cursor: pointer;
    color: #ee2e24; }
  .packbooking__infoPriceText {
    font-size: 18px;
    font-weight: bold; }
  .packbooking__proceedBook {
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    background-color: #1ab64f;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
    text-decoration: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .packbooking__stepWrap {
    padding: 60px 0 10px 0;
    width: calc(100% - 160px);
    margin: 0 auto; }
  .packbooking__StepList {
    display: flex;
    justify-content: space-between;
    position: relative; }
    .packbooking__StepList::before {
      content: "";
      width: 85%;
      height: 1px;
      background: #ebebeb;
      position: absolute;
      top: -19px;
      left: 9%; }
  .packbooking__StepItem {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.3);
    position: relative; }
    .packbooking__StepItem span {
      width: 16px;
      height: 16px;
      border: solid 1.3px #ebebeb;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      top: -28px;
      left: 50%;
      margin-left: -8px;
      display: inline-block;
      background: #ffffff; }
    .packbooking__StepItem--active {
      color: rgba(0, 0, 0, 0.87); }
      .packbooking__StepItem--active span {
        width: 4px;
        height: 4px;
        background-color: #1ab64f;
        border: 8px solid #d2f1d3; }
    .packbooking__StepItem--done span {
      background-color: #1ab64f;
      border: 1px solid #1ab64f; }
      .packbooking__StepItem--done span::before {
        content: "";
        left: 6px;
        top: 3px;
        width: 3px;
        height: 7px;
        border: solid white;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute; }

.guestList__container .guestList__card, .guestList__container .policies__card {
  margin: 0 auto;
  border: 1px solid #ebebeb;
  width: 85%;
  position: relative;
  overflow: visible; }

.guestList__container .guestList__card--primary-header, .guestList__container .guestList__card--primary-policies {
  padding-top: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 4px; }

.guestList__container .guestList__card--primary-policies {
  margin-left: 20px;
  margin-top: 20px; }

.guestList__container .guestList__card--secondary-header {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  opacity: .54;
  padding-top: 0; }

.guestList__container .guestList__container, .guestList__container .checkList__container {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #2b2d2e;
  margin-left: -2.5%;
  top: 10px; }
  .guestList__container .guestList__container .person-icon, .guestList__container .guestList__container .checklist-icon, .guestList__container .checkList__container .person-icon, .guestList__container .checkList__container .checklist-icon {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.guestList__container .guest__container {
  margin: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 13px; }
  .guestList__container .guest__container:last-of-type {
    border: none; }
  .guestList__container .guest__container .mdl-grid .label-for-input {
    float: left;
    font-size: 12px;
    font-weight: normal;
    opacity: 0.54; }
  .guestList__container .guest__container .mdl-grid .guestList-input {
    font-size: 13px;
    font-family: 'Brown-Regular' !important;
    padding-left: 5px;
    clear: left;
    float: left;
    width: 90%;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.07); }
  .guestList__container .guest__container .mdl-grid .validation__error {
    clear: left;
    float: left;
    font-size: 12px;
    color: rgba(204, 32, 32, 0.87); }

.guestList__container .accordion {
  border-radius: 4px;
  background-color: #f3f5f7;
  box-shadow: none;
  cursor: pointer;
  padding: 15px 10px 15px 20px;
  width: 100%;
  border: none;
  position: relative;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s; }
  .guestList__container .accordion .accordian__title {
    color: #000000;
    opacity: .54;
    font-family: 'Brown-Regular' !important;
    font-size: 12px; }
  .guestList__container .accordion.active {
    background-color: rgba(243, 245, 247, 0.5); }
  .guestList__container .accordion:hover {
    background-color: rgba(243, 245, 247, 0.5); }

.guestList__container div.panel {
  padding: 0 18px;
  background-color: #f3f5f7;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0; }
  .guestList__container div.panel.show {
    opacity: 1;
    max-height: 300px;
    padding: 16px;
    overflow: scroll; }

.guestList__container .accordian__cancellation {
  margin-top: 20px; }

.guestList__container .accordian__plus {
  display: inline-block;
  position: absolute;
  right: 25px; }

.guestList__container .button__submit {
  width: 120px;
  background-color: #1ab64f;
  margin: 20px auto;
  display: block;
  color: #fff;
  font-size: 15px;
  border-radius: 20px; }
  .guestList__container .button__submit:focus {
    background-color: #1ab64f; }

.customPackage__wrapper {
  border-radius: 4px;
  border: solid 1px #ebebeb;
  margin: 0 80px;
  margin-bottom: 40px; }

.customPackage__section {
  padding: 20px 34px;
  border-bottom: solid 1px #ebebeb; }
  .customPackage__section .customPackage__hotelWrapper:last-child .customPackage__hotelDays::after {
    display: none; }

.customPackage__sectionHead {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px; }

.customPackage__headingIcon {
  color: #ffffff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  left: -55px;
  border-radius: 4px;
  background-color: #2b2d2e; }

.customPackage__headingIconSvg {
  fill: #ffffff; }

.customPackage__headingText {
  font-size: 16px;
  line-height: 2.48;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87); }

.customPackage__infoAction {
  font-size: 12px;
  cursor: pointer;
  color: #ee2e24; }

.customPackage__flightContainer {
  display: flex;
  justify-content: space-between; }

.customPackage__flightWrap {
  display: flex;
  justify-content: space-between; }

.customPackage__flightLeft {
  min-width: 232px; }

.customPackage__flightCitywrap {
  display: flex;
  justify-content: space-between; }

.customPackage__flightCityname {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  min-width: 50%; }

.customPackage__flightTimeWrap {
  display: flex;
  justify-content: space-between; }

.customPackage__flightTimetext {
  min-width: 50%;
  font-weight: bold;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54); }

.customPackage__flightinfoText {
  font-weight: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54); }

.customPackage__flightRight {
  margin-left: 38px;
  text-align: center; }

.customPackage__flightCode {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.54); }

.customPackage__flightIcon img {
  width: 62px; }

.customPackage__flightCostWrap {
  border-top: solid 1px #e5e5e5;
  padding-top: 10px; }

.customPackage__flightCost {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7); }

.customPackage__flightCostadditional {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.54); }

.customPackage__transportContainer {
  display: flex;
  justify-content: space-between; }

.customPackage__transportWrap {
  display: flex;
  align-items: center;
  padding: 16px 20px 16px 0;
  border-radius: 4px;
  box-shadow: 1px 3px 8px -2px rgba(185, 185, 185, 0.1);
  background-color: #ffffff;
  border: solid 1px #ebebeb; }

.customPackage__numberofCabs {
  padding: 10px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.54); }

.customPackage__transportInfoBlock {
  display: flex;
  align-items: center; }

.customPackage__transportInputbox {
  border-right: 1px solid #ebebeb;
  padding: 6px 12px; }

.customPackage__transportIcon {
  margin-right: 10px;
  opacity: 0.7; }

.customPackage__transportTypesblock {
  display: flex;
  padding: 0 15px;
  align-items: center; }

.customPackage__transportTypetext {
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.87); }

.customPackage__transportPriceinfo {
  background: #2b2d2e;
  border-radius: 2px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 5px;
  display: inline-block;
  font-size: 9px;
  line-height: 15px; }

.customPackage__transportSelectbox select {
  outline: none;
  border: 1px solid #ececec;
  height: 32px;
  width: 130px;
  font-size: 11px;
  border-radius: 3px;
  overflow: hidden;
  background: #ffffff;
  color: rgba(36, 43, 46, 0.87); }

.customPackage__hotelWrapper {
  display: flex; }

.customPackage__hotelDaysWrap {
  position: relative;
  min-width: 48px;
  margin-right: 10px; }

.customPackage__hotelDays {
  box-sizing: border-box;
  padding-top: 10px;
  line-height: 14px;
  width: 48px;
  height: 48px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .customPackage__hotelDays::after {
    content: '';
    width: 1px;
    height: 100%;
    left: 24px;
    top: 48px;
    position: absolute;
    background: rgba(0, 0, 0, 0.05); }

.customPackage__hotelDayNumber {
  font-size: 14px;
  font-weight: 600;
  color: rgba(36, 43, 46, 0.87); }

.customPackage__hotelDay {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(36, 43, 46, 0.3); }

.customPackage__hotelHeadingWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }

.customPackage__hotelHeadingText {
  font-size: 14px;
  font-weight: bold;
  color: rgba(36, 43, 46, 0.87); }

.customPackage__hotelHeadingsubText {
  font-size: 12px;
  padding-left: 5px;
  color: rgba(0, 0, 0, 0.54); }

.customPackage__hotelContentWrap {
  flex: 1; }

.customPackage__hotelDetailWrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 0; }

.customPackage__hotelCard {
  display: flex; }

.customPackage__hotelImage {
  width: 58px;
  height: 58px;
  margin-right: 15px;
  box-shadow: 1px 5px 11px -2px rgba(185, 185, 185, 0.35); }
  .customPackage__hotelImage img {
    width: 58px;
    height: 58px;
    border-radius: 4px; }

.customPackage__hotelName {
  font-size: 14px;
  font-weight: bold;
  color: #2b2d2e; }

.customPackage__hotelExperience {
  height: 16px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2b2d2e;
  font-size: 10px;
  padding: 3px 5px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-left: 5px; }

.customPackage__hotelRaing {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.54); }

.customPackage__popupOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

.customPackage__optionLeft {
  position: relative; }

.customPackage__optionClose {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3); }

.customPackage__optionWrapper {
  box-shadow: 0 0 10px 0 rgba(132, 135, 138, 0.1);
  background-color: #ffffff;
  height: 100vh;
  padding: 10px 0; }

.customPackage__optionHeading {
  padding: 28px 40px;
  font-size: 20px;
  color: rgba(43, 45, 46, 0.87); }

.customPackage__optionInputbox {
  padding: 2px 12px; }

.customPackage__optionFlight {
  display: flex;
  padding: 20px 16px 8px 0;
  margin: 8px 40px;
  border-radius: 4px;
  background-color: #f3f5f7;
  border: solid 1px #f3f5f7;
  cursor: pointer; }
  .customPackage__optionFlight--active {
    box-shadow: 1px 3px 8px -2px rgba(185, 185, 185, 0.1);
    background-color: #ffffff;
    border: solid 1px #ebebeb; }
  .customPackage__optionFlight--disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.customPackage__optionHotel {
  margin: 10px 40px;
  border-radius: 4px;
  box-shadow: 1px 3px 8px -2px rgba(185, 185, 185, 0.1);
  background-color: #ffffff;
  border: solid 1px #ebebeb; }

.customPackage__optionHotelHead {
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  border-bottom: solid 1px #ebebeb; }

.customPackage__optionHotelCity {
  font-size: 14px;
  font-weight: bold;
  color: #2b2d2e; }

.customPackage__optionHotelDate {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.54); }

.customPackage__optionHotelInfo {
  padding: 0 20px; }

.customPackage__optionHotelFooter {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  border-top: solid 1px #ebebeb;
  align-items: center; }

.customPackage__optionHotelAdditinalLabel {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.54); }

.customPackage__optionHotelAdditinalLess {
  font-size: 11px;
  color: #f5a623; }

.customPackage__optionHotelAdditinalPrice {
  font-size: 18px;
  font-weight: bold;
  color: rgba(43, 45, 46, 0.87); }

.customPackage__optionHotelSelect {
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 120px;
  border-radius: 25px;
  background-color: #1ab64f;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  .customPackage__optionHotelSelect--active {
    background: rgba(26, 182, 79, 0.1);
    color: #1ab64f;
    box-shadow: none;
    cursor: default; }

.customPackage__tabWrapper {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 10px; }

.customPackage__tabOption {
  flex: 1;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  color: #2b2d2e;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer; }
  .customPackage__tabOption--active {
    color: #ee2e24;
    border-bottom: 2px solid #ee2e24; }

.example-enter {
  opacity: 0.01; }

.example-enter.example-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in; }

.example-leave {
  opacity: 1; }

.example-leave.example-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in; }

.testimonial__quote {
  font-family: "Arial";
  font-size: 80px;
  line-height: 0;
  padding-top: 30px;
  opacity: 0.2;
  letter-spacing: 8px; }

.testimonial__text {
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 100px; }

.testimonial__info {
  padding-top: 20px; }

.testimonial__infoimageWrap {
  text-align: center; }

.testimonial__infoimage {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #000000; }
  .testimonial__infoimage img {
    border-radius: 100%;
    width: 100%;
    height: 100%; }

.testimonial__infoname {
  font-size: 16px;
  font-weight: 600;
  color: #242b2e;
  padding: 9px 0 5px 0; }

.testimonial__infolocation {
  font-size: 14px;
  opacity: 0.54;
  color: #242b2e; }

@media only screen and (max-width: 479px) {
  .testimonial__text {
    padding: 0 10px; } }

.is-active {
  display: block; }

.footer {
  position: relative;
  width: 100%;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 24px 0;
  margin-top: -5px; }
  .footer__container {
    width: 1128px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; }
    .footer__container h6 {
      margin-top: 0px;
      text-transform: uppercase;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.7); }
    .footer__container p {
      font-size: 13px;
      margin: 0px; }
  .footer__topLinksContainer {
    padding-bottom: 24px !important;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .footer__topLinksContainer:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }
  .footer__infoBar {
    margin-bottom: 24px;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .footer__infoBar--borderRight {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .footer__infoBar--borderRight a {
        color: #ee2e24; }
        .footer__infoBar--borderRight a:hover {
          text-decoration: underline; }
    .footer__infoBar span {
      font-weight: 600; }
  .footer__topLinks {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .footer__topLinks:last-child {
      border-right-color: transparent; }
    .footer__topLinks a {
      text-decoration: none;
      color: rgba(0, 0, 0, 0.5);
      padding: 6px 0;
      display: block;
      line-height: normal; }
      .footer__topLinks a:hover {
        color: #ee2e24; }
  .footer__downloadButton {
    background: #7f7f7f;
    display: inline-block !important;
    font-size: 10px;
    border-radius: 50px;
    padding: 8px 16px !important;
    color: #ffffff !important;
    transition: background .3s ease;
    margin-right: 12px; }
    .footer__downloadButton:last-child {
      margin-right: 0; }
    .footer__downloadButton:hover {
      background: #000000; }
  .footer__appStoreName {
    font-size: 14px;
    display: block;
    font-weight: 300; }
  .footer__appIcon {
    margin-right: 6px; }
  .footer__appIcon, .footer__appText {
    display: inline-block;
    vertical-align: middle; }
  .footer__secondryLinkContainer {
    padding: 0 32px !important; }
  .footer__destiLinkWrapper {
    display: inline-block !important;
    font-size: 12px; }
    .footer__destiLinkWrapper:hover {
      color: #ee2e24; }
    .footer__destiLinkWrapper:last-child::after {
      display: none; }
    .footer__destiLinkWrapper::after {
      content: "/";
      padding: 0 6px;
      display: inline-block; }
    .footer__destiLinkWrapper a {
      display: inline-block !important;
      color: rgba(0, 0, 0, 0.5); }
  .footer__destiLinks {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block !important;
    font-size: 12px; }
    .footer__destiLinks:hover {
      color: #ee2e24; }
    .footer__destiLinks:last-child::after {
      display: none; }
    .footer__destiLinks::after {
      content: "/";
      padding: 0 6px;
      display: inline-block; }
  .footer__exploreButton {
    text-decoration: none;
    background: #ee2e24;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 30px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 24px;
    transition: background .3s ease; }
    .footer__exploreButton:hover {
      background: #cf1a10; }
  .footer__popularDesti {
    margin-bottom: 24px; }
  .footer__popularDestiHeading {
    margin-bottom: 8px !important; }
  .footer__socialPanel {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    padding-top: 24px; }
  .footer__socialMediaLink {
    display: inline-block;
    margin-right: 6px; }
    .footer__socialMediaLink svg {
      fill: #000000;
      opacity: 0.5;
      transition: opacity 0.3s ease; }
    .footer__socialMediaLink:hover svg {
      opacity: 1; }
    .footer__socialMediaLink .svg {
      width: 26px;
      height: 26px; }
  .footer__tagLine svg {
    height: 20px;
    width: 50px;
    fill: #ee2e24;
    vertical-align: bottom; }
  .footer__tagLine--text {
    display: inline-block;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    margin-left: 10px; }
  .footer__copyright {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54); }
  .footer__listwrapper {
    margin-bottom: 20px;
    padding-bottom: 30px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .footer__listHeading {
    display: block;
    margin-bottom: 8px;
    margin-top: 15px; }
    .footer__listHeading a {
      font-family: 'Brown-Regular';
      font-weight: 600;
      font-size: 13px;
      text-transform: uppercase;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.6); }
      .footer__listHeading a:hover {
        color: rgba(0, 0, 0, 0.7) !important; }
  .footer__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer__listItem {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer__listItem a {
      font-family: 'Brown-Regular';
      text-decoration: none;
      color: rgba(0, 0, 0, 0.5);
      text-transform: capitalize; }
      .footer__listItem a:hover {
        color: #ee2e24 !important; }

.is-hidden {
  display: none; }

.u__container {
  width: 1128px;
  margin: 0 auto;
  position: relative; }

.heading__h2 {
  font-family: 'Brown-Regular';
  font-weight: 600;
  font-size: 32px;
  color: #000000; }

.button__link {
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #242b2e;
  text-decoration: none;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #242b2e; }

@media only screen and (max-width: 479px) {
  .u__container {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .heading__h2 {
    font-family: 'Brown-Regular';
    font-weight: 600;
    font-size: 18px;
    color: #000000; } }

.Rectangle {
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  position: relative; }

.booking_confirmed {
  width: 1000px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  margin-top: 3.7%; }

.booking_policies {
  width: 1000px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  padding-bottom: 20px;
  margin-top: 1.8%;
  margin-bottom: 1.5%; }

.booking_header {
  margin-top: 20px;
  width: 89.5%;
  margin-left: 5.2%;
  margin-top: 31px;
  display: flex; }

.header_logo {
  width: 15.1%; }

.header_title {
  margin-top: 10px; }

.header_title > div:nth-child(1) {
  opacity: 0.87;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000000; }

.header_title > div:nth-child(2) {
  opacity: 0.7;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top: 5px; }

.booking_details {
  width: 89.5%;
  border-radius: 4px;
  margin-left: 5.2%;
  margin-top: 30px;
  display: flex;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }

.outer_flex {
  flex: 1; }

.inner_flex {
  display: flex;
  justify-content: flex-start;
  margin-top: 17px;
  margin-bottom: 14px; }

.inner_flex2 {
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0; }

.details_logo {
  padding-right: 5px;
  margin-right: 5.67%;
  margin-top: 2px; }

.booking_summary {
  font-family: 'Brown-Regular' !important;
  width: 89.5%;
  border-radius: 4px;
  margin-left: 5.2%;
  margin-top: 30px; }

.summary_header {
  opacity: 0.87;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 19px; }

.summary_notify {
  border-radius: 4px;
  color: white; }

.summary_payable {
  border-radius: 4px;
  background-color: #f3f5f7;
  margin-bottom: 20px; }

.summary_payable > div {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px; }

.summary_payable > div:nth-child(2) {
  border-top: dashed 1px #e1e1e3; }

.summary_payable > div:nth-child(3) {
  border-top: dashed 1px #e1e1e3; }

.pay_now_footer {
  display: flex;
  justify-content: space-between; }

.remaining_amount_input_box {
  padding-top: 10px; }
  .remaining_amount_input_box input {
    border-radius: 100px !important;
    height: 26px; }

.pay_now_button {
  object-fit: contain;
  border-radius: 25px;
  background-color: #1ab64f;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 13px;
  padding-left: 30px;
  padding-right: 30px; }
  .pay_now_button:hover {
    cursor: pointer; }

.pay_now_button_text {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }

.policies_header {
  width: 8.4%;
  margin-top: 22px;
  margin-left: 5.2%;
  border-radius: 4px;
  opacity: 0.87;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #000000; }

.terms {
  width: 89.5%;
  border-radius: 4px;
  background-color: #f3f5f7;
  margin-left: 5.2%;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 18px; }
  .terms:hover {
    cursor: pointer; }

.cancellation {
  width: 89.5%;
  border-radius: 4px;
  background-color: #f3f5f7;
  margin-left: 5.2%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 18px; }
  .cancellation:hover {
    cursor: pointer; }

.plus_button {
  width: 19px;
  height: 19px;
  margin-right: 18px; }
  .plus_button:hover {
    cursor: pointer; }

.terms_condition {
  width: 146px;
  opacity: 0.54;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-left: 18px; }

.cancellation_policy {
  width: 145px;
  height: 32px;
  opacity: 0.54;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-left: 18px; }

.list_item {
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid #eee;
  margin-bottom: 8px; }

.list_item:hover {
  background-color: #888;
  cursor: pointer; }

.alert {
  margin-left: 18px;
  margin-top: -2px;
  width: 2.3%; }

.notify_text {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 5px; }

.right_arrow {
  border: solid #888;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg); }
  .right_arrow:hover {
    cursor: pointer; }

.show_terms {
  width: 89.5%;
  margin-left: 5.2%;
  background-color: #f3f5f7;
  margin-top: 1px;
  box-sizing: border-box;
  padding: 20px;
  max-height: 310px;
  overflow: scroll;
  color: rgba(36, 43, 46, 0.53); }

.show_terms p {
  font-size: 13px; }

.summary_payable_amount {
  font-family: 'Brown-Regular' !important;
  margin-right: 18px;
  opacity: 0.87;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.29;
  letter-spacing: normal;
  text-align: right;
  color: #000000; }

.summary_payable_title {
  margin-left: 18px;
  opacity: 0.7;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.29;
  letter-spacing: normal;
  text-align: left;
  color: #000000; }
  .summary_payable_title > span:nth-child(2) {
    font-size: 12px; }

.modal_header {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #464444;
  font-family: "Open Sans","Arial",sans-serif !important; }
  .modal_header > div:nth-child(1) > div:nth-child(2) {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5); }

.modal_header_amount {
  font-size: 24px; }

.modal_header_tax_message {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: normal; }

.list_item > div:nth-child(1) > img {
  margin-right: 20px; }

.list_item > div:nth-child(1) > span {
  font-size: 14px; }

.sumamry_notify > div {
  padding-top: 5px;
  padding-bottom: 9px; }

.summary_payable_alert {
  margin-left: 14px;
  margin-right: 6px; }

.booking_details_inner_flex_header {
  opacity: 0.54;
  /* font-family: Brown; */
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000; }

.booking_details_inner_flex_detail {
  opacity: 0.87;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-align: left;
  color: #242b2e; }

.booking_confirmed_payable {
  width: 90%;
  height: 34%;
  border-radius: 4px;
  background-color: #f3f5f7;
  position: absolute;
  bottom: 16%;
  left: 5%; }

.booking_header_pane {
  margin-top: 4.5%;
  margin-left: 4.5%; }

.booking_confirm_notification {
  width: 90%;
  height: 4.5%;
  border-radius: 4px;
  background-color: #2b2d2e;
  position: absolute;
  bottom: 50%;
  left: 5%; }

.policy {
  width: 90%;
  height: 74px;
  border-radius: 4px;
  background-color: #f3f5f7; }

.confirm_logo {
  float: left; }

.horizontal_line {
  width: 688px;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  left: 5%; }

.vertical_line {
  width: 1px;
  height: 34px;
  background-color: #f0f0f0;
  float: left; }

.account_summary {
  width: 159px;
  height: 32px;
  opacity: 0.87;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #000000; }

.detail_bar_inner {
  width: 76px;
  height: 16px;
  opacity: 0.87;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: left;
  color: #242b2e;
  float: left; }

.Terms-Conditions {
  width: 146px;
  height: 32px;
  opacity: 0.54;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #000000; }

.Cancellation-Policy {
  width: 145px;
  height: 32px;
  opacity: 0.54;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #000000; }

.pay-now-button {
  width: 196px;
  height: 44px;
  object-fit: contain;
  border-radius: 25px;
  background-color: #1ab64f;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 20px;
  left: 70%; }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 9;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.5); }

.modal-content {
  background-color: #fefefe;
  left: 50%;
  margin-left: -250px;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
  margin-top: 130px;
  position: relative; }

.close {
  color: #aaaaaa;
  font-size: 40px;
  font-weight: bold;
  margin-left: 100%;
  position: absolute;
  margin-top: -30px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.75); }
  .close:hover {
    cursor: pointer; }

.Pay_Now_Box {
  padding: 20px;
  margin-top: 24px;
  border-radius: 4px;
  box-shadow: 1px 3px 8px -2px rgba(185, 185, 185, 0.1);
  background-color: #ffffff;
  border: solid 1px #ebebeb; }

.Pay_Now_Box_header {
  display: flex;
  justify-content: left; }

.Pay_Now_Box_header_inner {
  margin-left: 2.8%; }
  .Pay_Now_Box_header_inner > div:nth-child(1) {
    opacity: 0.87;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 4px; }
  .Pay_Now_Box_header_inner > div:nth-child(2) {
    opacity: 0.87;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 1px; }
  .Pay_Now_Box_header_inner > div:nth-child(3) {
    opacity: 0.3;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }

.Pay_Now_Box_message {
  margin-left: 28px;
  border-radius: 4px;
  border: dashed 1px #e1e1e3;
  padding: 7px;
  box-sizing: border-box;
  opacity: 0.7;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-top: 14px; }

.Pay_Now_Box_button {
  margin-top: 20px;
  object-fit: contain;
  border-radius: 100px;
  background-color: #1ab64f;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .Pay_Now_Box_button:hover {
    cursor: pointer; }
  .Pay_Now_Box_button > div {
    padding-top: 13px;
    padding-bottom: 17px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }

.Pay_Now_Box_Selected {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 100px;
  background-color: #1ab64f; }
  .Pay_Now_Box_Selected > div {
    width: 6px;
    height: 6px;
    object-fit: contain;
    border-radius: 100px;
    background-color: #ffffff;
    margin-left: 6px;
    margin-top: 6px; }

.Pay_Now_Box_Unselected {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 100px;
  background-color: #ffffff;
  border: solid 0.5px rgba(116, 116, 116, 0.4); }

.Pay_Now_Box_Full_Payment {
  border-radius: 4px;
  box-shadow: 1px 3px 8px -2px rgba(185, 185, 185, 0.1);
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  padding: 20px; }

.Pay_Now_Box_Full_Payment_INFO {
  display: flex;
  justify-content: left; }
  .Pay_Now_Box_Full_Payment_INFO > div:nth-child(2) {
    margin-left: 2.7%; }
    .Pay_Now_Box_Full_Payment_INFO > div:nth-child(2) > div:nth-child(1) {
      opacity: 0.87;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.29;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      margin-bottom: 4px; }
    .Pay_Now_Box_Full_Payment_INFO > div:nth-child(2) > div:nth-child(2) {
      opacity: 0.87;
      font-size: 24px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      margin-bottom: 1px; }
    .Pay_Now_Box_Full_Payment_INFO > div:nth-child(2) > div:nth-child(3) {
      opacity: 0.3;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.58;
      letter-spacing: normal;
      text-align: left;
      color: #000000; }

.wait_for_message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 9;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.5);
  font: white; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.bookingConfirm__payWrap {
  display: flex;
  justify-content: space-between;
  width: 35%;
  margin-bottom: 20px; }

.bookingConfirm__label {
  padding-left: 5px;
  opacity: 0.7; }

.bookingConfirm__remainingAmountInput {
  font-size: 13px;
  font-family: 'Brown-Regular' !important;
  padding-left: 5px;
  clear: left;
  float: left;
  width: 90%;
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 30px !important;
  outline: none;
  -moz-box-shadow: inset 0 0 2px #cdcdcd;
  -webkit-box-shadow: inset 0 0 2px #cdcdcd;
  box-shadow: inset 0 0 2px #cdcdcd; }

.bookingConfirm__remainingError {
  font-size: 12px;
  color: #ff0000; }

/*# sourceMappingURL=../../../../../target/app.css.map */