/* Search Tab section Start*/


/* Search Tab section End*/

/* Serach Section Start*/
.flight-Serch {
    position: relative;
}

.serach-Engine {
    display: flex;
    margin: 15px 0 0 0;
    position: relative;
    padding: 5px;
    border-radius: 10px;
}

.trip-type {
    display: flex;
    padding: 0px;
    margin-bottom: 10px;
    position:relative;
}

    .trip-type li {
        margin-right: 10px;
        display: inline-block;
        font-size: 14px;
        border: 2px solid #d7d7d7;
        padding: 10px 15px;
        border-radius: 30px;
    }

    .trip-type li:first-child {
        margin-left: 0;
    }

.trip-type .active {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .trip-type .active label {
        color: #ffffff;
    }

.trip-type label {
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    padding-left: 26px;
    position: relative;
    color: #ffffff;
}

    .trip-type label input {
        opacity: 0;
        position: absolute;
    }

        .trip-type label input[type=radio]:checked ~ span::before {
            border-radius: 100%;
            background: #fff;
            content: "";
            display: block;
            height: 8px;
            width: 8px;
            left: 6px;
            position: absolute;
            top: 6px;
        }

        .trip-type label input[type=radio]:checked ~ span::after {
            border: 2px solid #fff;
        }

        .trip-type label input[type=radio] ~ span::after {
            border-radius: 100%;
            border: 2px solid #fff;
            content: "";
            height: 20px;
            width: 20px;
            left: 8px;
            position: absolute;
            top: 2px;
        }



.from-to {
    width: 45%;
    display: flex;
    background:var(--color-white);
    border-radius: 5px;
    align-items: center;
    flex:0 0 auto;
}

    .from-to .from {
        width: calc(50% - 26px);
        padding: 10px 15px;
        position: relative;
        flex: 0 0 auto;
        text-align: left;
    }




.label-Head {
    position: absolute;
    top: -10px;
    font-size: 13px;
    left: 12px;
    background: #ffffff;
    padding: 0 5px;
}

.inputField {
    border: none;
    color: #1b1b1b;
    z-index: 1;
    position: relative;
    font-size: 22px;
    width: 100%;
    padding: 0;
    background: transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.airport-name {
    display: block;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.swapIcon {
    width: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    background: #ffffff;
    position: relative;
    height: 100%;
}

    .swapIcon::after {
        position: absolute;
        content: "";
        border-left: 1px solid #d7d7d7;
        left: 50%;
        height: 100%;
    }

    .swapIcon span {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #0056D2;
        background: #ffffff;
        z-index: 1;
        padding: 10px;
        padding-left: 0;
    }

.modifySearchBox .swapIcon span {
    padding-left: 10px;
    border:0;
}

.depart-return {
    width: 30%;
    display: flex;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}


.depart {
    width: 50%;
    padding: 0px 15px;
    position: relative;
    height: 100%;
}

.depday, .retday{
    position:absolute;
    bottom:10px;
}



.depart .inputField {
    padding: 10px 0px 20px 0;
}
    .returnlabel {
        position: absolute;
        top: 20px;
        color: #757575;
        font-size: 14px;
        right: 50px;
        z-index: 1;
    }

.clear-returnDate {
    position: absolute;
    right: -2px;
    top: -15px;
    z-index: 1;
}

    .clear-returnDate i {
        color: #ff839d;
        font-size: 20px;
        cursor: pointer;
    }

.return::before {
    position: absolute;
    content: "";
    background: #d7d7d7;
    height: 60%;
    left: 0;
    top: 20%;
    width: 2px;
}

.travelsSec {
    width: 25%;
    display: flex;
    border-radius: 5px;
    align-items: center;
    position: relative;
    padding: 10px 15px;
    background:#ffffff;
}

.serach-Btn {
    margin-left: 5px;
}

.search-Button {
    background: #0068FF;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 40px;
    border: none;
    font-size: 18px;
}

    .search-Button:hover {
        color: #000;
        background: #00000012;
        border-color: black;
    }
.serach-Btn .search-Button:hover img {
    filter: invert(1);
}


/* Passenger Information css start*/
.passenger-Box {
    display: flex;
    width: 300px;
    transition: visibility 0s linear .3s,opacity .3s linear 0s;
    flex-direction: column;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border: 1px solid #f3f3f3;
    border-radius: 15px;
    padding: 15px;
    position: absolute;
    right: 0;
    background: #fff;
    top: 65px;
    z-index: 1021;
}

.passenger {
    justify-content: space-between;
}

.pax-limit {
    display: flex;
    position: relative;
    color: #212529;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
}

    .pax-limit label{
        text-align:left;
    }

    .count {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .count .spinner {
        cursor: pointer;
        width: 30px;
        height: 30px;
        border: 1px solid #e4e4e4;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #DEDEDE;
        font-size: 20px;
        color: #5E5E5E;
    }

.add-bg {
    padding: 8px 15px;
    width: 35px;
    color: #5E5E5E;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'EasetoBookbold';
}

.spinner-Plus {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #e4e4e4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
    color: white;
    font-size: 20px;
    box-shadow: 0px 10px 15px #FF4A5136;
}



.flight-class-type {
    padding-top: 15px;
}

    .flight-class-type .class-type {
        display: flex;
        flex-wrap: wrap;
        margin-top: 7px;
    }

    .flight-class-type .class-type li {
        margin: 5px 0;
        font-size: 14px;
        text-align:left;
    }

        .flight-class-type .class-type label.active {
            font-family: 'EasetoBookbold';
            color: #025cb5;
        }
.class-type label {
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    padding-left: 26px;
    position: relative;
    color: #5e5e5e;
}

    .class-type label input {
        opacity: 0;
        position: absolute;
    }

        .class-type label input[type=radio]:checked ~ span::before {
            border-radius: 100%;
            background: #000;
            content: "";
            display: block;
            height: 12px;
            width: 12px;
            left: 4px;
            position: absolute;
            top: 4px;
        }

        .class-type label input[type=radio]:checked ~ span::after {
            border: 2px solid #000;
        }

        .class-type label input[type=radio] ~ span::after {
            border-radius: 100%;
            border: 2px solid #d7d7d7;
            content: "";
            height: 20px;
            width: 20px;
            left: 0;
            position: absolute;
            top: 0;
        }

.apply {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px 20px;
}

/* Mail info serach engine*/
.mailinfo-engine .from-to {
    width: 100%;
    grid-gap: 15px;
    box-shadow: none;
    border: none;
}

.mailinfo-engine .destin{
    display:flex;
    align-items:center;
}

    .mailinfo-engine .destin .inputField {
        padding: 0;
    }

.mailinfo-engine .depart .inputField{
    padding:0;
}


.mailinfo-engine .from-to .from {
    width: 50%;
}

.mailinfo-engine .depart-return {
    width: 100%;
    margin: 0;
    grid-gap: 15px;
    box-shadow: none;
    border: none;
    margin-top:15px;
}

.mailinfo-engine .label {
    padding: 10px;
}

.mailinfo-engine .return::before{
    display:none;
}

.mailinfo-engine .travelsSec {
    width: 100%;
    border: 1px solid #cccccc;
    margin: 15px 0;
    box-shadow: none;
}

.mailinfo-engine .returnlabel{
    right:0;
    top:10px;
    left:10px;
}

.mailinfo-engine .inputField{
    font-weight:500;
    font-size:15px;
}
.mailinfo-engine .travel-Class {
    color: #787878;
}

.mailinfo-engine .errortext{
    bottom:0;
}
.mailinfo-engine .searchButton {
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
}

.mailinfo-engine #Depart_error.errortext{
    bottom:0;
}




    @media(max-width:1023px) {
        .from-to{
        width:100%;
    }
    .depart-return{
        width:100%;
        margin:10px 0;
        /*height:90px;*/
    }

    .travelsSec, .travelsSec .travelClass {
        width: 100%;
    }
    .serach-Btn{
        margin:0;
        margin-top:15px;

    }

    .serach-Engine {
        flex-direction: column;
    }
}

@media(max-width:791px) {
    .returnlabel {
        font-size: 12px;
        top: 28px !important;
    }
    .passenger-Box{
        width:315px;
    }
    .count {
        margin-bottom: 10px;
    }
}