.secret {
    display: none;
}
#taxi-booking {
  font-size: 16px;
  line-height: 25px;
}
#taxi-booking * {
  font-family: "Raleway";
  font-size: 14px;
}
.car-info i {
    width: 24px;
}
.total-car-price {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
}
.map-holder {
    overflow: hidden;
    border-radius: 2px;
}
#taxi-booking h2.taxi-tag {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    font-size: 17px;
}
#map-canvas {
    width: 100%;
    height: 290px;
    margin: 0px;
    padding: 10px;
    float: left;
    background: #FFF !important;
}
.col-xs-12.form-group.taxi-form {
    margin-bottom: 10px;
}
div#taxi-booking input, div#taxi-booking select {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    font-size: 14px;
    transition: 1s;
    border: 1px solid #dedede;
    color: #373737;
    background-color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-indent: 40px;
    font-weight: 600;
    padding-right:  11px;
}

div#taxi-booking select {
	text-indent:20px;
}

#select-1524495657928, #specialist{
	text-indent:10px!important;
}

.duration:before {
  content: "\f017" !important;
}

div#taxi-booking .step1 div.form-group:before {
    left: 34px;
    top: 13px;
    content: "\f3c5";
    display: inline-block;
    font-family: "Font Awesome\ 5 Free" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4a4a4a;
    position: absolute;
    pointer-events:  none;
    font-weight: 900 !important;
    font-size: 14px;
}
div#taxi-booking div.form-group.datepicker:before {
    content: "\f073";
}
.col-xs-12.form-group.taxi-form.passengers:before {
    content: "\f0c0" !important;
}
.col-xs-12.form-group.taxi-form.suitcases:before {
    content: "\f0f2" !important;
}
input#pickup-date {
    cursor: initial;
}
button#book-now {
    color: #fff;
    font-weight: 600;
    border: none;
    width: 100%;
    transition: .2s;
    margin-top: 5px;
    border-radius: 2px;
    height: 45px;
    font-size: 17px;
    background: #184fae !important;
    display: block;
}
::-webkit-input-placeholder {
  color: #6b6b6b !important;
}
::-moz-placeholder {
  color: #7d7d7d !important;
}
:-ms-input-placeholder {
  color: #7d7d7d !important;
}
:-moz-placeholder {
  color: #7d7d7d !important;
}

img.car-img {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    max-width: 100%;
}
.car-info {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.car {
    padding: 25px 15px 25px 15px;
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    border-radius: 2px;
}
div#car-list .col-xs-12:last-child .car {
    margin: 0;
}

h3.car-title {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.info-bar.alert.alert-success {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
span.number {
    z-index: 1;
    position: relative;
    display: inline-block;
    border: 3px solid #efefef;
    height: 45px;
    width: 46px;
    font-size: 16px;
    line-height: 39px;
    font-weight: 700;
    border-radius: 100%;
    transition: 0.4s;
    cursor: pointer;
    text-align: center;
    margin-right: 13px;
    margin-bottom: -5px;
}
.align-right {
    text-align: right;
}
.tax-text {
    margin-top: 8px;
    display: none;
}
button.select-car {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
    line-height: 1;
    cursor: pointer;
    padding: 8px 23px 9px 25px;
    background-color: transparent;
    border: 2px solid #646f81;
    border-radius: 2px;
    transition: 0.3s;
    margin: 6px 0;
    position: relative;
    text-align: right;
    margin-top: 12px;
}
.select-car.active {
    color: #ffffff !important;
    background: #184fae;
    padding-left: 45px;
    border-color: #184fae;
    padding-right:  25px;
}
.select-car.active:before {
  opacity: 1;
}
.select-car:before {
  content: "\f058";
  display: inline-block;
  font-family: "Font Awesome\ 5 Free" !important;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  position: absolute;
  padding-right: 3px;
  left: 18px;
  opacity: 0;
  transition: 0.3s;
}

.loader {
    width: 100%;
    min-height: 199px;
    overflow: hidden;
    position: relative;
    display: none;
    transition: 0.3s;
}
.loader.showe {
    display: block;
}
.loader:after {
    background: url(https://loading.io/spinners/typing/lg.-text-entering-comment-loader.gif) no-repeat center #ffffff96;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    min-height: 150px;
    width: 100%;
    height: 100%;
    background-size: 150px;
    z-index: 9999999999;
}
div#car-list.loading {
    height: 300px;
}
div#car-list {float: left;width: 100%;}
.info-line {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}
.info-line i {
    margin-left: 5px;
    margin-right: 9px;
    color: #5e5e5e;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-top: 5px;
}

div.form-group.field-textarea-1532589511519, div.form-group.field-textarea-1532589511519 textarea{
	clear:both!important;
	width:100%!important;
	height:60px;
}
.coupon_message{
	display:block;
}
.notif{
	display:block;
	height:30px;
}
.green{
	color:#0b8314;
}
.red{
	color:#e21436;
}
@media (min-width: 767px) AND (max-width: 980px) {
  #taxi-booking * {
    font-size: 14px;
  }
  button.select-car {
    padding: 9px;
  }
  .select-car.active {
    padding: 9px;
  }
  .select-car.active:before {
    display: none;
  }
}
@media (max-width:767px) {
  button.select-car {
    float: left;
  }
  .total-car-price {
    text-align: left;
    margin-top: 15px;
  }
  .step.step1 {
    padding-left: 0;
  }
  button#book-now {
    margin-bottom:15px;
  }
  .step.step1 .row {
    padding-right: 15px;
  }
}

.step {
    padding: 15px;
    float: left;
    display: none;
    width: 100%;
    padding-left: 21px;
    border-left: 5px solid #dedede;
    margin: 10px;
    margin-left: 35px;
    margin-bottom: 20px;
    padding-right: 39px;
    overflow: hidden;
    position: relative;
    margin-top: 13px;

}
h3.car-title {
    font-weight: 600;
	color:#d1242b;
}
span.pickup-time {
    font-size: 14px;
}
.red {
    border-color: #870c0c !important;
}
button#order-vehicle:hover {
  background: #878787;
  color: white;
}
button#order-vehicle {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
    line-height: 1;
    cursor: pointer;
    padding: 13px 23px 14px 14px;
    background-color: transparent;
    border: 2px solid #686868;
    border-radius: 2px;
    margin: 6px 0;
    position: relative;
    text-align: right;
    margin-top: 16px;
    transition: 0.1s;
}
button#order-vehicle i {
    padding: 0 7px;
}

div#taxi-booking .rendered-form input, input#coupon {
    text-indent: 15px !important;
}

div#taxi-booking .rendered-form label, .c-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 15px;
}
#h2-success {
    text-align: center;
    padding: 30px 0;
    font-weight: 700;
    font-size: 19px;
}
button#order-vehicle.success {
    padding-right: 30px !important;
    background: green;
    color: white;
}
@media (min-width: 700px) {
  div#taxi-booking .rendered-form .form-group {
    width: 31.3333333%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 0;
  }
  div#taxi-booking .rendered-form .form-group:nth-child(3) {
    /* width: 33.3% !important; */
    /* margin-right: 0 !important; */
  }
}
input#terms-services {
    width: inherit !important;
    height: inherit !important;
    margin-right: 5px !important;
    display: inline-block;
}
.terms label {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 25px;
}
.terms {
    margin-top: 15px !important;
    margin-bottom: -5px !important;
}
.load.active {
    margin-bottom: 20px;
}
h2#fill-info {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}
body .payment input {
    width: 15px !important;
    height: 15px !important;
    margin-top: 3px !important;
    display: inline-block;
    margin-right: 5px !important;
}

.payment label {
    display: inline-block;
}

div#payment {
    margin-top: 10px;
}