[class*="col-lg"], [class*="col-md"], [class*="col-sm"] {
    display: inline-block;
    float: none;
    margin: 0 -4px 0 0;
    vertical-align: top;
}
.page-title.booking-details-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page-title.booking-details-title span{
    font-size: 18px;
}
.page-title.booking-details-title span img{
    display: inline-block;
    margin-right: 5px;
}
.booking-details-sec{
    padding: 30px 0 50px 0;
}
.booking-details-sec .details-box{
    background: #f2f2f2; 
    padding: 20px 10px;
    min-height: 350px;
}
.booking-details-sec .details-box ul{
    margin: 0;
    padding: 0;
}
.booking-details-sec .details-box ul li{
    margin: 0;
    display: block;
    padding:5px 0;
    list-style: none;
}
.booking-details-sec .details-box ul li:last-child{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.booking-details-sec .details-box ul li a{
    color: #007700;
    font-size: 13px;
    line-height: 22px;
}
.booking-details-sec .details-box ul li a:hover{
    color: #007700;
}

.booking-details-sec .details-box ul li a img{
    display: inline-block;
    height: 26px;
    margin-right: 3px;
}
.booking-info-box{
    margin: 0 0 30px 0;
}
.booking-info-box h3{
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 7px 0;
}
.booking-info-box h3 span{
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-left: 20px;
}
ul.info-booking-address{
    margin: 0;
    padding: 0;
}
ul.info-booking-address li{
    margin: 0;
    padding:5px 0;
    list-style: none;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
ul.info-booking-address li span{
    display: inline-block;
    width: 160px;
}
ul.info-booking-address li em{
    font-style: normal;
    color: #f00;
}
 .tab-container {
    display: flex;
    flex-direction: row;
    padding: 5px 0 0 0;
}
.tab-buttons {
    flex: 0 0 103px;
    display: flex;
    flex-direction: column;
}
.tab-buttons button {
    padding: 8px 10px 8px 15px;
    text-align: left;
    border: none;
    background-color: rgba(0, 119, 0,0.5);
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 0 10px 10px 0;
    margin-bottom: 5px;
}
.tab-buttons button:hover {
    background-color: #007700;
}
.tab-content {
    flex: 1;
    padding:0 0 0 20px;
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-buttons button.active {
    background-color: #007700;
    font-weight: normal;
    color: #fff;
}
ul.passenger-tab-list{
    margin: 0;
    padding: 0;
}
ul.passenger-tab-list li{
    display: block;
    margin: 0;
    padding:5px 0;
    list-style: none;
    font-size: 14px;
    line-height: 22px;
}
ul.passenger-tab-list li span{
    display: inline-block;
    width: 150px;
}
ul.passenger-tab-list li a{
    color: #007700;
}
ul.passenger-tab-list li a:hover{
    color: #025502;
}
.booking-info-box .table > tbody > tr:last-child td{
    border-top: 2px solid #ddd;
}
ul.addons-list{
    margin: 0;
    padding: 0;
}
ul.addons-list li{
    margin: 0;
    padding:3px 0;
    list-style: none;
    display: block;
}
ul.addons-list li a{
    color: #007700;
    font-size: 14px;
    line-height: 32px;
}
ul.addons-list li a:hover{
    color: #025502;
}
ul.addons-list li a img{
    display: inline-block;
    margin-right: 5px;
}
.booking-details-sec .detial-modal .modal-body{
    box-shadow: none;
}
.rightbar-overlay {
    background-color: rgba(52, 58, 64, 0.55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 150vh;
}

.bcs-enabled .rightbar-overlay,
.trs-enabled .rightbar-overlay,
.ecs-enabled .rightbar-overlay,
.ics-enabled .rightbar-overlay,
.meal-sidebar-enabled .rightbar-overlay,
.weelchair-sidebar-enabled .rightbar-overlay,
.flyer-sidebar-enabled .rightbar-overlay,
.seat-sidebar-enabled .rightbar-overlay,
.passenger-sidebar-enabled .rightbar-overlay{
    display: block;
}
body.bcs-enabled,
body.trs-enabled,
body.ecs-enabled,
body.ics-enabled,
body.meal-sidebar-enabled,
body.weelchair-sidebar-enabled,
body.flyer-sidebar-enabled,
body.seat-sidebar-enabled,
body.passenger-sidebar-enabled  {
    overflow: hidden;
}
.booking-cancel-side,
.ticket-request-side,
.email-customer-side,
.issue-customer-side,
.meal-sidebar,
.wheelchair-sidebar,
.flyer-sidebar,
.seat-sidebar,
.passenger-info-sidebar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 60vw;
    z-index: 9999;
    float: right !important;
    right: -60vw;
    top: 0;
    bottom: 0;
}
.booking-cancel-side,
.ticket-request-side{
    width: 35vw;
    right: -35vw;
}
.email-customer-side,
.issue-customer-side,
.passenger-info-sidebar {
    width: 45vw;
    right: -45vw;
}
.flyer-sidebar {
    width: 70vw;
    right: -70vw;
}
.seat-sidebar {
    width: 80vw;
    right: -80vw;
}
.bcs-enabled .booking-cancel-side,
.trs-enabled .ticket-request-side,
.ecs-enabled .email-customer-side,
.ics-enabled .issue-customer-side,
.meal-sidebar-enabled .meal-sidebar,
.weelchair-sidebar-enabled .wheelchair-sidebar,
.flyer-sidebar-enabled .flyer-sidebar,
.seat-sidebar-enabled .seat-sidebar,
.passenger-sidebar-enabled .passenger-info-sidebar{
    right: 0;
}
a.btn-cloase-side {
    position: absolute;
    left: 0;
    top: 15px;
    width: 46px;
    padding: 0;
    border-radius: 0;
    transition: all .2s ease-out;
    opacity: 0;
}
.bcs-enabled .booking-cancel-side a.btn-cloase-side,
.trs-enabled .ticket-request-side a.btn-cloase-side,
.ecs-enabled .email-customer-side a.btn-cloase-side,
.ics-enabled .issue-customer-side a.btn-cloase-side,
.meal-sidebar-enabled .meal-sidebar a.btn-cloase-side,
.weelchair-sidebar-enabled .wheelchair-sidebar a.btn-cloase-side,
.flyer-sidebar-enabled .flyer-sidebar a.btn-cloase-side,
.seat-sidebar-enabled .seat-sidebar a.btn-cloase-side,
.passenger-sidebar-enabled .passenger-info-sidebar a.btn-cloase-side{
    left: -46px;
    opacity: 1;
}
.scrollbar {
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
}

.force-overflow
{
	min-height:50px;
}
.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.inner-sidebar-box{
    padding: 20px 30px;
    font-size: 14px;
    line-height: 24px;
}
.inner-sidebar-box h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #ccc;
    padding: 7px 0;
    font-weight: 500;
}
.inner-sidebar-box .boxholder{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    padding: 10px 0;    
}
.inner-sidebar-box .boxholder .box1{
    margin: 0;
    width: 200px;
}
.inner-sidebar-box .boxholder p{
    margin: 0;
}
.inner-sidebar-box .check-flight{
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.inner-sidebar-box .check-flight .form-group label{
    font-size: 14px;
}
button.btn-inner {
    background: #f78a2a;
    border: 0;
    color: #fff;
    padding: 2px 20px;
    font-size: 14px;
    line-height: 27px;
    border-radius: 5px;
}
button.btn-inner:hover{
    background: #e16900;
}
.email-customer-side .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 10px 0;
    padding: 0;
    align-items: center;
}
.email-customer-side .fieldset label {
    width: 25%;
}
.email-customer-side .fieldset label {
    width: 25%;
}
.email-customer-side .fieldset input[type="text"] {
    width: 330px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
}
.email-customer-side .fieldset .price-fields {
    width: 330px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.email-customer-side .fieldset .price-fields input[type="text"] {
    width: 50%;
    border-radius: 5px 0 0 5px;
    
}
.email-customer-side .fieldset .price-fields select {
    width: 50%;
    border: 1px solid #ccc;
    border-left: 0;
    padding: 0 0 0 10px;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
}
.issue-customer-side .check-flight {
    padding: 20px 0 10px 0;
}
.issue-customer-side .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 10px 0;
    padding: 0;
    align-items: center;
}
.issue-customer-side .inner-sidebar-box h2{
    border: 0;
    margin: 0;
}
.issue-customer-side .inner-sidebar-box p{
    margin: 0 0 10px 0;
}
.issue-customer-side .fieldset label {
    width: 100%;
    margin-bottom: 10px;
}
.issue-customer-side .fieldset input[type="text"] {
    width: 330px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
}
.issue-customer-side .fieldset .price-fields {
    width: 330px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.issue-customer-side .fieldset .price-fields input[type="text"] {
    width: 50%;
    border-radius: 5px 0 0 5px;
    
}
.tab-pane{
    display: none;
}
.tab-pane.active{
    display: block;
}
.tab-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tab-holder .tabs-box {
    width: 150px;
}
.tab-holder .tabs-box .nav-tabs{
    border: 0;
}
.tab-holder .tabs-box .nav-tabs li {
    display: block;
    padding: 0 15px 0 0;
    border: 0;
    float: none;
    width: 100%;
}

.tab-holder .tabs-box .nav-tabs > li.active > a, .tab-holder .tabs-box  .nav-tabs > li.active > a:hover {
    border: 0;
    display: block;
    background-color: #ffc899;
    font-weight: normal;
    color: #000;
}

.tab-holder .tabs-box .nav-tabs > li > a {
    padding: 8px 10px 8px 15px;
    text-align: left;
    border: none;
    background-color: #ffe3cc;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 0 10px 10px 0;
    margin-bottom: 5px;
}
.tab-content-holder {
    width: 80%;
}
ul.tabinner-list{
    margin: 0;
    padding: 0;
}
ul.tabinner-list li{
    padding: 0 0 8px 0;
    list-style: none;
    margin: 0 0 8px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
ul.tabinner-list li:last-child{
    border: 0;
}
ul.tabinner-list li span.passenger-type {
    width: 220px;
}

ul.tabinner-list li select.passenger-meal,
ul.tabinner-list li input.cardnumber {
    width: 40%;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 14px;
}

ul.tabinner-list li span.passenger-status {
    padding: 0 15px;
}
button.update-btn {
    padding: 5px 15px 5px 15px;
    text-align: left;
    border: none;
    background-color: #ffe3cc;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 5px;
    margin-bottom: 5px;
}
button.update-btn:hover{
    background: #ffc899;
}
.flyer-sidebar .tab-content-holder{
    width: 83%;
}
.flyer-sidebar .tab-content-holder ul.tabinner-list li select.passenger-meal, 
.flyer-sidebar .tab-content-holder ul.tabinner-list li input.cardnumber {
    width: 23%;
    margin-right: 15px;
}
.flyer-sidebar .tab-content-holder ul.tabinner-list li span.passenger-status{
    padding: 0 0 0 0;
}
.seat-select [type="radio"]:checked,
.seat-select [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.seat-select [type="radio"]:checked + label,
.seat-select [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.seat-select [type="radio"]:checked + label:before,
.seat-select [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.seat-select [type="radio"]:checked + label:after,
.seat-select [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e16900;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.seat-select [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.seat-select [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.seat-sidebar ul.tabinner-list li{
    justify-content: space-between;
}
.seat-sidebar ul.tabinner-list li span{
    width: 150px;
}
.seat-sidebar .tab-holder .tabs-box{
    width: 140px;
}
.seat-sidebar .tab-content-holder {
    width: 79%;
}
.seat-sidebar .table .thead-light th {
    color: #000;
    background-color: #f8f9fa;
    border-color: #eff2f7;
    font-size: 14px;
    font-weight: 500;
}
.seat-sidebar .table tr td {
    font-size: 13px;
}
.inner-sidebar-box h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 7px 0;
    font-weight: 500;
}
.seat-sidebar .inner-sidebar-box .check-flight {
    border: 0;
    padding: 0;
}
.seat-sidebar .inner-sidebar-box .check-flight .form-group label{
    font-size: 14px;
}
.seat-sidebar .inner-sidebar-box .check-flight .form-group label::before {
    padding: 7px;
}
.seat-sidebar .check-flight .form-group input:checked + label:after{
    left: 5px;
}
.total-box {
    background: #f9f9f9;
    padding: 15px 20px;
}
.seat-legend ul{
    margin: 0;
    padding: 0;
}
.seat-legend ul li{
    width: 20%;
    float: left;
    margin: 0 0 20px;
    color: #080808;
    font-weight: normal;
    font-size: 14px;
    list-style: none;
}
.seat-legend ul li img {
    position: relative;
    top: 0;
    margin-right: 10px;
}
.seat-row {
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.seat-row .show {
    float: left;
    width: 100%;
    position: relative;
    display: flex !important;
    justify-content: center;
 }
 .seat-row li {
    font-size: 13px;
    height: 28px;
    text-align: center;
    font-weight: normal;
    color: #8b8b8b;
    display: block;
    /* width: 14.28%; */
    width: 7.5%;
    float: left;
 }
 .scrollbar .scrollbar {
    height: 80vh;
}
.passenger-info-sidebar ul.tabinner-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.passenger-info-sidebar ul.tabinner-list li span {
    width: 170px;
}

.passenger-info-sidebar ul.tabinner-list li input[type="text"],
.passenger-info-sidebar ul.tabinner-list li input[type="date"],
.passenger-info-sidebar ul.tabinner-list li select {
    width: 68%;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 5px;
}
.booking-info-box th,
.booking-info-box td strong {
    font-weight: 500;
}


.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: rgba(0, 119, 0,0.5);
    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: #fff !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: #fff;
}
.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 rgba(0, 119, 0,0.5);
}
.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.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;
    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;
}