<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-bg {
    position: relative;
    background: #062938B5;
    padding-top: 7rem;
    min-height: 100vh;
}

.main-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(6, 41, 56, 0.7);
    z-index: -1;
    background-size: cover;
    background-image: url('../assets/images/riccardo-farinazzo-rtvldaIManY-unsplash.jpg');
}

.section {
    min-height: 100vh;
}

.sub-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #1898D0;
}

.main-text p {
    font-size: 14px;
}

.transport_title {
    font-size: 40px;
    text-transform: uppercase;
}

.cta-box p {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cta-box .cta-btn {
    padding: 15px 100px;
    background: #1998D0;
    color: white;
    font-size: 20px;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #1998D0;
    transition: .2s ease-in;
}

.cta-box .cta-btn:hover {
    background: #1999d091;
    border: 2px solid #1898D0;
    transition: .2s ease-out;
}

.transport-box {
    background: #021840B0;
    border-radius: 25px;
    width: 450px;
    padding: 48px 38px;
}

.transport-box .title-box h4 {
    font-size: 17px;
}

.transport-box .title-box p {
    font-size: 16px;
    margin-top: 1rem;
}

.transport-box form p {
    font-size: 14px;
    color: #1898D0;
    margin-bottom: 0rem;
}

.transport-box .input-group {
    border: 1px solid #1998D0;
    border-radius: 8px;
    margin-bottom: 15px;
    height: 55px;
}

.transport-box .input-group .icon {
    flex: 1;
    padding: 20px 10px 7px 10px;
}

.transport-box .input-group .input-felid {
    flex: 6;
    position: relative;
    width: 100%;
    flex-direction: row;
    display: flex;
}

.transport-box .input-group label {
    position: absolute;
    left: 5%;
    font-size: 12px;
    color: #B7DFF0;
}

.transport-box .input-group input {
    padding: 31px 5px 7px;
    font-size: 14px;
    border: none;
}

.transport-box .btn-submit {
    border: 1px solid #1898D0;
    background: #1898D033;
    color: white;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    transition: .2s ease-in;
}

.transport-box .btn-submit:hover {
    background: #1898D066;
    font-size: 17px;
    transition: .2s ease-out;
}

.route-hr{
    background-color: #DDF0F88C;
}

.routes{
    padding: 5rem 0rem;
}

.routes .route-box{
    background-color: white;
    min-height: 466px;
    border-radius: 8px;
}
.routes .route-box .box-top{
    height: 253px;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.routes .route-box .box-top .box-label{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding: 10px;
    justify-content: space-between;
}
.routes .route-box .box-top .box-label a{
    display: flex;
    height: 35px;
    border-radius: 8px;
    align-items: center;
    color: white;
    padding: 7px;
    font-size: 14px;
    background-color: #0F5AE0;
    font-weight: 600;
}
.routes .route-box .box-top .box-label p{
    display: flex;
    color: #1898D0;
    font-size: 15px;
    padding: 8px;
    align-items: center;
    font-weight: 600;
}
.routes .route-box .box-top .box-label img{
    margin-left: 5px;
    width: 14px;
}
.routes .route-box .box-bottom{
    padding: 5px 17px
}
.routes .route-box .box-bottom .route-info ul{
    display: flex;
    justify-content: space-evenly;
}
.routes .route-box .box-bottom .route-info ul li, .routes .route-box .box-bottom .route-info .col-md-4{
    font-size: 11px;
    font-weight: 700;
    color: black;
    align-items: center;
}
.route-path .path-from, .route-path .path-to{
    position: relative;
    padding: 5px 20px;
}
.route-path .path-from::before, .route-path .path-to::before{
    position: absolute;
    content: "";
    background-color: #002030;
    width: 10px;
    height: 10px;
    border-radius: 1000px;
    left: 0%;
    top: 25%;
}
.route-path .path-to::before{
    background-color: #fff;
    border: 1px solid #002030;
}
.route-path .path-from::after{
    position: absolute;
    content: "";
    background-color: #002030;
    width: 1px;
    height: 70px;
    left: 1.1%;
    top: 25%;
}

.route-path .path-info{
    color: black;
    font-size: 12px;
    padding: 8px;
    padding-top: 6px;
}
.route-path .path-info span{
    display: block;
    line-height: 17px;
}
.route-path .path-info .time{
    font-weight: 300;
}
.route-path .path-info .park{
    font-weight: 700;
    font-size: 14px;
}
.route-path .path-info .address{
    font-size: 12px;
    font-weight: 400;
}

.route-box .box-bottom .route-pricing .price{
    flex: 1;
}
.route-box .box-bottom .route-pricing .price span{
    font-size: 16px;
    color: black;
    font-weight: 700;
}
.route-box .box-bottom .route-pricing .cta-link{
    flex: 1;
    text-align: end;
    font-weight: 700;
    font-size: 14px;
    color: #1998D0;
}


/*Book*/
.transport-banner{
    padding-top: 140px;
    padding-bottom: 20px;
}

.transport-banner .step{
    color: #B0BABF;
}

.transport-banner .step.active{
    color: #0F5AE0;
}
.transport-banner .step-number{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.transport-banner .step-number::after{
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #6E7B8A;
    top: 50%;
}
.transport-banner .step.active .step-number::after{
    background-color: #0F5AE0;
}
.transport-banner .col-md-3:last-child .step .step-number::after{
    display: none;
}

.transport-banner .step .step-number span{
    padding: 15px 21px;
    border: 1px solid #B0BABF;
    border-radius: 1000px;
}
.transport-banner .step.active .step-number span{
    border: 1px solid #0F5AE0;
}

.transport-banner .step-description{
    font-size: 12px;
    font-weight: 600;
    width: 100px;
    line-height: 16px;
    margin: auto;
}

.activity-sidebar{
    background-color: #02173D;
    border: 1px solid #B0BABF;
    border-left: none;
    text-align: center;
}
.activity-sidebar .book-header{
    padding-top: 2rem;
    border-bottom: 1px solid #B0BABF;
    margin-bottom: 3rem;
}
.activity-sidebar .book-header h2{
    font-size: 20px;
    color: #1898D0;
    font-weight: 600;
}
.activity-sidebar .activities .activity{
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
    width: 70%;
    margin: auto;
}
.activity-sidebar .activities .activity.active{
    padding: 20px 10px;
    background-color: #071D42;
    border-bottom: 2px solid #4777CC;
}
.activity-sidebar .activities .activity p{
    font-size: 16px;
}
.activity-sidebar .activities .activity p img{
    margin-left: 10px;
}

.transport-main{
    padding: 32px 40px;
    border-top: 1px solid #B0BABF;
}
/* .transport-main .book-terminal-header */
.transport-main .book-terminal-header h3{
    font-size: 18px;
    font-weight: 700;
}
.transport-main .book-terminal-header p, .transport-main .book-terminal-header label{
    font-size: 16px;
    font-weight: 500;
    color: #1898D0;
}
.transport-main .book-terminal-main{
    min-width: 60%;
}
.transport-main .book-terminal-main .select-group{
    position: relative;
}
.transport-main .book-terminal-main .select-group p{
    font-size: 18px;
    font-weight: 600;
    margin: 18px 0px;
}
.transport-main .book-terminal-main .select-group img{
    position: absolute;
    top: 51%;
    right: 10%;
}
.transport-main .book-terminal-main .select-group .form-group{
    border:  1px solid #B0BABF80;
    border-radius: 8px;
    min-height: 60px;
}
.transport-main .book-terminal-main .select-group .form-group label{
    color: #B0BABF;
    font-weight: 600;
    font-size: 16px;
    line-height: 13px;
    margin: 8px 0 0 11px;
}
.transport-main .book-terminal-main .select-group .form-group input,
.select2-container--default, .select2-selection--single{
    border: none !important;
    padding: 0 0 10px;
    margin: 0;
    line-height: 12px;
    font-size: 17px;
    height: auto;
    color: white !important;
    margin: 0px 0 0 11px;
    background-color: transparent !important;
    width: 95% !important;
}
.select2-container--default,
.select2-selection--single,
.select2-selection__rendered{
    color: white !important;
}
.transport-main .book-terminal-main .select-group .form-group select{
    width: 95%;
    /* margin-top: 10%; */
}
.select2-container--default, .select2-selection--single{
    margin: 0px 0 0 8px !important;
    width: 100% !important;
}
.select2-dropdown{
    background: #B7DFF0;
    /* padding: 40px 32px; */
    color: #000612;
}
.select2-search__field{
    border-radius: 1000px;
}
.select2-results&gt;.select2-results__options{
    min-height: 166px;

}
.select2-search__field{
    background-color: white;
    padding: 10px !important;
    margin: 0;
    line-height: 19px;
    font-size: 17px;
    height: auto;
    color: #000612;
}
.select2-results__option{
    font-size: 16px;
    padding: 10px 32px;
}

.select2-selection__arrow b {
    border-color: #1998D0 transparent transparent transparent !important;
}

.cta-link {
    width: 100%;
    text-align: right;
}
.cta-link a, .cta-link button{
    color: #ffff !important;
    padding: 10px 40px 10px 40px;
    background-color: #1998D0;
    border-radius: 8px;
    width: 190px;
    text-align: center;
}

.xxx .select2-container--default{
    margin: 0px 0 0 0px !important;
}

.xxx .select2-selection--single,
.my-form-control{
    border: 1px solid #B0BABF80 !important;
    padding: 10px;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0 0 0px !important;
    padding-left: 10px;
    margin-bottom: 1.2rem !important;

}

.xxx .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15%;
}

.xxx .book-terminal-bus{
    border-top: 1px solid #B0BABF80;
}

.transport-main .book-terminal-main.xxx .select-group .form-group{
    border: none !important;
}

.book-terminal-buses .bus{
    border-bottom: 1px solid #000612;
}
.book-terminal-buses .bus .bus-img img{
    width: 200px;
}
.book-terminal-buses .bus h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.book-terminal-buses .bus .bus-properties .bus-property{
    margin-top: -5px;
}
.book-terminal-buses .bus .bus-properties .bus-property img{
    width: 16px;
}
.book-terminal-buses .bus .bus-properties .bus-property span{
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}
.book-terminal-buses .bus span.price{
    font-size: 20px;
    line-height: 25px;
    display: block;
}
.book-terminal-buses .bus .bus-cta{
    color: #1998D0;
    border: 1px solid #1998D0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
}
.book-terminal-buses .bus .bus-cta:hover{
    color: white;
    background-color: #1998D0;
    scale: 1.1;
}

.passenger .my-form-control, .kin .my-form-control{
    font-size: 14px;
    height: 50px;
    font-weight: 300;
}
.passenger .input-group-text{
    background-color: transparent;
    color: #FFFFFF;
    font-weight: 500;
}

.passenger .baggage{
    margin-top: -2rem;
}
.passenger #baggage{
    height: 16px;
    width: 20px;
}
.passenger .baggage label{
    font-size: 14px;
    font-weight: 500;
    color: #E8F5FA;
    margin-top: 0px !important;
}
.passenger .baggage-info{
    background-color: #F1F1AD66;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-direction: row;
    margin-top: -1.4rem;
}
.passenger .baggage-info img{
    position: relative !important;
    width: 18px;
    height: 18px;
    left: 0;
    margin-right: 5px;
    top: 0;
}
.passenger .baggage-info p{
    font-size: 12px !important;
    color: #000612;
    font-weight: 500;
    line-height: 17px;
    margin: 0px !important;
}

.xxx .submit-box{
    margin-top: 3rem;
}
.xxx .submit-box .back-btn{
    /* border: 1px solid red; */
    width: 200px;
}

.h-60{
    height: 60px !important;
}

.book-schedules .schedule{
    border: 1px solid #B0BABF80;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
}
.book-schedules .schedule:hover, .book-schedules .schedule.active{
    background-color: #1898D033;
}
.book-schedules .schedule .schedule-icons{
    margin-right: 10px;
    margin-top: 5px;
}
.book-schedules .schedule .schedule-icons img{
    width: 18px;
    margin: .5rem 0rem;
}
.book-schedules .schedule .schedule-icons .schedule-path .path-from{
    position: relative;
    margin-bottom: 25px;
}
.book-schedules .schedule .schedule-icons .schedule-path .path-from::after{
    position: absolute;
    content: "";
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    height: 45px;
    width: 1px;
    background-color: #1898D0;

}

.book-schedules .schedule .schedule-info span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: .4rem 0rem;
}
.book-schedules .schedule .schedule-info span.calendar, .book-schedules .schedule .schedule-info .schedule-path-info span{
    margin-top: .9rem;
}

.book-terminal-main .bus-seats .col-md-4{
    display: flex;
}

.book-terminal-main .bus-seats .sample .seat{
    height: 28px;
    width: 28px;
    background-color: #0F5AE0;
    border-radius: 8px;
    border: 1px solid #0F5AE0;
}

.book-terminal-main .bus-seats .sample .seat.booked{
    background-color: #B8DFF0;
}

.book-terminal-main .bus-seats .sample .seat.available{
    background-color: transparent;
}

.book-terminal-main .bus-seats .sample span{
    align-items: center;
    margin-left: .5rem;
}

.book-terminal-main .bus-seats .bus-seating .seat-info{
    margin-top: 2rem;
    padding: 16px;
    background-color: #B7DFF0;
    color: #001232;
    border-radius: 8px;
    text-align: center;
}

.book-terminal-main .bus-seats .bus-seating .bus-row{
    margin-top: 16px;
    margin-bottom: 16px;
}
.book-terminal-main .bus-seats .bus-seating .bus-row .bus-seat{
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    padding: 5px;
    min-width: 3.5rem;
    border-radius: 8px;
    transition: ease-out .5s;
}

.book-terminal-main .bus-seats .bus-seating .bus-row .bus-seat:hover{
    scale: 1.2;
    background-color: #1898D033;
    transition: ease-in .5s;
}

.book-terminal-main .bus-seats .bus-seating .bus-row .bus-seat.selectedNow{
    background-color: #1898D033;
}
.book-terminal-main .bus-seats .bus-seating .bus-row .bus-seat .seat-number{
    position: absolute;
    font-size: 7px;
    left: 50%;
    transform: translateX(-50%);
}
.book-terminal-main .bus-seats .bus-seating .bus-row .bus-seat .seat-number.booked{
    color: #B8DFF0;
}

.book-terminal-main .bus-seats .bus-seating .bus-row .bus-seat .seat-number.selected{
    color: #0F5AE0;
}

/* ticket summary */

.book-terminal-summary .book-summary{
    border: 1px solid #B0BABF80;
    padding: 16px;
    border-radius: 8px;
    margin-top: 16px;
}

.my-bottom-border{
    border-bottom: 1px solid #B0BABF;
}

.book-terminal-summary .book-summary .book-terminal-header h3{
    font-size: 20px;
    font-weight: 600;
    color: #1998D0;
    line-height: 25.1px;
    margin-bottom: 25px;
}

.book-terminal-summary .book-summary .row.my-bottom-border{
    margin-bottom: 2rem;
}

.book-terminal-summary .book-summary .col-md-6{
    margin-bottom: 1.5rem;
}
.book-terminal-summary .book-summary .col-md-6 span, .book-summary span{
    color: #E0E0E0B0;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}
.book-terminal-summary .book-summary .col-md-6 p{
    font-size: 16px;
}
.book-terminal-summary .book-summary .pricing p{
    font-weight: 700;
    font-size: 13px;
}

@media (max-width: 947px){
    .transport-box {
        width: 100%;
        padding: 40px 30px;
    }

    .transport_title {
        font-size: 25px;
    }

    .sub-title {
        font-size: 17px;
        line-height: 22px;
    }
    .main-text p {
        font-size: 14px;
        line-height: 16px;
    }
    .cta-box p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .cta-box .cta-btn {
        padding: 8px 40px;
        font-size: 15px;
    }

    .transport-box .title-box h4 {
        font-size: 17px;
    }

    .transport-box .title-box p {
        font-size: 15px;
        margin-top: 1rem;
    }

    .transport-box form p {
        font-size: 13px;
    }

    .transport-box .input-group {
        margin-bottom: 10px;
        height: 50px;
    }

    .transport-box .input-group .icon {
        padding: 17px 7px 5px 7px;
    }

    .transport-box .input-group label {
        font-size: 11px;
    }

    .transport-box .input-group input {
        padding: 28px 3px 8px;
        font-size: 12px;
    }

    .transport-box .btn-submit {
        padding: 7px;
    }
}

@media (max-width: 770px){
    .main-bg {
        padding-top: 11rem;
        height: fit-content;
        padding-bottom: 2rem;
    }
    .transport-box {
        width: 100%;
        padding: 43px 33px;
    }

    .transport_title {
        font-size: 23px;
    }

    .sub-title {
        font-size: 16px;
        line-height: 20px;
    }
    .main-text p {
        font-size: 14px;
        line-height: 16px;
    }

    .cta-box{
        margin-bottom: 3rem;
    }

    .cta-box p {
        font-size: 15px;
    }
    .cta-box .cta-btn {
        padding: 10px 50px;
        font-size: 15px;
        border-radius: 1000px;
    }

    .transport-box .title-box h4 {
        font-size: 17px;
    }

    .transport-box .title-box p {
        font-size: 16px;
        margin-top: 1rem;
    }

    .transport-box form p {
        font-size: 12px;
    }

    .transport-box .input-group {
        margin-bottom: 10px;
        height: 50px;
    }

    .transport-box .input-group .icon {
        padding: 17px 7px 5px 7px;
    }

    .transport-box .input-group label {
        font-size: 11px;
    }

    .transport-box .input-group input {
        padding: 28px 3px 8px;
        font-size: 12px;
    }

    .transport-box .btn-submit {
        padding: 7px;
    }
}

@media (min-width: 576px){
    .routes .route-box .box-bottom .route-info ul{
        flex-wrap: wrap;
    }
    .routes .route-box .box-bottom .route-info ul li, .routes .route-box .box-bottom .route-info .col-md-4{
        font-size: 10px;
        font-weight: 600;
        line-height: 10px;
        padding-bottom: 0;
        display: flex;
        align-content: center;
    }
    .routes .route-box .box-bottom .route-info ul li:last-child{
        margin: auto;
    }
    .routes .route-box .box-bottom .route-info ul li img{
        margin-right: 5px;
    }
    .routes .route-box .box-bottom .route-info ul li img{
        vertical-align: top;
    }
    .routes .route-box .box-bottom{
        padding: 5px 10px;
    }

    .route-path .path-from::before, .route-path .path-to::before{
        left: 0%;
        top: 20%;
    }

    .route-path .path-from::after{
        height: 95px;
        left: 1.6%;
        top: 25%;
    }
}

@media (max-width: 570px){
    .routes .route-box .box-bottom .route-info ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .routes .route-box .box-bottom .route-info ul li, .routes .route-box .box-bottom .route-info .col-md-4{
        flex: 1;
    }
}
@media (max-width: 398px){
    .routes .route-box .box-bottom .route-info ul li, .routes .route-box .box-bottom .route-info .col-md-4{
        min-width: 50%;
    }
    .routes .route-box .box-bottom .route-info ul li:last-child{
        margin: auto;
        text-align: center;
    }

    .route-path .path-from::after{
        left: 1.2%;
    }

    .routes .route-box .box-bottom{
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 398px){
    .seats-or{
        overflow-x: scroll;
    }
    .passage, .bus-seat{
        width: 1.4rem !important;
        margin-left: 4px  !important;
        margin-right: 4px !important;
        padding: 3px !important;
    }
}
</pre></body></html>