:root {
    --primary-color: #07b0f1 !important;
}

body {
    background: #fff;
}

.btn {
    box-shadow: unset !important;
}

.top-3 {
    top: 3rem;
}

.mainbody {
    margin-top: 100px;
    margin-bottom: 50px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.bg-gray {
    background-color: #ccc;
}

@media screen and (min-width: 668px) {
    .text-md-right {
        text-align: right;
    }
}

.gradient-card .card-body {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    color: #fff;
}

.gradient-card .card-body {
    background: var(--primary-color) !important
}

.gradient-card .card-title {
    color: #fff;
}

.blue-gradient-rgba {
    background: linear-gradient(40deg, rgba(69, 202, 252, 0.9), rgba(48, 63, 159, 0.9)) !important;
}

.purple-gradient-rgba {
    background: linear-gradient(40deg, rgba(255, 110, 196, 0.9), rgba(120, 115, 245, 0.9)) !important;
}

.peach-gradient-rgba {
    background: linear-gradient(40deg, rgba(255, 216, 111, 0.9), rgba(252, 98, 98, 0.9)) !important;
}

.aqua-gradient-rgba {
    background: linear-gradient(40deg, rgba(32, 150, 255, 0.9), rgba(5, 255, 163, 0.9)) !important;
}

.dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
}


/**
navbar 
*/

.header {
    background-color: #fff;
}

.header .navbar {
    box-shadow: none;
    border: 0;
    /* border-bottom: 1px solid #cccc; */
}

.header .nav-holder {
    height: 78px;
    width: 100%;
    display: block;
}

.header .dropdown-toggle .css__minus,
.header .dropdown-toggle.show .css__plus {
    display: none;
}

.header .dropdown-toggle .css__plus,
.header .dropdown-toggle.show .css__minus {
    display: block;
}

@media only screen and (max-width: 992px) {
    .header .nav-holder {
        display: none;
    }
    .header .fixed-top {
        position: relative;
    }
}


/* @media screen and (max-width:767px) {
    .header .navbar {
        border-bottom: 1px solid #cccc;
    }
} */

.bg-light {
    background-color: #fff !important;
    box-shadow: unset;
    border-bottom: 1px solid #ccc;
}

.navbar-collapse {
    flex-grow: unset;
}

.navbar .nav-link {
    color: #111 !important;
}

.nav-link {
    padding: 0px !important;
}

.text-green {
    color: var(--primary-color) !important;
}

.table-sm> :not(caption)>*>* {
    padding: 0.2rem 0.4rem !important;
}

.banner_bottom_heading {
    padding: 10px 10px 5px 10px;
    background-color: #c1c8e4;
    color: #000000;
    text-align: center;
}

.g-scrolling-carousel {
    position: relative;
}

.g-scrolling-carousel .items {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.g-scrolling-carousel .items::-webkit-scrollbar {
    display: none;
}

.jc-right,
.jc-left {
    width: 36px;
    height: 36px;
    color: #757575;
    margin-bottom: auto;
    margin-top: auto;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.94;
}

.jc-right {
    right: 10px;
}

.jc-left {
    left: 10px;
}

.jc-right:hover,
.jc-left:hover {
    opacity: 0.98;
}

.jc-right svg,
.jc-left svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    fill: #757575;
}

.jc-right:hover svg,
.jc-left:hover svg {
    fill: #000;
}

.g-scrolling-carousel .items img {
    display: inline-block;
    /* notice the comments between inline-block items */
    width: 400;
    height: 300px;
    line-height: 150px;
    text-align: center;
    margin-right: -5px;
}


/* Home Banner */

#intro {
    height: 60vh;
    position: relative;
}

#intro .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-overlay::before {
    content: '';
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000059;
}

.x-mask {
    height: 100%;
}

.home_banner_form_wrap {
    padding: 5px 5px;
    background-color: #fff;
    border-radius: 8px;
}

.home_banner_form_wrap>div {
    padding-right: 10px;
    padding-left: 10px;
}


/** Multi Images Bottom **/

.multi_images_bottom {
    margin-top: 80px;
    margin-bottom: 50px;
}

.multi_images_bottom .single_image {
    padding: 15px;
    background: #ffffff;
    min-height: 200px;
    max-height: 290px;
    border-right: 0px;
}

.multi_images_bottom .row div:last-child {
    border-right: 1px solid #d6d6d6 !important;
}

.multi_images_bottom .single_image h4 {
    font-size: 16px;
    color: var(--primary-color) !important;
    font-weight: 500;
    line-hright: 1.4em;
}

.multi_images_bottom .single_image p {
    font-size: 14px;
    line-hright: 1.4em;
}

.border-box {
    border: 1px solid #d6d6d6;
    font-size: 16px;
    color: #666666;
    margin: 0px;
}


/** Bus Amenities **/

.white_icon_box {
    padding: 20px 10px 30px 10px;
    background: #ffffff;
}

.bus_amenities_container {
    margin-top: 0px;
    margin-bottom: 80px;
}

.bus_amenities_container h2 {
    font-size: 24px;
    margin: 30px 0px;
}

.bus_amenities_container .bus-amenities {
    position: relative;
    padding: 20px 0px 30px 0px;
    min-height: 139px;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bus_amenities_container .odder .bus-amenities:nth-of-type(odd) {
    background: #ffffff;
}

.bus_amenities_container .odder .bus-amenities:nth-of-type(even) {
    background: #f5f5f5;
}

.bus_amenities_container .evener .bus-amenities:nth-of-type(odd) {
    background: #f5f5f5;
}

.bus_amenities_container .evener .bus-amenities:nth-of-type(even) {
    background: #ffffff;
}

.bus_amenities_container .bus-amenities:hover .bus-amenities-name {
    display: block;
    color: #ffffff;
}

.bg-green {
    background-color: var(--primary-color) !important;
}

.bus-amenities img {
    height: 80px;
}

.bus-amenities-name {
    padding: 5px;
    display: none;
    width: 100%;
    position: absolute;
}


/** We Served **/

.we_served {
    color: #ffffff;
    padding: 20px 0 40px 0;
}

.we_served h2 {
    font-size: 30px;
    margin: 50px 0px;
}

.we_served_content {
    margin-top: 0px;
    margin-bottom: 50px;
}

.we_served_content div {
    padding: 20px;
}

.we_served_content i {
    font-size: 50px;
}

.we_served_content span {
    font-size: 65px;
    color: black;
}

.we_served_content h3 {
    font-size: 35px;
}


/** Bus Routes **/

.bus_routes_container {
    margin-top: 30px;
    margin-bottom: 50px;
}

.bus_routes h2 {
    font-size: 24px;
    margin: 30px 0px;
}

.bus_routes .bus_routes_cols {
    background: #eaf2fc;
    padding: 15px 10px;
}

.bus_routes .bus_routes_cols i {
    font-size: 18px;
}


/** App Download **/

.app_download {
    background: #f5f5f5;
}

.app_download_container .row {
    align-items: center;
}

.app_download_container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.app_download_container row div:nth-child(1) {
    text-align: left;
    padding: 0px;
}

.app_download_container row div:nth-child(2) {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}


/** About Us **/

.about_us {
    padding: 0px;
    background: #f5f5f5;
    align-items: center;
    margin: 0px;
}


/** Contact Us **/

.contact_us {
    align-items: center;
    padding: 50px 0px;
    background: var(--primary-color);
    color: #e9e9e9;
}

.contact_us_container {
    padding: 50px auto;
    background: var(--primary-color);
    color: #e9e9e9;
}

.contact_us_container .row .colu {
    padding: 20px;
    border: 1px solid #1995bf;
}

.contact_us_container h1 {
    color: #fac732;
    padding-bottom: 20px;
    font-size: 25px;
}

.contact_us_container h3 {
    color: #ffffff;
    font-size: 20px;
}


/** Footer **/

.footer {
    bottom: 0;
    width: 100%;
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 -3px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 -3px 6px rgb(0 0 0 / 10%);
}

#footer-copyright {
    /* height: 50px; */
    color: #ffffff;
    font-size: 14px;
    padding: 5px 0px;
    text-align: left;
}

.footer-menu {
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
}


/** Profile Picture **/

.side_menu,
.order_panel {
    background: #ffffff;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 10px 10px 10px 20px;
}

.nav-stacked>li {
    float: none;
}

.nav>li {
    position: relative;
    display: block;
    width: 100%;
}

.nav-stacked>li+li {
    margin-top: 5px;
    margin-left: 0;
}

.nav>li>a {
    padding: 5px 15px;
    font-size: 16px;
    display: block;
}

.nav-pills>li>a {
    background: #f3f3f3;
    border-radius: 0px;
}

.nav-pills>li.active>a {
    color: #ffffff;
    background-color: #2696bb !important;
}

.side_menu h3,
.order_panel h3,
.notice_panel h3 {
    background: var(--primary-color) !important;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
    color: #ffffff;
}

.profile-header-container {
    margin: 0 auto;
    text-align: center;
}

.profile-header-img {
    padding: 25px;
}

.profile-header-img>img.img-circle {
    width: 120px;
    height: 120px;
    border: 2px solid #2696bb;
    border-radius: 50%;
}

.profile-header {
    margin-top: 43px;
}


/**
* Notice component
*/

.noticebox {}

.noticebox h2 {
    font-size: 24px;
}


/**
* Ranking component
*/

.rank-label-container {
    margin-top: -19px;
    /* z-index: 1000; */
    text-align: center;
}

.label.label-default.rank-label {
    background-color: var(--primary-color);
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
}


/** Form **/

.form-control {
    /* font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #86868636;
    background-image: none;
    border: 1px solid #86868636; */
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group {
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    color: #777777;
}

.bg-dark {
    background-color: var(--primary-color) !important;
    /*background-color: var(--primary-color)00 !important;*/
    box-shadow: unset;
}

.bg-dark.header-bg {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}

@media only screen and (max-width: 991px) {
    .mobile-header {
        position: unset;
        background-color: #fff !important;
    }
    .mobile-header.navbar-light .navbar-nav .nav-link {
        color: #333 !important;
    }
    .mobile-header.navbar-light .navbar-toggler {
        color: #333;
        border-color: rgba(0, 0, 0, .1);
    }
}

.header-bg {
    background-color: #fff !important;
}

.header-bg.navbar-light .navbar-nav .nav-link {
    color: #333 !important;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgba(0, 0, 0, .1);
}

.header-bg.navbar-light .navbar-toggler {
    color: #333;
    border-color: rgba(0, 0, 0, .1);
}

.navbar .nav-item .nav-link {
    padding: 15px 5px !important;
}

.navbar .nav-item:last-child .nav-link {
    padding: 15px 5px !important;
}

ul.dropdown_menu_sam {
    margin-top: 10px !important;
    min-width: 280px !important;
}

li.user-header p {
    margin: 0px !important;
}

li.user-footer {
    background: var(--primary-color) !important;
    padding: 10px;
    float: left;
    width: 100%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

i.profile_picture {
    font-size: 90px;
    margin: 0px 0px 0px;
    color: #666666;
    text-align: center;
    width: 100%;
    padding: 20px;
}

div.borderBoxWrapper {
    background: #FFFFFF;
    padding: 20px;
}

div.borderBoxTop {}

div.seat_plan_mobile_box {
    background: #f1f1f1;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}

div.borderBoxTop div.borderBox {
    border: 1px solid #DDDDDD;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
}


/* @media (pointer: coarse) {
    .jc-right,
    .jc-left {
        display: none !important;
    }
} */

@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.input-group .form-control {
    min-height: 2.38rem;
}


/* Datepicker  */

.dtp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dtp>.dtp-content {
    background: #fff;
    max-width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    max-height: 520px;
    position: relative;
    left: 50%;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
    background: #206ae4;
    color: #fff;
    text-align: center;
    padding: 0.3em;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
    background: #2979ff;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.dtp div.dtp-date>div {
    padding: 0;
    margin: 0;
}

.dtp div.dtp-actual-month {
    font-size: 1.5em;
}

.dtp div.dtp-actual-num {
    font-size: 3em;
    line-height: 0.9;
}

.dtp div.dtp-actual-maxtime {
    font-size: 3em;
    line-height: 0.9;
}

.dtp div.dtp-actual-year {
    font-size: 1.5em;
    color: #DCEDC8;
}

.dtp div.dtp-picker {
    padding: 1em 1em 0em 1em;
    text-align: center;
}

.dtp div.dtp-picker-month,
.dtp div.dtp-actual-time {
    font-weight: 500;
    text-align: center;
}

.dtp div.dtp-picker-month {
    padding-bottom: 20px!important;
    text-transform: uppercase!important;
}

.dtp .dtp-close {
    position: absolute;
    top: 0.5em;
    right: 1em;
}

.dtp .dtp-close>a {
    color: #fff;
}

.dtp .dtp-close>a>i {
    font-size: 1em;
}

.dtp table.dtp-picker-days {
    margin: 0;
    min-height: 251px;
}

.dtp table.dtp-picker-days,
.dtp table.dtp-picker-days tr,
.dtp table.dtp-picker-days tr>td {
    border: none;
}

.dtp table.dtp-picker-days tr>td {
    font-weight: 700;
    font-size: 0.8em;
    text-align: center;
    padding: 0.5em 0.3em;
}

.dtp table.dtp-picker-days tr>td>span.dtp-select-day {
    color: #BDBDBD!important;
}

.dtp table.dtp-picker-days tr>td>a,
.dtp .dtp-picker-time>a {
    color: #212121;
    text-decoration: none;
    padding: 0.4em 0.5em 0.5em 0.6em;
    border-radius: 50%!important;
}

.dtp table.dtp-picker-days tr>td>a.selected {
    background: #2979ff;
    color: #fff;
}

.dtp table.dtp-picker-days tr>th {
    color: #757575;
    text-align: center;
    font-weight: 700;
    padding: 0.4em 0.3em;
}

.dtp .p10>a {
    color: #ffffff;
    text-decoration: none;
}

.dtp .p10 {
    width: 10%;
    display: inline-block;
}

.dtp .p20 {
    width: 20%;
    display: inline-block;
}

.dtp .p60 {
    width: 60%;
    display: inline-block;
}

.dtp .p80 {
    width: 80%;
    display: inline-block;
}

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
    position: relative;
    top: 10px;
    color: #212121;
    font-weight: 500;
    padding: 0.7em 0.5em;
    border-radius: 50%!important;
    text-decoration: none;
    background: #eee;
    font-size: 1em;
}

.dtp .dtp-actual-meridien a.selected {
    background: #2979ff;
    color: #fff;
}

.dtp .dtp-picker-time>.dtp-select-hour {
    cursor: pointer;
}

.dtp .dtp-picker-time>.dtp-select-minute {
    cursor: pointer;
}

.dtp .dtp-buttons {
    padding: 0 1em 1em 1em;
    text-align: right;
}

.dtp.hidden,
.dtp .hidden {
    display: none;
}

.dtp .invisible {
    visibility: hidden;
}

.dtp .left {
    float: left;
}

.dtp .right {
    float: right;
}

.dtp .clearfix {
    clear: both;
}

.dtp .center {
    text-align: center;
}


/* Sign in modal */

.light-blue.darken-3 {
    background-color: #0277bd !important;
}

.md-tabs {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: .25rem 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.md-tabs .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: -1px;
}

.md-tabs .nav-link {
    text-align: center;
    display: block;
    padding: 1.5rem !important;
    background: transparent;
    border-width: 0!important;
    background-color: #f5f5f5;
}

.md-tabs .nav-link.active,
.md-tabs .nav-item.open .nav-link {
    color: #fff;
    background-color: var(--primary-color);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.md-tabs .nav-item:first-child .nav-link {
    border-radius: .25rem 0 0;
}

.md-tabs .nav-item:last-child .nav-link {
    border-radius: 0 .25rem 0 0;
}


/* 
.md-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
} */

.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.md-form.form-sm .prefix~input,
.md-form.form-sm .prefix~select,
.md-form.form-sm .prefix~textarea {
    width: calc(100% - 2rem);
    margin-left: 2rem;
}

.md-form input:not([type]),
.md-form input[type="text"]:not(.browser-default),
.md-form input[type="password"]:not(.browser-default),
.md-form input[type="email"]:not(.browser-default),
.md-form input[type="url"]:not(.browser-default),
.md-form input[type="time"]:not(.browser-default),
.md-form input[type="date"]:not(.browser-default),
.md-form input[type="datetime"]:not(.browser-default),
.md-form input[type="datetime-local"]:not(.browser-default),
.md-form input[type="tel"]:not(.browser-default),
.md-form input[type="number"]:not(.browser-default),
.md-form input[type="search"]:not(.browser-default),
.md-form input[type="phone"]:not(.browser-default),
.md-form input[type="search-md"],
.md-form textarea.md-textarea {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    display: inline-block;
    margin-left: 11px;
}

.md-form select {
    display: inline-block;
    margin-left: 11px;
}

.md-form.form-sm .prefix~label {
    margin-left: 2rem;
}

.md-form.form-sm label {
    font-size: .875rem;
}

.md-form>label {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md-form label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    color: #757575;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.md-form .form-control {
    height: auto;
    padding: .6rem 0 .4rem 0;
    margin: 0 0 .5rem 0;
    background-color: transparent;
    border-radius: 0;
}

.md-form.form-sm .validate {
    margin-bottom: 2.3rem;
}

.md-form>label {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.round-logo-navy-border {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #000;
}

.round-logo-blue,
.round-logo-white {
    height: 19px;
    width: 19px;
    display: inline-block;
    border-radius: 50%;
    margin: 6.1px;
    text-align: center;
}

.round-logo-blue {
    background-color: var(--primary-color);
}

.round-logo-white {
    background-color: #fff;
}


/* tickets */

.tickets {}

.ticket-box {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    line-height: 22px;
}

.ticket-box .btn-pay {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    display: block;
    width: 100%;
    background-color: #fff;
}

.ticket-box .btn-pay img {
    max-width: 100%;
    display: block;
    width: 100%;
    max-height: 40px;
    margin: 0 auto;
}

.passenger-info {
    font-size: 16px;
}

@media screen and (max-width:668px) {
    .ticket-box {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width:480px) {
    .ticket-box {
        font-size: 12px;
        line-height: 16px;
    }
    .passenger-info {
        font-size: 14px;
    }
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: transparent;
    text-align: center;
    border: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: #ededed;
    color: #2b2b2b;
    border: 0;
    border-radius: 50%;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 0;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
}

.ui-widget-content .ui-state-default.ui-state-active,
.ui-widget-header .ui-state-default.ui-state-active,
.ui-widget-header .ui-state-default.ui-state-hover {
    background: #72bf44!important;
    border: 0;
    border-radius: 50%;
    color: #fff;
}

.ui-datepicker {
    z-index: 999999 !important;
}

.ui-datepicker th:nth-child(6) span,
.ui-datepicker td:nth-child(6):not(.ui-datepicker-today) .ui-state-default {
    color: red !important
}

.paymentModal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.form-box {
    width: 100%;
    z-index: 1;
}

.form-box input,
.form-box select:not(.selectized),
.form-box .selectize-control .selectize-input {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #ccc;
    display: flex !important;
    line-height: 26px;
    background-color: #fff;
    min-height: 46px;
}

.form-box .selectize-control.from_station .selectize-input {
    border-radius: 0.25rem 0 0 0.25rem;
}

.form-box .form-control:focus,
.form-box .selectize-input.focus {
    box-shadow: unset;
    outline: 0;
    border-color: #ccc;
}

.form-box .btn-search {
    border-color: #39c0ed !important;
    min-width: 170px;
    height: 100%;
    border-radius: 0 0.25rem 0.25rem 0;
}

.selectize-control.single .selectize-input {
    padding-left: 35px;
}

.selectize-control.single .selectize-input:before {
    content: '';
    display: block;
    background: url(../img/location.png) no-repeat center center / 18px;
    width: 35px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 9;
    height: 100%;
    left: 0;
    top: 0;
}

.selectize-control.single .selectize-input:after {
    border: 0;
    background: url(../img/dropdown-angle-down.png) no-repeat center center / 12px;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: calc(0.75rem + 0px);
    margin-top: 0;
}

.selectize-control.single .selectize-input.input-active::after {
    transform: rotate(180deg);
    margin-top: 0;
}

.form-datepicker {
    position: relative;
}

.form-datepicker::before {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/calendar.jpg) no-repeat center center / 18px;
    left: 0;
    top: 0;
}

.form-iconbox .form-control {
    padding-left: 35px;
}

.text-justify {
    text-align: justify;
}

.section-result {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}

.search_result-box {
    margin-top: -28vh;
}

.searchForm {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    position: relative;
    z-index: 9;
}

.dropdown-header {
    border-bottom: 1px solid #111;
}

.dropdown-header h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #111;
}

.dropdown-header h5 .btn-close {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .searchForm {
        background: #fff;
        border-radius: 0.25rem;
        margin: 0;
        padding: 0;
    }
    .searchForm .stationbox {
        border: 1px solid #111;
        border-radius: 0.25rem;
    }
    .searchForm .form-box .selectize-control .selectize-input {
        border: 0;
        border-radius: 0.25rem;
    }
    .searchForm .form-divider {
        position: relative;
        padding: 3px 0;
    }
    .searchForm .form-divider::after {
        content: '';
        display: block;
        width: 80%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0;
        z-index: 1;
        margin: auto;
        border-top: 1px solid #111;
    }
    .searchForm .form-datepicker .form-control {
        border: 1px solid #111;
        border-radius: 0.25rem;
    }
    .searchForm .form-box .btn-search {
        border-radius: 0.25rem;
        padding: 15px 0;
    }
    #intro {
        height: auto;
        padding-top: 30px;
        padding-bottom: 8px;
    }
    #section-result.section-result {
        padding-top: 0px;
    }
    #section-result .container,
    #intro .container {
        max-width: 100%;
        padding: 0;
    }
    #intro .bg-overlay {
        display: none;
    }
    #section-result .search_result-box {
        margin-top: 0;
    }
    .multi_images_bottom .single_image {
        border-right: 1px solid #d6d6d6;
    }
    .app_download_container {
        padding-left: 0;
        padding-right: 0;
    }
    .app_download_container .mobile-img {
        width: 100%;
        display: block;
    }
}

.js__layoutview-btn.open .view,
.js__layoutview-btn .hide {
    display: none
}

.js__layoutview-btn.open .hide,
.js__layoutview-btn .view {
    display: block
}

#searchForm2 .stationbox,
#searchForm2 .form-datepicker,
#searchForm2 .form-datepicker .form-control,
#searchForm2 .form-box .selectize-control .selectize-input {
    background-color: #eaf2fc;
}

.scrollbar--y {
    overflow-y: auto;
    height: 57vh!important;
}

@media (min-width:768px) {
    .scrollbar-md--y {
        overflow-y: auto;
        height: 57vh!important;
    }
}

.modal-fulid{
    max-width: 100%;
    position: fixed;
    width: 100vw;
    top: 0;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.modal-fulid .modal-content{
	height: 100%;
    border-radius: 0;
	background: transparent;
}

.modal-fulid .modal-body{padding:0;margin:0}
.paymentIframe{
	width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}


