.section-header {
    padding: 0.9375rem 0.875rem;
}

.wrapper-header {
    background-color: #F7921F;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.section-header.wrapper-header .title {
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 0;
}

.section-header.wrapper-header .title .f-count {
    display: inline-block;
    width: 1.625rem;
    height: 1.625rem;
    line-height: 1.625rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0.75rem;
    background-color: #FFFFFF;
    color: #000000;
    margin-right: 0.875rem;
}

#flightOverview .flight-details .header {
    padding: 0.75rem 0.9375rem;
    background-color: #D9E1FA;
}

#flightOverview .flight-details .header .title {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

#flightOverview .flight-details .body {
    background-color: #FFFFFF;
    padding: 2.875rem 0.9375rem 2.875rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #F0F0F0;
}

#flightOverview .flight-details .travel-company img {
    width: 6.4375rem;
    margin-bottom: 1.0625rem;
}

#flightOverview .flight-details .travel-company p,
#flightOverview .flight-details .full-details p {
    margin-bottom: 2px;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
}

#flightOverview .flight-details .full-details {
    display: flex;
    justify-content: flex-end;
}

#flightOverview .flight-details p,
.flight-details h2 {
    line-height: 0.875rem;
}

#flightOverview .flight-details .departure p,
#flightOverview .flight-details .arrival p,
#flightOverview .flight-details .departure h6,
#flightOverview .flight-details .arrival h6 {
    color: #000000;
    line-height: 0.875rem;
    margin-bottom: 0.0625rem;
}

#flightOverview .flight-details .departure h6,
#flightOverview .flight-details .arrival h6 {
    font-size: 1rem;
}

#flightOverview .flight-details .departure p,
#flightOverview .flight-details .arrival p {
    font-size: 0.875rem;
}

.flight-details {
    display: flex;
    flex-direction: column;
}

.flight-details-date {
    font-size: 14px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

.flight-details-time {
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
}

.flight-details-direction {
    text-align: center;
    margin-top: -8px;
}

.flight-details-direction time {
    margin-bottom: 8px;
    display: inline-block;
}

.flight-details-direction-line {
    width: 100%;
    height: 1px;
    background-color: #F7921F;
    position: relative;
}


.flight-details-direction-onestop {
    background: #F7921F;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    /* z-index: 99; */
}

.flight-details-direction-icon {
    width: 13px;
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flight-details-direction-icon-car {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-padding-md {
    padding: 1.5625rem 2rem;
}

#passengerDetails .accordion-toggle-wrapper {
    background-color: #F0F0F0;
    margin-bottom: 3.5rem;
}

#passengerDetails .accordion-toggle-wrapper p,
#passengerDetails .footer p {
    line-height: 0.875rem;
    font-size: 12px;
    margin: 0;
}

#passengerDetails .accordion-toggle-wrapper p {
    color: #000000;
}


#passengerDetails .accordion-toggle-wrapper button,
#passengerDetails .footer button {
    display: block;
    margin-left: .5rem;
}

#passengerDetails .verify-details {
    padding: 1.5rem 0.9375rem;
}

.cust-p {
    padding: 1.5rem 0.9375rem;
}

#passengerDetails .verify-details .title {
    font-size: 1rem;
    font-weight: 600;
    color: #F7921F;
    line-height: 1.125rem;
    margin-bottom: 0.25rem;
}

#passengerDetails .verify-details .desc {
    font-size: 0.75rem;
    font-weight: 400;
    color: #476072;
    line-height: 0.875rem;
    margin: 0;
}

#passengerDetails form .header {
    padding: 0.75rem 0.9375rem;
    background-color: rgba(247, 146, 31, .6);
}

#passengerDetails form .header .title {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    line-height: 1rem;
}

#passengerDetails form .body {
    padding: 2.5rem 0.9375rem;
    margin-bottom: 2.5625rem;
    border-bottom: 1px solid #F0F0F0;
}

#passengerDetails form select {
    -webkit-appearance: menulist;
    /* color: rgba(0, 0, 0, .4);
    font-size: 0.875rem;
    line-height: 0.875rem; */
}

#passengerDetails form .form-label {
    font-size: 0.875rem;
    font-weight: 400;
    color: #000000;
    line-height: 1rem;
    margin-bottom: 8px;
}

/* #passengerDetails input[type="date"] {
    color: rgba(0, 0, 0, .4);
    font-size: 0.875rem;
    line-height: 0.875rem;
} */

#passengerDetails ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, .4);
    opacity: 1;
    /* Firefox */
    font-size: 0.875rem;
    line-height: 0.875rem;
}

#passengerDetails :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, .4);
    font-size: 0.875rem;
    line-height: 0.875rem;
}

#passengerDetails ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, .4);
    font-size: 0.875rem;
    line-height: 0.875rem;
}

/* #passengerDetails textarea:placeholder-shown {
    padding-right: 18.75rem;
} */

#passengerDetails .footer {
    background-color: #F7921F;
    border-radius: 1rem;
}

#passengerDetails .footer p {
    color: #FFFFFF;
}

#areaRight {
    position: relative;
}

#fareDetails {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.14);
}

#fareDetails .section-header {
    background-color: #476072;
}

#fareDetails .section-header .title {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 500;
}

#fareDetails .body {
    padding: 0.75rem 1rem 1.6875rem;
    background-color: #FFFFFF;
}

#fareDetails ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#fareDetails ul li {
    padding: 0.75rem 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
}


#fareDetails ul li .text,
#fareDetails ul li .strong {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #000000;
    display: inline-block;
}

#fareDetails ul li .text {
    font-weight: 400;
}

#fareDetails ul li.total {
    border-bottom: 0;
}

#fareDetails ul li .strong,
#fareDetails ul li.total .text,
#fareDetails ul li.total .strong {
    font-weight: 600;
}

#fareDetails ul li.total .text,
#fareDetails ul li.total .strong {
    color: #0808AD;
}

#fareDetails ul li.total .total-amount {
    line-height: 1rem;
    text-align: right;
}

#fareDetails ul li.total .strong {
    font-size: 1rem;
    margin-bottom: 10px;
}

#fareDetails ul li.total .highlight {
    display: block;
    font-size: 0.625rem;
    line-height: 0.75rem;
    color: #FFFFFF;
    padding: 0.125rem 0.25rem;
    background-color: #F7921F;
    width: fit-content;
}

.contact-box {
    padding: 1.4375rem 1.25rem 1.3125rem;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.contact-box .title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.875rem;
}

.contact-box .media-box {
    margin-bottom: 1.875rem;
}

.contact-box .contact-box-footer {
    padding-top: 1rem;
}

.contact-box .contact-box-footer .title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0808AD;
    margin-bottom: 0.125rem;
}

.contact-box .contact-box-footer .text {
    font-size: 0.75rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}

.btn-sidemenu-fixed {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    display: inline-block;
    padding: 0.5rem 0.625rem;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.875rem;
    text-align: center;
    background-color: #002BC6;
    color: #FFFFFF;
    outline: none;
    border: 0;
}

.btn-sidemenu-fixed i {
    margin-right: 5px;
}

.btn-sidemenu-fixed {
    display: none;
}

@media screen and (max-width: 991.9px) {
    #flightOverview .flight-details .full-details {
        justify-content: center;
    }

    #flightOverview .flight-details .departure,
    #flightOverview .flight-details .arrival {
        text-align: center;
    }

    #flightOverview .airplaneView,
    .travel-company {
        margin-bottom: 3.125rem;
    }

    .travel-company {
        text-align: center;
    }

    #passengerDetails .footer {
        margin-bottom: 1.5rem;
    }

    .btn-sidemenu-fixed {
        display: inline-block;
    }

    #areaRight {
        position: fixed;
        top: 13%;
        width: 300px;
        right: -300px;
        background: #fff;
        z-index: 999;
        transition: 0.3s linear;
    }

    #areaRight .inner {
        width: 100%;
        height: calc(100vh - 90px);
        padding: 5px;
        background-color: #F0F0F0;
        overflow: auto;
    }

    #areaRight.active {
        right: 0;
    }

}

@media screen and (max-width: 767px) {

    #passengerDetails .accordion-toggle-wrapper p,
    #passengerDetails .footer p {
        margin-bottom: 20px;
    }

    #passengerDetails .accordion-toggle-wrapper button,
    #passengerDetails .footer button {
        margin: auto;
    }
}

.btn-continue:hover {
    background-color: #002BC6;
    border: 1px solid #002BC6;
    color: #FFFFFF;
}
.btn-sidemenu-fixed {
    display: none;
}