@import url(https://fonts.googleapis.com/css?family=Google+Sans:100,300,400,500,700,900,100i,300i,400i,500i,700i,900i);

p,
h1,
h2,
h3,
h4,
h5,
span,
strong,
small {
  font-family: "Google Sans", sans-serif;
}

*,
body,
html {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a5157;
}
header {
  height: 80px;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 0px #e2e8e8;
}

header .header-right ul li {
  list-style-type: none;
  float: left;
  margin-left: 32px;
}

header .header-right ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #000000;
}

.hod-button {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a5157;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  padding: 12px 20px;
}

.hod-button.orange {
  background-color: #ff9235;
  border-color: #ff9235;
  color: #fff;
}

.hod-button.blue {
  background-color: #2bbfc9;
  border-color: #2bbfc9;
  border-radius: 22px;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: bold;
}

.hod-button.blue.block {
  background-color: #2bbfc9;
  border-color: #2bbfc9;
  border-radius: 22px;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: bold;
}

/* Index section */
.index-home {
  height: 100%;
}
.index-home .home-section img {
  margin: 0px auto;
}
.index-home .home-section h1 {
  margin: 30px auto;
}
.home-links ul {
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 80px;
  left: 10px;
  margin-left: 10%;
  z-index: 99999;
}

.home-links ul li {
  list-style-type: none;
  float: left;
  margin: 0px 8px;
  text-align: left;
}
.home-links ul li a {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a5157;
}
.home-links ul li:nth-child(2) {
  text-align: right !important;
  float: right;
}

/* Partner Home section */

.partner-header {
  position: fixed; /* Make it stick/fixed */
  width: 100%; /* Full width */
  transition: top 0.3s;
  background: #fff;
  z-index: 99999;
  top: 0px
}

.home-section {
  display: flex;
  align-items: center;
  background: url("/landing/img/home-header.png");
  height: 100vh;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.home-section .home-button {
  display: inline-block;
  margin-top: 10px;
}

.home-section h1 {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.home-section p {
  height: 56px;
  font-family: "Google Sans", sans-serif;
  font-size: 17.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #828c95;
  margin-top: 32px;
}

.home-section a {
  margin-top: 16px;
}

.main-screen {
  padding: 0px;
}

/* Provide */
h2.main-title {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 100%;
  color: #30383e;
  text-align: center;
}

.provide {
  margin: 50px 0;
  margin-top: 0px;
  background: #f8f8f8;
}

.provide-inner {
  padding: 40px 0px;
  display: flex;
  align-items: center;
}

.provide-box {
  background: #ffffff;
  border: 1px solid #f3f6f7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}
.provide-box .icon {
  margin-bottom: 12px;
}

.provide-box .icon svg {
  height: 50px;
}
.provide-box h3 {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 32px;
  color: #30383e;
}

/* insight */
.insight {
  margin: 50px 0;
  background: #ffffff;
}

.insight-inner {
  padding: 40px 0px;
  display: flex;
  align-items: center;
}

.insight-box {
  background: #ffffff;
  border: 1px solid #f3f6f7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.insight-box h3 {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #30383e;
  margin-bottom: 16px;
}

.insight-box p {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 60px;
  color: #8a8a8a;
}

/* case study */
.case-study {
  margin: 50px 0;
  background: #ffffff;
}

.case-study-inner {
  padding: 40px 0px;
  display: flex;
  align-items: center;
}

.case-study-box {
  background: #ffffff;
  border: 1px solid #f3f6f7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.case-study-box h3 {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #30383e;
  margin-bottom: 16px;
}

.case-study-box p {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 60px;
  color: #8a8a8a;
}

.splide__arrow {
  display: none !important;
}

/* How Works */
.how-works {
  margin: 50px 0;
}

.how-works-inner {
  padding: 40px 0px;
  display: flex;
  align-items: center;
}

.how-works-inner .col-md-2 {
  height: 200px;
  padding: 8px;
}

.how-works-inner .col-md-2 img {
  height: 100%;
}

.how-works h2 {
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.5px;
  text-align: center;
  color: #4a5157;
  margin-bottom: 50px;
}

.how-works h3 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #4a5157;
}

.how-works p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #828c95;
}

.how-works .image-right {
  text-align: right;
}

.policy-section p {
  font-family: "Google Sans", sans-serif;
  font-size: 17.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #828c95;
  margin-top: 32px;
}

/* Footer */
.form-section {
  margin-top: 100px;
  margin-bottom: 30px;
}

.form-inner {
  width: 100%;
  height: 50%;
  padding-top: 150px;
  background: url(../img/footer-form.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  border-radius: 24px;
}

.form-inner.driver {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background: url(../img/drive-06.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  border-radius: 12px;
}

.main-form {
  width: 50%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(211, 216, 224, 0.5);
  background-color: #ffffff;
  padding: 48px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  min-height: 600px;
}

.main-form.driver {
  min-height: auto;
  width: 70%;
  padding-top: 120px;
  position: relative;
  top: 150px;
}

.become-driver {
  margin-bottom: 200px;
}

.arrows {
  cursor: pointer;
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}
.main-form .form-control {
  border: solid 1px #dbe4e5;
  border-radius: 8px;
  padding: 20px 12px;
  min-height: 48px;
}

.main-form h3 {
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.5px;
  text-align: center;
  color: #4a5157;
}
.main-form h4 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #4a5157;
  margin-bottom: 32px;
}
.main-form small {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #828c95;
  margin-top: 15px;
  display: block;
}
.main-form small a {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #2dbfc9;
  margin-top: 0px;
}

.main-form p {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #828c95;
  margin: 8px auto 16px auto;
}

.main-form .error {
  margin-top: 5px;
  color: red;
  font-size: 14px;
}

.main-form .form-bottom span {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #828c95;
}

.main-form ::placeholder {
  /* Firefox, Chrome, Opera */
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #828c95 !important;
}

.main-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #828c95 !important;
}

.main-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #828c95 !important;
}

#partner-form h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 61px;
  text-align: center;
  letter-spacing: -1.5px;
  color: #4a5157;
}

#partner-form p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #2bbfc9;
  text-align: center;
}
.form-section #success-form-response {
  display: none;
}
.form-section .success-inner {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.form-section .success-inner img {
  margin-bottom: 10px;
}
.form-section .success-inner h2 {
  font-family: "Product Sans Bold";
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.5px;
  text-align: center;
  color: #4a5157;
}
.form-section .success-inner p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #828c95;
}

#footer {
  box-shadow: rgb(243, 246, 247) 0px -2px 0px;
  padding: 50px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#footer .left-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#footer .left-wrapper img {
  width: 120px;
  height: 120px;
  margin-right: 40px;
}
#footer .left-wrapper .company .slogan {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #30383e;
}
#footer .right-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#footer .right-wrapper ul.menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
#footer .right-wrapper ul.menu li {
  margin-bottom: 12px;
  margin-right: 24px;
}
#footer .right-wrapper ul.menu li a {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  line-height: 16px;
  letter-spacing: -0.0028em;
  color: #5a6771;
  text-align: right;
}
#footer .right-wrapper .apps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#footer .right-wrapper .apps li {
  margin-bottom: 8px
}
#footer .copyright-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
#footer .copyright-wrapper ul.terms {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
}
#footer .copyright-wrapper ul.terms li:not(:last-child) {
  margin-right: 24px;
}
#footer .copyright-wrapper ul.terms li a {
  color: rgb(48, 56, 62);
}
#footer .copyright-wrapper ul.terms li a:hover {
  color: rgb(48, 56, 62);
  text-decoration: none;
}
#footer .copyright-wrapper ul.socials {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
}
#footer .copyright-wrapper ul.socials li:not(:last-child) {
  margin-right: 10px;
}
#footer .copyright-wrapper ul.socials li a {
  color: rgb(48, 56, 62);
}
#footer .copyright-wrapper ul.socials li a:hover {
  color: rgb(48, 56, 62);
  text-decoration: none;
}
@media (max-width: 991px) {
  #footer .left-wrapper {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  #footer .left-wrapper img {
    margin: 0px 0px 20px;
  }
  #footer .right-wrapper {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  #footer .right-wrapper ul.menu {
    margin-bottom: 15px;
  }
  #footer .copyright-wrapper {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 0px;
  }
  #footer .copyright-wrapper ul.terms {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #footer .copyright-wrapper ul.terms li {
    margin: 0px !important;
  }
}

/* Driver */
.driver-home {
  min-height: 620px;
}

.driver-header {
  position: fixed; /* Make it stick/fixed */
  top: -90px; /* Hide the navbar 50 px outside of the top view */
  width: 100%; /* Full width */
  transition: top 0.3s;
  background: #fff;
  z-index: 99999;
}

.driver-head {
  min-height: 75vh;
}
.driver-home-section {
  display: flex;
  align-items: center;
}
.driver-home-inner {
  display: flex;
  align-items: center;
  width: 75%;
  background: url("/landing/img/drive-01.jpg");
  height: 100vh;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.driver-form-container {
  width: 25%;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
}

.diver-form h4 {
  color: #4a5157;
}

.driver-form small {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  margin-top: 12px;
  color: #6c757d !important;
  display: block;
}

.driver-form small {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  margin-top: 12px;
  color: #6c757d !important;
  display: block;
}
.driver-form small a {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  margin-top: 12px;
  color: #1bbfca !important;
}

.driver-home-section .home-button {
  display: inline-block;
  margin-top: 10px;
}

.driver-home-section h1 {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 54px;
  letter-spacing: 0.01em;
  color: #ffffff;

  filter: drop-shadow(5px 5px 5px #222222);
  color: #fff;
  font-style: normal;
  font-weight: 700;
}

.driver-home-section p.desc {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}
.driver-home-section p {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #4b5157;
  font-style: normal;
  font-size: 18px;
}

.driver-home-section a {
  margin-top: 16px;
}
.main-form.driver .form-control.error {
  border-color: #f25252 !important;
}
.main-form.driver .form-control.error {
  border-color: #f25252 !important;
}

.main-form.driver .form-control.error input::-webkit-input-placeholder {
  /* Edge */
  color: #f25252 !important;
}

.main-form.driver .form-control.error input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f25252 !important;
}

.main-form.driver .form-control.error input::placeholder {
  color: #f25252 !important;
}

.main-form.driver img {
  position: absolute;
  z-index: 999;
  margin-left: 130px;
  margin-top: -30px;
}

.driver-content {
  background: #f9fbff;
  text-align: left !important;
  margin: 0px !important;
}
.driver-content h2 {
  text-align: left !important;
}
.driver-content img {
  width: 100%;
}
.driver-content h3 {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #4a5157;
}
.driver-content p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #828c95;
}

.driver-content .download-app {
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(211, 216, 224, 0.3);
  background-color: #ffffff;
}
.driver-content .download-app h3 {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #4a5157;
}
.driver-content .download-app h3 strong {
  font-weight: bold;
}
.driver-content .download-app .col-md-3 {
  padding-bottom: 0px;
}
.driver-content .download-app .col-md-3 img {
  position: absolute;
  bottom: 0px;
  padding-bottom: 0px;
}
.driver-content .download-app .col-md-9 {
  padding: 60px 40px;
}

.driver-content .download-app .col-md-9 img {
  width: 70%;
}

.footer-copy.m-t-10 p {
  margin-top: 25px;
  text-align: left !important;
}

.pb100 {
  padding-bottom: 100px;
}


.mobile-navbar {
  display: none;
}

@media only screen and (max-width: 600px) {
  .navbar-collapse {
    position: fixed;
    top: 54px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: 100%;
  }

  .navbar-collapse.collapsing {
    height: 100%;
    left: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    height: 100%;
    left: 0;
    transition: left 400ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 400ms ease-in;
  }
  
  .mobile-navbar {
    display: block;
  }

  .fixed-top {
    position: absolute;
  }

  .mobile-navbar .navbar-collapse {
    background-color: #4a5157 !important;
    color: white !important;
    width: 100% !important;

    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    height: 100vh;
  }

  .navbar-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
  }

  .navbar-top .navbar-toggler {
    border:none;
    width: 44px;
  }

  .mobile-navbar .nav-link {
    color: #fff !important;
    font-weight: 300;
    line-height: 45px;
    font-size: 25px;
  }

  .partner-header {
    display: none;
  }
}

/* Mobile */
@media only screen and (max-width: 600px) {
  .flex-item-order-2 {
    order: 2;
  }

  html {
    width: 100%;
  }

  header img {
    width: 75% !important;
  }

  header .header-right ul li {
    margin-left: 0px;
  }

  .header-left {
    max-width: 50%;
  }

  .mobile-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 0px 15px;
  }

  .mobile-sidebar-body {
    background-color: #4a5157 !important;
    color: white !important;
    width: 100% !important;
  }

  .home-section,
  .how-works {
    text-align: center;
  }

  .home-section h1 {
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -1px;
    text-align: left;
    color: #fff;
  }

  .home-section p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #828c95;
  }

  /* provide */
  .provide-box {
    margin-bottom: 24px;
  }

  /* insight */
  .insight h3 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  /* case study */
  .case-study-inner {
    padding: 20px 0px;
  }

  /* .form-section */
  .form-section {
    margin-top: 50px;
  }

  .form-inner {
    background: none;
    padding-top: 30px;
  }

  .main-form {
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    background: #f4f8fd;
    padding: 20px 64px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    min-height: 600px;
  }

  .form-section .footer-images {
    display: none;
  }

  .container-fluid {
    padding: 0px;
  }

  .driver-page header {
    background: #f9fbff;
    margin-top: 0px;
  }

  .driver-page .main-form {
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(211, 216, 224, 0.5);
    background-color: #ffffff;
    padding: 20px;
    position: inherit;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    min-height: 300px;
    width: 100%;
  }

  .become-driver {
    margin-bottom: 80px;
  }

  .driver-head-text {
    padding: 70px 50px 0px 50px;
  }

  .driver-home {
    background: #f9fbff;
  }

  .driver-content {
    background: #fff;
    text-align: center !important;
  }

  .driver-page .how-works-inner h2 {
    text-align: center !important;
  }

  .driver-page .how-works-inner img {
    width: 35%;
  }

  .driver-content .download-app {
    margin: 20px;
  }

  .driver-content .download-app .col-md-9 {
    padding: 10px;
  }

  .driver-content .download-app .col-md-3 img {
    position: inherit;
    padding: 0px;
    width: 50%;
  }

  .driver-content .download-app h3 strong {
    font-size: 24px;
  }

  .mmb20 {
    margin-bottom: 20px;
  }
  .mmb10 {
    margin-bottom: 10px;
  }
  .mprl20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .driver-form {
    margin-top: 40px;
  }

  .driver-content .market img {
    width: 80% !important;
  }

  .driver-page .footer-copy {
    box-shadow: 0 -1px 0 0 #e5e9f1;
    background-color: #f5f8fe;
    height: 50px;
  }

  .driver-page .footer-copy p {
    text-align: center !important;
    color: #9c9c9c;
    line-height: 50px;
  }

  .driver-page .sticky-button {
    width: 100%;
    border-radius: 0px !important;
    bottom: 0px;
    position: fixed;
    display: none !important;
    z-index: 999999;
  }

  .driver-page .fixed {
    position: fixed;
    display: block !important;
  }

  #get-started {
    position: inherit !important;
    width: 100% !important;
  }

  .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-links.driver-footer {
    flex-direction: column;
    padding: 0px;
  }

  .footer-links ul {
    padding: 0px;
  }

  .driver-home-inner {
    width: 100%;
  }

  .driver-form-container {
    width: 100%;
  }

  .driver-home-section {
    flex-direction: column;
  }

  #footer .right-wrapper ul.menu li,
  #footer .right-wrapper ul.menu li a {
    text-align: center;
  }

  .driver-arrows {
    left: 50% !important;
  }
}

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#smsValidation {
  display: none;
}

*:focus {
  outline: none;
}

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

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}

.driver-arrows {
  left: 37.5%;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}
