

div#booking-page {
    /*margin-top: 90px;*/
    background-color: #e8f4ff;
}
.booking_tab_size i {
    font-size: 16px;
    color: #007FBD;
}
.booking-tab .nav-tabs{
    border-bottom:none !important;
}
.tab-content{
    background: linear-gradient(to bottom, #fbfbfb 0%, #ececec 39%, #ececec 39%, #cecece 100%);
    padding: 10px !important;
}
.body-border input, .body-border select, .body-border textarea{
    border-style: solid !important;
    border-color: #66afe9 !important;
    border-width: thin !important;
    color: #555 !important;
    background: white;
}

.field__box {
    position: relative;
}

.body-border .inner-addon, .body-border input::placeholder, .body-border textarea::placeholder{
    color: #555 !important;
}
.input-group-addon:first-child{
    background: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    border: 1px solid #1980ad;
    border-right: 0;
    color: #007FBD;
    font-size: 16px;
}
.input-group-addon i.fa, .input-group-addon .glyphicon, .input-group-addon.normal-addon{
    color: #007FBD !important;
    font-size: 16px;
}


form select, form textarea, form input[type="text"], form input[type="date"], form input[type="time"]{
    height: 37px !important;
}


.field__box small{
    color: #e74c3c;
    margin-left: 35px;
    font-size: 13px;
    font-weight: 600;
    display: none;
}

#booking-page .col-md-12 {
    padding-bottom: 0px !important;
}


.squaredFour {
    position: relative;
}
.plus__btn {
    border: 1px solid green;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    height: 25px;
    width: 24px;
    border-radius: 50%;
    background: linear-gradient(#9fe925, #558407) !important;
    padding: 0px;
    text-align: center;
    margin: 0px;
}
.plus__btn .fa{
    color:#fff !important
}


/*
Created on: 17 Sep, 2014, 4:29:37 PM
Author: senthil
*/


input[type='radio']{
    cursor: pointer;
}


input[type=submit], button[type=submit]{
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    height: 46px;
    font-size: 14px;
    padding: 1px 28px 3px;
}


.booking-tab li {
    border-bottom: 1px solid #727272;
}
.floating-form-2 .form-control{
    padding: 0 10px;
}



/* Define keyframes for the marquee animation */
@keyframes marquee {
    0% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Apply the animation to the marquee container */

.booking-tab .nav-tabs > li.active > a {
    background: #fbfbfb linear-gradient(to bottom, #dedede 0%, #ececec 39%, #efefef 39%, #fbfbfb 100%) !important;
}
ul.nav-wizard li.active{
    width: 34% !important;
    color: #fff !important;
    background: linear-gradient(#9fe925, #558407) !important;
}
.body-border {
    background: #ebf4ff !important;
    margin-top: 20px;
}
.booking-tab .nav-tabs > li.active > a {
    background: #fbfbfb linear-gradient(to bottom, #dedede 0%, #ececec 39%, #efefef 39%, #fbfbfb 100%) !important;
}


.booking-tab .nav-tabs > li > a {
    background: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    outline: none;
}
.booking-tab .nav-tabs > li > a {
    padding: 10px 2px !important;
    /* border: solid 1px #fff !important; */
    border:unset !important;
    color:  #007FBD;
    font-weight: bold;
    margin: 0px !important;
    text-align: center;
}

.booking-tab .nav-tabs {
    border-bottom: solid 1px #a9a9a9 !important;
    padding-top: 5px;
}
.booking-tab .nav-tabs {
    padding-top: 0;
    font-size: 13px;
}
.booking-tab .nav-tabs li {
    border-right: 1px solid #727272;
}
.booking-tab .nav-tabs li:last-child {
    border-right: none;
}
.current__location__btn,.current__stop__location__btn{
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.current__location__box,.current__stop__location__box{
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 30px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    padding: 4px 12px 4px 45px;
    margin-top: 5px;
    background-color: #fff;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.current__location__box i,.current__stop__location__box i{
    color: #007FBD;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}
/* car category with configuration in bookings page */
.car-category-container{
    margin:5px;
    width: 315px;
    border: 3px solid #e0e0e0;
}
.car-category-container.active{
    margin:5px;
    width: 315px;
    border: 3px solid #189acc;
}
.cc-header-b {
    padding: 10px !important;
    display: block;
    font-size: 11px;
    word-break: keep-all;
    background: linear-gradient(#ffffff, #ffffff 25%, #d0d0d0) !important;
    height: 124px;
}
.cc-header-b img{
    width: 127px;
    height: 64px;
}
.cc-header-b .category-name-txt{
    font-size: 13px;
    font-weight: 700;
}
.cc-configuration-b{
    display:flex;
}
.cc-configuration-b input {
    width: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
    background: unset !important;
    border: none !important;
}

.cc-configuration-b>div i{
    padding:3px 3px;
    color: #189acc;
}
.cc-configuration-b>div{
    background: linear-gradient(#ffffff, #ffffff 25%, #d0d0d0) !important;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    flex: 1;
}
.cc-configuration-b:last-child>div {
    border-bottom: none;
}
.cc-configuration-b>div span{ display:flex; }
#content .cc-configuration-b>div input{
    background: linear-gradient(#ffffff, #ffffff 25%, #d0d0d0) !important;
    border: unset !important;
}

/* car configuration box */
.configuration-count-b {
    margin: 0px 6px 6px;
}
.configuration-count-b .config-count-btns{
    height: 25px !important;
    line-height: 12.5px !important;
    outline: none !important;
    padding: 0;
    width: 35px;
    text-align: center;
    color: #000 !important;
    border: 1px solid #ddd !important;
    margin: 0px;
    background: linear-gradient(to bottom, #fbfbfb 0%, #ececec 61%, #ececec 61%, #c1c1c1 100%) !important;
}
.configuration-count-b .config-count-input-f{
    width: 40px;
    height: 25px !important;
    color: #000 !important;
    border: 1px solid #ddd !important;
    border-radius: 0;
    padding: 2px 6px;
    outline: none !important;
    text-align: center;
    background: linear-gradient(to bottom, #fbfbfb 0%, #ececec 61%, #ececec 61%, #c1c1c1 100%) !important;
    pointer-events: none;
}
/* car configuration box end */






/*minus,plus,edit buttons*/
.minus-btn,.plus-btn,.edit-btn,.save-btn{
    cursor: pointer;
    overflow: hidden;
    outline: none;
    padding: 0px;
    font-size: 15px;
    color: #ffffff;
    height: 22px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0px;
    line-height: 20px;
}
.save-btn{
    border: 1px solid #131413;
    background-color: #fff;
}
.minus-btn{
    border: 1px solid red;
    background-color: red;
}
.plus-btn{
    border: 1px solid green;
    background-color: green;
}
.edit-btn{
    border: 1px solid #0485f4;
    background-color: #0485f4;
}
.minus-btn > i,.plus-btn > i, .edit-btn > i{
    margin:0px;
}

/* booking step 3 */
   .booking__custom__step__3 .booking__custom__b {
     text-align: left;
     margin-bottom: 5px;
     }
     .booking__custom__step__3 .booking__custom__b span {
     font-size: 13px !important;
     color: black !important;
     position: unset !important;
     display: block;
     margin: 0;
     padding: 0;
     line-height: 20px;
     }
     .booking__custom__step__3 .booking__custom__b h5 {
     color: #000;
     font-size: 13px;
     margin: 0;
     }
     .booking__custom__step__3 .booking__custom__b p {
     color: #000;
     font-size: 13px;
     margin: 0;
     }

    .booking__custom__step__3 .booking__header__information__section {
      display: flex;
      justify-content: space-between;
      margin-bottom:10px;
      align-items: center;
    }
   .booking__custom__step__3 .company__info__box ul,
    .booking__custom__step__3 .booking__user__info__box ul,
     .booking__custom__step__3 .booking__user__info__box__2 ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
   .booking__custom__step__3 .company__info__box ul li,
   .booking__custom__step__3 .booking__user__info__box ul li,
   .booking__custom__step__3 .booking__user__info__box__2 ul li{
    font-size: 13px !important;
    color: #000;
    font-weight: 400;
    text-transform: none;
    line-height: 18px;
    }

    .booking__custom__step__3 .booking__user__info__box{
    border: 1px solid black;
    padding: 5px;
    }
    .booking__custom__step__3 .booking__user__info__box__2{
        margin-top:5px;
    }
    .booking__custom__step__3 .booking__area {
      display: flex;
      align-items: center;
      margin-top: 8px;
      margin-bottom: 6px;
    }

    .booking__custom__step__3 .booking__logo img{
      width: 300px;
      height: auto;
      object-fit: unset;
    }
    .booking__custom__step__3 .booking__heading {
        border: 1px solid black;
        display: inline-block;
        padding: 3px 5px;
        background: transparent linear-gradient(180deg, #fbfbfb, #ececec, #cecece) repeat scroll 0 0;
        margin-left: 100px;
        min-width: 500px;
    }

    .booking__custom__step__3 .booking__heading h3 {
      font-size: 17px;
      color: #000;
      text-align: left;
      margin: 0;
      font-weight: 600;
      padding: 5px 0px;
    }
    .booking__custom__step__3 .booking__statut_logo__info{
        position:relative;
    }
    .booking__custom__step__3 .booking__statut__logo {

      border: 6px solid #f00;
      color: #ff0000;
      font-size: 20px;
      text-align: center;
      transform: rotate(-15deg);
      font-family: 'Gravitas One', cursive;
      text-transform: uppercase;
      padding: 6px 20px;
     
    }

    .booking__custom__step__3 .booking__footer__info__box{
    border-top:1px solid black;
    margin-top:10px
    }
    .booking__custom__step__3 .booking__footer__info__box p {
    font-size:13px;
    text-align:center;
    margin:0;
    padding:0
    }
   .booking__custom__step__3 .fa{
          color: #007FBD !important;
   }

   /* booking step 1 */
       .booking__input__row{
      display: flex;
      flex-wrap: wrap;
      gap:5px;
    }
    .booking__input__row .form-group .input-group-addon{
      padding:6px !important;
    }
    .booking__input__row .form-group .fa{
      color: #007FBD !important;
    }
    .booking__input__row .form-group select{
      padding:0px 6px !important;
    }
    .booking__input__row .form-group select{
      color: #000 !important;
      -webkit-appearance: listbox !important;
    }

    .booking__input__row select[name="service_id"]{
      width:230px;
    }
    .custom__booking__form input.datepicker {
      width: 90px;
      padding:0px 6px;
      text-align: center;
    }
    .custom__booking__form input.timepicker {
      width: 70px;
      padding:0px 6px;
      text-align: center;
    }
    .custom__booking__form select, .custom__booking__form input {
        font-size: 13px;
    }
    .custom__booking__form select[name='passengers']{
    width: 100px;
    }
    .custom__booking__form select[name='lugages'],
    .custom__booking__form select[name='animals']{
    width:90px;
    }
    .custom__booking__form select[name='baby_seats']{
    width: 120px;
    }
    .custom__booking__form select[name="wheelchairs"]{
      width:155px;
    }
    .booking__input__row input[name="promo_code"]{
      width:130px;
    }
    /*schedule box*/
    .schedule__container tr td{
      padding:2px;
      text-align: center;
      white-space: nowrap;
      font-size: 13px;
    }
    .schedule__container .schedule-box{
       display: flex;
       gap: 5px;
    }
    .schedule__container .schedule-box input[type="text"]{
        padding: 0px 4px !important;
        width: 50px;
        text-align: center;
    }
    .schedule__container .input-group-addon{
      padding: 6px;
    }

    /*stop boxes*/
    .stop-point-box{
        margin-top: 5px;
    }
    .stop__point__inner__box{
        display: flex;
        gap:5px;
    }
    .stop-point-box input.auto__stop__address{
        width: 235px;
        padding-right: 30px;
    }
    .stop-point-box input.timepicker{
        width: 60px;
        text-align: center;
    }
    .stop-point-box .stop__waiting__time__box{
        display: flex;
        gap:5px;
    }
    .stop__waiting__time__box label {
      transform: translateY(10px);
      font-weight: 400;
      font-size: 14px !important;
    }
    .remove__stop__box__btn{
        transform: translateY(5px);
    }
    .minus__btn{
      border: 1px solid #c40d0d;
      cursor: pointer;
      overflow: hidden;
      outline: none;
      color: #ffffff;
      height: 25px;
      width: 25px;
      border-radius: 50%;
      background: linear-gradient(#ff6666, #cc0000);
      position: relative;
      z-index: 10;
      font-size: 14px;
    }
    .minus__btn .fa{
        color:#fff !important;
    }
    .create__booking__form .input-group {
      height: min-content;
    }
    .current__location__icon {
      position: absolute;
      z-index: 10;
      right: 10px;
      top: 6px;
      pointer-events: none;
    }

    
    .form-block {
      margin-bottom: 42px;
      border-radius: 7px;
      background: linear-gradient(to bottom, #fbfbfb 0%, #ececec 39%, #ececec 39%, #cecece 100%);
      border: 1px solid #0091d1;
    }
    .form-block form {
      padding: 5px 15px;
    }


    form.custom__booking__form label{
        display:block !important;
        font-weight: normal;
    }

    #breadcrumb {
        width: 100% !important;
        height: 32px;
        margin-top: 5px;
        padding: 0px 0px;
        display: block;
        background: transparent !important;
        list-style: none;
      }

        .current__location__btn,
        .current__stop__location__btn {
            position: absolute;
            z-index: 10;
            right: 5px;
            top: 50%;
            cursor: pointer;
            transform: translateY(-50%);
        }
        .current__location__btn img,
        .current__stop__location__btn img {
            width:21px;
            height: 21px;
        }


        /* Additional styling to disable pointer events on the icon itself */
        .fa-solid {
        pointer-events: none;
        }


        .noselect {
            -webkit-user-select: none;
            /* Safari */
            -moz-user-select: none;
            /* Firefox */
            -ms-user-select: none;
            /* IE 10+/Edge */
            user-select: none;
            /* Standard */
            cursor: not-allowed;
            }
            @media screen and (max-width: 680px) {
            .send-div {
            width: 100% !important;
            }
            }
            @media screen and (max-width:480px) {
            .capcha-math p span {
            font-size: 20px;
            margin-right: 7px;
            }
            .capcha-math p input {
            margin-left: 53px;
            padding: 0px 0px 0px 0px !important;
            }
            }
      .checkbox {
          display: flex;
          align-items: center;
      }

      .checkbox input {
          margin-right: 10px;
      }
  
    form.custom__booking__form .remove__btn{
     cursor: pointer;
     overflow: hidden;
     outline: none;
     padding: 0px;
     height: fit-content;
     font-size: 15px;
     color: #ffffff;
     height: 22px;
     width: 20px;
     border-radius: 50%;
     text-align: center;
     margin: 0px;
     line-height: 20px;
     border: 1px solid red;
     background-color: red;
    }
    form.custom__booking__form .remove__btn i{
     margin:0;
    }
    .custom__booking__form .booking-tab {
     background: linear-gradient(to bottom, #fff 0, #e0e0e0 100%) !important;
    }

    .fa.fa-hand-o-right{
        font-size: 25px;
        color: #007FBD;
        margin: 5px 5px 0px 3px;
    }
    .pick-drop-txt-btn span{
        font-weight: 700;
        color: #007FBD;
    }
.custom__booking__form .text-danger {
    color: red;
    width: 100%;
    white-space: pre-wrap;
    margin: 0;
    display: block;
    line-height: 1.2;
    max-width: 125px;
}


@media screen and (max-width: 400px){
    .booking__input__row .form-group select {
    padding: 0px 0px !important;
}
.steps__container ul.nav-wizard li a {
    display: inline-block !important;
    width: 94px !important;
}
li.booking-steps.booking-step-1 a {
    width: 125px !important;
}
select#survey_answer_id {
    width: 185px !important;
}
.booking_tab_size {
    width: 100% !important;
    position: relative !important;
    top: -4px !important;
}
#pick_address>div:nth-child(3)>div>div:first-child {
    width: 43% !important;
    margin-right: 0px!important;
}
#pick_address>div:nth-child(3)>div>div:nth-child(2) {
    width: 56% !important;
    left: 3px !important;
}
input.form-control.auto__city__name {
    width: 174px !important;
    display: inline-block !important;
}
div#retour {
    top: -10px !important;
}
#drop_address>div:nth-child(3)>div>div:first-child {
    width: 43% !important;
    margin-right: 0px!important;
}
#drop_address>div:nth-child(3)>div>div:nth-child(2) {
    width: 49% !important;
    display: inline-block !important;
    left: 3px !important;
}
.current__location__icon {
    top: 8px !important;
}
div#addressBooking {
    position: relative !important;
    left: 71px !important;
    top: -26px !important;
}
div#addressBooking1 {
    position: relative !important;
    left: 100px !important;
    top: -26px !important;
}
#pick_address .fa-hand-o-right {
    font-size: 18px!important;
    top: 3px !important;
    position: relative !important;
}
.fa.fa-hand-o-right {
    font-size: 18px !important;
    top: 3px !important;
    position: relative !important;
}
input#departAddress {
    width: 260px !important;
}
input#destinationtAddress {
    width: 231px !important;
}
div#departA, div#destinationA {
    margin-top: -26px !important;
}
.capcha-math.book-cap.math {
    position: relative !important;
    top: 22px !important;
    left: -34px !important;
}
div#bCheck {
    width: 53% !important;
}
div#DestinationTab {
    margin-top: 35px !important;
}
div#Ajouter {
    position: relative !important;
    top: -311px !important;
    left: 248px !important;
}

.authentication__sidebar__section{
    display: none !important;
}
div#statut {
    flex-wrap: wrap !important;
}
input#regFname {
    width: 165px !important;
}
input#lNamE {
    width: 122px !important;
}
input#Emailreg {
    width: 162px !important;
}
.aut__register__section input[name='zipcode'] {
    width: 114px !important;
}
div#emailReg {
    flex-wrap: wrap !important;
}
input#NomService {
    width: 154px !important;
}
input#companyFunction {
    width: 132px !important;
}
input#company_siretNumber {
    width: 132px !important;
}
input#company_vatNumber {
    width: 152px !important;
}
input#nomPassword {
    width: 100px !important;
}
.password__validation__rule__box label {
    transform: translateY(26px);
    font-size: 12px !important;
}
div#groupCar {
    position: relative !important;
    top: -24px !important;
}
span.mrr-5 {
    font-size: 14px !important;
}
select#particularOpt {
    width: 224px !important;
    padding: 0 0 0 6px !important;
}
input#Organisme {
    width: 226px !important;
}
input#faxReg {
    width: 163px !important;
}
select#civiliteReg {
    width: 55px !important;
    padding: 0px !important;
}
.register__login__section .auth__top__txt__container {
     gap: 0px !important; 
}
div#pasCompte{
    margin-top: 10px !important;
}
input#terms, input#privacy {
    position: relative !important;
    top: -8px !important;
}
.company__info__box {
    width: 230px !important;
     top: -3px !important;
    position: relative !important;
}
.booking__second__information {
    position: relative !important;
    left: -160px !important;
}
.booking__custom__step__3 .booking__heading {
    margin-left: 0 !important;
    min-width: 201px !important;
}
.booking__custom__step__3 .booking__header__information__section {
    margin-bottom: 121px !important;
}
.booking__statut__logo {
    position: relative !important;
    top: 142px !important;
    left: -59px !important;
}
.booking__custom__step__3 .booking__footer__info__box p {
    font-size: 11px !important;
}
.booking__logo {
    width: 260px !important;
}
.booking__custom__step__3 .booking__heading {
    margin-left: 0 !important;
    min-width: 192px !important;
    position: relative !important;
    left: 2px !important;
}
select#payment_methode_id {
    width: 194px !important;
}
.register__login__section .message .send-error {
    width: 300px !important;
}
.booking__custom__step__3 .booking__statut_logo__info {
    left: -85px !important;
    top: -12px !important;
}
.booking__user__info__box.majortextsize {
    width: 158px !important;
}
div#CiviliteBooking {
    position: relative !important;
    top: -70px !important;
    left: 389px !important;
}
div#civilite {
    position: relative !important;
    left: -114px !important;
}
form .btn {
    margin: 5px 0 10px !important;
}
.booking__user__info__box.majortextsize ul {
    position: relative !important;
    left: 1px !important;
}
li#bPhone b, li#bEmail b, li#bFax b{
    display: none !important;
}
li#bEmail {
    display: flex !important;
    align-items: center !important;
}
p#bookingCustome {
    margin-bottom: 15px !important;
}
.form-block form {
    padding: 1px 9px !important;
}
p.majortextsize {
    font-size: 12px !important;
}
select#finance_id {
    width: 113px !important;
}
div#regPhone {
    position: absolute !important;
    right: 0px !important;
    width: 173px !important;
}
input#RegPhone {
    width: 120px !important;
}
div#bNom input {
    width: 340px !important;
}
div#bAddress input {
    width: 340px !important;
}
input#bVille {
    width: 173px !important;
}
input#comBookingAddress {
    width: 342px !important;
}
button#btnBookingSubmit {
    position: relative !important;
    left: -4px !important;
}
.booking__step__3__section.booking__custom__step__3 {
    width: 397px !important;
    position: relative !important;
    left: -9px !important;
}
.booking__user__info__box__2 {
    position: relative !important;
    top: 10px !important;
}
.booking__custom__step__3 .booking__statut__logo {
    font-size: 17px !important;
}
.booking__custom__step__3 .booking__custom__b {
    flex-wrap: wrap !important;
}
div#bVillE {
    left: -5px !important;
}
div#bookAdressLoca {
    left: 350px !important;
}
.send-success.majortextsize {
    font-size: 12.5px !important;
}
#breadcrumb {
    margin-top: -8px !important;
}
.register__login__section .login-container .inline__box {
    flex-wrap: wrap !important;
    position: relative !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-40%, -3%) !important;
}
.form-options {
    top: -45px !important;
    position: relative !important;
    gap: 17px !important;
    left: 37px !important;
}
input#loginPass {
    width: 190px !important;
}
input#loginEmail {
    width: 240px !important;
}
div#Configuration {
    flex-wrap: wrap !important;
}
div#Configuration span {
    font-size: 9.2px !important;
}
.aut__login__section .btn-login.red__3d__btn {
    transform: translate(181px, 157px) !important;
}
a#stepA {
    width: 110px !important;
}

li#DétailsBooking2 {
    left: -4px !important;
}
span#stepArrowA {
    width: 52px !important;
    right: -38px !important;
}
span#stepArrowB {
    right: -26px !important;
    top: 10.3px !important;
}
li#DétailsBooking1 {
    width: 140px !important;
}
li#DétailsBooking3::before {
    left: 12px !important;
}
li#DétailsBooking3::after {
    left: 12px !important;
}
li#DétailsBooking3 {
    position: relative !important;
    left: -13px !important;
}


}