@charset "UTF-8";
/*
For naming convention of color variable I have used this site
https://www.htmlcsscolor.com/hex/262928
we have to place the hex code of color after the last slash (/), It give a nice name for the color
*/
/*
 * Vendor Prefix generator
 */
/*
 * a small mixin for easy use of rem with px as fallback
 * usage: @include x-rem(font-size, 14px)
 * usage: @include x-rem(margin, 0 12px 2 1.2)
 * usage: @include x-rem(padding, 1.5 24px)
 *
 * thanks to Eric Meyer for https://github.com/ericam/susy
 * and Hans Christian Reinl for http://drublic.de/blog/rem-fallback-sass-less/
 */
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
/****************** BUTTONS **************************/
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #2182bb;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2182bb;
  --secondary: #d19e01;
  --success: #28A745;
  --info: #17A2B8;
  --warning: #FFC107;
  --danger: #DC3545;
  --light: #f9f9f9;
  --dark: #1e1e1f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 641px;
  --breakpoint-md: 641px;
  --breakpoint-lg: 641px;
  --breakpoint-xl: 641px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(30, 30, 31, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1e1e1f;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #101939;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 5px;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(30, 30, 31, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 641px) {
  .container-sm, .container {
    max-width: 1170px;
  }
}
@media (min-width: 641px) {
  .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
@media (min-width: 641px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
@media (min-width: 641px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 641px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 641px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 641px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 641px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1e1e1f;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1e1e1f;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #66AFE9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 234, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #1e1e1f;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28A745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28A745;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328A745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28A745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28A745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328A745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28A745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28A745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28A745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28A745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28A745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28A745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28A745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #DC3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #DC3545;
  padding-right: calc(1.6em + 0.75rem);
  background-image: "";
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #DC3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #DC3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, "" #ffffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #DC3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #DC3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #DC3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #DC3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #DC3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DC3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #DC3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 641px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .flight-list-item .price-column .book-now {
  display: inline-block;
  font-weight: normal;
  color: #1e1e1f;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .flight-list-item .price-column .book-now {
    transition: none;
  }
}
.btn:hover, .flight-list-item .price-column .book-now:hover {
  color: #1e1e1f;
  text-decoration: none;
}
.btn:focus, .flight-list-item .price-column .book-now:focus, .btn.focus, .flight-list-item .price-column .focus.book-now {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 234, 0.25);
}
.btn.disabled, .flight-list-item .price-column .disabled.book-now, .btn:disabled, .flight-list-item .price-column .book-now:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .flight-list-item .price-column .book-now:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .flight-list-item .price-column a.disabled.book-now,
fieldset:disabled a.btn,
fieldset:disabled .flight-list-item .price-column a.book-now,
.flight-list-item .price-column fieldset:disabled a.book-now {
  pointer-events: none;
}

.btn-primary, .flight-list-item .price-column .book-now {
  color: #ffffff;
  background-color: #2182bb;
  border-color: #2182bb;
}
.btn-primary:hover, .flight-list-item .price-column .book-now:hover {
  color: #ffffff;
  background-color: #2182bb;
  border-color: #15224d;
}
.btn-primary:focus, .flight-list-item .price-column .book-now:focus, .btn-primary.focus, .flight-list-item .price-column .focus.book-now {
  color: #ffffff;
  background-color: #182657;
  border-color: #15224d;
  box-shadow: 0 0 0 0.2rem rgba(65, 82, 138, 0.5);
}
.btn-primary.disabled, .flight-list-item .price-column .disabled.book-now, .btn-primary:disabled, .flight-list-item .price-column .book-now:disabled {
  color: #ffffff;
  background-color: #2182bb;
  border-color: #2182bb;
}
.btn-primary:not(:disabled):not(.disabled):active, .flight-list-item .price-column .book-now:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .flight-list-item .price-column .book-now:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .flight-list-item .price-column .show > .dropdown-toggle.book-now {
  color: #ffffff;
  background-color: #15224d;
  border-color: #121d43;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .flight-list-item .price-column .book-now:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .flight-list-item .price-column .book-now:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .flight-list-item .price-column .show > .dropdown-toggle.book-now:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 82, 138, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #d19e01;
  border-color: #d19e01;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #ab8101;
  border-color: #9e7801;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #ab8101;
  border-color: #9e7801;
  box-shadow: 0 0 0 0.2rem rgba(183, 140, 7, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #d19e01;
  border-color: #d19e01;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #9e7801;
  border-color: #926e01;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 140, 7, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28A745;
  border-color: #28A745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28A745;
  border-color: #28A745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-light:hover {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #d9d9d9;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #1e1e1f;
  border-color: #1e1e1f;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #0b0b0c;
  border-color: #050505;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #0b0b0c;
  border-color: #050505;
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #1e1e1f;
  border-color: #1e1e1f;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #050505;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 65, 0.5);
}

.btn-outline-primary {
  color: #2182bb;
  border-color: #2182bb;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #2182bb;
  border-color: #2182bb;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 51, 117, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2182bb;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #2182bb;
  border-color: #2182bb;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 51, 117, 0.5);
}

.btn-outline-secondary {
  color: #d19e01;
  border-color: #d19e01;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #d19e01;
  border-color: #d19e01;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 158, 1, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #d19e01;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #d19e01;
  border-color: #d19e01;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 158, 1, 0.5);
}

.btn-outline-success {
  color: #28A745;
  border-color: #28A745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28A745;
  border-color: #28A745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28A745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28A745;
  border-color: #28A745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17A2B8;
  border-color: #17A2B8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17A2B8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #FFC107;
  border-color: #FFC107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFC107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #DC3545;
  border-color: #DC3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #DC3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f9f9f9;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}

.btn-outline-dark {
  color: #1e1e1f;
  border-color: #1e1e1f;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #1e1e1f;
  border-color: #1e1e1f;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 31, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1e1e1f;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1e1e1f;
  border-color: #1e1e1f;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 31, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2182bb;
  text-decoration: none;
}
.btn-link:hover {
  color: #101939;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .flight-list-item .price-column .book-now, .flight-list-item .price-column .input-group-prepend .book-now,
.input-group-append .btn,
.input-group-append .flight-list-item .price-column .book-now,
.flight-list-item .price-column .input-group-append .book-now {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .flight-list-item .price-column .book-now:focus, .flight-list-item .price-column .input-group-prepend .book-now:focus,
.input-group-append .btn:focus,
.input-group-append .flight-list-item .price-column .book-now:focus,
.flight-list-item .price-column .input-group-append .book-now:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .flight-list-item .price-column .book-now + .btn, .flight-list-item .price-column .input-group-prepend .book-now + .btn, .input-group-prepend .flight-list-item .price-column .btn + .book-now, .flight-list-item .price-column .input-group-prepend .btn + .book-now, .input-group-prepend .flight-list-item .price-column .book-now + .book-now, .flight-list-item .price-column .input-group-prepend .book-now + .book-now,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .flight-list-item .price-column .book-now + .input-group-text,
.flight-list-item .price-column .input-group-prepend .book-now + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .flight-list-item .price-column .input-group-text + .book-now,
.flight-list-item .price-column .input-group-prepend .input-group-text + .book-now,
.input-group-append .btn + .btn,
.input-group-append .flight-list-item .price-column .book-now + .btn,
.flight-list-item .price-column .input-group-append .book-now + .btn,
.input-group-append .flight-list-item .price-column .btn + .book-now,
.flight-list-item .price-column .input-group-append .btn + .book-now,
.input-group-append .flight-list-item .price-column .book-now + .book-now,
.flight-list-item .price-column .input-group-append .book-now + .book-now,
.input-group-append .btn + .input-group-text,
.input-group-append .flight-list-item .price-column .book-now + .input-group-text,
.flight-list-item .price-column .input-group-append .book-now + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .flight-list-item .price-column .input-group-text + .book-now,
.flight-list-item .price-column .input-group-append .input-group-text + .book-now {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.flight-list-item .price-column .input-group-lg > .input-group-prepend > .book-now,
.input-group-lg > .input-group-append > .btn,
.flight-list-item .price-column .input-group-lg > .input-group-append > .book-now {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.flight-list-item .price-column .input-group-sm > .input-group-prepend > .book-now,
.input-group-sm > .input-group-append > .btn,
.flight-list-item .price-column .input-group-sm > .input-group-append > .book-now {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .flight-list-item .price-column .input-group > .input-group-prepend > .book-now,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.flight-list-item .price-column .input-group > .input-group-append:not(:last-child) > .book-now,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.flight-list-item .price-column .input-group > .input-group-append:last-child > .book-now:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .flight-list-item .price-column .input-group > .input-group-append > .book-now,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.flight-list-item .price-column .input-group > .input-group-prepend:not(:first-child) > .book-now,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.flight-list-item .price-column .input-group > .input-group-prepend:first-child > .book-now:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.3rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #2182bb;
  background-color: #2182bb;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 234, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6bc7ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #9edaff;
  border-color: #9edaff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2182bb;
  background-color: #2182bb;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 145, 234, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 145, 234, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 145, 234, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.3rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 145, 234, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #6bc7ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 234, 0.25);
}
.custom-select:focus::-ms-value {
  color: #1e1e1f;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #6bc7ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 234, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 145, 234, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 145, 234, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 145, 234, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2182bb;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #9edaff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2182bb;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #9edaff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2182bb;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #9edaff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2182bb;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #00629e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 234, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #2182bb;
  border-color: #2182bb;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1f294c;
  background-color: #d2d6e3;
  border-color: #c1c6d8;
}
.alert-primary hr {
  border-top-color: #b1b8ce;
}
.alert-primary .alert-link {
  color: #101528;
}

.alert-secondary {
  color: #7b610f;
  background-color: #f6eccc;
  border-color: #f2e4b8;
}
.alert-secondary hr {
  border-top-color: #eedca2;
}
.alert-secondary .alert-link {
  color: #4e3d09;
}

.alert-success {
  color: #236533;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #163f20;
}

.alert-info {
  color: #1a636f;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #103e46;
}

.alert-warning {
  color: #937313;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #66500d;
}

.alert-danger {
  color: #812a33;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #5b1d24;
}

.alert-light {
  color: #909090;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.alert-light hr {
  border-top-color: #f0f0f0;
}
.alert-light .alert-link {
  color: #777777;
}

.alert-dark {
  color: #1e1e1f;
  background-color: #d2d2d2;
  border-color: silver;
}
.alert-dark hr {
  border-top-color: #b3b3b3;
}
.alert-dark .alert-link {
  color: #050505;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2182bb !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #15224d !important;
}

.bg-secondary {
  background-color: #d19e01 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #9e7801 !important;
}

.bg-success {
  background-color: #28A745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17A2B8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #DC3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e0e0e0 !important;
}

.bg-dark {
  background-color: #1e1e1f !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #050505 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2182bb !important;
}

.border-secondary {
  border-color: #d19e01 !important;
}

.border-success {
  border-color: #28A745 !important;
}

.border-info {
  border-color: #17A2B8 !important;
}

.border-warning {
  border-color: #FFC107 !important;
}

.border-danger {
  border-color: #DC3545 !important;
}

.border-light {
  border-color: #f9f9f9 !important;
}

.border-dark {
  border-color: #1e1e1f !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 641px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 641px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 641px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 641px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 641px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 641px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 641px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 641px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 641px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 641px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 641px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 641px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(30, 30, 31, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(30, 30, 31, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(30, 30, 31, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 641px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 641px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 641px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 641px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 641px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 641px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 641px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 641px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #2182bb !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #101939 !important;
}

.text-secondary {
  color: #d19e01 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #856401 !important;
}

.text-success {
  color: #28A745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17A2B8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #FFC107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #DC3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f9f9f9 !important;
}

a.text-light:hover, a.text-light:focus {
  color: lightgray !important;
}

.text-dark {
  color: #1e1e1f !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #1e1e1f !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(30, 30, 31, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #1e1e1f;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #ffffff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.flight-search-app *:not(.fa),
.flight-search-app {
  font-family: "Roboto", sans-serif;
}

.airport-search {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.airport-search .form-control {
  padding-left: 16px;
}
.airport-search .airports-list {
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  z-index: 100;
  background: #ffffff;
}
.airport-search .airports-list .items {
  list-style: none;
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
  border-top: none;
  background-color: #ffffff;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.airport-search .airports-list .items .item {
  border-bottom: 1px solid #fff;
  padding: 6px 8px;
  margin: 6px 0 0;
}
.airport-search .airports-list .items .item.is-active, .airport-search .airports-list .items .item:hover {
  background: #fff;
  cursor: pointer;
}
.airport-search .airports-list .items .item:first-of-type {
  margin-top: 0;
}
.airport-search .airports-list .items .item span {
  display: inline-block;
}
.airport-search .airports-list .items .item span.code {
  font-weight: bold;
}
.airport-search .airport-search-input {
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.375em - 1px) calc(0.625em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.airport-search .airport-search-input:focus, .airport-search .airport-search-input:active {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  outline: none;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 640px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  html {
    min-width: 1200px !important;
    width: 100% !important;
  }

  body > *,
body main > *:not(.container) {
    min-width: 1200px !important;
    width: 100% !important;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    min-height: 1570px !important;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    min-height: 860px !important;
  }
}
.centered-image {
  overflow: hidden;
}
.centered-image img {
  position: relative;
  left: 50% !important;
  transform: translateX(-50%);
}

.no-overflow {
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 1884px) {
  .no-overflow {
    overflow: hidden;
  }
}

.container-wide {
  width: 1884px;
  max-width: 1884px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1884px) {
  .container-wide {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  .container-wide {
    width: 100%;
    max-width: 480px;
  }
}

input[type=text]::-ms-clear {
  display: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
h1 a:hover, h1 a:focus, h1 a:active,
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active,
h4 a:hover,
h4 a:focus,
h4 a:active,
h5 a:hover,
h5 a:focus,
h5 a:active,
h6 a:hover,
h6 a:focus,
h6 a:active {
  color: inherit;
}

.btn-book-now {
  background: #2182bb;
  padding: 10px 100px;
  margin: 0 auto;
  border: none;
  color: #ffffff;
}
.btn-book-now:hover, .btn-book-now:focus {
  background: #0081d1 !important;
}
@media screen and (max-width: 640px) {
  .btn-book-now {
    margin-bottom: 30px;
    min-width: 100%;
    padding: 10px 15px;
  }
}

.booking-page .vdp-datepicker {
  max-width: 100% !important;
}
.booking-page .vdp-datepicker input {
  width: 100% !important;
  max-width: 100% !important;
}
.booking-page .flight-details .flight-list-item .flight-detail-wrapper .flight-information {
  padding: 0;
}
.booking-page .flight-details .flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details {
  margin-bottom: 10px;
}
.booking-page .flight-details .flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details:first-of-type .route-dir {
  max-width: 1230px;
  margin: 15px auto 49px;
}
.booking-page .flight-details .flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .seg-item .info {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}
.booking-page .flight-details .flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .lay-over * {
  font-size: 24px;
  line-height: 28px;
}
.booking-page .form-passengers {
  background: #ffffff;
  /* border: 4px solid #2182bb; */
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .booking-page .form-passengers {
    padding-top: 0;
    border-width: 1px;
    margin-top: -1px;
  }
}
.booking-page .form-passengers h2 {
  font-size: 20px;
  /* line-height: 28px;
  background-color: #2182bb;
  color: #ffffff;
  padding: 10px 30px;
  display: block;
  width: 100%; */
  margin-bottom: 25px;
}
/* .booking-page .form-passengers .form-group .form-control {
  border-color: #2182bb;
  border-radius: 0 !important;
} */
@media screen and (min-width: 641px) {
  .booking-page .form-passengers .form-group {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .booking-page .form-passengers .form-group:first-of-type {
    padding-left: 15px !important;
  }
}
.booking-page .form-passengers .form-group .gender-box,
.booking-page .form-passengers .form-group .name-box {
  display: inline-block;
}
.booking-page .form-passengers .form-group .gender-box {
  width: 70px !important;
}
.booking-page .form-passengers .form-group .name-box {
  width: calc(100% - 70px) !important;
  margin-left: -1px;
}
.booking-page .form-passengers .input-group .input-group-prepend .input-group-text {
  border-color: #2182bb;
  background-color: transparent;
}
.booking-page .form-passengers .input-group .form-control {
  border-radius: 0 !important;
  border-left-color: #ffffff;
}
/* .booking-page .form-passengers .full-width-column {
  padding-left: 30px !important;
  padding-right: 30px !important;
} */
.booking-page .form-passengers .border-box{
  border:1px solid #2182bb;
  background:#f0f0f0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}
/* .booking-page .form-passengers .full-width-column .form-group label {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
} */
.booking-page .form-passengers .full-width-column .custom-control-inline {
  margin-bottom: 1rem;
}
.booking-page .form-passengers .full-width-column .custom-control-inline label {
  padding-left: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.booking-page .form-passengers .btn-book-now {
  background-color: #2182bb;
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 641px) {
  .booking-page .form-passengers .btn-book-now {
    min-width: 368px;
  }
}
@media screen and (max-width: 640px) {
  .booking-page .form-passengers .btn-book-now {
    min-width: 1px;
    width: 100%;
    max-width: 280px;
    margin: 1rem auto;
  }
}
.booking-page .group-title,
.booking-page .farebox-heading {
  background: #2182bb;
  color: #ffffff;
  font-size: 23px;
  margin-bottom: 10px;
  text-align: left !important;
  padding: 5px 10px;
}
.booking-page .farebox {
  padding: 0 !important;
  border: none !important;
}
@media screen and (min-width: 641px) {
  /* .booking-page .flight-list-item {
    border-radius: 0;
    border-width: 1px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
  } */
}
.booking-page .flight-list-item .legs-row {
  display: none;
}
.booking-page .flight-list-item .flight-detail-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.booking-page .flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .route-dir {
  font-size: 0;
  line-height: 1;
  padding: 2px;
}
.booking-page .flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .lay-over {
  max-width: 715px;
  margin-right: auto;
  margin-left: 90px;
}
.booking-page .flight-list-item .flight-detail-wrapper .flight-information .leg-details:first-of-type .seg-details .route-dir {
  display: none !important;
}
.booking-page .flight-list-item .flight-detail-wrapper .flight-information .leg-details:last-of-type .seg-details:last-of-type {
  margin-bottom: 20px;
}
.booking-page .booking-title {
  /* background-color: #2182bb;
  color: #ffffff; */
  font-size: 24px;
  line-height: 28px;
  padding: 10px 0px;
}
.booking-page .flight-list-item .flight-detail-wrapper{
  border-top: 0 !important;
}
.booking-page .booking-title > div:last-of-type {
  text-align: right;
  padding-right: 0;
}
.booking-page .booking-title > div:last-of-type a {
  font-size: 20px;
  line-height: 23px;
  color: #000;
}
.booking-page .booking-title > div:last-of-type a .fa {
  display: inline-block;
  margin-right: 10px;
}
.booking-page .pricing-info .total-price-item .info {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.booking-page .pricing-info .parts {
  position: relative;
  padding-bottom: 10px;
}
.booking-page .pricing-info .parts:after {
  content: "";
  width: 170px;
  border-bottom: 1px solid #1e1e1f;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  display: block;
  margin: auto;
}
.booking-page .pricing-info .total {
  padding: 10px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.thanks-page .px-list p:nth-of-type(even){
 background-color: #dedede;

}
@media screen and (max-width: 640px) {
  /* .booking-page .form-passengers .full-width-column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  } */
  .booking-page .book-price-mob {
    background-color: transparent;
  }
  .booking-page .book-price-mob .pricing-info .parts:after {
    width: 100%;
  }
  .booking-page .book-price-mob .pricing-info .parts .total-price-item .info {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
  }
  .booking-page .book-price-mob .pricing-info .total {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
  }
  .booking-page .book-price-mob .price-box .info .currency {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #7E8895;
  }
  .booking-page .book-price-mob .price-box .info .amount {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #C93535;
  }
  .booking-page .book-price-mob .price-box .info.tp {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
}

.fa-plane.fa-90 {
  transform: rotate(90deg);
}
.fa-plane.fa-45 {
  transform: rotate(45deg);
}
.fa-plane.fa-225 {
  transform: rotate(225deg);
}

.flight-list-item {
  background: #ffffff;
  /* border: 1px solid #2182bb; */
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 20px;
}
.flight-list-item .airline-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 120px;
  margin: 25px auto 0;
  max-height: 60px;
  object-fit: contain;
}
.flight-list-item .legs-row {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f4f4f4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.flight-list-item .itinerary-summary {
  padding: 15px 0;
}
.flight-list-item .itinerary-summary .arrival-column,
.flight-list-item .itinerary-summary .departure-column {
  text-align: center;
}
.flight-list-item .itinerary-summary .stoppage-column {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .flight-list-item .itinerary-summary .stoppage-column .stoppage-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -55px;
    display: block;
    margin: auto;
    width: 225px;
  }
}
.flight-list-item .itinerary-summary .stoppage-column .info {
  margin-bottom: 0;
  color: #828181;
}
/* .flight-list-item .itinerary-summary .info > .info {
  display: inline-block;
} */
.flight-list-item .itinerary-summary > .row {
  margin-bottom: 33px;
}
.flight-list-item .itinerary-summary > .row:last-of-type {
  margin-bottom: 0;
}
.flight-list-item .price-column {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
/* .flight-list-item .price-column:before {
  content: "";
  width: 2px;
  height: 90%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0px;
  display: block;
  margin: auto;
  background-color: #2182bb;
} */
.flight-list-item .price-column .book-now {
  margin-top: 20px;
}
.flight-list-item .flight-detail-wrapper {
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 641px) {
  .flight-list-item .flight-detail-wrapper {
    background: #e0e0e0;
  }
}
.flight-list-item .flight-detail-wrapper .first-column {
  padding-left: 30px;
}
.flight-list-item .flight-detail-wrapper .second-column {
  padding-right: 0;
  padding-left: 0;
}
.flight-list-item .flight-detail-wrapper .second-column .info {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.flight-list-item .flight-detail-wrapper .third-column {
  padding-left: 0;
  padding-right: 30px;
}
.flight-list-item .flight-detail-wrapper a[data-toggle=collapse] {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* color: #C93535; */
}
.flight-list-item .flight-detail-wrapper a[data-toggle=collapse] .fa {
  transition: 0.3s;
}
.flight-list-item .flight-detail-wrapper a[data-toggle=collapse] .first {
  display: inline-block;
}
.flight-list-item .flight-detail-wrapper a[data-toggle=collapse] .second {
  display: none;
}
.flight-list-item .flight-detail-wrapper a[data-toggle=collapse][aria-expanded=true] .second {
  display: inline-block;
}
.flight-list-item .flight-detail-wrapper a[data-toggle=collapse][aria-expanded=true] .first {
  display: none;
}
.flight-list-item .flight-detail-wrapper a[data-toggle=collapse][aria-expanded=true] .fa {
  transform: rotate(180deg);
}
.flight-list-item .flight-detail-wrapper a[data-toggle=collapse]:hover span, .flight-list-item .flight-detail-wrapper a[data-toggle=collapse]:focus span {
  text-decoration: underline;
}
.flight-list-item .flight-detail-wrapper a[data-toggle=collapse]._blue {
  color: #0E2544;
}
.flight-list-item .flight-detail-wrapper .collapsing,
.flight-list-item .flight-detail-wrapper .collapse.show {
  padding-top: 6px;
  margin-bottom: -6px;
}
.flight-list-item .flight-detail-wrapper .card {
  border: none;
  border-radius: 0 0 5px 5px;
  background-color: inherit;
  width: 100%;
}
.flight-list-item .flight-detail-wrapper .card-body table {
  width: 100%;
}
.flight-list-item .flight-detail-wrapper .card-body table thead, .flight-list-item .flight-detail-wrapper .card-body table tfoot {
  color: #ffffff;
}
.flight-list-item .flight-detail-wrapper .card-body table thead th, .flight-list-item .flight-detail-wrapper .card-body table thead td, .flight-list-item .flight-detail-wrapper .card-body table tbody th, .flight-list-item .flight-detail-wrapper .card-body table tbody td, .flight-list-item .flight-detail-wrapper .card-body table tfoot th, .flight-list-item .flight-detail-wrapper .card-body table tfoot td {
  padding: 5px 15px;
}
.flight-list-item .flight-detail-wrapper .collapse.show + .collapse.show .card {
  padding-top: 0;
  border-top: none;
}
.flight-list-item .flight-detail-wrapper .flight-information {
  background-color: transparent;
  padding: 0 15px;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details{
  background: #fff;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
}
.flight-list-item .flight-detail-wrapper .flight-information .airline-logo {
  margin-top: 0;
}
.flight-list-item .flight-detail-wrapper .flight-information .route-title-box {
  padding-left: 8px;
  padding-right: 8px;
}
.flight-list-item .flight-detail-wrapper .flight-information .route-dir {
  text-align: center;
  width: 100%;
  background-color: #2182bb;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  padding: 8px 15px;
  margin: 10px 0 35px;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details {
  margin-bottom: 30px;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details span {
  display: inline-block;
  /*font-weight: bold;*/
  font-size: 16px;
  line-height: 21px;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details span.flight-number {
  text-align: center;
  color: #0E2544;
  display: block;
  max-width: 120px;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .seg-item {
  margin-bottom: 20px;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .seg-item .info {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 0;
  color: #1e1e1f;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .seg-item .info.title {
  min-width: 118px;
  color: #2182bb;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .seg-item .info.time {
  padding-left: 30px;
  position: relative;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .seg-item .info.time:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2182bb;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .lay-over {
  background-color: #fff;
  color: #C93535;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 9px 15px;
  max-width: 580px;
  margin: 8px 0 20px 25px;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .lay-over * {
  color: #C93535;
  font-weight: bold;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details:first-of-type .route-dir {
  display: block;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details:last-of-type .lay-over {
  display: none;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details:last-of-type .seg-details:last-of-type {
  margin-bottom: 10px;
}
.flight-list-item .stoppage {
  width: 100%;
  height: 1px;
  position: relative;
  background: #2182bb;
  padding: 0 10px;
  display:block;
  max-width: 145px;
  margin: 10px auto !important;
}
.flight-list-item .stoppage .fa-plane {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: -3px;
  left: auto;
  display: block;
  color: #2182bb;
  margin: auto;
  width: 20px;
  height: 20px;
}
.flight-list-item .stoppage:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #767373;
  left: 50%;
  margin-left: -5px;
  top: -5px;
}
.flight-list-item .stoppage.none:before {
  display: none;
}
.flight-list-item .price-table thead,
.flight-list-item .price-table tfoot {
  background: #2182bb;
  color: #1e1e1f;
}
.flight-list-item .price-table thead tr td:nth-last-of-type(1),
.flight-list-item .price-table thead tr th:nth-last-of-type(1),
.flight-list-item .price-table tbody tr td:nth-last-of-type(1),
.flight-list-item .price-table tbody tr th:nth-last-of-type(1),
.flight-list-item .price-table tfoot tr td:nth-last-of-type(1),
.flight-list-item .price-table tfoot tr th:nth-last-of-type(1) {
  text-align: right;
}
.flight-list-item .price-table tfoot tr td {
  font-weight: 700;
}
.flight-list-item.expanded-item {
  border-width: 4px;
}

.info {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  color: #0E2544;
}
.info.no-wrap {
  white-space: nowrap;
}
.info.large {
  font-size: 16px;
}
.info.bold {
  font-weight: 700;
}
.info.medium {
  font-weight: 600;
}
.info:last-of-type {
  margin-bottom: 0;
}
.info .goldy, .info.goldy {
  color: inherit;
}
.info.separator {
  margin-left: 3px;
  margin-right: 3px;
}
.info.price {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
}
.info.price .currency {
  color: #7E8895;
/*  display: block;*/
}
.info.price .figure {
  color: #C93535;
/*  display: block;*/
}
.info.time {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
  margin: 0 0 10px;
}
.info .arp {
  color: #2182bb;
  text-transform: uppercase;
}
.info.arp-date {
  display: none !important;
}

.todo {
  color: red !important;
}

.farebox {
  padding: 8px;
  border: 2px solid #2182bb;
}
.farebox .farebox-heading {
  background: #2182bb;
  color: #ffffff;
  font-size: 23px;
  padding: 3px;
  text-align: center;
}

.info.bold {
    font-weight: 400;
}
.booking-page .flight-details .flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .seg-item .info {
    font-weight: unset;
  }
@media screen and (max-width: 640px) {
  .mobile-flight-item {
    border: 1px solid #2182bb;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 24px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .mobile-flight-item .mobile-legs > div {
    margin-bottom: 20px;
  }
  .mobile-flight-item .mobile-legs > div.button-box {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .mobile-flight-item .mobile-legs .airline-mobile-logo {
    width: 118px;
    max-width: 118px;
    height: auto;
    display: block;
    margin: 0;
  }
  .mobile-flight-item .mobile-legs .price-box {
    text-align: right;
  }
  .mobile-flight-item .mobile-legs .price-box .info {
    font-size: 24px;
    line-height: 23px;
  }
  .mobile-flight-item .mobile-legs .price-box .info.tp {
    font-size: 12px;
    line-height: 14px;
    color: #1e1e1f;
    text-transform: uppercase;
    padding-right: 0px;
  }
  .mobile-flight-item .mobile-legs .price-box .info .currency {
    color: #7E8895;
  }
  .mobile-flight-item .mobile-legs .price-box .info .amount {
    color: #C93535;
    font-size: 24px;
    line-height: 28px;
  }
  .mobile-flight-item .mobile-legs .departure-column .info.date, .mobile-flight-item .mobile-legs .departure-column .info.arp, .mobile-flight-item .mobile-legs .departure-column .info.time {
    text-align: right;
  }
  .mobile-flight-item .mobile-legs .departure-column .info.time,
.mobile-flight-item .mobile-legs .arrival-column .info.time {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #2182bb;
  }
  .mobile-flight-item .mobile-legs .departure-column .info.date,
.mobile-flight-item .mobile-legs .arrival-column .info.date {
    font-size: 14px;
    line-height: 16px;
    color: #1e1e1f;
  }
  .mobile-flight-item .mobile-legs .departure-column .info.arp,
.mobile-flight-item .mobile-legs .arrival-column .info.arp {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #2182bb;
  }
  .mobile-flight-item .mobile-legs .stoppage-box {
    text-align: center;
  }
  .mobile-flight-item .mobile-legs .stoppage-box .elapse-time {
    font-size: 12px;
    line-height: 14px;
    color: #0E2544;
    text-align: center;
  }
  .mobile-flight-item .mobile-legs .box-style {
    /* background-color: #2182bb;
    color: #ffffff; */
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding: 5px 22px;
    border-radius: 6px;
    max-width: 152px;
  }
  .mobile-flight-item .mobile-legs a.box-style{
    background: #2182bb;
    color: #fff;
  }
  .mobile-flight-item .mobile-legs .box-style.smaller {
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    padding: 0;
    border-radius: 0;
    max-width: 76px;
    min-width: 76px;
    text-align: center;
  }
  .mobile-flight-item .mobile-legs .info {
    margin: 0;
  }
  .mobile-flight-item .mobile-legs .info .fa-plane:before {
    color: #2182bb;
  }
  .mobile-flight-item .mobile-legs .info .line {
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #2182bb;
    margin-right: 5px;
  }
  .mobile-flight-item .mobile-legs .info.ver-mid {
    vertical-align: middle;
  }
  .mobile-flight-item .mobile-legs .info.ver-mid * {
    vertical-align: middle;
  }
  .mobile-flight-item .mobile-legs .info.ver-mid i{
    color :#2182bb
  }
  .mob-details-flight-box {
    background: #ffffff;
    margin-bottom: 30px;
  }
  .mob-details-flight-box .back-link {
    display: block;
    text-align: right;
    padding: 5px 15px;
  }
  .mob-details-flight-box .back-link a {
    display: inline-block;
  }
  .mob-details-flight-box .back-link a .fa {
    display: inline-block;
    margin-right: 5px;
  }
  .mob-details-flight-box .info {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
  }
  .mob-details-flight-box .info.goldy {
    font-weight: 700;
    color: #2182bb;
  }
  .mob-details-flight-box .info.logo img {
    display: block;
    width: 118px;
    height: auto;
    max-width: 118px;
  }
  .mob-details-flight-box .flight-num,
.mob-details-flight-box .lay-over .info {
    color: #C93535;
  }
  .mob-details-flight-box .mob-details-flight {
    border: 1px solid #2182bb;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 15px 15px;
  }
  .mob-details-flight-box .mob-details-flight .last-row-box .price-wrapper .info.tp {
    padding-left: 20px;
    display: block;
    font-size: 12px;
    line-height: 14px;
  }
  .mob-details-flight-box .mob-details-flight .last-row-box .price-wrapper .info.price {
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    margin-right: -10px;
  }
  .mob-details-flight-box .mob-details-flight .last-row-box .price-wrapper .info.price .currency {
    color: #7E8895;
    display: inline-block;
  }
  .mob-details-flight-box .mob-details-flight .last-row-box .price-wrapper .info.price .figure {
    color: #C93535;
    display: inline-block;
  }
  .mob-details-flight-box .mob-details-flight .last-row-box .book-now {
    background-color: #2182bb;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 22px;
    border-radius: 6px;
    max-width: 152px;
    margin-top: 20px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details {
    padding: 0;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details {
    position: relative;
    padding-left: 30px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .info {
    vertical-align: middle;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .info .fa:before,
.mob-details-flight-box .mob-details-flight .leg-details .seg-details .info .fa {
    color: #2182bb;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .info.flight-num {
    margin-top: 12px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .elp-time {
    margin-top: 15px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .seat {
    margin-bottom: 10px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .seat i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../images/seat.png") no-repeat center center;
    margin-right: 7px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .route-dir {
    display: block;
    background-color: #2182bb;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding: 5px 15px;
    max-width: 200px;
    margin: 0 auto 20px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .line-wrapper {
    position: absolute;
    top: 65px;
    right: auto;
    bottom: auto;
    left: 20px;
    display: block;
    margin: auto;
    width: 1px;
    height: 146px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .dot-n-line {
    width: 1px;
    height: 116px;
    background-color: #1e1e1f;
    position: relative;
    display: inline-block;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .dot-n-line:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2182bb;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    right: 0;
    bottom: auto;
    left: -6px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details .dot-n-line:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2182bb;
    position: absolute;
    display: block;
    margin: auto;
    top: auto;
    right: 0;
    bottom: 0;
    left: -6px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details > div > .row {
    margin-bottom: 20px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details + .seg-details {
    padding-top: 20px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details + .seg-details .line-wrapper {
    top: 125px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details .seg-details + .seg-details .dot-n-line:before {
    top: auto;
    bottom: 0;
  }

  .mob-details-flight-box .mob-details-flight .leg-details .seg-details + .seg-details .dot-n-line:after {
    top: 0;
    bottom: auto;
  }

  .booking-page .box-title {
    background-color: #2182bb;
    color: #ffffff;
    display: block;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
  }
  .booking-page .flight-list-item {
    margin-bottom: -1px;
    border-radius: 0;
    box-shadow: none;
  }
  .booking-page .mobile-flight-item {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 0;
  }
  .booking-page .form-passengers {
    border-top-color: #ffffff;
  }
  .booking-page .form-passengers h2 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding: 6px 6px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 1rem;
  }
  .booking-page .form-passengers label {
    color: #6F6C64;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    margin-bottom: 2px;
  }
  .booking-page .form-passengers .full-width-column > .row:after {
    content: "";
    width: 181px;
    height: 1px;
    background-color: #2182bb;
    display: block;
    margin: 20px auto;
  }
  .booking-page .form-passengers .full-width-column > .row:last-of-type:after {
    display: none;
  }
}
.fa-spinner {
  font-size: 120px;
  color: #2182bb;
}

.flights-listing-wrapper {
  min-width: calc(100% - 386px);
}
.flights-listing-wrapper .summary-wrapper {
  background-color: #ffffff;
  padding: 10px 0 0;
}
.flights-listing-wrapper .summary-wrapper .trip-info {
  text-align: left;
  font-size: 20px;
}
.flights-listing-wrapper .summary-wrapper .trip-info .info {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
  color: #2182bb;
}
.flights-listing-wrapper .summary-wrapper .trip-info .info.line-box {
  width: 205.86px;
  height: 2px;
  background-color: #2182bb;
}
.flights-listing-wrapper .summary-wrapper .trip-info .info.arp {
  min-width: 30px;
}
.flights-listing-wrapper .summary-wrapper .travel-info > .info {
  display: inline-block;
  margin-right: 10px;
}
.flights-listing-wrapper .summary-wrapper .travel-info > .info .info.bold {
  color: #0E2544;
  padding-left: 5px;
}
.flights-listing-wrapper .summary-wrapper .info {
  font-size: 20px;
  line-height: 21px;
  display: inline-block !important;
  margin-bottom: 0 !important;
}
.flights-listing-wrapper .summary-wrapper .info.black {
  color: #1e1e1f !important;
  font-weight: bold !important;
}
.flights-listing-wrapper .summary-wrapper .info.text {
  color: #1e1e1f !important;
}
.flights-listing-wrapper .trip-info-mobile {
  margin-bottom: 10px;
}
.flights-listing-wrapper .trip-summary-mobile .info {
  display: inline-block;
  margin: 0 0 0 5px;
}
.flights-listing-wrapper .trip-summary-mobile .info.fa:before {
  color: #828181;
}
.flights-listing-wrapper .trip-summary-mobile .info.goldy {
  color: #2182bb;
}
.flights-listing-wrapper .trip-summary-mobile .info:first-of-type {
  margin-left: 0;
  margin-right: 5px;
}

.filter-outer-box {
  max-width: 386px ;
}

.filter-box {
  background-color: #fff;
}
.filter-box .title {
  display: block;
  background-color: #afafaf;
  color: #ffffff;
  padding: 12px 33px;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  position: relative;
  margin-bottom: -2px;
      text-align: center;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
}
/* .filter-box .title:after {
  content: "";
  border: 20px solid;
  position: absolute;
  bottom: -39px;
  border-color: #2182bb transparent transparent transparent;
  left: 43%;
} */
.filter-box .collapse-filters {
  background-color: #f1f1f1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 640px) {
  .filter-box .collapse-filters {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 641px) {
  .filter-box .collapse-filters {
    display: block !important;
    padding-top: 17px;
  }
}
.filter-box .filter-set {
  padding: 15px 33px;
  color: #6F6C64;
}
@media screen and (max-width: 640px) {
  .filter-box .filter-set {
    padding: 15px 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.filter-box .filter-set .filter-label {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #1e1e1f;
  display: block;
  margin-bottom: 10px;
}
.filter-box .filter-set .custom-control-inline {
  margin-bottom: 8px;
}
.filter-box .filter-set .custom-control-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6F6C64;
  padding-left: 3px;
}
.filter-box .filter-set .form-group:last-of-type {
  margin-bottom: 0;
}
.filter-box .filter-set .slider {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}
.filter-box .filter-set:last-of-type {
  margin-bottom: -1px;
}
.filter-box .filter-set.trip-stops > div {
  min-width: 1px;
}

.suggestions-box {
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.phonenumber-field label{
  font-weight: normal !important;
  line-height: unset !important;
    font-size: 14px !important;
}
.phonenumber-field input{
  border-color:#2182bb  !important;
}
h2.congrats{
  margin-bottom: 14px;
    font-size: 34px !important;
}
@media screen and (min-width: 641px) {
  .suggestions-box .mid {
    padding-left: 0;
    padding-right: 0;
  }
}
.suggestions-box .suggestion-item {
  display: block;
  width: 100%;
  box-shadow: 0 9px 23px rgba(0, 0, 0, 0.09), 0 5px 5px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  color: #0E2544;
  border-radius: 8px;
}
.suggestions-box .suggestion-item > span:first-of-type {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 5px 15px;
  text-align: center;
}
.suggestions-box .suggestion-item > div {
  padding: 20px 10px;
  font-size: 22px;
  line-height: 26px;
}
.suggestions-box .suggestion-item > div span{
  font-size: 22px;
}
.suggestions-box .suggestion-item span{
  font-size: 22px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.suggestions-box .suggestion-item > div span:last-of-type {
  float: right;
}
.suggestions-box .suggestion-item.best > span:first-of-type {
  background-color: #3c3c3c;
}
.suggestions-box .suggestion-item.low > span:first-of-type {
  background-color: #b9b9b9;
}
.suggestions-box .suggestion-item.fast > span:first-of-type {
  background-color: #3c3c3c;
}
.suggestions-box .suggestion-item:hover, .suggestions-box .suggestion-item:focus, .suggestions-box .suggestion-item:active {
  text-decoration: none;
}

.range-slider {
  width: 100%;
  margin: 32px auto 0;
  text-align: center;
  position: relative;
  height: auto;
}
.range-slider svg {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.range-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
.range-slider input[type=range]:focus {
  outline: none;
}
.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #828181;
}
.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #828181;
}
.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #828181;
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #828181;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 0 #1e1e1f;
  border: 1px solid #2182bb;
  height: 28px;
  width: 28px;
  border-radius: 25px;
  background: #2182bb;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}

.price-range-selected {
  pointer-events: none;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.price-range-selected span:first-of-type {
  float: left;
}
.price-range-selected span:last-of-type {
  float: right;
}

@media screen and (min-width: 641px) {
  .collapse-search-box {
    display: block !important;
  }
}

.search-form {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 640px) {
  .search-form {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.search-form .no-padding-row {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .search-form .no-padding-row {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) {
  .search-form .no-padding-row .col-sm {
    padding-left: 0;
    padding-right: 0;
    margin-right: -2px;
  }
}
@media screen and (max-width: 640px) {
  .search-form .no-padding-row .col-sm label {
    margin-bottom: 0;
  }
}
.search-form .no-padding-row .col-sm .btn, .search-form .no-padding-row .col-sm .flight-list-item .price-column .book-now, .flight-list-item .price-column .search-form .no-padding-row .col-sm .book-now {
  min-height: 40px;
  margin-top: 33px;
  border-radius: 0;
  min-width: 100px;
}
@media screen and (max-width: 640px) {
  .search-form .no-padding-row .col-sm .btn, .search-form .no-padding-row .col-sm .flight-list-item .price-column .book-now, .flight-list-item .price-column .search-form .no-padding-row .col-sm .book-now {
    margin-top: 0;
    min-width: 100%;
  }
}
.search-form .form-item {
  border: none;
}
.search-form .form-item.icon-field {
  position: relative;
}
.search-form .form-item.icon-field .fa {
  width: 16px;
  height: 16px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 5px;
  display: block;
  margin: auto;
  z-index: 2;
  pointer-events: none;
  color: #2182bb;
}
.search-form .form-item.icon-field.date-picker .fa {
  left: auto;
  right: 5px;
}
.search-form .form-item select.form-control {
  padding: 6px 6px;
}
@media screen and (max-width: 640px) {
  .search-form .custom-control {
    margin-bottom: 5px;
  }
}
.search-form label {
  color: #ffffff;
  font-weight: 500;
}
.search-form .form-row.no-padding-row .multi-city-fields .col-sm button {
  background-color: #fff;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 33px;
  margin-left: 10px;
  border: 1px solid #828181;
}
@media screen and (max-width: 640px) {
  .search-form .form-row.no-padding-row .multi-city-fields .col-sm button {
    margin: 23px 0 0 0;
  }
}
.search-form .form-row.no-padding-row .multi-city-fields .col-sm button .fa {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 24px;
  color: #2182bb;
  width: 24px;
  height: 24px;
}
.search-form .form-row.no-padding-row .multi-city-fields .col-sm button:hover, .search-form .form-row.no-padding-row .multi-city-fields .col-sm button:focus, .search-form .form-row.no-padding-row .multi-city-fields .col-sm button:active {
  outline: none;
}
.search-form .form-row.no-padding-row.multi .multi-city-fields {
  display: block;
}
.search-form .form-row.no-padding-row.multi .from-to-fields {
  display: none;
}
.search-form.flights-page-control label {
  color: #1e1e1f;
}
.search-form.flights-page-control .form-item.icon-field .form-control {
  padding-left: 25px;
}
.search-form.flights-page-control .form-item.icon-field.date-picker .form-control {
  padding-left: 12px;
  padding-right: 25px;
}
.search-form.flights-page-control .form-item select.form-control {
  padding: 6px 6px;
}
.search-form.flights-page-control .col .btn, .search-form.flights-page-control .col .flight-list-item .price-column .book-now, .flight-list-item .price-column .search-form.flights-page-control .col .book-now {
  height: 40px;
}
@media screen and (max-width: 640px) {
  /* .search-form .trip-types-column > div:nth-of-type(2) {
    display: none !important;
  } */
}

.flights-list-page .flights-page-control {
  background-color: #fff;
  border: 2px solid #2182bb;
  padding: 33px 30px 23px;
  color: #6F6C64;
  margin-bottom: 13px;
}
@media screen and (max-width: 640px) {
  .flights-list-page .flights-page-control {
    padding: 20px 15px;
  }
}
.flights-list-page .flights-page-control label {
  color: #6F6C64;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 5px;
}
.flights-list-page .flights-page-control .form-control {
  border-color: #D8D8D8;
  background-color: #ffffff;
}
.flights-list-page .flights-page-control .col-sm.column-but {
  padding-left: 30px !important;
}
.flights-list-page .flights-page-control .col-sm.column-but .btn, .flights-list-page .flights-page-control .col-sm.column-but .flight-list-item .price-column .book-now, .flight-list-item .price-column .flights-list-page .flights-page-control .col-sm.column-but .book-now {
  margin-top: 32px;
  max-height: 38px;
  min-height: 38px;
}
.flights-list-page .search-form .no-padding-row label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-left: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) {
  .flights-list-page .search-form .no-padding-row .col-sm.cabin-column {
    max-width: 165px;
  }
}
@media screen and (min-width: 641px) {
  .flights-list-page .search-form .no-padding-row .col-sm.search-column {
    min-width: 304px;
    max-width: 304px;
  }
}
@media screen and (min-width: 641px) {
  .flights-list-page .search-form .no-padding-row .col-sm.multi-city-fields,
.flights-list-page .search-form .no-padding-row .col-sm.from-to-fields {
    min-width: 860px;
    max-width: none;
  }
}
@media screen and (min-width: 641px) {
  .flights-list-page .flights-page-control .col-sm.column-but {
    padding-left: 3px !important;
    max-width: 100px !important;
    min-width: 100px !important;
  }
}

.home-page .search-box-wrapper {
  margin-bottom: 60px;
}
.home-page .search-box-wrapper .container {
  position: relative;
}
.home-page .search-box-wrapper .tabs-wrapper {
  position: absolute;
  top: -620px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  z-index: 20;
}
@media screen and (max-width: 640px) {
  .home-page .search-box-wrapper .tabs-wrapper {
    max-width: calc(100% - 30px);
  }
}
.home-page .search-box-wrapper .tabs-wrapper .nav-tabs {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0;
}
.home-page .search-box-wrapper .tabs-wrapper .nav-tabs .nav-item {
  border: none;
  margin-bottom: 0;
  padding: 0;
  display: none;
}
.home-page .search-box-wrapper .tabs-wrapper .nav-tabs .nav-item .nav-link {
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  color: #ffffff;
  padding: 10px 15px 3px;
}
.search-form {
  background-color: #edededc7;
  padding: 20px;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}
.listing-search{
  padding: 10px !important;
}
.search-form label{
  color: #000000;
}

/* 15.   Revolution slider
--------------------------------------------------------------------------------*/
.hero-section {
  min-height: 700px;
  max-height: 700px;
  overflow: hidden !important;
  position: relative;
  background: linear-gradient(180deg, rgba(248, 248, 255, 0.00) 0%, #F8F8FF 100%);

  /* 15.   Revolution slider
  --------------------------------------------------------------------------------*/
}
.hero-section #slider-revolution ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.hero-section .slider-caption-sub {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}
.hero-section .slider-caption-sub.slider-caption-sub-1 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 28px;
}
.hero-section .slider-caption-sub.slider-caption-sub-3 {
  font-size: 26px;
  font-family: "Open Sans";
}
.hero-section .slider-caption {
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Lato";
  line-height: 1;
}
.hero-section .slider-caption small {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-family: "Hind";
  font-size: 30px;
  color: #ffffff;
  line-height: 1.15em;
}
.hero-section .slider-caption.slider-caption-1 {
  font-weight: bold;
}
.hero-section .slider-caption.slider-caption-2 {
  font-weight: bold;
  font-size: 80px;
}
.hero-section .slider-caption.slider-caption-3 {
  font-size: 80px;
}
.hero-section .slider-icon {
  padding: 5px 0;
  display: inline-block;
}

/* Preloader */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.preloader:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  background-color: #2182bb;
  width: 30px;
  height: 30px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation: preloader 5s linear infinite;
  -moz-animation: preloader 5s linear infinite;
  animation: preloader 5s linear infinite;
}

@-webkit-keyframes preloader {
  0% {
    background-color: #2182bb;
    -webkit-transform: scale(0);
    opacity: 1;
  }
  20% {
    background-color: #2182bb;
    -webkit-transform: scale(3);
    opacity: 0;
  }
  20.00001% {
    background-color: #2182bb;
    -webkit-transform: scale(0);
    opacity: 1;
  }
  40% {
    background-color: #2182bb;
    -webkit-transform: scale(3);
    opacity: 0;
  }
  40.00001% {
    background-color: #79C742;
    -webkit-transform: scale(0);
    opacity: 1;
  }
  60% {
    background-color: #79C742;
    -webkit-transform: scale(3);
    opacity: 0;
  }
  60.00001% {
    background-color: #2fa73d;
    -webkit-transform: scale(0);
    opacity: 1;
  }
  80% {
    background-color: #2fa73d;
    -webkit-transform: scale(3);
    opacity: 0;
  }
  80.00001% {
    background-color: #2fa73d;
    -webkit-transform: scale(0);
    opacity: 1;
  }
  100% {
    background-color: #2fa73d;
    -webkit-transform: scale(3);
    opacity: 0;
  }
}
@-moz-keyframes preloader {
  0% {
    background-color: #2182bb;
    -moz-transform: scale(0);
    opacity: 1;
  }
  20% {
    background-color: #2182bb;
    -moz-transform: scale(3);
    opacity: 0;
  }
  20.00001% {
    background-color: #2182bb;
    -moz-transform: scale(0);
    opacity: 1;
  }
  40% {
    background-color: #2182bb;
    -moz-transform: scale(3);
    opacity: 0;
  }
  40.00001% {
    background-color: #79C742;
    -moz-transform: scale(0);
    opacity: 1;
  }
  60% {
    background-color: #79C742;
    -moz-transform: scale(3);
    opacity: 0;
  }
  60.00001% {
    background-color: #2182bb;
    -moz-transform: scale(0);
    opacity: 1;
  }
  80% {
    background-color: #2182bb;
    -moz-transform: scale(3);
    opacity: 0;
  }
  80.00001% {
    background-color: #04D9D9;
    -moz-transform: scale(0);
    opacity: 1;
  }
  100% {
    background-color: #04D9D9;
    -moz-transform: scale(3);
    opacity: 0;
  }
}
@keyframes preloader {
  0% {
    background-color: #2182bb;
    transform: scale(0);
    opacity: 1;
  }
  20% {
    background-color: #2182bb;
    transform: scale(3);
    opacity: 0;
  }
  20.00001% {
    background-color: #2182bb;
    transform: scale(0);
    opacity: 1;
  }
  40% {
    background-color: #2182bb;
    transform: scale(3);
    opacity: 0;
  }
  40.00001% {
    background-color: #2182bb;
    transform: scale(0);
    opacity: 1;
  }
  60% {
    background-color: #2182bb;
    transform: scale(3);
    opacity: 0;
  }
  60.00001% {
    background-color: #F57B3D;
    transform: scale(0);
    opacity: 1;
  }
  80% {
    background-color: #F57B3D;
    transform: scale(3);
    opacity: 0;
  }
  80.00001% {
    background-color: #04D9D9;
    transform: scale(0);
    opacity: 1;
  }
  100% {
    background-color: #04D9D9;
    transform: scale(3);
    opacity: 0;
  }
}
#wrapper {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 12px 0;

}

.text-logo {
  color: #1e1e1f;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5em;
}
.text-logo span {
  color: #2182bb;
}

footer {
  font-size: 13px;
  color: #000000;
  padding: 20px 0;
      background: #f0f0f1;
}
footer .blue-box {
  background-color: #2182bb;
  position: relative;
  padding: 10px 10px;
  max-width: 240px;
  margin: 0 auto 100px;
}
footer .blue-box h4{
color: #fff;
    font-size: 21px;
}
footer .blue-box h4 span{
  color: black;
}
footer .blue-box:before, footer .blue-box:after {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  bottom: auto;
}
footer .blue-box:after {
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 20px 10px;
  border-left-color: #2182bb;
  border-bottom-color: #2182bb;
  right: 1px;
  left: auto;
  transform: translateX(100%);
  z-index: -4;
}
footer .blue-box:before {
  background-color: #2182bb;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  opacity: 0.85;
}
footer .blue-box .bottom-arrow {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -40px;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
footer .blue-box .bottom-arrow:after, footer .blue-box .bottom-arrow:before {
  position: absolute;
  display: inline-block;
  font-size: 0;
  content: "";
  width: 50%;
  height: 0;
  border: solid transparent;
  top: auto;
  bottom: 0;
  border-width: 20px 60px;
}
footer .blue-box .bottom-arrow:after {
  border-left-color: #2182bb;
  border-top-color: #2182bb;
  left: auto;
  right: 0;
}
footer .blue-box .bottom-arrow:before {
  border-left-color: #2182bb;
  border-bottom-color: #2182bb;
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
footer .blue-box a {
  color: #ffffff;
}
footer .blue-box.alt {
  background-color: #51bdff;
}
footer .inner-box {
  padding-top: 30px;
}
footer .inner-box a {
  color: #D8D8D8;
}
footer .inner-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .inner-box ul li {
  display: inline-block;
}
footer .inner-box ul li a {
  display: inline-block;
}
footer p{
  font-size: 16px;
}
footer .phone {
  font-size: 20px;
  font-weight: 400;
  /* color: #2182bb; */
  letter-spacing: 0.02em;
}

.blue {
  color: #2182bb;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
}

section:not(.zero-padding) {
  padding: 30px 0;
}

.social-links {
  font-size: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 35px;
}
.social-links a {
  display: inline-block;
  margin: 7px;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.social-links a .fa {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
}
.social-links a:hover {
  opacity: 0.6;
}
.social-links .fa.fa-twitter {
  background-color: #77CBEF;
}
.social-links .fa.fa-pinterest {
  background-color: #2182bb;
}
.social-links .fa.fa-facebook {
  background-color: #537ABC;
}
.social-links .fa.fa-youtube-play {
  background-color: #E96349;
}
.social-links .fa.fa-google-plus {
  background-color: #4A4A4A;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  text-align: right;
}
.menu-list li {
  padding: 18px 0;
  margin-right: 15px;
  display: inline-block;
}
.menu-list li a {
  display: inline-block;
}

main {
  min-height: calc(100vh - 550px);
}

.dob-info {
  display: none;
  white-space: nowrap;
  font-size: 12px;
}

.is-invalid + .dob-info {
  display: block;
  margin-top: 5px;
}

.alert-danger p span {
  display: block !important;
}

.ids-info,
.dev-box {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .thanks-page {
    padding-bottom: 0 !important;
  }
}
.thanks-page .confirmation-box {
  border: 1px solid #ddd;
  padding: 0 30px;
  border-radius: 15px;
  box-shadow: 0 0 6px 3px #dfdfdf;

}
.thanks-page .confirmation-box .px-list-box {
  margin: 10px 0;
}
.thanks-page  table tr td, .thanks-page  table tr th{
 padding:8px
}
@media screen and (min-width: 641px) {
  .thanks-page .confirmation-box .px-list-box > div:first-of-type {
    padding-left: 0;
  }
}
@media screen and (min-width: 641px) {
  .thanks-page .confirmation-box .px-list-box > div:last-of-type {
    padding-right: 0;
  }
}
.thanks-page .confirmation-box .contact-box{
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px 1px #dfdfdf;
 text-align: center;
 margin: 20px 0;
}
.thanks-page .confirmation-box .contact-box a{
  display: block;
  width: 100%;
  color: #0f6674;
  font-size: 24px;
}
.thanks-page .confirmation-box .contact-box a.website{
  font-size: 18px;
}
.thanks-page .confirmation-box .flight-list-item {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.thanks-page .confirmation-box .flight-list-item .flight-detail-wrapper {
  border-radius: 10px;
  border:1px solid #ddd;
  margin:20px  0;
}
.thanks-page .confirmation-box .flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .route-dir {
  font-size: 22px;
  padding: 2px;
  line-height: 1;
  margin: 0 0 10px;
}
.thanks-page .confirmation-box .flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .lay-over {
  margin-bottom: 30px;
}
/* .thanks-page .confirmation-box .flight-list-item .flight-detail-wrapper .flight-information .leg-details:first-of-type .seg-details .route-dir {
  display: none !important;
} */
.thanks-page .confirmation-box .flight-list-item .flight-detail-wrapper .flight-information .info {
  font-weight: bold;
  /* font-size: 16px; */
  line-height: 28px;
}
.thanks-page .confirmation-box .flight-list-item .legs-row {
  display: none;
}
.thanks-page .confirmation-box .group-title {
  /* background-color: #2182bb; */
  /* color: #ffffff; */
  /* margin: 0 -40px 40px; */
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  padding: 10px;
}
.thanks-page .confirmation-box .group-title.smaller {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  padding: 10px 40px;
  text-transform: uppercase;
}
.thanks-page .confirmation-box .footer-row {
  background-color: #2182bb;
  color: #ffffff;
  margin: 30px -40px 0;
  padding: 8px 0;
}
.thanks-page .confirmation-box .footer-row a {
  display: inline-block;
  color: #ffffff;
  font-size: 46px;
  line-height: 1.4;
  margin: 12px 0 0 23px;
}
.thanks-page .divider-line {
  background-color: #2182bb;
  width: calc(100% - 30px);
  display: block;
  margin: 20px auto;
  height: 5px;
}
@media screen and (min-width: 641px) {
  .thanks-page .px-list {
    border: 1px solid #2182bb;
  }
  .thanks-page .px-list p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #0E2544;
    text-transform: uppercase;
  }
  .thanks-page .px-list p:nth-of-type(even) {
    background-color: #dedede;
  }
  .thanks-page .px-list p span {
    text-transform: none;
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    display: inline-block;
    min-width: 40%;
    margin-right: 15px;
    position: relative;
  }
  /* .thanks-page .px-list p span:after {
    content: "";
    width: 1px;
    height: 53px;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
    margin: auto;
  } */
}
@media screen and (min-width: 641px) {
  .thanks-page .flight-information .column-a {
    margin-left: 8%;
  }
}
.thanks-page .company-info {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #0E2544;
  text-align: left;
}
.thanks-page .company-address {
  text-align: right;
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  .thanks-page .company-address {
    text-align: center;
  }
}
.thanks-page .company-address a {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #2182bb;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .thanks-page .company-address a {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
  }
}
.thanks-page .company-address a:hover, .thanks-page .company-address a:focus, .thanks-page .company-address a:active {
  color: #2182bb !important;
}
.thanks-page .important-info {
  padding-top: 30px;
  min-height: 250px;
}
.thanks-page .important-info .title {
  max-width: 45%;
  margin: 0 auto;
  display: block;
  background-color: #2182bb;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .thanks-page .important-info .title {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 640px) {
  .thanks-page .bottom-text {
    background-color: #2182bb;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding: 10px 10px;
  }
}
.thanks-page .mob-details-flight-box .mob-details-flight .last-row-box .price-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .thanks-page .mob-details-flight-box .mob-details-flight .last-row-box .price-wrapper .info.price .currency {
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 640px) {
  .thanks-page .title-box {
    background-color: #2182bb;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: block;
    max-width: 200px;
    margin: 10px auto;
    padding: 5px 5px;
    border-radius: 6px;
    text-align: center;
  }
  .thanks-page .px-list p {
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
  }
  .thanks-page .px-list p span {
    float: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    color: #0E2544;
  }
  .thanks-page .px-list.names-list p {
    text-align: left;
  }
}
.thanks-page .congrats {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #2182bb;
}
@media screen and (max-width: 640px) {
  .thanks-page .congrats {
    margin-bottom: 6px;
  }
}

#app {
  min-height: 300px;
}

.container {
  max-width: 1260px !important;
}

.custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-label::after {
  width: 20px !important;
  height: 20px !important;
  top: 0 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2182bb;
  background-color: #2182bb !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(213, 166, 120, 0.25);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #2182bb !important;
}

.custom-control-label::before {
  background-color: #ffffff;
  border: 1px solid #6F6C64;
}

.form-item,
.form-control {
  border-radius: 0.25rem !important;
}

.btn.btn-primary, .flight-list-item .price-column .book-now {
  background-color: #2182bb !important;
  border-color: #2182bb !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
.btn.btn-primary:hover, .flight-list-item .price-column .book-now:hover, .btn.btn-primary:focus, .flight-list-item .price-column .book-now:focus {
  background: #2182bb !important;
}

.search-form .form-row.no-padding-row {
  background-color: transparent !important;
}
@media screen and (max-width: 640px) {
  .search-form .form-row.no-padding-row label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.search-form .form-row.no-padding-row .multi-city-fields {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .search-form .form-row.no-padding-row .multi-city-fields {
    padding: 0 7px !important;
  }
  .search-form .form-row.no-padding-row .multi-city-fields > .row {
    margin-left: -14px !important;
    margin-right: -14px !important;
  }
  .search-form .form-row.no-padding-row .multi-city-fields > .row > .col-sm {
    padding-left: 7px !important;
    padding-right: 7px !important;
    min-width: 30% !important;
    width: 30% !important;
    max-width: 30% !important;
  }
  .search-form .form-row.no-padding-row .multi-city-fields > .row > .col-sm.col-2 {
    min-width: 10% !important;
    width: 10% !important;
    max-width: 10% !important;
  }
}
.search-form .form-row.no-padding-row.multi .multi-city-fields {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .search-form .form-row.no-padding-row .column-but .btn, .search-form .form-row.no-padding-row .column-but .flight-list-item .price-column .book-now, .flight-list-item .price-column .search-form .form-row.no-padding-row .column-but .book-now {
    margin-top: 10px;
  }
}

@media screen and (min-width: 641px) {
  .search-form .trip-types-column {
    padding-left: 0;
  }
}
.search-form .form-item {
  margin-bottom: 15px !important;
}
.search-form .form-row .multi-city-fields,
.search-form .form-row .from-to-fields {
  min-width: 100% !important;
}
@media screen and (min-width: 641px) {
  .search-form .from-to-fields .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .search-form .from-to-fields .col-sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .search-form .from-to-fields .search-column {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .search-form .from-to-fields .dp-column {
    min-width: 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }
  .search-form .cabin-column {
    min-width: 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    padding-right: 15px;
  }
  .search-form .sel-column {
    min-width: 16.67% !important;
    width: 16.67% !important;
    max-width: 16.67% !important;
  }
  .search-form .sel-column.column-adu {
    padding-left: 15px !important;
    padding-right: 5px !important;
  }
  .search-form .sel-column.column-chi {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .search-form .sel-column.column-inf {
    padding-left: 5px !important;
  }
  .search-form .column-but {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .search-form .column-but .btn, .search-form .column-but .flight-list-item .price-column .book-now, .flight-list-item .price-column .search-form .column-but .book-now {
    margin-top: 10px !important;
    min-width: 100% !important;
    border-radius: 0.25rem !important;
  }
}

@media screen and (min-width: 641px) {
  .search-form .no-padding-row .col-sm.multi-city-fields, .search-form .no-padding-row .col-sm.from-to-fields {
    min-width: 653px;
    max-width: 653px;
  }
  .search-form .no-padding-row .col-sm.multi-city-fields .row, .search-form .no-padding-row .col-sm.from-to-fields .row {
    margin-left: 0;
    margin-right: 0;
  }
  .search-form .no-padding-row .col-sm.search-column {
    min-width: 200px;
    max-width: 200px;
  }
  .search-form .no-padding-row .col-sm.dp-column {
    min-width: 130px;
    max-width: 130px;
  }
  .search-form .no-padding-row .col-sm.cabin-column {
    min-width: 110px;
  }
  .search-form .no-padding-row .col-sm.sel-column {
    min-width: 60px;
    max-width: 60px;
  }
}

input::-webkit-input-placeholder {
  color: #D8D8D8;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #D8D8D8;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #D8D8D8;
}
input:-ms-input-placeholder {
  color: #D8D8D8;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.only-desk {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .only-desk {
    display: none !important;
  }
}

.only-mobile {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .only-mobile {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .pl-7 {
    padding-left: 7px !important;
  }

  .pr-7 {
    padding-right: 7px !important;
  }

  .pbs-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .dp-column.column-ret .vdp-datepicker__calendar {
    right: 0 !important;
    left: auto !important;
  }
}
.toggle-links {
  padding-top: 15px;
  padding-bottom: 15px;
}
.toggle-links a[data-toggle=collapse] {
  display: block;
  background-color: #2182bb;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 10px;
  text-align: center;
}
.toggle-links a[data-toggle=collapse] .fa {
  display: inline-block;
  margin-right: 4px;
}

.slider-caption{
     background-color: rgb(0 0 0 / 62%);
     padding: 5px;
}
.flights-list-page{
      margin-top: 30px;
}
.price-table{
  border-collapse: collapse;
}
.price-table, td, th {
  border: 1px solid #ddd;
}
.home-page .search-box-wrapper{
  margin-bottom: 0;
}
.home-buy-ticket-heading{
  color: #2182bb;
}
.about-section img{
  max-width: 100%;
      height: auto;
}
.about-section p {
  text-align: justify;
}
.thanks-page .congrats{
      color: #28a745;

    text-align: center;
}
.thanks-page .px-list p{
      margin-bottom: 5px;
}
.thanks-page .px-list p:last-child{
  margin-bottom: 0;
}
.logo img{

    height: 80px;

}
.spinner-main{
  position: relative;
  width: 110px;
    margin: 0 auto;
}
.spinner-main i{
  font-size: 140px;
    font-weight: 10;
    color: #c9c9c9;
}
.spinner-text{
  position: absolute;
  top: 40px;
  width: 78px;
  left: 30px;
  font-size: 12px;
}
/*
Holidays Section*/
.holiday_package{width:100%;padding:60px 0;position:relative}
.holiday_package .heading{float:left;width:100%;text-align:center;margin-bottom:50px}
.holiday_package .heading h2{text-transform:uppercase;color:black;font-size:37px; }
.holiday_package .heading p{color:black;margin-top:10px;width:100%;float:left}
.holiday_package .heading .image{float:left;width:100%;position:relative}
.holiday_package .heading i{color: #2182bb}
.holiday_package .heading .image:after{content:'';position:absolute;background:#2182bb;width:15%;right:33%;height:1px;top:60%}
.holiday_package .heading .image:before{content:'';position:absolute;background:#2182bb;left:33%;width:15%;height:1px;top:60%}
.holiday_package .heading .image img{width:30px;height:30px}
.holiday_package .package-new{width:100%;float:left;margin-bottom:30px;}
.holiday_package .package-new .im{width:100%;float:left;position:relative}
.holiday_package .package-new .im img{width:100%;height:auto}
.holiday_package .package-new .im .text1{position:absolute;width:70%;background: #2182bb;font-size:22px;font-weight:600;text-shadow:4px 4px 20px #333;float:left;text-align:center;color:#fff;top:50%; left:50%; transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%); -ms-transform: translate(-50%,-50%); z-index:1}
.holiday_package .package-new .im .text2{position:absolute;width:100%;font-size:16px;font-weight:400;float:left;text-align:center;color:#fff;bottom:20px;z-index:11;opacity:0;transition:.5s; left:0;}
.holiday_package .package-new .im:hover .text2{opacity:1}
.holiday_package .package-new .im .detail{width:100%;height:100%;top:0;left:0;transition:.5s;-webkit-transition:.5s}
.holiday_package .package-new .im:hover .detail{width:100%;height:100%;position:absolute;top:0;left:0}
.holiday_package .package-new .im .detail{border-radius:10px;overflow:hidden;perspective:800px;position:relative}
.holiday_package .package-new .im:hover .detail:before{opacity:.5;transform:translateX(-50%) translateY(-50%) scale(1.5) rotate(0)}
.holiday_package .package-new .im .detail:before{content:"";width:100%;height:100%;background:linear-gradient(36deg,#272b66 42.34%,transparent 42.34%),linear-gradient(72deg,#2d559f 75.48%,transparent 75.48%),linear-gradient(-36deg,#9ac147 42.34%,transparent 42.34%) 100% 0,linear-gradient(-72deg,#639b47 75.48%,transparent 75.48%) 100% 0,linear-gradient(36deg,transparent 57.66%,#e1e23b 57.66%) 100% 100%,linear-gradient(72deg,transparent 24.52%,#f7941e 24.52%) 100% 100%,linear-gradient(-36deg,transparent 57.66%,#662a6c 57.66%) 0 100%,linear-gradient(-72deg,transparent 24.52%,#9a1d34 24.52%) 0 100%,linear-gradient(#ba3e2e,#ba3e2e) 50% 100% #43a1cd;background-repeat:no-repeat;background-size:50% 50%;opacity:0;position:absolute;top:50%;left:50%;-webkit-clip-path:polygon(50% 0,90% 20%,100% 60%,75% 100%,25% 100%,0 60%,10% 20%);clip-path:polygon(50% 0,90% 20%,100% 60%,75% 100%,25% 100%,0 60%,10% 20%);transform:translateX(-50%) translateY(-50%) scale(0) rotate(360deg);transition:all .3s ease 0s}
.holiday_package .package-new .im:hover .detail:after{opacity:1}
.holiday_package .package-new .im .detail:after{content:"";width:100%;height:100%;background:radial-gradient(rgba(255,255,255,.9),transparent,transparent);position:absolute;top:0;left:0;opacity:0}
/*Flight Offers*/
.flight_offers{
  display:none;
}
.flight_offers .col_3_row{margin-left:-3px;margin-right:-3px}
.flight_offers .col_3_row .col_3{padding-left:5px;padding-right:5px}
.flight_offers .col_3_row .col_3 .content{float:left;width:100%;position:relative;margin-bottom:20px;
  /* box-shadow:0 3px 15px 0 #a5a5a5; */
  overflow:hidden}
  .flight_offers .col_3_row .col_3 .content a{
    display: block;
  }
.flight_offers .col_3_row .col_3 .content img{width:100%;transition:1s;   
   /* height: 250px; */
  }
.flight_offers .col_3_row .col_3 .content:hover img{width:100%;border-radius:3px;transform:scale(1.2);-webkit-transform:scale(1.2)}
.flight_offers .col_3_row .col_3 .content .offer_content{width:100%;float:left;position:absolute;height:100%;top:0;background:rgba(0,0,0,.38);color:#fff;padding-left:15px}
.flight_offers .col_3_row .col_3 .content .offer_content p.location{background:rgba(0,0,0,.48);padding:5px 10px;border-radius:5px;display:inline-block;margin-top:20px}
.flight_offers .col_3_row .col_3 .content .offer_content p.location .fa{color:#2182bb}
.flight_offers .col_3_row .col_3 .content .offer_content h2.location_cap{margin-top:60px;margin-left:10px}
.flight_offers .col_3_row .col_3 .content .offer_content h3.price{margin-left:10px;margin-top:0}

.bottom-links ul{
  padding: 0;
  list-style: none;
}
.bottom-links ul li{
  width: 25%;
  float: left;
}
.bottom-links ul li a{
  display: block;
  font-size: 14px;
}
.show-on-mobile{
  display: none !important;
}
.blog-detail-from{
  border: 3px solid #2182bb;
               background-color: rgb(0 0 0 / 62%);
               padding: 30px 15px;
}
@media screen and (max-width: 640px) {
  .home-page .hero-section{
    display: none !important;
  }
 header .logo h1{
  font-size: 22px;
      padding: 3px 0;
 } 
 .home-page .search-box-wrapper .tabs-wrapper{
  position: unset;
  top: 0;
  margin-top: 20px;
  max-width: 100%;
 }
 .home-page .search-box-wrapper .tabs-wrapper .tab-content{
  padding: 0;
 }
 .flights-list-page{
    margin-top: 0px;
 }
 .mobile-flight-item .mobile-legs .price-box{
  text-align: center;
 }
 .mobile-flight-item .mobile-legs .airline-mobile-logo{
  width: 100px;
 }
 footer{
      margin-top: 60px
 }
 footer .blue-box{
      margin: 0 auto 30px;
 }
 .mob-details-flight-box .mob-details-flight .last-row-box .price-wrapper .info.price{
  text-align: left;
      padding-left: 20px;
 }
 .home-buy-ticket-heading{
      font-size: 25px;
 }
 .menu-list li {
    padding: 10px 0;
  }
  .menu-list li a {
    background: #2182bb;
    color: #fff;
    padding: 5px;
  }
  .show-on-mobile{
    display: block !important;
  }
  .hide-on-mobile{
    display: none !important;
  }
  .home-page .search-box-wrapper .tabs-wrapper{
        top: -680px;
  }
  .holiday_package .heading{
        margin-bottom: 10px;
  }
  .flight_offers .col_3_row .col_3 .content .offer_content h2.location_cap{
        margin-top: 10px;

  }
  .flight_offers .col_3_row .col_3 .content img{
    height: auto;
  }
  .holiday_package .package-new .im .text1{
        width: 80%;
  }
  footer {
    margin-top: 10px;
}
.thanks-page .important-info {
  padding-top: 0;
}
.thanks-page .bottom-text{
  display: none;
}
footer .inner-box{
      padding-top: 0px;
    margin-bottom: 15px;
}
.spinner-main{
      margin: 120px auto;
}
.bottom-links ul li{
  width: 100%;
  margin-bottom: 5px;
}
.blog-detail-from{
  padding: 10px 0;
}
.about-section img{
  height: auto;
}
}
/*# sourceMappingURL=index.css.map */
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.navbar{
  margin-top: 16px;
}
.navbar-collaps{
  position: absolute;
}
.navbar-collapse .navbar-nav{
  /* position: absolute;
  z-index: 999;
  top: 57px; */
  background: #f0f0f0;
  padding: 10px;
  list-style: none;
 
}
.navbar-collapse .navbar-nav li a{
  color: black;
}
.country-selector__list{
 z-index: 99999;
}
.phone-btn{
  padding: 8px 0 !important;
}
.phone-btn a{
  background: #2182bb;
  color: #fff;
  padding: 8px;
  border-radius: 8px;
}
/* .flight-list-item .flight-detail-wrapper span, .flight-list-item .flight-detail-wrapper a{
  color: #fff;
} */
.price-wrapper{
  padding: 10px 0;
}
.price-wrapper .price{
  margin-top: 10px;
}
.connection-time {
  text-align: center;
  font-size: 18px;
  margin-bottom: 17px;
}
.connection-time span {
  background: #2182bb;
  border-radius: 6px;
  padding: 5px;
  color: #fff;

}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .seg-item .info.depart{
  min-width: 90px;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .seg-item .info.title{
  min-width: 190px;
}
.flight-list-item .flight-detail-wrapper .flight-information .leg-details .seg-details .seg-item .info.arp {
  min-width: 270px;
}
/* .booking-page .flight-list-item .flight-detail-wrapper .flight-information .leg-details{
  margin-bottom: 0;
} */
.booking-page .flight-list-item .flight-detail-wrapper .flight-information .leg-details{
  background: #f0f0f0;
}
.booking-page  .flight-list-item{
  box-shadow: none;
}
.flights-list-page .custom-control-inline{
  margin-right: 5px;
}
.flights-list-page .custom-control-inline .custom-control-label{
  font-size: 14px;
}
.btn.btn-xs{
  font-size: 14px;
}
.blog-detail-content{
  border: 2px solid #2182bb;padding: 15px;margin-top: 10px;border-radius: 10px;background: #f1f1f1;
}
.blog-detail-content ul{
  padding-left: 30px !important;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 0;
}
.input-tel.has-hint .input-tel__label, .input-tel.has-value .input-tel__label{
display:none;
}
.input-tel.has-hint .input-tel__input, .input-tel.has-value .input-tel__input{
  padding-top: 4px !important;
}
@media screen and (max-width: 767px){
  .filter-outer-box{
    max-width: 100% !important;
  }
  .custom-control.custom-checkbox.custom-control-inline{
    z-index: auto;
  }
  .thanks-page .px-list{
    border:1px solid #ddd
  }
  .thanks-page .px-list p{
    
    padding: 5px;

  }
  .flights-listing-wrapper .trip-summary-mobile .info{
    font-size: 14px !important;
  }
  .connection-time{
    font-size: 15px;
  }
  .mob-details-flight-box .mob-details-flight .leg-details{
    border-bottom: 2px solid #828282;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.select-country-container{
  width: 70px !important;
  min-width: 70px !important;
  max-width: 70px !important;
}
.country-selector__label{
  display: none !important;
}
.country-selector__input{
  padding-left: 10px !important;
  padding-top: 4px !important;
}
.country-selector__country-flag{
  display: none !important;
}
.last-logo {
  position: absolute;
  top: 85px;
  width: 84%;
}
.last-logo img{
  max-height: 60px;
  object-fit: contain;
}
span.info.stop-desc span {
  color: #c9354e !important;
}