﻿

.airlineBg {
    height: auto;
    background: url(/Images/flight_result_new/airlines/united_airlines_banner.webp);
    margin-top: 20px;
    border-radius: 20px 20px 48px 48px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
    background-position: center;
}

 
.serach-Engine{
    border:none;
}
.airlineBg .trip-type label input[type=radio] ~ span::after {
    border: 2px solid #ffffff;
}

.airlineBg .trip-type label input[type=radio]:checked ~ span::after {
    border: 2px solid #ffffff;
}
.airlineBg .trip-type label input[type=radio]:checked ~ span::before {
    background: #ffffff;
}


#contentCntr{
    padding-top:15px;
}


.contentBox h3 {
    font-size: 24px;
}
.contentBox h4 {
    font-size: 18px;
}
