
/*----- Content for file :bootstrap.css start here -----*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #666;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
  color: #046aa6;
	text-decoration: none
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}


caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}


label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
[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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden], .hidden {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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(0, 0, 0, 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;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

 .inline-block{display:inline-block}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container { max-width: 960px;}

}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}



.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.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.5;
}

.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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.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,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.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,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.71625rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
}



.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}



.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}


.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}





.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.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),
.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,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn: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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #333;
	background-color: #fff;
	box-shadow: none
}

.custom-control-input:focus~.custom-control-label:before {
	box-shadow: none
}
.custom-control-input:active~.custom-control-label:before {
	color: #fff;
	background-color: #fff;
	box-shadow: none
}
.custom-control-input:disabled~.custom-control-label {
	color: #666
}
.custom-control-input:disabled~.custom-control-label:before {
	background-color: #eee
}
.custom-control-label {
	position: relative;
	margin-bottom: 0
}

.custom-control-label:before {
	pointer-events: none;
	user-select: none;
	background-color: #fff;
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}
.custom-control-label:after,
.custom-control-label:before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: ""
}
.custom-control-label:after {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50% 50%
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23333333' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	background-color: #046aa6;
	box-shadow: none
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23333333' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(4, 106, 166, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(4, 106, 166, .5)
}
.custom-radio .custom-control-label:before {
	border-radius: 50%
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(4, 106, 166, .5)
}

.custom-radio {
	color:#333;
	line-height:2
}
.custom-radio label {
	font-weight:400
}
.custom-radio .custom-control-label:before {
	border:2px solid #666;
	background-color:#000
}
.custom-radio .custom-control-input:checked~.custom-control-label:before {
	background-color:#000
}
.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23666666'/%3E%3C/svg%3E")
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.96875rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 0;
	appearance: none
}

.custom-select:focus {
	border-color: #30affa;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(48, 175, 250, .5)
}


.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
	color: #666;
	background-color: #eee
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
	height: calc(1.625rem + 2px);
	font-size: 75%
}
.custom-select-lg,
.custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem
}
.custom-select-lg {
	height: calc(2.61625rem + 2px);
	font-size: 125%
}
.custom-file {
	display: inline-block;
	margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #30affa;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
	left: 0;
	z-index: 1;
	height: calc(1.96875rem + 2px);
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #fff;
	border: 1px solid #ccc;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}



.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  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;
}



.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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;
}



.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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !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: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !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-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
 
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
 
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}


.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !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: 2rem !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-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-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;
  }
}

.text-justify {
  text-align: justify !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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.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;
  }
  
  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 #000;
  }  
}
/*# sourceMappingURL=bootstrap.css.map */

/*----- Content for file :bootstrap.css ends here -----*/

/*----- Content for file :flightspage.css start here -----*/
/*header*/
body{font-size:.8125rem; color: #8c909a}
h1, h2, h3, h4, h5, h6{margin: 0}
.blueHead {color: #005082; font-size: 1.5rem}
.text-xs{font-size: .6875rem !important;}

ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.cursor-pointer {
	cursor:pointer
}
.tooltip-link:hover + span {
    display: block !important;
}
.tooltip-popover{
animation: animate-top .2s ease-in-out;
    background-color: #fff;
    border: 1px solid #046aa6;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.25);
    color: #333;
    cursor: auto;
    font-size: .75rem;
    margin-top: 12px;
    padding: .5rem .5rem .25rem;
    position: absolute;    
    z-index: 5;width: 12rem;}

.tooltips__inner{

    background-color: #fff;
    border: 1px solid #046aa6;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.25);
    color: #333;
    cursor: auto;
    font-size: .75rem;
    margin-top: 0;
    padding: .5rem .5rem .25rem;
    position: absolute;    
    z-index: 5;
	width: 290px; 
	margin-left: 5%;
	animation: animate-top .2s ease-in-out;}
	
	.tooltips__inner.lg{width:500px;}

.tooltips__arrow:before {
    content: "";
    border-bottom: 10px solid #fff;
    left: -10px;
    top: 2px;
}
.tooltips__arrow, .tooltips__arrow:before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    display: block;
    height: 10px;
    position: absolute;
    width: 20px;
}


.tooltips__arrow {
    border-bottom: 10px solid #046aa6;
    left: 0;
    top: 20px;
    z-index: 6;
    animation: animate-arrow .2s ease-in-out;
}

.tooltip-popover:after {
    right:4.6rem;
	border-color:transparent;
	border:solid transparent;
	border-bottom-color:#fff;
	border-width:.6875rem;
	margin-left:-.6875rem;
    top: -1.3rem;
	width:0;
	height:0;
	position:absolute;
	pointer-events:none;
	content: '';
}
button, input[type=button], input[type=reset], input[type=submit]{cursor: pointer;}
 
@keyframes bounce {
   0%,
   100%,
   50% {
       -webkit-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0)
   }
   25%,
   75% {
       -webkit-transform: translate3d(0, -2px, 0);
       transform: translate3d(0, -2px, 0)
   }
}

@keyframes animate-top {
   0% {
       opacity: 0;
       transform: translateY(0.5rem);
   }
   100% {
        opacity: 1;
           transform: translateY(0);
   } 
}

@keyframes animate-left {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  } 
}
@keyframes button-loading {
	0% {
		background-position:0 0
	}
	to {
		background-position: 3.125rem 3.125rem
	}
}

@keyframes animate-blink {
    0% {
        opacity: 0;
   }
   50% {
        opacity: 1;
    }
    100% {
         opacity: 0;
    }
}

.suggestion-box__item.is-warning:before {
   color: #4d2973;
   margin-top: -.75rem;
   top: 50%;
   animation: animate-blink 1s ease-in-out infinite;
}

.flex-grow-1 {
    flex-grow: 1!important;
	-ms-flex-positive: 1;
	
}
.header {
	background:#fff;
	height:4rem;
	padding:0
}
.header__logo {
	display:inline-block;
	min-width:9.6875rem;
	height:2.8125rem;
	margin-top:.5rem;
	padding:0;
    background: url(//c.fareportal.com/gcms/portals/2/react_widget/img/icon-sprite.png) 0px -1303px no-repeat;
}
.header-wrapper__tag-line{
display: none
}
.header__logo-svg {
	max-width:160px;
	width:100%
}

.utility {
	display:block;
	margin:0;
	padding:0;
	font-size:.75rem
}

.utility__item {
	display:inline-block;
	vertical-align:top
}
.utility__link {
	color:#5b6270;
	cursor:pointer;
	display:inline-block;
	margin:0 .425rem;
	position:relative
}
.utility__link:active,
.utility__link:focus,
.utility__link:hover,
.utility__link:not([href]):not([tabindex]),
.utility__link:not([href]):not([tabindex]):focus,
.utility__link:not([href]):not([tabindex]):hover {
	color:#787878
}
.utility__link:before {
	content:"";
	background:#787878;
	height:1px;
	bottom:1px;
	left:50%;
	right:50%;
	position:absolute;
	transition:all .2s linear
}


@media screen and (prefers-reduced-motion: reduce) {
	.utility__link:before {
		transition:none
	}
}
.utility__link:focus:before,
.utility__link:hover:before {
	left:0;
	right:0
}
.utility__icon {
	margin:0 .5rem 0 1.375rem
}
.utility__icon .icon {
	font-size:1rem;
	position:absolute;
	left:-1.25rem;
	top:0
}
.utility__phone {
	color:#b1320a;
	display:inline-block;
	font-size:1.25rem;
	font-weight:700;
	line-height:normal;
	position:relative;
    margin-left:3px;
}
.utility__phone .icon {
	color:#fff;
	background:#b1320a;
	border-radius:50%;
	margin-right:0;
	font-size:10px;
	padding:.125rem;
	top:-.25rem;
	position:relative;
	margin-right:3px;
	
}
.utility__phone small {
	display:block;
	font-size:.750rem;
	font-weight:700;
	position:absolute;
	right:0;
	top:100%;
	white-space:nowrap;
	line-height:1.4rem
}
.utility__phone:before {
	content:"";
	display:none;
	position:absolute;
	background:url("//c.fareportal.com/gcms/portals/2/react_widget/img/icon-sprite.png") -4.225rem -72.9125rem/ 140px 1250px no-repeat;
	
	width:4.58rem;
	height:4.675rem;
	left:100%;
	top:-3px;
	margin:-.125rem 0 0 .625rem
}

.navigation {
	margin:0;
	padding:0
}
.navigation,
.navigation__item {
	display:block
}
.navigation__item.show .navigation__link {
	color:#fff
}
.navigation__item.show .navigation__link:before {
	background:#2c83b6;
	left:0;
	right:0
}
.navigation__link {
	border-top:1px solid #495057;
	border-bottom:1px solid #333;
	display:block;
	color:#889bc2;
	font-size:.9375rem;
	font-weight:700;
	padding:1.125rem 1rem .875rem;
	position:relative
}
.navigation__link:active,
.navigation__link:focus,
.navigation__link:hover {
	color:#fff
}
.navigation__link:before {
	content:"";
	background:#fff;
	height:.4375rem;
	bottom:0;
	left:50%;
	right:50%;
	position:absolute;
	transition:all .2s linear
}
@media screen and (prefers-reduced-motion: reduce) {
	.navigation__link:before {
		transition:none
	}
}
.navigation__link:focus:before,
.navigation__link:hover:before {
	background:#2c83b6;
	left:0;
	right:0
}
.menu {
	color:#aaa;
	cursor:pointer;
	display:block;
	font-size:.625rem;
	float:right;
	margin-left:1rem;
	padding:0;
	height:4rem;
	width:2rem;
	position:relative;
	text-transform:uppercase
}
.menu__icon {
	margin-top:-5px;
	top:50%;
	right:0;
	background:#2c83b6;
	transition:background 0s .1s
}
.menu__icon,
.menu__icon:after,
.menu__icon:before {
	display:block;
	position:absolute;
	left:0;
	height:.1875rem
}
.menu__icon:after,
.menu__icon:before {
	border-radius:1px;
	width:100%;
	background-color:#2c83b6;
	content:"";
	transition-duration:.1s,
	.1s;
	transition-delay:.1s,
	0s
}
.menu__icon:before {
	top:-.5rem;
	transition-property:top,
	transform
}
.menu__icon:after {
	bottom:-.5rem;
	transition-property:bottom,
	transform
}
.menu__text {
	bottom:.625rem;
	position:absolute;
	line-height:normal;
	left:-.5rem;
	right:-.5rem;
	text-align:center
}
.menu-active .menu {
	pointer-events:none;
	position:relative;
	right:16.25rem;
	z-index:11
}
.menu-active .menu--open {
	display:none
}
.menu--open {
	display:block
}
.menu-active .menu__icon {
	background:none
}
.menu-active .menu__icon:before {
	top:0;
	transform:rotate(45deg)
}
.menu-active .menu__icon:after {
	bottom:0;
	transform:rotate(-45deg)
}
.menu-active .menu__icon:after,
.menu-active .menu__icon:before {
	background-color:#fff;
	transition-delay:0s,
	.1s
}
.menu-active .menu__text {
	color:#fff
}
.menu-tablet__wrap {
	display:inline-block;
	height:4rem;
	margin-left:-.0625rem;
	position:relative; right: 1rem
}
.menu-tablet {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	cursor:pointer;
	display:block;
	font-size:.625rem;
	float:right;
	padding:1rem;
	height:4rem;
	position:relative;
	text-transform:uppercase;
	text-align:center
}
.menu-tablet .icon,
.menu-tablet[class*=lng-] {
	margin:0 0 .5625rem
}
.menu-tablet .icon {
	display:block;
	font-size:1.25rem;
	height:1rem
}

.is-highlight {
    animation: bounce 3s linear infinite both;
    background: #FFBA30;
    border-bottom: 1px solid #ff9600;
    border-radius: 2px;
    color: #022243;
    font-size: 0.75rem;
    font-weight: normal;
    left: 50%;
    margin-left: -4.375rem;
    margin-top: 0.375rem;
    padding: 0.1875rem  0.4rem;
    position: absolute;
    top: 100%;
    text-shadow: 0 1px 0 #ff9600;
    text-transform: capitalize;
    transition: all .2s ease-out;
    width:8.75rem;
    z-index: 10;
}
.is-highlight:before {
	bottom: 100%;
	border: 5px solid transparent;
	border-bottom-color: #ffbd00;
	border-top: none;
	content: '';
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
} 
@media(max-width: 576px){
    .is-highlight {
        left: 5.5rem;
        margin-left: 0;
        margin-top: -0.625rem;
        top: 50%;
		}
	.is-highlight:before {
		bottom: 100%;
		right: 100%;
		border: 5px solid transparent;
		border-right-color: #ffbd00;
		border-left: none;
		content: '';
		height: 0;
		left: 0;
		top:50%;
		margin-left: auto;
		margin-top: -0.375rem;
	}
}



@media (max-width: 991.98px) {
.menu-tablet__wrap{display: block !important;}
	.menu-active {
		height:100%;
		overflow:hidden;
		position:fixed;
		width:100%
	}
	.menu__overlay {
		background: #000;
		display: block;
		height: 100%;
		filter: alpha(opacity=0);
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		opacity: 0;
		z-index: -1
	}
	.menu-active .menu__overlay {
		opacity: .75;
		z-index: 10
	}
	.menu__wrap {
		background: #3b404c;
		display: block;
		height: 100%;
		overflow: auto;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(100%);
		transition: transform .3s;
		padding: 0;
		width: 16.25rem;
		z-index: 11;
		text-align: left
	}
	.menu-active .menu__wrap {
		box-shadow: 0 0 .5rem .05rem rgba(0, 0, 0, .25);
		transform: translateX(0)
	}
	.utility__item {
		display: block
	}
      .utility__item.dropdown, .navigation__link.dropdown-toggle{display: none}
	.utility__item:active,
	.utility__item:focus,
	.utility__item:hover {
		color: #fff
	}
	.navigation__link,
	.utility__link,
	.utility__phone {
		border-top: 1px solid #495057;
		border-bottom: 1px solid #333;
		color: #889bc2;
		display: block;
		font-size: .9375rem;
		font-weight: 700;
		margin: 0;
		padding: 1.125rem 1rem .875rem 1.5rem;
		position: relative
	}
	.navigation__link:not([href]):not([tabindex]),
	.navigation__link:not([href]):not([tabindex]):focus,
	.navigation__link:not([href]):not([tabindex]):hover,
	.utility__link:not([href]):not([tabindex]),
	.utility__link:not([href]):not([tabindex]):focus,
	.utility__link:not([href]):not([tabindex]):hover,
	.utility__phone:not([href]):not([tabindex]),
	.utility__phone:not([href]):not([tabindex]):focus,
	.utility__phone:not([href]):not([tabindex]):hover {
		color: #889bc2
	}
	.navigation__link:before,
	.utility__link:before,
	.utility__phone:before {
		background: #2c83b6;
		height: 100%;
		bottom: 0;
		left: -.4375rem;
		right: auto;
		width: .4375rem
	}
	.navigation__link:active,
	.navigation__link:focus,
	.navigation__link:hover,
	.utility__link:active,
	.utility__link:focus,
	.utility__link:hover,
	.utility__phone:active,
	.utility__phone:focus,
	.utility__phone:hover {
		color: #fff
	}
	.navigation__link:active:before,
	.navigation__link:focus:before,
	.navigation__link:hover:before,
	.utility__link:active:before,
	.utility__link:focus:before,
	.utility__link:hover:before,
	.utility__phone:active:before,
	.utility__phone:focus:before,
	.utility__phone:hover:before {
		left: 0
	}
	.utility__phone {
		color: #889bc2;
		font-size: 1.125rem;
		padding: 1.125rem 1rem 2rem 4rem
	}
	.utility__phone small {
		display: block;
		font-size: .625rem;
		font-weight: 700;
		position: relative;
		right: auto;
		top: auto
	}
	.utility__phone .icon {
		background: #889bc2;
		color: #3b404c;
		font-size: 1.5rem;
		padding: .25rem;
		top: 1.125rem;
		position: absolute;
		left: 1.5rem
	}
	

}
@media (min-width: 992px) {
	.header {
		height:5.8125rem;
		padding:.5rem 0 0
	}
	.header__logo {
		margin-top: .75rem
	}
	.navigation {
		margin: .5rem 0 0
	}
	.navigation__item {
		display: inline-block
	}
	.navigation__item.show .navigation__link {
		color: #2c83b6
	}
	.navigation__link {
		border: none;
		display: block;
		color: #666;
		font-size: .9375rem;
		text-transform: uppercase;
		margin-left: .25rem;
		padding: 1.125rem 1rem .875rem
	}
	.navigation__link:active,
	.navigation__link:focus,
	.navigation__link:hover {
		color: #2c83b6
	}
	.navigation__link:before {
		content: "";
		background: #fff;
		height: .4375rem;
		bottom: 0;
		left: 50%;
		right: 50%;
		position: absolute;
		transition: all .2s linear
	}
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.navigation__link:before {
		transition:none
	}
}
@media (min-width: 992px) {
	.navigation__link:focus:before,
	.navigation__link:hover:before {
		background:#2c83b6
	}
	.menu__wrap {
		height: 5.3125rem;
		padding-top: 1.4375rem;
		position: relative
	}
	.utility,
	.utility__info {
		height: 1.4375rem;
		left: 0;
		top: 0;
		position: absolute;
		width: 100%
	}
	
		
}

@media (min-width: 1200px) {
	.utility__phone {
		font-size:1.25rem
	}
	.utility__phone small {
		font-size: .75rem
	}
	
	
}
@media (min-width: 1330px) {
	.utility__phone:before {
		display:block
	}
}
@media (max-width: 1200px) {
.utility{width: 112%; right: 0; left: auto}
.header__logo{margin-top: 1rem}


}
@media (max-width: 992px) {
.header__logo{margin-top: .5rem}
}
.header--listing {
	border-bottom:1px solid #ccc
}
.header--listing,
.mega-menu,
.mega-menu__dropdown {
	position:relative
}
.mega-menu {
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0 .5rem 1rem rgba(0,
	0,
	0,
	.15);
	display:none;
	margin:0;
	padding:1rem .75rem;
	right:0;
	text-align:left;
	top:100%;
	width:100%;
	z-index:6;
	animation:animate-top .2s ease-in-out
}
#countryDropDown .mega-menu{left: -10.6rem; top: 1.5rem}
.mega-menu__dropdown:hover .mega-menu{display:block;}
.mega-menu.menu-language {
	padding:1rem .75rem 1.5rem;z-index:10
}
.mega-menu, .mega-menu.menu-language{z-index:20}
.mega-menu.menu-language .mega-menu__item {
	width:100%
}
.mega-menu.menu-language:after,
.mega-menu.menu-language:before {
	bottom:100%;
	border:solid transparent;
	content:" ";
	display:none;
	height:0;
	width:0;
	position:absolute;
	pointer-events:none
}
.mega-menu.menu-language:after {
	right:19.625rem;
	border-color:transparent;
	border-bottom-color:#fff;
	border-width:.625rem;
	margin-left:-.625rem
}
.mega-menu.menu-language:before {
	right:16.5625rem;
	border-color:transparent;
	border-bottom-color:#ccc;
	border-width:.6875rem;
	margin-left:-.6875rem
}
.mega-menu.menu-language .close-link {
	position:absolute;
	bottom:1rem;
	right:1rem
}
.mega-menu.menu-language .close-link:before{
font-size: 14px;
    right: -20px;
    top: -606px;
    background: #118ACB;
    border-radius: 20px;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 18px;
 
}

.show .mega-menu,
.show .menu-language {
	display:block
}
.mega-menu__item {
	display:block;
	width:100%;
	padding:0 0 .5rem
}
.dropdown-toggle:after {
	transition:all .2s linear
}

@media (max-width: 1199px) {
	.utility__link:before, .navigation__link:before {
		transition:none !important;
	}
}


@media screen and (prefers-reduced-motion: reduce) {
	.dropdown-toggle:after {
		transition:none
	}
}
.show .dropdown-toggle:after {
	border-bottom:.3em solid;
	border-top:0
}


.mega-menu__title {
	border-bottom:2px solid #f5f6f7;
	color:#5b6270;
	display:block;
	margin-bottom:.375rem;
	padding:.375rem .75rem;
	text-transform:uppercase
}
.mega-menu__title {
    font-size: .85rem;
    font-weight: bold;
}
.close-icon {
    background: #046aa6;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 1.25rem;
    line-height: 1.25rem;
    position: absolute;
    right: -.5rem;
    text-align: center;
    top: -.5rem;
    width: 1.25rem;
    z-index: 9;
}
li.mega-menu__item .code {
    font-size: .8rem;
}
.mega-menu__link,
.mega-menu__link:not([href]):not([tabindex]) {
	color:#666;
	cursor:pointer;
	display:block;
	padding:.375rem .75rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.mega-menu__link:focus,
.mega-menu__link:hover,
.mega-menu__link:not([href]):not([tabindex]):focus,
.mega-menu__link:not([href]):not([tabindex]):hover, .mega-menu__link.selected {
	background:#2c83b6;
	color:#fff !important
}

@media (min-width: 576px) {
	.mega-menu.menu-language {
		width:31.125rem;
		position:absolute
	}
	
	.mega-menu.menu-language:after {
		display: block;
		right: 5.6875rem
	}
	.mega-menu.menu-language:before {
		display: block;
		right: 5.625rem
	}
	
	.dropdown-toggle [class*=lng-] {
    -webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
}
@media (max-width: 991.98px) {
	.dropdown-toggle:after {
		top:50%;
		right:1rem;
		position:absolute;
		opacity:.5
	}
#countryDropDown .mega-menu{
    left: -9.9rem;
    top: 4rem;
}
.mega-menu.menu-language {
		width:750px;
		position:absolute;
		right:-55px;
	}
.mega-menu.menu-language .mega-menu__item{width: 46%; float: left}



}
@media (min-width: 992px) {

	.mega-menu {
		padding:1rem;
		position:absolute;
		width:59rem
	}
	
	.mega-menu.menu-language {
		margin-top: .5rem;
		width: 60rem
	}
	.mega-menu.menu-language .mega-menu__item {
		width: 24%
	}
	.mega-menu.menu-language:after {
		right: 18.625rem
	}
	.mega-menu.menu-language:before {
		right: 18.5625rem
	}
	.show .mega-menu,
	.show .menu-language {
		display: flex
	}
	.mega-menu__item {
		padding: 0 .5rem;
		width: 20%; float: left
	}
	.mega-menu__dropdown .dropdown-toggle:after {
		display: none
	}
	.mega-menu__title{font-size:0.8rem}
}

@media (min-width: 768px) and (max-width: 992px) {
.mega-menu.menu-language:after {
		display: block;
		right: 5.6875rem
	}
	.mega-menu.menu-language:before {
		display: block;
		right: 5.625rem
	}
}

@media (min-width: 992px) and (max-width: 1024px) {

#countryDropDown .mega-menu{    left: -9.7rem;}
.mega-menu.menu-language:after {
    right: 15.625rem;
}
.mega-menu.menu-language:before {
    right: 15.5625rem;
}
}
@media (min-width: 1200px) {
	.mega-menu,
	.mega-menu.menu-language {
		width:74.290rem
	}
	.mega-menu.menu-language:after {
		right: 17.625rem
	}
	.mega-menu.menu-language:before {
		right: 17.5625rem
	}
	
}
[class*=lng-],[class*=ing-] {
	background-image:url(//c.fareportal.com/gcms/portals/2/react_widget/img/icon-sprite.png);
	display:inline-block;
	width:1.375rem;
	height:1rem;
	margin-right:.25rem;
	margin-top:-.0625rem;
	vertical-align:middle
}

.dropdown-toggle [class*=lng-]{-webkit-filter: grayscale(100%); -ms-filter: grayscale(100%);  filter: grayscale(100%); opacity:0.5}
.lng-eua,
.lng-us {
	background-position:0px 0
}
.lng-in {
	background-position:-80px -30px
}
.lng-uk {
	background-position:-80px -60px
}
.lng-au {
	background-position:-80px -90px
}
.lng-ie {
	background-position:-80px -120px
}
.lng-my {
	background-position:-80px -149px
}
.lng-ae {
	background-position:-80px -180px
}
.lng-za {
	background-position:-80px -210px
}
.lng-ca {
	background-position:-120px 0
}
.lng-mx {
	background-position:-120px -30px
}
.lng-cn {
	background-position:-120px -60px
}
.lng-hk {
	background-position:-120px -90px
}
.lng-sg {
	background-position:-120px -120px
}
.lng-ph {
	background-position:-120px -150px
}
.lng-tr {
	background-position:-120px -180px
}
.lng-nz {
	background-position:-120px -210px
}
.lng-ve {
	background-position:-80px -240px
}
.lng-uy {
	background-position:-120px -240px
}
.lng-sr {
	background-position:-80px -270px
}
.lng-pe {
	background-position:-120px -270px
}
.lng-gy {
	background-position:-80px -300px
}
.lng-ec {
	background-position:-120px -300px
}
.lng-co {
	background-position:-80px -330px
}
.lng-cl {
	background-position:-120px -330px
}
.lng-br {
	background-position:-80px -360px
}
.lng-bo {
	background-position:-120px -360px
}
.lng-ar {
	background-position:-80px -390px
}
.lng-do {
	background-position:-120px -390px
}
.lng-es {
	background-position:-80px -420px
}
.lng-eu {
	background-position:-120px -420px
}
.lng-fr {
	background-position:-80px -840px
}
.lng-de {
	background-position:-120px -840px
}
.lng-it {
	background-position:-80px -870px
}
.menu-language[class*=lng-] {
	margin-right:.625rem
}
.menu-language .lng-eua,
.menu-language .lng-us {
	background-position:0 0
}
.menu-language .lng-in {
	background-position:0 -30px
}
.ing-en-gb,
.menu-language .lng-uk {
	background-position:0 -60px
}
.ing-en-au,
.menu-language .lng-au {
	background-position:0 -90px
}
.menu-language .lng-ie {
	background-position:0 -120px
}
.menu-language .lng-my {
	background-position:0 -149px
}
.ing-en-ae,
.menu-language .lng-ae {
	background-position:0 -180px
}
.menu-language .lng-za {
	background-position:0 -210px
}
.ing-en-ca,
.menu-language .lng-ca {
	background-position:-40px 0
}
.ing-en-mx,.ing-es-mx,
.menu-language .lng-mx {
	background-position:-40px -30px
}
.menu-language .lng-cn {
	background-position:-40px -60px
}
.menu-language .lng-hk {
	background-position:-40px -90px
}
.ing-en-sg,
.menu-language .lng-sg {
	background-position:-40px -120px
}
.menu-language .lng-ph {
	background-position:-40px -150px
}
.menu-language .lng-tr {
	background-position:-40px -180px
}
.menu-language .lng-nz {
	background-position:-40px -210px
}
.menu-language .lng-ve {
	background-position:0 -240px
}
.menu-language .lng-uy {
	background-position:-40px -240px
}
.menu-language .lng-sr {
	background-position:0 -270px
}
.menu-language .lng-pe {
	background-position:-40px -270px
}
.menu-language .lng-gy {
	background-position:0 -300px
}
.menu-language .lng-ec {
	background-position:-40px -300px
}
.menu-language .lng-co {
	background-position:0 -330px
}
.menu-language .lng-cl {
	background-position:-40px -330px
}
.menu-language .lng-br {
	background-position:0 -360px
}
.menu-language .lng-bo {
	background-position:-40px -360px
}
.menu-language .lng-ar {
	background-position:0 -390px
}
.menu-language .lng-do {
	background-position:-40px -390px
}
.ing-es-us
{
	background-position:0 -0px
}
.menu-language .lng-es{background-position:0 -420px} 
.menu-language .lng-eu {
	background-position:-40px -420px
}
.menu-language .lng-fr {
	background-position:0 -840px
}
.menu-language .lng-de {
	background-position:-40px -840px
}
.menu-language .lng-it {
	background-position:0 -870px
}
/*header end*/
/*user signin*/
.login {
	box-shadow:0 .5rem 1rem rgba(0,
	0,
	0,
	.15);
	display:none;
	font-size:.75rem;
	margin-top:.75rem;
	padding:0;
	top:100%;
	animation:animate-top .2s ease-in-out
}
.login .button-sm {
	font-size:.875rem;
	padding:.5rem;
}
.login .button-lg {
	font-weight:400;
	padding:.5rem 0
}
.login:after,
.login:before {
	border:solid transparent;
	border-bottom-color:#005282;
	border-width:.625rem;
	bottom:100%;
	content:"";
	left:1.25rem;
	height:0;
	width:0;
	position:absolute;
	pointer-events:none
}
.login__info {
	background:#005282;
	color:#fff;
	padding:1.25rem
}
.login__title {
	color:#fff;
	font-size:1rem;
	font-weight:400;
	line-height:1.25
}
.login__hr {
	margin:1rem 0;
	border-bottom:1px dashed hsla(0,
	0%,
	100%,
	.25);
	border-top:none
}
.login__list {
	margin:0;
	padding:0
}
.login__item {
	display:block;
	padding:0 0 .625rem 1.5rem;
	position:relative
}
.login__item:before {
	color:#ffbd00;
	content:"\E668";
	font-family:COA-font-icon!important;
	left:0;
	position:absolute;
	top:0
}
.login__footer {
	color:hsla(0,
	0%,
	100%,
	.5);
	font-size:.6875rem
}
.login__form {
	padding:1.25rem
}
.login__form-title {
	font-size:.875rem;
	margin:.5rem 0
}
.login__reward {
	font-size:4.5rem;
	height:.875rem;
	line-height:0;
	opacity:.4;
	position:relative;
	width:4.5rem
}
.login__reward:before {
	height:.875rem;
	line-height:.875rem;
	top:0;
	position:absolute
}
.login__close {
	background:#046aa6;
	border-radius:50%;
	color:#fff;
	cursor:pointer;
	display:block;
	height:1.25rem;
	line-height:1.25rem;
	position:absolute;
	right:-.5rem;
	text-align:center;
	top:-.5rem;
	width:1.25rem;
	z-index:9
}
.password-recovery.alerts {
	position:absolute;
	top:0;
	z-index:10
}

.user__pw-link {
	position:absolute;
	right:10px;
	bottom:15px;
	z-index:9
}

.show .login,
.show .user-signin {
	display:block
}
.user-signin {
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0 .5rem 1rem rgba(0,
	0,
	0,
	.15);
	margin:.75rem 0 0;
	padding:1rem .75rem;
	position:absolute;
	right:0;
	text-align:left;
	top:100%;
	width:100%;
	z-index:4
}
.user-signin:after,
.user-signin:before {
	bottom:100%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none
}
.user-signin:after {
	left:1.5rem;
	border-color:transparent;
	border-bottom-color:#fff;
	border-width:.625rem;
	margin-left:-.625rem
}
.user-signin:before {
	left:1.5rem;
	border-color:transparent;
	border-bottom-color:#ccc;
	border-width:.6875rem;
	margin-left:-.6875rem
}
.user-signin__list {
	display:block;
	margin:0;
	padding:0
}
.user-signin__item {
	display:block
}
.user-signin__link {
	display:block;
	padding:.25rem .375rem;
       font-size: .8rem;
       line-height: .9rem;
}
.user-signin__link:focus,
.user-signin__link:hover {
	background:#2c83b6;
	color:#fff
}

.user-signin__list, .user-signin__link.btnLogOut {color: #767676;}
.user-signin__link:focus, .user-signin__link:hover{background:#2c83b6;  color:#fff !important; cursor:pointer; display:block}

.password-lock {
    border-radius: 50%;
    color: #7fa4cc;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    height: 1.5rem;
    line-height: 1.5rem !important;
    margin-top: -.75rem;
    position: absolute;
    right: .5rem;
    text-align: center;
    top: 50%;
    width: 1.5rem;
    z-index: 3
}
.grecaptcha-badge{display:none}

.model-box .signin__back-wrap {
    margin-top: -1rem
}

.model-box .login__email {
    font-size: 1.125rem !important;
    margin-top: 1rem !important
}

@media (max-width: 575.98px) {
	.login {
		position:relative;
		margin:0;
		top:auto;
		left:auto;
		right:auto;
		float:none
	}
	.login__close {
		display: none
	}
}
@media (min-width: 576px) {
	.login {
		border:1px solid #ddd;
		border-left:none;
		min-width:34rem;
		left:auto;
		right:-7.8125rem;
		margin-top:0
	}
	.login:after {
		border-bottom-color: #fff;
		left: 23.5rem;
		margin-bottom: -.0625rem
	}
	.login:before {
		border-bottom-color: #ccc;
		left: 23.5rem
	}
}


@media (min-width: 992px) {
	.login {
		min-width:37.5rem;
		left:0;
		right:auto;
		margin-top:.75rem;
		max-width:38rem
	}
	.login:after,
	.login:before {
		border-bottom-color: #005282;
		left: 1.25rem
	}

}
@media (max-width: 992px) {
.user-signin{width: 3rem; left: auto; margin-top: 0; margin-right: -1.1rem;}
   .user-signin:before{margin-left: 2.3125rem;}
.user-signin:after{margin-left: 2.375rem;}
.mega-menu.menu-language .close-link:before{top: -677px;}
.ic-arw-thin:before{content:none !important}


}

.button-gradient, .button-gradient:hover{box-shadow: 0 0.0625rem 0 0 rgba(0,0,0,.25); color: #666;}
.button-gradient{background: linear-gradient(169deg,#fff,#e7e9ec); border: 1px solid #d9dde0 !important;}
.text-blue{color:#046aa6}
.text-orange-dark{color:#dd4b39}
.ic-facebook:before{content:"\e703"}
.button-block{width:100%; display: block}


.button-secondary-gradient {
	background:linear-gradient(169deg,
	#01cfdd,
	#01abc7);
	box-shadow:0 .0625rem 0 0 rgba(0,
	0,
	0,
	.25);
	color:#fff
}
.button-secondary-gradient:hover {
	background:linear-gradient(169deg,
	#01abc7,
	#01cfdd);
	color:#fff;
	box-shadow:0 .0625rem 0 0 rgba(0,
	0,
	0,
	.25)
}
/*user signin*/
/*Now interact css*/
.coupon-modal{position:absolute;overflow: visible;z-index:7; top:0; left:0; width:100%;  animation: animate-left .5s ease-in-out }
.coupon-modal.show {display: block;}
.coupon-modal .modal-profile { min-height:170px; box-shadow:0 2px 5px rgba(0,0,0,.3); -moz-box-shadow:0 2px 5px rgba(0,0,0,.3); -webkit-box-shadow:0 2px 5px rgba(0,0,0,.3);background:#fff; z-index:999; margin-left:-350px; left:50%!important }
.coupon-modal .modal-close-profile { cursor:pointer; position:absolute; background:#fff}
.coupon-modal .emailpop {display:inline-block;height: auto; padding: 30px 60px 0; background: #fff; width: 100%; border-top: 1px solid #e2e2e2;}
.img-side{float:left;background: url(//c.fareportal.com/gcms/Portals/2/react_widget/img/call-centric-girl-logo.jpg) no-repeat 0 0; width:43%; height:240px;}
.details-side{float:left;margin-left:2%;padding:10% 0 0;position:relative;width:55%;text-align:left}
a.closeTxt{margin-bottom:10px; display: inline-block; float: right; text-decoration: underline; clear: both; color: #005282; margin-top: 5px; font-size: 11px;}
#divShowSessionPopUp { border: none; border-top: 10px solid #ff9600; margin-left: -260px; width: 520px; } 
#content-callcenric { padding: 25px 60px; float: left}
.coupon-modal .img-side { background-image: url(//c.fareportal.com/gcms/Portals/2/react_widget/img/call-centric-girl-logo.jpg); background-repeat: no-repeat;
    background-position:-70px -25px; background-size: 190%; border: 3px solid #e2e2e2; border-radius:50%; margin:0px; height:100px; width:100px; position:absolute; left:60px; top:40px; }
.coupon-modal .details-side { margin-left: 130px; padding:10px 0px 0px 0px; width:auto; }
.coupon-modal .details-side h3 { font-size: 24px; font-weight: normal; padding: 0 0 5px 0; color: #005082; }
.coupon-modal .phone-box b { font-size: 30px; line-height: 45px; color: #b42c0c; }
.coupon-modal #closeCouponPopup { right: 50px; top: 17px; height: 24px; width: 24px;z-index:9999}
.coupon-modal #closeCouponPopup .signupClose { color: #000; top: auto; left: auto; text-align: center; line-height: 24px; font-size: 24px; }
.coupon-modal #closeCouponPopup .signupClose:before { content: "\e657"; }


.coupon-modal .signupInfo { display: block; font-size: 18px; font-weight: normal; margin:0px; padding: 0px 0px 20px 90px; color: #005082; text-align:left; position:relative; line-height:25px }
.coupon-modal .signupInfo .signupSave { display: block; font-size: 1.5rem; line-height: 2rem; }
.coupon-modal .signupInfo .signupSave sup { font-size: 70%; top: -0.5em; margin-right: 0px; }
.coupon-modal .signupInfo b { font-weight: bold; }
.coupon-modal .signupInfo .ic-tag-empty { color: #fba004; font-size: 24px; left: 35px; top: 15px; }
.coupon-modal .signupInfo .ic-tag-empty:before { color: #fba004; font-size: 80px; left: -45px; top: -27px!important;}
.coupon-modal .signupBlock { border:none; margin: 0px; padding: 0px; height:inherit; }
.coupon-modal .brand-Logo { dispaly:block; height:30px; margin:15px 0px 0px 0px; text-align:center; }
.coupon-modal .brand-Logo span { background-image: url(//c.fareportal.com/gcms/portals/2/react_widget/img/call-centric-girl-logo.jpg); background-repeat: no-repeat;
    background-position:-20px -15px; display:block; margin:0px auto; height:30px; width:106px; }

#nowInteractSignUp .signupbox{
    background: #ededed;
    padding: 1rem;
}
#nowInteractSignUp .signupbox .ic-mail:before{content:none}
.couponResponse__code {
    background: #fff;
    width: 13rem;
    padding: 0;
    font-size: 1rem;
	color: #118acb;
	text-align:center;
	font-weight:bold;
	
}
.couponResponse__block {
    width: 100%;
	display: flex;
	height:36px;
	line-height:36px;
	font-size:16px;
}
.couponResponse__code-btn {
    width: 40%;
    display: block;
    background: #118acb;
    text-align: center;
    padding-top: 0rem;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
}

.couponResponse__code-btn:focus,.couponResponse__code-btn:hover,.couponResponse__code-btn:active{background: #34b8ff; color: #fff; text-decoration: none;}

.coupon-modal .tooltips{bottom: 64px;    position: absolute;left: 1rem; line-height: 1rem}
.coupon-modal .tooltips .tooltips__inner{width: 23rem}
.coupon-modal .tooltips__arrow {
    top: -10px;
    left: 203px;
}
#nowInteractSignUp .button{font-weight: 400}
#nowInteractSignUp .button-secondary-gradient{border-bottom: 1px solid #018197 !important;}
.lbl-InteractSignUp-success-header{font-size: 24px; font-weight: normal; color: #005082; display: block; text-align:center; padding-top:10px}
.lbl-InteractSignUp-success-copypaste{font-size: 13px; font-weight: bold; color: #6e6e6e; display: block; padding: 10px 0px 10px 0px; text-align:center;}
@media(min-width:992px) and (max-width:1199px){
	.coupon-modal #divShowSessionPopUp{width:400px;margin-left: -186px;}
	.coupon-modal .emailpop{padding: 30px 30px 0px 30px;}
	.coupon-modal .signupBlock #tbEmailSignUpHD{width:240px;margin-left:100px;}
	.coupon-modal .signupBlock .col-xs-7 label{width:100px;}
	.coupon-modal #lblMessageSignUpHD{margin-left:20%}
	.coupon-modal .signupInfo{padding-left:80px;font-size: 16px;}
	.coupon-modal .signupInfo .signupSave{font-size:20px;}
	.coupon-modal #content-callcenric{padding:35px 30px;}
	.coupon-modal .img-side{left:30px;}
	.coupon-modal .details-side{margin-left:115px;}
	.coupon-modal .tooltips__arrow{left: 172px}
	.coupon-modal #closeCouponPopup{right:0}
}


@media(max-width: 992px){
.coupon-modal{width: 520px;left: 20%;}

}


/*now interact css*/


/*---------------------- blue banner start---------------------------*/
.main-banner{padding-top: 30px}
.mktmsg{position:relative; }
.mktmsg__bannerbox{width: 276px; height: 270px; padding:15px; margin-left:40px; position: relative}
.mktmsg__bannerbox--header{margin-bottom: 20px; font-size: 30px; margin: 0; color: #fff; text-shadow: none; line-height: 1.35em; font-family: arial;}
.mktmsg__bannerbox.is--blue{background:#09d; color:#fff;}
.mktmsg__bannerbox--sm-txt{font-family: sans-serif; margin-top:20px; position: relative; font-size: 1rem}
span.icon.ic-arw-thin {font-size: 2.8rem; bottom: 1rem; position: absolute;}
.mktmsg__bannerbox--sm-txt span{font-size:0.75rem; line-height:1rem; margin-left:65px;}
.mktmsg__promo-code{margin-left:40px; margin-top:245px; position:absolute; font-size:14px; font-family:sans-serif}
a.item.icon.ic-info-fill{color:#fff; text-decoration:none; font-size:0.90rem}
input#showCodeBtnss{padding: 5px 10px 5px 45px; margin-right: 5px;}

.cta-3rd{display:block;background:#eee;background:-moz-linear-gradient(-45deg,#fcfcfc 0,#eee 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#fcfcfc),color-stop(100%,#eee));background:-webkit-linear-gradient(-45deg,#fcfcfc 0,#eee 100%);background:-o-linear-gradient(-45deg,#fcfcfc 0,#eee 100%);background:-ms-linear-gradient(-45deg,#fcfcfc 0,#eee 100%);background:linear-gradient(169deg,#fcfcfc 22%,#eee 100%) repeat scroll 0 0 transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#eeeeee',GradientType=1);line-height:1.2em;color:#016dab;border:1px solid #e7e7e7;border-bottom-color:#b7b7b7;text-shadow:0 0 0 #fff
}
.cta-3rd:hover{color:#016dab;border:1px solid #ddd;border-bottom-color:#aaa;background:#fcfcfc;background:-moz-linear-gradient(-45deg,#eee 0,#fcfcfc 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#eee),color-stop(100%,#fcfcfc));background:-webkit-linear-gradient(-45deg,#eee 0,#fcfcfc 100%);background:-o-linear-gradient(-45deg,#eee 0,#fcfcfc 100%);background:-ms-linear-gradient(-45deg,#eee 0,#fcfcfc 100%);background:linear-gradient(169deg,#eee 22%,#fcfcfc 100%) repeat scroll 0 0 transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#fcfcfc',GradientType=1)
}

input.cta-3rd.btnPromoCode{display: inline-block !important; height: 30px; margin: 0 10px 0 0; padding: 5px 10px 5px 46px; position: relative; vertical-align: middle;}
.promo-code__header .cta-3rd{display: inline-block;}
.promo-code__header span{font-weight: normal;}
.promo-code__tag{color: #016dab; font-size: 12px; left: 25px; position: absolute; top: 8px}
.ic-tag-empty:before{content:"\e60b"}
.promo-code__tag::before{position: absolute;
    font-size: 2.125rem;
    z-index: 1;
    top: -.6875rem;
    left: -1.25rem;
    }
.promo-code__header b{color:#333}
.promo-code__header span{font-weight:normal;}
.cro-section__promo-code sup{top:-2px}
.promo-code__note, .promo-code__note + .smtxt{color: #999; font-size: 10px; white-space: nowrap;}
.cro-section__promo-code .grtxt.smtxt{display:inline-block;}
#promo-code__learn-more.bubble-msg{z-index:10}
.bubble-msg{position: absolute; padding: 10px 15px 5px; margin: 0; font-size: 12px; font-weight: normal; color: #333; text-align: left; background-color: #fff; border: 1px solid #118ACB;line-height:1rem}
.promo_b__login span{font-weight: normal;}
.learn-more a {
    text-decoration: underline;
    
}
.Tlink{text-decoration: underline; color: #333;}
.bubble__close:before {
    content: "\e65d";
    font-family: 'COA-font-icon';
    position: absolute;
    font-size: 1rem;
    right: -5px;
    top: -5px;
    background: #fff;
    border-radius: 20px;
    color: #333;
    display: block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
}



.promo-text .tooltips__inner{    
width: 24rem;
    margin-left: 0;
    line-height: 1rem; margin-top: 14px}

span#cuscare-disclaimer01{position:relative;}
.promo_a__login.hidden + .promo-text .tooltips__arrow {
    left: 293px;
    top: 49px;
}
.promo_a__login+ .promo-text .tooltips__arrow {
    left: 230px;
    top: 43px;
}
.promo-text .tooltips__arrow {
    left: 230px;
    top: 49px;
}
.bubble__close {
    font-size: 0.75rem;
    line-height: 1.4em;
    text-decoration: underline;
    float: right;
    cursor: pointer;
}
@media(max-width: 992px){
.container{max-width: 738px; padding: 0}
.promo-text {margin-top: .5rem; margin-left: .5rem;}
span.icon.ic-arw-thin{content:none;}

.promo-text .tooltips__inner {
    width: 93%;
    margin-left: 0;
    line-height: 1rem;
    margin-top: 18px;
    left: 0;
  }
.promo-text .tooltips__arrow {
    left: 655px;
    top: 30px;
}

.mktmsg__bannerbox--header{font-size: 1.65rem;}
.mktmsg__bannerbox{height: 228px;}
.mktmsg__promo-code{position: relative;margin-top: 10px; margin-left: 15px; display: flex}
.bubble-msg{right: 2rem}

}
@media(max-width: 992px){
.promo_a__login.hidden + .promo-text .tooltips__arrow{
    left: 655px;
    top: 30px;
   }
.promo_a__login+ .promo-text .tooltips__arrow{   
     left: 660px;
    top: 31px;
   }

}



@media (min-width: 992px) and (max-width: 1024px){
.container{max-width: 100%;}
.main-banner .row{margin: 0}

}


/*---------------------- blue banner end---------------------------*/


/*******************whybook section start*******************/


.why-sub__header{font-size:sans-serif; font-size:1rem; font-weight:bold}
.why-sub__header:before {
    float: left;
    font-size: 60px;
    line-height: 13px;
    margin-right: 5px
}

.why-sub__header.ic-care:before {
    margin-right: 10px;
    margin-left: 7px;
    font-size: 56px
}

.why-sub__header.ic-thumb-like-empty:before {
    margin-left: 5px
}

.why-sub__header.ic-bpg-dollar-empty:before {
    margin-right: 0
}

.why-book__sub {
    position: relative !important;
    transition: all .8s;   
    border: 0;
    height: auto;
    padding-bottom: 0;
    background: #fff
}
.why-book__sub>a{color:#5b6270; font-size:16px; font-family:sans-serif}

.why-sub__header {
    position: relative;
    transition: all .8s;
    text-align: left; 
	font-size:16px; 
	color:#5b6270
}

.why-book__content {
    position: absolute;
    transition: all .8s;
    left: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    top: -.6rem;
    z-index: 3 !important
}

.why-book__content.cus-care .tooltip-link:hover + span{position:absolute}
.why-book__sub p {
    padding: 0 15px 0 47px !important;
    text-align: left;
    margin-top: 0;
    color: #5b6270;
	font-size:12px;
}
p.why-book__content.cus-care{padding:0 3.5rem 0 3.5rem !important}
.why-book__sub h5 span {
    position: absolute;
    transition: all .8s;
    z-index: 4; 
	font-family: sans-serif;
    font-weight: 700;
}

.why-book__sub h5 span.fptext {
    z-index: 2
}

.why-book__sub h5 span.facebook-likes {
    position: relative
}

.why-book__sub:hover h5 span {
    opacity: 0;
    filter: alpha(opacity=0)
}

.why-book__sub.fplink:hover h5 span {
    opacity: 1;
    filter: alpha(opacity=100)
}

.why-sub__header.ic-bpg-dollar-empty:hover {
    text-decoration: none
}

.why-book__sub:hover .why-book__content {
    opacity: 1.0;
    filter: alpha(opacity=100)
}

.fplikes {
    margin: 30px 0 0 5px !important
}

.tooltip-inner {
    width: 200px
}

.why-book__sub .why-sub__header.ic-bpg-dollar-empty+.why-book__content {
    padding-left: 45px !important
}

.why-book__content.cus-care {
    padding:0 2.5rem 0 3.5rem
}

#promo-code__learn-more.bubble-msg {
    z-index: 10
}

#cuscare-disclaimer01.tooltip-popover:before {
    right:4.6rem;
	border-color:transparent;
	border:solid transparent;
	border-bottom-color:#046aa6;
	border-width:.6875rem;
	margin-left:-.6875rem;
    top: -1.4rem;
	width:0;
	height:0;
	position:absolute;
	pointer-events:none; content: ''
}

.why-book .tooltip-popover:before, #cuscare-disclaimer01.tooltip-popover:before {
    right:4.6rem;
	border-color:transparent;
	border:solid transparent;
	border-bottom-color:#046aa6;
	border-width:.6875rem;
	margin-left:-.6875rem;
    top: -1.4rem;
	width:0;
	height:0;
	position:absolute;
	pointer-events:none; content: ''
}

.why-book .tooltip-popover:before {
    right:3.9rem;
	border-color:transparent;
	border:solid transparent;
	border-bottom-color:#046aa6;
	border-width:.6875rem;
	margin-left:-.6875rem;
    top: -1.4rem;
	width:0;
	height:0;
	position:absolute;
	pointer-events:none; content: ''
}


.why-book .tooltip-popover:after
{	
right:3.9rem
}

.why-book__content.cus-care .tooltip-popover{right:-10px; margin-top:-10px}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
    .why-book__content {
        left: 20px
    }
    .why-book__sub {
        padding-left: 0
    }
    .fplikes {
        display: inline-block
    }
	p.why-book__content.cus-care{padding:0 12px 2px 57px !important}
	
	.why-book .tooltip-popover:before{right:1.5rem}
	.why-book .tooltip-popover:after{right:1.5rem}
	
}

@media(max-width:992px) {
    .why-book__content.cus-care {
        padding-left: 50px !important
    }
    .why-sub__header.ic-care:before {
        font-size: 50px
    }
	.why-book .tooltip-popover:before{right:9.5rem}
	.why-book .tooltip-popover:after{right:9.5rem}
}

@media(max-width:992px) and (min-width:767px) {
    .why-book__sub.col-xs-12.col-sm-6.col-md-3.clear-xs {
        margin-top: 10px
    }
    .why-sub__header.icon.ic-care {
        left: 5px
    }
}

@media(max-width:767px) {
    .why-book__sub {
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 10px
    }
    .featured-deal {
        margin-top: 0
    }
    .why-book {
        margin-top: 20px
    }
}

@media(max-width:992px) and (min-width:479px) {
    .why-book__sub {
        margin-bottom: 20px
    }
}

@media(max-width:767px) and (min-width:479px) {
    .why-book {
        margin-left: 10px
    }
    .why-book__content.cus-care {
        padding-left: 36px !important
    }
    .why-book__sub .why-sub__header.ic-bpg-dollar-empty+.why-book__content,
    .why-book__sub p {
        padding: 0 5px 0 30px !important
    }
    .why-book__sub {
        width: 48%;
        padding-left: 0;
        padding-right: 0
    }
    .why-book__sub .why-sub__header.ic-thumb-like-empty+.why-book__content {
        padding-left: 43px !important
    }
    .why-book__content.cus-care .tooltip-inner {
        margin-left: 50px
    }
}

@media(max-width:478px) {
    .why-book__sub p {
        padding: 0 35px 0 58px !important
    }
    .why-book__sub .why-sub__header.ic-bpg-dollar-empty+.why-book__content {
        padding-left: 50px !important
    }
    .why-book__content.cus-care {
        padding-left: 58px !important
    }
    .why-book__content.cus-care .tooltip-inner {
        margin-left: -80px
    }
}

.why-book .icon:hover:before {
    text-decoration: none !important
}


@media(max-width:480px) {
    .why-book__sub {
        height: 70px
    }
}

/******************whybook section end********************/

/******************content section***********************/
.content-section{color: #8c909a; font-size: 0.85rem; padding: 0 10px 0 0;}
.content-section ul{
    list-style: disc;
    margin-left: 15px;
}

.content-section ul li a{color: #08c;}
.content-section ul li a:hover{text-decoration: underline}
.content-section .carousel ul li a:hover {
    text-decoration: none;
}

#featured-blog-slider.carousel .carousel-inner .item{background: #f1f1f3; left: 0!important; overflow: auto; padding: 0; animation: animate-left .5s ease-in-out}
.carousel-inner{padding:0; font-size:14px;}
.carousel-inner a{color:#08c}
.carousel slide a{color:#08c}
.carousel-inner>.item{display:none}
.carousel-inner>.active{display:block}
.carousel-indicators li {width: 12px;height: 12px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%; border: 1px solid #018197; background-color: #fff; min-height: inherit; padding: 0;display: inline-block;text-indent: -999px;cursor: pointer;}
.carousel-indicators .active { background-color: #01abc7;}
.blog-link{padding: 15px 15px 45px; display: block; min-height: 210px;}
#featured-blog-slider .blue-txt{color: #005082; font-size: 20px; font-style:italic;}
.blog-image img{margin-bottom:15px; float: left!important; margin-right: 20px!important;}
#featured-blog-slider .item.full-link span{display:block}
a.blog-link .content{color:#8c909a !important}
.blog-image strong.morelinks{display: block; text-align: right; float:right}
.morelinks{float:right}
.adContainer{margin: 20px auto; text-align: center}
ul.carousel-inner.featured-deals{margin-left:0}

.userReviews-content{list-style:none;}
.userReviews-content:first-child{margin-bottom:20px;}
.userReviewHd{color: #016dab;  font-weight: bold;font-size:1.025rem}
.reviewrating{margin-right:5px;}
.userReviewHd .icon{color:#fbb610}
.ic-star-fill:before{content:"\e69d"}

.submitReviewBtn{border: 1px solid #e9e9e9; color: #08c; float: left; font-size: 16px; padding: 6px 10px; text-decoration: none; background: -webkit-linear-gradient(top,#fefefe 0,#f2f2f2 100%); background: linear-gradient(to bottom,#fefefe 0,#f2f2f2 100%);}
.submitReviewBtn:hover{background: #f2f2f2; background: -moz-linear-gradient(center top,#f2f2f2,#fefefe) repeat scroll 0 0 rgba(0,0,0,0);
    text-decoration: none; background: -webkit-linear-gradient(top,#f2f2f2 0,#fefefe 100%); background: linear-gradient(to bottom,#f2f2f2 0,#fefefe 100%);}
	
.connect-coa__app-link{display: inline-block!important; color: #fff; padding: 12px 25px;font-size:1.15rem}
.cta-2nd{position: relative;
    display: block;
    line-height: 1.2em;
    color: #fff;
    border: 1px solid #018197;
    border-top: 0;
    border-left: none;
    border-right: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    background: #01abc7;
    background: -moz-linear-gradient(-45deg,#01cfdd 0,#01abc7 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#01cfdd),color-stop(100%,#01abc7));
    background: -webkit-linear-gradient(-45deg,#01cfdd 0,#01abc7 100%);
    background: -o-linear-gradient(-45deg,#01cfdd 0,#01abc7 100%);
    background: -ms-linear-gradient(-45deg,#01cfdd 0,#01abc7 100%);
    background: linear-gradient(169deg,#01cfdd 22%,#01abc7 100%) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01cfdd',endColorstr='#01abc7',GradientType=1);
}
.cta-2nd:hover{color: #fff;
    border: 1px solid #018197;
    border-top: 0;
    border-left: none;
    border-right: 0;
    background: #01cfdd;
    background: -moz-linear-gradient(-45deg,#01abc7 0,#01cfdd 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#01abc7),color-stop(100%,#fcfcfc));
    background: -webkit-linear-gradient(-45deg,#01abc7 0,#01cfdd 100%);
    background: -o-linear-gradient(-45deg,#01abc7 0,#01cfdd 100%);
    background: -ms-linear-gradient(-45deg,#01abc7 0,#01cfdd 100%);
    background: linear-gradient(169deg,#01abc7 22%,#01cfdd 100%) repeat scroll 0 0 transparent;}


.connect__sms:after{content: "";
    position: absolute;
    background: #fff url(//c.fareportal.com/gcms/portals/2/react_widget/img/icon-sprite.png) no-repeat 20px -893px;
   height:5rem;
  width:5rem;
  right:1rem;
    top: 80px;
     box-shadow: inset 0 -3px 0 #ccc;
    -moz-box-shadow: inset 0 -3px 0 #ccc;
    -webkit-box-shadow: inset 0 -3px 0 #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}

@media(max-width: 992px){
.blog-image img{float: none; width: 100%}

}

@media(max-width: 1024px){
 .content-section{padding-left: 15px; padding-right: 15px}

}

/******************content section end******************/

/******************promoCode Popup*********************/
.model-box{display:none;
background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    border: 4px solid #046aa6;
    left: 1rem;
    padding: 1rem 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: auto;
    z-index: 5;
    animation: animate-left .5s ease-in-out;}	
	
	
#promoCodeSection.show .model-box{display: block !important}	
	.model-box__close{background: #046aa6;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    height: 1.625rem;
    line-height: 1.625rem;
    position: absolute;
    right: -.5rem;
    text-align: center;
    top: -.5rem;
    width: 1.625rem;}	
	
	
	
  .model-box__close:before{color: #fff; content: "\E657"; font-family: COA-font-icon!important;}
  .text-center{text-align: center!important;}
  .model-box__header{color: #046aa6; font-weight: 400; font-size: 1rem; margin: 0 0 10px 0;}
  .model-box__info{color:#5b6270; font-size:.675rem}
  .model-box .login__form .login__form-title{color:#999;font-size:1rem}
  .login__form-title{margin:.5rem 0}
  .model-box .login__form {
		padding:1rem
	}
  .model-box .login__form .button-sm{padding:.875rem 0;font-size:.875rem;}
  .button-lg{padding: .7rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;}
	.text-sm{font-size: .75rem;}
	.list-icon li{font-family: -apple-system,BlinkMacSystemFont,Arial,Helvetica Neue,Segoe UI,Roboto,sans-serif; line-height:1.2rem;
    display: block;
    padding: .5rem 0 .5rem 1.5rem;
    position: relative;}
	.list-icon li.py-0:before{top:0}
	.model-box__reward{font-size: 5rem;
    line-height: 3rem!important;
    opacity: .5;}
	.ic-coa-rewards:before{content:"\e907"}
	.a-link{cursor: pointer; display: inline-block; position: relative;}
	.a-link:after{content: ""; background: #666; height: 1px; bottom: 1px; left: 0;  position: absolute; right: 0; transition: all .2s linear;}
	.a-link.text-gray:after{background:#999}
	.model-box .close-link{position: absolute; bottom: 1rem; right: 1rem;}
     .model-box .login__form .signin__back{position: absolute; left: -10px; top: -25px; font-size: 12px;}
	
	
	.list-icon{margin:0}
	.list-icon li:before{font-family: COA-font-icon!important; position: absolute; left: 0; top: .5rem;}
	.ic-check:before{content:"\e668"}
	
	@media (min-width: 1200px)
	{
	.model-box{left: 1rem; padding: 2rem; width: 31.25rem;}
	}
@media (max-width: 992px){
  .model-box .login__form .signin__back{left: 0px; top: -75px;}
  .password-recovery.button{margin-top:20px}
}

	@media (min-width: 992px)
	{
	.model-box{right: auto; top: 0;}
    
	}
	
.close-link.text-right.d-block{font-size:11px; text-decoration:underline; color:#046aa6}
   .close-link:before{content: "x";
    position: absolute;
    font-size: .7rem;
    right: -3px;
    top: -3px;
    background: #046aa6;
    border-radius: 20px;
    color: #fff;
    display: block;
    width: 12px;
    height: 12px;
    line-height: .7rem; text-align: center}

.tooltips__close {
    background: #046aa6;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: .5625rem;
    height: 1rem;
    line-height: .9375rem;
    position: absolute;
    right: -.25rem;
    text-align: center;
    top: -.25rem;
    width: 1rem;
}
	
@media (min-width: 576px) {
	.model-box {
		padding:2rem .5rem
	}
	.model-box .close-link {
		bottom: 2rem;
		right: 1.5rem
	}
	.model-box .login__form {
		padding: 1.5rem
	}
	.model-box .login__form .login__form-title {
		font-size: 1rem
	}
	.model-box .login__form .button-sm {
		font-size: .875rem
	}
	.model-box__header {
		font-size: 1.25rem
	}
	.model-box__info {
		font-size: .875rem
	}
}

@media (min-width: 992px) {
	.model-box {
		padding:2rem .5rem;
		right:auto;
		top:0;
		width:25.5rem
	}
   .model-box .login__form .signin__back{left:0}
   

}
@media (min-width: 1200px) {
	.model-box {
		left:1rem;
		padding:2rem;
		width:31.25rem
	}
	.model-box .close-link {
		right: 3rem
	}
	.model-box__header {
		font-size: 1.5rem
	}
	.model-box__info {
		font-size: 1rem
	}
}

.signin-content .control-label {
	font-size:12px;
	border:1px solid #ccc;
	background:#f5f5f5;
	height:46px;
	line-height:44px;
	font-weight:400;
	padding-left:15px;
	text-align:left
}


.sign-up__promo-code.modals {
	position:absolute;
	z-index:999
}
.sign-up__promo-code .modal-dialog {
	width:638px;
	margin-top:0
}
.sign-up__promo-code .modal-content {
	border:4px solid #118acb;
	border-radius:0;
	padding:20px 40px;
	background-color:#fff
}
.sign-up__promo-code .login {
	box-shadow:none
}
.signin-content .control-label {
	font-size:12px;
	border:1px solid #ccc;
	background:#f5f5f5;
	height:46px;
	line-height:44px;
	font-weight:400;
	padding-left:15px;
	text-align:left
}
.signin-coupon .control-label {
	border-right:none;
	padding-left:10px;
	color:#333;
}
.signin-coupon .form-control {
	background:#efffe6;
	color:#3b753c;
	padding:10px 16px;
	margin-left:-15px
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px 5px 20px;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;}

.modal-header h2 {
	color:#005082;
	font-weight:400;
	font-size:22px;
	margin-top:10px;
	margin-bottom:5px;
	text-align: center;
}
.model-box .modal-header{border-bottom:0}
.coupun-box {
	 background: #09d;
    color: #fff!important;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
}
.coupon-block{text-align: center; padding: 11px;}

.coupon__tag{font-size: 16px; color: #505050; text-align: center; line-height: 20px;}
.signin-coupon{display: inline-block; margin-top: 15px; width: 90%;}
.signin-coupon span.h4{font-size: 16px; color: #999; border-bottom: 0; display: block;}
.signin-coupon span.currency-icon:before {content: "\e64c"; font-family: COA-font-icon; font-size: 23px; left: 19px; position: absolute; top: -9px; transform: rotate(-14deg); width: 100%;
}
.signin-content .control-label+div{padding:0}

.signin-coupon .ic-tag-empty:before {
    font-size: 36px;
    position: relative;
    top: 4px;
}
.mw-5{min-width:5rem}
.mw-7{min-width:7rem}

.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.signin-coupon .control-label .icon {vertical-align: middle; margin-right: 5px; font-size: 28px;}
.req:after{content: "*"; width: 5px; height: 5px; color: #f00; position: relative; right: -3px;}
.model-box .text-center{margin-top:10px;}
.text-red{color:#ff3030}
.text-yellow{color:#ffbd00}
.dropdown-menu.login{z-index:10}
.dropdown-menu.login .signin-form.signin-form--password .user__pw-link{text-decoration:none}
.dropdown-menu.login .signin-form.signin-form--password{margin-top:0}


.alerts-bubble-top{bottom: 100%; margin-bottom: .5rem;}
	.login__form .alerts-bubble{border: 1px solid rgba(0,0,0,.1); box-shadow: 0 0 0.25rem 0 rgba(0,0,0,.1); display: inline-block; left: 0; opacity: .98; padding: .5rem 1rem; position: absolute;}
	.alerts-bubble:after, .alerts-bubble:before{border: solid transparent;
    border-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;}
	.login__form .alerts-bubble:before{border-width: .625rem;}
	.login__form .alerts-bubble-top:before{left: 1.25rem; top: 100%; margin-left: -.625rem;}
	.login__form .alerts-error.alerts-bubble.alerts-bubble-top:before{border-top-color:#ed969e}
	.login__form .alerts-error.alerts-bubble.alerts-bubble-top:after{border-top-color:#f8d7da}
	.login__form .alerts-bubble-top:after {left: 1.25rem; top: 100%; margin-left: -.5rem;}
	.login__form .alerts-bubble:after{border-width:.5rem}
	.model-box .close-link{color:#005282 !important; text-decoration:underline}
	.model-box .close-link:before{content:none;}
	/*.model-box .a-link{line-height:14px; font-size:10px}*/
	.model-box .a-link:after{content:none}
	.model-box .model-box__reward+div .a-link{text-decoration:underline; font-size:12px}
	.text-lg{font-size: .9375rem;}
	.signin-form.signin-form--register{margin-top:0.714rem}
	.model-box .input-group-text{font-size:12px; border:1px solid #ccc; padding:0 1rem;}
	.alerts-success {background: #d4edda; color: #155724;}
	.text-base {font-size: .8125rem!important;}
	.text-gray-600 {color: #666!important;}
	.text-gray {color: #999 !important}
    .text-primary{color:#046aa6!important}
	
	.model-box .input-group .promo-code__tag {
    position: absolute;
    font-size: .75rem;
    left: 1.5rem;
    top: .9375rem;
}



	
	
	
	.alerts-info.alerts-bubble.alerts-bubble-top:before{border-top-color: #ffb900;}
	.alerts-info.alerts-bubble.alerts-bubble-top:after{border-top-color: #fff1cc;}
	.alerts-bubble-top:before {
    left: 1.25rem;
    top: 100%;
    margin-left: -.625rem;
	border-top-color:#ed969e;
}
.alerts-bubble-top:after{
	border-top-color: #f8d7da;
}
.alerts-bubble-top:after{left: 1.25rem; top: 100%; margin-left: -.5rem;}
.alerts-bubble:after{border-width:.5rem}
.connect__emails ..alerts{background:#eee}

	.signin-form.signin-form--password{margin-top:30px}
	.signin-form.signin-form--password .user__pw-link{position:absolute; text-decoration:underline; font-size:11px}
	.signin-form.signin-form--password .password-recovery.alerts{width:100%; height:55px;}
	.password-recovery.button{font-weight:normal; margin-top:20px}
	.password-recovery.alerts a.user__pw-link .a-link{font-size:11px; top:7px; color:#4590bd}
	.password-recovery.alerts a.user__pw-link .a-link:after{background:#4590bd}
	

	
/******************promoCode Popup end*********************/



/*********deals-widget start**************************/
.deal-section{position: relative}
.deal-phone{color: #676767}
.deal-phone span:before {
    background: none repeat scroll 0 0 #7b7b7b;
    border-radius: 30px;
    color: #fff;
    margin-left: 6px;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    top: 1px;
}
#deal-widget {
   width: 320px;
   right:10px


}

#deal-widget .widget__children--active select, #deal-widget .widget__children--active select:focus{box-shadow:none}

.deal-section header {
   font-size: 1rem;
   color: #fff;
}
.deals__widget.show{display: block !important}
.deals__widget .custom-radio label {
   color: #ccc;
   font-size: .9rem;
   line-height: 1.5rem;
}
.deal-section a{text-decoration: underline; color: #8c909a}
a.location-change{color:#118acb }
.tnc-style .is--red{color: #f00}
.deals__widget {
    display:none;
    width:400px;
    background: #012142;
    box-shadow: 0 0 .5rem .05rem rgba(0, 0, 0, .25);
    color: #ccc;
    font-size: .75rem;
    right: 5rem;
    padding: 1.875rem 1rem;
    position: absolute;    
    top: 4rem;
    z-index: 2;
    animation: animate-top .2s ease-in-out
}



.deals__widget:before {
    content: "";
    position: absolute;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .625rem solid #012142;
    top: -.625rem;
    right: .8125rem
}

.deals__widget .form-control {
    color: #2c83b6;
    font-weight: 700
}


.deals__widget .widget__label {
    min-width: 6.25rem
}

.deals__widget .button {
    display: block;
    font-size: 1.25rem;
    padding: .5rem 1.5rem;
    width: 100%
}

.deals__widget .col-4 {
    flex: 0 0 25%;
    max-width: 25%
}

.deals__widget-head {
    color: #fff;
    font-size: .8125rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-align: center
}

.deals__widget-close {
    transition: all .2s linear;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    line-height: normal;
    position: absolute;
    right: 1rem;
    top: .75rem
}
.deals__widget .select-wrapper .form-control-lg{padding:0.7rem}
.widget-section .custom-checkbox{color: #fff; font-size: .8125rem; line-height: 2;}


.widget__error-msg .error-msg__list{list-style:none;background:#ffffb7;color:#4d2973;border-bottom:2px solid #eadd81;padding:10px 20px;font-size:12px;display:block;text-shadow:0 1px 0 hsla(0,0%,100%,.2);box-shadow:0 2px 5px rgba(0,0,0,.3);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.3)}
.widget__error-msg .error-msg__list li{margin:7px 0;line-height:1.4em}
.widget__error-msg .error-msg__list li .icon{font-size:12px}

@media screen and (prefers-reduced-motion:reduce) {
    .deals__widget-close {
        transition: none
    }
}

.deals__widget-close:hover {
    opacity: .75
}

@media (max-width:575.98px) {
    .deals__widget .col-6 {
        flex: 0 0 100%;
        max-width: 100%
		-ms-flex:0 0 100%;
    }
    .deals__widget .col-4 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:576px) {
    .deals__widget-head {
        font-size: 1rem
    }
    .deals__widget {
        padding: 1.875rem
    }
}

@media (min-width:768px) {
    .deals__widget .form-row.mb-3 {
        margin-bottom: 0 !important
    }
    .deals__widget .col-6 {
        flex: 0 0 100%;
		-ms-flex:0 0 100%;
        max-width: 100%
    }
    .deals__widget .col-4 {
        flex: 0 0 50%;
		-ms-flex:0 0 50%;
        margin-bottom: 1rem;
        max-width: 25%
    }
    .deals__widget-head {
        font-size: .8125rem
    }
    .deals__widget {
        padding: 1.875rem 1rem
    }
}


@media (min-width: 992px)
{
.deals__widget .calendar 
  {
    left: auto !important;
    right: 0;
  }
}

@media (max-width:1199px) {
     .widget-section .calendarReturn .calendar {
        left: 0
    }
     .widget-section .form-multicity .calendar {
        left: -76px
    }
    
}

@media (max-width: 991px)
{
  .deals__widget .calendar {
    left: auto !important;
    right: 0;
   }
   
   .widget-section .calendar{	   
	  left:3rem;
   }
   .calendarDepart .col-6:nth-child(2).calendarReturn .calendar,
   .widget-section .form-multicity .calendar {
        left: auto;
        right: 0
    }
}

@media (max-width:767px) {
    .widget-section .calendar {
        left: 0;
        width: calc(200% + 10px)
    }
    .widget-section .calendarReturn .calendar {
        margin-left: -10px;
        left: -100%
    }
    .widget-section .form-multicity .calendar {
        width: calc(300% + 20px)
    }
}
@media (min-width:1025px) {

.deal-section{padding: 0}
}


@media (min-width:1200px) {
    .deals__widget .form-row.mb-3 {
        margin-bottom: 1rem !important
    }
    .deals__widget .col-4 {
        flex: 0 0 25%;
        margin-bottom: 0;
        max-width: 25%
    }
    .deals__widget-head {
        font-size: 1rem
    }
    .deals__widget {
        padding: 1.875rem
    }
}

@media (max-width:575px) {
    .widget-section .form-multicity .calendar {
        left: 0;
        right: auto;
        width: calc(200% + 10px)
    }
    
}



@media (max-height:700px) {
    .widget-section .calendar {
        margin-top: -200px
    }
}

@media (max-height:600px) {
    .widget-section .calendar {
        margin-top: -300px
    }
}

.ads-spot--vt{ right: -11rem}

/*deal bottom banner - download app*/
.deal-bottom a.button-secondary-gradient{font-size: .9rem;box-shadow: none;border: 1px solid #0197af;}
.deal-bottom h5{font-size: .95rem}

/*deal bottom banner - download app*/

/************deals-widget end*********************/


/*deal section*/
.featured-deal{ clear: both;
padding: 20px 0;
margin: 20px 0;
background-color: #f5f6f7
}
.deal-header {
    border-bottom: 2px solid #eee;
}

.deal-header strong {
   display:block
}
.deals-block{background-color: #fff; border-bottom: 2px solid #eee;padding: 0 .6rem .6rem;}
.deals-block__single-deal {
	border-bottom:1px solid #ddd;
	cursor:pointer;
	padding:.5rem 0;
	position:relative;
	transition:all .2s linear;
font-size:.95rem;line-height: 2.7rem;
}
.deals-block__single-deal:last-child {border: none}
@media screen and (prefers-reduced-motion: reduce) {
	.deals-block__single-deal {
		transition:none
	}
}
.deals-block__single-deal:hover {
	background:#eee;

}
.deal-header.deals-block__single-deal:hover {
	background:none;

}
.deals-block__single-deal a:hover {
	color:#666
}
.deals__itinerary {
	display:inline-block;
	white-space:nowrap
}

.deals__fare {
	color:#118acb;
	font-size:1.5625rem;
	font-style:normal;
	position:relative
}
@media (min-width: 992px){
.deals__fare {
    font-size: 1.5625rem;
}
}
.deals__fare span {
	color:#666;
	display:block;
	font-size:.75rem;
	line-height:.75rem;
	text-align:right
}
.deals__fare sup {
	font-size:.75rem;
	top:-.8em
}
.deal-bottom{padding: 30px 0}
.deal-bottom section:before {
    content: "";
    display: block!important;
    float: left;
    height: 150px;
    width: 165px;
    margin-top: -15px;
    background-size: 150px 150px;
    margin-left: -2px;
}

.app-download:before {
    background: url(//c.fareportal.com/gcms/portals/2/responsive-b3/images/icon-app.png) no-repeat scroll 0 0;
}
.Get-credit-card:before {
    background: url(//c.fareportal.com/gcms/portals/2/responsive-b3/images/icon-creditcard.png) no-repeat scroll 0 -4px;
}
.flight-sttus:before {
    background: url(//c.fareportal.com/gcms/portals/2/responsive-b3/images/icon-status.png) no-repeat scroll 0 -4px;
}

.deal-phone.container {
    text-align: center;
   font-size: 2rem;
   padding: 0 0 1rem;
}

@media(max-width: 992px){
.deal-bottom section:before {
float: none;
width: 100%;
background-position: center center;
}
.deal-phone.container{font-size: 1.6rem}
}
@media (min-width: 1024px) and (max-width: 1024px){
.deal-bottom h5 {
    font-size: .85rem;
}
.deal-bottom section:before{background-size: 140px 140px;width: 155px;}
}

/*deal section end*/


/*footer section*/
.credit-card {
	background-color:#005282;
	background-image:url("//c.fareportal.com/vd/coa/travel/r6/images/coa-credit-card-bg.jpg");
	background-position:top;
	background-repeat:repeat;
	color:#fff;
	font-size:.875rem;
	padding:1rem 0
}
.credit-card__title {
	color:#fff;
	font-size:1.25rem;
	font-weight:700;
	margin:0;
	padding:.625rem 0
}
.credit-card__list {
	margin:0;
	padding:0
}
.credit-card__item {
	display:block;
	margin:0;
	padding:0 0 .625rem 1.5rem;
	position:relative
}
.credit-card__item:first-child {
	margin:0
}
.credit-card__item:before {
	content:"\E691";
	color:#fff;
	font-size:1rem;
	font-family:COA-font-icon;
	left:0;
	position:absolute;
	top:0
}
.credit-card__figure {
	background-image:url("//c.fareportal.com/gcms/portals/2/react_widget/img/coa-credit-card.png");
	background-position:top;
	background-repeat:repeat;
	height:6.125rem;
	margin:0 auto;
	width:17.25rem
}
.credit-card__btn {
	font-size:1rem;
	margin:.5rem auto
}

.credit-card .credit-card__btn:hover{box-shadow:none}
@media (min-width: 576px) {
	.credit-card {
		font-size:1rem
	}
	.credit-card__figure {
		float: left
	}
	.credit-card__btn {
		float: right;
		margin: 3.5rem 0 0
	}
}
@media (min-width: 768px) {
	.credit-card {
		font-size:1.125rem
	}
	.credit-card__figure {
		float: right
	}
	.credit-card__title {
		font-size: 1.675rem
	}
	.credit-card__btn {
		margin: 0
	}
}
@media (min-width: 992px) {
	.credit-card__title {
		font-size:1.875rem
	}
}
@media (min-width: 1200px) {
	.credit-card__item {
		display:inline-block;
		margin:0 0 0 1rem
	}
	.credit-card__figure {
		float: left
	}
	.credit-card__btn {
		font-size: 1.25rem;
		margin: 1.5rem 0 0;
		padding: .5rem 1.5rem
	}
	
}


.connect {
	border-top:1px solid #787878;
	border-bottom:1px solid #787878;
	color:#fff;
	background-color:#016dab;
	font-size:.8125rem;
	padding:1.75rem 0 2rem
}
.connect__header {
	border-bottom:1px solid #fff;
	color:#fff;
	font-size:1.125rem;
	font-weight:700;
	margin-bottom:1rem;
	padding:.5rem 0 1.25rem;
	position:relative
}
.connect__list {
	margin:0 .5rem;
	padding:0;
	position:absolute;
	top:0;
	right:0
}
.connect__list.is--app{right:.7rem;}
.connect__list a {
    font-size: 2.2rem;
    background: #016dab;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: 5px transparent solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 44px;
    display: block;
}
.connect__item {
	display:inline-block;
	padding:0 .125rem
}
.connect__link {
	border:.3125rem solid transparent;
	color:#fff;
	font-size:2.125rem;
	border-radius:50%
}
.connect__link:hover {
	background-color:#fff;
	border:.3125rem solid #fff;
	color:#016dab
}

@media (max-width: 992px) {
	.connect__list{margin:0.1rem}
	.connect__list.is--app{right:0.4rem}
}

.signup__icon{color: #ccc;
    font-size: 2rem;
    position: absolute;
    left: 1rem;
    margin-top: -1rem;
    top: 1.375rem;
    z-index: 4;
    pointer-events: none;}
	
	
input.form-control.signup__input{padding-left:60px;font-size:1.15rem}	
.form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        color: #495057;
        background-color: #fdfddd;
        border-color: #30affa;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .125rem rgba(4, 106, 166, .1)
    }

    .form-control::placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #fff;
        opacity: 1
    }

    

    select.form-control:focus::-ms-value {
        color: #495057;
        background-color: #fff
    }

    .form-control-file,
    .form-control-range {
        display: block;
        width: 100%
    }


    .input-group>.custom-file:focus, .input-group>.custom-select:focus, .input-group>.form-control:focus {z-index: 3}


.footer-info__review .tooltip-popover:after {right:3.2rem}
.footer-info__international .tooltip-popover:after {right:1.6rem}
.footer-info__goldstevie .tooltip-popover:after {right:3.9rem}

.star-rating{margin-right:5px;float:left}
.star-rating.size-medium i{display:inline-block;line-height:1em;padding:3px;border-radius:3px;font-size:20px;color:#fff;background:#007f4e}
.star-rating.size-medium i.gray{background:#999}
.star-rating.count-1 .star-2,.star-rating.count-1 .star-3,.star-rating.count-1 .star-4,.star-rating.count-1 .star-5{background:#999}
.star-rating.count-2 .star-3,.star-rating.count-2 .star-4,.star-rating.count-2 .star-5{display:block;background:#999}
.star-rating.count-3 .star-4,.star-rating.count-3 .star-5{display:block;background:#999}
.star-rating.count-4 .star-5{background:#999}



@media (max-width: 767.98px) {
	.connect__emails {
		border-top:1px solid #005282;
		margin:1.5rem -.9375rem 0;
		padding:1.5rem .9375rem 0
	}
	
}
.connect .button {
	font-size:.875rem;
	padding:.25rem .75rem
}
@media (min-width: 576px) {
	.connect {
		font-size:.875rem;
		padding:2rem 0
	}
	.connect .form-control {
		font-size: 1rem
	}
	.connect .button {
		font-size: 1rem;
		padding: .5rem 1.5rem
	}
	.connect__header {
		font-size: 1.25rem;
		padding: .25rem 0 1.25rem
	}
	input.form-control.signup__input{padding-left:60px;font-size:0.9rem}
}
@media (min-width: 768px) {
	.connect {
		font-size:.9375rem;
		padding:3rem 0
	}
	.connect__header {
		font-size: 1.375rem;
		margin-bottom: 1.25rem
	}
	
	.connect__emails {
		padding: 0 0 0 1rem
	}
}
@media (max-width: 992px) {
.connect .row{margin: 0}
}
@media (min-width: 992px) {
	.connect {
		padding:4rem 0
	}
	.connect .button,
	.connect .form-control {
		font-size: 1.125rem
	}
	.connect .button {
		padding: .5rem 1.5rem
	}
	.connect__header {
		font-size: 1.5rem
	}
	
	.connect__emails {
		padding: 0 0 0 2rem
	}
}
@media (min-width: 1200px) {
	.connect {
		font-size:1rem
	}
	.connect__header {
		font-size: 1.625rem
	}
	
	.connect__emails {
		padding: 0 0 0 3.5rem
	}
}
.CountryText{font-size:0.7rem}
.footer-info {
	background:#012142;
	color:#fff;
	font-size:.75rem;
	padding:1rem 0 1.5rem;
	position:relative
}
.footer-info__header {
	border-bottom:1px solid #fff;
	color:#fff;
	font-size:1.25rem;
	font-weight:700;
	margin-bottom:1.25rem;
	padding:.5rem 0;
	position:relative
}
.footer-info__header .icon {
	font-size:3.75rem;
	position:absolute;
	right:-.3125rem;
	top:-.5rem
}
.footer-info__list {
	margin:0
}
.footer-info__item {
	display:block
}
.footer-info__title {
	color:#fff;
	font-size:.8125rem;
	font-weight:700;
	padding:.25rem 0 .1875rem;
	text-transform:uppercase
}
.footer-info__link {
	color:#fff;
	display:inline-block;
	font-size:.75rem;
	padding:.1875rem 0;
	position:relative
}
.footer-info__link:active,
.footer-info__link:focus,
.footer-info__link:hover {
	color:#fff
}
.footer-info__link:after {
	transition:all .2s linear;
	background:#fff;
	bottom:1px;
	content:"";
	height:1px;
	left:0;
	position:absolute;
	right:100%
}

.tab-content .active{position:relative;animation:animate-top .5s ease-in-out; opacity: 1}
@keyframes fadein {from {opacity:0}to{opacity:1}}

@media screen and (prefers-reduced-motion: reduce) {
	.footer-info__link:after {
		transition:none
	}
}
.footer-info__link:focus:after,
.footer-info__link:hover:after {
	left:0;
	right:0
}
.footer-info__tab {
	color:#ccc;
	display:inline-block;
	font-size:.875rem;
	font-weight:700;
	padding:.25rem 0;
	position:relative
}

.footer-info__tab:active,
.footer-info__tab:focus,
.footer-info__tab:hover {
	color:#00f1ff
}
.footer-info__tab.active{color:#00f1ff}
.footer-info__tab:active,.footer-info__tab:focus{cursor:default;}
.footer-info__tab:after {
	transition:all .2s linear;
	content:"";
	border-top:.375rem solid transparent;
	border-bottom:.375rem solid transparent;
	border-left:.625rem solid #00f1ff;
	display:block;
	height:0;
	margin-top:-.375rem;
	opacity:0;
	position:absolute;
	right:-.75rem;
	top:50%;
	width:0
}
@media screen and (prefers-reduced-motion: reduce) {
	.footer-info__tab:after {
		transition:none
	}
}
.footer-info__tab.active:after {
	opacity:1;
	right:-1.25rem
}
.footer-info__help {
	color:#fff;
	font-size:.875rem;
	padding:0 0 1rem
}
.footer-info__block {
	margin-top:1.875rem
}
.footer-info__contact-item {
	color:#00f1ff;
	font-size:1.125rem;
	padding-left:2rem;
	position:relative
}
.footer-info__contact-item .icon {
	color:#fff;
	font-size:1.25rem;
	left:0;
	position:absolute;
	top:.125rem
}
.footer-info__contact-item a {
	color:#00f1ff;
	display:inline-block;
	position:relative
}
.footer-info__contact-item a:after {
	transition:all .2s linear;
	background:#00f1ff;
	bottom:1px;
	content:"";
	height:1px;
	left:50%;
	position:absolute;
	right:50%
}
@media screen and (prefers-reduced-motion: reduce) {
	.footer-info__contact-item a:after {
		transition:none
	}
}

.footer-info__contact-item a:hover:after {
	left:0;
	right:0
}


.footer-info__review .title {
	font-size:1.125rem;
	position:relative;
	top:2px; 
}
.revew-txt{clear: both; position: relative; padding-left: 6.4rem; top: .7rem;}
.revew-txt:before{
content: '';
background:url("//c.fareportal.com/gcms/portals/2/react_widget/img/icon-sprite.png") 0 -70.2rem no-repeat;
width: 100px;
height: 30px;
left: 0; 
top: -2px; 
position: absolute ; 
}

.footer-info__international {
	margin-top:1.875rem;
	padding-left:2.5rem;
	position:relative
}
.footer-info__international .figure {
	background:url("//c.fareportal.com/gcms/portals/2/react_widget/img/icon-sprite.png") -.4375rem -77.5rem no-repeat;
	bottom:0;
	display:block;
	height:3.25rem;
	left:0;
	position:absolute;
	width:1.875rem
}

.footer-info__international .tooltip-popover {    
    left: 1rem
}
.footer-info__review .tooltip-popover {
    
    left: 8.5rem;
}
.footer-info__goldstevie .tooltip-popover {
top: 1.3rem; left: 2.8rem;
}
.footer-info__goldstevie {
	margin-top:1.875rem;
	padding-left:1.875rem;
	position:relative; width: 18%
}
.footer-info__goldstevie .figure {
	background:url("//c.fareportal.com/gcms/portals/2/react_widget/img/icon-sprite.png") -.825rem -84.8125rem no-repeat;
	bottom:0;
	display:block;
	height:4.3125rem;
	left:0;
	position:absolute;
	width:1.125rem
}
.footer-info__bbb {
	font-size:1.5rem;
	line-height:1.25rem;
	margin-top:1.875rem;
	padding-left:2.75rem;
	position:relative;
	cursor:pointer;
}
.footer-info__bbb small{font-size: 45%;}
.footer-info__bbb .figure {
	background:url("//c.fareportal.com/gcms/portals/2/react_widget/img/icon-sprite.png") -1px -72.9375rem no-repeat;
	bottom:0;
	display:block;
	height:3.375rem;
	left:0;
	position:absolute;
	width:2.0625rem
}
@media (max-width: 991.98px) {
	.footer-info__bbb,
	.footer-info__contact,
	.footer-info__goldstevie,
	.footer-info__international,
	.footer-info__review {
		display:inline-block;
		margin-right:1.5rem;
		min-width:11rem
	}
}
@media (max-width: 575.98px) {
	.footer-info__bbb,
	.footer-info__contact,
	.footer-info__goldstevie,
	.footer-info__international,
	.footer-info__review {
		display:block;
		margin-right:0
	}
}
@media (min-width: 576px) {
	.footer-info__header {
		margin-bottom:0
	}
	.form-multicity .suggestion-box__content{min-width:19.33rem !important}
}
@media (min-width: 768px) {
	
	.footer-info {
		padding:1.5rem 0 2rem
	}
	.footer-info__header {
		font-size: 1.5rem
	}
}
@media (min-width: 992px) {
	.footer-info {
		padding:2rem 0 2.5rem
	}
	.footer-info__header {
		font-size: 1.625rem;
		margin-bottom: 1.25rem
	}
}
.footer {
	color:#333;
	font-size:.75rem;
	padding:1rem 0;
	position:relative
}
.footer__disclaimer {
	clear:both;
	display:block;
	margin:0;
	padding:.5rem 0 .3rem
}
.footer__disclaimer-title {
	border-bottom:1px solid #ddd;
	color:#103c9e;
	cursor:pointer;
	font-size:.8125rem;
	font-weight:700;
	margin:0;
	padding:.625rem 0 .625rem 1.5rem;
	position:relative
}
.footer__disclaimer-title.collapsed:before {
	content:"\E658"
}
.footer__disclaimer-title:before {
	transition:all .2s linear;
	content:"\E659";
	border:1px solid #046aa6;
	font-family:COA-font-icon;
	font-size:.5625rem;
	height:1rem;
	left:0;
	line-height:1rem!important;
	position:absolute;
	text-align:center;
	top:.625rem;
	width:1rem
}
@media screen and (prefers-reduced-motion: reduce) {
	.footer__disclaimer-title:before {
		transition:none
	}
}
.footer__copyright {
	display:block;
	padding:1rem 0 .5rem
}

.partners {
	margin:0;
	padding:0;
}
.partners__item {
	display:none;
margin:0 .3rem
}

.top10Icon .partners__logo{width: 2.8rem}
@media (min-width: 768px) {
	.footer {
		padding:1.5rem 0 0
	}
	.partners__item {
		display: inline-block;
		
	}
	.partners__logo {
		fill: #495057;
		height: 3rem;
		width: 3rem
	}
}
@media (min-width: 992px) {
	.partners__logo {
		height:4rem;
		width:4rem
	}
       .footer .collapse {
		display: block!important
	}
}
@media (min-width: 1200px) {
	
	.partners__logo {
		height: 5rem;
		width: 5rem
	}

}


/*footer end*/


/*  ---------------------  widget section start  ----------------------  */




.widget-section {
    background: #012142;
    color: #ccc;
    padding: 1.5rem 2rem;
    min-height: 30rem;

}
.widget-section label{display: block; cursor: pointer;}
.alerts {
	background:#eee;
	border:1px dashed rgba(0,
	0,
	0,
	.15);
	color:#666;
	font-size:.75rem;
	padding:.75rem 1rem;
	text-align:left;
	z-index:1
}
.alerts-info .alerts__item:before {
	background:#4d2973
}
.alerts-info {
    background: #fff1cc;
    color: #4d2973;
}
.alerts-error {
	background:#f8d7da;
	color:#a94442;
}
.alerts__list {
	margin:0;
	padding:0
}
.alerts__item {
	display:block;
	margin:.25rem 0;
	padding:0 0 0 1rem;
	position:relative
}
.alerts__item:before {
	border-radius:50%;
	content:"";
	height:.25rem;
	left:0;
	position:absolute;
	top:.375rem;
	width:.25rem
}

.alerts-sm{padding:.25rem 1rem}

label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}

.control-label {
    display: block;
    font-size: .75rem;
    margin-bottom: .5rem;
    line-height: 1.25;
    height: 1.75rem;
}
.control-label .age-brackets{font-size: .65rem;
    display: inline-block;
    white-space: nowrap;
    width: 100%;}
.form-control {
    display: block; 
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.widget__vpmsg strong {
    color: #fff;
    font-size: 1.55rem;
}
.widget__collapse.collapsed {
    margin-top: 2.25rem;
}
.widget__collapse.collapsed .collapsed__hide {
    display: none;
}
.widget__collapse {
    font-size: .875rem;
    display: inline-block;
    cursor: pointer;
    transition: none;
	margin-top:2.25rem
}
.height-auto {
    height: auto!important;
}
.widget__collapse.collapsed .collapsed__show {
    display: inline;
}
.widget__collapse .collapsed__show {
    display: inline;
}
.widget__collapse.is-open{margin-top:0}
.widget__collapse .collapsed__hide, .widget__collapse.is-open .collapsed__show{
	display:none
}

.widget__collapse.is-open .collapsed__hide{display:inline}
.button-primary {
	background:#ff6000;
	color:#fff
}
.button-primary:hover {
	background-color:#e65600;
	color:#fff;
	box-shadow:0 0 0 .625rem rgba(255,
	96,
	0,
	.25)
}

.button-xl {
    padding: .625rem 1.625rem;
    font-size: 1.5rem;
    font-weight: 700;
}
.button {
border: none;
}


.widget .custom-checkbox {
    color: #fff;
    font-size: .8125rem;
    line-height: 2;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.widget__label {
    color: #787878;
    text-align: right;
    position: relative;
    min-width: 7.5rem;
    padding-left: 2.5rem!important;
}
.widget__label .icon {
    color: #999;
    font-size: 1.75rem;
    position: absolute;
    top: .5rem;
    left: .5rem;
}
.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    padding: .7rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
}

.widget-section .custom-radio {
    color: #ccc;
    font-size: .875rem;
    line-height: 1.75;
}
.widget-section .form-control {
    color: #2c83b6;
    font-weight: 700;
}

.input-group-text{border-radius: 0}
.suggestion-box__clear {
    color: #7FA4CC !important;
    cursor: pointer;
    font-size: 1.3rem;
    opacity: 0.5;
    position: absolute;
    right: .5rem;
    top: .8rem;
    z-index: 3;
    width: 2rem;
    text-align: right;
  
}

.widget__children {
	color:#fff;
	background:#025c91;
	font-size:.75rem;
	padding:1rem;
	margin-top:-.75rem;
	margin-bottom:.75rem
}
.widget__children .control-label {
	height:auto;
	margin-bottom:.25rem;
	margin-top:1rem
}
.widget__children--active select,
.widget__children--active select:focus {
	box-shadow:0 0 0 .3125rem #025c91
}

.widget__options {
	padding:0 0 .5rem
}
.widget__options{
	display: none;
    padding: 0;
    overflow: hidden;}
	

.widget__options.is-open{
	display: block;
    padding: 0;
    padding: 0 0 .5rem;
    overflow: visible;}
	
	@media all and (-ms-high-contrast:none)
     {
*::-ms-backdrop, .widget__options.is-open .input-group-lg>.form-control{
padding:0.86rem 1rem 

}
}
	
.modify-search {
	color:#333
}


.modify-search legend {
	font-size:.875rem;
	color:#fff;
	margin-top:-.25rem
}
.modify-search legend .icon {
	display:inline-block;
	font-size:1rem;
	margin-right:.25rem;
	top:.25rem;
	position:relative
}
.modify-search label {
	font-weight:700
}
.modify-search label span {
	font-weight:400;
	word-spacing:-.125rem
}
.modify-search .form-control {
	color:#333;
	font-weight:400;
	font-size:.75rem;
	padding:.375rem .5rem
}
.modify-search .custom-checkbox label,
.modify-search .custom-radio label {
	font-weight:400
}
.modify-search .widget__children {
	color:#666;
	background:#f5f6f7;
	border:1px solid #ccc
}
.modify-search .widget__children .control-label {
	height:auto;
	margin-bottom:.25rem;
	margin-top:1rem
}
.modify-search .widget__children .a-link.text-white {
	color:#666!important;
	text-decoration:underline
}
.a-link:focus:after, .a-link:hover:after {
    color: #046aa6;
    left: 50%;
    right: 50%;
}
.a-link.text-white:after {
    background: #fff;
}

.modify-search .widget__children--active select,
.modify-search .widget__children--active select:focus {
	box-shadow:0 0 0 0 hsla(0,
	0%,
	99%,
	0)
}
.modify-search .widget__addremove {
	background:#eee
}
.modify-search .widget__addremove span {
	color:#333
}
.modify-search .widget__addremove span:hover {
	color:#005282
}
.modify-search .widget__options .icon.ic-search {
	font-size:1rem;
	left:.8125rem
}
.modify-search .widget__collapse {
	color:#333!important;
	font-size:.75rem;
	font-weight:700
}
.modify-search .widget__collapse.collapsed {
	margin-top:0
}
.modify-search .widget__collapse:hover {
	color:#333
}
.modify-search .suggestion-box__clear {
	font-size:1.25rem;
	right:.25rem;
	top:.4rem
}
.modify-search .calendarDepart .widget__icon {
	color:#005282;
	font-size:1.25rem;
	position:absolute;
	right:.25rem;
	top:.3125rem
}
.modify-search .calendar {
	margin-top:0
}
.form-multicity .form-control {
	padding-left: 1rem!important
}

.multicity-add {
	margin-bottom: 1rem
}

.multicity-add .multicity-add__button {
	transition: all .2s linear;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: .875rem;
	padding: .25rem .75rem;
	opacity: .8
}

@media screen and (prefers-reduced-motion:reduce) {
	.multicity-add .multicity-add__button {
		transition: none
	}
}

.calendar__nav div.calendar-nav__pre{cursor:pointer}
.calendar__nav div.calendar-nav__next{cursor:pointer}



.multicity-add .multicity-add__button:hover {
	opacity: 1
}

.multicity-remove {
	transition: all .2s linear;
	cursor: pointer;
	font-size: 1rem;
	position: absolute;
	right: -1.25rem;
	top: 2.625rem
}
.widget__label.widget__label--notext {
	min-width: 2.8125rem;
	padding: 0!important
}

@media screen and (prefers-reduced-motion:reduce) {
	.multicity-remove {
		transition: none
	}
}

.multicity-remove:hover {
	color: #fff
}

@media (max-width:767.98px) {
	.multicity-remove {
		right: 0;
		top: .125rem
	}
}

.button-loading {
	background-image: linear-gradient(-45deg, #b83b26 25%, transparent 0, transparent 50%, #b83b26 0, #b83b26 75%, transparent 0, transparent);
	background-size: 50px 50px;
	animation: button-loading 1s infinite
}

.button-loading:hover {
	background-color: none
}

.button-secondary-gradient.button-loading {
   background-image: linear-gradient(-45deg,#01abc7 25%,transparent 0,transparent 50%,#01abc7 0,#01abc7 75%,transparent 0,transparent);
   background-color: #01c6d8;
   background-size: 50px 50px;
   animation: button-loading 1s infinite;
}

.button-secondary.button-loading {
   background-image: linear-gradient(-45deg,#01abc7 25%,transparent 0,transparent 50%,#01abc7 0,#01abc7 75%,transparent 0,transparent);
   background-color: #01c6d8;
   background-size: 50px 50px;
   animation: button-loading 1s infinite;
}

.button-primary.button-loading,.button-primary-gradient.button-loading {
   background-image: linear-gradient(-45deg,#b83b26 25%,transparent 0,transparent 50%,#b83b26 0,#b83b26 75%,transparent 0,transparent);
   background-color: #ff6000;
   background-size: 50px 50px;
   animation: button-loading 1s infinite;
}

.input-group input::-ms-clear{display:none}
.select-wrap{position:relative; background: #fff; }
.widget-section .calendarDepart .select-wrap {flex: 1 1 auto!important;}
.select-wrap .form-control { background: transparent !important; }
.select-wrap .form-control:focus {
    background-color: transparent !important;
} 

.select-wrap:after {
   background: #fff;
   bottom: .0625rem;
   content: "\E685";
   color: #999;
   font-size: 1.25rem;
   font-family: COA-font-icon;
   font-weight: 400!important;
   line-height: 2.5rem;
   position: absolute;
   pointer-events: none;
   right: .0625rem;
   top: .0625rem;
   text-align: center;
   text-decoration: none!important;
   width: 1.9375rem;
   z-index: 2;
}

.password.form-control {
	padding-right:55px
}


/*  ---------------------  widget section end  ----------------------  */

.model-box .input-group .promo-code__tag {
    position: absolute;
    font-size: .75rem;
    left: 1.5rem;
    top: .9375rem;
}
.gcms_promocode_terms{
animation: animate-top .2s ease-in-out;
    background-color: #fff;
    border: 1px solid #046aa6;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.25);
    color: #333;
    cursor: auto;
    font-size: .75rem;
    margin-top: 0;
    padding: .5rem .5rem .25rem;
    position: absolute;   
    z-index: 5;line-height: 1.2rem

}
  .alerts-success {background: #d4edda; color: #3c763d;}
  .alerts-success.alerts-bubble.alerts-bubble-top:before{border-top-color: #8ccf9c;}
  .alerts-success.alerts-bubble.alerts-bubble-top:after{border-top-color:#d4edda}

	.alerts-notification{transition: all .2s linear; border-style: solid; box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075); font-size: .875rem; max-width: 18.75rem; padding: 1rem 1rem 1rem 3rem;
    position: fixed; top: 1rem; right: 1rem; z-index: 99;}
	
	.alerts-notification__icon{font-size: 2rem; left: .75rem; position: absolute; top: .625rem;}
	.alerts-notification__close {transition: all .2s linear; cursor: pointer; position: absolute; right: .25rem; top: .25rem;
    opacity: .5;}
	.msg_error{display: inline-block; line-height: 24px; vertical-align: top; font-size: 14px; padding: 5px;} 


  .alerts-bubble {border: 1px solid rgba(0,0,0,.1); box-shadow: 0 0 0.25rem 0 rgba(0,0,0,.1); display: inline-block; opacity: .98; padding: .5rem 1rem; position: absolute;}
  .alerts-bubble:before{border-width: .625rem;}


/***** nowintract css***********/
#nowInteractSignUp input.form-control.signup__input{width:100%; margin-bottom:10px;}
#nowInteractSignUp input.form-control.signup__input.txt-InteractSignUp{width:75%; margin-bottom:0}
#nowInteractSignUp .input-group-prepend{width:100%;}
.txt-InteractSignUp{width:60%}
.txt-InteractSignUp + div{width:25% !important; margin-top:0}
button.button.button-block.button-lg.button-InteractSignUp{background:#118acb; color:#fff}

.rotate-135 {transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg);}
.text-xl{font-size:1rem!important}
.ic-flight:before {transform: rotate(135deg);}

/*******now intract css end***********/

/******reacent search*************/

.recent-search {
        background: hsla(0, 0%, 100%, .6);
        padding: 1rem;
        position: relative;
        width: 100%
    }

    .recent-search:after,
    .recent-search:before {
        content: "";
        clear: both;
        display: block
    }

    .recent-search__item {
        margin-top: .875rem
    }

    .recent-search__heading {
        color: #046aa6;
        font-size: 1.25rem;
        font-weight: 700;
        margin: 0;
        padding: 0
    }

    .recent-search__close {
        background: #046aa6;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        font-size: .875rem;
        height: 1.625rem;
        line-height: 1.625rem;
        position: absolute;
        right: -.4375rem;
        text-align: center;
        top: -.25rem;
        width: 1.625rem
    }

    .recent-search__close i {
        color: #fff;
        line-height: 1.625rem
    }

    .recent-search__info {
        transition: all .2s linear;
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, .25);
        cursor: pointer;
        line-height: normal;
        overflow: hidden;
        padding: 1rem;
        position: relative
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .recent-search__info {
            transition: none
        }
    }

    .recent-search__info:before {
        transition: all .2s linear;
        color: #5b616f;
        content: "\E624";
        font-family: COA-font-icon;
        font-size: 4.5rem;
        left: -1.5rem;
        opacity: .1;
        position: absolute;
        top: -1rem;
        transform: rotate(90deg)
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .recent-search__info:before {
            transition: none
        }
    }

    .recent-search__info:hover {
        background: #e5f2ff
    }

    .recent-search__info:hover:before {
        left: -1.25rem;
        top: -1.25rem
    }

    .recent-search__info:hover .recent-search__option-icon {
        background: #fff
    }

    .recent-search__option {
        bottom: 1rem;
        position: absolute;
        right: 1rem
    }

    .recent-search__option-icon {
        transition: all .2s linear;
        background: #e5f2ff;
        border: 1px solid rgba(4, 106, 166, .25);
        border-radius: 50%;
        display: inline-block;
        font-size: .875rem;
        height: 1.375rem;
        line-height: 1.25rem !important;
        margin-left: .5rem;
        text-align: center;
        width: 1.375rem
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .recent-search__option-icon {
            transition: none
        }
    }

    .recent-search__option-icon:hover {
        background: #046aa6 !important;
        color: #fff
    }

    .recent-search__title {
        color: #025c91;
        display: inline-block;
        font-size: .9375rem;
        font-weight: 700;
        line-height: normal;
        margin: 0
    }

    .recent-search__trip {
        color: #025c91;
        font-size: .6875rem;
        line-height: normal;
        margin-bottom: .5rem
    }

    .recent-search__signup {
        background: #e5f2ff;
        border-bottom: 1px solid rgba(0, 0, 0, .25);
        margin-top: -.125rem;
        padding: .75rem 1rem;
        position: relative
    }

    .recent-search__signup .signup {
        margin-top: 0 !important
    }

    .recent-search__signup .signup__icon {
        left: .5rem;
        margin-top: -1rem;
        top: 50%
    }

    .recent-search__signup .signup__input {
        font-size: .8125rem !important;
        padding: .375rem .75rem .375rem 3rem !important
    }

    .recent-search__signup .signup__btn {
        padding: .375rem .75rem !important
    }

    @media (max-width:991.98px) {
        .recent-search__wrap {
            background-image: url(http://c.fareportal.com/vd/coa/travel/r6/images/water_1600x500.jpg);
            background-position: top;
            background-size: cover;
            padding: 1rem
        }
        .recent-search__item {
            float: left;
            padding: .25rem;
            width: 33.33%
        }
    }

    @media (max-width:767.98px) {
        .recent-search__item {
            float: none;
            padding: 0;
            width: 100%
        }
    }

    @media (min-width:992px)
	{
        .recent-search {
            max-width: 25rem
        }
    }
	
	/*sign-in box css*/
	.input-group-text.mw-5.tmp-pwd{padding:0.5rem; font-size:0.76rem}
	.input-group-text.mw-5.new-pwd{padding:0.5rem; font-size:0.76rem}
	
	
	
	
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .select-wrap:after {content:none}
   .login__form.input-group input[type=email]{padding-right:55px}
   .couponResponse__code{width: 60%; float:left}
   .couponResponse__code-btn{float: right; display: block}
   .ic-flight:before {-ms-transform: rotate(1deg) !important;}
   
   
}

div[data-viewmode="touch"][data-state="emotion"] {
   height: auto !important;
   top: auto !important;
}
/*----- Content for file :flightspage.css ends here -----*/

/*----- Content for file :z_style-font.css start here -----*/
@font-face {
  font-family: 'COA-font-icon';
  src:  url('//c.fareportal.com/vd/coa/travel/font-icon/coa/fonts/COA-font-icon.eot?ann52u');
  src:  url('//c.fareportal.com/vd/coa/travel/font-icon/coa/fonts/COA-font-icon.eot?ann52u#iefix') format('embedded-opentype'),
    url('//c.fareportal.com/vd/coa/travel/font-icon/coa/fonts/COA-font-icon.woff2?ann52u') format('woff2'),
    url('//c.fareportal.com/vd/coa/travel/font-icon/coa/fonts/COA-font-icon.ttf?ann52u') format('truetype'),
    url('//c.fareportal.com/vd/coa/travel/font-icon/coa/fonts/COA-font-icon.woff2?ann52u') format('woff'),
    url('//c.fareportal.com/vd/coa/travel/font-icon/coa/fonts/COA-font-icon.svg?ann52u#COA-font-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */  
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon:before{font-family: 'COA-font-icon';}
.ic-coa:before {
  content: "\e600";
}
.ic-coa-empty:before {
  content: "\e601";
}
.ic-bpg-dollar-fill:before {
  content: "\e602";
}
.ic-bpg-dollar-empty:before {
  content: "\e603";
}
.ic-bpg-cadollar-fill:before {
  content: "\e629";
}
.ic-bpg-cadollar-empty:before {
  content: "\e67e";
}
.ic-bpg-pound-fill:before {
  content: "\e6e5";
}
.ic-bpg-pound-empty:before {
  content: "\e75c";
}
.ic-bpg-badge-fill:before {
  content: "\e604";
}
.ic-bpg-badge-empty:before {
  content: "\e605";
}
.ic-easy:before {
  content: "\e606";
}
.ic-care:before {
  content: "\e607";
}
.ic-thumb-like-empty:before {
  content: "\e608";
}
.ic-coa-rewards:before {
  content: "\e907";
}
.ic-atol:before {
  content: "\e755";
}
.ic-iata:before {
  content: "\e609";
}
.ic-app-empty:before {
  content: "\e60a";
}
.ic-signup-uk:before {
  content: "\e75d";
}
.ic-tag-empty:before {
  content: "\e60b";
}
.ic-arw-thin:before {
  content: "\e60c";
}
.ic-location:before {
  content: "\e68c";
}
.ic-location-thin:before {
  content: "\e60e";
}
.ic-date:before {
  content: "\e68e";
}
.ic-date-thin:before {
  content: "\e610";
}
.ic-date-alt:before {
  content: "\e611";
}
.ic-date-alt-thin:before {
  content: "\e60d";
}
.ic-clock:before {
  content: "\e612";
}
.ic-clock-thin:before {
  content: "\e613";
}
.ic-stopwatch-listing:before {
  content: "\e614";
}
.ic-stopwatch:before {
  content: "\e616";
}
.ic-traveler:before {
  content: "\e617";
}
.ic-traveler-thin:before {
  content: "\e618";
}
.ic-co-traveler:before {
  content: "\e795";
}
.ic-traveler-adult:before {
  content: "\e619";
}
.ic-traveler-senior:before {
  content: "\e61a";
}
.ic-traveler-children:before {
  content: "\e61b";
}
.ic-traveler-l-infant:before {
  content: "\e61c";
}
.ic-traveler-s-infant:before {
  content: "\e61d";
}
.ic-family:before {
  content: "\e6b6";
}
.ic-family2:before {
  content: "\e790";
}
.ic-class-co:before {
  content: "\e61e";
}
.ic-class-co-thin:before {
  content: "\e61f";
}
.ic-class-bs:before {
  content: "\e620";
}
.ic-class-bs-thin:before {
  content: "\e621";
}
.ic-class-fr:before {
  content: "\e622";
}
.ic-class-fr-thin:before {
  content: "\e623";
}
.ic-flight:before {
  content: "\e624";
}
.ic-flights:before {
  content: "\e625";
}
.ic-flight-status:before {
  content: "\e60f";
}
.ic-flights-airlines:before {
  content: "\e626";
}
.ic-history:before {
  content: "\e627";
}
.ic-air-ticket:before {
  content: "\e628";
}
.ic-air-ticket-empty:before {
  content: "\e62a";
}
.ic-booking:before {
  content: "\e748";
}
.ic-arw-rt:before {
  content: "\e62b";
}
.ic-arw-ow:before {
  content: "\e62c";
}
.ic-arw-mc2:before {
  content: "\e62d";
}
.ic-trip-takeoff:before {
  content: "\e62e";
}
.ic-trip-landing:before {
  content: "\e62f";
}
.ic-trip-connect:before {
  content: "\e630";
}
.ic-flight-depart:before {
  content: "\e749";
}
.ic-flight-depart-fill:before {
  content: "\e74a";
}
.ic-flight-return:before {
  content: "\e74b";
}
.ic-flight-return-fill:before {
  content: "\e74c";
}
.ic-flight-same02:before {
  content: "\e751";
}
.ic-inter:before {
  content: "\e631";
}
.ic-inter2:before {
  content: "\e615";
}
.ic-direct:before {
  content: "\e76a";
}
.ic-nearby:before {
  content: "\e632";
}
.ic-nearby2:before {
  content: "\e64a";
}
.ic-overnight:before {
  content: "\e633";
}
.ic-suitcase:before {
  content: "\e76e";
}
.ic-baggage:before {
  content: "\e634";
}
.ic-hotel:before {
  content: "\e635";
}
.ic-hotel-empty:before {
  content: "\e636";
}
.ic-hospital:before {
  content: "\e637";
}
.ic-office:before {
  content: "\e638";
}
.ic-hotel2:before {
  content: "\e781";
}
.ic-eiffel:before {
  content: "\e639";
}
.ic-hotel-service:before {
  content: "\e63a";
}
.ic-car:before {
  content: "\e63b";
}
.ic-car-empty:before {
  content: "\e63c";
}
.ic-car-rent:before {
  content: "\e63d";
}
.ic-car-select:before {
  content: "\e63e";
}
.ic-cruise:before {
  content: "\e63f";
}
.ic-cruise-empty:before {
  content: "\e640";
}
.ic-train:before {
  content: "\e570";
}
.ic-tram:before {
  content: "\e571";
}
.ic-shield-flight-empty:before {
  content: "\e641";
}
.ic-shield-flight:before {
  content: "\e642";
}
.ic-shield-car-empty:before {
  content: "\e643";
}
.ic-shield-car:before {
  content: "\e644";
}
.ic-shield-hotel-empty:before {
  content: "\e75e";
}
.ic-shield-hotel:before {
  content: "\e75f";
}
.ic-shield-empty:before {
  content: "\e645";
}
.ic-shield:before {
  content: "\e646";
}
.ic-assistant-empty:before {
  content: "\e647";
}
.ic-assistant:before {
  content: "\e648";
}
.ic-more:before {
  content: "\e649";
}
.ic-short2:before {
  content: "\e74e";
}
.ic-Grid:before {
  content: "\e903";
}
.ic-List:before {
  content: "\e904";
}
.ic-checkbox-n:before {
  content: "\e651";
}
.ic-checkbox-y:before {
  content: "\e652";
}
.ic-checkbox-d:before {
  content: "\e653";
}
.ic-radio-n:before {
  content: "\e654";
}
.ic-radio-y:before {
  content: "\e655";
}
.ic-bullet:before {
  content: "\e699";
}
.ic-req:before {
  content: "\e656";
}
.ic-cancel:before {
  content: "\e657";
}
.ic-plus:before {
  content: "\e658";
}
.ic-minus:before {
  content: "\e659";
}
.ic-cancel-fill:before {
  content: "\e65d";
}
.ic-cancel-empty:before {
  content: "\e65e";
}
.ic-plus-fill:before {
  content: "\e65f";
}
.ic-plus-empty:before {
  content: "\e660";
}
.ic-minus-fill:before {
  content: "\e661";
}
.ic-minus-empty:before {
  content: "\e662";
}
.ic-check-fill:before {
  content: "\e663";
}
.ic-check-empty:before {
  content: "\e664";
}
.ic-check-thin:before {
  content: "\e691";
}
.ic-check:before {
  content: "\e668";
}
.ic-warning-fill:before {
  content: "\e66a";
}
.ic-warning-empty:before {
  content: "\e66b";
}
.ic-spam:before {
  content: "\e66c";
}
.ic-notice:before {
  content: "\e66d";
}
.ic-info-fill:before {
  content: "\e66e";
}
.ic-info-empty:before {
  content: "\e66f";
}
.ic-info-italic:before {
  content: "\e670";
}
.ic-question-fill:before {
  content: "\e672";
}
.ic-question:before {
  content: "\e673";
}
.ic-warning-spark:before {
  content: "\e674";
}
.ic-blocked:before {
  content: "\e675";
}
.ic-arw-l:before {
  content: "\e679";
}
.ic-arw-u:before {
  content: "\e67b";
}
.ic-arw-r:before {
  content: "\e67d";
}
.ic-arw-d:before {
  content: "\e680";
}
.ic-arw-bend:before {
  content: "\e908";
}
.ic-triangles-l:before {
  content: "\e682";
}
.ic-triangles-u:before {
  content: "\e683";
}
.ic-triangles-r:before {
  content: "\e684";
}
.ic-triangles-d:before {
  content: "\e685";
}
.ic-refresh:before {
  content: "\e686";
}
.ic-cycle:before {
  content: "\e687";
}
.ic-share2:before {
  content: "\e787";
}
.ic-corporate:before {
  content: "\e794";
}
.ic-user:before {
  content: "\e688";
}
.ic-users:before {
  content: "\e689";
}
.ic-profile:before {
  content: "\e68a";
}
.ic-signup:before {
  content: "\e68b";
}
.ic-cog:before {
  content: "\e68d";
}
.ic-talk:before {
  content: "\e68f";
}
.ic-chat:before {
  content: "\e690";
}
.ic-phone:before {
  content: "\e6e8";
}
.ic-phone3:before {
  content: "\e6e8";
}
.ic-customerservice:before {
  content: "\e750";
}
.ic-search:before {
  content: "\e693";
}
.ic-map:before {
  content: "\e694";
}
.ic-map2:before {
  content: "\e77f";
}
.ic-edit:before {
  content: "\e695";
}
.ic-trash:before {
  content: "\e696";
}
.ic-hourglass:before {
  content: "\e697";
}
.ic-filter:before {
  content: "\e698";
}
.ic-filter2:before {
  content: "\e64b";
}
.ic-star-empty:before {
  content: "\e69b";
}
.ic-star-half:before {
  content: "\e69c";
}
.ic-star-fill:before {
  content: "\e69d";
}

.seolps .footer-help__block .trustpilot_reviewrating .ic-star-fill:before{
    content: '';
}

.ic-heart-empty:before {
  content: "\e69e";
}
.ic-heart-fill:before {
  content: "\e69f";
}
.ic-thumb-like:before {
  content: "\e6a0";
}
.ic-thumb-dislike:before {
  content: "\e6a1";
}
.ic-locked-check:before {
  content: "\e760";
}
.ic-locked:before {
  content: "\e6a2";
}
.ic-unlocked:before {
  content: "\e6a3";
}
.ic-mail:before {
  content: "\e6a4";
}
.ic-mail-open:before {
  content: "\e6a5";
}
.ic-credit:before {
  content: "\e6a6";
}
.ic-cvv:before {
  content: "\e6a7";
}
.ic-cvv-amex:before {
  content: "\e6a8";
}
.ic-dollar:before {
  content: "\e6a9";
}
.ic-dollars:before {
  content: "\e6aa";
}
.ic-pig:before {
  content: "\e6ab";
}
.ic-discout:before {
  content: "\e6ac";
}
.ic-safe:before {
  content: "\e6ad";
}
.ic-abacus:before {
  content: "\e6ae";
}
.ic-barcode:before {
  content: "\e6af";
}
.ic-sale:before {
  content: "\e6b0";
}
.ic-open:before {
  content: "\e6b1";
}
.ic-cart:before {
  content: "\e6b2";
}
.ic-chart-bars:before {
  content: "\e6b4";
}
.ic-chart-stats:before {
  content: "\e6b5";
}
.ic-link:before {
  content: "\e6b7";
}
.ic-earth:before {
  content: "\e6b8";
}
.ic-lightning:before {
  content: "\e6b9";
}
.ic-fire:before {
  content: "\e6ba";
}
.ic-print:before {
  content: "\e6bb";
}
.ic-pin:before {
  content: "\e6bc";
}
.ic-umbrella:before {
  content: "\e6bd";
}
.ic-scissors:before {
  content: "\e6be";
}
.ic-attach:before {
  content: "\e6bf";
}
.ic-target:before {
  content: "\e6c0";
}
.ic-newspaper:before {
  content: "\e6c1";
}
.ic-microwave:before {
  content: "\e6c2";
}
.ic-refrigerator:before {
  content: "\e6c3";
}
.ic-washingmachine:before {
  content: "\e6c4";
}
.ic-food:before {
  content: "\e6c5";
}
.ic-food2:before {
  content: "\e70c";
}
.ic-amenity:before {
  content: "\e70d";
}
.ic-martini:before {
  content: "\e6c6";
}
.ic-drink:before {
  content: "\e6c7";
}
.ic-coffee-takeout:before {
  content: "\e6c9";
}
.ic-coffee-mug:before {
  content: "\e6ca";
}
.ic-beer:before {
  content: "\e6cb";
}
.ic-icecream:before {
  content: "\e6cc";
}
.ic-pipe:before {
  content: "\e6cd";
}
.ic-eco-leaf:before {
  content: "\e6ce";
}
.ic-tag:before {
  content: "\e6cf";
}
.ic-steer:before {
  content: "\e6d0";
}
.ic-bullhorn:before {
  content: "\e6d1";
}
.ic-headphones:before {
  content: "\e6d2";
}
.ic-alarm2:before {
  content: "\e6d3";
}
.ic-microphone:before {
  content: "\e6d4";
}
.ic-volume-off:before {
  content: "\e6d5";
}
.ic-volume-down:before {
  content: "\e6d6";
}
.ic-volume-up:before {
  content: "\e6d7";
}
.ic-barbell:before {
  content: "\e6d8";
}
.ic-trophy:before {
  content: "\e6d9";
}
.ic-cone:before {
  content: "\e6da";
}
.ic-camera:before {
  content: "\e6db";
}
.ic-images:before {
  content: "\e6dc";
}
.ic-camera2:before {
  content: "\e6dd";
}
.ic-film:before {
  content: "\e6de";
}
.ic-tv:before {
  content: "\e6df";
}
.ic-radio:before {
  content: "\e6e0";
}
.ic-tablet:before {
  content: "\e6e1";
}
.ic-mobile:before {
  content: "\e6e2";
}
.ic-screen:before {
  content: "\e6e3";
}
.ic-laptop:before {
  content: "\e6e4";
}
.ic-wifi:before {
  content: "\e6e6";
}
.ic-phone2:before {
  content: "\e6e7";
}
.ic-usb:before {
  content: "\e1e0";
}
.ic-power-plug:before {
  content: "\e906";
}
.ic-football:before {
  content: "\e6e9";
}
.ic-baseball:before {
  content: "\e6eb";
}
.ic-eightball:before {
  content: "\e6ec";
}
.ic-pet:before {
  content: "\e6ee";
}
.ic-bike:before {
  content: "\e6ef";
}
.ic-magic:before {
  content: "\e6f0";
}
.ic-gavel:before {
  content: "\e6f2";
}
.ic-wrench:before {
  content: "\e6f3";
}
.ic-lab:before {
  content: "\e6f4";
}
.ic-game:before {
  content: "\e6f5";
}
.ic-gift:before {
  content: "\e6f6";
}
.ic-doctor:before {
  content: "\e6f7";
}
.ic-injection:before {
  content: "\e6fa";
}
.ic-handicap:before {
  content: "\e6fb";
}
.ic-toilet:before {
  content: "\e6fd";
}
.ic-thermometer:before {
  content: "\e6fe";
}
.ic-shipping:before {
  content: "\e6ff";
}
.ic-flag:before {
  content: "\e700";
}
.ic-flag2:before {
  content: "\e780";
}
.ic-drafting-compass:before {
  content: "\e6c8";
}
.ic-museum:before {
  content: "\e6ea";
}
.ic-share:before {
  content: "\e701";
}
.ic-carryon:before {
  content: "\e70a";
}
.ic-passport:before {
  content: "\e70b";
}
.ic-beach:before {
  content: "\e70e";
}
.ic-cabana:before {
  content: "\e70f";
}
.ic-swim:before {
  content: "\e710";
}
.ic-golf:before {
  content: "\e711";
}
.ic-bus:before {
  content: "\e712";
}
.ic-parking:before {
  content: "\e713";
}
.ic-kids:before {
  content: "\e714";
}
.ic-kid:before {
  content: "\e715";
}
.ic-internet:before {
  content: "\e716";
}
.ic-bulb-on:before {
  content: "\e909";
}
.ic-bulb:before {
  content: "\e717";
}
.ic-car-shift:before {
  content: "\e901";
}
.ic-car-door:before {
  content: "\e902";
}
.ic-miles-meter:before {
  content: "\e905";
}
.ic-hearing:before {
  content: "\e718";
}
.ic-visibility:before {
  content: "\e719";
}
.ic-visibility-off:before {
  content: "\e71a";
}
.ic-binoculars:before {
  content: "\f1e5";
}
.ic-tag-track:before {
  content: "\e71e";
}
.ic-google:before {
  content: "\e702";
}
.ic-facebook:before {
  content: "\e703";
}
.ic-instagram:before {
  content: "\e704";
}
.ic-twitter:before {
  content: "\e705";
}
.ic-pinterest:before {
  content: "\e756";
}
.ic-apple:before {
  content: "\e757";
}
.ic-google-play:before {
  content: "\e758";
}
.ic-cc-attribution:before {
  content: "\e6ed";
}
.ic-cc-noderivs:before {
  content: "\e6f1";
}
.ic-cc-noncommercial-eu:before {
  content: "\e6f8";
}
.ic-cc-noncommercial-us:before {
  content: "\e6f9";
}
.ic-cc-public-domain:before {
  content: "\e6fc";
}
.ic-cc-remix:before {
  content: "\e706";
}
.ic-cc-share:before {
  content: "\e707";
}
.ic-cc-sharealike:before {
  content: "\e708";
}
.ic-cc:before {
  content: "\e709";
}
.ic-converter:before {
  content: "\e78d";
}
.ic-crc-dollar:before {
  content: "\e64c";
}
.ic-crc-dollar-canada:before {
  content: "\e64d";
}
.ic-crc-dollar-cayman:before {
  content: "\e64e";
}
.ic-crc-dollar-jamaica:before {
  content: "\e64f";
}
.ic-crc-dollar-trinidad:before {
  content: "\e650";
}
.ic-crc-emirati-dirham:before {
  content: "\e65a";
}
.ic-crc-euro:before {
  content: "\e65b";
}
.ic-crc-forint:before {
  content: "\e65c";
}
.ic-crc-franc:before {
  content: "\e665";
}
.ic-crc-gourde:before {
  content: "\e666";
}
.ic-crc-gulider:before {
  content: "\e667";
}
.ic-crc-krone:before {
  content: "\e669";
}
.ic-crc-lira:before {
  content: "\e671";
}
.ic-crc-peso-dominican-rep:before {
  content: "\e676";
}
.ic-crc-peso-philippine:before {
  content: "\e677";
}
.ic-crc-pound:before {
  content: "\e678";
}
.ic-crc-rand:before {
  content: "\e681";
}
.ic-crc-ringgit:before {
  content: "\e67a";
}
.ic-crc-rupee:before {
  content: "\e67c";
}
.ic-crc-yen:before {
  content: "\e67f";
}
.ic-ruble:before {
  content: "\e726";
}
.ic-won:before {
  content: "\e727";
}
.ic-bitcoin:before {
  content: "\e728";
}
.ic-sun:before {
  content: "\e7a6";
}
.ic-partly-sunny:before {
  content: "\e7a7";
}
.ic-sunny-cloudy:before {
  content: "\e7ae";
}
.ic-eclipse:before {
  content: "\e7ba";
}
.ic-night:before {
  content: "\e7af";
}
.ic-cloudy:before {
  content: "\e7b0";
}
.ic-more-cloudy:before {
  content: "\e7b1";
}
.ic-extremely-cloudy:before {
  content: "\e7b2";
}
.ic-foggy:before {
  content: "\e7b5";
}
.ic-showers:before {
  content: "\e7a9";
}
.ic-freezing-rain:before {
  content: "\e7b6";
}
.ic-scattered-rain:before {
  content: "\e7b8";
}
.ic-freezing-mix:before {
  content: "\e7b9";
}
.ic-drizzle:before {
  content: "\e7bf";
}
.ic-scattered-thunder:before {
  content: "\e7a4";
}
.ic-thunder:before {
  content: "\e7a5";
}
.ic-extreme-wind:before {
  content: "\e7b3";
}
.ic-sandstorm:before {
  content: "\e7ac";
}
.ic-windy:before {
  content: "\e7b4";
}
.ic-flurries:before {
  content: "\e7be";
}
.ic-light-snowfall:before {
  content: "\e7bc";
}
.ic-snowfall:before {
  content: "\e7bb";
}
.ic-scattered-snowfall:before {
  content: "\e7bd";
}
.ic-snowflake:before {
  content: "\e900";
}
.ic-volcano:before {
  content: "\e7c1";
}
.ic-tornado:before {
  content: "\e7c0";
}
.ic-hurricane:before {
  content: "\e7a8";
}
.ic-ribbon-fill:before {
  content: "\e90a";
}
.ic-uniE600:before {
  content: "\e729";
}
.ic-visa:before {
  content: "\e72a";
}
.ic-master:before {
  content: "\e72b";
}
.ic-unionpay:before {
  content: "\e72c";
}
.ic-papal-old:before {
  content: "\e72d";
}
.ic-maestro:before {
  content: "\e72e";
}
.ic-visa-elec:before {
  content: "\e72f";
}
.ic-amex:before {
  content: "\e730";
}
.ic-postepay:before {
  content: "\e731";
}
.ic-diners:before {
  content: "\e732";
}
.ic-discover:before {
  content: "\e733";
}
.ic-carte-balance:before {
  content: "\e69a";
}
.ic-cartsi:before {
  content: "\e734";
}
.ic-verisign:before {
  content: "\e735";
}
.ic-stripe:before {
  content: "\e736";
}
.ic-square:before {
  content: "\e737";
}
.ic-ogone:before {
  content: "\e738";
}
.ic-jcb:before {
  content: "\e739";
}
.ic-gwallet:before {
  content: "\e73a";
}
.ic-truste:before {
  content: "\e73b";
}
.ic-amazon:before {
  content: "\e73c";
}
.ic-bitcoin-logo:before {
  content: "\e73d";
}
.ic-bitcoin-logo2:before {
  content: "\e73e";
}
.ic-ripple:before {
  content: "\e73f";
}
.ic-sofort:before {
  content: "\e740";
}
.ic-gittip:before {
  content: "\e741";
}
.ic-flattr:before {
  content: "\e742";
}
.ic-sfrill:before {
  content: "\e743";
}
.ic-uniE61C:before {
  content: "\e744";
}
.ic-clickandbuy:before {
  content: "\e745";
}
.ic-wu:before {
  content: "\e746";
}
.ic-braintree:before {
  content: "\e747";
}
.ic-paysafecard:before {
  content: "\e752";
}
.ic-ideal:before {
  content: "\e753";
}
.ic-paypal-new:before {
  content: "\e754";
}
.ic-verisign-full:before {
  content: "\e759";
}
.ic-truste-full:before {
  content: "\e75a";
}
.ic-bbb:before {
  content: "\e6b3";
}
.ic-norton:before {
  content: "\e75b";
}
.ic-mcafee:before {
  content: "\e71b";
}
.ic-master-secure:before {
  content: "\e71c";
}
.ic-visa-verify:before {
  content: "\e71d";
}

/*----- Content for file :z_style-font.css ends here -----*/
