/* Search Tab section Start*/

.engine .icons {
    position: absolute;
    left: 10px;
    top: 24px;
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: 5px 0 0;
    position: relative;
    grid-gap:10px;
    align-content:center;
}

.trip-type {
    display: flex;
    padding: 0px;
    margin-bottom: 10px;
    position: relative;
}

    .trip-type li {
        margin-right: 15px;
        font-size: 14px;
        padding: 0;
        cursor: pointer;
        text-align: center;
        font-weight: 600;
    }
        

  

    .trip-type label {
        cursor: pointer;
        font-weight: 500;
        line-height: 20px;
        padding:0 10px;
        position: relative;
        color: #6b6b6b;
      padding-left:30px;
    }

        .trip-type label input {
            opacity: 0;
            position: absolute;
        }
.form_bx {
    background: #fff;
    padding: 20px 10px 20px !important;
    border-radius: 10px 10px 10px 10px;
}

            .trip-type label input[type=radio]:checked ~ span::before {
                border-radius: 100%;
                content: "";
                display: block;
                height: 10px;
                width: 10px;
                left: 5px;
                position: absolute;
                top: 5px;
                background: #1e5c63;
            }
.ui-datepicker .start-date a {
    border: 1px solid var(--color-blue);
    background: var(--color-blue);
}
.ui-state-default:hover {
    background: var(--color-blue);
    color: #ffffff;
}


.trip-type label input[type=radio] ~ span::after {
    border-radius: 100%;
    border: 1px solid #1e5c63;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    position: absolute;
    top: 0;
}




.from-to {
    width: 42%;
    display: flex;
    align-items: center;
    position:relative;
    gap:10px;
}
.inputField{
    font-size:16px !important;
}

.from-to .from {
    width: 100%;
    padding: 14px 10px 14px 26px;
    position: relative;
    border: 1px solid rgb(225, 231, 238);
    border-radius: 6px;
    height: 48px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    position: relative;
}
.engine .icons {
    position: absolute;
    top: 12px;
    left: 5px;
    margin: 0;
}

.label-Head {
    position: absolute;
    top: -10px;
    font-size: 13px;
    left: 12px;
    background: #ffffff;
    padding: 0 5px;
}

.inputField {
    border: none;
    color: #262626;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    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: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
    .swapIcon a {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        width: 38px;
        height: 38px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        cursor: pointer;
    }

  

    .swapIcon span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

.depart-return {
    width: 28%;
    display: flex;
    border: solid 1px #c8c8c8;
    background: var(--color-white);
    border-radius: 5px;
    align-items: center;
    height: 48px;
    grid-gap: 10px;
}


.depart {
    width: 50%;
    padding: 0px 15px 0 35px;
    position: relative;
    height: 100%;
    display:flex;
}

.depday, .retday{
    position:absolute;
    bottom:10px;
}

#TotalPax_error {
    position: absolute;
    bottom: -26px;
    color:red;
    font-size:12px;
}

.depart .inputField {
    padding: 10px 0px 10px 0px;
}
.returnlabel {
    position: absolute;
    top: 5px;
    color: #757575;
    font-size: 14px;
    left: 32px;
    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: rgba(0,0,0,0.3);
    height: 60%;
    left: 0;
    top: 20%;
    width: 1px;
}

.travelsSec {
    width: 22%;
    display: flex;
    border: solid 1px #c8c8c8;
    background: var(--color-white);
    border-radius: 5px;
    position: relative;
    padding: 0px 10px 0 35px;
    height: 48px;
}
.swapIcon {
    transform: translate(-65%, -50%);
}
    .travelClass .inputField {
    padding: 8px 5px 8px 0px;
}
.travelClass .icons, .travelsSecOpne .icons {
    width: 16px !important;
}
.serach-Btn {
    text-align:center;
}
.search-Button {
    width: 100%;
    color: #fff;
    border: 0;
    padding: 7px 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 6px;
    background: #f26528;
    margin: 0 0 0 1px;
    cursor: pointer;
    height: 48px;
    min-width: 80px;
    font-family:'Montserrat', sans-serif;
}

    .search-Button:hover {
        color: var(--color-white);
        background: #154d55;
    }


/* 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;
}
.from-to .to-f {
    padding: 10px 10px 10px 50px;
}
.engine .icons_to {
    left: 24px;
}
.srlabel {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 12px;
    color: #7E7979;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
}
.to-f .srlabel {
    left: 22px;
}