/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body {
  font-family: "Century Gothic";
  overflow-x: hidden;
}

@font-face {
  font-family: "Century Gothic";
  src: url("CenturyGothic.eot");
  src: local("../font/Century Gothic"), local("CenturyGothic"),
    url("../font/CenturyGothic.eot?#iefix") format("embedded-opentype"),
    url("../font/CenturyGothic.woff2") format("woff2"),
    url("../font/CenturyGothic.woff") format("woff"),
    url("../font/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic Bold";
  src: url("CenturyGothic.eot");
  src: local("../font/Century Gothic"), local("CenturyGothic-Bold"),
    url("../font/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/CenturyGothic-Bold.woff2") format("woff2"),
    url("../font/CenturyGothic-Bold.woff") format("woff"),
    url("../font/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

img.car-cls {
  width: 100% !important;
  height: 100% !important;
  max-width: 600px !important;
  max-height: 200px !important;
  float: none;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
}

.dr_invo {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
}

.dr_invo img.img--circle.img--bordered.img--shadow.driver-avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.page-container,
.page-container-responsive {
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  margin-top: 20px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.page-container:before,
.page-container-responsive:before,
.page-container:after,
.page-container-responsive:after {
  content: " ";
  display: table;
}

.page-container:after,
.page-container-responsive:after {
  clear: both;
}

.rating-enabled-cls {
  color: #23527c;
}

.close_style {
  padding: 0.32em !important;
  border: 1px solid !important;
  border-radius: 50% !important;
}

.loading {
  position: relative;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
}

.list-inline li {
  padding: 0 5px;
  display: inline-block;
}

.link-contrast {
  color: #fff;
}

.link-contrast:hover,
.link-contrast:focus {
  color: #cacccd;
}

.link-contrast:active {
  color: #82888a;
}

.link-contrast:hover,
.link-contrast:focus,
.link-contrast:active {
  text-decoration: none;
  outline: none;
}

.border-translucent,
.footer-divider,
.footer-icon-container {
  border-color: #aaa;
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-icon-container {
  display: block;
  height: 17px;
  width: 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
}

.screen-reader-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-only-focusable:active,
.screen-reader-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.list-unstyled,
.list-layout,
.subnav-list,
.sidenav-list {
  padding-left: 0;
  list-style: none;
}

html[lang="ar"] .list-unstyled,
html[lang="ar"] .list-layout,
html[lang="ar"] .subnav-list,
html[lang="ar"] .sidenav-list {
  list-style: outside none none;
  padding-right: 0;
}

.list-unstyled,
.list-layout,
.subnav-list,
.sidenav-list {
  padding-left: 0;
  list-style: none;
}

.loading:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 10;
  content: " ";
  background-image: url("../images/loader.gif");
  height: 33px;
  width: 33px;
  margin-top: -15px;
  margin-left: -15px;
  background-repeat: no-repeat;
}

.datepicker-tooltip {
  z-index: 9999999999;
  -webkit-transform: translateZ(1px);
}

.ui-datepicker-calendar {
  background: transparent;
}

.ui-datepicker-calendar td {
  border: 1px solid #ebeceb;
  padding: 0;
  position: relative;
}

.ui-datepicker-calendar td:first-child,
.ui-datepicker-calendar td:last-child {
  border-left: 0;
}

.ui-datepicker-calendar th {
  text-align: center;
  color: #82888a;
  font-size: 0.8em;
}

a.ui-state-default,
span.ui-state-default {
  display: block;
  padding: 6px 0px;
  text-align: center;
  font-weight: bold;
  width: 32px;
  border: 1px solid transparent;
  cursor: default;
}

a.ui-state-default:hover,
span.ui-state-default:hover {
  text-decoration: none;
}

a.ui-state-default.ui-state-hover,
a.ui-state-default.ui-state-active,
a.ui-state-default.ui-state-highlight {
  background-color: #000000;
  color: white;
  border-color: #000000;
  margin: -1px;
  width: 34px;
}

a.ui-state-default.ui-state-hover:hover,
a.ui-state-default.ui-state-active:hover,
a.ui-state-default.ui-state-highlight:hover {
  opacity: 0.9;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  padding: 5px 20px;
  margin: -5px -20px;
}

.ui-datepicker-prev-hover:hover,
.ui-datepicker-next-hover:hover,
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
  color: #000000;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-family: Century Gothic;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #82888a;
  font-size: 1.2em;
}

.ui-datepicker-prev:hover,
.ui-datepicker-prev:hover:before,
.ui-datepicker-next:hover,
.ui-datepicker-next:hover:before {
  text-decoration: none;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-title {
  text-align: center;
}

a.ui-state-default {
  color: #565a5c;
}

span.ui-state-default {
  color: #dce0e0;
}

.ui-datepicker-header {
  font-weight: bold;
  padding: 15px;
}

.ui-datepicker-buttonpane {
  padding: 5px;
  font-size: 12px;
}

.ui-datepicker-close {
  color: #377037;
  background: transparent;
  border: 0;
  text-align: left;
  width: 40%;
}

.ui-datepicker-additional-info {
  position: relative;
  top: 2px;
  float: right;
  color: #82888a;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 5px;
  width: 60%;
}

.ui-datepicker-calendar td.ui-datepicker-week-end {
  width: 31px;
}

.ui-datepicker-calendar td:first-child {
  border-left: none;
}

.ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-highlight,
.ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-hover,
.ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-active,
.ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-highlight {
  border-left: none;
  margin: 0;
  width: 33px;
}

.ui-datepicker-calendar td:last-child {
  border-right: none;
  margin-right: 0;
}

.ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-highlight,
.ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-hover,
.ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-active,
.ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-highlight {
  border-right: none;
  margin: 0;
  width: 33px;
}

.ui-datepicker {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.ui-datepicker-calendar tr td span,
.ui-datepicker-calendar tr th span,
.ui-datepicker-calendar tr td a {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.ui-datepicker {
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9999 !important;
  display: none;
  width: 244px;
  -webkit-transform: translateZ(1px);
}

.ui-datepicker .ui-busy-date {
  background-color: #f5f5f5;
}

.ui-datepicker .ui-busy-date-exp {
  color: #dce0e0;
  background-color: #eeeeef;
}

.ui-datepicker-target {
  font-size: 13px;
  padding: 9px 6px;
}

.loading:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  content: " ";
  z-index: 9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.month-cls {
  margin-left: 52px !important;
  background-color: #1ca7c0 !important;
  border-color: #1ca7c0 !important;
  margin-top: -11px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.close_btn {
  background-color: #1ca7c0 !important;
  border-color: #1ca7c0 !important;
  margin-top: -11px !important;
  /* border-radius: 5px !important; */
  padding: 7px;
  margin-left: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-left: 2px solid #5bd1e6 !important;
}

.filter-checked {
  background: #f6c90f !important;
  border-color: #f6c90f !important;
  color: #303841 !important;
}

.ux-content {
  margin: 0 auto;
  max-width: 600px;
}

.signin {
  padding-top: 32px !important;
}

.sign-container {
  margin-left: 40px !important;
  margin-right: 40px !important;
  margin-top: 24px !important;
}

.background-line::before,
.background-line::after {
  border-top: 1px solid #c0c0c0;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.8em;
  width: 50%;
}

.background-line > span {
  font-family: "Century Gothic";
  padding: 0 20px;
  font-weight: 500;
}

.background-line {
  display: table;
  white-space: nowrap;
  margin-bottom: 32px !important;
  margin-top: 32px !important;
}

.email-field {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

.text-input,
.icon-input input,
.select select {
  color: #000000;
  height: 50px;
}

.email-field .text-input {
  margin-bottom: 0 !important;
}

.error-border {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 1px solid red !important;
  border-radius: 0 !important;
  color: #000000 !important;
  font-size: 14px !important;
  margin-bottom: 24px !important;
  outline: medium none !important;
  padding: 8px 18px !important;
  width: 100% !important;
  border-left: 1px solid red !important;
  border-top: 1px solid red !important;
}

.text-input,
.icon-input input,
.select select {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e5e5e4;
  border-radius: 10px;
  color: #000000;
  font-size: 14px;
  margin-bottom: 24px;
  outline: medium none;
  padding: 8px 18px;
  width: 100%;
}

.square--bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blue-signin-btn {
  border: 2px solid #f6c92f;
  border-radius: 10px;
  font-family: "Century Gothic";
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  outline: medium none;
  padding: 11px 20px;
  position: relative;
  text-transform: capitalize;
  background-color: #f6c92f;
  color: #3a4750;
  text-decoration: none;
}

p.display--inline.email_phone-sec {
  font-size: 19px;
  color: #303841;
  text-align: center;
}

p.display--inline.email_phone-sec a {
  font-size: 19px;
  color: #303841;
  font-weight: bold;
  margin-left: 15px;
}

.blue-signin-btn:hover,
.blue-signin-btn:focus,
.blue-signin-btn:active {
  background-color: #f6c92f;
  border-color: #f6c92f;
  color: #000;
  outline: unset;
}

.btn--full {
  width: 100%;
}

.btn--large {
  font-size: 16px;
  padding: 15px 26px;
}

#signin-signup-separator {
  border-color: #c0c0c0;
  margin-bottom: 24px !important;
  margin-top: 32px !important;
}

.forgot {
  margin-bottom: 24px !important;
  font-size: 19px;
  color: #303841;
}

p {
  letter-spacing: 0.7px;
  line-height: 25px;
}

.forgot-password {
  display: inline-block;
  vertical-align: middle;
  color: #303841;
  cursor: pointer;
}

#sign_up_link {
  color: #303841;
}

#sign_up_link {
  padding-left: 5px;
}

/* rider*/
header.funnel {
  background-size: 60px 60px !important;
  height: 40px;
  position: relative;
}

.bit::after {
  padding-top: 0;
}

.bit::after,
.fixed-ratio--1-1::after {
  padding-top: 100%;
}

.avatar::after,
.bit::after,
.fixed-ratio::after {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}

header.funnel .bit {
  height: 94px;
  left: 50%;
  margin-left: -47px;
  position: absolute;
  top: 20px;
  width: 200px;
}

.z-10,
header.funnel .bit {
  z-index: 10;
}

.bit {
  font-size: 24px;
  line-height: 32px;
  padding: 20px;
}

.bit {
  background-position: 50% 50% !important;
  display: block;
  height: 61px !important;
  padding: 18px !important;
  margin: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 170px;
}

header.funnel .bit .bit--logo__logo {
  font-size: 13.33px;
  display: block;
  color: #ffffff;
}

header.funnel .bit .bit__content {
  padding: 12.5%;
}

.avatar > img,
.avatar__image,
.bit__content,
.fixed-ratio__content {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*Payout*/
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-family: "Century Gothic";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.panel-footer:first-child {
  border-top: 0;
}

.panel-header {
  background-color: #edefed;
}

.panel-header {
  color: #565a5c;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dce0e0;
}

.panel-footer {
  position: relative;
  margin: 0;
  padding: 20px;
  border-top: 1px solid #dce0e0;
}

input[type="search"]:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 50px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #000;
}

.bit--logo .bit__content {
  -moz-box-align: center;
  -moz-box-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#app-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
}

#app-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.stripe-page .stage-wrapper.narrow {
  max-height: 500px !important;
}
.stage-wrapper.narrow {
  width: 550px;
  position: relative;
  z-index: 20;
  left: 0;
  margin: 0px auto 0;
  right: 0;
  background: white;
  border-radius: 50px;
  padding: 10px 15px;
  max-height: 600px;
}

.soft-tiny {
  padding: 12px !important;
}

.soft-tiny h4 {
  font-size: 31px;
  line-height: 62px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #303841;
  font-weight: bold;
  text-align: center;
}

._style_CZTQ8 {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  height: 44px !important;
  -webkit-transition: all 400ms ease 0s !important;
  -o-transition: all 400ms ease 0s !important;
  transition: all 400ms ease 0s !important;
}

._style_CZTQ8 .text-input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  color: rgb(48 56 65 / 50%);
  font-size: 18px;
  height: 44px;
  margin-bottom: 24px;
  outline: 0 none;
  padding: 8px 18px;
  width: 100%;
  text-align: left;
}

._style_CZTQ8 .text-phone {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  color: rgb(48 56 65 / 50%);
  font-size: 18px;
  height: 44px;
  margin-bottom: 24px;
  outline: 0 none;
  padding: 8px 18px;
  width: 70%;
  text-align: left;
}

._style_CZTQ8 .text-select {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  color: rgb(48 56 65 / 50%);
  font-size: 18px;
  height: 44px;
  margin-bottom: 24px;
  outline: 0 none;
  padding: 8px 18px;
  width: 30%;
  text-align: left;
}

h3.email_or_phone.password-sec.text-center {
  color: #303841;
  font-size: 25px;
  line-height: 48px;
}

.btn--arrow {
  padding: 11px 20px !important;
  text-align: center;
}

.btn--arrow .icon_right-arrow-thin {
  font-size: 1.4em;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  -webkit-transition: margin 0.4s ease 0s;
  -o-transition: margin 0.4s ease 0s;
  transition: margin 0.4s ease 0s;
}

#sign-up-link-only {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.or-text {
  font-size: 20px !important;
  margin-bottom: 16px !important;
  margin-top: 24px !important;
  text-align: center;
}

.violet-btn {
  background-color: #3b5998;
  border-color: #3b5998;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  font-family: "Century Gothic";
  font-size: 19px;
  font-weight: 600;
  line-height: 18px;
  outline: medium none;
  padding: 11px 20px;
  position: relative;
  text-transform: uppercase;
}

.violet-btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn--arrow:hover .icon_right-arrow-thin {
  margin-left: 4px;
  margin-right: -4px;
}

.bg-black,
.bg-uber-black {
  background-color: #000 !important;
  margin-top: -1px;
}

.text-white {
  color: #fff !important;
}

.toop-lay {
  width: 100% !important;
  padding-left: 40px !important;
}

.footer-border {
  border-top: 1px solid #5f5f5f;
}

.white-link {
  color: #fff;
}

header.contextual {
  background-color: #000;
  padding: 24px 20px;
  position: static;
  z-index: 1;
  top: 0;
  width: 100%;
}

header.contextual .logo {
  background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll left
    top / 167px 23px;
}

header.contextual .logo {
  height: 23px;
  margin: 0 auto;
  width: 167px;
}

.signup-wrapper {
  margin: 45px auto;
  width: 600px;
}

.layout > .layout__item {
  font-size: 14px;
}

.layout {
  list-style: outside none none;
  margin-left: 0;
  padding: 0;
}

.layout__item {
  display: inline-block;
  padding-left: 0;
  vertical-align: top;
  width: 100%;
}

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

.float label {
  color: #717171;
  font-size: 11px;
  left: 18px;
  opacity: 0;
  position: absolute;
  top: 6px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 1;
  font-weight: 500;
}

.float input.text-input--large {
  font-size: 14px;
  height: 52px;
  padding: 0 18px;
}

input::-moz-placeholder {
  color: #a6a5a5;
}

.mobile-container.two-char #country {
  float: left;
  position: relative;
  width: 15%;
}

.select.select--xl {
  background: #f8f8f9 none repeat scroll 0 0;
  margin-bottom: 12px;
}

#select-title-stage {
  font-size: 14px;
  font-weight: 500;
  left: 0;
  opacity: 0.4;
  padding: 14px 12px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.stage span.icon {
  color: #c6c6c6;
  top: 18px;
  right: 14px;
  position: absolute;
}

.bg-blck {
  background: #000;
}

.sigin-riders {
  padding-bottom: 73px;
  background-image: url(../images/drive-slide.jpg);
  background-size: cover;
}

.stripe-page {
  background-image: url(../images/payment_bg.jpg);
  background-size: cover;
  height: 100vh !important;
}

.signin-drivers {
  padding-bottom: 73px;
  background-image: url(../images/driver.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
}
.signin-company {
  padding-bottom: 73px;
  background-image: url(../images/company_login.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
}

.select.select--xl select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 14px;
  min-height: 52px;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.two-char .select.select--xl select {
  text-indent: -1000px;
}

.mobile-container.two-char .number {
  width: 85%;
}

#mobile_country {
  border-right: 0 none !important;
  margin-bottom: 0;
  padding-right: 6px !important;
}

.otp-flash-message {
  padding: 10px 20px;
}

.select.select--xl select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 14px;
  min-height: 52px;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.select select,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select {
  position: relative;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select.form-control {
  background-image: url(../images/selectarrow.svg) !important;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 16px;
}

select::-ms-expand {
  display: none;
}

.cls_select .field .field__input {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.layout__item .cls_white {
  background-color: #fff !important;
}

.filed-half {
  padding: 0;
}

.m-b-12 {
  margin-bottom: 12px;
}

.signup-top .signup-top-images {
  display: inline-block;
  width: 23%;
}

.signup-top .signup-top-images .signup-top-phones {
  background: rgba(0, 0, 0, 0) url("../images/phones-signup.png") no-repeat
    scroll left top;
  height: 235px;
  margin-left: -55%;
  width: 212px;
}

#promotion-container {
  height: 40px;
  overflow: hidden;
  position: relative;
}

.signup-top .signup-top-text .signup-top-text-title {
  color: #1fbad6;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.42857;
  font-family: "Century Gothic";
}

.signup-top .signup-top-text .signup-top-text-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  font-family: "Century Gothic";
}

.content-signupdrive {
  height: 100vh;
  background-image: url(../images/driver.jpg);
  background-size: cover;
}

.stage .form-wrapper {
  margin: 0 auto;
  max-width: 440px;
}

.signup-top-text-subtitle p {
  margin: 0;
  padding-bottom: 5px;
  padding-top: 15px;
}

.stage {
  margin: 100px auto 40px;
}

.right {
  width: 100%;
}

.stage .signup-btn {
  color: #303841;
  background: #f6c92e none repeat scroll 0 0 !important;
  border-color: #f6c92e !important;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 16px;
}

#promotion-trigger {
  bottom: 16px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#promotion-container.reveal {
  height: 58px;
  margin-bottom: 24px;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#promotion-container {
  height: 40px;
  overflow: hidden;
  position: relative;
}

.stage .inside-ion {
  color: #c6c6c6;
  position: absolute;
  right: 14px;
  top: 18px;
}

.legal {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 25px;
  margin-top: 10px;
}

.legal > a {
  color: #f6c92e;
  font-weight: bold;
}

#promo-input {
  display: none;
  opacity: 0;
}

#promotion-trigger > a {
  color: #303841;
  text-decoration: none !important;
}

.field__input:focus {
  border-color: #303841;
}

.field__input:focus + .fa {
  color: #303841;
}

.field {
  position: relative;
}

.field__label {
  color: #919293 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 0.8125em;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  padding: 0.5em 1em;
  pointer-events: none;
  position: absolute;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  top: 0;
  text-align: left;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

.field--not-empty .field__label {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.field__input {
  background-color: #ffffff;
  border: 1px solid #e5e5e4;
  color: #333;
  font-size: 14px;
  height: 52px;
  padding: 0 18px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}

.field__input:hover,
.field__input:focus {
  /* inset | offset-x | offset-y | blur-radius | spread-radius | color */
  -webkit-box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, 0.1);
  outline: 0;
}

.field--not-empty .field__input {
  padding-bottom: 2px !important;
  padding-top: 18px !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #919293;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #919293;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #919293;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #919293;
}

.cls_driversignup {
  background: url(../images/icon/become_dri.png);
  background-position: center;
  background-size: cover;
  padding: 40px;
  height: 100vh;
}

.quick-book {
  background: url(../images/icon/quick_book.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 40px;
  min-height: 650px;
  height: 100vh;
}
.quick-book .cls_driversignup {
  height: auto;
}
@media screen and (max-width: 767px) {
  .quick-book {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .quick-book {
    padding: 40px 0;
    margin-top: -12px;
  }
}
@media screen and (max-width: 640px) {
  .quick-book .cls_driversignup {
    padding: 40px 0;
  }
  .cls_driversignup {
    margin-top: -12px;
  }
}

.track-book {
  background: url(../images/taxi_fast.jpg);
  background-position: center;
  background-size: cover;
  padding: 40px !important;
  min-height: 650px;
  height: 100vh;
}

.cls_companysignup {
  background: url(../images/icon/become_company.png);
  background-size: cover;
  background-position: center;
  padding: 40px;
  height: 100vh;
}
.cls_companysignup form {
  background: #fff;
  padding: 40px;
  border-radius: 50px;
  min-height: 680px;
  padding-bottom: 80px;
}
@media screen and (max-width: 990px) {
  .cls_companysignup {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .cls_companysignup form {
    padding: 40px 15px;
    min-height: 660px;
  }
  .cls_companysignup {
    padding: 40px 0 80px;
    margin-top: -12px;
    height: auto;
  }
  .cls_driversignup {
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .cls_companysignup form {
    padding: 20px 10px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 360px) {
  .cls_companysignup form a.btn.btn--primary,
  .cls_driversignup form a.btn.btn--primary {
    width: fit-content;
    display: flex;
    white-space: pre-wrap;
    line-height: 1;
    padding: 0;
  }
}
.join-page .layout__item.layout--join__left-item {
  margin-left: 40px !important;
  margin-right: 40px !important;
  width: 41.666% !important;
  float: left;
}

.join-page .bit {
  background-position: 50% 50% !important;
  display: block;
  height: 61px !important;
  padding: 18px !important;
  margin: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 170px;
}

.join-page .layout__item.layout--join__hero-item {
  background-color: #f1f1f1 !important;
  float: right;
  padding: 32px !important;
  position: relative !important;
  text-align: left;
  width: 324px !important;
}

.driver-signup-form-container {
  padding-left: 40px;
}

.three-section-join {
  position: relative;
  width: 100%;
  background: #ffffff;
}

.portable-space {
  padding: 52px 40px;
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.sub-top {
  margin-top: 32px !important;
}

.sub-top h4 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 31px !important;
  margin-top: 0;
}

.horizon {
  margin-bottom: 32px;
}

.bg-uber-white-footer .col-md-3 a {
  color: #303841;
  text-decoration: none;
  margin-bottom: 30px;
}

.bg-uber-white-footer p {
  margin-bottom: 30px;
}

.m-t-5 {
  margin-top: 5px !important;
}

._style_3EKecM {
  background-color: #fff !important;
  border-color: #e5e5e4 !important;
  border-radius: 10px !important;
  border-style: solid !important;
  border-width: 1px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  height: 36px !important;
  -webkit-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
}

._style_3vhmZK {
  background-color: transparent !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  font-family: "Century Gothic" !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  outline: 0 none !important;
  padding: 12px 15px !important;
  -webkit-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  border-radius: 10px;
}

.form-control {
  background-color: transparent !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: rgb(48 56 65 / 50%) !important;
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  font-family: "Century Gothic" !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  outline: 0 none !important;
  padding: 12px 15px !important;
  -webkit-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  border-radius: 10px;
  height: auto;
}

.license-img img {
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
.announcement-img img {
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
label {
  color: #303841;
  font-size: 18px;
}

.join-page .push-tiny--bottom--legacy {
  margin-bottom: 12px !important;
}

.driver-signup-form-join-legacy {
  margin-bottom: 0;
}

.signin-selector {
  background: #f8f8f9 none repeat scroll 0 0;
  padding-bottom: 79px;
  position: relative;
  width: 100%;
}

.signin-container {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  margin-right: 145px !important;
  margin-top: 52px;
  position: relative;
  width: 89.4%;
  z-index: 20;
}

.signin-center-content.signin-center-content {
  padding-bottom: 52px !important;
  padding-top: 52px !important;
  position: relative !important;
  z-index: 20;
}

#sign-up-link-only a {
  color: #303841;
  text-decoration: none;
}

.desk-wrapper {
  margin: 0 0 0 8.333%;
  padding-left: 145px;
}

.driver-sub-head::before {
  background-color: #c6c6c6 !important;
  content: "" !important;
  height: 2px !important;
  position: absolute !important;
  top: 0 !important;
  width: 40px !important;
}

.driver-sub-head {
  font-size: 25px;
  font-weight: 300;
  margin-top: 20px !important;
  padding-top: 20px !important;
  position: relative !important;
}

.driver-sub-cont {
  width: 66.666% !important;
  margin-bottom: 16px;
}

.p-0 {
  padding: 0;
}

.btn.btn-for-driver:hover {
  background: #285228 none repeat scroll 0 0 !important;
}

.btn-for-rider:hover {
  background: #285228 none repeat scroll 0 0 !important;
}

.btn-for-driver {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  padding-right: 30px;
  border: 2px solid #377037 !important;
  border-radius: 0;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none;
  background-color: #377037;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.btn-for-rider {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  padding-right: 30px;
  border: 2px solid #377037 !important;
  border-radius: 0;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none;
  background-color: #377037;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.signin-maincontent {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.045em;
  margin-bottom: 2.28571rem;
  margin-top: 0;
}

.btn-for-driver i {
  font-size: 18px !important;
  line-height: 1;
  margin-top: 3px;
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
}

.btn-for-rider i {
  font-size: 18px !important;
  line-height: 1;
  margin-top: 3px;
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
}

.btn-for-driver .block-context {
  padding-right: 24px !important;
}

.driver-signup-form-container .btn--full:hover {
  color: #fff !important;
}

.theme-pattern {
  background: rgba(0, 0, 0, 0) url("../images/icon/patten_360_250.jpg") repeat
    scroll 0 0;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  z-index: 10;
}

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

.mobile-code .layout {
  position: relative;
  height: 100%;
  border: 1px solid #e5e5e4;
  width: 100px;
}

.mobile-code .select.select--xl {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 9;
}

.mobile-code .select.select--xl select {
  min-height: inherit;
  height: 100%;
}

.mobile-code #select-title-stage {
  padding: 6px 8px;
  position: inherit;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ddd;
  border-right: none;
}

.cookie-alert {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 0px !important;
  border-radius: 10px;
  z-index: 99999;
  background-color: #303840;
  border: 3px solid #f6c92f;
  text-align: center;
}

.cookie-alert .close {
  text-shadow: unset;
  filter: alpha(opacity=20);
  opacity: 1;
  color: #fff;
}

.cookie-alert p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.alert a {
  color: #ffffff;
}

.alert a:hover {
  color: #c6c6c6;
}

.payout-options .dropdown-trigger {
  position: relative;
}

#payout_methods {
  overflow: hidden;
}

.payout-options .dropdown-trigger:hover::after {
  bottom: -10px;
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  right: -20px;
  top: -10px;
  z-index: -1;
}

.ie9 .payout-options .dropdown-trigger,
.ie10 .payout-options .dropdown-trigger {
  background-color: rgba(0, 0, 0, 0.001);
}

.payout-options .dropdown-trigger .dropdown-menu {
  display: none;
  top: 22px;
  right: 0;
  left: auto;
  max-width: none;
}

.payout-options .dropdown-trigger .dropdown-menu.tooltip-top-left {
  left: 0;
  right: 0;
  top: 15px;
  min-width: auto;
  padding: 0;
}

.payout-options .dropdown-trigger .dropdown-menu.help-dropdown {
  width: 280px;
}

.payout-options .dropdown-trigger .dropdown-menu.notifications-dropdown {
  right: -13px;
  padding: 0;
  max-width: 400px;
  min-width: 250px;
  line-height: 18px;
}

.payout-options
  .dropdown-trigger
  .dropdown-menu.notifications-dropdown
  .loading {
  padding: 30px;
}

.payout-options .dropdown-trigger .dropdown-menu > li {
  white-space: nowrap;
}

.payout-options .dropdown-trigger:hover .dropdown-menu {
  display: block;
  opacity: 1;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

button[value="whatsapp"] {
  display: none;
}

.help-search-container-banner {
  background: url(../images/ride1.jpg) no-repeat center / cover;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.help-search-container-banner h1 {
  text-align: center;
  text-transform: capitalize;
  font-size: 28px;
  margin: 0 0 20px;
  text-shadow: 0 0 1px #fff;
}

.help-search-form .search-input {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

/*Help page css*/

.help_page_banner .help_page_search {
  height: 400px;
}

.help_page_banner .help_page_search .help_search_block {
  text-align: center;
}

.help_page_banner .help_page_search .help_search_block h1 {
  font-size: 44px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}

.help_page_banner .help_page_search .help_search_block .search-input-container {
  display: block;
  position: relative;
}

.help_page_banner
  .help_page_search
  .help_search_block
  .search-input-container
  .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  z-index: 1;
}

.help_page_banner
  .help_page_search
  .help_search_block
  .search-input-container
  input {
  padding: 12px 12px 12px 45px;
  font-size: 16px;
}

.help_page_banner
  .help_page_search
  .help_search_block
  .search-input-container
  .ui-autocomplete-loading {
  background-color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.help-nav .subnav-list li {
  display: inline-block;
}

.help-nav .navtree > .navtree-list > .new_tree > .sidenav-item {
  display: none;
}

.help-nav .navtree > .navtree-list.not-active > .new_tree > .sidenav-item {
  display: block;
}

.help-page
  .help-nav
  .navtree
  > .navtree-list:not(.active)
  > .new_tree
  > .sidenav-item {
  display: block;
}

.help-page .ui-autocomplete.ui-menu .ui-menu-item {
  padding: 5px 10px;
  border: 0;
}

.help-nav .subnav .page-container {
  margin-top: 0;
}

.help-page .ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus,
.help-page .ui-autocomplete.ui-menu .ui-menu-item.ui-state-active {
  margin: 0;
}

.popular-topics h2 {
  margin-top: 0;
}

.ui-autocomplete-loading {
  background: url(../images/index.gif?1685b9c21e3814d264418ba8d4c894d6)
    no-repeat right center;
}

.subnav {
  background-color: #565a5c;
}

.subnav-list {
  margin: 0;
}

.subnav li {
  position: relative;
  margin-right: 30px;
}

.subnav li a {
  display: block;
  padding: 10px 0 14px;
  color: #cacccd;
}

.subnav li .subnav-item[aria-selected="true"] {
  text-decoration: none;
  color: #fff;
}

.subnav li .subnav-item[aria-selected="true"]:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #cacccd;
}

.left-menu .navtree {
  display: block;
  position: relative;
}

.left-menu .navtree .navtree-list.active > li > .sidenav-item {
  display: none;
}

.left-menu .navtree .navtree-list .sidenav-item {
  display: block;
  position: relative;
  padding: 6px 0;
  font-size: 16px;
  color: #757575;
}

.left-menu .navtree .navtree-list .sidenav-item.navtree-back {
  color: #377037;
}

.left-menu .navtree .navtree-list .sidenav-item[aria-selected="true"] {
  color: #565a5c;
  font-weight: bold;
}

.left-menu .navtree .navtree-list .navtree-list {
  display: none;
  top: 0;
}

.homepage-articles-list {
  display: inline-block;
  width: 100%;
}

.homepage-articles-list .article-link {
  padding: 10px 0;
  color: #757575;
  font-size: 16px;
}

.homepage-articles-list .article-link .icon {
  position: relative;
  top: 0px;
  font-size: 40px;
  padding-right: 10px;
}

.homepage-articles-list .article-link .article-link-right {
  color: #757575;
}

.homepage-articles-list.inner_articles {
  border-bottom: 1px solid #ccc;
}

.homepage-articles-list.inner_articles .article-link {
  padding: 18px 0;
}

.homepage-articles-list.inner_articles:last-child {
  border-bottom: none;
}

.sub_menu_header {
  position: relative;
}

.sub_menu_header h2 {
  color: #484848;
  text-transform: capitalize;
  font-size: 20px;
  margin: 0;
  padding: 15px;
}

.sub_menu_header .fa {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 26px;
  color: #484848;
}

.popular-topics .help-section-header {
  margin: 0 0 20px;
}

.homepage-articles-list > a {
  display: block;
}

.help-content > a {
  display: block;
  padding: 10px 0;
}

.help-content h2 {
  margin: 0 0 20px;
}

.help-wrap {
  margin-top: 30px;
}

.sub_menu_header {
  position: relative;
}

.sub_menu_header h2 {
  color: #2b2a2a;
  text-transform: capitalize;
  font-size: 20px;
  margin: 0;
  padding: 15px 15px 10px;
}

.sub_menu_header i.fa {
  right: 14px;
  color: #2b2a2a !important;
  position: absolute;
  left: inherit;
  font-size: 26px !important;
}

.help-section-header h2.black_bold {
  font-size: 24px;
  margin: 0;
}

.navtree-list .sidenav-item {
  display: block;
  position: relative;
}

.navtree-list .sidenav-item.navtree-back {
  color: #b88b21;
  padding-left: 26px;
}

.navtree-list .sidenav-item.navtree-back .icon {
  left: 0;
  top: 8px;
}

.navtree-list .icon,
.navtree-list .icon:first-child {
  position: absolute;
  right: 0;
}

.navtree-list .icon-chevron-right {
  color: #82888a;
}

li > .navtree-list {
  left: 100%;
  top: 0;
  display: none;
}

.app-links.mobile-links {
  display: none;
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
  .signup-wrapper {
    margin: 15px auto;
    padding: 16px;
    width: 50%;
  }

  .res-full {
    margin-bottom: 10px;
    width: 100%;
  }

  .res-full .float {
    width: 100%;
  }

  .container-field {
    margin: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .help-nav > .page-container-responsive {
    margin: 0 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1094px) {
  .cls_driversignup {
    padding: 40px 0 200px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .res-full .input-group {
    width: 100%;
  }

  .join-page .layout__item.layout--join__left-item {
    float: left;
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .sub-top h4 {
    text-align: center;
  }

  .portable-space {
    padding: 0 !important;
  }

  .bg-uber-white-footer .col-md-3 a {
    color: #303841;
    display: inline-block;
    margin-bottom: 30px;
    text-decoration: none;
  }

  .signup-wrapper {
    margin: 15px auto;
    padding: 16px;
    width: 75%;
  }

  .res-full {
    margin-bottom: 10px;
    width: 100%;
  }

  .res-full .float {
    width: 100%;
  }

  .container-field {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .res-full .input-group {
    width: 100%;
  }

  .funnel {
    background: #000 none repeat scroll 0 0 !important;
  }

  .bit {
    background: rgba(0, 0, 0, 0) url("../images/uber_logo2.jpg") no-repeat
      scroll center center !important;
  }

  .btn-for-rider {
    background: #fff none repeat scroll 0 0 !important;
    color: #377037 !important;
    text-align: left;
    width: 100%;
  }

  .desk-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .driver-sub-head {
    display: none;
  }

  .driver-sub-cont {
    display: none;
  }

  .desk-wrapper .col-md-6 {
    margin-bottom: 20px;
  }

  .signin-maincontent {
    font-size: 28px;
  }

  .btn-for-driver {
    text-align: left;
    width: 100%;
  }

  .bg-uber-white-footer .col-md-3 a {
    color: #303841;
    display: inline-block;
    margin-bottom: 30px;
    text-decoration: none;
  }

  .layout__item.layout--join__left-item {
    display: none;
  }

  .join-page .layout__item.layout--join__hero-item {
    width: 100% !important;
  }

  .signup-wrapper {
    margin: 15px auto;
    padding: 16px;
    width: 75%;
  }

  .container-field {
    margin: 0 !important;
  }

  .res-full {
    margin-bottom: 10px;
    width: 100%;
  }

  .res-full .float {
    width: 100%;
  }

  header.funnel .bit {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

  header.funnel .bit .bit--logo__logo {
    font-size: 11px;
  }

  header.funnel .bit .bit__content {
    padding: 0;
  }

  .stage-wrapper {
    margin-top: 0 !important;
    width: 100% !important;
  }

  .cookie-alert p {
    font-size: 12px;
  }

  .help-search-container-banner {
    height: 230px;
  }

  .help-search-container-banner h1 {
    font-size: 17px;
  }

  .help-nav .subnav {
    display: none;
  }

  .help-nav .page-container {
    margin: 0;
  }

  .subnav .left-menu {
    background-color: #fff;
    display: block;
  }

  .help_nav .show-sm {
    display: block !important;
  }

  .sidenav-list i.icon.icon-chevron-right {
    font-size: 15px !important;
    top: 6px !important;
  }

  .subnav .left-menu .navtree {
    height: auto;
    display: none;
  }

  .help_nav .left-menu {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px #ccc;
    box-shadow: 0px 2px 10px 0px #ccc;
    margin-bottom: 25px;
  }

  .navtree-list {
    width: 100%;
    position: inherit;
    left: 0 !important;
    float: none;
  }

  .navtree-list li > a {
    padding: 5px 0;
    padding-left: 20px;
    border-top: 1px solid #dce0e0;
  }

  .help-search-form {
    padding-left: 0;
    padding-right: 0;
    margin: 20px auto;
    width: 80% !important;
  }

  .nt i.icon.icon-chevron-right {
    display: none;
  }

  .sub_menu_header {
    position: relative;
  }

  .sub_menu_header h2 {
    color: #2b2a2a;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0;
    padding: 15px 0px 10px;
  }

  .sub_menu_header i.fa {
    right: 14px;
    color: #2b2a2a !important;
    position: absolute;
    left: inherit;
    font-size: 26px !important;
  }

  .help-section-header h2.black_bold {
    font-size: 24px;
    margin: 0;
  }

  .sub_menu_header.visible-xs-block + .navtree {
    display: none;
  }

  .sub_menu_header.visible-xs-block.open + .navtree {
    display: block;
    height: auto;
  }

  .help-wrap .help-content {
    padding: 30px 20px;
  }

  .help-wrap .help-content .popular-topics {
    padding: 0 10px;
  }

  .help-content h2 {
    margin: 0 0 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .signup-wrapper {
    width: 98%;
  }
  .cls_driversignup {
    padding: 40px 0 200px 0;
  }
  .quick-book .cls_driversignup {
    padding: 0;
    padding-bottom: 100px;
  }

  .createacc .btn--full span {
    font-size: 9px !important;
  }

  .portable-space.clearfix {
    margin: 0 !important;
    padding: 0;
  }

  .cookie-alert p {
    font-size: 12px;
  }
}

@media screen and (max-width: 380px) {
  .cls_driversignup {
    padding: 40px 0 500px 0;
  }
}
@media screen and (min-width: 240px) and (max-width: 320px) {
  .cookie-alert p {
    font-size: 12px;
  }
}

@media print {
  .cookie-alert {
    display: none !important;
  }
}

.signin-email-error {
  height: auto !important;
}

.drive-trip-filter {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgb(54 52 69 / 20%);
  padding-bottom: 12px;
}

.trip-filter__item.trip-filter-value {
  border: none;
  padding-bottom: 0px;
}

.three-quarters.push-half--bottom {
  width: 100% !important;
}

.three-quarters .img--circle.img--bordered {
  height: 135px;
  width: 135px;
  margin: 0 auto;
}

.app-links {
  margin: 15px 0;
}

.app-links + .app-links {
  margin-top: 20px;
}

.app-links a {
  display: inline-block;
  margin: 10px 7px 0 0;
}

.app-links a img {
  width: 140px;
  border-radius: 5px;
}

.app-title {
  font-size: 15px;
  font-weight: 600;
}

.driver-signup-form-join-legacy ._style_3EKecM input {
  line-height: inherit !important;
}

.driver-signup-form-join-legacy input._style_3vhmZK {
  line-height: 20px !important;
}

ul li a i.faq-right {
  width: 5%;
  float: left;
  line-height: 2;
  padding-right: 0px;
}

p.ride-reservation {
  width: 95%;
  float: right;
}

.black-form {
  padding: 0px 30px;
  text-align: right;
}

.layout__item.one-whole .rider-signup {
  padding-right: 0;
}

.country-input {
  position: relative;
}

.country-input .select {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.country-input .select select {
  height: 40px;
}

.country-input .country-code {
  width: 100%;
  height: 100%;
  line-height: 13px;
  border: 1px solid #ccc;
  border-radius: 2px;
  opacity: 1 !important;
}

.otp-popup .mobile-input {
  height: 40px;
}

.otp-popup .form-control,
.otp-popup .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.otp-popup .otp-number {
  margin-bottom: 15px;
}

.otp-number div + div {
  padding-left: 0;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .ui-slider-tabs-content-container {
    min-height: 350px !important;
    max-height: 350px !important;
  }
}

@media screen and (max-width: 767px) {
  .page-container-responsive {
    width: 100%;
    margin-left: 0px;
  }

  .page-container,
  .page-container-responsive {
    margin-left: 0px !important;
  }

  .arrive-content1 {
    width: 100%;
  }

  .more-table-trips {
    overflow: auto !important;
  }

  .black-form.trip-form {
    padding: 15px 5px 0px 26px;
  }

  .ui-slider-tabs-content-container {
    min-height: 200px !important;
    max-height: 200px !important;
  }

  .guest-drive-payment {
    overflow: auto;
    margin-top: 30px;
  }

  .guest-drive-payment .earning_period_details {
    border: none;
  }

  .parter-info input {
    width: 100%;
    margin-bottom: 10px;
  }

  .driver-status {
    float: none !important;
  }

  .driver-status select {
    width: 80%;
    margin: 0px !important;
  }

  select.payment-select {
    width: 100%;
    padding: 5px;
    background-size: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .container.ash-cont {
    padding-top: 20px;
  }

  .page-container-responsive .features1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .page-container,
  .page-container-responsive {
    margin-left: 20px;
  }

  ul li a i.faq-right {
    padding-right: 0px;
    width: 15% !important;
  }

  p.ride-reservation {
    width: 85% !important;
  }

  .sub_list_view p {
    padding-left: 18px;
  }

  .ride-always .pad-44 {
    padding-left: 20px !important;
  }

  .slide-head.ride-slide,
  .slide-content.ride-content {
    font-size: 20px !important;
  }

  p.slide-content {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .black-form.trip-form {
    padding: 15px 5px 0px 26px;
  }
}

@media screen and (max-width: 767px) {
  .app-links.mobile-links {
    display: block;
  }

  .social-icons .app-links {
    display: none;
  }

  .violet-btn.btn-facebook {
    width: 100% !important;
  }

  .white-btn.google-btn {
    width: 100% !important;
    border-radius: 10px;
  }

  .cls_vehicle input {
    width: auto;
  }
}

i.facebook-ride {
  position: static !important;
  vertical-align: bottom;
  padding-left: 5px;
}

i.google-ride {
  position: static !important;
  vertical-align: bottom;
  padding-left: 5px;
}

.violet-btn.btn-facebook {
  width: 100%;
  display: inline-block;
  border-radius: 10px;
}

.white-btn.google-btn {
  width: 100%;
  display: inline-block;
  margin-left: 0px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
}

.black-btn {
  width: 100%;
  display: inline-block;
  margin-left: 0px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #000 !important;
  border-radius: 10px;
}

.black-btn:hover {
  color: #fff !important;
}

.text-black > td {
  color: #000;
  font-weight: bold;
}

.autocomplete-input-container {
  max-width: 333px;
  width: 100%;
}

.autocomplete-input .form-control {
  margin-bottom: 0px;
}

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

.autocomplete-results {
  position: absolute;
  display: none;
  background-color: white;
  width: 100%;
  padding: 0px;
  list-style-type: none;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.autocomplete-item {
  padding: 5px 10px 25px 35px;
  height: 25px;
  line-height: 25px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.autocomplete-icon {
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 8px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
}

.autocomplete-icon.icon-localities {
  background-image: url(../images/icon/map-pin-green.png);
}

.autocomplete-item:hover .autocomplete-icon.icon-localities {
  background-image: url(../images/icon/map-pin-red.png);
}

.autocomplete-item:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.autocomplete-results::after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  display: block;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
}

.cls_vehicle li {
  list-style-type: none;
  padding: 0 10px;
  margin: 5px 0;
}

.cls_vehicle {
  max-height: 300px;
  overflow: auto;
}

.license-img {
  margin-top: 10px;
}

.cls_dropoption .tooltip {
  padding-right: 0px;
  background: #eeeeee;
  border-color: #eeeeee;
  border-radius: 10px;
}

.cls_dropoption .tooltip a {
  color: #3a4750;
  font-size: 16px;
}

input[type="file"],
input[type="date"] {
  height: auto;
}

.cls_footer {
  background-color: #2d2d2d;
  border-radius: 0;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.footerlogo {
  height: 55px;
  margin-bottom: 2em;
}

.footerlogo img {
  height: 100%;
}

.threelinks li a {
  color: #ffffff;
  font-size: 25px;
  line-height: 48px;
}

.threelinks li {
  list-style: none;
}

.footertwo li {
  list-style: none;
}

.footertwolinks,
.footertwolinks1,
.footertwolinks2 {
  text-align: right;
}

.footertwolinks li {
  display: inline-block;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 8px 15px;
  margin-right: 30px;
}

.footertwolinks .currency_select {
  /*padding: 15px 30px 14px 10px;*/
  position: relative;
}

.footertwolinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footertwolinks1 li {
  display: inline-block;
  margin: 20px 30px;
  margin-left: 30px;
}

.footertwolinks1 li a {
  line-height: 48px;
  color: #ffffff;
  font-size: 19px;
  position: relative;
}

.footertwolinks1 li a:before {
  /*content: "";*/
  height: 7px;
  width: 7px;
  background-color: #f6c92f;
  position: absolute;
  top: 10px;
  left: -20px;
  border-radius: 100px;
}

.footertwolinks1 li a:hover:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #f6c92f;
  position: absolute;
  top: 10px;
  left: -20px;
  border-radius: 100px;
}

.threelinks1 li {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  display: inline-block;
  padding: 15px;
  margin-left: 15px;
}

.threelinks1 li a {
  color: #3a4750;
  font-size: 19px;
  font-weight: bold;
}

.footertwolinks2 .social-icons span {
  font-size: 21px;
}

.footertwolinks .cls_lang {
  background-color: #303840;
  border: unset;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px 14px 10px;
  border-radius: 10px;
}

.currency_select:before {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 10px;
  content: "";
  z-index: 9;
}

.footertwolinks1 {
  margin: 20px 0 20px;
}

.threelinks {
  margin-top: 40px;
}

a.btn.btn-primary.pop-striped {
  margin-top: 20px;
  background-color: #f6c90e;
  color: #3a4750;
  border-radius: 10px;
  margin: 20px 10px;
  font-size: 17px;
}

input[type="radio"]:checked:before {
  background: #f6c90f;
}

input[type="radio"]:checked {
  border-color: #f6c90f;
}

input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #828282;
}

input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type="checkbox"] {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  margin: 0 0.4em 0.4em 0;
  border: 1px solid #f6c90f;

  -webkit-appearance: none;
  -webkit-transition: box-shadow 200ms;
}

/* border radius for checkbox */
input[type="checkbox"] {
  border-radius: 2px;
}

/* hover state */
input[type="checkbox"]:not(:disabled):hover {
  border-color: #f6c90f;
}

/* active state */
input[type="checkbox"]:active:not(:disabled) {
  border-color: #f6c90f;
}

/* focus state */
input[type="checkbox"]:focus {
  outline: none;
}

/* input checked border color */
input[type="checkbox"]:checked {
  border-color: #f6c90f;
  background-color: #f6c90f;
}

/* checkbox checked */
input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 6px;
  margin-top: 2px;
}

select#per_page {
  background-image: url(../images/selectarrow.svg) !important;
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 5px;
  padding-right: 25px;
}

.pagination > li {
  display: inline-block;
  padding: 0 2px;
}

/*RTL styles*/

html[lang="ar"] * {
  text-align: right;
  direction: rtl;
}

html[lang="ar"] button {
  text-align: center;
}

html[lang="ar"] .pull-left {
  float: right !important;
}

html[lang="ar"] .pull-right {
  float: left !important;
}

@media (min-width: 576px) {
  html[lang="ar"] .float-sm-left {
    float: right !important;
  }

  html[lang="ar"] .float-sm-right {
    float: left !important;
  }
}

@media (min-width: 768px) {
  html[lang="ar"] .float-md-left {
    float: right !important;
  }

  html[lang="ar"] .float-md-right {
    float: left !important;
  }
}

@media (min-width: 992px) {
  html[lang="ar"] .float-lg-left {
    float: right !important;
  }

  html[lang="ar"] .float-lg-right {
    float: left !important;
  }
}

@media (min-width: 1200px) {
  html[lang="ar"] .float-xl-left {
    float: right !important;
  }

  html[lang="ar"] .float-xl-right {
    float: left !important;
  }
}

html[lang="ar"] .mr-0 {
  margin-left: 0 !important;
  margin-right: inherit !important;
}

html[lang="ar"] .ml-0 {
  margin-right: 0 !important;
  margin-left: inherit !important;
}

html[lang="ar"] .mr-1 {
  margin-left: 0.25rem !important;
  margin-right: 0 !important;
}

html[lang="ar"] .ml-1 {
  margin-right: 0.25rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .mr-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}

html[lang="ar"] .ml-2 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .mr-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}

html[lang="ar"] .ml-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .mr-4 {
  margin-left: 1.5rem !important;
  margin-right: 0 !important;
}

html[lang="ar"] .ml-4 {
  margin-right: 1.5rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .mr-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}

html[lang="ar"] .ml-5 {
  margin-right: 3rem !important;
  margin-left: 0 !important;
}

html[lang="ar"] .pr-0 {
  padding-left: 0 !important;
}

html[lang="ar"] .pl-0 {
  padding-right: 0 !important;
}

html[lang="ar"] .pr-1 {
  padding-left: 0.25rem !important;
  padding-right: 0 !important;
}

html[lang="ar"] .pl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0 !important;
}

html[lang="ar"] .pr-2 {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
}

html[lang="ar"] .pl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0 !important;
}

html[lang="ar"] .pr-3 {
  padding-left: 1rem !important;
  padding-right: 0 !important;
}

html[lang="ar"] .pl-3 {
  padding-right: 1rem !important;
  padding-left: 0 !important;
}

html[lang="ar"] .pr-4 {
  padding-left: 1.5rem !important;
  padding-right: 0 !important;
}

html[lang="ar"] .pl-4 {
  padding-right: 1.5rem !important;
  padding-left: 0 !important;
}

html[lang="ar"] .pr-5 {
  padding-left: 3rem !important;
  padding-right: 0 !important;
}

html[lang="ar"] .pl-5 {
  padding-right: 3rem !important;
  padding-left: 0 !important;
}

html[lang="ar"] .mr-auto {
  margin-left: auto !important;
  margin-right: inherit !important;
}

html[lang="ar"] .ml-auto {
  margin-right: auto !important;
  margin-left: inherit !important;
}

@media (min-width: 576px) {
  html[lang="ar"] .mr-sm-0 {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  html[lang="ar"] .ml-sm-0 {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  html[lang="ar"] .mr-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-sm-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-sm-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-sm-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-sm-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .pr-sm-0 {
    padding-left: 0 !important;
  }

  html[lang="ar"] .pl-sm-0 {
    padding-right: 0 !important;
  }

  html[lang="ar"] .pr-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-sm-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-sm-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-sm-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-sm-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .mr-sm-auto {
    margin-left: auto !important;
  }

  html[lang="ar"] .ml-sm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  html[lang="ar"] .mr-md-0 {
    margin-left: 0 !important;
  }

  html[lang="ar"] .ml-md-0 {
    margin-right: 0 !important;
  }

  html[lang="ar"] .mr-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-md-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-md-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-md-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-md-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .pr-md-0 {
    padding-left: 0 !important;
  }

  html[lang="ar"] .pl-md-0 {
    padding-right: 0 !important;
  }

  html[lang="ar"] .pr-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-md-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-md-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-md-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-md-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .mr-md-auto {
    margin-left: auto !important;
  }

  html[lang="ar"] .ml-md-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  html[lang="ar"] .mr-lg-0 {
    margin-left: 0 !important;
  }

  html[lang="ar"] .ml-lg-0 {
    margin-right: 0 !important;
  }

  html[lang="ar"] .mr-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-lg-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-lg-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-lg-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-lg-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .pr-lg-0 {
    padding-left: 0 !important;
  }

  html[lang="ar"] .pl-lg-0 {
    padding-right: 0 !important;
  }

  html[lang="ar"] .pr-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-lg-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-lg-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-lg-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-lg-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .mr-lg-auto {
    margin-left: auto !important;
    margin-right: inherit !important;
  }

  html[lang="ar"] .ml-lg-auto {
    margin-right: auto !important;
    margin-left: inherit !important;
  }
}

@media (min-width: 1200px) {
  html[lang="ar"] .mr-xl-0 {
    margin-left: 0 !important;
  }

  html[lang="ar"] .ml-xl-0 {
    margin-right: 0 !important;
  }

  html[lang="ar"] .mr-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-xl-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-xl-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .mr-xl-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }

  html[lang="ar"] .ml-xl-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important;
  }

  html[lang="ar"] .pr-xl-0 {
    padding-left: 0 !important;
  }

  html[lang="ar"] .pl-xl-0 {
    padding-right: 0 !important;
  }

  html[lang="ar"] .pr-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-xl-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-xl-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .pr-xl-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }

  html[lang="ar"] .pl-xl-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }

  html[lang="ar"] .mr-xl-auto {
    margin-left: auto !important;
    margin-right: inherit !important;
  }

  html[lang="ar"] .ml-xl-auto {
    margin-right: auto !important;
    margin-left: inherit !important;
  }
}

html[lang="ar"] .text-left {
  text-align: right !important;
}

html[lang="ar"] .text-right {
  text-align: left !important;
}

@media (min-width: 576px) {
  html[lang="ar"] .text-sm-left {
    text-align: right !important;
  }

  html[lang="ar"] .text-sm-right {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  html[lang="ar"] .text-md-left {
    text-align: right !important;
  }

  html[lang="ar"] .text-md-right {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  html[lang="ar"] .text-lg-left {
    text-align: right !important;
  }

  html[lang="ar"] .text-lg-right {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  html[lang="ar"] .text-xl-left {
    text-align: right !important;
  }

  html[lang="ar"] .text-xl-right {
    text-align: left !important;
  }
}

html[lang="ar"] .header-left-link {
  float: right;
}

html[lang="ar"] .header-right-link {
  float: right;
  margin-left: 0;
}

html[lang="ar"] .alllogin .allloginone a img {
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform: rotateY(145deg);
  transform: rotateY(145deg);
}

html[lang="ar"] .alllogin .allloginbottom1 img {
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform: rotateY(145deg);
  transform: rotateY(145deg);
}

html[lang="ar"] .col-lg-1,
html[lang="ar"] .col-lg-2,
html[lang="ar"] .col-lg-3,
html[lang="ar"] .col-lg-4,
html[lang="ar"] .col-lg-5,
html[lang="ar"] .col-lg-6,
html[lang="ar"] .col-lg-7,
html[lang="ar"] .col-lg-8,
html[lang="ar"] .col-lg-9,
html[lang="ar"] .col-lg-10,
html[lang="ar"] .col-lg-11,
html[lang="ar"] .col-lg-12 {
  float: right;
}

html[lang="ar"] .currency_select:before {
  right: auto;
  left: 10px;
}

html[lang="ar"] .footertwolinks .cls_lang {
  padding: 15px 10px 14px 20px;
}

html[lang="ar"] .footertwolinks li {
  margin-left: 30px;
  margin-right: 0;
}

html[lang="ar"] .footertwolinks1 ul {
  text-align: left;
}

html[lang="ar"] .threelinks1 li {
  margin-right: 15px;
  margin-left: 0;
}

html[lang="ar"] .text-center,
html[lang="ar"] .signup-top-text p {
  text-align: center !important;
}

html[lang="ar"] .mobile-container.two-char #country {
  float: right;
}

html[lang="ar"] .stage .inside-ion {
  right: auto;
  left: 14px;
}

html[lang="ar"] .float--left {
  float: right !important;
}

html[lang="ar"] .float--right {
  float: left !important;
}

html[lang="ar"] .btn--arrow .icon_right-arrow-thin {
  left: 20px;
  right: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html[lang="ar"] .cls_dottedline .line {
  width: 67%;
  right: 50px;
  left: auto;
}

html[lang="ar"] .cls_signintext img {
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html[lang="ar"] input,
html[lang="ar"] select {
  text-align: right !important;
}

html[lang="ar"] .site-nav {
  margin-left: 20px;
  margin-right: 0;
}

html[lang="ar"] .social-dropdown-btn > .fa-caret-down {
  float: left;
}

html[lang="ar"] .text--right {
  text-align: left !important;
}

html[lang="ar"] .text--left {
  text-align: right !important;
}

html[lang="ar"] input#submit-btn {
  margin-right: 4px !important;
  margin-left: 0 !important;
}

html[lang="ar"] .flyout__content {
  left: 0;
  right: auto;
}

html[lang="ar"] ul.site-nav.site-nav--flush {
  margin-left: 0;
}

html[lang="ar"] .headlog > a {
  right: 8em;
  left: 0;
}

html[lang="ar"] .topbannertxt li {
  margin-left: 20px;
  margin-right: 0;
}

html[lang="fa"] * {
  text-align: right;
  direction: rtl;
}

html[lang="fa"] button {
  text-align: center;
}

html[lang="fa"] .pull-left {
  float: right !important;
}

html[lang="fa"] .pull-right {
  float: left !important;
}

@media (min-width: 576px) {
  html[lang="fa"] .float-sm-left {
    float: right !important;
  }

  html[lang="fa"] .float-sm-right {
    float: left !important;
  }
}

@media (min-width: 768px) {
  html[lang="fa"] .float-md-left {
    float: right !important;
  }

  html[lang="fa"] .float-md-right {
    float: left !important;
  }
}

@media (min-width: 992px) {
  html[lang="fa"] .float-lg-left {
    float: right !important;
  }

  html[lang="fa"] .float-lg-right {
    float: left !important;
  }
}

@media (min-width: 1200px) {
  html[lang="fa"] .float-xl-left {
    float: right !important;
  }

  html[lang="fa"] .float-xl-right {
    float: left !important;
  }
}

html[lang="fa"] .header-left-link {
  float: right;
}

html[lang="fa"] .header-right-link {
  float: right;
  margin-left: 0;
}

html[lang="fa"] .alllogin .allloginone a img {
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform: rotateY(145deg);
  transform: rotateY(145deg);
}

html[lang="fa"] .alllogin .allloginbottom1 img {
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform: rotateY(145deg);
  transform: rotateY(145deg);
}

html[lang="fa"] .col-lg-1,
html[lang="fa"] .col-lg-2,
html[lang="fa"] .col-lg-3,
html[lang="fa"] .col-lg-4,
html[lang="fa"] .col-lg-5,
html[lang="fa"] .col-lg-6,
html[lang="fa"] .col-lg-7,
html[lang="fa"] .col-lg-8,
html[lang="fa"] .col-lg-9,
html[lang="fa"] .col-lg-10,
html[lang="fa"] .col-lg-11,
html[lang="fa"] .col-lg-12 {
  float: right;
}

html[lang="fa"] .currency_select:before {
  right: auto;
  left: 10px;
}

html[lang="fa"] .footertwolinks .cls_lang {
  padding: 15px 10px 14px 20px;
}

html[lang="fa"] .footertwolinks li {
  margin-left: 30px;
  margin-right: 0;
}

html[lang="fa"] .footertwolinks1 ul {
  text-align: left;
}

html[lang="fa"] .threelinks1 li {
  margin-right: 15px;
  margin-left: 0;
}

html[lang="fa"] .text-center,
html[lang="fa"] .signup-top-text p {
  text-align: center !important;
}

html[lang="fa"] .mobile-container.two-char #country {
  float: right;
}

html[lang="fa"] .stage .inside-ion {
  right: auto;
  left: 14px;
}

html[lang="fa"] .float--left {
  float: right !important;
}

html[lang="fa"] .float--right {
  float: left !important;
}

html[lang="fa"] .btn--arrow .icon_right-arrow-thin {
  left: 20px;
  right: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html[lang="fa"] .cls_dottedline .line {
  width: 67%;
  right: 50px;
  left: auto;
}

html[lang="fa"] .cls_signintext img {
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html[lang="fa"] input,
html[lang="fa"] select {
  text-align: right !important;
}

html[lang="fa"] .site-nav {
  margin-left: 20px;
  margin-right: 0;
}

html[lang="fa"] .social-dropdown-btn > .fa-caret-down {
  float: left;
}

html[lang="fa"] .text--right {
  text-align: left !important;
}

html[lang="fa"] .text--left {
  text-align: right !important;
}

html[lang="fa"] input#submit-btn {
  margin-right: 4px !important;
  margin-left: 0 !important;
}

html[lang="fa"] .flyout__content {
  left: 0;
  right: auto;
}

html[lang="fa"] ul.site-nav.site-nav--flush {
  margin-left: 0;
}

html[lang="fa"] .headlog > a {
  right: 8em;
  left: 0;
}

html[lang="fa"] .topbannertxt li {
  margin-left: 20px;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  html[lang="ar"] .col-lg-1,
  html[lang="ar"] .col-lg-2,
  html[lang="ar"] .col-lg-3,
  html[lang="ar"] .col-lg-4,
  html[lang="ar"] .col-lg-5,
  html[lang="ar"] .col-lg-6,
  html[lang="ar"] .col-lg-7,
  html[lang="ar"] .col-lg-8,
  html[lang="ar"] .col-lg-9,
  html[lang="ar"] .col-lg-10,
  html[lang="ar"] .col-lg-11,
  html[lang="ar"] .col-lg-12 {
    float: unset;
  }

  html[lang="ar"] .cls_footer * {
    text-align: center;
  }

  html[lang="ar"] .footertwolinks li {
    margin-left: 10px !important;
    margin-top: 0;
  }

  html[lang="ar"] .footertwolinks1 ul {
    text-align: center;
  }

  html[lang="fa"] .col-lg-1,
  html[lang="fa"] .col-lg-2,
  html[lang="fa"] .col-lg-3,
  html[lang="fa"] .col-lg-4,
  html[lang="fa"] .col-lg-5,
  html[lang="fa"] .col-lg-6,
  html[lang="fa"] .col-lg-7,
  html[lang="fa"] .col-lg-8,
  html[lang="fa"] .col-lg-9,
  html[lang="fa"] .col-lg-10,
  html[lang="fa"] .col-lg-11,
  html[lang="fa"] .col-lg-12 {
    float: unset;
  }

  html[lang="fa"] .cls_footer * {
    text-align: center;
  }

  html[lang="fa"] .footertwolinks li {
    margin-left: 10px !important;
    margin-top: 0;
  }

  html[lang="fa"] .footertwolinks1 ul {
    text-align: center;
  }
}
.car-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  list-style: none;
  padding-left: 0;
  padding: 0 0 3px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.car-selector li {
  border: 2px solid white;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}

.car-selector li.active,
.car-selector li:hover {
  background: #f6c92e;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border: 2px solid #f6c92e;
}
.car-selector img {
  width: 100%;
  padding: 5px 0;
}
ul.tracker-icon {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
li.track-icon {
  font-size: 45px;
  background: #0000006e;
  color: white;
  margin: 5px;
  border-radius: 50%;
  width: 90px;
  position: relative;
  height: 90px;
}
.track-icon i {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
li.track-line {
  position: relative;
  width: 200px;
  height: 0;
  padding: 2px;
  background: #0000006e;
  margin: auto;
}
li.track-icon.booked {
  background: #42ba96;
}
li.track-icon.confirmed {
  background: #42ba96;
}
li.track-icon.dispatched {
  background: #161c2d;
}
li.track-line.complete {
  background: #f6c92f;
}
ul.tracker-title {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
li.track-title {
  color: #0000006e;
  margin: 5px;
  width: 70px;
  position: relative;
}
li.track-line2 {
  position: relative;
  width: 222px;
  height: 0;
  padding: 2px;
  background: white;
  margin: auto;
}
li.track-title.complete2 {
  color: #000;
  font-family: "Century Gothic Bold";
}
.track-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.track-block::-webkit-scrollbar {
  display: none;
}
.track-block ul {
  padding-left: 0;
}
.track-row {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 6px;
  display: block;
}
.track-row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.borderRight {
  border-right: 1px solid #cacaca;
}
.track-row h4 span {
  vertical-align: super;
}
.track-box p {
  font-size: 12px;
  letter-spacing: inherit;
  font-family: "Century Gothic Bold";
  line-height: inherit;
}
#copy-btn {
  border: none;
  background: transparent;
}
#copy-btn i {
  font-size: 10px;
}
.complete-icon {
  position: relative;
  width: 90px;
  background: #42ba96;
  height: 90px;
  border-radius: 50%;
  margin: 10px auto;
  -webkit-box-shadow: 1px 2px 15px rgb(0 0 0 / 20%);
  box-shadow: 1px 2px 15px rgb(0 0 0 / 20%);
}
.complete-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #ffffff;
}
#fare_checker,
#estimate_checker {
  display: -webkit-inline-box;
}
#fare_checker input,
#estimate_checker input {
  border-color: transparent !important;
}
#fare_checker p,
#estimate_checker p {
  margin: 12px 0;
}
@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pre-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: white;
  z-index: 102;
  top: 0;
  overflow: hidden;
}
.pre-loader .loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #f6c92e;
  border-bottom: 8px solid #f6c92e;
  width: 60px;
  height: 60px;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #f6c92e;
  border-bottom: 2px solid #f6c92e;
  width: 20px;
  height: 20px;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  margin: auto;
}
.mob-sub {
  height: 0;
  display: none;
  overflow: hidden;
  margin-left: 15px;
  padding: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mob-sub.active {
  height: auto;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cls_signin {
  padding-bottom: 73px;
  background-image: url(../images/drive-safety.jpg);
  background-size: cover;
  height: 100vh;
  background-position: center;
}
@media (max-width: 999px) {
  #main {
    margin-top: 0 !important;
  }
}
.p_status {
  font-family: "Century Gothic Bold";
  color: #fff;
  padding: 5px 8px;
  margin: 0 8px;
  border-radius: 5px;
}
.car-selector li {
  width: 100px;
  overflow: hidden;
}
ul.car-selector li p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
ul.car-selector li h6 {
  padding: 0;
  margin: 0;
}

.d-flex {
  display: flex;
}

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

.flex-row {
  flex-direction: row;
}

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

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

.justify-content-center {
  justify-content: center;
}

.m-2 {
  margin: 0.5rem !important;
}

.card {
  border: 2px solid white;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 8px;

  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.card:active,
.card.active,
.card:hover {
  background: #f6c92e;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border: 2px solid #f6c92e;
  cursor: pointer;
  color: white;
}

/* Override the bootstrap modal for center vertically */

.modal.center-vertically {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  -webkit-box-shadow: 0 3px 39px rgb(0 0 0 / 16%) !important;
  box-shadow: 0 3px 39px rgb(0 0 0 / 16%) !important;
}

.payment-method-dialog-payment {
  width: 100%;
  padding: 30px 0;
}
.payment-method-dialog-payment_container {
  background-color: #fff;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 16px;
}
.payment-method-dialog-payment_container h2 {
  font-size: 32px;
  margin-top: 40px;
}
.payment-method-dialog-payment_container p {
  font-size: 24px;
  margin-top: 16px;
}
.payment-method-dialog-payment_container h4 {
  font-size: 30px;
  margin: 24px 0;
}
.payment-method-dialog-location {
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
}
.payment-method-dialog-location span {
  font-weight: 100;
}
.payment-method-dialog-trip_summary {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid #c4c4c4;
  border-radius: 8px;
}
.payment-method-dialog-summary_title {
  background-color: #f6c92e;
  color: #fff;
  padding: 16px;
  font-size: 24px;
  border-radius: 8px 8px 0 0;
}

.payment-method-dialog-summary_content {
  display: flex;
  padding: 10px 16px;
}
.payment-method-dialog-summary_content > div {
  width: 50%;
}
.payment-method-dialog-summary_content .price_list {
  text-align: end;
}
.payment-method-dialog-summary_content h5 {
  font-size: 24px;
  margin-top: 16px;
}
.payment-method-dialog-method {
  margin: 24px 0 !important;
}
.payment-method-dialog-payment_method {
  display: flex;
}
.payment-method-dialog-payment_method > div {
  width: 50%;
}
.payment-method-dialog-payment_method .content {
  display: flex;
  border: 1px solid #fcc300;
  border-radius: 8px;
  align-items: center;
  max-width: 340px;
  justify-content: center;
  font-size: 24px;
}
.payment-method-dialog-payment_method .content > div {
  width: 50%;
}
.payment-method-dialog-payment_method .content .content_img {
  text-align: center;
}
/* .payment-method-dialog-payment-method-dialog-pay_now {
  margin: 24px 0;
} */
/* .payment-method-dialog-payment-method-dialog-pay_now button {
  width: 100%;
  border: 1px solid #fcc300;
  border-radius: 8px;
  background-color: #fcc300;
  color: #fff;
  font: normal normal bold 32px/48px Poppins;
  padding: 10px;
}

.payment-method-dialog-payment-method-dialog-pay_now button:disabled {
  background-color: #8d8361;
  border: 0px;
} */

.bg-transparent {
  background-color: unset;
}

.text-bold {
  font-weight: bold !important;
}

.text-black {
  color: #000;
}

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

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

.ml-2 {
  margin-left: 8px;
}
.map-view {
  padding: 0px;
}
/* Small devices (tablets, 768px and up) */
@media screen and (max-width: 768px) {
  .flex-sm-column {
    flex-direction: column !important;
  }

  .map-view {
    height: 200px;
    margin-left: 0px !important;
    margin-top: 32px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.divider {
  height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  width: 100%;
  background-color: gray;
}

.quick-book-vehicle-types.disabled {
  background: #dbdbdb !important;
  border: 2px solid #d3d3d3;
  opacity: 0.5;
}
.quick-book-vehicle-types {
  background: #dbdbdb;
  border: 2px solid #d3d3d3;
  opacity: 1;
}
