
.sec_eng {
    background-color: #113888;
    /* background-image: url(../Images/holi-bg.jpg); */
    padding-top: 40px;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .sec_eng .img_festival {
        display: block;
        margin: 0 auto 15px auto;
        width: 260px;
    }

    .sec_eng .engHead {
        color: #ffffff;
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 30px;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
        text-align: center;
        letter-spacing: 1px;
    }

.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_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: 110px;
        display: inline-block;
    }

    .eng_row .eng_col3 {
        width: 210px;
        border-right: 1px solid #dddddd;
        position: relative;
        height: 110px;
        display: inline-block;
    }

    .eng_row .eng_col4 {
        width: 150px;
        position: relative;
        height: 110px;
        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 .Airport_City {
        display: inline-block;
        width: 100%;
        font-size: 28px;
        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;
    }

    .eng_row .Airport_Name {
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
        padding-left: 2px;
        line-height: 18px;
        text-overflow: ellipsis;
        color: #333333;
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .eng_row .pl_4 {
        padding-left: 30px;
    }

    .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 #from-Box {
        border-radius: 8px 0 0 8px;
        transition: all 0.15s linear;
        padding: 12px 15px;
        height: 110px;
        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 #from-Box:hover, #to-Box:hover {
        background: #e1f1ff;
        cursor: pointer;
    }

    .eng_row #from-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;
    }

        .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;
        cursor: pointer;
    }

    .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) {

    .sec_eng {
        padding-top: 30px;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .sec_eng .engHead {
            font-size: 22px;
            letter-spacing: 0;
        }

    .eng_row {
        display: inline-table;
    }

    .eng_top {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

        .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: 0;
            display: flex;
            justify-content: center;
            column-gap: 15px;
        }

            .eng_top .checkfull .eng_checkbox {
                margin-right: 0;
            }

    .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;
        float: left;
    }

    .eng_row .eng_col3 {
        width: 50%;
    }

    .eng_row .eng_col4 {
        width: 50%;
    }


    .eng_row .eng_lbl, .eng_row .Airport_Name, .eng_row .lblDayName, .eng_row .lblTravClass {
        font-size: 12px;
    }

    .eng_row .Airport_City {
        font-size: 18px;
    }

    .eng_row .rowDate .lblMonth, .eng_row .rowDate .lblYear, .eng_row .pax_display {
        font-size: 15px;
    }

        .eng_row .rowDate .lblDay, .eng_row .pax_display .txt_Traveler {
            font-size: 24px;
            line-height: 24px;
            margin-top: 5px;
        }

    .eng_row #fromContent, #toContent {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        bottom: 0;
    }
}

@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%;
        }
}


/*-------- 'Flight Multicity Engine' START ---------*/


.mcityflight .eng_row .eng_col1 {
    width: 30%;
    max-width: 350px;
    border-right: 1px solid #dddddd;
    position: relative;
    height: 90px;
    display: inline-block;
}

.mcityflight .eng_row .eng_col2 {
    width: 180px;
    border-right: 1px solid #dddddd;
    position: relative;
    height: 90px;
    display: inline-block;
}

.mcityflight .eng_row .eng_col3 {
    width: 240px;
    border-right: 1px solid #dddddd;
    position: relative;
    height: 90px;
    display: inline-block;
}

.mcityflight .eng_row .inputbox {
    border-radius: 0;
    transition: all 0.15s linear;
    padding: 5px 15px;
    height: 90px;
    width: 100%;
}

.mcityflight .eng_row .eng_lbl {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-left: 2px;
    margin-bottom: 0;
    font-weight: 600;
    color: #3F51B5;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mcityflight .eng_row .Airport_City {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    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: 0;
}

.mcityflight .eng_row .inputbox:hover {
    background: #e1f1ff;
    cursor: pointer;
}

.mcityflight .eng_row .inputbox.hvr, .mcityflight .inputbox.hvr {
    background: #e1f1ff;
}

.mcityflight .eng_row .calendar_box {
    transition: all 0.15s linear;
    padding: 5px 15px;
    height: 90px;
    width: 100%;
}

.mcityflight .eng_row .rowDate {
    display: flex;
    align-items: end;
    margin-bottom: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mcityflight .eng_row .traveller_box {
    transition: all 0.15s linear;
    padding: 5px 15px;
    height: 90px;
    width: 100%;
    position: relative;
}

.mcityflight .eng_row .pax_display {
    display: flex;
    align-items: end;
    margin-bottom: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.mcityflight .eng_row {
    background: #ffffff;
    display: flex;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
    border-top: 1px solid #dddddd;
}

    .mcityflight .eng_row:first-child {
        border-top: 0;
    }

div#flight-multicity {
    background: #ffffff;
    padding: 4px;
    border-radius: 8px;
}

.btn-search {
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    background-image: linear-gradient(to right, #f13528, #d7074e);
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
    height: 70px;
    width: 110px;
    margin: 10px;
}

.addcity {
    border: 1px solid #113888;
    font-size: 13px;
    background: transparent;
    border-radius: 35px;
    padding: 6px 14px;
    color: #113888;
    line-height: 22px;
    font-weight: 500;
    vertical-align: middle;
}

    .addcity:hover:hover {
        border: 1px solid #113888;
        background: #113888;
        color: #ffffff;
    }

.removecity {
    font-size: 28px;
    display: inline-flex;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-left: 10px;
    opacity: 0.5;
}

    .removecity:hover {
        opacity: 1;
    }

.mcityflight .eng_row .trav_form {
    width: 250px;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    background: #ffffff;
    top: 90px;
    left: 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.citysearch {
    border: 0;
    height: 86px;
    position: relative;
    cursor: pointer;
}

    .citysearch .txt_wrap {
        background: #ffffff;
        transition: all 0.15s linear;
        padding: 5px 15px;
        height: 100%;
        width: 100%;
        border: 0;
    }

        .citysearch .txt_wrap .eng_lb {
            display: inline-block;
            width: 100%;
            font-size: 14px;
            padding-left: 2px;
            margin-bottom: 0;
            font-weight: 600;
            color: #3F51B5;
            pointer-events: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .citysearch .txt_wrap span[name='airportcity'] {
            display: inline-block;
            width: 100%;
            font-size: 24px;
            font-weight: 700;
            line-height: 32px;
            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: 0;
        }

        .citysearch .txt_wrap .txtlbl {
            display: inline-block;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            font-size: 14px;
            padding-left: 2px;
            line-height: 18px;
            text-overflow: ellipsis;
            color: #333333;
            pointer-events: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }


    .citysearch .searchBoxContainer {
        position: absolute;
        left: 0;
        top: 33px;
        z-index: 1;
        background: #ffffff;
        width: 350px;
        padding: 0px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }

        .citysearch .searchBoxContainer::before {
            content: "";
            background: url(../images/icon-search.svg) no-repeat center;
            width: 40px;
            height: 45px;
            position: absolute;
            top: 0;
        }

    .citysearch .searchBox {
        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;
    }

    .citysearch .suggestions-heading {
        background: #fff;
        display: block;
        font-size: 13px;
        padding: 5px 13px;
        color: #979797;
        font-weight: 600;
    }

    .citysearch .suggestionsContainer {
        max-height: 370px;
        overflow-y: auto;
    }

    .citysearch .suggestion-item {
        border-bottom: 1px solid #ededed;
        display: inline-flex;
        align-items: center;
        width: 100%;
        cursor: pointer;
        padding: 10px;
    }

        .citysearch .suggestion-item:hover {
            background: #f6f6f6;
        }

        .citysearch .suggestion-item > .content {
            width: 100%;
            display: flex;
            flex-flow: column;
            padding-left: 30px;
            position: relative;
        }

            .citysearch .suggestion-item > .content::before {
                content: "";
                background: url(../images/icon-flight.svg) no-repeat center;
                width: 20px;
                height: 30px;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background-size: 18px;
            }

            .citysearch .suggestion-item > .content .contentrow {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .citysearch .suggestion-item > .content .contentrow .cityname {
                    font-size: 14px;
                    color: #111111;
                    font-weight: 500;
                }

                .citysearch .suggestion-item > .content .contentrow .citycode {
                    font-weight: 700;
                    font-size: 14px;
                    color: #666666;
                    padding-right: 5px;
                }

            .citysearch .suggestion-item > .content .airportname {
                font-size: 13px;
                color: #999999;
                font-weight: 400;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: 90%;
            }





/*-------- 'Flight Multicity Engine' END ---------*/
