.pnf-bg {
  background-image: linear-gradient(116deg, #ffcc67 1%, #ffaa49 101%); }

.page-not-found {
  min-height: 40rem;
  padding-top: 7rem; }
  .page-not-found .container {
    max-width: 500px;
    display: flex;
    flex-direction: column; }
    .page-not-found .container h3 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #222222; }
    .page-not-found .container p {
      font-size: 1rem;
      font-weight: 500;
      color: #222222; }
    .page-not-found .container img {
      align-self: center;
      width: 90%; }
    .page-not-found .container a {
      min-width: 7.5rem;
      padding: 0.45rem 0.75rem; }

.all-head.no-header .nav-item,
.all-head.no-header .container,
.all-head.no-header .spacer {
  display: none; }

.all-head.no-header header .navbar.fixed-top {
  position: relative;
  min-height: 3rem; }

/* // Navbar */
header .navbar {
  min-height: 4.313rem;
  z-index: 1000;
  padding-top: 0.844rem;
  padding-bottom: 0.844rem; }
  header .navbar .container a .logo {
    width: 122px;
    height: 22px;
    cursor: pointer; }
  header .navbar .container {
    position: relative; }
    header .navbar .container .f-img {
      position: absolute;
      right: 5rem;
      bottom: 0.1rem; }

.head-op {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.313rem 0 rgba(0, 0, 0, 0.11);
  transition: all 0.3s ease-in-out; }
  .head-op .nav-link:hover,
  .head-op .nav-link:focus {
    color: #efa603;
    text-decoration: none; }
  @media (min-width: 767px) {
    .head-op.head-qs {
      width: 650px; } }
  .head-op.head-qs {
    height: 3.9rem;
    min-height: 3.9rem; }

.head-hp {
  background-color: transparent;
  transition: all 0.3s ease-in-out; }
  .head-hp .nav-link:hover,
  .head-hp .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-weight: 900;
    text-decoration: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  line-height: 1.7;
  font-size: 0.938rem;
  font-weight: 500;
  color: #000;
  transition: all 0.2s ease-in-out; }

.pt-hover {
  background-color: #fff;
  margin-bottom: 0rem;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  list-style-type: none;
  max-height: 0;
  transition: all 0.5s ease-in-out; }
  .pt-hover.open {
    height: 500px;
    max-height: 800px; }
  .pt-hover.close {
    opacity: 0; }
  .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 .transfer ul,
  .pt-hover .taxi ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pt-hover .feedback .d-flex.jc-lg-end:first-child img:not(:nth-child(4)) {
    padding: 0 0.1rem; }
  .pt-hover .feedback .d-flex.jc-lg-end:first-child img:nth-child(1) {
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%; }
  .pt-hover .feedback .d-flex.jc-lg-end:first-child img:nth-child(2),
  .pt-hover .feedback .d-flex.jc-lg-end:first-child img:nth-child(4) {
    border-radius: 50%; }
  .pt-hover .feedback .d-flex.jc-lg-end:last-child img:not(:nth-child(4)) {
    padding: 0 0.1rem; }
  .pt-hover .feedback .d-flex.jc-lg-end:last-child img:nth-child(2) {
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%; }
  .pt-hover .feedback .d-flex.jc-lg-end:last-child img:nth-child(3) {
    border-radius: 50%; }

.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; }

.filter {
  display: none; }

.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: 0rem 0 0rem 0.8rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s 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.75rem; }
    .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
      top: 1.25rem; }
    .navbar-toggler span:nth-child(4) {
      top: 1.75rem; }
  .navbar-toggler.open span:nth-child(1) {
    top: 0.75rem;
    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.75rem;
    width: 0%;
    left: 50%; }

.my-profile {
  position: relative; }
  .my-profile .btn-profile {
    min-width: 8rem;
    max-width: 11rem;
    font-weight: 900;
    color: #000;
    border-radius: 1.32rem; }
    @media (max-width: 576px) {
      .my-profile .btn-profile {
        max-width: 7rem;
        padding: 0.375rem 1.3rem 0.375rem 0.5rem; }
        .my-profile .btn-profile.no-pro {
          display: none; } }
    .my-profile .btn-profile:hover {
      color: #fff; }
    .my-profile .btn-profile.bg-dark {
      background-color: #222222;
      color: #fff; }
  .my-profile .btn-profile:focus {
    box-shadow: none !important; }
  .my-profile .user-dropdown {
    position: absolute;
    z-index: 1000;
    right: 0;
    width: 250px;
    min-width: 250px;
    list-style: 1.5;
    background-clip: padding-box;
    background-color: #303030;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(0%, 0);
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease-in-out; }
    .my-profile .user-dropdown.open {
      max-height: 300px; }
    .my-profile .user-dropdown.close {
      max-height: 0; }
    .my-profile .user-dropdown ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      .my-profile .user-dropdown ul li {
        width: 100%;
        border-bottom: solid 0.063rem #464646; }
      .my-profile .user-dropdown ul button,
      .my-profile .user-dropdown ul a {
        color: #fff;
        width: 100%;
        text-align: left;
        padding-left: 2rem; }
        .my-profile .user-dropdown ul button:hover,
        .my-profile .user-dropdown ul a:hover {
          color: #efa603; }

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

.clr-yellow {
  color: #efa603; }

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

.h-user-icon {
  display: none; }

.mb-profile {
  display: none; }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-collapse {
    margin-top: 1rem;
    order: 2; }
  header .container .nav-item.d-flex {
    order: 1; }
  .display-none {
    display: none; }
  .display-block {
    display: block; }
  .pt-hover.open {
    overflow-y: auto !important; }
  .pt-hover .feedback img {
    height: 75px;
    width: 75px; }
  .all-head .h-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    margin-top: 0; }
  .all-head .h-modal-bg {
    background-color: rgba(0, 0, 0, 0.14); }
  .all-head .h-modal.display-block {
    overflow-x: hidden;
    overflow-y: auto !important; }
  .all-head .h-modal-main {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0 0 0 auto;
    background: #fff;
    min-width: 31rem;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    animation-name: h-modalFade;
    animation-duration: 0.4s; }
  @keyframes h-modalFade {
    from {
      transform: translateX(100%);
      opacity: 0; }
    to {
      transform: translateX(0);
      opacity: 1; } }
  .all-head .h-modal-content {
    width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
    animation-name: h-modalFade;
    animation-duration: 0.4s; }
  .all-head .nav-link {
    padding-bottom: 1rem;
    font-weight: 500;
    font-size: 22px; }
  .all-head .mb-profile {
    display: block; }
    .all-head .mb-profile a {
      color: #111111 !important;
      padding-bottom: 1.5rem;
      font-weight: 500;
      font-size: larger; }
    .all-head .mb-profile .profile {
      margin-top: 1.5rem;
      font-weight: 500;
      font-size: larger; }
    .all-head .mb-profile .btn-dark {
      margin-top: 1.8rem;
      width: 121px;
      height: 46px;
      border-radius: 4px;
      padding: 10px 10px 11px 11px; }
  .all-head .my-profile {
    padding-top: 0.5rem; }
    .all-head .my-profile .btn-profile {
      border-radius: 0;
      padding: 10px 10px 11px 11px; }
      .all-head .my-profile .btn-profile img {
        display: none; }
      .all-head .my-profile .btn-profile.no-pro {
        display: none; }
    .all-head .my-profile .user-dropdown {
      left: 0;
      display: block;
      opacity: 1;
      height: 200px; }
      .all-head .my-profile .user-dropdown.close, .all-head .my-profile .user-dropdown.open {
        max-height: 200px;
        background-color: transparent;
        box-shadow: none; }
      .all-head .my-profile .user-dropdown ul li {
        border-bottom: 0; }
      .all-head .my-profile .user-dropdown ul a,
      .all-head .my-profile .user-dropdown ul button {
        color: #222222;
        font-size: 22px;
        padding: 0;
        padding-bottom: 1.5rem; }
  .all-head .h-user-icon {
    display: block;
    border-bottom: 2px solid #f6f7fb; }
    .all-head .h-user-icon img {
      height: 75px; }
    .all-head .h-user-icon div {
      font-size: 22px; }
    .all-head .h-user-icon p {
      font-size: 1.8rem; }
  .all-head .h-modal-close {
    position: absolute;
    right: 0; }
    .all-head .h-modal-close .btn-none {
      padding: 0 1.5rem 0 0; }
      .all-head .h-modal-close .btn-none:hover img {
        transform: rotate(180deg);
        transition: transform 0.2s ease-in-out; }
      .all-head .h-modal-close .btn-none:focus {
        outline: 0;
        box-shadow: none; }
  .mob-call {
    position: absolute;
    right: 3rem; } }

@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-hover .feedback img {
    height: 105px;
    width: 105px; }
  .all-head .h-modal-close {
    display: none; }
  .web-call {
    text-decoration: underline;
    text-underline-offset: 1px; } }

@media (max-width: 576px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0; }
    .navbar .container + img {
      width: 8.125rem; }
  .navbar a .logo {
    width: 8.125rem; }
  header .btn-dark-ol {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .pt-hover .d-flex.jc-between {
    flex-wrap: wrap; }
  .pt-hover .transfer,
  .pt-hover .taxi,
  .pt-hover .feedback {
    width: 100%; }
  .pt-hover .feedback img {
    height: 65px !important;
    width: 65px !important; }
  .all-head .h-modal-main {
    min-width: 80%;
    width: 80%; }
  .all-head .h-modal-content {
    padding: 0 1rem 1rem;
    width: 100%; }
  .filter {
    display: block; } }

@media (min-width: 577px) and (max-width: 767px) {
  .pt-hover .d-flex.jc-between {
    flex-wrap: wrap; }
  .pt-hover .transfer,
  .pt-hover .taxi {
    width: 50%; }
  .pt-hover .feedback {
    width: 100%; } }

@media (min-width: 577px) and (max-width: 991px) {
  .all-head .h-modal-main {
    width: 31rem; }
  .h-pad {
    margin-bottom: 6rem; } }

@media (min-width: 768px) {
  .pt-hover .transfer,
  .pt-hover .taxi {
    width: 30%; }
  .pt-hover .feedback {
    width: calc(100% - 60%); } }

@media (min-width: 420px) and (max-width: 576px) {
  .h-pad {
    margin-bottom: 8rem; }
  .h-pad-bg .fixed-top.navbar.head-hp {
    background-image: linear-gradient(116deg, #ffd684 1%, #ffb25b 101%); } }

@media (max-width: 419px) {
  .h-pad {
    margin-bottom: 5rem; }
  .h-pad-bg .fixed-top.navbar.head-hp {
    background-image: linear-gradient(116deg, #ffd684 1%, #ffb25b 101%); } }

@media (min-width: 769px) {
  .third-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0; }
  .third-spacer {
    width: 100%;
    height: 4.313rem; } }

@media (min-width: 991px) {
  .second-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0; }
  .h-pad {
    margin-bottom: 4rem; } }

.head-phone {
  width: 20px; }


.pandemic {
  background-color: #634cff;
  min-height: 4.5rem; }
  .pandemic .container {
    position: relative; }
  .pandemic .pandemic-clear {
    position: absolute;
    right: 0.92rem;
    top: 1.8rem;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; }
    .pandemic .pandemic-clear:hover {
      transform: rotate(180deg); }
  .pandemic .d-flex {
    align-items: center;
    min-height: 4.5rem;
    /* animation properties */ }
    .pandemic .d-flex div {
      width: 100%; }
      .pandemic .d-flex div span {
        font-size: 0.95rem;
        font-weight: 900;
        color: #fff;
        line-height: 1.5; }
        .pandemic .d-flex div span span {
          padding: 0 0.2rem;
          color: #faa821; }
          .pandemic .d-flex div span span: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 {
    position: absolute;
    top: 4.313rem;
    left: 0;
    right: 0;
    z-index: 999; }
    .pandemic .container {
      padding: 1rem 0.75rem 1rem; }
      .pandemic .container .pandemic-clear {
        right: 1.25rem;
        top: 0.75rem; }
    .pandemic .d-flex {
      min-height: auto; }
      .pandemic .d-flex div {
        width: 100%;
        margin-left: 0; } }

@media (min-width: 576px) {
  .pandemic {
    position: fixed;
    left: 0;
    right: 0;
    top: 3.9rem;
    z-index: 1000; } }

.footer.no-footer {
  display: none !important; }

.bg-grayish {
  background-color: #202331;
  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;
  margin-bottom: 1.25rem; }

.f-logo {
  width: 140px;
  height: 25px; }

.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;
      margin-top: -0.2rem;
      transform: rotate(-90deg); }
  .dr-link a:hover {
    border-bottom: 0.125rem solid #efa603; }

*,
*::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; }

@font-face {
  font-family: "Ubuntu Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Regular"), url("/assets/fonts/Ubuntu-R.woff") format("woff"); }

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: "Ubuntu Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.main-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

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; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1024px) {
  select,
  textarea,
  input {
    font-size: 1rem !important; } }

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-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-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; }

.lh-5 {
  line-height: 1.5; }

.capitalize {
  text-transform: capitalize !important; }

.list-style-none {
  list-style: none; }

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

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

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

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

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

.bg-ghost {
  background-color: #f6f7fb !important; }

.bg-close {
  background-color: #202020; }

.bg-quartz {
  background-color: #d5d6e4; }

.bg-palette {
  background-color: #f3f5f8; }

.error {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: right;
  color: #dd2138; }
  .error::first-letter {
    text-transform: capitalize; }

.success {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.45;
  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%; }

.bor-danger {
  border: 0.063rem solid #ec5365 !important;
  box-shadow: none !important; }

.carousel-btn {
  display: flex; }
  .carousel-btn .btn {
    display: flex;
    justify-content: center;
    border-radius: 2px;
    border: solid 1px #ebecf0;
    width: 1.75rem;
    height: 1.75rem; }
    .carousel-btn .btn:hover {
      transform: scale(1.05); }
    .carousel-btn .btn:focus {
      outline: 0;
      box-shadow: none; }
    .carousel-btn .btn:disabled img {
      filter: grayscale(1); }
    .carousel-btn .btn:nth-child(1) {
      margin-right: 0.5rem; }
      .carousel-btn .btn:nth-child(1) img {
        transform: rotate(180deg); }
  @media (min-width: 768px) {
    .carousel-btn.cb-display {
      display: none; } }
  @media (max-width: 767px) {
    .carousel-btn.cb-display {
      display: flex; } }

.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%;
  border: 0.0625rem solid #caced3; }
  .phone-group .d-flex {
    margin-right: -0.063rem; }
  .phone-group > .phone-input,
  .phone-group > .field {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .phone-group:focus-within {
    border: 0.0625rem solid #efa603 !important; }
  .phone-group .form-control:not(.c-srh) {
    border: 0; }
  .phone-group .btn-cc {
    border: 0; }

.form-label {
  font-size: 0.875rem;
  color: #727272;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5; }

.captcha-input {
  min-height: 6.1rem; }
  @media (max-width: 359px) {
    .captcha-input .t-lft {
      margin-top: -1.3rem; } }
  @media (min-width: 360px) and (max-width: 400px) {
    .captcha-input .t-lft {
      margin-top: -0.6rem; } }

.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: 13rem; }
  .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: 4.25rem;
      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; } }

.rb-book {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  min-height: 12rem;
  position: relative;
  overflow: hidden; }
  .rb-book::before {
    content: "";
    position: absolute;
    right: -5rem;
    top: 2rem;
    width: 20rem;
    height: 8rem;
    background: url("/assets/images/book-taxi.png") no-repeat; }
  .rb-book::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 5.75rem;
    width: 6.063rem;
    height: 1.063rem;
    background: url("/assets/images/white-logo.svg") no-repeat; }
  .rb-book div:first-child {
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff; }
  .rb-book div:nth-child(2) {
    display: flex;
    align-items: center; }
    .rb-book div:nth-child(2) a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 6.75rem;
      height: 2.25rem;
      background-color: #fff;
      font-size: 0.75rem;
      font-weight: 500;
      color: #000;
      text-decoration: none;
      margin-right: 0.5rem; }
    .rb-book div:nth-child(2) span {
      font-size: 0.67rem;
      font-weight: 500;
      color: #fff; }

.caro-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%; }

.caro-slide {
  display: flex;
  padding: 0;
  width: 100%; }

.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; }

.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: 6px; }

/* 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-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-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-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-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-flex {
    display: -ms-flexbox;
    display: flex; }
  .d-xl-inflex {
    display: -ms-inline-flexbox;
    display: inline-flex; } }

.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; }
  .position-sm-relative {
    position: relative; } }

@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; }

.mt-z2 {
  margin-top: -2rem; }

.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; } }

@media (min-width: 577px) and (max-width: 991px) {
  .pad-0 {
    padding-left: 0;
    padding-right: 0; } }

.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 p b {
    display: block;
    margin-bottom: -0.75rem; }

.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 3rem 0; }
  .lft-side .leftbar .faq-table table {
    border-collapse: collapse;
    border: none;
    width: 100%; }
    .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-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; }

.rightbar {
  border-radius: 6px;
  box-shadow: 3px 8px 6px 0 rgba(0, 0, 0, 0.05);
  border: solid 0.035rem #c2c2c2;
  min-height: 100%; }
  .rightbar .rb-content:not(:last-child) {
    border-bottom: 0.063rem solid #c2c2c2; }
  .rightbar .rb-content:last-child {
    margin-bottom: 0; }
  .rightbar .rb-content .rb-btn {
    font-size: 1rem;
    margin-bottom: 0; }
    .rightbar .rb-content .rb-btn .btn {
      padding: 0;
      margin-bottom: 1rem;
      text-align: left;
      font-size: 1rem;
      font-weight: 600;
      color: #222222; }
      .rightbar .rb-content .rb-btn .btn:focus {
        outline: 0;
        box-shadow: none; }
  .rightbar .rb-content .rb-link h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem; }
    .rightbar .rb-content .rb-link h3::first-letter {
      text-transform: capitalize; }
    .rightbar .rb-content .rb-link h3 a {
      font-size: 1rem;
      font-weight: 400;
      color: #222222; }
    .rightbar .rb-content .rb-link h3:last-child a {
      color: #faa821; }

.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(-n + 3), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 7):nth-child(-n + 9), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 13):nth-child(-n + 15), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 19):nth-child(-n + 21), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 25):nth-child(-n + 27), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 31):nth-child(-n + 33), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 37):nth-child(-n + 39), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 43):nth-child(-n + 45), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 49):nth-child(-n + 51), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 55):nth-child(-n + 57), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 61):nth-child(-n + 63), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 67):nth-child(-n + 69), .taxi-page .taxi-body .taxidd-link h6:nth-child(n + 73):nth-child(-n + 75) {
          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; } }

.driver-link .driver-link-card .driver-link-img, .driver-link .driver-link-card .driver-link-img div, .driver-link .driver-link-card .driver-link-head, .driver-link .driver-link-card .driver-link-book, .driver-link .driver-link-card .driver-link-book .book-dd .start,
.driver-link .driver-link-card .driver-link-book .book-dd .end, .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via {
  display: flex;
  justify-content: space-between; }

.driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:nth-of-type(odd), .driver-link .driver-link-card .driver-link-ride-dd div span:first-child {
  font-size: 75%;
  font-weight: 400;
  color: #727272; }

.driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:last-child {
  font-size: 100%;
  font-weight: 400;
  color: #222222; }

.driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:nth-child(2), .driver-link .driver-link-card .driver-link-ride-dd div span:not(:first-child) {
  font-size: 87.5%;
  font-weight: 400;
  color: #222222; }

@media (min-width: 577px) {
  .driver-trips .qs-vehdetpp,
  .driver-trips .modal {
    display: none; } }

@media (max-width: 576px) {
  .driver-link {
    background: #ffd684;
    padding-top: 1.2rem; } }

.driver-link .driver-link-web {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  margin: 5rem;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }
  .driver-link .driver-link-web div {
    text-align: center;
    padding: 0 5rem; }
  @media (max-width: 576px) {
    .driver-link .driver-link-web {
      display: none; } }

.driver-link .driver-link-complete {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  @media (min-width: 577px) {
    .driver-link .driver-link-complete {
      display: none; } }

.driver-link .driver-link-card {
  margin: auto;
  padding: 1rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  padding-bottom: 10rem; }
  @media (min-width: 577px) {
    .driver-link .driver-link-card {
      display: none; } }
  .driver-link .driver-link-card .title {
    font-size: 112.5%;
    font-weight: 600;
    color: #000;
    background-color: #e8eaf3;
    height: 2.438rem;
    display: flex;
    align-items: center;
    padding-left: 2%; }
    @media (max-width: 768px) {
      .driver-link .driver-link-card .title {
        height: 1.5rem; } }
  .driver-link .driver-link-card .driver-link-img {
    margin-bottom: 7%; }
    .driver-link .driver-link-card .driver-link-img .con-logo {
      width: 141px;
      height: 25px; }
    .driver-link .driver-link-card .driver-link-img div {
      width: 10%; }
  .driver-link .driver-link-card .driver-link-head {
    margin-bottom: 3.5%; }
    .driver-link .driver-link-card .driver-link-head h6 {
      font-size: 150%;
      font-weight: 600;
      color: #000;
      line-height: 1.17;
      margin-bottom: 0; }
      .driver-link .driver-link-card .driver-link-head h6 + p {
        font-size: 1rem;
        font-weight: 400;
        color: #000;
        line-height: 1.75;
        margin-bottom: 0; }
        .driver-link .driver-link-card .driver-link-head h6 + p span {
          font-weight: 600; }
  .driver-link .driver-link-card .double-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .driver-link .driver-link-card .double-btn button {
      width: 48%; }
  .driver-link .driver-link-card .upload-details .upload-otp {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .driver-link .driver-link-card .upload-details .upload-otp .form-control {
      width: 50%; }
    .driver-link .driver-link-card .upload-details .upload-otp button {
      width: 44%; }
  .driver-link .driver-link-card .odo-fixed-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5rem 1rem; }
  .driver-link .driver-link-card .btn-yellow,
  .driver-link .driver-link-card .btn-dark {
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    height: 2.5rem;
    width: 100%;
    border-radius: 8px;
    border: none; }
  .driver-link .driver-link-card p {
    font-size: 12px;
    font-weight: 400;
    color: #575757;
    text-align: center;
    line-height: 1.4;
    margin: 0.5rem 0 0; }
  .driver-link .driver-link-card .driver-link-book .book-dd {
    width: 100%; }
    .driver-link .driver-link-card .driver-link-book .book-dd .book-id {
      margin-bottom: 3%; }
      .driver-link .driver-link-card .driver-link-book .book-dd .book-id span:first-child {
        font-size: 100%;
        font-weight: 500;
        color: #000; }
      .driver-link .driver-link-card .driver-link-book .book-dd .book-id span:nth-child(2) {
        font-size: 112.5%;
        font-weight: 600;
        color: #000; }
      .driver-link .driver-link-card .driver-link-book .book-dd .book-id img {
        margin: -1.3% auto auto 3%; }
    .driver-link .driver-link-card .driver-link-book .book-dd .start,
    .driver-link .driver-link-card .driver-link-book .book-dd .end {
      margin-bottom: 3.5%;
      flex-direction: column;
      align-items: flex-start; }
      .driver-link .driver-link-card .driver-link-book .book-dd .start div:first-child,
      .driver-link .driver-link-card .driver-link-book .book-dd .end div:first-child {
        font-size: 12px;
        font-weight: 500;
        color: #575757;
        margin-bottom: 0.4rem; }
      .driver-link .driver-link-card .driver-link-book .book-dd .start div:not(:first-child),
      .driver-link .driver-link-card .driver-link-book .book-dd .end div:not(:first-child) {
        font-size: 12px;
        font-weight: 600;
        color: #222222;
        line-height: 1.4; }
    .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via:last-child {
      border-bottom: 0.063rem solid #ececec;
      margin-bottom: 3.5%; }
    .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via {
      align-items: center;
      height: 46px;
      border-top: 0.063rem solid #ececec; }
      .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:nth-child(1) {
        width: 30px; }
      .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:nth-child(2) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 200px); }
      .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:nth-child(3) {
        width: 50px; }
      .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:last-child {
        width: 60px; }
  .driver-link .driver-link-card .driver-link-ride-dd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 0.063rem solid #ececec;
    border-bottom: 0.063rem solid #ececec; }
    .driver-link .driver-link-card .driver-link-ride-dd div {
      width: 33.33%;
      margin: 2% 0 0 0;
      padding-bottom: 2%; }
      .driver-link .driver-link-card .driver-link-ride-dd div span {
        display: block; }
      .driver-link .driver-link-card .driver-link-ride-dd div span:first-child {
        line-height: 2; }
      .driver-link .driver-link-card .driver-link-ride-dd div:nth-child(-n + 6) {
        border-bottom: 0.063rem solid #ececec; }
  .driver-link .driver-link-card .passenger-dd {
    margin-bottom: 2.75%; }
    .driver-link .driver-link-card .passenger-dd .driver-notes {
      display: flex;
      align-items: center;
      margin-bottom: 1rem; }
      .driver-link .driver-link-card .passenger-dd .driver-notes span:nth-child(1) {
        font-size: 12px;
        font-weight: 600;
        color: #222222;
        width: 100px; }
      .driver-link .driver-link-card .passenger-dd .driver-notes span:nth-child(2) {
        font-size: 12px;
        font-weight: 400;
        color: #222222;
        width: calc(100% - 100px); }
    .driver-link .driver-link-card .passenger-dd .odometer {
      display: flex;
      flex-direction: column;
      position: relative; }
      .driver-link .driver-link-card .passenger-dd .odometer span,
      .driver-link .driver-link-card .passenger-dd .odometer p {
        font-size: 12px;
        font-weight: 600;
        color: #222222;
        margin: 0; }
      .driver-link .driver-link-card .passenger-dd .odometer .additional-field {
        display: flex;
        justify-content: space-between;
        margin-top: 0.75rem; }
        .driver-link .driver-link-card .passenger-dd .odometer .additional-field .odo-sec {
          display: flex;
          position: relative;
          min-height: 4.3rem; }
          .driver-link .driver-link-card .passenger-dd .odometer .additional-field .odo-sec p {
            margin-right: 0.75rem;
            color: #575757; }
          .driver-link .driver-link-card .passenger-dd .odometer .additional-field .odo-sec:nth-child(1):after {
            content: "";
            position: absolute;
            right: 0.5rem;
            top: 0.8rem;
            font-size: 12px;
            color: #575757;
            font-weight: 400; }
        .driver-link .driver-link-card .passenger-dd .odometer .additional-field .form-control {
          width: 110px;
          text-overflow: initial;
          font-size: 13px !important;
          padding: 0.35rem 0.5rem;
          min-height: 38px; }
      .driver-link .driver-link-card .passenger-dd .odometer .odometer-field {
        display: flex;
        justify-content: space-between;
        margin-top: 0.75rem; }
        .driver-link .driver-link-card .passenger-dd .odometer .odometer-field .odo-sec {
          display: flex;
          position: relative;
          min-height: 4.3rem; }
          .driver-link .driver-link-card .passenger-dd .odometer .odometer-field .odo-sec p {
            margin-right: 0.75rem;
            color: #575757; }
          .driver-link .driver-link-card .passenger-dd .odometer .odometer-field .odo-sec:nth-child(1):after {
            content: "Km";
            position: absolute;
            right: 0.5rem;
            top: 0.8rem;
            font-size: 12px;
            color: #575757;
            font-weight: 400; }
        .driver-link .driver-link-card .passenger-dd .odometer .odometer-field .form-control {
          width: 110px;
          text-overflow: initial;
          font-size: 13px !important;
          padding: 0.35rem 0.5rem;
          min-height: 38px; }
        .driver-link .driver-link-card .passenger-dd .odometer .odometer-field .upload-driver {
          width: 70px;
          height: 38px;
          padding: 0 !important;
          display: flex;
          align-items: center;
          justify-content: center; }
    .driver-link .driver-link-card .passenger-dd .odo-upload {
      margin-top: 1.5rem; }
      .driver-link .driver-link-card .passenger-dd .odo-upload .btn-dark {
        padding: 0;
        font-size: 12px;
        font-weight: 600;
        height: 2.5rem;
        width: 100%;
        border-radius: 8px;
        border: none;
        margin-top: 1.5rem; }
    .driver-link .driver-link-card .passenger-dd .ctbc {
      display: flex;
      justify-content: space-between;
      margin-top: 2.5rem; }
      .driver-link .driver-link-card .passenger-dd .ctbc span {
        font-size: 12px;
        font-weight: 600;
        color: #222222; }
      .driver-link .driver-link-card .passenger-dd .ctbc .odometer-field {
        margin-top: 0; }
      .driver-link .driver-link-card .passenger-dd .ctbc .form-control {
        width: 110px;
        margin-left: 10px;
        font-size: 12px;
        padding: 0.35rem 0.5rem;
        text-overflow: initial; }
    .driver-link .driver-link-card .passenger-dd .customer {
      display: flex;
      justify-content: space-between; }
      .driver-link .driver-link-card .passenger-dd .customer div {
        margin-bottom: 1rem; }
        .driver-link .driver-link-card .passenger-dd .customer div h6 {
          font-size: 12px;
          font-weight: 600;
          color: #222222;
          margin: 0;
          line-height: 1.5; }
        .driver-link .driver-link-card .passenger-dd .customer div p {
          display: block;
          font-size: 12px;
          font-weight: 500;
          color: #575757;
          margin: 0;
          line-height: 1.5;
          text-align: left; }
        .driver-link .driver-link-card .passenger-dd .customer div:nth-child(2) {
          display: flex; }
      .driver-link .driver-link-card .passenger-dd .customer a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        border-radius: 4px; }
        .driver-link .driver-link-card .passenger-dd .customer a:last-child {
          margin-left: 1rem; }
          .driver-link .driver-link-card .passenger-dd .customer a:last-child img {
            width: 28px;
            height: 28px;
            object-fit: contain; }
        .driver-link .driver-link-card .passenger-dd .customer a img.head-phone {
          width: 16px;
          height: 16px;
          object-fit: contain; }
  .driver-link .driver-link-card .passenger-dd .table-meet,
  .driver-link .driver-link-card .passenger-dd .table-comment {
    display: flex;
    flex-direction: column;
    border: 0.063rem solid #dadada;
    border-top: none;
    padding: 1.5% 0 1.5% 4%; }
    .driver-link .driver-link-card .passenger-dd .table-meet span,
    .driver-link .driver-link-card .passenger-dd .table-comment span {
      display: block; }
      .driver-link .driver-link-card .passenger-dd .table-meet span:first-child,
      .driver-link .driver-link-card .passenger-dd .table-comment span:first-child {
        font-size: 12px;
        font-weight: 500;
        color: #575757;
        margin-bottom: 0.25rem; }
      .driver-link .driver-link-card .passenger-dd .table-meet span:last-child,
      .driver-link .driver-link-card .passenger-dd .table-comment span:last-child {
        font-size: 12px;
        font-weight: 500;
        color: #000; }
  .driver-link .driver-link-card .fare-dd .table div span:last-child {
    font-weight: 600 !important; }
  .driver-link .driver-link-card .f-14.fw-4.t-ryt {
    margin-top: 4%; }

.btn-ok,
.btn-otp {
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  width: 100px;
  border-radius: 8px;
  border: none;
  background: #efa603;
  color: #fff;
  display: block;
  margin: auto; }

.btn-ok {
  padding: 0.5rem 1rem;
  margin-bottom: 8px; }

.btn-otp {
  padding: 0.375rem 1rem; }

.error-txt {
  display: block;
  margin: auto !important;
  text-align: center;
  font-size: 12px !important;
  width: 80%;
  color: #ec5365 !important;
  padding-top: 0.5rem; }

.success-txt {
  display: block;
  margin: auto !important;
  text-align: center;
  font-size: 12px !important;
  width: 80%;
  color: #5aa652 !important;
  padding-top: 0.5rem; }

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

.dl-logout {
  background: none;
  border: none;
  border-bottom: 1px solid #efa603;
  padding: 0;
  color: #efa603;
  font-size: 12px;
  margin-top: 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%; } }

.confirm .confirm-card .confirm-img, .confirm .confirm-card .confirm-img div, .confirm .confirm-card .confirm-head, .confirm .confirm-card .confirm-book, .confirm .confirm-card .confirm-book .book-dd .start,
.confirm .confirm-card .confirm-book .book-dd .end, .confirm .confirm-card .confirm-book .book-dd .confirm-via .via {
  display: flex;
  justify-content: space-between; }

.confirm .confirm-card .confirm-book .book-dd .confirm-via .via div:nth-of-type(odd), .confirm .confirm-card .confirm-ride-dd div span:first-child {
  font-size: 75%;
  font-weight: 400;
  color: #727272; }

.confirm .confirm-card .confirm-book .book-dd .confirm-via .via div:last-child {
  font-size: 100%;
  font-weight: 400;
  color: #222222; }

.confirm .confirm-card .confirm-book .book-dd .confirm-via .via div:nth-child(2), .confirm .confirm-card .confirm-ride-dd div span:not(:first-child) {
  font-size: 87.5%;
  font-weight: 400;
  color: #222222; }

.confirm .confirm-card {
  margin: auto;
  max-width: 83%;
  padding: 4.5% 6.5%; }
  @media (max-width: 768px) {
    .confirm .confirm-card {
      max-width: 95%; } }
  .confirm .confirm-card .title {
    font-size: 112.5%;
    font-weight: 600;
    color: #000;
    background-color: #e8eaf3;
    height: 2.438rem;
    display: flex;
    align-items: center;
    padding-left: 2%; }
    @media (max-width: 768px) {
      .confirm .confirm-card .title {
        height: 1.5rem; } }
  .confirm .confirm-card .confirm-img {
    margin-bottom: 7%; }
    .confirm .confirm-card .confirm-img .con-logo {
      width: 141px;
      height: 25px; }
    .confirm .confirm-card .confirm-img div {
      width: 10%; }
  .confirm .confirm-card .confirm-head {
    margin-bottom: 3.5%; }
    .confirm .confirm-card .confirm-head h6 {
      font-size: 150%;
      font-weight: 600;
      color: #000;
      line-height: 1.17;
      margin-bottom: 0; }
      .confirm .confirm-card .confirm-head h6 + p {
        font-size: 1rem;
        font-weight: 400;
        color: #000;
        line-height: 1.75;
        margin-bottom: 0; }
        .confirm .confirm-card .confirm-head h6 + p span {
          font-weight: 600; }
    .confirm .confirm-card .confirm-head .btn-dark {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      align-self: baseline;
      height: 2.625rem;
      width: 30%; }
      @media (max-width: 768px) {
        .confirm .confirm-card .confirm-head .btn-dark {
          height: 1.75rem; } }
  .confirm .confirm-card .cancel-trip {
    display: flex;
    justify-content: flex-end; }
    .confirm .confirm-card .cancel-trip .btn-yellow {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      align-self: baseline;
      height: 2.625rem;
      width: 30%; }
      @media (max-width: 768px) {
        .confirm .confirm-card .cancel-trip .btn-yellow {
          height: 1.75rem; } }
  .confirm .confirm-card .confirm-book .title {
    margin-bottom: 3.5%; }
  .confirm .confirm-card .confirm-book .book-dd {
    width: 100%; }
    .confirm .confirm-card .confirm-book .book-dd .book-id {
      margin-bottom: 3%; }
      .confirm .confirm-card .confirm-book .book-dd .book-id span:first-child {
        font-size: 100%;
        font-weight: 500;
        color: #000; }
      .confirm .confirm-card .confirm-book .book-dd .book-id span:nth-child(2) {
        font-size: 112.5%;
        font-weight: 600;
        color: #000; }
      .confirm .confirm-card .confirm-book .book-dd .book-id img {
        margin: -1.3% auto auto 3%; }
    .confirm .confirm-card .confirm-book .book-dd .start,
    .confirm .confirm-card .confirm-book .book-dd .end {
      margin-bottom: 3.5%; }
      .confirm .confirm-card .confirm-book .book-dd .start div:first-child,
      .confirm .confirm-card .confirm-book .book-dd .end div:first-child {
        font-size: 75%;
        font-weight: 500;
        color: #575757;
        width: 50px;
        align-self: center; }
      .confirm .confirm-card .confirm-book .book-dd .start div:not(:first-child),
      .confirm .confirm-card .confirm-book .book-dd .end div:not(:first-child) {
        font-size: 100%;
        font-weight: 400;
        color: #222222;
        width: calc(100% - 50px); }
    .confirm .confirm-card .confirm-book .book-dd .confirm-via .via:last-child {
      border-bottom: 0.063rem solid #ececec;
      margin-bottom: 3.5%; }
    .confirm .confirm-card .confirm-book .book-dd .confirm-via .via {
      align-items: center;
      height: 46px;
      border-top: 0.063rem solid #ececec; }
      .confirm .confirm-card .confirm-book .book-dd .confirm-via .via div:nth-child(1) {
        width: 30px; }
      .confirm .confirm-card .confirm-book .book-dd .confirm-via .via div:nth-child(2) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 200px); }
      .confirm .confirm-card .confirm-book .book-dd .confirm-via .via div:nth-child(3) {
        width: 50px; }
      .confirm .confirm-card .confirm-book .book-dd .confirm-via .via div:last-child {
        width: 60px; }
  .confirm .confirm-card .confirm-ride-dd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 0.063rem solid #ececec;
    border-bottom: 0.063rem solid #ececec; }
    .confirm .confirm-card .confirm-ride-dd div {
      width: 20%;
      margin: 2% 0 0 0;
      padding-bottom: 2%; }
      .confirm .confirm-card .confirm-ride-dd div span {
        display: block; }
      .confirm .confirm-card .confirm-ride-dd div span:first-child {
        line-height: 2; }
      .confirm .confirm-card .confirm-ride-dd div:nth-child(-n + 5) {
        border-bottom: 0.063rem solid #ececec; }
  .confirm .confirm-card .carrier-contact,
  .confirm .confirm-card .passenger-dd,
  .confirm .confirm-card .fare-dd {
    margin-bottom: 2.75%; }
    .confirm .confirm-card .carrier-contact .title,
    .confirm .confirm-card .passenger-dd .title,
    .confirm .confirm-card .fare-dd .title {
      margin-bottom: 2.75%; }
    .confirm .confirm-card .carrier-contact .table,
    .confirm .confirm-card .passenger-dd .table,
    .confirm .confirm-card .fare-dd .table {
      display: flex;
      justify-content: space-around;
      align-items: center;
      border: 0.063rem solid #dadada; }
      .confirm .confirm-card .carrier-contact .table div,
      .confirm .confirm-card .passenger-dd .table div,
      .confirm .confirm-card .fare-dd .table div {
        width: 33.333%;
        height: 100%;
        margin-left: 1.5%;
        padding: 1.5% 0; }
        .confirm .confirm-card .carrier-contact .table div:first-child,
        .confirm .confirm-card .passenger-dd .table div:first-child,
        .confirm .confirm-card .fare-dd .table div:first-child {
          margin-left: 4%;
          border-right: 0.063rem solid #dadada; }
        .confirm .confirm-card .carrier-contact .table div:nth-child(2),
        .confirm .confirm-card .passenger-dd .table div:nth-child(2),
        .confirm .confirm-card .fare-dd .table div:nth-child(2) {
          border-right: 0.063rem solid #dadada; }
        .confirm .confirm-card .carrier-contact .table div span,
        .confirm .confirm-card .passenger-dd .table div span,
        .confirm .confirm-card .fare-dd .table div span {
          display: block; }
          .confirm .confirm-card .carrier-contact .table div span:first-child,
          .confirm .confirm-card .passenger-dd .table div span:first-child,
          .confirm .confirm-card .fare-dd .table div span:first-child {
            font-size: 75%;
            font-weight: 500;
            color: #575757;
            margin-bottom: 0.25rem; }
          .confirm .confirm-card .carrier-contact .table div span:last-child,
          .confirm .confirm-card .passenger-dd .table div span:last-child,
          .confirm .confirm-card .fare-dd .table div span:last-child {
            font-size: 100%;
            font-weight: 500;
            color: #000; }
  .confirm .confirm-card .passenger-dd .table-meet,
  .confirm .confirm-card .passenger-dd .table-comment {
    display: flex;
    flex-direction: column;
    border: 0.063rem solid #dadada;
    border-top: none;
    padding: 1.5% 0 1.5% 4%; }
    .confirm .confirm-card .passenger-dd .table-meet span,
    .confirm .confirm-card .passenger-dd .table-comment span {
      display: block; }
      .confirm .confirm-card .passenger-dd .table-meet span:first-child,
      .confirm .confirm-card .passenger-dd .table-comment span:first-child {
        font-size: 75%;
        font-weight: 500;
        color: #575757;
        margin-bottom: 0.25rem; }
      .confirm .confirm-card .passenger-dd .table-meet span:last-child,
      .confirm .confirm-card .passenger-dd .table-comment span:last-child {
        font-size: 100%;
        font-weight: 500;
        color: #000; }
  .confirm .confirm-card .fare-dd .table div span:last-child {
    font-weight: 600 !important; }
  .confirm .confirm-card .f-14.fw-4.t-ryt {
    margin-top: 4%; }

@media (min-width: 768px) and (max-width: 992px) {
  .confirm .confirm-card {
    zoom: 0.8; } }

@media (min-width: 577px) and (max-width: 767px) {
  .confirm .confirm-card {
    zoom: 0.7; } }

@media (max-width: 576px) {
  .confirm .confirm-card {
    zoom: 0.5; } }

.confirm-pp .modal-main {
  width: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  animation-duration: 0.6s; }
  .confirm-pp .modal-main::-webkit-scrollbar {
    display: none; }
  .confirm-pp .modal-main.choose-opacity {
    background: rgba(0, 0, 0, 0.6); }
  .confirm-pp .modal-main .modal-content {
    margin: auto auto auto 0;
    width: inherit; }
    .confirm-pp .modal-main .modal-content .fare-head {
      display: inline-block; }
    .confirm-pp .modal-main .modal-content .container {
      display: flex;
      justify-content: center; }
    .confirm-pp .modal-main .modal-content .confirm-card {
      width: 60%;
      padding: 3rem;
      border-radius: 6px; }
      @media (max-width: 996px) {
        .confirm-pp .modal-main .modal-content .confirm-card {
          width: 75% !important; } }
      @media (max-width: 768px) {
        .confirm-pp .modal-main .modal-content .confirm-card {
          width: 85% !important;
          padding: 1.5rem; } }
      @media (max-width: 670px) {
        .confirm-pp .modal-main .modal-content .confirm-card {
          width: 85% !important;
          padding: 1.5rem; } }
      @media (max-width: 600px) {
        .confirm-pp .modal-main .modal-content .confirm-card {
          width: 100% !important;
          padding: 1rem; } }
      @media (max-width: 500px) {
        .confirm-pp .modal-main .modal-content .confirm-card {
          width: 100% !important;
          padding: 1rem;
          padding: 20px 0px; } }
    .confirm-pp .modal-main .modal-content .confirm-head {
      text-align: center;
      margin-bottom: 0; }
      .confirm-pp .modal-main .modal-content .confirm-head h3 {
        font-weight: 600; }
      .confirm-pp .modal-main .modal-content .confirm-head p {
        font-size: 0.875;
        font-weight: normal;
        color: #222222; }
      .confirm-pp .modal-main .modal-content .confirm-head .form-control {
        height: 3.5rem; }
      .confirm-pp .modal-main .modal-content .confirm-head .btn {
        height: 3.5rem;
        width: 30%;
        height: 40px;
        border-radius: 6px; }

.container .confirm-card .confirm-head .booking-c {
  line-height: 1.5; }
  .container .confirm-card .confirm-head .booking-c h3 {
    font-size: 20px; }
  .container .confirm-card .confirm-head .booking-c .call-p {
    margin-bottom: 0%; }
  .container .confirm-card .confirm-head .booking-c a {
    margin-top: 0; }
    .container .confirm-card .confirm-head .booking-c a .ph-link {
      color: #efa603;
      font-weight: 600; }

.container .confirm-card .confirm-head .booking-e .head-e {
  font-weight: 600; }

.container .confirm-card .confirm-head .booking-e p {
  line-height: 1.5; }

.container .confirm-card .confirm-head .booking-cancel h3 {
  font-size: 28px; }

.container .confirm-card .confirm-head .booking-cancel p {
  padding-bottom: 0%;
  margin-bottom: 0%; }

@media (max-width: 700px) {
  .container .confirm-card .confirm-head .booking-cancel h3 {
    font-size: 26px; } }

@media (max-width: 500px) {
  .container .confirm-card .confirm-head .booking-cancel h3 {
    font-size: 22px; } }

.container .confirm-card .confirm-head .booking-cancel .booking-card {
  background-color: #eaebf2;
  padding: 20px  30px;
  margin: 10px;
  text-align: left; }
  .container .confirm-card .confirm-head .booking-cancel .booking-card .head-b {
    display: flex;
    flex-direction: row;
    padding: 10px 0px !important; }
    .container .confirm-card .confirm-head .booking-cancel .booking-card .head-b .head-one {
      width: 35%;
      font-size: 15px;
      font-weight: 600;
      padding-top: 10px; }
    .container .confirm-card .confirm-head .booking-cancel .booking-card .head-b .head-two {
      width: 70%;
      font-size: 15px;
      padding-top: 10px;
      padding-left: 15px; }
    .container .confirm-card .confirm-head .booking-cancel .booking-card .head-b p {
      padding-top: 10px; }
  .container .confirm-card .confirm-head .booking-cancel .booking-card .from {
    display: flex;
    flex-direction: row;
    padding: 10px 0px; }
    .container .confirm-card .confirm-head .booking-cancel .booking-card .from .info-label {
      width: 35%;
      font-weight: 600; }
    .container .confirm-card .confirm-head .booking-cancel .booking-card .from .head {
      width: 70%;
      padding-left: 15px; }
  @media (min-width: 900px) {
    .container .confirm-card .confirm-head .booking-cancel .booking-card {
      padding: 10px 20px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .head-one {
        width: 35%;
        font-size: 15px;
        font-weight: 600;
        padding-top: 10px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .head-two {
        width: 70%;
        font-size: 15px;
        padding-top: 10px;
        padding-left: 5px; } }
  @media (max-width: 900px) {
    .container .confirm-card .confirm-head .booking-cancel .booking-card {
      padding: 10px 20px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .head-one {
        width: 35%;
        font-size: 15px;
        font-weight: 600;
        padding-top: 10px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .head-two {
        width: 70%;
        font-size: 15px;
        padding-top: 10px;
        padding-left: 5px; } }
  @media (max-width: 700px) {
    .container .confirm-card .confirm-head .booking-cancel .booking-card {
      padding: 10px 20px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .head-one {
        width: 40% !important;
        font-size: 15px;
        font-weight: 600;
        padding-top: 10px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .head-two {
        width: 60% !important;
        font-size: 15px;
        padding-top: 10px;
        padding-left: 5px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .from .info-label {
        width: 40%; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .from .head {
        width: 60%; } }
  @media (max-width: 500px) {
    .container .confirm-card .confirm-head .booking-cancel .booking-card {
      padding: 10px 15px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .head-one {
        width: 35% !important;
        font-size: 14px;
        font-weight: 600;
        padding-top: 10px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .head-two {
        width: 70% !important;
        padding-top: 10px;
        padding-left: 5px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .from .info-label {
        width: 35%;
        font-size: 14px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .from .head {
        width: 70%; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .from-l .info-label {
        font-size: 14px; } }
  @media (max-width: 400px) {
    .container .confirm-card .confirm-head .booking-cancel .booking-card {
      padding: 10px 15px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .head-b {
        padding: 10px 0px; }
        .container .confirm-card .confirm-head .booking-cancel .booking-card .head-b .head-one {
          width: 45% !important;
          font-size: 14px;
          font-weight: 600;
          padding-top: 10px; }
        .container .confirm-card .confirm-head .booking-cancel .booking-card .head-b .head-two {
          width: 55% !important;
          padding-top: 10px; }
      .container .confirm-card .confirm-head .booking-cancel .booking-card .from {
        padding: 10px 0px; }
        .container .confirm-card .confirm-head .booking-cancel .booking-card .from .info-label {
          width: 45% !important;
          font-size: 14px; }
        .container .confirm-card .confirm-head .booking-cancel .booking-card .from .head {
          width: 55% !important; } }

.history .card .bh-details .bh-route .bh-via div:nth-of-type(odd), .history .card .bh-details .bh-ride div span:first-child {
  font-size: 0.75rem;
  font-weight: 400;
  color: #727272; }

.history .card .bh-details .bh-route .bh-via div:last-child {
  font-size: 1rem;
  font-weight: 400;
  color: #222222; }

.history .card .bh-details .bh-route .bh-via div:nth-child(2), .history .card .bh-details .bh-ride div span:not(:first-child) {
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222; }

.history .history-head {
  display: flex;
  justify-content: space-between; }
  .history .history-head .d-flex.jc-between {
    width: 24rem; }
    .history .history-head .d-flex.jc-between .d-flex.ai-center .form-label {
      width: 5rem; }
    .history .history-head .d-flex.jc-between .d-flex.ai-center .drop-down {
      width: 100%;
      position: relative; }
    .history .history-head .d-flex.jc-between .d-flex.ai-center .dd-btn {
      width: 7.75rem;
      height: 2.25rem;
      background-color: transparent;
      border: 0.063rem solid #222222; }
    .history .history-head .d-flex.jc-between .d-flex.ai-center .dd-value {
      width: 7.75rem;
      height: 160px; }
      .history .history-head .d-flex.jc-between .d-flex.ai-center .dd-value li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 3px; }
  .history .history-head .btn-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.5rem;
    min-height: 2.25rem;
    max-height: 2.25rem;
    padding: 0;
    align-self: center; }
    .history .history-head .btn-dark span {
      color: #faa821; }

.history .no-record {
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 400;
  color: #222222; }

.history .card {
  min-height: 7.5rem;
  box-shadow: 0 0.063rem 4px 0 rgba(0, 0, 0, 0.12); }
  .history .card .min-h {
    min-height: 7.5rem; }
  .history .card .upcoming,
  .history .card .completed,
  .history .card .cancelled,
  .history .card .requested {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f6f7fb;
    width: 5.75rem;
    text-align: center; }
    .history .card .upcoming div span,
    .history .card .completed div span,
    .history .card .cancelled div span,
    .history .card .requested div span {
      display: block; }
      .history .card .upcoming div span:nth-child(1),
      .history .card .completed div span:nth-child(1),
      .history .card .cancelled div span:nth-child(1),
      .history .card .requested div span:nth-child(1) {
        font-size: 0.875rem;
        font-weight: 500;
        color: #222222; }
      .history .card .upcoming div span:nth-child(2),
      .history .card .completed div span:nth-child(2),
      .history .card .cancelled div span:nth-child(2),
      .history .card .requested div span:nth-child(2) {
        font-size: 1.125rem;
        font-weight: 900;
        color: #222222; }
  .history .card .upcoming span:first-child {
    font-size: 0.875rem;
    font-weight: 600;
    color: #5ba6ea; }
  .history .card .completed span:first-child {
    font-size: 0.875rem;
    font-weight: 600;
    color: #90a94d; }
  .history .card .cancelled span:first-child {
    font-size: 0.875rem;
    font-weight: 600;
    color: #bf4646; }
  .history .card .requested span:first-child {
    font-size: 0.875rem;
    font-weight: 600;
    color: #faa821; }
  .history .card .upcoming-rr,
  .history .card .completed-rr,
  .history .card .cancelled-rr,
  .history .card .requested-rr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45%;
    border-right: 0.063rem solid #ececec; }
    .history .card .upcoming-rr .h-ride,
    .history .card .completed-rr .h-ride,
    .history .card .cancelled-rr .h-ride,
    .history .card .requested-rr .h-ride {
      font-size: 0.875rem;
      font-weight: 600;
      color: #222222; }
    .history .card .upcoming-rr .h-pick,
    .history .card .upcoming-rr .h-drop,
    .history .card .completed-rr .h-pick,
    .history .card .completed-rr .h-drop,
    .history .card .cancelled-rr .h-pick,
    .history .card .cancelled-rr .h-drop,
    .history .card .requested-rr .h-pick,
    .history .card .requested-rr .h-drop {
      display: flex;
      justify-content: space-between; }
      .history .card .upcoming-rr .h-pick div:first-child,
      .history .card .upcoming-rr .h-drop div:first-child,
      .history .card .completed-rr .h-pick div:first-child,
      .history .card .completed-rr .h-drop div:first-child,
      .history .card .cancelled-rr .h-pick div:first-child,
      .history .card .cancelled-rr .h-drop div:first-child,
      .history .card .requested-rr .h-pick div:first-child,
      .history .card .requested-rr .h-drop div:first-child {
        font-size: 0.75rem;
        font-weight: 500;
        color: #727272;
        width: 50px;
        align-self: center; }
      .history .card .upcoming-rr .h-pick div:not(:first-child),
      .history .card .upcoming-rr .h-drop div:not(:first-child),
      .history .card .completed-rr .h-pick div:not(:first-child),
      .history .card .completed-rr .h-drop div:not(:first-child),
      .history .card .cancelled-rr .h-pick div:not(:first-child),
      .history .card .cancelled-rr .h-drop div:not(:first-child),
      .history .card .requested-rr .h-pick div:not(:first-child),
      .history .card .requested-rr .h-drop div:not(:first-child) {
        font-size: 0.875rem;
        font-weight: 400;
        color: #222222;
        width: calc(100% - 50px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .history .card .upcoming-ra,
  .history .card .completed-ra,
  .history .card .cancelled-ra,
  .history .card .requested-ra {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - (45% + 5.75rem)); }
    .history .card .upcoming-ra .h-request,
    .history .card .completed-ra .h-request,
    .history .card .cancelled-ra .h-request,
    .history .card .requested-ra .h-request {
      font-size: 0.875rem;
      font-weight: 600;
      color: #222222; }
      .history .card .upcoming-ra .h-request img:not([alt="cancelled"]),
      .history .card .completed-ra .h-request img:not([alt="cancelled"]),
      .history .card .cancelled-ra .h-request img:not([alt="cancelled"]),
      .history .card .requested-ra .h-request img:not([alt="cancelled"]) {
        margin: -0.3rem 0 0 -0.3rem; }
      .history .card .upcoming-ra .h-request img[alt="cancelled"],
      .history .card .completed-ra .h-request img[alt="cancelled"],
      .history .card .cancelled-ra .h-request img[alt="cancelled"],
      .history .card .requested-ra .h-request img[alt="cancelled"] {
        margin: -0.3rem 0 0 0; }
    .history .card .upcoming-ra .h-offers,
    .history .card .completed-ra .h-offers,
    .history .card .cancelled-ra .h-offers,
    .history .card .requested-ra .h-offers {
      width: 6rem;
      text-align: center;
      background-image: linear-gradient(to right, #fdd345 0%, #ffc76b 100%);
      font-size: 0.875rem;
      font-weight: 600;
      color: #222222; }
    .history .card .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column,
    .history .card .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column,
    .history .card .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column,
    .history .card .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column {
      width: 80%; }
      .history .card .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time,
      .history .card .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time,
      .history .card .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time,
      .history .card .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time {
        display: flex;
        justify-content: start;
        width: 45%; }
        .history .card .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child,
        .history .card .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child,
        .history .card .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child,
        .history .card .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child {
          font-size: 0.75rem;
          font-weight: 500;
          color: #727272;
          width: 70px;
          align-self: center; }
        .history .card .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
        .history .card .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
        .history .card .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
        .history .card .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child) {
          font-size: 0.875rem;
          font-weight: 400;
          color: #222222;
          width: calc(100% - 70px); }
          @media (min-width: 992px) and (max-width: 1199px) {
            .history .card .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
            .history .card .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
            .history .card .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
            .history .card .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
            .history .card .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
            .history .card .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
            .history .card .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
            .history .card .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child) {
              font-size: 0.7rem; } }
    .history .card .upcoming-ra .btn-view,
    .history .card .completed-ra .btn-view,
    .history .card .cancelled-ra .btn-view,
    .history .card .requested-ra .btn-view {
      font-size: 0.875rem;
      font-weight: 500;
      color: #faa821;
      padding: 0; }
      .history .card .upcoming-ra .btn-view:hover,
      .history .card .completed-ra .btn-view:hover,
      .history .card .cancelled-ra .btn-view:hover,
      .history .card .requested-ra .btn-view:hover {
        text-decoration: underline; }
      .history .card .upcoming-ra .btn-view:focus,
      .history .card .completed-ra .btn-view:focus,
      .history .card .cancelled-ra .btn-view:focus,
      .history .card .requested-ra .btn-view:focus {
        outline: none;
        box-shadow: none; }
  .history .card .bh-details {
    display: flex;
    max-height: 0;
    transition: all 0.5s ease-in-out; }
    .history .card .bh-details.bh-view {
      max-height: 500px; }
    .history .card .bh-details.bh-close {
      pointer-events: none; }
    .history .card .bh-details .bh-route {
      width: calc(45% + 5.75rem);
      border-right: 0.063rem solid #ececec; }
      .history .card .bh-details .bh-route .bh-via {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 46px; }
        .history .card .bh-details .bh-route .bh-via div:nth-child(1) {
          width: 30px; }
        .history .card .bh-details .bh-route .bh-via div:nth-child(2) {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: calc(100% - 200px); }
        .history .card .bh-details .bh-route .bh-via div:nth-child(3) {
          width: 50px; }
        .history .card .bh-details .bh-route .bh-via div:last-child {
          width: 60px; }
    .history .card .bh-details .bh-ride {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      width: calc(100% - (45% + 5.75rem)); }
      .history .card .bh-details .bh-ride div {
        width: 33%; }
        .history .card .bh-details .bh-ride div span {
          display: block; }
        .history .card .bh-details .bh-ride div span:first-child {
          line-height: 2; }

.history .show-more {
  cursor: not-allowed; }
  .history .show-more .btn-dark {
    min-height: 56px;
    box-shadow: 0 0.063rem 4px 0 rgba(0, 0, 0, 0.12);
    font-weight: 900;
    font-size: 1.125rem; }
    .history .show-more .btn-dark:disabled {
      pointer-events: none; }

@media (max-width: 767px) {
  .bg-quartz.pt-md-2 {
    background-color: #fff;
    padding-top: 2.25rem; }
  .history .history-head {
    position: relative;
    background-color: #222222;
    height: 2.875rem; }
    .history .history-head h2 {
      font-size: 1.125rem;
      font-weight: 600;
      color: #fff;
      align-self: center;
      padding-left: 1rem;
      margin-bottom: 0; }
    .history .history-head .d-flex.jc-between {
      width: auto; }
      .history .history-head .d-flex.jc-between .d-flex.ai-center .form-label {
        display: none; }
      .history .history-head .d-flex.jc-between .d-flex.ai-center .dd-btn {
        color: #fff;
        font-weight: 400;
        min-height: 2.875rem;
        background-color: #000;
        border: 0.063rem solid #000; }
    .history .history-head .btn-dark {
      position: absolute;
      top: -2.75rem;
      right: 0;
      background-color: transparent;
      border-color: transparent;
      width: max-content;
      color: #faa821; }
      .history .history-head .btn-dark:focus {
        outline: 0;
        border: none;
        box-shadow: none; }
  .history .card .d-flex.min-h {
    flex-wrap: wrap; }
    .history .card .d-flex.min-h .upcoming,
    .history .card .d-flex.min-h .completed,
    .history .card .d-flex.min-h .cancelled,
    .history .card .d-flex.min-h .requested {
      order: 1; }
    .history .card .d-flex.min-h .upcoming-rr,
    .history .card .d-flex.min-h .completed-rr,
    .history .card .d-flex.min-h .cancelled-rr,
    .history .card .d-flex.min-h .requested-rr {
      order: 3;
      width: 100%;
      border-right: none; }
    .history .card .d-flex.min-h .upcoming-ra,
    .history .card .d-flex.min-h .completed-ra,
    .history .card .d-flex.min-h .cancelled-ra,
    .history .card .d-flex.min-h .requested-ra {
      order: 2;
      width: calc(100% - 5.75rem); }
      .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
      .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
      .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
      .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
      .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
      .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
      .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
      .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child) {
        font-size: 0.75rem; }
  .history .card .bh-details {
    flex-direction: column; }
    .history .card .bh-details .bh-route {
      width: 100%;
      border-right: none; }
    .history .card .bh-details .bh-ride {
      width: 100%; }
      .history .card .bh-details .bh-ride div {
        width: 33%; } }

@media (max-width: 576px) {
  .history .card .d-flex.min-h .upcoming,
  .history .card .d-flex.min-h .completed,
  .history .card .d-flex.min-h .cancelled,
  .history .card .d-flex.min-h .requested {
    order: 1; }
  .history .card .d-flex.min-h .upcoming-rr,
  .history .card .d-flex.min-h .completed-rr,
  .history .card .d-flex.min-h .cancelled-rr,
  .history .card .d-flex.min-h .requested-rr {
    order: 3;
    width: 100%; }
    .history .card .d-flex.min-h .upcoming-rr .h-pick,
    .history .card .d-flex.min-h .upcoming-rr .h-drop,
    .history .card .d-flex.min-h .completed-rr .h-pick,
    .history .card .d-flex.min-h .completed-rr .h-drop,
    .history .card .d-flex.min-h .cancelled-rr .h-pick,
    .history .card .d-flex.min-h .cancelled-rr .h-drop,
    .history .card .d-flex.min-h .requested-rr .h-pick,
    .history .card .d-flex.min-h .requested-rr .h-drop {
      flex-direction: column; }
      .history .card .d-flex.min-h .upcoming-rr .h-pick div:first-child,
      .history .card .d-flex.min-h .upcoming-rr .h-drop div:first-child,
      .history .card .d-flex.min-h .completed-rr .h-pick div:first-child,
      .history .card .d-flex.min-h .completed-rr .h-drop div:first-child,
      .history .card .d-flex.min-h .cancelled-rr .h-pick div:first-child,
      .history .card .d-flex.min-h .cancelled-rr .h-drop div:first-child,
      .history .card .d-flex.min-h .requested-rr .h-pick div:first-child,
      .history .card .d-flex.min-h .requested-rr .h-drop div:first-child {
        align-self: flex-start;
        margin-bottom: 0.3rem; }
  .history .card .d-flex.min-h .upcoming-ra,
  .history .card .d-flex.min-h .completed-ra,
  .history .card .d-flex.min-h .cancelled-ra,
  .history .card .d-flex.min-h .requested-ra {
    position: relative; }
    .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column,
    .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column,
    .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column,
    .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column {
      padding-top: 1rem; }
      .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time,
      .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time,
      .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time,
      .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time {
        flex-direction: column;
        width: 70px; }
        .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child,
        .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child,
        .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child,
        .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child {
          width: 100%;
          margin-bottom: 0.25rem; }
        .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
        .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
        .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
        .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child) {
          font-size: 0.75rem;
          width: 100%; }
    .history .card .d-flex.min-h .upcoming-ra .btn-view,
    .history .card .d-flex.min-h .completed-ra .btn-view,
    .history .card .d-flex.min-h .cancelled-ra .btn-view,
    .history .card .d-flex.min-h .requested-ra .btn-view {
      position: absolute;
      right: 0.4rem;
      bottom: -0.4rem; }
  .history .card .bh-details .bh-route {
    border-bottom: 0.063rem solid #ececec; }
    .history .card .bh-details .bh-route .bh-via {
      flex-wrap: wrap;
      margin-bottom: 0.75rem; }
      .history .card .bh-details .bh-route .bh-via div:nth-child(1) {
        order: 1;
        width: calc(100% - 60px);
        margin-bottom: 0.3rem; }
      .history .card .bh-details .bh-route .bh-via div:nth-child(2) {
        order: 3;
        white-space: unset;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: calc(100% - 60px);
        padding-right: 1rem; }
      .history .card .bh-details .bh-route .bh-via div:nth-child(3) {
        order: 2;
        width: 60px; }
      .history .card .bh-details .bh-route .bh-via div:last-child {
        order: 4;
        width: 60px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .history .card .d-flex.min-h .upcoming-ra,
  .history .card .d-flex.min-h .completed-ra,
  .history .card .d-flex.min-h .cancelled-ra,
  .history .card .d-flex.min-h .requested-ra {
    position: relative; }
    .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column,
    .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column,
    .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column,
    .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column {
      width: calc(100% - 100px);
      padding-top: 1rem; }
      .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time,
      .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time,
      .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time,
      .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date,
      .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time {
        flex-direction: column;
        width: 70px; }
        .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child,
        .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child,
        .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child,
        .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:first-child,
        .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:first-child {
          width: 100%;
          margin-bottom: 0.25rem; }
        .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .d-flex.min-h .upcoming-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
        .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .d-flex.min-h .completed-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
        .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .d-flex.min-h .cancelled-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child),
        .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-date span:not(:first-child),
        .history .card .d-flex.min-h .requested-ra .d-flex.jc-between.ai-end .d-flex.f-column .h-time span:not(:first-child) {
          font-size: 0.75rem;
          width: 100%; }
    .history .card .d-flex.min-h .upcoming-ra .btn-view,
    .history .card .d-flex.min-h .completed-ra .btn-view,
    .history .card .d-flex.min-h .cancelled-ra .btn-view,
    .history .card .d-flex.min-h .requested-ra .btn-view {
      width: 100px; } }

.dv-regis .container .op-head {
  font-size: 1.375rem;
  font-weight: 600;
  color: #222222;
  line-height: 1.64; }

.dv-regis .container .tab-list {
  display: flex; }
  .dv-regis .container .tab-list .tab-list-item {
    width: fit-content;
    background-color: transparent;
    margin-bottom: 1.5rem; }
    .dv-regis .container .tab-list .tab-list-item:hover {
      border-bottom: 2px solid rgba(255, 184, 57, 0.3); }
  .dv-regis .container .tab-list .tab-list-active {
    background-color: transparent !important;
    border-bottom: 2px solid #ffb839 !important; }
  @media (max-width: 366px) {
    .dv-regis .container .tab-list {
      justify-content: space-between; }
      .dv-regis .container .tab-list .tab-list-item {
        margin-right: 0;
        padding: 0.75rem 0.5rem; } }

.dv-regis .container .card {
  padding: 2rem 3rem;
  z-index: 1;
  margin: auto;
  width: 100%; }
  @media (max-width: 576px) {
    .dv-regis .container .card {
      padding: 2rem 1rem; } }
  .dv-regis .container .card .dv-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .dv-regis .container .card .dv-inp,
  .dv-regis .container .card .dv-img {
    position: relative;
    width: 32%;
    min-height: 5.3rem; }
    .dv-regis .container .card .dv-inp .add-more,
    .dv-regis .container .card .dv-img .add-more {
      position: absolute;
      right: 0; }
      .dv-regis .container .card .dv-inp .add-more img,
      .dv-regis .container .card .dv-img .add-more img {
        cursor: pointer;
        transition: all 0.2s ease-in-out; }
        .dv-regis .container .card .dv-inp .add-more img:hover,
        .dv-regis .container .card .dv-img .add-more img:hover {
          transform: rotate(180deg); }
    @media (min-width: 577px) and (max-width: 991px) {
      .dv-regis .container .card .dv-inp,
      .dv-regis .container .card .dv-img {
        width: 48%; } }
    @media (max-width: 576px) {
      .dv-regis .container .card .dv-inp,
      .dv-regis .container .card .dv-img {
        width: 100%; } }
    .dv-regis .container .card .dv-inp .t-ryt,
    .dv-regis .container .card .dv-img .t-ryt {
      opacity: 0;
      transition: all 0.15s ease-in-out; }
      .dv-regis .container .card .dv-inp .t-ryt.err-show,
      .dv-regis .container .card .dv-img .t-ryt.err-show {
        opacity: 1; }
    .dv-regis .container .card .dv-inp .d-flex.ai-center,
    .dv-regis .container .card .dv-img .d-flex.ai-center {
      align-items: flex-start;
      flex-direction: column; }
      .dv-regis .container .card .dv-inp .d-flex.ai-center .drop-down,
      .dv-regis .container .card .dv-img .d-flex.ai-center .drop-down {
        width: 100%;
        position: relative; }
    .dv-regis .container .card .dv-inp .dd-btn,
    .dv-regis .container .card .dv-img .dd-btn {
      width: 100%;
      height: 2.625rem;
      border: 0.0625rem solid #caced3;
      font-weight: 400;
      position: relative; }
      .dv-regis .container .card .dv-inp .dd-btn.bor-ylw,
      .dv-regis .container .card .dv-img .dd-btn.bor-ylw {
        border-color: #efa603; }
      .dv-regis .container .card .dv-inp .dd-btn.ph-select::after,
      .dv-regis .container .card .dv-img .dd-btn.ph-select::after {
        content: "Select";
        position: absolute;
        font-size: 0.875rem;
        font-weight: 500;
        color: #8d8d8d;
        left: 0.75rem;
        top: 0.375rem; }
    .dv-regis .container .card .dv-inp .dd-value,
    .dv-regis .container .card .dv-img .dd-value {
      width: 100%;
      overflow-y: auto; }
      .dv-regis .container .card .dv-inp .dd-value li,
      .dv-regis .container .card .dv-img .dd-value li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 3px; }
    .dv-regis .container .card .dv-inp .form-label,
    .dv-regis .container .card .dv-img .form-label {
      padding-top: 0; }
    .dv-regis .container .card .dv-inp .form-control,
    .dv-regis .container .card .dv-img .form-control {
      min-height: 2.188rem;
      max-height: 2.188rem; }
    .dv-regis .container .card .dv-inp .form-control.date,
    .dv-regis .container .card .dv-img .form-control.date {
      background: url(/assets/images/chev-down.svg) 90% no-repeat; }
    .dv-regis .container .card .dv-inp .phone-group .btn-cc,
    .dv-regis .container .card .dv-img .phone-group .btn-cc {
      padding: 0.5rem 0 0.5rem 0.7rem;
      font-size: 0.875rem; }
    .dv-regis .container .card .dv-inp .phone-group .phone-input.form-control,
    .dv-regis .container .card .dv-img .phone-group .phone-input.form-control {
      border-left: none; }
    .dv-regis .container .card .dv-inp .tickbox .checkmark,
    .dv-regis .container .card .dv-img .tickbox .checkmark {
      border-color: #caced3; }
  .dv-regis .container .card .dv-img {
    min-height: 9rem; }
  .dv-regis .container .card .dv-img .d-flex .radio-box,
  .dv-regis .container .card .dv-inp .d-flex .radio-box {
    margin-right: 1rem; }
  @media (max-width: 991px) {
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(1) {
      order: 1; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(2) {
      order: 3; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(3) {
      order: 4; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(4) {
      order: 2; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(5) {
      order: 5; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(6) {
      order: 6; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(7) {
      order: 7; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(8) {
      order: 8; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(9) {
      order: 9; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(10) {
      order: 10; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(11) {
      order: 11; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(12) {
      order: 12; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(13) {
      order: 13; }
    .dv-regis .container .card .dv-driver .dv-inp:nth-child(14) {
      order: 14; } }
  .dv-regis .container .card .t-center.mt-3 {
    display: flex;
    justify-content: center; }
  .dv-regis .container .card .btn-dark,
  .dv-regis .container .card .btn-profile {
    width: 6rem;
    margin-right: 1rem;
    min-height: 3.25rem;
    font-size: 1.125rem; }

.driver-link .driver-link-card .driver-link-img, .driver-link .driver-link-card .driver-link-img div, .driver-link .driver-link-card .driver-link-head, .driver-link .driver-link-card .driver-link-book, .driver-link .driver-link-card .driver-link-book .book-dd .start,
.driver-link .driver-link-card .driver-link-book .book-dd .end, .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via {
  display: flex;
  justify-content: space-between; }

.driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:nth-of-type(odd), .driver-link .driver-link-card .driver-link-ride-dd div span:first-child {
  font-size: 75%;
  font-weight: 400;
  color: #727272; }

.driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:last-child {
  font-size: 100%;
  font-weight: 400;
  color: #222222; }

.driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:nth-child(2), .driver-link .driver-link-card .driver-link-ride-dd div span:not(:first-child) {
  font-size: 87.5%;
  font-weight: 400;
  color: #222222; }

@media (min-width: 577px) {
  .driver-trips .qs-vehdetpp,
  .driver-trips .modal {
    display: none; } }

@media (max-width: 576px) {
  .driver-link {
    background: #ffd684;
    padding-top: 1.2rem; } }

.driver-link .driver-link-web {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  margin: 5rem;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }
  .driver-link .driver-link-web div {
    text-align: center;
    padding: 0 5rem; }
  @media (max-width: 576px) {
    .driver-link .driver-link-web {
      display: none; } }

.driver-link .driver-link-complete {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  @media (min-width: 577px) {
    .driver-link .driver-link-complete {
      display: none; } }

.driver-link .driver-link-card {
  margin: auto;
  padding: 1rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  padding-bottom: 10rem; }
  @media (min-width: 577px) {
    .driver-link .driver-link-card {
      display: none; } }
  .driver-link .driver-link-card .title {
    font-size: 112.5%;
    font-weight: 600;
    color: #000;
    background-color: #e8eaf3;
    height: 2.438rem;
    display: flex;
    align-items: center;
    padding-left: 2%; }
    @media (max-width: 768px) {
      .driver-link .driver-link-card .title {
        height: 1.5rem; } }
  .driver-link .driver-link-card .driver-link-img {
    margin-bottom: 7%; }
    .driver-link .driver-link-card .driver-link-img .con-logo {
      width: 141px;
      height: 25px; }
    .driver-link .driver-link-card .driver-link-img div {
      width: 10%; }
  .driver-link .driver-link-card .driver-link-head {
    margin-bottom: 3.5%; }
    .driver-link .driver-link-card .driver-link-head h6 {
      font-size: 150%;
      font-weight: 600;
      color: #000;
      line-height: 1.17;
      margin-bottom: 0; }
      .driver-link .driver-link-card .driver-link-head h6 + p {
        font-size: 1rem;
        font-weight: 400;
        color: #000;
        line-height: 1.75;
        margin-bottom: 0; }
        .driver-link .driver-link-card .driver-link-head h6 + p span {
          font-weight: 600; }
  .driver-link .driver-link-card .odo-fixed-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5rem 1rem; }
  .driver-link .driver-link-card .btn-yellow {
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    height: 2.5rem;
    width: 100%;
    border-radius: 8px;
    border: none; }
  .driver-link .driver-link-card p {
    font-size: 12px;
    font-weight: 400;
    color: #575757;
    text-align: center;
    line-height: 1.4;
    margin: 0.5rem 0 0; }
  .driver-link .driver-link-card .driver-link-book .book-dd {
    width: 100%; }
    .driver-link .driver-link-card .driver-link-book .book-dd .book-id {
      margin-bottom: 3%; }
      .driver-link .driver-link-card .driver-link-book .book-dd .book-id span:first-child {
        font-size: 100%;
        font-weight: 500;
        color: #000; }
      .driver-link .driver-link-card .driver-link-book .book-dd .book-id span:nth-child(2) {
        font-size: 112.5%;
        font-weight: 600;
        color: #000; }
      .driver-link .driver-link-card .driver-link-book .book-dd .book-id img {
        margin: -1.3% auto auto 3%; }
    .driver-link .driver-link-card .driver-link-book .book-dd .start,
    .driver-link .driver-link-card .driver-link-book .book-dd .end {
      margin-bottom: 3.5%;
      flex-direction: column;
      align-items: flex-start; }
      .driver-link .driver-link-card .driver-link-book .book-dd .start div:first-child,
      .driver-link .driver-link-card .driver-link-book .book-dd .end div:first-child {
        font-size: 12px;
        font-weight: 500;
        color: #575757;
        margin-bottom: 0.4rem; }
      .driver-link .driver-link-card .driver-link-book .book-dd .start div:not(:first-child),
      .driver-link .driver-link-card .driver-link-book .book-dd .end div:not(:first-child) {
        font-size: 12px;
        font-weight: 600;
        color: #222222;
        line-height: 1.4; }
    .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via:last-child {
      border-bottom: 0.063rem solid #ececec;
      margin-bottom: 3.5%; }
    .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via {
      align-items: center;
      height: 46px;
      border-top: 0.063rem solid #ececec; }
      .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:nth-child(1) {
        width: 30px; }
      .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:nth-child(2) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 200px); }
      .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:nth-child(3) {
        width: 50px; }
      .driver-link .driver-link-card .driver-link-book .book-dd .driver-link-via .via div:last-child {
        width: 60px; }
  .driver-link .driver-link-card .driver-link-ride-dd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 0.063rem solid #ececec;
    border-bottom: 0.063rem solid #ececec; }
    .driver-link .driver-link-card .driver-link-ride-dd div {
      width: 33.33%;
      margin: 2% 0 0 0;
      padding-bottom: 2%; }
      .driver-link .driver-link-card .driver-link-ride-dd div span {
        display: block; }
      .driver-link .driver-link-card .driver-link-ride-dd div span:first-child {
        line-height: 2; }
      .driver-link .driver-link-card .driver-link-ride-dd div:nth-child(-n + 6) {
        border-bottom: 0.063rem solid #ececec; }
  .driver-link .driver-link-card .passenger-dd {
    margin-bottom: 2.75%; }
    .driver-link .driver-link-card .passenger-dd .driver-notes {
      display: flex;
      align-items: center;
      margin-bottom: 1rem; }
      .driver-link .driver-link-card .passenger-dd .driver-notes span:nth-child(1) {
        font-size: 12px;
        font-weight: 600;
        color: #222222;
        width: 100px; }
      .driver-link .driver-link-card .passenger-dd .driver-notes span:nth-child(2) {
        font-size: 12px;
        font-weight: 400;
        color: #222222;
        width: calc(100% - 100px); }
    .driver-link .driver-link-card .passenger-dd .odometer {
      display: flex;
      flex-direction: column;
      position: relative; }
      .driver-link .driver-link-card .passenger-dd .odometer span,
      .driver-link .driver-link-card .passenger-dd .odometer p {
        font-size: 12px;
        font-weight: 600;
        color: #222222;
        margin: 0; }
      .driver-link .driver-link-card .passenger-dd .odometer .odometer-field {
        display: flex;
        justify-content: space-between;
        margin-top: 0.75rem; }
        .driver-link .driver-link-card .passenger-dd .odometer .odometer-field .odo-sec {
          display: flex;
          position: relative;
          min-height: 4.3rem; }
          .driver-link .driver-link-card .passenger-dd .odometer .odometer-field .odo-sec p {
            margin-right: 0.75rem;
            color: #575757; }
          .driver-link .driver-link-card .passenger-dd .odometer .odometer-field .odo-sec:nth-child(1):after {
            content: "Km";
            position: absolute;
            right: 0.5rem;
            top: 0.8rem;
            font-size: 12px;
            color: #575757;
            font-weight: 400; }
        .driver-link .driver-link-card .passenger-dd .odometer .odometer-field .form-control {
          width: 110px;
          text-overflow: initial;
          font-size: 13px !important;
          padding: 0.35rem 0.5rem;
          min-height: 38px; }
        .driver-link .driver-link-card .passenger-dd .odometer .odometer-field .upload-driver {
          width: 70px;
          height: 38px;
          padding: 0 !important;
          display: flex;
          align-items: center;
          justify-content: center; }
    .driver-link .driver-link-card .passenger-dd .odo-upload {
      margin-top: 1.5rem; }
      .driver-link .driver-link-card .passenger-dd .odo-upload .btn-dark {
        padding: 0;
        font-size: 12px;
        font-weight: 600;
        height: 2.5rem;
        width: 100%;
        border-radius: 8px;
        border: none;
        margin-top: 1.5rem; }
    .driver-link .driver-link-card .passenger-dd .ctbc {
      display: flex;
      justify-content: space-between;
      margin-top: 2.5rem; }
      .driver-link .driver-link-card .passenger-dd .ctbc span {
        font-size: 12px;
        font-weight: 600;
        color: #222222; }
      .driver-link .driver-link-card .passenger-dd .ctbc .odometer-field {
        margin-top: 0; }
      .driver-link .driver-link-card .passenger-dd .ctbc .form-control {
        width: 110px;
        margin-left: 10px;
        font-size: 12px;
        padding: 0.35rem 0.5rem;
        text-overflow: initial; }
    .driver-link .driver-link-card .passenger-dd .customer {
      display: flex;
      justify-content: space-between; }
      .driver-link .driver-link-card .passenger-dd .customer div {
        margin-bottom: 1rem; }
        .driver-link .driver-link-card .passenger-dd .customer div h6 {
          font-size: 12px;
          font-weight: 600;
          color: #222222;
          margin: 0;
          line-height: 1.5; }
        .driver-link .driver-link-card .passenger-dd .customer div p {
          display: block;
          font-size: 12px;
          font-weight: 500;
          color: #575757;
          margin: 0;
          line-height: 1.5; }
        .driver-link .driver-link-card .passenger-dd .customer div:nth-child(2) {
          display: flex; }
      .driver-link .driver-link-card .passenger-dd .customer a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        border-radius: 4px; }
        .driver-link .driver-link-card .passenger-dd .customer a:last-child {
          margin-left: 1rem; }
          .driver-link .driver-link-card .passenger-dd .customer a:last-child img {
            width: 28px;
            height: 28px;
            object-fit: contain; }
        .driver-link .driver-link-card .passenger-dd .customer a img.head-phone {
          width: 16px;
          height: 16px;
          object-fit: contain; }
  .driver-link .driver-link-card .passenger-dd .table-meet,
  .driver-link .driver-link-card .passenger-dd .table-comment {
    display: flex;
    flex-direction: column;
    border: 0.063rem solid #dadada;
    border-top: none;
    padding: 1.5% 0 1.5% 4%; }
    .driver-link .driver-link-card .passenger-dd .table-meet span,
    .driver-link .driver-link-card .passenger-dd .table-comment span {
      display: block; }
      .driver-link .driver-link-card .passenger-dd .table-meet span:first-child,
      .driver-link .driver-link-card .passenger-dd .table-comment span:first-child {
        font-size: 12px;
        font-weight: 500;
        color: #575757;
        margin-bottom: 0.25rem; }
      .driver-link .driver-link-card .passenger-dd .table-meet span:last-child,
      .driver-link .driver-link-card .passenger-dd .table-comment span:last-child {
        font-size: 12px;
        font-weight: 500;
        color: #000; }
  .driver-link .driver-link-card .fare-dd .table div span:last-child {
    font-weight: 600 !important; }
  .driver-link .driver-link-card .f-14.fw-4.t-ryt {
    margin-top: 4%; }

.btn-ok {
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  width: 100px;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: none;
  background: #efa603;
  color: #fff;
  display: block;
  margin: auto; }

.error-txt {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 12px;
  width: 80%;
  color: #ec5365;
  padding-top: 0.5rem; }

.dl-logout {
  background: none;
  border: none;
  border-bottom: 1px solid #efa603;
  padding: 0;
  color: #efa603;
  font-size: 12px;
  margin-top: 0.4rem; }

.operator .container .op-head {
  font-size: 1.375rem;
  font-weight: 600;
  color: #222222;
  line-height: 1.64; }

@media (min-width: 992px) {
  .operator .container:after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 325px;
    height: 105px;
    background: url("/assets/images/operator-car.svg") no-repeat;
    z-index: 0; } }

.operator .container .card {
  padding: 2.5rem 8.5rem;
  z-index: 1;
  margin: auto;
  max-width: 42.188rem; }
  @media (min-width: 577px) and (max-width: 767px) {
    .operator .container .card {
      padding: 2.5rem 5.5rem; } }
  @media (max-width: 576px) {
    .operator .container .card {
      padding: 2rem; } }
  .operator .container .card .operator-input {
    min-height: 5.3rem; }
    .operator .container .card .operator-input .t-ryt {
      opacity: 0;
      transition: all 0.15s ease-in-out; }
      .operator .container .card .operator-input .t-ryt.err-show {
        opacity: 1; }
    .operator .container .card .operator-input .form-label {
      padding-top: 0; }
    .operator .container .card .operator-input .form-control {
      min-height: 2.188rem;
      max-height: 2.188rem; }
    .operator .container .card .operator-input .phone-group .btn-cc {
      padding: 0.5rem 0 0.5rem 0.7rem;
      font-size: 0.875rem; }
    .operator .container .card .operator-input .phone-group .phone-input.form-control {
      border-left: none; }
  .operator .container .card .btn-dark {
    min-height: 3.5rem;
    font-size: 1.125rem; }

.alert {
  min-height: 4rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to top, #ffb26c, #ffce7c -100%);
  color: #222222;
  transform: scale(1);
  animation: getBlurry 0.2s linear; }
  .alert .d-flex {
    height: 100%;
    padding: 0.5rem 1.5rem;
    align-items: center; }

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

.closebtn {
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  cursor: pointer;
  transition: 0.2s; }
  .closebtn:hover {
    transform: rotate(180deg); }

@media (max-width: 359px) {
  .g-recaptcha > div > div > div {
    transform: scale(0.74);
    transform-origin: 0 0; } }

@media (min-width: 360px) and (max-width: 400px) {
  .g-recaptcha > div > div > div {
    transform: scale(0.874);
    transform-origin: 0 0; } }

.business .container.position-relative .op-head {
  font-size: 1.375rem;
  font-weight: 600;
  color: #222222;
  line-height: 1.64; }

@media (min-width: 992px) {
  .business .container.position-relative:after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 325px;
    height: 105px;
    background: url("/assets/images/operator-car.svg") no-repeat;
    z-index: 0; } }

.business .container.position-relative .card {
  padding: 2.5rem 8.5rem;
  z-index: 1;
  margin: auto;
  max-width: 42.188rem; }
  @media (min-width: 577px) and (max-width: 767px) {
    .business .container.position-relative .card {
      padding: 2.5rem 5.5rem; } }
  @media (max-width: 576px) {
    .business .container.position-relative .card {
      padding: 2rem; } }
  .business .container.position-relative .card .business-input {
    min-height: 5.3rem; }
    .business .container.position-relative .card .business-input .t-ryt {
      opacity: 0;
      transition: all 0.15s ease-in-out; }
      .business .container.position-relative .card .business-input .t-ryt.open {
        opacity: 1; }
    .business .container.position-relative .card .business-input .d-flex.ai-center {
      align-items: flex-start;
      flex-direction: column; }
      .business .container.position-relative .card .business-input .d-flex.ai-center .drop-down {
        width: 100%;
        position: relative; }
    .business .container.position-relative .card .business-input .dd-btn {
      width: 100%;
      height: 2.625rem;
      border: 0.0625rem solid #caced3;
      font-weight: 400;
      position: relative; }
      .business .container.position-relative .card .business-input .dd-btn.bor-ylw {
        border-color: #efa603; }
      .business .container.position-relative .card .business-input .dd-btn.ph-select::after {
        content: "Select";
        position: absolute;
        font-size: 0.875rem;
        font-weight: 500;
        color: #8d8d8d;
        left: 0.75rem;
        top: 0.375rem; }
    .business .container.position-relative .card .business-input .dd-value {
      width: 100%;
      height: 200px; }
      .business .container.position-relative .card .business-input .dd-value li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 3px; }
    .business .container.position-relative .card .business-input .form-label {
      padding-top: 0; }
    .business .container.position-relative .card .business-input .form-control {
      min-height: 2.188rem;
      max-height: 2.188rem; }
    .business .container.position-relative .card .business-input .phone-group .btn-cc {
      padding: 0.5rem 0 0.5rem 0.7rem;
      font-size: 0.875rem; }
    .business .container.position-relative .card .business-input .phone-group .phone-input.form-control {
      border-left: none; }
  .business .container.position-relative .card .btn-dark {
    min-height: 3.5rem;
    font-size: 1.125rem; }

@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; }

.contact {
  background-color: #f6f7fb; }
  .contact #gmap_canvas_contactus {
    width: 300px;
    height: 150px; }
  @media (min-width: 992px) {
    .contact .c-lg-5 {
      border-right: 0.063px solid #ececec; } }
  .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 .contact-para {
    font-size: 0.875rem;
    color: #6c757d; }
  .contact .contact-form .contact-input {
    min-height: 5.813rem; }
    .contact .contact-form .contact-input .t-ryt {
      opacity: 0;
      transition: all 0.15s ease-in-out; }
      .contact .contact-form .contact-input .t-ryt.err-show {
        opacity: 1; }
    .contact .contact-form .contact-input label {
      color: #6c757d;
      font-weight: 700; }
    .contact .contact-form .contact-input input {
      background-color: transparent; }
    .contact .contact-form .contact-input textarea {
      background-color: transparent;
      min-height: 6.25rem;
      resize: none; }
  .contact .contact-link {
    margin-bottom: 2rem; }
    .contact .contact-link a {
      font-size: 1.375rem;
      color: #000;
      min-width: 12rem;
      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-top: -0.25rem;
        margin-left: 0.3125rem;
        transform: rotate(-90deg); }
    .contact .contact-link a:hover {
      color: #efa603;
      border-bottom: 0.125rem solid #efa603; }

.ride-details .picking div:first-child,
.ride-details .dropping div:first-child, .ride-details .via-route div:nth-of-type(odd), .ride-details .ride-dd div span:first-child {
  font-size: 0.75rem;
  font-weight: 400;
  color: #727272; }

.ride-details .via-route div:last-child {
  font-size: 1rem;
  font-weight: 400;
  color: #222222; }

.ride-details .picking div:not(:first-child),
.ride-details .dropping div:not(:first-child) {
  font-size: 0.93rem;
  font-weight: 400;
  color: #222222; }

.ride-details .via-route div:nth-child(2), .ride-details .ride-dd div span:not(:first-child) {
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222; }

.ride-details {
  overflow: hidden; }
  @media (max-width: 576px) {
    .ride-details {
      margin: 1rem 0.83rem 0; } }
  .ride-details .card {
    padding: 0.875rem 1.25rem;
    box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .ride-details .ride {
    height: max-content;
    max-height: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    overflow: hidden; }
    .ride-details .ride.open {
      max-height: 600px;
      opacity: 1; }
    .ride-details .ride.close {
      pointer-events: none; }
  .ride-details .mb-chevdown {
    display: none; }
  .ride-details .lg-chevdown {
    display: block; }
  .ride-details .request {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #222222; }
  .ride-details .picking,
  .ride-details .dropping {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.35rem; }
    .ride-details .picking div:first-child,
    .ride-details .dropping div:first-child {
      width: 50px;
      font-weight: normal;
      padding-right: 5px; }
    .ride-details .picking div:not(:first-child),
    .ride-details .dropping div:not(:first-child) {
      width: calc(100% - 55px);
      margin-top: -0.1rem; }
  .ride-details .via-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    border-top: 0.063rem solid #ececec; }
    .ride-details .via-route div:nth-child(1) {
      width: 30px; }
    .ride-details .via-route div:nth-child(2) {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: calc(100% - 200px); }
    .ride-details .via-route div:nth-child(3) {
      width: 50px; }
    .ride-details .via-route div:last-child {
      width: 60px; }
  .ride-details .ride-dd {
    display: flex;
    align-items: center;
    padding-top: 0.3rem;
    flex-wrap: wrap;
    border-top: 0.063rem solid #e9ebee; }
    @media (min-width: 577px) {
      .ride-details .ride-dd div:nth-child(n + 5) {
        border-top: 0.063rem solid #fff; }
      .ride-details .ride-dd div {
        min-height: 53px; } }
    .ride-details .ride-dd div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 33%;
      margin-bottom: 0.5rem; }
      .ride-details .ride-dd div span {
        display: block;
        white-space: nowrap;
        width: 60px; }
      .ride-details .ride-dd div span:first-child {
        line-height: 2; }
  .ride-details .btn-ride {
    font-size: 0.75rem;
    font-weight: 400;
    color: #727272;
    padding: 0; }
    .ride-details .btn-ride img {
      width: 8px; }
    .ride-details .btn-ride .mt-n1 {
      transition: transform 0.3s ease-in-out; }
    .ride-details .btn-ride:hover {
      color: #222222; }
    .ride-details .btn-ride:focus {
      outline: none;
      box-shadow: none; }
    .ride-details .btn-ride .rotate-180 {
      transform: rotate(180deg); }
    .ride-details .btn-ride .mob-img {
      display: none; }

@media (max-width: 768px) {
  .ride-details {
    border-radius: 0.625rem; }
    .ride-details .card {
      border-radius: 0.625rem;
      box-shadow: 0 0.625rem 0.625rem 0 rgba(28, 31, 71, 0.15); }
      .ride-details .card .btn-ride {
        padding: 0; }
        .ride-details .card .btn-ride span {
          display: none; }
        .ride-details .card .btn-ride .web-img {
          display: none; }
        .ride-details .card .btn-ride .mob-img {
          display: block;
          width: 22px; } }

@media (max-width: 576px) {
  .selected-vehicle {
    margin: 0 0.83rem; } }

.selected-vehicle .veh-card {
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-top: none;
  min-height: 260px; }
  @media (max-width: 768px) {
    .selected-vehicle .veh-card {
      min-height: 5.75rem;
      max-height: 11.5rem; } }
  .selected-vehicle .veh-card .veh-det {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 1.25rem; }
    .selected-vehicle .veh-card .veh-det .operator-vehicle {
      align-self: center;
      width: 90px; }
    .selected-vehicle .veh-card .veh-det .d-flex {
      width: calc(100% - 100px);
      justify-content: flex-end;
      align-items: center; }
      .selected-vehicle .veh-card .veh-det .d-flex .opt-rating {
        display: flex;
        align-items: center;
        height: 1.54rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: #222222; }
      .selected-vehicle .veh-card .veh-det .d-flex .stay-safe {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 5.875rem;
        height: 1.54rem;
        margin-left: 0.5rem; }
    .selected-vehicle .veh-card .veh-det .veh-sml {
      margin-top: 1rem;
      width: 100%; }
      .selected-vehicle .veh-card .veh-det .veh-sml .travels {
        font-size: 1rem;
        font-weight: 600;
        color: #222222;
        text-transform: capitalize; }
      .selected-vehicle .veh-card .veh-det .veh-sml div span {
        font-size: 0.875rem;
        font-weight: 400;
        color: #727272; }
        .selected-vehicle .veh-card .veh-det .veh-sml div span:nth-child(1) {
          margin-right: 0.3rem; }
    @media (max-width: 768px) {
      .selected-vehicle .veh-card .veh-det .operator-vehicle {
        order: 1;
        margin-bottom: 0.6rem; }
      .selected-vehicle .veh-card .veh-det .d-flex {
        order: 4;
        width: 100%;
        justify-content: flex-start; }
        .selected-vehicle .veh-card .veh-det .d-flex .opt-rating {
          width: 100px; }
        .selected-vehicle .veh-card .veh-det .d-flex .stay-safe {
          width: 74px; }
          .selected-vehicle .veh-card .veh-det .d-flex .stay-safe img {
            width: 74px; }
      .selected-vehicle .veh-card .veh-det .veh-sml {
        order: 2;
        margin-bottom: 0.6rem;
        margin-top: 0;
        width: calc(100% - 6.875rem); } }
  .selected-vehicle .veh-card .veh-xtra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #e9ebee;
    border-bottom: solid 1px #e9ebee;
    padding: 0.5rem 0;
    margin: 1.5rem 0; }
    .selected-vehicle .veh-card .veh-xtra div {
      display: flex;
      justify-content: space-between; }
      .selected-vehicle .veh-card .veh-xtra div:nth-child(1) {
        padding-left: 1.25rem;
        width: 30%; }
      .selected-vehicle .veh-card .veh-xtra div:nth-child(2) {
        padding-right: 1.25rem;
        width: 40%; }
    .selected-vehicle .veh-card .veh-xtra .img-alyn {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .selected-vehicle .veh-card .veh-xtra .img-alyn span {
        font-size: 0.875rem;
        font-weight: 400;
        color: #222222; }
    @media (max-width: 768px) {
      .selected-vehicle .veh-card .veh-xtra {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 1rem;
        margin: 1.5rem 0 0; } }
  .selected-vehicle .veh-card .t-ryt {
    padding: 0 1.25rem; }
    .selected-vehicle .veh-card .t-ryt .btn-white {
      font-size: 1rem;
      font-weight: 600;
      color: #222222;
      padding: 0; }
      .selected-vehicle .veh-card .t-ryt .btn-white img {
        margin-top: -0.1rem;
        transition: all 0.2s ease-in-out;
        margin-right: 0.1rem;
        width: 0.875rem;
        transform: rotate(90deg); }
      .selected-vehicle .veh-card .t-ryt .btn-white:hover img {
        margin-right: 0.3rem; }
      .selected-vehicle .veh-card .t-ryt .btn-white:focus {
        outline: 0;
        box-shadow: none; }
    @media (max-width: 768px) {
      .selected-vehicle .veh-card .t-ryt {
        display: none; } }

@media (max-width: 576px) {
  .amount-payable {
    margin: 0 0.83rem; } }

.amount-payable .card {
  border-radius: 0.375rem;
  box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.05); }
  @media (max-width: 768px) {
    .amount-payable .card {
      border-radius: 0.625rem;
      box-shadow: 0 0.625rem 0.625rem 0 rgba(28, 31, 71, 0.15); } }

.amount-payable .form-card {
  padding: 1.2rem 1rem;
  margin-bottom: 0.625rem; }
  .amount-payable .form-card h1 {
    font-size: 1rem;
    font-weight: 600;
    color: #222222; }
  .amount-payable .form-card .form-flex {
    display: flex;
    justify-content: space-between; }
    .amount-payable .form-card .form-flex .form-input {
      width: 48%; }
  .amount-payable .form-card .form-input {
    min-height: 3.1rem; }
    .amount-payable .form-card .form-input .position-relative {
      border: none;
      min-height: inherit; }
    .amount-payable .form-card .form-input label {
      font-size: 0.813rem;
      font-weight: 400;
      color: #000;
      padding-top: 0; }
      .amount-payable .form-card .form-input label span {
        color: #ff0000; }
    .amount-payable .form-card .form-input .form-control {
      background-color: #f7f7f7;
      border: 1px solid #f7f7f7;
      border-radius: 6px; }
    .amount-payable .form-card .form-input.cmnt-h {
      min-height: 5rem; }
      .amount-payable .form-card .form-input.cmnt-h textarea {
        min-height: 4.5rem !important;
        resize: none; }
    .amount-payable .form-card .form-input.form-err .form-control {
      border: 1px solid #ff0000; }

.amount-payable .amount span {
  display: block; }
  .amount-payable .amount span:first-child {
    font-size: 1rem;
    font-weight: 600;
    color: #222222;
    line-height: 1.5;
    margin-bottom: 0.5rem; }
  .amount-payable .amount span:last-child {
    font-size: 0.875rem;
    font-weight: 400;
    color: #727272;
    font-style: italic; }
  @media (max-width: 576px) {
    .amount-payable .amount span:first-child {
      font-size: 0.93rem; }
    .amount-payable .amount span:last-child {
      font-size: 0.813rem; } }

.amount-payable .fare {
  display: flex; }
  .amount-payable .fare img {
    align-self: baseline;
    margin-right: 1rem; }
  .amount-payable .fare div span {
    display: block; }
    .amount-payable .fare div span:first-child {
      font-size: 1.375rem;
      font-weight: 500;
      color: #222222;
      margin-bottom: 0.5rem; }
    .amount-payable .fare div span:last-child {
      font-size: 0.9375rem;
      font-weight: 600;
      color: #faa821;
      cursor: pointer; }
      .amount-payable .fare div span:last-child:hover {
        text-decoration: underline; }
  @media (max-width: 576px) {
    .amount-payable .fare img {
      display: none; }
    .amount-payable .fare div span:first-child {
      font-size: 1.125rem; }
    .amount-payable .fare div span:last-child {
      font-size: 0.75rem; } }

.amount-payable .position-relative {
  min-height: 4rem;
  border-top: solid 1px #ececec; }

.amount-payable .promo-label {
  display: flex;
  align-items: center; }
  .amount-payable .promo-label div {
    font-size: 1rem;
    font-weight: 400;
    color: #222222;
    margin-left: 1.25rem; }
  @media (max-width: 767px) {
    .amount-payable .promo-label {
      display: none; } }

.amount-payable .promo-code {
  border-radius: 4px !important;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 2.5rem; }
  .amount-payable .promo-code .form-control {
    height: 40px;
    padding: 0.375rem 2rem 0.375rem 1.18rem;
    border: none;
    background-color: #f6f8f8;
    font-weight: 900; }
    .amount-payable .promo-code .form-control::placeholder {
      font-size: 0.875rem;
      font-weight: 500;
      color: #acafbd; }
  .amount-payable .promo-code > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .amount-payable .promo-code > .form-control:focus {
      z-index: 3; }
  .amount-payable .promo-code img {
    position: absolute;
    right: 5.7rem;
    top: 0.6rem;
    cursor: pointer;
    z-index: 4; }
  .amount-payable .promo-code .d-flex {
    cursor: not-allowed; }
  .amount-payable .promo-code .btn-ylw {
    width: 5rem;
    height: 40px;
    z-index: 2;
    padding-left: 0;
    font-weight: 600;
    font-size: 0.875rem;
    color: #fff;
    background-color: #efa603;
    padding-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .amount-payable .promo-code .btn-ylw:focus {
      outline: none;
      box-shadow: none; }
    .amount-payable .promo-code .btn-ylw:disabled {
      background-color: #efa603;
      opacity: 0.5;
      pointer-events: none; }
  @media (max-width: 576px) {
    .amount-payable .promo-code .form-control {
      font-size: 0.875rem; }
    .amount-payable .promo-code .btn-ylw {
      font-size: 0.813rem; } }

.amount-payable .btn-cancel {
  padding: 0;
  font-size: 0.813rem;
  font-weight: 400;
  color: #016eff; }
  .amount-payable .btn-cancel:hover {
    text-decoration: underline; }

.amount-payable .terms {
  border-top: 0.063rem solid #ececec;
  font-size: 0.75rem;
  font-weight: 400;
  color: #222222; }
  .amount-payable .terms:focus {
    outline: 0;
    box-shadow: none; }
  @media (max-width: 767px) {
    .amount-payable .terms {
      display: none; } }

.quote .qs-back {
  display: none; }

.quote .quo-flex {
  display: flex;
  justify-content: space-between; }
  .quote .quo-flex .quo-left {
    width: 22rem; }
  .quote .quo-flex .quo-right {
    width: calc(100% - 23.75rem); }

@media (max-width: 991px) {
  .quote .quo-flex {
    display: flex;
    flex-direction: column; }
    .quote .quo-flex .quo-left {
      width: 100%; }
    .quote .quo-flex .quo-right {
      width: 100%; } }

.quote .ldr-mob {
  width: 100%; }
  .quote .ldr-mob .quote-three {
    position: relative;
    text-align: center;
    width: 100%;
    height: 343px;
    background: url("/assets/images/quote-two.gif") no-repeat #292837 50% 50%; }
    .quote .ldr-mob .quote-three span {
      display: block;
      position: absolute;
      width: 100%; }
      .quote .ldr-mob .quote-three span:nth-child(1) {
        font-size: 1rem;
        font-weight: 400;
        color: #747197;
        top: 73%; }

@media (max-width: 768px) {
  .quote .qs-back {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 3.4rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(40, 49, 99, 0.2);
    background-color: #fff; }
    .quote .qs-back .btn-white {
      font-size: 0.93rem;
      font-weight: 600;
      color: #222222;
      padding: 0; }
      .quote .qs-back .btn-white img {
        filter: brightness(0);
        margin-top: -0.1rem;
        transition: all 0.2s ease-in-out;
        margin-right: 0.1rem;
        width: 0.875rem;
        transform: rotate(90deg); }
      .quote .qs-back .btn-white:focus {
        outline: 0;
        box-shadow: none; }
  .quote .carddetail-open {
    display: block; }
  .quote .detail-open {
    background: #faa821;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgba(28, 31, 71, 0.15);
    border: solid 1px rgba(0, 0, 0, 0.05); }
    .quote .detail-open .operator-vehicle {
      width: 79px;
      height: 40px; }
    .quote .detail-open div {
      display: flex;
      align-items: center; }
      .quote .detail-open div p {
        font-size: 0.875rem;
        font-weight: 600;
        color: #fff;
        margin: 0 1rem; }
  .quote .carddetail-close,
  .quote .detail-close {
    display: none; } }

@media (min-width: 769px) {
  .carddetail-open,
  .carddetail-close {
    display: block !important; }
  .detail-open,
  .detail-close {
    display: none !important; } }

@media (max-width: 576px) {
  .quote .card.detail-open {
    margin: 1rem 0.83rem; } }

.rating .container .r-head {
  font-size: 1.375rem;
  font-weight: 600;
  color: #222222;
  line-height: 1.64; }

.rating .container .card {
  padding: 5rem 6.5rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
  margin: auto;
  max-width: 42.188rem; }
  @media (min-width: 577px) and (max-width: 767px) {
    .rating .container .card {
      padding: 2.5rem 5.5rem; } }
  @media (max-width: 576px) {
    .rating .container .card {
      padding: 2rem; } }
  .rating .container .card .r-smiley {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 576px) {
      .rating .container .card .r-smiley {
        flex-wrap: wrap; } }
    @media (max-width: 576px) {
      .rating .container .card .r-smiley .r-flex {
        display: flex;
        justify-content: center;
        width: 50%; } }
    .rating .container .card .r-smiley label {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      width: 4rem;
      min-height: 5.5rem;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .rating .container .card .r-smiley label input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .rating .container .card .r-smiley label .r-img {
        padding: 0.6rem; }
        .rating .container .card .r-smiley label .r-img img {
          cursor: pointer;
          transition: transform 0.2s ease-in-out; }
          .rating .container .card .r-smiley label .r-img img:hover {
            transform: scale(1.2); }
      .rating .container .card .r-smiley label input:checked ~ .r-img {
        background-color: #222222;
        border-radius: 0.375rem;
        transition: background-color 0.1s ease-in-out; }
        .rating .container .card .r-smiley label input:checked ~ .r-img img:hover {
          transform: scale(1); }
      .rating .container .card .r-smiley label .r-name {
        opacity: 0;
        transform: scale(0);
        pointer-events: none;
        font-size: 1rem;
        font-weight: 600;
        color: #222222;
        transition: transform 0.2s ease-in-out; }
      .rating .container .card .r-smiley label:hover .r-name {
        color: #aeaeae; }
      .rating .container .card .r-smiley label:hover .r-name,
      .rating .container .card .r-smiley label input:checked ~ .r-img ~ .r-name {
        opacity: 1;
        transform: scale(1); }
      .rating .container .card .r-smiley label input:checked ~ .r-img:hover ~ .r-name {
        color: #000 !important; }
  .rating .container .card .r-input {
    min-height: 5.3rem; }
    .rating .container .card .r-input .form-control {
      min-height: 8.5rem;
      resize: none;
      padding: 1rem; }
      .rating .container .card .r-input .form-control::-webkit-input-placeholder {
        color: #6f6f6f;
        opacity: 1;
        font-weight: 500; }
      .rating .container .card .r-input .form-control::-moz-placeholder {
        color: #6f6f6f;
        opacity: 1;
        font-weight: 500; }
      .rating .container .card .r-input .form-control:-ms-input-placeholder {
        color: #6f6f6f;
        opacity: 1;
        font-weight: 500; }
      .rating .container .card .r-input .form-control::-ms-input-placeholder {
        color: #6f6f6f;
        opacity: 1;
        font-weight: 500; }
      .rating .container .card .r-input .form-control::placeholder {
        color: #6f6f6f;
        opacity: 1;
        font-weight: 500; }
  .rating .container .card .btn-dark {
    min-height: 3.5rem;
    font-size: 1.125rem;
    width: 70%; }
    @media (max-width: 576px) {
      .rating .container .card .btn-dark {
        width: 100%; } }

.rating .t-center {
  display: flex;
  justify-content: center; }
  .rating .t-center a {
    display: flex;
    justify-content: center;
    align-items: center; }

.r-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: left 0.5s linear;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  animation-name: ratingOpen;
  animation-duration: 0.5s; }
  @media (max-width: 576px) {
    .r-modal {
      position: fixed;
      z-index: 1001; } }

@keyframes ratingOpen {
  from {
    transform: scale(0);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
  .r-modal .r-main {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: auto;
    height: 100%; }
    .r-modal .r-main .container {
      display: flex;
      margin: auto; }
      .r-modal .r-main .container .r-card {
        width: 36rem;
        padding: 5rem 4rem; }
        @media (max-width: 576px) {
          .r-modal .r-main .container .r-card {
            width: 90%;
            padding: 1rem; } }
        .r-modal .r-main .container .r-card .r-head img {
          margin-bottom: 2rem; }
        .r-modal .r-main .container .r-card .r-head span {
          display: block;
          line-height: 1.57; }
          .r-modal .r-main .container .r-card .r-head span:nth-child(2) {
            font-size: 1.375rem;
            font-weight: 600;
            color: #222222; }
            @media (max-width: 576px) {
              .r-modal .r-main .container .r-card .r-head span:nth-child(2) {
                font-size: 1rem; } }
          .r-modal .r-main .container .r-card .r-head span:nth-child(3) {
            font-size: 0.875rem;
            font-weight: 400;
            color: #222222;
            margin-bottom: 3rem; }
            @media (max-width: 576px) {
              .r-modal .r-main .container .r-card .r-head span:nth-child(3) {
                margin-bottom: 1rem; } }

.taxi-connect {
  background-color: #f6f7fb; }
  .taxi-connect .card {
    overflow: hidden;
    border-radius: 10px; }
    .taxi-connect .card .card-head {
      padding: 29px 67px 24px;
      background-color: #ffe7bf; }
      .taxi-connect .card .card-head h3 {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 31px; }
    .taxi-connect .card ul {
      margin-bottom: 2rem;
      margin-left: 1.8rem; }
      .taxi-connect .card ul li {
        margin-top: 1.5rem; }
    .taxi-connect .card .card-bottom {
      text-align: center; }
      .taxi-connect .card .card-bottom h6 {
        font-weight: bold; }
      .taxi-connect .card .card-bottom .btn {
        width: 50%;
        height: 56px; }
      .taxi-connect .card .card-bottom span {
        color: #808187; }
  .taxi-connect .grow-business h4 {
    color: #222222;
    font-weight: 500; }
  .taxi-connect .grow-business p {
    padding-top: 1rem;
    color: #000000;
    font-weight: 300; }
  .taxi-connect .op-card {
    display: flex;
    overflow-x: hidden; }
    .taxi-connect .op-card .card {
      width: 436px;
      padding: 2rem;
      margin-left: 4rem; }
      .taxi-connect .op-card .card ul {
        margin-left: 0 !important; }
  @media (max-width: 996px) {
    .taxi-connect .card-head {
      padding: 29px 27px 24px !important; }
    .taxi-connect .op-card {
      display: block;
      align-items: center; }
      .taxi-connect .op-card .card {
        margin-top: 2rem;
        margin-left: 6rem; } }
  @media (max-width: 767px) {
    .taxi-connect .op-card .card {
      margin-left: 1rem; } }
  @media (max-width: 480px) {
    .taxi-connect .op-card .card {
      margin-left: 0;
      width: fit-content; } }

.gmap {
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 0.375rem; }
  .gmap .gmap_canvas {
    position: relative;
    overflow: hidden;
    height: 11rem;
    border-radius: 0.375rem;
    background-color: #fff;
    background-image: url("https://via.placeholder.com/600X533"); }
  .gmap .row {
    margin: 0;
    padding: 0.5rem 0;
    height: 58px;
    border-top: solid 0.0625rem #e3e3e3;
    background-color: #fff;
    border-radius: 0 0 0.375rem 0.375rem; }
    .gmap .row .t-center {
      align-self: center; }
      .gmap .row .t-center span {
        display: block; }
        .gmap .row .t-center span:first-child {
          font-size: 0.75rem;
          font-weight: 500;
          color: #636363;
          line-height: 1.6; }
        .gmap .row .t-center span:last-child {
          font-size: 1rem;
          font-weight: 900;
          color: #272a2f; }
    .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); }

.distance {
  margin: 0;
  padding: 0.5rem 0;
  height: 58px;
  border-top: solid 0.0625rem #e3e3e3;
  background-color: #fff;
  border-radius: 0 0 0.375rem 0.375rem; }
  .distance .row {
    align-self: center; }

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

@media (max-width: 576px) {
  .gmap .gmap_canvas {
    height: 7.375rem !important;
    border-radius: 0; }
    .gmap .gmap_canvas .row {
      border-radius: 0; }
  .gmap .p-0 + .row {
    display: none; } }

@media (max-width: 991px) {
  .gmap {
    box-shadow: none; }
    .gmap .show-map {
      opacity: 1;
      transition: all 0.4s ease; }
    .gmap .row.hide-map {
      opacity: 0;
      transition: all 0.4s ease;
      height: 0 !important;
      padding: 0 !important;
      border: none; }
    .gmap .gmap_canvas.hide-map {
      transition: all 0.4s ease;
      height: 3.5rem !important; }
    .gmap .btn-map {
      position: absolute;
      left: 1rem;
      top: 0.75rem;
      z-index: 4;
      width: 5.875rem;
      height: 2rem;
      text-align: center;
      font-size: 0.875rem;
      font-weight: 500;
      color: #fff;
      padding: 0.5rem;
      background-color: #222222; } }

.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
  margin-top: 100px !important;
  display: none; }

.filter-card {
  border-radius: 5px; }
  .filter-card .card {
    padding: 1.32rem 1.25rem 1.5rem;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.1); }
    .filter-card .card .filter-head .jc-between div .btn {
      font-size: 0.75rem;
      font-weight: 600;
      color: #727272;
      padding: 0; }
      .filter-card .card .filter-head .jc-between div .btn:nth-child(1) {
        color: #000;
        margin-right: 1rem; }
      .filter-card .card .filter-head .jc-between div .btn:hover {
        text-decoration: underline; }
      .filter-card .card .filter-head .jc-between div .btn:focus {
        outline: 0;
        box-shadow: none; }
    .filter-card .card .filter-head img {
      display: none; }
    @media (max-width: 992px) {
      .filter-card .card .filter-head {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .filter-card .card .filter-head .jc-between {
          justify-content: flex-start; }
          .filter-card .card .filter-head .jc-between .btn {
            margin-left: 1.5rem; }
        .filter-card .card .filter-head img {
          display: block;
          width: 12.3px;
          height: 14px; } }
    .filter-card .card .taxi-type span {
      font-size: 1rem;
      font-weight: 600;
      color: #222222; }
    .filter-card .card .taxi-type .tt-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 1rem;
      flex-wrap: wrap; }
      .filter-card .card .taxi-type .tt-flex label {
        position: relative;
        margin-bottom: 0.6rem;
        cursor: pointer;
        width: 31.5%;
        background-color: #f6f7fb;
        text-align: center;
        padding: 0.7rem 0.375rem;
        border-radius: 2px;
        font-size: 0.813rem;
        font-weight: 400;
        color: #222222;
        transition: all 0.2s ease-in-out; }
        .filter-card .card .taxi-type .tt-flex label.empty-label {
          opacity: 0;
          pointer-events: none; }
        .filter-card .card .taxi-type .tt-flex label.half-width {
          width: 48%; }
      .filter-card .card .taxi-type .tt-flex input:disabled + label {
        background-color: rgba(215, 215, 215, 0.5) !important;
        pointer-events: none;
        color: #222222 !important; }
      .filter-card .card .taxi-type .tt-flex input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .filter-card .card .taxi-type .tt-flex input[type="radio"]:checked + label {
        background-color: #efa603;
        color: #fff; }
    .filter-card .card .veh-label span {
      font-size: 1rem;
      font-weight: 600;
      color: #222222; }
    .filter-card .card .veh-label .vl-flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column;
      margin-top: 1rem; }
    .filter-card .card .veh-label .tickbox label {
      font-size: 0.813rem;
      font-weight: 400;
      color: #222222;
      line-height: 1.75;
      margin-bottom: 1.25rem; }
    .filter-card .card .veh-label .tickbox .checkmark {
      border: 1px solid rgba(215, 215, 215, 0.5);
      background-color: #f6f7fb; }
    .filter-card .card .veh-label .tickbox label:hover input ~ .checkmark {
      background-color: #efa603; }
    .filter-card .card .veh-label .tickbox label input:checked ~ .checkmark {
      background-color: #efa603; }
    .filter-card .card .veh-label .tickbox label .checkmark:after {
      border: solid 3px #fff;
      border-width: 0 0.2rem 0.2rem 0;
      transform: rotate(45deg); }
    .filter-card .card .range-slider .fw-6 {
      font-size: 1rem;
      font-weight: 600;
      color: #222222; }
    .filter-card .card .range-slider .middle {
      position: relative;
      margin-top: 1rem;
      min-height: 4rem; }
    .filter-card .card .range-slider .slider {
      position: relative;
      z-index: 1;
      height: 6px;
      width: 100%;
      padding: 0 1.25rem; }
    .filter-card .card .range-slider .slider > .track {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: 5px;
      background-color: #d5d9eb; }
    .filter-card .card .range-slider .slider > .range {
      position: absolute;
      z-index: 2;
      left: 0%;
      right: 50%;
      top: 0;
      bottom: 0;
      border-radius: 5px;
      background-color: #efa603; }
    .filter-card .card .range-slider .slider > .thumb {
      position: absolute;
      z-index: 3;
      width: 20px;
      margin-top: 0.2rem;
      height: 20px;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
      border: solid 1px rgba(215, 215, 215, 0.5);
      transition: box-shadow 0.3s ease-in-out; }
    .filter-card .card .range-slider .slider > .thumb.left {
      left: 0;
      transform: translate(0px, -10px); }
    .filter-card .card .range-slider .slider > .thumb.right {
      right: 50%;
      transform: translate(50%, -10px); }
    .filter-card .card .range-slider .slider > .thumb.hover {
      box-shadow: 0 0 0 20px rgba(98, 0, 238, 0.1); }
    .filter-card .card .range-slider .slider > .thumb.active {
      box-shadow: 0 0 0 40px rgba(98, 0, 238, 0.2); }
    .filter-card .card .range-slider input[type="range"] {
      position: absolute;
      pointer-events: none;
      -webkit-appearance: none;
      z-index: 2;
      height: 10px;
      width: 100%;
      opacity: 0; }
    .filter-card .card .range-slider input[type="range"]::-webkit-slider-thumb {
      pointer-events: all;
      width: 30px;
      height: 30px;
      border-radius: 0;
      border: 0 none;
      -webkit-appearance: none; }
    .filter-card .card .range-slider .slider-price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 1rem; }
      .filter-card .card .range-slider .slider-price span {
        font-size: 0.813rem;
        font-weight: 400;
        color: #222222; }

.skeleton {
  background: #d1d2d4;
  overflow: hidden;
  margin: 10px 0;
  border-radius: 4px; }

.skeleton.text {
  width: 100%;
  height: 10px; }

.skeleton.title {
  width: 50%;
  height: 10px;
  margin-bottom: 15px; }

.skeleton.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.skeleton.thumbnail {
  width: 100px;
  height: 100px; }

.skeleton-wrapper {
  margin: 20px auto;
  padding: 10px 15px;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }

/* skeleton profile */
.skeleton-profile {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  align-items: center; }

/* themes */
.skeleton-wrapper.light {
  background: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.05);
  min-height: 220px; }

.skeleton-wrapper.dark {
  background: #444; }

.skeleton-wrapper.dark .skeleton {
  background: #777; }

.skeleton-article {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%; }

.skeleton-for-bid {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .skeleton-for-bid .skeleton.avatar {
    width: 18%;
    height: 180px;
    border-radius: 0; }
    .skeleton-for-bid .skeleton.avatar + div {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      width: 78%; }

/* animation effects */
.shimmer-wrapper {
  position: absolute;
  /* parent must be relative position & overflow hidden */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: loading 1.3s infinite; }

.shimmer {
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transform: skewX(-20deg);
  box-shadow: 0 0 30px 30px rgba(255, 255, 255, 0.2); }

.dark .shimmer {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 30px 30px rgba(255, 255, 255, 0.05); }

@keyframes loading {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(-60%); }
  100% {
    transform: translateX(150%); } }

.top-result h3 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #000; }

.top-result .card {
  padding: 0.75rem 1rem;
  align-items: center;
  border-radius: 0.375rem;
  box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.05);
  border-bottom: 0.375rem solid #ffe3c4; }
  .top-result .card.load-h {
    min-height: 250px; }
  .top-result .card .sec-1,
  .top-result .card .sec-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    justify-content: space-between; }
  .top-result .card .sec-1 {
    text-align: center; }
    .top-result .card .sec-1 img {
      width: 3rem;
      height: 3rem;
      margin-bottom: 0.8rem; }
    .top-result .card .sec-1 span {
      display: block;
      margin-bottom: 0.625rem;
      text-transform: capitalize; }
      .top-result .card .sec-1 span:nth-child(1) {
        font-size: 1rem;
        font-weight: 600;
        color: #000; }
      .top-result .card .sec-1 span:nth-child(2) {
        font-size: 1rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.8); }
  .top-result .card .sec-2 {
    text-align: center; }
    .top-result .card .sec-2 span {
      display: block;
      margin-bottom: 0.625rem; }
      .top-result .card .sec-2 span:nth-child(1) {
        font-size: 0.875rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.8); }
      .top-result .card .sec-2 span:nth-child(2) {
        font-size: 0.875rem;
        font-weight: 600;
        color: #000; }
    .top-result .card .sec-2 .btn-dark {
      width: 110px;
      border-radius: 0.25rem;
      font-weight: 900;
      margin-bottom: 0.625rem; }
  .top-result .card .sec-3 {
    text-align: center;
    min-height: 25px; }
    .top-result .card .sec-3 span:nth-child(1) {
      font-size: 0.875rem;
      font-weight: 400;
      color: #727272;
      text-decoration: line-through #727272;
      padding-right: 0.25rem; }
    .top-result .card .sec-3 span:nth-child(2) {
      font-size: 0.875rem;
      font-weight: 600;
      color: #eb6b6b; }
  @media (max-width: 768px) {
    .top-result .card {
      border-radius: 0.625rem;
      box-shadow: 0 16px 16px 0 rgba(28, 31, 71, 0.15);
      border: solid 1px rgba(0, 0, 0, 0.05); } }

@media (max-width: 576px) {
  .top-result .row {
    margin-left: -4px;
    margin-right: -4px; }
  .top-result .c-6 {
    padding-left: 4px;
    padding-right: 4px; } }

.about-page {
  background-color: #fff;
  padding: 2rem 0; }
  .about-page h1 {
    font-size: 1.313rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem; }
  .about-page p {
    font-size: 1rem;
    font-weight: 400;
    color: #000; }

.tracking {
  background-color: #f6f7fb; }
  .tracking .tracking-layout {
    display: flex;
    flex-direction: row; }
  .tracking .track-cust {
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0 6px 10px 0 rgba(60, 38, 10, 0.2); }
    .tracking .track-cust .res {
      width: 100%; }
      .tracking .track-cust .res thead {
        background-color: #e8eaf3;
        width: 100%; }
        .tracking .track-cust .res thead th {
          padding: 5px;
          padding-left: 10px;
          color: #000;
          font-size: 15px; }
        .tracking .track-cust .res thead .serial-pad {
          padding-left: 10px; }
      .tracking .track-cust .res tbody td {
        border: 0.063rem solid #dadada;
        padding: 5px;
        padding-left: 10px;
        color: #000;
        font-size: 15px; }
  .tracking .tracking-info :hover {
    overflow-y: overlay;
    transition: 0.4s all ease; }
  .tracking .tracking-info ::-webkit-scrollbar {
    width: 0.5em; }
  .tracking .tracking-info ::-webkit-scrollbar:hover {
    display: block;
    transition: 0.4s all ease; }
  .tracking .tracking-info ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .tracking .tracking-info ::-webkit-scrollbar-thumb {
    background-color: #aaa;
    outline: 1px solid slategrey; }
  .tracking .tracking-comp {
    width: 100%;
    height: 39rem;
    padding: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: #f6f7fb; }
  .tracking .tracking-info {
    width: 30%;
    height: 39rem;
    padding: 10px;
    background-color: #f6f7fb;
    overflow: hidden;
    overflow-y: scroll; }
    .tracking .tracking-info .head-tr {
      font-size: 1rem;
      font-weight: 600;
      color: #222222; }
    .tracking .tracking-info .book-info {
      margin: 10px;
      padding: 10px;
      margin-left: 0px;
      margin-right: 0px;
      box-shadow: 0 6px 10px 0 rgba(60, 38, 10, 0.2); }
      .tracking .tracking-info .book-info .t-id {
        font-size: 1rem;
        font-weight: 400;
        color: #222222;
        margin-bottom: 0.75rem;
        display: flex;
        justify-content: space-between; }
        .tracking .tracking-info .book-info .t-id .status-4 {
          color: #fe6e06 !important;
          /* Driver Accepted */ }
        .tracking .tracking-info .book-info .t-id .status-6 {
          color: #5777e5 !important;
          /* En Route To Pickup */ }
        .tracking .tracking-info .book-info .t-id .status-7 {
          color: #efa603 !important;
          /* Driver Arrived At Pickup Point */ }
        .tracking .tracking-info .book-info .t-id .status-9 {
          color: #e60968 !important;
          /* Ontrip */ }
        .tracking .tracking-info .book-info .t-id .status-10 {
          color: #279e2b !important;
          /* Completed */ }
        .tracking .tracking-info .book-info .t-id .bookid-b {
          width: 80%;
          color: #000;
          font-size: 15px;
          font-weight: 600 !important; }
        .tracking .tracking-info .book-info .t-id p {
          width: 100px;
          font-size: 14px;
          margin: 0px;
          color: #575757; }
        .tracking .tracking-info .book-info .t-id span {
          width: 80%;
          color: #000;
          font-size: 15px; }
        .tracking .tracking-info .book-info .t-id .dis-tr {
          font-size: 15px; }
        @media (max-width: 576px) {
          .tracking .tracking-info .book-info .t-id {
            text-align: center; } }
      .tracking .tracking-info .book-info .t-id-1 {
        font-size: 1rem;
        font-weight: 400;
        color: #222222;
        margin-bottom: 0.75rem;
        display: flex;
        justify-content: flex-start; }
        .tracking .tracking-info .book-info .t-id-1 .bookid-b {
          width: 80%;
          color: #000;
          font-size: 15px;
          font-weight: 600 !important; }
        .tracking .tracking-info .book-info .t-id-1 p {
          width: 100px;
          font-size: 14px;
          margin: 0px;
          color: #575757; }
        .tracking .tracking-info .book-info .t-id-1 span {
          width: 80%;
          color: #000;
          font-size: 15px; }
        .tracking .tracking-info .book-info .t-id-1 .dis-tr {
          font-size: 15px; }
        @media (max-width: 576px) {
          .tracking .tracking-info .book-info .t-id-1 {
            text-align: center; } }
  .tracking .tracking-map {
    box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.2);
    width: 70%;
    position: relative; }
    .tracking .tracking-map .refresh-tr {
      position: absolute;
      background-color: #000;
      text-decoration: none;
      z-index: 10;
      right: 80px;
      top: 10px;
      font-size: 1rem;
      font-weight: 400;
      color: #fff;
      padding: .375rem 1.25rem;
      border-radius: 1.125rem; }
  .tracking .tracking_gmap_canvas {
    position: sticky !important;
    overflow: none !important;
    height: 39rem;
    background-color: #fff;
    width: 100%; }
  .tracking .gm-style .gm-style-iw-c {
    padding: 1rem; }
  .tracking .gm-style-iw-chr {
    position: absolute;
    right: 7px;
    top: 5px; }
    .tracking .gm-style-iw-chr span {
      margin-top: 0px !important; }
  .tracking .gm-ui-hover-effect {
    height: 15px !important; }
  .tracking .t-detail {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    padding-top: 10px; }
    .tracking .t-detail h4 {
      font-size: 16px; }
    .tracking .t-detail p {
      margin-bottom: 3px; }
    .tracking .t-detail span {
      display: block;
      font-size: 0.75rem;
      font-weight: 400;
      color: #222222;
      text-transform: capitalize; }
      .tracking .t-detail span:first-child {
        line-height: 1.5; }
  .tracking .card {
    height: 35rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #222222;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10%; }
  @media (max-width: 576px) {
    .tracking .tracking_gmap_canvas {
      height: 28.5rem; }
    .tracking .card {
      height: 28.5rem; } }

.terms li {
  line-height: 1.5; }

.cancel-table {
  overflow-x: auto;
  margin-top: 1rem; }
  .cancel-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none; }
    @media (max-width: 350px) {
      .cancel-table table {
        width: 105%; } }
  .cancel-table th,
  .cancel-table td {
    text-align: left;
    padding: 1rem;
    border: 1px solid #000; }

.opt-flex {
  display: flex;
  flex-wrap: wrap; }
  .opt-flex p {
    width: 45%; }

.tab-list {
  padding-left: 0;
  margin-bottom: 0; }

.tab-list-item {
  display: inline-block;
  width: 105px;
  text-align: center;
  list-style: none;
  margin-bottom: -0.063rem;
  padding: 0.75rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  background-color: transparent;
  margin-right: 15px;
  margin-bottom: 35px;
  transform: skewX(0deg);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease; }
  .tab-list-item:hover {
    background-color: rgba(255, 255, 255, 0.3); }

.tab-list-active {
  background-color: rgba(255, 255, 255, 0.5) !important;
  position: relative;
  font-weight: 900;
  z-index: 2; }

.bq-head {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .bq-head .bq-title {
    font-size: 1.375rem;
    font-weight: 500;
    color: #000; }
  .bq-head .d-flex.ai-center {
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    width: 11.5rem;
    padding: 0.5rem 1rem;
    height: 2.125rem; }
    .bq-head .d-flex.ai-center label {
      width: 5rem; }
    .bq-head .d-flex.ai-center .drop-down {
      position: relative;
      width: calc(100% - 5rem); }
    .bq-head .d-flex.ai-center .dd-btn {
      width: 100%;
      height: 2.25rem;
      background-color: transparent;
      border: none; }
    .bq-head .d-flex.ai-center .dd-value {
      width: 6rem;
      height: 200px; }
      .bq-head .d-flex.ai-center .dd-value li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 3px; }
    @media (max-width: 991px) {
      .bq-head .d-flex.ai-center {
        display: none; } }

.bid-quote .bid-card {
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  border-radius: 0.375rem;
  padding: 0;
  box-shadow: 0 0.375rem 0.625rem 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.05);
  min-height: 8.125rem; }
  @media (max-width: 768px) {
    .bid-quote .bid-card {
      min-height: 5.75rem;
      max-height: 10.5rem;
      flex-wrap: wrap;
      justify-content: flex-end;
      border-radius: 0.625rem;
      box-shadow: 0 16px 16px 0 rgba(28, 31, 71, 0.15);
      padding: 0.625rem; } }
  .bid-quote .bid-card.no-br {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .bid-quote .bid-card .bid-img {
    width: 8.125rem;
    background-color: #f1f3f4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .bid-quote .bid-card .bid-img .operator-vehicle {
      width: 90px; }
    .bid-quote .bid-card .bid-img .bi-rating {
      display: none;
      align-items: center;
      font-size: 0.875rem;
      font-weight: 600;
      color: #222222; }
      .bid-quote .bid-card .bid-img .bi-rating img {
        width: 0.93rem; }
    @media (max-width: 768px) {
      .bid-quote .bid-card .bid-img {
        width: 5.5rem;
        background-color: transparent;
        align-items: flex-end;
        border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
        .bid-quote .bid-card .bid-img img {
          width: 5rem; }
        .bid-quote .bid-card .bid-img .bi-rating {
          display: flex;
          position: absolute;
          top: 0;
          left: 0; }
          .bid-quote .bid-card .bid-img .bi-rating img {
            margin-top: -0.3rem; } }
  .bid-quote .bid-card .bid-det {
    width: calc(100% - 18rem);
    padding: 0.625rem 0; }
    .bid-quote .bid-card .bid-det .d-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      border-right: solid 1px rgba(0, 0, 0, 0.05);
      padding: 0 1.25rem; }
      .bid-quote .bid-card .bid-det .d-flex .veh-sml {
        width: calc(100% - 6rem); }
        .bid-quote .bid-card .bid-det .d-flex .veh-sml .travels {
          font-size: 1rem;
          font-weight: 600;
          color: #222222;
          text-transform: capitalize; }
        .bid-quote .bid-card .bid-det .d-flex .veh-sml div {
          display: flex;
          align-items: center; }
          .bid-quote .bid-card .bid-det .d-flex .veh-sml div span {
            font-size: 0.875rem;
            font-weight: 400;
            color: #727272; }
            .bid-quote .bid-card .bid-det .d-flex .veh-sml div span:nth-child(2) {
              padding: 0 0.3rem; }
            .bid-quote .bid-card .bid-det .d-flex .veh-sml div span:nth-child(3) {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 0.75rem;
              height: 0.75rem;
              font-size: 0.56rem;
              font-weight: 400;
              color: #727272;
              border: 1px solid #faa821;
              border-radius: 5rem;
              cursor: pointer; }
      .bid-quote .bid-card .bid-det .d-flex .stay-safe {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 5.875rem;
        height: 1.54rem; }
      .bid-quote .bid-card .bid-det .d-flex .veh-xtra {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        align-items: center;
        padding: 0.5rem 0;
        margin: 1.5rem 0; }
        .bid-quote .bid-card .bid-det .d-flex .veh-xtra div {
          display: flex;
          justify-content: flex-start; }
        .bid-quote .bid-card .bid-det .d-flex .veh-xtra .img-alyn {
          display: flex;
          align-items: center; }
          .bid-quote .bid-card .bid-det .d-flex .veh-xtra .img-alyn span {
            font-size: 0.875rem;
            font-weight: 400;
            color: #222222; }
      .bid-quote .bid-card .bid-det .d-flex .opt-rating {
        display: flex;
        align-items: center;
        width: calc(100% - 9rem);
        height: 1.54rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: #222222; }
      .bid-quote .bid-card .bid-det .d-flex .fare {
        width: 8.125rem;
        text-align: right; }
        .bid-quote .bid-card .bid-det .d-flex .fare span {
          font-size: 0.75rem;
          font-weight: 600;
          color: #727272;
          cursor: pointer; }
        .bid-quote .bid-card .bid-det .d-flex .fare img {
          margin: -0.3rem 0 0 0.3rem;
          cursor: pointer;
          transition: all 0.2s ease-in-out; }
        .bid-quote .bid-card .bid-det .d-flex .fare .rotate {
          transform: rotate(180deg); }
    @media (max-width: 768px) {
      .bid-quote .bid-card .bid-det {
        width: calc(100% - 5.5rem);
        padding: 0;
        border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
        .bid-quote .bid-card .bid-det .d-flex {
          padding: 0 0 0 0.6rem;
          border-right: 0; }
          .bid-quote .bid-card .bid-det .d-flex .veh-sml {
            order: 1;
            width: 100%; }
          .bid-quote .bid-card .bid-det .d-flex .opt-rating {
            display: none;
            order: 4; }
          .bid-quote .bid-card .bid-det .d-flex .stay-safe {
            width: 4.5rem;
            border-radius: 50%;
            order: 3; }
            .bid-quote .bid-card .bid-det .d-flex .stay-safe img {
              width: 4.5rem;
              padding-left: 0.15rem; }
            .bid-quote .bid-card .bid-det .d-flex .stay-safe span {
              display: none; }
          .bid-quote .bid-card .bid-det .d-flex .veh-xtra {
            order: 2;
            width: calc(100% - 5rem);
            margin: 0; }
            .bid-quote .bid-card .bid-det .d-flex .veh-xtra div:nth-child(1) {
              display: none; }
            .bid-quote .bid-card .bid-det .d-flex .veh-xtra div:nth-child(2) .img-alyn:nth-child(1) {
              padding-left: 0; }
          .bid-quote .bid-card .bid-det .d-flex .fare {
            position: absolute;
            order: 5;
            width: fit-content;
            bottom: 1.25rem;
            left: 1rem; } }
    @media (max-width: 576px) {
      .bid-quote .bid-card .bid-det .d-flex .veh-sml div {
        flex-direction: column;
        align-items: flex-start; }
        .bid-quote .bid-card .bid-det .d-flex .veh-sml div span:nth-child(2) {
          padding: 0; } }
  .bid-quote .bid-card .bid-btn {
    width: 9rem;
    padding: 0.625rem 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end; }
    .bid-quote .bid-card .bid-btn .btn-dark {
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      width: 100%;
      border-radius: 0.25rem;
      padding: 0; }
      .bid-quote .bid-card .bid-btn .btn-dark:focus {
        outline: 0;
        box-shadow: none; }
    .bid-quote .bid-card .bid-btn .inclusive {
      display: block;
      margin-top: 0.3rem;
      font-size: 1rem;
      font-weight: 400;
      color: #727272; }
      .bid-quote .bid-card .bid-btn .inclusive img {
        margin-right: 0.35rem;
        width: 18px;
        margin-top: -0.2rem; }
      .bid-quote .bid-card .bid-btn .inclusive .ie-yellow {
        color: #efa603; }
      .bid-quote .bid-card .bid-btn .inclusive .ie-red {
        color: #ec5365; }
    .bid-quote .bid-card .bid-btn .bb-price {
      text-align: center; }
      .bid-quote .bid-card .bid-btn .bb-price span:nth-child(1) {
        font-size: 0.875rem;
        font-weight: 400;
        color: #727272;
        text-decoration: line-through #727272;
        padding-right: 0.25rem; }
      .bid-quote .bid-card .bid-btn .bb-price span:nth-child(2) {
        font-size: 0.875rem;
        font-weight: 600;
        color: #eb6b6b; }
      .bid-quote .bid-card .bid-btn .bb-price p {
        font-size: 0.875rem;
        font-weight: 600;
        color: #eb6b6b;
        margin-bottom: 0.2rem; }
    @media (max-width: 768px) {
      .bid-quote .bid-card .bid-btn {
        width: calc(100% - 6rem);
        flex-direction: row-reverse;
        padding: 0.6rem 0 0 0.6rem;
        align-items: center; }
        .bid-quote .bid-card .bid-btn .inclusive {
          display: none; }
        .bid-quote .bid-card .bid-btn .btn-dark {
          width: 6.25rem; }
        .bid-quote .bid-card .bid-btn .bb-price span:nth-child(1) {
          padding-right: 0.3rem; } }
    @media (max-width: 380px) {
      .bid-quote .bid-card .bid-btn {
        width: calc(100% - 4.9rem);
        justify-content: flex-start; }
        .bid-quote .bid-card .bid-btn .btn-dark {
          width: 5rem;
          font-size: 0.875rem; }
        .bid-quote .bid-card .bid-btn .bb-price span:nth-child(1) {
          padding-right: 0.1rem;
          font-size: 0.75rem; }
        .bid-quote .bid-card .bid-btn .bb-price span:nth-child(2) {
          padding-right: 0.4rem;
          font-size: 0.75rem; } }

.bid-quote .in-ex {
  max-height: 0;
  opacity: 0; }
  .bid-quote .in-ex.fi-open {
    max-height: 500px;
    opacity: 1;
    transition: all 0.3s ease-in-out; }
  .bid-quote .in-ex.fi-close {
    transition: all 0.1s ease-in-out; }
  .bid-quote .in-ex .tabs .tab-list {
    padding-left: 0.7rem; }
    .bid-quote .in-ex .tabs .tab-list .tab-list-item {
      background-color: transparent;
      font-size: 0.813rem;
      font-weight: 600;
      color: #222222;
      border-bottom: 0.188rem solid transparent;
      margin-bottom: 0;
      padding: 1rem 0.75rem 0.3rem; }
    .bid-quote .in-ex .tabs .tab-list .tab-list-active {
      border-bottom: 0.188rem solid #faa821; }
  .bid-quote .in-ex .tabs .tab-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 2.5rem 1rem;
    background-color: #fbfbfc; }
    @media (max-width: 576px) {
      .bid-quote .in-ex .tabs .tab-content {
        padding: 1.75rem 2rem; } }
    .bid-quote .in-ex .tabs .tab-content span {
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
      font-weight: 500;
      color: #222222;
      width: 33.33%;
      padding-bottom: 0.4rem; }
      @media (max-width: 576px) {
        .bid-quote .in-ex .tabs .tab-content span {
          width: 50%; } }
      .bid-quote .in-ex .tabs .tab-content span b {
        display: block;
        font-size: 0.75rem;
        font-weight: 500;
        color: #727272;
        width: 100%; }

.details .alert {
  min-height: 2.375rem;
  background-image: none;
  background-color: #d6aa62;
  position: relative;
  color: #fff; }
  .details .alert .closebtn {
    display: flex;
    top: 45%;
    right: 1rem; }
  .details .alert .d-flex {
    padding: 0 1.5rem 0 1rem; }

@media (max-width: 991px) {
  .details {
    display: none; } }

.details .det-bf {
  padding: 1rem 0 0;
  border-radius: 0.375rem;
  box-shadow: 0 0.375rem 0.375rem 0 rgba(60, 38, 10, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: #fff; }

.details .bookride .br-flex {
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem; }
  .details .bookride .br-flex.br-bor {
    border-bottom: solid 1px #e9ebee; }
  .details .bookride .br-flex .pick-drop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .details .bookride .br-flex .pick-drop.jc-end {
      justify-content: flex-end; }
    .details .bookride .br-flex .pick-drop div {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 275px; }
      .details .bookride .br-flex .pick-drop div span {
        font-size: 0.93rem;
        font-weight: 600;
        color: #000; }
      .details .bookride .br-flex .pick-drop div img {
        margin: 0.4rem 0;
        transform: rotate(90deg); }
    .details .bookride .br-flex .pick-drop .btn {
      font-size: 0.75rem;
      font-weight: 600;
      color: #727272;
      padding: 0; }
      .details .bookride .br-flex .pick-drop .btn img {
        width: 0.5rem;
        margin-top: -0.3rem;
        transition: transform 0.3s ease-in-out; }
        .details .bookride .br-flex .pick-drop .btn img.rotate-180 {
          transform: rotate(180deg); }
      .details .bookride .br-flex .pick-drop .btn:focus {
        outline: 0;
        box-shadow: none; }
  .details .bookride .br-flex .ret-det,
  .details .bookride .br-flex .onw-det {
    font-size: 0.75rem;
    font-weight: 400;
    color: #000; }
  .details .bookride .br-flex .onw-det {
    margin: 0.5rem 0 0.2rem; }

.details .bookride .br-padd {
  padding: 0 1.25rem 1.25rem;
  height: max-content;
  transition: all 0.4s ease-in-out; }

.details .bookride .pickup,
.details .bookride .drop,
.details .bookride .package {
  position: relative;
  min-height: 3.6rem; }

.details .bookride .before-img {
  position: absolute;
  top: 0.55rem;
  left: 0.69rem; }

.details .bookride .count .before-img {
  top: 0.75rem; }

.details .bookride .line-img {
  position: absolute;
  top: 1.05rem;
  left: 0.75rem;
  height: 80px;
  z-index: 4; }

.details .bookride .pickup .card,
.details .bookride .drop .card,
.details .bookride .package .card {
  flex-direction: row;
  align-items: center;
  height: 3rem;
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  padding: 0 1rem 0 1.5rem; }
  .details .bookride .pickup .card .form-control,
  .details .bookride .drop .card .form-control,
  .details .bookride .package .card .form-control {
    border: none;
    background-color: transparent;
    font-size: 0.933rem;
    font-weight: 600; }
  .details .bookride .pickup .card .info-cancel,
  .details .bookride .drop .card .info-cancel,
  .details .bookride .package .card .info-cancel {
    cursor: pointer;
    transition: transform 0.2s ease-in-out; }
    .details .bookride .pickup .card .info-cancel:hover,
    .details .bookride .drop .card .info-cancel:hover,
    .details .bookride .package .card .info-cancel:hover {
      transform: rotate(180deg); }
    .details .bookride .pickup .card .info-cancel.navi:hover,
    .details .bookride .drop .card .info-cancel.navi:hover,
    .details .bookride .package .card .info-cancel.navi:hover {
      transform: rotate(50deg); }

.details .bookride .departure,
.details .bookride .return,
.details .bookride .count {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 3rem;
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  margin-bottom: 0.6rem; }
  .details .bookride .departure .date,
  .details .bookride .departure .time,
  .details .bookride .departure .passenger,
  .details .bookride .departure .luggage,
  .details .bookride .return .date,
  .details .bookride .return .time,
  .details .bookride .return .passenger,
  .details .bookride .return .luggage,
  .details .bookride .count .date,
  .details .bookride .count .time,
  .details .bookride .count .passenger,
  .details .bookride .count .luggage {
    width: 50%;
    padding: 0 1rem 0 1.5rem;
    position: relative; }
    .details .bookride .departure .date .form-control,
    .details .bookride .departure .time .form-control,
    .details .bookride .departure .passenger .form-control,
    .details .bookride .departure .luggage .form-control,
    .details .bookride .return .date .form-control,
    .details .bookride .return .time .form-control,
    .details .bookride .return .passenger .form-control,
    .details .bookride .return .luggage .form-control,
    .details .bookride .count .date .form-control,
    .details .bookride .count .time .form-control,
    .details .bookride .count .passenger .form-control,
    .details .bookride .count .luggage .form-control {
      border: none;
      color: transparent;
      text-shadow: 0 0 0 #222222;
      background: transparent;
      font-size: 0.933rem;
      font-weight: 600; }
      .details .bookride .departure .date .form-control::placeholder,
      .details .bookride .departure .time .form-control::placeholder,
      .details .bookride .departure .passenger .form-control::placeholder,
      .details .bookride .departure .luggage .form-control::placeholder,
      .details .bookride .return .date .form-control::placeholder,
      .details .bookride .return .time .form-control::placeholder,
      .details .bookride .return .passenger .form-control::placeholder,
      .details .bookride .return .luggage .form-control::placeholder,
      .details .bookride .count .date .form-control::placeholder,
      .details .bookride .count .time .form-control::placeholder,
      .details .bookride .count .passenger .form-control::placeholder,
      .details .bookride .count .luggage .form-control::placeholder {
        color: transparent;
        text-shadow: 0 0 0 #8d8d8d; }
      .details .bookride .departure .date .form-control:focus,
      .details .bookride .departure .time .form-control:focus,
      .details .bookride .departure .passenger .form-control:focus,
      .details .bookride .departure .luggage .form-control:focus,
      .details .bookride .return .date .form-control:focus,
      .details .bookride .return .time .form-control:focus,
      .details .bookride .return .passenger .form-control:focus,
      .details .bookride .return .luggage .form-control:focus,
      .details .bookride .count .date .form-control:focus,
      .details .bookride .count .time .form-control:focus,
      .details .bookride .count .passenger .form-control:focus,
      .details .bookride .count .luggage .form-control:focus {
        color: transparent !important; }
      @media (max-width: 1050px) {
        .details .bookride .departure .date .form-control,
        .details .bookride .departure .time .form-control,
        .details .bookride .departure .passenger .form-control,
        .details .bookride .departure .luggage .form-control,
        .details .bookride .return .date .form-control,
        .details .bookride .return .time .form-control,
        .details .bookride .return .passenger .form-control,
        .details .bookride .return .luggage .form-control,
        .details .bookride .count .date .form-control,
        .details .bookride .count .time .form-control,
        .details .bookride .count .passenger .form-control,
        .details .bookride .count .luggage .form-control {
          width: 120px;
          text-overflow: clip; } }
  .details .bookride .departure .drop-down .dd-btn,
  .details .bookride .return .drop-down .dd-btn,
  .details .bookride .count .drop-down .dd-btn {
    position: relative;
    width: 4.313rem;
    height: 2.625rem; }
    .details .bookride .departure .drop-down .dd-btn::after,
    .details .bookride .return .drop-down .dd-btn::after,
    .details .bookride .count .drop-down .dd-btn::after {
      content: "";
      position: absolute;
      width: 0.5rem;
      height: 0.5rem;
      right: 0.5rem;
      top: 1.1rem;
      background: url("/assets/images/arr-down.svg") no-repeat;
      background-size: contain; }
  .details .bookride .departure .drop-down .dd-value,
  .details .bookride .return .drop-down .dd-value,
  .details .bookride .count .drop-down .dd-value {
    width: 4.313rem;
    height: 9.8rem; }
    .details .bookride .departure .drop-down .dd-value li,
    .details .bookride .return .drop-down .dd-value li,
    .details .bookride .count .drop-down .dd-value li {
      height: 26px;
      padding: 3px; }
  .details .bookride .departure .luggage .drop-down .dd-value,
  .details .bookride .return .luggage .drop-down .dd-value,
  .details .bookride .count .luggage .drop-down .dd-value {
    height: 11.425rem; }

.details .bookride .return {
  max-height: 100px;
  opacity: 1;
  transform: translateX(0%);
  transition: all 0.4s ease-in-out;
  z-index: 5; }
  .details .bookride .return.open {
    max-height: 100px;
    opacity: 1;
    transform: translateX(0%); }
  .details .bookride .return.close {
    pointer-events: none;
    margin-bottom: 0; }

.details .bookride .det-check {
  margin: 0.5rem 0 0; }
  .details .bookride .det-check .tickbox label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #b1b5c6;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem; }
    .details .bookride .det-check .tickbox label input:checked ~ .checkmark {
      background-color: #fff; }
  .details .bookride .det-check .tickbox label .checkmark:after {
    left: 0.25rem;
    top: 0.1rem;
    width: 0.25rem;
    height: 0.5rem; }
  .details .bookride .det-check .checkmark {
    height: 0.9rem;
    width: 0.9rem;
    border-color: #b1b5c6; }

.details .bookride .br-srh .btn-profile {
  width: 100%;
  border-radius: 0.25rem;
  font-size: 1.125rem; }

.details .bookride .br-srh .error-flag {
  font-size: 0.75rem;
  font-weight: 600;
  color: #dd2138; }

@media (max-width: 576px) {
  .details .tabs .tab-list .tab-list-item {
    margin-right: 0;
    width: 83px;
    padding: 0.5rem 0.3rem; }
  .details .tabs .tab-list .tab-list-active {
    border-bottom: 4px solid #ffb839 !important; }
  .details .multicity .add-more .card {
    flex-direction: column; }
    .details .multicity .add-more .card .city {
      width: 100%; }
      .details .multicity .add-more .card .city label {
        font-size: 0.75rem;
        width: 80px; }
      .details .multicity .add-more .card .city .form-control {
        width: calc(100% - 80px); }
    .details .multicity .add-more .card .duration {
      width: 100%;
      justify-content: left;
      margin-top: 1rem; }
      .details .multicity .add-more .card .duration .d-flex.ai-center {
        width: 12rem; }
        .details .multicity .add-more .card .duration .d-flex.ai-center label {
          font-size: 0.75rem;
          margin-right: 0;
          min-width: 80px; }
        .details .multicity .add-more .card .duration .d-flex.ai-center .duration-dd {
          width: 6.3rem; }
          .details .multicity .add-more .card .duration .d-flex.ai-center .duration-dd .duration-btn {
            width: 100%; } }

.response-popup .modal-main {
  width: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.25);
  animation-duration: 0.6s; }
  .response-popup .modal-main::-webkit-scrollbar {
    display: none; }
  .response-popup .modal-main .modal-content {
    margin: auto; }
    .response-popup .modal-main .modal-content .container {
      display: flex;
      justify-content: center; }
  .response-popup .modal-main .card {
    max-width: 42rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
    .response-popup .modal-main .card h3 {
      font-size: 1.125rem;
      font-weight: 600;
      color: #222222;
      line-height: 1.5; }
    .response-popup .modal-main .card .response-h {
      font-size: 1rem;
      font-weight: 400;
      color: #222222;
      line-height: 1.5; }

.map-container {
  position: relative;
  width: 100%; }
  .map-container .map {
    border-radius: 10px;
    transition: all 0.3s ease-in-out; }
    .map-container .map .ol-viewport {
      border-radius: 6px; }
    .map-container .map .ol-rotate {
      display: none; }
    .map-container .map .ol-zoom {
      display: flex;
      flex-direction: column;
      width: 47px;
      padding: 10px; }
  .map-container .fullscreen-btn {
    position: absolute;
    width: 27px;
    height: 25px;
    top: 56px;
    left: 10px;
    padding: 8px 12px;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    transition: 0.3s; }
    .map-container .fullscreen-btn:hover {
      background: #d9d9d9; }
    .map-container .fullscreen-btn img {
      margin-left: -11px;
      margin-top: -10px; }
    .map-container .fullscreen-btn:focus {
      outline: 0;
      box-shadow: none; }

.distance {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  font-size: 14px;
  margin: 0;
  display: flex;
  justify-content: center; }
  .distance .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    width: 50%;
    gap: 5px; }
    .distance .row:last-child {
      border-bottom: none; }
    .distance .row span {
      font-weight: bold;
      color: #333; }

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fullscreen .map {
    width: 100vw;
    height: 100vh;
    border-radius: 0; }
  .fullscreen .fullscreen-btn {
    top: 55px;
    right: 10px;
    background: #fff; }
    .fullscreen .fullscreen-btn:focus {
      outline: 0;
      box-shadow: none; }

.trip .td-pick-drop {
  display: none; }

.trip .no-bid {
  text-align: center;
  margin: 2rem 0 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .trip .no-bid h3 {
    font-size: 1rem;
    font-weight: 400;
    color: #222222;
    line-height: 1.3;
    margin: 1rem 0 0.5rem;
    width: 80%; }
  .trip .no-bid a {
    font-size: 0.875rem;
    font-weight: 600;
    color: #222222; }

.trip .det-flex {
  display: flex;
  justify-content: space-between; }
  .trip .det-flex .det-left {
    width: 22rem; }
    .trip .det-flex .det-left .f-srh {
      display: none; }
    .trip .det-flex .det-left .td-modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1030;
      background: transparent;
      overflow: hidden;
      -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .trip .det-flex .det-left .td-modal-bg {
      background-color: rgba(0, 0, 0, 0.14); }
    .trip .det-flex .det-left .td-modal.d-block {
      overflow-x: hidden;
      overflow-y: auto !important; }
    .trip .det-flex .det-left .td-modal-main {
      display: flex;
      position: relative;
      flex-direction: column;
      margin: 0 0 0 auto;
      background: #fff;
      min-width: 31rem;
      background-color: #fff;
      height: 100%;
      overflow-y: auto;
      animation-name: td-modalFade;
      animation-duration: 0.4s; }

@keyframes td-modalFade {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
    .trip .det-flex .det-left .td-modal-content {
      width: 80%;
      margin: 0 auto;
      margin-top: 1rem;
      animation-name: td-modalFade;
      animation-duration: 0.4s; }
  .trip .det-flex .det-right {
    width: calc(100% - 23.75rem); }

@media (max-width: 991px) {
  .trip .det-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .trip .det-flex .det-left {
      width: 100%; }
      .trip .det-flex .det-left .f-srh {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 5;
        box-shadow: 0 -4px 9px 0 rgba(0, 0, 0, 0.1);
        padding: 1.25rem;
        text-align: center; }
        .trip .det-flex .det-left .f-srh .btn-profile {
          width: 85%;
          border-radius: 0.25rem;
          font-weight: 900; }
      .trip .det-flex .det-left .td-modal-content .filters {
        margin-bottom: 1.5rem; }
        .trip .det-flex .det-left .td-modal-content .filters .filter-card .card {
          padding-bottom: 4rem; }
    .trip .det-flex .det-right {
      width: 100%; }
  .trip .td-pick-drop {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 3.5rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(40, 49, 99, 0.2);
    background-color: #fff; }
    .trip .td-pick-drop .container {
      display: flex;
      align-items: center;
      height: 3.5rem; }
      .trip .td-pick-drop .container span {
        font-size: 14px;
        width: 43%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }

@media (max-width: 576px) {
  .trip .container {
    padding: 0; }
    .trip .container .det-left .td-modal-main {
      width: 100%;
      min-width: 100%; }
    .trip .container .det-left .td-modal-content {
      width: 100%;
      margin-top: 0; }
      .trip .container .det-left .td-modal-content .filters {
        margin-top: 0;
        width: 100%; }
        .trip .container .det-left .td-modal-content .filters .filter-card {
          width: 100%;
          border-radius: 0; }
          .trip .container .det-left .td-modal-content .filters .filter-card .card {
            width: 100%;
            border: none;
            border-radius: 0;
            padding: 1.32rem 0 4rem; }
            .trip .container .det-left .td-modal-content .filters .filter-card .card .filter-head,
            .trip .container .det-left .td-modal-content .filters .filter-card .card .taxi-type,
            .trip .container .det-left .td-modal-content .filters .filter-card .card .veh-label,
            .trip .container .det-left .td-modal-content .filters .filter-card .card .range-slider {
              padding-left: 1.25rem;
              padding-right: 1.25rem; }
            .trip .container .det-left .td-modal-content .filters .filter-card .card .filter-head {
              border-bottom: solid 1px #d2d6e7;
              padding-bottom: 1.25rem; }
    .trip .container .det-right {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
      padding: 1rem 0.625rem; } }

.whazzup {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 1050; }
  .whazzup img {
    width: 6rem; }
    @media (max-width: 576px) {
      .whazzup img {
        width: 5rem; } }

.view-btn {
  background-color: #fff;
  border: 1px solid #999999;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222222;
  padding: 0.25rem 1rem;
  margin-top: -1.2rem; }
  .view-btn:focus, .view-btn.focus {
    outline: none;
    box-shadow: none; }

.seo-blog-left,
.seo-blog-right {
  position: absolute;
  border-radius: 2px;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ebecf0;
  background-color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 2rem;
  height: 2rem; }
  .seo-blog-left:focus, .seo-blog-left.focus,
  .seo-blog-right:focus,
  .seo-blog-right.focus {
    outline: none;
    box-shadow: none; }
  @media (min-width: 767px) {
    .seo-blog-left,
    .seo-blog-right {
      display: none !important; } }

.seo-blog-left {
  left: 5px;
  transform: rotate(180deg); }

.seo-blog-right {
  right: 5px; }

.new-hp .cb-display {
  margin-top: -0.65rem; }
  .new-hp .cb-display .btn {
    background-color: #fff;
    border: none; }

.spl-bg {
  background-color: #fff;
  padding: 2rem 0 1rem; }
  .spl-bg .sp-img-rotate {
    transform: rotate(180deg); }

.top-rev-bg {
  background-color: #f3f3f3;
  padding: 1.5rem 0 2rem; }

.popular-trip {
  background-color: #f6f7fb; }

.blog-bg {
  margin: 2.5rem 0 5rem; }
  .blog-bg .so-card img {
    width: 100%;
    max-height: 11.5rem;
    object-fit: cover;
    object-position: top; }

.new-usp {
  margin: 5rem 0; }
  .new-usp .card {
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

.seo-card-main {
  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: fit-content;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

.seo-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: fit-content; }

.seo-card-title {
  margin-bottom: 0.75rem; }

.seo-card-text {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.35; }

.seo-card-img {
  margin-top: 20px;
  height: 4.063rem;
  z-index: 100; }

.tp-link a {
  color: black; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute; }

.tourist-pack .tabs .tl-clr {
  background-color: #f7f7f7; }
  .tourist-pack .tabs .tl-clr .tab-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .tourist-pack .tabs .tl-clr .tab-list .tab-list-item {
      margin: 0;
      width: 25%;
      text-align: left;
      padding: 0;
      background-color: transparent; }
      @media (max-width: 767px) {
        .tourist-pack .tabs .tl-clr .tab-list .tab-list-item {
          width: 100%; } }
      .tourist-pack .tabs .tl-clr .tab-list .tab-list-item div {
        padding: 0.8rem 0; }
        .tourist-pack .tabs .tl-clr .tab-list .tab-list-item div .tab-br {
          padding: 0.5rem 0; }
          .tourist-pack .tabs .tl-clr .tab-list .tab-list-item div .tab-br img {
            transition: all 0.2s ease-in-out; }
      .tourist-pack .tabs .tl-clr .tab-list .tab-list-item.tab-list-active {
        background-color: transparent !important; }
        .tourist-pack .tabs .tl-clr .tab-list .tab-list-item.tab-list-active .tab-br {
          border-bottom: 0.3rem solid #faa821; }
          .tourist-pack .tabs .tl-clr .tab-list .tab-list-item.tab-list-active .tab-br img {
            transform: rotate(180deg); }

.tourist-pack .tabs .tc-clr {
  background-color: #eaeaea; }
  .tourist-pack .tabs .tc-clr .tab-content .d-flex.f-wrap {
    padding: 1.5rem 0 3rem; }
  .tourist-pack .tabs .tc-clr .tab-content .tp-wid {
    width: 25%; }
    @media (max-width: 767px) {
      .tourist-pack .tabs .tc-clr .tab-content .tp-wid {
        width: 100%; } }
    .tourist-pack .tabs .tc-clr .tab-content .tp-wid h3 {
      line-height: 1.5rem;
      font-size: 0.875rem; }
      .tourist-pack .tabs .tc-clr .tab-content .tp-wid h3 a {
        font-size: 0.875rem;
        font-weight: 500;
        color: #636774; }
  .tourist-pack .tabs .tc-clr .tab-content .tp-wid:last-child h3::first-letter {
    text-transform: capitalize; }
  .tourist-pack .tabs .tc-clr .tab-content .tp-wid:last-child h3 a {
    color: #faa821; }

.tourist-pack .tabs .tab-list,
.tourist-pack .tabs .tab-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .tourist-pack .tabs .tab-list,
    .tourist-pack .tabs .tab-content {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .tourist-pack .tabs .tab-list,
    .tourist-pack .tabs .tab-content {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .tourist-pack .tabs .tab-list,
    .tourist-pack .tabs .tab-content {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .tourist-pack .tabs .tab-list,
    .tourist-pack .tabs .tab-content {
      max-width: 1140px; } }

.tourist-pack .tourist-bg {
  flex-direction: column; }
  .tourist-pack .tourist-bg .tcnt-1 {
    background-color: #f7f7f7; }
  .tourist-pack .tourist-bg .tcnt-2 {
    background-color: #eaeaea; }
  .tourist-pack .tourist-bg .btn {
    text-align: left;
    padding-left: 0;
    width: 100%; }
    .tourist-pack .tourist-bg .btn:focus {
      outline: 0;
      box-shadow: none; }
    .tourist-pack .tourist-bg .btn img {
      margin: -0.3rem 0 0 0.3rem;
      transition: all 0.2s ease-in-out; }
    .tourist-pack .tourist-bg .btn .tpi-up {
      transform: rotate(180deg); }
  .tourist-pack .tourist-bg .touristdd-link {
    display: flex;
    flex-direction: column; }
    .tourist-pack .tourist-bg .touristdd-link h3 {
      line-height: 1.5rem;
      font-size: 0.875rem; }
      .tourist-pack .tourist-bg .touristdd-link h3:nth-child(1) {
        margin-top: 0.5rem; }
      .tourist-pack .tourist-bg .touristdd-link h3 a {
        font-size: 0.875rem;
        font-weight: 500;
        color: #636774; }
      .tourist-pack .tourist-bg .touristdd-link h3:last-child::first-letter {
        text-transform: capitalize; }
      .tourist-pack .tourist-bg .touristdd-link h3:last-child a {
        color: #faa821; }

.blog-card {
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .blog-card img {
    width: 100%;
    margin-top: -70px;
    object-fit: cover;
    object-position: 20% 70px; }
  .blog-card .blog-card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: -12px;
    min-height: 130px; }
    .blog-card .blog-card-body a {
      float: right !important; }

.t-rotate {
  transform: rotate(180deg);
  margin-left: 10px; }

.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; }

.coupon-copy {
  border: none;
  outline: none;
  box-shadow: 0px 1px 3px #9b9b9b;
  background: #fff;
  height: 40px; }

.booking-img {
  overflow: auto;
  padding: 2rem 0 3.25rem;
  margin-bottom: 1.2rem; }
  .booking-img .os-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 0 0.9rem;
    width: 1100px; }
    .booking-img .os-cnt .ord-track {
      text-align: left;
      position: relative;
      display: block; }
    .booking-img .os-cnt .ord-track .ol-img {
      display: block;
      position: relative;
      display: flex;
      align-items: center;
      border-radius: 24px;
      height: 48px;
      border: 1px solid #dddddd;
      background-color: #fff;
      margin: 0 auto 0 0; }
    .booking-img .os-cnt .ord-track:nth-child(1) .ol-img {
      width: 3rem;
      justify-content: center; }
    .booking-img .os-cnt .ord-track:not(:nth-child(1)) .ol-img {
      justify-content: space-between;
      width: 10rem;
      padding: 0.5rem 1rem; }
    .booking-img .os-cnt .ord-track .ol-img:after {
      content: "";
      display: block;
      height: 1px;
      width: 220px;
      background-color: #dddddd;
      top: 24px;
      position: absolute;
      left: 100%; }
    .booking-img .os-cnt .ord-track:last-child .ol-img:after {
      display: none; }
    .booking-img .os-cnt .ord-track p:nth-child(1) {
      font-size: 1.25rem;
      font-weight: 600;
      color: #efa603; }
    .booking-img .os-cnt .ord-track p:nth-child(3) {
      font-size: 0.813rem;
      font-weight: 400;
      color: #222222;
      line-height: 1.5;
      margin-top: 1rem; }

.blog-rightbar.offer-rightbar {
  border: none; }

.blog-caro.offer-caro {
  border-bottom: none; }

.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 .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-btn {
    font-size: 1rem;
    margin-bottom: 0; }
    .blog-rightbar .rb-content .rb-btn .btn {
      padding: 0;
      margin-bottom: 1rem;
      text-align: left;
      font-size: 1rem;
      font-weight: 600;
      color: #222222; }
      .blog-rightbar .rb-content .rb-btn .btn:focus {
        outline: 0;
        box-shadow: none; }
  .blog-rightbar .rb-content .rb-link h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem; }
    .blog-rightbar .rb-content .rb-link h3::first-letter {
      text-transform: capitalize; }
    .blog-rightbar .rb-content .rb-link h3 a {
      font-size: 1rem;
      font-weight: 400;
      color: #222222; }
    .blog-rightbar .rb-content .rb-link h3:last-child a {
      color: #faa821; }

.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; }
  .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%; } }

.offer-hp,
.off-pg-cnt {
  background-color: #f6f7fb; }
  .offer-hp .booking,
  .off-pg-cnt .booking {
    padding: 1rem 0;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.05);
    min-height: 16rem; }
    .offer-hp .booking::after,
    .off-pg-cnt .booking::after {
      background-image: none; }
    .offer-hp .booking .mt-5,
    .offer-hp .booking .tab-info,
    .off-pg-cnt .booking .mt-5,
    .off-pg-cnt .booking .tab-info {
      margin-top: 1.5rem; }
    .offer-hp .booking form .c-lg-8.c-12.mb-4 h1,
    .off-pg-cnt .booking form .c-lg-8.c-12.mb-4 h1 {
      display: none; }
      .offer-hp .booking form .c-lg-8.c-12.mb-4 h1 + span,
      .off-pg-cnt .booking form .c-lg-8.c-12.mb-4 h1 + span {
        display: none; }
    .offer-hp .booking form .tabs,
    .off-pg-cnt .booking form .tabs {
      margin-bottom: 2rem; }
      .offer-hp .booking form .tabs .tab-info,
      .off-pg-cnt .booking form .tabs .tab-info {
        display: none; }

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

.off-main {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 364px;
  background-image: url("/assets/images/offer-student-view.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .off-main h6 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #fff; }
  .off-main p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.43; }
  .off-main .offer-code {
    background-color: none;
    border-bottom: 2px #fff dashed;
    border-top: 2px #fff dashed;
    border-left: 2px #fff dashed;
    color: #fff; }
  .off-main .copy-code-btn {
    background-color: #fff !important; }
  .off-main .success {
    color: #fff; }
  .off-main .off-cou {
    min-height: 5rem; }
  @media (min-width: 992px) {
    .off-main h6,
    .off-main p,
    .off-main .off-cou {
      padding-left: 10%;
      margin-bottom: 1.2rem; } }
  @media (max-width: 576px) {
    .off-main h6 {
      font-size: 1.75rem; } }

.offer-body {
  background-color: #f6f7fb; }
  .offer-body .offer-bg {
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
  .offer-body .offerdd-link {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .offer-body .offerdd-link li {
      width: 100%;
      font-size: 0.875rem;
      font-weight: 300;
      color: #5e5e5e;
      line-height: 1.5rem;
      padding: 0.75rem 1rem 0.5rem; }
      .offer-body .offerdd-link li::before {
        content: "\2022";
        color: #faa821;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -0.5em; }
  .offer-body .tdd-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 3rem;
    height: 4rem; }
    .offer-body .tdd-btn:focus {
      outline: 0;
      box-shadow: none; }
    .offer-body .tdd-btn img {
      width: 0.75rem;
      height: 0.375rem;
      transition: all 0.2s ease-in-out; }
      .offer-body .tdd-btn img.tdd-rotate {
        transform: rotate(180deg); }
  @media (max-width: 576px) {
    .offer-body .offerdd-link {
      padding-left: 0.6rem; }
    .offer-body .tdd-btn {
      padding: 0 1rem; } }

