.searchWidget{box-shadow: 0 0 3.563rem rgba(0,0,0,.2); border-radius: 0.5rem; background: #fff; padding-bottom: 1.25rem;} 
.tabsWrapper{background-color: #eef2f6; padding-left: 1.875rem; padding-right: 1.875rem; border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; border-bottom:solid 0.125rem #d0d0d0; display:none !important;}
.tabsWrapper ul{display: flex;}
.tabsWrapper ul li{font-size: 1.125rem; color:#272727; position: relative;}
    .tabsWrapper ul li.active::after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -0.125rem;
        left: 0;
        height: 0.125rem;
        background-color: var(--blueTwo);
    }
.tabsWrapper ul li a {
    font-weight: 500;
    color: #272727;
    padding: 0.625rem 1.25rem 0.625rem 2.938rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
._coach{
    padding-top:4px;
    position:relative;
}
    ._coach .divClassTypePanel {
        border-radius: 8px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0 0 18px rgba(0,0,0,.2);
        max-height: 15rem;
        overflow-y: auto;
        min-width: 158px;
        margin: 0;
        padding: 0;
        display:none;
    }
    ._coach .divClassTypePanel.active{
        display:block;
    }
    ._coach .divClassTypePanel .selectpassenger {
        padding: 10px 12px;
        cursor: pointer;
        font-size: .8rem;
        font-weight: 600;
    }
    ._coach .divClassTypePanel .selectpassenger:hover {
        background-color: #fff5f2;
    }
    ._coach .divClassTypePanel .selectpassenger.active {
        background-color: #e3e3e3;
        color: var(--blueTwo);
        position: relative;
    }
    ._coach .divClassTypePanel .selectpassenger.active:after {
        content: "";
        height: 11px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 6px;
        border-left-color: var(--blueTwo);
        border-bottom: 2px solid var(--blueTwo);
        border-right: 2px solid var(--blueTwo);
        border-top-color: var(--blueTwo);
    }
    ._coach #txtClassType {
        background-color: transparent;
        border: none;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        padding: 2px 29px 2px 10px;
        position: relative;
    }
                    ._coach #txtClassType:after {
                        border-bottom: 2px solid #fff;
                        border-right: 2px solid #fff;
                        content: "";
                        display: block;
                        height: 6px;
                        pointer-events: none;
                        position: absolute;
                        right: 8px;
                        top: 48%;
                        transform: translateY(-65%) rotate(45deg);
                        width: 6px;
                    }

    .tabsWrapper ul li a img {
        max-width: 1.188rem;
        height: 100%;
    }
.tabsWrapper ul li.flt a {
    background: url(../images/flightBlack.png) 1.25rem 0.813rem no-repeat;
    background-size: 1.063rem;
}
.tabsWrapper ul li.flt.active a {
    background: url(../images/flightBlue.png) 1.25rem 0.813rem no-repeat;
    background-size: 1.063rem;
}
.tabsWrapper ul li.curs a {
    background: url(../images/cruiseBlack.png)  0.6rem 9.6px no-repeat;
    background-size: 1.5rem;
}

.tabsWrapper ul li.curs.active a {
    background: url(../images/cruiseBlack.png)  0.6rem 9.6px no-repeat;
    background-size: 1.5rem;
}

.tabsWrapper ul li.hotl a {
    background: url(../images/hotelBlack.png) 1.25rem 1.125rem no-repeat;
    background-size: 1.188rem;
}
.tabsWrapper ul li.hotl.active a {
    background: url(../images/hotelBlue.png) 1.25rem 1.125rem no-repeat;
    background-size: 1.188rem;
}

.tabsWrapper ul li.active a {
    color: var(--blueTwo);
    font-weight: 600;
}

.widgetForm {
    display: block;
    padding: 0 1.875rem 0rem 1.875rem;
}
.tripCoach {
    display: flex;
    justify-content: center;
    background: var(--blueTwo);
    width: 466px;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    margin: auto;
    position:relative;
}
    .tripCoach:after{
        content:"";
        position:absolute;
        bottom:6px;
        background:#fff;
        width:75%;
        height:1px;
    }
    .tripCoach .customRadio {
        padding-right: 1.25rem;
    }
.customRadio{display: flex; align-items: center;}
.customRadio input{width: 0.938rem; height: 0.938rem;}
.customRadio label{font-weight:400; color: #fff; font-size: 0.938rem; padding-left: 0.375rem; cursor: pointer;}
.searchWrap{display: flex;  margin-top: 2rem;}
.locationDiv {
    width: 50%;
    gap: 0.625rem;
}
.widgetInput {
    border-right: 0.063rem solid #737373;
   /* border-radius: 0.188rem;*/
    font-size: .875rem;
    font-weight: 700;
    position: relative;
    width: 100%;
}
.txtPassengers .widgetInput {
    border: none;
}
.widgetInput .widgetheadtext {
    position: absolute;
    top: 4px;
    left: 35px;
    color: #000;
    font-weight: 400;
    font-size:13px;
}
    .widgetInput .inputField {
        font-size: .875rem;
        font-weight: 600;
        padding: 1rem 1rem 1rem 2.2rem;
        border: none;
        width: 100%;
        min-height: 4.2rem;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }
.locationDiv .inputField {   
    background: url(../images/locationIco.png) 0.75rem 0.375rem no-repeat;  
    background-size: 0.875rem;
}
.widgetInput .inputField::-webkit-input-placeholder {
    font-size: 0.95rem;
    font-weight: 400;
}

.widgetInput .inputField:-ms-input-placeholder {
    font-size: 0.95rem;
    font-weight: 400;
}

.widgetInput .inputField::placeholder {
    font-size: 0.95rem;
    font-weight: 400;
}
.clearIcon {
    position: absolute;
    top: 0.625rem;
    right: 1.75rem;
    max-width: 0.875rem;
    display: inline-block;
    z-index: 1;
}

.locationDiv .widgetInput .spanCity {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%;
    bottom: 6px;
    left: 0;
    padding-left: 35px;
    padding-right: 20px;
    display: inline-block;
    font-weight: 400;
    color: #737373;
}
.selectedDiv #txtDepartDate_YYYY, .selectedDiv #txtReturnDate_YYYY {
    font-weight: 500;
    color: var(--blueTwo);
    font-size: 0.9rem;
}
.widgetInput .inputField.ui-autocomplete-input {
    font-size: 0.9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
span.spanCity:empty::before {
    
    display: inline-block;
}

/*span.spanCity:empty:focus::before {
    content: 'Start typing';
}*/
.locationDiv .widgetInput .spanCity#spanDestCityName {
    padding-left: 48px;
}
   
    .travellerFiled .inputField#txtPassengers::placeholder, .travellerFiled .inputField#txtPassengers:-ms-input-placeholder,
    .travellerFiled .inputField#txtPassengers::-webkit-input-placeholder {
        font-size: 0;
    }
.travellerFiled .inputField#txtPassengers{
    font-size:0;
}
.swapIcon {
    position: absolute;
    right: -0.9rem;
    top: 55%;
    background: #fff;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    border: solid 0.063rem grey;
    text-align: center;
    margin-top: -0.938rem;
    padding-top: 0.2rem;
    z-index: 1;
    cursor: pointer;
}
.swapIcon img {
    width: 0.8rem;
}

.widgetInput.whereInput .inputField {
    padding-left: 3rem;
    background-position: 1.375rem 0.375rem;
}
.widgetInput.whereInput .widgetheadtext {
    padding-left: 13px;
}
.calendarFiled {
    width: 30%;
    gap: 0.625rem;
}

.calendarFiled .inputField {    
    background: url(../images/calender.png) 0.75rem 0.375rem no-repeat;
    background-size:1.125rem;    
    padding-left:2.5rem;
}
    .calendarFiled .widgetInput .widgetheadtext {
        left: 40px
    }
    .calendarFiled .widgetInput .selectedDiv {
        padding-left: 2.588rem;
    }
    .selectedDiv {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 2.288rem;
        height: 100%;
        padding-top: 0.488rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 4px;
    }
.selectedTextOne {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--blueTwo);
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.selectedTextTwo {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--blueTwo);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calendarFiled .inputField#txtDepartDate, .calendarFiled .inputField#txtReturnDate {
    font-size: 0;
    padding-top: 26px;
}

    .calendarFiled .inputField#txtDepartDate::-webkit-input-placeholder, .calendarFiled .inputField#txtReturnDate::-webkit-input-placeholder {
        padding-top: 0px !important;
    }

    .travellerFiled {
        width: 20%;
        position: relative;
    }
.travellerFiled .pasenger-popup {
    padding: 0.75rem 1.2rem;
    width: auto;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    box-shadow: 0px 2px 0.75rem rgba(12, 14, 28, 0.13);
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    inset-block-start: 100%;
    display: none;
    left: -86px;
    z-index:2;
}
.travellerFiled .pasenger-popup.active{
    display:block;
}
.divPassengerPanel h2 {
    font-size: 16px;
    display: none;
}
.divPassengerPanel .divPassenger {
    padding-top: 0.413rem;
    justify-content: space-between;
    align-items: center;
    display: grid;
    grid-template-columns: 188px auto;
}
.divPassengerCount .PassengerCount {
    width: 55px;
    text-align: center;
}
.divPassengerPanel .divPassenger .divPassengerType {
    width:100%;
}
    .divPassengerPanel .divPassenger .divPassengerType p {
        display: inline-block;
        font-size: 0.795rem;
        color: #191E3B;
        padding-right: 5px;
    }
            .divPassengerPanel .divPassenger .divPassengerType p + span {
                font-size: 0.675rem;
                padding-top: 0.125rem;
            }
            .divPassengerPanel .divPassenger .divPassengerCount {                
                display: flex;
                justify-content:flex-end;
            }
                .divPassengerPanel .divPassenger .divPassengerCount .Add_Less_Passenger {
                    display: flex;
                    align-items: center;
                }
                .divPassengerPanel .divPassenger .divPassengerCount .MinusPassengerBox,
                .divPassengerPanel .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%; 
                }
                .divPassengerPanel .divPassenger .divPassengerCount .PlusPassengerBox {
                    background-color: var(--footerBg);
                    color: #fff;
                }
.PassengerCount input {
    font-weight: 600;
    pointer-events: none;
    background: transparent;
    color: #191E3B;
    font-size: 1rem;
    inline-size: 1.5rem;
    line-height: 1.125rem;
    text-align: center;
    border: none;
    width:100%;
}


.pasenger-popup .btsy {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid lightgray;
    text-align: right;
}
    .pasenger-popup .btsy a {
        color: #fff;
        cursor: pointer;
        padding: 7px 27px;
        font-weight: 500;
        background-color: var(--blueTwo);
        border-radius: 0.313rem;
    }
.lightpick__days .lightpick__day.is-in-range:hover {
    cursor: pointer !important;
}
.lightpick__days .lightpick__day.is-available.is-in-range:hover, .lightpick__day.is-available:hover {
    cursor: pointer !important;
}
.pasenger-popup .btsy a:hover {
    background: var(--blueHover);
}
        .pasenger-popup .btsy a:before {
            content: '\2713';
            display: inline-block;
            color: var(--blueTwo);
            padding: 0 6px 0 0;
            font-weight: 500;
            display: none;
        }
        .travellerFiled .inputField {
            background: url(../images/travellerIco.png) 0.75rem 0.375rem no-repeat;
            background-size: 0.875rem;
        }
.searchBtn {
    width: 180px;
    margin: auto;
    margin-top: 25px;
}
.widgetForm .searchBtnlisting {
    margin-top: 12px;
}
.searchBtn button {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 0.313rem;
    border: none;
    /* line-height: 1.875rem; */
    padding: 0.525rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.optionsFilter{padding-top:1.25rem;}
.optionsFilter .col3{display: flex; }
.optionsFilter .colOne{min-width:11.563rem; padding-right: 2.813rem;}
.optionsFilter .colOne input {
    background: url(../images/searchIco.png) 0 0.063rem no-repeat;
    background-size: 0.875rem;
    border: none;
    border-bottom: 0.063rem solid #9da1ae;
    padding: 0 0.313rem 0.5rem 1.313rem;
    color:var(--blueOne);
}
.optionsFilter .colOne input::-webkit-input-placeholder { background-size: 0.875rem; font-weight: 400; color:var(--blueOne);}
.optionsFilter .colOne input:-ms-input-placeholder { background-size: 0.875rem;  font-weight: 400;color: var(--blueOne);}
.optionsFilter .colOne input::placeholder { background-size: 0.875rem; font-weight: 400; color: var(--blueOne);}
.optionsFilter .colOne input:focus::placeholder {color: transparent; }
.optionsFilter .colTwo{display: flex;}
.optionsFilter .colTwo .customRadio{padding-right: 2.5rem;}
.optionsFilter .customRadio label {
    font-weight: 500;
    color: var(--blueOne);
    font-size: 0.75rem; 
    cursor: pointer;
}
@media (max-width:1032px) {
    .lightpick--2-columns {
        left: 15px !important;
        
    }
    .travellerFiled .pasenger-popup {
        left: -156px;
    }
}

    @media (max-width:991px) {
        .travellerFiled .pasenger-popup {
            left: -56px;
        }
        #formFlightSearchEngine .searchWrap {
            flex-wrap: wrap;
            gap: 0;
            row-gap: 0;
            justify-content: space-between;
        }

            #formFlightSearchEngine .searchWrap .locationDiv {
                width: 100%;
                margin-bottom: 19px;
                padding-bottom:10px;
            }

            #formFlightSearchEngine .searchWrap .calendarFiled {
                width: 49.5%;
            }

        .listingSearchWidget #formFlightSearchEngine .searchWrap .calendarFiled {
            width: 70%;
        }

        #formFlightSearchEngine .searchWrap .travellerFiled {
            width: 48%;
        }

        #formFlightSearchEngine .searchWrap .searchBtn {
            width: 27.5%;
        }

        #formFlightSearchEngine .calendarFiled, #formFlightSearchEngine .locationDiv {
            gap: 0;
        }

            #formFlightSearchEngine .calendarFiled .searchSec {
                margin-right: 0.425rem;
            }

            #formFlightSearchEngine .locationDiv .searchSec {
                margin-right: 0.425rem;
            }

                #formFlightSearchEngine .calendarFiled .searchSec.roundTripDate,
                #formFlightSearchEngine .locationDiv .searchSec.whereInput {
                    margin-right: 0;
                }

        .lightpick {
            left: 23px !important;
        }

        .optionsFilter .colTwo .customRadio {
            padding-right: 1.5rem;
        }

        .divPassengerPanel .divPassenger .divPassengerCount .MinusPassengerBox,
        .divPassengerPanel .divPassenger .divPassengerCount .PlusPassengerBox {
            font-weight: 600;
        }

        .lightpick--2-columns {
            left: 15px !important;
            right: 15px;
        }
    }


