@media (max-width: 1199px) {
    footer .footer-col {
        margin-right: 38px; } }
@media (max-width: 480px) {
    .trip label {
        display: block;
        margin: 8px 0; }
    .trip input, .trip select {
        width: 100%;
        padding: 7px 5px;
        line-height: normal;
        position: relative;
        border: 1px solid #c5c5c5;
        border-radius: 4px; 
    }



    .trip input.submit {
        background: none repeat scroll 0 0 #e77027;
        border: 0 none;
        color: #fff;
        font-size: 20px;
        margin-top: 20px;
        text-transform: uppercase; 
        margin-bottom:50px;
    }
    .trip select {
        background: url("../images/icon-location.png") no-repeat scroll 97% 6px transparent; 
    }
    .trip input[type="input"] {
        background: url("../images/icon-calendar.png") no-repeat scroll 97% 0px transparent; 
    }

    .ticket-details .col-sm-3 {
        float: left;
        width: 50%;
    }
    .passenger-det .col-sm-3 {
        float: left;
        width: 50%;
    }

}


