body {
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.section {
  position: relative;
  height: 100vh
}

.section .section-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

#booking {
  font-family: montserrat, sans-serif;
  background-image: url(../images/map.jpg);
  background-size: cover;
  background-position: center
}

#booking::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(47, 103, 177, .6)
}

.booking-form_section {
  bottom: 16px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: auto;
  position: absolute;
  top: 16px;
  /* width: 350px; */
  width: 406px;
  left: 14px;
}

.booking-form {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 30%);
  box-shadow: 0 5px 20px -5px rgb(0 0 0 / 30%);
  border-radius: 10px;
  margin: 0 auto 0 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.stripe_payment_success {
  position: relative;
}

.booking_success_btn {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  bottom: 0;
  padding: 16px;
  width: 100%;
  left: 0;
}

.booking_success_btn div {
  padding: 0 !important;
}

.booing_success_ride {
  overflow-y: scroll;
  padding: 16px 16px 16px 16px;
}
.departure-option:active, .arrival-option:active{
    color: black !important;
    background-color: white !important
}

.car_name {
  font-weight: 500;
  font-size: 18px;
}

/* @media only screen and (min-width:600px) and (max-width:991px){
  .booking-form {
    height: 100%;
    max-height: 700px;
  }
  .booking-form_section {
    width: 350px;
}
} */

.submit_btn {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media only screen and (min-width:600px) {
  .booking-form {
    height: 100%;
    max-height: 700px;
  }

  /* .booking-form {
    height: 100%;
    max-height: 630px;
  } */

}

.booking-form.stripe_payment {
  position: relative;
}

.booking-form .form-group {
  position: relative;
  margin-bottom: 10px
}

.navbar_main {
  background-color: #000;
}

.booking-form input.form-control, .booking-form textarea.form-control {
  background-color: #eeeeee !important;
  border-radius: 8px;
  border: none;
  height: 44px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 14px
}

.booking-form select, .booking-form .dropdown {
  color: #212121;
  font-size: 14px;
  background-color: #eeeeee !important;
  border-radius: 8px;
  border: none;
  height: 44px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-toggle::after {
    content: none;
}
.dropdown-toggle:hover {
    background-color: #eeeeee !important;
}

.booking-form input[type='text']::placeholder,
.booking-form input[type='email']::placeholder {
  color: #535353;
}

.booking-form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.booking-form .form-control::-webkit-input-placeholder {
  color: rgba(62, 72, 92, .3)
}

.booking-form .form-control:-ms-input-placeholder {
  color: rgba(62, 72, 92, .3)
}

.booking-form .form-control::placeholder {
  color: rgba(62, 72, 92, .3)
}

.booking-form input[type=date].form-control:invalid {
  color: rgba(62, 72, 92, .3)
}

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.booking-form select.form-control+.select-arrow {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: rgba(62, 72, 92, .3);
  font-size: 14px
}

.booking-form select.form-control+.select-arrow:after {
  content: '\279C';
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.booking-form .form-label {
  display: inline-block;
  color: #3e485c;
  font-weight: 700;
  margin-bottom: 6px;
  margin-left: 7px
}

.booking-form .submit-btn {
  display: inline-block;
  color: #fff;
  background-color: #1e62d8;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 4px;
  border: none;
  -webkit-transition: .2s all;
  transition: .2s all
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
  opacity: .9
}

.booking-cta {
  margin-top: 80px;
  margin-bottom: 30px
}

.booking-cta h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700
}

.booking-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, .8)
}

@media (min-width: 576px) {
  .section {
    position: relative;
    height: 100vh
  }

  .booking-cta h1 {
    font-size: 52px
  }
}

@media (min-width: 768px) {
  .section {
    position: relative;
    height: 100vh
  }

  .booking-cta h1 {
    font-size: 52px
  }
}

@media (min-width: 992px) {
  .section {
    position: relative;
    height: 100vh
  }

  .booking-cta h1 {
    font-size: 52px
  }
}

@media (min-width: 1200px) {
  .section {
    position: relative;
    height: 100vh
  }

  .booking-cta h1 {
    font-size: 52px
  }
}

@media (min-width:1400px) {
  .section {
    position: relative;
    height: 100vh
  }
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(../images/loading2.gif) no-repeat center center;
  z-index: 10000;
}

.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.ajax-loader img {
  position: relative;
  top:50%;
  left:50%;
}

.bacground-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed
}

div#booking12 {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100vh;
}

.datepicker,
.slot-field {
  padding-left: 40px !important;
}

.datepicker-dropdown {
  padding: 20px 30px !important;
  z-index: 9999999999999 !important;
}

/* .datepicker {
  background: #fff !important;
  padding-left: 30px;
  background: url("../../images/icons/date-input.png") no-repeat left;
  background-size: 15px;
  background-position: 5%;
} */

.book-background {
  height: 100%;
  width: 100%;
  /* background-image: url('../../images/back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 52px; */
}

.now_btn,
.now_btn:hover {
  background-color: black !important;
  border-radius: 2px;
  padding: 4px 30px;
  color: white
}

.slot-field {
  padding-left: 30px;
  background: url("../../images/icons/input-time.png") no-repeat left;
  background-size: 15px;
  background-position: 10%;
}

.tripdate {
  background: url("../../images/icons/date-input.png") no-repeat left;
  background-size: 16px;
  background-position: 10%;
}

select option {
  background: white;
}

.price-section {
  display: none;
  width: 100px;
}

.price-section i {
  transform: rotate(90deg);
}

.personal_detail {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 16px 16px 0 16px;
}

.submit_btn {
  /* position: absolute; */
  background: white;
  /* margin: 0 auto; */
  text-align: center;
  /* left: 0; */
  /* right: 0; */
  box-shadow: rgb(0 0 0 / 16%) 0px -4px 16px -4px;
}

.submit-payment,
.submit-stripe,
.submit-success {
  transition: .5s;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  padding: 10px 16px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: fit-content;
}

.submit-success {
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-success i {
  font-size: 12px;
  margin-right: 6px;
}

.submit-button {
  width: 100%;
}

::-webkit-scrollbar {
  width: 0px;
}

.booking-date-time-section {
  background-color: #ebecee !important;
  /* margin-left: 14px; */
  width: 100%;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 16px;
}

.booking-date-time-section span {
  font-weight: 500;
  font-size: 15px;
}

.contat-de {
  background-color: #ebecee !important;
  /* margin-left: 14px; */
  width: 100%;
  padding: 7px
}

.personal_sec div {
  font-size: 10px;
  font-weight: 500;
  color: gray;

}


/*    .stripe_payment_success{
height: 700px !important
}*/

.locations-option,
.form-input {
  padding-left: 40px;
}

.submit-stripe-pay {
  padding-top: 20px;
}

.form_pickup,
.form_drop {
  position: relative;
}

.form_pickup:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: transparent;
  border: 2px solid black;
  left: 6%;
  top: 52%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}

.form_drop:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: transparent;
  border: 2px solid black;
  left: 6%;
  top: 52%;
  transform: translate(-50%, -50%);
}

.form_drop:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 88%;
  background-color: black;
  left: 6%;
  top: -12%;
  transform: translate(-50%, -50%);
}

/*resposive css for design*/
.berline-title,
.berline-subtitle,
.van-title,
.van-subtitle {
  width: 200px;
}

.car-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cabnow_successhead .cabnow_title {
  margin-bottom: 0 !important;
}

.nav_item,
.nav_item a,
.nav_item a:hover {
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.form-car-pick .date-select {
  width: 60%;
}

.form-car-pick .time-pick {
  width: 40%;
}


.choose-car {
  border: 2px solid #ffffff !important;
  cursor: pointer;
  padding: 20px 0px 20px 0;
  border-radius: 12px !important;
}

/* .choose-car .col-sm-12 {
  padding-left: 4px !important;
  padding-right: 22px !important;
}

.front-ride {
  margin-left: 10px;
} */

 .choose-car.border {
  border: 2px solid #e2e2e2 !important;
} 

.slot-field option {
  padding-right: 40px !important;
}



/*Your trip page css*/
.stripe-car {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stripe-car-rent {
  width: 100px !important;
}

.cabnow_form {
  bottom: 0;
  background: white;
  width: 100%;
  left: 0;
  padding: 16px;
}

/* .booking_header {
  overflow-y: scroll;
  max-height: 400px;
  padding-bottom: 70px !important;
} */

.date-time_stripe,
.date-stripe,
.time-stripe {
  display: flex;
  align-items: center;
}

.date-stripe span,
.time-stripe span {
  margin-left: 10px;
}

.cabnow_qrimg img {
  margin-top: 12px;
}





/*Inline css of all pages in the frontend.css file*/
/*Front Page css start*/
.navbar_header {
  background-color: black;
  position: static;
  z-index: 99999;
  padding: 0;
  padding: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  /*height: 52px;*/
}

.logo-cab {
  font-weight: 700;
  font-size: 24px
}

.logo-cabnow {
  font-size: 18px;
  font-style: italic;
}

.cabnow_title {
  margin-bottom: 15px;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  line-height: 34px;
}

.berline-img {
  display: inline-block;
  width: 21%;
  vertical-align: top;
}

.front-ride {
  display: inline-block;
  width: 55%
}

.price-block {
  display: inline-block;
  width: 20%;
  vertical-align: top
}

.berline-title,
.van-title {
  color: #3e485c;
  font-weight: 500;
  font-size: 13px
}

.berline-subtitle,
.van-subtitle {
  font-weight: 400;
  font-size: 12px;
  color: grey;
  width: 250px;
}

.choose-car-img {
  width: 65px;
}

.front-contact img {
  width: 20px;
}

/*Front Page css end*/


/*Payment Page css start*/
.cabnow_car {
  display: inline-block;
  width: 25%;
  vertical-align: top
}

.cabnow_img {
  width: 76px;
}

.stripe-pay-car {
  display: inline-block;
  width: 60%
}

.stripe-car-rent {
  display: inline-block;
  width: 10%;
  vertical-align: top
}

.date-stripe img,
.time-stripe img {
  width: 20px;
}

.time-stripe img {
  margin-left: 25px;
}

.cabnow-infos {
  display: inline;
  width: 15%;
}

.cabnow-infos img {
  width: 35px;
  text-align: left;
}

.cabnow-infor {
  display: inline-block;
  width: 70%;
  padding-left: 20px;
}

.cabnow_credit {
  font-weight: 600
}

.cabnow_info {
  display: flex;
  align-items: center;
}

/*Payment Page css end*/


/*Payment Success Page css start*/
.cabnow_successhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cabnow_successhead img {
  width: 10%;
}

.cabnow_successhead {
  margin-bottom: 15px;
}

.cabnow_qr {
  text-align: center;
}

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



/* .book-form{
  position: relative;
  height: 100%;
}

.booking-form{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
} */

.booking-form-container,
.booking-form-row,
.booking_form_col {
  height: 100%;
}

.booking_form_col {
  position: relative;
  padding: 0;
}

/*.form-number {
  border: 2px solid #ebecee !important;
}*/

.booking-header {
  position: static;
  top: 0;
  background-color: white;
  z-index: 9999;
  padding: 16px 16px 0 16px;
}

.booking_pay {
  overflow-y: scroll;
  height: 200px;
}

.booking_header {
  padding: 16px 16px 0 16px;
}

@media only screen and (max-height:900px) {
  .booking-header {
    position: static !important;
  }
}

.intl-tel-input .country-list {
  width: 300px !important;
  font-size: 12px;
}


.submit-booking {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  background-color: white;
  z-index: 9999;
  padding: 16px;
  bottom: env(safe-area-inset-bottom);
  bottom: 0;
}

.name_row {
  bottom: env(safe-area-inset-bottom);
  padding-bottom: 20px;
}

.cabnow_qrimg img {
  width: 60%;
  margin: auto;
  margin-top: 10px;
}

/* .submit-booking .submit-payment {
  margin-top: 20px;
} */

.form_invalidnumber input {
  border-color: red !important;
  position: relative;
}

.form_invalidnumber:after {
  position: absolute;
  right: 20px;
  content: '';
  background-image: url('../images/icons/cross.png');
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.form_validnumber input {
  border-color: green !important;
  position: relative;
}

.form_validnumber:after {
  position: absolute;
  right: 20px;
  content: '';
  background-image: url('../images/icons/check.png');
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.intl-tel-input .country-list {
  bottom: 36px;
}



/*Privacy Policy Page Css start*/
.panel-title {
  display: inline;
  font-weight: bold;
}

.display-table {
  display: table;
}

.display-tr {
  display: table-row;
  margin-top: 10px;
}

.display-td {
  display: table-cell;
  vertical-align: middle;
  width: 61%;
}

.footer {
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
}

#pageloader {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img {
  left: 40%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.navbar_header a,
.logo a,
.copyright_span a,
body.privacy_body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.navbar_header a:hover,
.navbar_header a:focus {
  color: #fff;
}

/* .privacy_body .privacy_support,
.privacy_body .main_container .privacy_support {
  overflow-y: scroll !important;
  height: 100vh !important;
} */

.privacy_body .navbar .container {
  display: block;
}

.privacy_body .navbar_header {
  position: relative !important;
}


.privacy_html {
  height: 100vh;
}

.header_privacy {
  position: static !important;
  margin-bottom: 0 !important;
}

.privacy_policy a {
  color: #3a3a3a;
  text-decoration: underline;
  transition: .3s;
}

.privacy_policy a:hover {
  color: #7d7d7d;
}

.privacy_policy {
  padding-top: 100px;
  padding-bottom: 40px;
}

.privacy_policy .card {
  border: 0;
}

.privacy_policy_title {
  font-size: 48px;
  color: #000;
  font-weight: 700;
}

.last_update,
.privacy_info p {
  color: #545454;
  font-size: 16px;
  margin: 0;
}

.privacy_info ul li {
  color: #545454;
  font-size: 17px;
  margin-bottom: 16px;
}

.privacy_policy_subtitle {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
}

.privacy_info_title {
  font-size: 18px;
  margin-top: 16px;
  color: #161616;
}

.privacy_policy_sub_title {
  color: #3a3a3a;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 700;
}

.privacy_links {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 50px;
}

.privacy_links li {
  margin-bottom: 0 !important;
}

.privacy_links a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.terms_links {
  margin-top: 20px;
}


/*Support page css*/
.privacy_support {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer_privacy {
  position: static;
  width: 100%;
  background-color: #000;
  padding: 60px 0;
  height: fit-content !important;
  line-height: 1 !important;
  bottom: 0 !important;
}

/*form contact*/
.form_contact input {
  background-color: #eaeaea;
  height: 50px;
  font-size: 16px;
  padding: 9px 24px;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
}

.form_contact textarea {
  background-color: #eaeaea;
  font-size: 18px;
  padding: 9px 24px;
  border: 0;
  box-shadow: none;
  border-radius: 2px;
}

.send_btn button {
  background-color: #000;
  width: 140px;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 8px 10px;
}

.send_btn button:hover,
.send_btn button:focus,
.send_btn button:active {
  background-color: #1b1b1b !important;
  border: 1px solid #1b1b1b !important;
  box-shadow: none !important;
}

.form_email_us {
  text-align: center;
}

.form_email_us h4 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin: 20px 0;
}

.form_email_us h5 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 20px 0;
}

.form_email_us h5 a {
  color: #1b1b1b;
  text-decoration: underline;
}

.form_email_us h5 a:hover {
  color: #474747;
}

.logo {
  text-align: start;
}

.conatct_center {
  padding: 30px 0;
  text-align: start;
}

.conatct_center a {
  color: #fff;
  text-decoration: none;
}

.copyright {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.copyright span {
  font-size: 14px !important;
  color: #fff;
}

.copyright span.logo-cabnow {
  font-size: 11px !important;
}

.copyright .nav-link {
  padding: 0 10px !important;
}

/*Terms and services*/
.terms_policy_title {
  font-size: 52px;
  font-weight: 700;
}

.terms_policy_subtitle {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
}

.terms_policy_sub_title {
  color: #000;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
}

.logo .nav-link {
  padding-left: 0 !important;
}

.booking_card,
.booking_body {
  height: 100%;
}

/*footer css start*/
.platforms_app {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  gap: 30px;
}

.platforms_app li img {
  width: 26px;
}

.platforms_app li.apple img {
  width: 30px;
}

.cabnow_terms {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  height: 100%;
  gap: 16px;
}

.cabnow_terms li a {
  color: #fff;
  text-decoration: none;
}

.cabnow_terms li a:hover {
  color: #fff;
}

.iti-mobile .intl-tel-input.iti-container {
  z-index: 99999999;
}

/*Privacy Policy Page Css end*/



/*responsive css start*/

@media only screen and (max-width:360px) {
  .booking_pay_row {
    padding-bottom: 100px !important;
  }

  .booking_payment .cabnow_form {
    padding-bottom: 0 !important;
  }

  .name_row {
    padding-bottom: 140px !important;
  }

  .berline-subtitle,
  .van-subtitle {
    width: fit-content;
  }

  .price-section {
    width: 70px;
    text-align: end;
  }

  .intl-tel-input .country-list {
    width: 250px !important;
  }
}

@media only screen and (max-width:400px) {
  .section {
    height: 100vh;
  }

  .berline-img {
    width: 30% !important;
  }

  .booking-form {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {

  .bacground-img {
    display: block;
    position: fixed;
    top: 0;
    z-index: 111;
    height: 44vh;
  }

}

@media only screen and (max-width:576px) {
  .name_row {
    padding-bottom: 140px;
  }

  .section {
    height: 100vh;
  }

  .slot-field,
  .tripdate {
    background-position: 4%;
  }

  .stripe-car-rent {
    text-align: center;
  }

  .booking_pay_row {
    padding-bottom: 100px !important;
  }

  .booking_payment .cabnow_form {
    padding-bottom: 0 !important;
  }

  .form_booking {
    padding: 16px 16px 0 16px;
  }

  .login_form {
    margin-top: 120px;
  }

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

@media only screen and (min-width:577px) and (max-width:600px) {
  .name_row {
    padding-bottom: 90px;
  }

  .booking_pay_row {
    padding-bottom: 100px !important;
  }

  .booking_payment .cabnow_form {
    padding-bottom: 0 !important;
  }
}



@media only screen and (min-width:577px) {

  .price-section,
  .stripe-car-rent {
    text-align: end;
  }

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

  .booking_payment .cabnow_form {
    padding: 0 !important;
  }

  .form_booking {
    padding: 16px 16px 0 16px;
  }

  .login_form {
    margin-top: 120px;
  }

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

@media only screen and (max-width:768px) {
  .booking_payment {
    padding: 0 !important;
  }

  .booking_header {
    padding: 16px 16px 30px 16px;
  }

  .cabnow_terms {
    justify-content: start;
    gap: 10px;
    margin-top: 50px;
    height: fit-content;
  }

  .platforms_app {
    justify-content: start;
    margin-top: 50px;
    height: fit-content;
  }

  .privacy_support {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width:600px) {

  .submit-stripe-pay {
    position: fixed;
    width: 100% !important;
    background: white;
    padding: 16px 0;
    bottom: 0;
    margin: 0 !important;
  }

  .booking_form_col {
    position: relative;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: end;
  }

  .booking-form {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    min-height: 100vh;
  }

  .booking-form_section {
    /* top: auto;
    width: 100%;
    height: 56vh;
    left: auto;
    position: absolute;
    min-height: 100vh; */

    min-height: 100vh;
    bottom: auto;
    position: absolute;
    top: 44vh;
    width: 100vw;
    z-index: 99999;
    left: 0;
  }

  .booking-header {
    position: static !important;
  }

  .personal_detail {
    height: fit-content !important;
  }

  .main_container {
    overflow-x: hidden;
  }

  .booking-form input.form-control {
    font-size: 16px;
  }

  .submit-booking,
  .booking_success_btn {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    margin: 0;
  }

  .submit-booking div.btn-col {
    padding: 0 !important;
  }

  .booing_success_ride {
    padding-bottom: 100px;
  }

  .navbar_header {
    background-color: black;
    position: fixed;
    z-index: 99999;
    padding: 0;
    padding: 0 !important;
    border-radius: 0 !important;
    width: 100%;
    /*height: 48px;*/
  }

  .bacground-img {
    width: 100%;
    height: 44vh !important;
    position: fixed !important;
    top: 0;
    left: 0;
  }

  .bacground-img img {
    display: block;
    width: 100%;
    height: 44vh;
    object-fit: cover;
    position: fixed;
    top: 0;
  }
}

@media only screen and (min-width:600px) {
  .submit-stripe-pay {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    width: 100% !important;
    background: white;
    padding: 16px 0;
    bottom: 0;
    left: 0;
  }

  .login_form {
    margin-top: 140px;
  }

}

@media only screen and (max-height:500px) {
  .name_row {
    padding-bottom: 20px;
  }
}

/* @media only screen and (max-height:900px) {
  .booking-form {
    max-height: 700px;
  }
} */

@media screen and (-webkit-min-device-pixel-ratio:0) {

  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}

@media only screen and (max-width:800px) {

  .personal_detail {
    height: fit-content;
  }

  .container,
  .container-sm {
    max-width: 100%;
  }

  .form_drop:before,
  .form_pickup:before,
  .form_drop:after {
    left: 20px;
  }

  .slot-field,
  .datepicker,
  .form_drop .locations-option,
  .form_pickup .locations-option {
    padding-left: 50px !important;
  }

  .booking-form.stripe_payment {
    position: relative;
    height: 100%;
  }

  .booking_header {
    overflow-y: scroll;
    max-height: fit-content !important;
    padding-bottom: 10px !important;
  }

  .cabnow_form {
    position: relative !important;
    padding: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 74px !important;
  }
}

@media only screen and (max-width:1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }
}

@media only screen and (min-width:1980px) {
  .footer_privacy {
    position: fixed;
  }
}

@media only screen and (min-width:991px) {
  .login_form {
    margin-top: 160px;
  }
}

/*Responsive design css end*/



/*map css start here*/
.bacground-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}





/*css for loginpage*/
.shuttle_business .navbar .container {
  display: block;
}

.shuttle_business .navbar_header {
  position: relative !important;
}

.shuttle_business {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  height: 100%;
}

.navbar_links_help {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 16px;
}

.login_support {
  height: 100%;
}

.login_title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

.login_btn_form {
  margin-top: 16px;
}

.login_btn_form button {
  width: 100%;
}

.login_help_email {
  margin-top: 26px;
  font-size: 15px;
  font-weight: 500;
  color: #635e5e;
}

.login_help,
.login_help:hover,
.login_help:focus {
  font-size: 15px;
  font-weight: 500;
  color: #635e5e;
  transition: .2s;
  text-decoration: none;
  outline: none;
}





/*Home page design css*/
.business_office .navbar_header {
  position: static !important;
}

.business_office .container-fluid {
  width: 98%;
}

.dashboard_info {
  height: 100vh;
}

.dashboard_info .container {
  height: 100%;
  overflow-y: scroll !important;
  padding-bottom: 100px;
  padding-top: 40px;
}

.business_office {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #fff;
}

.business_office .container-fluid {
  display: block;
}

.dashboard_data {
  display: grid;
  grid-template-columns: 1fr 11fr;
}

.business_office_link {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  font-size: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.home_links {
  width: 250px;
  min-height: 92vh;
  max-height: 86vh;
  border-right: 1px solid #cccccc;
  padding-right: 0;
  padding-top: 22px;
}

.home_business_list {
  padding: 0;
  list-style: none;
  /*min-height: 85vh;*/
  display: flex;
  flex-direction: column;
}

.home_business_list li {
  padding: 15px;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  transition: .2s;
  margin-top: 8px;
}

.home_business_list li:first-child {
  margin-top: 0px !important;
}

.home_business_list li .link_icon {
  width: 30px;
  height: 30px;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #000 !important;
}

.home_business_list li a {
  margin-left: 16px;
  font-weight: 600;
  color: #000 !important;
  text-decoration: none;
}

.home_business_list li:hover,
.home_business_list li.active {
  background-color: #f3f3f3;
}

.home_business_list li.active i {
  color: #fff;
}

.home_business_list li.active .link_icon {
  background-color: #000;
}

.get_help_btn {
  position: sticky;
  bottom: 30px;
  transition: .8s;
}

.get_help_btn .get_help {
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  padding: 10px 20px;
}

@media only screen and (max-height:520px) {
  .get_help_btn {
    bottom: -80px;
  }
}

@media only screen and (max-width:600px) {
  .dashboard_data {
    width: 120vw;
  }
}

.user_dropdown {
  background-color: #fff;
  right: 0 !important;
  left: auto;
  top: 130%;
  border-radius: 6px;
  border: 0;
  padding: 0;
  width: 160px;
  padding-bottom: 16px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.user_dropdown a {
  font-size: 14px;
  font-weight: 600;
}

.user_dropdown a:hover,
.user_dropdown a.active {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background-color: #f4f4f4;
}

.user_dropdown .dropdown-item {
  padding: 8px 14px;
}

.user_dropdown .dropdown-item.privacy_link {
  padding: 4px 14px;
}

.user_dropdown .dropdown-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.user_dropdown .dropdown-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.user_dropdown a.privacy_link {
  font-size: 12px;
  color: gray;
  font-weight: 500;
}

.menu_hr {
  width: 80%;
  margin: 10px auto;
}

.dropdown_account button {
  border: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
  transition: .6s;
}

.dropdown_account button:hover,
.dropdown_account button:focus {
  background-color: #dfdfdf !important;
}

.dropdown_account button.dropdown-toggle::after {
  display: none;
}

.dropdown_account button img {
  width: 30px;
  height: 30px;
}

.dropdown_account button:hover,
.dropdown_account button:focus,
.dropdown_account.show>.btn-secondary.dropdown-toggle,
.dropdown_account .btn-secondary:not(:disabled):not(.disabled):active {
  border: 0;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

@media only screen and (max-width:700px){
  .dashboard_info{
    width: 1000px !important;
  }
}

@media only screen and  (max-width:480px){
  .navbar_office{
    width: 700px;
  }
}



/*Css update for dashboard page*/
.business_office .navbar_office{
  background-color: #fff;
  height: fit-content !important;
}

.business_office .navbar_office .container-fluid{
  padding: 0px 16px;
  margin: 0 !important;
  width: 100%;
}

.business_office .navbar_office .container-fluid .nav_row{
  border-bottom: 1px solid #cccccc;
  padding: 8px 0;
  width: 100%;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar_office .navbar-header a{
  color: #000 !important;
}

.logo_office span{
  color: #000;
  font-weight: 700;
    margin-left: 6px;
}

.company_title{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.nav_row .logo_col{
  width: 250px;
}

.nav_row .company_title_col{
  width: max-content;
  margin-right: 10px;
}

.nav_row .business_office_link{
  width: 100px;
}

.col_logo{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo_col .navbar-header{
  padding-left: 26px;
}

.business_office_link{
  padding-right: 26px;
}

.dashboard_info table{
  width: 100% !important;
}

.arrival-dropdown-toggle, .departure-dropdown-toggle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.departure-option b, .arrival-option b {
    white-space: normal;
    display: block;
}
