/*searchWidget*/
.searchWidget .flexDiv form {
    display: flex;
    justify-content: space-between;
   
    flex-wrap: wrap;
}

.searchWidget .tabDiv li {
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.searchWidget .tabDiv li a {
    background-color: var(--flight);
    color: #fff;
    display: block;
    padding: 14px 30px;
}
    .searchWidget .tabDiv li.active a {
        background-color: #fff;
        color: var(--flight);
    }
    .searchWidget .tabDiv li.holidays a {
        background-color: var(--flight);
    }
    .searchWidget .tabDiv li.flight.active a {
        background-color: #fff;
        color: var(--flight);
    }
    .searchWidget .tabDiv li.holidays a {
        background-color: var(--holiday);
    }
    .searchWidget .tabDiv li.hotels a {
        background-color: var(--hotel);
    }
    .searchWidget .tabDiv li.excursion a {
        background-color: var(--excursions);
    }
    .searchWidget .tabDiv li.cruises a { 
        background-color: var(--cruise);
    }
    .searchWidget .tabDiv li.carHire a {
        background-color: #0068dc;
        color: #fff;
    }
    .searchWidget .tabDiv li.carHire.active a {
        background-color: #fff;
        color: #0068dc;
    }
._trip{
    width:100%;
    display: flex;
    margin-bottom: 15px
}
._trip p:nth-child(2){
    margin: 0 23px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 16px;
}
[type="radio"]:checked + label{
    color:var(--flight);
}
    [type="radio"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 4px;
        top: 4px;
        width: 12px;
        height: 12px;
        border: 1px solid #958e8e;
        border-radius: 100%;
        background: #fff;
    }
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--flight);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.searchWidget{padding:0px 0;
    position: relative;
}
.searchWidget .flexDiv {
    display: flex;
    justify-content: space-between;
    padding: 18px 30px 30px;
    background: #fff;
    flex-wrap: wrap;
}
.searchWidget .fieldBlock{width:19%; position: relative;}
    .searchWidget .travellers.fieldBlock {
        width:22%;
    }
    .labelText {
        position: absolute;
        left: 50px;
        top: 10px;
        font-size: 12px;
        color: #4b4b4b;
        font-weight: 600;
    }
.searchWidget input {
    width: 100%;
    border: solid 1px var(--flight);
    padding: 16px 14px 0px 48px;
    font-size: 14px;
    color: var(--footerBlueDark);
    font-weight: 500;
    height: 56px;
    position: relative;
    z-index: 2;
}
    .searchWidget input::placeholder {
        color: var(--footerBlueDark);
        opacity: 1;
    }
.searchWidget .departure input,
.searchWidget .arrived input{background: url(../images/destination.png) 15px center no-repeat; }
.searchWidget .date input{background: url(../images/calender.png) 15px center no-repeat; }
.searchWidget .travellers input#txtPassengers {
    background: url(../images/traveller.png) 15px center no-repeat;
}
.searchWidget ._flightbtn button {
    color: #fff;
    background-color: var(--flight);
    padding: 6px 15px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    width: 18%;
    font-weight: 600;
}
.searchWidget .errorMsg {
    position: absolute;
    color: red;
    bottom: -16px;
    left: 0;
    width: 125%;
}
.searchWidget .arrived #spnDestErrMsg.errorMsg.active{
    color:green;
}
/*searchWidget End*/
/*----------------Flight Search-Start--------------*/
.searchWidget ._fseacch button {
    width: 100%;
    height: 100%;
}
 
    .searchWidget ._fseacch button:disabled {
        font-size: 14px;
    }
    .clearIcon {
        display: block;
        position: absolute;
        top: -6px;
        right: -2px;
        z-index: 3;
    }
._fseacch {
    display: flex;
    justify-content: space-between;
}
    ._fseacch ._serachFlight{
        width:85%;
        display:flex;
        justify-content:space-between;
    }
        ._fseacch ._flightbtn{
            width:14%;
        }
    ._fseacch .searchWidget .flexDiv {
        padding: 18px 30px 30px;
        background: #fff;
    }
._location {
    width: 42%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.625rem;
}
    ._location .fieldBlock {
        width: 100%;
        position: relative;
    }
._datediv {
    width: 34%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.625rem;
}
    ._datediv .date {
        width: 100%;
        position: relative;
    }
    ._fseacch .searchWidget .fieldBlock {
        width: 19%;
        position: relative;
    }

    ._fseacch .searchWidget .travellers.fieldBlock {
        width: 22%;
    }
.pasenger-popup {
    padding: 0.75rem 1.2rem;
    width: 23.875rem;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    box-shadow: 0px 2px 0.75rem rgba(12, 14, 28, 0.29);
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    inset-block-start: 100%;
    z-index: 2;
    display: none;
    border: 1px solid lightgray;
}
    .pasenger-popup.active{
        display:block;
    }
    .pasenger-popup h2 {
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
        border-bottom: 1px solid lightgray;
        padding-bottom: 14px;
        padding-top: 10px;
    }
    .pasenger-popup .divPassenger {
        padding-top: 0.413rem;
        justify-content: space-between;
        align-items: center;
        display: grid;
        grid-template-columns: 188px auto;
    }
        .pasenger-popup .divPassenger .divPassengerType {
            width: 100%;
        }
        .pasenger-popup .divPassenger .divPassengerCount {
            display: flex;
            justify-content: flex-end;
        }
        .pasenger-popup .divPassenger .divPassengerType p {
            display: inline-block;
            font-size: 0.795rem;
            color: #191E3B;
            padding-right: 5px;
        }
            .pasenger-popup .divPassenger .divPassengerType p + span {
                font-size: 0.675rem;
                padding-top: 0.125rem;
                color:#000;
            }
        .pasenger-popup .divPassenger .divPassengerCount .Add_Less_Passenger {
            display: flex;
            align-items: center;
        }
        .pasenger-popup .divPassenger .divPassengerCount .PassengerCount {
            width: 29px;
            text-align: center;
        }
        .pasenger-popup .divPassenger .divPassengerCount .MinusPassengerBox, .pasenger-popup .divPassenger .divPassengerCount .PlusPassengerBox {
            align-items: center;
            background: #ebecf0;
            display: flex;
            justify-content: center;
            cursor: pointer;
            font-size: 1.325rem;
            border-color: transparent;
            border-radius: 0.3rem;
            width: 26px;
            line-height: 100%;
            border:none;
            padding:0;
            color:#333;
            height:26px;
        }
.PassengerCount input {
    font-weight: 500;
    pointer-events: none;
    background: transparent;
    color: #191E3B;
    font-size: 13px;
    inline-size: 1.5rem;
    line-height: 1.125rem;
    text-align: center;
    border: none;
    width: 100%;
    height:auto;
    padding:4px;
}
.pasenger-popup .divPassenger .divPassengerCount .PlusPassengerBox {
    background-color: var(--flight);
    color: #fff!important;
}
.divClassTypePanel {
    margin-top: 7px;
    padding-top: 10px;
}
    .divClassTypePanel h2 {
        margin-bottom: 20px
    }
.pnlInner{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
    .pnlInner .selectpassenger {
        width: 48%;
        margin-bottom: 15px;
        border: 1px solid lightgray;
        padding: 11px;
        text-align: center;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 500;
        cursor:pointer;
    }
        .pnlInner .selectpassenger.active {
            color: #fff;
            background-color: #6721a4;
            border: 1px solid #6721a4;
        }
        .pnlInner .selectpassenger.active span {
            color: #fff;
           
        }
        .pnlInner .selectpassenger span{
            color:#000;
        }
        .hotelguestdrop .btsy {
            margin: 0;
        }
.btsy {
    text-align: right;
    margin: 11px 0px 20px;
}
    .btsy .g-orange {
        color: #fff;
        background-color: var(--flight);
        padding: 11px 43px;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 600;
    }
/*----------------Flight Search-end--------------*/
@media only screen and (max-width:1194px) {
    .labelText {
        font-size: 11px;
    }
    .pasenger-popup {
        width: 21.4rem;
       
    }
}

    @media only screen and (max-width:1024px) {
        .searchWidget .tabDiv li a {
            padding: 14px 22px !important;
        }

        .searchWidget input {
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .labelText {
            font-size: 10px;
        }

        .pasenger-popup.active {
            right: 0;
        }

        .lightpick--2-columns {
            left: 15px !important;
        }

        .searchWidget .errorMsg {
            top: 53px;
            bottom: auto;
        }

        .searchWidget ._fseacch button:disabled {
            font-size: 14px;
        }
    }

    @media only screen and (max-width:991px) {
        ._fseacch {
            flex-wrap: wrap;
        }

            ._fseacch ._serachFlight {
                width: 100%;
            }

            ._fseacch ._flightbtn {
                width: 20%;
                margin-top: 20px;
            }

        .searchWidget input {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .searchWidget ._fseacch button:disabled {
            font-size: 14px;
        }
        .lightpick--2-columns {
            left: 15px !important;
            right: 15px;
        }
    }

@media only screen and (max-width:768px) {

    .lightpick--2-columns {
        left: 15px !important;
        right: 15px;
    }
}
