@media (min-width: 768px) {
  .ml-div {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row > * {
  padding-left: 10px;
  padding-right: 10px;
}

[class*=col] {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.form-row > * {
  padding-left: 8px;
  padding-right: 8px;
}

.container {
  max-width: 1330px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1201px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: end;
  }
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.d-none {
  display: none !important;
}

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

@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#root, #__next {
  isolation: isolate;
}

input:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

:root {
  --fontRoboto:"Roboto", sans-serif;
  --fontMulish:"Mulish", sans-serif;
  --primary: rgb(36, 105, 244);
  --blue400: #3E7EEB;
  --blue:#1631BA;
  --blue800: #202942;
  --darkBlue: #040836;
  --black:#000000;
  --white: #ffffff;
  --grey: #838D9A;
  --grey200: #ADB5BD;
  --text: #6A6E7B;
  --lite: #EDF5FF;
  --input: #EFF3FA;
}

.text-prime {
  color: var(--primary) !important;
}

.text-black {
  color: var(--black) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.text-dark {
  color: var(--blue800) !important;
}

.text-dblue {
  color: var(--darkBlue) !important;
}

.text-text {
  color: var(--text) !important;
}

.text-white {
  color: var(--white) !important;
}

.blank-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: var(--black);
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: none;
          box-sizing: none;
}
.blank-btn i {
  margin-right: 3px;
}

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

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

.mb0 {
  margin-bottom: 0px !important;
}

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

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

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

.pt10 {
  padding-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

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

.pl10 {
  padding-left: 10px !important;
}

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

.pr10 {
  padding-right: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.ml18 {
  margin-left: 18px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.pr18 {
  padding-right: 18px !important;
}

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

.pt20 {
  padding-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

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

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

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

.pr20 {
  padding-right: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

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

.pt30 {
  padding-top: 30px !important;
}

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

.pb30 {
  padding-bottom: 30px !important;
}

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

.pl30 {
  padding-left: 30px !important;
}

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

.pr30 {
  padding-right: 30px !important;
}

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

.pt40 {
  padding-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

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

.pl40 {
  padding-left: 40px !important;
}

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

.pr40 {
  padding-right: 40px !important;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

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

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

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

.route-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/route-icon.svg) no-repeat center;
  background-size: contain;
}

.shuttle-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/shuttle-icon.svg) no-repeat center;
  background-size: contain;
}

.book-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/book-icon.svg) no-repeat center;
  background-size: contain;
}

.bell-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/bell-icon.svg) no-repeat center;
  background-size: contain;
}

.booking-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/booking-icon.svg) no-repeat center;
  background-size: contain;
}

.wallet-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/wallet-icon.svg) no-repeat center;
  background-size: contain;
}

.phone-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/phone-icon.svg) no-repeat center;
  background-size: contain;
}

.radio-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/radio-icon.svg) no-repeat center;
  background-size: contain;
}

.assign-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/assign-icon.svg) no-repeat center;
  background-size: contain;
}

.operator-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/operator-icon.svg) no-repeat center;
  background-size: contain;
}

.calendar-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/calendar-icon.svg) no-repeat center;
  background-size: contain;
}

.manage-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/manage-icon.svg) no-repeat center;
  background-size: contain;
}

.route1-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/route1-icon.svg) no-repeat center;
  background-size: contain;
}

.task-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/task-icon.svg) no-repeat center;
  background-size: contain;
}

.hub-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/hub-icon.svg) no-repeat center;
  background-size: contain;
}

.page-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/page-icon.svg) no-repeat center;
  background-size: contain;
}

.safety-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/safety-icon.svg) no-repeat center;
  background-size: contain;
}

.feedback-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/feedback-icon.svg) no-repeat center;
  background-size: contain;
}

.rider-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/rider-icon.svg) no-repeat center;
  background-size: contain;
}

.msg-icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/msg-icon.svg) no-repeat center;
  background-size: contain;
}

.call-icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/call-icon.svg) no-repeat center;
  background-size: contain;
}

.cal-icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/cal-icon.svg) no-repeat center;
  background-size: contain;
}

.play-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/play-icon.svg) no-repeat center;
  background-size: contain;
}

.mag-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/mag-icon.svg) no-repeat center;
  background-size: contain;
}

.briefcase-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/briefcase-icon.svg) no-repeat center;
  background-size: contain;
}

.map-pin-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/map-pin-icon.svg) no-repeat center;
  background-size: contain;
}

.users-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icons/users-icon.svg) no-repeat center;
  background-size: contain;
}

h1 {
  font-weight: 700;
  color: var(--blue800);
  line-height: 1.04;
  font-size: 28px;
}
@media (min-width: 768px) {
  h1 {
    line-height: 1.2;
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 24px;
  line-height: 1.1;
  color: var(--blue800);
  font-weight: 800;
}
h3 {
  font-size: 24px;
  line-height: 1.1;
  color: var(--blue800);
  font-weight: 800;
}
.fs-28{
  font-size: 24px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 28px;
  }
  .fs-28{
    font-size: 28px;
  }
}
@media (min-width: 993px) {
  h2, .h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 36px;
  }
  .fs-28{
    font-size: 36px;
  }
}

.h5 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--fontMulish);
}
@media (min-width: 768px) {
  .h5 {
    font-size: 24px;
  }
}
.h5.sm {
  font-size: 18px;
}
@media (min-width: 768px) {
  .h5.sm {
    font-size: 19px;
  }
}

p {
  font-size: 14px;
  line-height: 1.42;
  font-family: var(--fontRoboto);
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  p.lg {
    font-size: 16px;
  }
}
p.xl {
  font-size: 16px;
}
@media (min-width: 768px) {
  p.xl {
    font-size: 20px;
  }
}

.mulish {
  font-family: var(--fontMulish);
}

.roboto {
  font-family: var(--fontRoboto);
}

b {
  font-weight: bold;
}

[type=text], [type=email], [type=tel], [type=number], [type=date], textarea {
  display: block;
  width: 100%;
  border: 1px solid #EFF3FA;
  background-color: #EFF3FA;
  padding: 19px 18px;
  font-size: 16px;
  border-radius: 6px;
}
[type=text]:focus, [type=email]:focus, [type=tel]:focus, [type=number]:focus, [type=date]:focus, textarea:focus {
  border-color: var(--primary);
  outline: none;
}

select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white url("../images/icons/caret-down-icon.svg") no-repeat;
  background-position: calc(100% - 16px) center;
  border: 1px solid rgba(20, 20, 20, 0.102);
  padding: 19px 18px;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 600;
}
select:focus {
  border-color: var(--primary);
  outline: none;
}

.form-in {
  position: relative;
  margin-bottom: 35px;
}
.form-in .f-in {
  position: relative;
}
.form-in .f-in label {
  position: absolute;
  top: -12px;
  background-color: white;
  left: 20px;
  padding: 2px 4px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
}
.form-in .f-in label.error{
  top: 100%;
  font-family: inherit;
    font-size: 12px;
    color: red;
}
.form-in input:not(:-moz-placeholder-shown) + label, .form-in textarea:not(:-moz-placeholder-shown) + label {
  font-size: 11px;
  top: -12px;
  left: 16px;
  background-color: white;
}
.form-in input:not(:-ms-input-placeholder) + label, .form-in textarea:not(:-ms-input-placeholder) + label {
  font-size: 11px;
  top: -12px;
  left: 16px;
  background-color: white;
}
.form-in input:checked + label, .form-in input:focus + label, .form-in input:not(:placeholder-shown) + label, .form-in textarea:checked + label, .form-in textarea:focus + label, .form-in textarea:not(:placeholder-shown) + label {
  font-size: 11px;
  top: -12px;
  left: 16px;
  background-color: white;
}
.form-in.left-icon input, .form-in.left-icon select, .form-in.left-icon textarea {
  padding-left: 48px;
}
.form-in .icon-left {
  position: absolute;
  left: 12px;
  top: 18px;
}

.checkbox {
  position: relative;
}
.checkbox.f12 label {
  font-size: 12px;
  font-weight: 400;
}
.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--input) url(../images/icons/check-icon.svg) no-repeat 50px;
  border: 1px solid #EFF3FA;
  border-radius: 50px;
  margin-right: 12px;
}
.checkbox [type=checkbox], .checkbox [type=radio] {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  width: 30px;
}
.checkbox [type=checkbox]:focus + label:before, .checkbox [type=radio]:focus + label:before {
  border-color: #EFF3FA;
}
.checkbox [type=checkbox]:focus-visible + label:before, .checkbox [type=radio]:focus-visible + label:before {
  border-color: var(--primary);
}
.checkbox [type=checkbox]:checked + label:before, .checkbox [type=radio]:checked + label:before {
  background-position: center;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(65, 45, 219, 0.021), 0px 0px 7px 0px rgba(65, 45, 219, 0.1);
          box-shadow: 0px 6px 12px 0px rgba(65, 45, 219, 0.021), 0px 0px 7px 0px rgba(65, 45, 219, 0.1);
}
.checkbox [type=checkbox].valid + label:before, .checkbox [type=radio].valid + label:before {
  background-position: center;
}
@media (max-width: 991px) {
  .checkbox label:before{
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .checkbox label{
    font-size: 14px;
  }
  .form-in .f-in label{
    font-size: 14px;
    top: -12px;
  }
  [type=text], [type=email], [type=tel], [type=number], [type=date], textarea{
    font-size: 16px;
    padding: 17px 18px;
    font-weight: 600;
  }
  [type=text]::placeholder{
    font-size: 15px;
    font-weight: 600;
  }
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

input, button, textarea, select {
  font-family: inherit;
}

a, a:hover, a:focus {
  text-decoration: none;
}

ul li,
ol li {
  list-style: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--fontMulish);
  font-size: 14px;
  line-height: 1.5;
}
body.freeze {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.h-100 {
  height: 100%;
}

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

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

.btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  border-radius: 50px;
  padding: 14px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-primary {
  position: relative;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  text-transform: uppercase;
}
.btn-primary:hover:after {
  -webkit-animation: shine 500ms ease-in-out 100ms forwards;
          animation: shine 500ms ease-in-out 100ms forwards;
}
.btn-primary:not(.lg) {
  width: 170px;
}
.btn-primary:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

@-webkit-keyframes shine {
  0% {
    left: 0;
    opacity: 0;
    width: 10px;
  }
  50% {
    opacity: 0.2;
    width: 50px;
  }
  100% {
    left: 100%;
    opacity: 0;
    width: 10px;
  }
}

@keyframes shine {
  0% {
    left: 0;
    opacity: 0;
    width: 10px;
  }
  50% {
    opacity: 0.2;
    width: 50px;
  }
  100% {
    left: 100%;
    opacity: 0;
    width: 10px;
  }
}
/* Footer css */
footer {
  position: relative;
  z-index: 4;
  background-color: var(--darkBlue);
  padding: 120px 0 0;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
}

.footer-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding: 0 10px;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 30px;
}

.social-icons > a:not(:first-of-type) {
  margin-left: 10px;
}

.contact-info {
  padding-bottom: 25px;
}

.contact-info,
.contact-info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info a {
  font-family: var(--fontRoboto);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: var(--white);
  margin-left: 12px;
}

.footer-grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  padding: 0 10px;
  margin: 0 -5px;
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}

.grid-column {
  padding: 0 5px;
}

.footer-content h5 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 30px;
}

.footer-content li a {
  position: relative;
  font-family: var(--fontRoboto);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: var(--grey200);
  margin-bottom: 14px;
  padding-left: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-content li a:hover {
  color: var(--white);
}

.footer-content li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: var(--grey200);
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-content li a:hover::before {
  border-color: var(--white);
}

.footer-bottom {
  padding: 30px 0;
  margin-top: 110px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-bottom p,
.footer-bottom-info a {
  font-family: var(--fontRoboto);
  font-size: 15px;
  line-height: 1.2;
  color: var(--white);
}

.footer-bottom-info a {
  margin-left: 15px;
}

/* media css */
@media (max-width: 1024px) {
  footer {
    padding: 80px 0 0;
  }
  .footer-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .footer-grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
  }
  .footer-bottom {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  footer {
    padding: 60px 0 0;
  }
  .footer-content h5 {
    font-size: 16px;
  }
  .footer-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .contact-info a,
  .footer-content li a {
    font-size: 14px;
  }
  .footer-grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
  .grid-column {
    margin-bottom: 30px;
  }
  .footer-bottom {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 50px 0 0;
  }
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 50px;
  }
  .footer-grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    margin: 0;
  }
  .grid-column {
    padding: 0;
    margin-bottom: 25px;
  }
  .grid-column:nth-child(even) {
    padding-left: 45px;
  }
  .footer-bottom {
    margin-top: 0;
  }
  .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-bottom-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 15px;
  }
}
@media (max-width: 391px) {
  .footer-grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    grid-template-columns: repeat(2, minmax(175px, 1fr));
    margin: 0;
  }
  .grid-column:nth-child(even) {
    padding-left: 30px;
  }
}
@media (max-width: 375px) {
  .footer-grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    grid-template-columns: repeat(2, minmax(170px, 1fr));
    margin: 0;
  }
}
@media (max-width: 361px) {
  .footer-grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    margin: 0;
  }
  .grid-column:nth-child(even) {
    padding-left: 45px;
  }
}
.wrapper {
  background: radial-gradient(133.22% 103.36% at 67.51% 100%, #E1F3FF 0%, #E1F3FF 49.22%, #FDFDFD 100%);
}

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

.tracking-code-section {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  padding: 160px 0 140px;
}
@media (max-width: 767px) {
  .tracking-code-section {
    min-height: 100vh;
    min-height: 100%;
  }
}

.tracking-code-card h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  color: var(--blue800);
  text-align: center;
  margin-bottom: 24px;
}

.tracking-code-card h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  color: rgba(32, 41, 66, 0.7);
  text-align: center;
  margin-bottom: 46px;
}
.input-error.active{
  color: red;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
  .form-box .go-btn {
    width: 100%;
    -webkit-box-shadow: 0px 3.76px 18.78px 0px rgba(36, 105, 244, 0.5);
            box-shadow: 0px 3.76px 18.78px 0px rgba(36, 105, 244, 0.5);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .form-box {
    position: relative;
    border-radius: 100px;
    width: 615px;
    max-width: 100%;
    margin: 0 auto 25px;
    border: 1.92px solid var(--Other-color-White, #FFF);
    background: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 6px;
  }
}
.form-box input::placeholder{
  text-transform: capitalize;
}
.form-box input{
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .form-box input {
    position: relative;
    border-radius: 100px;
    width: 615px;
    max-width: 100%;
    margin: 0 auto 12px;
    border: 3px solid #EDF8FF;
    background: white;
    -webkit-box-shadow: 0px 0px 0px 1px white, 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 1px white, 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 6px;
    cursor: text;
  }
  .form-box input:focus {
    border: 1px solid var(--primary);
  }
}

.tracking-code-input {
  text-align: center;
}
@media (min-width: 768px) {
  .tracking-code-input {
    border: 0.633px solid #FAFAFA;
    background: #FFF;
    height: 72px;
    border-radius: 100px;
    width: 100%;
    padding: 15px 120px 15px 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--black);
    text-align: center;
  }
}
@media (min-width: 768px) {
  .tracking-code-input {
    font-size: 20px;
  }
}

.tracking-code-input::-webkit-placeholder {
  color: var(--grey);
  opacity: 1;
}

.tracking-code-input::-moz-placeholder {
  color: var(--grey);
  opacity: 1;
}

.tracking-code-input::-webkit-input-placeholder {
  color: var(--grey);
  opacity: 1;
}

.tracking-code-input:-ms-input-placeholder {
  color: var(--grey);
  opacity: 1;
}

.tracking-code-input::-ms-input-placeholder {
  color: var(--grey);
  opacity: 1;
}

.tracking-code-input::placeholder {
  color: var(--grey);
  opacity: 1;
}

.go-btn {
  top: 6px;
  right: 6px;
  border: none;
  font-size: 20px;
  color: var(--white);
  text-transform: uppercase;
  width: 128px;
  height: 72px;
  border-radius: 100px;
  background: linear-gradient(0deg, #2469F4 0%, #2469F4 100%), linear-gradient(115deg, #006BE7 2.76%, #0056A9 80.96%);
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}
@media (min-width: 768px) {
  .go-btn {
    position: absolute;
  }
}

.tracking-code-card .terms,
.tracking-code-card .terms a {
  font-size: 14px;
  color: rgba(32, 41, 66, 0.7);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
}

.tracking-code-card .terms a {
  color: var(--primary);
  font-family: var(--fontMulish);
}

.tracking-code-card .terms a:hover {
  color: var(--primary);
}

@media (max-width: 1367px) {
  .tracking-code-section {
    padding: 170px 0 143px;
  }
}
@media (max-width: 1024px) {
  .tracking-code-section {
    width: 85%;
  }
  .tracking-code-card h1 {
    font-size: 40px;
  }
  .tracking-code-card h2 {
    font-size: 22px;
  }
  .provider-card h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .logo {
    max-width: 166px;
  }
  .tracking-code-card {
    padding: 10px 0px;
  }
  .tracking-code-info {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
  }
  .tracking-code-card h1 {
    font-size: 28px;
  }
  .tracking-code-card h2 {
    font-size: 16px;
  }
  .tracking-code-input,
  .go-btn {
    height: 48px;
    border-radius: 80px;
  }
  .go-btn {
    width: 75px;
    font-size: 16px;
  }
  .tracking-code-card .terms {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
  }
  .provider-card {
    width: 292px;
  }
  .provider-card h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .provider-card p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.home-banner {
  position: relative;
  background-color: #000619;
  max-height: 100vh;
    min-height: 100vh;
  /* background: radial-gradient(133.22% 103.36% at 67.51% 100%, #E1F3FF 0%, #E1F3FF 49.22%, #FDFDFD 100%);         */
}
.home-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* min-height: 650px; */
}
@media (max-width: 767px) {
  .home-banner .container {
    min-height: 500px;
  }
}
@media (min-width: 993px) {
  .home-banner .container {
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1060;
}
@media (min-width: 768px) {
  header {
    padding: 20px 0;
  }
}
header .logo {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header .btn.login {
    width: auto;
    padding: 10px 12px;
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  header .btn:not(.login) {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: -2;
  }
}

.ham-btn {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  background-color: transparent;
  border: none;
  padding: 9px 0px;
  border: 1px solid transparent;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  border-radius: 50%;
  z-index: 2;
}
.ham-btn span {
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  width: 24px;
  height: 2px;
  background-color: var(--primary);
  margin: 2px 0;
}
.ham-btn.active {
  background-color: white;
  border-color: var(--grey200);
  -webkit-transform: scale(0.6) translateX(10px);
          transform: scale(0.6) translateX(10px);
}
.ham-btn.active span {
  background-color: var(--black);
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}
.ham-btn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
          transform: rotate(45deg) translate(5px, 4px);
}
.ham-btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}
.ham-btn.active span:nth-child(2) {
  opacity: 0;
}
@media (min-width: 993px) {
  .ham-btn {
    display: none;
  }
}

.sticky-header {
  background-color: var(--white);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .inner-header.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    bottom: -10px;
    background-color: white;
  }
  .inner-header.active .btn:not(.login) {
    display: inline-block;
  }
  .inner-header.active .ham-btn span {
    background-color: var(--black);
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
  }
  .inner-header.active .ham-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 4px);
            transform: rotate(45deg) translate(5px, 4px);
  }
  .inner-header.active .ham-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
            transform: rotate(-45deg) translate(4px, -4px);
  }
  .inner-header.active .ham-btn span:nth-child(2) {
    opacity: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .inner-header.active .btn:not(.login) {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}

.navbar > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .navbar > ul {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 80px 24px 24px;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .navbar > ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .navbar > ul::-webkit-scrollbar-track {
    background: transparent;
  }
  .navbar > ul::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .navbar > ul::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
  .navbar > ul > li {
    border-bottom: 1px solid #EFF1F4;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .navbar > ul li {
    width: 100%;
  }
  .navbar > ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
  }
  .navbar > ul li a:after {
    right: 0;
    left: auto;
  }
}
.navbar.active ul {
  opacity: 1;
  visibility: visible;
  z-index: -1;
}

.navbar .dropdown {
  position: relative;
}
@media (max-width: 992px) {
  .navbar .dropdown.open .dropdown-toggle::after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  .navbar .dropdown.open .dropdown-menu {
    display: block;
  }
  .navbar .dropdown.open .dropdown-toggle{
    margin-bottom: 10px;
  }
}
.navbar .dropdown:hover .dropdown-menu {
  z-index: 10;
  -webkit-transition: all ease 300ms, z-index 0ms linear -10ms;
  transition: all ease 300ms, z-index 0ms linear -10ms;
}
@media (min-width: 993px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
.navbar .dropdown:hover .dropdown-menu.open {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu.open {
    max-height: 600px;
  }
}

.navbar .dropdown-menu {
  top: 100%;
  left: 0;
  -webkit-transition: all ease 300ms, z-index 0ms linear 400ms;
  transition: all ease 300ms, z-index 0ms linear 400ms;
  background-color: var(--white);
  border-radius: 12px;
}
@media (min-width: 993px) {
  .navbar .dropdown-menu {
    margin-bottom: 18px;
    padding: 10px 24px;
    position: absolute;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    margin-bottom: 0;
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.065);
            box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.065);
  }
}
@media (max-width: 992px) {
  .navbar .dropdown-menu {
    display: none;
  }
}
.navbar .dropdown-menu li a {
  padding: 10px;
  display: block;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .navbar .dropdown-menu li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.navbar li a {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  cursor: pointer;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}
.navbar li a:hover, .navbar li a.active {
  color: var(--primary);
}
.navbar li.dropdown {
  margin: 0 15px;
}
@media (min-width: 993px) {
  .navbar li a {
    padding: 30px 15px;
  }
}

.navbar > ul > li > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  margin-left: 5px;
  border: 2px solid var(--black);
  border-color: transparent transparent var(--black) var(--black);
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hero-section {
  padding: 90px 0px;
}
@media (min-width: 768px) {
  .hero-section {
    padding: 90px 0px;
  }
}
@media (max-width: 1200px) {
  .hero-section {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #E1F3FF), color-stop(82%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #E1F3FF 60%, rgba(255, 255, 255, 0) 82%);
    opacity: 0.8;
    z-index: 1;
  }
}
.hero-section .text {
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .hero-section .text {
    padding-top: 30px;
  }
}
.hero-section .text h1 {
  margin-bottom: 20px;
}
.hero-section .text p {
  margin-bottom: 38px;
  color: var(--text);
}
.hero-section .text .btn {
  text-transform: uppercase;
  padding: 15px 28px;
}
@media (min-width: 768px) {
  .hero-section .text .btn {
    font-size: 18px;
  }
}

.free-demo-btn {
  background-color: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--fontRoboto);
  cursor: pointer;
}
.free-demo-btn:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.free-demo-btn span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}
.free-demo-btn span i {
  margin-left: 4px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

.content-box {
  position: relative;
  z-index: 1;
  width: 500px;
  max-width: 100%;
}

.content-box h1 {
  margin-bottom: 20px;
}

.content-box p {
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .content-box p {
    font-size: 20px;
  }
}

.video-sec {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: radial-gradient(circle, rgba(233,246,254,1) 0%, rgba(253,253,253,1) 100%);
}

.video-sec video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .video-sec video {
    -o-object-position: top right;
       object-position: top right;
  }
  .od-banner  .video-sec video {
    -o-object-position: 76%;
       object-position: 76%;
  }
}

.shuttle-service-card {
  padding: 96px 0 60px;
  background-position: 0 top;
  background-size: 110%;
  overflow: hidden;
  background-image: url(../images/bg-img.svg);
  background-repeat: no-repeat;
}
@media (min-width: 1201px) {
  .shuttle-service-card .owl-dots {
    margin-right: calc((100% - 1300px) / 1);
  }
}

.carousel-container {
  padding: 20px;
}
@media (min-width: 1201px) {
  .carousel-container {
    padding: 0;
    margin-left: calc((100% - 1260px) / 2);
  }
}

.shuttle-service-card .owl-item img {
  margin: 0 auto;
  min-height: 272px;
}

.shuttle-service-card .content {
  margin-top: 20px;
}
.shuttle-service-card .content p{
  font-size: 16px;
  font-weight: 400;
  line-height: 25.5px;
  color: var(--text);
  max-width: 100%;
}

@media (min-width: 768px) {
  .shuttle-service-card .content {
    margin-left: 10px;
  }
}

.shuttle-service-card .content .slide-no {
  display: block;
  position: relative;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  color: var(--blue800);
  /* padding-left: 10px; */
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .shuttle-service-card .content .slide-no {
    font-size: 20px;
  }
  .shuttle-service-card .content p{
    font-size: 14px;
  }
  .shuttle-service-card .content{
    margin-top: 0;
  }
  .carousel-container{
    padding: 0 20px;
  }
}

.shuttle-service-card .content .slide-no::after {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary); */
}

.shuttle-service-card .content h4 {
  margin: 0;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: var(--blue800);
}
@media (max-width: 992px) {
  .shuttle-service-card .content h4 {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .overview-carousel .thumb img {
    height: auto;
  }
  .shuttle-service-card {
    background-position: 75% 100%;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .overview-carousel .thumb img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.owl-dots {
  margin-top: 40px;
  margin-bottom: -8px;
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--primary);
  border-radius: 50%;
}

.sub-header {
  text-align: center;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .sub-header {
    margin-bottom: 70px;
  }
}
.sub-header p.text-prime {
  font-family: var(--fontMulish);
}
@media (max-width: 767px) {
  .sub-header p br {
    display: none;
  }
}

.divider {
  position: relative;
  width: 50px;
  height: 2px;
  background: var(--primary);
  margin: 15px auto;
}

.sub-header p {
  color: #666666;
}

.web-panelCard {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2460DA), to(#013AAD));
  background: linear-gradient(180deg, #2460DA 0%, #013AAD 100%);
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .web-panelCard {
    padding: 100px 0;
  }
}
.web-panelCard .shape {
  background: url("../images/shape.svg") no-repeat;
  background-position: -405px -150px;
  background-size: 142%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.web-panelCard .sub-header h2,
.web-panelCard .sub-header p {
  color: var(--white);
}

.web-panelCard .divider,
.web-panelCard .divider:before {
  background: var(--white);
}

.flex-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .flex-card {
    margin: 0 -10px;
  }
}
@media (min-width: 1201px) {
  .flex-card {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .flex-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-card .flex-col {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .flex-card .flex-col {
    padding: 0 10px;
    -webkit-box-flex: 33.33%;
        -ms-flex: 33.33%;
            flex: 33.33%;
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .flex-card .flex-col {
    padding: 0 20px;
  }
}

.flex-card .flex-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.md-container {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.panel-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .panel-card {
    min-height: 395px;
  }
}
@media (min-width: 993px) {
  .panel-card {
    padding: 40px;
  }
}
.panel-card .btn {
  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;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  max-width: 193px;
  margin: auto auto 0;
}
.panel-card .btn img {
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  -webkit-filter: brightness(10);
          filter: brightness(10);
  margin: 0 0 0 6px;
}
.panel-card .btn:hover img {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.panel-card img {
  display: block;
  margin: 0 auto 30px;
}

.panel-card h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  color: var(--blue800);
  margin-bottom: 15px;
}

.panel-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 12px;
}

.learn-more img {
  margin: 0px 0 1px 3px;
}

.unlock-benifits {
  padding: 60px 0 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .unlock-benifits {
    padding: 60px 0 70px;
  }
}
@media (min-width: 1201px) {
  .unlock-benifits {
    padding: 60px 0 120px;
  }
}
@media (max-width: 1200px) {
  .unlock-benifits .container {
    overflow: hidden;
  }
}
.unlock-benifits .flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .unlock-benifits .flexbox {
    margin: 0 -20px;
  }
}
@media (max-width: 480px) {
  .unlock-benifits .flexbox:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.unlock-benifits .flexbox:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .unlock-benifits .flexbox:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 1201px) {
  .unlock-benifits .flexbox:not(:last-child) {
    margin-bottom: 120px;
  }
}
.unlock-benifits .flexbox:first-child {
  margin-top: 0px;
  margin-bottom: 40px;
}
@media (min-width: 1201px) {
  .unlock-benifits .flexbox:first-child {
    margin-top: 120px;
  }
}
.unlock-benifits .flexbox h2 {
  margin-bottom: 18px;
}

.img-box {
  position: relative;
}
.img-box .shape {
  position: absolute;
  top: -40px;
  right: -45px;
}
@media (max-width: 767px) {
  .img-box .shape {
    max-width: 100px;
    top: -30px;
  }
}
.img-box figure img {
  margin-left: -8%;
  max-width: 100%;
}
@media (min-width: 993px) {
  .img-box figure img {
    max-width: 108%;
  }
}

.img-box-right figure img {
  position: relative;
  margin-left: 0;
  max-width: 100%;
  left: 5%;
}
@media (max-width: 767px) {
  .img-box-right figure img {
    top: -15px;
    right: auto;
    left: 8%;
  }
}

.img-box .shape-right {
  top: -40px;
  right: auto;
  left: -60px;
}

.content-card {
  padding: 20px 20px 50px;
  width: 100%;
  max-width: 615px;
}
@media (min-width: 768px) {
  .content-card {
    padding: 50px 20px 50px;
  }
}
@media (min-width: 993px) {
  .content-card {
    padding: 50px 0 50px 80px;
  }
}

.content-card-left {
  width: 100%;
  max-width: 585px;
}
@media (min-width: 993px) {
  .content-card-left {
    padding-left: 100px;
  }
}

.content-card h4 {
  font-weight: 800;
  font-size: 15px;
  line-height: 1.5;
  color: var(--primary);
  margin-bottom: 20px;
}

.checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.checklist .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.checklist p {
  font-weight: 800;
  color: var(--blue800);
}

.driving-results {
  position: relative;
  z-index: 1;
  background: #EDF5FF;
  padding: 30px 0 30px;
  overflow: hidden;
}
.driving-results.white {
  background-color: white;
}
@media (min-width: 768px) {
  .driving-results {
    margin-bottom: 68px;
  }
}
@media (min-width: 768px) {
  .driving-results {
    padding: 30px 0 30px 30px;
  }
}
.driving-results .sub-header {
  margin-top: 42px;
}
.driving-results .main-container {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .driving-results .main-container {
    margin-bottom: 20px;
  }
}
.driving-results:not(.white) .industry-carousel {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .driving-results:not(.white) .industry-carousel {
    margin-bottom: 60px;
  }
}

.dot-shape {
  background: url(../images/dotline.svg);
  background-repeat: repeat;
  background-size: 100% 20px;
  position: absolute;
  width: 95%;
  height: 92%;
  z-index: -1;
}

.main-container {
  margin-left: 20px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .main-container {
    margin-left: calc((100% - 1300px) / 2);
  }
}

.card figure {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.card figure img {
  display: block;
}

.industry-carousel .owl-nav {
  display: none;
}
.industry-carousel .owl-dots button {
  background-color: transparent;
  border: none;
}
.industry-carousel .owl-stage-outer {
  overflow: hidden;
}
.industry-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .industry-carousel .owl-dots {
    display: none;
  }
}
.industry-carousel .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 767px) {
  .industry-carousel .owl-stage-outer {
    margin: 0 -20px;
    padding: 0 20px;
    /* overflow: auto; */
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .industry-carousel .owl-stage-outer::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .industry-carousel .owl-stage-outer::-webkit-scrollbar-track {
    background: transparent;
  }
  .industry-carousel .owl-stage-outer::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .industry-carousel .owl-stage-outer::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
}
.industry-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.industry-carousel .owl-stage .owl-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 350px;
}
.industry-carousel .card {
  background-color: var(--white);
  border-radius: 8px;
  padding: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .industry-carousel .card {
    max-width: 100%;
  }
}
.industry-carousel .card a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
}
.industry-carousel .card figure {
  aspect-ratio: 4/4;
}
.industry-carousel .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industry-carousel figcaption {
  border-radius: 0 0 8px 8px;
  background: #000619;
  padding: 16px 15px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--white);
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .industry-carousel figcaption {
    padding: 20px 15px;
  }
}
.industry-carousel .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  flex: 0 0 300px;
  /* padding: 0 10px; */
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .industry-carousel .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
}
@media (min-width: 1201px) {
  .industry-carousel .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .industry-carousel .owl-dots {
    margin-right: calc((100% - 1300px) / 1);
  }
}

.transport-provider {
  padding: 38px 0;
  background: var(--blue) url("../images/shape.svg") no-repeat;
  background-position: -300px -170px;
  background-size: 142%;
}
@media (min-width: 768px) {
  .transport-provider {
    padding: 52px 0;
  }
}
@media (min-width: 1201px) {
  .transport-provider {
    padding: 96px 0;
  }
}

.provider-card {
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.provider-card p.lg {
  font-size: 18px;
  line-height: 1.6;
}
.provider-card a.lg {
  font-size: 18px;
  font-weight: 600;
  padding: 19px 34px;
  max-width: unset;
  width: auto;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.6);
}
.provider-card .learn-more {
  width: 135px;
  background-color: var(--white);
  border: 4px solid #f6f6f6;
    text-transform: uppercase;
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}
.provider-card .learn-more:hover {
  background-color: var(--blue);
  border-color: var(--white);
  color: var(--white);
}
.provider-card .h2, .provider-card h2 {
  color: var(--white);
}

.provider-card .h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 28px;
}
.provider-card .h2 {
  margin-bottom: 20px;
}

.provider-card p {
  font-family: var(--fontRoboto);
  font-weight: 400;
  line-height: 1.52;
  color: var(--white);
  margin-bottom: 30px;
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
}

.free-demo {
  position: relative;
  z-index: 3;
  padding: 72px 0;
  background: url(../images/free-demobg.png) no-repeat top center;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .free-demo {
    padding: 114px 0;
  }
}
.free-demo.lg .free-demo-card {
  width: 100%;
  max-width: 850px;
}

.free-demo-card {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}
.free-demo-card a.lg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 34px;
  max-width: unset;
  width: auto;
  font-family: var(--fontRoboto);
  color: var(--primary);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.6);
  background-color: white;
  border-radius: 50px;
  text-transform: uppercase;
}
.free-demo-card a.lg:hover{
  background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}
@media (min-width: 768px) {
  .free-demo-card a.lg {
    padding: 19px 34px;
    font-size: 18px;
  }
}
.free-demo-card .h1 {
  font-weight: 800;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 768px) {
  .free-demo-card .h1 {
    margin-bottom: 28px;
  }
}
.free-demo-card .h1:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: calc(100% - 32px);
  width: 60px;
  height: 60px;
  background: url(../images/balls.png) no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .free-demo-card .h1:after {
    width: 180px;
    height: 154px;
    bottom: -28px;
    right: calc(100% - 142px);
  }
}
.free-demo-card p {
  font-family: var(--fontRoboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 30px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .free-demo-card p {
    max-width: 538px;
  }
}

.review-section {
  position: relative;
  overflow: hidden;
}
.review-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .review-section .container {
    overflow: hidden;
  }
}

.review-carousel {
  position: relative;
  z-index: 2;
}
.review-carousel:after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  background: url(../images/spot-sm.png) no-repeat center;
  z-index: -1;
  top: -150px;
  right: -180px;
}
.review-carousel:before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: url(../images/spot.png) no-repeat center;
  z-index: -1;
  top: 0px;
  right: calc(100% - 400px);
}
@media (min-width: 993px) {
  .review-carousel .owl-stage-outer {
    padding: 60px 30px;
    margin: -40px -30px -40px;
  }
}
.review-carousel .owl-item.active .review-card {
  -webkit-box-shadow: 0px 14px 30px 0px rgba(42, 77, 197, 0.1019607843);
          box-shadow: 0px 14px 30px 0px rgba(42, 77, 197, 0.1019607843);
}

.review-card {
  position: relative;
  background-color: white;
  border: 1px solid #FFFFFF;
  padding: 24px 32px;
  border-radius: 10px;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}
.review-card h2{
  margin-bottom: 14px;
  color: #3E7EEB;
}
@media (min-width: 768px) {
  .review-card {
    padding: 32px 40px;
  }
}
.review-card .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.review-card .bottom figure {
  max-width: 150px;
}
.review-card .bottom img {
  max-width: 100%;
  width: auto;
}
.review-card .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-card .text {
  margin-bottom: 40px;
}
.review-card .text p {
  color: var(--text);
  font-size: 16px;
  font-family: var(--fontRoboto);
  line-height: 30px;
}
@media (min-width: 768px) {
  .review-card .text p {
    font-size: 18px;
  }
}
.review-card .post {
  font-family: var(--fontRoboto);
  font-size: 13px;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 600;
}
.review-card:after {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background: url(../images/icons/quotes.png) no-repeat center;
  background-size: contain;
  top: 32px;
  right: 40px;
}

.customer-exp {
  position: relative;
}
@media (max-width: 767px) {
  .customer-exp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .customer-exp {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.customer-exp .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 993px) {
  .customer-exp .row > div:nth-child(1), .customer-exp .row > div:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 993px) {
  .customer-exp .row > div:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 992px) {
  .customer-exp .row .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.customer-exp .video-center {
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .customer-exp .video-center {
    text-align: center;
  }
}
.customer-exp .video-center video {
  -webkit-transform: scaleY(1.02);
          transform: scaleY(1.02);
  width: 100%;
}
@media (max-width: 992px) {
  .customer-exp .video-center video {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
            height: 100%;
  }
}
.customer-exp video {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 32px auto 24px;
  max-width: 100%;
  border: none;
  outline: none; /* Removes any focus outline */
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .customer-exp video {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .customer-exp video {
    margin: 0 auto;
  }
}
@media (min-width: 1201px) {
  .customer-exp video {
    margin: 0 0;
  }
}
.customer-exp figure {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 32px auto 24px;
}
@media (max-width: 1200px) {
  .customer-exp figure {
    max-width: 400px;
  }
}
@media (min-width: 1201px) {
  .customer-exp figure {
    margin: 0 0;
  }
}
.customer-exp figure img {
  margin: 0 auto;
}
.customer-exp .text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .customer-exp .text {
    text-align: center;
  }
}
@media (min-width: 993px) {
  .customer-exp .text:not(.right) {
    padding-left: 20px;
  }
}
@media (min-width: 1201px) {
  .customer-exp .text:not(.right) {
    padding-left: 40px;
  }
}
@media (min-width: 993px) {
  .customer-exp .text.right {
    padding-right: 20px;
    text-align: right;
  }
}
@media (min-width: 1201px) {
  .customer-exp .text.right {
    padding-right: 40px;
  }
}
.customer-exp .text.right .h5 i {
  margin-right: 8px;
}
@media (min-width: 993px) {
  .customer-exp .text.right .h5 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .customer-exp .text.right .h5 i {
    margin-left: 8px;
    margin-right: 0px;
  }
}
@media (min-width: 993px) {
  .customer-exp .text:not(:last-child) {
    margin-bottom: 50px;
  }
}
.customer-exp .text .h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  color: var(--primary);
  font-weight: 700;
}
@media (max-width: 767px) {
  .customer-exp .text .h5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .customer-exp .text .h5 i {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .customer-exp .text .h5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.customer-exp .text p {
  font-family: var(--fontRoboto);
  color: var(--text);
  text-align: left;
}

.img-slider .owl-nav, .img-slider-new .owl-nav {
  display: none;
}
.img-slider .owl-dots button, .img-slider-new .owl-dots button {
  background-color: transparent;
  border: none;
}
.img-slider .owl-stage-outer, .img-slider-new .owl-stage-outer {
  overflow: hidden;
}
.img-slider .owl-stage, .img-slider-new .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-slider .owl-dots, .img-slider-new .owl-dots {
  margin-top: 40px;
  margin-bottom: -8px;
  text-align: center;
}

.img-slider .owl-dots .owl-dot, .img-slider-new .owl-dots .owl-dot {
  display: inline-block;
}

.img-slider .owl-dots .owl-dot span, .img-slider-new .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  border-radius: 50%;
  background: var(--white);
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.img-slider .owl-dot.active span::after, .img-slider-new .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--primary);
  border-radius: 50%;
}
@media (max-width: 992px) {
  .img-slider .owl-dots, .img-slider-new .owl-dots {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
@media (min-width: 993px) {
  .img-slider .owl-dots, .img-slider-new .owl-dots {
    margin-top: 12px;
  }
}
.img-slider .owl-dots button span, .img-slider-new .owl-dots button span {
  width: 16px;
  height: 4px;
  border: none;
  border-radius: 10px;
  background-color: #B0BCCC;
}
.img-slider .owl-dots button span:after {
  /* display: none; */
}
.img-slider .owl-dots button.active span {
  /* background-color: var(--primary); */
}

.staff-work {
  position: relative;
  background-color: var(--lite);
}
@media (max-width: 767px) {
  .staff-work {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .staff-work {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.staff-work.analytics figure {
  text-align: center;
}
.staff-work.analytics figure img {
  max-width: 922px;
  width: 100%;
}
.staff-work .text {
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .staff-work .text {
    text-align: center;
  }
}
@media (min-width: 993px) {
  .staff-work .text {
    padding: 0 24px;
  }
}
.staff-work .text .h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .staff-work .text .h5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .staff-work .text .h5 i {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .staff-work .text .h5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.staff-work .text p {
  color: var(--text);
}
.staff-work figure {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .staff-work figure {
    margin-top: 56px;
  }
}

.live-display {
  position: relative;
}
@media (max-width: 767px) {
  .live-display {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .live-display {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.video-section video {
  max-width: 100%;
  border-radius: 16px;
}

.tags {
  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;
}
.tags span {
  font-size: 16px;
  padding: 4px 10px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 4px 0px #E7E7E7;
          box-shadow: 0px 0px 4px 0px #E7E7E7;
  color: var(--primary);
  margin: 0 5px;
}

.contact-section {
  position: relative;
  padding: 134px 0 90px;
  background: radial-gradient(133.22% 103.36% at 67.51% 100%, #E1F3FF 0%, #E1F3FF 49.22%, #FDFDFD 100%);
}

.process-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.process-carousel .owl-stage-outer {
  overflow: hidden;
  padding: 40px 0 0;
}
.process-carousel .owl-nav {
  display: none;
}
.process-carousel .owl-dots button {
  background-color: transparent;
  border: none;
}

.step-card {
  max-width: 312px;
}
@media (max-width: 480px) {
  .step-card {
    margin: 0 auto;
  }
}
.step-card figure {
  margin-bottom: 12px;
  height: 250px;
}
.step-card figure img{
  width: 100%;
  height: 100%;
}
.step-card h2 {
  border-left: 4px solid var(--primary);
  padding-left: 8px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}
.step-card p.lg {
  margin-bottom: 18px;
  font-family: var(--fontMulish);
  font-size: 20px;
  font-weight: 800;
}
.step-card p:not(.lg) {
  color: var(--text);
}
.privacy{
  color: #2469F4;
}
.demo-tabs {
  position: relative;
  max-width: 928px;
  margin: 0 auto;
}
.demo-tabs .demo-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .demo-tabs .demo-btns {
    margin-right: -20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 30px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .demo-tabs .demo-btns::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .demo-tabs .demo-btns::-webkit-scrollbar-track {
    background: transparent;
  }
  .demo-tabs .demo-btns::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .demo-tabs .demo-btns::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
}
.demo-tabs .demo-btns > div {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .demo-tabs .demo-btns > div {
    width: 33.33%;
  }
}
.demo-tabs .demo-btns button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: transparent;
  border: 1px solid #EFF1F4;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 800;
  color: var(--darkBlue);
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .demo-tabs .demo-btns button {
    font-size: 18px;
    padding: 28px 20px;
  }
}
@media (max-width: 767px) {
  .demo-tabs .demo-btns button {
    white-space: nowrap;
  }
}
.demo-tabs .demo-btns button i {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .demo-tabs .demo-btns button i {
    width: 18px;
    height: 18px;
  }
}
.demo-tabs .demo-btns button[aria-selected=true] {
  color: white;
  border-color: var(--primary);
  background-color: var(--primary);
}
.demo-tabs .demo-btns button[aria-selected=true] i {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}
.demo-tabs .demo-btns button[aria-selected=true]:after {
  content: "";
  position: absolute;
  top: calc(100% - 0px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 14px solid transparent;
  border-top-color: var(--primary);
  border-radius: 2px;
}

.schedule-demo {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .schedule-demo {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .schedule-demo {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .schedule-demo {
    padding-bottom: 0;
  }
}

.demo-tabs .tabpanel {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .demo-tabs .tabpanel {
    padding: 54px 0 0;
  }
}

.call-section {
  position: relative;
  width: 100%;
  padding: 32px 20px;
  aspect-ratio: 5/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--input);
  border-radius: 6px;
  gap: 25px;
}
.call-section .h4 {
  font-size: 16px;
  color: var(--text);
}
@media (min-width: 768px) {
  .call-section .h4 {
    font-size: 20px;
  }
}
.call-section .h4.text-prime {
  margin: 8px 0 10px;
}
@media (min-width: 768px) {
  .call-section .h4.text-prime {
    margin: 24px 0;
  }
}
.call-section .phone-no {
  font-size: 24px;
}
@media (min-width: 768px) {
  .call-section .phone-no {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .call-section .h5 {
    font-size: 16px;
  }
}

.meet-us {
  border: 1px solid #B0BCCC;
  height: 106vh;
}
@media (max-width: 1366px){
  .meet-us {
    height: 180vh;
  }
}
@media (max-width: 1280px){
  .meet-us {
    height: 105vh;
  }
}
.meet-us .calendly-inline-widget{
  height: inherit;
  overflow: hidden;
}
@media (max-width: 600px) {
  .meet-us .calendly-inline-widget {
    min-width: 100% !important;
  }
}
.meet-us .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.meet-us .logo {
  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;
  padding: 24px 10px;
  border-bottom: 1px solid #B0BCCC;
  width: 100%;
}
@media (min-width: 768px) {
  .meet-us .logo {
    padding: 50px 10px;
  }
}
.meet-us .text {
  padding: 42px 24px;
}
.meet-us .text figure img {
  width: 72px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.meet-us .cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px 24px;
  margin-top: auto;
}
.meet-us .cookie a {
  color: var(--black);
  font-size: 14px;
}
.meet-us .date-pick {
  position: relative;
  padding: 24px;
}
@media (min-width: 768px) {
  .meet-us .date-pick {
    padding: 42px;
  }
}
.meet-us .date-pick .ui-datepicker-header > a.ui-corner-all {
  position: absolute;
  width: 22px;
  height: 22px;
  color: transparent;
  cursor: pointer;
}
.meet-us .date-pick .ui-datepicker-header > a.ui-corner-all.ui-datepicker-next {
  right: 42px;
  background: url(../images/icons/chev-right-icon.svg) no-repeat center;
}
.meet-us .date-pick .ui-datepicker-header > a.ui-corner-all.ui-datepicker-prev {
  left: 42px;
  background: url(../images/icons/chev-left-icon.svg) no-repeat center;
}
.meet-us .date-pick .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  margin-bottom: 24px;
}
.meet-us .date-pick .ui-datepicker-calendar {
  width: 100%;
}
.meet-us .date-pick .ui-datepicker-calendar th {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.meet-us .date-pick .ui-datepicker-calendar td {
  text-align: center;
  font-size: 14px;
  padding: 8px 2px;
}
.meet-us .date-pick .ui-datepicker-calendar td a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--black);
}
.meet-us .date-pick .ui-datepicker-calendar td a.ui-state-active {
  background-color: var(--lite);
  color: var(--primary);
  font-weight: 800;
}

.toptitle-section {
  position: relative;
  padding: 110px 0 30px;
  background: radial-gradient(133.22% 103.36% at 67.51% 100%, #E1F3FF 0%, #E1F3FF 49.22%, #FDFDFD 100%);
}
@media (min-width: 768px) {
  .toptitle-section {
    padding: 150px 0 50px;
  }
}
.toptitle-section .sub-header {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.item .team-card {
  min-width: 212px;
}

.team-card {
  text-align: center;
}
.team-card figure {
  border-radius: 50%;
  border: 1px solid var(--primary);
  width: 230px;
  height: 230px;
  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;
  padding: 15px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .team-card figure {
    width: 200px;
    height: 200px;
    padding: 15px;
  }
}
@media (min-width: 993px) {
  .team-card figure {
    width: 255px;
    height: 255px;
  }
}
@media (max-width: 767px) {
  .team-card figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.team-card figure img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.team-card h2 {
  margin-bottom: 6px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .team-card h2 {
    margin-bottom: 12px;
  }
}
.team-card p {
  color: var(--text);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.leaders {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .leaders {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .leaders {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .leaders {
    padding-bottom: 0;
  }
}
.leaders .container {
  max-width: 1180px !important;
}

.heading {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .heading {
    margin-bottom: 90px;
  }
}
.heading .divide {
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4px;
  width: 144px;
  background-color: var(--blue400);
}

.leader-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -25px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.leader-row::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.leader-row::-webkit-scrollbar-track {
  background: transparent;
}
.leader-row::-webkit-scrollbar-thumb {
  background: transparent;
}
.leader-row::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
@media (max-width: 480px) {
  .leader-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.leader-row > div {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 25px;
}
@media (max-width: 480px) {
  .leader-row > div {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .leader-row > div {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .leader-row > div {
    width: 100%;
  }
}

.team {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .team {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .team .container {
    max-width: 1180px !important;
  }
}

.team-caraousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-caraousel .owl-nav {
  display: none;
}
.team-caraousel .owl-dots button {
  background-color: transparent;
  border: none;
}

.grid-sec {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
.grid-sec .text h5{
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 25.5px;
}
.industries .text h3{
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 25.5px;
}
@media (min-width: 768px) {
  .grid-sec {
    margin-bottom: 90px;
  }
}
.grid-sec.margin {
  margin: 50px 0;
}
.grid-sec figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .grid-sec figure, .grid-sec video {
    margin: 0 -20px 24px;
  }
  .tabpanel  .meet-us {
    height: 105vh;
  }
}
.grid-sec .text p {
  margin: 18px 0;
  color: var(--text);
}
.grid-sec .text h2 ~ ul {
  margin-top: 24px;
}
.grid-sec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-sec .row:not(:last-child) {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .grid-sec .row:not(:last-child) {
    margin-bottom: 72px;
  }
}
@media (min-width: 993px) {
  .grid-sec .row:not(.reverse) figure {
    margin-left: -30px;
  }
}
@media (min-width: 768px) {
  .grid-sec .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 993px) {
  .grid-sec .row.reverse figure {
    margin-right: -30px;
  }
}

.page-scroll {
  position: relative;
  bottom: 100px;
}
@media (min-width: 768px) {
  .page-scroll {
    bottom: 20vh;
  }
}

.video-div {
  overflow: hidden;
}
.video-div video {
  position: relative;
  left: 2px;
}

.video {
  max-width: 100%;
  display: block;
}

.checks-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--fontMulish);
  font-size: 16px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .checks-ul li {
    font-size: 16px;
  }
}
.checks-ul li:not(:last-child) {
  margin-bottom: 18px;
}
.checks-ul li:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/list-item.svg) no-repeat center;
  background-size: contain;
}
.checks-ul li span{
  width: calc(100% - 30px);
}
.grid-sec .checks-ul li span p{
  margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #202942;
}

[data-aos^=fade]:not(.aos-animate) {
  -webkit-transform: translate3d(0, 70px, 0);
          transform: translate3d(0, 70px, 0);
}

.openings-section {
  position: relative;
  padding: 60px 0 40px;
}
@media (min-width: 768px) {
  .openings-section {
    padding: 90px 0;
  }
}

.search-opening {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 480px) {
  .search-opening {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-opening > div {
  padding: 0 10px;
}
.search-opening > div.find-btn {
  margin-bottom: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 300px;
}
.search-opening .in {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 481px) {
  .search-opening .in {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 993px) {
  .search-opening .in {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
            flex: 0 1 28%;
    max-width: 28%;
  }
}
.search-opening .btn {
  padding: 18px 24px;
  width: 100%;
}

.opening-category {
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
}
.opening-category:nth-of-type(1) {
  border-top: 1px solid #EFF1F4;
}

.job-post {
  padding-bottom: 24px;
  border-bottom: 1px solid #EFF1F4;
  margin-bottom: 24px;
}
.job-post p {
  font-family: var(--fontMulish);
}
@media (max-width: 767px) {
  .job-post p {
    font-size: 12px;
  }
  .content.terms, .content.terms {
    padding: 60px 0 60px !important;
  }
  .content.terms h1{
    font-size: 24px !important;
  }
  .content.terms h2, .content.terms h3{
    font-size: 20px !important;
  }
}
.job-post p.lg {
  text-transform: uppercase;
}
.job-post .d-flex {
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job-post .d-flex > p {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
.job-post .d-flex > p i {
  margin-right: 6px;
}

.box {
  display: block;
}
.industry-carousel .owl-item {}
.input-error.notification_error{
  text-align: center;
    font-size: 15px;
  font-weight: 600;
  color: #ED4349;
    margin-bottom: 10px;
    margin-top: 10px;
}
.input-error.notification_success{
  color: #408f6e;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.checkbox label.error{
  top: 100%;
    font-family: inherit;
    font-size: 12px;
    color: red;
    position: absolute;
    margin-top: 5px;
    left: 25px;
}
.checkbox label.error:before{
  display: none;
}
.checkbox label.valid::before{
  background-position: center;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(65, 45, 219, 0.021), 0px 0px 7px 0px rgba(65, 45, 219, 0.1);
  box-shadow: 0px 6px 12px 0px rgba(65, 45, 219, 0.021), 0px 0px 7px 0px rgba(65, 45, 219, 0.1);
}

@media (max-width: 480px){
  .web-wrapper{
    height: 100vh;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .home-banner{
    max-height: 75vh;
    min-height: 75vh;
  }
  .shuttle-service-card{
    padding:40px 0;
    background-position: 80% 100%;
    background-size: cover;
  }
  h1{
    font-size: 22px;
  }
  .hero-section .text p{
    margin-bottom: 20px;
  }
  h2{
    font-size: 20px;
  }
  .customer-exp .text p{
    text-align: center;
  }
  .shuttle-service-card .content p{
    max-width: 100%;
  }
  .free-demo-card .h1 br{
    display: none;
  }
  .grid-sec .text h5{
    margin-top: 5px;
  }
  .navbar li.dropdown {
    margin: 0;
}
.navbar > ul > li {
  padding-bottom: 14px;
  padding-top: 14px;
}
.navbar > ul > li:first-child{
  padding-top: 0;
}
.industry-carousel .owl-stage .owl-item{
  max-width: 340px;
}
.form-in .f-in label {
  font-size: 14px;
  top: -12px;
}
.web-wrapper{
  height: 100vh;
  display: flex;
  align-items: center;
}
.content.terms, .content.terms {
  padding: 60px 0 60px;
}
.content.terms h1{
  font-size: 24px;
}
.tabpanel  .meet-us {
  height: 120vh;
}
}

/* Modal container (hidden by default) */
.success-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1075; /* Sits on top of other content */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enables scroll for long content */
  background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
}

/* Modal content */
.success-modal .modal-content {
  background-color: #fff;
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  width: 80%; /* Width of the modal */
  max-width: 335px; /* Maximum width */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.success-modal .modal-body h4{
font-size: 18px;
font-weight: 700;
text-align: center;
margin-bottom: 10px;
font-family: var(--fontMulish);
}
.success-modal .modal-body p{
  font-size: 14px;
  font-weight: 500;
  color: #6A6E7B;
  margin-bottom: 20px;
  font-family: var(--fontMulish);
}
.success-modal .btn-default{
  background: radial-gradient(74.48% 3422.95% at 50% 50%, #3E7EEB 0%, #68AEF2 100%);
  border-radius: 12px;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--fontMulish);
}
.tracking-code-input.error_homemsg{
  border-color: #ED4349;
  background-color: #FFF8F8;
}
.toptitle-section.openings-section{
  padding: 90px 0 0;
  background: transparent;
}
iframe.openings{
  padding: 40px 0;
  width: 70%;
    height: 100vh;
    margin: auto;
    text-align: center;
    display: block;
}
iframe.openings .bg-light.navbar{
  display: none;
}
.content.terms, .content.terms {
  padding: 134px 0 90px;
}
.content.terms h1{
  font-size: 28px;
  font-weight: 800;
  color: var(--blue800);
}
.content.terms h2, .content.terms h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 20px;
  color: var(--blue800);
}
.content.terms p{
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.content.terms p strong{
  font-weight: 500;
  color: #000000;
}
.content.terms ul{
  padding-left: 35px;
  margin-bottom: 20px;
}
.content.terms ul li{
  color: #666666;
  margin-bottom: 10px;
  font-size: 16px;
  list-style: disc;
  list-style-position: outside;
}

.have-booking {
  text-align: center;
  margin-top: 20px;
}

.have-booking a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #2469F4;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: all .3s ease-in;
}

.have-booking a:hover{
  border-bottom: 1px solid #2469F4;
}

@media (min-width: 767px) {
  .have-booking {
    margin-top: 0;
  }
  .have-booking a {
    font-size: 20px;
    border-bottom: 2px solid transparent;
  }

  .have-booking a:hover{
    border-bottom: 2px solid #2469F4;
  }
}

.image-box{
  margin: 0 auto;
  text-align: center;
}
