.modal-open .modal {
    background: rgba(255, 229, 207, 0.5);
    z-index: 9999;
}
.detial-modal .modal-content {
    background: #ffe3cb;
    box-shadow: none;
    border: 0;
    border-radius: 10px;
}
.detial-modal .modal-header{
    border: 0;
}
.detial-modal button.close{
    opacity: 1;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 30px;
    text-align: center;
    margin-top: 3px;
}
.detial-modal button.close:hover{
    background: #f58220;
    border-color: #f58220;
}
.detial-modal button.close img{
    width: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 0;
}
.detial-modal h3 {
    margin: 0;
    text-align: center;
    font-size: 20px;
}
.detial-modal .modal-body{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #fff2e7;
    border-radius: 10px;
    padding: 0;
}
.detial-modal .top-box{
    border-radius: 10px 10px 0 0;
    background: #fff2e7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.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;
}
.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: 15px 20px;
    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;
}
.flight-box-holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    border-radius: 10px;
}
.flight-box-holder .flight-box {
    width: 50%;
}
.flight-box-holder .flight-box .left-flight-box {
    width: 100%;
}
.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;
}
.flight-box .stops {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 10px;
    text-align: left;
}
.flight-box .stops strong {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.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: normal;
}
.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.webp) no-repeat 0 0 / 100%;
}
span.cancel-option:after{
    background: url(../images/flight-images/cancel.webp) no-repeat 0 0 / 100%;
}
span.check-option:after{
    background: url(../images/flight-images/correct.webp) 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;
    border-radius: 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.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;
    text-transform: uppercase;
    padding: 8px 50px;
    border: 0;
}
.next.ndc:hover {
    background: #f37323;
    color: #fff;
}
.ndc-sidebar{
    background: #f8f8f8;
    padding: 15px 15px 30px;
    border-radius: 10px;
}
.ndc-sidebar h4 {
    font-size: 18px;
}
ul.ndc-option-side{
    margin: 0 0 15px 0;
    padding: 0 0px 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: #ff0000;
}
.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 {
    background: #fff2e7;
    padding: 30px 0;
}
.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: normal;
}
.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: #ff0000;
}
.ndc-fare-details span.pendding:after{
    background: yellow;
}
.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;
}
/* new for offerprice page*/
.duration {
    width: 70%;
}

.flight-box .stops .duration span {
    display: inline-block;
}

.flight-box .stops .option {
    width: 30%;
}

    .flight-box .stops .option span {
        display: inline-block;
        position: relative;
        margin: 0 10px 0 0;
    }

        .flight-box .stops .option span:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 10px;
            height: 10px;
            width: 10px;
        }

        .flight-box .stops .option span.change:after {
            background: #35d91a;
        }

        .flight-box .stops .option span.change:last-child:after {
            top: 5px;
        }

        .flight-box .stops .option span.cancel:after {
            background: #ff0000;
        }

        .flight-box .stops .option span.pendding:after {
            background: yellow;
        }

    .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 .tooltip:hover:after {
        display: none;
    }