.flight_wrap {
    padding: 140px 0 20px;
}

.flight_wrap .traveller_detail_wrapper {
    margin-top: -30px;
}

label.form-label {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #2c2c2c;
}

.detail_list ul.list-items {
    padding: 15px !important;
}

.flight_wrap .shadow-box-head h5 {
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    border-radius: 0;
}

.detail_list ul.list-items.infant-list {
    padding: 0 !important;
}

.bg_blue {
    background: #EDF1FF;
}

.detail_list ul li.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

.detail_list ul li:first-child {
    margin-bottom: 8px;
}

.detail_list ul li:first-child .fair_cont {
    font-weight: 600;
    color: #2C2C2C;
}

.detail_list ul li .fair_cont {
    color: #808080;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    padding: 0;
}

.detail_list ul li .fair_price {
    color: #26377E;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    font-weight: 500;
    text-align: right;
}

.detail_list ul li .fair_cont img.icon {
    margin-right: 5px;
}

.detail_list ul.list-items.infant-list li {
    padding: 10px 15px;
    margin: 0 !important;
}

.detail_list .final_price {
    border-radius: 0;
    background: rgb(237 241 255);
    margin-top: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    border-top: 1px dashed #C5C5C5;
}

.detail_list .final_price .ttl_p {
    color: #2C2C2C;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}


.detail_list .final_price .ttl_p span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.detail_list .final_price .price_inr {
    color: #26377E;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.detail_box .fare-rule {
    padding: 15px 15px 0;
}

.detail_box .fare-rule p {
    color: #808080;
    font-size: 11px;
    line-height: 21px;
    text-align: left;
}

.detail_box .fare-rule-bottom .title h5 {
    background-color: #F2F3F7;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    color: #26377E;
    margin-top: 10px;
}

.detail_box .fare-rule-bottom .title p {
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    color: #2C2C2C;
    margin: 0;
}

.flight_wrap .help-wrapper {
    padding: 15px;
}

.flight_main_dtl .depart {
    background: #E5EAFF;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bagage_accordion .accordion-button {
    background: #E9E9E9;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 15px;
}

.bagage_accordion .accordion-button h5 {
    font-size: 14px;
    line-height: 26px;
    color: #2c2c2c;
    margin: 0;
}

.bagage_accordion .accordion-item {
    border-radius: 0 !important;
    border: 0;
}

.bagage_accordion .accordion-button::after {
    right: 15px;
    left: auto;
}


.flight_main_dtl .depart.style-one {
    background: #E9E9E9;
}

.flight_wrap .flight_main_dtl .card {
    border-radius: 12px;
    box-shadow: none;
}



.flight_main_dtl .flight-detail-box {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sign-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    box-shadow: rgba(0 0 0 / 11%) 0 0 9px 0;
    margin-bottom: 20px;
}

.sign-box .left_side {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sign-box .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background-color: #BB953C;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sign-box .icon img {
    width: 30px;
    height: 20px;
}

.sign-box h6 {
    font-size: 16px;
    line-height: 26px;
    color: #2C2C2C;
    margin: 0;
    font-weight: 700;
}

.sign-box p {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    margin: 0;
    font-weight: 600;
}

.flight_wrap .form-box {
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: rgba(0 0 0 / 11%) 0 0 9px 0;
}

.flight_wrap .form-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E5EAFF;
    padding: 15px;
    margin-bottom: 20px;
}

.flight_wrap .form-title-wrap.bg-gray {
    background: #E9E9E9;
}

.flight_wrap .heading_theme {
    display: inline-block;
    color: #2C2C2C;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}

.flight_wrap .form-head {
    margin-bottom: 20px;
}

.flight_wrap .form-head h5 {
    font-size: 17px;
    line-height: 26px;
    color: #2C2C2C;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 20px;
}

.flight_wrap .form-head span {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 0 15px;
}

.flight_wrap .form-head span img {
    margin-top: 5px;
}

.flight_wrap .form-head span p {
    font-size: 15px;
    line-height: 25px;
    color: #B89338;
    margin: 0;
    font-weight: 400;

}

.flight_wrap form .form-group input[type="text"],
.flight_wrap form .form-group input[type="tel"],
.flight_wrap form .form-group select {
    background-color: #fff;
    border: 1px solid #B5B2B2;
    border-radius: 5px;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    color: #0D2857;
    padding: 10px 20px 10px !important;
    line-height: 1;
    transition: 0.35s;
    min-height: 50px;
}

.input-group-text {
    border: 1px solid #B5B2B2;
}

.flight_wrap form .form-group input[type="tel"] {
    padding-left: 90px !important;
}

.flight_wrap form .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.flight_wrap .form-content {
    padding: 15px;
}


.flight_wrap .form-box .accordion-header {
    margin-bottom: 20px;
    padding: 0 15px;
}

.fare_rule_tab .accordion-header {
    margin-bottom: 10px;
}

.flight_wrap .form-box .accordion-body {
    padding: 0;
}

.flight_wrap .form-box .accordion .accordion-item,
.fare_rule_tab .accordion .accordion-item {
    margin-bottom: 20px;
    border: 0;
    border-radius: 12px;
}

.fare_rule_tab .accordion-body {
    padding: 0 10px;
}

.flight_wrap .form-box .accordion .accordion-item .accordion-button,
.fare_rule_tab .accordion .accordion-item .accordion-button {
    border: 0;
    box-shadow: none;
    padding: 15px;
    background: #E5EAFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.fare_rule_tab .accordion .accordion-item .accordion-button {
    border-radius: 0;
}

.fare_rule_tab #sub-accordionExample .accordion-item .accordion-button {
    background: #26377e0f;
}

.flight_wrap .form-title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 20px;
}


.flight_wrap .form-title_wrap h4 {
    display: inline-block;
    color: #2C2C2C;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.flight_wrap .form-box .accordion .accordion-item .accordion-button .heading_theme,
.fare_rule_tab .accordion .accordion-item .accordion-button .heading_theme {
    margin-left: 25px;
}

.fare_rule_tab #sub-accordionExample .accordion-item .accordion-button span.heading_theme {
    font-size: 14px;
    line-height: 24px;
}


.accordion-button::after {
    background-image: url(../images/down-arrow.svg) !important;
    position: absolute;
    margin: 0 !important;
    left: 15px;
}

.accordion-button.normal::after {
    left: inherit;
    right: 15px;
}

.flight_wrap .form-content .form-title_wrap {
    border-bottom: 1px solid #D9D9D9;
}

.traveller_detail_wrapper .step-form-wrapper .progress-bar .progress-step:before {
    content: '';
    position: absolute;
    width: 50%;
    left: 50%;
    border: 1px dashed #555555;
    top: 11px;
    transform: translateX(-10%);
}


.traveller_detail_wrapper .step-form-wrapper .progress-bar .progress-step {
    position: relative;
    flex: 0 0 29%;
    max-width: 29%;
}

select#flightdetail-sort_type,
select#package-sort_type {
    color: #fff;
    min-width: 130px;
    margin-left: 15px;
    max-width: 100%;
    padding: 0;
    border: 0;
    line-height: 36px !important;
}

.modal_btn {
    font-size: 14px;
    line-height: 24px;
    color: #26377E;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline !important;
}

.fare_rule_tab .accordion-body p {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
}

.resp-side .sidebar-widget-item {
    margin: 15px;
}

.baggage_main_wrp .table tr th,
.baggage_main_wrp .table tr td {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #2c2c2c;
    font-weight: 400;
}

.baggage_main_wrp .table tr th {
    font-weight: 800;
}

.session-sec {
    margin-bottom: 10px;
}

.session-sec p {
    margin: 0;
}

.flight_wrap .field-bookingdetail-cotveller .form-select {
    padding: 0px 20px !important;
    border: 0 !important;
    height: 30px !important;
    background-color: transparent !important;
    min-height: 30px !important;
    background-position: right 1px center;
    min-width: 140px;
    line-height: 30px;
}

.custom-tooltip {
    display: none;
}

.arrow_icon.style_one {
    width: 18px;
    transform: rotate(90deg);
    margin: 5px auto;
}

.erro-ic {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #dc3545;
    font-size: 50px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.failed_cont.book-detail h5:first-child::after {
    display: none;
}

#round-trip-flight-form .invalid-feedback,
#multi-city-flight-form .invalid-feedback,
#package-oneway-form .invalid-feedback,
#package-round-trip-form .invalid-feedback {
    display: block !important;
}

.flight-sidebar-main .form-check,
.flight-sidebar-main .form-group-checkbox {
    margin-bottom: 15px;
}

.flight-invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}