.modal-open .modal {
    background: #001848d9;
    z-index: 9999;
    overflow: hidden;
    width: 100%;
    padding-top: 0 !important;
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh
}

.detial-modal .modal-content {
    border-radius: 10px;
    margin-top: 50px;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto
}

    .detial-modal .modal-header, .detial-modal .modal-content.modal-flex .modal-header {
        border-radius: 0;
        padding: 10px 20px;
        border: none;
        background: #fff;
    }

    .detial-modal .modal-content.modal-flex {
        background: #fff
    }

.detial-modal button.close {
    width: 40px;
    height: 45px;
    background: red;
    text-align: center;
    display: block;
    border: none;
    cursor: pointer;
    position: sticky;
    top: 0;
    margin-left: auto;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: -15px;
    border-radius: 0 0 30px 30px
}

    .detial-modal button.close:hover {
        background: #d30000
    }

.detial-modal h3 {
    margin: 0;
    text-align: left;
    font-size: 22px;
    color: #001848
}

.detial-modal .modal-body {
    box-shadow: none;
    background: #fff;
    padding: 0 10px
}

.detial-modal .top-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 3px solid #0d2451;
    background: #fff
}

    .detial-modal .top-box ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

        .detial-modal .top-box ul li {
            list-style: none;
            margin: 0 30px 0 0 !important;
            padding: 0 !important;
            color: #736d68 !important;
            font-size: 16px !important;
            line-height: 24px !important;
            border: 0;
            width: auto !important
        }

.oneway .modal-lg .flight-box-holder .flight-box {
    padding: 10px 0
}

.detial-modal .top-box ul li:after, .detial-modal .top-box ul li:before {
    display: none !important
}

.top-box .right-box a.btn-book {
    display: inline-block;
    background: #f58220;
    color: #fff;
    padding: 2px 15px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 10px
}

.detial-modal .top-box span.modal-price {
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.flight-box {
    padding: 0;
    border-radius: 10px;
    background: #fff
}

    .flight-box .left-flight-box {
        display: flex;
        flex-wrap: wrap;
        border-left: 8px solid #b4b4b4;
        padding: 5px 15px;
        border-radius: 5px 0 0 5px;
        width: 80%
    }

.baggage-added {
    display: block;
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-align: left
}

.duration-bar {
    display: block;
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: left
}

    .duration-bar:before {
        content: '';
        position: absolute;
        left: 0;
        top: 13px;
        width: 100%;
        height: 1px;
        background: #b4b4b4
    }

    .duration-bar span {
        display: inline-block;
        position: relative;
        background: #fff;
        color: #dd1b1b;
        font-size: 15px;
        line-height: 24px;
        padding-right: 10px
    }

.return .modal-lg {
    width: 1200px;
    margin: auto
}

.modal-lg {
    margin: auto !important
}

.flight-box-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 20px;
    width: 100%;
    background: #fff;
    gap: 15px;
    border-radius: 10px
}

    .flight-box-holder .flight-box { 
        flex: 1 1 48%;
        min-width: 300px;
    }
.passenger-holder h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

        .flight-box-holder .flight-box .left-flight-box {
            width: 100%;
            padding: 12px;
            margin: 10px 0;
            list-style: none;
            border: 1px solid #ced4da;
            border-radius: 10px;
            cursor: default;
            transition: all 0.2s ease-in-out
        }

            .flight-box-holder .flight-box .left-flight-box h5 {
                font-size: 17px
            }

        .flight-box-holder .flight-box.box-right .left-flight-box {
            border-left: 8px solid #f9b47a
        }

        .flight-box-holder .flight-box.box-right {
            position: relative
        }

            .flight-box-holder .flight-box.box-right::after {
                content: '';
                position: absolute;
                left: 0;
                top: 15px;
                width: 1px;
                height: 92%;
                background: #b4b4b4
            }

.single-view-modal .detial-modal .modal-body {
    box-shadow: none
}

.flight-box .stops {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:center;
    margin: 0 0 10px;
    text-align: left
}

    .flight-box .stops strong {
        width: 100%;
        display: block; 
        font-weight: 400;
        font-size: 18px;
        line-height: 24px
    }
.col-lg-6{
    flex: 1 1 46%;
    min-width: 300px;
}
.flight-box .stops span {
    display: block;
    margin: 0 20px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.flight-box .left-flight-box .fligut-route .holder .text-box {
    overflow: hidden;
    padding: 0 0 0 10px;
    text-align: left
}

.flight-box .left-flight-box .fligut-route .holder-end {
    padding: 0;
    width: 30%;
    text-align: left
}

.fares-table {
    padding: 0 20px
}

    .fares-table .table > thead > tr > th {
        border: 1px solid #ddd !important;
        text-align: center;
        font-weight: 400
    }

        .fares-table .table > thead > tr > th:last-child {
            border: 0 !important;
            border-bottom: 1px solid #ddd !important
        }

    .fares-table .table > tbody > tr > td {
        padding: 4px 0 4px 0;
        border: 0
    }

    .fares-table .table .fare-holder {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: stretch
    }

        .fares-table .table .fare-holder .box-left {
            width: 83%
        }

        .fares-table .table .fare-holder .box-right {
            width: 17%
        }

.fare-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd
}

    .fare-row:first-child {
        border-bottom: 0
    }

.fares-table .table .fare-holder .fare-row .fare-col {
    text-align: center;
    width: 25%;
    border: 1px solid #ddd;
    border-bottom: 0;
    font-size: 13px
}

    .fares-table .table .fare-holder .fare-row .fare-col:nth-child(2) {
        text-align: center;
        width: 27%;
        border-left: 0
    }

    .fares-table .table .fare-holder .fare-row .fare-col:nth-child(3) {
        text-align: center;
        width: 22%;
        border-left: 0
    }

    .fares-table .table .fare-holder .fare-row .fare-col:nth-child(4) {
        text-align: center;
        width: 25.5%;
        border-left: 0
    }

    .fares-table .table .fare-holder .fare-row .fare-col span {
        display: inline-block;
        line-height: 28px;
        padding: 3px 0
    }

.fares-table .table .fare-holder .box-right .fare-col {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-left: 0;
    margin-left: -1px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

    .fares-table .table .fare-holder .box-right .fare-col span {
        display: inline-block;
        background: #f58220;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        padding: 0 10px;
        border-radius: 5px
    }

.refresh-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin-left: -1px;
    border-left: 0;
    padding: 19px 0 20px
}

    .refresh-holder span {
        display: inline-block;
        margin: 0 3px;
        position: relative
    }

        .refresh-holder span img {
            width: 30px
        }

        .refresh-holder span:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 12px;
            height: 12px
        }

span.change-option:after {
    background: url(../images/flight-images/new-moon.png) no-repeat 0 0 / 100%
}

span.cancel-option:after {
    background: url(../images/flight-images/cancel.png) no-repeat 0 0 / 100%
}

span.check-option:after {
    background: url(../images/flight-images/correct.png) no-repeat 0 0 / 100%
}

.baggage-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

    .baggage-holder .top-row {
        width: 100%;
        display: flex;
        justify-content: center;
        border: 1px solid #ddd;
        border-left: 0;
        padding: 5px 0
    }

        .baggage-holder .top-row:first-child {
            border-bottom: 0
        }

        .baggage-holder .top-row span {
            display: inline-block;
            margin: 0 3px;
            position: relative
        }

            .baggage-holder .top-row span img {
                width: 24px
            }

            .baggage-holder .top-row span:after {
                content: '';
                position: absolute;
                right: 0;
                bottom: 0;
                width: 12px;
                height: 12px
            }

.fares-table .price {
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    border-left: 0;
    padding: 23px 0 24px
}

    .fares-table .price span {
        display: inline-block
    }

.fares-table .open {
    text-align: center;
    width: 100%;
    border: 1px solid #fff2e7
}

    .fares-table .open span {
        display: block;
        padding: 23px 0 24px;
        background: #ffe3cb
    }

ul.route-detail-list.ndc-flight-details {
    border: 0;
    padding: 15px;
    border-radius: 0
}

.duration {
    flex-grow: 1;
}

.flight-box .stops .option {
    width: 30%;
    display: flex;
    gap: 10px;
}

    .flight-box .stops .option span {
        display: inline-block;
        position: relative;
        margin: 0 10px 0 0;
    }

ul.route-detail-list.ndc-flight-details li {
    border: 0;
    margin-bottom: 30px
}

    ul.route-detail-list.ndc-flight-details li .flight-box {
        border: 0;
        padding: 0;
        border-radius: 0
    }

ul.route-detail-list.ndc-flight-details .flight-box .left-flight-box {
    width: 100%
}
ul.route-detail-list.ndc-flight-details .flight-box .left-flight-box {
    background: #f4f7fb;
    padding: 10px 15px;
}
ul.route-detail-list.ndc-flight-details .flight-box.box-right .left-flight-box {
    border-left: 8px solid #f9b47a
}

.next.ndc {
    background: #ff8900;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    position: relative;
    color: #fff;
    display:inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 8px 50px;
    border: 0
}

    .next.ndc:hover {
        background: #f37323;
        color: #fff
    }

.ndc-sidebar {
    background: #fff;
    padding: 15px 15px 30px; 
}

    .ndc-sidebar h4 {
        font-size: 18px
    }

ul.ndc-option-side {
    margin: 0 0 15px 0;
    padding: 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #b4b4b4
}

    ul.ndc-option-side li {
        display: inline-block;
        margin: 0 20px 15px 0
    }

        ul.ndc-option-side li span {
            position: relative;
            display: inline-block;
            margin: 0 10px 0 0
        }

            ul.ndc-option-side li span img {
                width: 28px
            }

            ul.ndc-option-side li span:after {
                content: '';
                position: absolute;
                right: -4px;
                top: -4px;
                width: 12px;
                height: 12px;
                border-radius: 12px
            }

span.change:after {
    background: #35d91a
}

span.cancel:after {
    background: red
}

.ndc-tabs ul#tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b4b4b4
}

    .ndc-tabs ul#tabs-nav li {
        list-style: none;
        margin: 0 5px 0 0;
        padding: 0
    }

        .ndc-tabs ul#tabs-nav li a {
            display: block;
            padding: 5px 10px;
            background: #fce0c8;
            border-radius: 10px 10px 0 0
        }

        .ndc-tabs ul#tabs-nav li:hover a, .ndc-tabs ul#tabs-nav li.active a {
            color: #000;
            background: #ffc899
        }

.ndc-innertab {
    padding: 10px 0 0 0
}

    .ndc-innertab ul.top-list {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #b4b4b4
    }

        .ndc-innertab ul.top-list li {
            list-style: none;
            padding: 0;
            margin: 0 0 15px 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center
        }

            .ndc-innertab ul.top-list li span {
                display: inline-block;
                width: 7%;
                text-align: center;
                margin: 0 5px 0 0
            }

            .ndc-innertab ul.top-list li div {
                display: inline-block;
                width: 92%
            }

            .ndc-innertab ul.top-list li p {
                margin: 0;
                font-size: 12px;
                line-height: 18px
            }

                .ndc-innertab ul.top-list li p a {
                    color: #f58220
                }

    .ndc-innertab .btm-box {
        display: block;
        padding: 15px 0 15px 0
    }

        .ndc-innertab .btm-box strong {
            display: block;
            margin: 0 0 0;
            font-size: 13px
        }

        .ndc-innertab .btm-box p {
            margin: 0;
            font-size: 12px;
            line-height: 18px
        }

        .ndc-innertab .btm-box ul {
            margin: 0;
            padding: 10px 0
        }

            .ndc-innertab .btm-box ul li {
                font-size: 12px;
                line-height: 18px;
                list-style: none;
                margin: 0;
                padding: 0
            }

                .ndc-innertab .btm-box ul li span {
                    display: inline-block;
                    width: 17%;
                    margin-right: 15px
                }

#tabs-content {
    max-height: 500px;
    overflow-y: auto
}

.ndc-fare-sec {
    padding: 10px 0 30px;
}

    .ndc-fare-sec h2 {
        margin: 0 0 10px 0;
        font-size: 22px;
        line-height: 30px
    }

.ndc-table table.table {
    background: #fff;
    border-radius: 5px;
    padding: 0 0 20px 0;
    margin: 0;
    display: block
}

    .ndc-table table.table > thead > tr > th {
        border-bottom: 3px solid #fff2e7;
        font-weight: 500;
        font-size: 14px;
        padding: 8px 0 8px 20px
    }

    .ndc-table table.table > tbody > tr > td {
        padding: 5px 0 5px 14px;
        border-bottom: 2px solid #b4b4b4
    }

    .ndc-table table.table > tbody > tr:last-child > td {
        border-bottom: 0
    }

.ndc-fare-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

    .ndc-fare-details .left-box {
        width: 70%;
        display: flex;
        flex-wrap: wrap
    }

        .ndc-fare-details .left-box .box-row {
            display: flex;
            align-items: center;
            padding: 3px 0;
            border-bottom: 1px solid #e9e9e9
        }

            .ndc-fare-details .left-box .box-row:last-child {
                border-bottom: 0
            }

            .ndc-fare-details .left-box .box-row .box-col {
                display: inline-block;
                padding: 0 10px 0 0;
                font-size: 14px;
                width: 85px
            }

                .ndc-fare-details .left-box .box-row .box-col:nth-child(2) {
                    width: 190px;
                    padding-left: 20px
                }

                .ndc-fare-details .left-box .box-row .box-col:nth-child(3) {
                    width: 181px;
                    padding-left: 20px
                }

                .ndc-fare-details .left-box .box-row .box-col:nth-child(4) {
                    width: 80px;
                    padding-left: 20px
                }

                .ndc-fare-details .left-box .box-row .box-col:nth-child(5) {
                    width: 110px;
                    padding-left: 20px
                }

                .ndc-fare-details .left-box .box-row .box-col:nth-child(6) {
                    width: 191px;
                    padding-left: 20px
                }

    .ndc-fare-details span {
        display: inline-block;
        position: relative;
        padding: 0 3px;
        width: 23px;
        cursor: pointer
    }

        .ndc-fare-details span img {
            width: 100%
        }

    .ndc-fare-details .right-box {
        width: 30%;
        display: flex;
        flex-wrap: wrap
    }

        .ndc-fare-details .right-box span {
            padding: 0 3px 0 0;
            width: 27px;
            position: relative
        }

        .ndc-fare-details .right-box .box-col {
            padding-left: 10px;
            width: 92px
        }

            .ndc-fare-details .right-box .box-col em {
                display: inline-block;
                font-style: normal;
                font-size: 12px;
                padding: 1px 5px;
                color: #000;
                background: #ffcdcd;
                border-radius: 3px;
                border: 1px solid #7d7d7d
            }

            .ndc-fare-details .right-box .box-col:nth-child(2) {
                width: 70px;
                padding: 0;
                text-align: center
            }

            .ndc-fare-details .right-box .box-col:nth-child(3) {
                width: 107px;
                padding-left: 10px
            }

            .ndc-fare-details .right-box .box-col:nth-child(4) {
                text-align: center;
                padding-left: 0
            }

                .ndc-fare-details .right-box .box-col:nth-child(4) a {
                    display: inline-block;
                    border-radius: 6px;
                    background: #f58220;
                    color: #fff;
                    padding: 1px 9px;
                    font-size: 14px;
                    font-weight: 400
                }

                    .ndc-fare-details .right-box .box-col:nth-child(4) a:hover {
                        background: #f37323;
                        color: #fff
                    }

    .ndc-fare-details span:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 10px;
        height: 10px;
        width: 10px
    }

    .ndc-fare-details .left-box .box-row .box-col:nth-child(5) span:last-child:after {
        top: 5px
    }

    .ndc-fare-details span.change:after {
        background: #35d91a
    }

    .ndc-fare-details span.cancel:after {
        background: red
    }

    .ndc-fare-details span.pendding:after {
        background: #ff0
    }

.user-login {
    padding: 10px 0 0;
    margin: -10px 0 0 20px
}

.box-col .tooltip {
    display: none;
    position: absolute;
    background-color: #fff2e7;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #999
}

.box-col span:hover .tooltip {
    display: block;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    z-index: 10
}

.box-col .tooltip:hover:after {
    display: none
}

.wrapper {
    min-height: 100%;
    margin-bottom: 0;
    padding-bottom: 0
}

.heading-with-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

    .heading-with-price .heading-price span {
        display: block;
        font-size: 26px;
        line-height: 30px;
        color: #000
    }

        .heading-with-price .heading-price span em {
            display: inline-block;
            margin: 0 5px 0 0;
            font-style: normal;
            font-size: 18px
        }

.flight-box .stops .option .tooltip {
    display: none;
    position: absolute;
    background-color: #fff2e7;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #999;
    width: auto;
    left: -150px;
    bottom: 100%;
}

.flight-box .stops .option span:hover .tooltip {
    display: block;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    z-index: 10;
}
.flight-box .stops .option span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    height: 10px;
    width: 10px;
}

.flight-box .stops .option .tooltip:hover:after {
    display: none;
}
.passenger-info {
    padding: 40px 0 30px 0;
}

.passenger-holder {
    background: #fff;
    border-radius: 0px;
    padding: 20px 20px; 
    margin-bottom: 30px;
}

    .passenger-holder .fieldset {
        margin-bottom: 20px;
    }

    .passenger-holder h4, .passenger-holder h5 {
        color: #ff8900;
    }

    .passenger-holder .info-box .top-row {
        display: flex;
        justify-content: flex-start;
        margin: 0 0 0 -30px;
    }

        .passenger-holder .info-box .top-row .fieldset {
            margin: 0 0px 20px 30px;
            position: relative;
        }

    .passenger-holder .info-box .fieldset label {
        font-weight: 400;
        color: #707980;
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 0 0;
        display: block;
    }

.info-box .fieldset input[type="text"], .info-box .fieldset input[type="password"], .info-box1 .fieldset input[type="text"], .info-box .fieldset select, input[type="number"] {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0;
    outline: none;
}

.passenger-holder .info-box .btm-row {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0 -30px;
}
.passenger-holder h4{
    margin-bottom: 12px;
}
.passenger-holder .info-box .btm-row .fieldset {
    margin: 0 0px 0px 30px;
    width: 29%;
    position: relative;
}

        .passenger-holder .info-box .btm-row .fieldset.has-icon {
            position: relative;
        }

            .passenger-holder .info-box .btm-row .fieldset.has-icon img {
                position: absolute;
                right: 0;
                bottom: 10px;
                width: 22px;
                pointer-events: none;
                filter: brightness(0) saturate(100%) invert(83%) sepia(0%) saturate(1319%) hue-rotate(164deg) brightness(97%) contrast(98%);
            }

.info-btn-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

    .info-btn-holder .next {
        background: #ff8900;
        font-size: 14px;
        font-weight: 500;
        border-radius: 30px;
        position: relative;
        color: #fff;
        text-transform: uppercase;
        padding: 6px 30px;
        border: 0;
    }

        .info-btn-holder .next:hover {
            background: #f37323;
        }

.sidebar {
    padding: 0;
}

    .sidebar .side-box {
        padding: 0;  
        background: #fff;
        margin-bottom: 15px;
        text-align: left; 
    }

        .sidebar .side-box h3 {
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            margin: 0;
            padding: 10px 15px;
            background: #ff8900;
            border-radius: 10px 10px 0 0;
            overflow: hidden;
        }

            .sidebar .side-box h3 a {
                color: #fff;
                font-size: 14px;
                float: right;
                background: none;
                border-radius: 30px;
                line-height: 24px;
                font-weight: 500;
                text-transform: uppercase;
                border: 1px solid #ff8900;
                padding: 0 15px;
            }

                .sidebar .side-box h3 a:hover {
                    border: 1px solid #f37323;
                    background: #f37323;
                }

        .sidebar .side-box .inner-box {
            padding: 10px 15px;
        }

        .sidebar .side-box .inner-box {
            padding: 10px 15px;
        }

            .sidebar .side-box .inner-box h4 {
                font-size: 18px;
                line-height: 24px;
                font-weight: 500;
                color: #080808;
                margin: 0 0 5px 0;
                padding: 0;
            }

            .sidebar .side-box .inner-box ul.top-list {
                padding: 0;
                margin: 0;
            }

                .sidebar .side-box .inner-box ul.top-list li {
                    list-style: none;
                    display: inline-block;
                    padding: 0 0 0 10px;
                    margin: 0;
                    font-size: 12px;
                    line-height: 18px;
                    color: #757575;
                    position: relative;
                }

                    .sidebar .side-box .inner-box ul.top-list li:after {
                        content: '';
                        position: absolute;
                        left: 2px;
                        top: 2px;
                        width: 2px;
                        height: 12px;
                        background: #8c8c8c;
                    }

                    .sidebar .side-box .inner-box ul.top-list li:first-child {
                        padding-left: 0;
                    }

                        .sidebar .side-box .inner-box ul.top-list li:first-child:after {
                            display: none;
                        }

            .sidebar .side-box .inner-box ul.btm-list {
                margin: 0;
                padding: 10px 0 0;
            }

                .sidebar .side-box .inner-box ul.btm-list li {
                    display: block;
                    list-style: none;
                    padding: 0 0 10px 0;
                    margin: 0 0 10px 0;
                    border-bottom: 1px solid #efefef;
                }

                    .sidebar .side-box .inner-box ul.btm-list li:last-child {
                        border: 0;
                        margin: 0;
                        padding: 0;
                    }

                    .sidebar .side-box .inner-box ul.btm-list li .top {
                        padding: 0 0 10px 0;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: space-between;
                    }

                        .sidebar .side-box .inner-box ul.btm-list li .top span {
                            font-size: 12px;
                            color: #080808;
                            line-height: 18px;
                            margin: 0;
                            padding: 0;
                            display: flex;
                            font-weight: 500;
                        }

                    .sidebar .side-box .inner-box ul.btm-list li .btm {
                        padding: 0;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                    }

                        .sidebar .side-box .inner-box ul.btm-list li .btm .box h5 {
                            font-size: 14px;
                            line-height: 24px;
                            color: #080808;
                            font-weight: 400;
                            margin: 0;
                            font-family: 'Poppins', sans-serif;
                        }

                        .sidebar .side-box .inner-box ul.btm-list li .btm .box p {
                            font-size: 11px;
                            line-height: 18px;
                            color: #696969;
                            margin: 0;
                            font-weight: 500;
                        }

                        .sidebar .side-box .inner-box ul.btm-list li .btm .box-m {
                            text-align: center;
                            position: relative;
                            width: 140px;
                            margin: -4px 0 0 0;
                        }

                            .sidebar .side-box .inner-box ul.btm-list li .btm .box-m:after {
                                content: '';
                                position: absolute;
                                left: 18px;
                                top: 26px;
                                height: 2px;
                                width: 70%;
                                border-bottom: 2px dashed #ddd;
                            }

                            .sidebar .side-box .inner-box ul.btm-list li .btm .box-m h6 {
                                font-size: 14px;
                                line-height: 18px;
                                color: #080808;
                                font-weight: 400;
                                margin: 0 0 15px 0;
                                font-family: 'Poppins', sans-serif;
                                position: relative;
                            }

                                .sidebar .side-box .inner-box ul.btm-list li .btm .box-m h6:after {
                                    content: '';
                                    position: absolute;
                                    left: 45%;
                                    bottom: -18px;
                                    height: 18px;
                                    width: 20px;
                                    background: url(assets/images/icon-plane.png) no-repeat 0 0;
                                    z-index: 1;
                                }

                            .sidebar .side-box .inner-box ul.btm-list li .btm .box-m span.time-dur {
                                font-size: 12px;
                                line-height: 18px;
                                color: #696969;
                                margin: 0;
                                font-weight: 500;
                                display: block;
                                position: relative;
                            }

                                .sidebar .side-box .inner-box ul.btm-list li .btm .box-m span.time-dur:after,
                                .sidebar .side-box .inner-box ul.btm-list li .btm .box-m span.time-dur:before {
                                    width: 7px;
                                    height: 7px;
                                    content: '';
                                    position: absolute;
                                    left: 14px;
                                    top: -10px;
                                    background: #ddd;
                                    border-radius: 20px;
                                }

                                .sidebar .side-box .inner-box ul.btm-list li .btm .box-m span.time-dur:after {
                                    left: auto;
                                    right: 20px;
                                }

.side-box table {
    width: 100%;
}

    .side-box table thead tr {
        background: #ff8900;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

        .side-box table thead tr th {
            color: #fff;
            font-size: 14px;
            line-height: 20px;
            padding: 6px 10px;
            font-weight: 400;
            border: 0;
        }

            .side-box table thead tr th:first-child {
                border-radius: 10px 0 0 0;
            }

            .side-box table thead tr th:last-child {
                border-radius: 0px 10px 0 0;
            }

    .side-box table tbody tr:nth-child(even) {
        background: #f7f7f7;
    }

    .side-box table tbody tr td {
        color: #161b21;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 10px;
        font-weight: 400;
        border: 1px solid #e0e0e0;
    }

        .side-box table tbody tr td:first-child {
            border-left: 0;
        }

        .side-box table tbody tr td:last-child {
            border-right: 0;
        }

.side-box .total {
    padding: 7px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .side-box .total p {
        font-size: 14px;
        line-height: 20px;
        color: #080808;
        margin: 0;
        padding: 0;
        font-weight: 500;
    }

    .side-box .total strong {
        font-size: 20px;
        line-height: 28px;
        color: #ff8900;
        margin: 0;
        padding: 0;
        font-weight: 500;
    }

        .side-box .total strong em {
            font-style: normal;
            font-size: 14px;
        }

.notice-box {
    width: 100%;
    float: left;
    padding: 15px;
    background: white;
    border: 1px #f0f0f0 solid;
    margin-top: 30px;
    margin-left: 0;
    border-radius: 8px;
    margin-bottom: 20px;
}

    .notice-box p {
        margin: 0;
    }

.fieldset textarea {
    border: 1px #f0f0f0 solid;
    border-radius: 8px;
    margin-top: 10px;
}

span.sml-note {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 10px 0 0 0;
}


.price-comment-tip {
    position: absolute;
    width: 340px;
    height: fit-content;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 7px;
    background: white;
    z-index: 1111;
    transform: translateY(10px);
    top: 25px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.icon-botext {
    display: flex;
    gap: 10px;
    position: relative;
    align-items: center;
}

    .icon-botext span.tool-tip.price-comment:hover .price-comment-tip {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
    }

.col-lg-8 {
    flex: 1 1 67%;
    min-width: 300px;
}

.col-lg-4 {
    min-width: 250px;
    flex: 1 1 30%;
}



.passenger-info .row {
    gap: 20px;
}


.modal {
    overflow: hidden;
    position: fixed;
    inset: 0;
    background: #00000078;
    z-index: 1050;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


body.modal-open .modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}