/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

  /* CSS styles for the form */
 .retn_error {
    font-size: 13px;
    color: red;
    text-align:left;
    display: flex;

  }

#quot_btn:disabled {
  background: #adadad !important;
  border-bottom-color: #adadad !important;
  pointer-events:none;
}
 #rideBook .form-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
  }
  #rideBook .form-group {
    margin-bottom: 20px;
  }
  #rideBook .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #rideBook .form-group select,
  #rideBook .form-group input[type="text"],
  #rideBook .form-group input[type="number"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  #rideBook .form-group button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  #rideBook .form-group button:hover {
    background-color: #45a049;
  }


  #msform p {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-wrap: wrap;
  }
  #msform p i {
    position: relative;
    top: 3px;
  }
  #heading {
    text-transform: uppercase;
    color: #efb52d;
    font-weight: normal;
  }

  #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding: 10px;
  }

  #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
  }

  .form-card {
    text-align: left;
  }
  button {
    cursor: pointer;
  }

  #msform fieldset:not(:first-of-type) {
    display: none;
  }
  input::placeholder {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 500 !important;
  }
  #msform input[type="time"]:before {
    content: 'Time:';
    margin-right: 0.6em;
    color: #9d9d9d;
  }
  #msform input,
  #msform textarea, #msform select {
    padding: 8px 10px;
    border-bottom: 1px solid #efb52d !important;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    font-size: 16px;
    letter-spacing: 1px;
    border: none;
    font-weight: 500;
    background: transparent;
  }

  #msform input:focus,
  #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
  }

  #msform .action-button {
    width: fit-content;
    background: #efb52d;
    font-weight: bold;
    color: black;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 0px 10px 5px;
    float: right;
    min-width: 100px;
  }

  #msform .action-button:hover,
  #msform .action-button:focus {
    background-color: #000000;
    color: #fff;
  }

  #msform .action-button-previous {
    width: 100px;
    background: #000000;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
  }
  #msform .action-button-previous:hover {
    color: rgb(0, 0, 0);
    background: #efb52d;
  }

  .tb_bt.active {
    border-bottom: 2px solid #efb52d !important;
    color: #efb52d !important;
  }

  .card {
    z-index: 0;
    border: none;
    position: relative;
    border: none !important;
  }

  .fs-title {
    font-size: 25px;
    color: #efb52d;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
  }

  .purple-text {
    color: #efb52d;
    font-weight: normal;
  }

  .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
  }

  .fieldlabels {
    color: gray;
    text-align: left;
  }

  #progressbar {
    margin-bottom: 25px;
    overflow: hidden;
    color: lightgrey;
    margin-top:0;
  }

  #progressbar .active {
    color: #efb52d;
  }

  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #939393;
  }

  #progressbar #account:before {
    font-family: FontAwesome;
    content: "1";
  }

  #progressbar #personal:before {
    font-family: FontAwesome;
    content: "2";
  }

  #progressbar #extra:before {
    font-family: FontAwesome;
    content: "3";
  }
  #progressbar #payment:before {
    font-family: FontAwesome;
    content: "4";
  }

  #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "5";
  }

  #progressbar li:before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
  }

  #progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
  }

  #progressbar li.active:before,
  #progressbar li.active:after {
    background: #efb52d;
  }

  .progress {
    height: 20px;
  }

  .progress-bar {
    background-color: #efb52d !important;
  }
  .progress {
    height: 7px !important;
  }
  .fit-image {
    width: 100%;
    object-fit: cover;
  }
  .booking_form {
    max-width: 675px;
    padding: 5px;
    background: #ffffff;
    border-radius: 15px;
    margin: 20px auto;
    box-shadow: 0 0 14px #83838378;
  }
  .frm_tab .tb_bt {
    width: 31.5%;
    border: none;
    background: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #dfdfe3;
    color: #000;
  }
  button:focus {
    outline: none !important;
  }
  .frm_tab {
    margin-bottom: 30px;
  }
  .to_bx {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .add_bt {
    background: none;
    border: 2px solid #adadad;
    color: #adadad;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    font-size: 24px !important;
    line-height: 1;
    border-radius: 5px;
    position: relative;
    /* top: -12px; */
  }
  .add_bt:hover {
    border: 2px solid #efb52d;
    color: #efb52d;
  }
  .add_bt.add_fnt {
    font-size: 14px;
  }
  .pic_hd {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0 10px;
  }
  .pic_hd h2 {
    margin-bottom: 0;
    border: 2px solid black;
    width: 25px;
    height: 25px;
    font-size: 18px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    margin-top: 0px !important;
  }
  .pic_hd h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    padding-bottom: 0;
  }
  .car_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid black;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    margin-bottom: 20px;
    gap: 10px;
  }
  .car_one input {
    width: fit-content !important;
  }
  .car_one h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
  .car_one h5 {
    font-size: 20px;
    color: #efb52d;
    margin: 0;
  }
  .car_one h6 {
    font-size: 20px;
    color: #000000;
  }
  .car_one p {
    margin: 5px 0 0;
    font-size: 16px;
  }
  /* radion box */

  /* label container */
  .car_one .radio-button-container {
    color: rgba(0, 0, 0, 0.75);
    display: block;
    position: relative;
    padding-left: 45px;
    line-height: 25px;
    margin-bottom: 12px;
    margin-left: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -15px !important;
  }

  /* Hide the browser's default radio button */
  .car_one .radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .car_one .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
  }

  /* On mouse-over, add a grey background color */
  .car_one .radio-button-container:hover input ~ .checkmark {
    border-color: rgba(0, 0, 0, 0.5);
  }

  /* When the radio button is checked */
  .car_one .radio-button-container input:checked ~ .checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: #efb52d;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .car_one .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .car_one .radio-button-container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .form-card .iti__country-list{
    padding: 0 !important;
  }
  .ck_cx .empty_value+label:before {
    border-color: red;
  }
  .car_one .radio-button-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #efb52d;
  }
  .car_one h4,
  .car_lhs h3 {
    font-size: 15px;
    font-weight: 500;
    color: #efb52d;
    border: 1px solid #efb52d;
    padding: 2px 10px;
    border-radius: 30px;
    width: fit-content;
  }
  .car_lhs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 40px;
  }
  .car_lhs h2 {
    flex: 0 0 100%;
  }
  .car_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .car_lhs h2 span {
    font-size: 14px;
    font-weight: 500;
    color: #efb52d;
  }
  .cr_cnt li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
    gap: 10px;
  }

  .cr_cnt li p:not(.has-background):last-of-type{
    text-align: right !important;
  }
  .car_lhs h4 {
    font-size: 20px;
    margin-top: 10px;
  }
  .tt_bl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .tt_bl h5 {
    font-size: 20px;
  }
  .pd_txt {
    font-size: 18px;
    margin: 10px 0;
  }
  .pd_txt span {
    font-weight: 400;
    color: #bdbdbd;
    font-size: 14px;
  }
  #msform .ck_cx input {
    width: fit-content;
    cursor: pointer;
  }
  .tp_txt {
    font-size: 15px;
    color: #464646;
  }
  .ck_cx label {
    cursor: pointer;
  }

  /* custom checkbox */
  .ck_cx.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }

  .ck_cx.form-group label {
    position: relative;
    cursor: pointer;
  }

  .ck_cx.form-group label:before {
    content: "";
    background-color: transparent;
    border: 2px solid #efb52d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
      inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }

  .ck_cx.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 7px;
    width: 3px;
    height: 7px;
    border: solid #efb52d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .ck_cx {
    margin-bottom: 10px;
  }
  #msform .empty_value, .car_one .radio-button-container input.empty_value ~ .checkmark{
    border-color: red !important;
  }
  .radio-wrap.empty_value {
    border: 1px solid;
    padding: 5px;
  }
  .radio-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .car_one figure img, .car_detail figure img {
    max-width: 100%;
    width: 191px;
    height: 120px;
    object-fit: contain;
  }
  .mdrian label,.mdrian input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .mdrian input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
  }

  .mdrian:has(input[type="radio"]:checked) {
    border: 2px solid #efb52d;
    color: #efb52d;
  }

  .mdrian label {
    cursor: pointer;
    z-index: 90;
    padding: 12px 6px 10px 8px;
  }

  #msform  input[type="time"]::-webkit-inner-spin-button, #msform  input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }
  #msform h2 {
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .hidecl {
    display: none;
  }
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  #msform .iti {
    display: block;
  }
  #msform .iti--separate-dial-code .iti__selected-flag, #msform .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
  }
  #card_detail_set .error {
    font-size: 12px;
    color: red;
  }
  .otp_hint {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .otp_hint.error {
    color: red;
  }
  .otp_hint.createuser {
    display: block !important;
  }
  .createuser .error {
    color: red;
    display:block;
  }
  .otp_hint.sucess {
    color: green;
  }
  input#user_otp {
    margin-bottom: 0px;
  }
  /**Form loader css Start**/
.ajax-loader:before {
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  content: "";
}
.ajax-loader:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border: 2px solid #efb52d;
  border-color: transparent #efb52d;
  border-radius: 50%;
  animation: ajaxloader 1s linear infinite;
  z-index: 999999;
}
@keyframes ajaxloader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/**Form loader css End**/
.psgnrdt {
  width: 20%;
  gap: 5px;
}
input#passanger {
  margin-bottom: 0;
  border-bottom: unset !important;
  text-align: center;
}
.psngrlbl span {
  display: block;
  width: 100%;
}
.passg_box {
  justify-content: space-between;
}

.return_bx {
  width: 100%;
}
#msform .car_cat {
  padding-left: 0;
  justify-content: center;
}
.car_cat li {
  list-style: none;
  border: 1px solid;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
}
.car_cat li.active, .car_cat li:hover {
  background: #111;
  color: #fff;
  border-color: #efb52d;
}
.txt_ylow {
  font-size: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
  color: #efb52d;
  font-weight: 400;
}
.trvl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.formnn textarea {
  margin-bottom: 8px !important;
  margin-top: 10px !important;
}
.txt {
  margin-bottom: 20px;
}
.paymnt_bx .booking_text {
  font-size: 22px;
  font-weight: 400;
  color: #8d877a;
  line-height: 34px;
}
.paymnt_bx h2 {
  margin-bottom: 16px;
}
.paymnt_bx .booking_text span {
  font-weight: 600;
  display: block;
  color: #eeb42e;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #efb52d !important;
  background: #efb52d !important;
  color: #000000 !important;
}
#msform .select2-selection--single{
  border: 0;
  border-bottom: 1px solid #efb52d !important;
  border-radius: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media (max-width: 767px) {

  .passg_box {
    flex-wrap: wrap;
  }
  .psgnrdt {
    width: 136px !important;
  }
  #msform h2 {
    line-height: 1.3;
    font-size: 20px;
  }
  .car_one h5 {
    font-size: 18px;
  }
  .car_one .checkmark {
    height: 26px;
    width: 26px;
  }
  .car_one .radio-button-container .checkmark:after {
    width: 16px;
    height: 16px;
  }
  #msform h2 {
    font-size: 18px;
  }
  .cr_cnt li p.label_w {
    width: 40%;
  }
  .cr_cnt li p.label_t {
    width: 60%;
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {

  .frm_tab {
    white-space: nowrap;
  }
  .frm_tab button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .car_one {
    flex-wrap: wrap;
  }
  .car_one > div {
    width: 100%;
  }
  .car_one .price {
    width: 50%;
  }
  .car_one figure {
    width: 100%;
    margin-bottom: 0;
  }
  .car_one figure img {
    width: 100%;
    height: 169px;
    object-fit: cover;
  }

}
@media (max-width: 480px) {
  .to_bx input {
    min-width: 40px;
  }
  #progressbar {
    padding-left: 0;
    margin-bottom: 0;
  }
  #progressbar li {
    font-size: 13px;
    line-height: 18px;
  }
  #progressbar li:before {
    width: 25px;
    height: 25px;
    font-size: 13px;
    margin: 0 auto 6px auto;
    padding: 2px;
    line-height: 28px;
  }
  #progressbar li:after {
    top: 15px;
  }
  .frm_tab {
    margin-bottom: 10px;
  }
  .frm_tab button {
    font-size: 14px !important;
  }
  #msform p {
    font-size: 14px;
    line-height: 1.8;
  }
  #msform input,
  #msform textarea, #msform select {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .return_bx input {
    text-align: left;

  }
  .pick_part .to_bx{
    display: block;
  }
  .psgnrdt.to_bx input{
    margin-bottom: 7px !important;
  }
  .select_car h3 {
    font-size: 18px;
  }
  #user_info .to_bx {
    display: block;
  }
  .select_car h3,
  .car_one h5 {
    font-size: 16px;
  }
  .car_one .checkmark {
    height: 22px;
    width: 22px;
  }
  .car_one .radio-button-container .checkmark:after {
    width: 14px;
    height: 14px;
  }
  .car_one .radio-button-container .checkmark:after {
    top: 2px;
    left: 2px;
  }
  .txt_ylow {
    font-size: 14px;
  }
  .car_detail .car_lhs h2 {
    padding-bottom: 0;
  }
  .xar_rhs figure img {
    width: 100%;
    height: 169px;
    object-fit: cover;
  }
  .car_detail {
    display: block;
  }
  .cr_cnt {
    padding-left: 0 !important;
  }
  .cr_cnt li {
    margin: 14px 0;
  }
  .cr_cnt li p {
    padding-bottom: 0;
  }
  #user_info .iti .iti__flag-container {
    font-size: 15px;
  }
  .card_detail_set small {
    font-size: 14px;
  }
  .ck_cx {
    font-size: 14px;
  }
  .ck_cx.form-group input:checked + label:after {
    top: 6px;
  }
  .paymnt_bx .booking_text {
    font-size: 15px;
    line-height: 26px;
  }
}