/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  margin: 20px 0px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

a {
  text-decoration: none; }

body {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #404040;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1;
  margin-top: 0; }

p {
  margin-top: 0; }

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover {
    color: #c21f54; }

ul.reset {
  list-style: none;
  margin: 0;
  padding: 0; }

h1,
.h1 {
  font-size: 28px; }

h2,
.h2 {
  font-size: 25px; }

h3,
.h3 {
  font-size: 22px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.regular,
.regular-font,
.regular-text {
  font-weight: 400; }

.bold,
.bold-font,
.bold-text {
  font-weight: 700; }

ul,
ol {
  margin: 0;
  padding: 0 0 0 40px; }

table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-color: gray;
  background-color: transparent; }

blockquote {
  margin: 20px 0 0 0; }
  blockquote p {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    position: relative; }
    blockquote p:before {
      content: '\f10d'; }
    blockquote p:after {
      content: '\f10e'; }
    blockquote p:before, blockquote p:after {
      display: none;
      font-family: 'Font Awesome 5 Solid'; }
    blockquote p svg {
      position: absolute; }
    blockquote p svg.fa-quote-left {
      left: 0;
      top: -10px; }
    blockquote p svg.fa-quote-right {
      right: 0; }

.tooltip {
  font-size: 16px; }
  .tooltip svg {
    position: static !important;
    font-size: inherit !important;
    color: inherit !important;
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%; }

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (max-width: 900px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.container {
  padding-right: 10px;
  padding-left: 10px; }
  .container > .col {
    padding-right: 10px;
    padding-left: 10px; }

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none; }
  .container {
    padding-left: 5px;
    padding-right: 5px; }
    .container > .col {
      padding-right: 5px;
      padding-left: 5px; } }

button,
.button {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid #cccccc;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  outline: none;
  text-align: center; }

#redeem-promo {
  background-color: #73c12d;
  color: white;
  font-weight: 700; }
  #redeem-promo[disabled] {
    background-color: #8f8f8f; }

.green-button {
  padding: 20px 35px;
  background-color: #73c12d;
  font-size: 20px;
  font-weight: 700;
  color: white;
  cursor: pointer;
}

.disabled-button {
  padding: 20px 35px;
  background-color: #ccc;
  font-size: 20px;
  font-weight: 700;
  color: white;
  cursor: pointer;
}


.confirm svg {
  display: none; }

.pending svg {
  display: inline-block; }

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }

.svg-inline--fa.fa-lg {
  vertical-align: -.225em; }

.svg-inline--fa.fa-w-1 {
  width: 0.0625em; }

.svg-inline--fa.fa-w-2 {
  width: 0.125em; }

.svg-inline--fa.fa-w-3 {
  width: 0.1875em; }

.svg-inline--fa.fa-w-4 {
  width: 0.25em; }

.svg-inline--fa.fa-w-5 {
  width: 0.3125em; }

.svg-inline--fa.fa-w-6 {
  width: 0.375em; }

.svg-inline--fa.fa-w-7 {
  width: 0.4375em; }

.svg-inline--fa.fa-w-8 {
  width: 0.5em; }

.svg-inline--fa.fa-w-9 {
  width: 0.5625em; }

.svg-inline--fa.fa-w-10 {
  width: 0.625em; }

.svg-inline--fa.fa-w-11 {
  width: 0.6875em; }

.svg-inline--fa.fa-w-12 {
  width: 0.75em; }

.svg-inline--fa.fa-w-13 {
  width: 0.8125em; }

.svg-inline--fa.fa-w-14 {
  width: 0.875em; }

.svg-inline--fa.fa-w-15 {
  width: 0.9375em; }

.svg-inline--fa.fa-w-16 {
  width: 1em; }

.svg-inline--fa.fa-w-17 {
  width: 1.0625em; }

.svg-inline--fa.fa-w-18 {
  width: 1.125em; }

.svg-inline--fa.fa-w-19 {
  width: 1.1875em; }

.svg-inline--fa.fa-w-20 {
  width: 1.25em; }

.svg-inline--fa.fa-pull-left {
  margin-right: .3em;
  width: auto; }

.svg-inline--fa.fa-pull-right {
  margin-left: .3em;
  width: auto; }

.svg-inline--fa.fa-border {
  height: 1.5em; }

.svg-inline--fa.fa-li {
  width: 2em; }

.svg-inline--fa.fa-fw {
  width: 1.25em; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

.alignleft {
  float: left;
  margin-right: 10px; }

.alignright {
  float: right;
  margin-left: 10px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c21f54;
  -webkit-box-shadow: #c21f53 0 1px 3px 0 inset;
  box-shadow: #c21f53 0 1px 3px 0 inset; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #404040 !important; }

input[type="tel"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="month"],
input[type="time"],
input[type="url"],
textarea,
select {
  width: 97%;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid #cccccc !important;
  background-color: white !important;
  outline: none;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); }

select {
  -webkit-appearance: none;
  border-radius: 0;
  padding: 11px 10px; }

textarea {
  line-height: 1.4;
  height: 120px; }

/**
 * Both
 */
/* Hide Std Buttons */
input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 30px;
  height:26px;
  cursor: pointer;
}

/* Hover */
input[type=checkbox] + label:hover,
input[type=radio] + label:hover {
  cursor: pointer; }

/**
 * Checkboxes
 */
input[type=checkbox] + label:before {
  display: none;
  letter-spacing: 5px;
  content: "\f0c8";
  font-family: 'Font Awesome 5 Regular'; }

/* unchecked icon */
input[type=checkbox]:checked + label:before {
  content: "\f14a";
  font-family: 'Font Awesome 5 Regular';
  letter-spacing: 5px; }

/**
 * Radio buttons
 */
input[type=radio] + label:before {
  display: none;
  letter-spacing: 5px;
  content: "\f111";
  font-family: 'Font Awesome 5 Regular'; }

/* unchecked icon */
input[type=radio]:checked + label:before {
  content: "\f192";
  font-family: 'Font Awesome 5 Regular';
  letter-spacing: 5px; }

input[readonly] {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

label[for='round-trip'] svg.fa-undo {
  margin-left: 10px;
  font-size: 26px; }

button.Zebra_DatePicker_Icon {
  visibility: hidden; }

.field-container label {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px; }

.field-container .input-container,
.field-container .select-container {
  position: relative; }
  .field-container .input-container svg,
  .field-container .select-container svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    font-size: 24px;
    color: #8f8f8f; }
  .field-container .input-container input[type="tel"], .field-container .input-container input[type="text"], .field-container .input-container input[type="password"], .field-container .input-container input[type="email"], .field-container .input-container input[type="number"], .field-container .input-container input[type="search"], .field-container .input-container input[type="month"], .field-container .input-container input[type="time"], .field-container .input-container input[type="url"], .field-container .input-container select,
  .field-container .select-container input[type="tel"],
  .field-container .select-container input[type="text"],
  .field-container .select-container input[type="password"],
  .field-container .select-container input[type="email"],
  .field-container .select-container input[type="number"],
  .field-container .select-container input[type="search"],
  .field-container .select-container input[type="month"],
  .field-container .select-container input[type="time"],
  .field-container .select-container input[type="url"],
  .field-container .select-container select {
    padding-left: 38px ; }

.field-container .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (min-width: 768px) {
    .field-container .select-container {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 768px) {
    .field-container .select-container select {
      width: 40%;
      min-width: 120px; } }
  .field-container .select-container label {
    margin-left: 10px; }

@media (max-width: 768px) {
  .field-container .select-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .field-container .select-container label {
      margin-left: 0; }
    .field-container .select-container svg {
      bottom: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

.field-container.error input,
.field-container.error select,
.field-container.error textarea {
  border: 1px solid #ef6155; }

.field-container.error .error-details {
  margin-bottom: 0;
  color: #ef6155; }

.field-container.warning input,
.field-container.warning select,
.field-container.warning textarea {
  border: 1px solid #fedb00; }

.field-container.warning .warning-details {
  margin-bottom: 0;
  color: #fedb00; }

.field-container.notice .notice-details {
  margin-bottom: 0;
  color: #ef6155; }

.checkbox-container label,
.radio-container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  font-size: 18px;
  color: #8f8f8f; }
  .checkbox-container label svg,
  .radio-container label svg {
    margin-right: 5px;
    font-size: 35px;
    color: inherit; }

.checkbox-container.small-checkbox label svg,
.radio-container.small-checkbox label svg {
  font-size: 25px; }

.field-container,
.checkbox-container,
.radio-container {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .round-trip {
    margin-bottom: 0;
    margin-top: 25px; }
  .addstops .checkbox-container {
    margin-bottom: 0;
    margin-top: 20px; } }

svg.pickup-color {
  color: #73c12d !important; }

svg.dropoff-color {
  color: #ef6155 !important; }

svg.pickup-color-return {
    color: #73c12d !important; }

svg.dropoff-color-return {
    color: #ef6155 !important; }

.Zebra_DatePicker_Icon_Wrapper {
  width: 100%; }
  .Zebra_DatePicker_Icon_Wrapper input {
    border: 1px solid #cccccc; }
  .Zebra_DatePicker_Icon_Wrapper input[readonly] {
    background-color: white; }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%; }

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (max-width: 900px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.container {
  padding-right: 10px;
  padding-left: 10px; }
  .container > .col {
    padding-right: 10px;
    padding-left: 10px; }

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none; }
  .container {
    padding-left: 5px;
    padding-right: 5px; }
    .container > .col {
      padding-right: 5px;
      padding-left: 5px; } }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index:150;
}
  .modal .modal-content {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    width: 100%;
    max-width: 900px; }
  .modal .close {
    border: 1px solid #cccccc;
    text-transform: uppercase;
    display: inline;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 15px 25px;
    border-radius: 3px; }
  .modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    overflow: scroll;
  }

.modal .final-price {
  margin-top: 0; }
  .modal .final-price .new-price {
    margin-left: 10px;
    margin-right: auto; }

.fluid-wrapper {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto; }

header#masthead {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
header#masthead .logo-box .logo-wrapper a {
    font-size: 0;
    line-height: 1; }
header#masthead .logo-box .logo-wrapper a img {
    width: 100%;
    max-width: 270px;
    height: auto;
    display: inline-block;
}
header#masthead .differentiator .differentiator-wrapper .stars .fa-star {
    color: #fedb00; }
header#masthead .differentiator .differentiator-wrapper p {
    margin: 0; }
header#masthead .differentiator .differentiator-wrapper p span {
    font-weight: 700; }

@media (max-width: 1200px) {
    header#masthead {
        padding-left: 20px;
        padding-right: 20px; } }

@media (max-width: 900px) {
    header#masthead .logo-box {
        padding-right: 20px; } }

@media (max-width: 576px) {
    header#masthead {
        padding-top: 10px;
        padding-bottom: 10px; }
    header#masthead .logo-box {
        padding-right: 0; text-align: center}
    header#masthead .logo-box .logo-wrapper {
        text-align: left; }
    header#masthead .differentiator {
        display: block; } }

@media (max-width: 400px) {
    header#masthead .logo-box .logo-wrapper a img {
        max-width: 200px; } }
.step {
  background-color: #fafafa;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .step .step-title {
    margin-bottom: 20px;
    margin-top: 0; }
    .step .step-title span {
      font-weight: 500; }

.extras .extra {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }
  .extras .extra .price {
    font-weight: 700; }

.extras .checkbox-container {
  margin-bottom: 0; }
  .extras .checkbox-container label {
    color: #404040; }
    .extras .checkbox-container label svg.fa-plane,
    .extras .checkbox-container label svg.fa-anchor {
      font-size: 18px;
      margin-left: 5px; }
    .extras .checkbox-container label .fa-square,
    .extras .checkbox-container label .fa-check-square {
      font-size: 35px;
      color: #404040; }

@media (max-width: 768px) {
  .extras .checkbox-container label {
    font-size: 16px; }
    .extras .checkbox-container label svg.fa-check-square,
    .extras .checkbox-container label svg.fa-square {
      font-size: 25px; }
    .extras .checkbox-container label svg.fa-plane,
    .extras .checkbox-container label svg.fa-anchor {
      font-size: 16px; } }

.stops .stop {
  position: relative; }
  .stops .stop .modifier {
    position: absolute;
    right: 0px;
    top: 27px; }
    .stops .stop .modifier svg {
      color: #00ff00;
      font-size: 25px; cursor:pointer}

@media (max-width: 768px) {
    .stops .stop .modifier {
        position: absolute;
        right: 19px;
        top: 27px;
    }
}

#step1,
#step2 {
  padding-bottom: 0; }

#step3,
#step5 {
  padding-bottom: 5px; }

.stops .stop .modifier.deletestop {
  display: none; }

.booking-info {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.9; }
  .booking-info li span {
    display: inline-block; }
  .booking-info li .info-name {
    font-weight: 700;
    margin-right: 40px; }
  .booking-info li .info-value {
    text-align: left; }

.pricing-promo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px; }
  .pricing-promo .checkbox-container {
    margin: 0; }

.price-wrapper p {
  margin: 0 5px 0 0;
  display: inline-block; }

.price-wrapper .old-price,
.price-wrapper .new-price {
  font-size: 50px;
  line-height: 1;
  font-weight: 700; }

.price-wrapper .new-price {
  color: #c21f54; }

.price-wrapper .info {
  font-weight: 700; }

.promo-code-wrapper {
  margin-top: 30px; }
  .promo-code-wrapper .field-container {
    margin-bottom: 0; }
  .promo-code-wrapper button {
    padding: 10px 25px; }

.pricing-continue {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-top: 60px; }
  .pricing-continue .pricing-wrapper .price-wrapper {
    padding-right: 20px;
    position: relative; }
    .pricing-continue .pricing-wrapper .price-wrapper .old-price {
      margin-right: auto; }
    .pricing-continue .pricing-wrapper .price-wrapper .info {
      position: absolute;
      top: -35px;
      left: 0; }

@media (max-width: 768px) {
  .pricing-continue .pricing-wrapper .price-wrapper {
    padding-right: 0; }
    .pricing-continue .pricing-wrapper .price-wrapper .old-price {
      margin-right: 20px; } }

#step4,
#step7 {
  position: relative; }

.change-booking {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #8f8f8f; }

.continue-booking {
  margin-top: auto; }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.accepted-payment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .accepted-payment span {
    display: inline-block;
    margin-right: 30px; }
  .accepted-payment svg {
    font-size: 20px;
    display: inline-block;
    margin-right: 8px; }
  .accepted-payment.large svg {
    font-size: 40px; }

.promo-code-status {
  border-color: #8f8f8f;
  border-width: 1px 0;
  border-style: solid;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .promo-code-status .old-price {
    margin-left: auto; }
  .promo-code-status svg {
    margin-right: 10px; }

.final-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px; }
  .final-price .new-price {
    margin-left: auto; }
  .final-price button {
    /*margin-left: 20px; */
  }

.revise {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .revise li {
    width: 100%; }
    .revise li svg {
      font-size: 18px;
      margin-right: 10px;
      color: #8f8f8f;
      width: 20px !important; }
    .revise li.pickup svg {
      color: #73c12d; }
    .revise li.dropoff svg {
      color: #ef6155; }

@media (max-width: 900px) {
  #step4,
  #step7 {
    padding-top: 50px; } }

@media (max-width: 768px) {
  .booking-info,
  .continue-booking {
    margin-top: 10px; }
  .price-wrapper {
    margin-bottom: 20px; }
  .step {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .number-passengers select,
  .number-checkin select,
  .number-smallbag select {
    max-width: 150px; } }

@media (min-width: 768px) {
  .halfstep:first-of-type {
    padding-right: 10px; }
  .halfstep:last-of-type {
    padding-left: 10px; }
  #redeem-promo {
    margin-left: 20px; } }

.payment-page .step {
  background-color: white;
  padding-top: 0;
  padding-bottom: 0; }

a.braintree {
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  width: 164px;
  height: 44px;
  margin-top: 26px;
  background: url(../../img/designv2/braintree-badge-dark.png) no-repeat center;
  background-size: contain; }

a.stripe {
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  width: 164px;
  height: 44px;
  margin-top: 26px;
  background: url(../../img/designv2/stripe-logo-sm.png) no-repeat center;
  background-size: contain; }

.car-container {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #cccccc;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  height:130px;
}
  .car-container input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .car-container .car-description {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .car-container .car-description .car-name {
      margin: 10px 0 0 0;
      font-size: 20px;
      text-align: center;
      line-height: 1; }
    .car-container .car-description .car-from-price {
      margin: 7px 0 0 0;
      font-size: 22px;
      text-align: center;
      line-height: 1;
      padding: 10px;
      background: #73c12d;
      color: #fff;
      width: 126%;
    }
    .car-container .car-description img {
      -ms-flex-item-align: center;
      align-self: center; }
  .car-container .car-specifications {
    list-style: none;
    margin: 0;
    padding: 0; }
    .car-container .car-specifications li {
      background-color: #ebeced;
      padding: 5px 8px;
      border-radius: 3px;
      margin-bottom: 5px;
      min-width: 50px; }
      .car-container .car-specifications li:last-of-type {
        margin-bottom: 0; }
      .car-container .car-specifications li svg {
        color: #8c8c8c; }
  .car-container.selected {
    -webkit-box-shadow: 0px 0px 9.8px 0.2px rgba(194, 31, 84, 0.3);
    box-shadow: 0px 0px 9.8px 0.2px rgba(194, 31, 84, 0.3);
    border: 2px solid #c21f54;
    padding: 9px; }
  .car-container.unavailable {
    opacity: .15; }

.review {
  width: 100%;
  max-width: 900px;
  background-color: #fafafa;
  padding: 20px;
  margin-left: auto;
  margin-right: auto; }
  .review .reviewer-name {
    font-weight: 700;
    margin-bottom: 0; }
  .review .stars {
    margin-left: 10px; }
    .review .stars svg {
      color: #fedb00; }
  .review .verified {
    text-transform: uppercase;
    background-color: #3dbb91;
    font-size: 10px;
    letter-spacing: -0.5px;
    color: White;
    padding: 5px;
    border-radius: 3px;
    margin-left: 10px;
    margin-bottom: 0; }
    .review .verified svg {
      margin-right: 5px; }
    .review .verified blockquote {
      margin-top: 20px; }

.visuallyhidden{
  display: none !important;
}

.field-container .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 15px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  max-height: 150px;
  overflow-y: auto;
  cursor: pointer;
}

.overlay-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../img/bx_loader.gif) 50% 50% no-repeat rgba(249, 249, 249, 0.66);
  background-size: 5%;
}
label[for='custom_round_trip'] svg.fa-undo {
    margin-left: 5px;
    font-size: 26px; }
label[for='instant-round-trip'] svg.fa-undo {
    margin-left: 5px;
    font-size: 26px; }
.t_c-error{
  color: red;
  display: none;
}
#pickup-timedate{
    width: 100%;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
#pickup-date{
    width: 100%;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
#pickup-time{
    width: 100%;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
#return-pickup-timedate{
    width: 100%;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
#instant-pickup-timedate{
    width: 100%;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
#instant-return-pickup-timedate{
    width: 100%;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
#flight-landing{
    width: 100%;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
#return-flight-landing{
    width: 100%;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#pass_phone{
    width: 139%;
    padding-left: 52px ;
}
.tooltip-custom{
    margin-left: 5px;
}
#restart:before { content: 'hiddentext'; font-size:0; display:block; line-height:0; }
.hidden{
    display: none !important;
}
.label-vehicle9{
    padding: 15px;
}
.driver-tip{
    margin-left: 20px;
}
@media (max-width: 768px) {
    input[type="tel"],
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="month"],
    input[type="time"],
    input[type="url"],
    textarea,
    select {
        margin-right: 4px;
        width: 94%;
        padding: 10px;
        font-size: 16px;
        line-height: 1;
        font-weight: 400;
        border: 1px solid #cccccc;
        background-color: white;
        outline: none;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); }

    .pickupTime{
        top:0;
    }
    .addstops{
        margin-bottom: 7%;
    }
    .datePickerGroup{
        display: block;
    }
    #pickup-timedate{
        width: 89%;
    }
    .groupAddon {
        right: 38px;
        top: 0;
        position: absolute;
        width: 12%;
        height: 100%;
    }
    .input-group-addon {
        padding: 10px 12px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    #pass_phone {
        width: 139%;
    }
    .rowCustom{
        /*margin-left: 12%;*/
    }
    .customDateTime{
        max-width: 40%;
    }
    .customTime{
        max-width: 40%;
        margin-left: 50px;
    }
    .dropdown-menu{
        font-size:11px;
    }
    #restart:before { content: 'hiddentext'; font-size:0; display:inline; line-height:0; }
    #promo-code-inp{
        margin-bottom: 10px;
    }
    .final-price button {
        margin-left: 0;
        width: 100%;
    }
    #confirmBooking{
        width: 100%;
    }
    #flight-landing{
        width: 94%;
        border: 1px solid #cccccc;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }
    #return-flight-landing{
        width: 100%;
        border: 1px solid #cccccc;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }
    .accepted-payment{
        margin: 20px 0;
    }
    .termLink{
        display: inline-block;
    }
    #confirmation-modal{
        overflow: scroll;
    }
    .modal.active {
        display: block ;
    }

    .overlay-loading {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url(../../img/bx_loader.gif) 50% 50% no-repeat rgba(249, 249, 249, 0.66);
        background-size: 20%;
    }
  .wait-booking {
    width: 90% !important;
    margin: 10px !important;
  }
  .second-resp{
    font-size: 16px;width: 90% !important;margin: auto;padding-bottom: 50px;
  }
}
.extra-custom-label{
    display:inline !important;
    vertical-align: super;
}

.checkbox-custom {
    padding-left: 20px; }
.checkbox-custom label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox-custom label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox-custom label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox-custom input[type="checkbox"] {
    opacity: 1;
    cursor: pointer}
.checkbox-custom input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox-custom input[type="checkbox"]:checked{
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox-custom input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox-custom input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox-custom.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox-custom.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked{
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }
.journey{
    margin-top: 10px;
}

.ssl img {
  height: 100px;
}
.generator-section{
    color: #00f;
}
.wait-booking{
  width: 97%;
  margin-bottom: 35px;
  margin-left: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.second-resp{
  font-size: 16px;width: 47%;margin: auto;padding-bottom: 50px;
}
.loading-logo{
  width: 30%;
}

.prgrss {
  display: block !important;
  height:2px !important;
  width: 0;
}

.prgrss .prc {
  height: 5px;
  -webkit-animation: zeroToHero 3s 0s infinite;
  animation: zeroToHero 3s 0s infinite;
  background-color: #EA263E;
}
.booking-asap-message{
  padding: 10px 0 0 0;
}

/*PMG Section*/
.pmg-section {
  padding-top: 10px;
  color: #BE1055;
}

.vertical-align {
  margin: auto;
}

.pmg-first,
.pmg-return-section {
  padding: 10px;
  border: 2px solid #BE1055;
}

.pmg-first {
  margin-bottom: 10px !important;
}

.pmg-section .pmg-icon {
  width: 64px;
}

.pmg-return-section label {
  padding-left: 5px;
}
.loaderProgress{
  width: 60px;
  margin: auto;
}

@media only screen and (max-width: 320px) {
  .pmg-section .pmg-icon {
    height: 3em;
    width: 3em !important;
    max-width: 5em;
    margin: auto;
    margin-top: 0;
  }

  .pmg-text {
    font-size: .6em;
  }

  .checkbox-custom label.extra-custom-label {
    font-size: 15px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .pmg-section .pmg-icon {
    height: 4em;
    width: 4em !important;
    max-width: 5em;
    margin: auto;
    margin-top: 0;
  }

  .pmg-text {
    font-size: .8em;
  }
}

/*PMG Section END*/

#sendBookingRequest{
  font-size: 15px;
}

.youtube-mod-content {
  text-align: center;
  width: auto !important;
  height: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.youtube-frame{
  width: 560px;
  height: 315px;
}
.green-button-custom {
    padding: 5px 10px;
    background-color: #73c12d;
    font-size: 15px;
    font-weight: 700;
    color: white;
    cursor: pointer;
}
.help-overlay{
    float: right;
}
.close-custom {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    display: contents;
    cursor: pointer;
}
.close-custom-span{
    margin:0 auto
}
@media (max-width: 768px) {
  .youtube-frame{
    width: 100%;
    height: 315px;
  }
    .close-custom-span{
        margin:50%
    }
    .green-button-custom {
        padding: 3px 3px;
        background-color: #73c12d;
        font-size: 12px;
        font-weight: 700;
        color: white;
        cursor: pointer;
    }
}

.mbsc-fr-btn-c{
  background: #ef6155;
}
.mbsc-fr-btn-s{
  background: #73c12d;
}
.mbsc-fr-btn{
  color: #fff !important;
}
@media (max-width: 768px) {
  header#masthead .logo-box {
    padding-right: 0; text-align: center}
}
.mbsc-fr-btn-c {
  background: #ef6155;
}
.mbsc-fr-btn-s {
  background: #73c12d;
}
.mbsc-fr-btn {
  color: #fff !important;
}
.removeButtonContainer {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  font-size: 23px;
  margin-top: 18px;
  display: inline-block;
  margin-left: -5px;
}
@media (min-width: 1200px) {
  .number-checkin {
    margin-left:56px;
  }
}

.top-banner {
  width: 100%;
  max-width: 640px;
  margin:10px auto;
}

.btn-add-tour {
  width: 200px;
  margin: 5px;
}
.btn-add-return-tour {
  width: 200px;
  margin: 5px;
}

.btn-delete-tour {
  width: 200px;
  margin: 5px;
  color: #ffffff;
  background-color: #f22314;
  border-color: #f22314;
}
.btn-delete-return-tour {
  width: 200px;
  margin: 5px;
  color: #ffffff;
  background-color: #f22314;
  border-color: #f22314;
}
.hours-td {
  width: 50px;
}
.table-tour-action-type {
  width: 210px;
}
.objective-title{
  display: block;
  width: 100%;
}
.extra-wait-mobile {
  display: none;
}
.tours-content {
  padding: 20px;
}

@media (max-width: 768px) {
  .objective-item td {
    display: block;
    margin: 5px;
  }
  .objective-extra-wait{
    display: none;
  }
  .hours-td {
    width: 100%;
  }
  .extra-wait-mobile {
    display: block;
  }
  .table-tour-action-type {
    margin: 0 !important;
  }
  
}

.pmg-no-check-container {
  display: contents;
}
.pmg-no-check-container-invalid {
  border: 2px solid #BE1055;
  padding: 10px 0px;
  display: block;
}

.pickup-dropoff-first{
  padding: 10px;
  border: 2px solid #BE1055;
  margin-bottom: 10px !important;
}

.pickup-section-details {
  padding-top: 10px;
  color: #BE1055;
}

.pickup-details-container {
  padding-right: 10px ;
}
.drop-off-details-container {
  padding-left: 10px ;
}

.checkbox-custom-pmg {
  margin-bottom: 15px; 
}