.hide {
    display: none;
}

.show {
    display: block;
}

.sec_eng {background: url(../images/main-banner.jpg) no-repeat center;background-color: #113888;min-height: 500px;display: flex;align-items: center;background-size: cover;}
.sec_eng .engHead {display: block;text-align: center;margin-top: -100px;margin-bottom: 15px;}
.sec_eng .engHead img {width: 25vw;}
.eng_top {display: flex;margin-bottom: 10px;line-height: 20px;}
.eng_top .radio_full {padding: 0;display: inline-block;border-right: 1px solid #ffffff;margin-right: 20px;}
.eng_top .radio_full label {color: #ffffff;cursor: pointer;margin-right: 20px;font-weight: 400;letter-spacing: 0.6px;font-size: 14px;display: inline-flex;align-items: center;}
.eng_top .radio_full .rbtn1[type='radio'] {display: none;}
.eng_top .radio_full .rbtn1[type='radio'] + label::before {content: "";width: 18px;height: 18px;background: transparent;border-radius: 18px;display: inline-block;margin-right: 5px;border: 2px solid #ffffff;box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 13%);}
.eng_top .radio_full .rbtn1[type='radio']:checked + label {color: #ffffff;}
.eng_top .radio_full .rbtn1[type='radio']:checked + label::before {background: #e62137;}
.eng_top .checkfull {padding: 0;display: inline-block;}
.eng_top .checkfull .eng_checkbox {display: inline-block;margin-right: 20px;}
.eng_top .checkfull .eng_checkbox .lbl_checkbox {position: relative;cursor: pointer;padding-left: 22px;font-size: 13px;font-weight: 400;color: #ffffff;line-height: 16px;display: inline-block;margin: 0;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
.eng_top .checkfull .eng_checkbox input.checkbox1[type="radio"] {display: none;}
.eng_top .checkfull .eng_checkbox input.checkbox1[type="radio"] + .lbl_checkbox::before {-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;content: "";position: absolute;left: 0;z-index: 1;width: 15px;height: 15px;border: 2px solid #ffffff;}
.eng_top .checkfull .eng_checkbox input.checkbox1[type="radio"]:checked + .lbl_checkbox::before {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);height: 8px;border-top-style: none;border-right-style: none;}

.eng_top .checkfull .eng_checkbox input.checkbox1[type="checkbox"] {display: none;}
.eng_top .checkfull .eng_checkbox input.checkbox1[type="checkbox"] + .lbl_checkbox::before {-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;content: "";position: absolute;left: 0;z-index: 1;width: 15px;height: 15px;border: 2px solid #ffffff;}
.eng_top .checkfull .eng_checkbox input.checkbox1[type="checkbox"]:checked + .lbl_checkbox::before {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);height: 8px;border-top-style: none;border-right-style: none;}




.eng_row {background: #ffffff;display: flex;border-radius: 8px;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);border: 0;width:100%;}

.eng_row .eng_col1 {width:25%;max-width: 300px;border-right: 1px solid #dddddd;position: relative;height: 110px;display:inline-block;}
.eng_row .eng_col2 {width: 170px;border-right: 1px solid #dddddd;position: relative;height: 90px;display:inline-block;}
.eng_row .eng_col3 {width: 210px;border-right: 1px solid #dddddd;position: relative;height: 90px;display:inline-block;}
.eng_row .eng_col4 {width: 200px;position: relative;height: 80px;display:inline-block;vertical-align: top;}
.eng_row .eng_lbl {display: inline-block;width: 100%;font-size: 14px;padding-left: 2px;margin-bottom: 5px;font-weight: 600;color: #3F51B5;pointer-events: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
    .eng_row .name_City {
        display: inline-block;
        width: 100%;
        font-size: 26px;
        font-weight: 700;
        line-height: 38px;
        color: #000000;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: top;
        margin-bottom: 2px;
    }

#hotel-engine.eng_row .eng_col1 {
    width: 40%;
    max-width: 500px;
}

#hotel-engine.eng_row .eng_col3 {
    width: 280px;
}

#hotel-engine.eng_row .eng_col4 {
    max-width: 170px;
    width: 50%;
}

#bus-engine.eng_row .eng_col1 {
    width: 34%;
    max-width: 500px;
}
#bus-engine.eng_row .eng_col2 {
    width: 280px;
}

.eng_row .pl_4 {
    padding-left: 30px;
}

div#destinationList {
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
    padding: 15px 20px;
    box-shadow: 1px 8px 5px 1px rgb(0 0 0 / 15%);
    margin-top: 2px;
    top: 90px;
    position: absolute;
    left: 0;
    z-index: 1;
}
ul.destinationList {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}
    ul.destinationList li {
        border: 1px solid #ebebeb;
        padding: 10px;
        font-size: 14px;
        color: #222222;
        font-weight: 500;
        user-select: none;
        border-radius: 10px;
        cursor: pointer;
        min-width: 180px;
    }
        ul.destinationList li img {
            width: 50px;
            border-radius: 100%;
            margin-right: 5px;
        }
        ul.destinationList li:hover {
            background: #e1f1ff;
        }
span.destinationlbl {
    font-size: 14px;
    color: #3f59ba;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.eng_row .swap {display: block;width: 34px;height: 34px;border-radius: 50%;position: absolute;top: 50%;right: -18px;transform: translate(0, -50%);box-shadow: 2px 3px 10px rgb(0 0 0 / 10%);z-index: 1;}
.eng_row .swap .icon_swap {display: block;width: 34px;height: 34px;border-radius: 50%;cursor: pointer;background: #ffffff url(../images/swap.svg) no-repeat center;transition: all 0.3s;}

.eng_row #destination-Box {
    border-radius: 8px 0 0 8px;
    transition: all 0.15s linear;
    padding: 12px 15px;
    height: 90px;
    width: 100%;
}
.eng_row #to-Box {border-radius: 8px 0 0 8px;transition: all 0.15s linear;padding: 12px 15px 12px 25px;height: 110px;width: 100%;}
.eng_row #destination-Box:hover, #to-Box:hover {
    background: #e1f1ff;
    cursor: pointer;
}

.eng_row #destination-Box.hvr, #to-Box.hvr {
    background: #e1f1ff;
}
.eng_row #fromContent, #toContent {position: absolute;left: 0;top: 40px;z-index: 1;background: #ffffff;width: 320px;padding: 0px;box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);}
.eng_row .search-container {position: relative;}
.eng_row .search-container::after {content: "";background: url(../images/icon-search.svg) no-repeat center;width: 40px;height: 45px;position: absolute;top: 0;}
.eng_row .search-container .search-input {width: 100%;padding: 10px 10px 10px 38px;outline: none;border: 0;background: #ffffff;box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);font-size: 14px;font-weight: 600;color: #111111;height: 44px;}
.eng_row .suggestions-container {max-height: 370px;overflow-y: auto;}
.eng_row .suggestion-item {border-bottom: 1px solid #ededed;display: inline-flex;align-items: center;width: 100%;cursor: pointer;padding: 10px;}
.eng_row .suggestion-item:hover {background: #f6f6f6;}
.eng_row .suggestion-item img {margin-right: 15px;}
.eng_row .suggestion-item .content {width: 100%;display: flex;flex-flow: column;}
.eng_row .suggestion-item p {width: 100%;display: flex;justify-content: space-between;margin: 0;}
.eng_row .airportname {font-size: 13px;color: #999999;font-weight: 400;}
.eng_row .citycode {font-weight: 700;font-size: 14px;color: #666666;padding-right: 5px;}
.eng_row .cityname {font-size: 14px;color: #111111;font-weight: 500;}

.eng_row #suggestions-titleFrom, #suggestions-titleTo {background: #fff;display: block;font-size: 13px;padding: 5px 13px;color: #979797;font-weight: 600;}
.eng_row .calendar_box {transition: all 0.15s linear;padding: 12px 15px;height: 110px;width: 100%;}
.eng_row .calendar_box:hover {background: #e1f1ff;cursor: pointer;}
.eng_row .calendar_box.hvr {background: #e1f1ff;}
.eng_row .calendar_box .txtCalendar {position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0 !important;outline: none;border: 0;cursor: pointer;border-radius: 0 !important;z-index: 0;}
.eng_row .hide_date {pointer-events: none;}
.eng_row .hide_date .calendar_box {opacity: 0.4;}
.eng_row .iconCalendar {background: url(../images/icon-calendar.svg) no-repeat center;width: 14px;display: inline-block;height: 22px;margin-right: 8px;vertical-align: bottom;}
.eng_row .rowDate {display: flex;align-items: end;margin-bottom: 6px;pointer-events: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
.eng_row .rowDate .lblDay {font-size: 30px;font-weight: 700;line-height: 28px;margin-right: 5px;}
.eng_row .rowDate .lblMonth {font-size: 18px;font-weight: 400;line-height: 18px;margin-right: 5px;}
.eng_row .rowDate .lblYear {font-size: 18px;font-weight: 400;line-height: 18px;}
.eng_row .lblDayName {display: inline-block;width: 100%;font-size: 14px;padding-left: 2px;line-height: 18px;color: #333333;pointer-events: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
.eng_row .btn_search {border: 0;width: 100%;height: 100%;border-radius: 5px;font-size: 20px;font-weight: 600;background-image: linear-gradient(to right, #f13528, #d7074e);color: #ffffff;letter-spacing: 1px;text-decoration: none;display: flex;align-items: center;justify-content: center;gap: 5px;}
.eng_row .btn_search:hover {background-image: linear-gradient(to right, #d7074e, #f13528);}
.eng_row .p2 {padding: 12px;}
.eng_row .traveller_box {transition: all 0.15s linear;padding: 12px 15px;height: 110px;width: 100%;position: relative;}
.eng_row #traveller-box.hvr {background: #e1f1ff;}
.eng_row .pax_display {display: flex;align-items: end;margin-bottom: 6px;pointer-events: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;font-size: 18px;font-weight: 400;line-height: 18px;}
.eng_row .pax_display .txt_Traveler {width: 25px;font-size: 30px;font-weight: 700;line-height: 28px;padding: 0;height: 28px;border: 0;outline: none;background: transparent;}
.eng_row .trav_toggle {box-sizing: border-box;line-height: 32px;font-size: 0;position: absolute;top: 0;left: 0;right: 0;bottom: 0;cursor: pointer;}
.eng_row .trav_form {width: 250px;box-sizing: border-box;padding: 10px;position: absolute;background: #ffffff;top: 110px;left: 0;box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);z-index:1;}
.eng_row .trav_item {width: 100%;box-sizing: border-box;padding: 8px 10px;display: flex;}
.eng_row .trav_inner1 {width: 40%;font-size: 15px;line-height: 16px;color: #333333;box-sizing: border-box;pointer-events: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
.eng_row .trav_inner1 span {font-size: 11px;display: block;color: #888888;}
.eng_row .trav_inner2 {width: 60%;font-size: 13px;line-height: 30px;color: #666;box-sizing: border-box;display: flex;font-weight: 700;justify-content: center;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
.eng_row .minus, .plus {border: 1px solid #e6e6e6;width: 32px;text-decoration: none;font-size: 24px;height: 32px;text-align: center;box-sizing: border-box;background: #f7f7f7;line-height: 26px;font-family: cursive;color: #5c5c5c;}
.eng_row .minus {border-radius: 5px 0 0 5px;}
.eng_row .plus {border-radius: 0 5px 5px 0;}
.eng_row .minus:hover, .plus:hover {background: #ddefff;}
.eng_row .txt_trav {outline: none;border: 1px solid #e6e6e6;height: 32px;width: 36px;text-align: center;line-height: 34px;box-sizing: border-box;border-left: 0;border-right: 0;font-size: 16px;color: #333333;font-weight: 500;pointer-events: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
.eng_row .trav_done {padding: 4px;display: block;border-radius: 2px;background: #2196F3;font-size: 13px;border: 1px solid #2196F3;color: #fff;width: 70px;margin: 0 auto;text-align: center;cursor: pointer;}
.eng_row .trav_done:hover {background: #ddefff;border: 1px solid #90dcff;color: #2196F3;}
.eng_row .trav_class {width: 100%;box-sizing: border-box;padding: 8px 10px;display: inline-block;}
.eng_row .trav_class .tl {font-size: 14px;font-weight: 500;color: #444444;display: block;margin: 5px 0;}
.eng_row .trav_class .class_list {}
.eng_row .trav_class .class_list input[type='radio'] {display: none;}
.eng_row .trav_class .class_list input[type='radio'] + label {color: #666666;border: 1px solid #e6e6e6;padding: 4px 10px;font-size: 12px;border-radius: 20px;min-width: 80px;text-align: center;margin: 4px 0;cursor: pointer !important;text-transform: uppercase;background: #f7f7f7;font-weight: 400;-webkit-user-select: none;-ms-user-select: none;user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
.eng_row .trav_class .class_list input[type='radio']:checked + label {background: #ffffff;border: 1px solid #2196F3;color: #2196F3;}
.eng_row .lblTravClass {display: inline-block;width: 100%;font-size: 14px;padding-left: 2px;line-height: 18px;color: #333333;pointer-events: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}


@media screen and (min-width: 320px) and (max-width: 575px) {
    .eng_row {display: inline-table;}
    .eng_top {display: inline-block;}
    .eng_top .radio_full {border-right: 0;margin-right: 0;padding: 4px 10px;background: rgb(255 255 255 / 21%);border-radius: 50px;margin-bottom: 10px;}
    .eng_top .checkfull {padding: 5px 10px;}
    .eng_row .eng_col1 {width: 100%;border-right: 0;border-bottom: 1px solid #dddddd;max-width:100%;}
    .eng_row .swap {top: 100%;right: 20px;transform: translate(0, -50%) rotate(90deg);}
    .eng_row #to-Box {padding: 12px 15px 12px 15px;}
    .eng_row #from-Box {border-radius: 8px;}
    .eng_row .eng_col2 {width: 50%;border-bottom: 1px solid #dddddd;}
    .eng_row .eng_col3 {width: 50%;}
    .eng_row .eng_col4 {width: 50%;}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .eng_row {display: inline-table;}
    .eng_top {display: inline-block;}
    .eng_top .radio_full {border-right: 0;margin-right: 0;padding: 4px 10px;background: rgb(255 255 255 / 21%);border-radius: 50px;margin-bottom: 10px;}
    .eng_top .checkfull {padding: 5px 10px;}
    .eng_row .eng_col1 {width: 100%;border-right: 0;border-bottom: 1px solid #dddddd;max-width:100%;}
    .eng_row .swap {top: 100%;right: 20px;transform: translate(0, -50%) rotate(90deg);}
    .eng_row #to-Box {padding: 12px 15px 12px 15px;}
    .eng_row #from-Box {border-radius: 8px;}
    .eng_row .eng_col2 {width: 50%;border-bottom: 1px solid #dddddd;}
    .eng_row .eng_col3 {width: 50%;}
    .eng_row .eng_col4 {width: 50%;}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .eng_row {display: inline-table;}
    .eng_row .eng_col1 {width: 50%;border-bottom: 1px solid #dddddd;max-width:50%;}
    .eng_row .eng_col2 {width: 50%;border-bottom: 1px solid #dddddd;}
    .eng_row #to-Box {border-radius: 0 8px 0 0;}
    .eng_row .eng_col3 {width: 50%;}
    .eng_row .eng_col4 {width: 50%;}
}






.csideform .search-panel .sch-panel-div {
    flex-wrap: wrap;
    padding: 20px 0;
}

    .csideform .search-panel .sch-panel-div .srch-panel-col {
        /*width: 100%;*/
        position: relative;
    }


        .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
            background-color: rgb(255, 255, 255);
            outline: none;
            height: 72px;
            margin-left: 32px;
            padding: 0px 10px;
            width: 100%;
            cursor: pointer;
            border: 1px solid rgb(218, 223, 230);
            border-radius: 7px;
        }

        .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
            margin-top: 5px;
        }

.homebanner {
    padding-top: 0px;
    padding-bottom: 30px;
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
    text-align: center;
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
    background-color: transparent;
    outline: none;
    height: 62px;
    padding: 0 10px;
    width: 96%;
    cursor: pointer;
    border: none;
    border-radius: 7px;
    margin-left: 32px !important;
    margin: auto;
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
    width: 100%;
    height: 62px;
    background-color: #003786;
    outline: none;
    border: none;
    margin-left: 10px;
    text-align: center !important;
    text-align: left;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.search-pan-differ {
    width: 70%;
}

.travels-holiday-icons {
    position: absolute;
    top: 17px;
    left: 10px;
    font-size: 18px;
    color: #003786;
    
}
.csideform .search-panel .sch-panel-div {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0px 8px;
}
#CityDropdown {
    position: absolute;
    background: #ffffff;
    width: 100%;
    border: 1px solid #f5f5f5;
}

/*Loader*/

.hidden {
    display: none !important;
}

.fdLoaderBox {
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fdLoader {
    max-width: 300px;
    padding: 40px 20px;
    background: #f4f4f4;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.05), 0 6px 30px 5px rgba(0, 0, 0, 0.05), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}

    .fdLoader img {
        width: 100%;
    }

    .fdLoader div.hd {
        font-size: 20px;
        margin-top: 30px;
        font-weight: bold;
    }

.hloader {
    height: 4px;
    width: 100%;
    margin-top: 10px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

    .hloader:before {
        display: block;
        position: absolute;
        content: "";
        left: -50px;
        width: 50px;
        height: 4px;
        background: linear-gradient(to right, #3554d1, #102b65);
        animation: loading 1.3s linear infinite;
    }

@keyframes loading {
    from {
        left: -50px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}