    /* Start Croce Bus */
    .booking {
        position: relative;
    }
    .croce-all-details-wrapper {
        background-color: #d8d8d86e;
        padding: 10px;
        border-radius: 25px;
        margin-left: 30px;
    }
    .croce-container {
        display: flex;
        justify-content: end;
        margin-top: 30px;
        direction: ltr !important;
    }
    .croce-number {
        color: #000;
        font-weight: bold;
        width: fit-content;
        background-color: #d8d8d875;
        padding: 12px 12px 5px 0px;
        border-radius: 10px;
    }
    .croce-number div {
        margin-left: 15px;
        margin-bottom: 5px;
    }
    .croce-number .croce-span-one {
        width: 20px;
        height: 20px;
        margin-right: auto;
        display: block;
        background-color: #fff;
        border-radius: 50%;
    }
    .croce-number .croce-span-two {
        width: 20px;
        height: 20px;
        margin-right: auto;
        display: block;
        background-color: #bd2130;
        border-radius: 50%;
    }
    .croce-number .croce-span-three {
        width: 20px;
        height: 20px;
        margin-right: auto;
        display: block;
        background-color: #01bef9ab;
        border-radius: 50%;

    }
    .croce-number .croce-span-four {
        width: 20px;
        height: 20px;
        margin-right: auto;
        display: block;
        background-color: #6dcf6d;
        border-radius: 50%;
    }
    ul {
        list-style: none;
    }
    .croce-wrapper {
        position: relative;
        display: flex;
        align-items: end;
        overflow: hidden;
        width: fit-content;
        margin-left: 5px;
    }
    .seat-wrapper:nth-child(even) {
        margin-bottom: 47px;
    }
    /* .croce-wrapper::after {
        content: '';
        position: absolute;
        background-color: #01bef9;
        width: 5px;
        height: 40%;
        top: 30%;
        left: 3.2%;
    } */
    .wrapper {
        width: 100%;
    }
    .bus-wrapper {
        width: 210px;
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        height: 100%;
        border-right: 5px solid #01bef9;
        border-bottom: 5px solid #01bef9;
        border-left: 5px solid #01bef9;
        direction: rtl !important;
        padding-top: 30px;
        margin-top: 60px;
    }
    .bus-wrapper::after {
        /* content: '';
        position: absolute;
        width: 14%;
        height: 5px;
        background-color: #01bef9;
        top: 33px;
        left: -12%;
        transform: rotate(-45deg); */
    }
    .bus-wrapper::before {
        /* content: '';
        position: absolute;
        width: 14%;
        height: 5px;
        background-color: #01bef9;
        bottom: 33px;
        left: -12%;
        transform: rotate(45deg); */
    }
    .middle-door {
        position: relative;
        margin-right: 10px;
    }
    .middle-door::after {
        content: '';
        position: absolute;
        width: 100%;
        background-color: #fff;
        height: 30px;
        top: -10px;
        right: -25px;
    }
    .orage-colorrr {
        color: #edb248;
    }
    .blue-colorrr-door-wc {
        color: #01bef9;
        font-size: 10px;
    }
    .croce-driver {
        position: absolute;
        bottom: 10%;
        font-size: 30px;
        left: 13%;
    }
    .seat {
        display: flex;
        flex: 0 0 14.28571428571429%;
        padding: 5px;
        position: relative;
        flex-direction: column;
        max-width: 92px;
    }
    .seat input[type=checkbox] {
        position: absolute;
        opacity: 0;
    }

    .seat input[type=checkbox]:checked+label {
        background-color: #01bef9ab;
        -webkit-animation-name: rubberBand;
        animation-name: rubberBand;
        animation-duration: 300ms;
        animation-fill-mode: both;
        color: #000;
    }

    .seat input[type=checkbox]:disabled+label {
        background-color: #bd2130;
        /*text-indent: -9999px;*/
        overflow: hidden;
    }

    /*.seat input[type=checkbox]:disabled+label:after {*/
    /*    content: "X";*/
    /*    text-indent: 0;*/
    /*    position: absolute;*/
    /*    top: 4px;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, 0%);*/
    /*}*/

    .seat input[type=checkbox]:disabled+label:hover {
        box-shadow: none;
        cursor: not-allowed;
    }

    .seat label {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2rem;
        padding: 7px 2px;
        background-image: url(../images/seat.png);
        background-size: cover;
        color: #000000cf;
        border-radius: 5px;
        animation-duration: 300ms;
        /* transform: rotate(-90deg); */
        animation-fill-mode: both;
        cursor: pointer;
    }
    .seat label span {
        display: block;
        /* transform: rotate(90deg); */
        color:#fff;
        font-weight:bold;
    }
    @-webkit-keyframes rubberBand {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
        }

        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
        }

        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
        }

        65% {
            -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
        }

        75% {
            -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes rubberBand {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
        }

        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
        }

        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
        }

        65% {
            -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
        }

        75% {
            -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    .gap {
        margin: 50px 0;
    }
    .croce-front-door-up {
        position: absolute;
        display: flex;
        font-size: 16px;
        gap: 11px;
        top: 62px;
        right: 15px;
        flex-direction: column;
    }
    .croce-front-door {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 12px;
        position: relative;
    }
    .croce-front-door::after {
        content: '';
        position: absolute;
        height: 20px;
        background-color: #fff;
        width: 46px;
        top: -5px;
        right: -44px;
        z-index: 5;
    }
    .croce-refrigerator {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 12px;
    }
    /* End Croce Bus */
    /* Start Croce Info */
    .croce-info-wrapper {
        padding: 15px;
        background-color: #d8d8d800;
    }

    .croce-info-card {
        border: 1px solid #01bef9;
        padding: 5px;
        color: #181c20;
        font-weight: bold;
    }
    .croce-color-black {
        color: #000;
    }
    .croce-price {
        padding: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        background-color: #d8d8d800;
        flex-direction: column;
    }
    .croce-price-position {
        background-color: #d8d8d84a;
        border-radius: 30px;
    }
    .croce-seats-name {
        color: #edb248;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .croce-seats-price {
        font-size: 20px;
        font-weight: bold;
    }
    .croce-seats-price-table {

    }
    .croce-seats-price-table table {

    }
    .croce-seats-price-table table tbody {

    }
    .croce-seats-price-table table tbody tr {
        font-weight: bold;
    }
    .croce-seats-price-table table tbody tr th {
        margin-bottom: 10px;
    }
    .croce-seats-price-table table tbody tr td {
        margin-bottom: 10px;
    }
    /* End Croce Info */

    /* Start Responsive */
    @media (max-width: 1400px) {
        .seat label {
            width: 30px;
            height: 30px;
        }
    }
    @media (max-width: 1200px ) {
        .croce-driver {
            transform: rotate(90deg);
            left: 25%;
        }
        .visa input, textarea, select, button {
            width: 46%;
        }
        .croce-price-position {
            flex-direction: row;
        }
        .croce-container {
            margin-top: 100px;
        }
      }
      @media (max-width: 992px) {

      .croce-wrapper {
        align-items: center;
      }
    }
    /* End Responsive */

.bus-wrapper {
    width: 480px;
    margin-top: 65px;
}
.seat label {
    width: 80px;
    height: 76px;
}
.seat {
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.seat-price {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}
.seat-price-extra {
    color: blue;
    font-weight: bold;
    margin-bottom: 5px;
}
.bus-wrapper::after {
    content: '';
    position: absolute;
    width: 20%;
    height: 5px;
    background-color: #01bef9;
    top: -34px;
    left: -17px;
    transform: rotate(-45deg);
}
.bus-wrapper::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 5px;
    background-color: #01bef9;
    top: -34px;
    right: -17px;
    transform: rotate(45deg);
}
.croce-wrapper::after {
    content: '';
    position: absolute;
    background-color: #01bef9;
    width: 349px;
    height: 5px;
    top: 0;
    left: 67px;
}
.croce-form-wrapper {
    margin-top: 80px;
}
.croce-form-tabs {
    margin-top: 50px;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    padding-top: 30px;
}
.croce-form-tabs h4 {
    text-align: center;
    margin-bottom: 30px;
}
.croce-form-tabs .bravo_wrap .bravo_user_profile .form-add-service .tab-content {
    border: 0 !important;
}
.croce-form-tabs .form-group label {
    font-weight: bold;
    margin-bottom: 10px;
}
.croce-submit-button {
    display: block;
    margin: 20px auto;
    padding: 5px 40px;
    background-color: #1a2b47;
    color: #fff;
    font-weight: bold;
    border: 1px solid #1a2b47;
    border-radius: 25px;
}
.company-label {
    position: relative;
}
.company-label input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.company-label label {
    width: 80px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1a2b47;
    border-radius: 5px;
    color: #1a2b47;
    font-weight: bold;
}
.company-label input[type=radio]:checked + label {
    background-color: #1a2b47;
    color: #fff;
}
.corce-form-check {
    gap: 20px;
    margin-bottom: 30px;
}
