﻿.home-ban {
    background: linear-gradient(180deg,#033195,#043496);
}
.home-ban:after{
    display:none;
}
.searchBox .searchBlock {
    background: transparent;
}
.call-us h3{
    color:#ffffff;
}
.call-us h4{
    color:#ffffff;
}

.call-eng{
    color:#ffffff;
    border:2px solid var(--color-white);
}
.tripType {
    background: transparent;
}

    .tripType.inputSet li label {
        color: var(--color-white);
    }
.inputSet label input[type=radio] ~ span::after {
    border: 1px solid var(--color-white);
}
.tripType li.active {
    background: transparent;
}
.inputSet label input[type=radio]:checked ~ span::before{
    background:var(--color-white);
}

#home-engine .searchButton, #home-engine .searchButton:hover, .call-opt .call-tfn, .call-opt .call-tfn:hover {
    background: #6244bb;
    border: 2px solid #7359c2;
}
.travllerBox .done_Btn {
    background: #6244bb;
    border: 2px solid #7359c2;
    color:var(--color-white);
}

/* Serach Engine css*/
.airlineSec .airline img {
    width: auto;
}

.travllerBox {
    left: -258px;
    right: inherit;
    top: 55px;
    width: 520px;
}

.searchBox .searchBlock {
    background: transparent;
    padding: 0;
}

.searchBox .searchButton {
    width: 8%;
    margin-left: 8px;
    background: #6244bb;
}

.ser-top-bg {
    background: url(/Images/sky-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 15px 0;
}

.airlineSecBg {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 10px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .airlineSecBg .airlineSec {
        color: #0030a4;
        background: none;
        width: 425px;
    }

        .airlineSecBg .airlineSec h4 {
            font-weight: 700;
            text-align: center;
            font-size: 22px;
            line-height: 26px;
            margin: 0;
        }

.airlineSec .airline {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.airlineSecBg .airlineSec .tollSec {
    width: 100%;
}

.airlineSecBg .airlineSec .change {
    font-size: 16px;
    color: #090909;
    padding: 30px 0 10px 0;
    font-weight: 600;
    text-align: center;
}

.airlineSecBg .airlineSec h6 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.call-our {
    font-size: 16px;
    color: #090909;
    padding: 0;
    font-weight: 600;
    text-align: center;
}

.airlineSecBg .airlineSec .callBtn {
    background: #0030a4;
}