.selected {
    color: red;
}

.home-middle .serch-engine .wigarde .destname label input::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 12px;
    color: #bdbdbd;
    width: 100%;
}

.home-middle .serch-engine .wigarde .destname label input:-ms-input-placeholder { /* Internet Explorer 10-11 */

    font-weight: 600;
    font-size: 12px;
    color: #bdbdbd;
}

.home-middle .serch-engine .wigarde .destname label input::placeholder {
    font-weight: 600;
    font-size: 12px;
    color: #bdbdbd;
}

.customer-support-new {
    background: #f9f9fe;
    padding: 10px 0 13px 0;
}

.home-middle {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}

.main-banner {
    background-size: cover !important;
    background-position: center !important;
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    top: 0;
}

.home-middle .carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    height: 500px;
}

.home-middle .carousel-fade .carousel-inner .active {
    opacity: 1;
}

.home-middle .container {
    position: relative;
}

.home-middle .serch-engine {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    top: 5%;
    height: max-content;
}

.home-middle .serch-engine {
    background: transparent;
}

.destination__wrapper {
    width: 100% !important;
    height: 370px !important;
    /* background: url(/images/home-banner3.jpg) no-repeat scroll top center; */
    background: none;
    background-size: cover;
    align-items: center;
    top: 0 !important;
    transform: translateY(0);
    background: rgb(0 0 0 / 18%);
}


.home-middle .serch-engine .tab-content {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-top: 0px;
    padding: 10px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0px 4px 18px 0px rgba(12, 6, 14, 0.1);
    -moz-box-shadow: 0px 4px 18px 0px rgba(12, 6, 14, 0.1);
    box-shadow: 0px 4px 18px 0px rgba(12, 6, 14, 0.1);
}

.home-middle .serch-engine .radio-cantrol, .modifay-search .radio-cantrol {
    float: left;
    width: 100%;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.oneWayReturn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .oneWayReturn p {
        margin: 0;
    }

    .oneWayReturn input[type="radio"]:checked, .oneWayReturn input[type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .oneWayReturn input[type="radio"]:checked + label, .oneWayReturn input[type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 22px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #333;
            margin-right: 15px;
            font-weight: 500;
        }

            .oneWayReturn input[type="radio"]:checked + label:before, .oneWayReturn input[type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 1px;
                width: 18px;
                height: 18px;
                border: 1px solid #ed0101;
                border-radius: 100%;
                background: #fff;
            }

            .oneWayReturn input[type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    .oneWayReturn p {
        margin: 0;
    }

.home-middle .serch-engine .wigarde {
    position: relative;
    z-index: 0;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.home-middle .serch-engine .wigarde {
    height: auto;
}

    .home-middle .serch-engine .wigarde .flying-from-1 {
        background: #fff;
        float: left;
        width: 45.5%;
        margin-right: 0px;
        border-radius: 50px 0px 0px 50px;
        position: relative;
    }

        .home-middle .serch-engine .wigarde .flying-from-1 .fly-1 {
            float: left;
            width: 48%;
            margin-right: 10px;
        }

    .home-middle .serch-engine .wigarde .destname label {
        padding: 0 5px 2px 10px;
        cursor: pointer;
        margin-bottom: 0;
        width: 100%;
    }

.homeSearchEngine label {
    border: 1px solid #dbdbdb;
    border-radius: 7px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .homeSearchEngine label img {
        margin-right: 10px;
    }

    .homeSearchEngine label .msearchR {
        width: 90%;
    }

.home-middle .serch-engine .wigarde .destname span {
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 500;
}

.home-middle .serch-engine .wigarde .destname label input {
    border: 0;
    outline: none;
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    line-height: 18px;
    background-color: transparent;
    font-weight: 600;
    margin-left: -2px;
    display: block;
    width: 100%;
}

.home-middle .serch-engine .wigarde .autocomplete {
    position: absolute;
    background-color: #fff;
    width: 366px;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 42%);
    border-radius: 0;
    left: 0px;
    top: 89px;
    z-index: 9;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    overflow: hidden;
    position: static;
    left: 0 !important;
    top: 0 !important;
    height: auto;
    padding: 0 0 0 10px !important;
    margin: 0;
    width: 95% !important;
    border-radius: 7px;
    top: 197px;
    z-index: 20;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    overflow-x: hidden;
    margin: 20px auto;
    height: auto;
    padding: 0 13px 0 46px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.home-middle .serch-engine .wigarde .destname p {
    font-weight: 500;
    font-size: 12px;
    color: #0c223f;
    margin-bottom: 0;
}

.home-middle .serch-engine .wigarde .destname p {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swapdepartureImg {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 49%;
    top: 50%;
    transform: translate(-49%, -50%);
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

    .swapdepartureImg img {
        width: 11px;
        height: 11px;
        margin: -3px 0 0;
        filter: grayscale(1);
        transition: all ease 0.5s;
        transform: rotate(0deg);
    }

.rotate img {
    transform: rotate(180deg);
    transition: all ease 0.5s;
}

.home-middle .serch-engine .wigarde .flying-from-1 .fly-2 {
    float: left;
    position: relative;
    width: 48%;
}

.home-middle .serch-engine .wigarde .flying-from-2 {
    float: left;
    width: 26%;
}

    .home-middle .serch-engine .wigarde .flying-from-2 .date-1 {
        float: left;
        width: 48%;
        margin-right: 10px;
    }

.calender {
    position: relative;
}

.home-middle .serch-engine .wigarde .calender label {
    padding: 0 10px 0;
    cursor: pointer;
    margin-bottom: 0;
    width: 100%;
}

.calender-1 .msearchL, .calender .msearchL {
    width: 24% !important;
}

.home-middle .serch-engine .wigarde .calender label strong {
    display: block;
    line-height: 18px;
}

.home-middle .serch-engine .wigarde .calender label strong { /* font-weight: 700; font-size:18px; color: #008bff; text-transform: capitalize;*/
    display: block;
    line-height: 25px;
}

    .home-middle .serch-engine .wigarde .calender label strong .date-serach {
        font-weight: 600;
        font-size: 18px;
        color: #000000 !important;
    }

    .home-middle .serch-engine .wigarde .calender label strong .month-serach {
        font-weight: 600;
        font-size: 14px;
        color: #000000 !important;
    }

    .home-middle .serch-engine .wigarde .calender label strong .year-serach {
        font-weight: 600;
        font-size: 14px;
        color: #000000 !important;
    }

    .home-middle .serch-engine .wigarde .calender label strong i, .home-middle .serch-engine .wigarde .calender-1 label strong i {
        color: #828282;
        font-weight: 400;
        margin-left: 4px;
    }

.home-middle .serch-engine .wigarde .calender span {
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 500;
}

    .home-middle .serch-engine .wigarde .calender span i {
        color: #ed0101;
        font-size: 16px;
        padding-left: 4px;
    }

.home-middle .serch-engine .wigarde .calender p {
    font-weight: 500;
    font-size: 12px;
    color: #0c223f;
    margin-bottom: 0;
}

.home-middle .serch-engine .wigarde .calender-1 label {
    padding: 11px 13px;
    cursor: pointer;
    margin-bottom: 0;
    width: 100%;
}

    .home-middle .serch-engine .wigarde .calender-1 label strong { /* font-weight: 700; font-size: 18px; color: #008bff; text-transform: capitalize;*/
        display: block;
        line-height: 21px;
    }

        .home-middle .serch-engine .wigarde .calender-1 label strong .date-serach {
            font-weight: 600;
            font-size: 18px;
            color: #000000;
        }

        .home-middle .serch-engine .wigarde .calender-1 label strong .month-serach {
            font-weight: 600;
            font-size: 14px;
            color: #000000;
        }

        .home-middle .serch-engine .wigarde .calender-1 label strong .year-serach {
            font-weight: 600;
            font-size: 14px;
            color: #000000;
        }

.home-middle .serch-engine .wigarde .calender-1 span {
    color: #626262;
    font-size: 12px;
    font-weight: 500;
}

    .home-middle .serch-engine .wigarde .calender-1 span i {
        color: #000000;
        font-size: 16px;
        padding-left: 4px;
    }

.home-middle .serch-engine .wigarde .calender-1 p {
    font-weight: 500;
    font-size: 12px;
    color: #0c223f;
    margin-bottom: 0;
}

.home-middle .serch-engine .wigarde .calender-month label {
    padding: 12px 13px;
    cursor: pointer;
    margin-bottom: 0;
}

    .home-middle .serch-engine .wigarde .calender-month label strong {
        font-weight: 700;
        font-size: 18px;
        color: #00aec3;
        text-transform: capitalize;
        display: block;
        line-height: 22px;
    }

.home-middle .serch-engine .wigarde .calender-month span {
    color: #777777;
    font-size: 12px;
    font-weight: 500;
}

    .home-middle .serch-engine .wigarde .calender-month span i {
        color: #000000;
        font-size: 16px;
        padding-left: 4px;
    }

.home-middle .serch-engine .wigarde .calender-month p {
    font-size: 12px;
    color: #0c223f;
    font-weight: 500;
    margin-bottom: 0;
}

.home-middle .serch-engine .wigarde .traveller label {
    padding: 0 3px 1px;
    cursor: pointer;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
}

    .home-middle .serch-engine .wigarde .traveller label input {
        border: 0;
        outline: none;
        font-weight: 600;
        font-size: 18px;
        color: #000000;
        text-transform: capitalize;
        line-height: 18px;
        background-color: transparent;
        width: 100%;
        padding: 0;
    }

.home-middle .serch-engine .wigarde .traveller span {
    font-weight: 500;
    font-size: 11px;
    color: #9d9d9d;
}

    .home-middle .serch-engine .wigarde .traveller span i {
        color: #ed0101;
        font-size: 16px;
        padding-left: 4px;
    }

.home-middle .serch-engine .wigarde .traveller p {
    font-weight: 500;
    font-size: 12px;
    color: #0c223f;
    margin-bottom: 0;
}

    .home-middle .serch-engine .wigarde .traveller p span {
        color: #0c223f;
    }

.home-middle .serch-engine .wigarde .traveller1 label {
    padding: 12px 13px;
    cursor: pointer;
    margin-bottom: 0;
    cursor: pointer;
}

    .home-middle .serch-engine .wigarde .traveller1 label input {
        border: 0;
        outline: none;
        font-weight: 700;
        font-size: 18px;
        color: #00aec3;
        text-transform: capitalize;
        line-height: 22px;
        background-color: transparent;
    }

.home-middle .serch-engine .wigarde .traveller1 span {
    color: #777777;
    font-size: 12px;
    font-weight: 500;
}

    .home-middle .serch-engine .wigarde .traveller1 span i {
        color: #00aec3;
        font-size: 16px;
        padding-left: 4px;
    }

.home-middle .serch-engine .wigarde .traveller1 p {
    font-size: 12px;
    color: #0c223f;
    font-weight: 500;
    margin-bottom: 0;
}
/*.home-middle .serch-engine .wigarde .serch-botton {    cursor: pointer;*/ /*box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.85);*/ /*border-radius: 8px;border: 0;font-size: 15px;font-weight: 500;color: #fff;padding: 31px 45px;*/ /*top: 61px;position: absolute;*/ /* background:url(/images/search-icon.png)  #ed0101; background-repeat:no-repeat; background-position: 50% 50%;}*/
.home-middle .serch-engine .wigarde .serch-botton {
    cursor: pointer;
    border-radius: 10px;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding: 22px 0;
    background: #0c44ac;
    width: 100%;
    text-align: center;
}

    .home-middle .serch-engine .wigarde .serch-botton i {
        display: none;
    }

    .home-middle .serch-engine .wigarde .serch-botton span {
        display: block;
    }

.home-middle .serch-engine .wigarde .border-right {
    border-right: 2px solid #ebebeb !important;
}

/* .home-middle .serch-engine .wigarde .flying-from-1 {
background: #fff;
float: left;
width: 49.5%;
margin-right: 0px;
border-radius: 50px 0px 0px 50px;
position: relative;
border-right: 1px solid #cbcecd;
}*/

/*.home-middle .serch-engine .wigarde .flying-from-1:after {
content: "";
position: absolute;
left: 46%;
top: 32%;
border: none;
border-radius: 50%;
width: 28px;
height: 28px;
background-color: #fff;
border: 1px solid #ccc;
}

.home-middle .serch-engine .wigarde .flying-from-1::before {
content: "";
background: url("https://cheerstravel.co.in/Content/images/reverse-cheers2.png") no-repeat; width: 15px;
height: 15px;
position: absolute;
left: 47.5%;
top: 42%;
z-index: 9;
background-size: 88%;
filter: grayscale(1);
}*/

.home-middle .serch-engine .wigarde .flying-from-2 {
    float: left;
    width: 26%;
}

    .home-middle .serch-engine .wigarde .flying-from-2 .date-1 {
        float: left;
        width: 48%;
        margin-right: 10px;
    }
    /*pk*/
    .home-middle .serch-engine .wigarde .flying-from-2 .date-2 {
        float: right;
        width: 48%;
    }
/*pk*/
.home-middle .serch-engine .wigarde .flying-from-3 {
    /*background: #fff;*/
    float: left;
    width: 13.5%;
    margin: 0 10px;
}
/*.home-middle .serch-engine .wigarde .flying-from-4{float:left; width:8%; margin-left:10px;}*/
.home-middle .serch-engine .wigarde .flying-from-4 {
    float: left;
    width: 13%;
}

/*.home-middle .serch-engine .radio-cantrol {
float: left;
width: 100%;
padding-left: 20px;
position: absolute;
z-index: 1;
top: -50px;
}*/

.travlerr-data {
    position: absolute;
    background-color: #fff;
    width: 526px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.42);
    border-radius: 5px;
    top: 80px;
    right: -1px;
    padding: 20px 17px 25px;
    z-index: 99999;
}

.travlerr-month {
    position: absolute;
    background-color: #fff;
    width: 526px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.42);
    border-radius: 5px;
    top: 39px;
    right: -1px;
    padding: 20px 17px 25px;
}

.travlerr-data.pop-size {
    width: 372px;
}

.travlerr-data.pop-days {
    width: 269px;
    padding: 11px 16px 16px;
}

    .travlerr-data.pop-days ul.days {
        margin: 0;
        padding: 0;
    }

        .travlerr-data.pop-days ul.days li {
            list-style-type: none;
            font-size: 13px;
            font-weight: 500;
            color: #4b4b4b;
            padding: 2px 0;
        }

.travlerr-data.pop-month {
    width: 269px;
    padding: 11px 16px 16px;
}

    .travlerr-data.pop-month ul.days {
        margin: 0;
        padding: 0;
    }

        .travlerr-data.pop-month ul.days li {
            list-style-type: none;
            font-size: 13px;
            font-weight: 500;
            color: #4b4b4b;
            padding: 2px 0;
        }

.add-color { /*background-color: #c6d5e1; width: 95%; border-top-right-radius: 5px;*/
    cursor: pointer;
}

.add-color-month {
    background-color: #c6d5e1;
    width: 100%;
    cursor: pointer;
}

.holiidays-clender {
    background-color: #c6d5e1;
    width: 100%;
    cursor: pointer;
}

.rmove-1 {
    border-right: 0 !important;
}

.txt-edit {
    font-size: 12px;
    font-weight: 600;
    color: #00aec3;
    cursor: pointer;
}

.txt-remove {
    font-size: 12px;
    font-weight: 600;
    color: #878787;
    cursor: pointer;
}

.travel-data {
    margin: 0;
    padding: 0;
}

    .travel-data p {
        font-size: 13px;
        font-weight: 600;
        color: #000;
        margin-bottom: 2px;
    }

    .travel-data ul {
        margin: 0 0 10px;
        border: 1px solid #0c44ac;
        border-radius: 5px;
        display: flex;
    }

        .travel-data ul li {
            display: inline-block;
            width: -webkit-fill-available;
            padding: 8px 11px;
            text-align: center;
            font-size: 13px;
            color: #6d6d6d;
            cursor: pointer;
        }

            .travel-data ul li:first-child {
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }

            .travel-data ul li.active {
                background-color: #0c44ac;
                color: #ffffff;
                cursor: pointer;
            }

.travel-class {
    margin: 0;
    padding: 0;
}

    .travel-class p {
        font-size: 13px;
        font-weight: 600;
        color: #000;
        margin-bottom: 2px;
    }

    .travel-class ul {
        margin: 0 0 10px;
        padding: 4px 0;
    }

        .travel-class ul li {
            display: block;
            border-radius: 5px;
            text-align: left;
            cursor: pointer;
            font-size: 14px;
            color: #000;
            background-color: #ffffff;
            border: 1px solid rgb(173, 173, 173);
            padding: 4px 7px;
            margin-bottom: 13px;
        }

            .travel-class ul li.active {
                background-color: #0c44ac;
                color: #ffffff;
                border-color: #0c44ac;
                cursor: pointer;
            }

.apply-btnm,
.apply-btn {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    padding: 9px 47px;
    margin-top: 20px;
    border: 0;
    background: #ed0101;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.hotl-room {
    margin: 0;
    padding: 0;
}

    .hotl-room hr {
        margin-top: 1.2rem;
        margin-bottom: 0.5rem;
        border-top: 1px solid #dbdfe4;
    }

    .hotl-room .room-1 {
        margin: 0;
        padding: 0;
    }

        .hotl-room .room-1 span {
            font-size: 14px;
            font-weight: 800;
            color: #0b2340;
        }

        .hotl-room .room-1 p {
            font-size: 12px;
            font-weight: 600;
            color: #0b2340;
            margin-bottom: 2px;
        }

        .hotl-room .room-1 ul {
            margin: 0 0 10px;
            padding: 4px 0;
            border: 1px solid rgb(0, 139, 255);
            border-radius: 5px;
        }

            .hotl-room .room-1 ul li {
                display: inline;
                padding: 8px 11px;
                text-align: center;
                font-size: 13px;
                color: #6d6d6d;
            }

                .hotl-room .room-1 ul li.active {
                    background-color: #00aec3;
                    color: #ffffff;
                    cursor: pointer;
                }

.pad-1 {
    margin-top: 22px;
    padding: 9px 52px;
}

.add-btn {
    font-size: 12px;
    color: #0d2241;
    font-weight: 600;
    border: 1px solid #0e2747;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 13px;
}

.media > img {
    width: auto !important;
}

.add-return {
    font-size: 13px;
    line-height: 15px;
    background: #f1f1f1;
    color: rgb(12 68 172 / 70%);
    font-weight: 500;
    margin-top: 0px;
    padding: 4px;
}

.oneWayReturn input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.oneWayReturn input[type="radio"]:checked + label:after, .oneWayReturn input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ed0101;
    position: absolute;
    top: 4px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.oneWayReturn input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

img#img-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.calender-1 {
    position: relative;
}

    .calender-1 .msearchL, .calender .msearchL {
        width: 24% !important;
    }

    .calender-1 img {
        position: absolute;
        right: 20px;
        top: 42%;
    }

.calender {
    position: relative;
}

.ui-widget-content {
    background: #fff;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    overflow: hidden;
    position: static;
    left: 0 !important;
    top: 0 !important;
    height: auto;
    padding: 0 0 0 10px !important;
    margin: 0;
    width: 95% !important;
    border-radius: 7px;
    top: 197px;
    z-index: 20;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    overflow-x: hidden;
    margin: 20px auto;
    height: auto;
    padding: 0 13px 0 46px;
}

    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front::-webkit-scrollbar {
        width: 6px;
    }

    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front::-webkit-scrollbar-track {
        background: #d8d8d8;
        border-radius: 8px;
    }

    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front::-webkit-scrollbar-thumb {
        background: #e6335a;
        border-radius: 8px;
    }

        ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front::-webkit-scrollbar-thumb:hover {
            background: #e6335a;
        }

.home-middle .serch-engine .wigarde .autocomplete {
    position: absolute;
    background-color: #fff;
    width: 366px;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 42%);
    border-radius: 0;
    left: 0px;
    top: 89px;
    z-index: 9;
}

    .home-middle .serch-engine .wigarde .autocomplete ul {
        margin: 11px 60px;
        padding: 0;
        position: relative;
    }

    .home-middle .serch-engine .wigarde .autocomplete ul {
        overflow-x: hidden;
        overflow-y: scroll;
        width: 92%;
        margin: 19px auto;
        height: 314px;
        padding: 0 13px 0 46px;
    }

        .home-middle .serch-engine .wigarde .autocomplete ul::-webkit-scrollbar {
            width: 6px;
        }

        .home-middle .serch-engine .wigarde .autocomplete ul::-webkit-scrollbar-track {
            background: #d8d8d8;
            border-radius: 8px;
        }

        .home-middle .serch-engine .wigarde .autocomplete ul::-webkit-scrollbar-thumb {
            background: #00aec3;
            border-radius: 8px;
        }

            .home-middle .serch-engine .wigarde .autocomplete ul::-webkit-scrollbar-thumb:hover {
                background: #00aec3;
            }

        .home-middle .serch-engine .wigarde .autocomplete ul li img {
            float: left;
            margin-right: 5px;
        }

        .home-middle .serch-engine .wigarde .autocomplete ul li {
            list-style-type: none;
            padding: 6px 0 6px;
            margin-top: 10px;
            position: relative;
            width: 100%;
            border-bottom: 1px solid #ccc;
            margin: 0px 0px auto 0px;
        }

            /*   .home-middle .serch-engine .wigarde .autocomplete ul li:hover {
list-style-type: none;
padding: 6px 0 6px;
margin-top: 10px;
width: 100%;
display: block;
margin: 0px 0px auto 0px;
background: #fc0;
border-radius: 7px;
}
*/


            .home-middle .serch-engine .wigarde .autocomplete ul li.city-airport {
                width: 86%;
                margin-left: auto;
                border-bottom: 1px solid #ccc;
                margin-right: 10px;
            }

                .home-middle .serch-engine .wigarde .autocomplete ul li.city-airport img {
                    float: left;
                }

.home-middle .serch-engine .ui-menu .ui-menu-item-wrapper.ui-state-active {
    color: #fd3c5f;
    border: none;
    background: #eff1fd;
    padding: 5px 10px;
    margin: 0px;
    border-radius: 5px;
}

.home-middle .serch-engine .ui-menu .ui-menu-item-wrapper p .ui-state-active {
    color: #fd3c5f;
}

.home-middle .serch-engine .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 5px 10px;
}


.home-middle .serch-engine .wigarde .autocomplete ul li.city {
    border-bottom: 1px solid #d9dde2;
}

.home-middle .serch-engine .wigarde .autocomplete ul li:first-child {
    margin-top: 5px;
}

.home-middle .serch-engine .wigarde .autocomplete ul ul.city li::after {
    content: "";
    position: absolute;
    background: url(../images/plan-middle-icon.png) no-repeat;
    width: 24px;
    height: 30px;
    left: -18px;
    top: 10px;
}

.home-middle .serch-engine .wigarde .autocomplete ul ul.city {
    border-left: 1px solid #d9d9d9;
}

    .home-middle .serch-engine .wigarde .autocomplete ul ul.city li::before {
        content: " ";
        position: absolute;
        border-top: 1px solid #d8d8d8;
        left: -55px;
        width: 19px;
        top: 44%;
    }

        .home-middle .serch-engine .wigarde .autocomplete ul ul.city li::before:last-child {
            border-top: none;
        }

    .home-middle .serch-engine .wigarde .autocomplete ul ul.city li:last-child {
        border-bottom: 0;
    }

.home-middle .serch-engine .wigarde .autocomplete ul li p {
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #0e2747;
}

.home-middle .serch-engine .wigarde .autocomplete ul ul.city li p {
    margin-left: 15px;
}

.home-middle .serch-engine .wigarde .autocomplete ul ul.city li span {
    margin-left: 15px;
}

.home-middle .serch-engine .wigarde .autocomplete ul li span {
    font-weight: 400;
    font-family: 'Ubuntu';
    font-size: 12px;
    color: #4b4b4b;
}

.home-middle .serch-engine .wigarde .autocomplete ul ul.city {
    margin: 0;
    position: initial;
}

.home-middle .serch-engine .wigarde .autocomplete ul li p:hover {
    color: #000;
    cursor: pointer;
}

.home-middle .serch-engine .wigarde .autocomplete ul ul.city {
    overflow-x: hidden;
    overflow-y: hidden;
    width: auto;
    margin: 0 0 0 -30px;
    height: auto;
    padding: 7px 0 0 48px;
}

.home-middle .serch-engine .wigarde .autocomplete ul li:after {
    border: none;
}

.home-middle .serch-engine .wigarde .autocomplete ul li:last-child {
    border-bottom: none;
}

.home-middle .serch-engine .wigarde .autocomplete ul ul.city::before {
    content: " ";
    position: absolute;
    border-bottom: 1px solid #d8d8d8;
    left: 0px;
    width: 34px;
    margin-top: -8px;
    transform: rotate(180deg);
}

.home-middle .serch-engine .wigarde .autocomplete ul ul.city::after {
    content: " ";
    position: absolute;
    border-bottom: 1px solid #d8d8d8;
    left: 6px;
    width: 304px;
    transform: rotate(180deg);
    margin-top: 8px;
}

.home-middle .serch-engine .wigarde .autocomplete .form-control {
    border: 0;
    height: 51px;
    box-shadow: 0px 0px 35px 0px rgba(46, 12, 12, 0.42);
    background: url(../images/search-icon.png) 96% 50% no-repeat #fff;
    font-size: 15px;
    font-weight: 600;
}

.home-middle .serch-engine .wigarde .autocomplete input.form-control::before {
    content: " ";
    position: absolute;
    width: 12px;
    height: 12px;
}



.quotes {
    display: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    color: #8f9197;
    text-align: center;
    margin-bottom: 10px;
}

.filght-details-bx ul {
    margin: 0;
    padding: 0;
}

    .filght-details-bx ul li {
        color: #828282;
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        padding: 5px 16px;
        position: relative;
        list-style-type: none;
    }

        .filght-details-bx ul li:after {
            content: "";
            /*background: url(../images/icon-bag.png) no-repeat;*/
            width: 7px;
            height: 7px;
            display: block;
            top: 10px;
            left: 0;
            position: absolute;
        }

.filght-details-bx img.float-right {
    margin: 0 15px 0 0;
}

.mdl-body .filght-details-bx strong {
    padding: 7px 0 4px;
    display: block;
}

.filght-details-bx ul.list-fligh {
    padding: 0 !important;
}



.date-picker-wrapper {
    z-index: 9999 !important;
}

span.noDatafound {
    min-height: 350px;
    display: block;
}


/*28 8 2020 shubham*/
#divreturndate {
    position: relative;
}

.clos-return {
    position: absolute;
    right: 14px;
    top: 3px;
    cursor: pointer;
    z-index: 9;
    background: #fff;
    border: 1px solid #717171;
    color: #333333 !important;
    height: 14px;
    width: 14px;
    font-weight: bold !important;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    font-size: 9px !important;
}



.custom-top {
    font-size: 14px;
    color: #365aa6;
}
/*.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
color: #0b2340 !important;
}*/
.date-picker-wrapper .month-wrapper table .day {
    padding: 10px 10px !important;
}

    .date-picker-wrapper .month-wrapper table .day.checked {
        background-color: #ed0101 !important;
        color: #fff !important;
    }

.date-picker-wrapper .day.toMonth.valid.checked.first-date-selected {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0 !important;
}

.date-picker-wrapper .day.toMonth.valid.checked.last-date-selected {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.date-picker-wrapper .month-wrapper table td, .date-picker-wrapper .month-wrapper table th {
    font-weight: normal;
    font-size: 14px !important;
    color: #000 !important;
}


.wigarde .date-picker-wrapper .month-wrapper {
    /*width: 600px !important;*/
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.42);
    border-radius: 0 !important;
}

table.month1, table.month2 {
    width: 275px !important;
}

.date-picker-wrapper .month-wrapper:before {
    content: "";
    height: 245px;
    width: 1px;
    left: 50%;
    bottom: 15px;
    display: inline-block;
    position: absolute;
    background: #e5e5e5;
}

.date-picker-wrapper.single-date .month-wrapper:before {
    display: none;
}

#sec-flight-lugg-prot-tab, #sec-flight-pkg-Info-tab {
    background: #fff;
    width: 100%;
    float: left;
    box-shadow: 0 0 10px #d3d3d3;
    border-radius: 10px;
}

#sec-flight-pkg-Info-tab {
    padding-bottom: 15px;
}

.date-pass {
    font-size: 14px;
    color: #000;
    border-bottom: 2px solid #fa7a5d;
    padding: 0 6px 14px;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
    background-color: #ed0101 !important;
    color: #fff !important;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
    background-color: #0c44ac !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 26px;
    width: 25px !important;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    padding: 0 !important;
}
/*.date-picker-wrapper.no-shortcuts {*/
/*top: 410.741px !important;*/
/*left: 680px !important;
}*/
.date-picker-wrapper .gap {
    visibility: hidden !important;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top span {
    color: #fff;
}

.home-middle .serch-engine .wigarde .flying-from-2 .date-1 .date-picker-wrapper[style] {
    /*top: 100px !important;*/
    border-radius: 0;
}

.home-middle .serch-engine .wigarde .flying-from-2 .date-2 .date-picker-wrapper[style] {
    top: 48px !important;
    left: -155px;
    border-radius: 0;
}

.modifay-search .wigarde .flying-from-2 .date-1 .date-picker-wrapper[style] {
    top: 75px !important;
}

.modifay-search .wigarde .flying-from-2 .date-2 .date-picker-wrapper[style] {
    top: 50px !important;
    left: -10px !important;
}

.date-picker-wrapper .drp_top-bar {
    background: #0c44ac;
    z-index: 99 !important;
    padding: 14px 25px !important;
    color: #fff;
}

.date-picker-wrapper {
    border: 0;
    padding: 0;
    background-color: transparent;
}

    .date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
        color: #fff !important;
        border-radius: 5px;
    }

    .date-picker-wrapper .month-wrapper table .day.real-today {
        background-color: transparent !important;
        border-radius: 50%;
    }

    .date-picker-wrapper .month-element {
        font-weight: 600;
        color: #000;
    }

    .date-picker-wrapper .month-wrapper table td, .date-picker-wrapper .month-wrapper table th {
        font-weight: bold !important;
    }

.mob-show {
    display: none;
}

.searchAirlines select {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    padding: 2px 7px;
    width: 100%;
    height: 36px;
}

.AddError {
    font-size: 13px;
    color: #ff0000;
    padding: 8px;
}

.error p#pOrigin {
    color: #ff0000 !important;
}

.error p#pDestination {
    color: #ff0000 !important;
}

/*MultiCity*/
#multiCitys {
    display: none;
}

.multiLeft {
    width: 70%;
}

.multiRight {
    width: 30%;
}

.multiCityFld .flying-from-1 {
    width: 80% !important;
}

.multiCityFld .flying-from-2 .date-1 {
    width: 100% !important;
    margin-right: 0;
}

.multiCityFld .flying-from-2 {
    width: 20% !important;
}

.multiCityFld .flying-from-3 {
    width: 50% !important;
}

.multiCityFld .flying-from-4 {
    width: 44% !important;
}

.flying-from-4.addCloseBtn {
    width: 100% !important;
}

.multiCityFld .calender label strong {
    line-height: 19px !important;
}

.multiCityFld .rowRepeat {
    margin-top: 4px;
    float: left;
    width: 100%;
}

a.mltiRemoveBtn {
    width: 24px;
    display: inline-block;
    margin-left: 6px;
    margin-top: 20px;
}

.flying-from-4.addCloseBtn {
    min-width: 66%;
    text-align: right;
    padding-top: 7px;
}

    .flying-from-4.addCloseBtn a {
        font-weight: 500;
        margin-left: 29px;
        font-size: 15px;
    }

        .flying-from-4.addCloseBtn a:hover {
            text-decoration: underline !important
        }

.ui-datepicker .ui-datepicker-header span {
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-header > a span {
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    display: inline-block;
}

.ui-datepicker .ui-datepicker-header > a.ui-datepicker-next span {
    border-right: 0;
    border-left: 10px solid #fff;
}
/*DatePicker*/
.ui-widget.ui-widget-content {
    position: absolute;
    z-index: 1;
}

.ui-widget-header {
    border: 0;
    background: #0c44ac;
    color: #fff;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-default,
.ui-datepicker .ui-datepicker-calendar th span {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: bold !important;
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-default {
    background: transparent;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
    background: #ed0101;
    text-align: center;
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span.ui-state-default {
    background: transparent;
    border: 0;
    text-align: center;
    color: #000;
}

a.addFlightBtn {
    border: 1px solid #0b42a9;
    padding: 4px 9px;
    display: inline-block;
    color: #0b42a9;
    margin-top: 4px;
    border-radius: 2px;
}

.multiCityFld .rowFirst {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flying-from-3.removerech {
    width: auto !important;
    float: right;
    margin-right: -50px !important;
}

.date-1 .ui-widget.ui-widget-content {
    box-shadow: 0 9px 30px rgb(0 0 0 / 50%);
}

header#myHeader {
    position: relative !important;
}

@media only screen and (min-width: 1200px) and (max-width: 2500px) {
    .home-middle .serch-engine .wigarde .flying-from-2 .date-2 .date-picker-wrapper[style],
    .modifay-search .wigarde .flying-from-2 .date-2 .date-picker-wrapper[style] {
        left: -189px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 2500px) {
    .wigarde .date-picker-wrapper .month-wrapper {
        width: 600px !important;
    }
}
/*Ipad Pro*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .home-middle .serch-engine .wigarde .flying-from-2 {
        float: left;
        width: 29%;
    }

    .home-middle .serch-engine .wigarde .flying-from-3 {
        width: 15.5%;
    }

    .home-middle .serch-engine .wigarde .flying-from-4 {
        width: 10%;
    }

    .home-middle .serch-engine .wigarde .serch-botton {
        font-size: 13px;
    }

    .home-middle .serch-engine .wigarde .flying-from-1 {
        width: 43.2%;
    }

    .home-middle .serch-engine .wigarde .flying-from-2 .date-1 {
        margin-right: 5px;
    }

    .add-return {
        font-size: 12px;
    }

    .multiCityFld .flying-from-4 {
        width: 42% !important;
    }

    .flying-from-4.addCloseBtn {
        width: 100% !important;
    }
}


/*Ipad Pro*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homebanner-heading {
        margin-top: 100px;
        font-size: 26px;
    }

    .home-middle .serch-engine .wigarde .flying-from-1 {
        width: 100%;
        display: flex;
    }

    .multiCityFld .flying-from-3,
    .multiCityFld .flying-from-2 {
        width: 23% !important;
        margin: 0 0 0 1.5% !important;
    }

    .home-middle .serch-engine .wigarde .flying-from-2 {
        width: 100%;
        margin-top: 12px;
    }

        .home-middle .serch-engine .wigarde .flying-from-2 .date-1 {
            width: 48%;
            margin-right: 0;
        }

        .home-middle .serch-engine .wigarde .flying-from-2 .date-2 {
            width: 50.5%;
        }

    .home-middle .serch-engine .wigarde .flying-from-1 .fly-2 {
        width: 50.5%;
    }

    .calender-1 .msearchL, .calender .msearchL {
        width: 35px !important;
    }

    .home-middle .serch-engine .wigarde .flying-from-3 {
        width: 100%;
        margin: 10px 0 12px 0;
    }

    .home-middle .serch-engine .wigarde .flying-from-4 {
        width: 100%;
        margin-bottom: 16px;
    }

    .destination__wrapper {
        height: auto !important;
    }

    .travlerr-data {
        top: 242px;
        right: auto;
        left: 0;
    }

    .multiCityFld .rowFirst {
        flex-wrap: wrap;
    }

    .multiRight,
    .multiLeft {
        width: 100%;
    }

    .multiCityFld .flying-from-3 {
        width: 35% !important;
        margin: 0 !important;
    }

    .multiCityFld .flying-from-4 input.serch-botton {
        width: 76% !important;
        margin-left: 12px;
        padding: 20px 0 !important;
    }

    .flying-from-3.removerech {
        width: 5% !important;
        text-align: right;
        padding-right: 0;
    }

    a.mltiRemoveBtn {
        margin-top: 10px;
    }

    .multiCityFld .flying-from-1 {
        width: 69% !important;
    }
}

/*Mobile*/
@media only screen and (min-width: 270px) and (max-width: 767px) {
    .homebanner-heading {
        display: none
    }

    .home-middle .serch-engine .wigarde .flying-from-1 {
        width: 100%;
    }

    .home-middle .serch-engine .wigarde .flying-from-2 {
        width: 100%;
        margin-top: 0;
        padding: 10px 6px;
    }

    .date-picker-wrapper .drp_top-bar {
        padding: 10px 15px !important;
    }

    .date-picker-wrapper .month-wrapper table .day {
        padding: 7px 10px !important;
        font-size: 13px;
    }

    .modifysearch__whiteBG {
        padding-bottom: 40px;
    }

    .home-middle .serch-engine .wigarde .flying-from-2 .date-1 {
        width: 48%;
        margin-right: 0;
        border-right: 1px solid #dbdbdb;
    }

    .calender-1 .msearchL, .calender .msearchL {
        width: 35px !important;
    }

    .home-middle .serch-engine .wigarde .flying-from-3 {
        width: 100%;
        margin: 0 0 -8px 0;
        border-top: 1px solid #dbdbdb;
        padding: 5px 0 0 10px;
    }

    .home-middle .serch-engine .wigarde .flying-from-4 {
        width: 100%;
        margin-bottom: 16px;
    }

    .destination__wrapper {
        height: auto !important;
    }

    .travlerr-data {
        top: 242px;
        right: auto;
        left: 0;
    }

    .home-middle .container > .row {
        margin: 0;
    }

    .home-middle .serch-engine .wigarde .flying-from-1 .fly-1 {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #dbdbdb;
    }

    .home-middle .serch-engine .wigarde .flying-from-1 .fly-2 {
        width: 100%;
        padding-top: 14px;
        border-bottom: 1px solid #dbdbdb;
    }

    .swapdepartureImg {
        transform: rotate(90deg);
        left: auto;
        right: 19px;
        margin-top: -20px;
    }

    #multiCitys .swapdepartureImg {
        margin-top: -14px;
    }

    .homeSearchEngine label {
        border: 0;
    }

    .oneWayReturn {
        margin-top: -49px;
    }

    div#flight .container {
        padding: 0;
    }

    .home-middle .serch-engine .tab-content {
        padding: 10px 0;
    }

    .oneWayReturn input[type="radio"]:checked + label, .oneWayReturn input[type="radio"]:not(:checked) + label {
        color: #fff;
    }

    .home-middle .serch-engine .wigarde .serch-botton {
        text-align: center;
        cursor: pointer;
        left: 0 !important;
        display: block;
        top: 10px;
        width: 70%;
        border-radius: 7px;
        border: 0;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        padding: 11px 20px !important;
        font-family: 'Ubuntu';
        background: url(/images/search-icon.png), linear-gradient(90deg, #0c44ac 0%, #0c44ac 100%);
        background-repeat: no-repeat;
        background-position: 26% 50%;
        margin-left: 15%;
        margin-bottom: -60px;
        top: 43px;
        position: relative;
    }

    .home-middle .serch-engine .tab-content {
        padding: 10px 0;
        margin-top: -40px;
    }

    .main-banner:after {
        background: rgba(0, 0, 0, 0.4);
        background: linear-gradient(to bottom, rgb(29 29 29 / 30%), rgb(0 0 0 / 30%), rgb(0 0 0 / 100%));
    }

    .travlerr-data {
        border-radius: 0 !important;
        position: fixed;
        top: 0px !important;
        left: 0;
        height: 100vh;
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 80px;
    }

    .mob-show {
        margin-bottom: 14px;
        padding-bottom: 18px;
        border-bottom: 1px solid #dddddd;
        display: block;
        float: left;
        width: 100%;
    }

        .mob-show .close-btn-icon {
            background: url(../images/home-sprit-icon.png) no-repeat;
            display: inline-block;
            vertical-align: bottom;
            width: 20px;
            height: 24px;
            background-position: -117px -14px;
        }

    .travel-class ul li {
        width: auto;
        padding: 6px 11px;
        display: inline-flex;
    }

    .travel-class {
        margin: 0;
        padding: 0;
        padding-top: 15px;
    }

    .searchAirlines label {
        justify-content: flex-start;
        font-weight: bold;
        font-size: 13px;
    }

    .apply-btn {
        margin-top: 0;
    }

    .home-middle .serch-engine .wigarde .flying-from-2 .date-1 .date-picker-wrapper[style] {
        left: 0px !important;
        width: 316px;
    }

    .date-picker-wrapper .month-wrapper:before {
        display: none;
    }

    .home-middle .serch-engine .wigarde .flying-from-2 .date-2 .date-picker-wrapper[style] {
        top: 46px !important;
        width: 316px;
    }

    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        max-height: 380px;
        overflow: auto;
    }

    .home-middle .serch-engine .wigarde .autocomplete {
        top: auto;
    }

    .multiRight,
    .multiLeft {
        width: 100%;
    }

    .multiCityFld .rowFirst {
        flex-wrap: wrap;
    }

    .multiCityFld .flying-from-2,
    .multiCityFld .flying-from-1 {
        width: 100% !important;
        padding: 0 !important
    }

    .multiCityFld .flying-from-1 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .multiCityFld .fly-2 {
        padding: 0 !important;
    }

    .multiCityFld .flying-from-4,
    .multiCityFld .flying-from-3 {
        width: 100% !important;
    }

    #carouselExampleControls, .home-middle .carousel-inner, .home-middle {
        height: auto;
    }

        .home-middle .serch-engine {
            position: static;
        }

            .home-middle .serch-engine .tab-content {
                padding: 6px 0;
                margin: 20px 0 !important;
            }

            .home-middle .serch-engine .wigarde .serch-botton {
                margin-bottom: 0;
                top: 0;
                position: relative;
                margin-top: 30px;
                background-position: 18% 50%;
            }

        .home-middle .serch-engine {
            position: relative;
            background: #0c44ac;
            padding: 30px 0 9px 0;
            background: -moz-linear-gradient(0deg, rgba(12,68,172,1) 0%, rgba(12,68,172,1) 24%, rgba(12,68,172,1) 45%, rgba(79,122,209,1) 100%);
            background: -webkit-linear-gradient(0deg, rgba(12,68,172,1) 0%, rgba(12,68,172,1) 24%, rgba(12,68,172,1) 45%, rgba(79,122,209,1) 100%);
            background: linear-gradient(0deg, rgba(12,68,172,1) 0%, rgba(12,68,172,1) 24%, rgba(12,68,172,1) 45%, rgba(79,122,209,1) 100%);
        }

    .multiCityFld .fly-1, .multiCityFld .fly-2 {
        width: 100% !important;
    }

    .multiCityFld .date-1 {
        border-bottom: 1px solid #dbdbdb;
        border-right: 0 !important;
        width: 100% !important;
    }

    a.addFlightBtn {
        margin-right: 10px;
    }

    .home-middle .serch-engine .wigarde .flying-from-3 {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 8px !important;
    }

    .homeSearchEngine label img.img-fluid {
        margin-right: 3px;
        margin-left: -4px;
    }
    /*.home-middle .serch-engine .multiCityFld .flying-from-1 .fly-2 .autocomplete {
    left: auto;
    right: 0;
}*/
    .home-middle .serch-engine .autocomplete {
        width: 320px !important;
    }

    .home-middle .serch-engine .wigarde .flying-from-3.removerech {
        border: 0 !important;
        padding: 0 !important;
        text-align: right;
        margin: 0 !important;
        position: relative;
    }

    .home-middle .serch-engine .wigarde .flying-from-4 {
        margin-bottom: 0;
        padding: 0;
    }

    .flying-from-4.addCloseBtn a {
        margin: 14px 13px;
    }

    a.mltiRemoveBtn {
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: -67px;
        width: 60px;
        height: 66px;
        text-align: center;
        line-height: 66px;
    }

    .bodyfixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
}
