/* Search Tab section Start*/




/*new search engine design*/


.form-control:focus {
    box-shadow: 0px 0px 4px 0px #734CA380 !important;
    border-color: #734CA3;
    background: rgba(128, 93, 171, 0.1) !important;
}

.lble-date {
    position: absolute;
    top: 8px;
    left: 20px;
    z-index: 1;
    font-size: 13px !important;
}


#paxCounterVal {
    width: 100%;
    border: none;
    padding-left: 5px;
}

.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 {
        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*/
.flight-Serch {
    position: absolute;
    background: #FFFFFFA8;
    padding: 16px 24px;
    border-radius: 24px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    border: 2px solid #E2E8F0;
    width: 450px;
    right: 0;
    top: 33px;
}

.serach-Engine {
    display: flex;
    margin: 15px 0 0 0;
    position: relative;
    border-radius: 10px;
    gap: 15px;
    flex-direction: column;
}

.trip-type {
    display: flex;
    padding: 0px;
    position: relative;
    margin: auto;
    background: #fff;
    border-radius: 25px;
}

    .trip-type li {
        display: inline-block;
        font-size: 16px;
        padding: 4px 15px;
        border-radius: 30px;
    }

        .trip-type li:first-child {
            margin-left: 0;
        }


    .trip-type label {
        cursor: pointer;
        font-weight: 400;
        padding-left: 24px;
        position: relative;
        color: var(--color-black);
        font-size: 16px;
    }

        .trip-type label input {
            opacity: 0;
            position: absolute;
        }

            .trip-type label input[type=radio]:checked ~ span::before {
                border-radius: 100%;
                background: var(--color-main);
                content: "";
                display: block;
                height: 8px;
                width: 8px;
                left: 4px;
                position: absolute;
                top: 7px;
            }

            .trip-type label input[type=radio]:checked ~ span::after {
                border: 1px solid var(--color-main);
            }

            .trip-type label input[type=radio] ~ span::after {
                border-radius: 100%;
                content: "";
                height: 16px;
                width: 16px;
                left: 0;
                position: absolute;
                top: 3px;
                border: 1px solid #E2E8F0;
            }


.from-to {
    width: 100%;
    border-radius: 10px;
    align-items: center;
    flex: 0 0 auto;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

    .from-to .from {
        width: 100%;
        position: relative;
        flex: 0 0 auto;

    }

.label-Head {
    color: #475569;
    font-size: 16px;
}
.shift-label {
    font-weight: 500;
    color: #817c7c;
    position: absolute;
    left: 22px;
    top: 18px;
    margin: 0px;
    transition: all .2s;
    pointer-events: none;
    font-size: 16px;
    white-space: nowrap;
    z-index:1;
}


.form-control:focus + .shift-label,
.form-control:not(:placeholder-shown) + .shift-label {
    top: 9px;
    left: 22px;
    font-size: 12px;
    color: #626262;
    font-weight: 500;
}
.inputField {
    border: none;
    color: #0F172A;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 0;
    background: transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 25px 15px 5px 20px;
    border-radius: 50px;
    border: 1px solid #E8E8E8;
    background: #ffffff;
}

.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: center;
    position: absolute;
    height: auto;
    background: none;
    right: 44%;
    top: 15px;
}

    /*.swapIcon::after {
        position: absolute;
        content: "";
        border-left: 1px solid #d9d9d9;
        left: 50%;
        height: 85%;
    }*/
    .swapIcon span {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        /* border: 1px solid var(--color-main); */
        background: #fff;
        z-index: 1;
        /* padding: 3px; */
        border: 1px solid #B8B8B8;
    }

.depart-return {
    width: 100%;
    display: flex;
    border-radius: 10px;
    align-items: center;
    gap: 8px;
}

.depart {
    width: 100%;
    position: relative;
    height: 100%;
}

.depday, .retday {
    position: absolute;
    bottom: 10px;
}

#TotalPax_error {
    position: absolute;
    bottom: -26px;
    color: red;
    font-size: 12px;
}

/*.depart .inputField {
    padding: 10px 0px 20px 0;
}*/
.returnlabel {
    position: absolute;
    top: 30px;
    color: #757575;
    font-size: 12px;
    right: 64px;
    z-index: 1;
    line-height: 1.3;
    left: 35px;
}

.clear-returnDate {
    position: absolute;
    right: -2px;
    top: -15px;
    z-index: 1;
}

    .clear-returnDate i {
        color: #805DAB;
        font-size: 20px;
        cursor: pointer;
    }

/*.return::before {
    position: absolute;
    content: "";
    background: #d9d9d9;
    height: 60%;
    left: 0;
    top: 20%;
    width: 2px;
}*/

.travelsSec {
    display: flex;
    border-radius: 46px;
    align-items: center;
    position: relative;
    padding: 0px 15px;
    background: #ffffff;
    grid-gap: 5px;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
}

    .travelsSec .travel-Class {
        font-weight: 500;
        color: #1B1B1B;
        font-size: 16px;
    }



.serach-Btn {
    width: 100%;
}

.search-Button {
    background: #805DAB;
    color: #ffffff;
    border-radius: 31px;
    padding: 15px 40px;
    border: none;
    font-size: 18px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
}



    .search-Button:hover::before {
        top: 0;
    }

    .search-Button:hover {
        color: #fff;
    }

/*.search-Button:hover {
        color: #ffffff;
        background: #2359CF;
    }*/

/* 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-radius: 12px;
    padding: 16px;
    position: absolute;
    right: 0;
    background: #fff;
    top: 45px;
    z-index: 9;
    border: 1px solid #E2E8F0;
}

.passenger {
    justify-content: space-between;
}

.pax-limit {
    display: flex;
    position: relative;
    color: #212529;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
}

.count {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .count .spinner {
        cursor: pointer;
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background: #FAFAFA;
        font-size: 20px;
        color: #0F172A;
        border: 1px solid var(--Fills-Primary, #78787833);
    }

.add-bg {
    padding: 8px 15px;
    width: 35px;
    color: #0F172A;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
}

.spinner-Plus {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #0F172A;
    font-size: 20px;
    background: #FAFAFA;
    border: 1px solid var(--Fills-Primary, #78787833);
}


.flight-class-type {
    margin-top: 18px;
}

    .flight-class-type .class-type li {
        font-size: 14px;
        text-align: left;
        list-style: none;
        margin-bottom: 5px;
    }

        .flight-class-type .class-type li:last-child {
            margin-bottom: 0px;
        }



.class-type label {
    cursor: pointer;
    font-weight: 400;
    position: relative;
    color: #475569;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding-left: 24px;
    font-size: 16px;
}


    .class-type label input {
        opacity: 0;
        position: absolute;
    }

        .class-type label input[type=radio]:checked ~ span::before {
            border-radius: 100%;
            background: #805DAB;
            content: "";
            display: block;
            height: 8px;
            width: 8px;
            left: 4px;
            position: absolute;
            top: 6px;
        }

        .class-type label input[type=radio]:checked ~ span::after {
            border: 1px solid #805DAB;
        }

        .class-type label input[type=radio] ~ span::after {
            border-radius: 100%;
            border: 2px solid #d7d7d7;
            content: "";
            height: 16px;
            width: 16px;
            left: 0;
            position: absolute;
            top: 2px;
        }

.apply {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px 20px;
}

.passenger-Box .pax-limit label {
    font-size: 16px;
    font-weight: 400;
    color: #475569;
}

    .passenger-Box .pax-limit label span {
        color: #6E6D7A;
        font-weight: 400;
        font-size: 12px;
    }



.flight-class-type .class-head {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

/*.flight-class-type .class-type {
    column-count: 2;
}*/

/*.flight-class-type .class-type .active {
        background: #805DAB;
        color: white;
        border-color: #805DAB;
    }*/

.flight-class-type {
    margin-top: 20px;
}

/* Mail info serach engine*/
.from-to .from img, .depart-return .label img {
    position: absolute;
    left: 10px;
    top: 24px;
}

.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;
}

.travelsSec {
    position: relative;
}


@media(max-width:1199px) {

    .flight-Serch {
        top: -225px;
    }
}







@media(max-width:992px) {

    .swapIcon {
        position: absolute;
        height: auto;
        background: none;
        right: 17px;
        top: 41px;
    }

        .swapIcon span {
            width: 30px;
            height: 30px;
        }

            .swapIcon span img {
                transform: rotate(90deg);
            }

    .flight-Serch {
        width: 100%;
        position: unset;
        padding: 16px;
    }


    .travelsSec .bi-chevron-down {
        position: absolute;
        right: 10px;
    }


    .returnlabel {
        right: 31px;
    }

    .search-Button {
        padding: 8px 20px;
    }
}


@media(max-width:991px) {


    .serach-Engine {
        flex-direction: column;
        padding: 0;
    }

    .from-to, .depart-return, .depart-return, .serach-Btn {
        margin-left: 0;
        width: 100%;
    }

    .travelsSec {
        width: 36%;
    }

    .trip-type label {
        padding-left: 28px;
    }

    .search-Button {
        padding: 14px 20px;
    }

    .travelsSec {
        width: 100%;
        border: 1px solid #d9d9d9;
        padding-bottom: 2px;
        padding-left: 11px;
    }



    .travelClass .inputField {
        padding-left: 10px !important;
    }


    .passenger-Box {
        width: auto;
    }
}


@media(max-width:768px) {


    .class-type label, .label-Head, .trip-type label {
        font-size: 14px;
    }

    .passenger-Box .pax-limit label {
        font-size: 14px;
    }

        .passenger-Box .pax-limit label span {
            font-size: 10px;
        }

    #ui-id-1, #ui-id-2 {
        width: 90% !important;
        left: 21px !important;
    }


    .from-to {
        border: none;
        flex-direction: column;
        gap: 15px;
    }



}

@media(max-width:576px) {


    .inputField {
        font-size: 14px;
    }

    .travelsSec .travel-Class {
        font-size: 14px;
    }
}


@media(max-width:480px) {

    .inputField {
        font-size: 14px;
    }

    .returnlabel {
        right: 0px;
    }
}


@media(max-width:380px) {
    .travelsSec .travel-Class {
        max-width: 117px;
    }
}

@media(max-width:350px) {
    .travelsSec .travel-Class {
        max-width: 106px;
    }
}
