.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #ff7f01;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #ff7f01;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #ff7f01;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ff7f01;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ff7f01;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ff7f01;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

.mainContent {
    /*width: 990px;*/
    margin: 0 auto;
}
.clear, #clear {
    clear: both;
}
.reservation-flight .form-control {
    font-size: 14px;
    border-radius: 2px;
    width: 100%;
    height: 38px;
    line-height: 38px;
}
.reservation-flight .form-control {
    font-size: 14px;
    border-radius: 2px;
    width: 100%;
    height: 38px;
    line-height: 38px;
}
.commonDiv h1{
	margin-top: 0
}
.btn {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    border-radius: 2px;
}
.colbtn {
    float: right;
    text-align: right;
}
#reservation-form{
	position: relative;
}
#reservation-form .form-inline .form-group {
    width: 100%;
    margin-bottom: 20px;
	margin-top: 5px;
}
ul {
    list-style: none;
}
.radiogroup {
    padding: 0;
    margin: 0 0 30px;
}
.radiogroup li {
    list-style-type: none;
    float: left;
    line-height: 1;
    margin-right: 20px;
}
.date-l input {
    background: #fff url(https://www.ftd.travel/images/cal-image.png) 95% center no-repeat;
    cursor: pointer;
}

.bus-bgnew{
    background: url(../images/bus-bookings.jpg) center top no-repeat;
    width: 100%;
    height: 400px; 
    background-size: cover;
    /*display: inline-block;*/
    padding: 10px;
}
.daterangepicker td, .daterangepicker th {
    width: 32px;
    height: 32px;
}
.daterangepicker .input-mini {
    background: #fff;
}
.reservation-flight .form-control {
    font-size: 18px;
    border-radius: 2px;
    width: 100%;
    height: 48px;
    line-height: 38px;
}
.tab-pane.active{
    background: transparent;
}

.radio.radio-inline {
    margin-top: 0;
    margin-bottom: 15px;
}
.swap-img {
position: absolute;
    right: -19px;
    top: 2px;
    z-index: 1;
    cursor: pointer;
    /* background: #4e6a74; */
    width: 36px;
    height: 36px;
    border-radius: 100%;
    line-height: 32px;
}

.reservation-flight .radio label,
.reservation-flight .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    color: #fff;
    line-height: 1;
	font-size:14px;
}
.reservation-flight .radio.radio-inline {
    /*margin-left: -15px;
    padding-left: 0;*/
    margin-bottom: 0;
}
.reservation-flight .checkbox.checkbox-warning {
    padding-left: 0;
    margin-left: -30px;
}
.icons-ar {
    position: absolute;
    right: -34px;
    top: 4px;
    z-index: 9;
}
.multileg-icon{
    width: 20px;
}
#ui-datepicker-div{
	z-index: 9 !important;
}
.flight-bgnew {
    background: url(https://www.ftd.travel/images/book-flight-bus-car-hotel.jpg) center top no-repeat;
    width: 100%;
    /*height: 400px;*/
    background-size: cover;
    /* display: inline-block; */
    padding: 10px;
}

.bookingInner.searchs {
    /*margin: 0 auto;*/
}

.flight-container {
    /*padding: 20px;*/
    /*background: rgba(0, 0, 0, 0.40);*/
}
section {
    display: block;
}

#reservation-form {
    position: relative;
}
.TabbedPanels {
    overflow: hidden;
    margin: 2px 0px 0px 0px;
    padding: 10px;
    clear: none;
    height: auto;
    width: auto;
}
.TabbedPanelsTabGroup {
    margin-left: 0;
    padding: 0;
}