#searchfield {
    float: left;
    margin: 5px 0 0;
    width: 350px;
    padding: 5px;
}
.biginput {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #aeaeae;
    font-size: 1.5em;
    font-weight: normal;
    height: 55px;
    padding: 0 10px;
    transition: all 0.2s linear 0s;
    width: 100%;
}

.purchase-credits {
    height: 53px;
}

.train_header > .img-responsive {
    margin-bottom: 0px;
}
.trian_content h2{
    font-size:20px;
    margin:0;
    display: inline;
}

.trian_content .glyphicon-arrow-right{
    font-size: 32px;
    margin: 0 25px 0 0;
    padding: 0;
    top: -7px;
}
#display_error_booking {
    color: red;
    font-weight: bold;
    padding: 10px 0px;
}
.train_supe_justify {
    text-align: justify;
}
.no_padding {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
}