﻿:root {
    --theme-background: #D82028;
    --theme-color: #D82028;
    --theme-hover-color: #fff;
    --theme-hover-background: #eb4249;
    --depart-label: #888888;
    --trip-label: #5083b9;
}

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

    .btn-green:hover {
        background-color: #eb4249;
    }

#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: #D82028;
    border-bottom: #D82028 3px solid;
}
.text-white {
    color: white;
}

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

.submenu-text {
    color: #000000;
}

    .submenu-text:hover {
        color: var(--theme-color);
    }

.nav-menu .menu-text {
    color: white;
}

#header .logo img {
    max-height: 20px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

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

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

#footer .footer-links {
    margin-top: 15px;
}

/*--------------------------------------------------------------
# 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 {
    border-radius: 6px !important;
    color: #fff;
    padding: 10px;
    float: inherit;
}

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


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

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

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

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

/*#login button[type=submit] {
    width: 100%;
    padding: .8rem;
    font-size: 16px;
}*/

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

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

.ticket-search {
    /*background-color: #CCCCCC !important;*/
    background-color: rgba(204, 204, 204, 0.7) !important;
    margin-top: 355px;
    border-radius: 12px;
    width: 69%;
}

.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: #D82028;
}

.announcement {
    margin-top: 150px;
    text-align: center;
    color: red;
}

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

hr {
    width: 80%;
}

.announcement h2 {
    font-weight: 900;
}


.announcement h4 {
    font-weight: 900;
}

.search-block {
    margin-top: -1rem;
}

/*#icon-boxes {
    height: 250px;
}*/

.icon-box {
    margin-top: -88px;
}


#main.no-background {
    min-height: 0 !important;
}

@media (max-height: 825px) {

    .ticket-search {
        margin-top: 288px;
    }
}

@media (min-height:735px) and (max-height: 825px) {
    .announcement {
        margin-top: 150px;
    }
}

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

    #hero {
        height: 109vh !important;
        background-position: center !important;
    }

    .announcement-text {
        font-size: 13px !important;
    }

    .announcement-text-link {
        font-size: 13px !important;
    }

    .login-button {
        top: 25px !important;
    }

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

    .icon-boxes {
         padding: 0 !important;
    }

    .icon-box {
        margin-top: -65px;
    }

    @media (height: 658px) {

        #hero {
            height: 109vh !important;
            background-position: center !important;
        }

        .announcement-text {
            font-size: 12px !important;
        }

        .announcement-text-link {
            font-size: 12px !important;
        }
    }

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

        #hero {
            height: 126vh !important;
            background-position: center !important;
        }

    }

    @media (min-height: 720px){

    }

    @media (min-height: 750px) and (max-height: 855px){

        #hero {
            background-position: center !important;
        }

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

        #hero {
            height: 96vh !important;
            background-position: center !important;
        }
    }

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

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

    #hero {
        height: 913px !important;
        background-position: center !important;
    }

    #icon-boxes {
         padding: 0 !important; 
    }

    .icon-boxes {
        margin-top: 0px !important;
    }

    .icon-boxes .icon-box {
        padding: 12px 30px !important;
    }


    @media( min-height: 540px){

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

    @media (min-height: 1000px) {

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

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

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

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

        .ticket-search {
            margin-top: 7.5rem !important;
        }

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

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

        #hero {
            background-position: center !important;
            margin-bottom: -11.5rem !important;
        }

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

        #icon-boxes {
            padding: 20px !important;
            /*height: 423px !important;*/
        }

        .icon-box {
            padding: 18px 0;
        }

        .icon-boxes .icon-box {
            padding: 9px 30px;
        }

        .search-block{
            margin-top: 8rem !important;
        }
    }


    @media (min-height: 1100px) {

        #hero {
            background-position: center !important;
            height: 100vh !important;
            margin-bottom: -245px !important;
        
        }

        .ticket-search {
            margin-top: 145px !important;
            opacity: 0.9 !important;
        }

        #icon-boxes {
            padding: 0 !important;
            height: 100% !important;
        }

        .icon-boxes .icon-box {
            padding: 15px 30px;
        }

        .icon-box {
            margin-top: -65px;
        }

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

    @media (min-height: 1180px) {

    }
}


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

    @media (min-height: 500px) and (max-height: 699px) {

        .ticket-search {
            width: 100% !important;
        }

        .icon-box {
            margin-top: -166px !important;
            margin-left: -37px !important;
            padding: 0 16px;
        }
    }

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

        .ticket-search {
            width: 100%;
        }

        .icon-box {
            margin-top: -177px !important;
            margin-left: -53px !important;
            padding: 0 15px;
        }
    }

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

        .ticket-search {
            width: 100% !important;
        }

        .icon-box {
            margin-top: -132px !important;
            padding: 0 16px;
        }
    }

    @media (min-height: 1300px) {

        #hero {
            margin-bottom: -242px  !important;
        }

        .ticket-search {
            width: 100%;
        }

        .icon-box {
            margin-top: -131px !important;
            padding: 0 19px;
        }

        .search-block{
            margin-top: 6rem  !important;
        }
    }
}

/*xl*/
@media (min-width: 1200px) and (max-width: 1399px) {
    
    @media (min-height: 550px) and (max-height: 650px) {
        .ticket-search {
            width: 100%;
        }

        #icon-boxes {
            top: 6rem;
        }

        .icon-box {
            margin-left: -3rem !important;
        }
    }

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

        .ticket-search {
            min-width: 90%;
        }
    }

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

        .ticket-search {
            width: 100%;
        }

        .icon-boxes {
             margin-top: 0px !important; 
        }

        .icon-box {
            margin-top: -177px;
            padding: 0 34px;
        }
    }

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

        .ticket-search {
            min-width: 90% !important;
        }

        .icon-box {
            margin-top: -126px !important;
            margin-left: -38px !important;
            width: 256px !important;
        }
    }

    @media (min-height: 1000px) {

        .ticket-search {
            width: 100% !important;
        }

        .icon-box {
            margin-top: -140px !important;
            padding: 0 34px !important;
        }
    }
}

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

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

        .icon-box {
            margin-top: -126px !important;
            margin-left: -34px !important;
            width: 255px;
        }

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

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

        .ticket-search {
            width: 100%;
        }

        #icon-boxes {
            top: 6rem;
            margin-bottom: 55px;
            height: 0;
        }

        .icon-box {
            margin-left: -3rem !important;
            margin-top: -16rem  !important;
        }
    }

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

        .icon-box {
            margin-top: -78px;
            margin-left: -36px;
            width: 255px;
        }

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

    @media (min-height: 901px) {

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


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


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

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

    /*--------------------------------------------------------------
# Box search
--------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 1023.98px) {

    #search {
         margin-top: unset; 
    }
}

#search .boxsearch {
    color: #FFFFFF;
}

@media (min-width: 320px) and (max-width: 1023.98px) {

    #search .boxsearch {
        margin: unset;
    }
}

#search .btn-circle {
    color: #EEEEEE;
}

    #search .trip-text {
        color: #444444;
    }

@media (max-width: 767.98px) {
    #searchdetail .btn-circle {
        margin: 0 9px;
    }
    #tripinfo .placename {
        font-size: 14px;
    }

    #searchdetail .btntext {
        width: min-content;
    }

    #searchdetail .line {
        width: 70px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    #searchdetail .line {
        width: 181px;
    }
}

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

    .back-to-top:hover {
        color: #fff;
        background: #eb4249;
        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: #D82028;
            border-radius: 6px;
            margin-left: 10px;
        }

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

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

@media (max-width: 767.98px) {

    .btnsave {
        background: #FF6C48;
    }
}


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

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

.close:hover {
    color: var(--theme-hover-background);
}

button.close {
    color: var(--theme-color);
}


/*--------------------------------------------------------------
# Trip Info
--------------------------------------------------------------*/
#tripinfo {
    background: #EDEDED;
    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 .departlinebg {
        background: #EC2626;
        width: 100%;
        height: 5px;
        /*position: relative;*/
        /*bottom: -116px;*/
    }

    .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 {
    /*width: 550px;*/
    height: auto;
}

#searchdetail .booking-details {
    border-left: 1px solid #ADB2B3;
}

@media (max-width: 767.98px)  {
    #tripinfo .departbg {
        width: 100%;
    }
    #tripdetails .btn-cancel {
        width: 100%;
    }
    #tripdetails .promotioncode {
        margin-left: 0;
        margin-right: 0;
    }
    #tripdetails .payment-money2 {
        font-size: 14px;
    }
    #tripdetails .plspay {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #tripinfo .placename {
        font-size: 16px;
    }
}

@media (max-width: 424.98px)  {
    #tripinfo .departbg {
        height: auto !important;
        min-height: auto !important;
    }
}

@media (min-width: 320px) and (max-width: 1023.98px)  {
    #tripinfo .departbg2, .departbg {
        line-height: unset; 
    }
    #search .btntext {
        width: 13%;
        margin: 0 7px !important;
    }
    #tripdetails label {
        font-size: 14px;
    }
    #tripdetails .transinfogroup3 {
        margin: 0;
    }
    #tripdetails .img-logo-q {
        width: unset; 
    }
    #tripdetails .panel-payment .panel-body {
        background-color: #FFFFFF;
        border-radius: 12px;
   }
}

@media (min-width: 320px) and (max-width: 767.98px) {
    #searchdetail .btn-homeset {
        width: 80%;
    }

    #searchdetail .left {
        margin-top: 20px;
    }
}


    /*--------------------------------------------------------------
# Trip Listing
--------------------------------------------------------------*/
    #search .btn-search-complete {
        background-color: #EC2626;
    }

    #searchdetail .btn-circle {
        color: #EEEEEE;
    }

    #searchdetail .btntext {
        color: #444444;
    }

    #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: #EC2626;
        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: #EC2626;
    }

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

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

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

  
    .coloring {
        color: #FF6C48 !important;
    }


    .icon-button-color {
        color: white;
    }

    #filter {
        display: none !important;
    }


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

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

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

        #search .btntext {
            font-size: 12px;
        }
    }

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

    /*#modalTripModify .modal-body{
    overflow-y: scroll;
}*/

/*--------------------------------------------------------------
# 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: #EC2626;
        color: white
    }

    #modalfilter .btncompactive {
        background: #EC2626 !important;
        color: white !important;
    }

    #modalfilter .allcomp {
        /*border: 1px solid #F4F4F4;*/
        background: #F4F4F4;
        color: #888888;
    }

    #modalfilter .btn-company {
        /*border: 1px solid #F4F4F4;*/
        background: #F4F4F4;
        color: #888888;
    }

    #modalfilter .transname {
        font-weight: 400;
        line-height: 16px;
    }


    #modalfilter .transname1 {
        font-weight: 400;
        font-size: 12px;
    }

    #modalfilter .filter-background {
        background: #FFFFFF;
        font-weight: 700;
        color: #888888;
    }

    #modalfilter .btn-company:hover {
        background: #F9C1C1;
        color: #444444;
    }


    #modalfilter .modal-header {
        color: white;
    }

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

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

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

    @media (max-width: 767.98px) {
        .btn-set-price-tag {
            margin-left: auto;
            max-width: 150px;
            height: 50px;
            padding: .8rem .5rem;
        }
    }

    @media (min-width: 320px) and (max-width: 1023.98px) {
        .btn-set-price-tag {
            width: 100%;
        }
    }


/*--------------------------------------------------------------
# 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: #D82028;
        color: white;
    }

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

    .gopass {
        display: none;
    }

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

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

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

    .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: #D82028;
        }

    .chat-box .btn-chat {
        width: 100%; /* Remove fixed width to match text length */
        height: 45px;
        border-radius: 12px;
        background: #D82028;
        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: #EB4249;
        }

    .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.png);
    background-size: cover;
}

    .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;
    }


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

    #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;
    }


/*--------------------------------------------------------------
# Parivacy 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;
        }


/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
    .modal-custom {
        background-color: #D82028;
        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: #D82028;
        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;
    }

/*--------------------------------------------------------------
# Modal - Confirm Booking
--------------------------------------------------------------*/

    @media (max-height: 800px) {
        .modal-content {
            max-height: 450px;
        }
    }


/*--------------------------------------------------------------
# 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: #D82028;
    }

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

/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/
    .ellip-header {
        color: #EEEEEE;
    }

    #content a {
        color: blue !important;
    }

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

    .w-100 {
        width: 100% !important;
    }

    .mart3 {
        margin-top: 3px;
    }


    @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: cover !important;
            /*height: 95vh;*/
            background: url(../../img/homepage_bus_banner.png) no-repeat;
            margin-bottom: -162px
        }

        .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: 116px;
        }

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

        .announcement {
            margin-top: 250px;
        }

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


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


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


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

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

    @media (min-width: 1024px) and (max-width:1700px) {
        .icon-box {
            margin-top: -194px;
            margin-left: -68px;
        }
    }

/*--------------------------------------------------------------
# GoInsure
--------------------------------------------------------------*/
    @media (max-width: 767.98px) {
        .submitbtn {
            width: 100%;
        }
    }

    #tripdetails .btn-no {
        background: #D5D5D5;
        color: #9E9E9E;
        font-weight: 600;
    }


    @media (min-width: 320px) and (max-width: 1023.98px) {
        #tripdetails .btn-proceed {
            width: 100%;
        }
    }

    @media (min-width: 1025px) and (max-width: 1280px) {
        #tripdetails .btn-no {
            min-width: 150px;
        }
    }

/*--------------------------------------------------------------
# Guideline & Requirement
--------------------------------------------------------------*/
    @media (max-width: 767.98px) {
        #tnc ul > li {
            font-size: 12px;
        }

        #tnc .btn-link {
            padding: 0;
        }
    }

    @media (min-width: 320px) and (max-width: 1023.98px) {
        #tnc .btn-link:not(.collapsed)::after {
            background-image: url(../../img/arrow-down-sign-to-navigate-white.png);
        }

        .tnccontext {
            font-size: 13px;
        }
    }

    #tnc .btn-tnc {
        background-color: #E31C1C;
    }

    @media (min-width: 320px) and (max-width: 1023.98px) {
        #tnc .btn-link::after {
            background-image: url(../../img/arrow-down-sign-to-navigate-white.png);
        }

        .insure-content-link {
            font-size: 12px;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .tnccontext {
            text-align: center;
            font-size: 16px;
        }

        #tripdetails .btn-proceed {
            width: unset;
        }

        .insure-content-link {
            font-size: unset;
        }

        .btn-link {
            padding: 5px;
        }
    }

    /*--------------------------------------------------------------
# Confirm Booking 
--------------------------------------------------------------*/

    @media (max-height: 800px) {
        .modal-body {
            overflow-y: auto;
            overflow-x: hidden;
        }
    }

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

/*--------------------------------------------------------------
# Announcement
--------------------------------------------------------------*/
.announcement-head {
    margin-top: 0px;
    width: -webkit-fill-available;
    background-color: yellow;
    text-align: center;
}

.announcement-text {
    color: dimgray;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 15px;
    padding: 3px 30px 3px 30px;
}

.announcement-text-link {
    color: dimgray;
    font-size: 13px;
    padding: 3px 0 3px 0;
    color: blue;
    text-decoration: underline;
    background-color: transparent;
}


/*-----------------------------------------------------
    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;
    }
}
