/* Search Tab section Start*/

.inputDestination .errortext {
    left: 50px;
}

.engine .icons {
    position: absolute;
    left: 13px;
    top: 26px;
    width: 20px;
}

.modifySearchBox .icons {
    top: 11px;
}

.modifySearchBox .inputDestination .icons {
    left: 15px !important;
}

.listing_cal_icon {
    width: 20px;
}

.tabs_container {
    gap: 15px;
}

    .tabs_container li {
        display: flex;
        align-items: center;
    }

        .tabs_container li button svg {
            height: 25px;
            width: auto;
            fill: var(--color-darkBlue);
        }

    .tabs_container .nav-link.active, .nav-pills .show > .nav-link {
        box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
        background-color: var(--color-white);
        color: var(--color-darkBlue) !important;
        opacity: 1;
    }

        .tabs_container .nav-link.active svg {
            fill: var(--color-darkBlue);
            opacity: 1;
            height: 30px;
        }

    .tabs_container li button svg {
        height: 25px;
        width: auto;
        fill: var(--color-darkBlue);
    }

.tabs_hero {
    width: 85%;
    margin: auto;
    background-color: var(--color-white);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    border-radius: 50px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.tab_content {
    width: 75%;
    margin: auto;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    padding: 80px 20px;
    border-radius: 5px;
    margin-top: -35px;
    z-index: -1;
    background-color: var(--color-white);
}

.tabs_container li button {
    color: var(--color-black) !important;
    padding: 10px 20px;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    font-weight: 600;
    border-radius: 50px !important;
}

    .tabs_container li button svg {
        fill: var(--color-black);
    }

.icon_arrow {
    background-color: var(--color-light);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--color-black);
    padding: 7px;
}
/* Search Tab section End*/

/* Serach Section Start*/

.serch-top {
    display: flex;
}

.flight-Serch {
    position: relative;
}

.serach-Engine {
    display: flex;
    margin: 15px 0 0;
    position: relative;
    grid-gap: 15px;
    flex-direction: column;
}

.trip-type {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    max-width: 287px;
    justify-content: center;
}

    .trip-type li {
        display: inline-block;
        font-size: 16px;
        padding: 10px 18px;
        background: #fff;
        border-radius: 5px;
    }

        .trip-type li.active {
            background-color: #212121;
            border-radius: 5px;
        }

    .trip-type .active label {
        color: var(--color-white);
    }

    .trip-type label {
        cursor: pointer;
        font-weight: 400;
        line-height: 22px;
        position: relative;
        color: #6b6b6b;
    }

        .trip-type label input {
            opacity: 0;
            position: absolute;
        }

/*.trip-type label input[type=radio]:checked ~ span::before {
                border-radius: 3px;
                background: var(--color-blue);
                content: "";
                display: block;
                height: 10px;
                width: 10px;
                left: 5px;
                position: absolute;
                top: 5px;
            }

            .trip-type label input[type=radio]:checked ~ span::after {
                border: 2px solid var(--color-blue);
            }

            .trip-type label input[type=radio] ~ span::after {
                border-radius: 5px;
                border: 2px solid #cecece;
                content: "";
                height: 20px;
                width: 20px;
                left: 0;
                position: absolute;
                top: 0;
            }*/




.from-to {
    width: 100%;
    display: flex;
    align-items: center;
}

    .from-to .from {
        padding: 10px 15px 10px 45px;
        position: relative;
        border: 1px solid rgb(9, 108, 170);
        background: var(--color-white);
        border-radius: 5px;
        width: 100%;
    }

.label-Head {
    position: absolute;
    top: -10px;
    font-size: 13px;
    left: 12px;
    background: #ffffff;
    padding: 0 5px;
}

.inputField {
    border: none;
    color: #001535;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 0;
    background: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 5px;
    font-family: 'Archivo', sans-serif;
}

.airport-name {
    display: block;
    font-size: 14px;
    color: #787878;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.swapIcon {
    width: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    position: relative;
    height: 100%;
}




    .swapIcon::after {
        position: absolute;
        content: "";
        border-left: 2px dashed #d7d7d7;
        left: 50%;
        height: 75%;
    }
    .swapIcon span {
        width: 35px;
        height: 35px;
        position: absolute;
        z-index: 1;
        text-align: center;
        line-height: 1.8;
        box-shadow: rgb(217, 217, 217) 1px 1px 1px;
        cursor: pointer;
        top: 50%;
        left: 4px;
        border-radius: 5px;
        transform: translate(-50%, -50%);
        background: #fff;
        border: 1px solid #000;
        padding: 4px;
    }

.depart-return {
    width: 100%;
    display: flex;
    border: 1px solid rgb(9, 108, 170);
    background: var(--color-white);
    border-radius: 5px;
    align-items: center;
}


.depart {
    width: 50%;
    padding: 0px 15px 0 35px;
    position: relative;
    height: 100%;
    padding: 10px 15px 10px 45px;
    position: relative;
    background: var(--color-white);
    border-radius: 5px;
    width: 100%;
}

.depday, .retday {
    position: absolute;
    bottom: 10px;
}

#TotalPax_error {
    position: absolute;
    bottom: -26px;
    color: red;
    font-size: 12px;
}

.depart .inputField {

}

.returnlabel {
    position: absolute;
    top: 32px;
    color: #757575;
    font-size: 14px;
    left: 45px;
    z-index: 1;
}

.clear-returnDate {
    position: absolute;
    right: -2px;
    top: -15px;
    z-index: 1;
}

    .clear-returnDate i {
        color: #40bfe2;
        font-size: 20px;
        cursor: pointer;
    }

.return::before {
    position: absolute;
    content: "";
    background: #c5c5bf;
    height: 72%;
    left: 0;
    top: 16%;
    width: 1px;
}

.travelsSec {
    width: 100%;
    display: flex;
    border: 1px solid rgb(9, 108, 170);
    background: var(--color-white);
    border-radius: 5px;
    position: relative;
    padding: 10px 10px 10px 42px;
    align-items: center;
}

.travelClass .inputField {

}

.travelClass .icons, .travelsSecOpne .icons {
    width: 16px !important;
}

.serach-Btn {
    text-align: center;
}

.search-Button {
    padding: 8px 20px;
    background-color: #FF9D00;
    color: var(--color-white);
    position: relative;
    font-weight: 500;
    width: 100%;
    height: 50px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-transform: uppercase;
    background: #212121;
}

    .search-Button:hover {
        color: var(--color-white);
    }


/* Passenger Information css start*/

.passenger-Box {
    display: flex;
    width: 380px;
    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: 5px;
    padding: 15px;
    position: absolute;
    right: 0;
    background: #fff;
    top: 45px;
    z-index: 9;
}

.passenger {
    justify-content: space-between;
}

.pax-limit {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #212529;
}

.count {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .count .spinner {
        cursor: pointer;
        width: 36px;
        height: 28px;
        border: 1px solid #e4e4e4;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.add-bg {
    background-color: #e4e4e4;
    padding: 8px 15px;
    width: 35px;
    color: #333;
    opacity: .6;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.spinner-Plus {
    cursor: pointer;
    width: 36px;
    height: 28px;
    border: 1px solid #e4e4e4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



.flight-class-type {
    padding-top: 25px;
}

    .flight-class-type .class-type li {
        margin: 10px 0;
        font-size: 14px;
        text-align: left;
    }

    .flight-class-type .class-type label.active {
        font-weight: 600;
        color: var(--color-blue);
    }

.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: var(--color-blue);
            content: "";
            display: block;
            height: 8px;
            width: 8px;
            left: 6px;
            position: absolute;
            top: 6px;
        }

        .class-type label input[type=radio]:checked ~ span::after {
            border: 2px solid var(--color-blue);
        }

        .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;
}

.depart .icons, .inputDepart .icons, .inputReturn .icons {
    width: 17px !important;
}

.depart .icons {
    width: 17px !important;
}

.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;
}


/*new css search engine*/

.from-to .inputDestination{
    padding-left:50px;
}

.engine .inputDestination .icons{
    left:23px;
}

.depart .icons img {
    width: 25px !important;
    height: 25px !important;
}


@media screen and (max-width: 1024px) {

    .returnlabel {
        left: 46px;
        font-size: 12px;
    }

    .inputField{
        font-size:12px;
    }
}



    /*end*/