/* // Navbar */
header .navbar {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 10000; }
  header .navbar .container img {
    cursor: pointer; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  font-weight: 600; }

.nav-link:hover,
.nav-link:focus {
  color: #efa603;
  text-decoration: none; }

.pt-hover {
  background-color: #fff;
  margin-bottom: 0rem;
  display: none;
  position: absolute;
  top: 45px;
  left: 15%;
  right: 15%;
  width: 60%;
  min-height: 500px;
  max-height: 500px;
  list-style-type: none;
  overflow: auto;
  z-index: 1; }
  .pt-hover a {
    margin-bottom: 0.5rem;
    display: flex;
    padding: 0.4rem 0;
    width: 100%;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 700;
    color: #7f7f7f; }
  .pt-hover a:hover {
    color: #7f7f7f !important;
    text-decoration: underline; }
  .pt-hover img {
    align-self: self-start;
    transform: rotate(-90deg);
    margin-top: 6px; }

.dropdown-hover:hover .pt-hover {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  width: 1.438rem;
  position: relative;
  margin: 0.6rem 0.313rem 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 0.125rem;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .navbar-toggler span:nth-child(1) {
      top: 0; }
    .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
      top: 0.5rem; }
    .navbar-toggler span:nth-child(4) {
      top: 1rem; }
  .navbar-toggler.open span:nth-child(1) {
    top: 0.5rem;
    width: 0%;
    left: 50%; }
  .navbar-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .navbar-toggler.open span:nth-child(4) {
    top: 0.5rem;
    width: 0%;
    left: 50%; }

.user-dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  width: 200px;
  min-width: 10rem;
  margin: 0.5rem 0 0;
  list-style: 1.5;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  right: 10px;
  left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.btn-user {
  font-size: 14px;
  max-height: 38px;
  padding: 0 0.75rem; }

.clr-yellow {
  color: #efa603; }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-collapse {
    order: 2; }
  header .container .nav-item.d-flex {
    order: 1; }
  .display-none {
    display: none; }
  .display-block {
    display: block; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; }
  .pt-border {
    border-bottom: 1px solid #a29e9e45; }
  .pt-border:after,
  .pt-border:before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 0px; }
  .pt-border:after {
    border-right: 1px solid #a29e9e45;
    right: 0; }
  .pt-border:before {
    border-left: 1px solid #a29e9e45;
    left: 0; } }

.spacer {
  width: 100%;
  height: 3.375rem; }

@media (max-width: 576px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0; }
    .navbar .container + img {
      width: 8.125rem; }
  .navbar a .logo {
    width: 8.125rem; }
  .spacer {
    width: 100%;
    height: 2.5rem; }
  header .btn-dark {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .pt-hover {
    top: 80px;
    left: 0;
    min-width: 100%; } }

.head-phone {
  width: 38px; }


.lft-side .leftbar #breadcrumb span a {
  font-size: 0.93rem;
  font-weight: 400;
  color: #000; }

.lft-side .leftbar #breadcrumb span:last-child a {
  color: #7d7d7d;
  pointer-events: none; }

.lft-side .leftbar .faq-cnt h1,
.lft-side .leftbar .faq-cnt h2,
.lft-side .leftbar .faq-cnt h3,
.lft-side .leftbar .faq-cnt h4,
.lft-side .leftbar .faq-cnt h5,
.lft-side .leftbar .faq-cnt h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5; }

.lft-side .leftbar .faq-cnt p {
  font-size: 1rem;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 1.5;
  margin-bottom: 1.2rem; }

.lft-side .leftbar .faq-cnt img {
  width: 100%;
  max-height: 20.5rem; }

.lft-side .leftbar .faq-cnt ul {
  padding: 0 1.2rem 0;
  margin: 0 0 1rem; }
  .lft-side .leftbar .faq-cnt ul li {
    font-size: 1rem;
    font-weight: 400;
    color: #5e5e5e;
    line-height: 1.5; }

.lft-side .leftbar .faq-cnt a {
  color: #5777e5; }

.lft-side .leftbar .faq-table {
  overflow: auto;
  margin: 1rem 0 1.5rem 0; }
  .lft-side .leftbar .faq-table table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin-bottom: 1.5rem; }
    .lft-side .leftbar .faq-table table thead {
      background-color: #222222;
      border-radius: 0.25rem; }
      .lft-side .leftbar .faq-table table thead th {
        padding: 1rem;
        background-color: #222222;
        font-size: 1rem;
        font-weight: 600;
        color: #fff; }
    .lft-side .leftbar .faq-table table tbody tr:nth-child(even) {
      background-color: #f2f6fc; }
    .lft-side .leftbar .faq-table table tbody td {
      padding: 1rem;
      font-size: 1rem;
      font-weight: 400;
      color: #222222;
      white-space: nowrap; }
      .lft-side .leftbar .faq-table table tbody td a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        text-align: center;
        padding: 1rem;
        height: 2.5rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: #fff;
        background-color: #222222;
        white-space: nowrap;
        text-decoration: none; }
        .lft-side .leftbar .faq-table table tbody td a:hover {
          background-color: #000; }
  .lft-side .leftbar .faq-table h1,
  .lft-side .leftbar .faq-table h2,
  .lft-side .leftbar .faq-table h3,
  .lft-side .leftbar .faq-table h4,
  .lft-side .leftbar .faq-table h5,
  .lft-side .leftbar .faq-table h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.5; }
  .lft-side .leftbar .faq-table p {
    font-size: 1rem;
    font-weight: 400;
    color: #5e5e5e;
    line-height: 1.5;
    margin-bottom: 1.2rem; }
  .lft-side .leftbar .faq-table br + a {
    display: block;
    margin-top: -1rem;
    margin-bottom: 0.5rem;
    color: #5777e5; }
  .lft-side .leftbar .faq-table .t-ryt a {
    font-size: 0.875rem;
    font-weight: 600;
    color: #faa821; }
  .lft-side .leftbar .faq-table ul {
    padding: 0 1.2rem 0;
    margin: 0 0 1rem; }
    .lft-side .leftbar .faq-table ul li {
      font-size: 1rem;
      font-weight: 400;
      color: #5e5e5e;
      line-height: 1.5; }

.lft-side .leftbar .faq-structure {
  margin-top: 1.75rem;
  background-color: #f2f6fc; }
  .lft-side .leftbar .faq-structure .faq-qa h1,
  .lft-side .leftbar .faq-structure .faq-qa h2,
  .lft-side .leftbar .faq-structure .faq-qa h3,
  .lft-side .leftbar .faq-structure .faq-qa h4,
  .lft-side .leftbar .faq-structure .faq-qa h5,
  .lft-side .leftbar .faq-structure .faq-qa h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.5; }
  .lft-side .leftbar .faq-structure .faq-qa p {
    font-size: 1rem;
    font-weight: 400;
    color: #5e5e5e;
    line-height: 1.5;
    padding-bottom: 1.5rem;
    margin-bottom: 0; }
    .lft-side .leftbar .faq-structure .faq-qa p:last-child {
      padding-bottom: 2rem; }

.lft-side .leftbar .faq-link h1,
.lft-side .leftbar .faq-link h2,
.lft-side .leftbar .faq-link h3,
.lft-side .leftbar .faq-link h4,
.lft-side .leftbar .faq-link h5,
.lft-side .leftbar .faq-link h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5; }

.lft-side .leftbar .faq-link p {
  font-size: 1rem;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 1.5;
  margin-bottom: 1.2rem; }

.lft-side .leftbar .faq-link a {
  display: block;
  margin-top: -1rem;
  margin-bottom: 0.5rem;
  color: #5777e5; }

.lft-side .leftbar .faq-link .t-ryt a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #faa821; }

.lft-side .leftbar .faq-link ul {
  padding: 0 1.2rem 0;
  margin: 0 0 1rem; }
  .lft-side .leftbar .faq-link ul li {
    font-size: 1rem;
    font-weight: 400;
    color: #5e5e5e;
    line-height: 1.5; }

.taxi-side #breadcrumb span a {
  font-size: 0.93rem;
  font-weight: 400;
  color: #000; }

.taxi-side #breadcrumb span:last-child a {
  color: #7d7d7d;
  pointer-events: none; }

.taxi-side .card-text {
  font-size: 1rem;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 1.5;
  margin-bottom: 1.2rem; }

.taxi-side .card-body {
  padding: 1rem; }

.taxi-side h1,
.taxi-side h2,
.taxi-side h3,
.taxi-side h4,
.taxi-side h5,
.taxi-side h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5; }

.taxi-side a {
  color: #5777e5;
  text-decoration: none; }

.taxi-side p {
  font-size: 1rem;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 1.5;
  margin-bottom: 1.2rem; }

.taxi-side .bg-light-blue {
  background-color: #f2f6fc; }

.taxi-side .book-btn {
  width: 40%;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9); }

.taxi-side .col-md-7.mt-3 .card.h-100.border-0,
.taxi-side .col-12.mt-3.mb-3 .card.h-100.border-0 {
  overflow: auto;
  margin-bottom: 1rem; }

.taxi-side .col-md-7 table.table.table-br,
.taxi-side .fare-bs .table.table.table-br {
  text-align: center;
  border-collapse: collapse;
  border: none;
  width: 100%;
  margin-bottom: 1.5rem; }
  .taxi-side .col-md-7 table.table.table-br thead,
  .taxi-side .fare-bs .table.table.table-br thead {
    background-color: #222222;
    border-radius: 0.25rem; }
    .taxi-side .col-md-7 table.table.table-br thead th,
    .taxi-side .fare-bs .table.table.table-br thead th {
      padding: 1rem;
      background-color: #222222;
      font-size: 1rem;
      font-weight: 600;
      color: #fff; }
  .taxi-side .col-md-7 table.table.table-br tbody tr:nth-child(even),
  .taxi-side .fare-bs .table.table.table-br tbody tr:nth-child(even) {
    background-color: #f2f6fc; }
  .taxi-side .col-md-7 table.table.table-br tbody th img,
  .taxi-side .col-md-7 table.table.table-br tbody td img,
  .taxi-side .fare-bs .table.table.table-br tbody th img,
  .taxi-side .fare-bs .table.table.table-br tbody td img {
    width: 120px; }
  .taxi-side .col-md-7 table.table.table-br tbody td,
  .taxi-side .fare-bs .table.table.table-br tbody td {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: #222222;
    white-space: nowrap; }
    .taxi-side .col-md-7 table.table.table-br tbody td .btn,
    .taxi-side .fare-bs .table.table.table-br tbody td .btn {
      background-color: transparent;
      border: none; }
    .taxi-side .col-md-7 table.table.table-br tbody td a,
    .taxi-side .fare-bs .table.table.table-br tbody td a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: fit-content;
      text-align: center;
      padding: 1rem;
      height: 2.5rem;
      font-size: 0.875rem;
      font-weight: 600;
      color: #fff;
      background-color: #222222;
      white-space: nowrap;
      text-decoration: none; }
      .taxi-side .col-md-7 table.table.table-br tbody td a:hover,
      .taxi-side .fare-bs .table.table.table-br tbody td a:hover {
        background-color: #000; }

.taxi-side .card.h-100.border-0.fare-bs {
  overflow: auto;
  margin: 1rem 0 1.5rem 0; }

.taxi-side .card.h-100 ~ #faq1 {
  background-color: #f2f6fc;
  margin: 0 !important;
  padding: 0.5rem 1rem; }
  .taxi-side .card.h-100 ~ #faq1h1, .taxi-side .card.h-100 ~ #faq1h2, .taxi-side .card.h-100 ~ #faq1h3, .taxi-side .card.h-100 ~ #faq1h4, .taxi-side .card.h-100 ~ #faq1h5, .taxi-side .card.h-100 ~ #faq1h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    padding: 1rem 0; }
  .taxi-side .card.h-100 ~ #faq1 + p {
    background-color: #f2f6fc;
    margin: 0 !important;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: #5e5e5e;
    line-height: 1.5;
    padding-bottom: 1.5rem;
    margin-bottom: 0; }
    .taxi-side .card.h-100 ~ #faq1 + p:last-child {
      padding-bottom: 2rem; }

.taxi-side .dn {
  display: none; }

.taxi-side .row {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .taxi-side .row h1,
  .taxi-side .row h2,
  .taxi-side .row h3,
  .taxi-side .row h4,
  .taxi-side .row h5,
  .taxi-side .row h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.5; }
  .taxi-side .row p {
    font-size: 1rem;
    font-weight: 400;
    color: #5e5e5e;
    line-height: 1.5;
    margin-bottom: 1.2rem; }
    .taxi-side .row p a {
      display: inline-block; }
  .taxi-side .row a {
    display: block;
    margin-bottom: 0.5rem;
    color: #5777e5; }
  .taxi-side .row .book-btn.dm-btn {
    margin: auto;
    color: #fff; }

.taxi-side .book-btn.ml-auto {
  display: none; }

.seo-content {
  margin-top: 3.5rem; }
  .seo-content .lft-side {
    width: 66%; }
  .seo-content .rgt-side {
    width: 32%;
    margin-top: 0.5rem; }
  @media (max-width: 768px) {
    .seo-content .d-flex.jc-between {
      flex-wrap: wrap; }
    .seo-content .lft-side {
      width: 100%; }
    .seo-content .rgt-side {
      width: 100%; } }

.seo-tp .tourist-pack {
  margin-top: 5rem; }

.taxi-page .taxi-main {
  position: relative;
  min-height: 27.5rem; }
  .taxi-page .taxi-main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 27.5rem;
    width: 100%;
    z-index: 0;
    background-image: url("/assets/images/taxi-page-car.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .taxi-page .taxi-main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 27.5rem;
    width: 55%;
    z-index: 0;
    background-color: #fff;
    opacity: 0.7; }
  .taxi-page .taxi-main .taxi-head {
    position: relative;
    min-height: 27.5rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55%; }
    .taxi-page .taxi-main .taxi-head h2 {
      font-size: 2rem;
      font-weight: 600;
      color: #000; }
    .taxi-page .taxi-main .taxi-head p {
      font-size: 1.125rem;
      font-weight: 400;
      color: #000;
      line-height: 1.5;
      margin-top: 0.75rem; }
    .taxi-page .taxi-main .taxi-head .bn-wid {
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      margin-top: 1rem;
      width: 13.25rem;
      height: 4.375rem; }
  @media (max-width: 576px) {
    .taxi-page .taxi-main::after {
      width: 100%; }
    .taxi-page .taxi-main .taxi-head {
      width: 100%; }
      .taxi-page .taxi-main .taxi-head h2 {
        font-size: 1.85rem;
        font-weight: 600;
        color: #000; }
      .taxi-page .taxi-main .taxi-head p {
        font-size: 1rem;
        font-weight: 400;
        color: #000;
        margin-top: 0.75rem; } }

.taxi-page .taxi-body {
  background-color: #f6f7fb;
  padding: 4rem 0 5rem; }
  .taxi-page .taxi-body .taxi-bg {
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
  .taxi-page .taxi-body h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem; }
  .taxi-page .taxi-body .taxidd-link {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem; }
    .taxi-page .taxi-body .taxidd-link h6 {
      width: 33.33%;
      padding: 1rem; }
      .taxi-page .taxi-body .taxidd-link h6 a {
        font-size: 1rem;
        font-weight: 400;
        color: #000; }
      @media (min-width: 576px) {
        .taxi-page .taxi-body .taxidd-link h6:nth-child(6n-5), .taxi-page .taxi-body .taxidd-link h6:nth-child(6n-4), .taxi-page .taxi-body .taxidd-link h6:nth-child(6n-3) {
          background-color: #fff; }
        .taxi-page .taxi-body .taxidd-link h6:nth-child(3n-2) {
          padding-left: 3rem; } }
  .taxi-page .taxi-body .tdd-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 3rem;
    height: 4rem; }
    .taxi-page .taxi-body .tdd-btn:focus {
      outline: 0;
      box-shadow: none; }
    .taxi-page .taxi-body .tdd-btn img {
      width: 0.75rem;
      height: 0.375rem;
      transition: all 0.2s ease-in-out; }
      .taxi-page .taxi-body .tdd-btn img.tdd-rotate {
        transform: rotate(180deg); }
  @media (max-width: 576px) {
    .taxi-page .taxi-body .taxidd-link h6 {
      width: 100%;
      padding: 1rem; }
      .taxi-page .taxi-body .taxidd-link h6 a {
        font-size: 1rem;
        font-weight: 400;
        color: #000; }
      .taxi-page .taxi-body .taxidd-link h6:nth-child(odd) {
        background-color: #fff; }
    .taxi-page .taxi-body .tdd-btn {
      padding: 0 1rem; } }

.blog-leftbar .bl-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1rem; }
  .blog-leftbar .bl-head .bl-img {
    margin-bottom: 2rem; }
    .blog-leftbar .bl-head .bl-img img {
      border-radius: 0.25rem;
      width: 100%;
      max-height: 24rem;
      object-fit: cover;
      object-position: top; }
  .blog-leftbar .bl-head .bl-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .blog-leftbar .bl-head .bl-cont .bc-cnt .bc-key {
      display: flex;
      flex-wrap: wrap; }
      .blog-leftbar .bl-head .bl-cont .bc-cnt .bc-key span {
        display: block;
        font-size: 0.875rem;
        font-weight: 400;
        color: #636363;
        background-color: #fff1d9;
        margin-right: 0.5rem;
        margin-bottom: 0.75rem;
        border-radius: 0.125rem;
        padding: 0.25rem 0.5rem; }
    .blog-leftbar .bl-head .bl-cont .bc-cnt .bc-head h4 {
      font-size: 1.625rem;
      font-weight: 600;
      color: #000; }
    .blog-leftbar .bl-head .bl-cont .bc-cnt .bc-author span {
      font-size: 0.875rem;
      font-weight: 400;
      color: #636363; }
    .blog-leftbar .bl-head .bl-cont .bc-para {
      display: block;
      margin: 1rem 0 1.75rem; }
      .blog-leftbar .bl-head .bl-cont .bc-para p {
        font-size: 1rem;
        font-weight: 400;
        color: #5e5e5e;
        line-height: 1.5;
        margin-bottom: 1rem; }
        .blog-leftbar .bl-head .bl-cont .bc-para p b {
          color: #222222;
          line-height: 2; }
      .blog-leftbar .bl-head .bl-cont .bc-para img {
        display: block;
        margin: 2rem auto 3rem;
        max-width: 23rem;
        height: 15rem; }
  @media (max-width: 767px) {
    .blog-leftbar .bl-head {
      flex-wrap: wrap; }
      .blog-leftbar .bl-head .bl-img {
        width: 100%;
        margin-bottom: 0.75rem; }
      .blog-leftbar .bl-head .bl-cont {
        width: 100%; } }

.related-article .view-all {
  align-items: center;
  justify-content: center;
  font-size: 1.2rem; }

.blog-rightbar {
  border-radius: 6px;
  box-shadow: 3px 8px 6px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #c2c2c2;
  min-height: 100%; }
  .blog-rightbar h2 {
    padding: 20px 15px 15px 15px;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: solid 1px black; }
  .blog-rightbar .rb-content:not(:last-child) {
    border-bottom: 0.063rem solid #c2c2c2; }
  .blog-rightbar .rb-content:last-child {
    margin-bottom: 0; }
  .blog-rightbar .rb-content .rb-title {
    font-size: 1rem; }
  .blog-rightbar .rb-content .rb-link {
    text-align: right;
    padding: 10px 10px 5px 0; }

.blog-caro {
  padding: 2rem 0 2.5rem;
  border-top: 0.063rem solid #c2c2c2;
  border-bottom: 0.063rem solid #c2c2c2;
  overflow: hidden; }
  .blog-caro .slide-container {
    position: relative;
    display: flex;
    padding: 0;
    width: 100%; }
    .blog-caro .slide-container div {
      display: flex;
      flex-direction: column;
      min-width: 100%; }
      .blog-caro .slide-container div span {
        width: 100%;
        height: 100%; }
  .blog-caro h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222222; }
  .blog-caro .caro-main {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .blog-caro .caro-main .card {
      box-shadow: none;
      padding-bottom: 0; }
  .blog-caro .c-indicators {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .blog-caro .c-indicators li:nth-of-type(n + 2) {
      margin-left: 0.2rem; }
    .blog-caro .c-indicators .c-indicator {
      display: block;
      width: 0.4rem;
      height: 0.4rem;
      background-color: #d8d8d8;
      border-radius: 50%;
      margin-bottom: 1.5rem;
      cursor: pointer;
      transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); }
      .blog-caro .c-indicators .c-indicator:hover {
        opacity: 0.5; }
      .blog-caro .c-indicators .c-indicator-active, .blog-caro .c-indicators .c-indicator-active:hover {
        background-color: #faa821; }

.blog-page .blog-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem; }
  .blog-page .blog-head .blog-img {
    width: 51%; }
    .blog-page .blog-head .blog-img img {
      border-radius: 0.25rem;
      width: 100%;
      min-height: 23.3rem;
      max-height: 23.3rem; }
  .blog-page .blog-head .blog-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 47%; }
    .blog-page .blog-head .blog-cont .bc-cnt .bc-key {
      display: flex;
      flex-wrap: wrap; }
      .blog-page .blog-head .blog-cont .bc-cnt .bc-key span {
        display: block;
        font-size: 0.875rem;
        font-weight: 400;
        color: #636363;
        background-color: #fff1d9;
        margin-right: 0.5rem;
        margin-bottom: 0.75rem;
        border-radius: 0.125rem;
        padding: 0.25rem 0.5rem; }
    .blog-page .blog-head .blog-cont .bc-cnt .bc-head h4 {
      font-size: 1.625rem;
      font-weight: 600;
      color: #000; }
      .blog-page .blog-head .blog-cont .bc-cnt .bc-head h4 a {
        color: #000; }
    .blog-page .blog-head .blog-cont .bc-cnt .bc-author span {
      font-size: 0.875rem;
      font-weight: 400;
      color: #636363; }
    .blog-page .blog-head .blog-cont .bc-para {
      display: block;
      margin: 1rem 0 1.75rem;
      display: -webkit-box;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .blog-page .blog-head .blog-cont .bc-para p {
        font-size: 1rem;
        font-weight: 400;
        color: #5e5e5e; }
  @media (max-width: 767px) {
    .blog-page .blog-head {
      flex-wrap: wrap; }
      .blog-page .blog-head .blog-img {
        width: 100%;
        margin-bottom: 0.75rem; }
      .blog-page .blog-head .blog-cont {
        width: 100%; } }

.blog-page .btn-profile {
  width: 13.25rem;
  height: 4.25; }

.blog-page .blog-anchor {
  text-decoration: none; }
  .blog-page .blog-anchor .ba-card:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out; }

.blogar-cnt {
  margin-top: 2.5rem;
  margin-bottom: 3rem; }
  .blogar-cnt .lft-side {
    width: 66%; }
  .blogar-cnt .rgt-side {
    width: 32%; }
  @media (max-width: 768px) {
    .blogar-cnt .d-flex.jc-between {
      flex-wrap: wrap; }
    .blogar-cnt .lft-side {
      width: 100%; }
    .blogar-cnt .rgt-side {
      width: 100%; } }

.confirm .offline-msg {
  margin: 10rem 0;
  text-align: center; }

.confirm h6 {
  font-size: 1.625rem;
  font-weight: 900;
  color: #2a2d37;
  line-height: 1.4; }
  .confirm h6 + p {
    font-size: 1rem;
    font-weight: 400;
    color: #2a2d37;
    line-height: 1.75; }
    .confirm h6 + p span {
      color: #efa603; }

.confirm .booking-details .w-100 {
  background-color: #f9f9f9;
  padding: 1rem 2rem; }
  .confirm .booking-details .w-100 .veh-img {
    width: 95px; }
  .confirm .booking-details .w-100 div span {
    display: block;
    line-height: 1.5; }
    .confirm .booking-details .w-100 div span:first-child {
      font-size: 0.875rem;
      font-weight: 500;
      color: #686e81; }
    .confirm .booking-details .w-100 div span:last-child {
      font-size: 1rem;
      font-weight: 900;
      color: #000; }
  .confirm .booking-details .w-100:first-child {
    margin-bottom: 1.6rem; }
  .confirm .booking-details .w-100:last-child div:last-child span {
    margin-right: 1rem;
    font-weight: 900; }
  .confirm .booking-details .w-100:last-child div:last-child img:not(:only-child) {
    align-self: center;
    margin-right: 1rem; }
  @media (max-width: 576px) {
    .confirm .booking-details .w-100:last-child {
      margin-bottom: 1.6rem; } }

.confirm .fare-details .c-12 {
  background-color: #f9f9f9; }
  .confirm .fare-details .c-12 h6 {
    font-size: 1.375rem;
    font-weight: 900;
    color: #2a2d37; }
  .confirm .fare-details .c-12 div {
    display: flex;
    justify-content: space-between; }
  .confirm .fare-details .c-12 div:not(:last-child) {
    padding: 0.5rem 0; }
    .confirm .fare-details .c-12 div:not(:last-child) span:first-child {
      font-size: 0.875rem;
      font-weight: 500;
      color: #636363; }
    .confirm .fare-details .c-12 div:not(:last-child) span:last-child {
      font-size: 1rem;
      font-weight: 900;
      color: #000; }
  .confirm .fare-details .c-12 div:last-child {
    padding: 0.75rem 0; }
    .confirm .fare-details .c-12 div:last-child span:first-child {
      font-size: 1rem;
      font-weight: 900;
      color: #636363;
      align-self: center; }
    .confirm .fare-details .c-12 div:last-child span:last-child {
      font-size: 2rem;
      font-weight: 900;
      color: #000; }

.confirm .confirm-form {
  max-width: 59.375rem;
  margin: 0 auto;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .confirm .confirm-form .booking-confirm {
    display: flex;
    justify-content: space-between; }
    .confirm .confirm-form .booking-confirm div {
      align-self: center; }
      .confirm .confirm-form .booking-confirm div span {
        font-size: 1.125rem;
        font-weight: 500;
        color: #636363; }

.confirm .details {
  padding: 1.5rem;
  border: 0.063rem solid #eaeaea; }
  .confirm .details h6 {
    font-size: 1rem;
    font-weight: 900;
    color: #2a2d37; }
  .confirm .details p {
    font-size: 1rem;
    font-weight: 300;
    color: #2a2d37; }

.trip-details div img {
  margin-right: 1rem; }

.trip-details div:first-child {
  font-size: 1.125rem;
  font-weight: 900;
  color: #2a2d37;
  margin-bottom: 1.5rem; }

.trip-details div:not(:first-child) {
  font-size: 1.125rem;
  font-weight: 900;
  color: #2a2d37; }
  .trip-details div:not(:first-child) div {
    margin-bottom: 1.2rem; }
    .trip-details div:not(:first-child) div p {
      margin-bottom: 0.5rem; }
      .trip-details div:not(:first-child) div p:first-child {
        font-size: 0.875rem;
        font-weight: 900;
        color: #636363; }
      .trip-details div:not(:first-child) div p:last-child {
        font-size: 1rem;
        font-weight: 500;
        color: #2a2d37; }

.reset-password .container {
  max-width: 900px;
  background-color: #fff;
  padding: 2rem; }
  .reset-password .container form {
    margin: auto;
    max-width: 600px; }
    .reset-password .container form .change-input {
      min-height: 70px; }

.pay .form-input {
  height: 4rem; }

.pay .card-pay {
  padding: 8px 10px 0; }

.edit-booking {
  position: sticky !important;
  top: 0;
  z-index: 999; }
  .edit-booking input:disabled,
  .edit-booking .count:disabled {
    opacity: 0.5; }

.edit-input {
  height: 63px; }
  .edit-input .count-value {
    width: 60px !important; }
  .edit-input ul {
    margin-bottom: 0; }
    .edit-input ul .count {
      text-align: left; }
      .edit-input ul .count:focus {
        box-shadow: none; }

.edit-input .picker,
.mob-input .picker {
  width: 5.7rem; }
  .edit-input .picker:last-child input::before,
  .mob-input .picker:last-child input::before {
    content: "-"; }

.edit-input label,
.mob-input label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #c5c5c5;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.5; }

.edit-input input,
.edit-input .count,
.mob-input input,
.mob-input .count {
  display: block;
  width: 100%;
  height: calc(1em + 0.5rem + 2px);
  padding: 0;
  font-size: 0.875rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  border: none;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.25);
  text-overflow: ellipsis;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .edit-input input:focus,
  .edit-input .count:focus,
  .mob-input input:focus,
  .mob-input .count:focus {
    border-bottom-color: #fff;
    outline: 0; }
  .edit-input input option,
  .edit-input .count option,
  .mob-input input option,
  .mob-input .count option {
    color: #000; }

.mob-input {
  margin-top: 6px; }
  .mob-input input {
    color: #000; }
    .mob-input input:disabled {
      opacity: 1;
      pointer-events: none !important; }

.error-flag {
  position: absolute;
  right: 0;
  bottom: -60px;
  color: #dd2138;
  font-size: 14px;
  font-weight: 600;
  width: 500px; }

.reset {
  position: absolute;
  top: 22px;
  right: 10px; }

@media (min-width: 577px) {
  .edit-booking {
    background-color: #000; } }

@media (max-width: 576px) {
  .edit-booking {
    background-color: #fff; } }

@media (min-width: 769px) {
  .pac-container {
    min-width: 450px !important; } }

@media (max-width: 768px) {
  .pac-container {
    min-width: 300px !important; } }

.select-vehicle textarea {
  min-height: 2.188rem;
  resize: none; }

.select-vehicle .form-input {
  min-height: 3.625rem; }

.fleet {
  border: solid 0.0625rem #ededed; }
  .fleet .px-0 {
    align-self: center; }
    .fleet .px-0 img {
      width: 130px;
      height: 56px;
      font-size: 0.75rem; }
  .fleet .f-column.ai-center {
    padding: 5rem 2rem; }
    .fleet .f-column.ai-center span {
      padding-top: 1rem;
      font-size: 1.125rem;
      font-weight: 700;
      color: #2a2d37; }
  .fleet label {
    display: flex;
    position: relative;
    padding: 0 1.25rem 0 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1.375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 68px; }
    .fleet label:not(:last-child) {
      border-bottom: solid 0.0625rem #ededed; }
    .fleet label:hover {
      background-color: #e9ebee; }
    .fleet label .d-flex {
      align-self: center; }
      .fleet label .d-flex .t-lft {
        align-self: center;
        width: 58%;
        border-right: 0.0633rem solid rgba(215, 215, 215, 0.5); }
        @media (min-width: 768px) {
          .fleet label .d-flex .t-lft {
            padding-right: 1rem; } }
        .fleet label .d-flex .t-lft span {
          display: block; }
          .fleet label .d-flex .t-lft span:first-child {
            font-size: 0.875rem;
            font-weight: 900;
            color: #000; }
          .fleet label .d-flex .t-lft span:last-child {
            font-size: 0.75rem;
            font-weight: 500;
            color: #636363; }
      .fleet label .d-flex .t-ryt {
        width: 42%;
        font-size: 1.25rem;
        font-weight: 500;
        color: #000; }
        .fleet label .d-flex .t-ryt div span {
          font-size: 0.75rem;
          font-weight: 400;
          color: #636363;
          padding-left: 0.5rem; }
        .fleet label .d-flex .t-ryt .selected {
          display: none; }
  .fleet input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .fleet input[type="radio"]:checked + label {
    background-color: #efa603; }
    .fleet input[type="radio"]:checked + label .d-flex .t-lft {
      border-right: 0.0633rem solid #ffcd5f; }
      .fleet input[type="radio"]:checked + label .d-flex .t-lft span {
        color: #fff; }
    .fleet input[type="radio"]:checked + label .t-ryt {
      font-weight: 900;
      color: #fff; }
      .fleet input[type="radio"]:checked + label .t-ryt span {
        color: #fff; }
      .fleet input[type="radio"]:checked + label .t-ryt .selected {
        display: block; }
  .fleet input[type="radio"]:checked + label div:nth-child(4) {
    font-weight: 900; }

.slt-veh {
  font-size: 0.75rem;
  font-weight: 500;
  color: #636363; }
  .slt-veh span:last-child {
    color: #000;
    margin-left: 0.3125rem; }
    .slt-veh span:last-child span {
      font-weight: 900; }

@media (max-width: 768px) {
  .fleet label .d-flex .t-ryt .d-flex.jc-end:nth-child(2) {
    display: block; }
    .fleet label .d-flex .t-ryt .d-flex.jc-end:nth-child(2) span {
      display: block; } }

@media (max-width: 576px) {
  .fleet label {
    padding: 0 0.5rem 0 0;
    height: 100px; }
    .fleet label .px-0 {
      min-width: 112px;
      max-width: 112px; }
      .fleet label .px-0 img {
        min-width: 112px;
        max-width: 112px; }
    .fleet label .d-flex .t-lft {
      padding-right: 0.5rem; }
      .fleet label .d-flex .t-lft span:first-child {
        font-size: 0.813rem; }
      .fleet label .d-flex .t-lft span:last-child {
        font-size: 0.688rem; }
    .fleet label .d-flex .t-ryt {
      font-size: 1.125rem; }
      .fleet label .d-flex .t-ryt div span {
        font-size: 0.688rem; } }

.fare .fare-calulator {
  background-color: #f2f6fc; }

.fare h2,
.fare h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #000; }

.fare p,
.fare a {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-align: justify;
  line-height: 1.35; }

.fare a:hover {
  text-decoration: none;
  color: #000; }

.fare .tf-flex {
  display: flex;
  flex-direction: column; }
  @media (min-width: 991px) {
    .fare .tf-flex {
      flex-direction: row;
      justify-content: space-between; }
      .fare .tf-flex .tf-detail {
        width: 63%; }
      .fare .tf-flex .tf-table {
        width: 35%; } }

.fare .tf-table {
  overflow-x: auto; }
  .fare .tf-table h6 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000; }
  .fare .tf-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none; }
    @media (max-width: 350px) {
      .fare .tf-table table {
        width: 105%; } }
  .fare .tf-table th,
  .fare .tf-table td {
    text-align: left;
    padding: 1rem; }
  .fare .tf-table th {
    background-color: #000;
    color: #fff; }

.filter-area {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-size: 1.25em;
  flex-wrap: wrap; }

@media (max-width: 577px) {
  .filter-area div {
    flex: 40%; } }

.reviews-dd {
  width: auto;
  margin-top: -12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  min-width: 180px; }
  .reviews-dd ul {
    margin: 2px;
    list-style-type: none;
    width: auto;
    padding: 15px 0 5px 0; }
    .reviews-dd ul li {
      padding: 0 27px; }
  .reviews-dd img {
    height: 20px;
    width: 20px; }

.reviews-value {
  position: absolute !important;
  text-align: center;
  width: 70%;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
  width: 8rem;
  cursor: pointer; }
  .reviews-value li {
    height: 32px;
    padding: 10px 4px; }
    .reviews-value li div {
      display: flex;
      vertical-align: middle; }
      .reviews-value li div label {
        margin-right: 0.5rem;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5em; }
  .reviews-value li:hover {
    background-color: #f2f2f2; }

.review-btn {
  color: #2a2d37;
  border: 1px solid #f6f6f6;
  font-weight: 900;
  width: 100%;
  text-align: left;
  height: 35px;
  background: url("/assets/images/chevron.svg") 90% no-repeat #f6f6f6;
  vertical-align: middle;
  display: flex; }
  .review-btn:focus {
    outline: 0px; }
  .review-btn label {
    margin-right: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em; }

.no-reviews {
  width: 100%;
  text-align: center;
  margin: 10%; }

.driver-info h2 {
  font-size: 1.25rem;
  font-weight: 900;
  color: #000; }

.driver-info .driver-inf-details {
  width: 200px;
  margin: auto; }
  .driver-info .driver-inf-details .dd-img {
    width: 200px;
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.125rem 0.25rem 0px; }
    .driver-info .driver-inf-details .dd-img img {
      width: 200px;
      height: 200px; }
  .driver-info .driver-inf-details .driver-details {
    font-size: 1rem;
    font-weight: 500;
    color: #000; }
    .driver-info .driver-inf-details .driver-details div {
      margin-top: 0.5rem; }

.button {
  padding: 10px;
  background-color: #efa603;
  color: #fff;
  border: none;
  float: right;
  font-weight: 900; }

.content-center {
  padding: 0; }

@media (min-width: 1000px) {
  .content-center {
    padding: 130px; } }

.tickbox label {
  display: block;
  position: relative;
  padding-left: 1.563rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  color: #636363;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tickbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.tickbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.125rem;
  width: 1.125rem;
  background-color: #fff;
  border: solid 0.0625rem #636363; }

.tickbox label:hover input ~ .checkmark {
  background-color: #c2c2c2; }

.tickbox label input:checked ~ .checkmark {
  background-color: #fff; }

.tickbox .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.tickbox label input:checked ~ .checkmark:after {
  display: block; }

.tickbox label .checkmark:after {
  left: 0.375rem;
  top: 0.125rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid 2.5px #efa603;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

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

.btn-cc {
  width: 75px;
  height: 35px;
  padding: 0.5rem 0.3rem;
  border: 0.0625rem solid #caced3;
  white-space: nowrap;
  background-image: url("/assets/images/chevron.svg");
  background-position: 85% 50%;
  background-repeat: no-repeat;
  cursor: pointer; }

.dropdown-list {
  position: relative;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }

.dropdown-list li {
  font-size: 12px;
  padding: 5px 15px;
  cursor: pointer;
  font-weight: 400; }

.dropdown-list li:hover {
  background-color: rgba(0, 0, 0, 0.05);
  transition: 0.4s all ease; }

.menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 200px;
  height: 200px;
  overflow: auto;
  z-index: 3;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2);
  transition: all 1000ms ease; }

.menu.showDD {
  display: block; }

.c-phone {
  display: inline-flex;
  width: 40px;
  color: #6c757d; }

.c-name {
  display: inline-flex;
  width: 120px;
  color: #000; }

.c-srh {
  width: 160px !important;
  margin: 10px 15px; }

.cc-srh {
  position: sticky;
  top: 0px;
  padding: 2px 0 1px;
  background-color: #fff;
  z-index: 1020; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 3rem;
  height: 3rem; }

.loader {
  margin: 25% auto;
  font-size: 0.625rem;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3rem solid rgba(245, 214, 79, 0.2);
  border-right: 0.3rem solid rgba(245, 214, 79, 0.2);
  border-bottom: 0.3rem solid #efa603;
  border-left: 0.3rem solid #efa603;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.6s infinite linear;
  animation: load8 0.6s infinite linear; }

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

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

.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.business {
  background-color: #f8f9fa; }
  .business .bus-bg {
    position: relative;
    min-height: 20.813rem; }
    .business .bus-bg::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      min-height: 20.813rem;
      width: 100%;
      background-image: url("/assets/images/business.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      -webkit-filter: brightness(0.5);
      filter: brightness(0.5); }
    .business .bus-bg .bus {
      position: absolute;
      top: 41%;
      left: 0;
      right: 0;
      font-size: 2.875rem;
      font-weight: 900;
      color: #fff;
      text-align: center; }
  .business .bus-head {
    font-size: 1.875rem;
    font-weight: 700;
    color: #2a2d37;
    text-align: center; }
  @media (min-width: 993px) {
    .business .bus-card {
      position: relative;
      width: 100%;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      max-width: 20%;
      flex: 0 0 20%;
      text-align: center; } }
  .business .bus-card img {
    margin-top: 1rem;
    width: 65px;
    height: 65px; }
  .business .bus-card .card {
    text-align: center;
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1); }
    .business .bus-card .card .card-title {
      font-size: 1.125rem;
      font-weight: 500;
      color: #515151;
      padding: 0.5rem 1rem; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .business .bus-card .card .card-title {
          font-size: 1.1rem !important; } }
  .business .bus-para {
    font-size: 1.125rem;
    font-weight: 500;
    color: #515151;
    text-align: center; }
  .business .bus-form {
    max-width: 56.25rem;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2); }
    .business .bus-form .bf-head {
      font-size: 1.5rem;
      font-weight: 700;
      color: #2a2d37; }
    .business .bus-form .form-input {
      min-height: 4.375rem; }

.drive {
  background-color: #f8f9fa; }
  .drive .pad-5 {
    padding: 0 5rem; }
  .drive .container {
    max-width: 59.375rem; }
    .drive .container .drive-title {
      font-size: 1.875rem;
      font-weight: 700;
      color: #2a2d37; }
    .drive .container .card {
      background-color: transparent; }
      .drive .container .card .card-title {
        font-size: 1.25rem; }
      .drive .container .card .card-text {
        color: #515151; }
    .drive .container .drive-form {
      background-color: #fff;
      box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.2); }
      .drive .container .drive-form .dwt-input {
        display: flex;
        justify-content: space-between; }
        .drive .container .drive-form .dwt-input .position-relative {
          flex: 1 1 50%; }
          .drive .container .drive-form .dwt-input .position-relative:first-child {
            padding-right: 1rem; }
          .drive .container .drive-form .dwt-input .position-relative:last-child {
            padding-left: 1rem; }
      .drive .container .drive-form .df-head {
        font-size: 1.5rem;
        font-weight: 700;
        color: #2a2d37; }
      .drive .container .drive-form .df-para {
        font-size: 1.125rem;
        font-weight: 400;
        color: #2a2d37; }
      .drive .container .drive-form textarea {
        min-height: 130px; }
      .drive .container .drive-form .form-input {
        min-height: 4.375rem;
        padding: 0 5rem; }
        @media (max-width: 576px) {
          .drive .container .drive-form .form-input {
            padding: 0; } }

.alert {
  padding: 20px;
  background-color: #5aa652;
  color: #fff;
  transform: scale(1);
  animation: getBlurry 0.3s linear; }

@keyframes getBlurry {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.closebtn {
  margin-left: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  float: right;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s; }

.closebtn:hover {
  color: #000; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
  background: #fff;
  overflow: hidden;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  animation-name: modalFade;
  animation-duration: 0.6s; }

@keyframes modalFade {
  from {
    transform: translateY(-50%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.modal.d-block {
  overflow-x: hidden;
  overflow-y: auto !important; }

.modal-main {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: auto;
  background: #fff;
  width: 50%;
  height: 100%;
  overflow: auto; }

.modal .btn-none {
  display: block;
  margin-left: auto; }

@media (max-width: 768px) {
  .modal-main {
    width: 100%; } }

@media (max-width: 400px) {
  .signup .form-label {
    font-size: 0.75rem; } }

.login .btn-forgot,
.signup .btn-forgot {
  padding: 0 !important; }

.modal-content {
  width: 100%;
  margin: auto;
  padding-bottom: 1rem; }

.pandemic {
  background-color: #000;
  min-height: 3rem; }
  .pandemic .container {
    position: relative; }
  .pandemic .pandemic-clear {
    position: absolute;
    right: 0.92rem;
    top: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; }
    .pandemic .pandemic-clear:hover {
      transform: rotate(180deg); }
  .pandemic .d-flex {
    align-items: center;
    min-height: 3rem; }
    .pandemic .d-flex img {
      width: 150px;
      align-self: flex-end; }
    .pandemic .d-flex div {
      width: calc(100% - (5% + 150px)); }
      .pandemic .d-flex div span {
        display: block; }
        .pandemic .d-flex div span:first-child {
          font-size: 1.5rem;
          font-weight: 900;
          color: #efa603; }
        .pandemic .d-flex div span:last-child {
          font-size: 0.875rem;
          font-weight: 300;
          color: #fff; }
          .pandemic .d-flex div span:last-child a {
            color: #6d9fff;
            padding: 0 0.25rem; }
            .pandemic .d-flex div span:last-child a:last-child {
              padding-right: 0 !important; }

@media (max-width: 991px) {
  .pandemic .container {
    padding: 1rem 0; }
    .pandemic .container .pandemic-clear {
      right: 0; } }

@media (max-width: 576px) {
  .pandemic .container {
    padding: 2.5rem 0.75rem 1rem; }
    .pandemic .container .pandemic-clear {
      right: 1.25rem;
      top: 0.75rem; }
  .pandemic .d-flex {
    flex-direction: column-reverse; }
    .pandemic .d-flex img {
      padding-top: 1rem;
      align-self: flex-start; }
    .pandemic .d-flex div {
      width: 100%;
      margin-left: 0; } }

.bg-dark {
  background-color: #000;
  color: #fff; }

.popular {
  font-size: 1rem;
  font-weight: 900;
  color: #fff; }

.footer-link h3 {
  margin: 0;
  padding: 0; }
  .footer-link h3 a {
    font-size: 0.875rem; }

.footer-link span {
  display: block;
  padding-bottom: 0.8rem;
  line-height: 1.2; }

.footer-link a {
  color: #fff;
  font-weight: 400; }

.footer-link a:hover {
  color: #efa603;
  text-decoration: none; }

.footer-link div span {
  color: #fff;
  display: block; }

.footer-link div span:first-child {
  font-weight: 900; }

.dr-link {
  margin-bottom: 1.25rem; }
  .dr-link a {
    width: 9.063rem;
    border-bottom: 0.125rem solid #fff;
    padding-bottom: 0.3125rem; }
    .dr-link a img {
      width: 0.875rem;
      height: 0.5rem;
      margin-left: 0.3125rem;
      transform: rotate(-90deg); }
  .dr-link a:hover {
    border-bottom: 0.125rem solid #efa603; }

@media (min-width: 992px) {
  .f-col-1 {
    -ms-flex: 0 0 56% !important;
    flex: 0 0 56% !important;
    max-width: 56% !important; }
  .f-col-2 {
    -ms-flex: 0 0 44% !important;
    flex: 0 0 44% !important;
    max-width: 44% !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .f-summer {
    font-size: 0.875rem; } }

.cert-images img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.cert-images .licence-no {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px; }

@media (max-width: 992px) {
  .cert-images .licence-no {
    justify-content: flex-start; } }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

/* Header section */
@font-face {
  font-family: "avenir";
  font-display: swap;
  src: local("Arvo"), url("/assets/fonts/avenir_roman-webfont.woff2") format("woff2"), url("/assets/fonts/avenir_roman-webfont.woff") format("woff"), url("/assets/fonts/avenir_roman-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

body {
  margin: 0;
  font-family: avenir;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

footer,
header,
nav,
section {
  display: block; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

b,
strong {
  font-weight: bolder; }

a {
  color: #efa603;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #efa603;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

img {
  vertical-align: middle;
  border-style: none; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

[type="search"] {
  outline-offset: -0.125rem;
  -webkit-appearance: none; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1,
.h1 {
  font-size: 2.5rem; }

h2,
.h2 {
  font-size: 2rem; }

h3,
.h3 {
  font-size: 1.75rem; }

h4,
.h4 {
  font-size: 1.5rem; }

h5,
.h5 {
  font-size: 1.25rem; }

h6,
.h6 {
  font-size: 1rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1); }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 0.0625rem solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.c-1,
.c-2,
.c-3,
.c-4,
.c-5,
.c-6,
.c-7,
.c-8,
.c-9,
.c-10,
.c-11,
.c-12,
.col-12,
.col,
.c-auto,
.c-sm-1,
.c-sm-2,
.c-sm-3,
.c-sm-4,
.c-sm-5,
.c-sm-6,
.c-sm-7,
.c-sm-8,
.c-sm-9,
.c-sm-10,
.c-sm-11,
.c-sm-12,
.c-sm,
.c-sm-auto,
.c-md-1,
.c-md-2,
.c-md-3,
.c-md-4,
.c-md-5,
.col-md-5,
.c-md-6,
.c-md-7,
.col-md-7,
.c-md-8,
.c-md-9,
.c-md-10,
.c-md-11,
.c-md-12,
.col-md-12,
.c-md,
.c-md-auto,
.c-lg-1,
.c-lg-2,
.c-lg-3,
.c-lg-4,
.c-lg-5,
.c-lg-6,
.c-lg-7,
.c-lg-8,
.c-lg-9,
.c-lg-10,
.c-lg-11,
.c-lg-12,
.c-lg,
.c-lg-auto,
.c-xl-1,
.c-xl-2,
.c-xl-3,
.c-xl-4,
.c-xl-5,
.c-xl-6,
.c-xl-7,
.c-xl-8,
.c-xl-9,
.c-xl-10,
.c-xl-11,
.c-xl-12,
.c-xl,
.c-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.c-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.c-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.c-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.c-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.c-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.c-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.c-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.c-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.c-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.c-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.c-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.c-12,
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .c-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .c-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    max-width: 100%; }
  .c-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .c-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .c-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .c-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .c-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .c-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .c-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .c-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .c-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .c-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .c-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .c-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .os-sm-0 {
    margin-left: 0; }
  .os-sm-1 {
    margin-left: 8.333333%; }
  .os-sm-2 {
    margin-left: 16.666667%; }
  .os-sm-3 {
    margin-left: 25%; }
  .os-sm-4 {
    margin-left: 33.333333%; }
  .os-sm-5 {
    margin-left: 41.666667%; }
  .os-sm-6 {
    margin-left: 50%; }
  .os-sm-7 {
    margin-left: 58.333333%; }
  .os-sm-8 {
    margin-left: 66.666667%; }
  .os-sm-9 {
    margin-left: 75%; }
  .os-sm-10 {
    margin-left: 83.333333%; }
  .os-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .c-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .c-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    max-width: 100%; }
  .c-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .c-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .c-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .c-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .c-md-5,
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .c-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .c-md-7,
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .c-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .c-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .c-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .c-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .c-md-12,
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .os-md-0 {
    margin-left: 0; }
  .os-md-1 {
    margin-left: 8.333333%; }
  .os-md-2 {
    margin-left: 16.666667%; }
  .os-md-3 {
    margin-left: 25%; }
  .os-md-4 {
    margin-left: 33.333333%; }
  .os-md-5 {
    margin-left: 41.666667%; }
  .os-md-6 {
    margin-left: 50%; }
  .os-md-7 {
    margin-left: 58.333333%; }
  .os-md-8 {
    margin-left: 66.666667%; }
  .os-md-9 {
    margin-left: 75%; }
  .os-md-10 {
    margin-left: 83.333333%; }
  .os-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .c-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .c-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    max-width: 100%; }
  .c-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .c-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .c-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .c-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .c-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .c-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .c-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .c-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .c-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .c-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .c-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .c-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .os-lg-0 {
    margin-left: 0; }
  .os-lg-1 {
    margin-left: 8.333333%; }
  .os-lg-2 {
    margin-left: 16.666667%; }
  .os-lg-3 {
    margin-left: 25%; }
  .os-lg-4 {
    margin-left: 33.333333%; }
  .os-lg-5 {
    margin-left: 41.666667%; }
  .os-lg-6 {
    margin-left: 50%; }
  .os-lg-7 {
    margin-left: 58.333333%; }
  .os-lg-8 {
    margin-left: 66.666667%; }
  .os-lg-9 {
    margin-left: 75%; }
  .os-lg-10 {
    margin-left: 83.333333%; }
  .os-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .c-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .c-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    max-width: 100%; }
  .c-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .c-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .c-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .c-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .c-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .c-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .c-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .c-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .c-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .c-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .c-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .c-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .os-xl-0 {
    margin-left: 0; }
  .os-xl-1 {
    margin-left: 8.333333%; }
  .os-xl-2 {
    margin-left: 16.666667%; }
  .os-xl-3 {
    margin-left: 25%; }
  .os-xl-4 {
    margin-left: 33.333333%; }
  .os-xl-5 {
    margin-left: 41.666667%; }
  .os-xl-6 {
    margin-left: 50%; }
  .os-xl-7 {
    margin-left: 58.333333%; }
  .os-xl-8 {
    margin-left: 66.666667%; }
  .os-xl-9 {
    margin-left: 75%; }
  .os-xl-10 {
    margin-left: 83.333333%; }
  .os-xl-11 {
    margin-left: 91.666667%; } }

/* // Fixed position */
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0; }

.fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  bottom: 0; }

/* // Font-size  */
.f-11 {
  font-size: 0.688rem; }

.f-12 {
  font-size: 0.75rem; }

.f-13 {
  font-size: 0.8125rem; }

.f-14 {
  font-size: 0.875rem; }

.f-15 {
  font-size: 0.9375rem; }

.f-16 {
  font-size: 1rem; }

.f-17 {
  font-size: 1.0625rem; }

.f-18 {
  font-size: 1.125rem; }

.f-20 {
  font-size: 1.25rem; }

.f-22 {
  font-size: 1.375rem; }

.f-24 {
  font-size: 1.5rem; }

.f-28 {
  font-size: 1.75rem; }

.f-32 {
  font-size: 2rem; }

.f-36 {
  font-size: 2.25rem; }

/* // Font-weight  */
.fw-4 {
  font-weight: 400; }

.fw-5 {
  font-weight: 500; }

.fw-6 {
  font-weight: 600; }

.fw-7 {
  font-weight: 700; }

.fw-9 {
  font-weight: 900; }

.lh-35 {
  line-height: 1.35; }

.bg-snow {
  background-color: #f9f9f9; }

.bg-dark {
  background-color: #000; }

.bg-floral {
  background-color: #fffcee; }

.bg-alice,
.bg-light-blue {
  background-color: #f0f4fa; }

.bg-yellow {
  background-color: #efa603; }

.error {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: #dd2138; }

.success {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: #5aa652; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: 100%; }

.phone-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .phone-group .d-flex {
    margin-right: -1px; }
  .phone-group > .phone-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }

.cur-point {
  cursor: pointer; }

.pe-none {
  pointer-events: none; }

.va-middle {
  vertical-align: middle; }

.va-sub {
  vertical-align: sub; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

/* width */
::-webkit-scrollbar {
  width: 8px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

/* // Display */
.d-none {
  display: none; }

.d-inline {
  display: inline; }

.d-inblock {
  display: inline-block; }

.d-block {
  display: block; }

.d-table {
  display: table; }

.d-table-row {
  display: table-row; }

.d-table-cell {
  display: table-cell; }

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

.d-inflex {
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none; }
  .d-sm-inline {
    display: inline; }
  .d-sm-inblock {
    display: inline-block; }
  .d-sm-block {
    display: block; }
  .d-sm-table {
    display: table; }
  .d-sm-table-row {
    display: table-row; }
  .d-sm-table-cell {
    display: table-cell; }
  .d-sm-flex {
    display: -ms-flexbox;
    display: flex; }
  .d-sm-inflex {
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none; }
  .d-md-inline {
    display: inline; }
  .d-md-inblock {
    display: inline-block; }
  .d-md-block {
    display: block; }
  .d-md-table {
    display: table; }
  .d-md-table-row {
    display: table-row; }
  .d-md-table-cell {
    display: table-cell; }
  .d-md-flex {
    display: -ms-flexbox;
    display: flex; }
  .d-md-inflex {
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none; }
  .d-lg-inline {
    display: inline; }
  .d-lg-inblock {
    display: inline-block; }
  .d-lg-block {
    display: block; }
  .d-lg-table {
    display: table; }
  .d-lg-table-row {
    display: table-row; }
  .d-lg-table-cell {
    display: table-cell; }
  .d-lg-flex {
    display: -ms-flexbox;
    display: flex; }
  .d-lg-inflex {
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none; }
  .d-xl-inline {
    display: inline; }
  .d-xl-inblock {
    display: inline-block; }
  .d-xl-block {
    display: block; }
  .d-xl-table {
    display: table; }
  .d-xl-table-row {
    display: table-row; }
  .d-xl-table-cell {
    display: table-cell; }
  .d-xl-flex {
    display: -ms-flexbox;
    display: flex; }
  .d-xl-inflex {
    display: -ms-inline-flexbox;
    display: inline-flex; } }

/* // Float */
.float-lft {
  float: left; }

.float-ryt {
  float: right; }

.float-none {
  float: none; }

@media (min-width: 576px) {
  .float-sm-lft {
    float: left; }
  .float-sm-ryt {
    float: right; }
  .float-sm-none {
    float: none; } }

@media (min-width: 768px) {
  .float-md-lft {
    float: left; }
  .float-md-ryt {
    float: right; }
  .float-md-none {
    float: none; } }

@media (min-width: 992px) {
  .float-lg-lft {
    float: left; }
  .float-lg-ryt {
    float: right; }
  .float-lg-none {
    float: none; } }

@media (min-width: 1200px) {
  .float-xl-lft {
    float: left; }
  .float-xl-ryt {
    float: right; }
  .float-xl-none {
    float: none; } }

/* // Overflow and Position */
.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.position-static {
  position: static; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

.position-sticky {
  position: -webkit-sticky;
  position: sticky; }

/* // Text-alignment */
.t-deco-none {
  text-decoration: none; }

.t-justify {
  text-align: justify; }

.t-lft {
  text-align: left; }

.t-ryt {
  text-align: right; }

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

@media (min-width: 576px) {
  .t-sm-lft {
    text-align: left; }
  .t-sm-ryt {
    text-align: right; }
  .t-sm-center {
    text-align: center; } }

@media (min-width: 768px) {
  .t-md-lft {
    text-align: left; }
  .t-md-ryt {
    text-align: right; }
  .t-md-center {
    text-align: center; } }

@media (min-width: 992px) {
  .t-lg-lft {
    text-align: left; }
  .t-lg-ryt {
    text-align: right; }
  .t-lg-center {
    text-align: center; } }

@media (min-width: 1200px) {
  .t-xl-lft {
    text-align: left; }
  .t-xl-ryt {
    text-align: right; }
  .t-xl-center {
    text-align: center; } }

/* // Flexbox behaviours */
.f-row {
  -ms-flex-direction: row;
  flex-direction: row; }

.f-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.f-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.f-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.f-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.f-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.f-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.f-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0; }

.f-grow-1 {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.f-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.f-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1; }

/* // jc = justify-content */
.jc-start {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.jc-end {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.jc-center {
  -ms-flex-pack: center;
  justify-content: center; }

.jc-between {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.jc-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* // ai = align-items */
.ai-start {
  -ms-flex-align: start;
  align-items: flex-start; }

.ai-end {
  -ms-flex-align: end;
  align-items: flex-end; }

.ai-center {
  -ms-flex-align: center;
  align-items: center; }

.ai-baseline {
  -ms-flex-align: baseline;
  align-items: baseline; }

.ai-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }

/* // ac = align-contents */
.ac-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.ac-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.ac-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.ac-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.ac-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.ac-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

/* // as = align-self */
.as-auto {
  -ms-flex-item-align: auto;
  align-self: auto; }

.as-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.as-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

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

.as-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.as-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

@media (min-width: 576px) {
  .f-sm-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .f-sm-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .f-sm-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .f-sm-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .f-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .f-sm-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .f-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .f-sm-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .f-sm-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .f-sm-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .f-sm-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .f-sm-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .jc-sm-start {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .jc-sm-end {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .jc-sm-center {
    -ms-flex-pack: center;
    justify-content: center; }
  .jc-sm-between {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .jc-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .ai-sm-start {
    -ms-flex-align: start;
    align-items: flex-start; }
  .ai-sm-end {
    -ms-flex-align: end;
    align-items: flex-end; }
  .ai-sm-center {
    -ms-flex-align: center;
    align-items: center; }
  .ai-sm-baseline {
    -ms-flex-align: baseline;
    align-items: baseline; }
  .ai-sm-stretch {
    -ms-flex-align: stretch;
    align-items: stretch; }
  .ac-sm-start {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .ac-sm-end {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .ac-sm-center {
    -ms-flex-line-pack: center;
    align-content: center; }
  .ac-sm-between {
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .ac-sm-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .ac-sm-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .as-sm-auto {
    -ms-flex-item-align: auto;
    align-self: auto; }
  .as-sm-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .as-sm-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .as-sm-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .as-sm-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .as-sm-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (min-width: 768px) {
  .f-md-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .f-md-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .f-md-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .f-md-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .f-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .f-md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .f-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .f-md-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .f-md-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .f-md-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .f-md-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .f-md-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .jc-md-start {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .jc-md-end {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .jc-md-center {
    -ms-flex-pack: center;
    justify-content: center; }
  .jc-md-between {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .jc-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .ai-md-start {
    -ms-flex-align: start;
    align-items: flex-start; }
  .ai-md-end {
    -ms-flex-align: end;
    align-items: flex-end; }
  .ai-md-center {
    -ms-flex-align: center;
    align-items: center; }
  .ai-md-baseline {
    -ms-flex-align: baseline;
    align-items: baseline; }
  .ai-md-stretch {
    -ms-flex-align: stretch;
    align-items: stretch; }
  .ac-md-start {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .ac-md-end {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .ac-md-center {
    -ms-flex-line-pack: center;
    align-content: center; }
  .ac-md-between {
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .ac-md-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .ac-md-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .as-md-auto {
    -ms-flex-item-align: auto;
    align-self: auto; }
  .as-md-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .as-md-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .as-md-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .as-md-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .as-md-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (min-width: 992px) {
  .f-lg-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .f-lg-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .f-lg-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .f-lg-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .f-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .f-lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .f-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .f-lg-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .f-lg-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .f-lg-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .f-lg-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .f-lg-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .jc-lg-start {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .jc-lg-end {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .jc-lg-center {
    -ms-flex-pack: center;
    justify-content: center; }
  .jc-lg-between {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .jc-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .ai-lg-start {
    -ms-flex-align: start;
    align-items: flex-start; }
  .ai-lg-end {
    -ms-flex-align: end;
    align-items: flex-end; }
  .ai-lg-center {
    -ms-flex-align: center;
    align-items: center; }
  .ai-lg-baseline {
    -ms-flex-align: baseline;
    align-items: baseline; }
  .ai-lg-stretch {
    -ms-flex-align: stretch;
    align-items: stretch; }
  .ac-lg-start {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .ac-lg-end {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .ac-lg-center {
    -ms-flex-line-pack: center;
    align-content: center; }
  .ac-lg-between {
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .ac-lg-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .ac-lg-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .as-lg-auto {
    -ms-flex-item-align: auto;
    align-self: auto; }
  .as-lg-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .as-lg-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .as-lg-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .as-lg-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .as-lg-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

@media (min-width: 1200px) {
  .f-xl-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .f-xl-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .f-xl-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .f-xl-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .f-xl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .f-xl-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .f-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .f-xl-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .f-xl-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .f-xl-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .f-xl-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .f-xl-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .jc-xl-start {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .jc-xl-end {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .jc-xl-center {
    -ms-flex-pack: center;
    justify-content: center; }
  .jc-xl-between {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .jc-xl-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .ai-xl-start {
    -ms-flex-align: start;
    align-items: flex-start; }
  .ai-xl-end {
    -ms-flex-align: end;
    align-items: flex-end; }
  .ai-xl-center {
    -ms-flex-align: center;
    align-items: center; }
  .ai-xl-baseline {
    -ms-flex-align: baseline;
    align-items: baseline; }
  .ai-xl-stretch {
    -ms-flex-align: stretch;
    align-items: stretch; }
  .ac-xl-start {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .ac-xl-end {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .ac-xl-center {
    -ms-flex-line-pack: center;
    align-content: center; }
  .ac-xl-between {
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .ac-xl-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .ac-xl-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .as-xl-auto {
    -ms-flex-item-align: auto;
    align-self: auto; }
  .as-xl-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .as-xl-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .as-xl-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .as-xl-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .as-xl-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch; } }

/* // Margin and Padding */
.m-0 {
  margin: 0; }

.mt-0,
.my-0 {
  margin-top: 0; }

.mr-0,
.mx-0 {
  margin-right: 0; }

.mb-0,
.my-0 {
  margin-bottom: 0; }

.ml-0,
.mx-0 {
  margin-left: 0; }

.m-1 {
  margin: 0.25rem; }

.mt-1,
.my-1 {
  margin-top: 0.25rem; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.mt-2,
.my-2 {
  margin-top: 0.5rem; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem; }

.m-3 {
  margin: 1rem; }

.mt-3,
.my-3 {
  margin-top: 1rem; }

.mr-3,
.mx-3 {
  margin-right: 1rem; }

.mb-3,
.my-3 {
  margin-bottom: 1rem; }

.ml-3,
.mx-3 {
  margin-left: 1rem; }

.m-4 {
  margin: 1.5rem; }

.mt-4,
.my-4 {
  margin-top: 1.5rem; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem; }

.m-5 {
  margin: 3rem; }

.mt-5,
.my-5 {
  margin-top: 3rem; }

.mr-5,
.mx-5 {
  margin-right: 3rem; }

.mb-5,
.my-5 {
  margin-bottom: 3rem; }

.ml-5,
.mx-5 {
  margin-left: 3rem; }

.p-0 {
  padding: 0; }

.pt-0,
.py-0 {
  padding-top: 0; }

.pr-0,
.px-0 {
  padding-right: 0; }

.pb-0,
.py-0 {
  padding-bottom: 0; }

.pl-0,
.px-0 {
  padding-left: 0; }

.p-1 {
  padding: 0.25rem; }

.pt-1,
.py-1 {
  padding-top: 0.25rem; }

.pr-1,
.px-1 {
  padding-right: 0.25rem; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem; }

.pl-1,
.px-1 {
  padding-left: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.pt-2,
.py-2 {
  padding-top: 0.5rem; }

.pr-2,
.px-2 {
  padding-right: 0.5rem; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem; }

.pl-2,
.px-2 {
  padding-left: 0.5rem; }

.p-3 {
  padding: 1rem; }

.pt-3,
.py-3 {
  padding-top: 1rem; }

.pr-3,
.px-3 {
  padding-right: 1rem; }

.pb-3,
.py-3 {
  padding-bottom: 1rem; }

.pl-3,
.px-3 {
  padding-left: 1rem; }

.p-4 {
  padding: 1.5rem; }

.pt-4,
.py-4 {
  padding-top: 1.5rem; }

.pr-4,
.px-4 {
  padding-right: 1.5rem; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem; }

.pl-4,
.px-4 {
  padding-left: 1.5rem; }

.p-5 {
  padding: 3rem; }

.pt-5,
.py-5 {
  padding-top: 3rem; }

.pr-5,
.px-5 {
  padding-right: 3rem; }

.pb-5,
.py-5 {
  padding-bottom: 3rem; }

.pl-5,
.px-5 {
  padding-left: 3rem; }

.m-n1 {
  margin: -0.25rem; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem; }

.m-n2 {
  margin: -0.5rem; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem; }

.m-n3 {
  margin: -1rem; }

.mt-n3,
.my-n3 {
  margin-top: -1rem; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem; }

.m-n4 {
  margin: -1.5rem; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem; }

.m-n5 {
  margin: -3rem; }

.mt-n5,
.my-n5 {
  margin-top: -3rem; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem; }

.m-auto {
  margin: auto; }

.mt-auto,
.my-auto {
  margin-top: auto; }

.mr-auto,
.mx-auto {
  margin-right: auto; }

.mb-auto,
.my-auto {
  margin-bottom: auto; }

.ml-auto,
.mx-auto {
  margin-left: auto; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0; }
  .m-sm-1 {
    margin: 0.25rem; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem; }
  .m-sm-2 {
    margin: 0.5rem; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem; }
  .m-sm-3 {
    margin: 1rem; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem; }
  .m-sm-4 {
    margin: 1.5rem; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem; }
  .m-sm-5 {
    margin: 3rem; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem; }
  .p-sm-0 {
    padding: 0; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0; }
  .p-sm-1 {
    padding: 0.25rem; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem; }
  .p-sm-2 {
    padding: 0.5rem; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem; }
  .p-sm-3 {
    padding: 1rem; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem; }
  .p-sm-4 {
    padding: 1.5rem; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem; }
  .p-sm-5 {
    padding: 3rem; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem; }
  .m-sm-n1 {
    margin: -0.25rem; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem; }
  .m-sm-n2 {
    margin: -0.5rem; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem; }
  .m-sm-n3 {
    margin: -1rem; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem; }
  .m-sm-n4 {
    margin: -1.5rem; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem; }
  .m-sm-n5 {
    margin: -3rem; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem; }
  .m-sm-auto {
    margin: auto; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0; }
  .m-md-1 {
    margin: 0.25rem; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem; }
  .m-md-2 {
    margin: 0.5rem; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem; }
  .m-md-3 {
    margin: 1rem; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem; }
  .m-md-4 {
    margin: 1.5rem; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem; }
  .m-md-5 {
    margin: 3rem; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem; }
  .p-md-0 {
    padding: 0; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0; }
  .p-md-1 {
    padding: 0.25rem; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem; }
  .p-md-2 {
    padding: 0.5rem; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem; }
  .p-md-3 {
    padding: 1rem; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem; }
  .p-md-4 {
    padding: 1.5rem; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem; }
  .p-md-5 {
    padding: 3rem; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem; }
  .m-md-n1 {
    margin: -0.25rem; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem; }
  .m-md-n2 {
    margin: -0.5rem; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem; }
  .m-md-n3 {
    margin: -1rem; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem; }
  .m-md-n4 {
    margin: -1.5rem; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem; }
  .m-md-n5 {
    margin: -3rem; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem; }
  .m-md-auto {
    margin: auto; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0; }
  .m-lg-1 {
    margin: 0.25rem; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem; }
  .m-lg-2 {
    margin: 0.5rem; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem; }
  .m-lg-3 {
    margin: 1rem; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem; }
  .m-lg-4 {
    margin: 1.5rem; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem; }
  .m-lg-5 {
    margin: 3rem; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem; }
  .p-lg-0 {
    padding: 0; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0; }
  .p-lg-1 {
    padding: 0.25rem; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem; }
  .p-lg-2 {
    padding: 0.5rem; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem; }
  .p-lg-3 {
    padding: 1rem; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem; }
  .p-lg-4 {
    padding: 1.5rem; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem; }
  .p-lg-5 {
    padding: 3rem; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem; }
  .m-lg-n1 {
    margin: -0.25rem; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem; }
  .m-lg-n2 {
    margin: -0.5rem; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem; }
  .m-lg-n3 {
    margin: -1rem; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem; }
  .m-lg-n4 {
    margin: -1.5rem; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem; }
  .m-lg-n5 {
    margin: -3rem; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem; }
  .m-lg-auto {
    margin: auto; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0; }
  .m-xl-1 {
    margin: 0.25rem; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem; }
  .m-xl-2 {
    margin: 0.5rem; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem; }
  .m-xl-3 {
    margin: 1rem; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem; }
  .m-xl-4 {
    margin: 1.5rem; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem; }
  .m-xl-5 {
    margin: 3rem; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem; }
  .p-xl-0 {
    padding: 0; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0; }
  .p-xl-1 {
    padding: 0.25rem; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem; }
  .p-xl-2 {
    padding: 0.5rem; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem; }
  .p-xl-3 {
    padding: 1rem; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem; }
  .p-xl-4 {
    padding: 1.5rem; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem; }
  .p-xl-5 {
    padding: 3rem; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem; }
  .m-xl-n1 {
    margin: -0.25rem; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem; }
  .m-xl-n2 {
    margin: -0.5rem; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem; }
  .m-xl-n3 {
    margin: -1rem; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem; }
  .m-xl-n4 {
    margin: -1.5rem; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem; }
  .m-xl-n5 {
    margin: -3rem; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem; }
  .m-xl-auto {
    margin: auto; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto; } }

@media (max-width: 576px) {
  .p-mb-0 {
    padding: 0; }
  .m-mb-0 {
    margin: 0; } }

.txt-dark {
  color: #000; }

.txt-center {
  align-items: center; }

.faq-book {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 2rem 1rem;
  min-height: 12rem; }
  .faq-book div:first-child span {
    display: block; }
    .faq-book div:first-child span:nth-child(1) {
      font-size: 1.25rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 0.5rem; }
    .faq-book div:first-child span:nth-child(2) {
      font-size: 1rem;
      font-weight: 400;
      color: #fff; }
  .faq-book div:nth-child(2) {
    display: flex;
    align-items: center; }
    .faq-book div:nth-child(2) a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 13.375rem;
      height: 4rem;
      background-color: #fff;
      font-size: 1.125rem;
      font-weight: 500;
      color: #000;
      text-decoration: none;
      margin-right: 0.5rem; }
  @media (max-width: 576px) {
    .faq-book {
      min-height: 15rem; }
      .faq-book div:first-child span:nth-child(1) {
        margin-bottom: 0.75rem; }
      .faq-book div:nth-child(2) a {
        margin-top: 1rem; } }

.related-article {
  margin-top: 2.5rem; }
  .related-article .ra-head {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .related-article .blog-anchor {
    text-decoration: none; }
    .related-article .blog-anchor .ba-card:hover {
      transform: scale(1.05);
      transition: transform 0.2s ease-in-out; }

.contact {
  background-color: #f8f9fa; }
  .contact #gmap_canvas_contactus {
    width: 300px;
    height: 150px; }
  @media (min-width: 992px) {
    .contact .c-lg-5 {
      border-right: 0.063px solid #c5c5c5; } }
  .contact .d-flex.ai-center {
    width: 70%; }
    .contact .d-flex.ai-center img {
      width: 1.25rem;
      margin-right: 0.8rem; }
    .contact .d-flex.ai-center div {
      font-size: 0.875rem;
      line-height: 1.5; }
  .contact .contact-form div:nth-child(2) {
    font-size: 0.875rem;
    color: #6c757d; }
  .contact .contact-form .cu-inp {
    display: flex;
    justify-content: space-between; }
    .contact .contact-form .cu-inp .position-relative {
      flex: 1 1 50%; }
      .contact .contact-form .cu-inp .position-relative:first-child {
        padding-right: 1rem; }
      .contact .contact-form .cu-inp .position-relative:last-child {
        padding-left: 1rem; }
  .contact .contact-form .contact-input {
    min-height: 5.813rem; }
    .contact .contact-form .contact-input label {
      color: #6c757d;
      font-weight: 700; }
    .contact .contact-form .contact-input input {
      background-color: #f8f9fa; }
    .contact .contact-form .contact-input textarea {
      background-color: #f8f9fa;
      min-height: 6.25rem; }
  .contact .contact-link {
    margin-bottom: 2rem; }
    .contact .contact-link a {
      font-size: 1.375rem;
      color: #000;
      width: 9.063rem;
      border-bottom: 0.125rem solid #000;
      padding-bottom: 0.3125rem;
      text-decoration: none; }
      .contact .contact-link a img {
        width: 0.875rem;
        height: 0.5rem;
        margin-left: 0.3125rem;
        transform: rotate(-90deg); }
    .contact .contact-link a:hover {
      color: #efa603;
      border-bottom: 0.125rem solid #efa603; }

.passenger .card {
  min-height: 375px; }

.passenger .password-input {
  height: 108px; }

.passenger .as-center span:first-child {
  font-size: 0.875rem;
  font-weight: 500;
  color: #636363;
  margin-right: 0.625rem; }

.passenger .as-center span:last-child {
  font-size: 0.875rem;
  font-weight: 900;
  color: #efa603;
  cursor: pointer; }
  .passenger .as-center span:last-child:hover {
    text-decoration: underline; }

.notice {
  font-size: 0.75rem;
  font-weight: 500;
  color: #636363;
  margin-left: 0.5625rem; }

.welcome {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.03);
  border: solid 0.0625rem #f2f2f2;
  background-color: #000; }
  .welcome img {
    width: 47px;
    height: 47px; }
  .welcome div {
    margin-left: 0.625rem;
    align-self: center; }
    .welcome div span {
      display: block;
      font-size: 0.8125rem;
      font-weight: 500;
      color: #d9d9d9; }
      .welcome div span:first-child {
        font-size: 0.875rem;
        font-weight: 900;
        color: #fff;
        margin-bottom: 0.1875rem; }

.hello {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.03);
  border: solid 0.0625rem #f2f2f2;
  background-color: #fff;
  margin-top: 2.188rem; }
  .hello img:first-child {
    position: absolute;
    right: 0.25rem;
    top: 1.5rem;
    cursor: pointer; }
  .hello div {
    margin-left: 0.625rem;
    align-self: center; }
    .hello div > :first-child {
      font-size: 0.875rem;
      font-weight: 900;
      color: #000;
      margin-bottom: 0.1875rem; }
    .hello div span {
      display: block;
      font-size: 0.8125rem;
      font-weight: 900;
      color: #636363; }
      .hello div span:only-child {
        font-weight: 900; }

@media (max-width: 576px) {
  .passenger .pd h1 {
    flex: none; }
  .passenger .pd .as-center {
    text-align: right;
    flex: none;
    margin-top: -1.2rem; }
    .passenger .pd .as-center span {
      display: block; }
      .passenger .pd .as-center span:first-child {
        margin-right: 0;
        margin-bottom: 0.5rem; }
      .passenger .pd .as-center span:last-child {
        width: fit-content;
        float: right; } }

@media (max-width: 992px) {
  .email-info {
    font-size: 0.688rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .email-info {
    font-size: 0.5rem; } }

@media (min-width: 1200px) {
  .email-info {
    font-size: 0.64rem; } }

.payment .card {
  min-height: 290px; }

.payment .fare-details div {
  display: flex;
  justify-content: space-between; }
  .payment .fare-details div span {
    margin-bottom: 1rem; }
    .payment .fare-details div span:first-child {
      font-size: 0.875rem;
      font-weight: 500;
      color: #636363; }
    .payment .fare-details div span:last-child {
      font-size: 1rem;
      font-weight: 900;
      color: #000; }

.payment .fare-details .coupon span {
  color: #efa603 !important; }

.payment .estimated-fare {
  align-self: center;
  text-align: center; }
  .payment .estimated-fare span {
    display: block;
    margin-bottom: 0.7rem; }
    .payment .estimated-fare span:first-child {
      font-size: 1.75rem;
      font-weight: 900;
      color: #000; }
    .payment .estimated-fare span:last-child {
      font-size: 0.875rem;
      font-weight: 600;
      color: #636363; }

.payment .promo-label {
  display: flex; }
  .payment .promo-label div {
    align-self: center;
    font-size: 1rem;
    font-weight: 500;
    color: #636363;
    margin-left: 1.3rem;
    margin-top: 0.1rem; }

.payment .promo-code {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .payment .promo-code .form-control {
    height: calc(1.5em + 0.75rem + 8px);
    padding: 0.375rem 2rem 0.375rem 0.75rem;
    border: none;
    background-color: #f6f6f6;
    font-weight: 900; }
    .payment .promo-code .form-control::placeholder {
      font-size: 0.875rem;
      font-weight: 500;
      color: #acafbd; }
  .payment .promo-code > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .payment .promo-code > .form-control:focus {
      z-index: 3; }
  .payment .promo-code img {
    position: absolute;
    right: 5.313rem;
    top: 0.8125rem;
    cursor: pointer;
    z-index: 4; }
  .payment .promo-code .btn-dark {
    width: 5rem;
    z-index: 2;
    padding-left: 0;
    padding-right: 0; }
    .payment .promo-code .btn-dark:disabled {
      background-color: #c2c2c2;
      border: #c2c2c2;
      cursor: not-allowed; }

.radio-promo label {
  display: block;
  position: relative;
  justify-content: space-between;
  padding-left: 2.188rem;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.radio-promo label:hover {
  background-color: #fffcee; }

.radio-promo label input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.radio-promo .dot {
  position: absolute;
  top: 1.25rem;
  left: 3rem;
  height: 1.125rem;
  width: 1.125rem;
  background-color: #fff;
  border: solid 0.0625rem #b6b6b6;
  border-radius: 50%; }

.radio-promo label:hover input ~ .dot {
  border: solid 0.0625rem #efa603; }

.radio-promo .dot:after {
  content: "";
  position: absolute;
  display: none; }

.radio-promo label input:checked ~ .dot:after {
  display: block; }

.radio-promo label > input:checked {
  background-color: #efa603; }

.radio-promo label .dot:after {
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #efa603; }

.radio-promo div {
  display: flex;
  justify-content: space-around; }
  .radio-promo div span {
    padding: 0.28rem;
    vertical-align: middle; }
    .radio-promo div span:first-child {
      font-size: 0.875rem;
      font-weight: 900;
      color: #000;
      border: dotted 0.0625rem transparent;
      margin-left: 1rem; }
    .radio-promo div span:last-child {
      font-size: 0.75rem;
      font-weight: 500;
      color: #636363; }

.radio-promo label:hover div span:first-child {
  border: dashed 0.0625rem #000; }

.radio-promo label input:checked ~ div span:first-child {
  border: dashed 0.0625rem #000; }

.view-promo hr {
  border: solid 0.0333rem rgba(215, 215, 215, 0.5); }

.view-promo div:last-child {
  font-size: 0.75rem;
  font-weight: 900;
  color: #efa603;
  text-align: right;
  cursor: pointer; }
  .view-promo div:last-child:hover {
    color: #000; }
    .view-promo div:last-child:hover img {
      filter: grayscale(1); }
  .view-promo div:last-child .down {
    transform: rotate(-90deg);
    margin-top: -4px; }
  .view-promo div:last-child .right {
    margin-top: -4px; }

@media (min-width: 577px) {
  .payment .fare-details {
    border-right: solid 0.0633rem rgba(215, 215, 215, 0.5);
    padding-right: 2rem; } }

@media (max-width: 576px) {
  .payment .fd {
    margin: 0; }
    .payment .fd .c-12.mb-4.f-18.fw-6 {
      padding-left: 0;
      padding-right: 0; }
  .payment .fare-details {
    border-bottom: solid 0.063rem #d9d9d9;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .payment .estimated-fare {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 0.063rem #d9d9d9;
    padding: 1.5rem 1rem; }
  .payment .promo-label {
    display: none; }
  .payment .promo-code {
    padding: 0 1rem; }
    .payment .promo-code img {
      right: 6.5rem; }
  .view-promo div:last-child {
    text-align: center; } }

.card-payment .card {
  min-height: 312px; }

.card-payment .card-height {
  min-height: 75px; }

.card-pay {
  background-color: #f6f6f8 !important;
  border: none !important;
  padding: 9px 10px 0 !important; }

.stripe {
  width: 140px;
  align-self: center; }

.c-error-msg {
  position: absolute; }

.c-error-msg,
.c-error {
  font-size: 0.875rem;
  font-weight: 500;
  color: #dd2138; }

@media (min-width: 577px) {
  .c-error-msg {
    top: 33px;
    width: 50%; }
  .b-error {
    top: -25px; } }

@media (max-width: 576px) {
  .c-error-msg {
    top: 28px;
    width: 100%; }
  .card-payment .btn {
    display: block;
    margin: 3.2rem auto 0;
    width: 100%; }
  .card-height {
    min-height: 90px; }
  .stripe {
    position: absolute;
    top: -140px;
    right: 15px; } }

.gmap {
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.2); }
  .gmap .gmap_canvas {
    position: relative;
    overflow: hidden;
    height: 440px; }
  .gmap .row {
    margin: 0;
    padding: 0.5rem 0;
    box-shadow: 0 0.25rem 0.1875rem 0 rgba(0, 0, 0, 0.03);
    border-bottom: solid 0.0625rem rgba(215, 215, 215, 0.5);
    background-color: #fff; }
    .gmap .row .t-center:first-child {
      border-right: 0.063rem solid rgba(215, 215, 215, 0.5); }
    .gmap .row .t-center span {
      display: block; }
      .gmap .row .t-center span:first-child {
        font-size: 0.75rem;
        font-weight: 500;
        color: #000;
        line-height: 1.6; }
      .gmap .row .t-center span:last-child {
        font-size: 0.875rem;
        font-weight: 900;
        color: #000; }
    .gmap .row .d-block.c-4 {
      font-size: 0.875rem;
      font-weight: 900;
      color: #efa603;
      text-align: center; }
      .gmap .row .d-block.c-4 .map {
        transform: rotate(-90deg); }

@media (min-width: 992px) {
  .gmap {
    position: -webkit-sticky;
    position: sticky;
    top: 8.25rem; } }

@media (max-width: 992px) {
  .db-map {
    display: block; }
  .dn-map {
    display: none; } }

