
.navbar-nav {
    flex-direction: row !important;
}
label{
    font-weight: 500;
    margin-bottom: 0;
}
hr{
    background-color: red;
    border-top: 3px solid rgba(0,0,0,.1);
}
.search_bar{
    margin-top: 45px;
}
.driver_avatar{
    height: 200px;
    width: 200px;
    border-radius: 50% !important;
}
.no_record{
    text-align: center;
    margin-top: 50px;
}
.categories{
    height:100px;
    overflow-y: scroll;
}
.emp-profile{
    margin-top: 50px;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar-nav>li>a {
    color: white !important;
}
.search-form-container{
    width: 63%;
    margin: 0 auto;
    border-top: 3px solid #ce060a;
    padding: 10px 30px 24px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
@media  screen and (max-width: 767px) {
    .navbar-nav{
    display:none;
}
.site-title{
margin-left: 36px !important;
font-size: 26px;
font-family:"roboto slab";
}
.main_class{
        margin-top: -40px;
}
}
@media  screen and (max-width: 991px) {
    .search-form-container{
    width: 100%;
}
}
.verification_text {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
footer {
    background-color: #222;
    padding: 20px 0;
    font-size: 11px;
    color: #aaa;
    width: 100%;
}
footer a {
    color: #aaa !important;
    text-decoration: none;
}
.search_button{
    display: inline-block;
    background-color: #ce060a;
    border: 1px solid #ce060a;
    color: #fff;
    padding: 0px 18px;
    margin-left: 3px;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
}
@media  screen and (min-width: 991px) {
    .mobile_button{
    display: none;
}
}
@media  screen and (max-width: 992px) {
    .search_button{
    display: none;
}
}
.mobile_button{
    text-align: center;
    margin-top: 19px;
}
.search_button_mobile{
    display: inline-block;
    background-color: #ce060a;
    border: 1px solid #ce060a;
    color: #fff;
    margin-left: 3px;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
}
.footer-top {
    background-color: #282828;
    padding: 80px 0;
    margin-top: 20px;
}

.search_form_input{
    float: left;
    color: #666fb5;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 80.33333333%;
    padding: 7px 14px;
    margin-right: 25px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.navbar-nav>li>a {
    color: white !important;
    font-weight: bold;
    margin-top:5px;
}
.navbar-nav>li {
    margin-left: 40px;
    
}
col-md-6>label {
    color: black;
}
.fade {
    opacity: 1 !important;
}
.navbar-inner {
    background:transparent;
}
.input-group {
    position: relative;
    display: flex !important;
}
.site-branding {
    width: 100%;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1px;
}
.in_line_vehicles{
    display: inline-block;
    white-space: nowrap;
}
.site-title{
    margin-left: 153px;
    margin-bottom: 20px;
    font-weight: bold;
}
.footer_copyright_wrap {
    width: 960px;
    margin: 0 auto 0px;
    position: relative;
}
.user-info {
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica;
    font-size: 13px;
    color: #666;
}
.thumbWrap {
    text-align: center;
    margin: 20px auto 0;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}
.thumbWrap img {
    max-width: 100%;
    height:100%;
    object-fit: cover;
}
.user-info h2 {
    font-weight: normal;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica;
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin: 20px 0;
}
.user-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.user-info ul li {
    margin: 6px 0;
}
.user-info h2:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ce060a;
    height: 1px;
    position: relative;
    top: 8px;
    width: 140px;
}
.wrapper{
    overflow:hidden;
    margin-top: -21px;
}
.main_class{
        background-size: cover;
        background-position: center;
        padding-right: 0px !important;
        padding-left: 0px !important;
}
