/**
 CSS for Instnce 2
*/

@media(min-width: 768px){
    .form-compact .simon-form-layout{margin-left: 0}
}

.passenger-input{    display: inline-block !important;height: 35px !important;padding: 6px !important;
    width: 40px !important;}
 .btn-passenger {
    min-width: 30px;
    display: inline-block;
    padding: 7px;
    background: #f2f2f2;
    border: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.fa-26{font-size: 25px !important;color: #666666}
.fw-500{font-weight: 500 !important}
.cform-group{margin: 15px 0;}
.white-border-box{
	background-color: #ffffff;margin-bottom: 20px;
    padding: 25px;border: 1px solid #e4e4e4;
}
.price-vary-cond{padding-left: 17px;line-height: 24px;font-size: 13px;    color: #888; }
.passenger-book-btn{margin-bottom: 30px; }
.mb-0{margin-bottom: 0 !important}
.passenger-choosen-vechile-img{margin:30px auto 0; }

.passer-counts{border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0;}
    .passenger-headi{font-size: 22px;font-weight: 500;color: #666666;margin: 0;}

    .stage {text-align: center;margin-bottom: 40px;}
    .stage .icon{
    	    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ddd;
    color: #000;
    text-align: center;
    font-size: 32px;
    border: 3px solid #fff;
    font-weight: 700;
    }
    .stage h4{font-size: 14px;font-weight: 500;color: #666666;margin: 0;margin-top: 7px;}
    .stage.active .icon{background-color: #f79e13; color: #fff}
    .stage.active h4, .stage.done h4{color: #232323}
    .stage.done .icon{background: #8c8a8a ;color: #fff}
    .simon-form-layout{max-width: 100% !important;margin-top: -1px;border-radius: 0 0 5px 5px !important;}

    .tabs-top-space.nav-tabs>li>a{margin-right: 10px !important;    padding: 10px 12px !important;border-radius: 5px 5px 0 0 !important}
 

