<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');


body {
    font-family: 'Ubuntu', sans-serif !important;
    padding-right: 0 !important;
    touch-action: pan-x pan-y !important;
}

    body.modal-open {
        padding-right: 0 !important
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Ubuntu', serif !important;
}

:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.mainbanner {
    background-image: url(../img/main-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    height: 90vh;
    background-color: #222e3e !important
}

.page-header {
    background-image: url(../img/pageheader-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-color: #2b3644 !important
}

.bg01 {
    background-image: url(../img/bg01.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-color: #667486
}

.bg-footer {
    background-image: url(../img/bg-footer.jpg);
    background-position: 50% 55%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-secondary.footer {
    background-color: #1a293a !important
}

.carousel-item {
    transition: transform .6s ease-in-out;
}

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: opacity 0s .6s;
}

.carousel-item.active.carousel-item-start {
    transition: opacity .6s ease-out;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.sticky-top {
    top: -100px;
    transition: .5s;
}

/* Spinner */
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

.bg-primary {
    background-color: #ed1c24 !important;
}

.bg-secondary {
    background-color: #932b25 !important;
}

.bg-gray {
    background-color: #2e3a4a !important;
}

.bg-primary-gradient {
    background: rgb(237,28,36);
    background: -moz-linear-gradient(171deg, rgba(237,28,36,1) 31%, rgba(83,6,9,1) 100%);
    background: -webkit-linear-gradient(171deg, rgba(237,28,36,1) 31%, rgba(83,6,9,1) 100%);
    background: linear-gradient(171deg, rgba(237,28,36,1) 31%, rgba(83,6,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24',endColorstr='#530609',GradientType=1);
}

.bg-black-opacity-7 {
    background: rgba(0, 0, 0, .5);
}

.bg-black-opacity-2 {
    background: rgba(0, 0, 0, .2);
}

.bg-black-opacity-1 {
    background: rgba(161, 161, 161,.1);
}

.bg-primary-opacity-6 {
    background: rgba(90, 2, 6, .6);
}

.border-primary {
    border-color: #ed1c24 !important
}

.rounded-4 {
    border-radius: 0.4rem !important;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}

.rounded-6 {
    border-radius: 0.6rem !important;
}

.rounded-7 {
    border-radius: 0.7rem !important;
}

.rounded-8 {
    border-radius: 0.8rem !important;
}

.rounded-9 {
    border-radius: 0.9rem !important;
}

.rounded-10 {
    border-radius: 1rem !important;
}

ul.list {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

.list li:before {
    content: '\f134';
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    margin-right: 5px;
}

.card-footer {
    padding-top: 0;
    background-color: transparent;
    border-top: none;
}

/* Text */
.text-primary {
    color: #ed1c24 !important;
}

a {
    color: #ed1c24;
    text-decoration: none
}

    a:hover {
        color: #932b25;
    }

.fw-medium {
    font-weight: 500 !important;
}

/* Heading */
.header_title::after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    margin: 10px 0 0;
    background-color: #ed1c24 !important;
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
}

.text-center .header_title::after {
    margin: 10px auto 0;
}

@media (min-width: 768px) {
    .text-md-start .header_title::after {
        margin: 10px 0 0;
    }
}

@media (min-width: 992px) {
    .text-lg-center .header_title::after {
        margin: 10px auto 0;
    }
}


/* Button */
.btn-primary {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #be161d;
        border-color: #be161d;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #be161d;
        border-color: #be161d;
        box-shadow: 0 0 0 0.25rem rgba(190, 22, 29, 0.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show &gt; .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #be161d;
        border-color: #be161d;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show &gt; .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(190, 22, 29, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #be161d;
        border-color: #fff;
    }

.skew {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
}

.btn-skew {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
}

.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

    .btn.btn-primary,
    .btn.btn-secondary {
        color: #FFFFFF;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/* Nav */
.nav-link {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding-top: 11px
}

    .nav-link.border {
        padding-top: 9px
    }

    .nav-link.dropdown-toggle {
        padding-top: 9px;
        padding-bottom: 12px
    }



.navbar-dark .navbar-nav .nav-link.show:hover {
    background-color: rgba(0, 0, 0, .1) !important;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
        background-color: rgba(0, 0, 0, .2) !important;
    }

.navbar .dropdown-menu {
    background-color: #ed1c24;
    border: none;
    border-radius: 10px;
    width: 190px;
    padding-left: 5px;
    padding-right: 5px
}

.dropdown-item {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 94%;
    margin: 0 auto;
    border-radius: 10px
}

    .dropdown-item:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, .2) !important;
    }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .dropdown-toggle.show:focus, .navbar-dark .navbar-nav .dropdown-toggle.show:active {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: red;
}

.navbar-dark .navbar-nav .nav-link.border-light {
    border-color: rgba(255, 255, 255, .4) !important
}

    .navbar-dark .navbar-nav .nav-link.border-light:active, .navbar-dark .navbar-nav .nav-link.border-light:focus {
        border-width: 2px !important;
        border-color: rgba(255, 255, 255, .4) !important
    }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #be161d;
}

.dropdown-toggle:active, .dropdown-toggle.show:active, .dropdown-toggle:focus,, .dropdown-toggle.show:focus, a.show:focus, a.show:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-color: red !important;
    border: none !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: '\f282';
    font-family: bootstrap-icons !important;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 12px
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        left: 15px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 110%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        left: 15px;
    }
}

/* Navbar Toggler */
.navbar-dark .navbar-toggler:active, .navbar-dark .navbar-toggler:focus, .navbar-toggler:not(.collapsed) {
    background-color: rgba(0, 0, 0, .2) !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .2rem
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

    .navbar-toggler span:nth-child(1) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar-toggler span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler span:nth-child(3) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar-toggler span:nth-child(1) {
        margin-top: 0.3em;
    }

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}


/* Footer */
.footer a {
    color: #fff !important;
    text-decoration: none
}

    .footer a:hover {
        color: #D81324 !important;
    }

.footer .small, .footer small {
    font-size: .8em;
}


/* Form */
.form-control:focus {
    border-color: #ed1c24;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(105, 118, 134, 0.5);
}

.bg-notactive {
    background-color: #b7b7b7
}

.btn-outline-primary {
    color: #ed1c24;
    border-color: #ed1c24;
    border-radius: 0.8rem !important;
}

    .btn-outline-primary:hover, .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
        color: #fff;
        background-color: #be161d;
        border-color: #ed1c24;
    }

        .btn-check:checked + .btn-outline-primary:before {
            content: '\F26B';
            margin-right: 5px;
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: -0.125em;
            -webkit-font-smoothing: antialiased;
        }

        .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(105, 118, 134, 0.5);
        }

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(105, 118, 134, 0.5);
}

.form-select:focus {
    border-color: #ed1c24;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(105, 118, 134, 0.5);
}

input[type='file']::file-selector-button {
    border: 1px solid #ed1c24;
    background-color: #ed1c24;
    transition: 1s;
    color: #fff;
}

    input[type='file']::file-selector-button:hover {
        background-color: #be161d !important;
        border: 1px solid #be161d;
    }

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #be161d;
}

.btn-outline-secondary {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #be161d;
        border-color: #be161d;
    }

hr.dotted {
    border: 1px dotted #464646;
    color: transparent;
    border-style: none none dotted;
    background-color: transparent;
}

.form-check-input:checked {
    background-color: #be161d;
    border-color: #be161d;
}

.form-check-input:focus {
    border-color: #ed1c24;
    outline: 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(105, 118, 134, 0.5);
}

.form-check-input {
    border: 1px solid #ed1c24
}

.form-switch .form-check-input {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28237, 28, 36, 1%29'/%3e%3c/svg%3e);
}

    .form-switch .form-check-input:focus {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fb6f75'/%3e%3c/svg%3e);
    }

/* Booking */

.camera {
    width: 500px;
    height: 500px;
    background-color: black
}

#busseats {
    background: url(../img/bus-seats.jpg) center center no-repeat;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 255px;
    background-size: contain
}

    #busseats .available {
        background-color: #fff
    }

    #busseats .unavailable {
        background-color: #a1a1a1
    }

    #busseats .selected {
        background-color: #be161d
    }

.seat {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 2px solid #D81324;
    margin-left: 4.7%
}

.fseat {
    margin-right: 12.25%
}

.s1 {
    padding-right: 6.55%;
    padding-top: 5.45%;
    justify-content: flex-end;
    display: flex
}

.s2 {
    padding-right: 6.55%;
    padding-top: .65%;
    justify-content: flex-end;
    display: flex
}

.s3 {
    padding-right: 6.55%;
    padding-top: 6.5%;
    justify-content: flex-end;
    display: flex
}


@media (max-width: 1370px) {
    .mainbanner .display-5 {
        font-size: 2.75rem
    }

    .bg-footer {
        background-position: 50% 80%;
    }
}

@media (max-width: 1199px) {
    .navbar .dropdown-menu {
        margin: 5px 15px 0 !important;
        text-align: center;
        width: auto !important
    }
}

@media (max-width: 1200px) {
    .mainbanner .display-5 {
        font-size: 2.35rem
    }

    .bg-footer {
        background-position: 50% 90%;
    }

    .mainbanner, .page-header, .bg01 {
        background-attachment: scroll
    }
    /*.mainbanner{background-size:contain; background-color: #222e3e!important}*/
    .bg01 {
        background-size: 180%
    }
}

@media (max-width: 991px) {
    .mainbanner {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .navbar-dark .navbar-nav .nav-link {
        margin-bottom: 4px
    }

    .bg01 {
        background-size: 250%
    }

    .seat {
        width: 25px;
        height: 25px;
        border-radius: 8px;
        margin-left: 4.85%
    }

    .s1 {
        padding-top: 12%;
    }

    .s3 {
        padding-top: 6.75%;
    }
}

@media only screen and (max-width: 936px) and (orientation: landscape) {
    .bg-footer {
        background-position: 50% 100%;
    }

    .errorpage.p-md-5 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
}

@media (max-width: 936px) {
    #busseats {
        max-width: 574px;
        height: 191px;
    }

    .seat {
        width: 25px;
        height: 25px;
        border-radius: 8px;
        margin-left: 4.85%
    }

    .s1 {
        padding-right: 6.55%;
        padding-top: 6.25%;
    }

    .s3 {
        padding-top: 6.9%;
    }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
    .errorpage img {
        width: 200px
    }

    .errorpage .mt-4 {
        margin-top: 10px !important
    }
}

@media (max-width: 780px) {
    .bg-footer {
        background-position: 70% 100%;
        background-size: 140%
    }
}

@media (max-width: 767px) {
    #busseats {
        max-width: 398px;
        height: 127px;
    }

    .seat {
        width: 20px;
        height: 20px;
        margin-left: 4.1%;
        border-radius: 5px;
    }

    .s1 {
        padding-right: 6.45%;
        padding-top: 5.26%
    }

    .s2 {
        padding-right: 6.45%;
        padding-top: .59%;
    }

    .s3 {
        padding-right: 6.45%;
        padding-top: 5.5%
    }
}


@media (max-width: 740px) {
    /*#busseats {
        max-width: 398px;
        height: 127px;
    }

    .seat {
        width: 20px;
        height: 20px;
        margin-left: 4.65%;
        border-radius: 5px;
    }

    .fseat {
        margin-right: 12.5%
    }

    .s1 {
        padding-right: 6.45%;
        padding-top: 6.5%
    }

    .s2 {
        padding-right: 6.45%;
        padding-top: .5%
    }

    .s3 {
        padding-right: 6.45%;
        padding-top: 6.55%
    }*/

    .camera {
        width: 100%
    }
}

@media only screen and (max-width: 730px) and (orientation: landscape) {
    .errorpage img {
        width: 150px
    }
}

@media (max-width: 500px) {
    .mainbanner {
        background: url(../img/main-bg500.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .bg-footer {
        background-position: 45% 100%;
        background-size: 180%
    }

    .navbar-dark .navbar-nav .nav-link {
        margin-bottom: 5px
    }

    .bg01 {
        background-size: 300%
    }

    .page-header .py-5 {
        padding-bottom: 20px !important;
        padding-top: 25px !important
    }

    #busseats {
        background: url(../img/bus-seats2.jpg) center center no-repeat;
        width: 191px;
        height: 600px;
    }

    .seat {
        width: 26px;
        height: 26px;
        display: block;
        margin-left: 0;
        margin-top: 27px;
        padding-right: 0
    }

    .fseat {
        margin-right: 0;
        margin-bottom: 98px
    }

    .s1 {
        width: 30px;
        display: block;
        position: absolute;
        padding-right: 0;
        padding-top: 0;
        right: 15%;
        bottom: 6.7%
    }

    .s2 {
        width: 30px;
        display: block;
        position: absolute;
        padding-right: 0;
        padding-top: 0;
        right: 32%;
        bottom: 6.7%
    }

    .s3 {
        width: 30px;
        display: block;
        position: absolute;
        padding-right: 0;
        padding-top: 0;
        left: 18.25%;
        bottom: 6.7%
    }

    .camera {
        height: 400px
    }
}

@media (max-width: 420px) {
    .mainbanner .display-5 {
        font-size: 2rem
    }

    .mainbanner .btn {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .camera {
        height: 350px
    }
}

@media (max-width: 340px) {
    .mainbanner .display-5 {
        font-size: 1.75rem
    }

    .camera {
        height: 300px
    }
}

/* SATS */
.v-application .sats, .v-application .sats p {
    font-family: 'Ubuntu', sans-serif !important;
}

    .v-application .sats .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .v-application .sats .mb-3 {
        margin-bottom: 1rem !important;
    }

    .v-application .sats .mb-5 {
        margin-bottom: 3rem !important;
    }

    .v-application .sats .mt-5 {
        margin-top: 3rem !important;
    }

    .v-application .sats .px-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .v-application .sats .mx-3 {
        margin-right: .7rem !important;
        margin-left: .7rem !important;
    }

    .v-application .sats .me-4 {
        margin-right: 1.5rem !important;
    }

    .v-application .sats .mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .v-application .sats .mb-4 {
        margin-bottom: 1.5rem !important;
    }

    .v-application .sats .mt-4 {
        margin-top: 1.5rem !important;
    }

    .v-application .sats .py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .v-application .sats .py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .v-application .sats .px-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .v-application .sats .pt-5 {
        padding-top: 3rem !important;
    }

    .v-application .sats .pb-3 {
        padding-bottom: 1rem !important;
    }

    .v-application .sats .pb-4 {
        padding-bottom: 1.5rem !important;
    }

    .v-application .sats .pb-5 {
        padding-bottom: 3rem !important;
    }

    .v-application .sats .ps-3 {
        padding-left: 1rem !important;
    }

@media (min-width: 768px) {
    .v-application .sats .d-md-block {
        display: block !important;
    }

    .v-application .sats .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .v-application .sats .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .v-application .sats .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .v-application .sats .text-md-start {
        text-align: left !important;
    }

    .v-application .sats .mb-md-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .v-application .sats .p-lg-5 {
        padding: 3rem !important;
    }

    .v-application .sats .text-lg-center {
        text-align: center !important;
    }

    .v-application .sats .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .v-application .sats .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .v-application .sats .text-lg-start {
        text-align: left !important;
    }
}

@media (max-width: 1366px) {
    .v-application .sats .mx-3 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
}

/* FARES */
.v-application .sats .fares {
    width: 70%;
    margin: 0 auto
}

.v-application .sats .container-credit-card {
    width: 400px;
    padding-top: 0
}

.v-application .sats .chrg {
    width: 25% !important
}

.v-application .sats .paymnt {
    width: 75% !important
}

@media (max-width: 1200px) {
    .v-application .sats .fares {
        width: 90%;
    }

    .v-application .sats .paymnt .d-lg-flex {
        display: block !important
    }

    .v-application .sats .chrg {
        width: 45% !important
    }

    .v-application .sats .paymnt {
        width: 55% !important
    }

    .v-application .sats .container-credit-card {
        margin: 0 auto;
        margin-bottom: 30px
    }

    /*.v-application .sats .chrg.col-lg-3{width:45%!important}
    .v-application .sats .paymnt.col-lg-9{width:55%!important}*/

    /*.v-application .sats .paymnt{width:90%;}*/
    /*.v-application .sats .paymnt{width:450px; margin:0 auto}*/
}

@media (max-width: 940px) {
    .v-application .sats .paymnt .form-container {
        max-width: 450px;
        margin: 0 auto
    }

    .v-application .sats .container-credit-card {
        margin: 0 auto !important
    }
}

@media (max-width: 845px) {
    .v-application .sats .container-credit-card {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .v-application .sats .chrg {
        width: 100% !important
    }

    .v-application .sats .paymnt {
        width: 100% !important
    }
}

@media (max-width: 500px) {
    .v-application .sats .paymnt .form-container {
        width: 100%;
    }

    .v-application .sats .chrg {
        width: 100% !important
    }

    .v-application .sats .paymnt {
        width: 100% !important
    }
}

@media (max-width: 420px) {
    .v-application .sats .bus .col-7 {
        width: 100% !important
    }
}

@media (max-width: 460px) {
    .v-application .sats .fares {
        width: 100%;
    }

        .v-application .sats .fares .col-4 {
            width: 100% !important;
            text-align: center
        }

        .v-application .sats .fares .col-3 {
            width: 40% !important;
        }

        .v-application .sats .fares .col-5 {
            width: 50% !important;
        }

        .v-application .sats .fares .col-3 {
            text-align: right !important
        }
}

@media (min-width: 576px) {
    .v-application .sats .bus .col-sm-4 {
        font-size: 14px !important
    }
}

@media (min-width: 992px) {
    .v-application .sats .bus .col-lg-2 {
        width: 20% !important
    }
}

/* WIZARD */
.v-application .sats .vue-step-wizard {
    background-color: #fff !important;
    padding: 0 !important;
}

.v-application .sats .step-progress {
    background: rgba(161, 161, 161,.15) !important
}

.v-application .sats .step-pills, .v-application .sats .step-body {
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    border: 1px solid #dee2e6 !important;
}

.v-application .sats .step-body {
    padding: 30px !important;
}

.v-application .sats .mx-input:hover {
    border-color: #ced4da !important;
}

.v-application .sats .mx-input:focus {
    border-color: #ed1c24 !important;
    outline: 0 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(105, 118, 134, 0.5) !important;
}

.v-application .sats .step-pills .step-item {
    border: 2px solid #ed1c24 !important;
}

.v-application .sats .tabStatus {
    color: #ed1c24 !important;
    background-color: #fff !important;
    font-weight: 600 !important
}

.v-application .sats .step-pills .step-item.active {
    border: 2px solid #be161d !important;
}

.v-application .sats .step-pills .step-item:hover .tabStatus {
    background-color: #ff !important;
    color: #ed1c24 !important;
}

.v-application .sats .step-pills .step-item.active .tabStatus {
    background-color: #be161d !important;
    color: #fff !important;
}

.hd2 {
    display: none
}

@media (max-width: 480px) {
    .hd2 {
        display: block;
        text-align: center
    }

    .hd {
        display: none
    }
}



.v-application .sats .nabbox {
    display: inline-block
}

    .v-application .sats .nabbox p {
        padding-top: 20px;
        margin-bottom: 0;
        text-align: justify;
        text-justify: inter-word;
    }

    .v-application .sats .nabbox img {
        display: block;
        float: left;
        margin-right: 10px;
        width: 150px
    }

.v-application .sats .decl .form-check-label {
    text-align: justify;
    text-justify: inter-word;
}

.v-application .sats .decl .small {
    font-size: .8em !important
}

.v-application .sats .chrg .scharge {
    font-size: .8em !important;
}

@media (max-width: 1200px) {
    .v-application .sats .nabbox p {
        padding-top: 10px
    }
}

@media (max-width: 1024px) {
    .v-application .sats .container-credit-card {
        width: 100%
    }
}

@media (max-width: 940px) {
    .v-application .sats .nabbox p {
        padding-top: 0
    }

    .v-application .sats .nabbox img {
        width: 170px
    }
}

@media (max-width: 480px) {
    .v-application .sats .nabbox img {
        width: 120px
    }
}

@media (max-width: 420px) {
    .v-application .sats .nabbox img {
        width: 125px
    }
}

@media (max-width: 390px) {
    .v-application .sats .nabbox img {
        width: 95px
    }
}

@media (max-width: 340px) {
    .v-application .sats .nabbox img {
        width: 75px
    }
}

@media (max-width: 325px) {
    .v-application .sats .nabbox img {
        width: 65px
    }

    .v-application .sats .chrg .ms-3 {
        margin-left: 0 !important
    }
}
</pre></body></html>