.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;
}

#form-error-container, #payment-error-container, #booking-error-container{
    display: none;
}

.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;
}

@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;
    }
}


.tour-start-button {
    padding: 5px 10px;
    /*color: #ff9f12;*/
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #ffffff;
    cursor: pointer;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.2s ease;

}

.tour-start-selected, .tour-start-button:hover {
    background-color: #1F1336;
    color: #ffffff;
}

.seats-display-container {
    margin-top: 20px;
}

.seats-display {
    background-color: #ffa624;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
    display: none;
}

#comm-widget-ccform {
    width: 100%;
    padding-top: 17px;
    background: whitesmoke;
    position: relative;
    min-height: 240px;
}

#comm-widget-ccform iframe {
    width: 100%;
    min-height: 219px;
    border: none;
}

iframe .form-widget .form-holder {
    max-width: 10px;
    width: 10px;
}

iframe .form-holder {
    max-width: 10px;
    width: 10px;
}

iframe .form-widget {
    max-width: 10px;
    width: 10px;
}



#comm-widget {
    overflow: hidden;
}

.form-error-marker {
    border: 1px solid #ff0000 !important;
}

.marker {
    color: #ff9f12;
}

@media (min-width: 990px) {
    .marger {
        margin-left: 10px;
    }
}

.gr {
    margin-right: 0px;
    margin-left: 4%;
}

@media (max-width: 768px) {
    .gr {
        margin-left: 0px;
    }
}

.respax-extras {
    margin: 10px 0 !important;
    padding: 0;
}


.flex-wrapper {
    background: #fff;
    border-top: 1px solid #a0aab1;
    position: relative;
}


.clicker-button {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAYAAAAj6qa3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5gsHAiMFK4kMFwAAAahJREFUaN5jYBgFo2AUjIJRMApGwSgYBaMAL+Bf43617NaRI/yK7g/Luk6f5l7kerEkRkxsoN0Fcwc/v3t76dczZ/gK3J6UqR0+TKx+JqJtSmbY9F+ag4PhHUMawxsTE+a3TIeZuvbuHaiAgNkLcwcDA8MBxkZjY8aNjH8ZUjg4qB4AfxWZ5rJ88vT8P/F/LsOJy5cZGxg2M0zQ0WG5wTSfseXgQS5b97VVDyQlae1xHgNPlcrnoqLM/xgfMz3aswfmDoZsBs3/WTdu/O5kPvn/lK8vseYxkusApoK/E/6G793LmM84mcFCVxfugMMMtqwMTk7fDu8MblN4/pzaHsdprwGzFUOJo+O3sG1h3WtevKBZANA7IGjlcYoDgNYBQWuPUy0AqB0Q9PI41QOA0oCgt8dpFgCkBgTTZ6by/+x//tDb4zQPABhAr69h1db/BgZfhoIrV+AOQRP/K/zP9l+Zs/PXuN36PUtevaKV+2geADCAM0XAAJ1ifMACAAZgKYKlnkmASW/rVpj4n8Z/H/5d8vamdYyPglEwCkbBKBgFo2AUjIJRAAEA9016nfOYu9YAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMTEtMDdUMDI6MzU6MDUrMDA6MDAgH9uwAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTExLTA3VDAyOjM1OjA1KzAwOjAwUUJjDAAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyMi0xMS0wN1QwMjozNTowNSswMDowMAZXQtMAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    transform: rotate(0deg);
    transition: transform 0.5s;
}

.toggle-container {
    display: none;
    background: #fff;
}

.disse {
    background: #f1f1f1;
    opacity: 0.5;
}

.extra-toggler {
    margin-top: 20px;
    border: 2px solid #a0aab1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff !important;
    position: relative;
}

.untoggled {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.toggled {
    transition: transform 0.5s;
    transform: rotate(180deg);
}

.extra-toggler h3 {
    color: #224673;
    font-size: 16px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.respax-extras {
    margin: 0;
    cursor: pointer;
}

.respax-extras.top {
    background: #f1f1f1;
    border-radius: 3px;
    margin: 0 !important;
}

.extrasTitleContainer {
    padding: 8px 0;
}

.extrasTitle {
    font-size: 16px;
    font-weight: 600;
    color: #224673;
}

.info-texter {
    margin: 0;
    padding: 0 8px;
}

.form-booking .info-toggle {
    float: left;
    width: 28px;
    height: 28px;
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}


.form-booking .info-toggle[type=checkbox]:checked {
    background: url(../images/check-active.png) no-repeat center center;
}


.flex-item label {
    margin: 0;
}

.info-text {
    line-height: 18px;
}

.flex-container .flex-item {
    padding: 5px 10px;
    flex: 1;
}

.toggleFlexContainer {
    display: flex;
    justify-content: end;
}

.flex-container .flexTitleLeft {
    flex: 0.6;
}

.flex-container .extra-checkbox {
    flex: 0.2;
}

.flex-container .pricing {
    text-align: right;
}

.flex-container .avail {
    text-align: right;
}


.flex-container .flex-grow {
}


.loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    z-index: 1;
}

.loading-processing-text {
    margin-top: 22px;
}

.payment-loading-container,
.payment-success-container,
.booking-loading-container
{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    bottom: 0;
    /* left: 50%; */
    /* bottom: 50%; */
    /* transform: translate(-50%); */
    display: none;
    position: absolute;
    z-index: 1;
    background: whitesmoke;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%, 100% {
        transform: none
    }
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

.booking-form .tac-agree, .form-booking .tac-agree {
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 13px;
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.terms-and-conditions-understand {
    line-height: 17px;
    font-size: 12px;
    padding: 14px 0 14px 4px;
    display: flex;
    align-items: center;
}

.booking-form .tac-agree[type=checkbox]:checked, .form-booking .tac-agree[type=checkbox]:checked {
    background: url(../images/check-active.png) no-repeat center center;
}

.error-box{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #FEE3E2;
    border-top:2px solid red;
    color: red;
    padding: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.error-text-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.error-message{
    line-height: normal;
    margin-left: 10px;
}

.required-field-under-error{
    margin: 6px 0 0 5px;
    font-size: 12px;
    color: red;
}

.error-icon{
    width: 21px;
    height: 21px;
    font-size: 21px !important;
}

.tac-agree2 {
    float: left;
    width: 28px;
    height: 28px;
    margin: 0 10px 12px 0 !important;
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}