@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700,800,900&display=swap");
/* @import url("../css/normalize.css"); */
body {
    font-size: 14px;
    color: #000000;
    font-family: "Nunito";
}

html, body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth !important;
}



* {
    box-sizing: border-box;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.radio input[type=radio] + .radio-label:before {
    border: 1px solid #407DF6;
    width: 20px;
    height: 20px;
    top: 0;
}

.radio input[type=radio]:checked + .radio-label:before {
    background-color: #407DF6;
    box-shadow: inset 0 0 0 3px #ffffff;
    top: 0;
}

.checkbox label,
.radio label {
    padding-left: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.radio label {
    margin: 0 !important;
    padding: 0.3rem 0.8rem;
}

.radio input[type=radio]:checked + .radio-label {
    font-weight: bold !important;
    color: #407DF6;
    padding: 0.3rem 0.8rem;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

    .radio input[type=radio] + .radio-label:before {
        content: "";
        background: #ffffff;
        border-radius: 100%;
        border: 2px solid #407DF6;
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative;
        top: -2px;
        margin-right: 4px;
        vertical-align: middle;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }

    .radio input[type=radio]:checked + .radio-label:before {
        background-color: #407DF6;
        box-shadow: inset 0 0 0 3px #ffffff;
        border: 1px solid #407DF6;
    }

    .radio input[type=radio]:focus + .radio-label:before {
        outline: none;
        border-color: #407DF6;
    }

    .radio input[type=radio]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #ffffff;
        border-color: #407DF6;
    }

    .radio input[type=radio] + .radio-label:empty:before {
        margin-right: 0;
    }

    .radio input[type=radio] + .radio-label:before {
        border: 1px solid #407DF6;
        width: 20px;
        height: 20px;
        top: 0;
    }

.form-group {
    position: relative;
    display: inline-block;
    /*width: 100%;*/
    margin-bottom: 0.5rem;
}

.checkform label {
    font-size: 20px !important;
    color: #000000;
    text-transform: none !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

.checkform .form-group input[type=checkbox] {
    display: none;
    cursor: pointer;
}

.checkform input[type=checkbox] + label:before {
    content: "";
    background-color: transparent !important;
    border: solid 0.1rem #555555;
    border-radius: 2px;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05), inset 0rem -1.5rem 1rem -1.2rem rgba(0, 0, 0, 0.05);
    padding: 0.6rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    top: -1px;
}

.checkform input[type=checkbox]:checked + label:before {
    content: "";
    background-color: #407DF6 !important;
    border: solid 0.1rem #407DF6;
}

.checkform input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: url(../images/check-mark-white.png) no-repeat center center;
}

textarea.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.birthDate .ui-datepicker-month,
.birthDate .ui-datepicker-year {
    font-size: 14px;
    margin: 0 5px;
    text-align: center;
    padding: 3px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(143, 10, 17, 0.2509803922);
}

.birthDate .ui-datepicker .ui-datepicker-header {
    width: 40% !important;
    font-size: 16px !important;
    padding: 2px;
}

.fare {
    padding: 15px 0 0 0;
    text-align: left;
    margin-bottom: 0px;
    font-size: 14px;
}

    .fare table {
        border-radius: 5px !important;
        border-collapse: collapse !important;
    }

        .fare table th {
            padding: 2px !important;
        }

        .fare table td {
            padding: 2px !important;
        }

   /* .fare tr:first-child th:first-child {
        border-top-left-radius: 6px;
    }

    .fare tr:first-child th:last-child {
        border-top-right-radius: 6px;
    }

    .fare tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }

    .fare tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }*/

    .fare tr:last-child td {
        border-bottom: 1px solid #D7D7D7;
    }

    .fare h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0px 0 0;
    }

.click-btn {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    line-height: 1.5;
    border: 1px solid;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-blue {
    border-color: #407DF6;
    color: #407DF6;
    transition: all 0.5s;
}

    .btn-blue:hover {
        box-shadow: inset 10em 0 0 0 #407DF6, inset -10em 0 0 0 #407DF6;
        border-color: #407DF6;
        color: #ffffff;
    }

.btn-green {
    border-color: #008000;
    color: #008000;
    transition: all 0.5s;
    background: #D9FFD9;
    padding: 5px 10px;
    font-size: 14px;
}

    .btn-green:hover {
        box-shadow: inset 10em 0 0 0 #008000, inset -10em 0 0 0 #008000;
        border-color: #008000;
        color: #ffffff;
    }

select.form-control {
    position: relative;
}

    select.form-control:before {
        background: url(../images/select-arrow-black.png) no-repeat !important;
        width: 10px;
        height: 8px;
        top: 18px !important;
        right: 10px !important;
        position: absolute !important;
        content: "";
    }

.viewfare {
    float: right;
    padding: 0 0 0 0 !important;
}

    .viewfare .btn-view {
        background-color:#498bac;
        padding: 4px 15px !important;
        margin: 5px 0 0 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: #ffffff;
        background-size: 400% 100%;
        transition: all 0.4s ease-in-out;
    }

        .viewfare .btn-view:hover {
            background-position: right center;
            color: #ffffff;
        }

    .viewfare .btntoggle {
        padding: 8px 10px;
    }

/*popup strat*/
.modal-header {
    background: #498bac;
    padding: 0px 16px;
}

.modal-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: normal;
    color: #ffffff;
    line-height: normal;
    font-weight: 700;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;
}

.modal-content {
    border-radius: 8px;
}

    .modal-content button.close {
        background: transparent;
        border: 0;
        font-size: 35px;
        color: #ffffff;
        line-height: normal;
    }

.popup-text {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #2C3039;
}

    .popup-text p {
        margin: 0 0 1rem 0;
    }

    .popup-text span {
        font-weight: 700;
        display: block;
        font-size: 20px;
        margin: 10px 0 0 0;
    }

.modal-footer {
    padding: 0px 20px 10px 20px;
    border-top: 0px solid #dee2e6;
}

.primary-btn {
    background: linear-gradient(to right, #63217d 0%, #FF656B 51%, #63217d 100%);
    padding: 5px 30px !important;
    margin: 5px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    background-size: 400% 100%;
    transition: all 0.4s ease-in-out;
}

    .primary-btn:hover {
        background-position: right center;
        color: #63217d;
        background: #ffffff;
        border: 1px solid #63217d;
    }

.secondary-btn {
    text-transform: uppercase;
    background-size: 300% 100%;
    transition: all 0.4s ease-in-out;
    margin: 5px 0 0 0;
    padding: 6px 30px;
    font-weight: 700;
    font-size: 14px;
    background-color:#498bac;
    color: #ffffff;
    background-position: right center;
    color: #63217d !important;
    background: #ffffff !important;
    border: 1px solid #63217d !important;
}

    .secondary-btn:hover {
        /* background: linear-gradient(to right, #63217d 0%, #FF656B 51%, #63217d 100%) !important;*/
        background: #63217d!important;
        color: #ffffff !important;
        color: #ffffff;
        background-size: 400% 100%;
        border: 1px solid #63217d;
    }
   /* .secondary-btn .active {
        background: none!important;
        color: none!important;
        background-size: 400% 100% !important;
        border: hidden!important;
    }*/

 /*   .secondary-btn .active {
        background: linear-gradient(to right, #63217d 0%, #FF656B 51%, #63217d 100%) !important;
        color: #ffffff !important;
        background-size: 400% 100% !important;
        border: 1px solid #63217d !important;
    }*/

    .secondary-btn .active {
        background: none !important;
        color: none !important;
        background-size: 400% 100% !important;
        border: none !important;
    }

.btn.active {
    /*background: linear-gradient(to right, #63217d 0%, #FF656B 51%, #63217d 100%) !important;*/
    color: #ffffff !important;
    background: #63217d;
    background-size: 400% 100% !important;
    /* border: 1px solid #63217d !important;*/
}

.primary-color {
    color: #498bac;
}

.p-15 {
    padding: 2px 15px !important;
}

.multy-city-main .multy-tab nav .nav-tabs .nav-link:hover {
    border: 0px solid #fff !important;
}

/*added by bramhani */

/**Tooltip CSS**/
.tool {
    cursor: pointer;
    position: relative;
}

    /*== common styles for both parts of tool tip ==*/
    .tool::before,
    .tool::after {
        opacity: 0;
        position: absolute;
        z-index: -100;
    }

    .tool:hover::before,
    .tool:focus::before,
    .tool:hover::after,
    .tool:focus::after {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 100;
    }

    /*== pointer tip ==*/
    .tool::before {
        border-style: solid;
        border-width: 0.5em 0.5em 0 0.5em;
        border-color: #498bac transparent transparent transparent;
        bottom: 120%;
        left: 10%;
        content: "";
        margin-left: 0;
        transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26), opacity 0.65s 0.5s;
        transform: scale(0.6) translateY(-90%);
    }

    .tool:hover::before,
    .tool:focus::before {
        transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
    }

    /*== speech bubble ==*/
    .tool::after {
        background: #498bac;
        border-radius: 6px;
        bottom: 150%;
        left: 249%;
        color: #ffffff;
        content: attr(data-tip);
        margin-left: -8.75em;
        padding: 8px;
        transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
        transform: scale(0.6) translateY(50%);
        font-size: 12px;
    }

    .tool:hover::after,
    .tool:focus::after {
        transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
    }
/*end */
/***********~from~***********/
:focus {
    outline: none;
}

.Background-bg {
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0 0 0;
}

    .Background-bg:after {
        background-image: url(../../images/bg.jpg);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        content: "";
        height: 420px;       
        z-index: -9;
    }

select {
    color: #999999 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
    position: relative;
    z-index: 3;
    width: 100%;
    outline: none;
}

    select option {
        color: #000000;
    }

    select:focus > option:checked {
        background: #498bac !important;
        color: #ffffff;
    }

/***********~button~***********/
.clearfix {
    clear: both;
    width: 100%;
}

/*heder start*/
.search-header {
    background: #ffffff;
}

header {
    display: block;
    position: fixed;
    z-index: 2;
    width: 100%;
    background: #ffffff;
    padding: 5px 120px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    top: 0px!important;
}

    header .menu-box {
        justify-content: space-between;
        display: flex;
    }

    header .logo-box {
        width: auto;
        display: inline-block;
        margin: 0 0 0 0px;
    }

    header.small {
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        font-size: 100%;
        background: #ffffff;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    }

/*header.small nav {
    margin: 0px 0 0 0;
    padding: 0;
}*/
.profile-nav {
    float: right;
    margin-top: 3px;
}

    .profile-nav .bg-light {
        background: #ffffff !important;
        padding: 0px;
    }

    .profile-nav ul.navbar-nav li.nav-item {
        font-size: 14px;
        font-weight: 700;
        position: relative;
    }

        .profile-nav ul.navbar-nav li.nav-item .dropdown-toggle {
            position: relative;
        }

            .profile-nav ul.navbar-nav li.nav-item .dropdown-toggle:after {
                display: inline-block;
                margin: 0px 0 0 2px;
                vertical-align: middle;
                content: "";
                border-top: 0em solid;
                border-right: 0em solid transparent;
                border-bottom: 0;
                border-left: 0em solid transparent;
                width: 10px;
                height: 8px;
                background: url(../images/select-arrow-blue.png) no-repeat !important;
            }

        .profile-nav ul.navbar-nav li.nav-item .book-icon {
            content: "";
            width: 25px;
            height: 24px;
            position: absolute;
            top: 0px;
            left: 0;
            display: inline-block;
            top: 4px;
            background: url(../images/sprite-img.png) no-repeat -13px -13px;
        }

        .profile-nav ul.navbar-nav li.nav-item .user-icon {
            content: "";
            width: 25px;
            height: 24px;
            position: absolute;
            top: 0px;
            left: 0;
            display: inline-block;
            background: url(../images/sprite-img.png) no-repeat -200px -14px;
        }

        .profile-nav ul.navbar-nav li.nav-item.dropdown .nav-link {
            vertical-align: middle;
            position: relative;
            padding: 2px 0px 2px 0px;
            color: #498bac;
            font-size: 20px;
        }

        .profile-nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
            padding: 0;
            border-radius: 0px 0px 4px 4px;
        }

            .profile-nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item {
                font-size: 14px;
            }

                .profile-nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
                    background-color: #DFF3FF;
                    color: #498bac;
                }

                .profile-nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item.active, .profile-nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item:active {
                    background-color: #DFF3FF !important;
                    color: #498bac;
                }

        .profile-nav ul.navbar-nav li.nav-item:last-child {
            background: #ffffff;
            color: #2C3039;
            border-radius: 4px;
            font-size: 14px;
            margin: 0 0 0 15px;
            padding: 0px 0;
            border: 1px solid #498bac;
        }

            .profile-nav ul.navbar-nav li.nav-item:last-child .nav-link {
                color: #2C3039;
                font-size: 14px;
                margin: 7px 7px 7px 7px;
            }

        .profile-nav ul.navbar-nav li.nav-item .nav-link {
            color: #2C3039;
            position: relative;
            padding: 0px 10px 0px 10px;
        }

            .profile-nav ul.navbar-nav li.nav-item .nav-link strong {
                color: #498bac !important;
            }

            .profile-nav ul.navbar-nav li.nav-item .nav-link.active {
                color: #498bac !important;
            }

.top-menu {
    position: fixed;
    top: 0;
    justify-content: space-between;
    display: flex;
    z-index: 99;
    width: 100%;
    color: #ffffff;
    padding: 0px 120px;
    background: #f8f9fa;
}

    .top-menu:after {
        position: absolute;
        content: "";
        right: 0;
        height: 100%;
        top: 0;
        width: 7%;
        z-index: -9;
        background: #63217d;
    }

    .top-menu .left-text {
        font-size: 14px;
        padding: 5px 0;
    }

    .top-menu .right-menu {
      /*  width: 70%;*/
        text-align: right;
        background: #498bac;
    }

        .top-menu .right-menu ul {
            margin: 0;
            padding: 0;
        }

            .top-menu .right-menu ul li {
                display: inline-block;
                color: #ffffff;
                font-size: 14px;
                position: relative;
                padding: 5px 12px 5px 27px;
            }

                .top-menu .right-menu ul li:last-child {
                    padding-left: 12px;
                    background: #63217d;
                }

                .top-menu .right-menu ul li .menu-icon1 {
                    content: "";
                    width: 25px;
                    height: 24px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: inline-block;
                    background: url(../images/sprite-img.png) no-repeat -13px -10px;
                }

                .top-menu .right-menu ul li .menu-icon2 {
                    content: "";
                    width: 25px;
                    height: 24px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: inline-block;
                    background: url(../images/sprite-img.png) no-repeat -53px -12px;
                }

                .top-menu .right-menu ul li .menu-icon3 {
                    content: "";
                    width: 25px;
                    height: 24px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: inline-block;
                    background: url(../images/sprite-img.png) no-repeat -53px -12px;
                }

/*heder end*/
/*Productlist start*/
.product-area {
    display: block;
    background: #ffffff;
    border-radius: 20px;
    opacity: 1;
    padding: 55px 15px 30px;
    margin: 30px 120px 0 120px;
    box-shadow: 0px 4px 12px 0px rgba(224, 252, 255, 0.5), 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
}

    .product-area .product-list-slider {
        width: 100%;
      
    }

        .product-area .product-list-slider a {
            text-align: center;
            font-size: 20px;
            font-weight: 500;
            display: inline-block;
            text-decoration: none;
            color: #000000;
            font-weight: 600;
        }

        .product-area .product-list-slider .pro-icon-box {
            width: 90px;
            height: 70px;
            display: block;
            position: relative;
            margin: -16px auto 2px;
        }

        .product-area .product-list-slider .slk-ico {
            width: 60px;
            height: 60px;
            position: absolute;
           
            border-radius: 50%;
            top: 30%;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
          
        }

        .product-area .product-list-slider .flight-icon {
            background-position: -7px -13px !important;
        }

        .product-area .product-list-slider .hotel-icon {
            background-position: -80px -14px !important;
        }

        .product-area .product-list-slider .holiday-icon {
            background-position: -153px -13px !important;
        }

        .product-area .product-list-slider .cab-icon {
            background-position: -225px -13px !important;
        }

        .product-area .product-list-slider .train-icon {
            background-position: -299px -14px !important;
        }

        .product-area .product-list-slider .visa-icon {
            background-position: -373px -14px !important;
        }

        .product-area .product-list-slider .forex-icon {
            background-position: -446px -13px !important;
        }

        .product-area .product-list-slider .cruise-icon {
            background-position: -589px -12px !important;
        }

        .product-area .product-list-slider .insurance-icon {
            background-position: -517px -14px !important;
        }

    .product-area .slick-track {
        top: 0;
        left: 0;
        margin: 0 auto;
    }

.product-list-slider a .prod-name {
    padding: 0px 8px;
    border-radius: 15px;
}

.product-list-slider a:hover .prod-name {
    background-color: #ffffff;
    color: #498bac;
}

/*.product-list-slider a:hover .slk-ico {
    border: 2px solid #498bac;
}*/

.product-list-slider .active .pro-icon-box {
    border-radius: 12px 12px 12px 12px;
    background-color: #ffffff;
}

.product-list-slider .active .prod-name {
    background-color: #ffffff;
    color: #498bac;
}

/*.product-list-slider .active .slk-ico {
    border: 2px solid #498bac;
}*/

/*Productlist end*/
.pull-right {
    text-align: right;
}

/*Home search widget start*/
.search-widget {
    display: block;
    padding: 10px 5px;
    /*Recent Searches*/
}

    .search-widget .flight-mode {
        margin: 0 auto !important;
        text-align: left;
    }

        .search-widget .flight-mode .radio {
            display: inline-block;
            margin: 0rem 0.2rem 1rem 0rem;
        }

        .search-widget .flight-mode label {
            display: block;
            color: #000000;
            font-style: normal;
            font-weight: 500;
            font-size: 15px !important;
            line-height: 20px;
            margin: 0px 0 0px 0px !important;
            font-size: 18px !important;
            font-weight: 700;
            padding: 0.3rem 0.3rem 0.3rem 0rem !important;
        }

    .search-widget .map {
        padding: 10px 3px 0 0;
        color: #00ADA1;
        font-weight: 600;
    }

    .search-widget .select-cust {
        padding: 6px 25px 6px 15px !important;
        margin-bottom: 8px;
    }

    .search-widget .quota-box {
        display: flex;
        justify-content: flex-start;
        margin: 11px 0 0 0;
        z-index:0;
        position:relative;
    }

        .search-widget .quota-box label {
            display: block;
            color: #000000;
            font-style: normal;
            font-weight: 500;
            font-size: 15px !important;
            line-height: 20px;
            margin: 0px 0 0px 0px !important;
            font-size: 15px !important;
            font-weight: bold;
        }

        .search-widget .quota-box .radio label {
            margin: 0 !important;
            padding: 0.3rem 0.6rem;
            border: 1px solid #ffffff;
            border-radius: 12px;
            background: #f5f5f5;
            text-align: center;
            color: #000000 !important;
            border-radius: 4px !important;
            padding: 0.5rem 0.5rem;
        }

            .search-widget .quota-box .radio label:hover {
                border: 1px solid #d2d2d2;
                background: #DFF3FF;
            }

        .search-widget .quota-box .radio input[type=radio] + .radio-label:before {
            width: 15px;
            height: 15px;
            vertical-align: -webkit-baseline-middle;
            top: -4px !important;
            display: block;
            margin: 0 auto;
        }

        .search-widget .quota-box .radio input[type=radio]:checked + .radio-label {
            font-weight: bold !important;
            color: #407DF6;
            background: #DFF3FF;
            padding: 0.5rem 1rem;
            border-radius: 12px;
            border: 1px solid #d2d2d2;
            margin-right: 0px !important;
            padding: 0.5rem 0.5rem;
        }

        .search-widget .quota-box .q-label {
            width: 30%;
            font-size: 15px;
            font-weight: 600;
            margin: 5px 0 0 0;
            color: #ffffff;
            margin: 0px 0 0 0;
        }

            .search-widget .quota-box .q-label p {
                color: #555555 !important;
            }

        .search-widget .quota-box .quota {
            width: 70%;
        }

            .search-widget .quota-box .quota .radio {
                display: inline-block;
                margin: 0rem 0.2rem 1rem 0rem;
                margin: 0rem 0.01rem 1rem 0rem !important;
            }

    .search-widget .recent-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 1rem 0 0 0;
    }

        .search-widget .recent-box .recent-head {
            font-size: 16px;
            line-height: 20px;
            color: #555555;
            margin: 0 0.5rem 0 0;
            font-weight: 600;
        }

        .search-widget .recent-box ul.recent-list {
            margin: 0;
            padding: 0;
            display: inline-flex;
        }

            .search-widget .recent-box ul.recent-list li {
                background: #f5f5f5;
                border: 1px solid #ffffff;
                border-radius: 4px;
                display: inline-block;
                padding: 0.4rem 0.7rem;
                font-size: 13px;
                line-height: 20px;
                text-align: left;
                color: #2C3039;
                margin: 0 5px 0 0;
            }

                .search-widget .recent-box ul.recent-list li:hover,
                .search-widget .recent-box ul.recent-list li:hover span {
                    cursor: pointer;
                }

                .search-widget .recent-box ul.recent-list li span {
                    display: block;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 20px;
                    color: #7E7E7E;
                }

    .search-widget .search-input-box {
        /*width: 39rem;*/
        width:100%;
        height: auto;
        border: 1px solid #d2d2d2;
        background-color: #ffffff;
        padding: 10px 25px 10px 15px;
        border-radius: 8px;
        float: left;
        position: relative;
    }

        .search-widget .search-input-box ::-moz-placeholder {
            color: #000000;
            font-size: 24px !important;
            font-weight: 700 !important;
        }

        .search-widget .search-input-box ::placeholder {
            color: #000000;
            font-size: 24px !important;
            font-weight: 700 !important;
        }

        .search-widget .search-input-box label {
            margin: 0;
            font-size: 14px;
        }

        .search-widget .search-input-box p {
            margin-bottom: 0px;
            font-size: 14px;
        }

        .search-widget .search-input-box input {
            width: 100%;
            border: 0px;
            font-size: 24px !important;
            font-weight: 700;
            color: #498bac;
            background: none;
        }

            .search-widget .search-input-box input .inp-text {
                font-size: 24px !important;
                font-weight: 600;
            }

        .search-widget .search-input-box:hover {
            border: 0.1rem solid #498bac;
        }

    .search-widget .flight-from {
        width: 48.5%;
        height: 100px;
        position: relative;
        padding: 10px 24px 10px 14px;
    }

        .search-widget .flight-from:before {
            content: "";
            width: 20px;
            height: 40px;
            display: inline-block;
            position: absolute;
            top: 25px;
            right: -2px;
            border-radius: 100%;
            background: #ffffff;
            background-color: #ffffff;
            border-top-left-radius: 2500px;
            border-bottom-left-radius: 2500px;
            border: 1px solid #d2d2d2;
            border-right: 0 !important;
            box-sizing: border-box;
        }

    .search-widget .rec-flight {
        width: 48.5%;
        height: 100px;
        float: right;
        position: relative;
        padding: 10px 14px 10px 24px;
    }

        .search-widget .rec-flight:before {
            content: "";
            width: 20px;
            height: 40px;
            display: inline-block;
            position: absolute;
            top: 25px;
            left: -2px;
            border-radius: 100%;
            background: #ffffff;
            background-color: #ffffff;
            border-bottom-right-radius: 2500px;
            border-top-right-radius: 2500px;
            border: 1px solid #d2d2d2;
            border-right: 1px solid #CDCDCD !important;
            border-left: 0 !important;
            box-sizing: border-box;
        }

    .search-widget .departure {
        width: 48%!important;
        height: 100px;
        padding: 10px 14px 10px 14px !important;
        margin: 0 4% 0 0;
    }

        .search-widget .departure label::before {
            /*background: url(../images/select-arrow.png) no-repeat;*/
            width: 10px;
            height: 8px;
            content: " ";
            position: absolute;
            right: 12px;
            top: 12px;
        }

        .search-widget .departure label::after {
            float: right;
        }

    .search-widget .return {
        width: 48%;
        height: 100px;
        padding: 10px 14px 10px 14px !important;
    }

        .search-widget .return label::before {
           /* background: url(../images/select-arrow.png) no-repeat;*/
            width: 10px;
            height: 8px;
            content: " ";
            position: absolute;
            right: 12px;
            top: 12px;
        }

        .search-widget .return label::after {
            float: right;
        }

    .search-widget .traveller {
        width: 100%;
        height: 100px;
        float: right;
    }

    .search-widget .error {
        width: 100%;
        color: #ff0000;
        font-size: 14px;
        display: none;
    }

    .search-widget .flight-swipe {
        width: 50px;
        height: 40px;
        text-align: center;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        top: 32px;
        margin: auto;
        z-index: 1;
    }

    .search-widget .select-source {
        display: block;
        position: absolute;
        background-color: #ffffff;
        color: #000000;
        width: 100%;
        height: auto;
        z-index: 9;
        border-radius: 0px 0px 8px 8px;
        top: 99px;
        left: 0px;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    }

        .search-widget .select-source .list-group .list-group-item {
            padding: 4px 7px !important;
        }

            .search-widget .select-source .list-group .list-group-item:hover {
                background: #DFF3FF;
                color: #498bac;
            }

            .search-widget .select-source .list-group .list-group-item h6 {
                font-size: 16px !important;
            }

            .search-widget .select-source .list-group .list-group-item p {
                font-size: 13px;
                margin-bottom: 2px !important;
            }

            .search-widget .select-source .list-group .list-group-item:first-child {
                border-top-left-radius: 0px !important;
                border-top-right-radius: 0px !important;
            }

    .search-widget .select-destination {
        display: block;
        position: absolute;
        background-color: #ffffff;
        color: #000000;
        width: 100%;
        height: auto;
        z-index: 9;
        border-radius: 0px 0px 8px 8px;
        top: 99px;
        left: 0px;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    }

        .search-widget .select-destination .list-group .list-group-item {
            padding: 4px 7px !important;
        }

            .search-widget .select-destination .list-group .list-group-item:hover {
                background: #DFF3FF;
                color: #498bac;
            }

            .search-widget .select-destination .list-group .list-group-item h6 {
                font-size: 16px !important;
            }

            .search-widget .select-destination .list-group .list-group-item p {
                font-size: 13px;
                margin-bottom: 2px !important;
            }

            .search-widget .select-destination .list-group .list-group-item:first-child {
                border-top-left-radius: 0px !important;
                border-top-right-radius: 0px !important;
            }

    .search-widget .select-traveller {
        position: relative;
        background-color: #ffffff;
        color: #000000;
        width: 100%;
        height: auto;
        z-index: 9;
        border-radius: 8px;
        top: 0;
        right: 0;
    }

        .search-widget .select-traveller h6 {
            font-size: 14px;
        }

        .search-widget .select-traveller .travelclass li {
            width: auto !important;
            padding: 5px 20px;
        }

        .search-widget .select-traveller .bottom-border {
            border-bottom: 1px solid #d2d2d2;
        }

        .search-widget .select-traveller .btn-apply {
            background-color: #498bac;
            color: #ffffff;
            padding: 8px 32px;
        }

    .search-widget .hideme {
        display: none;
    }

    .search-widget .search-btn {
        background-color:#498bac;
        color: #ffffff;
        padding: 11px 62px;
        border-radius: 49px;
        margin-bottom: -98px;
        font-size: 24px;
        font-weight: 700;
        transition: all 0.4s ease-in-out;
        background-size: 300% 100%;
    }

        .search-widget .search-btn:hover {
            background-position: right center;
            color: #ffffff;
        }

/*Home search widget end*/
.form-group label {
    color: #2C3039;
    font-weight: 600;
  /*  text-transform: uppercase;*/
    display: block;
    margin-bottom: 0;
}

/*Homepage flight submenu start*/
.flight-menu {
    margin: 0 0 10px 0;
}

    .flight-menu li {
        width: auto;
        display: inline-block;
    }

        .flight-menu li a {
            color: #000000;
        }

            .flight-menu li a:hover {
                color: #498bac;
            }

        .flight-menu li .divide {
            color: #7E7E7E;
        }

    .flight-menu .flight-sub-tab {
        background-color: #fafafa;
        font-size: 16px;
        font-weight: 600;
        padding: 5px 10px 5px 10px;
        line-height: 20px;
        display: inline-block;
        border-radius: 5px !important;
        width: auto;
        position: relative;
    }

        .flight-menu .flight-sub-tab a {
            color: #000000;
        }

        .flight-menu .flight-sub-tab i {
            position: absolute;
            font-size: 16px;
            top: 4px;
            right: 5px;
            color: #7E7E7E;
        }

        .flight-menu .flight-sub-tab.active {
            background: #498bac;
            color: #ffffff;
        }

            .flight-menu .flight-sub-tab.active i {
                color: #ffffff;
            }

            .flight-menu .flight-sub-tab.active:after {
                content: "";
                display: block;
                position: absolute;
                background: none;
                left: 0;
                right: 0;
                margin: 0 auto;
                top: 100%;
                width: 0;
                height: 0;
                border-top: 7px solid #498bac;
                border-right: 7px solid transparent;
                border-bottom: 0 solid transparent;
                border-left: 7px solid transparent;
            }

    .flight-menu .dropdown {
        position: relative;
        display: inline-block;
    }

        .flight-menu .dropdown .flight-sub-tab {
            padding: 5px 20px 5px 10px;
        }

    .flight-menu .dropdown-content {
        display: none;
        position: absolute;
        min-width: 160px;
        z-index: 1;
        border-radius: 0 0 8px 8px;
        border: 0px solid #F3F3F3;
        background: #ffffff;
        box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, 0.2);
        padding: 0;
        font-size: 14px;
        overflow: hidden;
    }

        .flight-menu .dropdown-content a {
            padding: 5px 15px;
            text-decoration: none;
            display: block;
            color: #000000;
        }

            .flight-menu .dropdown-content a:hover {
                background-color: #DFF3FF;
                color: #498bac;
            }

        .flight-menu .dropdown-content .dropdown-item.active,
        .flight-menu .dropdown-content .dropdown-item:active {
            background: #DFF3FF;
        }

        .flight-menu .dropdown-content .nav-item .divide {
            margin: 0 5px;
        }

    .flight-menu .dropdown:hover .dropdown-content {
        display: block;
    }

.select2-dropdown {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    border: 0px solid #aaa !important;
    border-radius: 0px 0px 8px 8px !important;
}

/*Homepage flight submenu end*/
/*listing page search widget start*/
.modify-bar {
    /*Booking Page modifybar*/
}

    .modify-bar .search-modify .flight-mode {
        margin: 2px 0;
        position: relative;
    }

        .modify-bar .search-modify .flight-mode label {
            color: #ffffff;
            font-size: 14px !important;
        }

    .modify-bar .search-modify .radio {
        display: inline-block;
        /*margin: 0rem 0.2rem 1rem 0rem;*/
        margin: 0rem 0rem 0rem 0rem;
        /*margin: 0rem 0.2rem 0rem 0rem;*/
    }

    .modify-bar .search-modify label {
        display: block;
        color: #000000;
        font-style: normal;
        font-weight: 500;
        font-size: 15px !important;
        line-height: 20px;
        margin: 0px 0 0px 0px !important;
        position: relative;
        z-index: 0;
        font-weight: 700;
        font-size: 12px !important;
        padding: 0rem 0.8rem 0 0rem;
        line-height: normal;
    }

    .modify-bar .search-modify .radio input[type=radio]:checked + .radio-label {
        color: #ffffff !important;
        padding: 0rem 0.8rem 0 0rem;
    }

        .modify-bar .search-modify .radio input[type=radio]:checked + .radio-label:before {
            background-color: #407DF6 !important;
            box-shadow: inset 0 0 0 3px #ffffff;
            border: 1px solid #407DF6 !important;
        }

    .modify-bar .search-modify .fare-box {
        display: flex;
        justify-content: flex-start;
        margin: 2rem 0 0 0;
    }

        .modify-bar .search-modify .fare-box label {
            display: block;
            color: #000000;
            font-style: normal;
            font-weight: 500;
            font-size: 15px !important;
            line-height: 20px;
            margin: 0px 0 0px 0px !important;
        }

        .modify-bar .search-modify .fare-box .radio label {
            margin: 0 !important;
            padding: 0.3rem 0.6rem;
            border: 1px solid #ffffff;
            border-radius: 12px;
            background: #f5f5f5;
            text-align: center;
            color: #000000 !important;
        }

        .modify-bar .search-modify .fare-box .radio input[type=radio] + .radio-label:before {
            width: 15px;
            height: 15px;
            vertical-align: -webkit-baseline-middle;
            top: -4px !important;
        }

        .modify-bar .search-modify .fare-box .radio input[type=radio]:checked + .radio-label {
            font-weight: bold !important;
            color: #407DF6;
            background: #DFF3FF;
            padding: 0.5rem 1rem;
            border-radius: 12px;
            border: 1px solid #d2d2d2;
            margin-right: 0px !important;
        }

        .modify-bar .search-modify .fare-box .q-label {
            width: 30%;
            font-size: 15px;
            font-weight: 600;
            margin: 5px 0 0 0;
            color: #ffffff;
        }

        .modify-bar .search-modify .fare-box .fare {
            width: 85%;
        }

            .modify-bar .search-modify .fare-box .fare .radio {
                display: inline-block;
                margin: 0rem 0.2rem 1rem 0rem;
            }

    .modify-bar .booking-details {
        padding: 10px 0 60px 0;
        display: flex;
        justify-content: space-between;
    }

        .modify-bar .booking-details h2 {
            color: #ffffff;
            font-size: 32px;
            text-transform: uppercase;
        }

        .modify-bar .booking-details ul.ticket-details {
            display: block;
            font-size: 14px;
            margin: 5px 0 0 0;
        }

            .modify-bar .booking-details ul.ticket-details li {
                display: inline-block;
                color: #ffffff;
                position: relative;
                padding: 0 15px;
            }

                .modify-bar .booking-details ul.ticket-details li:before {
                    position: absolute;
                    left: 0;
                    top: 0.5rem;
                    content: "";
                    background: #ffffff;
                    width: 0.3rem;
                    height: 0.3rem;
                    border-radius: 5rem;
                }

                .modify-bar .booking-details ul.ticket-details li:first-child {
                    padding: 0 10px 0 0px;
                }

                    .modify-bar .booking-details ul.ticket-details li:first-child:before {
                        display: none;
                    }

                .modify-bar .booking-details ul.ticket-details li:last-child {
                    padding: 0 0px 0 15px;
                }

                .modify-bar .booking-details ul.ticket-details li a {
                    color: #ffffff;
                }

/*listing page search widget end*/
.main-box {
    padding: 15px 15px 15px;
    /* background-color: #FAFEFF;*/
    background: #ffff;
}

    .main-box .one-way {
        display: inline-flex;
        justify-content: space-around;
        width: 100%;
    }

    .main-box .filter-main {
        width: 20%;
        display: inline-block;
        padding-left: 0;
    }

    .main-box .filter-box {
        margin: 0;
        background: #ffffff;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        border-radius: 0.4rem;
        padding: 15px 11px 15px 10px;
        position: sticky;
        top:110px;
    }

        .main-box .filter-box .filter-info {
            text-align: center;
            border-bottom: 1px solid #EEE;
            padding: 5px 0 5px 0;
        }

            .main-box .filter-box .filter-info .filter-title {
                position: relative;
                margin: 0;
            }

                .main-box .filter-box .filter-info .filter-title .filter-reset {
                    color: #407DF6;
                }

                .main-box .filter-box .filter-info .filter-title .title-n {
                    font-style: normal;
                    font-weight: 700;
                    font-size: 18px;
                    color: #000000;
                    position: relative;
                    text-align: left;
                }

                .main-box .filter-box .filter-info .filter-title .flight-result {
                    padding-top: 10px;
                    margin-bottom: 5px;
                }

                .main-box .filter-box .filter-info .filter-title a.clear-tags {
                    font-size: 1.4rem;
                    line-height: 1.9rem;
                    padding: 0.6rem 0.6rem;
                    font-weight: 600;
                    text-decoration: none;
                    right: 0;
                    margin: 0rem 0 0;
                    position: absolute;
                    top: 0;
                    display: inline-block;
                    list-style: none;
                    color: #00ADA1;
                    position: absolute;
                    display: none;
                }

                    .main-box .filter-box .filter-info .filter-title a.clear-tags:hover {
                        text-decoration: underline;
                    }

                .main-box .filter-box .filter-info .filter-title .filter-text {
                    width: 100%;
                    text-align: center;
                    font-size: 1.4rem;
                    color: #000000;
                }

                .main-box .filter-box .filter-info .filter-title .div-hide {
                    display: none;
                }

        .main-box .filter-box .close-btn {
            display: none;
        }

        .main-box .filter-box .filter-tags {
            margin: 1rem 0 0 0;
            width: 100%;
            text-align: left;
        }

            .main-box .filter-box .filter-tags li {
                font-size: 14px;
                padding: 0.6rem 3.5rem 0.6rem 1rem;
                margin: 0.5rem 0.5rem;
                display: inline-block;
                list-style: none;
                box-shadow: 0rem 0rem 0.4rem rgba(0, 0, 0, 0.25);
                background: #FFD8CA;
                color: #7E7E7E;
                border-radius: 0.4rem;
                text-transform: capitalize;
                position: relative;
            }

                .main-box .filter-box .filter-tags li:after {
                    background: #FFD8CA url(../images/close.png) no-repeat center center;
                    position: absolute;
                    content: " ";
                    right: 0.8rem;
                    border-radius: 5rem;
                    top: 0.7rem;
                    width: 1.8rem;
                    border: solid 0.1rem #d2d2d2;
                    height: 1.8rem;
                }

                .main-box .filter-box .filter-tags li:hover {
                    background: #498bac;
                    color: #ffffff;
                }

                .main-box .filter-box .filter-tags li a {
                    padding: 0;
                }

        .main-box .filter-box .dep-time-range,
        .main-box .filter-box .arr-time-range {
            display: block;
            padding: 0;
        }

        .main-box .filter-box .dep-time {
            display: inline-block;
            width: 100%;
        }

            .main-box .filter-box .dep-time li {
                width: 22%;
                height: auto;
                font-size: 12px !important;
                font-weight: 700;
                border-bottom: 1px solid #dee4ec;
                border-right: 1px solid #dee4ec;
                float: left;
                position: relative;
                cursor: pointer;
                line-height: 19px !important;
                border-radius: 4px;
                padding: 3px 1px 3px 1px !important;
                text-align: center;
                border: 1px solid #dee4ec !important;
                margin: 0 4px !important;
            }

                .main-box .filter-box .dep-time li:hover {
                    background-color: #DFF3FF !important;
                }

                .main-box .filter-box .dep-time li span {
                    display: block;
                    text-align: center;
                    margin: 0 auto;
                    font-size: 11px !important;
                }

                    .main-box .filter-box .dep-time li span .star {
                        width: 25px;
                        height: 25px;
                    }

            .main-box .filter-box .dep-time .active {
                background-color: #DFF3FF !important;
            }

        .main-box .filter-box .range-items {
            width: 100%;
            display: block;
            padding: 10px 0 0 0;
            height: auto;
            margin: 0;
        }

            .main-box .filter-box .range-items .filter-head {
                font-style: normal;
                font-weight: 700;
                font-size: 14px;
                line-height: 20px;
                color: #000000;
                margin: 0 0 5px 0;
                display: block;
            }

        .main-box .filter-box .range-price .ui-widget-content:before {
            border: 3px solid #63217d;
        }

        .main-box .filter-box .filter-items {
            padding: 10px 0 0 0;
            margin: 0;
            width: 100%;
            text-align: left;
            clear: both;
        }

            .main-box .filter-box .filter-items .filter-head {
                font-style: normal;
                font-weight: 700;
                font-size: 14px;
                line-height: 20px;
                color: #000000;
                margin: 0 0 5px 0;
                display: block;
            }

            .main-box .filter-box .filter-items .tag-n {
                float: right;
            }

        .main-box .filter-box .hide-item {
            padding: 0px 0 0 0 !important;
            display: none;
        }

        .main-box .filter-box .hide-airline {
            padding: 0px 0 0 0 !important;
            display: none;
        }

        .main-box .filter-box .show-item {
            color: #407DF6;
            font-size: 12px;
            font-weight: 700;
        }

        .main-box .filter-box .filter-items li {
            font-size: 14px;
            line-height: 22px;
            padding: 3px 0 3px 0;
            margin: 0 0rem;
            display: block;
            list-style: none;
            color: #555555;
        }

            .main-box .filter-box .filter-items li a {
                text-decoration: none;
                color: #2C3039;
                position: relative;
                padding: 0 0 0 21px;
            }

                .main-box .filter-box .filter-items li a:hover {
                    color: #407DF6;
                }

                    .main-box .filter-box .filter-items li a:hover:before {
                        border: 1px solid #407DF6;
                        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
                    }

                .main-box .filter-box .filter-items li a.active {
                    color: #407DF6;
                }

                .main-box .filter-box .filter-items li a:before {
                    content: "";
                    display: block;
                    width: 18px;
                    height: 18px;
                    border: solid 0.1rem #555555;
                    position: absolute;
                    left: 0px;
                    top: 0rem;
                    line-height: 2rem;
                    color: #ffffff;
                    border-radius: 2px;
                }

                .main-box .filter-box .filter-items li a .p-airline {
                    width: 20px;
                    height: 20px;
                    margin-right: 5px;
                }

                .main-box .filter-box .filter-items li a.active:before {
                    content: " ";
                    background: #407DF6 url(../images/check-mark-white.png) no-repeat center center;
                    border: solid 0.1rem #407DF6;
                }

                .main-box .filter-box .filter-items li a.active {
                    background: #ffffff;
                }

    .main-box .flight-main {
        width: 79%;
        display: inline-block;
    }

    .main-box .flight-list {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .main-box .flight-list .flight-details {
            color: #000000;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
        /*added by bramhani*/
        .main-box .flight-list .flight-card.active {
            border: 1px solid #407DF6;
            background: linear-gradient(to right, #ffffff 30%, #e2f2fb 69%, #c3e8ff 100%);
            transition: all 0.5s;
            display: block;
            width: 100%;
        }
        /*end*/
        .main-box .flight-list .flight-card {
            border-radius: 4px;
            background-color: #ffffff;
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
            padding: 3px 5px 0px 5px !important;
            margin-top: 7px;
            border: 1px solid #ffffff;
        }

            .main-box .flight-list .flight-card:hover {
                border: 1px solid #407DF6;
               /* background: linear-gradient(to right, #ffffff 30%, #e2f2fb 69%, #c3e8ff 100%);*/
                transition: all 0.5s;
            }

            .main-box .flight-list .flight-card .flightlogo {
                float: left;
               /* background: #ffffff;*/
                width: auto !important;
              /*  padding: 5px 6px 0px 8px !important;*/
                margin: 0 !important;
            }

                .main-box .flight-list .flight-card .flightlogo a {
                    text-decoration: none;
                    color: #555555;
                    position: relative;
                    padding: 0 0 0 21px;
                }

                    .main-box .flight-list .flight-card .flightlogo a:hover:before {
                        border: solid 0.1rem #407DF6;
                        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
                    }

                    .main-box .flight-list .flight-card .flightlogo a:before {
                        content: "";
                        display: block;
                        width: 17px;
                        height: 17px;
                        border: solid 0.1rem #555555;
                        position: absolute;
                        left: 0px;
                        top: 0rem;
                        line-height: 2rem;
                        color: #ffffff;
                        border-radius: 2px;
                    }

                    .main-box .flight-list .flight-card .flightlogo a.active:before {
                        content: " ";
                        background: #407DF6 url(../images/check-mark-white.png) no-repeat center center;
                        border: solid 0.1rem #407DF6;
                    }

                    .main-box .flight-list .flight-card .flightlogo a.active {
                        color: #407DF6;
                    }

                .main-box .flight-list .flight-card .flightlogo img {
                    width: 18px;
                    height: 18px;
                    display: inline-block;
                    margin-top: -7px;
                }

            .main-box .flight-list .flight-card .aviationname {
               /* padding: 5px 0 0 0 !important;*/
                font-size: 18px !important;
                color: #000000;
                font-weight: 700;
                font-size: 15px !important;
            }

            .main-box .flight-list .flight-card .aviation-details {
                color: #2C3039;
                font-size: 11px;
                padding: 0 0 0 10px !important;
                /*font-weight: bold;*/
                /*text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;*/
            }

            .main-box .flight-list .flight-card .w-16 {
                width: 25% !important;
            }

            .main-box .flight-list .flight-card .w-16 {
                width: 25% !important;
            }

            .main-box .flight-list .flight-card .depart-flight {
                text-align: left;
                padding: 2px 0;
            }

                .main-box .flight-list .flight-card .depart-flight span {
                    padding: 0 0 0px 0;
                    color: #000000;
                    font-size: 14px;
                    font-weight: 700;
                }

                .main-box .flight-list .flight-card .depart-flight h6 {
                    color: #555555;
                    font-size: 14px;
                    font-weight: 600;
                }

            .main-box .flight-list .flight-card .flight-duration {
                position: relative;
            }

                .main-box .flight-list .flight-card .flight-duration .flight-icon {
                    position: relative;
                }

                    .main-box .flight-list .flight-card .flight-duration .flight-icon:after {
                        position: absolute;
                        background: #a6a6a6;
                        width: 45%;
                        content: "";
                        top: 13px;
                        right: 0;
                        height: 1px;
                    }

                    .main-box .flight-list .flight-card .flight-duration .flight-icon:before {
                        position: absolute;
                        background: #a6a6a6;
                        width: 45%;
                        content: "";
                        top: 13px;
                        left: 0;
                        height: 1px;
                    }

                    .main-box .flight-list .flight-card .flight-duration .flight-icon img {
                        width: 30px;
                        height: 30px;
                    }

                .main-box .flight-list .flight-card .flight-duration h6 {
                    color: #2C3039;
                    font-weight: 600;
                    padding-top: 5px;
                }

                .main-box .flight-list .flight-card .flight-duration .stop-status-green {
                    color: #498bac;
                    font-weight: 600;
                }

                .main-box .flight-list .flight-card .flight-duration .stop-status-red {
                    color: #ff0000;
                    font-weight: 600;
                }

                .main-box .flight-list .flight-card .flight-duration .flight-details-more {
                    color: #00ADA1 !important;
                    font-weight: 600;
                }

            .main-box .flight-list .flight-card .arrive-flight {
                text-align: right;
                padding: 2px 0;
            }

                .main-box .flight-list .flight-card .arrive-flight span {
                    padding: 0 0 0px 0;
                    color: #000000;
                    font-size: 14px;
                    font-weight: 700;
                }

                .main-box .flight-list .flight-card .arrive-flight h6 {
                    color: #555555;
                    font-size: 12px;
                    font-weight: 600;
                }

            .main-box .flight-list .flight-card .flight-summary-details {
                display: none;
                padding: 10px 10px;
                position: relative;
            }

                .main-box .flight-list .flight-card .flight-summary-details::before {
                    content: "";
                    background: url(../images/down-arrow.png), #ffffff;
                    position: absolute;
                    right: 0px;
                    left: -8%;
                    margin: 0 auto;
                    width: 25px;
                    height: 20px;
                    background-repeat: no-repeat;
                    top: 0;
                }

                .main-box .flight-list .flight-card .flight-summary-details nav {
                    background-color: #fafafa;
                    width: 100%;
                    border: 1px solid #EEEEEE;
                    border-radius: 8px;
                    margin-bottom: 10px;
                }

                    .main-box .flight-list .flight-card .flight-summary-details nav .nav-tabs {
                        border: none;
                    }

                        .main-box .flight-list .flight-card .flight-summary-details nav .nav-tabs .nav-link {
                            width: 25%;
                            color: #000000;
                            font-weight: 600;
                            padding: 3px 5px;
                            transition: 0.5s;
                            border-radius: 4px;
                            border: 1px solid #2C3039;
                            font-size: 14px;
                        }

                            .main-box .flight-list .flight-card .flight-summary-details nav .nav-tabs .nav-link.active {
                                border: none;
                                color: #407DF6;
                                background: #F1FAFF;
                                transition: 0.3s;
                                border-radius: 4px;
                                border: 1px solid #407DF6;
                            }

                            .main-box .flight-list .flight-card .flight-summary-details nav .nav-tabs .nav-link:hover {
                                color: #407DF6;
                                background: #F1FAFF;
                                border: 1px solid #407DF6;
                                transition: 0.3s;
                                border-radius: 4px;
                            }

                .main-box .flight-list .flight-card .flight-summary-details .tab-content {
                    border-radius: 4px;
                }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .tab-border {
                        border: 1px solid #D2D2D2;
                        padding: 0px 12px 12px 12px;
                        border-radius: 4px;
                        background: #ffffff;
                    }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightheading {
                        border-bottom: 1px solid #d2d2d2;
                        padding: 5px 0px 5px;
                        background: #f7f7f7;
                        border-radius: 4px 4px 0px 0px;
                    }

                        .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightheading .citytofly {
                            color: #000000;
                            padding: 0 8px 0 5px;
                            font-weight: 700;
                            font-size: 18px;
                            font-size: 16px;
                        }

                        .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightheading .daydate {
                            color: #555555;
                            margin-top: -2px;
                            font-size: 14px;
                        }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .sm-logo {
                        width: 30px;
                        height: 30px;
                        width: 22px;
                        height: 22px;
                    }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .flighttofly {
                        color: #555555;
                        padding: 5px 8px 0 8px;
                        font-weight: 700;
                        position: relative;
                        font-size: 15px;
                        padding: 0px 8px 0 8px;
                    }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .seprator {
                        color: #7E7E7E;
                    }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration {
                        position: relative;
                        padding: 5px 20px;
                        padding: 5px 13px;
                    }

                        .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration .flight-depart {
                            position: relative;
                        }

                            .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration .flight-depart h2 {
                                font-size: 14px;
                                font-weight: 700;
                                font-size: 14px;
                            }

                                .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration .flight-depart h2 span {
                                    font-weight: 700;
                                }

                            .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration .flight-depart .subdate {
                                font-size: 14px;
                            }

                        .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration .terminal {
                            position: relative;
                            padding-left: 18px;
                        }

                            .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration .terminal h4 {
                                font-weight: 400 !important;
                                font-size: 14px;
                                padding: 0;
                                font-size: 14px;
                            }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .fare-table {
                        position: relative;
                        width: auto;
                    }

                        .main-box .flight-list .flight-card .flight-summary-details .tab-content .fare-table th {
                            color: #000000;
                            font-weight: 600;
                        }

                        .main-box .flight-list .flight-card .flight-summary-details .tab-content .fare-table td {
                            color: #555555;
                            font-weight: normal;
                        }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation {
                        position: relative;
                    }

                        .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation textarea.form-control {
                            padding: 16px !important;
                        }

                        .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation table {
                            width: 100%;
                            margin-bottom: 5px !important;
                        }

                            .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation table th {
                                width: auto;
                            }

                                .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation table th h5 {
                                    color: #000000;
                                    font-size: 18px;
                                }

                                .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation table th p {
                                    color: #555555;
                                    font-size: 12px;
                                    margin-bottom: 2px;
                                }

                            .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation table td {
                                font-size: 14px;
                                color: #2C3039;
                            }

                                .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation table td span {
                                    font-weight: 600;
                                }

                        .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation .table-info {
                            font-size: 12px;
                            color: #2C3039;
                        }

            .main-box .flight-list .flight-card .ecosection {
                display: none;
            }

                .main-box .flight-list .flight-card .ecosection .ecocart {
                    padding: 10px 0 0 0;
                    border-top: 1px solid #EEEEEE;
                }

                    .main-box .flight-list .flight-card .ecosection .ecocart .eco-header {
                        display: block;
                    }

                        .main-box .flight-list .flight-card .ecosection .ecocart .eco-header h4 {
                            color: #498bac;
                            position: relative;
                            padding: 0 0 0 10px;
                            font-size: 20px;
                            font-weight: 600;
                        }

                            .main-box .flight-list .flight-card .ecosection .ecocart .eco-header h4:before {
                                top: 0;
                                position: absolute;
                                height: 28px;
                                left: -6px;
                                background: #498bac;
                                width: 5px;
                                border-radius: 5px;
                                content: "";
                            }

                    .main-box .flight-list .flight-card .ecosection .ecocart .eco-body {
                        padding: 10px;
                    }

                        .main-box .flight-list .flight-card .ecosection .ecocart .eco-body .add-on-ul {
                            display: inline-block;
                            width: 100%;
                            margin: 0 0 0px;
                        }

                            .main-box .flight-list .flight-card .ecosection .ecocart .eco-body .add-on-ul li {
                                width: 100%;
                                display: inline-block;
                                margin: 0;
                                font-size: 14px;
                                padding: 0;
                                color: #2C3039;
                                font-weight: 500;
                            }

                                .main-box .flight-list .flight-card .ecosection .ecocart .eco-body .add-on-ul li img {
                                    padding-right: 5px;
                                }

                                .main-box .flight-list .flight-card .ecosection .ecocart .eco-body .add-on-ul li p {
                                    margin-bottom: 8px;
                                }

                                .main-box .flight-list .flight-card .ecosection .ecocart .eco-body .add-on-ul li .cabin-priz-box {
                                    width: 40%;
                                    float: right;
                                    color: #555555;
                                    text-align: left;
                                    color: #555555;
                                    font-weight: 500;
                                    margin: 0;
                                    padding: 0;
                                }

                                .main-box .flight-list .flight-card .ecosection .ecocart .eco-body .add-on-ul li .free {
                                    color: #498bac !important;
                                }

        .main-box .flight-list .depart {
            position: relative;
            padding: 0 0 0 40px;
        }

            .main-box .flight-list .depart:before {
                position: absolute;
                height: 15px;
                background: #EEEEEE;
                border: 1px solid #555555;
                content: "";
                border-radius: 50px;
                left: 2px;
                top: 1px;
                width: 15px;
                position: absolute;
                height: 15px;
                background: #EEEEEE;
                border: 1px solid #555555;
                content: "";
                border-radius: 50px;
                left: 2px;
                top: 1px;
                width: 15px;
            }

        .main-box .flight-list .timehault {
            position: relative;
           /* background: url("../images/airplane.png");*/
            background-repeat: no-repeat;
            background-position: 0 0px;
            margin: 5px 0;
        }

            .main-box .flight-list .timehault:before {
                left: 10px;
                width: 1px;
                /*border-left: 1px dashed #555555;*/
                content: "";
                top: -50px;
                height: 41px;
                position: absolute;
                left: 10px;
                width: 1px;
               
                content: "";
                top: -30px;
                height: 20px;
                position: absolute;
            }

            .main-box .flight-list .timehault:after {
                left: 10px;
                bottom: -27px;
                width: 1px;
                height: 41px;
               
                position: absolute;
                content: "";
                left: 10px;
                bottom: -20px;
                width: 1px;
                height: 20px;
               
                position: absolute;
                content: "";
            }

            .main-box .flight-list .timehault .time-box {
                font-size: 12px;
                padding: 0 0 0 0px;
            }

            .main-box .flight-list .timehault .chekin {
                font-size: 14px;
                color: #555555;
            }

                .main-box .flight-list .timehault .chekin span {
                    font-size: 16px;
                    font-weight: 700;
                    color: #000000;
                }

        .main-box .flight-list .arrive {
            position: relative;
            padding: 10px 0 0 10px;
        }

            .main-box .flight-list .arrive:before {
                position: absolute;
                height: 15px;
                /*background: #EEEEEE;
                border: 1px solid #555555;*/
                content: "";
               /* border-radius: 50px;*/
                left: 2px;
                top: 15px;
                width: 15px;
            }

        .main-box .flight-list .timeline-container .timeline-list {
            text-align: center;
            flex-wrap: nowrap !important;
            scrollbar-width: none;
            -ms-overflow-style: none;
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
            height: 40px;
        }

            .main-box .flight-list .timeline-container .timeline-list .active {
                background-color: #f7f7f7;
                color: #2C3039;
                border-bottom: 1px solid #e2e3e5;
                border-right: 1px solid #e2e3e5;
                /*  &:after {
                content: "";
                height: 0;
                width: 0;
                border-top: 6px solid $bg1;
                border-right: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid transparent;
                top: 100%;
                left: 50%;
                position: absolute;
                margin-left: -6px;
            }*/
            }

                .main-box .flight-list .timeline-container .timeline-list .active:hover {
                    background-color: #f7f7f7;
                    color: #2C3039;
                }

                    .main-box .flight-list .timeline-container .timeline-list .active:hover .timeline-date {
                        color: #2C3039;
                    }

                .main-box .flight-list .timeline-container .timeline-list .active .timeline-date {
                    color: #2C3039;
                }

            .main-box .flight-list .timeline-container .timeline-list::-webkit-scrollbar {
                width: 0;
                height: 0;
            }

        .main-box .flight-list .timeline-container .timeline-item {
            display: inline-block;
            float: none;
            height: 40px;
            font-size: 12px;
            text-transform: uppercase;
            background-color: #ffffff;
            border-style: solid;
            border-color: #e2e3e5;
            border-top-width: 1px;
            border-right-width: 0;
            border-bottom-width: 1px;
            border-left-width: 1px;
            padding-top: 2px !important;
            padding-left: 0;
            padding-right: 0;
            position: relative;
        }

            .main-box .flight-list .timeline-container .timeline-item:hover {
                background-color: #e2e3e5;
            }

            .main-box .flight-list .timeline-container .timeline-item:active {
                background-color: #e2e3e5;
            }

        .main-box .flight-list .timeline-container .leftarrow,
        .main-box .flight-list .timeline-container .rightarrow {
            width: 3% !important;
            display: inline-flex !important;
            background: #ffffff;
            height: 40px !important;
            border-style: solid;
            border-color: #e2e3e5;
            border-bottom-width: 1px;
            border-top-width: 1px;
            justify-content: center;
        }

        .main-box .flight-list .timeline-container .leftarrow {
            border-right-width: 1px;
            border-left-width: 1px;
        }

        .main-box .flight-list .timeline-container .rightarrow {
            border-right-width: 1px;
            border-left-width: 1px;
        }

        .main-box .flight-list .timeline-container .timelinecontent {
            float: left;
            display: inline-flex;
            width: 93%;
        }

            .main-box .flight-list .timeline-container .timelinecontent .timeline-list .col-2 {
                width: 11.2% !important;
            }

        .main-box .flight-list .sortsection {
            width: 100%;
            margin: 5px auto 0px;
            background: #f7f7f7;
            line-height: normal;
            border-radius: 4px;
        }

            .main-box .flight-list .sortsection .sortcol {
                /* padding: 2px 10px;*/
                padding: 0px 0px 0px 20px;
                font-size: 13px;
            }

                .main-box .flight-list .sortsection .sortcol a {
                    color: #000000 !important;
                }

                .main-box .flight-list .sortsection .sortcol h5 {
                    color: #000000;
                    font-size: 13px;
                    font-weight: 700;
                }

                    .main-box .flight-list .sortsection .sortcol h5 a {
                        color: #000000 !important;
                        font-weight: 700;
                    }

                .main-box .flight-list .sortsection .sortcol .controls {
                    color: #407DF6 !important;
                    font-weight: 700;
                    font-size: 13px;
                }

                    .main-box .flight-list .sortsection .sortcol .controls svg {
                        font-size: 12px;
                    }

            .main-box .flight-list .sortsection .sortcol2 {
                padding: 2px 10px;
                font-size: 13px;
            }

                .main-box .flight-list .sortsection .sortcol2 a {
                    color: #2C3039;
                    font-weight: 700;
                }

                    .main-box .flight-list .sortsection .sortcol2 a:hover {
                        color: #407DF6;
                    }

        .main-box .flight-list .changeclass {
            background-color: #ffffff;
            border-radius: 8px;
            margin: 5px 15px;
            width: 95%;
            padding: 5px 10px;
        }

        .main-box .flight-list .timeline-container .timeline-item a:hover,
        .main-box .flight-list .timeline-container .timeline-item a:visited,
        .main-box .flight-list .timeline-container .timeline-item a:link,
        .main-box .flight-list .timeline-container .timeline-item a:active {
            text-decoration: none;
            color: #252525;
        }

        .main-box .flight-list .timeline-container .prev-btn,
        .main-box .flight-list .timeline-container .next-btn {
            text-align: center;
            color: #252525;
            cursor: pointer;
            font-size: 16px;
            line-height: 40px;
            padding: 0;
            height: 40px;
        }

    .main-box .ticket-details {
        margin: -68px 0 0 0;
        position: relative;
    }

        .main-box .ticket-details .flight-summary .ticket-summary {
            padding: 0px;
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
            border-radius: 4px;
        }

        .main-box .ticket-details .ticket-summary {
            background-color: #ffffff;
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
            border-radius: 4px;
            padding: 16px;
            border: 1px solid #ffffff;
        }

       /*     .main-box .ticket-details .ticket-summary:hover {
                box-shadow: 0px 0px 4px rgba(19, 154, 167, 0.25);
                border: 1px solid #498bac;
                border-radius: 4px;
            }*/

            .main-box .ticket-details .ticket-summary .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow b {
                border: 0;
                background: url(../images/select-arrow-black.png) no-repeat;
                width: 10px;
                height: 8px;
                top: 18px;
            }

            .main-box .ticket-details .ticket-summary .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow b {
                border: 0;
                background: url(../images/select-arrow-black.png) no-repeat !important;
                width: 10px;
                height: 8px;
                top: 18px;
            }

            .main-box .ticket-details .ticket-summary h4 {
                font-size: 20px;
                font-weight: 700;
                padding: 5px 0 5px 0px;
                color: #000000;
            }

            .main-box .ticket-details .ticket-summary h5 {
                color: #2C3039;
            }

            .main-box .ticket-details .ticket-summary .traveller-note {
                color: #7E7E7E;
            }

            .main-box .ticket-details .ticket-summary .secure {
                height: 20px;
                padding-right: 10px;
            }

            .main-box .ticket-details .ticket-summary .my-slider {
                padding: 20px 5px;
                margin-bottom: 5px !important;
            }

                .main-box .ticket-details .ticket-summary .my-slider .secureslide {
                    width: 202px !important;
                }

                    .main-box .ticket-details .ticket-summary .my-slider .secureslide .secure-icon {
                        padding: 10px 0 0 5px;
                    }

                        .main-box .ticket-details .ticket-summary .my-slider .secureslide .secure-icon img {
                            height: 40px !important;
                            width: 40px !important;
                        }

                    .main-box .ticket-details .ticket-summary .my-slider .secureslide .secure-section {
                        padding: 12px 0 0 10px;
                    }

                        .main-box .ticket-details .ticket-summary .my-slider .secureslide .secure-section h6 {
                            color: #555555;
                        }

                        .main-box .ticket-details .ticket-summary .my-slider .secureslide .secure-section .text-green {
                            color: #498bac;
                            font-size: 13px;
                        }

            .main-box .ticket-details .ticket-summary .slick-initialized .slick-slide {
                border: 1px solid #d2d2d2;
                border-radius: 4px;
                color: #FFF;
                width: 202px;
                height: 65px;
                margin: 0 5px 0 0;
            }

            .main-box .ticket-details .ticket-summary .slick-next,
            .main-box .ticket-details .ticket-summary .slick-prev {
                z-index: 5;
            }

            .main-box .ticket-details .ticket-summary .slick-next {
                left: 95%;
                top: 0;
            }

            .main-box .ticket-details .ticket-summary .slick-prev {
                left: 92%;
                top: 0;
            }

                .main-box .ticket-details .ticket-summary .slick-next:before,
                .main-box .ticket-details .ticket-summary .slick-prev:before {
                    color: #00ADA1;
                    font-size: 26px;
                }

            .main-box .ticket-details .ticket-summary .secure-section {
                position: relative;
                padding-bottom: 15px;
            }

                .main-box .ticket-details .ticket-summary .secure-section label {
                    display: block;
                    color: #000000;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 15px !important;
                    line-height: 20px;
                    margin: 0px 0 0px 0px !important;
                }

                .main-box .ticket-details .ticket-summary .secure-section .radio label {
                    margin: 0 !important;
                    padding: 0.3rem 0.6rem;
                    border: 1px solid #ffffff;
                    border-radius: 12px;
                    background: #f5f5f5;
                    text-align: center;
                    color: #000000 !important;
                    text-align: left;
                    background-color: #ffffff;
                    border: none;
                }

                .main-box .ticket-details .ticket-summary .secure-section .radio input[type=radio] + .radio-label:before {
                    width: 15px;
                    height: 15px;
                    vertical-align: -webkit-baseline-middle;
                    top: -4px !important;
                }

                .main-box .ticket-details .ticket-summary .secure-section .radio input[type=radio]:checked + .radio-label {
                    font-weight: bold !important;
                    color: #407DF6;
                    background: #DFF3FF;
                    padding: 0.5rem 1rem;
                    border-radius: 12px;
                    border: 1px solid #d2d2d2;
                    margin-right: 0px !important;
                    background-color: #ffffff;
                    border: none;
                    color: #00ADA1 !important;
                }

                .main-box .ticket-details .ticket-summary .secure-section .bubble, .main-box .ticket-details .ticket-summary .secure-section .bubble1 {
                    position: absolute;
                    width: 50%;
                    height: 32px;
                    background: #498bac;
                    border-radius: 5px;
                    color: #ffffff;
                    top: 0;
                    right: 8%;
                    font-size: 14px;
                    line-height: 30px;
                    padding-left: 6px;
                }

                    .main-box .ticket-details .ticket-summary .secure-section .bubble1::before {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 50%;
                        width: 0;
                        height: 0;
                        border: 13px solid transparent;
                        border-right-color: #498bac;
                        border-left: 0;
                        margin-top: -13px;
                        margin-left: -13px;
                    }

                .main-box .ticket-details .ticket-summary .secure-section .discription {
                    color: #555555;
                    font-size: 12px;
                }

                    .main-box .ticket-details .ticket-summary .secure-section .discription a {
                        color: #00ADA1;
                    }

            .main-box .ticket-details .ticket-summary .intl-tel-input {
                display: table-cell;
            }

                .main-box .ticket-details .ticket-summary .intl-tel-input .selected-flag {
                    z-index: 4;
                }

                .main-box .ticket-details .ticket-summary .intl-tel-input .country-list {
                    z-index: 5;
                }

            .main-box .ticket-details .ticket-summary .btn-submit {
                background-color: #ffffff;
                color: #407DF6;
                margin-top: 21px;
                padding: 6px 45px;
                width: 100%;
                font-weight: 700;
                text-transform: uppercase;
                border: 1px solid #407DF6;
            }

                .main-box .ticket-details .ticket-summary .btn-submit:hover {
                    background-color: #407DF6;
                    color: #ffffff;
                    border: 1px solid #407DF6;
                }

            .main-box .ticket-details .ticket-summary .input-group .intl-tel-input .form-control {
                border-top-left-radius: 4px;
                border-top-right-radius: 0;
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 0;
            }

            .main-box .ticket-details .ticket-summary .traveller-form {
                background-color: #fafafa;
                padding: 10px 10px 14px 10px;
                border: 1px solid #EEEEEE;
                border-radius: 8px;
            }

            .main-box .ticket-details .ticket-summary .flight-date {
                font-size: 14px;
                color: #555555;
                margin-bottom: 0;
            }

            .main-box .ticket-details .ticket-summary .flighttofly {
                color: #555555;
                padding: 5px 8px 0 8px;
                font-weight: 700;
                position: relative;
                padding: 10px 8px 0 8px;
                position: relative !important;
            }

            .main-box .ticket-details .ticket-summary .traveller-details {
                background-color: #fafafa;
                border: 1px solid #d2d2d2;
                padding: 8px 14px;
                border-radius: 4px;
                margin: 5px 15px;
            }

                .main-box .ticket-details .ticket-summary .traveller-details p {
                    margin-bottom: 0;
                    color: #555555;
                }

                    .main-box .ticket-details .ticket-summary .traveller-details p span {
                        font-weight: 600;
                        color: #000000;
                    }

                .main-box .ticket-details .ticket-summary .traveller-details h6 {
                    font-size: 14px;
                    margin: 0 0 7px 0;
                }

            .main-box .ticket-details .ticket-summary .btn-saver {
                background-color: #D9FFD9;
                color: #498bac;
                padding: 6px 16px;
                float: right;
                border: 1px solid #498bac;
                margin-top: 3px;
            }

            .main-box .ticket-details .ticket-summary .journey-details {
                box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
                border-radius: 4px;
                padding: 0px;
                margin: 0px;
            }

                .main-box .ticket-details .ticket-summary .journey-details .head-bg {
                    background: #f7f7f7;
                    border-radius: 4px 4px 0 0;
                    border-bottom: 2px dashed #498bac;
                    position: relative;
                }

                    .main-box .ticket-details .ticket-summary .journey-details .head-bg:after {
                        background: #FAFEFF;
                        content: "";
                        width: 12px;
                        right: -2px;
                        bottom: -13px;
                        position: absolute;
                        height: 25px;
                        border-radius: 100px 0px 0px 100px;
                        border-bottom: 1px solid #d2d2d2;
                        border-left: 1px solid #d2d2d2;
                        border-top: 0px solid #d2d2d2;
                        border-right: 0px solid #d2d2d2;
                    }

                    .main-box .ticket-details .ticket-summary .journey-details .head-bg:before {
                        background: #FAFEFF;
                        content: "";
                        width: 12px;
                        left: -2px;
                        bottom: -13px;
                        position: absolute;
                        height: 25px;
                        border-radius: 0px 100px 100px 0px;
                        border-bottom: 1px solid #d2d2d2;
                        border-left: 0px solid #d2d2d2;
                        border-top: 0px solid #d2d2d2;
                        border-right: 1px solid #d2d2d2;
                    }

                .main-box .ticket-details .ticket-summary .journey-details .destination {
                    display: flex;
                    justify-content: space-between;
                }

                    .main-box .ticket-details .ticket-summary .journey-details .destination .flydestination {
                        padding: 5px 0 5px 20px;
                    }

                .main-box .ticket-details .ticket-summary .journey-details .destination2 {
                    display: flex;
                    justify-content: space-between;
                }

                    .main-box .ticket-details .ticket-summary .journey-details .destination2 .flydestination {
                        padding: 5px 0 16px 20px;
                    }

                .main-box .ticket-details .ticket-summary .journey-details .flydestination {
                    position: relative;
                    width: 50%;
                    display: inline-flex;
                }

                    .main-box .ticket-details .ticket-summary .journey-details .flydestination .citytofly {
                        color: #000000;
                        padding: 0 8px 0 5px;
                        font-weight: 700;
                        font-size: 18px;
                    }

                    .main-box .ticket-details .ticket-summary .journey-details .flydestination .arrow {
                        width: 25px;
                        height: 20px;
                    }

                    .main-box .ticket-details .ticket-summary .journey-details .flydestination .daydate {
                        color: #555555;
                        margin-top: -2px;
                    }

                    .main-box .ticket-details .ticket-summary .journey-details .flydestination ul {
                        color: #555555;
                        font-size: 16px;
                        padding: 0 0 0 5px;
                    }

                        .main-box .ticket-details .ticket-summary .journey-details .flydestination ul .disc {
                            background-color: #555555;
                            width: 5px;
                            height: 5px;
                            border-radius: 50%;
                            position: absolute;
                            bottom: 15px;
                        }

                .main-box .ticket-details .ticket-summary .journey-details .buttonsec {
                    display: inline-flex;
                }

                    .main-box .ticket-details .ticket-summary .journey-details .buttonsec .btn-depart {
                        color: #ffffff;
                        border-radius: 0px 4px 0px 12px;
                        font-size: 16px;
                        padding: 5px 21px;
                        background-size: 300% 100%;
                        transition: all 0.4s ease-in-out;
                        background-color:#498bac;
                    }

                        .main-box .ticket-details .ticket-summary .journey-details .buttonsec .btn-depart:hover {
                            background-position: right center;
                            color: #ffffff;
                        }

                    .main-box .ticket-details .ticket-summary .journey-details .buttonsec .rulefare {
                        color: #407DF6;
                        font-size: 15px;
                        font-weight: 700;
                        padding: 5px 16px 0 0;
                        text-decoration: underline !important;
                    }

                .main-box .ticket-details .ticket-summary .journey-details .flightsecondary {
                    position: relative;
                    background-color: #fafafa;
                    border: 1px solid #d2d2d2;
                    padding: 16px;
                    border-radius: 5px;
                    margin: 16px;
                }

                    .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .sm-logo {
                        width: 30px;
                        height: 30px;
                    }

                    .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flighttofly {
                        color: #555555;
                        padding: 5px 8px 0 8px;
                        font-weight: 700;
                        position: relative;
                        position: relative !important;
                    }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flighttofly:after {
                            position: absolute;
                            background: #d2d2d2;
                            height: 25px !important;
                            content: "";
                            top: 0;
                            width: 1px;
                            margin: 0 10px;
                        }

                    .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .seprator {
                        color: #7E7E7E;
                    }

                    .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .daydate {
                        color: #555555;
                        margin-top: -2px;
                    }

                    .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .text-green {
                        color: #498bac;
                        font-weight: 600;
                        padding-right: 5px;
                    }

                    .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .ticket-icon {
                        color: #555555;
                        padding-right: 5px;
                    }

                    .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration {
                        position: relative;
                        padding: 5px 20px;
                    }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .flight-depart {
                            position: relative;
                            font-size: 15px;
                        }

                            .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .flight-depart .subdate {
                                font-size: 14px;
                            }

                            .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .flight-depart h2 {
                                font-size: 14px;
                                font-weight: 700;
                            }

                                .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .flight-depart h2 span {
                                    font-weight: 600;
                                }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .terminal {
                            position: relative;
                            padding-left: 18px;
                        }

                            .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .terminal h4 {
                                font-weight: 400 !important;
                                font-size: 14px;
                                padding: 0;
                            }

                                .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .terminal h4 span {
                                    font-weight: 700;
                                }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .depart {
                            position: relative;
                            padding: 0 0 0 40px;
                            padding: 0 0 0 100px;
                        }

                            .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .depart:before {
                                position: absolute;
                                height: 15px;
                                background: #EEEEEE;
                                border: 1px solid #fff;
                                content: "";
                                border-radius: 50px;
                                left: 54px;
                                top: 0;
                                width: 15px;
                            }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .time-details {
                            font-size: 14px;
                            position: absolute;
                            left: 0;
                            font-weight: 700;
                            color: #2C3039;
                        }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .time-show {
                            font-size: 12px;
                            padding: 0 0 0 89px;
                        }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .chekin .table {
                            margin-bottom: 0px;
                        }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .timehault {
                            position: relative;
                           /* background: url(../images/plane-book.png);*/
                            background-repeat: no-repeat;
                            background-position: 52px 19px;
                            margin: 5px 0;
                            margin: 2px 0 2px 0;
                        }

                            .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .timehault:before {
                                left: 60px;
                                width: 1px;
                                border-left: 2px dashed #7c2c88;
                                content: "";
                                top: -5px;
                                height: 32px;
                                position: absolute;
                            }

                            .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .timehault:after {
                                left: 61px;
                                bottom: -2px;
                                width: 1px;
                                border-left: 1px dashed #7c2c88;
                                position: absolute;
                                content: "";
                                height: 19px;
                            }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .checkintbl th {
                            font-size: 12px;
                            font-weight: 400;
                            padding: 0.1rem 0.5rem;
                        }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .checkintbl td {
                            font-size: 13px;
                            padding: 0.1rem 0.5rem;
                            font-weight: 700;
                            line-height: 17px;
                        }

                    .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .arrive {
                        position: relative;
                        padding: 0 0 0 100px;
                    }

                        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .arrive:before {
                            position: absolute;
                            height: 15px;
                            background: #EEEEEE;
                            border: 1px solid #555555;
                            content: "";
                            border-radius: 50px;
                            left: 54px;
                            top: 0;
                            width: 15px;
                        }

        .main-box .ticket-details .flight-summary-details {
            display: none;
            padding: 10px 10px;
            display: block;
        }

            .main-box .ticket-details .flight-summary-details nav {
                background-color: #fafafa;
                width: 100%;
                border: 1px solid #EEEEEE;
                border-radius: 8px;
                margin-bottom: 10px;
            }

                .main-box .ticket-details .flight-summary-details nav .nav-tabs {
                    border: none;
                }

                    .main-box .ticket-details .flight-summary-details nav .nav-tabs .nav-link {
                        width: 25%;
                        color: #000000;
                        font-weight: 600;
                        padding: 3px 5px;
                        transition: 0.5s;
                        border-radius: 4px;
                        border: 1px solid #2C3039;
                        font-size: 14px;
                        width: 33%;
                    }

                        .main-box .ticket-details .flight-summary-details nav .nav-tabs .nav-link.active {
                            border: none;
                            color: #407DF6;
                            background: #F1FAFF;
                            transition: 0.3s;
                            border-radius: 4px;
                            border: 1px solid #407DF6;
                        }

                        .main-box .ticket-details .flight-summary-details nav .nav-tabs .nav-link:hover {
                            color: #407DF6;
                            background: #F1FAFF;
                            border: 1px solid #407DF6;
                            transition: 0.3s;
                            border-radius: 4px;
                        }

            .main-box .ticket-details .flight-summary-details .tab-content {
                border-radius: 4px;
            }

            .main-box .ticket-details .flight-summary-details .tabs1 {
                display: block;
            }

                .main-box .ticket-details .flight-summary-details .tabs1 .tablist1 {
                    position: relative;
                }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tablist1 .tabitm1 {
                        display: inline-block;
                        padding: 8px 14px;
                        border: 1px solid transparent;
                        cursor: pointer;
                        color: #555555;
                        text-transform: uppercase;
                        font-size: 14px;
                        font-weight: 600;
                        background-color: #EEEEEE;
                        border-radius: 4px;
                        border: 1px solid #d2d2d2;
                    }

                        .main-box .ticket-details .flight-summary-details .tabs1 .tablist1 .tabitm1:hover {
                            background-color: #DFF3FF;
                            color: #555555;
                        }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tablist1 .activetabitm1 {
                        border-bottom: 2px solid #498bac;
                        color: #498bac;
                    }

                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 {
                    height: 0;
                    overflow-y: hidden;
                    position: relative;
                    width: 100%;
                    background: rgb(144, 202, 246);
                    background: linear-gradient(0deg, rgb(144, 202, 246) 0%, rgb(203, 233, 255) 50%, rgb(218, 239, 255) 100%);
                }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .oneway {
                        position: relative;
                    }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .heading {
                        padding: 20px 0 7px 15px;
                    }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .square {
                        height: 20px;
                        width: 20px;
                        background-color: #ffffff;
                        display: inline-block;
                        text-align: center;
                        font-size: 14px;
                    }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .free-stroke {
                        border: 1px solid #0000FF !important;
                    }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .yellow-stroke {
                        border: 1px solid #63217d !important;
                    }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .green-stroke {
                        border: 1px solid #498bac !important;
                    }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .red-stroke {
                        border: 1px solid #E82627 !important;
                    }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .blue-stroke {
                        border: 1px solid #00F0FF !important;
                    }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .darkGrey-stroke {
                        background-color: #d2d2d2 !important;
                    }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .seat-info {
                        background: #ffffff;
                        width: 200px;
                        display: block;
                        margin-left: 15px;
                        bottom: 120px;
                        position: absolute;
                        padding: 10px 15px;
                        border-radius: 4px;
                    }

                        .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .seat-info ul.seats li {
                            position: relative;
                        }

                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat {
                        background: #ffffff;
                        padding: 20px;
                        max-height: 100%;
                    }

                        .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin {
                            width: 325px;
                            margin: 0 auto;
                        }

                            .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li {
                                float: left;
                                position: relative;
                                margin: 0 1px;
                            }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li:nth-child(3) {
                                    margin-right: 15%;
                                }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li input + label {
                                    cursor: pointer;
                                    background-position: -58px -666px;
                                    width: 40px;
                                    height: 40px;
                                    text-align: center;
                                    font-size: 14px;
                                    line-height: 32px;
                                    position: relative;
                                    z-index: 1;
                                }

                                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li input + label:before {
                                        content: "";
                                        width: 36px;
                                        height: 36px;
                                        position: absolute;
                                        left: 0;
                                        z-index: 1;
                                    }

                                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li input + label:after {
                                        background: #ffffff;
                                        width: 33px;
                                        height: 33px;
                                        position: absolute;
                                        content: "";
                                        left: 5px;
                                        top: 1px;
                                    }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li span {
                                    position: relative;
                                    z-index: 2;
                                    font-size: 12px;
                                    text-transform: uppercase;
                                    font-weight: bold;
                                    line-height: 35px;
                                }

                                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li span:hover {
                                        color: #498bac;
                                    }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li input[type=checkbox]:disabled + label {
                                    cursor: not-allowed;
                                }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li input {
                                    -webkit-appearance: none;
                                    -moz-appearance: none;
                                    appearance: none;
                                    position: relative;
                                    float: left;
                                }

                                    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li input:checked + label:after {
                                        color: #ffffff !important;
                                        background: #498bac !important;
                                        border: 1px solid #498bac !important;
                                    }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li.seat-darkCyan input + label:after {
                                    background: #ffffff;
                                    border: 1px solid #00F0FF;
                                }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li.seat-mediumPurple input + label:after {
                                    background: #ffffff;
                                    border: 1px solid #0000ff;
                                }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li.seat-gold input + label:after {
                                    background: #ffffff;
                                    border: 1px solid #E82627;
                                }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li.seat-darkMagenta input + label:after {
                                    background: #ffffff;
                                    border: 1px solid #00F0FF;
                                }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li.seat-green input + label:after {
                                    background: #ffffff;
                                    border: 1px solid #498bac;
                                }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li.seat-yellow input + label:after {
                                    background: #ffffff;
                                    border: 1px solid #63217d;
                                }

                                .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .select-seat ul.cabin ul.seats li.seat-darkGrey input + label:after {
                                    background: #d2d2d2;
                                    border: 1px solid #555555;
                                }

                .main-box .ticket-details .flight-summary-details .tabs1 .activetabdataitm1 {
                    height: auto;
                    overflow-y: visible;
                }

            .main-box .ticket-details .flight-summary-details .flightheading {
                padding-bottom: 10px;
            }

            .main-box .ticket-details .flight-summary-details .single_menu {
                position: relative;
                margin-bottom: 23px;
                transition: 0.3s;
            }

                .main-box .ticket-details .flight-summary-details .single_menu:hover img {
                    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
                    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
                }

                .main-box .ticket-details .flight-summary-details .single_menu img {
                    width: 100px;
                    position: absolute;
                    height: 100px;
                    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
                    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
                    transition: 0.3s;
                    border: 1px solid #ddd;
                    border-radius: 5px;
                    background-color: #DFF3FF;
                }

                .main-box .ticket-details .flight-summary-details .single_menu .menu_content {
                    padding-left: 125px;
                }

                    .main-box .ticket-details .flight-summary-details .single_menu .menu_content h4 {
                        font-size: 18px;
                        font-weight: 600;
                        padding: 5px 0 0 0;
                        line-height: 2;
                        text-transform: capitalize;
                    }

                    .main-box .ticket-details .flight-summary-details .single_menu .menu_content p {
                        font-size: 16px;
                        font-weight: 800;
                        margin-bottom: 1px !important;
                    }

                    .main-box .ticket-details .flight-summary-details .single_menu .menu_content .non-veg {
                        color: #914322;
                    }

                    .main-box .ticket-details .flight-summary-details .single_menu .menu_content .veg {
                        color: #498bac;
                    }

            .main-box .ticket-details .flight-summary-details .pric-sec {
                padding-top: 20px;
            }

                .main-box .ticket-details .flight-summary-details .pric-sec .price {
                    color: #498bac;
                    padding-right: 20px;
                    font-size: 18px;
                    font-weight: 700;
                    padding-top: 5px;
                }

                .main-box .ticket-details .flight-summary-details .pric-sec .count {
                    float: none;
                }

                    .main-box .ticket-details .flight-summary-details .pric-sec .count button {
                        color: #498bac;
                        background-color: #ffffff;
                        border: 0;
                        border-radius: 25px;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        box-shadow: 0px 3px 5px rgba(143, 10, 17, 0.2509803922);
                    }

                    .main-box .ticket-details .flight-summary-details .pric-sec .count input.quntity-input {
                        width: 50px;
                        height: 30px;
                        margin: 0 5px;
                        text-align: center;
                        padding: 0;
                        border: 0;
                        border-radius: 5px;
                        box-shadow: 0px 3px 5px rgba(143, 10, 17, 0.2509803922);
                    }

                    .main-box .ticket-details .flight-summary-details .pric-sec .count .minus:before {
                        content: "\f068";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 600;
                        color: #498bac;
                    }

                    .main-box .ticket-details .flight-summary-details .pric-sec .count .plus:before {
                        content: "\f067";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 600;
                        color: #498bac;
                    }

        .main-box .ticket-details .tabs {
            display: flex;
        }

            .main-box .ticket-details .tabs .tab-head {
                background-color: #DFF3FF;
                height: 80vh;
            }

            .main-box .ticket-details .tabs > ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                width: 15%;
            }

                .main-box .ticket-details .tabs > ul li {
                    display: block;
                }

                    .main-box .ticket-details .tabs > ul li:not(:last-child) {
                        border-bottom: 1px solid #ffffff;
                    }

                    .main-box .ticket-details .tabs > ul li a {
                        display: flex;
                        border-bottom: none;
                        text-decoration: none;
                        background-color: #DFF3FF;
                        color: #555555;
                        padding: 10px 8px;
                        transition: all 0.2s ease-in-out;
                        word-wrap: break-word;
                    }

                        .main-box .ticket-details .tabs > ul li a:visited {
                            display: flex;
                            border-bottom: none;
                            text-decoration: none;
                            background-color: #DFF3FF;
                            color: #555555;
                            padding: 10px 8px;
                            transition: all 0.2s ease-in-out;
                            word-wrap: break-word;
                        }

                        .main-box .ticket-details .tabs > ul li a:hover {
                            border-bottom: none;
                            outline: 0;
                        }

                            .main-box .ticket-details .tabs > ul li a:hover:not(.active) {
                                color: #000000;
                            }

                        .main-box .ticket-details .tabs > ul li a:focus {
                            border-bottom: none;
                            outline: 0;
                        }

                        .main-box .ticket-details .tabs > ul li a:active {
                            border-bottom: none;
                            outline: 0;
                        }

                        .main-box .ticket-details .tabs > ul li a > span {
                            width: 100%;
                            display: flex;
                            align-items: left;
                            justify-content: left;
                            text-align: left;
                            font-size: 16px;
                        }

                            .main-box .ticket-details .tabs > ul li a > span.tab-label {
                                display: none;
                            }

                        .main-box .ticket-details .tabs > ul li a span.tab-label {
                            font-size: 12px;
                        }

                        .main-box .ticket-details .tabs > ul li a .tab-icon img {
                            width: 15px;
                            height: 15px;
                            margin-right: 5px;
                            margin-top: 5px;
                        }

                        .main-box .ticket-details .tabs > ul li a.active {
                            background-color: #ffffff;
                            border-left: 4px solid #00ADA1;
                        }

                            .main-box .ticket-details .tabs > ul li a.active .tab-icon {
                                color: #498bac !important;
                                font-weight: 600;
                            }

                            .main-box .ticket-details .tabs > ul li a.active span.tab-label {
                                color: #000000;
                            }

            .main-box .ticket-details .tabs section {
                width: 85%;
                background-color: #ffffff;
                padding: 1rem;
                display: none;
                word-wrap: break-word;
            }

                .main-box .ticket-details .tabs section > * {
                    opacity: 0;
                    transform: translateY(20px);
                    transition: opacity 0.2s, transform 0.2s;
                }

                    .main-box .ticket-details .tabs section > *:nth-child(1) {
                        transition-delay: 0.2s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(2) {
                        transition-delay: 0.3s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(3) {
                        transition-delay: 0.4s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(4) {
                        transition-delay: 0.5s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(5) {
                        transition-delay: 0.6s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(6) {
                        transition-delay: 0.7s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(7) {
                        transition-delay: 0.8s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(8) {
                        transition-delay: 0.9s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(9) {
                        transition-delay: 1s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(10) {
                        transition-delay: 1.1s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(11) {
                        transition-delay: 1.2s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(12) {
                        transition-delay: 1.3s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(13) {
                        transition-delay: 1.4s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(14) {
                        transition-delay: 1.5s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(15) {
                        transition-delay: 1.6s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(16) {
                        transition-delay: 1.7s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(17) {
                        transition-delay: 1.8s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(18) {
                        transition-delay: 1.9s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(19) {
                        transition-delay: 2s;
                    }

                    .main-box .ticket-details .tabs section > *:nth-child(20) {
                        transition-delay: 2.1s;
                    }

                .main-box .ticket-details .tabs section.active {
                    display: block;
                }

                .main-box .ticket-details .tabs section.active-content > * {
                    opacity: 1;
                    transform: translateY(0);
                }

@media (min-width: 576px) {
    .main-box .ticket-details .tabs > ul {
        width: 230px;
    }

        .main-box .ticket-details .tabs > ul li a {
            flex-wrap: wrap;
        }

            .main-box .ticket-details .tabs > ul li a > span {
                width: 100%;
            }

                .main-box .ticket-details .tabs > ul li a > span.tab-label {
                    width: 100%;
                    display: block;
                    margin-top: 0.2rem;
                }

    .main-box .ticket-details .tabs section {
        width: calc(100% - 230px);
        padding: 2rem 2rem;
    }
}

@media (min-width: 768px) {
    .main-box .ticket-details .tabs-container {
        padding: 4rem 4rem;
    }
}

.main-box .ticket-header {
    padding: 8px 10px 5px 10px !important;
}

.main-box .ticket-container {
    border-top: 1px dashed #d2d2d2;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25) !important;
}

    .main-box .ticket-container .flightlogo {
        float: left;
        background: #ffffff;
        width: auto !important;
        padding: 5px 6px 0px 8px !important;
        margin: 0 !important;
        margin-bottom: 5px !important;
        padding: 15px 10px 0px 10px !important;
    }

    .main-box .ticket-container .aviationname {
        padding: 5px 0 0 0 !important;
        font-size: 18px !important;
        color: #000000;
        font-weight: 700;
    }

    .main-box .ticket-container .aviation-details {
        color: #2C3039;
        font-size: 11px;
        padding: 0 0 0 30px !important;
        margin-bottom: 0 !important;
        padding: 5px 0 0px 7px;
    }

    .main-box .ticket-container .ticket-depart {
        font-size: 19px;
        font-weight: 600;
        padding: 10px 0 0px 7px;
    }

    .main-box .ticket-container .departdate {
        font-size: 14px;
        font-weight: 700;
        font-size: 16px !important;
        padding: 7px 0 0px 7px !important;
    }

    .main-box .ticket-container .view-link {
        color: #00ADA1 !important;
        font-size: 14px !important;
        font-weight: 600;
        padding: 7px 0 0px 7px !important;
    }

    .main-box .ticket-container .seatsec {
        padding: 0 5px;
    }

    .main-box .ticket-container .traveller-info {
        border: 1px solid #d2d2d2;
        margin: 10px 5px;
        border-radius: 6px;
        padding: 12px 0 0 0;
    }

    .main-box .ticket-container .dark-text {
        color: #555555;
    }

    .main-box .ticket-container .btn-submit {
        background-color: #ffffff;
        color: #407DF6;
        margin-top: 21px;
        padding: 6px 45px;
        width: 100%;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #407DF6;
        font-size: 16px !important;
        padding: 8px 12px !important;
    }

.main-box .btn-submit {
    background-color: #ffffff;
    color: #407DF6;
    margin-top: 21px;
    padding: 6px 45px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #407DF6;
}

.main-box .fare-summary {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 16px;
    position: sticky;
    padding: 0px;
    top: 13.5%;
    border: 1px solid #ffffff;
}

 /*   .main-box .fare-summary:hover {
        box-shadow: 0px 0px 4px rgba(19, 154, 167, 0.25);
        border: 1px solid #498bac;
        border-radius: 4px;
    }*/

    .main-box .fare-summary h4 {
        font-size: 20px;
        font-weight: 700;
        padding: 5px 0 5px 0px;
        color: #000000;
        padding: 16px 16px 0px 16px;
    }

        .main-box .fare-summary h4 span {
            display: block;
            font-size: 14px;
            color: #2C3039;
            border-bottom: 1px solid #EEEEEE;
            padding: 7px 0 7px 0;
            font-weight: 400;
        }

    .main-box .fare-summary .view-link {
        display: block;
        color: #00ADA1 !important;
        font-size: 14px !important;
        font-weight: 600;
        padding: 7px 0 0px 7px !important;
        padding: 5px 0 !important;
    }

    .main-box .fare-summary .aviation-details {
        color: #2C3039;
        font-size: 11px;
        padding: 0 0 0 30px !important;
        font-size: 14px;
        margin-bottom: 0rem !important;
        padding: 15px 0 14px 7px !important;
    }

    .main-box .fare-summary .accordion-item {
        border: none;
        border-bottom: 1px solid #eee;
    }

    .main-box .fare-summary .accordion-collapse {
        border: 0;
    }

    .main-box .fare-summary .accordion-button:not(.collapsed) {
        box-shadow: none;
    }

    .main-box .fare-summary .accordion-header {
        padding: 5px 0;
    }

    .main-box .fare-summary .base-price {
        float: right;
        text-align: right;
        width: 40%;
        margin-bottom: 0;
        font-weight: 700;
    }

    .main-box .fare-summary .accordion-button {
        padding: 0 0 0 30px;
        font-weight: bold;
        border: 0;
        font-size: 16px;
        color: #333333;
        text-align: left;
        display: inline-block;
        font-weight: 500;
    }

        .main-box .fare-summary .accordion-button:focus {
            box-shadow: none;
            border: none;
        }

        .main-box .fare-summary .accordion-button:not(.collapsed) {
            background: none;
            color: #498bac;
        }

    .main-box .fare-summary .accordion-body {
        padding: 0px 0 10px 28px;
        font-size: 14px;
    }

    .main-box .fare-summary .accordion-button::after {
        width: 18px;
        height: 18px;
        content: "+";
        font-size: 15px;
        background-image: none;
        font-weight: 400;
        color: #2C3039;
        transform: translateY(-1px);
        position: absolute;
        left: 0;
        border: 1px solid #2C3039;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%;
        line-height: 15px;
    }

    .main-box .fare-summary .accordion-button:not(.collapsed)::after {
        width: 18px;
        height: 18px;
        background-image: none;
        content: "-";
        font-size: 19px;
        line-height: 15px;
        text-align: center;
        color: #ffffff;
        background-color: #2C3039;
        vertical-align: middle;
        transform: translateY(-1px);
    }

    .main-box .fare-summary .view-link {
        display: block;
        color: #00ADA1 !important;
        font-size: 14px !important;
        font-weight: 600;
        padding: 7px 0 0px 7px !important;
        padding: 5px 0 !important;
    }

        .main-box .fare-summary .view-link:hover {
            text-decoration: underline;
        }

    .main-box .fare-summary .add-on-ul {
        display: inline-block;
        width: 100%;
        margin: 0 0 0px;
    }

        .main-box .fare-summary .add-on-ul li {
            width: 100%;
            display: inline-block;
            margin: 0;
            font-size: 14px;
            padding: 0;
            color: #2C3039;
            font-weight: 500;
            padding: 5px 0px 5px 0px !important;
            border-bottom: 1px solid #EEEEEE;
        }

            .main-box .fare-summary .add-on-ul li img {
                padding-right: 5px;
            }

            .main-box .fare-summary .add-on-ul li i {
                cursor: pointer !important;
            }

            .main-box .fare-summary .add-on-ul li p {
                margin-bottom: 8px;
            }

            .main-box .fare-summary .add-on-ul li .details-breakup,
            .main-box .fare-summary .add-on-ul li .tax-breakup {
                display: none;
                padding: 10px 0 0px 22px;
                font-size: 14px;
                color: #555555;
            }

            .main-box .fare-summary .add-on-ul li .cabin-priz-box {
                width: 40%;
                float: right;
                color: #555555;
                text-align: left;
                color: #555555;
                font-weight: 500;
                margin: 0;
                padding: 0;
                text-align: right;
                font-size: 14px;
                color: #000000;
                font-weight: 600;
            }

            .main-box .fare-summary .add-on-ul li .free {
                color: #498bac !important;
            }

    .main-box .fare-summary .price-footer {
        padding: 15px;
        background-color: #f7f7f7;
        border-radius: 0px 0px 4px 4px;
    }

        .main-box .fare-summary .price-footer h3 {
            font-size: 20px;
            color: #000000;
            font-weight: 800;
        }

        .main-box .fare-summary .price-footer h2 {
            font-size: 24px;
            font-weight: 700;
            color: #498bac;
        }

        .main-box .fare-summary .price-footer .view-link {
            display: block;
            color: #00ADA1 !important;
            font-size: 14px !important;
            font-weight: 600;
            padding: 7px 0 0px 7px !important;
            padding: 5px 0 !important;
            margin-bottom: 1px !important;
        }

    .main-box .fare-summary .offer-header {
        border-bottom: 1px solid #EEEEEE;
    }

    .main-box .fare-summary .offer-section {
        position: relative;
        padding-bottom: 15px;
    }

        .main-box .fare-summary .offer-section .form-group {
            margin: 10px 0;
        }

            .main-box .fare-summary .offer-section .form-group .form-control {
                height: 45px;
            }

        .main-box .fare-summary .offer-section label {
            display: block;
            color: #000000;
            font-style: normal;
            font-weight: 500;
            font-size: 15px !important;
            line-height: 20px;
            margin: 0px 0 0px 0px !important;
        }

        .main-box .fare-summary .offer-section .radio {
            padding: 10px;
            border-radius: 8px;
            margin-bottom: 10px;
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        }

            .main-box .fare-summary .offer-section .radio label {
                margin: 0 !important;
                padding: 0.3rem 0.6rem;
                border: 1px solid #ffffff;
                border-radius: 12px;
                background: #f5f5f5;
                text-align: center;
                color: #000000 !important;
                text-align: left;
                background-color: #ffffff;
                border: none;
            }

            .main-box .fare-summary .offer-section .radio input[type=radio] + .radio-label:before {
                width: 15px;
                height: 15px;
                vertical-align: -webkit-baseline-middle;
                top: -4px !important;
            }

            .main-box .fare-summary .offer-section .radio input[type=radio]:checked + .radio-label {
                font-weight: bold !important;
                color: #407DF6;
                background: #DFF3FF;
                padding: 0.5rem 1rem;
                border-radius: 12px;
                border: 1px solid #d2d2d2;
                margin-right: 0px !important;
                background-color: #ffffff;
                border: none;
                color: #00ADA1 !important;
            }

        .main-box .fare-summary .offer-section .discription {
            color: #7E7E7E;
            font-size: 14px;
            padding-left: 8%;
        }

            .main-box .fare-summary .offer-section .discription a {
                color: #00ADA1;
            }

.room-box {
    width: 100%;
   /* margin: 2% 0% 2% 0;*/
    height:100%;
    float: left;
    position: relative;
    padding: 1.6rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #D2D2D2;
    border-radius: 8px;
    border:none;
    padding:0px!important;
}

    .room-box:hover {
        border: 0.1rem solid #498bac;
    }

    .room-box .form-label {
        margin-bottom: 0;
        font-size: 14px;
    }

    /**Hotel Widget CSS**/
    /**Hotel Widget CSS**/
    .room-box .form-group {
        position: relative;
        display: inline-block;
        /* width: 100%;*/
        margin: 0;
    }

.hotel-booking {
    display: inline-block;
    font-size: 16px;
    margin: 0 3rem 0 0;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
}

    .hotel-booking .form-control {
        background: none;
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0;
        position: relative;
        font-size: 18px !important;
        padding: 0px !important;
        font-weight: 700;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .hotel-booking .form-control:focus {
            border: 0 !important;
            box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
        }

    .hotel-booking .hotel-booking-arrow {
        cursor: pointer;
    }

    .hotel-booking:after {
        content: "";
        position: absolute;
        display: block;
        right: 0px;
        top: 1.5rem;
        z-index: 0;
        top: -19px;
       /* background: url(../images/select-arrow.png) no-repeat;*/
        width: 10px;
        height: 8px;
    }

    .hotel-booking .add-room {
        position: absolute;
        padding: 0.5rem;
        right: 0;
        left: 0;
        top: 2.4rem;
        margin: 0;
        background-color: #ffffff;
        box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, 0.2);
        border-radius: 0rem 0rem 8px 8px;
        z-index: 22;
        display: none;
        width: 70%;
    }

        .hotel-booking .add-room .viewfare {
            float: left !important;
        }

        .hotel-booking .add-room .flight-mode {
            padding: 10px 0 0px 0;
        }

            .hotel-booking .add-room .flight-mode .radio {
                display: block;
                margin: 0px 0 0 0;
            }

            .hotel-booking .add-room .flight-mode label {
                font-size: 14px !important;
                text-transform: capitalize;
            }

        .hotel-booking .add-room .room-add-holder {
            margin: 0 0 3px 0;
            padding: 0 0 0rem 0;
            display: inline-block;
            width: 100%;
            text-align: left;
        }

            .hotel-booking .add-room .room-add-holder .select-age {
                clear: both;
                margin: 1rem 0;
                overflow: hidden;
            }

            .hotel-booking .add-room .room-add-holder .left-holder {
                margin: 0 0 0rem 0;
            }

            .hotel-booking .add-room .room-add-holder h3 {
                color: #2C3039 !important;
                font-size: 14px;
                margin-bottom: 0.5rem;
                font-weight: 600;
                width: auto;
                display: inherit;
            }

            .hotel-booking .add-room .room-add-holder .child-holder {
                display: inline-block;
                width: 100%;
                margin: 1rem 0 0 0;
            }

                .hotel-booking .add-room .room-add-holder .child-holder .form-holder {
                    width: auto;
                    padding-right: 0.5rem;
                    margin: 0;
                    display: inline-block;
                }

                    .hotel-booking .add-room .room-add-holder .child-holder .form-holder select {
                        width: 100%;
                        height: 3rem;
                        margin: 0 0rem;
                        text-align: center;
                        padding: 0;
                        border: 0;
                        box-shadow: 0px 0px 4px 0px rgba(221, 62, 77, 0.25);
                    }

            .hotel-booking .add-room .room-add-holder .age {
                font-weight: 500;
                font-size: 14px;
                margin: 0 0 0.5rem 0;
            }

            .hotel-booking .add-room .room-add-holder .edit-del-box {
                width: 3.5rem;
                float: right;
            }

                .hotel-booking .add-room .room-add-holder .edit-del-box .close-room {
                    transition: 0.5s;
                    color: #555555;
                    font-size: 1.2rem;
                    font-weight: normal;
                    float: left;
                    cursor: pointer;
                }

                    .hotel-booking .add-room .room-add-holder .edit-del-box .close-room:hover {
                        color: #498bac;
                    }

                .hotel-booking .add-room .room-add-holder .edit-del-box .remove-btn {
                    font-size: 1.2rem;
                    font-weight: normal;
                    float: right;
                    color: #555555;
                }

                    .hotel-booking .add-room .room-add-holder .edit-del-box .remove-btn:hover {
                        color: #498bac;
                    }

    .hotel-booking .adult {
        width: auto;
        margin: 0 1.5rem 0 0;
    }

        .hotel-booking .adult span {
            font-weight: normal;
            display: inline-block;
        }

    .hotel-booking .com-btn {
        border: 0.1px solid #498bac;
        color: #498bac;
        display: inline;
        padding: 0.5rem 1rem;
        font-size: 1.2rem;
        font-weight: 500;
        width: auto;
        border-radius: 0.8rem;
        text-decoration: none;
        padding: 6px 10px;
        font-size: 15px;
    }

        .hotel-booking .com-btn:hover {
            background: #498bac;
            color: #ffffff;
        }

    .hotel-booking .add-room-btn {
        margin: 0;
        float: left;
    }

    .hotel-booking .child-box {
        width: auto;
        float: left;
        height: auto;
        margin: 0 0 1rem 0;
    }

    .hotel-booking .left-holder {
        display: block;
        float: left;
        width: 100%;
        margin: 0px 0 0px 0;
        border-bottom: 1px solid #ccc;
        padding: 5px 0px;
    }

        .hotel-booking .left-holder .adult {
            margin: 0;
            font-size: 16px;
            line-height: normal;
            text-align: left;
            font-weight: 600;
            float: left;
        }

            .hotel-booking .left-holder .adult span {
                display: block !important;
                font-size: 12px;
            }

        .hotel-booking .left-holder .count button {
            color: #000000;
            background-color: transparent;
            border-radius: 4px;
            width: 30px;
            border: 1px solid #D2D2D2;
            height: 30px;
            text-align: center;
        }

            .hotel-booking .left-holder .count button:hover {
                background: #498bac;
                color: #ffffff;
            }

        .hotel-booking .left-holder .count {
            margin-top: 3px;
            float: right;
        }

            .hotel-booking .left-holder .count .minus {
                position: absolute !important;
                right: 14%;
            }

            .hotel-booking .left-holder .count .plus {
                position: absolute !important;
                right: 2%;
            }

            .hotel-booking .left-holder .count input.quntity-input {
                width: 30px;
                height: 30px;
                margin: 0 0.5rem;
                font-weight: 900;
                text-align: center;
                padding: 0;
                border: 0;
                position: absolute;
                right: 24%;
            }

.passenger-holder .select2-container .select2-container--default .select2-container--open {
    width: 100% !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 350px;
}

.plus:before {
    content: "";
    font-size: 2.2rem;
    font-weight: bold;
    color: #498bac;
    line-height: 0;
}

.minus:before {
    content: "";
    font-weight: 600;
    font-size: 2.2rem;
    color: #498bac;
    line-height: 0;
}

[class*=hidden] {
    display: none;
}

.selectall {
    float: right;
}

    .selectall .filter-items li {
        font-size: 15px;
        line-height: 15px;
        padding: 0px 0 6px 0;
        margin: 0 0rem;
        display: block;
        list-style: none;
        color: #555555;
        /*border-bottom: 1px dashed #d2d2d2;*/
    }

        .selectall .filter-items li a {
            text-decoration: none;
            color: #555555;
            position: relative;
            padding: 0 0 0 21px;
        }

            .selectall .filter-items li a:hover {
                color: #407DF6;
            }

                .selectall .filter-items li a:hover::before {
                    border: solid 0.1rem #407DF6;
                }

            .selectall .filter-items li a:before {
                content: "";
                display: block;
                width: 15px;
                height: 15px;
                border: solid 0.1rem #555555;
                position: absolute;
                left: 0px;
                top: 0rem;
                line-height: 2rem;
                color: #ffffff;
                border-radius: 0.22rem;
            }

            .selectall .filter-items li a .p-airline {
                width: 20px;
                height: 20px;
                margin-right: 5px;
            }

            .selectall .filter-items li a.active:before {
                content: " ";
                background: #407DF6 url(../images/check-mark-white.png) no-repeat center center;
                border: solid 0.1rem #407DF6;
            }

            .selectall .filter-items li a.active {
                color: #407DF6;
            }

    .selectall .action-container {
        display: flex;
        justify-content: start;
        cursor:pointer;
    }

        .selectall .action-container ul > li {
            display: inline-block;
            padding: 0 10px 0 0;
        }

.main-box .flight-list {
    display: block;
}

    .main-box .flight-list .flight-heading {
        display: inline-block;
        width: 20%;
    }

        .main-box .flight-list .flight-heading .flight-details {
            font-size: 16px !important;
        }

        .main-box .flight-list .flight-heading h6 {
            color: #555555;
            font-size: 14px;
        }

    .main-box .flight-list .price-container {
        display: inline-block;
        width: 72%;
    }

    .main-box .flight-list .right-section {
        display: inline-block;
        width: 10%;
    }

.flight-card .stop-status-green {
    color: #498bac;
    font-weight: 600;
    font-size: 13px;
}

.flight-card .stop-status-red {
    color: #ff0000;
    font-weight: 600;
    font-size: 14px;
}

.flight-card .depart-flight h6 {
    padding-top: 0px !important;
}

.flight-card .arrive-flight h6 {
    padding-top: 0px !important;
}

.flight-card .fare-details {
   /* display: flex;*/
    align-items: center;
    justify-content: flex-end;
    margin: 0 10px 0px 0;
    float:right;
}

    .flight-card .fare-details .fare {
        padding: 0 0 0 0 !important;
    }

        .flight-card .fare-details .fare h4 {
            color: #498bac;
        }

        .flight-card .fare-details .fare .aviation-details {
            font-size: 13px;
            padding: 0 0 0 0 !important;
        }

.flight-card .refund {
    background-color: #DFF3FF;
    color: #407DF6;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    border-left: 1px solid #407DF6;
    border-bottom: 1px solid #407DF6;
    margin: -8px -5px 5px 0;
}

.flight-card .flight-footer {
    border-top: 1px solid #d2d2d2;
    padding: 0px 0 0 0;
}

    .flight-card .flight-footer .flight-options .header-flight {
        background-color: #fafafa;
        color: #2C3039;
        padding: 5px 8px 5px 8px;
        font-size: 13px;
        font-weight: 700;
        line-height: 21px;
        position: relative;
        border-right: 1px solid #EEE;
        display: inline-block;
    }

        .flight-card .flight-footer .flight-options .header-flight:hover {
            background-color: #f7f7f7;
            color: #498bac;
        }

    .flight-card .flight-footer .flight-options .active {
        background-color: #f7f7f7;
        color: #498bac;
    }

        .flight-card .flight-footer .flight-options .active::before {
            content: "";
            height: 0;
            width: 0;
            border-top: 6px solid #f7f7f7;
            border-right: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid transparent;
            top: 100%;
            left: 50%;
            position: absolute;
            margin-left: -6px;
        }

    .flight-card .flight-footer .flight-options #flightdetails {
        border-radius: 0px 0px 0px 4px;
    }

    .flight-card .flight-footer .flight-rate-options {
        margin: 2px 0 0 0;
    }

        .flight-card .flight-footer .flight-rate-options .flight-mode .radio {
            display: inline-block;
            margin: 0rem 0.2rem 1rem 0rem;
            margin: 0 0 0 0 !important;
        }

        .flight-card .flight-footer .flight-rate-options .flight-mode label {
            display: block;
            color: #000000;
            font-style: normal;
            font-weight: 500;
            font-size: 15px !important;
            line-height: 20px;
            margin: 0px 0 0px 0px !important;
            font-size: 14px !important;
            font-weight: 700;
            padding: 0.1rem 0.4rem !important;
        }

        .flight-card .flight-footer .flight-rate-options .flight-mode .t {
            width: 20px;
            height: 20px;
            display: inline-block;
            text-align: center;
            font-size: 10px;
            border-radius: 50%;
            color: #ffffff;
            background-color: #11C1D9;
        }

        .flight-card .flight-footer .flight-rate-options .flight-mode .n {
            width: 20px;
            height: 20px;
            display: inline-block;
            text-align: center;
            font-size: 10px;
            border-radius: 50%;
            color: #ffffff;
            background-color: #00BC78;
        }

        .flight-card .flight-footer .flight-rate-options .flight-mode .sm {
            width: 20px;
            height: 20px;
            display: inline-block;
            text-align: center;
            font-size: 10px;
            border-radius: 50%;
            color: #ffffff;
            background-color: #9C2DF3;
        }

.flight-card .flight-summary-details {
    border: 1px solid #d2d2d2;
    margin: 10px 10px;
    background: #fafafa;
    border-radius: 4px;
}

    .flight-card .flight-summary-details::before {
        content: none !important;
    }

    .flight-card .flight-summary-details nav {
        border: none !important;
    }

        .flight-card .flight-summary-details nav .nav-tabs .nav-link {
            width: auto !important;
            margin-right: 5px;
            border: 1px solid #EEEEEE;
        }

    .flight-card .flight-summary-details .tab-content {
        border-radius: 4px;
    }

        .flight-card .flight-summary-details .tab-content .tab-pane .fare th {
            background-color: #f7f7f7;
            vertical-align: top;
        }

.flight-card .changeclass-section {
    display: none;
}

    .flight-card .changeclass-section .changes {
        padding: 10px 5px;
        background-color: #ffffff;
        margin: 5px;
        border: 1px solid #d2d2d2;
        border-radius: 4px;
    }

        .flight-card .changeclass-section .changes .flightname {
            margin: 0 0 0 7px;
        }

        .flight-card .changeclass-section .changes .flight-rate-options .flight-mode .radio {
            display: inline-block;
            margin: 0rem 0.2rem 1rem 0rem;
            margin: 0 0 0 0 !important;
        }

        .flight-card .changeclass-section .changes .flight-rate-options .flight-mode label {
            display: block;
            color: #000000;
            font-style: normal;
            font-weight: 500;
            font-size: 15px !important;
            line-height: 20px;
            margin: 0px 0 0px 0px !important;
            font-size: 16px !important;
            font-weight: 700;
        }

/*dropdow*/
.class-box {
    width: 48% !important;
    height: 100px;
    padding: 10px 14px 10px 14px !important;
    margin: 2% 1% 2% 1%;
}

    .class-box:hover {
        border: 0.1rem solid #498bac;
    }

.stop-box {
    width: 48% !important;
    height: 100px;
    padding: 10px 14px 10px 14px !important;
    /* margin: 2% 0% 2% 2%;*/
    margin: 0% 0% 0% 0%!important;
}

    .stop-box:hover {
        border: 0.1rem solid #498bac;
    }

/*dropdow*/
.flight-cust {
    margin: 0 0 1% 0;
}

.widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    background: url("../images/select-arrow.png") no-repeat;
    width: 10px;
    height: 8px;
    top: 18px;
}

.widget-cus-id .select2-container--open .select2-selection__arrow b {
    border: 0;
    background: url("../images/select-arrow.png") no-repeat !important;
    width: 10px;
    height: 8px;
    top: 18px;
}

.widget-cus-id .select2-container--default .select2-selection--single {
    background: #ffffff;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    height: auto;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #D2D2D2;
    font-size: 14px;
}

    .widget-cus-id .select2-container--default .select2-selection--single:hover {
        border: 1px solid #498bac;
    }

.widget-cus-id .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ececec !important;
}

.widget-cus-id .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #ffffff !important;
    color: #555555 !important;
}

.widget-cus-id .select2-container,
.widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100% !important;
    font-weight: 800 !important;
    color: #555555;
    display: inline;
    word-wrap: normal !important;
    /**white-space: normal;**/
    text-align: left;
    padding: 0;
    font-size: 16px;
}

    .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
        color: #555555;
    }

.widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: -8px;
    right: 10px;
    width: 20px;
}

.select2-dropdown--below {
    border: 1px solid #D2D2D2;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px rgba(143, 10, 17, 0.2509803922);
    border-radius: 0 0 5px 5px;
    padding: 0;
    min-width: 160px !important;
}

.select2-dropdown {
    border: 0;
}

.trip-navigation .select2-container--open .select2-dropdown {
    left: -5px;
    top: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}

.select2-selection__placeholder {
    color: #555555 !important;
    line-height: normal;
}

.select2-results__option {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    cursor: pointer;
}

    .select2-results__option strong {
        display: block;
    }

    .select2-results__option.select2-results__option--highlighted {
        background: #DFF3FF !important;
        color: #498bac;
    }

.class-box .widget-cus-id .select2-container,
.class-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered,
.stop-box .widget-cus-id .select2-container,
.stop-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    font-size: 18px;
}

.class-box .widget-cus-id .select2-container--default .select2-selection--single,
.stop-box .widget-cus-id .select2-container--default .select2-selection--single {
    border: 0px solid #ffffff;
    padding: 0px 0px 0 0;
}

    .class-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .stop-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .class-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow,
    .stop-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: -9px;
        right: -7px;
    }

/*slider start*/
.banner-slide {
    margin: 84px auto;
    text-align: center;
    overflow: hidden;
}

.form-slider {
    text-align: center;
    border: 1px solid #498bac;
    border-radius: 4px;
}

.form-box img {
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15), 0px 0px 12px 0px rgba(224, 252, 255, 0.64);
}

.form-slider .slick-dots {
    bottom: -35px;
    height: 16px;
    width: 100%;
    text-align: center;
}


/*added by bramhani*/
.login-slider .slick-dots {
    bottom: 35px;
    left: 46px;
    height: 16px;
    width: 100%;
    text-align: left;
}
/*end*/
.banner-slide .slick-dotted.slick-slider {
    margin-bottom: 80px;
}


.form-slider .slick-dots li,
.login-slider .slick-dots li {
    margin: 0;
}
    /*.form-slider .slick-dots li {
    margin: 0;
}*/

    .form-slider .slick-dots li button,
    .login-slider .slick-dots li button {
        width: 100%;
        height: 15px;
        padding: 0;
        text-indent: -9999px;
    }

.form-slider .slick-dots li,
.login-slider .slick-dots li {
    height: 16px;
    width: 16px;
    margin: 0 8px;
}

    .form-slider .slick-dots li button:before {
        height: 16px;
        width: 16px !important;
        border-radius: 50px;
        background: #555555;
        top: 0;
    }

    /*added*/
    .login-slider .slick-dots li button:before {
        height: 16px;
        width: 16px !important;
        border-radius: 50px;
        background: #ffffff;
        top: 0;
        opacity: 1;
    }

    .login-slider .slick-dots li.slick-active button:before {
        background: #63217d !important;
        opacity: 1;
    }
    /*end*/

    .form-slider .slick-dots li.slick-active button:before {
        background: #498bac !important;
    }

.guestCounter {
    margin: 0px 0 0px 0;
    /*width: 23.5rem;*/
}

    .guestCounter li {
        text-align: center;
        cursor: pointer;
        position: relative;
        z-index: 2;
        line-height: normal;
        font-weight: 700;
       /* width: calc(50% - 3px) !important;*/
        padding: 5px 5px;
        display: inline-block;
       /* border: 1px solid #d2d2d2;
        background: #fafafa;*/
        margin: 0 0 4px 0;
        font-size: 14px;
    }

        .guestCounter li:first-child {
            border-radius: 4px 0px 0px 0px;
        }

        .guestCounter li:nth-child(2) {
            border-radius: 0px 4px 0px 0px;
        }

        .guestCounter li:nth-child(3) {
            border-radius: 0px 0px 0px 4px;
        }

        .guestCounter li:last-child {
            border-radius: 0px 0px 4px 0px;
        }

    .guestCounter .selected {
        color: #407DF6;
        background-color: #F1FAFF;
        font-weight: 700;
        color: #407DF6;
        border: 1px solid #407DF6;
    }

.gbCounter {
    position: relative;
}

/*listing page*/
.modify-bar {
    /*margin: 80px 0 0 0;*/
    background-image: none !important;
    background-color: #498bac;
    padding: 10px 120px 5px;
}

    .modify-bar .search-list {
        padding-left: 0px;
    }

    .modify-bar .form-list {
        padding-right: 10px;
    }

    .modify-bar .modify-box {
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .modify-bar .search-widget {
        padding: 2px 0 0 0;
        width: 100%;
    }

        .modify-bar .search-widget .form-group {
            vertical-align: top;
        }

        .modify-bar .search-widget .select-traveller .guestCounter {
            display: block;
            margin: 5px 0 10px 0;
        }

        .modify-bar .search-widget .select-traveller .travelclass li {
            width: 100% !important;
            padding: 2px 10px;
            font-size: 13px;
        }

        .modify-bar .search-widget .rec-flight {
            width: 48.5% !important;
            height: 60px !important;
            float: right !important;
            position: relative !important;
            padding: 2px 10px 0px 24px !important;
        }

            .modify-bar .search-widget .rec-flight:before {
                content: "";
                background: #fff;
                background-color: #fff;
                border: 1px solid #fff;
                /* border-right: 1px solid #498bac !important;*/
                top: 12px;
                border: none !important;
            }

            .modify-bar .search-widget .rec-flight .select-destination {
                top: 59px;
            }

                .modify-bar .search-widget .rec-flight .select-destination .list-group .list-group-item h6 {
                    font-size: 13px !important;
                }

        .modify-bar .search-widget .flight-swipe {
            top: 10px;
            background:white;
        }

        .modify-bar .search-widget .flight-from {
            width: 48.5% !important;
            height: 60px !important;
            position: relative !important;
            padding: 2px 24px 0px 10px !important;
        }

            .modify-bar .search-widget .flight-from:before {
                content: "";
                background: #fff;
                background-color: #fff;
                border: 1px solid #fff;
                border-right: 0 !important;
                top: 12px;
            }

            .modify-bar .search-widget .flight-from .select-source {
                top: 59px;
            }

                .modify-bar .search-widget .flight-from .select-source .list-group .list-group-item h6 {
                    font-size: 13px !important;
                }

        .modify-bar .search-widget .departure {
            width: 21% !important;
            height: 60px !important;
            padding: 2px 10px 0px 10px !important;
            margin: 0 1% 0 0;
        }

            .modify-bar .search-widget .departure label::before {
                top: 5px;
                right: 0px;
            }

        .modify-bar .search-widget .return {
            width: 21% !important;
            height: 60px !important;
            padding: 2px 10px 0px 10px !important;
            margin: 0 1% 0 0;
        }

            .modify-bar .search-widget .return label::before {
                top: 5px;
                right: 0px;
            }

            .modify-bar .search-widget .return a.return-text {
                width: 85%;
            }

        .modify-bar .search-widget .room-box {
            width: 40% !important;
            margin: 0% 1% 0% 0;
            height: 60px !important;
            padding: 2px 10px 0px 10px !important;
        }

        .modify-bar .search-widget .search-input-box {
            width: 100%;
            height: auto;
            border: 1px solid #ffffff;
            background-color: #ffffff;
            padding: 3px 6px 3px 3px;
            border-radius: 8px;
            float: left;
            position: relative;
            line-height: normal;
        }

            .modify-bar .search-widget .search-input-box .form-holder {
                line-height: normal;
            }

            .modify-bar .search-widget .search-input-box label {
                margin: 0;
            }

            .modify-bar .search-widget .search-input-box p {
                margin-bottom: 0px !important;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                font-size: 12px;
                line-height: normal;
            }

            .modify-bar .search-widget .search-input-box input {
                width: 100%;
                border: 0px;
                font-size: 14px !important;
                font-weight: 700;
                color: #498bac;
                background: none;
                line-height: normal;
                padding: 0;
            }

                .modify-bar .search-widget .search-input-box input .inp-text {
                    font-size: 14px !important;
                    font-weight: 600;
                }

            .modify-bar .search-widget .search-input-box ::-moz-placeholder {
                color: #000000;
                font-size: 14px !important;
            }

            .modify-bar .search-widget .search-input-box ::placeholder {
                color: #000000;
                font-size: 14px !important;
            }

        .modify-bar .search-widget .hotel-booking .add-room {
            width: 100%;
        }

        .modify-bar .search-widget .hotel-booking:after {
            right: 0;
            top: -11px !important;
        }

        .modify-bar .search-widget .hotel-booking .search-input-box input {
            font-size: 16px !important;
            font-weight: 700;
        }

        .modify-bar .search-widget .hotel-booking .child-box {
            margin: 0 0 0.5rem 0;
            width: 25%;
        }

        .modify-bar .search-widget .hotel-booking .left-holder {
            display: block;
            padding: 2px 0px;
            width: 100%;
        }

            .modify-bar .search-widget .hotel-booking .left-holder .adult {
                font-size: 14px;
            }

                .modify-bar .search-widget .hotel-booking .left-holder .adult span {
                    font-size: 12px;
                }

            .modify-bar .search-widget .hotel-booking .left-holder .count {
              /*  float: left;*/
                float:right;
            }

                .modify-bar .search-widget .hotel-booking .left-holder .count button {
                    width: 24px;
                    font-size: 13px;
                    height: 24px;
                }

                .modify-bar .search-widget .hotel-booking .left-holder .count input.quntity-input {
                    width: 24px;
                    height: 24px;
                    margin: 0 0rem;
                    font-size: 14px !important;
                }

        .modify-bar .search-widget .hotel-booking .add-room {
            top: 2.4rem;
        }

            .modify-bar .search-widget .hotel-booking .add-room .room-add-holder .age {
                font-size: 12px;
            }

            .modify-bar .search-widget .hotel-booking .add-room .room-add-holder .flight-mode label {
                color: #000000;
            }

            .modify-bar .search-widget .hotel-booking .add-room .room-add-holder .radio input[type=radio]:checked + .radio-label {
                color: #407DF6 !important;
            }

            .modify-bar .search-widget .hotel-booking .add-room .room-add-holder .child-holder .form-holder select {
                height: 1.5rem !important;
            }

        .modify-bar .search-widget .m-btn {
            width: 15%;
            display: flex;
            align-items: center;
        }

            .modify-bar .search-widget .m-btn input.modify-btn {
                height: auto !important;
                width: 100%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-style: normal;
                font-weight: 700;
                font-size: 18px;
                line-height: normal;
                text-decoration: none;
                text-align: center !important;
                background-color:#498bac;
                text-transform: uppercase;
                color: #ffffff;
                margin: 0 0 0 0 !important;
                padding: 6px 0 6px;
                border-radius: 0.375rem;
                background-size: 400% 100%;
                transition: all 0.4s ease-in-out;
                border:none;
            }

                .modify-bar .search-widget .m-btn input.modify-btn:hover {
                    background: #ffffff;
                    color: #498bac;
                }

.p-lrb {
    padding: 0rem 1rem 1rem 1rem !important;
}

.flighttofly {
    color: #555555;
    padding: 5px 8px 0 8px;
    font-weight: 700;
    position: relative;
    position: relative !important;
}

    .flighttofly:after {
        position: absolute;
        background: #d2d2d2;
        height: 25px;
        content: "";
        top: 0px;
        width: 1px;
        margin: 0 10px;
    }

.fare-tablebox {
    margin: 15px 0 0 0;
}

.list-menu {
    display: flex;
    justify-content: space-around;
}

.openbtn {
    display: none;
}

    .openbtn img {
        max-width: 70%;
        width: 100%;
    }

.width250 {
    width: 20rem !important;
    left: 0 !important;
}

.width250-minus {
    width: 4rem !important;
    left: -32px !important;
    transition: all 0.4s ease-in-out;
}

.full-width-box {
    width: 97% !important;
    right: -45px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.width-less {
    width: 82% !important;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.close-btn {
    display: none;
}

.flight-options {
    margin: 0 0 0 -5px;
}

a.return-text {
    font-size: 12px;
    color: #7E7E7E;
    width: 50%;
    display: block;
}

.fare-type {
    margin: 0;
    padding: 0;
}

    .fare-type .radio label {
        margin: 0 !important;
        font-weight: normal;
        font-size: 13px;
        padding: 4px 0rem;
        position: relative;
        width: 100%;
    }

        .fare-type .radio label .filter-r {
            float: right;
            text-align: right;
            right: 0;
            top: 0;
            position: absolute;
            color: #2C3039;
            font-weight: normal;
        }

    .fare-type .radio input[type=radio]:checked + .radio-label {
        padding: 4px 0rem;
        font-weight: normal !important;
    }

img.f-logo {
    width: 24px;
    height: 24px;
    margin: 3px 0 0 0;
}

.oneplus {
    display: inline;
    font-size: 10px !important;
    line-height: normal !important;
    color: #ff0000 !important;
    padding: 0 !important;
    position: absolute;
}

    .oneplus span {
        display: block;
        font-size: 10px !important;
        line-height: normal !important;
        padding: 0 !important;
        color: #ff0000 !important;
    }

.up-arrow {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
}

.arrow-show-up {
    background: #ffffff;
    width: 22px;
    height: 22px;
    line-height: 17px;
    border-radius: 50px;
    border: 1px solid #ffffff;
}

    .arrow-show-up img {
        vertical-align: middle;
    }

    .arrow-show-up:hover {
        box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.2);
        border: 1px solid #63217d;
    }

.arrow-show-down {
    display: none;
    background: #ffffff;
    width: 22px;
    height: 22px;
    line-height: 21px;
    border-radius: 50px;
    border: 1px solid #ffffff;
}

    .arrow-show-down:hover {
        box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.2);
        border: 1px solid #63217d;
    }

/*refundable list start*/
ul.refundable {
    margin: -4px -5px 0 0;
    padding: 0;
}

    ul.refundable li {
        position: relative;
        display: inline-block;
      /*  background-color: #DFF3FF;
        color: #407DF6;*/
        /*border-bottom: 1px solid #407DF6;*/
        border-bottom:hidden;
        margin: 0 0px 0 -6px;
        padding: 3px 11px 2px 7px;
        font-size: 12px;
        top: 0;
    }

        ul.refundable li:before {
            content: " ";
            position: absolute;
            display: block;
            width: 13px;
            height: 24px;
            top: 0;
            left: 0px;
            z-index: 0;
           /* border-left: 1px solid #407DF6;
            border-bottom: 1px solid #407DF6;*/
          /*  background: #DFF3FF;*/
            transform-origin: bottom left;
            transform: skew(30deg, 0deg);
        }

        ul.refundable li:last-child {
            border-radius: 0px 4px 0px 0px;
        }

/*refundable list end*/
/*datepicker update start*/
.ui-datepicker .ui-datepicker-title {
    font-weight: 800;
    color: #498bac;
    font-size: 20px;
}

/*range slider new*/
.range-slider {
    margin: 10px 0 0 0%;
    font-size: 13px;
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    width: calc(100% - 63px);
    height: 8px;
    border-radius: 18px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0 11px 0 0;
}

    .range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #FCA010;
        cursor: pointer;
        -webkit-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }

        .range-slider__range::-webkit-slider-thumb:hover {
            background: #FCA010;
        }

    .range-slider__range:active::-webkit-slider-thumb {
        background: #FCA010;
    }

    .range-slider__range::-moz-range-thumb {
        width: 18px;
        height: 18px;
        border: 0;
        border-radius: 50%;
        background: #FCA010;
        cursor: pointer;
        -moz-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }

        .range-slider__range::-moz-range-thumb:hover {
            background: #FCA010;
        }

    .range-slider__range:active::-moz-range-thumb {
        background: #FCA010;
    }

    .range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #FCA010;
    }

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 0;
    color: #2C3039;
    line-height: 20px;
    text-align: center;
    margin-left: 1px;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

/*.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #7E7E7E;
    border-bottom: 7px solid transparent;
    content: "";
  }*/
.change-plane {
    background-color: #FAFEFF;
   /* border: 1px solid #ff0000;*/
    padding: 4px 9px;
    text-align: center;
    /*border-radius: 25px;*/
}

    .change-plane h5 {
        color: #2C3039;
        font-weight: 600;
        font-size: 14px;
    }

        .change-plane h5 span {
            color: #ff0000 !important;
        }

.tm10 {
    margin: 10px 0;
}

.option-list small {
    display: block;
}

h6.flighttofly.b-none:after,
.flighttofly.b-none:after {
    display: none;
}

.lines {
    position: relative;
    padding: 0 12px;
}

    .lines:after {
        position: absolute;
        background: #d2d2d2;
        height: 27px;
        content: "";
        top: 0;
        width: 1px;
        margin: 0 10px;
    }

/*One Way Booking Start*/
.attribute-box .flight-summary-details {
    padding: 0px !important;
}

    .attribute-box .flight-summary-details nav .nav-tabs .nav-link:hover {
        color: #498bac !important;
        background: #f7f7f7 !important;
        border: 1px solid #498bac !important;
        transition: 0.3s;
        border-radius: 4px;
    }

    .attribute-box .flight-summary-details nav .nav-tabs .nav-link.active {
        border: none;
        color: #498bac !important;
        background: #f7f7f7 !important;
        transition: 0.3s;
        border-radius: 4px;
        border: 1px solid #498bac !important;
    }

.attribute-box .form-group label {
    color: #555555;
    font-size: 14px;
    font-weight: 500;
}

.attribute-box .widget-cus-id .select2-container--default .select2-selection--single {
    border: 1px solid #7E7E7E;
}

.attribute-box .form-control {
    border: 1px solid #7E7E7E;
    height: 40px;
}

    .attribute-box .form-control:hover {
        border: 1px solid #498bac;
    }

    .attribute-box .form-control:focus {
        box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    }

.attribute-box ::-moz-placeholder {
    color: #d2d2d2;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.attribute-box ::placeholder {
    color: #d2d2d2;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.trip-listing {
    width: 100%;
    display: block;
    height: 76vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 10px 0 0;
}

    .trip-listing::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .trip-listing::-webkit-scrollbar {
        width: 2px;
        background-color: #F5F5F5;
    }

    .trip-listing::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #407DF6;
    }

.gst-box {
    position: relative;
}

#gstDetailsBox {
    margin: 1.6rem 0 0 0;
}

.attribute-box .flight-summary-details nav {
    background-color: transparent !important;
    border: none !important;
}

    .attribute-box .flight-summary-details nav .nav-tabs .nav-link {
        width: auto !important;
        margin-right: 5px;
        border: 1px solid #EEEEEE;
    }

.formborder .form-group {
    margin-bottom: 15px;
}

#attributebox {
    margin: 15px 0 0 0;
}

.border-bottom {
    border-bottom: 4px solid #498bac !important;
}

.p-btn {
    background-color:#498bac;
    color: #ffffff;
    padding: 6px 45px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    background-size: 300% 100%;
    transition: all 0.4s ease-in-out;
}

    .p-btn:hover {
        background-position: right center;
        color: #ffffff;
    }

.mandatory {
    color: #ff0000;
}

.details-box {
    border-radius: 6px;
    border: 1px solid #D2D2D2;
    background: #fafafa;
    padding: 16px;
}

    .details-box .form-group {
        margin-bottom: 15px;
    }

.td-title {
    font-size: 18px;
    font-weight: 700;
    color: #2C3039;
    margin: 10pxc 0 10px 0;
}

.input_container {
    position: relative;
}

.form-control.birthDate {
    background: #ffffff url(/Ui/images/ion_calendar.png) no-repeat 96% 6px;
}

.food-item .count .minus:before,
.food-item .count .plus:before {
    font-size: 1rem !important;
}

.color-blue {
    color: #407DF6;
}

.d-journey-single {
    font-weight: 700;
    color: #2C3039;
    display: inline-block;
    font-size: 16px;
    padding: 10px 10px;
    background: #DFF3FF !important;
    margin: 0 0 10px 0;
    width: 100%;
}

.d-journey {
    margin: 0 0px 10px 0;
    font-weight: 700;
    color: #2C3039;
    display: inline-block;
    font-size: 16px;
}

.addon-box .flight-summary-details {
    padding: 0 !important;
}

    .addon-box .flight-summary-details nav .nav-tabs {
        border-radius: 4px !important;
        background: #ffffff !important;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15) !important;
    }

        .addon-box .flight-summary-details nav .nav-tabs .nav-link {
            position: relative;
            border: 0px solid #ffffff !important;
        }

            .addon-box .flight-summary-details nav .nav-tabs .nav-link.active {
                border: none;
                color: #ffffff !important;
                background: #407DF6 !important;
                transition: 0.3s;
                border-radius: 4px;
                border: 1px solid #407DF6 !important;
            }

            .addon-box .flight-summary-details nav .nav-tabs .nav-link:hover {
                color: #ffffff !important;
                background: #407DF6 !important;
                border: 1px solid #407DF6 !important;
                transition: 0.3s;
                border-radius: 4px;
            }

.addon-box .seat-icon {
    content: "";
    width: 22px;
    height: 22px;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    background: url(../images/sprite-img.png) no-repeat -15px -47px;
}

.addon-box .meals-icon {
    content: "";
    width: 22px;
    height: 22px;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    background: url(../images/sprite-img.png) no-repeat -57px -48px;
}

.addon-box .bag-icon {
    content: "";
    width: 22px;
    height: 22px;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    background: url(../images/sprite-img.png) no-repeat -98px -48px;
}

.addon-box #nav-seat-tab:hover .seat-icon,
.addon-box #nav-seat-tab.active .seat-icon {
    background: url(../images/sprite-img.png) no-repeat -135px -47px;
}

.addon-box #nav-meals-tab:hover .meals-icon,
.addon-box #nav-meals-tab.active .meals-icon {
    background: url(../images/sprite-img.png) no-repeat -177px -48px;
}

.addon-box #nav-bag-tab:hover .bag-icon,
.addon-box #nav-bag-tab.active .bag-icon {
    background: url(../images/sprite-img.png) no-repeat -218px -48px;
}

.addon-box .tabs1 .tablist1 {
    margin: 0 0 10px 0;
}

.addon-box .traveller-details h6 span {
    font-weight: 700;
    margin: 0 0 12px 0;
}

.addon-box .seat-details {
    color: #555555;
    font-size: 14px;
    vertical-align: top;
}

.addon-box #nav-seat .accordion-flush .accordion-item .accordion-button,
.addon-box #nav-seat .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 10px 10px;
    background: #DFF3FF !important;
    color: #407DF6 !important;
    margin: 0 0 10px 0;
}

.addon-box #nav-seat .d-journey {
    margin: 0 0px 0px 0;
}

.addon-box #nav-seat .accordion-body {
    padding: 0;
    margin: 0 0 10px 0;
}

.addon-box #nav-seat .accordion-button:not(.collapsed),
.addon-box #nav-seat .accordion-button:focus {
    background: #DFF3FF !important;
    color: #407DF6 !important;
}

.addon-box #nav-seat .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.addon-box #nav-meals .tabdataitm1.seat-oneway,
.addon-box #nav-meals .tabdataitm1.seat-roundtrip,
.addon-box #nav-meals .tabdataitm1.meals-oneway,
.addon-box #nav-meals .tabdataitm1.meals-roundtrip,
.addon-box #nav-meals .tabdataitm1.bag-oneway,
.addon-box #nav-meals .tabdataitm1.bag-roundtrip,
.addon-box #nav-bag .tabdataitm1.seat-oneway,
.addon-box #nav-bag .tabdataitm1.seat-roundtrip,
.addon-box #nav-bag .tabdataitm1.meals-oneway,
.addon-box #nav-bag .tabdataitm1.meals-roundtrip,
.addon-box #nav-bag .tabdataitm1.bag-oneway,
.addon-box #nav-bag .tabdataitm1.bag-roundtrip {
    background: transparent !important;
}

.addon-box #nav-meals .accordion-body,
.addon-box #nav-bag .accordion-body {
    padding: 0;
    margin: 0 0 10px 0;
}

.addon-box #nav-meals .accordion-flush .accordion-item .accordion-button,
.addon-box #nav-meals .accordion-flush .accordion-item .accordion-button.collapsed,
.addon-box #nav-bag .accordion-flush .accordion-item .accordion-button,
.addon-box #nav-bag .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 10px 10px;
    background: #DFF3FF !important;
    color: #407DF6 !important;
    margin: 0 0 10px 0;
}

.addon-box #nav-meals .d-journey,
.addon-box #nav-bag .d-journey {
    margin: 0 0px 0px 0;
}

.addon-box #nav-meals .accordion-button:not(.collapsed),
.addon-box #nav-meals .accordion-button:focus,
.addon-box #nav-bag .accordion-button:not(.collapsed),
.addon-box #nav-bag .accordion-button:focus {
    background: #DFF3FF !important;
    color: #407DF6 !important;
}

.addon-box #nav-meals .widget-cus-id .select2-container,
.addon-box #nav-meals .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered,
.addon-box #nav-bag .widget-cus-id .select2-container,
.addon-box #nav-bag .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.addon-box #nav-meals .accordion-button:focus,
.addon-box #nav-bag .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.addon-box .accordion-flush .accordion-item:last-child {
    border-bottom: 0px !important;
}

#faqlist {
    padding: 0px 16px 0px 16px;
}

.m-t-15 {
    margin-top: 15px;
}

.get-btn {
    margin: 20px 0 0 0;
}

/*One Way Booking End*/
/*Confirmed Booking Start*/

/*added*/
.book-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*end*/

.confirm-btn {
    top: 16px;
    position: absolute;
    right: 18px;
}

.table-bg {
    border: 1px solid #d2d2d2;
    padding: 10px;
    margin: 0px 16px 0px 16px;
    background: #ffffff;
    border-radius: 5px;
}

    .table-bg .table {
        margin-bottom: 0px;
    }

        .table-bg .table th {
            color: #555555;
            font-size: 16px;
        }

        .table-bg .table td {
            color: #000000;
            font-size: 14px;
            font-weight: 700;
        }

ul.pnr-details {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 16px;
    padding: 20px 0 20px 0;
    color: #555555;
}

    ul.pnr-details span {
        color: #000000;
        font-weight: 700;
    }

    ul.pnr-details li img {
        margin: 0 10px 0 0;
    }

.p-16 {
    padding: 16px;
}

.side-patch {
    position: sticky;
    top: 13.5%;
}

.side-box {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 1px solid #ffffff;
}

    .side-box:hover {
        box-shadow: 0px 0px 4px rgba(19, 154, 167, 0.25);
        border: 1px solid #498bac;
        border-radius: 4px;
    }

ul.contact-list {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

    ul.contact-list li {
        margin: 0 10px 0 0;
        padding: 0 0 0 25px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        position: relative;
    }

        ul.contact-list li .user {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            background: url(../images/sprite-img.png) no-repeat;
            background-position: -12px -83px;
        }

        ul.contact-list li .mail {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            background: url(../images/sprite-img.png) no-repeat;
            background-position: -135px -13px;
        }

        ul.contact-list li .call {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 0;
            left: 0;
            background: url(../images/sprite-img.png) no-repeat;
            background-position: -167px -14px;
        }

        ul.contact-list li a {
            font-size: 16px;
            font-weight: 700;
            color: #407DF6;
            text-decoration: none;
        }

            ul.contact-list li a:hover {
                text-decoration: underline;
            }

ul.icon-list {
    margin: 0 0 15px 0 !important;
    display: block !important;
    width: 100% !important;
}

    ul.icon-list h4 {
        color: #000000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        border-bottom: 1px solid #eee;
        padding: 16px;
        margin: 0 0 10px 0;
    }

    ul.icon-list li {
        margin: 0 16px 5px 16px;
    }

        ul.icon-list li a {
            display: block !important;
            width: 100% !important;
            margin: 0 0rem !important;
            border: 0rem !important;
            padding: 0rem 0px 5px 30px !important;
            font-weight: 700;
            font-size: 16px;
            color: #407DF6;
            text-decoration: none;
            position: relative;
        }

            ul.icon-list li a:hover {
                color: #498bac;
            }

                ul.icon-list li a:hover .down-icon {
                    background: url(../images/sprite-img.png) no-repeat;
                    background-position: -13px -118px;
                }

                ul.icon-list li a:hover .whatup-icon {
                    background: url(../images/sprite-img.png) no-repeat;
                    background-position: -47px -118px;
                }

                ul.icon-list li a:hover .sms-icon {
                    background: url(../images/sprite-img.png) no-repeat;
                    background-position: -80px -118px;
                }

                ul.icon-list li a:hover .agency-icon {
                    background: url(../images/sprite-img.png) no-repeat;
                    background-position: -114px -118px;
                }

                ul.icon-list li a:hover .invoice-icon {
                    background: url(../images/sprite-img.png) no-repeat;
                    background-position: -148px -118px;
                }

            ul.icon-list li a svg {
                padding: 0 0.7rem 0 0;
            }

            ul.icon-list li a .down-icon {
                position: absolute;
                width: 22px;
                height: 22px;
                top: 0;
                left: 0;
                background: url(../images/sprite-img.png) no-repeat;
                background-position: -13px -83px;
            }

            ul.icon-list li a .whatup-icon {
                position: absolute;
                width: 22px;
                height: 22px;
                top: 0;
                left: 0;
                background: url(../images/sprite-img.png) no-repeat;
                background-position: -47px -83px;
            }

            ul.icon-list li a .sms-icon {
                position: absolute;
                width: 22px;
                height: 22px;
                top: 0;
                left: 0;
                background: url(../images/sprite-img.png) no-repeat;
                background-position: -80px -83px;
            }

            ul.icon-list li a .agency-icon {
                position: absolute;
                width: 22px;
                height: 22px;
                top: 0;
                left: 0;
                background: url(../images/sprite-img.png) no-repeat;
                background-position: -114px -83px;
            }

            ul.icon-list li a .invoice-icon {
                position: absolute;
                width: 22px;
                height: 22px;
                top: 0;
                left: 0;
                background: url(../images/sprite-img.png) no-repeat;
                background-position: -148px -83px;
            }

ul.price-details h4 {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding: 16px;
    margin: 0 0 10px 0;
}

    ul.price-details h4 span {
        color: #2C3039;
        font-size: 14px;
        font-weight: normal;
        display: block;
        width: 100%;
    }

ul.price-details li {
    padding: 6px 16px !important;
    font-size: 16px;
}

    ul.price-details li span {
        float: right;
        color: #000000;
        font-weight: 700;
    }

    ul.price-details li.total-price {
        margin: 0px 0 0 0 !important;
        background: #f7f7f7 !important;
        color: #000000;
        border-top: 0rem !important;
        padding: 16px !important;
        font-size: 20px;
        font-weight: 700;
        border-radius: 0px 0px 4px 4px;
    }

        ul.price-details li.total-price span {
            font-size: 24px;
            color: #498bac;
            font-weight: 700;
        }

.mb-20 {
    margin-bottom: 20px;
}

/*Confirmed Booking End*/
/*Round Trip Start*/
.round-trip-main {
    margin: 0;
}

    .round-trip-main .sortsection .round-box2 .sortcol {
        border-left: 1px dashed #498bac;
    }

    .round-trip-main .filter-main {
        width: 20%;
        display: inline-block;
        padding-left: 0;
        position: relative;
    }

    .round-trip-main .filter-box {
        margin: 0;
        background: #ffffff;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        border-radius: 0.4rem;
        padding: 15px 11px 15px 10px;
        position: sticky;
        top: 86px;
    }

        .round-trip-main .filter-box .dep-time li {
            margin: 0 1px !important;
            width: 23%;
        }

    .round-trip-main p.close-btn-desk {
        font-size: 35px;
        position: absolute;
        font-weight: 700;
        top: 0px;
        right: 12px;
        z-index: 9;
        line-height: 20px;
        padding: 14px 20px;
        background-color: #498bac;
        display: block;
        border-radius: 0px 4px 4px 0px;
        cursor: pointer;
        margin: 0;
    }

    .round-trip-main p.open-btn-desk {
        font-size: 35px;
        position: absolute;
        font-weight: 700;
        top: 0px;
        z-index: 9;
        left: 10px;
        line-height: 20px;
        padding: 14px 15px;
        background:#498bac
        border-radius: 0px 4px 4px 0px;
        cursor: pointer;
        display: none;
        margin: 0;
    }

    .round-trip-main .round-trip {
        width: 82%;
    }

        .round-trip-main .round-trip .flight-heading {
            width: 23% !important;
            margin: 0 1% 0 0;
        }

        .round-trip-main .round-trip .price-container {
            width: 75% !important;
            position: relative;
            top: -8px;
        }

            .round-trip-main .round-trip .price-container .timelinecontent {
                width: 88% !important;
            }

                .round-trip-main .round-trip .price-container .timelinecontent .timeline-list .col-2 {
                    width: 20% !important;
                }

    .round-trip-main .round-box-main {
        display: flex;
        justify-content: space-between;
    }

    .round-trip-main .round-box1 {
        width: 40%;
        margin: 0 2% 0 0;
    }

    .round-trip-main .round-box2 {
        width: 36%;
        margin: 0 2% 0 0;
    }

    .round-trip-main .round-box3 {
        width: 20%;
    }

    .round-trip-main .btn-view {
        padding: 4px 4px !important;
        font-size: 14px !important;
    }

.top-submenu {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
}

    .top-submenu .modify-bar {
        padding: 2px 120px 2px;
    }

        .top-submenu .modify-bar .booking-details {
            padding: 0px 0 0px 0;
        }

            .top-submenu .modify-bar .booking-details h2 {
                font-size: 26px;
            }

.one-way-fix {
    position: relative;
    margin: 180px 0 0 0;
}

.round-list {
    position: relative;
}

    .round-list:before {
        position: absolute;
        height: 54px;
        width: 1px;
        left: 3px;
        top: 3px;
        border-left: 1px dashed #498bac;
        content: "";
    }

    .round-list .flightlogo a {
        display: none;
    }

.openbtn {
    display: none;
}

.openbtn-round {
    border: #000000;
    left: -7px;
    bottom: 0;
    top: 176px;
    background: transparent;
    z-index: 9;
    position: fixed;
    padding: 0;
    display: none;
    background: #ffcc00;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

    .openbtn-round img {
        max-width: 70%;
        width: 100%;
    }

/*Round Trip End*/
.round-trip-search {
    display: none;
}

.multicity-search {
    display: none;
}

.split-fare-search {
    display: none;
}

#one-way-search {
    display: block !important;
}

.multi-drop .search-input-box input {
    width: 100% !important;
}

.multi-drop .search-input-box label {
    display: block !important;
}

.multi-drop .form-control {
    border: 0px;
    padding: 0;
}

    .multi-drop .form-control:focus {
        box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    }

.multi-drop .multipleselect {
    background-color: #ffffff;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px;
}

    .multi-drop .multipleselect .Selectremove {
        padding: 1px 4px;
        background: #ff0000;
        color: #ffffff;
        border-radius: 50%;
        height: 10px;
        margin-right: 5px;
    }

.multi-drop .select2__rendered {
    width: 100%;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 0 0 5px 0;
    border: 1px solid #e3e1e1;
}

.multi-drop .toggle-next {
    border-radius: 0;
}

.multi-drop label {
    cursor: pointer;
}

.multi-drop .ellipsis {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 1px 0;
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

    .multi-drop .ellipsis:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 8px;
        display: block;
        right: 12px;
        top: 12px;
        z-index: 0;
        background: url(../images/select-arrow.png) no-repeat 0 0;
    }

.multi-drop .apply-selection {
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

    .multi-drop .apply-selection .ajax-link {
        display: none;
    }

.multi-drop .checkboxes {
    margin: 0;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
}

    .multi-drop .checkboxes .inner-wrap {
        padding: 5px 10px;
        max-height: 140px;
        overflow: auto;
        position: absolute;
        z-index: 9999;
        background-color: #ffffff;
        width: 91%;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

        .multi-drop .checkboxes .inner-wrap label {
            margin: 0 0 6px 0;
        }

.m-r-20 {
    margin-right: 20px;
}

.select-seat .trip-listing {
    height: 450px;
}

/*Round Trip Sector Fare Start*/
.sector-fare {
    padding: 0 0 80px 0;
}

    .sector-fare .round-trip-main .main-box .flight-main {
        width: 98%;
        margin: 0 1%;
    }

        .sector-fare .round-trip-main .main-box .flight-main .flight-card .stop-status-green {
            font-size: 13px;
        }

        .sector-fare .round-trip-main .main-box .flight-main .flight-card .depart-flight span {
            font-size: 13px;
        }

        .sector-fare .round-trip-main .main-box .flight-main .flight-card .arrive-flight span {
            font-size: 13px;
        }

        .sector-fare .round-trip-main .main-box .flight-main .flight-card .depart-flight h6 {
            font-size: 13px;
        }

        .sector-fare .round-trip-main .main-box .flight-main .flight-card .arrive-flight h6 {
            font-size: 13px;
        }

        .sector-fare .round-trip-main .main-box .flight-main .flight-card .fare-details .fare h4 {
            font-size: 18px;
            margin: 0 10px 0 0;
        }

        .sector-fare .round-trip-main .main-box .flight-main .flight-card .secondary-btn {
            padding: 2px 5px !important;
            font-size: 12px;
        }

    .sector-fare .selectall .action-container ul > li {
        padding: 0 2px 0 0;
    }

    .sector-fare .selectall .filter-items li {
        font-size: 10px;
    }

    .sector-fare .full-width-patch {
        width: 94.5% !important;
    }

    .sector-fare .footer-sticy-section {
        color: #ffffff;
        display: block;
        position: fixed;
        bottom: 0px;
        padding: 10px 20px 10px 0px;
        border-radius: 0.4rem;
        background: #407DF6;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 0 0% 0;
        text-align: center;
        width: 80%;
    }

        .sector-fare .footer-sticy-section .foo-box {
            display: flex;
            justify-content: space-around;
        }

            .sector-fare .footer-sticy-section .foo-box .flight-data {
                display: flex;
                align-items: center;
                justify-content: space-around;
            }

                .sector-fare .footer-sticy-section .foo-box .flight-data .one-way-flight {
                    color: #FFF;
                    font-size: 18px;
                    font-style: normal;
                    display: inline-block;
                    font-weight: 700;
                    line-height: normal;
                    padding: 0 60px;
                }

                    .sector-fare .footer-sticy-section .foo-box .flight-data .one-way-flight span {
                        display: block;
                        font-size: 16px;
                        font-weight: 500;
                        margin: 5px 0 0 0;
                    }

                .sector-fare .footer-sticy-section .foo-box .flight-data .round-way-flight {
                    color: #FFF;
                    font-size: 18px;
                    font-style: normal;
                    display: inline-block;
                    font-weight: 700;
                    line-height: normal;
                    padding: 0 60px;
                }

                    .sector-fare .footer-sticy-section .foo-box .flight-data .round-way-flight span {
                        display: block;
                        font-size: 16px;
                        font-weight: 500;
                        margin: 5px 0 0 0;
                    }

                .sector-fare .footer-sticy-section .foo-box .flight-data .line-sep {
                    height: 100%;
                    width: 1px;
                    background: #ffffff;
                    display: inline-block;
                }

            .sector-fare .footer-sticy-section .foo-box .flight-price {
                display: flex;
                align-items: center;
            }

                .sector-fare .footer-sticy-section .foo-box .flight-price .t-amount {
                    color: #FFF;
                    font-size: 18px;
                    font-style: normal;
                    display: inline-block;
                    font-weight: 700;
                    line-height: normal;
                    padding: 0 60px;
                    font-size: 24px;
                }

                    .sector-fare .footer-sticy-section .foo-box .flight-price .t-amount span {
                        display: block;
                        font-size: 12px;
                    }

    .sector-fare .cal-box {
        width: 82%;
    }

    .sector-fare .select-box {
        width: 18%;
    }

#sector-show {
    display: none;
}

/*Round Trip Sector Fare End*/
/*MultiCity Trip Start*/
.add-city {
    width: 38% !important;
    height: 100px;
    padding: 10px 14px 10px 14px !important;
    border-radius: 8px;
    border: 2px dashed #00ADA1 !important;
    background: #ffffff;
    text-align: center;
}

.add-city-btn {
    color: #00ADA1;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 0 22px;
    margin: 14px 0 0 0;
    line-height: normal;
}

.close-city-btn {
    text-align: center;
    width: 10%;
}

.multi-two {
    display: none;
}

.multi-three {
    display: none;
}

.multy-city-main .right-section {
    position: absolute;
    right: 0;
}

.multy-city-main .secondary-btn {
    padding: 5px 10px !important;
}

.multy-tab nav {
    background-color: transparent;
    width: 100%;
    border: 0px !important;
    border-radius: 0;
    margin-bottom: 10px;
}

    .multy-tab nav .nav-tabs {
        border: 0px !important;
    }

        .multy-tab nav .nav-tabs .nav-link {
            width: 16%;
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            padding: 5px 5px 5px 40px;
            border-radius: 0;
            background: #d7d7d7;
            margin-right: 28px;
            position: relative;
            text-align: left;
        }

            .multy-tab nav .nav-tabs .nav-link:first-child:after {
                display: none;
            }

            .multy-tab nav .nav-tabs .nav-link span {
                display: block;
                font-size: 14px;
            }

            .multy-tab nav .nav-tabs .nav-link:before {
                content: " ";
                position: absolute;
                right: -28px;
                top: -2px;
                border-top: 28px solid transparent;
                border-right: none;
                border-left: 28px solid #d7d7d7;
                border-bottom: 28px solid transparent;
            }

            .multy-tab nav .nav-tabs .nav-link:after {
                content: " ";
                position: absolute;
                left: -1px;
                top: 0px;
                border-top: 27px solid transparent;
                border-right: none;
                border-left: 27px solid #ffffff;
                border-bottom: 27px solid transparent;
            }

            .multy-tab nav .nav-tabs .nav-link.active {
                color: #ffffff;
                background: #407DF6;
            }

                .multy-tab nav .nav-tabs .nav-link.active:first-child:after {
                    display: none;
                }

                .multy-tab nav .nav-tabs .nav-link.active:before {
                    content: " ";
                    position: absolute;
                    right: -28px;
                    top: -2px;
                    border-top: 28px solid transparent;
                    border-right: none;
                    border-left: 28px solid #407DF6;
                    border-bottom: 28px solid transparent;
                }

                .multy-tab nav .nav-tabs .nav-link.active:after {
                    content: " ";
                    position: absolute;
                    left: -1px;
                    top: 0px;
                    border-top: 27px solid transparent;
                    border-right: none;
                    border-left: 27px solid #ffffff;
                    border-bottom: 27px solid transparent;
                }

            .multy-tab nav .nav-tabs .nav-link:hover {
                color: #ffffff;
                background: #407DF6;
            }

                .multy-tab nav .nav-tabs .nav-link:hover:before {
                    content: " ";
                    position: absolute;
                    right: -28px;
                    top: -2px;
                    border-top: 28px solid transparent;
                    border-right: none;
                    border-left: 28px solid #407DF6;
                    border-bottom: 28px solid transparent;
                }

                .multy-tab nav .nav-tabs .nav-link:hover:after {
                    content: " ";
                    position: absolute;
                    left: -1px;
                    top: 0px;
                    border-top: 27px solid transparent;
                    border-right: none;
                    border-left: 27px solid #ffffff;
                    border-bottom: 27px solid transparent;
                }

.multi-city-modify .modify-bar .search-widget .multi-city-form {
    width: 100% !important;
    height: 60px !important;
    position: relative !important;
    padding: 2px 24px 0px 10px !important;
}

    .multi-city-modify .modify-bar .search-widget .multi-city-form:before {
        display: none !important;
    }

    .multi-city-modify .modify-bar .search-widget .multi-city-form .select-source {
        top: 59px;
    }

.multi-city-modify .modify-bar .search-widget .room-box {
    width: 75% !important;
    margin: 0% 2% 0% 0;
}

.multi-city-modify .modify-bar .search-widget .m-btn {
    width: 27% !important;
}

/*MultiCity Trip End*/
/*Split Round Trip Start*/
.round-trip-split .main-box .flight-main {
    width: 100%;
}

.dep-sort-list {
    position: sticky;
}

.result-main .result-round-sort {
    background: #dedede;
    border-radius: 5px;
    padding: 5px;
    margin: 0 auto 5px;
    box-shadow: none;
    z-index: 99999;
    position: sticky;
}

#result-round-sort01 {
    top: 0em !important;
    z-index: 999;
}

#result-round-sort02 {
    top: 3.8em !important;
    z-index: 999;
    border-top: 1px solid rgba(6, 123, 144, 0.4392156863);
}

#result-round-sort03 {
    top: 7.8em !important;
    z-index: 999;
    border-top: 1px solid rgba(6, 123, 144, 0.4392156863);
}

.result-main .tab-content {
    width: 100%;
    display: inline-block;
    margin: 5px auto 0;
}

#dep-flight,
#return-flight {
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 5px;
    width: 49.5%;
    display: inline-block;
}

    #dep-flight.select-bor,
    #return-flight.select-bor {
        border: 1px solid #ff0000;
    }

.result-main .tab-content {
    width: 100%;
    display: inline-block;
    margin: 5px auto 0;
}

    .result-main .tab-content > .active {
        display: inline-block;
    }

.result-main .return-tab {
    display: inline-block;
    opacity: 1;
}

/*==================== scroll bar css strat ======================= */
.scrollbox {
    width: auto;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .scrollbox::-webkit-scrollbar {
        background-color: transparent;
        width: 4px;
    }

    .scrollbox:hover::-webkit-scrollbar {
        width: 4px;
    }

    .scrollbox:hover::-webkit-scrollbar-thumb {
        background-color: rgba(224, 9, 9, 0.856);
        border-radius: 20px;
    }

@media (hover: none) {
    .scrollbox::-webkit-scrollbar {
        width: 8px;
    }

    .scrollbox::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

.result-round-sort ul {
    display: inline-block;
    width: auto;
}

.result-round-sort li {
    width: auto;
    display: inline-block;
    font-weight: 600;
}

    .result-round-sort li.divider {
        color: #ff0000;
        padding: 0 5px;
    }

.result-round-sort span {
    width: auto;
    display: inline-block;
}

.result-round-sort li .re-btn {
    width: auto;
    max-width: inherit;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
}

.flt-prevnext-date {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 13px 10px;

}

.re-btn {
    background: #63217d;
}

.re-btn {
    width: auto;
    padding: 10px 16px;
    min-width: 150px;
    border: 1px solid rgba(255, 255, 255, 0);
   /* border-radius: 15px;*/
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    transition: 0.5s;
    background: #ff0000;
    position: relative;
    text-align: center;
}

.move {
    animation-name: move;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes move {
    0% {
        transform: translateX(-15%);
    }

    100% {
        transform: translateX(1%);
    }
}

/*added*/


.book-arrow {
    position: absolute;
    right: 0;
    text-align: center;
}

.show-data {
    background: #ffffff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
    border: 1px solid #ffffff;
}

    .show-data img {
        vertical-align: middle;
        position: relative;
        top: 5px;
    }

    .show-data:hover {
        box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.2);
        border: 1px solid #63217d;
    }

.close-data {
    display: none;
    background: #ffffff;
    width: 22px;
    height: 22px;
    line-height: 21px;
    border-radius: 50px;
    border: 1px solid #ffffff;
}

    .close-data img {
        vertical-align: middle;
        position: relative;
        top: 5px;
    }

    .close-data:hover {
        box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.2);
        border: 1px solid #63217d;
    }

.ticket-one,
.ticket-two,
.ticket-four,
.ticket-oneway {
    display: none;
    padding-bottom: 2px !important;
}

.p-b-2 {
    padding-bottom: 2px !important;
}

.multi-source {
    z-index: 999;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0.1rem 0.6rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 0rem 0rem 8px 8px;
}


/*login page start*/
.login-slider .form-box img {
    border-radius: 0px;
    height: 100%;
    min-height: 100vh;
}

.login-slide {
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
}

    .login-slide .row {
        margin: 0 !important;
        padding: 0 !important;
    }

    .login-slide .col-md-8,
    .login-slide .col-lg-8 {
        padding: 0px !important;
        margin: 0 !important;
    }

    .login-slide .col-md-4,
    .login-slide .col-lg-4 {
        padding: 0px !important;
        margin: 0 !important;
    }

    .login-slide .atri-main {
        position: relative;
        background: #FAFEFF;
    }

    .login-slide .attribute-box {
        padding: 0px 50px 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        .login-slide .attribute-box h2 {
            font-weight: 700 !important;
        }

        .login-slide .attribute-box .form-group label {
            text-align: left !important;
            margin: 0 0 5px 0;
        }

        .login-slide .attribute-box .check-box {
            text-align: left;
        }

        .login-slide .attribute-box .checkform .form-group label {
            font-size: 14px !important;
            color: #7E7E7E;
            font-weight: 500;
        }

        .login-slide .attribute-box .checkform input[type=checkbox] + label:before {
            padding: 0.4rem;
        }

        .login-slide .attribute-box .checkform input[type=checkbox]:checked + label:after {
            top: 5px;
            left: 2px;
        }

    .login-slide .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

.log-head {
    color: #7E7E7E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0 15px 0;
}

.login-logo {
    margin: 0px 0 50px 0;
}

.forgot {
    margin: 16px 0 0 0;
}

    .forgot a {
        color: #00ADA1;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

/*login page end*/
/*preloader start*/
.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 1000;
    display: block;
}

.spinner {
    position: relative;
    top: 35%;
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    /*border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;*/
}

/**Inner Page Loader CSS**/
.inner-page-loader {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.inner-loader-popup {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-loader-spinner {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

    .inner-loader-spinner img {
        width: 100%;
        margin: auto;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
/*end*/

.ui-datepicker {
    display: none;
    padding: 0.2em 0 0;
   /* width: 17em;*/
}

    .ui-datepicker .ui-datepicker-header {
        padding: 0.2em 0 0 0;
        position: relative;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        height: 1.8em;
        position: absolute;
        top: 12px;
        width: auto;
        color: #555555;
        opacity: 0.8;
        cursor: pointer;
    }

    .ui-datepicker .ui-state-disabled {
        opacity: 0.3;
        cursor: auto;
        border: 0;
    }

    .ui-datepicker .ui-datepicker-current-day {
        background: #498bac;
        color: #fff;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-current-day a {
            color: #fff;
        }

.ui-datepicker-calendar td a.ui-state-active[data-custom]::after {
    color: #fff;
}

.ui-datepicker .ui-state-disabled:hover {
    background: #fff;
    color: #000;
}

/*.ui-datepicker .ui-state-highlight {background:#fba5a8;color:#fff; border-radius:50%;}*/
.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.overlayWrapper {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\f053";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
}

.ui-datepicker .ui-datepicker-next:after {
    content: "\f054";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1em;
    margin: 0 0 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0 12px;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 1px 0;
    }

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 20%;
    font-size: 14px;
    text-align: center;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.ui-datepicker td {
    border: 1px solid #e6e6e6;
    transition: 0.5s;
    height: 30px!important;
    width: 50px;
}

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #555555;
    }

    .ui-datepicker td:hover a {
        color: black;
    }

    .ui-datepicker td:hover {
        background: #498bac;
        text-align: center;
        color: #fff;
    }

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        cursor: pointer;
        float: right;
        margin: 0.5em 0.2em 0.4em;
        overflow: visible;
        padding: 0.2em 0.6em 0.3em 0.6em;
        width: auto;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto !important;
    background: #fff;
    margin-top: 15px;
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.19);
    padding: 0 15px 18px 15px;
    left: 0 !important;
    right: 0 !important;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    z-index: 222 !important;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        margin: 0 auto 0.4em;
        width: 95%;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
    padding: 0 10px;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        left: auto;
        right: 2px;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-left-width: 1px;
        border-right-width: 0;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-left-width: 1px;
        border-right-width: 0;
    }

.ui-datepicker-calendar td a[data-custom] {
    position: relative;
}

    .ui-datepicker-calendar td a[data-custom]::before {
        content: "\f156";
        font-family: Font Awesome\ 5 Free;
        font-weight: 600;
        font-size: 8px;
        bottom: 0;
        left: 9px;
        color: #498bac;
        position: absolute;
        top: 22px;
    }

    .ui-datepicker-calendar td a[data-custom]::after {
        content: attr(data-custom);
        display: block;
        text-align: center;
        color: #498bac;
        font-size: 10px;
    }

.ui-datepicker-calendar td:hover a[data-custom]::after {
    color: #fff;
}

.ui-datepicker-calendar td:hover a[data-custom]::before {
    color: #fff;
}

.ui-datepicker-calendar td a.ui-state-active[data-custom]::before {
    color: #fff;
}

.ui-datepicker {
  /*width: 45%!important;*/
    height: auto;
    background: #fff;
    margin-top: 15px;
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.19);
    padding: 0 15px 18px 15px;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
   /* margin-top: 100px;*/
    /* z-index: 222 !important;*/
}

.birthDate .ui-datepicker-month,
.birthDate .ui-datepicker-year {
    font-size: 14px;
    margin: 0 5px;
    text-align: center;
    padding: 3px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(143, 10, 17, 0.2509803922);
}

@media only screen and (max-width: 2560px) {
    a.return-text {
        width: 50%;
    }

    .product-area {
        display: block;
        width: 80%;
        margin: 80px auto;
    }

        .product-area .product-list-slider {
            /* margin: -110px auto 10px;*/
            margin: -110px auto -205px;
        }

            .product-area .product-list-slider .pro-icon-box {
                display: block;
                margin: 0 auto 0;
            }

    .search-widget .search-input-box ::-moz-placeholder {
        color: #000000;
    }

    .search-widget .search-input-box ::placeholder {
        color: #000000;
    }

    .search-widget .quota-box label {
        font-size: 14px !important;
    }



}

@media only screen and (max-width: 1920px) {
    a.return-text {
        width: 75%;
    }

    .search-widget .search-input-box input {
        color: #000000 !important;
        padding-left: 0;
    }

    .search-widget .quota-box .q-label {
        width: 20%;
    }

    .search-widget .quota-box .quota {
        width: 80%;
    }

    .main-box .filter-box .filter-info {
        text-align: left;
        font-size: 14px;
    }

    .main-box .filter-box .filter-items li {
        font-size: 13px;
    }

    .main-box .flight-list .timeline-container .timelinecontent .timeline-list {
        font-size: 12px !important;
    }

    .product-area {
        display: block;
        width: auto;
        margin: 30px 120px 0 120px;
    }

       /* .product-area .product-list-slider {
            margin: -110px auto 18px;
        }*/

    .search-input-box ::-moz-placeholder {
        color: #000000;
        font-size: 18px !important;
    }

    .search-input-box ::placeholder {
        color: #000000;
        font-size: 18px !important;
    }

    .search-input-box input {
        font-size: 18px !important;
    }

    .search-btn {
        font-size: 18px;
    }

    .quota-box label {
        font-size: 14px !important;
    }

    .round-trip-main .round-trip .price-container .timelinecontent {
        width: 87% !important;
    }
}

@media only screen and (max-width: 1600px) {
    .top-menu:after {
        width: 8%;
    }

    .round-trip-main .round-trip .price-container .timelinecontent {
        width: 86% !important;
    }
}

@media only screen and (max-width: 1590px) {
    .search-widget .quota-box .q-label {
        width: 15%;
    }

    .search-widget .quota-box .quota {
        width: 85%;
    }

    .round-trip-main .round-trip .price-container .timelinecontent {
        width: 85% !important;
    }
    /* .timeline-container{
      .timelinecontent{    width: 92%;}
  }*/
}

@media only screen and (max-width: 1440px) {
    body {
        font-size: 14px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        width: 100%;
    }

    .top-menu {
        padding: 0px 20px;
    }

    header {
        padding:0px 0px;
    }

    .product-area {
        margin: 30px 20px 0 20px;
    }

        .product-area .product-list-slider .flight-icon {
            background-position: -9px -13px !important;
        }

        .product-area .product-list-slider .hotel-icon {
            background-position: -78px -14px !important;
        }

        .product-area .product-list-slider .pro-icon-box {
            margin: 0 auto 0px !important;
        }

    .search-widget .select-traveller .guestCounter {
        display: block;
    }

        .search-widget .select-traveller .guestCounter li {
            display: block;
            min-height: auto;
            padding: 5px 14px;
            font-size: 14px;
        }

    .search-widget .flight-mode label {
        font-size: 18px !important;
    }

    .search-widget .search-input-box ::-moz-placeholder {
        color: #000000;
        font-size: 19px !important;
    }

    .search-widget .search-input-box ::placeholder {
        color: #000000;
        font-size: 19px !important;
    }

    .search-widget .search-input-box input {
        font-size: 19px !important;
    }

    .search-widget .search-input-box p {
        font-size: 14px !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .search-widget .search-btn {
        font-size: 18px;
    }

    .top-submenu .modify-bar {
        padding: 2px 20px 2px;
    }

    .multi-drop .form-control {
        border: 0;
        font-size: 18px !important;
        padding: 0 !important;
    }

    .modify-bar {
        padding: 80px 20px 5px;
    }

        .modify-bar .search-widget .return a.return-text {
            font-size: 10px;
            width: 100%;
        }

        .modify-bar .search-widget .search-input-box p {
            font-size: 12px !important;
        }

        .modify-bar .search-modify {
            /*  .modify-box {
        .input-icons {
            top: 8px;
        }

        .train-swipe-in {
            width: 2.5rem;
            height: 2.5rem;
            top: 18px;

            svg {
                top: 0.4rem !important;
            }
        }

        .modify-btn {
            height: 2.5rem !important;
            margin: 1.1rem 0 0 0 !important;

        }

    }*/
        }

            .modify-bar .search-modify .fare-box {
                margin: 1rem 0 0 0;
            }

                .modify-bar .search-modify .fare-box .q-label {
                    font-size: 14px;
                }

                    .modify-bar .search-modify .fare-box .q-label p {
                        margin-bottom: 1px;
                    }

                .modify-bar .search-modify .fare-box label {
                    font-size: 14px !important;
                }

                .modify-bar .search-modify .fare-box .fare .radio {
                    margin: 0rem 0.2rem 0rem 0rem;
                }

    .hotel-booking .add-room {
        width: 100%;
    }

    .form-control {
        font-size: 14px !important;
        /*padding: 6px 3px 6px 26px;*/
    }

    .one-way-main .main-box, .round-trip-main .main-box {
        padding: 10px 20px 10px;
    }

    .main-box {
        padding: 10px 10px 10px;
    }

        .main-box .filter-box .dep-time li {
            width: auto;
            margin: 0 4px 2px 4px !important;
        }

        .main-box .filter-box .filter-info .filter-title .title-n {
            font-size: 18px !important;
        }

        .main-box .filter-box .filter-items .filter-head {
            font-size: 15px;
        }

        .main-box .filter-box .range-items .filter-head {
            font-size: 15px;
        }

        .main-box .flight-list {
            /* .depart {
         &::before {
             top: 0px;
         }
     }

     .arrive {
         padding: 0 0 0 40px;

         &::before {
             top: 1px;
         }
     }

    .timehault {
         &::after {
             bottom: -7px;
             height: 23px;
         }

         &::before {
             top: -26px;
             height: 30px;
         }
     }
        .change-plane {
         h5 {
             font-size: 16px;
         }
     }
     */
        }

            .main-box .flight-list .chekin span {
                font-size: 14px !important;
            }

            .main-box .flight-list .flight-details {
                font-size: 18px !important;
            }

            .main-box .flight-list .flight-heading h6 {
                font-size: 12px;
            }

            .main-box .flight-list .flight-heading .flight-details {
                font-size: 14px !important;
            }

            .main-box .flight-list .price-container {
                width: 70%;
            }

            .main-box .flight-list .timeline-container .timelinecontent .timeline-list .col-2 {
                width: 16% !important;
            }

            .main-box .flight-list .timeline-container .sortsection .sortcol h5 {
                font-size: 14px;
            }

            .main-box .flight-list .flight-card {
                padding: 5px 6px;
            }

                .main-box .flight-list .flight-card .flight-duration h6 {
                    font-size: 14px;
                }

                .main-box .flight-list .flight-card .depart-flight span {
                    font-size: 14px;
                }

                .main-box .flight-list .flight-card .arrive-flight span {
                    font-size: 14px;
                }

                .main-box .flight-list .flight-card .fare h4 {
                    font-weight: 700;
                }

                .main-box .flight-list .flight-card .aviation-details {
                    font-size: 11px;
                    /*font-weight: bold;*/
                }

                .main-box .flight-list .flight-card .flight-summary-details {
                    padding: 7px 5px 5px 5px;
                }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightheading .citytofly {
                        font-size: 14px;
                        font-weight: 600;
                    }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .flighttofly {
                        font-size: 14px;
                        font-weight: 600;
                    }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration .flight-depart h2 {
                        font-size: 14px;
                        font-weight: 600;
                    }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration .flight-depart p {
                        margin-bottom: 5px;
                    }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration .flight-depart .subdate {
                        color: #555555;
                    }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightduration .terminal h4 {
                        font-size: 13px;
                    }

                    .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation table th h5 {
                        font-size: 16px;
                        font-weight: 600;
                    }

                .main-box .flight-list .flight-card .ecosection .ecocart .eco-header h4 {
                    font-size: 18px;
                }

                    .main-box .flight-list .flight-card .ecosection .ecocart .eco-header h4::before {
                        height: 20px;
                    }

                .main-box .flight-list .flight-card .ecosection .ecocart .eco-body {
                    padding: 2px 10px;
                }

                    .main-box .flight-list .flight-card .ecosection .ecocart .eco-body .add-on-ul li {
                        font-size: 14px;
                    }

                        .main-box .flight-list .flight-card .ecosection .ecocart .eco-body .add-on-ul li p {
                            margin-bottom: 2px;
                        }

            .main-box .flight-list .timehault::before {
                top: -26px;
            }

            .main-box .flight-list .right-section {
                width: 12%;
            }

    .flight-card .changeclass-section .changes .flight-rate-options .flight-mode label {
        font-size: 13px !important;
    }

    .ui-datepicker-calendar td a[data-custom]::before {
        top: 20px;
    }

    nav.mb-3 {
        margin: 0 0 10px 0 !important;
    }

    .cancellation .pt-3 {
        padding-top: 0.5rem !important;
    }

    .formborder .form-control,
    .attribute-box .form-control {
        padding: 5px 10px 5px 10px !important;
    }

    .form-control.birthDate {
        background: #f3f3f3 url(/Ui/images/ion_calendar.png) no-repeat 96% 4px;
    }

    .round-trip-main .filter-main .filter-box {
        padding: 10px 10px 10px 10px;
    }

    .round-trip-main .round-trip .flight-heading {
        width: 25% !important;
    }

    .round-trip-main .round-trip .price-container {
        width: 73% !important;
    }

        .round-trip-main .round-trip .price-container .timelinecontent {
            width: 85% !important;
        }

            .round-trip-main .round-trip .price-container .timelinecontent .timeline-list .col-2 {
                width: 35% !important;
            }

    .round-trip-main .round-trip ul.refundable li {
        font-size: 10px;
    }

        .round-trip-main .round-trip ul.refundable li:before {
            height: 21px;
        }

    .round-trip-main p.close-btn-desk {
        line-height: 9px;
        padding: 13px 15px;
    }

    .round-trip-main p.open-btn-desk {
        line-height: 9px;
        padding: 13px 15px;
    }

    .round-trip-main .filter-box .dep-time li {
        padding: 3px 4px 3px 4px !important;
    }

    .round-trip-main .round-box-main .round-box1 {
        width: 38% !important;
        margin: 0 2% 0 0;
    }

    .round-trip-main .round-box-main .round-box2 {
        width: 38% !important;
        margin: 0 2% 0 0;
    }

    .round-trip-main .round-box-main .round-box3 {
        width: 20% !important;
    }

    .sector-fare .footer-sticy-section .foo-box .flight-data .one-way-flight {
        font-size: 16px;
    }

    .sector-fare .footer-sticy-section .foo-box .flight-data .round-way-flight {
        font-size: 16px;
    }

    .sector-fare .footer-sticy-section .foo-box .flight-data .flight-price .t-amount {
        font-size: 20px;
    }

    .sector-fare .round-trip-main .main-box .flight-main .flight-card .flight-footer .flight-options .header-flight {
        padding: 5px 5px 5px 5px;
        font-size: 12px;
    }

    .sector-fare .round-trip-main .main-box .flight-main .flight-card .flight-footer .flight-rate-options .flight-mode label {
        padding: 0.1rem 0.1rem !important;
        font-size: 13px !important;
    }

    .round-trip-main .round-trip .price-container .timelinecontent {
        width: 84% !important;
    }

    .full-width-box {
        width: 97% !important;
        right: -34px;
    }
}

@media only screen and (max-width: 1366px) {
    .product-area {
        margin: 30px 20px 0 20px;
    }

        .product-area .product-list-slider .flight-icon {
            background-position: -9px -13px !important;
        }

        .product-area .product-list-slider .hotel-icon {
            background-position: -78px -14px !important;
        }

    .main-box .filter-main {
        width: 22%;
    }

    .main-box .filter-box .filter-items li {
        font-size: 12px !important;
    }

    .main-box .filter-box .dep-time li {
        font-size: 12px !important;
        width: 23% !important;
        margin: 0 2px !important;
    }

        .main-box .filter-box .dep-time li span {
            font-size: 11px !important;
        }

    .main-box .flight-main {
        width: 78%;
    }

    .main-box .flight-list .flight-heading .flight-details {
        font-size: 13px !important;
    }

    .main-box .flight-list .timeline-container .timelinecontent {
        width: 92%;
    }

        .main-box .flight-list .timeline-container .timelinecontent .timeline-list .col-2 {
            width: 16% !important;
        }

    .main-box .ticket-details .ticket-summary h4 {
        font-size: 18px;
    }

    .main-box .fare-summary {
        top: 16%;
    }

        .main-box .fare-summary h4 {
            font-size: 18px;
        }

        .main-box .fare-summary .price-footer h3 {
            font-size: 18px;
        }

        .main-box .fare-summary .price-footer h2 {
            font-size: 20px;
        }

        .main-box .fare-summary .accordion-button {
            font-size: 14px;
        }

    .side-patch {
        position: sticky;
        top: 16%;
    }

    .search-widget .search-input-box ::-moz-placeholder {
        color: #000000;
        font-size: 18px !important;
    }

    .search-widget .search-input-box ::placeholder {
        color: #000000;
        font-size: 18px !important;
    }

    .search-widget .search-input-box input {
        font-size: 18px !important;
    }

    .search-widget .search-input-box p {
        font-size: 14px !important;
    }

    .top-submenu .modify-bar .booking-details h2 {
        font-size: 24px !important;
    }

    .modify-bar .booking-details h2 {
        font-size: 24px !important;
    }

    .modify-bar .booking-details ul.ticket-details {
        margin-top: 5px !important;
    }

    .attribute-box .checkform label {
        font-size: 18px !important;
    }

    ul.icon-list h4 {
        font-size: 18px;
        padding: 16px 16px 10px 16px;
    }

    ul.icon-list li a {
        font-size: 14px;
    }

    ul.price-details h4 {
        font-size: 18px;
        padding: 16px 16px 10px 16px;
    }

    ul.price-details li {
        font-size: 14px;
    }

    ul.contact-list li {
        font-size: 14px;
    }

        ul.contact-list li a {
            font-size: 14px;
        }

    .round-trip-main .main-box .filter-box {
        padding: 10px 10px 10px 10px;
    }

        .round-trip-main .main-box .filter-box .dep-time li {
            width: 39% !important;
        }

   /* .round-trip-main .main-box .filter-main {
        width: 18% !important;
    }*/

    .round-trip-main .viewfare .btn-view {
        padding: 4px 6px !important;
        font-size: 12px !important;
    }

    .round-trip-main .round-trip .flight-heading {
        width: 27% !important;
    }

    .round-trip-main .round-trip .price-container {
        width: 71% !important;
    }

        .round-trip-main .round-trip .price-container .timelinecontent {
            width: 83% !important;
        }

            .round-trip-main .round-trip .price-container .timelinecontent .timeline-list .col-2 {
                width: 35% !important;
            }

    .round-trip-main .round-box-main .round-box1 {
        width: 40% !important;
    }

    .round-trip-main .round-box-main .round-box2 {
        width: 36% !important;
    }

    .round-trip-main .round-box-main .round-box3 {
        width: 22% !important;
    }

    .sector-fare .round-trip-main .round-trip ul.refundable li {
        padding: 3px 5px 2px 5px;
        border-left: 1px solid #407DF6;
    }

        .sector-fare .round-trip-main .round-trip ul.refundable li:before {
            display: none;
        }

    .sector-fare .round-trip-main .round-trip .selectall .action-container ul > li {
        padding: 0 0px 0 0;
    }
}

@media only screen and (max-width: 1280px) {
    .product-area .product-list-slider .slk-ico{
        top: 11%;
    }
    /*  .product-area .product-list-slider a {
        font-size: 18px;
    }*/
    /*
    .product-area .product-list-slider .pro-icon-box {
        margin: -20px auto 3px !important;
    }*/
    .search-widget .search-input-box ::-moz-placeholder {
        color: #000000;
        font-size: 16px !important;
    }

    .search-widget .search-input-box ::placeholder {
        color: #000000;
        font-size: 16px !important;
    }

    .search-widget .search-input-box input {
        font-size: 16px !important;
    }

    .search-widget .flight-from {
        height: 90px;
    }

    .search-widget .rec-flight {
        height: 90px;
    }

    .search-widget .departure {
        height: 90px;
    }

    .search-widget .return {
        height: 90px;
    }

    .search-widget .traveller {
        height: 90px;
    }

    .side-patch {
        position: sticky;
        top: 18%;
    }

    .multi-drop .form-control {
        border: 0;
        font-size: 16px !important;
        padding: 0 !important;
    }

    .main-box .fare-summary {
        top: 18%;
    }

    .main-box .flight-list .flight-heading {
        width: 16%;
    }

        .main-box .flight-list .flight-heading .flight-details {
            font-size: 11px !important;
        }

    .main-box .flight-list .price-container {
        width: 71%;
    }

        .main-box .flight-list .price-container .timeline-container .timeline-list .col-2 {
            width: 18% !important;
        }

    .main-box .flight-list .right-section {
        width: 13%;
        right: 0;
    }

    .widget-cus-id .select2-container,
    .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .class-box .widget-cus-id .select2-container,
    .class-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered,
    .stop-box .widget-cus-id .select2-container,
    .stop-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }

    .hotel-booking .form-control {
        font-size: 16px !important;
    }

    .modify-bar .search-widget .hotel-booking .child-box {
        width: 32%;
    }

    .form-list {
        padding-right: 9px;
    }

    .round-trip-main .round-trip .flight-heading {
        width: 27% !important;
    }

    .round-trip-main .round-trip .price-container {
        width: 71% !important;
    }

        .round-trip-main .round-trip .price-container .timelinecontent {
            width: 83% !important;
        }

            .round-trip-main .round-trip .price-container .timelinecontent .timeline-list .col-2 {
                width: 35% !important;
            }

    .round-trip-main .round-box-main .round-box1 {
        width: 38% !important;
        margin: 0 2% 0 0;
    }

    .round-trip-main .round-box-main .round-box2 {
        width: 37% !important;
        margin: 0 2% 0 0;
    }

    .round-trip-main .round-box-main .round-box3 {
        /*   width: 22% !important;*/
        width: 32% !important;
    }

    ul.refundable li {
        font-size: 11px;
    }

        ul.refundable li:before {
            height: 22px;
        }

    .sector-fare .round-trip-main .cal-box .flight-heading {
        width: 29% !important;
    }

    .sector-fare .round-trip-main .cal-box .price-container {
        width: 69% !important;
    }

    .sector-fare .round-trip-main .cal-box .timelinecontent {
        width: 81% !important;
    }

    .sector-fare .footer-sticy-section .foo-box .flight-data .one-way-flight {
        font-size: 14px;
    }

        .sector-fare .footer-sticy-section .foo-box .flight-data .one-way-flight span {
            font-size: 12px;
        }

    .sector-fare .footer-sticy-section .foo-box .flight-data .round-way-flight {
        font-size: 14px;
    }

        .sector-fare .footer-sticy-section .foo-box .flight-data .round-way-flight span {
            font-size: 12px;
        }

    .sector-fare .footer-sticy-section .foo-box .flight-data .flight-price .t-amount {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 12px;
    }

    header {
        padding: 0px 0px;
    }

        header .right-pannel li a {
            padding: 18px 10px 14px;
        }
    /* .profile-nav {
      ul.navbar-nav {
          li.nav-item {
              .nav-link {
                  font-size: 15px !important;
                  padding: 5px 5px 5px 5px;
              }

              &.dropdown {
                  .nav-link {
                      padding: 10px 5px 10px 5px !important;
                  }
              }
          }
      }
  }*/
    .Background-bg {
        padding: 68px 0 0 0;
    }

        .Background-bg header {
            padding: 2px 20px;
        }

   /* .product-area {
        padding: 55px 0px 0px;
    }*/

        .product-area .product-list-slider .flight-icon {
            background-position: -9px -13px !important;
        }

        .product-area .product-list-slider .hotel-icon {
            background-position: -78px -14px !important;
        }

        .product-area .product-list-slider .pro-icon-box {
            margin: 0 auto 1px !important;
        }

    .multi-drop .ellipsis:after {
        right: 7px;
    }

    .search-widget .search-btn {
        margin-bottom: -35px;
    }

    .search-widget .quota-box {
        margin: 8px 0 0 0;
    }

        .search-widget .quota-box .q-label p {
            font-size: 12px !important;
        }

        .search-widget .quota-box .guestCounter li {
            padding: 4px 10px;
        }

    .search-widget .flight-mode label {
        font-size: 15px !important;
    }

    .search-widget .search-input-box {
        padding: 11px 10px 15px 15px;
    }

        .search-widget .search-input-box ::-moz-placeholder {
            color: #000000;
            font-size: 16px !important;
        }

        .search-widget .search-input-box ::placeholder {
            color: #000000;
            font-size: 16px !important;
        }

        .search-widget .search-input-box input {
            font-size: 16px !important;
        }

        .search-widget .search-input-box label {
            font-size: 12px;
        }

    .search-widget .flight-from {
        padding: 10px 24px 10px 5px !important;
    }

    .search-widget .rec-flight {
        padding: 10px 5px 10px 24px !important;
    }

    .search-widget .departure {
        padding: 10px 5px 10px 5px !important;
    }

    .search-widget .return {
        padding: 10px 5px 10px 5px !important;
    }

    .search-widget .class-box {
        padding: 10px 5px 10px 5px !important;
    }

    .search-widget .stop-box {
        padding: 10px 5px 10px 5px !important;
    }

    .search-widget .room-box {
        padding: 10px 5px 10px 5px !important;
    }

        .search-widget .room-box .form-label {
            font-size: 12px;
        }

        .search-widget .room-box .hotel-booking:after {
            right: 7px;
        }

        .search-widget .room-box .hotel-booking .form-control {
            font-size: 16px !important;
        }

        .search-widget .room-box .hotel-booking .left-holder .count button {
            width: 26px;
            height: 26px;
            font-size: 15px;
        }

        .search-widget .room-box .hotel-booking .left-holder input.quntity-input {
            width: 26px;
            height: 26px;
        }

    .search-widget .traveller {
        height: 90px;
    }

    .search-widget .recent-box .recent-head {
        font-size: 13px;
    }

    .top-submenu .modify-bar .booking-details h2 {
        font-size: 20px !important;
        margin-top: 3px;
    }

    .side-patch {
        position: sticky;
        top: 16%;
    }

    .main-box .fare-summary {
        top: 16%;
    }

    .main-box .filter-main {
        width: 0;
    }

    .main-box .flight-main {
        width: 100%;
    }

    .main-box .flight-list {
        width: 100%;
        margin: 0 0 0 0;
        /* .timeline-container {
        .timelinecontent {
            width: 92.5%;
        }
    }*/
    }

        .main-box .flight-list .sortsection .sortcol {
            font-size: 12px;
        }

            .main-box .flight-list .sortsection .sortcol .controls {
                font-size: 12px;
            }

        .main-box .flight-list .sortsection .sortcol2 {
            font-size: 12px;
        }

        .main-box .flight-list .flight-card .arrive-flight {
            padding: 6px 0;
        }

            .main-box .flight-list .flight-card .arrive-flight h6 {
                font-size: 13px;
            }

        .main-box .flight-list .flight-card .price-container .timeline-container .timeline-list .col-2 {
            width: 17.5% !important;
        }

        .main-box .flight-list .flight-card .depart-flight {
            padding: 6px 0;
        }

            .main-box .flight-list .flight-card .depart-flight h6 {
                font-size: 13px;
            }

        .main-box .flight-list .flight-card .w-16 {
            width: 25% !important;
        }

        .main-box .flight-list .flight-card .viewfare .w-16 {
            width: 20% !important;
        }

        .main-box .flight-list .flight-card .flight-summary-details .tab-content .flightheading .citytofly {
            font-size: 14px;
        }

        .main-box .flight-list .flight-card .flight-summary-details .tab-content .flighttofly {
            font-size: 14px;
        }

        .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation table th h5 {
            font-size: 13px;
        }

        .main-box .flight-list .flight-card .flight-summary-details .tab-content .cancellation table td {
            font-size: 13px;
        }

        .main-box .flight-list .flight-card .flight-summary-details .flightduration .flight-depart h2 {
            font-size: 13px !important;
        }

        .main-box .flight-list .flight-card .ecosection .ecocart .eco-header h4 {
            font-size: 16px;
        }

        .main-box .flight-list .flight-card .ecosection .ecocart .eco-body .add-on-ul li {
            font-size: 13px;
        }

    .main-box .filter-box .dep-time li {
        font-size: 10px !important;
        width: 23.8% !important;
        margin: 0 1px !important;
    }

        .main-box .filter-box .dep-time li span {
            font-size: 10px !important;
        }

    .main-box .ticket-details .flight-summary-details .tabs1 .tabdataitm1 .seat-info {
        width: auto;
    }

    .modify-bar {
        margin: 78px 0 0 0;
    }

        .modify-bar .search-widget .room-box .hotel-booking .form-control {
            font-size: 14px !important;
        }

        .modify-bar .search-widget .room-box .hotel-booking:after {
            right: 0;
        }

        .modify-bar .form-list {
            padding-right: 8px;
        }

    .openbtn {
        border: none;
        left: -7px;
        bottom: 0;
        top: 50px;
        background: transparent;
        z-index: 9;
        position: fixed;
        display: block;
        padding: 0;
    }

    .main-box .filter-box {
        width: 0;
        position: fixed !important;
        z-index: 199;
        height: 100%;
        top: 0px !important;
        left: -33px;
        overflow-x: hidden;
        overflow-y: auto;
        transition: 0.5s;
    }

        .main-box .filter-box .filter-info {
            padding: 5px 0 5px 0;
        }

    .main-box .trip-listing {
        width: 100%;
        display: block;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0px 10px 0 0;
    }

    .main-box .close-btn {
        font-size: 35px;
        position: absolute;
        font-weight: 700;
        top: 0px;
        right: 16px;
        z-index: 99;
        display: block !important;
    }

    .main-box .flight-list .flight-heading {
        width: 13%;
    }

        .main-box .flight-list .flight-heading h3.flight-details {
            font-size: 12px !important;
        }

        .main-box .flight-list .flight-heading h6 {
            font-size: 12px !important;
        }

    .main-box .flight-list .price-container {
        width: 75%;
    }

    .main-box .flight-list .right-section {
        width: 12%;
    }

    .main-box .ticket-details .ticket-summary .btn-submit {
        padding: 6px 6px;
    }

    .width250 {
        width: 20rem !important;
        left: 0 !important;
    }

    .ui-datepicker-calendar td a[data-custom]::before {
        top: 17px;
    }

    .selectall .filter-items li {
        border-bottom: 0px dashed #d2d2d2;
        margin: 0 0px 0px 0;
        font-size: 12px;
    }

    .banner-slide {
        margin: 57px auto;
        text-align: center;
    }

    .flight-menu .flight-sub-tab {
        padding: 5px 5px;
        font-size: 14px;
    }

    .class-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .stop-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .class-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow,
    .stop-box .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: -8px;
        right: -1px;
    }

    ul.refundable li {
        font-size: 10px;
    }

        ul.refundable li:before {
            height: 21px;
        }

    .round-trip-main p.close-btn-desk, .round-trip-main p.open-btn-desk {
        display: none;
    }

    .round-trip-main .main-box .filter-box .dep-time li {
        width: 22% !important;
    }

    .round-trip-main .main-box .sortsection .round-box1 {
        width: 36% !important;
    }

    .round-trip-main .main-box .sortsection .round-box2 {
        width: 37% !important;
        margin-left: 1%;
    }

    .round-trip-main .main-box .sortsection .round-box3 {
        width: 24% !important;
    }

    .round-trip-main .round-trip {
        width: 100%;
    }

        .round-trip-main .round-trip .flight-heading {
            width: 30% !important;
        }

        .round-trip-main .round-trip .price-container {
            width: 68% !important;
        }

            .round-trip-main .round-trip .price-container .timelinecontent {
                width: 81% !important;
            }

                .round-trip-main .round-trip .price-container .timelinecontent .timeline-list .col-2 {
                    width: 50% !important;
                }

    .round-trip-main .round-box-main .round-box1 {
        width: 36% !important;
        margin: 0 1% 0 0;
    }

    .round-trip-main .round-box-main .round-box2 {
        width: 36% !important;
        margin: 0 1% 0 0;
    }

    .round-trip-main .round-box-main .round-box3 {
        width: 26% !important;
    }

    .round-trip-main .round-list:before {
        left: 12px;
    }

    .m-t-50 {
        margin-top: 30px;
    }

    .sector-fare .round-trip-main .round-trip ul.refundable li {
        position: relative;
        display: inline-block;
        background-color: #DFF3FF;
        color: #407DF6;
        border-bottom: 1px solid #407DF6;
        margin: 0 0px 0 -6px;
        padding: 3px 11px 2px 7px;
        font-size: 12px;
        top: 0;
    }

        .sector-fare .round-trip-main .round-trip ul.refundable li:before {
            content: " ";
            position: absolute;
            display: block;
            width: 13px;
            height: 24px;
            top: 0;
            left: 0px;
            z-index: 0;
          /*  border-left: 1px solid #407DF6;
            border-bottom: 1px solid #407DF6;*/
          /*  background: #DFF3FF;*/
            transform-origin: bottom left;
            transform: skew(30deg, 0deg);
        }

    .sector-fare .round-trip-main .main-box .flight-main .flight-card .flight-footer .flight-options .header-flight {
        padding: 5px 5px 5px 5px;
        font-size: 13px;
    }

    .sector-fare .round-trip-main .main-box .flight-main .flight-card .flight-footer .flight-rate-options .flight-mode label {
        padding: 0.1rem 0.1rem !important;
        font-size: 13px !important;
    }

    .sector-fare .round-trip-main .footer-sticy-section {
        width: 94%;
    }

        /*added*/
        .sector-fare .round-trip-main .footer-sticy-section .foo-box .flight-data .flight-card .col-lg-4 {
            padding-left: 0px;
        }

        .sector-fare .round-trip-main .footer-sticy-section .foo-box .flight-data .flight-card .col-lg-8 {
            padding-left: 0px;
        }

    .add-city-btn {
        font-size: 14px;
        margin: 3px 0 0 0;
    }

    .multi-city-modify .modify-bar .search-widget .add-city .add-city-btn {
        font-size: 10px;
        margin: 2px 0 0 0;
    }

    .multi-city-modify .modify-bar .search-widget .close-city-btn img {
        max-width: 100%;
        width: 100%;
    }
    /*end*/
}


@media (min-width:768px) and (max-width:1020px) {

    /*button.navbar-toggler {
        display: none;
    }*/

    button.navbar-toggler {
        right: 20px;
        text-align: right;
        top: 35px!important;
        z-index: 9999;
        position: fixed;
        border: 0px;
        margin-top: 6px;
    }


    .Background-bg {
        padding: 120px 0 0 0!important;
    }
    .multiselect {
        width: 14rem!important;
    }

    .product-area {
        padding: 55px 0px 30px!important;
    }
}

@media only screen and (max-width: 991px) {
    .float-none {
        float: none !important;      
        margin: 0px 0 0 0rem!important;
    }
    button.navbar-toggler {
     /*   right: 20px;*/
        text-align: right;
        top: 0px;
        z-index: 9999;
        position: fixed;
        border: 0px;
        margin-top: 6px;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0;
    }

    .logo-box img {
        max-width: 100%;
        width: 85%;
    }

    .top-menu .left-text {
        font-size: 12px;
    }

    .top-menu .right-menu {
        width: 68%;
    }

        .top-menu .right-menu ul li {
            font-size: 12px;
            padding: 5px 3px 5px 25px;
        }

    .profile-nav {
        margin-top: 0 !important;
        width: 24%;
    }

        .profile-nav .bg-light {
            height: 37px;
        }

        .profile-nav ul.navbar-nav {
            position: relative;
            top: 39px;
            background: #fff;
            box-shadow: 0px 4px 12px 0px rgba(224, 252, 255, 0.5), 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
        }

            .profile-nav ul.navbar-nav li.nav-item .nav-link {
                border-bottom: 1px solid #e2e3e5;
                color: #2C3039 !important;
                font-size: 14px !important;
            }

            .profile-nav ul.navbar-nav li.nav-item:last-child {
                margin-left: 0px;
                border-radius: 0;
            }

                .profile-nav ul.navbar-nav li.nav-item:last-child .nav-link {
                    border-bottom: 0px solid #e2e3e5;
                }

            .profile-nav ul.navbar-nav li.nav-item.dropdown {
                border-radius: 0;
                border: 0px solid #498bac;
            }

                .profile-nav ul.navbar-nav li.nav-item.dropdown.dropdown-menu {
                    padding: 0;
                    border-radius: 0;
                }

        .profile-nav .dropdown-toggle:after {
            position: absolute;
            right: 8px;
            top: 8px;
        }

    header {
        top: 26px;
    }

        header.small .profile-nav ul.navbar-nav {
            top: 39px;
        }

    .modify-bar {
        margin: 73px 0 0 0;
    }

        .modify-bar .booking-details h2 {
            font-size: 18px;
        }

        .modify-bar .booking-details ul.ticket-details {
            font-size: 12px;
        }

    .side-patch {
        position: sticky;
        top: 11%;
    }

    .top-submenu .modify-bar {
        margin: 70px 0 0 0;
    }

        .top-submenu .modify-bar .booking-details {
            padding: 5px 0 0px 0;
        }

    .one-way-fix {
        position: relative;
        margin: 172px 0 0 0;
    }

    .main-box .ticket-details .ticket-summary h4 {
        font-size: 16px;
    }

    .main-box .ticket-details .ticket-summary h5 {
        font-size: 12px;
    }

    .main-box .ticket-details .ticket-summary .journey-details .flydestination {
        width: auto;
    }

        .main-box .ticket-details .ticket-summary .journey-details .flydestination .citytofly {
            font-size: 16px;
        }

        .main-box .ticket-details .ticket-summary .journey-details .flydestination ul {
            font-size: 14px;
        }

    .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flighttofly {
        font-size: 14px !important;
    }

    .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration {
        padding: 5px 0px 5px 5px;
    }

        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .time-details {
            font-size: 12px;
        }

        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .flight-depart h2 {
            font-size: 12px;
        }

        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .terminal h4 {
            font-size: 12px;
        }

        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .checkintbl td {
            font-size: 11px;
            line-height: normal;
        }

        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .time-show {
            padding: 0 0 0 60px;
        }

        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .depart {
            padding: 0 0 0 70px;
        }

            .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .depart:before {
                left: 45px;
            }

        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .timehault {
            background-position: 44px 19px;
        }

            .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .timehault:before {
                left: 52px;
            }

            .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .timehault:after {
                left: 52px;
            }

        .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .arrive {
            padding: 0 0 0 70px;
        }

            .main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .arrive:before {
                left: 45px;
            }

    .main-box .ticket-details .ticket-summary .journey-details .buttonsec .rulefare {
        font-size: 13px;
    }

    .main-box .ticket-details .ticket-summary .traveller-details h6 {
        font-size: 12px;
    }

    .main-box .fare-summary {
        top: 11.5%;
    }

        .main-box .fare-summary h4 {
            padding: 10px;
            font-size: 16px;
        }

        .main-box .fare-summary .accordion-button {
            font-size: 12px;
        }

        .main-box .fare-summary .base-price {
            width: auto;
        }

        .main-box .fare-summary .price-footer {
            padding: 5px 10px;
        }

            .main-box .fare-summary .price-footer h3,
            .main-box .fare-summary .price-footer h2 {
                font-size: 16px;
            }

        .main-box .fare-summary #faqlist {
            padding: 0px 10px 0px 10px;
        }

    .addon-box .heading {
        padding: 5px 0 5px 15px !important;
    }

    .addon-box .seat-info {
        bottom: 0 !important;
        margin: 5px 15px !important;
        position: relative !important;
    }

        .addon-box .seat-info ul.seats li {
            display: inline-block;
            vertical-align: top;
        }

    .addon-box .seat-details {
        font-size: 12px;
    }

    .lines:after {
        height: 16px;
    }

    .dm-none {
        display: none;
    }

    .attribute-box .form-group label {
        font-size: 12px;
    }

    .attribute-box .checkform label {
        font-size: 16px !important;
    }

    .td-title {
        font-size: 16px;
    }

    ul.icon-list h4 {
        font-size: 16px;
        padding: 10px 10px 10px 10px;
    }

    ul.icon-list li {
        margin: 0 10px 5px 10px;
    }

        ul.icon-list li a {
            font-size: 14px;
        }

    ul.price-details h4 {
        font-size: 16px;
        padding: 10px 10px 10px 10px;
    }

    ul.price-details li {
        font-size: 13px;
        padding: 5px 10px !important;
    }

        ul.price-details li.total-price {
            font-size: 16px;
            padding: 5px 10px !important;
        }

            ul.price-details li.total-price span {
                font-size: 16px;
            }

    .table-bg {
        padding: 10px;
        margin: 0px 16px 10px 16px;
    }

        .table-bg .table th {
            font-size: 13px;
        }

        .table-bg .table td {
            font-size: 12px;
        }

    ul.pnr-details li img {
        margin: 0 auto 10px;
        display: block;
    }

    ul.contact-list {
        display: block;
    }

    .btn-green {
        font-size: 12px;
    }

    .round-trip-main .round-trip .price-container .timelinecontent {
        width: 79% !important;
    }

  

  
}

@media only screen and (max-width: 768px) {

    .text-sm-right{
        text-align:right;
    }

    .bag-box {
        text-align: center;
        margin-top: 0.3rem !important;
        color: #498bac;
        font-size: 20px;
    }
    .flighttofly:after {
        margin: 0px 0px 0px 5px !important;
    }
    .flight-depart {
        position: relative;
        font-size: 12px !important;
    }
    .hotel-booking .add-room {
        height: 21rem !important;
    }
    .ui-datepicker {
        width: 85% !important;
    }
        /*.bottom-xs {
        bottom: 4rem;
        position: relative;
    }*/
        .m-h-240 {
        min-height: 175px !important;
    }
    .text-xs-center{
        text-align:center;
    }
    .preffered-p {
        font-size: 16px !important;
        color: #2C3039;
        font-weight: 600;
        display: block;
    }
    .Background-bg {
        padding: 115px 0 0 0;
    }

    header {
        padding-top: 5px;
    }

        header .logo img {
            max-width: 190px;
        }

        header .dd-select {
            width: 111px !important;
        }

        header .dd-container {
            margin: 9px 0 3px 4px;
        }

        header nav {
            background-color: transparent !important;
        }

    .product-area {
        margin: 55px 15px 0 15px;
    }

        .product-area .product-list-slider .flight-icon {
            background-position: -9px -13px !important;
        }

        .product-area .product-list-slider .hotel-icon {
            background-position: -78px -14px !important;
        }

    .flight-cust {
        margin: 0 0 2% 0;
    }

    .search-widget {
        padding: 0px 0px;
    }

        .search-widget .flight-mode .radio {
            margin: 0rem 0rem 0.5rem 0.2rem;
        }

        .search-widget .recent-box {
            margin: 5px 0px 0 0;
        }

        .search-widget .search-btn {
            padding: 10px 40px;
            border-radius: 49px;
            margin-bottom: -41px;
        }

        .search-widget .flight-swipe {
            top: 33px;
        }

        .search-widget .search-input-box {
            margin-bottom: 1%;
        }

            .search-widget .search-input-box ::-moz-placeholder {
                color: #000000;
                font-size: 16px !important;
            }

            .search-widget .search-input-box ::placeholder {
                color: #000000;
                font-size: 16px !important;
            }

            .search-widget .search-input-box input {
                font-size: 16px !important;
            }

        .search-widget .departure {
            margin-left: 0;
        }

        .search-widget .room-box {
            margin: 0% 0% 2% 0;
        }

        .search-widget .quota-box .radio label {
            padding: 0.5rem 0.5rem;
        }

    .widget-cus-id .select2-container,
    .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .main-box .flight-list .flight-card .fare-details {
        margin: 0 0px 15px 0;
    }

    .main-box .flight-list .flight-card .fare h4 {
        font-size: 20px;
    }

    .main-box .flight-list .flight-heading {
        width: 100%;
    }

        .main-box .flight-list .flight-heading h6 {
            color: #555555;
            padding: 0 0 5px 0;
        }

    .main-box .flight-list .price-container {
        width: 100%;
    }

    .main-box .flight-list .right-section {
        width: 100%;
        position: absolute;
        right: 10px;
    }

        .main-box .flight-list .right-section .selectall ul.filter-items {
            float: left;
            margin: 3px 8px 0 0;
            border-bottom: 0px dashed #d2d2d2;
        }

        .main-box .flight-list .right-section .selectall .action-container {
            display: inline-block;
        }

    .ui-datepicker-calendar td a[data-custom]::before {
        top: 17px;
        left: 4px;
    }

    .modify-bar {
        padding: 2px 15px 5px;
    }

        .modify-bar .form-list,
        .modify-bar .search-list {
            padding-right: 0;
            padding-left: 0;
        }

        .modify-bar .search-widget .hotel-booking .add-room {
            top: 2.3rem;
        }

        .modify-bar .search-widget .flight-from .select-source {
            top: 54px;
        }

        .modify-bar .search-widget .rec-flight .select-destination {
            top: 54px;
        }

        .modify-bar .search-widget .flight-from,
        .modify-bar .search-widget .rec-flight,
        .modify-bar .search-widget .departure,
        .modify-bar .search-widget .return,
        .modify-bar .search-widget .room-box {
            height: auto !important;
        }

        .modify-bar .search-widget .m-btn input.modify-btn {
            height: auto !important;
        }

    .flight-menu .flight-sub-tab {
        padding: 5px 5px;
        font-size: 12px;
    }

        .flight-menu .flight-sub-tab i {
            font-size: 14px;
            margin-left: 1px;
            color: #7E7E7E;
        }

    .flight-summary-details nav {
        height: auto;
    }

        .flight-summary-details nav .nav-tabs .nav-link {
            font-size: 12px !important;
        }

    .flight-summary-details .tab-content .tab-pane .fare th {
        font-size: 12px;
    }

    .flight-summary-details .tab-content .tab-pane .fare td {
        font-size: 12px;
    }

    .round-trip-main .round-trip .flight-heading {
        width: 100% !important;
        display: inline-block;
        margin: 0 0 5px 0;
    }

        .round-trip-main .round-trip .flight-heading h3 {
            display: inline-block;
        }

        .round-trip-main .round-trip .flight-heading h6 {
            display: inline-block;
        }

    .round-trip-main .round-trip .price-container {
        width: 100% !important;
        display: inline-block;
    }

        .round-trip-main .round-trip .price-container .timelinecontent {
            width: 75% !important;
        }

            .round-trip-main .round-trip .price-container .timelinecontent .timeline-list .col-2 {
                width: 50% !important;
            }

    .round-trip-main .round-box-main {
        display: block;
    }

        .round-trip-main .round-box-main .round-box1 {
            width: 98% !important;
            margin: 0 0% 0 0;
        }

        .round-trip-main .round-box-main .round-box2 {
            width: 98% !important;
            margin: 0 0% 0 0;
        }

            .round-trip-main .round-box-main .round-box2 .round-list:before {
                display: none;
            }

        .round-trip-main .round-box-main .round-box3 {
            width: 98% !important;
            margin: 0 0 0 2%;
        }

        .round-trip-main .round-box-main ul.refundable {
            margin: 6px -5px 0 0;
            padding: 0;
            position: absolute;
            transform: scaleX(-1);
            justify-content: flex-start;
            display: flex;
            left: 20px;
        }

            .round-trip-main .round-box-main ul.refundable li {
                position: relative;
                display: inline-block;
                background-color: #DFF3FF;
                color: #407DF6;
                border-bottom: 1px solid #407DF6;
                border-top: 1px solid #407DF6;
                margin: 0 0px 0 -6px;
                padding: 3px 20px 2px 8px;
                font-size: 10px;
                top: 0;
            }

                .round-trip-main .round-box-main ul.refundable li:before {
                    content: " ";
                    position: absolute;
                    display: block;
                    width: 13px;
                    height: 21px;
                    top: -1px;
                    left: 0px;
                    z-index: 9;
                    border-top: 1px solid #407DF6;
                    border-left: 1px solid #407DF6;
                    border-bottom: 0px solid #407DF6;
                    background: #DFF3FF;
                    transform-origin: bottom left;
                    transform: skew(30deg, 0deg);
                }

                .round-trip-main .round-box-main ul.refundable li:last-child {
                    border-radius: 0px 0px 0px 0px;
                }

                .round-trip-main .round-box-main ul.refundable li .textskew {
                    transform: scaleX(-1);
                }

    .round-trip-main .main-box .flight-list .flight-card .depart-flight {
        padding: 2px 0 !important;
    }

    .round-trip-main .main-box .flight-list .flight-card .arrive-flight {
        padding: 2px 0 !important;
    }

    .round-trip-main .main-box .flight-list .flight-card .viewfare .btn-view {
        margin: 0px 0 0 0;
    }

    .round-trip-main .sortsection .round-box-main {
        display: flex;
        justify-content: space-between;
    }

        .round-trip-main .sortsection .round-box-main .round-box1 {
            width: 88% !important;
            margin: 0 2% 0 0;
        }

        .round-trip-main .sortsection .round-box-main .round-box2 {
            width: 40%;
            margin: 0 2% 0 0;
            display: none;
        }

        .round-trip-main .sortsection .round-box-main .round-box3 {
            width: 10% !important;
        }

    .cancellation h6 {
        font-size: 14px !important;
    }

    .modal-title {
        font-size: 20px;
    }

    .popup-text {
        font-size: 16px;
    }

        .popup-text span {
            font-size: 18px;
        }

    .sector-fare .footer-sticy-section .foo-box .flight-data .round-way-flight {
        padding: 0 20px;
    }

    /*added ruby bramhani*/

    .book-box {
        justify-content: flex-end;
    }

    .add-city-btn {
        font-size: 16px;
        padding: 8px 65px;
        margin: 3px 0 0 0;
    }

    .multi-city-modify .modify-bar .search-widget .multi-source .search-list {
        padding-left: 13px;
        padding-right: 13px;
    }

    .multi-city-modify .modify-bar .search-widget .add-city .add-city-btn {
        font-size: 14px;
        margin: 2px 0 0 0;
        padding: 10px;
    }

    .multi-city-modify .modify-bar .search-widget .close-city-btn img {
        max-width: 100%;
        width: 30%;
    }

    .multy-tab nav .nav-tabs {
        font-size: 12px;
    }

        .multy-tab nav .nav-tabs .nav-link {
            font-size: 12px;
        }

            .multy-tab nav .nav-tabs .nav-link span {
                font-size: 12px;
            }

            .multy-tab nav .nav-tabs .nav-link:before {
                top: -6px;
            }

            .multy-tab nav .nav-tabs .nav-link.active:before {
                top: -8px;
            }

    .login-slider .form-box img {
        border-radius: 0px;
        height: auto;
        min-height: auto;
    }

    .login-slide .attribute-box {
        width: 90%;
        margin: 20px auto 0;
        box-shadow: 0px 0px 4px rgba(19, 154, 167, 0.25);
        border: 1px solid #498bac;
        border-radius: 4px;
        padding: 20px;
        position: relative !important;
        top: 0% !important;
        transform: translateY(0%) !important;
    }


    header {
        padding-top: 5px;
        z-index: 9999999999;
    }
    /*end*/


    
}

@media only screen and (max-width: 768px) {
    .search-widget .flight-from {
        width: 100% !important;
        height: 100px;
        position: relative;
        padding: 10px 24px 10px 14px;
    }
    .search-widget .rec-flight {
        width: 100%;
        height: 100px;
        float: right;
        position: relative;
        padding: 10px 14px 10px 24px;
    }
    .fa.fa-arrows-h:before {
        content: "\f07e";
        position: relative;
        top: 3.5rem;
        background: #fff;
        font-size: 19px;
        border-radius: 25px;
        padding: 6px;
        border: 2px solid;
    }
    .search-widget .flight-swipe {
        top: 33px;
    }

    .search-widget .flight-from:before{
        display:none;
    }

    .search-widget .rec-flight:before{
        display:none;
    }
    .search-widget .search-btn {
        margin-bottom: 15px !important;
    }
}
    @media only screen and (max-width: 767px) {
        /*  .product-area {
        margin: 40px 10px 0 10px;
        padding: 55px 5px 0;
    }*/

        .search-widget .quota-box {
            margin: 0.5rem 0 0 0;
        }

        .search-widget .class-box {
            margin-bottom: 3% !important;
        }

        .modify-bar {
            padding: 5px 5px;
        }

            .modify-bar .search-widget .list-menu {
                display: block;
            }

            .modify-bar .search-widget .departure {
                width: 48% !important;
            }

            .modify-bar .search-widget .return {
                width: 48% !important;
            }

            .modify-bar .search-widget .room-box {
                width: 48% !important;
                margin: 2% 0 0 0;
            }

            .modify-bar .search-widget .m-btn {
                width: 48% !important;
                display: block;
                float: right;
                margin: 2% 0 0 0;
            }

        .width250 {
            width: 20rem !important;
            left: 0 !important;
        }

        .main-box .flight-list {
            /*.timeline-container {
        .timelinecontent {
            width: 83% !important;
        }
    }*/
        }

            .main-box .flight-list .flight-heading {
                width: 100%;
            }

            .main-box .flight-list .price-container {
                width: 100%;
            }

            .main-box .flight-list .right-section {
                width: 100%;
                float: left;
                text-align: left;
            }

                .main-box .flight-list .right-section .selectall {
                    float: right;
                }

            .main-box .flight-list .sortsection .sortcol {
                /*     padding: 10px;*/
                width: 25%;
                padding: 5px 0px 0px 23px !important;
            }

                .main-box .flight-list .sortsection .sortcol h5 {
                    font-size: 14px;
                }

            .main-box .flight-list .sortsection .sortcol2 {
                width: 50%;
                padding: 10px;
            }

                .main-box .flight-list .sortsection .sortcol2 a {
                    font-size: 11px;
                    vertical-align: top;
                }

        .flight-card .flight-summary-details nav {
            margin-top: 0px;
            margin-bottom: 0px !important;
        }

            .flight-card .flight-summary-details nav .nav-tabs .nav-link {
                padding: 5px !important;
                width: auto !important;
            }

        .flight-card .flight-footer .d-flex {
            display: block;
        }

        .widget-cus-id .select2-container,
        .widget-cus-id .select2-container--default .select2-selection--single .select2-selection__rendered {
            font-size: 14px;
        }

        .search-widget .search-input-box input {
            font-size: 14px !important;
        }

        .search-widget .room-box .hotel-booking .form-control {
            font-size: 14px !important;
        }

        .top-menu .right-menu ul {
            display: none;
        }

        .round-trip-main .selectall {
            float: left;
        }

        .sector-fare .footer-sticy-section .foo-box {
            display: block;
        }

            .sector-fare .footer-sticy-section .foo-box .flight-price .t-amount {
                font-size: 20px;
            }

            .sector-fare .footer-sticy-section .foo-box .flight-data .one-way-flight {
                padding: 0 20px;
            }

            .sector-fare .footer-sticy-section .foo-box .flight-data .round-way-flight {
                padding: 0 20px;
            }
    }
    /*# sourceMappingURL=main.css.map */


    .cancellation-button {
        text-align: center !important;
    }

    ul.printbtn {
        margin: 0 auto;
        /* text-align: center;*/
        width: 100%;
    }

        ul.printbtn li {
            display: inline-block;
            margin: 2px 2px;
            width: calc(50% - 42px);
        }

            ul.printbtn li a {
                width: 100%;
                display: block;
                border: 1px solid #e5e9f2;
                background: #fff;
                border-radius: 6px;
                color: #42495B;
                text-align: left;
                padding: 12px;
            }

    /*.offcanvas {
    width: 20rem!important;
}*/

    .ui-datepicker {
        z-index: 5;
    }

    .flt-email-form {
        position: relative;
        margin: 0 0 20px 0;
        width: 49%;
        border: 1px solid #498bac;
        border-radius: 3px;
    }

        .flt-email-form:nth-child(2n+1) {
            float: right;
        }

    .irs--round .irs-to {
        min-width: 50px !important;
    }

    .scrollToTop {
        bottom: 15px;
    }

    .flightRoundWrap {
        bottom: 10px;
        z-index: 8;
    }

    .result-round-details {
        position: relative
    }

    .cls-flt-details {
        position: absolute;
        top: -2px;
        right: 5px;
        font-size: 21px;
        color: #fff;
        z-index: 9
    }

    .book-show-box {
        background-color: rgb(255, 255, 255);
        /*box-shadow: 0px 10px 20px #498bac2e;*/
    }

    .borderblue {
        border: 1px solid #dddddd;
        /*border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 5px solid #498bac;*/
    }

    .book-show-box {
        border-radius: 5px;
        font-size: 12px;
        /*background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px #ffbcc04d;*/
        padding: 15px 10px;
        margin-bottom: 20px;
    }

    .selectedToMail {
        font-size: 11px;
        cursor: pointer;
    }

    .selectedToExport {
        font-size: 11px;
        cursor: pointer;
    }

    .font-12 {
        font-weight: 700 !important;
        font-size: 12px !important;
    }

    .float-none {
        float: none;
    }

    .modify-bar .search-widget .hotel-booking .left-holder .child span {
        font-size: 12px;
    }

    .modify-bar .search-widget .hotel-booking .left-holder .infant span {
        font-size: 12px;
    }

    .dis-none {
        display: none;
    }

    .textskew {
        white-space: nowrap;
    }

    .text-right {
        text-align: right !important;
    }

    .closeIconOrigin {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        margin-left: 0.3rem;
        background: #fff;
        color: #498bac;
        border-radius: 26px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .selectedValue {
        background: #498bac;
        padding: 0.3rem;
        border-radius: 44px;
        /*  margin-right: 0.3rem;*/
        color: #fff;
        white-space: pre !important;
        line-height: 2rem;
        font-size: 13px;
    }


    .Travelcore-logo {
        height: 4rem !important;
    }

    .FlightHeading {
        text-align: center;
        font-weight: 500;
        color: rgb(255, 255, 255);
        font-size: 25px;
    }

    .top-shape::before {
        position: absolute;
        content: "";
        width: 35px;
        height: 100%;
        top: 0;
        left: -17px;
        background: #498bac;
        transform: skew(40deg);
    }

    .bg-primary {
        background-color: #498bac !important;
    }

    .position-relative {
        position: relative !important;
    }










    .main-content {
        /* padding:50px 0;*/
        padding: 30px 0 47px 0;
    }

    .background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .background img {
            height: 100%;
            width: 100%;
            display: block;
        }

    .search-banner-container {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 0;
    }

    .searchEngineContainer {
        /*   width: 1200px;*/
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
        border-radius: 20px;
        padding: 24px;
        margin: 0px auto;
        background: #fff;
        border-radius: 5px;
        z-index: 5;
    }

    .banner {
        width: 565px;
        position: relative;
    }

    /*.banner img {
        width: 100%;
        height: 422px;
        border-radius: 5px;
    }*/
    .searchEngineContainer h1 {
        font-size: 26px;
        font-weight: 500;
        line-height: 26px;
        color: #495057;
        float: left;
    }

    .searchEngineContainer .tripTypeTab {
        /*float: right;*/
        height: 26px;
    }

        .searchEngineContainer .tripTypeTab ul {
            list-style: none;
        }

            .searchEngineContainer .tripTypeTab ul li {
                display: block;
                float: left;
                /*padding: 0px 28px;*/
                /* background: #dfdfdf;*/
                font-size: 14px;
                font-weight: 400;
                /* line-height: 26px;*/
                cursor: pointer;
                border-radius: 2px;
                margin: 0px 0 0 0px;
            }

                .searchEngineContainer .tripTypeTab ul li:first-child {
                    margin-left: 0;
                }
                /*.searchEngineContainer .tripTypeTab ul li:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}*/
                .searchEngineContainer .tripTypeTab ul li.active {
                    /*  background: #18b6f1;
                color: #ffffff;*/
                    /*background-color: transparent;*/
                    color: #287dfa;
                    /*padding: 6px 29px;*/
                    /*  border-radius: 100px;*/
                    background: rgba(34, 118, 227, 0.1);
                    color: rgb(34, 118, 227);
                    border-radius: 6px;
                }

    .searchEngineInputs {
        /*padding: 15px 0 0 0;*/
        position: relative;
    }

    .onewayReturn {
        position: relative;
    }

    .multiCityCnt {
        display: none;
        position: relative;
    }

    .searchEngine.oneWay .onewayReturn,
    .searchEngine.return .onewayReturn {
        display: block;
    }

    .searchEngine.multiCity .onewayReturn {
        display: none;
    }

    .searchEngine.multiCity .multiCityCnt {
        display: block;
    }

    .searchEngineInputs .originCity,
    .searchEngineInputs .destinationCity {
        width: 47%;
        margin-bottom: 15px;
        float: left;
    }

        .searchEngineInputs .originCity input {
            width: 100%;
            height: 40px;
            border: 0;
            padding: 10px;
            border-radius: 5px;
            /* background: #dfdfdf;
        box-shadow: 0 1px 7px 0 rgb(255 255 255 / 7%);*/
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            font-size: 12px;
            color: #495057;
        }

    .origin-destination-input {
        position: relative;
    }

    .searchEngineInputs .swapCity {
        width: 30px;
        height: 30px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 5px;
        transform: translate(-50%, 0) rotate(180deg);
        background: #894997;
        border-radius: 32px;
        cursor: pointer;
    }

        .searchEngineInputs .swapCity img {
            width: 100%;
        }

    .searchEngineInputs .destinationCity {
        float: right;
    }

        .searchEngineInputs .destinationCity input {
            width: 100%;
            height: 40px;
            border: 0;
            padding: 10px;
            border-radius: 5px;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            font-size: 12px;
            color: #495057;
        }

    .searchEngineInputs .departDate {
        margin-bottom: 15px;
        float: left;
        width: 47%;
    }

    .searchEngineInputs .returnDate {
        margin-bottom: 15px;
        float: left;
        width: 47%;
    }

    .searchEngineInputs .flStops,
    .searchEngineInputs .txtSearchAgent {
        margin-bottom: 15px;
        width: 100%;
    }

    /*.searchEngineInputs .flStops {
    padding-top: 11px;
}*/

    .searchEngine.return .departDate {
        float: left;
        width: 47%;
    }

    .searchEngineInputs .departDate input,
    .searchEngineInputs .txtSearchAgent input {
        width: 100%;
        height: 40px;
        border: 0;
        padding: 10px;
        border-radius: 5px;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        font-size: 12px;
        color: #495057;
    }

    /*.searchEngineInputs .returnDate {
    float: right;
}*/

    .searchEngineInputs .returnDate input {
        width: 100%;
        height: 40px !important;
        border: 0;
        padding: 10px;
        border-radius: 5px;
        /*background: #dfdfdf;
        box-shadow: 0 1px 7px 0 rgb(255 255 255 / 7%);*/
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        font-size: 12px;
        color: #495057;
    }

    .searchEngineInputs .travellers {
        margin: 0 0 8px 0;
    }

        .searchEngineInputs .travellers input {
            border: 0;
            font-size: 14px;
            color: #495057;
            font-weight: bold;
        }

    .searchEngineInputs .airlineSelection {
        width: 100%;
        margin-bottom: 15px;
        float: left;
        float: right;
        margin-top: -5px;
    }

        .searchEngineInputs .airlineSelection input {
            width: 100%;
            height: 40px;
            border: 0;
            padding: 10px;
            border-radius: 5px;
            background-color: rgb(238, 242, 248);
            font-size: 12px;
            color: #495057;
        }

    .searchEngineInputs .paxSelect {
        /*margin-right: 5%;
    margin-bottom: 11px;*/
        margin: 1rem;
    }

        .searchEngineInputs .paxSelect.last {
            margin-right: 0;
        }

        .searchEngineInputs .paxSelect ul {
            list-style: none;
        }

            .searchEngineInputs .paxSelect ul li {
                width: 25%;
                float: left;
                display: block;
                text-align: center;
                background: #dfdfdf;
                border-radius: 30px;
            }

                .searchEngineInputs .paxSelect ul li a {
                    background: #dfdfdf;
                    height: 36px;
                    display: block;
                    line-height: 36px;
                    color: #495057;
                    font-size: 18px;
                    font-weight: 400;
                    border-radius: 30px;
                }

                    .searchEngineInputs .paxSelect ul li a.disable {
                        color: #adb5bd;
                    }

                .searchEngineInputs .paxSelect ul li:nth-child(2) {
                    width: 50%;
                }

                    .searchEngineInputs .paxSelect ul li:nth-child(2) input {
                        width: 20px;
                        height: 35px;
                        border: 0;
                        text-align: right;
                        font-size: 13px;
                        color: #495057;
                        background: #dfdfdf;
                    }

                    .searchEngineInputs .paxSelect ul li:nth-child(2) label {
                        font-size: 13px;
                        color: #495057;
                        font-weight: 300;
                        line-height: 36px;
                        display: block;
                        float: left;
                        padding-left: 25px;
                        margin-bottom: 0;
                    }

    .searchEngineInputs .travelClass {
        width: 100%;
        /* margin-bottom: 15px;*/
        float: left;
    }

        .searchEngineInputs .travelClass input {
            width: 100%;
            height: 47px;
            border: 0;
            padding: 10px;
            border-radius: 5px;
            background-color: #f3f2f2;
            font-size: 14px;
            color: #495057;
        }

        .searchEngineInputs .travelClass select {
            width: 100%;
            height: 40px;
            border: 0;
            background: #fff url(../images/paxSelect.png) no-repeat right 15px center;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            padding: 10px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 5px;
            font-size: 12px;
            color: #495057;
        }

        .searchEngineInputs .travelClass option {
            font-size: 14px;
            color: #495057;
            padding: 10px;
        }

    .searchEngineInputs .flStops {
        margin-bottom: 0px;
    }

        .searchEngineInputs .flStops label {
            padding-left: 5px;
            font-size: 14px;
            color: #894997;
            font-weight: 400;
        }

        .searchEngineInputs .flStops td {
            padding-right: 15px;
        }

    .searchSubmit input {
        display: block;
        /* width: 100%;*/
        background: #18b6f1;
        color: #ffffff;
        height: 40px;
        font-size: 17px;
        text-align: center;
        /*line-height: 50px;*/
        border: 0;
        border-radius: 32px;
        text-transform: uppercase;
        cursor: pointer;
        font-weight: 500;
    }

    .ui-menu .flag {
        margin-top: 20px;
    }

    .searchEngineInputs .multiCityCnt .originCity,
    .searchEngineInputs .multiCityCnt .destinationCity,
    .searchEngineInputs .multiCityCnt .departDate {
        width: 36%;
        float: left;
    }

    .searchEngineInputs .multiCityCnt .departDate {
        width: 23%;
        float: left;
    }

    .searchEngineInputs .multiCityCnt .destinationCity,
    .searchEngineInputs .multiCityCnt .departDate {
        margin-left: 2.5%;
    }

    .searchEngineInputs .multiCityCnt .swapCity {
        left: 37%;
    }

    .multiCityRow {
        position: relative;
    }

    .addCityRow,
    .removeCityRow {
        background: #18b6f1;
        color: #fff;
        width: 110px;
        height: 30px;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        border-radius: 5px;
        cursor: pointer;
        float: left;
        margin-bottom: 12px;
        display: none;
    }

    .addCityRow {
        margin-right: 15px;
        background: #4893d6;
        display: block;
    }

    .mcRow3,
    .mcRow4,
    .mcRow5 {
        display: none;
    }

    .searchSubmit.multiCity {
        display: none;
    }

 /*   .ui-autocomplete li {
        padding: 10px 20px 10px 10px!important;
        position: relative;
    }*/

    .ui-menu .flag {
        position: absolute;
        right: 5px;
        top: 18px;
        margin: 0;
    }


    #ui-datepicker-div {
        /*  z-index: 6 !important;*/
        /*top: 54.406px!important;*/
    }

    /* Slides */
    .slides_images {
        position: relative;
        width: 100%;
        height: 50%;
    }

    .slide_image {
        width: 100%;
        height: 50%;
        display: none;
        text-align: center;
    }

        .slide_image img {
            width: 100%;
            height: 490px !important;
            position: relative;
        }

    .first {
        display: block;
    }

    #controls {
        margin: 10px 0;
        list-style: none;
        text-align: center;
    }

        #controls li {
            display: inline-block;
            padding: 5px 10px;
            border: 1px solid #ccc;
            background-color: #eee;
            cursor: pointer;
            background: #fff;
            cursor: pointer;
            font-size: 14px;
        }

    .ui-autocomplete.agencyCustIdUl {
        width: 584px !important;
    }

    @media only screen and (max-width: 1330px) {

        .banner {
            width: 46%;
        }
    }



    input:focus {
        /*    border: 1px solid #18b6f1 !important;*/
    }

    .m-h-240 {
        min-height: 218px;
    }

    .bg-blue {
        background: #63217d;
    }





    .footer {
        background: #63217d;
        padding: 9px 0px;
        font-family: 'Play', sans-serif;
        text-align: center;
        margin-top: 22rem !important;
    }

    .main-div {
        position: absolute;
        width: calc(97% - 7px);
        left: 50.5%;
        transform: translate(-50.5%, -6rem);
        position: relative;
    }

    .airport-progress {
        width: 100%;
        padding: 7px 0px;
        position: relative;
    }

        .airport-progress:after {
            content: "";
            position: absolute;
            height: 1px;
            width: 88%;
            border: 1px dashed #63217d;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
        }

    .signout-btn {
        color: white !important;
    }

    .bag-box {
        text-align: center;
        margin-top: 1rem;
        color: #498bac;
        font-size: 20px;
    }

    .flight-list-view {
        margin: 40px 15px 0px;
        border: 1px solid #e6e6e6;
        box-shadow: 0px 0px 5px #e6e6e6;
        overflow: hidden;
    }

        .flight-list-view .airline-logo {
            padding: 33px 0px;
            border-right: 1px solid #e6e6e6;
        }

        .flight-list-view .flight-desc {
            border-right: 1px solid #e6e6e6;
            min-height: 123px;
        }

    .clear-padding {
        padding: 0;
    }

    .flight-list-view .flight-desc {
        border-right: 1px solid #e6e6e6;
        min-height: 123px;
    }


    .divider {
        padding-left: 5px;
        padding-right: 5px;
    }


    .icon-clock {
        color: #fff;
        background: #63217d;
        /* color: #fff; */
        background: #63217d;
        height: 18px !important;
        width: 18px !important;
        line-height: 18px !important;
        border-radius: 10px;
        margin: 0 auto;
        text-align: center;
        font-size: 13px !important;
    }



    .footers {
        background: #63217d;
        padding: 9px 0px;
        font-family: 'Play', sans-serif;
        text-align: center;
        margin-top: 0rem !important;
    }
}



.Yellow {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    line-height: 14px;
    font-weight: 600 !important;
    color: #bebe11;
    font-size: 12px !important;
    border: 1px solid #bebe11;
}
.LightGreen {    
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    line-height: 14px;
    font-weight: 600;
    color: #64ff00 !important;
    font-size: 12px !important;
    border: 1px solid #64ff00;
}
.lime {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    line-height: 14px;
    font-weight: 600 !important;
    color: #bebe11;
    font-size: 12px !important;
    border: 1px solid #bebe11;
}
.red-bg {
    width: 19px;
    height: 19px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    line-height: 19px;
    font-weight: 600 !important;
    color: #498bac !important;
    font-size: 10px !important;
    /*border: 1px solid #498bac;*/
    background: none !important;
}

@media only screen and (max-width: 991px) {
    .d-xs-none{
        display:none;
    }

    .FlightHeading {
        text-align: center;
        font-weight: 500;
        color: rgb(255, 255, 255);
        font-size: 22px;
    }
    .search-widget .departure {
        height: 65px;
    }
   /* .form-control {
        padding: 0rem 0rem;
    }*/
    .search-widget .room-box {
        padding: 2px 2px 2px 0px !important;
    }
    .multiselect {
        width: 20rem;
    }

    }



/*.main-box .ticket-details .ticket-summary .journey-details .flightsecondary .flightduration .timehault:after {
    left: 60px;
    bottom: -2px;
    width: 1px;
    border-left: 2px solid #7c2c88!important;
    position: absolute;
    content: "";
    height: 31px;
}*/

.MultiCity{
    margin-top:1rem;
}