<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.booking-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.booking-container .form-content{
    width: 800px;
    margin-right: 30px;
}

.booking-container .booking-form-right-col{
    flex: 1;
    min-width: 310px;
    top: 7rem;
    margin-top: 0 !important;
    position: sticky;
    height: fit-content;
}

.booking-form-right-col .ContactUs-Main{
    width: 350px;
    height: 350px;
    align-self: center;
}

.booking-form-chat-container{
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 5px;
    padding: 15px;
}


#comm-widget-3dsecure {
    width: 100%;
    height: 100%;
}

.commweb-modal-body{
    width: 100%;
    height: 500px;
}

.commweb-modal{
    height: auto;
    max-width: 1000px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
}

.summary-section {
    padding: 14px 0;
    border-bottom: 1px solid #e4e4e4;
}

.pricing-line {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-line h4, .pricing-line h5 {
    color: black;
}

.pricing-line h5 {
    font-size: 1.1rem;
}

.extra-pricing-line{
    margin-bottom: 5px;
}

.extra-pricing-line .extras-title{
    width: 55%;
    font-size: 0.95rem;
}

.extras-section{
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #e4e4e4;
}

.booking-summary-container {
    border-top: 2px solid #0E4677;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 5px;
    padding: 15px;
}


.booking-summary-container h2, .booking-summary-container h3 {
    color: #0E4677;
    font-size: 19px;
    margin-bottom: 15px;

}


.fare-icon-and-list {
    display: flex;
    color: black;
    margin: 4px 0;
}

.fare-list {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
}

.fare-item {
    margin-bottom: 8px;
}

.summary-icon-info {
    color: black;
    margin: 4px 0;
    display: flex;
    align-items: center;
}

.summary-icon-info h5,
.fare-list h5 {
    margin-left: 8px;
    font-size: 1.1rem;
}


.inactive-step {
    position: relative;
    pointer-events: none;
}

.inactive-step::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5); /* Semi-transparent overlay */
    pointer-events: none; /* Allows clicking through the overlay */
    z-index: 1;
}


.inactive-step .edit-step-button {
    color: black;
    pointer-events: all;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.flip-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.card-logos {
    display: none !important;
}

.payment-container {
    display: none;
    position: relative;
}

.payment-option {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.select-option-container {
    align-items: center;
    display: flex;
    padding: 15px 20px;

}

.payment-option label {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.payment-option label img {
    width: 37px;
    height: auto;
    margin: 0 3px
}

.payment-option label .amex-checkout-image {
    width: 24px;
}


.payment-option h4 {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.payment-option input {
    appearance: auto;
    margin: 0;
}

.booking-form-container {
    margin-bottom: 0px;
}

.next-step-button, .book-now-button {
    background-color: #0E4676;
    color: white;
    padding: 11px 20px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-container {
    margin-top: 23px;
    display: flex;
    justify-content: end;
}

.next-step-button i,
.book-now-button span
{
    font-size: 14px;
    margin-left: 4px;
}

.next-step-button span {
    margin-left: 5px;
    transform: scale(0.75);
}

.book-now-button {
    font-size: 16px;
    width: 100%;
}
.book-now-button span {
    font-size: 19px;
    margin-left: 5px;
    margin-bottom: 1px;
}

.checkout-step {
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid #E4E4E4;
    border-radius: 5px;
}

.checkout-step .divider {
    display: none;
}

.form-width {
    width: 800px !important;
}

.step-title-container {
    margin-top: 5px;
    color: #0e4677;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-title-container i {
    font-size: 21px;
}

.edit-step-button i {
    font-size: 15px;
    margin-left: 6px;
    margin-bottom: 1px;
}

.step-title {
    margin-top: 0px !important;
}

.stepNumber {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0e4677;
    color: white;
    font-weight: bold;
    margin-right: 10px;
}

.form-booking label {
    display: block;
    font-size: 14px;
    color: #60737d;
    margin: 8px 0;
}

.customFieldsContainer label {
    display: inline-block;
}

.form-booking-inputs input,
.form-booking-inputs textarea {
    border: 1px solid #9daab2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 600;
    padding: 8px 12px;
    resize: none;
    height: 36px;
}



@media only screen and (max-width: 1100px){
    .form-three-col{
        width: 100%;
        margin: 3px 0;
    }
}

@media only screen and (max-width: 800px){
    .booking-container{
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    .booking-container .booking-form-right-col{
        position: relative;
        top: unset;
        width: 94%;
    }
    .booking-container .form-content{
        width: 94%;
        margin: 0;
    }

    .form-booking-inputs{
        margin: 0;
    }

    .form-booking{
        margin: 0;
    }


    .step-button-container .next-step-button{
        width: 100%;
    }

    .booking-form-chat-container{
        display: none;
    }

}
@media only screen and (max-width: 767px){
    .commweb-modal{
        top: 0;
        left: unset;
        transform: unset;
    }
}

</pre></body></html>