@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700&display=swap');

body, html {
    font-family: 'Montserrat', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}



a:focus {
    outline: none !important;
    box-shadow: none !important;
}

button:focus, input:focus {
    outline: none;
}

span.field-validation-error {
    color: red;
    font-size: 12px;
}

.search_widget form .widget_datePicker .datess input {
    background-image: url(/Content/Images/date_i.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: right 5px center;
}

.search_widget form .widget_datePicker .datess svg {
    display: none;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .callCenter_banner {
        margin: 0 auto 0 -110px !important;
    }
}



@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

@media only screen and (min-width: 992px) {
    .d-hide {
        display: none !important
    }

    .d-show {
        display: block
    }
}

.mainskide {
    position: relative;
}


.backBtn {
    text-align: right;
}

    .backBtn a {
        border: none;
        background: #b30100;
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        margin-bottom: 10px;
        font-size: 14px;
        display: inline-block;
    }

/*--------Desktop CSS For Session Expired Popup--------*/
.sessionEx_popup .se_popupBg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 99;
}

.sessionEx_popup .se_popupInner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 350px;
    max-width: 96%;
}

    .sessionEx_popup .se_popupInner .se_popHeader {
        background: #061f47;
        padding: 20px 10px;
        text-align: center;
        border-radius: 8px 8px 0 0;
    }

        .sessionEx_popup .se_popupInner .se_popHeader img {
        }

    .sessionEx_popup .se_popupInner .se_popBody {
        background: #71bd48;
        padding: 20px 0;
        text-align: center;
    }

        .sessionEx_popup .se_popupInner .se_popBody img {
        }

        .sessionEx_popup .se_popupInner .se_popBody .sepb_btn {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .sessionEx_popup .se_popupInner .se_popBody .sepb_btn button {
                margin-right: 5px;
            }

            .sessionEx_popup .se_popupInner .se_popBody .sepb_btn button,
            .sessionEx_popup .se_popupInner .se_popBody .sepb_btn a {
                background: #061f47;
                border: none;
                color: #fff;
                font-size: 15px;
                padding: 5px 15px;
                border-radius: 4px;
                text-decoration: none;
            }

        .sessionEx_popup .se_popupInner .se_popBody h3 {
            font-size: 22px;
            color: #fff;
            margin-top: 10px;
        }
    /*.sessionEx_popup .se_popupInner .se_popBody a {display: block;color: #fff;text-decoration: underline;margin-top: 5px;font-size: 16px;line-height: initial;font-weight: 500}*/
    .sessionEx_popup .se_popupInner .se_popFooter {
        background: #061f47;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        border-radius: 0 0 8px 8px;
    }

        .sessionEx_popup .se_popupInner .se_popFooter .sepf_l {
        }

            .sessionEx_popup .se_popupInner .se_popFooter .sepf_l img {
            }

        .sessionEx_popup .se_popupInner .se_popFooter .sepf_r {
            padding-left: 15px;
        }

            .sessionEx_popup .se_popupInner .se_popFooter .sepf_r .sepf_call {
            }

                .sessionEx_popup .se_popupInner .se_popFooter .sepf_r .sepf_call p {
                    margin: 0;
                    color: #fff;
                    font-size: 16px;
                }

                .sessionEx_popup .se_popupInner .se_popFooter .sepf_r .sepf_call a {
                    font-size: 30px;
                    color: #fff;
                    font-weight: 500;
                    text-decoration: none;
                }
/*-------------CSS for Cookies Content--------------*/
.accept_cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 99999;
    padding: 5px 0;
    background: #f3f3f3;
}

.cookie_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cookie_cont p {
        margin: 0;
        color: #2f2f2f;
        font-size: 12px;
        font-weight: 600;
        padding-right: 10px;
    }

    .cookie_cont input {
        font-size: 12px;
        color: #fff;
        background: #555;
        border: solid 1px #333;
        border-radius: 4px;
        text-align: center;
        padding: 4px 10px;
        font-weight: bold;
    }

/*------------CSS for home page banners-------------*/
.banner {
    position: relative;
}

.h_bannerCont {
    position: absolute;
    top: 30px;
    right: 50px;
}

    .h_bannerCont h1 {
        font-size: 45px;
        color: #fff;
        font-weight: bold;
        line-height: 45px;
    }

    .h_bannerCont p {
        background: rgba(0,165,213,1);
        padding: 10px 15px;
        font-size: 20px;
        color: #fff;
        margin-top: 22px;
    }

        .h_bannerCont p span {
            color: #fdea01;
            font-weight: bold;
        }

        .h_bannerCont p sup {
            font-size: 10px;
            top: -10px;
        }

/*---------------CSS for Desktop calendar---------------*/
.lightpick {
    margin-top: 10px !important;
    padding: 20px 0 !important;
}

    .lightpick .lightpick__month-title {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

        .lightpick .lightpick__month-title select.lightpick__select.lightpick__select-years {
            display: none;
            font-size: 15px !important;
        }

        .lightpick .lightpick__month-title select.lightpick__select.lightpick__select-months {
            text-transform: uppercase;
            background: #062047;
            letter-spacing: 13px;
            text-align-last: center;
            color: #fff;
            direction: inherit;
            padding: 6px;
            width: 100%;
            margin-bottom: 10px;
            font-weight: bold;
            font-size: 15px;
        }

        .lightpick .lightpick__month-title .d_right-arrow {
            width: calc(100% - 25px);
            margin-right: 14px;
        }

    .lightpick .lightpick__inner {
        position: relative;
    }

        .lightpick .lightpick__inner .lightpick__toolbar button {
            position: absolute;
            top: 2px;
            right: 0px;
            background: none;
            font-size: 0;
        }

            .lightpick .lightpick__inner .lightpick__toolbar button::after {
                content: "";
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 9px solid #062047;
                width: 0;
                height: 0;
            }

.lightpick__day {
    cursor: pointer !important;
}

    .lightpick__day:hover {
        color: #000 !important;
    }

    .lightpick__day:not(.is-disabled):hover {
        background: #eee !important;
        border-radius: 0 !important;
        color: #000 !important;
        border: 1px solid #062047;
    }

    .lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range, .lightpick__day.is-mid-date.is-in-range {
        background-color: #062047 !important;
        color: #fff !important;
        border-radius: 0 !important;
    }

    .lightpick__day.is-start-date.is-end-date.is-mid-date {
        background-color: #062047 !important;
        background-image: none !important;
        color: #fff !important;
    }

    .lightpick__day.is-end-date, .lightpick__day.is-start-date, .lightpick__day.is-mid-date {
        background-image: none !important;
        color: #ffffff !important;
        background-color: #062047;
        transition: all ease-in 0.1s;
    }

    .lightpick__day.is-in-range {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }

.lightpick__months > .lightpick__month:nth-child(2) .lightpick__month-title {
    margin-right: 20px !important;
}

.lightpick__months > .lightpick__month:nth-child(1) .lightpick__month-title {
    margin-left: 20px !important;
}

.lightpick__toolbar button.lightpick__previous-action {
    left: 0;
    margin-left: 0 !important;
    transform: rotate(180deg);
}

/*--------------Desktop CSS for Listing call Us---------------*/
.list_callUsSec {
    background: #f6f6f6;
}

.l_callUs {
    padding: 20px 0;
}

    .l_callUs .l_callUsInner {
    }

        .l_callUs .l_callUsInner .fdp_header {
            background: #ffd21f;
            padding: 15px 25px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .l_callUs .l_callUsInner .fdp_header .L-callUs_contBox {
            }

                .l_callUs .l_callUsInner .fdp_header .L-callUs_contBox a {
                    color: #062047;
                    font-size: 26px;
                    text-decoration: none;
                    font-weight: 600;
                }

                .l_callUs .l_callUsInner .fdp_header .L-callUs_contBox p {
                    margin-bottom: 0;
                    font-size: 18px;
                    color: #062047;
                }

            .l_callUs .l_callUsInner .fdp_header .L-callUs_rightSec {
            }

                .l_callUs .l_callUsInner .fdp_header .L-callUs_rightSec > a {
                    font-size: 20px;
                    color: #062047;
                    text-decoration: none;
                    margin-bottom: 5px;
                    display: block;
                }

                    .l_callUs .l_callUsInner .fdp_header .L-callUs_rightSec > a svg {
                        margin-right: 10px;
                    }

                .l_callUs .l_callUsInner .fdp_header .L-callUs_rightSec .L-cur_freeCB {
                    position: relative;
                }

    .l_callUs .fdp_header .L-callUs_rightSec .L-cur_freeCB > span {
        color: #fff;
        font-size: 18px;
        background: #062047;
        padding: 7px 15px;
        border-radius: 4px;
        cursor: pointer;
    }

        .l_callUs .fdp_header .L-callUs_rightSec .L-cur_freeCB > span img {
            margin-right: 10px;
        }

    .l_callUs .fdp_header .L-cur_freeCB .LCU_offerNow {
        background: #ffd21f;
        padding: 10px 15px;
        box-shadow: 0px 1px 3px #a1a1a1;
        position: absolute;
        top: 60px;
        width: 100%;
        border-radius: 4px;
        z-index: 9;
    }

        .l_callUs .fdp_header .L-cur_freeCB .LCU_offerNow:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            top: 3px;
            right: 30px;
            box-sizing: border-box;
            border: 10px solid black;
            border-color: transparent transparent #ffd21f #ffd21f;
            transform-origin: 0 0;
            transform: rotate(135deg);
            box-shadow: -3px 3px 2px -1px rgba(181, 181, 181, 0.4)
        }

        .l_callUs .fdp_header .L-cur_freeCB .LCU_offerNow > p {
            font-size: 14px;
            font-weight: 500;
            margin: 0;
        }

        .l_callUs .fdp_header .L-cur_freeCB .LCU_offerNow .LCU_form {
            margin-top: 5px;
        }

            .l_callUs .fdp_header .L-cur_freeCB .LCU_offerNow .LCU_form .LCU_input {
                position: relative;
            }

                .l_callUs .fdp_header .L-cur_freeCB .LCU_offerNow .LCU_form .LCU_input .c_code {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    padding-left: 10px;
                    font-size: 14px;
                    font-weight: bold;
                    color: #062047;
                }

                .l_callUs .fdp_header .L-cur_freeCB .LCU_offerNow .LCU_form .LCU_input input {
                    background: #fff;
                    padding: 5px 15px;
                    height: 40px;
                    border-radius: 4px;
                    border: none;
                    padding-left: 50px;
                    font-size: 14px;
                    width: 100%;
                }

            .l_callUs .fdp_header .L-cur_freeCB .LCU_offerNow .LCU_form button {
                outline: none;
                background-color: #062047;
                font-size: 16px;
                width: 100%;
                border: 0;
                border-radius: 4px;
                color: #ffd220;
                font-weight: 500;
                padding: 5px 10px;
                margin-top: 10px;
                height: 40px;
            }

    .l_callUs .l_callUsInner .fdp_mainContent {
        background: #fff;
        padding: 0;
    }

.l_callUsInner .fdp_mainContent .fdp_boundInfo {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    border: 1px solid #ffde58;
    background: #fff5cc;
}

.l_callUs .l_callUsInner .fdp_mainContent .fdp_boundDetails .fdp_Bdetails { /*border-bottom: 1px solid #ffde58;*/
}

.l_callUsInner .fdp_mainContent .fdp_boundInfo .b_Name {
    display: flex;
    align-items: center;
}

    .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_Name .bound-type {
        padding: 0 0 0 30px;
        display: flex;
        flex-direction: column;
    }

        .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_Name .bound-type span {
            font-size: 14.59px;
            color: #4a4a4a;
            font-weight: 600;
            line-height: normal;
        }

            .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_Name .bound-type span.fs_small {
                font-size: 12.5px;
            }

.l_callUsInner .fdp_mainContent .fdp_boundInfo .b_FlightDestInfo {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 0 60px;
}

.l_callUsInner .b_FlightDestInfo .b_destInfo {
    display: flex;
    flex-direction: column;
}

    .l_callUsInner .b_FlightDestInfo .b_destInfo .b_destCode {
        font-size: 14.59px;
        color: #4a4a4a;
        font-weight: 600;
    }

    .l_callUsInner .b_FlightDestInfo .b_destInfo .b_destName {
        font-size: 12.5px;
    }

.l_callUsInner .b_FlightDestInfo .b_destBorder {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

    .l_callUsInner .b_FlightDestInfo .b_destBorder:before {
        content: '';
        position: absolute;
        width: 80%;
        border: 1px solid #ffde58;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .l_callUsInner .b_FlightDestInfo .b_destBorder span {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        border: 2px solid #062047;
        margin: 4px 0;
        background: #fff;
        z-index: 9;
    }

.l_callUsInner .fdp_mainContent .fdp_boundInfo .b_FlightDuration {
    display: flex;
    flex-direction: column;
}

    .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_FlightDuration span {
        font-size: 14.59px;
        color: #4a4a4a;
        font-weight: 600;
    }

        .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_FlightDuration span.fs_small {
            font-size: 12.5px;
        }

.l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px 15px 20px;
    align-items: center;
}

    .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_logo {
        display: flex;
        flex: 1;
        padding-left: 10px;
        align-items: center;
    }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_logo img {
            width: 60px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_logo img {
            margin-bottom: 0;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_logo span {
            font-size: 11px;
            color: #4a4a4a;
            font-weight: 600;
            display: inline-block;
            flex-direction: column;
            align-items: flex-start;
            width: 140px;
        }

    .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_bagInfo {
        width: 150px;
    }

    .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo {
        display: flex;
        flex: 1;
    }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_time {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding-bottom: 22px;
        }

            .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_time span {
                width: 80px;
                font-size: 14.5px;
                font-weight: 600;
                color: #4a4a4a;
            }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_flightDest .fb_flightDestInner {
            line-height: normal;
            margin-bottom: 15px;
        }

            .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_flightDest .fb_flightDestInner:last-child {
                margin-bottom: 0;
            }

    .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .destName .destCode {
        font-size: 14.5px;
        color: #4a4a4a;
        font-weight: 600;
    }

    .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .destName .destFullName {
        font-size: 12.5px;
        color: #4a4a4a;
    }

    .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fb_date span {
        font-size: 12.5px;
        color: #4a4a4a;
    }

    .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_border {
        position: relative;
        width: 1px;
        height: 50px;
        border: 1px solid #ffde58;
        margin: 12px 30px 0;
    }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_border:before {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            border: 2px solid #062047;
            left: -5px;
            top: -10px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_border:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            border: 2px solid #062047;
            left: -5px;
            bottom: -10px;
        }

    .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_bagInfo span {
        font-size: 12.5px;
        color: #4a4a4a;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_bagInfo span img {
            margin-right: 5px;
        }

.l_callUsInner .fdp_mainContent .fdp_boundStopInfo {
    display: flex;
    justify-content: center;
    position: relative;
}

    .l_callUsInner .fdp_mainContent .fdp_boundStopInfo:before {
        content: '';
        position: absolute;
        border: 1px solid #d8d6d6;
        width: 100%;
        top: 50%;
    }

    .l_callUsInner .fdp_mainContent .fdp_boundStopInfo .fd_stopInfoInner {
        background: #fff;
        padding: 0 10px;
        z-index: 9;
    }

        .l_callUsInner .fdp_mainContent .fdp_boundStopInfo .fd_stopInfoInner div {
            background: #b40101;
            padding: 10px 25px;
            border-radius: 30px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundStopInfo .fd_stopInfoInner span {
            font-size: 14.5px;
            color: #fff;
        }

.l_callUs .l_callUsInner .fdp_footer {
    background: #062047;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .l_callUs .l_callUsInner .fdp_footer ul {
        margin: 0 auto;
        list-style: none;
        display: flex;
        align-items: center;
    }

        .l_callUs .l_callUsInner .fdp_footer ul li {
            font-size: 14px;
            color: #fff;
            border-right: 1px solid #5174a8;
            padding: 15px 30px;
        }

            .l_callUs .l_callUsInner .fdp_footer ul li:last-child {
                border: 0;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .d-hide {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    /*--------------Mobile CSS for Listing call Us Section---------------*/

    .l_callUs .l_callUsInner {
        width: 100%;
    }

        .l_callUs .l_callUsInner .fdp_header {
            padding: 10px;
            flex-direction: column;
        }

            .l_callUs .l_callUsInner .fdp_header .L-callUs_contBox a {
                font-size: 18px;
            }

            .l_callUs .l_callUsInner .fdp_header .L-callUs_contBox p {
                font-size: 14px;
            }

            .l_callUs .l_callUsInner .fdp_header .L-callUs_rightSec {
                width: 100%;
                margin: 10px 0;
            }

    .l_callUs .fdp_header .L-callUs_rightSec .L-cur_freeCB > span {
        font-size: 16px;
    }

    .l_callUs .fdp_header .L-cur_freeCB .LCU_offerNow {
        z-index: 99;
    }

    .l_callUs .l_callUsInner .fdp_header .L-callUs_rightSec > a {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

        .l_callUs .l_callUsInner .fdp_header .L-callUs_rightSec > a svg {
            margin-right: 5px;
        }

    .l_callUs .l_callUsInner .fdp_footer {
        padding: 0 10px;
    }

        .l_callUs .l_callUsInner .fdp_footer ul {
            flex-direction: column;
            padding: 10px;
            margin: 0;
            align-items: flex-start;
        }

            .l_callUs .l_callUsInner .fdp_footer ul li {
                border: 0;
                font-size: 12px;
                padding: 5px 0;
                line-height: 10px;
            }

    .l_callUs .l_callUsInner .fdp_mainContent {
    }

    .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_Name img {
        width: 20px;
    }

    .l_callUsInner .fdp_mainContent .fdp_boundInfo {
        padding: 20px 6px 20px 10px;
    }

        .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_Name .bound-type {
            padding: 0 0 0 5px;
        }

            .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_Name .bound-type span {
                font-size: 9px;
            }

                .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_Name .bound-type span.fs_small {
                    font-size: 8px;
                    letter-spacing: -0.4px;
                }

        .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_FlightDestInfo {
            padding: 0 10px;
        }

    .l_callUsInner .b_FlightDestInfo .b_destInfo .b_destCode {
        font-size: 9px;
    }

    .l_callUsInner .b_FlightDestInfo .b_destInfo .b_destName {
        font-size: 9px;
        line-height: 10px;
    }

    .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_FlightDuration span {
        font-size: 10px;
    }

        .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_FlightDuration span.fs_small {
            font-size: 10px;
        }

    .l_callUsInner .b_FlightDestInfo .b_destBorder {
        width: 38px;
        margin: 0 6px;
    }

    .l_callUsInner .b_FlightDestInfo .b_destInfo.text-right {
        width: 57px;
    }

    .l_callUsInner .b_FlightDestInfo .b_destInfo {
        width: 60px;
    }

    .l_callUsInner .fdp_mainContent .fdp_boundInfo .b_FlightDuration {
        padding-left: 5px;
    }

    .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo {
        padding: 15px 10px 10px 10px;
    }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_logo {
            display: block;
            padding-left: 0;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo {
            flex: auto;
            padding: 0 10px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_logo span {
            font-size: 11px;
            display: inline-block;
            width: 100%;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_logo img {
            width: 40px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_time {
            padding-bottom: 0;
        }

            .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_time span {
                font-size: 11px;
                width: auto;
            }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_border {
            height: auto;
            margin-left: 22px;
            margin-right: 22px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .destName .destCode {
            font-size: 12px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .destName .destFullName {
            font-size: 9px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fb_date span {
            font-size: 9px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_timingInfo .fb_flightDest .fb_flightDestInner {
            margin-bottom: 10px;
            line-height: 10px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_bagInfo span img {
            margin-right: 2px;
            width: 8px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_bagInfo span {
            font-size: 9px;
        }

        .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_logo {
            line-height: 13px;
            flex: 0;
        }

    .l_callUs .l_callUsInner .fdp_footer .fdp_totalPriceInfo .totalTraveller_Txt,
    .l_callUs .l_callUsInner .fdp_footer .fdp_totalPriceInfo {
        display: block;
    }

        .l_callUs .l_callUsInner .fdp_footer .fdp_totalPriceInfo .totalPrice_Txt {
            font-size: 25px;
        }

    .l_callUsInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_bagInfo {
        width: auto !important;
        flex: 0;
    }


    .h_bannerCont {
        top: 10px;
        right: 5px;
    }

        .h_bannerCont h1 {
            font-size: 13px;
            line-height: 14px;
        }

        .h_bannerCont p {
            padding: 5px 5px;
            margin-top: 0px;
            font-size: 8px;
        }

            .h_bannerCont p sup {
                font-size: 7px;
                top: -4px;
            }

    body .fC_banner .fc_bannerCont {
        top: 30%;
        left: 15px;
    }

        body .fC_banner .fc_bannerCont h1 {
            font-size: 18px;
        }

            body .fC_banner .fc_bannerCont h1 span {
                font-size: 18px;
            }

    body .banner.flight-banner .fb_bannerCont {
        left: 15px;
        top: 15px;
    }

        body .banner.flight-banner .fb_bannerCont h1 {
            font-size: 16px;
        }

            body .banner.flight-banner .fb_bannerCont h1 + span {
                font-size: 14px;
            }

    /*---------------Start CSS for Mobile calendar---------------*/
    div#departReturn {
        display: none;
    }

        div#departReturn.dp_header {
            display: block;
            position: fixed;
            top: 0;
            width: 100%;
            background: #062047;
            color: #fff;
            height: 40px;
            line-height: 40px;
            left: 0;
            text-align: center;
            z-index: 999999;
            text-transform: uppercase;
        }

    .lightpick {
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        margin: 0 auto;
        overflow: scroll;
        padding: 30px 0 10px !important;
        border-radius: 0 !important;
    }

        .lightpick .lightpick__months {
            background-color: #fff !important;
        }

        .lightpick .lightpick__month {
            width: 100%;
            padding: 0;
            margin-bottom: 15px;
        }

            .lightpick .lightpick__month .lightpick__month-title-bar {
                padding: 0;
                border-top: 1px solid #e1e1e1;
                border-bottom: 1px solid #e1e1e1;
                margin-bottom: 15px;
                text-align: center;
                display: inherit;
            }

    .lightpick__days-of-the-week {
        display: none !important;
    }

    .lightpick__month:first-child > .lightpick__days-of-the-week {
        display: grid !important;
        width: 90%;
        margin: 0 auto 10px;
    }

    .m-hide {
        display: none !important;
    }

    .m-show {
        display: block;
    }

    header .navbar-light ul.navbar-nav.mr-auto li.nav-item.dropdown.show .dropdown-menu {
        display: block
    }

    header .navbar-light .navbar-nav .nav-link.dropdown-toggle:after {
        right: 10px !important;
    }
    /*--------------Mobile CSS for destination info for Listing & Confirmation page-------------*/
    .lf_destInfo {
    }

        .lf_destInfo .lf_destInfoInner {
            display: flex;
            background: #b40101;
            padding: 10px 15px;
            justify-content: space-between;
            align-items: center;
        }

            .lf_destInfo .lf_destInfoInner .sidebar_i {
            }

                .lf_destInfo .lf_destInfoInner .sidebar_i svg {
                    font-size: 28px;
                    color: #fff;
                }

            .lf_destInfo .lf_destInfoInner .dest_i {
            }

                .lf_destInfo .lf_destInfoInner .dest_i .lf_destName {
                    text-align: center;
                }

                    .lf_destInfo .lf_destInfoInner .dest_i .lf_destName span {
                        font-size: 14.5px;
                        color: #fff;
                        font-weight: 500;
                    }

                    .lf_destInfo .lf_destInfoInner .dest_i .lf_destName img {
                        margin: 0 10px;
                    }

                .lf_destInfo .lf_destInfoInner .dest_i .lf_dpInfo {
                    text-align: center;
                }

                    .lf_destInfo .lf_destInfoInner .dest_i .lf_dpInfo span {
                        font-size: 12.5px;
                        color: #fff;
                        font-weight: 500;
                    }

                        .lf_destInfo .lf_destInfoInner .dest_i .lf_dpInfo span:after {
                            content: '';
                            width: 1px;
                            border: 1px solid #fff;
                            margin-left: 5px;
                        }

                        .lf_destInfo .lf_destInfoInner .dest_i .lf_dpInfo span:last-child:after {
                            content: none;
                        }

            .lf_destInfo .lf_destInfoInner .lf_modifyBtn {
            }

                .lf_destInfo .lf_destInfoInner .lf_modifyBtn button {
                    border: none;
                    background: #00b5e9;
                    color: #fff;
                    padding: 4px 10px;
                    border-radius: 4px;
                    font-size: 14.5px;
                }

    .lc_callbackSec {
        margin-bottom: 10px;
    }

        .lc_callbackSec .lc_callSecinner {
            display: flex;
            background: #0a2c4e;
            padding: 10px 10px;
            align-items: center;
        }

            .lc_callbackSec .lc_callSecinner h3 {
                font-size: 14px;
                color: #fff;
                margin: 0;
            }

        .lc_callbackSec .callSec a {
            position: relative;
            display: flex;
            align-items: center;
            text-decoration: none;
        }

            .lc_callbackSec .callSec a span {
                display: block;
            }

        .lc_callbackSec .callSec .callNum {
            background: #b40101;
            font-size: 16px;
            font-weight: bold;
            color: #0a2c4e;
            padding: 5px 5px 5px 30px;
            border-radius: 24px;
            display: block;
        }

        .lc_callbackSec .callSec .callback_i {
            margin-right: -25px;
            z-index: 1;
        }

    input#txtDob0.DOBC.hasDatepicker {
        padding-left: 15px !important;
    }

    .tahnk-you {
        padding-top: 15px !important;
    }


    .map {
        margin: 20px 0px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .h_bannerCont {
        top: 30px;
        right: 30px;
    }

        .h_bannerCont h1 {
            font-size: 22px;
            line-height: 24px;
        }

        .h_bannerCont p {
            font-size: 12px;
        }

    .search_widget .sw_tab {
        top: -30px;
    }
}
/* The container */
.check-custom {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
}

.checkbox {
    padding-left: 9px;
    padding-bottom: 10px;
    margin-top: 0;
}
/* Hide the browser's default checkbox */
.check-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.check-custom .checkmark {
    position: absolute;
    top: 17px;
    left: 17px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 100%;
}
.modify-column .check-custom .checkmark{left:0px;top:0px;}
.modify-column .checkbox label.check-custom span.checkmark{border:1px solid #000;}
/* On mouse-over, add a grey background color */
.check-custom:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check-custom input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #346cb3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.check-custom .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check-custom input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check-custom .checkmark:after {
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #346cb3;
    border-radius: 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.checkbox label.check-custom {
    display: inline-block;
    color: #346cb3;
    font-weight: 600;
}

.filter_f1 .checkbox label.check-custom {
    color: #000;margin-right:10px;
}

.checkbox label.check-custom span.checkmark {
    border-radius: 50%;
}

.pl20 {
    padding-left: 20px;
}

.pos_r {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.v_center-content {
    display: flex;
    align-items: center;
}

button {
    cursor: pointer;
}

.l_fdPopupInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_bagInfo span i {
    margin-right: 5px;
}

.l_fdPopupInner .fdp_mainContent .fdp_boundDetailsInfo .fbd_bagInfo {
    width: 107px !important;
}

.l_fdPopupBg .l_fdPopupInner .fdp_footer button {
    background: #b40101 !important;
}

.l_fdPopupBg .l_fdPopupInner .fdp_header svg {
    background: #b40101;
    color: #fff;
    padding: 5px 0;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

/*--------------Desktop Search Widget CSS--------------*/
.searchfromab {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    z-index: 99;
    bottom: 100px;
}

.search_widget {
    padding: 15px 0 25px;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    border-radius: 6px;
}

    .search_widget .sw_tab {
        position: absolute;
        top: -50px; /*left: 40px;*/
    }

        .search_widget .sw_tab ul {
            list-style: none;
            display: flex;
            margin: 0;
        }

            .search_widget .sw_tab ul li {
                background: #062047;
                padding: 10px 15px;
                border-top-left-radius: 10px;
                height: 50px;
                border-top-right-radius: 10px;
                margin-right: 10px;
                display: flex;
                align-items: center;
            }

                .search_widget .sw_tab ul li a {
                    font-size: 16px;
                    text-transform: uppercase;
                    color: #fff;
                    font-weight: bold;
                    letter-spacing: 2px;
                    text-decoration: none;
                }

                    .search_widget .sw_tab ul li a img {
                        margin-right: 10px;
                    }

    .search_widget form {
        display: flex;
    }

        .search_widget form .widget_datePicker {
            width: 50%;
            display: flex;
        }

        .search_widget form .widget_destInput {
            width: 40%;
            display: flex;
        }

        .search_widget form .sw_btn {
            width: 10%;
            padding: 0 0 0 5px;
        }

            .search_widget form .sw_btn input {
                background: #081d59;
                border: none;
                box-shadow: none;
                height: 70px;
                line-height: 70px;
                width: 100%;
                color: #fff;
                border-radius: 4px;
                text-transform: uppercase;
                cursor: pointer;
                font-size: 14px;
                font-weight: bold
            }

                .search_widget form .sw_btn input:hover {
                    background: #5ce0e6;
                    color: #081D59;
                }

        .search_widget form .widget_destInput .custom_input,
        .search_widget form .widget_datePicker .custom_input {
            flex: 1; /*display: flex;*/
            position: relative;
            padding: 0 5px;
        }

.custom_input i {
    position: absolute;
    top: 25px;
    right: 13px;
    font-size: 20px;
    pointer-events: none;
    color: #081d59;
}

.search_widget form .widget_datePicker .custom_input.pax-drop .pax_dropdown {
    width: 250px;
}

.search_widget form .widget_destInput .custom_input svg,
.search_widget form .widget_datePicker .custom_input svg {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #00b5e9;
}

.search_widget form .widget_destInput input {
    max-width: 100%;
}

.search_widget form .widget_destInput input,
.search_widget form .widget_datePicker input,
.search_widget form .widget_datePicker select {
    font-size: 14px;
    width: 100%;
    height: 70px;
    border: 1px solid #bcb6b6;
    background: #fff;
    box-shadow: none;
    border-radius: 4px;
    padding: 5px 30px 5px 10px;
}

    .search_widget form .widget_datePicker input::placeholder {
        color: #a9a9a9 !important;
    }

.pax_dropdown {
    position: relative;
}

    .pax_dropdown .rt_button {
        padding: 10px 0;
        display: flex;
    }

        .pax_dropdown .rt_button input {
            width: 100px;
            background-color: #414040 !important;
            border: none;
            color: #fff;
            padding: 5px 10px;
            height: auto;
            margin-right: 10px;
            flex: auto;
            font-size: 18px;
        }

    .pax_dropdown input {
        height: 44px;
        background-color: #fff !important;
        cursor: pointer;
        border-radius: 4px;
    }
    /*.pax_dropdown .rt_dropdown:before {content: ''; position: absolute; border-right: 0 solid transparent; border-bottom: 0 solid transparent;top: -11px; background: #d8e3e7; border-left: 3px solid #002e65; left: 10px; width: 18px; height: 18px; transform: rotate(45deg); border-top: 3px solid #002e65;}*/
    /*.pax_dropdown .rt_dropdown {display:none; position: absolute; top: 60px; border-radius: 4px;padding: 10px; width: 305px;left: 0;background: #d8e3e7; margin: 0; border: 2px solid #002e65; z-index: 9}*/
    .pax_dropdown .rt_dropdown li {
        border-bottom: 1px solid #e6e6e6;
        background: #fff;
        color: #2f2f2f;
        padding: 7px 15px;
        display: flex;
    }

        .pax_dropdown .rt_dropdown li a.close {
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            color: #ffffff;
            background-color: #414040;
            padding: 5px 7px;
            opacity: 1;
        }

        .pax_dropdown .rt_dropdown li .selectWrapper {
            width: 28%;
        }

            .pax_dropdown .rt_dropdown li .selectWrapper:after {
                color: #888;
                right: 10px;
                bottom: 7px;
                font: normal normal normal 14px/1 FontAwesome;
            }

        .pax_dropdown .rt_dropdown li select {
            color: #000;
            border: 1px solid #b5b5b5;
            padding: 0 10px;
            font-size: 12px;
            width: 100%;
            margin: 0 auto;
            height: 30px;
            border-radius: 4px;
        }

        .pax_dropdown .rt_dropdown li .child_row {
            margin: 10px -15px 0;
            border-top: 1px solid #e6e6e6;
            display: flex;
        }

            .pax_dropdown .rt_dropdown li .child_row label {
                width: 50%;
                padding: 10px 15px 0;
                margin-bottom: 0;
                display: flex;
                flex-direction: column;
            }

                .pax_dropdown .rt_dropdown li .child_row label span {
                    width: auto;
                    display: block;
                    font-size: 12px;
                    margin-right: 10px;
                }

                    .pax_dropdown .rt_dropdown li .child_row label span.selectWrapper {
                        width: 40%;
                    }

                        .pax_dropdown .rt_dropdown li .child_row label span.selectWrapper select {
                            width: 100%;
                        }

        .pax_dropdown .rt_dropdown li .passenger_wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

            .pax_dropdown .rt_dropdown li .passenger_wrapper span {
                flex: 1;
                display: flex;
                align-items: center;
                line-height: initial;
            }

            .pax_dropdown .rt_dropdown li .passenger_wrapper input {
                border-radius: 0;
                margin-right: 10px;
            }

            .pax_dropdown .rt_dropdown li .passenger_wrapper .passenger_inputVal {
                width: 24px;
                height: 24px;
                border: 1px solid #909090;
                padding: 5px;
                text-align: center;
            }

            .pax_dropdown .rt_dropdown li .passenger_wrapper .passenger_inputBtn {
                width: 24px;
                height: 24px;
                padding: 0;
                border: none;
                line-height: 0;
                background-color: #346cb3 !important;
                color: #fff !important;
                font-size: 20px
            }

                .pax_dropdown .rt_dropdown li .passenger_wrapper .passenger_inputBtn:last-child {
                    margin-right: 0;
                }

            .pax_dropdown .rt_dropdown li .passenger_wrapper input::placeholder {
                font-size: 24px !important;
                color: #fff !important;
            }

    .pax_dropdown .dropdown-content-n {
        position: absolute;
        right: 0;
        background-color: #fff;
        width: 500px;
        padding: 15px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45);
        z-index: 1;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        z-index: 999;
        margin-top: 8px;
    }

    .pax_dropdown .rt_dropdown:before {
        content: '';
        position: absolute;
        right: 24%;
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
        clear: both;
        margin: 0 auto;
    }

    .pax_dropdown .dropdown-content-n h2 {
        background: #94c83d;
        width: 100%;
        color: #fff;
        font-size: 14px;
        letter-spacing: 10px;
        padding: 7px 10px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 1px;
    }

    .pax_dropdown .dropdown-content-n .ClassHolder {
        width: 50%;
        float: left;
        border-right: 2px solid #062047;
        padding-right: 20px;
    }

    .pax_dropdown .dropdown-content-n .passangerHolder {
        width: 50%;
        float: left;
        padding-left: 20px;
    }

    .pax_dropdown .rt_button {
        padding: 10px 0;
        width: 100%;
        float: left;
    }

    .pax_dropdown .dropdown-content-n.rt_dropdown li {
        border-bottom: 1px solid #e6e6e6;
        background: #fff;
        color: #2f2f2f;
        padding: 5px 0px;
        display: flex;
    }

        .pax_dropdown .dropdown-content-n.rt_dropdown li .passenger_wrapper span {
            font-size: 12px;
            color: #afafaf;
            font-weight: 600;
            text-transform: uppercase;
        }

        .pax_dropdown .dropdown-content-n.rt_dropdown li .passenger_wrapper .passenger_inputBtn.Adultsmin,
        .pax_dropdown .dropdown-content-n.rt_dropdown li .passenger_wrapper .passenger_inputBtn {
            border: none;
            clear: both;
            color: #fff;
            cursor: pointer;
            display: block;
            float: left;
            font-size: 19px;
            margin-left: 0;
            outline: none;
            width: 24px;
            height: 24px;
            line-height: 0;
            padding: 0 0 0px 0;
            margin: 0;
        }

        .pax_dropdown .dropdown-content-n.rt_dropdown li .passenger_wrapper .passenger_inputBtn {
            float: right;
        }

        .pax_dropdown .dropdown-content-n.rt_dropdown li .passenger_wrapper .passenger_inputVal {
            border: none;
            color: #000;
            display: block;
            float: left;
            font-size: 14px;
            outline: none;
            text-align: center;
            width: 28px;
            line-height: 20px;
            height: 24px;
            margin: 0;
        }

    .pax_dropdown .dropdown-content-n .passangerHolder ul {
        margin: 0;
    }

        .pax_dropdown .dropdown-content-n .passangerHolder ul li {
            padding: 5px 0 5px 0;
            cursor: pointer;
            font-size: 13px;
            font-weight: 500;
        }

            .pax_dropdown .dropdown-content-n .passangerHolder ul li.active {
                font-weight: bold;
                color: #346cb3;
            }

    .pax_dropdown .dropdown-content-n .passangerHolder h2 {
        margin-bottom: 1px;
    }

    .pax_dropdown .dropdown-content-n .ClassHolder ul {
        margin-bottom: 0;
    }

    .pax_dropdown .dropdown-content-n .rt_button {
        padding: 5px 0 0;
        width: 100%;
        float: left;
        padding-left: 53.4%;
    }

        .pax_dropdown .dropdown-content-n .rt_button input {
            width: 100px;
            background-color: #346cb3 !important;
            border: none;
            color: #fff !important;
            padding: 8px 10px;
            height: auto;
            margin-right: 10px;
            flex: auto;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

    .pax_dropdown .dropdown-content-n {
        display: none;
    }

/*----------------Header Desktop CSS---------------*/
header {
    padding: 5px 0 7px;
    background: #062047;
    position: relative;
}

    header .navbar {
        padding-top: 0;
    }

    header .navbar-light .navbar-nav .active > .nav-link {
        color: #fff;
        text-transform: uppercase;
        font-size: 12.5px;
    }

    header .navbar-light .navbar-nav .nav-link {
        color: #fff;
        text-transform: uppercase;
        font-size: 12.5px;
    }

        header .navbar-light .navbar-nav .nav-link.dropdown-toggle {
            position: relative;
            margin-right: 5px;
            padding-right: 15px;
            color: #fff;
        }

            header .navbar-light .navbar-nav .nav-link.dropdown-toggle:after {
                content: "";
                position: absolute;
                top: 11px;
                background: #062047;
                border-right: 2px solid #ffffff;
                right: 0px;
                width: 8px;
                height: 8px;
                transform: rotate(45deg);
                border-bottom: 2px solid #ffffff;
                border-top: 0;
                border-left: 0;
            }

    header .navbar-light .navbar-nav .dropdown-menu {
        background: #062047;
        width: 250px;
        padding: 0;
        top: 30px;
    }

        header .navbar-light .navbar-nav .dropdown-menu a {
            text-transform: uppercase;
            font-size: 12.5px;
            color: #fff;
            border-bottom: 1px solid #fff;
            padding: 10px 15px;
        }

            header .navbar-light .navbar-nav .dropdown-menu a:last-child {
                border: 0;
            }

.dropdown-item.active, .dropdown-item:active {
    background: none;
}

header .navbar-light .navbar-nav .dropdown-menu a:hover,
header .navbar-light .navbar-nav .dropdown-menu a:focus {
    background: none;
    outline: none;
}

header .navbar-light .navbar-nav .nav-link:hover + .dropdown-menu,
header .navbar-light .navbar-nav .dropdown-menu:hover {
    display: block
}

header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    outline: none;
}

header .navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .callSec a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}

    header .callSec a span {
        display: block;
    }

header .callSec .callNum {
    background: #00b5e9;
    font-size: 18.75px;
    font-weight: bold;
    color: #062047;
    padding: 5px 10px;
    border-radius: 24px;
    display: block;
}

header .callSec .text-24_7 {
    font-size: 13px;
    color: #fff;
    background: #b40101;
    padding: 2px 12px;
    border-radius: 13px;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 108px;
    font-weight: 600;
}

header .callSec .callback_i {
    margin-left: -25px;
    z-index: 9;
}

/*-----------Banner CSS--------*/
/*.banner img {width: 100%;}*/

/*---------Desktop USP CSS-----------*/
.usp_sec {
    margin-top: -75px;
}

    .usp_sec .usp_inner {
        max-width: 980px;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 30px;
    }

        .usp_sec .usp_inner ul {
            margin: 0;
        }

            .usp_sec .usp_inner ul li {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                .usp_sec .usp_inner ul li .usp_txt {
                    background: #b40101;
                    color: #fff;
                    padding: 5px 10px;
                    border-radius: 20px;
                    margin-top: -5px;
                    z-index: -9;
                    font-size: 12px;
                    font-weight: 500;
                    text-transform: uppercase;
                }

/*--------------------------Desktop Trending Holidays CSS-----------------------*/
.trendinghody {
    display: flex;
    width: 100%;
    padding: 0 0 40px;
    padding-bottom: 20px;
}

    .trendinghody img {
        width: 100%;
    }

    .trendinghody h2 {
        text-align: center;
        color: #00b5e9;
        font-size: 28px;
        margin-bottom: 5px;
        font-weight: 600;
    }

        .trendinghody h2 + p {
            text-align: center;
            color: #393939;
            font-size: 12.5px;
            margin-bottom: 20px;
            font-weight: 500;
        }

    .trendinghody .box-cotent {
        position: relative;
        cursor: pointer;
    }

    .trendinghody .row {
        margin: 0 -5px;
    }

    .trendinghody .cols {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .trendinghody .box-cotent .cotynt {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #03708e;
        width: 100%;
        padding: 10px 15px;
    }

        .trendinghody .box-cotent .cotynt h3 {
            font-size: 18px;
            color: #ffffff;
            margin: 0;
        }

        .trendinghody .box-cotent .cotynt p {
            margin: 0;
            color: #fff;
            font-size: 13px;
            margin-top: 1px;
            font-weight: 500;
        }

        .trendinghody .box-cotent .cotynt h3 span {
            float: right;
            margin-top: 10px;
        }

    .trendinghody .row .cols.col-sm-6:nth-of-type(2) .cotynt {
        background-color: #5b6a3c;
    }

    .trendinghody .row + .row .cols.col-sm-4 .cotynt {
        background-color: #074b47;
    }

/*--------------------------Desktop Enjoy Great CSS --------------------------*/
.enjoy-great {
    width: 100%;
    display: inline-block;
    padding: 0 0 20px 0;
}

    .enjoy-great h2 {
        text-align: center;
        color: #00b5e9;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 5px;
    }

        .enjoy-great h2 + p {
            text-align: center;
            color: #393939;
            font-size: 12.5px;
        }

    .enjoy-great .box-content {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
        background: #fff;
        box-shadow: 0 0 50px #999999;
        border-radius: 2px;
        padding: 20px;
    }

        .enjoy-great .box-content h3 {
            color: #fff;
            font-size: 16px;
            background-color: #b40101;
            text-align: center;
            text-transform: uppercase;
            font-weight: 300;
            letter-spacing: 2px;
            border-radius: 4px;
            padding: 12px 4px;
        }

        .enjoy-great .box-content .contes {
            border-bottom: 1px solid #0a2c4e;
            display: inline-block;
            width: 100%;
            padding: 15px 0;
            padding-right: 85px;
            position: relative;
            cursor: pointer;
        }

            .enjoy-great .box-content .contes:hover {
            }

            .enjoy-great .box-content .contes h4 {
                color: #0a2c4e;
                font-size: 14px;
                text-transform: uppercase;
                font-weight: bold;
                margin-bottom: 5px;
            }

            .enjoy-great .box-content .contes p {
                color: #4a4a4a;
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-weight: 500;
            }

                .enjoy-great .box-content .contes p span {
                    font-weight: 700;
                    color: #b40101;
                }

            .enjoy-great .box-content .contes:nth-of-type(2) span {
                color: #00b5e9;
            }

            .enjoy-great .box-content .contes:nth-of-type(3) {
                border-bottom: 0;
            }

            .enjoy-great .box-content .contes img {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translate(0, -50%);
                max-width: 80px;
            }

.hideinDesktop {
    display: none
}
/*-----------------------Desktop Subscription Newsletter CSS------------------------*/
.newsletter {
    width: 100%;
    background-color: #00b5e9;
    position: relative;
    height: 303px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

    .newsletter:after {
        content: '';
        height: 107.88%;
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0px;
        background-image: url(/Content/Images/news-bg.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: auto 331px;
    }

    .newsletter h2 {
        color: #fff;
        font-weight: bold;
        font-size: 36px;
        margin-bottom: 5px;
    }

    .newsletter p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 14px;
        margin-top: 8px;
    }

    .newsletter input {
        border-radius: 45px;
        border: 0;
        width: 40%;
        padding: 9px 15px;
        font-size: 15px;
        outline: none;
    }

    .newsletter button {
        background: #0a2c4e;
        border: 0;
        font-size: 25px;
        border-radius: 45px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 6px 25px 4px 25px;
        display: inline-block;
        margin-top: 16px;
        border: 0;
    }

    .newsletter .container {
        position: relative;
        z-index: 1;
    }

#subscriptionTMsg {
    display: none;
    position: absolute;
    left: 14px;
    top: 45px;
    background: #dea805;
    font-size: 12px;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 400;
}

    #subscriptionTMsg svg {
        font-size: 14px;
        margin-right: 7px;
        color: #dea805;
        background: #fff;
        padding: 4px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
    }

    #subscriptionTMsg .subs_msgTxt {
        margin-top: 3px;
        float: right;
    }

    #subscriptionTMsg:after {
        content: "";
        border: 10px solid transparent;
        position: absolute;
        bottom: -17px;
        left: 15px;
        border-top: 10px solid #dea805;
    }

/*-------------------Desktop Footer CSS------------------------*/



/*---------------Desktop Thankyou Page CSS--------------*/
.tahnk-you {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0 0 30px;
    background: #f3f3f3;
}

    .tahnk-you h2 {
        color: #582c4f;
        font-size: 25px;
        font-weight: 700;
        position: relative;
        padding-bottom: 22px;
        margin-bottom: 30px;
    }

        .tahnk-you h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 240px;
            margin-left: -120px;
            border-bottom: 2px solid #582c4f;
        }

    .tahnk-you h4,
    .tahnk-you h3 {
        color: #393939;
        font-size: 17px;
        font-weight: bold;
    }

    .tahnk-you h4 {
        margin: 25px 0;
    }

    .tahnk-you ul {
        margin: 30px 0 12px 0;
        padding: 0;
        background: #e1e1e1;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .tahnk-you ul li a {
            display: inline-block;
            background-color: transparent;
            padding: 8px 15px 12px 15px;
            color: #000;
            font-weight: bold;
            font-size: 20px;
            border-radius: 0 50px 50px 0;
        }

        .tahnk-you ul li {
            display: inline-block;
            margin: 0 12px;
        }

            .tahnk-you ul li i {
                color: #000;
                font-size: 20px;
            }

            .tahnk-you ul li img {
                margin-right: -20px;
                position: relative;
                margin-top: -8px;
            }

.logo-ttas img {
    margin: 0 14px;
}

    .logo-ttas img:first-child {
        border-right: 1px solid #ccc;
        display: inline-block;
    }

    .logo-ttas img:first-child {
        border-right: 1px solid #ebebeb;
        display: inline-block;
        padding-right: 26px;
    }

.thanku_sec {
    padding: 20px 0px;
}

    .thanku_sec .cs_tab-content .fdp_mainContent .b_FlightDestInfo .fbd_logo {
        padding-right: 100px !important;
    }

    .thanku_sec .cs_tab-content .b_FlightDestInfo .b_durationInfo:before {
        width: 50% !important;
    }

/*---------------Desktop Result Not Found Page CSS--------------*/
.no-results-found {
    position: relative;
    z-index: 9;
    background-image: url(/Content/Images/not-found-img.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 40px 0 110px 0;
}

    .no-results-found h2 {
        margin: 0;
        font-size: 41px;
        color: #061f47;
        font-weight: bold;
    }

    .no-results-found h3 {
        margin: 0;
        font-size: 27px;
        color: #2f2f2f;
        font-weight: 400;
    }

    .no-results-found p {
        margin: 0;
        font-size: 19px;
        color: #5c5c5c;
        font-weight: 300;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .no-results-found h4 {
        margin: 0;
        font-size: 20px;
        color: #061f47;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 9px;
    }

        .no-results-found h4 span {
            font-size: 30px;
            font-weight: bold;
        }

            .no-results-found h4 span:first-child {
                margin-right: 7px;
            }

            .no-results-found h4 span:last-child {
                margin-left: 7px;
            }

    .no-results-found h5 {
        margin: 0;
        font-size: 20px;
        color: #061f47;
        font-weight: 400;
        margin-bottom: 14px;
        padding-left: 3px;
    }

    .no-results-found ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .no-results-found ul li {
            background-image: url(/Content/Images/not-fond-icon.png);
            background-repeat: no-repeat;
            background-position: left 30px top 22px;
            font-size: 31px;
            font-weight: bold;
            background-color: #ebf3ff;
            border: 1px solid #d4e4fe;
            padding: 0 29px 0 20px;
            border-radius: 20px;
            margin-bottom: 10px;
            height: 81px;
            line-height: 78px;
        }

            .no-results-found ul li:last-child {
                font-size: 21px;
                font-weight: 400;
                background-position: left 30px top -48px;
            }

            .no-results-found ul li a {
                color: #061f47;
                text-decoration: none;
                background-position: left 30px top 22px;
            }

/*----------------------Desktop Contact Page CSS-----------------------*/
.contact-us {
    border-top: 1px solid #00b5e9;
    background-image: url(/Content/Images/contact-banner-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 40px 0 0 0;
}

.conte-left h2 {
    color: #fff;
    font-size: 26px;
    position: relative;
}

.conte-left h3 {
    color: #fff;
    font-size: 22px;
    position: relative;
    font-weight: 400;
    margin-top: 28px;
}

.conte-left h2:after {
    content: '';
    width: 74px;
    height: 1px;
    background: #fff;
    position: relative;
    display: inline-block;
    top: -8px;
    left: 30px;
}

.conte-left h2:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 160px;
    float: right;
}

.conte-left ul {
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

    .conte-left ul li {
        list-style: none;
        color: #fff;
        font-size: 18px;
        margin: 12px 0 24px 0;
        position: relative;
        padding-left: 45px;
        line-height: 17px;
    }

        .conte-left ul li:before {
            content: '';
            border: 1px solid #acc8f4;
            width: 33px;
            height: 33px;
            position: absolute;
            left: 0;
            top: 0;
            background-image: url(/Content/Images/conta-info-bg.png);
            background-repeat: no-repeat;
            background-position: top -2px left 6px;
        }

        .conte-left ul li:nth-of-type(2):before {
            background-position: top -65px left 6px;
        }

        .conte-left ul li:nth-of-type(3):before {
            background-position: top -130px left 6px;
        }

        .conte-left ul li:nth-of-type(4):before {
            background-position: top -66px left 6px;
        }

        .conte-left ul li a {
            color: #fff;
        }

        .conte-left ul li p {
            color: #fff;
            margin: 0;
            position: relative;
            top: 6px;
        }

        .conte-left ul li span {
            font-size: 14px;
            display: block;
            position: relative;
            top: -2px;
        }

        .conte-left ul li:first-child {
            margin-bottom: 42px;
        }

.main-form {
    text-align: center;
    background-image: url(/Content/Images/contact-from-bg.png);
    background-size: 100% 100%;
    padding: 90px 50px 140px 50px;
    display: inline-block;
    background-repeat: no-repeat;
}

    .main-form h4 {
        font-size: 22px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .main-form textarea,
    .main-form select,
    .main-form input {
        width: 100%;
        border-radius: 7px;
        background-color: #bfcce2;
        border: 0;
        height: 60px;
        font-size: 15px;
        outline: 0;
        margin-bottom: 15px;
        padding-left: 45px;
    }

    .main-form textarea {
        height: 124px;
        padding-top: 13px;
    }

    .main-form input:before {
        content: '';
        width: 20px;
        height: 20px;
        background-color: #000;
        float: left;
    }

    .main-form button {
        background-color: #86c325;
        background-image: linear-gradient(90deg, #86c325, #5f9800);
        color: #fff;
        border: 0;
        width: 100%;
        border-radius: 5px;
        padding: 10px;
        font-size: 20px;
        font-weight: 400;
        margin-top: -5px;
    }

    .main-form span {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .main-form span:before {
            content: '';
            border: 1px solid #ccdefe;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 0;
            background-image: url(/Content/Images/contact-icon-bg.png);
            background-repeat: no-repeat;
            background-position: top 1px left 4px;
            margin-left: 10px;
            margin-top: 13px;
        }

        .main-form span:nth-of-type(2):before {
            background-position: top -34px left 5px;
        }

        .main-form span:nth-of-type(3):before {
            background-position: top -71px left 5px;
        }

        .main-form span:nth-of-type(4):before {
            background-position: top -108px left 4px;
        }

.inner-revboce {
    width: 100%;
    border: 1px solid #e1ecfe;
    background-color: #ecf3ff;
    border-radius: 6px;
    padding: 05px 25px 08px 25px;
    display: inline-block;
    position: relative;
}

    .inner-revboce .item {
        padding: 40px 0;
    }

    .inner-revboce .content {
        position: relative;
    }

        .inner-revboce .content img {
            position: absolute;
            left: 0;
            top: 7px;
        }

    .inner-revboce .content {
        padding-left: 85px;
    }

        .inner-revboce .content h4 {
            font-size: 18px;
            margin: 0;
            margin-bottom: 5px;
            position: relative;
        }

            .inner-revboce .content p:after,
            .inner-revboce .content h4:before {
                position: absolute;
                left: -22px;
                top: -2px;
                content: '';
                width: 15px;
                height: 15px;
                display: inline-block;
                background-image: url(/Content/Images/rews-tops.png);
                background-repeat: no-repeat;
                background-position: center;
            }

        .inner-revboce .content p {
            font-size: 15px;
            color: #3879ad;
            margin: 0;
            position: relative;
        }

            .inner-revboce .content p:after {
                left: auto;
                right: 6px;
                top: auto;
                bottom: -4px;
                transform: rotate(180deg);
            }

        .inner-revboce .content .star {
            position: absolute;
            right: 120px;
            top: -20px;
            color: #d38100;
        }

            .inner-revboce .content .star i {
                margin-left: 10px;
            }

    .inner-revboce .owl-buttons {
        position: absolute;
        right: 20px;
        top: 16px;
        background-color: #ecf3ff;
    }

        .inner-revboce .owl-buttons div {
            font-size: 0;
            width: 46px;
            height: 34px;
            background: #d5e4ff;
            display: inline-block;
            margin: 0 6px;
            border-radius: 3px;
            position: relative;
        }

            .inner-revboce .owl-buttons div:after {
                content: '';
                border: 7px solid transparent;
                border-right: 8px solid #000;
                display: inline-block;
                position: relative;
                left: 10px;
                top: 10px;
            }

            .inner-revboce .owl-buttons div.owl-next:after {
                border-right: 0;
                border-left: 8px solid #000;
                left: 20px;
            }

.cntc-left.reviws {
    margin-top: -166px;
}

.map {
    margin: 50px 0;
}

    .map iframe {
        border-radius: 10px;
    }

/*------------------------Desktop Deals Not Found CSS--------------------------*/
.deals-not-found {
    position: relative;
    z-index: 9;
    background-image: url(/Content/Images/sorry-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
    background-color: #e5f5ff;
    padding-top: 124px;
    padding-bottom: 340px;
}

    .deals-not-found h1 {
        color: #061f47;
        font-size: 75px;
        margin-top: 0;
    }

    .deals-not-found p {
        font-size: 25px;
        color: #061f47;
        font-weight: 300;
        margin-top: 15px;
    }

    .deals-not-found ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }

        .deals-not-found ul li {
            display: inline-block;
            font-size: 16px;
        }

            .deals-not-found ul li a {
                background-color: #061f47;
                color: #fff;
                padding: 10px 20px;
                width: 213px;
                display: inline-block;
                text-align: center;
                border-radius: 5px;
                background-image: url(/Content/Images/conts-icon.png);
                background-position: left 19px top -26px;
                background-repeat: no-repeat;
                text-decoration: none;
            }

            .deals-not-found ul li:nth-of-type(2) {
                margin: 0 17px;
            }

            .deals-not-found ul li:nth-of-type(3) a {
                background-position: left 54px top 13px;
            }

/*--------------------------Desktop Request Call Back CSS---------------------------*/
.requst-call {
    text-align: center;
    width: 100%;
    position: relative;
}

    .requst-call .callres-box {
        background-color: #061f47;
        border-radius: 7px;
        padding: 30px;
        position: absolute;
        top: 79px;
        width: 650px;
        text-align: left;
        background-image: url(/Content/Images/mobile-hand-icon.png);
        background-position: right 28px bottom;
        background-repeat: no-repeat;
        display: none;
    }

    .requst-call button.bust {
        background: #061f47;
        color: #fff;
        font-size: 25px;
        border: 0;
        border-radius: 7px;
        display: inline-block;
        padding: 9px 73px 13px 73px;
        outline: 0;
    }

    .requst-call h4 {
        margin: 0;
        padding: 0;
        border: 1px solid #6d86ad;
        display: inline-block;
        background-color: #ebf3ff;
        font-size: 16px;
        color: #061f47;
        width: 50px;
        height: 50px;
        line-height: 46px;
        border-radius: 50%;
        margin: 10px 0 20px 0;
    }

    .requst-call .callres-box input {
        height: 42px;
        border: 0;
        border-radius: 5px 0 0 5px;
        padding: 0 18px 0 20px;
        font-size: 13px;
        width: 260px;
        float: left;
        background-size: 31px 50%;
    }

    .requst-call .callres-box button {
        float: left;
        background-color: #00b4f0;
        border: 1px solid #9fa4ad;
        border-radius: 0 5px 5px 0;
        height: 42px;
        color: #fff;
        font-size: 12px;
        padding: 0 22px;
    }

    .requst-call .callres-box p {
        font-size: 15px;
        color: #fff;
        line-height: normal;
        margin-top: 0;
    }

    .requst-call .tahnk-yo {
        display: none;
        background-color: #b40101;
        border-radius: 7px;
        padding: 6px 15px;
        position: absolute;
        top: 80px;
        width: 480px;
        color: #fff;
    }

        .requst-call .tahnk-yo p {
            color: #fff;
            font-size: 16px;
        }

/*------------------------Desktop Fare Expired Page CSS--------------------------*/
.fare-expired {
    position: relative;
    z-index: 9;
    background-image: url(/Content/Images/fare-exp-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    background-color: #e5f5ff;
    padding-top: 124px;
    padding-bottom: 220px;
}

    .fare-expired h1 {
        color: #061f47;
        font-size: 46px;
        margin-top: 0;
    }

        .fare-expired h1 span {
            color: #ef6b72;
        }

    .fare-expired p {
        font-size: 19px;
        color: #061f47;
        font-weight: 300;
        margin-top: 15px;
    }

    .fare-expired ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }

        .fare-expired ul li {
            display: inline-block;
            font-size: 16px;
        }

            .fare-expired ul li a {
                background-color: #01b4ec;
                color: #fff;
                padding: 10px 10px;
                width: 180px;
                display: inline-block;
                text-align: center;
                border-radius: 25px;
                text-decoration: none;
            }

            .fare-expired ul li:nth-of-type(2) {
                margin: 0 17px;
            }

            .fare-expired ul li span {
                border: 1px solid #a3c7ff;
                height: 31px;
                display: inline-block;
                width: 31px;
                text-align: center;
                line-height: 27px;
                border-radius: 50%;
                font-size: 14px;
                background-color: #f0fbff;
                color: #061f47;
                font-weight: 500;
            }

/*----------------------------Desktop 4O4 Page CSS-----------------------------*/
.error-404 {
    position: relative;
    z-index: 9;
    background-image: url(/Content/Images/404-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    background-color: #e5f5ff;
    padding-top: 124px;
    padding-bottom: 210px;
    background-size: 100% auto;
}

    .error-404 h1 {
        color: #061f47;
        font-size: 60px;
        margin-top: 0;
        text-transform: uppercase;
        font-weight: bold;
    }

        .error-404 h1 span {
            color: #ef6b72;
        }

    .error-404 p {
        font-size: 19px;
        color: #061f47;
        font-weight: 300;
        margin-top: 9px;
    }

    .error-404 ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }

        .error-404 ul li {
            display: inline-block;
            font-size: 16px;
        }

            .error-404 ul li a {
                background-color: #01b4ec;
                color: #fff;
                padding: 10px 10px;
                width: 180px;
                display: inline-block;
                text-align: center;
                border-radius: 25px;
                text-decoration: none;
            }

            .error-404 ul li:nth-of-type(2) {
                margin: 0 17px;
            }

            .error-404 ul li span {
                border: 1px solid #a3c7ff;
                height: 31px;
                display: inline-block;
                width: 31px;
                text-align: center;
                line-height: 27px;
                border-radius: 50%;
                font-size: 14px;
                background-color: #f0fbff;
                color: #061f47;
                font-weight: 500;
            }

/*----------------------------Desktop Session Expired Page CSS-----------------------------*/
.session-expired {
    position: relative;
    z-index: 9;
    background-image: url(/Content/Images/session-expired-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    background-color: #e5f5ff;
    padding-top: 124px;
    padding-bottom: 250px;
    background-size: auto;
}

    .session-expired h1 {
        color: #061f47;
        font-size: 46px;
        margin-top: 0;
        font-weight: bold;
        margin-bottom: 12px;
    }

        .session-expired h1 span {
            color: #ef6b72;
        }

    .session-expired p {
        font-size: 22px;
        color: #061f47;
        font-weight: 300;
        margin-top: 9px;
        line-height: 21px;
        margin-bottom: 27px;
    }

        .session-expired p strong {
            font-weight: bold;
        }

        .session-expired p span {
            font-size: 14px;
        }

    .session-expired ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }

        .session-expired ul li {
            display: inline-block;
            font-size: 16px;
        }

            .session-expired ul li a {
                background-color: #01b4ec;
                color: #fff;
                padding: 10px 10px;
                width: 180px;
                display: inline-block;
                text-align: center;
                border-radius: 25px;
                text-decoration: none;
            }

/*----------------------------Desktop Filter Not Match Page CSS-----------------------------*/
.filter-notfon {
    position: relative;
    z-index: 9;
    background-image: url(/Content/Images/fltr-not-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    background-color: #e5f5ff;
    padding-top: 124px;
    padding-bottom: 210px;
    background-size: auto;
}

    .filter-notfon h1 {
        color: #061f47;
        font-size: 46px;
        margin-top: 0;
        font-weight: bold;
        margin-bottom: -6px;
    }

        .filter-notfon h1 span {
            color: #ef6b72;
        }

    .filter-notfon p {
        font-size: 22px;
        color: #061f47;
        font-weight: 300;
        margin-top: 9px;
        line-height: 21px;
        margin-bottom: 27px;
    }

        .filter-notfon p strong {
            font-weight: bold;
        }

        .filter-notfon p span {
            font-size: 14px;
        }

    .filter-notfon ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }

        .filter-notfon ul li {
            display: inline-block;
            font-size: 16px;
        }

            .filter-notfon ul li a {
                background-color: #01b4ec;
                color: #fff;
                padding: 10px 10px;
                width: 180px;
                display: inline-block;
                text-align: center;
                border-radius: 25px;
                text-decoration: none;
                background-image: url(/Content/Images/mbr-icvon.png);
                background-repeat: no-repeat;
                background-position: left 26px top -15px;
            }

            .filter-notfon ul li:nth-of-type(2) {
                margin-left: 10px;
            }

                .filter-notfon ul li:nth-of-type(2) a {
                    background-position: left 50px top 15px;
                }


/*-----------------Desktop Enjoy Great--------------------*/
.enjoy-great.desl-sec2 {
    margin-bottom: 20px;
}

    .enjoy-great.desl-sec2 ul {
        margin: 0;
        padding: 0;
    }

        .enjoy-great.desl-sec2 ul li {
            list-style: none;
            line-height: 18px;
            font-size: 16px;
        }

    .enjoy-great.desl-sec2 .row {
        margin: 0 -5px;
    }

    .enjoy-great.desl-sec2 .col-sm-6 {
        padding: 5px;
    }

    .enjoy-great.desl-sec2 .desl-box {
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        background-color: #f1f1f1;
        cursor: pointer;
    }

        .enjoy-great.desl-sec2 .desl-box:hover {
            background-color: #e1e1e1;
        }

        .enjoy-great.desl-sec2 .desl-box ul {
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: 84px;
        }

    .enjoy-great.desl-sec2 li:nth-of-type(1) img {
        border: 1px solid #e1e1e1;
        padding: 5px 10px;
        background: #fff;
        border-radius: 5px;
    }

    .enjoy-great.desl-sec2 ul li span {
        opacity: 0.8;
        font-size: 13px;
    }

    .enjoy-great.desl-sec2 ul li p {
        margin: 0;
        text-align: center;
        font-weight: 900;
        font-size: 24px;
        margin-bottom: 8px;
    }

    .enjoy-great.desl-sec2 ul li button {
        border: 0;
        background-color: #00b5e9;
        font-size: 15px;
        color: #fff;
        border-radius: 3px;
        padding: 5px 15px 7px 15px;
    }

    .enjoy-great.desl-sec2 ul li p sup {
        font-size: 12px;
        top: -7px;
    }

    .enjoy-great.desl-sec2 p {
        margin-bottom: 24px;
    }

/*------------------Desktop Airline Destination Page CSS-----------------*/
.ftBookingTxt strong {
    display: block;
    color: #fff;
    font-size: 29px;
}

.ftBookingTxt p span {
    display: block;
    color: #fff;
    font-size: 18px;
}

.travelContent h2 {
    color: #061f47;
    font-size: 25px;
    margin-bottom: 15px;
}

.travelContent .contetns.con2 {
    margin-top: 30px;
}

.travelContent .contetns p {
    margin-top: 17px;
}

    .travelContent .contetns p span {
        font-size: 12px;
        display: inline-block;
        margin-bottom: 16px;
    }

.travelContent .contetns {
    padding-bottom: 20px;
}

.travelContent p {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
}

.travelContent a {
    font-size: 12px;
    color: #061f47;
    text-decoration: underline;
}

.promoSidebar {
    text-align: center;
    background-color: #06b6e9;
}

.imgWrp {
    background-color: #fff;
    padding: 9px 13px 22px;
    border-bottom-right-radius: 91px;
    border-bottom-left-radius: 90px;
    width: 123px;
    margin: 0 auto;
}

.promoSidebar h4,
.promoSidebar h3 {
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 25px;
    text-shadow: 0 1px 1px #999;
    margin: 0;
}

.promoSidebar h4 {
    font-size: 21px;
}

.ftBookingTxt {
    margin-top: 26px;
}

.promoSidebar h3 strong {
    font-weight: 600;
    margin-bottom: 20px;
}

.promoSidebar p span {
    text-shadow: 0 1px 1px #999;
}

.contactSec {
    background-color: #061f47;
}

.flightDetail {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
}

.travelContent .flightDetail .fltInfo {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 10px;
}

.fltInfo span {
    color: #061f47;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 10px;
    font-weight: bold;
}

.fltInfo small {
    color: #2f2f2f;
    font-size: 12px;
    width: 100%;
}

a.price-btn:hover,
a.price-btn {
    background: linear-gradient(to bottom, #6fa51e 0%, #81bb27 100%);
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    min-width: 125px;
    padding: 14px 0;
    line-height: 16px;
    font-weight: 600;
    text-shadow: 0 1px 1px #333;
}

.airlineCount span {
    font-size: 19px;
    color: #fff;
}

.airlineCount p {
    font-size: 13px;
    color: #fff;
    padding: 0px 46px;
}

.airlineCount strong {
    font-size: 24px;
}

.airlineCount {
    padding-bottom: 15px;
}

.contactSec {
    padding-top: 20px;
}

    .contactSec > div > img {
        background-color: #62d5ff;
        padding: 5px;
        border-radius: 50%;
    }

    .contactSec span {
        color: #fff;
        display: inline-block;
        background-color: #061f47;
        padding: 0 11px;
    }

    .contactSec a {
        color: #fff;
        font-size: 26px;
        text-decoration: none;
    }

    .contactSec .tt-discountTxt_40 {
        margin: 0;
        color: #fff;
        text-align: left;
        padding: 0 10px;
        font-size: 12px;
    }

.bgBorder {
    position: relative;
    z-index: 1;
}

    .bgBorder::after {
        content: '';
        position: absolute;
        border-top: 1px solid #fff;
        width: 78%;
        top: 13px;
        left: 0;
        z-index: -1;
        right: 0;
        margin: 0 auto;
    }

.flightDetail .bgBorder::after {
    border-top: 1px solid #ccc;
}

.flightDetail .bgBorder img {
    background-color: #fff;
    padding: 0 7px;
}

.flightDetail .bgBorder {
    width: 106px;
    margin-top: 8px;
}

.travelContent .flightDetail {
    background-color: #fff;
    border-radius: 7px;
    padding: 13px;
    box-shadow: 0 0 7px #d8d8d8;
    align-items: center;
    cursor: pointer;
}

    .travelContent .flightDetail:hover {
        box-shadow: 0 0 15px #ccc;
    }

    .travelContent .flightDetail .box-lg {
        border: 1px solid #e9e9e9;
        padding: 0 2px;
        border-radius: 4px;
    }

/*-----------Desktop CSS for footer Pages----------*/
.fC_banner {
    position: relative;
}

    .fC_banner .fc_bannerCont {
        position: absolute;
        top: 30%;
        left: 250px;
    }

        .fC_banner .fc_bannerCont h1 {
            font-size: 40px;
            color: #fff;
            letter-spacing: 2px;
            font-weight: bold;
        }

            .fC_banner .fc_bannerCont h1 span {
                display: block;
                font-size: 40px;
                color: #fdea01; /*text-shadow: 1px 1px 0px #4f4f4f;*/
                font-weight: 500;
            }

    .fC_banner img {
        width: 100%;
    }

.fc_content .fc_desc {
    padding: 20px 0;
}

    .fc_content .fc_desc h3 {
        font-size: 20px;
        color: #2f2f2f;
        margin-top: 15px;
        position: relative;
    }

    .fc_content .fc_desc h5 {
        font-size: 15px;
        margin: 15px 0 5px;
        color: #2f2f2f;
    }

    .fc_content .fc_desc p {
        font-size: 13px;
        color: #4a4a4a;
        line-height: 24px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .fc_content .fc_desc ul {
        padding-left: 20px
    }

        .fc_content .fc_desc ul li {
            font-weight: 500;
        }

    .fc_content .fc_desc table {
        border: 1px solid #d4d4d4;
    }

        .fc_content .fc_desc table tr td {
            border-bottom: 1px solid #d4d4d4;
            border-right: 1px solid #d4d4d4;
            padding: 7px 15px;
            font-size: 14px;
            color: #4a4a4a;
        }

section.f_procsec {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    section.f_procsec:before {
        content: "";
        background:;
        position: absolute;
        width: 100%;
        height: 100VH;
        z-index: -9;
    }

.ac_results li.ac_even {
    background-image: url(/Content/Images/flight_i.png);
    background-size: 14px;
    background-position: left 14px center;
}

.l_fdtab ul li {
    cursor: pointer;
}

#dllclass {
    font-size: 10px; /*position:absolute;*/
    right: 30px;
    cursor: pointer;
    font-weight: 500;
}

.preclasad {
    position: absolute;
}

.error {
    font-size: 11px;
    background: #eb547c;
    color: #fff;
    padding: 5px 10px;
    display: none;
    position: absolute;
    left: 6px;
    bottom: -28px;
    z-index: 9;
}

    .error#txtEmailIDV {
        left: 34px;
        bottom: 33px;
    }

#dllclass:hover {
    box-shadow: none;
}

#dllclass:focus {
    box-shadow: none;
}
/*-----------Processing Bar css----------*/
.blackoverlay {
    background: rgba(255, 255, 255, .9);
    position: fixed;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    z-index: 99999999;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
    display: none;
}

    .blackoverlay .bar {
        width: 100%;
        margin-bottom: 5px;
        height: 20px;
        border: 1px solid #2980b9;
        border-radius: 0;
        margin-top: 0;
        background-image: repeating-linear-gradient(-45deg, #062047, #062047 11px, #eee 10px, #eee 20px);
        background-size: 28px 28px;
        animation: move .5s linear infinite;
    }

@keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 28px 0
    }
}

.f_procsec .proc_bg {
    background-image: url(/Content/Images/proc_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    max-width: 60%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 50px;
    box-shadow: 0 20px 10px -15px rgba(0, 0, 0, 0.5);
}

.f_procsec .procs_plswtTxt {
    background: #061f47;
    width: 60%;
    border-radius: 30px;
    margin: 0 auto;
    border: 1px solid #061f47;
}

    .f_procsec .procs_plswtTxt p {
        font-size: 17px;
        padding: 10px 15px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-weight: 500;
    }

.f_procsec .procInfo {
    padding: 30px 0 10px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.f_procsec .flightProc_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.f_procsec .f_date {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

    .f_procsec .f_date:before {
        content: '';
        position: absolute;
        width: 90%;
        border: 1px solid #061f47;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.f_procsec .f_dateBg {
    background: #061f47;
    position: absolute;
    padding: 0 20px;
    border-radius: 20px;
}

.f_procsec .f_boarding, .f_procsec .f_dest {
    font-size: 24px;
    font-weight: bold;
    color: #061f47;
}

.proc_globe img {
    margin: 0 auto;
    display: block;
    width: 130px;
}

.f_procsec .proc_paxInfo {
    padding: 10px 0 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.f_procsec .proc_globe {
    position: relative;
    text-align: center;
}

    .f_procsec .proc_globe:before {
        content: '';
        position: absolute;
        border: none;
        width: 60%;
        height: 1px;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-top: 65px;
    }

    .f_procsec .proc_globe span {
        padding: 0 15px;
        display: inline-block;
        z-index: 9;
        position: relative;
        width: auto;
        margin: 0 auto;
        left: 0;
        right: 0;
        background: transparent;
    }

.f_procsec .proc_call {
    width: 85%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

    .f_procsec .proc_call .proc_callIcon {
        width: 100px;
        height: 100px;
        background: #061f47;
        border-radius: 50px;
        line-height: 70px;
        text-align: center;
        border: 2px solid #ffd220;
        padding: 10px;
        z-index: 9;
    }

    .f_procsec .proc_call .proc_callTxt {
        background: #061f47;
        padding: 13px 20px;
        border-radius: 50px;
        color: #fff;
        border: 2px solid #ffd220;
        margin-left: -40px;
        padding-left: 50px;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        flex: 1;
        align-items: center;
    }

        .f_procsec .proc_call .proc_callTxt a {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
            text-decoration: none;
            margin-left: 10px
        }

.f_procsec .pax_txt {
    margin: 0;
    font-size: 18px;
    color: #061f47;
}

.f_procsec .pax_count {
    margin: 5px 0 0;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #061f47;
    padding: 5px 30px;
    font-weight: 500;
    background: #061f47;
}

/*---------------Desktop CSS for Last 24 Minute Deals popup-------------*/
.last24_popup {
    position: fixed;
    top: 0;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    z-index: 9;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%
}

    .last24_popup .l24_popupInner {
        background: #fff;
        width: 470px;
        max-width: 100%;
        border-radius: 4px;
        box-shadow: 1px 2px 3px #676767;
        margin: 20px auto;
    }

    .last24_popup .l24P_header {
        text-align: center;
        border-bottom: 1px solid #d6d6d6;
        padding: 10px 15px;
    }

    .last24_popup .l24P_mainCont {
        padding: 10px 15px;
    }

        .last24_popup .l24P_mainCont p {
            margin: 0;
            font-size: 14px;
            color: #5c5c5c;
            font-weight: 500;
        }

    .last24_popup .l24P_footer {
        display: flex;
        align-items: center;
        padding: 0 15px 20px;
        justify-content: space-between;
    }

        .last24_popup .l24P_footer .l24_call-i {
            display: flex;
            align-items: center;
            background: #15a3de;
            border-radius: 30px;
            padding: 3px 30px 3px 3px;
        }

            .last24_popup .l24P_footer .l24_call-i span {
                display: flex;
                width: 35px;
                height: 35px;
                border-radius: 30px;
                background: #fff;
                align-items: center;
                justify-content: center;
            }

            .last24_popup .l24P_footer .l24_call-i a {
                color: #fff;
                text-decoration: none;
                font-size: 20px;
                font-weight: 600;
                margin-left: 10px;
            }

        .last24_popup .l24P_footer button {
            background: #b40101;
            border: none;
            box-shadow: none;
            outline: none;
            color: #fff;
            font-size: 14px;
            padding: 7px 30px;
            font-weight: 500;
            border-radius: 30px;
        }

/*---------------Desktop CSS for Call Center Banners-------------*/
.callCenter_banner {
    display: none;
    background-image: url(/Content/Images/callCent_bg.png);
    background-repeat: no-repeat;
    height: 110px;
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    width: 340px;
    background-position: center top 0;
    margin-top: 0;
}

    .callCenter_banner .cC_in {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding: 2px 10px;
        line-height: normal;
        height: 100%;
    }

    .callCenter_banner h3 {
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        margin: 0;
    }

    .callCenter_banner p {
        margin: 5px 0 15px;
        color: #fff;
        font-size: 13px;
    }

    .callCenter_banner a.cc_call {
        background: #b40101;
        padding: 5px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
    }

    .callCenter_banner a.cc_cros {
        width: 100%;
        line-height: 15px;
        display: inline-block;
        text-align: right;
        cursor: default;
    }

        .callCenter_banner a.cc_cros span {
            color: #fff;
            display: inline-block;
            background: #000;
            width: 15px;
            height: 15px;
            border-radius: 10px;
            font-size: 9px;
            text-align: center;
            line-height: 15px;
            cursor: pointer;
        }

    .callCenter_banner .cc_girl {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

.ac_results {
    padding: 0;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 9999;
    width: 300px !important;
    position: absolute;
}

.issue {
    color: red;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 1px 1px #CCC;
    background-color: #fff;
}

.ac_results li {
    margin: 0;
    cursor: default;
    display: block;
    font: menu;
    font-size: 15px;
    overflow: hidden;
}

.ac_loading {
    background: white url(//thetravelhouse.com/images/ajax-loader.gif) right center no-repeat;
}

.ac_odd {
    float: left;
    width: 100%;
    background: #FFF url("//thetravelhouse.com/images/loc1.png") no-repeat scroll 96% 40%;
    color: #063553;
    font: 15px/25px DinMedium;
    padding: 6px 10px 6px 10px;
    margin-top: 5px;
}

.ac_even {
    float: left;
    width: 100%;
    padding: 6px 6px 6px 40px;
    font: 15px DinMedium;
    color: #0A6473;
    background: #FFF url("//thetravelhouse.com/images/plane1.png") no-repeat scroll 5% 40%;
}

.ac_over {
    background-color: #FFEC9D;
}

.left-siderbar.logoss .l_flightFilter li:first-child img {
    width: 220px;
}

.travelContent .flightDetail .box-lg img {
    width: 50px;
}

.left-siderbar.right-section .well-don a.cross-icon {
    display: none;
}

input#watch {
    display: none;
}



.InfDOBC, .ChDOBC, .DOBC {
    background-color: #fff !important;
    background-size: 20px;
    background-image: url(/Content/Images/date_i.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: left 8px center;
    padding-left: 30px;
}

    .InfDOBC + span.field-validation-valid,
    .ChDOBC + span.field-validation-valid,
    .DOBC.hasDatepicker + span.field-validation-valid {
        position: relative;
    }
/*.InfDOBC + span.field-validation-valid:after,
.ChDOBC + span.field-validation-valid:after,
.DOBC.hasDatepicker + span.field-validation-valid:after {
font: normal normal normal 14px/1 FontAwesome;
content: "\f073";
position: absolute;
top: -29px;
left: 10px;
color: #00b5e9;
font-size: 19px;
}*/
.forms .calllist ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .forms .calllist ul li {
        list-style: none;
        font-size: 12px;
        font-weight: 500;
        width: 50%;
        float: left;
        color: #5c5c5c;
        display: flex;
        align-items: center;
        background-image: url(/Content/Images/check_i.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
    }

/*Contact Us page Popup*/
.mainsconp {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 0;
    left: 0;
}

.inrepop {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.mainsconp .vac {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.thank-contpop {
    width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 210;
}

.mainsconp .opotop {
    background-image: url(/Content/Images/contbnr.png);
    border-radius: 7px 7px 0 0;
    background-color: #2155a8;
    padding: 20px 15px;
    text-align: center;
    float: left;
    width: 100%;
}

.mainsconp .bconbotm {
    background-image: url(/Content/Images/conatc-white.png);
    border-radius: 0 0 7px 7px;
    background-color: #e9f1ff;
    padding: 20px 15px;
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 25px;
}

.thank-contpop h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 3px;
}

.thank-contpop h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: 3px;
    margin-bottom: 0;
}

.thank-contpop .bconbotm a {
    background-image: url(/Content/Images/ph.png);
    text-decoration: none !important;
    background-color: #8ac72e;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 5px 30px 5px 44px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: left 20px top 11px;
}

.thank-contpop p {
    padding: 0 70px;
    font-size: 15px;
    line-height: 22px;
}

.thank-contpop a.contct-pop {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #0b377d;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    text-align: center;
    font-size: 9px;
    line-height: 17px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding-left: 2px;
}

.mainsconp .oberlay {
    background-color: rgba(16, 16, 16, 0.7);
    z-index: 200;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.stoprt label.check-custom + span.only_clik.only {
    width: 10%;
    float: right;
    font-size: 12px;
    position: relative;
    top: 4px;
    color: #999;
    cursor: pointer;
}

.stoprt label.check-custom {
    width: 84%;
    display: inline-block;
    margin-right: 0;
}

.conte-left ul li:nth-of-type(2):before {
    background-position: top -2px left 6px !important;
}

@media only screen and (max-width:767px) {
    .check-custom input:checked ~ .checkmark {
        border-color: #fff !important;
    }

    .check-custom .checkmark:after {
        background: #346cb3;
    }

    .pax_dropdown .dropdown-content-n.rt_dropdown li .passenger_wrapper .passenger_inputBtn {
        padding: 0px;
    }

    .pax_dropdown .dropdown-content-n.rt_dropdown li .passenger_wrapper .passenger_inputVal {
        color: #000 !important;
    }

    .check-custom .checkmark {
        top: 0px;
        left: 0px;
    }
}
