.label_flight {
    position: absolute;
    bottom: 46%;
    right: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.dVacation-pack .ticketLeft {
     
    font-size: 14px;
}
.sportspage_area .filter-cont .ticket-topPart{position:relative;height:94px;}
.sportspage_area .filter-cont .ticket-topPart h6{position:absolute;top:-0px;text-transform:uppercase;font-size:14px;font-weight:600;display:none;text-align:left;width:100%;}
.sportspage_area .filter-cont .ticket-bottomPart{position:relative;height:94px;}







.innerbanner {
    min-height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    box-shadow: -1px 3px 7px rgb(0 0 0 / 35%);
}

    .innerbanner:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgb(0 0 0 / 47%);
        width: 100%;
        height: 100%;
        z-index: -1;
    }




.form-control {
    
    padding: 10px 8px;
}
select.form-control {
    padding: 6px 6px
}
.breadcrumb_area {
    padding: 10px 0;
    background-color: rgb(0 97 171 / 8%);
}

    .breadcrumb_area ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.arrows {
    white-space: nowrap;
}

    .arrows li {
        display: inline-block;
        line-height: 14px;
        margin: 0 9px 0 -15px;
        padding: 0 15px;
        position: relative;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
    }

        .arrows li::before,
        .arrows li::after {
            border-right: 1px solid #666666;
            content: '';
            display: block;
            height: 50%;
            position: absolute;
            left: 0;
            right: auto;
            top: 0;
            z-index: -1;
            transform: skewX(-45deg);
        }

        .arrows li::after {
            bottom: 0;
            top: auto;
            transform: skewX(45deg);
        }

        .arrows li:last-of-type::before,
        .arrows li:last-of-type::after {
            display: none;
        }

        .arrows li a {
            font-size: 14px;
            font-weight: 500;
            text-transform: capitalize;
            color: #929292;
        }

            .arrows li a:hover {
                color: #000;
            }




.breadcrumb {
    display: inline-block;
    /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35); */
    overflow: hidden;
    border-radius: 0;
    counter-reset: flag;
    width: 100%;
    text-align: right;
    padding: 0;
    margin-top: 15px;
    background-color: #949494;
}

    .breadcrumb a {
        text-decoration: none;
        outline: none;
        display: block;
        float: right;
        font-size: 14px;
        line-height: 36px;
        color: white;
        padding: 0 68px 0 24px;
        background: #333;
        background: linear-gradient(#333, #111);
        position: relative;
        text-transform: capitalize;
    }
        /*hover/active styles*/
        .breadcrumb a.active, .breadcrumb a:hover {
            background: #111;
            background: linear-gradient(#333, #111);
        }

            .breadcrumb a.active:after, .breadcrumb a:hover:after {
                background: #222;
                background: linear-gradient(145deg, #333, #222);
            }

        .breadcrumb a:hover {            
            cursor:not-allowed;
        }
        /*we dont need an arrow after the last link*/
        .breadcrumb a:last-child:after {
            content: none;
        }
        /*we will use the :before element to show numbers*/
        .breadcrumb a:before {
            /* content:"\f072";*/
            content: counter(flag);
            counter-increment: flag;
            border-radius: 100%;
            width: 24px;
            height: 24px;
            line-height: 24px;
            margin: 6px 0;
            position: absolute;
            top: 0;
            right: 32px;
            background: #333;
            font-family: "Font Awesome 5 Free";
            background: linear-gradient(#333, #300);
            font-weight: bold;
            text-align: center;
        }

        .breadcrumb a:after {
            content: '';
            position: absolute;
            top: 0;
            left: -16px;
            width: 36px;
            height: 36px;
            transform: scale(0.707) rotate(-135deg);
            z-index: 1;
            background: #666;
            background: linear-gradient(135deg, #666, #333);
            box-shadow: 2px -2px 0 2px hsl(0deg 0% 100% / 84%), 3px -3px 0 2px hsl(0deg 0% 4% / 48%);
            border-radius: 0 5px 0 50px;
        }


.flat a, .flat a:after {
    background: #949494;
    color: #fff;
    transition: all 0.7s;
}

    .flat a:before {
        background: #007bff;
        box-shadow: 0 0 0 1px #fff;
    }

    .flat a:hover, .flat a.active,
    .flat a:hover:after, .flat a.active:after {
        background: #3b5998;
        font-weight: 600;
    }



.vacationprice_area {
    margin-top: 24px;
}

    .vacationprice_area h3 {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        background-color: #1884c7;
        padding: 10px;
        box-sizing: border-box;
    }

    .vacationprice_area .flight-details .hldr {
        border-radius: 15px;
        padding: 24px 15px;
        margin-top: 0;
    }

.flight-details-leftbox h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.flight-details-leftbox .card {
    box-sizing: border-box;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 46px;
}

    .flight-details-leftbox .card h5 {
        font-size: 14px;
        text-transform: capitalize;
        color: #000000;
    }

        .flight-details-leftbox .card h5 a {
            font-weight: 400;
            color: #1884c7;
            text-transform: capitalize;
            text-decoration: underline;
            margin-right: 8px;
        }

        .flight-details-leftbox .card h5 span {
            width: 22px;
            height: 22px;
            display: inline-block;
            text-align: center;
            background-color: #1884c7;
            line-height: 22px;
            color: #fff;
            border-radius: 50%;
            font-size: 12px;
            margin-left: 6px;
            margin-right: 2px;
        }

    .flight-details-leftbox .card .card-footer {
        padding: 2px 40px;
        box-sizing: border-box;
        background-color: #e6e7e8;
        background: #e6e7e8;
        background: -webkit-linear-gradient(left,#1884c7,#d0e2ec,#c6ddea,#a5cce3,#1884c7);
        background: -o-linear-gradient(left,#1884c7,#d0e2ec,#c6ddea,#a5cce3,#1884c7);
        background: -moz-linear-gradient(left,#1884c7,#d0e2ec,#c6ddea,#a5cce3,#1884c7);
        background: linear-gradient(to left,#1884c7,#d0e2ec,#c6ddea,#a5cce3,#1884c7);
        border: 1px solid #d7d8d9;
        border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        box-shadow: 0 3px 5px 1px #d7d8d9;
        -webkit-box-shadow: 0 3px 5px 1px #d7d8d9;
        -moz-box-shadow: 0 3px 5px 1px #d7d8d9;
        -o-box-shadow: 0 3px 5px 1px #d7d8d9;
        font-size: 16px;
        font-weight: 700;
        position: absolute;
        width: 100%;
        bottom: 0;
    }

.flight-details-leftbox .addfooterbox {
    box-sizing: border-box;
    padding: 5px;
    margin-top: 5px;
}

    .flight-details-leftbox .addfooterbox img {
        max-width: 150px;
    }

    .flight-details-leftbox .addfooterbox p {
        margin: 0;
    }

    .flight-details-leftbox .addfooterbox .btn-primary {
        font-size: 14px;
        height: 38px;
        border-radius: 30px;
        margin-top: 13px;
        font-weight: 600;
        min-width: 200px;
    }
flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two .right_box .btn-book-now {
    min-width: 100px;
   
     
}
.flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two .right_box .btn-book-now {
    position: relative;
    margin-top: 10px;
    min-width:150px;
}
.flight_box_three_body_two .flt_selected {
    padding-top:30px;
}
.babysec1{
    margin-top:5px;
}
.flight-details-leftbox .table {
    margin-bottom: 0;
}

    .flight-details-leftbox .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid #dee2e6;
        font-size: 12px;
        color: #636363;
        font-weight: 300;
        line-height: 10px !important;
    }

.flight-details-leftbox .form-check-label {
    font-weight: 400;
}

.flight-details-leftbox .table > tbody > tr > td, .flight-details-leftbox .table > tbody > tr > th, .flight-details-leftbox .table > tfoot > tr > td, .flight-details-leftbox .table > tfoot > tr > th, .flight-details-leftbox .table > thead > tr > td, .flight-details-leftbox .table > thead > tr > th {
    padding: 12px;
    line-height: 22px;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

.card .card-body {
    position: relative;
}

    .card .card-body img {
        max-width: 24px;
    }

.card.cardtwo .card-body:first-child .js-del-row {
    display: none !important;
    opacity: 0 !important;
}

.card.cardone .card-body:first-child .js-del-row {
    display: none !important;
    opacity: 0 !important;
}

button.add-field {
    position: absolute;
    bottom: 9px;
    right: 20px;
    background-color: #3593cd;
    border: none;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding: 6px 15px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    font-weight: 600;
    text-shadow: 0px 2px 1px #0009;
}
.flight-details-leftbox.roomSection{
    margin-top:6px;
}
button.js-del-row {
    position: absolute;
    left: 10px;
    top: 5px;
    padding: 0;
    border: none;
    font-size: 24px;
    background-color: transparent;
    color: #b7b5b5;
    outline: none;
    cursor: pointer;
}

button.add-field i.fas.fa-hospital-alt {
    font-size: 26px;
    margin-right: 6px;
    opacity: 0.2;
    position: absolute;
    top: 3px;
    left: 9px;
}

button.add-field i.far.fa-plus-square {
    font-size: 12px;
    width: 20px;
    height: 20px;
    background-color: #1b6c9e;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 5px;
}

.room-composition {
    width: 100%;
    margin-bottom: 50px;
}

.phone_box {
    background-color: #0061ab;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
    padding-right: 94px;
    margin-top: 30px;
    height: 90px;
}

    .phone_box .iconphone {
        position: absolute;
        right: 15px;
        width: 60px;
        height: 60px;
        border: 1px solid rgb(255 255 255 / 36%);
        text-align: center;
        line-height: 58px;
        box-sizing: border-box;
        padding: 0px;
        background-color: #184f79;
        top: 20px;
    }

        .phone_box .iconphone img {
            max-width: 40px;
            width: 100%;
        }

.phone_right {
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid rgb(0 0 0 / 10%);
}

    .phone_right h4 {
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 600;
        color: #0061ab;
    }

    .phone_right ul {
    }

        .phone_right ul li {
            font-size: 14px;
            margin-bottom: 8px;
        }




.Upgrade-Room-popup {
    background: rgba(0, 0, 0, 0.6);
}

    .Upgrade-Room-popup .modal-dialog {
        width: 600px;
    }

    .Upgrade-Room-popup .modal-header {
        margin: 0;
    }

    .Upgrade-Room-popup .modal-body {
        margin: 0;
    }

        .Upgrade-Room-popup .modal-body table {
            width: 100%;
            margin-bottom: 15px;
        }

            .Upgrade-Room-popup .modal-body table th {
                text-transform: uppercase;
                border: 1px solid rgba(0,0,0,.125);
                border-collapse: collapse;
                padding: 10px;
            }

            .Upgrade-Room-popup .modal-body table td {
                border: 1px solid rgba(0,0,0,.125);
                border-collapse: collapse;
                padding: 10px;
            }


#text {
    display: none;
}




.hotelplusflight_bannerarea {
}

    .hotelplusflight_bannerarea .hotelplusflight_thumble {
        display: flex;
        width: 100%;
        height: 200px;
        position: relative;
        box-sizing: border-box;
        border: 10px solid #eee;
    }

        .hotelplusflight_bannerarea .hotelplusflight_thumble img {
            width: 100%;
            object-fit: cover;
        }

    .hotelplusflight_bannerarea .hotelplusflight_body {
        box-sizing: border-box;
        padding: 15px;
    }

        .hotelplusflight_bannerarea .hotelplusflight_body h2 {
            font-size: 20px;
            margin: 0;
            padding: 0;
        }

        .hotelplusflight_bannerarea .hotelplusflight_body .d-flex.retingbox {
            margin-top: 5px;
            border-bottom: 1px solid #eee;
            margin-bottom: 7px;
            padding-bottom: 7px;
        }

            .hotelplusflight_bannerarea .hotelplusflight_body .d-flex.retingbox .ui.rating .icon {
                font-size: 16px;
            }

            .hotelplusflight_bannerarea .hotelplusflight_body .d-flex.retingbox a {
                color: #404040;
                text-transform: capitalize;
                font-weight: 600;
            }

                .hotelplusflight_bannerarea .hotelplusflight_body .d-flex.retingbox a i {
                    color: #0061ab;
                    font-size: 16px;
                    display: inline-block;
                    vertical-align: 0px;
                    margin-left: 2px;
                }

        .hotelplusflight_bannerarea .hotelplusflight_body span.dated {
            font-size: 13px;
            text-transform: capitalize;
        }

            .hotelplusflight_bannerarea .hotelplusflight_body span.dated i {
                margin-left: 8px;
                font-size: 16px;
                display: inline-block;
                vertical-align: -1px;
                color: #0061ab;
            }

        .hotelplusflight_bannerarea .hotelplusflight_body p {
            margin: 0;
            text-transform: capitalize;
            font-size: 13px;
            display: block;
            margin-top: 3px;
        }

            .hotelplusflight_bannerarea .hotelplusflight_body p i {
                margin-left: 5px;
                color: #0061ab;
                font-size: 15px;
            }


.dVacation-pack.mobail_part .flightpagelist .timing img {
    max-width: 47px;
}

.mobail_part .flightpagelist.filterItem {
    margin-top: 1em;
    border: none;
    padding: 10px;
    background-color: #eee;
    border-radius: 0;
}

.mobail_part .flightpagelist .row {
    padding: 10px;
    box-sizing: border-box;
    margin-top: 12px;
    background-color: #fff;
}

.mobail_part .d-flex.btnarea p {
    font-size: 16px;
    text-transform: capitalize;
}

    .mobail_part .d-flex.btnarea p a {
        margin-right: 14px;
        color: #0061ab;
        font-weight: 500;
        text-decoration: underline;
    }

#fulldetails.modal .modal-dialog {
    display: block;
    margin: 0;
    margin-top: -24px;
}

#fulldetails .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    text-align: right;
}

#fulldetails h4.modal-title {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}

#fulldetails .modal-header {
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #0061ab;
    margin: 0;
}

#fulldetails .modal-body {
    background-color: #f2f2f2;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
}

.fulldetails.modal {
    background-color: #f2f2f2;
}

#fulldetails .close {
    float: left;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.flightdetails_box {
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #ececec;
}

    .flightdetails_box h3 {
        font-size: 14px;
        font-weight: 600;
        padding: 14px;
        margin: 0;
        background-color: #ddd;
        text-transform: capitalize;
    }

    .flightdetails_box .flightdetails_inner {
        background-color: #fff;
    }

.flightdetails_inner p {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 14px;
    margin: 0;
}

.flightdetails_inner .iconbox {
    max-width: 50px;
    width: 100%;
}

    .flightdetails_inner .iconbox img {
        width: 100%;
    }

.flightdetails_inner .textbox1 {
    width: 60px;
}

.flightdetails_inner .d-flex.justify-content-between {
    box-sizing: border-box;
    padding: 5px;
    background-color: #f3faff;
}

.flightdetails_inner .textbox1 p strong {
    display: block;
}

.flightdetails_inner .textbox3 {
    width: 60px;
    text-align: left;
}

.flightdetails_inner .textbox2 {
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 5px;
    width: 150px;
    text-align: center;
}

    .flightdetails_inner .textbox2 .d-flex.justify-content-between {
        border-bottom: 1px solid #cacaca;
        margin-bottom: 4px;
        text-align: center;
        padding: 0;
    }

    .flightdetails_inner .textbox2 p strong {
        margin: 0 2px;
    }

    .flightdetails_inner .textbox2 p {
        word-break: break-all;
    }

.flightdetails_inner .textbox3 p strong {
    display: block;
}

.flightdetails_inner .flightbtn {
    text-align: center;
    border: 1px solid #d4edff;
    background-color: #eaf6ff;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 3px;
}

    .flightdetails_inner .flightbtn .flex-fill:last-child {
        border-right: 1px solid #d4edff;
    }

    .flightdetails_inner .flightbtn .flex-fill a {
        color: #4a4a4a;
        font-weight: 600;
    }

.flightdetails_inner .phone_right {
    box-sizing: border-box;
    padding: 5px 24px;
    border: none;
    background-color: #f3faff;
}

    .flightdetails_inner .phone_right ul {
        margin: 0;
        padding: 0;
    }

        .flightdetails_inner .phone_right ul li {
            font-size: 11px;
            margin-bottom: 0;
            text-transform: capitalize;
        }

.flightdetails_inner .lagubag {
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #eee;
    margin-top: -1px;
}

    .flightdetails_inner .lagubag i {
        margin-left: 5px;
    }

.flightdetails_inner .remark p {
    font-size: 12px;
    padding: 11px;
    box-sizing: border-box;
    line-height: 20px;
    color: #909090;
    text-transform: capitalize;
}

.flightdetails_inner .customIcon {
    position: relative;
}

    .flightdetails_inner .customIcon .count {
        font-style: initial;
        font-size: 8px;
        line-height: 1;
        position: absolute;
        left: 95%;
        top: -5px;
        min-height: 1.5em;
        min-width: 1.5em;
        transform: translateX(-50%);
        border-radius: 50px;
        background-color: rgba(var(--theme-primary));
        color: #fff;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.chooseroom_area {
    box-sizing: border-box;
    padding-top: 15px;
}

    .chooseroom_area h2 {
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #0061ab;
    }

    .chooseroom_area .form-control {
        border-radius: 0;
        text-transform: capitalize;
        font-size: 12px;
    }

    .chooseroom_area .form-group {
        margin-bottom: 0;
        margin-top: -1px;
    }

.row-0 {
    margin-left: -0px;
    margin-right: -0px;
}

    .row-0 .col,
    .row-0 [class^="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

.chooseroombox {
    border: 1px solid #eeeaea;
    box-sizing: border-box;
    padding: 12px;
    background-color: #eeeeeea3;
    position: relative;
}

.chooseroomtotalbox {
    position: relative;
    padding-top: 200px;
}

#chooseroombox_main {
    position: absolute;
    top: 0;
}

.chooseroombox p strong {
    display: block;
}

.chooseroombox p {
    line-height: 18px;
    text-transform: capitalize;
}

.chooseroombox .ptag {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 0 0 0;
}

    .chooseroombox .ptag p strong {
        display: block;
        font-size: 22px;
    }








#main {
    margin: 15px 0 0 0;
}

    #main #faq .card {
        margin-bottom: 5px;
        border: 0;
    }

        #main #faq .card .card-header {
            border: 0;
            -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            border-radius: 2px;
            padding: 0;
        }

            #main #faq .card .card-header .btn-header-link {
                color: #fff;
                display: block;
                text-align: right;
                background: #0061AB;
                color: #fff;
                padding: 10px;
                margin: 0;
            }

                #main #faq .card .card-header .btn-header-link:after {
                    content: "\f106";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    float: left;
                }

                #main #faq .card .card-header .btn-header-link.collapsed {
                    background: #007bff;
                    color: #fff;
                    /* border: 1px solid #000; */
                }

                    #main #faq .card .card-header .btn-header-link.collapsed:after {
                        content: "\f107";
                    }

        #main #faq .card .collapsing {
            background: #0061AB;
            line-height: 22px;
            font-size: 14px;
            color: #fff;
        }

        #main #faq .card .collapse {
            border: 0;
        }

            #main #faq .card .collapse.show {
                background: #fff;
                line-height: 22px;
                font-size: 14px;
                color: #333;
            }


.dVacation-pack.mobail_part {
    display: none;
}

.chooseroom_area .pricebox {
    max-width: 138px;
    text-align: left;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
}

.chooseroom_footer {
    margin-top: 10px;
}

    .chooseroom_footer .btn-primary {
        color: #fff;
        background-color: #0061ab;
        border-color: #0061ab;
    }

.chooseroom_area .pricebox strong {
    display: block;
    font-size: 24px;
}

.chooseroom_area .pricebox span {
    display: block;
    font-size: 18px;
    color: #000;
}

.description_textarea ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .description_textarea ul li {
        display: block;
        margin-top: 15px;
    }

        .description_textarea ul li h3 {
            display: block;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: 600;
            text-transform: capitalize;
        }

            .description_textarea ul li h3 img {
                max-width: 24px;
                width: 100%;
                margin-left: 10px;
            }

.description_textarea .text1 {
    display: none;
}

.description_textarea .text2 {
    display: none;
}
 
@media (max-width: 767px) {
    .Upgrade-Room-popup .modal-dialog {
        width: 95%;
        margin: 0;
    }

    .Upgrade-Room-popup .modal-body {
        margin: 0;
        overflow-x: scroll;
        padding: 20px;
    }
}
/*  spinner  */



.celltd {
    padding: 10px;
}

a.cityClick {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    background: var(--primary);
    border-radius: 10px;
    padding: 5px;
}
/*  jBox  */
.jBox-Modal .jBox-title {
    
}
.jBox-wrapper {
    text-align: right;
}


.hotelplusflight .filter-cont.package-organize {
    display: initial;
}

.desktop {
     
}
.mobile {
    display: none !important;
}

.ptop {
    padding-top: 10px;
}
.hideToPaxDet{
    visibility:hidden;
    position:absolute;
}
.hideToPaxDetT .form-icon {
     
}
.passenger_details .form-icon {
    position: absolute;
    bottom: 10px;
    left: 22px;
    float: left;
    color: #8e8e8e;
}
.titleMobHide{color:#fff;}
.writedetRemark {
    font-size: 12px;
}
.hideToPaxDetT h4 {
    bottom: 36px !important;
    line-height: 30px !important;
}
.passenger_details_main_area .passenger_box_two .passenger_body {
    
    min-height: 234px;
    
}
.new_booking_main_area .booking_details_three .total_booking_price .price_box h3 div {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2px;
}
.new_booking_main_area .booking_details_three .total_booking_price .price_box h3 span {
    display: initial;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2px;
}
.link-nDetail {
    display: none;
}

.footer-btm .site {
    display: none;
}

.new_css_start {
    direction: rtl;
}

.border_b {
    border-bottom: 1px solid #d3d3d3;
}

.datepicker {
    padding: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: rtl;
    text-align: center
}

 

.labelErr {
    display: none;
}

.danger {
    display: block;
    color: #fff;
    text-align: center;
}

.nameEnAlert {
    text-align: center;
    float: right;
    top: 20px;
    bottom: 10px;
    position: relative;
    top: -30px;
    right: 10px;
    color: #fff;
}

.firstName {    text-align: center}
.lastName {    text-align: center}
#mobile {    text-align: center}
.email {    text-align: center}
.new_booking_main_area .booking_details_three .total_booking_price .btn-booking {    min-width: 200px;    font-weight: 800;    font-size: 20px;}
.date-select {    z-index: 999;}
.new_booking_main_area .booking_details_three .total_booking_price .price_box h3 {    font-size: 40px;    text-align: center;}
.new_booking_main_area .booking_details_three .total_booking_price .price_box {    margin: auto;}
.passenger_body { background-image: url(../assets/img/passenger-box-banner.jpg)}
.font12{    font-size:12px;}
.dVacation-pack .timing .durationbox small {    font-size: 12px;    line-height: 8px;    display: block;    margin-top: 4px;    text-align: center;}
.dVacation-pack .timing .durationbox h3 {    font-size: 10px;    font-weight: 500;    margin-bottom: 3px;    line-height: 11px;    margin-top: 0;}
.dVacation-pack .filterItem .flightName {    font-weight: 500;    margin-right: 5px;    text-align: center;}
.flightpagelist .flightName {    font-weight: 500;    margin-right: 10px !important;    margin-left: 0px !important; }
.phone_box a{    color:#fff;}
.tnaeyhazmzna {    margin-top: 30px;}
.blackcolor{
    color:#212529;
}
.dated svg {
    margin-left: 8px;
    font-size: 16px;
    display: inline-block;
    vertical-align: -1px;
    color: #0061ab;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two .right_box {
    position: relative;
    padding-left: 50px;
}
.new_booking_main_area .booking_details_three .price_details .price_details_body h4 {
   text-align:center;
}
.new_booking_main_area .booking_details_three .price_details .price_details_body h5 {
    text-align: center;
}
.flight_time{
    visibility:hidden;
}
@media (max-width: 767px) {
    .container {padding-left: 0px;padding-right: 0px;}
    #main {padding-right: 15px;padding-left: 15px;}
    .desktop {display: none !important;}
    .mobile {display: initial !important;}
    .flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two .right_box .btn-book-now {   position: initial;        margin-top:20px;    }
    .order_details_contain .d-flex {display: initial !important;}
     .order_no_box .d-flex {display: initial !important;}   
    .after_booking_area .order_no_details_box .order_details_contain .order_details_box {margin: 10px 0px;}
    .after_booking_area .order_no_box .order_no_div {width: 100%;text-align: center;}
    .after_booking_area .order_no_box {    padding: 20px 20px;  margin-bottom: 25px; }
    .flight_only_area .flight_only_body .flight_box_one .left_box .flight_icon {
        width: 47px;
        height: 47px;
    }
    .flight_only_area .flight_only_body .flight_box_one .left_box .img_box {
        width: 46px;
        height: 46px;
        border: 1px solid #1884c7;
        margin: 0;
        position: absolute;
        right: 0;
    }
    .flight_only_area .flight_only_body .flight_box_one .right_box .right_box_one {
        position: relative;
        margin-bottom: 15px;
        padding-left: 0;
        max-width: 580px;
        margin-top: 30px;
    }
        .flight_only_area .flight_only_body .flight_box_one .right_box .right_box_one h3 {
            font-size: 16px;
            max-width: 34%;
        }
    .flight_only_area .flight_only_body .flight_box_one .right_box .right_box_two h5 {
        font-size: 14px;
    }
    .flight_only_area .flight_only_body .flight_box_one .right_box .btn-flight {
        font-size: 13px;
        padding: 8px 15px;
        margin-right: 15px;
    }
    .flight_only_area .flight_only_body .flight_box_two .flight_box_two_body .flight_box_two_div {
        max-width: 100%;
    }
    .d-flex.mobflex {
        display: initial !important;
    }
    .flight_box_two_div.sec{
        margin-top:20px;
    }
    .flight_only_area .flight_only_body .flight_box_two .flight_box_two_body .flight_box_two_div h4 {
        font-size: 14px;
    }
    .flight_only_area .flight_only_body .flight_box_two .flight_box_two_body .flight_box_two_div h4 span {
        font-size: 11px;
        color: #595757;
        display: block;
        margin-top: 3px;
    }
    .flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two .left_box h4 .img_icon_box {
        width: 30px;
    }
    .flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two .left_box h4 {
        font-size: 13px;
        margin-bottom: 15px;
        padding-right: 38px;
        line-height: 16px;
        padding-top: 10px;
    }
    .flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two .left_box h5 {
        font-size: 13px;
        padding-right: 40px;
        line-height: 16px;
    }
    .flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0px;
         
         background: initial; 
    }
    .flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two .left_box {
        display: none !important;
    }
    .flight_only_area .flight_only_body .flight_box_two .flight_box_two_body:before {
        background: initial;
    }
    .flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two .right_box {
         width: 100%;
        padding: 0px 10px;
        text-align: center;
        margin: auto;
    }
    .flight_only_area .flight_only_body .flight_box_three .flight_box_three_body_two {
        padding: 25px 5px;
    }
        .card-body {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: initial;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        border-radius: .25rem;
    }
    .flight-details-leftbox h4 {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 5px;
        text-transform: capitalize;
        color: #007bff;
        padding-top: 10px;
        padding-right: 10px;
        margin: 0px;
    }
    .vacationprice_area .flight-details .hldr {
        border-radius: 0px;
        padding: 0px;
        margin-top: 0;
    }
    .total_booking_price {
        background: #fff;
        padding: 20px 20px;
        box-sizing: border-box;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 99;
    }
        .total_booking_price .btn-booking {
            background: #007bff;
            color: #fff;
            text-transform: lowercase;
            padding: 0 14px;
            line-height: 0;
            height: 34px;
            font-size: 15px;
            font-weight: 500;
            margin-top: 10px;
            margin-left: 10px;
            width: 150px;
        }
        .total_booking_price h3 {
            font-size: 20px;
            text-align: center;
        }
    .phone_right { 
        margin-top: 70px;
    }
    .flight-details-leftbox {
        border: 0px solid #eeeaea;
        box-sizing: border-box;
        padding: 3px;
        background-color: #fff;
        position: relative;
        margin-top: 20px;
        background-color: #eeeeeea3;
        margin: 0px 15px;
    }
    .flight-details .hldr::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        background: #fff;
        content: "";
        width: 100%;
    }
    .roompricetitle{
        margin-left:10px;
    }
    .flight-details-leftbox .card {
        background-color: initial;
        border: 0px;
        padding-bottom: 0px;
    }
    
    div.btnarea {
        border: none;
        padding: 10px;
        background-color: #eee;
        border-radius: 0;
        margin-top: 10px;
    }
    .hotelplusflight_body   {
        margin-top: 10px;
    }
        .hotelplusflight_body h2 {
            font-size: 18px;
            margin: 00px 0px 10px 0px;
            padding: 5px;
        }
    .rowRoom .col-lg-3.col-md-3, .rowRoom .col-lg-2.col-md-2 {
        padding-bottom: 10px;
    }
    .d-flex.passenger {
        display: initial !important;
    }
    .passenger_body {
        background-image: initial
    }
    .passenger_details_main_area .passenger_box_two .passenger_body .pasenger_form { 
        margin-right: 15px;
        margin-left: 15px;
    }
      .filter-cont.package-organize h3 { 
        margin-right: 15px;
        margin-left: 15px;
    }
    
    .passenger_details_main_area .passenger_box_two .passenger_header h3 {
        padding: 0 0 7px;
        padding-right: 0px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-transform: capitalize;
        border-bottom: 0px solid #bfbfbf;
        margin-bottom:  0px;
        position: relative;
        padding-right: 25px;
    }
    .pasenger_form .form-group {
        width: 45%;
        margin: auto;
        margin-right: auto;
        padding: 0px;
        float: right;
        margin-right: 4px;
        margin-left: 0px;
    }
    .passenger_details_main_area .passenger_box_two .passenger_body {
        padding: 0px;
    }
        .passenger_details_main_area .passenger_box_two .passenger_header {
        padding: 20px 20px;
        color: #212529;
        background: initial;
    }
    .passenger_details_main_area .passenger_box_two .passenger_body .pasenger_form select.form-control {
        width: 100%;
         
    }
    .passenger_details_main_area .passenger_box_two .passenger_body .pasenger_form .form-group label { 
        visibility: hidden;
    }
    .passenger_details .form-icon {
        position: absolute;
        bottom: 0px;
        top: 45px;
        left: 22px;
        display: none;
    }
    .titleMobHide{
        display:none;
        height:4px;
    }
    .passenger_details .col-6 {
       margin-top:4px;
    }
    .passenger_details_main_area .passenger_box_two .passenger_body .pasenger_form h4 {
        line-height: 22px;
        color: #212529;
    }
    .passenger_details_main_area .passenger_box_two .passenger_body::before {
        
        background: initial;
    }
     
    .heading_area {
        width: 100%;
        padding: 20px 0;
        background: #020024;
        background: linear-gradient(180deg,#020024,#0162ac 0,#2687d1);
    }
    .dVacation-pack .flightpagelist .border-md-right [class^="ticket-topPart"] {
        padding: 0px;
        margin-bottom: 20px;
    }

    .dVacation-pack .flightpagelist .border-md-right [class^="ticket-topPart"] {
       
        margin-top: 10px;
    }

    
    .passenger_details_main_area {
        margin-top: -30px;
    }
        .passenger_details_main_area.booking_mobile_part {
            margin-top: 20px;
        }
    .guest_details_body h4 {
        color: #212529;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .credit_holder_main_area .credit_holder_form_area .header_box {
        padding: 0px;
        background: #fff;
        color: #212529;
    }
        .credit_holder_main_area .credit_holder_form_area .header_box h6 {
            padding: 0 0 7px;
            padding-right: 0px;
            font-size: 18px;
            font-weight: 600;
            color: #000;
            text-transform: capitalize;
            border-bottom: 2px solid #bfbfbf;
            margin-bottom: 10px;
            position: relative;
            padding-right: 25px;
        }
    .guest_details_body h3  {
        padding: 0 0 7px;
        padding-right: 0px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-transform: capitalize;
        border-bottom: 2px solid #bfbfbf;
        margin-bottom: 10px;
        position: relative;
        padding-right: 25px;
    }
        .heading_area .heading_body_area h1  {
            color: #fff;
            font-size: 16px;
            margin: 0 0 6px;
            letter-spacing: normal;
            font-weight: 600;
            position: relative;
            padding-right: 20px;
        }
        .heading_area .heading_body_area h2  {
            color: #fff;
            font-size: 16px;
            margin: 0 0 6px;
            letter-spacing: normal;
            font-weight: 600;
            position: relative;
            padding-right: 20px;
        }
        .heading_area .heading_body_area h3  {
            color: #fff;
            font-size: 14px;
            margin: 0 0 6px;
            letter-spacing: normal;
            font-weight: 400;
            position: relative;
            padding-right: 20px;
        }
    .new_booking_main_area .booking_details_three .price_details .price_details_main_body {
        padding: 20px 5px;
        border-left: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
    }
    
    .banner_area {
        background-image: url(../img/banner.jpg);
        width: 100%;
        height: 120px;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        padding: 34px 0;
    }
        .banner_area .banner_body {
            position: relative;
        }
        .banner_area .banner_body .banner_box .number  {
            width: 30px;
            height: 30px;
            border: 2px solid #fff;
            line-height: 28px;
            color: #000;
            background: #fff;
            box-sizing: border-box;
            border-radius: 50%;
            font-size: 15px;
            font-weight: 600;
            margin: 0 auto 6px;
        }
        .banner_area .banner_body::before {
            content: "";
            position: absolute;
            top: 14px;
            left: 0;
            width: 85%;
            height: 3px;
            background: #fff;
            right: 0;
            margin: 0 auto;
        }
    .chooseroom_footer .btn-primary {
        font-size:22px;
        font-weight:600;
        width: 90% !important;
        margin: auto;
    }
    .envUp2 {
        position: relative;
        top: -7px;
    }
    .txtUp1 {
        position: relative;
        top: 8px;
    }
    .txtUp2 {
        position: relative;
        top: 3px;
    }

    .justify-content-between {
        justify-content: space-between !important;
        margin: 0px 10px;
    }
    .banner_area .banner_body .banner_box .number.active  {
        background: #007bff;
        color: #fff;
    }

    .banner_area .banner_body .banner_box .number  {
        width: 30px;
        height: 30px;
        border: 2px solid #fff;
        line-height: 28px;
        color: #000;
        background: #fff;
        box-sizing: border-box;
        border-radius: 50%;
        font-size: 15px;
        font-weight: 600;
        margin: 0 auto 6px;
    }
    .banner_area .banner_body .banner_box .number {
        width: 30px;
        height: 30px;
        border: 2px solid #fff;
        line-height: 28px;
        color: #000;
        background: #fff;
        box-sizing: border-box;
        border-radius: 50%;
        font-size: 15px;
        font-weight: 600;
        margin: 0 auto 6px;
        text-align: center;
    }
    .banner_area .banner_body .banner_box h3  {
        color: #fff;
        margin: 0 0 0;
        padding: 0 0 0;
        font-size: 15px;
        font-weight: 400;
    }
    .credit_holder_main_area .container {
        padding-left: 1px;
        padding-right: 1px;
    }
}

@media (min-width: 900px) {
    .rowRoom .col-lg-3.col-md-3, .rowRoom .col-lg-2.col-md-2 {
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
    }
}
.width180{
    width:180px;
}









/*Preloading*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999999;
    opacity: 0.5;
}

.sk-spinner-wave.sk-spinner {
    margin: -15px 0 0 -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.ie8 .sk-spinner-wave.sk-spinner {
    display: none;
}

.sk-spinner-wave div {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 46px;
    height: 46px;
    background-color: #013580;
    animation: lds-ring 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/*Preloading*/