﻿:root {
    --theme-background: #FF6C48;
    --theme-color: #FF6C48;
    --theme-hover-color: #fff;
    --theme-hover-background: #D71F37;
    --depart-label: #D71F37;
    --trip-label: #5083b9;
}

.btn-green {
    background-color: #FF6C48;
}

.page-section {
    padding: 6rem 0 0;
}

#faq .faicontext {
    float: left;
    color: var(--theme-color);
    font-weight: bold;
}

#faq .mainchoose {
    color: var(--theme-color) !important;
    text-decoration: none;
    font-weight: bold !important;
}

#privacypolicy .mainchoose {
    color: var(--theme-color) !important;
    text-decoration: none;
    font-weight: bold !important;
}

/* width */
.table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    z-index: 997;
    transition: all 0.5s ease-in-out;
    padding: 14px 0;
    background: #ff6c48;
    border-bottom: #f35b35 3px solid;
}

.text-white {
    color: white;
}

.mobile-nav .active a .menu-text:hover {
    color: #FF6C48;
}

.ellip-header {
    color: #FFFFFF;
}

.nav-menu .menu-text {
    color: #FFFFFF;
}

.mobile-nav .active a .menu-text {
    color: #000000;
}
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    #footer .footer-top {
    padding: unset;
}

    #footer .footer-top h3 {
        font-size: 14px;
        position: relative;
        color: #777777;
        font-weight: bold;
    }

    #footer .footer-top .footer-links ul a {
        font-size: 14px;
        color: #A6A5A3;
        font-weight: 300;
        transition: 0.3s;
        line-height: 1;
        display: inline-block;
    }


img.footer-logo {
    height: 4rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

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



/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
#login {
    margin-top: 0px;
}

    #login .wrap {
        width: 50%;
        overflow: hidden;
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
        -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
        margin-left: auto;
        margin-right: auto;
    }


.login .login-wrap {
    position: relative;
    width: 100%;
}

#login .bg-login {
    background: #FF6C48;
    border: 1px solid #FF6C48;
    border-radius: 6px !important;
    color: #fff;
    padding: 10px;
    float: inherit;
    display: none !important;
}

#login .icon-user {
    position: absolute;
    border: 1px solid #E0E3E5;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    color: #DADADA;
}

#login .forjetbus {
    max-width: 50%;
    width: 50%;
}

#login .forjetbus-display {
    display: block;
}

#login .forjetbus-width {
    max-width: 100%;
    width: 100%;
}

.bg-green {
    background-color: #FF6C48;
}

label.login-text {
    font-size: 12px;
}



/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/
#hero {
    width: 100%;
    overflow: initial;
    background-size: contain;
    position: relative;
    margin-bottom: -90px;
    z-index: initial;
    transition: 0.3s;
    margin-top: 70px;
    background-repeat: no-repeat;
    height: 113vh;
}

.ticket-search {
    /*background-color: #F5E4DC !important;*/
    background-color: rgba(245, 228, 220, 0.7) !important;
    margin-top: 261px;
    border-radius: 12px;
}

.ticket-searchbtn {
    margin-top: 22px;
}

.ticket-search .switchicon {
    position: absolute;
    width: 30px;
    z-index: 3;
    margin-left: -7px;
    margin-top: 28px;
}

.litepicker .container__footer .button-apply {
    background-color: #FF6C48;
}

.announcement {
    margin-top: 7.5rem;
    text-align: center;
    color: red;
    height: auto;
    background: none;
    position: static;
}

#hero .announcement h2 {
    color: red;
    font-weight: 900;
}

hr {
    width: 80%;
}

.announcement h2 {
    font-weight: 900;
}


.announcement h4 {
    font-weight: 900;
}

#icon-boxes {
    height: 300px;
}



@media (max-height: 825px) {
   
}


/*xs*/
@media (min-width: 320px) and (max-width: 575px) {


    #hero {
        height: 162vh !important;
    }

    .ticket-search {
        width: 100% !important;
        opacity: 0.9;
        margin-top: 110px !important;
    }

    #icon-boxes {
         margin-top: 320px; 
    }

    #tripdetails .departbox {
        font-size: 14px;
    }

    .btn-set-price-tag {
        padding: .8rem .5rem;
    }

    #modalTripModify .ticket-search {
         margin-top: 0 !important; 
    }

    @media (min-height: 550px) and (max-height: 669px) {
        .announcement {
            margin-top: 35px;
        }
    }

    @media (min-height: 750px) and (max-height: 855px) {
        #hero {
            height: 129vh !important;
        }
    }

    @media (min-height: 856px) {

        #hero {
            height: 110vh !important;
        }
    }

   
}

/*sm*/
@media (min-width: 576px) and (max-width: 767px) {

    .announcement {
        margin-top: 7rem;
    }

    #hero {
        height: 100vh !important;
    }
}

/*md*/
@media (min-width: 768px) and (max-width: 991px) {

    .ticket-search {
        width: 69%;
        margin-top: 110px !important;
        opacity: 0.9;
    }

    #icon-boxes {
        padding-bottom: 300px;
        margin-top: 5px;
        height: auto !important;
    }

    .announcement {
        margin-top: 16rem !important;
    }

    #hero {
        height: 86vh !important;
    }

    @media (min-height: 650px) and (max-height: 799px) {
    }

    @media (min-height: 800px) and (max-height: 868px) {
        #icon-boxes {
            margin-top: 200px;
        }

        .ticket-search {
            width: 80%;
        }
    }

    @media (min-height: 869px) and (max-height: 1099px) {
        #icon-boxes {
            margin-top: 90px;
        }

        .ticket-search {
            width: 80%;
        }
    }

    @media (min-height: 1100px) and (max-height: 1180px) {

    }

    @media (min-height: 1181px) and (max-height: 1368px) {
        #icon-boxes {
            margin-top: unset;
        }

        #hero {
            height: 64vh !important;
        }
    }
}

/*lg*/
@media (min-width: 992px) and (max-width: 1199px) {

    .announcement {
        margin-top: 4rem !important;
    }


    @media (min-height: 500px) and (max-height: 699px) {
        #hero {
            height: 129vh !important;
        }
    }

    @media (min-height: 700px) and (max-height: 799px) {
    }

    @media (min-height: 800px) and (max-height: 1299px) {
    }

    @media (min-height: 1300px) {

        .ticket-search {
            margin-top: 271px !important;
        }

        .announcement {
            margin-top: 11rem !important;
        }

        #hero{
            height: 80vh !important;
        }
    }
}

/*xl*/
@media (min-width: 1200px) and (max-width: 1399px) {

    .ticket-search {
        margin-top: 282px;
        width: 75%;
    }

    .announcement{
        margin-top: 9rem;
    }


    @media (min-height: 550px) and (max-height: 650px) {
    }

    @media (min-height: 651px) and (max-height: 680px) {

        .announcement {
            margin-top: 180px;
        }
    }

    @media (min-height: 681px) and (max-height: 850px) {

        .announcement {
            margin-top: 5rem !important;
        }
    }

    @media (min-height: 851px) and (max-height: 999px) {
    }

    @media (min-height: 1000px) {
    }
}

/*xxl*/
@media (min-width: 1400px) {

        .announcement {
        margin-top: 4rem !important;
    }

    @media (min-height: 600px) and (max-height: 720px) {

    }

    @media (min-height: 721px) and (max-height: 850px) {
       
    }

    @media (min-height: 851px) and (max-height: 900px) {

    }

    @media (min-height: 901px) {

    }
}

@media (min-width: 1600px){

/*    .ticket-search {
        margin-top: 261px !important;
    }*/

    .announcement {
        margin-top: 14rem !important;
    }
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.icon-boxes {
    padding-top: 15px;
    position: relative;
    z-index: 3;
    overflow: inherit;
    margin-top: 90px;
}



@media (max-height: 735px) {

    .icon-boxes {
        margin-top: 210px;
    }
}


@media (min-height:735px) and (max-height: 742px) {
    .icon-boxes {
        margin-top: 80px;
    }
}

@media (min-height:743px) and (max-height: 900px) {
    .icon-boxes {
        margin-top: 170px;
    }
}

@media (max-width:767px) and (max-height: 825px) {

    .icon-boxes {
        margin-top: 350px;
    }
}

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
.back-to-top-custom {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #FF6C48;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    border: 0px
}

.back-to-top:hover {
    color: #fff;
    background: #D71F37;
    transition: background 0.2s ease-in-out;
}


/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
#register {
    margin-top: 0px
}

    #register .btn-register {
        font-size: 16px;
        padding: 5px 45px;
        color: #FFFFFF;
        border: 1px solid transparent;
        background: #FF6C48;
        border-radius: 6px;
        margin-left: 10px;
    }

/*--------------------------------------------------------------
# User Dashboard
--------------------------------------------------------------*/
.userdashboard .input-group {
    display: flex;
}

    .userdashboard .input-group input {
        width: 80% !important;
    }

/*--------------------------------------------------------------
# My Tickets
--------------------------------------------------------------*/
#tripdetails .departbox {
    font-family: Roboto;
    color: #fff;
    background: #D71F37;
    padding: 3px;
}

#tripdetails .tripbox {
    font-family: Roboto;
    color: #fff;
    background: #FF6C48;
    font-size: 8pt;
    padding: 3px;
    margin-left: -3px;
}


/*--------------------------------------------------------------
# Trip Info
--------------------------------------------------------------*/
#tripinfo {
    background: #F5E7D1;
    min-height: 100%;
    transition: all 0.5s;
    padding: 0;
    font-size: 14px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%), inset 0 4px 4px rgb(0 0 0 / 25%);
    width: 100%;
    margin-top: 70px
}

    #tripinfo .departbox {
        color: #fff;
        background: #D71F37;
        font-size: 12px;
    }

    #tripinfo .departlinebg {
        background: #FF6C48;
        width: 100%;
        height: 5px;
    }

.arrow {
    position: absolute;
    width: 20px;
    background: white;
    border: solid white 1px;
    border-right: solid white;
    border-top: solid white;
    height: 20px;
    right: 49.7%;
    top: 1%;
    transform: rotate( 45deg );
}

#tripinfo .tripdetail {
    max-width: 550px;
    height: auto;
}

@media (max-width: 767.98px)  {
    #tripinfo .departbg {
        width: 100%;
    }
}
/*--------------------------------------------------------------
# Trip Listing
--------------------------------------------------------------*/
#search .btn-search-complete {
    background-color: #FF6C48;
}

#search .hr-search-complete::after {
    content: "";
    position: absolute;
    width: 50%;
    z-index: -1;
    top: 35%;
    left: -25%;
    border: 1px solid #FF6C48;
}

#datepick .firstbtnd {
    font-family: 'Font Awesome 5 Free', Roboto;
    border-radius: 16px 0 0 16px;
    margin-top: 5px !important;
    border-left: 1px solid #FFD7CD !important;
}

#datepick .lastbtnd {
    font-family: 'Font Awesome 5 Free', Roboto;
    border-radius: 0 16px 16px 0;
    border-right: 1px solid #FFD7CD !important;
}

#datepick .btn-date {
    font-family: 'Font Awesome 5 Free', Roboto;
    /*width: 14.2857142857%;*/
    border: 1px solid #FFD7CD;
    margin: 0 auto;
    background-color: #FAF7F2;
}

#datepick .btn-circle {
    width: 35px;
    height: 35px;
    padding: 6px 11px;
    border-radius: 18px;
    text-align: center;
    font-size: 9px;
    line-height: 1.42857;
    background-color: #FF6C48;
    border: 1px solid #C4C4C4;
}

#datepick .panel .transinfogroup1 .btn-circle {
    width: 35px;
    height: 35px;
    padding: 6px 0px;
    border-radius: 18px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    background-color: #FF6C48;
}

#datepick .panel-body .btn-sel {
    background: #FF6C48;
    color: white;
}

#datepick .panel .logo {
    height: 70px;
}

#datepick .panel .logo img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.coloring {
    color: #FF6C48 !important;
}


.icon-button-color {
    color: #FF6C48;
}

#filter {
    display: none !important;
}

/*--------------------------------------------------------------
# Trip Listing - Search
--------------------------------------------------------------*/
#search {
    margin-top: 0px;
}

#modalTripModify .ticket-search {
    margin-top: 0;
    border-radius: 12px;
}

#modalTripModify .modal-dialog {
    width: unset;
}

#modalTripModify .modal-content {
    max-height: 450px;
}

@media (min-width: 320px) and (max-width: 1023.98px) {
    .modal .modal-dialog {
        margin-top: unset;
    }
}

/*--------------------------------------------------------------
# Trip Listing - Filter
--------------------------------------------------------------*/
.slider-handle {
    background-color: #D71F37 !important;
    background-image: none !important;
    -webkit-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
    box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
}

.slider-info.slider-ghost .slider-handle {
    border-color: #EB8F9B;
}

.slider-info .slider-selection {
    background-color: #D71F37 !important;
}

.btn-yes-custom {
    background-color: #FF6C48;
    color: white
}

#modalfilter .btncompactive {
    background: #FF6C48;
    color: white;
}

#modalfilter .allcomp {
    border: 1px solid #FF6C48;
}

#modalfilter .btn-company {
    border: 1px solid #FF6C48;
}

/*--------------------------------------------------------------
# Trip Listing - Filter
--------------------------------------------------------------*/
#loginModel button[type=submit] {
    width: 100%;
    padding: 1rem;
    font-size: 14px
}

/*--------------------------------------------------------------
# Passenger Info
--------------------------------------------------------------*/
#tripdetails .form-check-label {
    margin-left: 20px;
}
/*--------------------------------------------------------------
# Summary
--------------------------------------------------------------*/
.time-text {
    color: #FF6C48;
    font-size: 30px;
    font-weight: bold;
}

.btn-set-price-tag {
    border-color: inherit;
    font-size: 12px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF6C48;
    border-color: #FF6C48;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 0px;
    float: none;
    height: 100% !important;
}


/*--------------------------------------------------------------
# Payment Complete
--------------------------------------------------------------*/
#search .btn-homeset {
    background: #FF6C48;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 30px;
}

#searchdetail .btn-search-complete {
    background-color: #FF6C48;
    color: white;
}

#searchdetail .hr-search-complete::after {
    border: 1px solid #FF6C48;
}

.gopass {
    display: none;
}

#tripdetails .redeem {
    background-color: #FF6C48;
}

#searchdetail .btn-homeset {
    background: #FF6C48;
}


/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/
#privacypolicy {
    margin-top: 70px
}

    #privacypolicy .siderightchoose {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        text-align: left;
        color: #444444;
        margin-bottom: .5rem;
        font-weight: bold;
    }

/*--------------------------------------------------------------
# Helpful
--------------------------------------------------------------*/
#helpful {
    margin-top: 70px;
    background-image: url(../../img/contactus.jpg);
    background-size: cover;
    height: 710px;
}

.cu-background {
    background: #F4F4F4;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 15px;
}

#helpful .tnctitle {
    font-family: Roboto;
    font-size: 18px;
    color: #444;
}

#helpful .sidebarrightpnc {
    display: grid;
    padding: 2rem 0 0;
    text-align: left;
}

#helpful .siderightchoose {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #444444;
    margin-bottom: .5rem;
    font-weight: bold;
}

#helpful .mainchoose {
    color: var(--theme-color) !important;
    text-decoration: none;
    font-weight: bold !important;
}

.help-background {
    background: #F4F4F4;
    border-radius: 15px;
    padding: 21px 21px;
    margin-bottom: 30px;
}

.helpful-background {
    background: #E8E8E8;
    border-radius: 15px;
    padding: 21px 21px;
    margin-bottom: 30px;
}

.call-container {
    background: #FFF;
    padding: 1.5rem 1rem;
    border-radius: 12px;
}

.chat-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .chat-box i {
        color: #FF6C48;
    }

    .chat-box .btn-chat {
        width: 100%; /* Remove fixed width to match text length */
        height: 45px;
        border-radius: 12px;
        background: #FF6C48;
        color: #FCFCFC !important;
        font-size: 18px;
        font-weight: 700;
        transition: all .3s;
        text-align: center;
        padding: .6rem .75rem;
        cursor: pointer;
        margin-top: 1rem;
        text-decoration: none !important;
    }

        .chat-box .btn-chat:hover {
            background: #FF8061;
        }

.or-container {
    padding-top: 3rem;
}

.or {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.help-pad {
    padding-bottom: 160px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
#contactus {
    margin-top: 70px;
    background-image: url(../../img/contactus.jpg);
    background-size: cover;
    height: 630px;
}

.cu-background {
    background: #F4F4F4;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 15px;
}

#contactus .tnctitle {
    font-family: Roboto;
    font-size: 18px;
    color: #444;
}

#contactus .sidebarrightpnc {
    display: grid;
    padding: 2rem 0 0;
    text-align: left;
}

#contactus .siderightchoose {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #444444;
    margin-bottom: .5rem;
    font-weight: bold;
}

#contactus .mainchoose {
    color: var(--theme-color) !important;
    text-decoration: none;
    font-weight: bold !important;
}

.ppltitleby1 {
    font-weight: bold;
}


/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-custom {
    background-color: #FF6C48;
    color: white;
}

.bg-cyan {
    background: #FF6C48 !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}


/*--------------------------------------------------------------
# Modal - QPass
--------------------------------------------------------------*/
#qPassModel .modal-align {
    top: 275px;
    left: 0px;
}

#qPassModel .modal-header {
    background: #FF6C48;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #4E4E4E;
    margin-top: -1px;
    margin-right: -0.5px;
}



/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
/*#preloader .loader {
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 100px);
    content: "";
}*/


/*--------------------------------------------------------------
# Margin
--------------------------------------------------------------*/
.mb11 {
    margin-bottom: 11px;
}

/*--------------------------------------------------------------
# My Tickets
--------------------------------------------------------------*/
.qrImageModal .modal-header {
    background: #FF6C48;
}

.qrImageModal #exampleModalLongTitle {
    background: #FF6C48;
    color: #EEEEEE;
}


@media (min-width: 320px) and (max-width: 1023.98px) {
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    .mobile-nav .active > a, .mobile-nav li:hover > a {
        color: #3c4133;
        text-decoration: none;
    }

    .mobile-nav-toggle i {
        color: white;
    }

    /*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/
    #hero {
        background-size: 1000% 50% !important;
        background: url(../../img/jetbus-mast.svg)top no-repeat;
        /*height: 162vh !important;*/

    }

    .hero-mobile {
        height: 117vh !important;
        margin-top: initial !important;
    }

    .switchicon-mobile {
        position: relative;
        margin-left: 0;
        margin-top: 0;
        width: 30px;
        z-index: 3;
    }

    .ticket-search {
        margin-top: 22px !important;
    }

    .announcement{
        margin-top: 6rem;
    }

    #icon-boxes {
        height: 100%;
        /*padding: 13rem 0 0;*/
    }

    img.footer-logo {
        width: 30%;
    }


    /*--------------------------------------------------------------
# Trip Listing
--------------------------------------------------------------*/
    #datepick .btn-date {
        padding: 8px 5px;
    }


        /*--------------------------------------------------------------
# Summary
--------------------------------------------------------------*/
        .time-text {
            font-size: 16px;
        }


        /*--------------------------------------------------------------
# Payment Complete
--------------------------------------------------------------*/
        #search .btn-homeset {
            padding: 10px 5px;
        }


        /*--------------------------------------------------------------
# My Tickets
--------------------------------------------------------------*/
        .qrImageModal .modal-header {
            background: #FF6C48;
        }

        .qrImageModal #exampleModalLongTitle {
            background: #FF6C48;
        }


        /*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
        #login .wrap {
            width: 100%;
        }

        #login .forjetbus {
            max-width: 100%;
            width: 100%;
        }
    }


/*--------------------------------------------------------------
# Confirm Booking
--------------------------------------------------------------*/
.modal .btn-no {
    color: #9E9E9E;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/

#content a {
    color: blue !important;
}

#content a:hover {
   color: blue !important;
}


/*-----------------------------------------------------
    Csdropdown
 ----------------------------------------------------*/

@media (max-width: 374px) {
    .csdropdown .item.level3 {
        font-size: 11px !important;
        line-height: 30px !important;
    }

    .ticket-search .form-control {
        font-size: 12px !important;
    }

    .csdropdown {
        max-height: 250px !important;
    }
}

@media (min-width: 375px) and (max-width: 760px) {
    .csdropdown .item.level3 {
        font-size: 14px !important;
        line-height: 32px !important;
    }

    .csdropdown {
        max-height: 250px !important;
    }
}

.noteTax {
    font-size: 16px;
    display: inline-block;
}

@media (max-width:767px) {
    .noteTax {
        font-size: 10.6px;
    }
}