body {
    font-family: Roboto, sans-serif;
    color: #444444;
    font-size: 16px;
}

a {
    color: #94c045;
}

    a:hover {
        color: #aacd6b;
        text-decoration: none;
    }

.bg-cyan {
    background-color: #10C6CA;
}

#faq .faicontext {
    float: left;
    color: #10C6CA;
}

#faq .collapsed .faicontext {
    color: inherit;
}

#faq .btn {
    white-space: initial;
}

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

#faq .bodywrapping {
    background-color: #F4F1EC;
    border-radius: 12px;
    padding: 15px 25px;
}


#privacypolicy .bodywrapping {
    background-color: #F4F1EC;
    border-radius: 12px;
    padding: 15px 10px;
}

#privacypolicy .effectivedate {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    margin-left: -50px;
    color: #444444;
}

#privacypolicy .mainchoose {
    color: #10C6CA !important;
    text-decoration: underline;
}

#faq .mainchoose {
    color: #10C6CA !important;
    text-decoration: underline;
}

#faq .card-body {
    padding: 15px 30px;
    font-size: 14px;
}

#privacypolicy .siderightchoose {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    color: #444444;
}

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

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

#tripdetails .redeem {
    background-color: #10C6CA;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
}

#tripdetails .cancel {
    background-color: #EDE8E1;
    font-size: 14px;
    border-radius: 8px;
    color: #888888;
    text-align: center;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 7rem 0 2rem;
    position: relative;
}

    #footer.footer-grey {
        color: #777777;
        font-weight: 300;
        font-size: 16px;
        font-style: normal;
        top: 5.6rem;
    }

    #footer .text-expanded {
        font-size: 16px;
        font-weight: bold;
    }

    #footer a {
        color: inherit !important;
    }

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

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

#main {
    margin-top: 10px;
    z-index: 3;
    position: relative;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    z-index: 997;
    transition: all 0.5s ease-in-out;
    padding: 14px 0;
    background: #10C6CA;
}

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 5px 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1px;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #3c4133;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #565e49;
        padding: 10px 12px;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
    }

        .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
            color: #444444;
            text-decoration: none;
            font-size: 14pt;
        }

    .nav-menu .get-started a {
        background: #94c045;
        color: #fff;
        border-radius: 50px;
        margin: 0 15px;
        padding: 10px 25px;
    }


@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 1030;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #444;
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 1030;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #3c4133;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #94c045;
            text-decoration: none;
        }

.showhereplace {
    display: none;
}

.mobile-nav .get-started a {
    background: #94c045;
    color: #fff;
    border-radius: 50px;
    margin: 15px 15px 0 15px;
    padding: 10px 25px;
}

    .mobile-nav .get-started a:hover {
        background: #a6ca63;
        color: #fff;
    }

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.specialdesign3 {
    display: none;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(34, 36, 29, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-left {
    padding-right: 36px;
    z-index: 0;
    margin-right: 40px;
}

    .btn-arrow-left:before { /* make two squares (before and after), looking similar to the button */
        content: "";
        z-index: -1;
        position: absolute;
        top: 3px; /* move it down because of rounded corners */
        width: 16px; /* same as height */
        height: 16px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
    }

    .btn-arrow-left:before {
        transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
    }

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

.activebutton {
    background-color: #fff;
    border: 1px solid #ccc !important;
}

.btn-arrow-left:before { /* align the "before" square to the left */
    left: -7px;
}

#tripdetails .whitetextinput1 {
    border: 0px !important;
    box-shadow: none !important;
    background-color: #fff !important;
    font-family: Roboto;
    font-size: 17px;
    color: #444444;
    width: 100%;
}

#tripdetails .goup {
    margin-top: 15px;
}

#tripdetails .whiteboxtext1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    letter-spacing: 0.15px;
    color: #939393;
}

.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}

.btn-set-price-tag {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 2px 10px;
    font-size: 12px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #10C6CA;
}

.bring-forward {
    z-index: 30;
}

@media (max-width: 991px) {

    #gowallet .btnamount {
        margin-bottom: 0.5rem;
    }

    #gowallet .topupamount {
        margin-bottom: 0.5rem;
    }

    #gowallet .btnconfirm {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 767px) {

    #gowallet .btnamount {
        width: 100%;
    }

    #gowallet .topupamount {
        width: 100%;
    }

    #gowallet .btnconfirm {
        width: 100%;
    }
}

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

    @media (min-height: 110px) {
        #hero {
            height: 60vh !important;
        }
    }

    #icon-boxes {
        height: 375px !important;
    }

    #gowallet .btnamount {
        padding: 0.5rem 3.17rem !important;
    }
}

@media (min-width:992px) and (max-width: 1100px) {

    .departOrigin, .departDestination {
        font-size: 13px !important;
    }
}

#hero.hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#heroh1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#heroh2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

#hero.btn-get-started {
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #94c045;
    text-transform: uppercase;
    color: #fff;
}

#hero.videoadjust {
    margin-top: -150px;
}

.list {
    counter-reset: number;
    list-style-type: none;
}

/*The"\a0"isaspace*/
.listli::before {
    counter-increment: number;
    content: counter(number)"\a0";
}

#hero.btn-get-started:hover {
    background: #94c045;
}



@media (min-width: 1024px) {
    #tripdetails .custname {
        font-family: Roboto;
        color: #444;
        font-size: 10pt !important;
        font-weight: bold;
        margin-right: 15px;
    }
}

.list {
    counter-reset: number;
    list-style-type: none;
}

    /* The "\a0" is a space */
    .list li::before {
        counter-increment: number;
        content: counter(number)"\a0";
    }

.fade {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#search .btn-circle {
    width: 40px;
    padding: 9px 0px;
    border-radius: 28px;
    text-align: center;
    font-size: 17px;
    line-height: 1.3;
    display: inline-block;
    margin: 0px 47px;
}

#search .btntext {
    font-size: 12px;
    color: #000;
    width: 65px;
    margin: 0px 34px;
}

#search .btn-search-complete {
    background-color: #1FD8D8;
}

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

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

#search .hr-search-complete {
}

#search .line {
    width: 175px;
    height: 50px;
    position: absolute;
    display: inline-block;
}

#search .boxsearch {
    display: block;
    max-width: 690px;
}

#search .textboxsearch {
    margin: 0px auto 0;
    display: block;
    max-width: 690px;
}

#search .btn-search {
    background-color: #C4C4C4;
}

#searchdetail .btn-circle {
    width: 40px;
    padding: 9px 0;
    border-radius: 28px;
    text-align: center;
    font-size: 17px;
    line-height: 1.3;
    display: inline-block;
    margin: 0px 47px;
}

#searchdetail .btntext {
    font-size: 8pt;
    color: #000;
    width: 56px;
    margin: 0px 39px;
}

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

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

#searchdetail .hr-search-complete {
}

#searchdetail .line {
    width: 200px;
    height: 50px;
    position: absolute;
    display: inline-block;
}

#searchdetail .boxsearch {
    display: block;
    max-width: 690px;
}

#searchdetail .textboxsearch {
    margin: 0px auto 0;
    display: block;
    max-width: 690px;
}

#searchdetail .btn-search {
    background-color: #C4C4C4;
}

#datepick .oridesktext {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #888888;
    cursor: auto;
}

#datepick label {
    font-family: Roboto;
    color: #888888;
    font-weight: normal;
    font-size: 18px;
}

#datepick .removecolor {
    border-left-color: #eaf0f0 !important;
    border-right-color: #eaf0f0 !important;
    margin-top: 5px !important;
}

#datepick .selecteddate .datesethead {
    background-color: #fff;
    color: #444444 !important;
    margin-bottom: 2px !important;
}

#datepick .selecteddate .dateset {
    background-color: #fff;
    color: #777777 !important;
    margin-top: 2px !important;
}

#datepick .selecteddate {
    background-color: #fff !important;
    border-radius: 16px !important;
    filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
    position: absolute;
}

#datepick .btn-date {
    font-family: 'Font Awesome 5 Free', Roboto;
    width: 14.2857142857%;
    border: 1px solid #bce1da;
    margin: 0 -2px;
    border-radius: 0px;
}

    #datepick .btn-date .datesethead {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-weight: 300;
        font-size: 12pt;
        margin: 3px 0 0;
        color: #a3a8a8;
    }

    #datepick .btn-date .dateset {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-size: 10pt;
        margin: 0 0 3px;
        color: #c2c6c6
    }

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

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

#datepick label span {
    font-family: 'Font Awesome 5 Free', Roboto;
    font-weight: 100;
    color: #444444;
    font-size: 18px;
}

#datepick .transportbar .panel-default > .panel-heading {
    background-color: #fff;
}

#datepick .transinfogroup1 {
    width: 6.25%;
    display: inline-block;
}

#datepick .transinfogroup2 {
    width: 10.4166666667%;
    display: inline-block;
}

#datepick .transinfogroup3 {
    width: 12.5%;
    display: inline-block;
}

#datepick .transinfogroup4 {
    width: 47.9166666667%;
    display: inline-block;
}

#datepick .transinfogroup5 {
    width: 20.8333333333%;
    display: inline-block;
}

#datepick .transinfogroup6 {
    width: 41.6666666667%;
    display: inline-block;
}

#datepick .panel .transinfogroup1 {
    padding-top: 6px;
    padding-bottom: 6px;
}

#datepick .panel .transinfogroup2 {
    vertical-align: middle;
}

#datepick .panel .transinfogroup3 {
    vertical-align: middle;
}

#datepick .panel .transinfogroup4 {
    vertical-align: middle;
}

#datepick .panel .inlinedisplay {
    display: inline-block;
}

#datepick .panel .transname {
    font-size: 13pt;
    color: #444444;
    font-family: Roboto;
}

#datepick .panel .transsum {
    font-size: 9pt;
    color: #444444;
    font-family: Roboto;
}

#datepick .panel .transtime {
    font-size: 15pt;
    color: #444444;
    font-family: Roboto;
}

#datepick .panel .transprice {
    font-size: 12pt;
    color: #444444;
    font-family: Roboto;
}

#datepick .panel .transseat {
    font-size: 12pt;
    color: #444444;
    font-family: Roboto;
}

#datepick .panel .checked {
    font-size: 6pt;
    color: #FFCC00;
}

#datepick .headertrans {
    font-size: 9pt;
    color: #999999;
    font-family: Roboto;
    margin-left: 8px !important;
}

#datepick .top5px {
    margin-bottom: 35px;
}

#datepick .panel-group .panel {
    margin-bottom: 20px;
    border: 0;
}

#datepick .panel-group .panel-heading p {
    margin: 0;
    line-height: 15px;
}

#datepick .panel-group .panel-heading {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.05);
    padding: 0px;
}

#datepick .panel-body {
    padding: 15px 0px;
}

    #datepick .panel-body .btn-circle {
        width: 25px;
        height: 23px;
        padding: 6px 0px;
        border-radius: 15px;
        text-align: center;
        font-size: 9px;
        line-height: 1.42857;
    }

    #datepick .panel-body .btn-circletrans {
        width: 30px;
        height: 30px;
        padding: 6px 6px;
        border-radius: 5px !important;
        text-align: center;
        font-size: 9px;
        line-height: 1.42857;
    }

    #datepick .panel-body .btn-ava {
        border-radius: 8px;
        text-align: center;
        border: 1px solid #C4C4C4;
        background-color: #EDE8E1;
    }

    #datepick .panel-body .btn-occ {
        border-radius: 8px;
        text-align: center;
        line-height: 1.42857;
        background: #EDE8E1;
        font-family: Roboto;
    }

    #datepick .panel-body .btn-maindeck {
        background: #C4C4C4;
        border-radius: 16px 16px 4px 4px;
        font-family: Roboto;
        font-size: 12px;
        color: #000;
        margin-top: 20px;
    }

    #datepick .panel-body .btn-bottomdeck {
        background: #EEEEEE;
        border-radius: 4px;
        font-family: Roboto;
        font-size: 12px;
        color: #000;
        margin-top: 5px;
    }

#datepick .btn-proceed {
    background: #FF6C48;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    padding: 10px 25px;
}

#datepick .panel-body .btn-active {
    background: #A5A5A5 !important;
}

#datepick .panel-body .btn-sel {
    border-radius: 8px;
    text-align: center;
    font-size: 9px;
    line-height: 1.42857;
    background: #3EEAEA;
}

#datepick .panel-body .btn-dri {
    border-radius: 8px;
    text-align: center;
    font-size: 9px;
    background: #E9E9E9;
    border: 1px solid #C4C4C4;
    padding: 2px;
}

#datepick .panel-body .statustext {
    font-size: 12px;
    color: #777777;
    font-family: Roboto;
}

#datepick .panel-body .statusset {
    margin-left: 30px;
    margin-bottom: 15px;
}

#datepick .panel-body .box-seat {
    background-color: #FFFFFF;
    border-radius: 10px;
    max-width: 390px;
    height: 161px;
}

#datepick .panel-body .boxseat22table {
    margin: 0 15px 15px 15px;
}

#datepick .panel-body .box-seat2 {
    background-color: #FFFFFF;
    border-radius: 10px;
    /*	width: 180px;
	height: 161px;*/
}

#datepick .panel-body .box-seat22 {
    background-color: #FFFFFF;
    border-radius: 10px;
    display: table;
    margin: 20px auto auto;
}

#datepick .panelremovehead {
    padding-top: 0;
    padding-bottom: 0;
}

#datepick .paddingtop15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

#datepick .paddingtop45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

#datepick .paddingtop30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.boxseattitle {
    margin: auto;
    text-align: center;
}

#datepick .panel-body .panelseat {
    background: #EDE8E1;
    border-radius: 8px;
    margin-bottom: 5px;
}

#datepick .panel-body .panelselection {
    padding: 8px 0;
}

#datepick .panelset {
    background: #FAF7F2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 10px;
}

#datepick .panel-body .seatselectiontext {
    font-family: Roboto;
    font-size: 12px;
}

#datepick .panel-body .col-sm-5 {
    padding-left: 0px;
    padding-right: 0px;
}

#datepick .panel-body .top15px {
    margin-top: 20px;
}

#datepick .panel-body .col-sm-8seat {
    width: 53.666667%;
    padding-left: 0px;
    padding-right: 0px;
}

#datepick .panel-body .titleseat {
    color: #444444;
}

#datepick .panel-body .col-sm-5seat {
    text-align: center;
    width: 35.666667%;
}

#datepick .panel-body .col-sm-3seat {
    width: 18%;
}

#datepick .panel-body .transinfogroup2 {
    vertical-align: baseline;
}

#datepick .panel-body .transinfogroup3 {
    vertical-align: baseline;
}

#datepick .panel-body .transinfogroup4 {
    vertical-align: baseline;
}

#datepick .panel-body .btn-bar {
    padding: 65px 2px;
    background: #EDE8E1;
    border-radius: 5px;
    margin: 0px 6px;
}

#datepick .panel-body .btn-barver {
    padding: 2px 65px;
    background: #EDE8E1;
    border-radius: 5px;
    margin: 0px 6px;
}

#datepick .panel-body td {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

#datepick .panel-body table {
    margin-top: 12px;
    margin-bottom: 12px;
}

#datepick .panel-body .btn-dri-seat {
    border-radius: 8px;
    text-align: center;
    font-size: 9px;
    background: #E9E9E9;
    border: 1px solid #C4C4C4;
    margin-right: 10px;
}

#datepick .panel-body .asseat {
    color: #777777;
    font-family: Roboto;
    font-size: 9pt;
}

#datepick .panel-body .texttable {
    color: #777777;
    font-family: Roboto;
    font-size: 11pt;
    margin-left: 10px;
}

#datepick .panel-body .pickuptext {
    color: #777777;
    font-family: Roboto;
    font-size: 11pt;
    margin-left: 20px;
}

#datepick .panel-body .alerttext {
    color: #444444;
    font-family: Roboto;
    font-size: 11pt;
}

#datepick .panel-body .btn-confirm {
    width: 90px;
    height: 45px;
    padding: 6px 0px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    background-color: #02D8B1;
    font-family: Roboto;
    color: #fff;
    position: absolute;
    bottom: -85px;
}

#tripdetails .panel .transinfogroup2 {
    vertical-align: middle;
}

#tripdetails .transinfogroup2 {
    display: inline-block;
}

#tripdetails .panel-body {
    border-radius: 12px;
    background-color: #fff;
    padding: 0;
}

.panel-payment > .panel-body {
    padding: 15px !important;
}

#tripdetails .panel {
    border-radius: 12px;
    background-color: #fff;
    padding: 0px;
}

#tripdetails .panelgrey {
    border-radius: 12px;
    background-color: #F9F9F9;
    padding: 0px;
}

#tripdetails .departbox {
    font-family: Roboto;
    color: #fff;
    background: #5D8282;
    font-size: 12px;
    padding: 3px;
    margin-right: .3rem;
}

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

#tripdetails .payment-heading {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#tripdetails .payment-money2 {
    font-family: Roboto;
    color: #777777;
    font-size: 16px;
    font-weight: bold;
}

#tripdetails .payment-money3 {
    font-family: Roboto;
    color: #777777;
    font-size: 12px;
}

.dunsetlketis {
    vertical-align: middle;
    margin-left: 10px;
}

#tripdetails .payment-money4 {
    font-family: Roboto;
    color: #777777;
    font-size: 15px;
}

#tripdetails .payment-money5 {
    font-family: Roboto;
    color: #999;
    font-size: 10px;
}

#tripdetails .btn-apply {
    background: #10C6CA;
    border-radius: 6px;
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
    padding: 7px 25px;
}

#tripdetails .btn-money {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    color: #777;
}

#tripdetails .datetime {
    font-family: Roboto;
    color: #444;
    font-size: 11pt;
}

#tripdetails .panel-fake {
    border-radius: 12px;
    background-color: #f4f1ec;
    padding: 0px;
    margin: 0px 15px;
}

#tripdetails .panel-body-fake {
    border-radius: 12px;
    background-color: #f4f1ec;
    padding: 0px;
}

#tripdetails .newpanel {
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #f4f1ec;
    padding: 0 0px;
}

#tripdetails .gowallet {
    color: #444444;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    margin-left: 7px;
}

#tripdetails .gowalletmoney {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #888888;
}

.boxforwrapthis-panel {
    margin-bottom: 0px;
    background-color: #F4F1EC;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .boxforwrapthis-panel .panel-body {
        padding: 3px;
    }

#tripdetails .boxforwrapthis-panel .panel-body {
    padding: 1px;
    background-color: #F4F1EC;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

#tripdetails.rmoveradius {
    border-radius: 0px;
}

#tripdetails .plspay {
    font-family: Font Awesome 5 Free, Open Sans;
    color: #444;
    font-size: 16pt;
    font-weight: bold;
}

#tripdetails .ttlcredit {
    font-family: Font Awesome 5 Free, Open Sans;
    color: #444;
    font-size: 12pt;
    font-weight: bold;
}

#tripdetails .transband {
    font-family: Roboto;
    color: #444;
    font-size: 12pt;
    font-weight: bold;
    margin-left: 15px;
    display: inline-block;
}

#tripdetails .payment-heading1 {
    background-color: #F9F9F9;
    font-family: Roboto;
    padding: 10px 15px 0;
    border-color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    #tripdetails .payment-heading1 .fade {
        opacity: 1;
        font-family: Roboto;
    }

    #tripdetails .payment-heading1 .active {
        background-color: #fff;
        font-family: Roboto;
    }

#tripdetails .panel-body1 {
    border-radius: 12px;
    background-color: #fff;
    padding: 0 20px 30px;
}

    #tripdetails .panel-body1 .paymenttnc {
        font-family: Roboto;
        color: #000000;
        font-size: 12px;
        opacity: 0.5;
    }


.panel-payment > .panel-body1 {
    padding: 0 15px 15px !important;
}

#tripdetails .payment-heading1 .nav-tabs > li > .active {
    color: #000000;
    cursor: default;
    background-color: #fff;
    border: 0px;
    border-bottom-color: transparent;
    padding: 5px 10px;
    font-family: Roboto;
}

#tripdetails .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#tripdetails .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    background-color: #EDE8E1;
    border-radius: 6px 6px 0px 0px;
    font-family: Roboto;
    margin-left: 1px;
}

#tripdetails .tabbody {
    margin: 15px;
}

#tripdetails .tab-content {
    background-color: #fff;
    width: 100%;
    padding: 15px;
}

#tripdetails .payment-heading1 .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
    background-color: #EDE8E1;
    color: #000000;
}

#tripdetails .custname {
    font-family: Roboto;
    color: #444;
    font-size: 8pt;
    font-weight: bold;
    margin-right: 15px;
}

#tripdetails .tncterm {
    font-family: Roboto;
    color: #999;
    font-size: 8pt;
    font-weight: normal;
}

#tripdetails .boxwrap2 {
    display: inline-block;
    margin: 2px 0px
}

#tripdetails .boxwrap3 {
    display: inline-block;
    margin: 2px 0px;
    padding-left: 10px;
}

#tripdetails .middlesetwalelt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
}

#tripdetails .boxwrap {
    display: inline-block;
    margin: 10px 20px
}

#tripdetails .colorset1 {
    color: #999999;
}

#tripdetails .modify1 {
    background-color: #F9F9F9;
}

#tripdetails .btn-addcontact {
    background-color: #FDFDFD;
    border: 1px solid #FDFDFD;
    text-align: left;
    padding: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
}

    #tripdetails .btn-addcontact .card-header {
        padding: 0px 10px;
        background-color: #FDFDFD;
        border: 1px solid #FDFDFD;
        text-align: left;
        font-size: 12px;
        line-height: 16px;
        color: #777777;
    }

#tripdetails .removeborder .card-body {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding: 25px 0 10px 20px;
    letter-spacing: 0.15px;
    color: #939393;
}

#tripdetails .removeborder {
    border: 1px solid #FDFDFD;
}

#tripdetails .btn-green {
    background: #FF6C48;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    padding: 10px 25px;
}

#search .btn-homeset {
    background: #10C6CA;
    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-homeset {
    background: #10C6CA;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
}

.cong {
    margin-top: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #444444;
}

#search .boxsearch2 {
    display: block;
    max-width: 1200px;
    text-align: center;
}

#searchdetail .boxsearch2 {
    display: block;
    max-width: 1200px;
    text-align: center;
}

#tripdetails .qpassimg {
    margin-top: 20px;
}

#tripdetails .panel-payment {
    margin: 10px;
}

#tripdetails .panel-grey {
    background-color: #EDE8E1;
}

#tripdetails .margintop10px {
    margin-top: 10px;
}

#tripdetails .alertmessage {
    margin: 35px 30px;
    font-family: Roboto;
    color: #777;
}

#tripdetails .alertmessage1 {
    margin: 25px 30px 0;
    font-family: Roboto;
    color: #777;
}

#tripdetails .alertmessage2 {
    margin: 0 30px 25px;
    font-family: Roboto;
    color: #777;
    text-align: center;
}

#tripdetails .tncmessage {
    margin: 15px 30px;
    font-family: Roboto;
    color: #777;
    font-size: 13px;
}

#tripdetails .img-adjust {
    margin: auto;
}

#tripdetails .btn-proceed {
    background: #FF6C48;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    padding: 10px 25px;
    min-width: 150px;
}

#tripdetails .btn-cancel {
    background: #9EDCD1;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    margin-right: 10px;
    padding: 10px 25px;
}

#tripdetails .policytitle {
    font-family: Roboto;
    font-weight: bold;
    font-size: 15px;
    color: #444;
}

#tripdetails .lineheightcontant {
    line-height: 2;
}

#tripdetails .textaligncenter {
    text-align: center;
}

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

#tripdetails .ticketdetail {
    font-family: Roboto;
    font-size: 14px;
    color: #444;
}

.topnegative10px {
    margin-top: -10px !important;
}

.topnegative5px {
    margin-top: -5px !important;
}

.top10px {
    margin-top: 10px;
}

#tripdetails .btnleftmykad {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 7px;
    font-size: 11px;
    line-height: 1.42857143;
    border-radius: 4px 0 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

#tripdetails .btnrightpassport {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 7px;
    font-size: 11px;
    line-height: 1.42857143;
    border-radius: 0 4px 4px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#tripdetails .checkmarkpolicy {
    height: 10px;
    width: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
}

#tripdetails .moneypolicy {
    color: #999999;
    font-size: 12px;
    font-family: Roboto;
}

#tripdetails .moneypay {
    color: #777777;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
}

#tripdetails .removepadding {
    padding-left: 0px;
    padding-right: 0px;
}

#tripdetails .removeradius {
    border-radius: 0px !important;
}

#tripdetails .panel-footer {
    border-radius: 12px;
}

#tripdetails .panel-body2 {
    padding: 15px !important;
    background-color: #E5E5E5;
    border-radius: 0px !important;
}

.backcolor {
    background-color: #f4f1ec;
    box-shadow: 0 0 black;
}

.backcolor2 {
    background-color: #faf7f2;
    box-shadow: 0 0 black;
}

.backcolor3 {
    background-color: #f4f1ec;
    box-shadow: 0 0 black;
}

.pbackcolor {
    background-color: #f6f6f6;
}

#datepick .panel-body .btn-confirm2 {
    width: 90px;
    height: 45px;
    padding: 6px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
    background: #EDE8E1;
    border-radius: 8px;
    font-family: Roboto;
    color: #fff;
}

#datepick .panel-body .PUDO {
    width: 90px;
    height: 45px;
    padding: 6px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    background: #10C6CA !important;
    border-radius: 8px;
    font-family: Roboto;
    color: #fff;
}

#datepick .panel-body .ratiotertext {
    font-size: 12px;
    font-family: Roboto;
    color: #fff;
    background-color: #2B9CDB;
    border-radius: 6px;
    padding: 8px 15px 8px 30px;
}

#datepick .panel-body .ratioter {
    margin: 9px;
}

#datepick .paginationtrans .pagination-sm .page-linkactive {
    font-size: 13px;
    font-family: Roboto;
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    margin: 0 5px;
    background-color: #CCCCCC;
    color: #fff;
}

#datepick .paginationtrans .pagination-sm .page-link {
    font-size: 13px;
    font-family: Roboto;
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border: 0;
    text-align: center;
    margin: 0 5px;
    background-color: transparent;
}

#ppld .imggallery {
    border-radius: 10px;
    max-width: 110px;
    margin: auto;
}

#ppld .col-sm-2 {
    padding-left: 5px;
    padding-right: 5px;
}

#ppld .textonimg {
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-family: Roboto;
    font-size: 16pt;
    color: white;
    font-weight: bold;
}

.titleongallery {
    font-size: 16pt;
    color: #444444;
    font-family: Roboto;
    margin-top: 80px;
    font-weight: 100;
}



#app .imgposter {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    min-width: 395px;
}

#app .headerapp {
    font-family: 'Roboto Condensed';
    font-size: 18pt;
    color: black;
    font-weight: bold;
    margin-top: 5px;
}

#app p {
    font-family: 'Roboto Condensed';
    font-size: 9pt;
    color: #888888;
    margin-top: 10px;
}

#app .downloadgroup {
    position: absolute;
}

#app .appbody {
    background-color: #F4F1EC;
}

#app .card {
    border-radius: 15px;
    background-color: #F4F1EC;
    box-shadow: 0 0 black;
    border: 0px solid rgba(0,0,0,.125);
}

#app .card-horizontal {
    display: flex;
    flex: 1 1 auto;
}


#modalQR .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


#modalQR .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#modalQR .modal-header {
    border-radius: 0;
    background-color: #f7f7f7;
    border-color: #d4d2d2;
    align-items: center;
    padding: 1.2rem;
}

#modalQR .modal-content {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
    box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
    background-clip: padding-box;
}

#modalQR .modal-backdrop {
    background-color: transparent;
}

#modalQR .modal-button-container {
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
}

#modalQR .QRcontent {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 5%;
}


@media (min-width: 768px) {
    #modalQR .modal-dialog {
        width: 315px;
    }

    #searchresult .hidehereforpatterndodo {
        display: none;
    }

    #modalQR .animated {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    #modalQR .transname {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: flex-end;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #modalQR .datetime {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        text-align: right;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #modalQR .locationt {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
        border-radius: 5px;
    }

    #modalQR .detailt {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #modalQR .actiont {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #modalQR .namepas {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #modalQR .pasdetail {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        /* identical to box height */

        align-items: center;
        text-align: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #modalQR .totalpay {
        font-family: Roboto;
        font-style: normal;
        font-weight: bolder;
        font-size: 14px;
        line-height: 16px;
        /* identical to box height */

        text-align: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #modalQR .paddingright5 {
        padding-right: 10px;
    }

    #modalQR .leftright {
        font-style: normal;
        font-weight: 900;
        padding-top: 10px;
        font-size: 24px;
        line-height: 28px;
        color: #444444;
    }

    #modalQR .modal-header {
        background: #10C6CA;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: #4E4E4E;
        padding: 5px 20px;
    }

    #modalQR .modal-footer {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        color: #4E4E4E;
        padding: 5px 20px;
    }

    #modalQR #exampleModalLongTitle {
        background: #10C6CA;
        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: 20px;
        border-top-right-radius: 20px;
        color: #4E4E4E;
    }

    #modalQR .modal-content {
        border-radius: 20px;
        border: 0;
        -webkit-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        background-clip: padding-box;
    }

    #modalQR .QRtransimg {
        margin: auto;
    }

    #modalQR .goright {
        text-align: right;
    }

    #modalQR .gomid {
        text-align: center;
    }

    #modalQR .goleft {
        text-align: left;
    }

    #modalQR .modal-backdrop {
        background-color: transparent;
    }

    #modalQR .modal-button-container {
        margin: 0 auto;
        width: 90%;
        max-width: 500px;
    }

    #modalQR .close {
        color: #eeeeee;
    }






    .qrImageModal .close {
        color: #eeeeee;
    }

    .qrImageModal .QRcontent {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: 5%;
    }


    @media (min-width: 768px) {
        .qrImageModal .modal-dialog {
            width: 315px;
        }
    }

    .qrImageModal .animated {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .qrImageModal .transname {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        align-items: flex-end;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .datetime {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        text-align: right;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .locationt {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
        border-radius: 5px;
    }

    .qrImageModal .detailt {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .actiont {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .namepas {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .pasdetail {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        /* identical to box height */

        align-items: center;
        text-align: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .totalpay {
        font-family: Roboto;
        font-style: normal;
        font-weight: bolder;
        font-size: 14px;
        line-height: 16px;
        /* identical to box height */

        text-align: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .paddingright5 {
        padding-right: 10px;
    }

    .qrImageModal .leftright {
        font-style: normal;
        font-weight: 900;
        padding-top: 10px;
        font-size: 24px;
        line-height: 28px;
        color: #444444;
    }

    .qrImageModal .modal-header {
        background: #10C6CA;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: #4E4E4E;
        padding: 5px 20px;
    }

    .qrImageModal .modal-footer {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        color: #4E4E4E;
        padding: 5px 20px;
    }

    .qrImageModal #exampleModalLongTitle {
        background: #10C6CA;
        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: 20px;
        border-top-right-radius: 20px;
        color: #4E4E4E;
    }

    .qrImageModal .modal-content {
        border-radius: 20px;
        border: 0;
        -webkit-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        background-clip: padding-box;
    }

    .qrImageModal .QRtransimg {
        margin: auto;
    }

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

    .qrImageModal .gomid {
        text-align: center;
    }

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

    .qrImageModal .modal-backdrop {
        background-color: transparent;
    }

    .qrImageModal .modal-button-container {
        margin: 0 auto;
        width: 90%;
        max-width: 500px;
    }

    .qrImageModal1 .modal-content {
        position: relative;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 20px;
        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
        box-shadow: 0 3px 9px rgba(0,0,0,.5);
        outline: 0;
    }

    .qrImageModal1 .transname {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */


        color: #888888;
    }

    .qrImageModal1 .transname1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #999999;
        color: #888888;
    }

    .qrImageModal1 .modal-dialog {
        position: absolute;
        width: auto;
        left: 20%;
        bottom: 30%;
    }

    #tripdetails .popover-title .transname {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */


        color: #888888;
    }

    #tripdetails .close .fas, #tripdetails .close {
        opacity: 1;
        color: #10C6CA;
    }

    #tripdetails .popover-title .transname1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #999999;
        color: #888888;
    }

    #tripdetails .popover-title {
        padding: 15px 14px 0px;
        margin: 0;
        font-size: 14px;
        background-color: #fff;
        border-bottom: 1px solid #fff;
        border-radius: 15px 15px 0 0;
    }

    #tripdetails .popover {
        width: 400px;
        max-width: 400px;
        border-radius: 15px;
        margin-top: 100px;
        margin-left: 190px;
    }

    #tripdetails .spepop .popover {
        width: 500px;
        max-width: 500px;
        border-radius: 15px;
        margin-top: 100px;
        margin-left: 190px;
    }

    #tripdetails .popover > .arrow, #tripdetails .popover > .arrow:after {
        position: absolute;
        display: none;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    #tripdetails .popover-content {
        padding: 0px 0px;
    }

    #mymodalcc .modal-dialog {
        width: 600px;
        margin: 290px auto;
    }

    #mymodalcc .modal-content {
        background-color: #f4f1ec;
    }

    #mymodalcc .titleset {
        font-family: Roboto;
        font-style: normal;
        font-size: 22px;
        color: #444444;
    }

    #mymodalcc .paymentcc {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        width: 50%;
        color: #444444;
    }

    #mymodalcc .paymentcc1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        width: 50%;
        text-align: right;
        float: right;
        color: #444444;
    }

    #mymodalcc .panel-tichis {
        border-radius: 16px;
        background-color: #EDE8E1;
        padding: 10px 5px 5px;
    }


    #mymodalcc .modal-header {
        background: #10C6CA;
        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: 20px;
        border-top-right-radius: 20px;
        color: #4E4E4E;
    }

    #mymodalcc .modal-content {
        border-radius: 20px;
        border: 0;
        -webkit-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        background-clip: padding-box;
    }

    #mymodalcc .close {
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 28px;
        align-items: center;
        text-align: center;
        color: #EEEEEE;
    }

    #mymodalcc .modal-title {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 21px;
        align-items: center;
        color: #EEEEEE;
    }

    #mymodalcc .panel-heading1 {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        background-color: #fff;
        padding: 25px 15px;
        border-bottom: 1px solid #EDE8E1;
    }

    #mymodalcc .textset {
        font-family: Roboto;
        font-size: 10px;
        color: #444444;
        padding-left: 0px;
        padding-right: 0px;
    }

    #mymodalcc .form-control {
        display: block;
        margin: auto;
        width: 100%;
        height: 24px;
        padding: 0px 12px;
        font-size: 10px;
        line-height: 1.428571;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .resetBtn {
        background: #DDDDDD;
        border-radius: 6px;
        border: 1px solid #ddd;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        padding: 5px 15px;
        color: #444444;
    }

    .subbtn {
        background: #FF6C48;
        border-radius: 6px;
        border: 1px solid #FF6C48;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        line-height: 19px;
        padding: 5px 15px;
        color: #fff;
    }

    .top5pxxx {
        margin: 5px;
    }

    .gorightbtn {
        text-align: right;
    }

    .panel {
        margin-bottom: 0px;
    }

    #mymodalcc .removepad {
        padding-left: 15px;
        padding-right: 5px;
    }

    #mymodalcc .removepad1 {
        padding-left: 5px;
        padding-right: 15px;
    }

    #mymodalcc .depanddes {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.15px;
        margin: 0px 0px 10px 15px;
        color: #4E4E4E;
    }

    #mymodalcc .depanddes1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 23px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.15px;
        margin: 0px 0px 15px 0px;
        color: #4E4E4E;
    }

    #mymodalcc .depanddes2 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        text-align: right;
        letter-spacing: 0.15px;
        margin: 0px 15px 15px 0px;
        color: #4E4E4E;
    }

    #mymodalcc .depanddes3 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 23px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.15px;
        margin: 0px 0px 0px 15px;
        color: #4E4E4E;
    }

    #mymodalcc .depanddes4 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 23px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.15px;
        margin: 0px 0px 0px 15px;
        color: #4E4E4E;
    }

    #mymodalr .modal-header {
        background: #10C6CA;
        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: 20px;
        border-top-right-radius: 20px;
        color: #4E4E4E;
    }

    #mymodalr .modal-content {
        border-radius: 20px;
        border: 0;
        -webkit-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
        background-clip: padding-box;
    }

    #mymodalr .close {
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 28px;
        align-items: center;
        text-align: center;
        color: #EEEEEE;
    }

    #mymodalr .modal-title {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 21px;
        align-items: center;
        color: #EEEEEE;
    }

    #mymodalr .panel-heading {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        background-color: #FAF7F2;
        padding: 5px 15px;
    }

    #mymodalr .depanddes {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.15px;
        margin: 0px 0px 10px 15px;
        color: #4E4E4E;
    }

    #mymodalr .depanddes1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 23px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.15px;
        margin: 0px 0px 15px 0px;
        color: #4E4E4E;
    }

    #mymodalr .depanddes2 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        text-align: right;
        letter-spacing: 0.15px;
        margin: 0px 15px 15px 0px;
        color: #4E4E4E;
    }

    #mymodalr .depanddes3 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 23px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.15px;
        margin: 0px 0px 0px 15px;
        color: #4E4E4E;
    }

    #mymodalr .depanddes4 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 23px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.15px;
        margin: 0px 0px 0px 15px;
        color: #4E4E4E;
    }

    #mymodalr .depanddes33 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 23px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #mymodalr .depanddes44 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 23px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #mymodalr .depanddes5 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 23px;
        text-align: right;
        letter-spacing: 0.15px;
        margin: 0px 15px 0px 0px;
        color: #4E4E4E;
    }

    #mymodalr .titleset {
        font-family: Roboto;
        font-style: normal;
        font-size: 22px;
        color: #444444;
    }

    #mymodalr .placename {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 21px;
        align-items: center;
        padding-top: 5px;
        color: #444444;
    }

    #mymodalr .selectlabel {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        color: #222222;
    }

    #mymodalr .panel {
        border-radius: 12px;
        background-color: #FAF7F2;
        padding: 0px;
    }

    #mymodalr .modal-content {
        background-color: #f4f1ec;
    }

    #mymodalr .panel-tichis {
        border-radius: 16px;
        background-color: #EDE8E1;
        padding: 10px 5px 5px;
    }

    #mymodalr .transportname {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.15px;
        color: #444444;
    }

    #mymodalr .transporttime {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.15px;
        float: right;
        color: #444444;
    }

    #mymodalr .departbox1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: 800;
        font-size: 10px;
        line-height: 14px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #mymodalr .passinfo {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #mymodalr .passinfo1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.15px;
        float: right;
        color: #4E4E4E;
    }

    #mymodalr .boxwrap1 {
        border-bottom: 1px solid #EDE8E1;
    }

    #mymodalr .subtext {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        line-height: 14px;
        /* identical to box height */

        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #mymodalr .subprice {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        line-height: 14px;
        /* identical to box height */

        float: right;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #mymodalr .totaltext {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        /* identical to box height */

        display: flex;
        align-items: center;
        text-align: right;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #mymodalr .totalprice {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        /* identical to box height */

        float: right;
        text-align: right;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    #mymodalr .transinfogroup3 {
        border-left: 1px solid #EDE8E1;
    }

    @media (min-width: 576px) {
        #mymodalr .modal-dialog {
            max-width: 560px;
            margin: 1.75rem auto;
        }
    }

    @media screen and (max-width: 767px) and (min-width: 576px) {
        .pushticket {
        }

        #tripdetails .custname {
            margin-left: 0px;
        }

        #tripdetails .departbox {
            font-family: Roboto;
            color: #fff;
            background: #5D8282;
            font-size: 7pt;
            padding: 3px;
        }

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

        #tripdetails .datetime {
            font-family: Roboto;
            color: #444;
            font-size: 7pt !important;
        }

        #tripdetails .special4pay {
            width: 40%;
            max-width: 40%;
            flex: 0 0 40%;
        }

        #tripdetails .special5pay {
            width: 60%;
            max-width: 60%;
            flex: 0 0 60%;
        }

        #tripdetails .special6pay {
            width: 60%;
            max-width: 60%;
            flex: 0 0 60%;
            margin-left: 40%;
        }
    }

    #tichis .cpanel-acc {
        border-color: #EDE8E1;
        margin-bottom: 20px;
        background-color: #EDE8E1;
        border: 1px solid transparent;
        border-radius: 16px;
        margin-top: 5px;
        padding: 0px 15px;
    }

    #tichis .iconuser {
        color: #CCCCCC;
        font-size: 20px;
    }

    #tichis .welcomeword {
        font-family: Roboto;
        font-style: normal;
        font-size: 28px;
        color: #444444;
    }

    #tichis .btn-head {
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 8px 40px;
        font-size: 14px;
        border: 1px solid #EDE8E1;
    }

    #tichis .btn-head-active {
        background: #FDFDFD;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 8px 40px;
        font-size: 14px;
        border: 1px solid #EDE8E1;
    }

    #tichis .cpanel-acc .panel-body {
        padding: 0px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        display: flex;
        text-align: center;
        color: #777777;
    }

    .daterangepicker .drp-calendar.right {
        padding: 8px 8px 8px 0px !important;
    }

    .paneldate {
        background: #F9F9F9;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
    }

    .daterangepicker .drp-calendar.right {
        background: #FFFFFF;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        margin-right: 17px;
    }


    .cusbodydate {
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px !important;
    }

    .shadowball {
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
        margin: 5px;
    }

    .daterangepicker .drp-calendar.left {
        background: #FFFFFF;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        margin-left: 17px;
    }

    .settextbox {
        padding: 15px 15px 6px 15px;
    }

    .drp-buttons {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */


        color: #888888;
    }

    .ticketprice {
        display: inline-block;
    }

    .cancelBtn {
        background: #DDDDDD;
        border-radius: 32px;
        border: 1px solid #ddd;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        padding: 8px 25px !important;
        color: #444444;
    }

    .applyBtn {
        background: #10C6CA;
        border-radius: 32px;
        border: 1px solid #10C6CA;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        padding: 8px 25px !important;
        color: #444444;
    }

    .daterangepicker .drp-buttons {
        text-align: initial !important;
    }

    .daterangepicker .goright {
        text-align: right;
        margin-left: 40%;
        display: inline-block;
    }

    .daterangepicker:before, .daterangepicker:after {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: none !important;
    }

    .travelroudn {
        padding: 15px;
    }

    .labelradiotext {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.15px;
        color: #444444;
    }

    .adjustlabelradio {
        padding: 8px 8px 8px 20px;
    }

    .fradio {
        position: absolute;
        margin-left: -20px;
    }
    /*.textindate{
	border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #C9D9D4;
    border-left: 1px solid #fff;
	max-height:34px;
	padding:8px;
}*/
    .gohide {
        overflow: hidden;
        max-width: 0;
        max-height: 0;
        /* display:none; */
    }

    .goshow {
        display: block;
    }

    /*.textindate1 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #C9D9D4;
    border-left: 1px solid #fff;
    max-width: 220px;
    max-height: 34px;
    padding: 8px;
}*/
    .cusbut {
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #fff;
        border: 1px solid #C9D9D4;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        padding: 8px 0 8px 10px;
        border-right: 1px solid #fff;
        max-width: 207px;
        max-height: 34px;
    }

    #transpick {
        padding-bottom: 5px;
    }

        #transpick .titleset {
            font-family: Roboto;
            font-style: normal;
            font-size: 22px;
            color: #444444;
        }

        #transpick .btn-trans {
            background: #f6f6f6;
            border-radius: 8px;
            font-family: Roboto;
            font-size: 12px;
            color: #aaaaaa;
            padding: 10px;
            font-size: 14px;
            font-weight: bold;
            font-size: 14px;
            border: 1px solid #f6f6f6;
        }

        #transpick .btn-trans-active {
            background: #ffffff;
            border-radius: 8px;
            font-family: Roboto;
            font-size: 14px;
            color: #444444;
            padding: 10px;
            font-size: 14px;
            font-weight: bold;
            border: 1px solid #ffffff;
        }

    #triptable {
        padding-bottom: 0px;
    }


        #triptable .btn-trip {
            background: #EDE8E1;
            border-radius: 8px;
            font-family: Roboto;
            font-size: 12px;
            color: #aaaaaa;
            padding: 10px;
            font-size: 14px;
            font-weight: bold;
            font-size: 14px;
            border: 1px solid #EDE8E1;
        }

    #tripdetails .btn-tools {
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #999999;
        padding: 5px;
        font-size: 14px;
        font-weight: normal;
        font-size: 14px;
        border: 1px solid #EDE8E1;
    }

    #tripdetails .custcolortic {
        color: #10C6CA;
        margin-left: 45px;
    }

    #triptable .btn-tools {
        background: #f6f6f6;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #999999;
        padding: 5px;
        font-size: 14px;
        font-weight: normal;
        font-size: 14px;
        border: 1px solid #f6f6f6;
    }

    #triptable .btn-trip-active {
        background: #ffffff;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 14px;
        color: #444444;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #ffffff;
    }

    #tripdetails .whitebg {
        background: #FDFDFD;
        border: 1px solid #F4F1EC;
        padding-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 5px;
        width: 100%;
    }

    #tripdetails .removepaddinghere {
        padding: 5px;
    }

    #tripdetails .selectday {
        text-align: right;
        float: right;
    }

    #tripdetails .btn-add {
        background: #FF6C48;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        font-size: 12px;
        border: 1px solid #FF6C48;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }

    #tripdetails .btn-saver {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        float: right;
        color: #FCFCFC;
        padding: 8px 28px;
        border: 1px solid #EDE8E1;
        background: #EDE8E1;
        border-radius: 12px;
    }

    #tripdetails .row-fake {
        margin-right: -5px;
        margin-left: -5px;
        width: 100%;
    }

    #tripdetails .formtext {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        align-items: center;
        padding-top: 7px;
        color: rgba(0, 0, 0, 0.6);
    }

    #tripdetails .formtext1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        align-items: center;
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.9;
    }

    #tripdetails .whitetextinput {
        border: 1px solid #F4F1EC;
        box-sizing: border-box;
        border-radius: 4px;
    }

    #tripdetails .whiteboxtext {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        /* identical to box height */
        padding: 25px 0 10px 20px;
        letter-spacing: 0.15px;
        color: #939393;
    }

    #tripdetails .depanddes {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        float: left;
        color: #444444;
        padding: 5px 10px;
    }

    #tripdetails .depanddes {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        float: left;
        color: #444444;
        padding: 5px 10px;
    }

    #tripdetails .btnsave {
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        color: #fff;
        background: #EDE8E1;
        border-radius: 12px;
        border: 1px solid #EDE8E1;
        font-size: 12px;
        padding: 5px 25px;
        float: right;
        text-align: center;
        color: #FFFFFF;
    }

    #tripdetails .move-in5 {
        padding-left: 15px;
    }

    #tripdetails .checkboxadjust {
        margin: 0px 26px -8px 10px;
        padding: 5px 0px 0px 0px;
    }

    #tripdetails .btnarrow {
        width: 30px;
        height: 30px;
        padding: 6px 0px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        color: #fff;
        background-color: #10C6CA;
        border: 1px solid #10C6CA;
    }

    #tripdetails .line {
        border: 1px solid #CCCCCC;
    }

    #tripdetails .form-check-input {
        background-color: #CCCCCC;
    }

    #tripdetails .selectlabel {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        color: #777777;
    }

    #tripdetails .input-group-btn:last-child > .btn {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #F4F1EC;
        border-top: 1px solid #F4F1EC;
        border-bottom: 1px solid #F4F1EC;
    }

    .bottomaddon {
        padding-bottom: 100px;
    }

    #tripdetails .input-group-addon:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background-color: #ffffff;
        color: #EDE8E1;
        font-size: 14px;
        border-left: 1px solid #F4F1EC;
        border-top: 1px solid #F4F1EC;
        border-bottom: 1px solid #F4F1EC;
        padding: 0px 5px 0px 5px;
    }

    #tripdetails .input-group > .form-control:not(:first-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 0px;
        border-right: 1px solid #F4F1EC;
        border-top: 1px solid #F4F1EC;
        border-bottom: 1px solid #F4F1EC;
        border-left: 1px solid #ffffff;
    }


    #tripdetails .paginationtrans .pagination-sm .page-linkactive {
        font-size: 13px;
        font-family: Roboto;
        width: 30px;
        height: 30px;
        padding: 6px 0px;
        border-radius: 15px;
        text-align: center;
        margin: 0 5px;
        background-color: #CCCCCC;
        color: #fff;
    }

    #tripdetails .paginationtrans .pagination-sm .page-link {
        font-size: 13px;
        font-family: Roboto;
        width: 30px;
        height: 30px;
        padding: 6px 0px;
        border: 0;
        text-align: center;
        margin: 0 5px;
        background-color: transparent;
    }

    #modalfilter {
        background-color: #F4F1EC;
    }

        #modalfilter .modal-content {
            position: relative;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #999;
            border: 1px solid rgba(0,0,0,.2);
            border-radius: 15px;
            -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
            box-shadow: 0 3px 9px rgba(0,0,0,.5);
            outline: 0;
        }

        #modalfilter .transname {
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 19px;
            /* identical to box height */


            color: #888888;
        }

        #modalfilter .transname1 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            color: #999999;
        }

        #modalfilter .transname-active {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            color: #000000;
        }

        #modalfilter .goleft {
            margin-bottom: 10px;
        }

        #modalfilter .goleft1 {
            margin-bottom: 0px;
        }

        #modalfilter .goleft2 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 10px;
            line-height: 14px;
            /* identical to box height */


            color: #777777;
        }

        #modalfilter .goleft3 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 10px;
            line-height: 14px;
            /* identical to box height */
            float: right;
            color: #777777;
        }

    .slider-selection {
        background: #f77500 !important;
    }

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

    .slider-handle {
        background-color: #fff !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-ghost .slider-track {
        height: 5px !important;
    }

    .slider-ghost .slider-handle {
        top: -2px !important;
        border: 5px solid #f77500;
    }

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

    .tooltip-inner {
        display: none;
    }

    .tooltip-arrow {
        display: none;
    }

    #footerspec {
        margin: 500px
    }

    .margin30px {
        margin: 30px 0;
    }

    #login .input-group {
        margin-top: 20px;
        border: 1px solid #E0E3E5;
        box-sizing: border-box;
        border-radius: 8px;
    }

        #login .input-group .form-control:not(:first-child):not(:last-child), #login .input-group-addon:not(:first-child):not(:last-child), #login.input-group-btn:not(:first-child):not(:last-child) {
            border-radius: 0;
            padding: 25px;
        }

        #login .input-group > .custom-select:not(:first-child), #login .input-group > .form-control:not(:first-child) {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            padding: 25px;
        }

        #login .input-group .form-control:first-child, #login .input-group-addon:first-child, #login.input-group-btn:first-child > .btn, #login.input-group-btn:first-child > .btn-group > .btn, #login.input-group-btn:first-child > .dropdown-toggle, #login.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, #login.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            padding: 15px;
            background-color: #ffffff;
            color: #DADADA;
            font-size: 20px;
        }

    #login .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }

    #login .btn-md {
        border: 0;
        font-size: 18px;
        color: #DADADA;
    }

    #login .input-group-btn {
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    #login .btn-login {
        padding: 6px 0px;
        border-radius: 8px;
        text-align: center;
        font-size: 18px;
        line-height: 1.42857;
        color: #fff;
        background: #43D82C;
        border: 1px solid #10C6CA;
        font-size: 14px;
        padding: 15px 25px;
        float: right;
        text-align: center;
        color: #FFFFFF;
    }

    #login .btn-login1 {
        padding: 6px 0px;
        border-radius: 8px;
        text-align: center;
        font-size: 18px;
        line-height: 1.42857;
        color: #fff;
        background: #02D8B1;
        border: 1px solid #02D8B1;
        font-size: 14px;
        padding: 15px 25px;
        float: right;
        text-align: center;
        color: #FFFFFF;
    }

    #login .modal-title1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        color: #EEEEEE;
    }

    #login .input-group-addon:first-child {
        padding: 7px 14px;
    }

    #login .paddingtopset {
        padding-top: 20px;
    }

    #login .textset {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        color: #929699;
    }

    #login .textset1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        float: left;
        color: #5D8FFC;
        margin-top: 8px;
    }

    #login .textset2 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        text-align: right;
        float: right;
        color: #929699;
        margin-top: 8px;
    }

    #login .separator {
        display: flex;
        align-items: center;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        margin: 20px 0;
        color: #929699;
    }

    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #E7E7E7;
    }

    #login .separator::before {
        margin-right: .25em;
    }

    #login .separator::after {
        margin-left: .25em;
    }

    #login .btntext {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        /* identical to box height */

        text-align: center;
        color: #FFFFFF;
    }

    #login .btn-g {
        border-radius: 8px;
        text-align: center;
        font-size: 18px;
        line-height: 1.42857;
        color: #fff;
        background: #43D82C;
        border: 1px solid #10C6CA;
        font-size: 16px;
        padding: 8px 15px;
        float: left;
        text-align: center;
        color: #FFFFFF;
    }

    #login .btn-f {
        border-radius: 8px;
        text-align: center;
        font-size: 18px;
        line-height: 1.42857;
        color: #fff;
        background: #3B5998;
        border: 1px solid #3B5998;
        font-size: 16px;
        padding: 8px 15px;
        float: left;
        text-align: center;
        color: #FFFFFF;
    }

    #login .faceb {
        border-radius: 8px;
        text-align: center;
        font-size: 18px;
        line-height: 1.42857;
        color: #fff;
        background: #3B5998;
        border: 1px solid #3B5998;
        font-size: 16px;
        padding: 8px 15px;
        float: left;
        text-align: center;
        color: #FFFFFF;
    }

    #login .goog {
        border-radius: 8px;
        background: #F44336;
    }

    #login .faceb {
        border-radius: 8px;
        background: #3B5998;
    }

    #login .glogo {
        background: #C53126;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border: 1px solid #C53126;
    }

    #login .flogo {
        background: #263C68;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border: 1px solid #263C68;
    }

    #login .appl {
        border-radius: 8px;
        background: #000000;
    }



    #inbox {
        margin-top: 100px
    }

        #inbox .panel-body {
            padding: 10px 15px;
        }

        #inbox .panel {
            background: #10C6CA;
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 21px;
            border-radius: 0px;
            /* identical to box height */


            color: #F2F2F2;
        }

        #inbox .accordion > .card {
            background-color: #fff;
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            color: #000;
        }

        #inbox .card-header {
            padding: 0px;
            margin-bottom: 0;
            background-color: #fff;
            border-bottom: 0px;
            min-height: 120px;
        }

        #inbox .btn {
            padding: 0px;
            min-width: 600px;
            white-space: inherit;
        }

        #inbox .newtag {
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 10px;
            color: #FFFFFF;
            background-color: #10C6CA;
            padding: 1px 5px;
            display: block;
            position: absolute;
            top: 1px;
            right: 1px;
        }

        #inbox .viewtag {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 16px;
            padding: 1px 5px;
            color: #777777;
            position: absolute;
            bottom: 1px;
            right: 1px;
        }

        #inbox .titlecontent {
            font-family: Roboto;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            color: #000000;
            text-align: left;
            margin-top: 15px;
            margin-left: 15px;
        }

        #inbox .titlesummary {
            font-family: Roboto;
            font-style: normal;
            font-weight: 300;
            font-size: 12px;
            margin-left: 15px;
            width: 250px;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #A8A8A8;
        }

        #inbox .col-sm-0 {
            display: none;
        }

        #inbox .adver {
            border-radius: 8px;
            margin-bottom: 30px;
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        }

        #inbox .show {
            min-height: 215px;
            margin-top: -122px;
            background-color: #fff;
            z-index: 2;
        }

        #inbox .card-body {
            padding: 0;
        }

        #inbox .titlecontent2 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            letter-spacing: 0.15px;
            margin: 10px 0 10px 0;
            color: #000000;
        }

        #inbox .titlesummary2 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 131%;
            /* or 18px */
            text-align: left;
            letter-spacing: 0.15px;
            color: #777777;
        }

        #inbox .bigimg {
            display: inline-block;
            float: left;
        }

    #profile {
        margin-top: 100px
    }

        #profile .welcome {
            font-family: Roboto;
            font-style: normal;
            font-weight: 300;
            font-size: 12px;
            letter-spacing: 0.15px;
            text-align: center;
            color: #444444;
            margin: 20px auto;
        }

        #profile .rounded-circle {
            margin: 20px auto 0;
        }

        #profile .accountsetup:not(:last-child) {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            text-align: left;
            color: #777777;
            padding: 10px 10px 10px 0;
            width: 100%;
            border: 0px;
            border-bottom: 1px solid #C4C4C4;
            background-color: #fff;
        }

        #profile .collapsed {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            text-align: left;
            color: #777777;
            padding: 0px 10px 0px 0;
            width: 200px;
            border: 0px;
            background-color: #f6f6f6 !important;
        }

        #profile .collapse {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            text-align: left;
            color: #939393;
            border: 0px;
            background-color: #fff;
        }

        #profile .removep {
            padding-left: 0px;
            padding-right: 0px;
        }

        #profile .form-group {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            color: #939393;
        }

        #profile label {
            font-weight: normal;
        }

        #profile .card-body {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            color: #939393;
            background-color: #fff;
        }

        #profile .accountsetup {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            text-align: left;
            color: #777777;
            padding: 0px 10px 0px 0;
            width: 200px;
            border: 0px;
            background-color: #fff;
        }

        #profile .accountsetup1 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            text-align: left;
            color: #777777;
            padding: 0px 10px 0px 0;
            width: 200px;
            border: 0px;
            background-color: transparent;
        }

        #profile button:focus {
            outline: 0px;
            outline: 0px;
        }

        #profile .btn-updateacc {
            border-radius: 6px;
            text-align: center;
            font-size: 18px;
            color: #fff;
            background: #2B9CDB;
            border: 1px solid #2B9CDB;
            font-size: 16px;
            padding: 8px 20px;
            text-align: center;
            color: #FFFFFF;
        }

    body {
        background-color: #f4f1ec;
    }

    #register {
        margin-top: 150px
    }

        #register .form-control {
            background: #FFFFFF;
            border: 1px solid #C7C7C7;
            box-sizing: border-box;
            border-radius: 3px;
        }

        #register .fatabit {
            margin: 20px 0px;
            font-family: Roboto;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            /* identical to box height */

            text-align: left;
            letter-spacing: 0.15px;
            color: #939393;
        }

    #privacypolicy {
        margin-top: 70px
    }

        #privacypolicy .ppbody {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            color: #777777;
        }

        #privacypolicy .pptitle {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 24px;
            line-height: 28px;
            margin-left: -50px;
            color: #444444;
        }

        #privacypolicy .ppltitleby {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 28px;
            margin-left: -50px;
            color: #444444;
        }

        #privacypolicy .ppltitleby1 {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 28px;
            color: #444444;
        }

    #faq {
        margin-top: 70px
    }

        #faq .panel-body {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 22px;
            background-color: #f6f6f6;
            border: 1px solid #f6f6f6;
            color: #444444;
        }

        #faq .panel-default {
            border-color: #f6f6f6;
            margin-bottom: 0px;
        }

        #faq .card-header {
            padding: .75rem 1.25rem;
            margin-bottom: 0;
            background-color: #fff;
            border-bottom: 0px;
        }

        #faq .card {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 21px;
            display: flex;
            align-items: left;
            letter-spacing: 0.15px;
            text-align: left;
            color: #444444;
        }

        #faq .mb-0 {
            text-align: left;
        }

        #faq .card-body {
            background-color: #EEEEEE;
        }

        #faq .faicon {
            text-align: right;
            float: right;
        }

        #faq .collapsed .up {
            display: none !important;
        }

        #faq .up {
            display: block !important;
        }

        #faq .collapsed .down {
            display: block !important;
        }

        #faq .down {
            display: none;
        }

    #datepick .up {
        display: block !important;
    }

    #datepick .collapsed .down {
        display: block !important;
    }

    #datepick .down {
        display: none;
    }

    #contact-us .removep {
        padding: 0;
    }

    #contact-us {
        margin-top: 30px;
    }

        #contact-us .address {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 125%;
            /* or 22px */
            margin-top: 35px;
            color: #777777;
        }

        #contact-us .pptitle {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 24px;
            line-height: 28px;
            margin-left: -50px;
            color: #444444;
            position: absolute;
            margin-top: 75px;
            z-index: 10;
        }

    #appdownload {
        margin-top: 150px;
    }

        #appdownload .lock {
            max-width: 800px;
            margin: auto;
        }

        #appdownload .logoapp {
            margin-top: 80px;
            max-width: 80px;
        }

        #appdownload .titleapp {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 22px;
            line-height: 28px;
            margin-top: 15px;
            color: #444444;
        }

        #appdownload .asp {
            margin: 15px 5px
        }

        #appdownload .gpl {
            margin: 15px 5px
        }

        #appdownload .contentapp {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 125%;
            /* or 22px */

            margin-top: 15px;
            color: #777777;
        }

    .loginmodal {
        background: #E32526;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 21px;
        /* identical to box height */
        display: block;
        text-align: left;
        letter-spacing: 0.15px;
        color: #FFFFFF;
    }

    #modal1 {
        background: #F6F6F6;
    }

        #modal1 .loginmodalbody {
            background: #F6F6F6;
            border-radius: 0px;
        }


    .modal-backdrop.show {
        opacity: 0;
    }

    #specific-page .modal-backdrop.show {
        opacity: 0.5;
    }

    #modal1 .cusmodal {
        top: 40%;
        right: 0px;
        bottom: 0;
        left: -20%;
    }

    #modal1 .flogo {
        background: #3b5998;
        border-radius: 0px;
        border: 1px solid #263C68;
    }

    #modal1 .btn-f {
        border-radius: 0px;
        text-align: center;
        font-size: 18px;
        line-height: 1.42857;
        color: #fff;
        background: #3b5998;
        border: 1px solid #3b5998;
        font-size: 16px;
        padding: 8px 5px 8px 15px;
        text-align: center;
        color: #FFFFFF;
    }

    #modal1 .btn-g {
        border-radius: 0px;
        text-align: center;
        font-size: 18px;
        line-height: 1.42857;
        color: #fff;
        background: #fff;
        border: 1px solid #fff;
        font-size: 16px;
        padding: 3px 0 3px 0;
        text-align: center;
        color: #FFFFFF;
    }

    #modal1 .googleimg {
        max-width: 25px;
    }

    #modal1 .faceb {
        border-radius: 0px;
        text-align: center;
        font-size: 18px;
        line-height: 1.42857;
        color: #fff;
        background: #3b5998;
        border: 1px solid #3b5998;
        font-size: 16px;
        padding: 8px 15px 8px 5px;
        text-align: center;
        color: #FFFFFF;
    }

    #modal1 .goolb {
        border-radius: 0px;
        text-align: center;
        font-size: 18px;
        line-height: 1.42857;
        color: #fff;
        background: #4285f4;
        border: 1px solid #4285f4;
        font-size: 16px;
        padding: 8px 15px 8px 5px;
        text-align: center;
        color: #FFFFFF;
    }

    #modal1 .modal-dialog {
        max-width: 715px;
        width: 640px;
        margin: 30px auto;
    }

    #modal1 .modifyside1 {
        padding-right: 0px;
    }

    #modal1 .modifyside2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    #modal1 .modifyside3 {
        padding-left: 0px;
    }

    #modal1 .ormid {
        margin: auto;
        line-height: 5.5;
        text-align: center;
    }

    #modal1 .marginadjust1 {
        margin: 4px 0;
        background: #FFFFFF;
        border: 1px solid #C7C7C7;
        box-sizing: border-box;
        border-radius: 3px;
    }

    #modal1 .btmfont {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        /* identical to box height */

        letter-spacing: 0.15px;
        color: #777777;
    }

    #modal1 .btn-login {
        border-radius: 6px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #43D82C;
        border: 1px solid #43D82C;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.15px;
        padding: 7px 62px;
        margin: 3px;
        color: #FFFFFF;
    }

    #tripdetails .removeborder {
        border-right: 1px solid #Fff !important;
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
        border-left: 1px solid #ffffff !important;
        webkit-box-shadow: inset 0 1px 1px #fff;
        box-shadow: inset 0 1px 1px #fff;
    }


    #inbox .titlesummary {
        text-align: left;
    }

    #tripdetails .btn-money1 {
        background: #FFFFFF;
        border: 1px solid #E4E4E4;
        border-radius: 10px;
        color: #777;
        padding-left: 35px;
        padding-right: 35px;
        margin: 0 5px;
    }


    #datepick .panel-body .PUDO {
        margin-right: 10px;
    }

    .pushlineup {
        margin-top: 18px;
    }

    @media screen and (max-width: 991px) and (min-width: 769px) {
        #tripdetails .btn-money1 {
            font-size: 10px;
        }

        .col-spc-1 {
            width: 10%
        }

        .col-spc-2 {
            width: 10%
        }

        .col-spc-3 {
            width: 50%
        }

        .col-spc-4 {
            width: 10%
        }

        .col-spc-5 {
            width: 10%
        }

        .col-spc-6 {
            width: 10%
        }

        .headingtext1 {
            font-family: Roboto;
            font-size: 12px;
            text-align: center;
            color: #777777;
            margin: 15px 10px 0 0px;
        }

        .headingtext2 {
            font-family: Roboto;
            font-size: 14px;
            text-align: center;
            color: #444444;
            margin: 15px 10px 0 0px;
        }

        .center-block {
            display: block;
            margin-right: auto;
            object-fit: cover;
            margin-left: auto;
            border-radius: 12px 0 0 12px;
        }

        #tripdetails .custcolortic {
            color: #10C6CA;
            margin-left: 0px;
        }


        #datepick .btn-date .datesethead {
            font-family: 'Font Awesome 5 Free', Roboto;
            font-weight: 300;
            font-size: 9pt;
            margin: 3px 0 0;
            color: #a3a8a8;
        }

        #datepick .btn-date .dateset {
            font-family: 'Font Awesome 5 Free', Roboto;
            font-size: 8pt;
            margin: 0 0 3px;
            color: #c2c6c6;
        }

        .adjustmenttext {
            padding-left: 10px;
            padding-right: 20px;
        }

        .btn-lailuan {
            display: none;
        }

        .showhereplace {
            display: none;
        }

        #tripdetails .btn-money {
            font-size: 10px;
        }
    }

    @media screen and (max-width: 458px) and (min-width: 376px) {
        #search .boxsearch {
            display: block;
            max-width: 370px;
        }

        #searchdedtail .btn-circle {
            margin: 0px 3% !important;
        }

        #searchdedtail .btntext {
            font-size: 8pt;
            font-family: Open Sans;
            color: #000;
            width: 40px !important;
            margin: 0px 9px;
        }

        #searchdedtail .line {
            width: 55px !important;
            height: 50px;
            position: absolute;
            display: inline-block;
        }

        #searchdedtail .boxsearch {
            display: block;
            max-width: 370px;
        }
    }

    @media screen and (max-width: 1199px) and (min-width: 1025px) {
        #datepick .panel .transinfogroup1 {
            padding-top: 0;
            padding-bottom: 0;
        }

        #datepick .transinfogroup1 {
            width: 5.25%;
            display: inline-block;
        }

        #app .goapptext {
            font-size: 20px;
        }

        #app p {
            font-family: 'Roboto Condensed';
            font-size: 8pt;
            color: #888888;
            margin-top: 0px;
        }

        #app .imgposter {
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
            width: 100%;
            min-width: 330px;
        }

        #app .goweirddesign4 {
            max-width: 25%;
        }

        #app .goweirddesign8 {
            max-width: 80%;
        }

        #app .downloadgroup {
            bottom: -140px;
            position: absolute;
            max-width: 100px;
        }

        #hero .container {
            padding-right: 0;
            padding-left: 0;
            max-width: 1199px;
            width: 100%;
        }
    }

    @media screen and (max-width: 3000px) and (min-width: 1440px) {
        #curvehome {
            position: absolute;
            border-top-left-radius: 120%;
            border-top-right-radius: 121%;
            width: 100%;
            margin-top: -265px;
            /*height: 5%;*/
            background-color: white;
            z-index: -1;
        }

        #app1 .downloadset {
            font-family: Roboto Condensed;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 28px;
            text-align: right;
            width: 150px;
            color: #000000;
            top: 61%;
            right: 25%;
            position: absolute;
        }
    }

    @media screen and (max-width: 1439px) and (min-width: 1200px) {
        #curvehome {
            position: absolute;
            border-top-left-radius: 60%;
            border-top-right-radius: 60%;
            width: 100%;
            margin-top: -265px;
            height: 8%;
            background-color: white;
            z-index: -1;
        }

        #app1 .Gotickettext {
            font-family: Roboto Condensed;
            font-style: normal;
            font-weight: bold;
            font-size: 30px;
            line-height: 47px;
            width: 250px;
            color: #444444;
            top: 56%;
            left: 20%;
            position: absolute;
        }
    }


    #app1 .Gotickettext {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 47px;
        width: 250px;
        color: #444444;
        top: 60%;
        left: 10%;
        position: absolute;
    }

    #curvehome {
        position: absolute;
        border-top-left-radius: 60%;
        border-top-right-radius: 60%;
        width: 100%;
        margin-top: -265px;
        height: 5%;
        background-color: white;
        z-index: -1;
    }

    #app1 .downloadset {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
        text-align: right;
        width: 150px;
        color: #000000;
        top: 54%;
        right: 20%;
        position: absolute;
    }
}

@media screen and (max-width: 1199px) and (min-width: 769px) {


    ppld .textonimg {
        position: absolute;
        bottom: 5px;
        left: 70px;
        font-family: Roboto;
        font-size: 13pt;
        color: white;
        font-weight: bold;
    }
}

@media screen and (max-width: 990px) and (min-width: 976px) {
    #app .imgposter {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        width: 100%;
        min-width: 335px;
    }

    #datepick .oridesktext {
        display: inline-block;
    }

    #ppld .imggallery {
        border-radius: 10px;
        margin: auto;
    }

    #ppld .textonimg {
        position: absolute;
        bottom: 5px;
        left: 70px;
        font-family: Roboto;
        font-size: 16pt;
        color: white;
        font-weight: bold;
    }
}

@media screen and (max-width: 975px) and (min-width: 886px) {
    #app .imgposter {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        width: 100%;
        min-width: 320px;
    }

    #datepick .oridesktext {
        display: inline-block;
    }

    #app p {
        font-family: 'Roboto Condensed';
        font-size: 8pt !important;
        color: #888888;
        margin-top: 0px;
    }
}

@media screen and (max-width: 885px) and (min-width: 856px) {
    #app .imgposter {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        width: 100%;
        min-width: 320px;
    }

    #datepick .oridesktext {
        display: inline-block;
    }

    #app .downloadgroup {
        bottom: -135px !important;
        position: absolute;
        max-width: 100px;
    }

    #app .goapptext {
        font-size: 18px !important;
    }

    #app p {
        font-family: 'Roboto Condensed';
        font-size: 8pt !important;
        color: #888888;
        margin-top: 0px;
    }
}

@media screen and (max-width: 855px) and (min-width: 769px) {
    #app .imgposter {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        width: 100%;
        min-width: 275px;
    }

    #app .headerapp1 {
        font-family: 'Roboto Condensed';
        font-size: 13pt;
        color: black;
        margin-top: 5px;
    }

    #app .headerapp {
        font-family: 'Roboto Condensed';
        font-size: 15pt;
        color: black;
        font-weight: bold;
        margin-top: 5px;
    }

    #datepick .oridesktext {
        display: inline-block;
    }

    #app .downloadgroup {
        bottom: -135px !important;
        position: absolute;
        max-width: 100px;
    }

    #app .goapptext {
        font-size: 16px !important;
    }

    #app p {
        font-family: 'Roboto Condensed';
        font-size: 7pt !important;
        color: #888888;
        margin-top: 0px;
    }
}

@media screen and (max-width: 769px) and (min-width: 760px) {
    #app .imgposter {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        width: 100%;
        min-width: 200px;
    }
}

@media screen and (max-width: 575px) and (min-width: 426px) {
    #tripdetails .policytitle {
        font-family: Roboto;
        font-weight: bold;
        font-size: 15px;
        color: #444;
        display: inline-block;
    }

    #mymodalcc .modal-dialog {
        width: 400px;
        margin: 290px auto;
    }

    .specialdesign3 {
        display: block;
    }

    #tripdetails .transband {
        font-family: Roboto;
        color: #444;
        font-size: 10pt;
        font-weight: bold;
        margin-left: 0px;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) and (min-width: 426px) {
    #app .card-horizontal {
        display: block;
        flex: 1 1 auto;
        height: 575px;
    }

    .col-spc-1 {
        width: 100%
    }

    .col-spc-2 {
        width: 100%
    }

    .col-spc-3 {
        width: 40%
    }

    .col-spc-4 {
        width: 10%
    }

    .col-spc-5 {
        width: 10%
    }

    .col-spc-6 {
        width: 10%
    }

    .specwarp {
        width: 20%;
        position: relative;
        float: left;
    }

    .headingtext1 {
        font-family: Roboto;
        font-size: 10px !important;
        text-align: center;
        color: #777777;
        margin: 15px 10px 0 0px;
    }

    .headingtext2 {
        font-family: Roboto;
        font-size: 11px !important;
        text-align: center;
        color: #444444;
        margin: 0px;
    }

    #tichis .btn-head-active {
        background: #FDFDFD;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 15px;
        color: #777777;
        padding: 5px 10px;
        border: 1px solid #EDE8E1;
    }

    #tichis .btn-head {
        border-radius: 8px;
        font-family: Roboto;
        font-size: 15px;
        color: #777777;
        padding: 5px 10px;
        border: 1px solid #EDE8E1;
    }

    #tripdetails .tncterm {
        font-family: Roboto;
        color: #999;
        font-size: 6pt;
        font-weight: normal;
    }

    .btn-md {
        padding: 0px 12px;
    }

    #datepick .btn-date {
        font-family: 'Font Awesome 5 Free', Roboto;
        border: 1px solid #bce1da;
        margin: 0 -2px;
        max-width: 100%;
        White-space: normal;
    }

        #datepick .btn-date .datesethead {
            font-family: 'Font Awesome 5 Free', Roboto;
            font-weight: 300;
            font-size: 9pt;
            margin: 3px 0 0;
            color: #a3a8a8;
        }

        #datepick .btn-date .dateset {
            font-family: 'Font Awesome 5 Free', Roboto;
            font-size: 7pt;
            margin: 0 0 3px;
            color: #c2c6c6;
        }

    #datepick .hidehere320 {
        display: none;
    }

    #datepick .hidethis320 {
        display: none;
    }

    #datepick .hellohere {
        display: block !important;
    }

    #datepick .panel-body .col-xs-10seat {
        width: 43.333333% !important;
    }

    #datepick .setsmallla {
        font-size: 9px;
    }

    #datepick .comeseeaeroplane {
        display: inline-block !important;
        max-width: 40%;
        margin-top: 2px;
        position: absolute;
    }

    #datepick .oridesktext {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #888888;
        cursor: auto;
    }

    #datepick .panel .transprice {
        font-size: 10pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .btn-lailuan1 {
        width: 20px !important;
        height: 20px !important;
        padding: 3px 0px !important;
        border-radius: 18px;
        text-align: center;
        font-size: 14px;
        line-height: 1.3;
        background-color: #10C6CA;
        margin-left: 30px;
        margin-bottom: 10px;
    }

    #datepick .pushabittobtm {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #datepick .panel .transtime {
        font-size: 12pt;
        color: #444444;
        font-family: Roboto;
        line-height: 20px;
    }

    #datepick .panel .transseat {
        font-size: 9pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .headertrans {
        font-size: 8pt;
        color: #999999;
        font-family: Roboto;
        margin-left: 8px !important;
        min-width: 100px;
    }

    #datepick .btnfilter {
        margin-bottom: 5px;
        margin-left: 30px;
    }

    #datepick .transinfogroup4 {
        width: 37% !important;
        display: inline-block;
    }

    #datepick .panel .transname {
        font-size: 10pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .panel .transsum {
        font-size: 7pt;
        color: #444444;
        font-family: Roboto;
    }

    #tripdetails .btn-money1 {
        white-space: initial;
        padding-left: 10px;
        height: 60px;
        padding-right: 10px;
        font-size: 10px;
    }

    #tripdetails .payment-money3 {
        font-family: Roboto;
        color: #777777;
        font-size: 8px;
    }

    #tripdetails .fa-check-circle {
        font-size: 10px !important;
    }

    #tripdetails .btn-money1 {
        white-space: initial;
        padding-left: 10px;
        height: 60px;
        padding-right: 10px;
        font-size: 10px;
    }

    #tripdetails .moneypay {
        color: #777777;
        font-size: 9px;
        font-family: Roboto;
        font-weight: bold;
    }

    #tripdetails .ttlcredit {
        font-family: Font Awesome 5 Free, Open Sans;
        color: #444;
        font-size: 8pt;
        font-weight: bold;
    }

    #tripdetails .plspay {
        font-family: Font Awesome 5 Free, Open Sans;
        color: #444;
        font-size: 10pt;
        font-weight: bold;
    }

    #tripdetails .panel-body1 .paymenttnc {
        font-family: Roboto;
        color: #000000;
        font-size: 6px;
        opacity: 0.5;
    }

    #tripdetails .panel-payment .nav-tabs {
        font-size: 10px;
    }

    #tripdetails .btn-money {
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
        min-width: 60px;
        margin: 2px;
    }

    #tripdetails .btn-apply {
        background: #10C6CA;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-left: 10px;
        padding: 4px 12px;
    }

    #tripdetails .btn-confirmpay {
        background: #10C6CA;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-left: 10px;
        width: 100%;
        float: left;
        padding: 4px 0;
    }

    #tripdetails .payment-money4 {
        font-family: Roboto;
        color: #777777;
        font-size: 10px;
        display: inline-block;
    }

    #tripdetails .datetime {
        font-family: Roboto;
        color: #444;
        font-size: 9pt;
    }

    #tripdetails .custname {
        font-family: Roboto;
        color: #444;
        font-size: 5pt;
        font-weight: bold;
        margin-right: 5px;
    }


    .btn-arrow-left {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-arrow-left {
        padding-right: 10px;
    }

    #tripdetails .ticketdetail {
        font-family: Roboto;
        font-size: 9px;
        color: #444;
    }

    .btn-arrow-left:before { /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 2px; /* move it down because of rounded corners */
        width: 12px; /* same as height */
        height: 12px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 3px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 3px 0px 0px;
        -moz-border-radius: 0px 3px 0px 0px;
    }

    .btn-arrow-left:before {
        transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
    }

    .btn-arrow-left:before { /* align the "before" square to the left */
        left: -5px;
    }

    .btn-arrow-left:before { /* bring arrow pointers to front */
        z-index: 1;
    }

    .btn-arrow-left:after { /* hide arrow tails background */
        background-color: white;
    }

    #search .boxsearch {
        display: block;
        max-width: 310px;
    }

    #search .textboxsearch {
        margin: 0px auto 0;
        display: block;
        max-width: 310px;
    }

    #searchdetail .boxsearch {
        display: block;
        max-width: 310px;
    }

    #searchdetail .textboxsearch {
        margin: 0px auto 0;
        display: block;
        max-width: 310px;
    }

    #app .imgposter {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 100%;
        min-width: 345px;
    }


    #app .goapptext {
        padding: 0 40px;
    }


    #app .colorsethereby {
        background-color: #F4F1EC;
    }

    #app .positionstupset {
        position: initial !important;
        margin-right: -20px;
    }

    #tripdetails .custname {
        font-family: Roboto;
        color: #444;
        font-size: 8pt;
        font-weight: bold;
        margin-right: 15px;
    }
}

@media screen and (max-width: 425px) and (min-width: 320px) {
    #app .card-horizontal {
        display: block;
        flex: 1 1 auto;
        height: 405px;
    }

    #ppld .limituspace {
        height: 250px;
    }

    #tickethistory #tripdetails .seatplace {
        font-family: Roboto;
        color: #777;
        font-size: 5pt;
        font-weight: bold;
        width: 26px;
        word-break: break-all;
        position: relative;
        float: left;
    }

    #modalfilter .searchhere {
        width: 85px;
    }

    #mymodalcc .modal-dialog {
        width: 300px;
        margin: 290px auto;
    }

    #mymodalcc .form-control {
        display: block;
        margin: auto;
        width: 100%;
        height: 24px;
        padding: 0px 5px;
        font-size: 10px;
        line-height: 1.428571;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .col-spc-1 {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-spc-2 {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-spc-3 {
        width: 40%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-spc-4 {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-spc-5 {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-spc-6 {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .specwarp {
        width: 30%;
        position: relative;
        float: left;
    }

    .specwarp2 {
        width: 30%;
        position: relative;
        float: left;
    }

    .headingtext1 {
        font-family: Roboto;
        font-size: 10px !important;
        text-align: center;
        color: #777777;
        margin: 15px 10px 0 0px;
    }

    .headingtext2 {
        font-family: Roboto;
        font-size: 11px !important;
        text-align: center;
        color: #444444;
        margin: 0px;
    }

    .headingtext3 {
        font-family: Roboto;
        font-size: 9px;
        text-align: center;
        color: #777777;
        margin: 0px;
    }

    .btn-md {
        padding: 0px 12px;
    }

    #tripdetails .custcolortic {
        color: #10C6CA;
        margin-left: 20px;
    }

    .specialdesign3 {
        display: block;
    }

    #transpick .btn-trans {
        background: #f6f6f6;
        border-radius: 8px;
        font-family: Roboto;
        color: #aaaaaa;
        padding: 5px;
        width: 70px;
        font-weight: bold;
        font-size: 9px;
        border: 1px solid #f6f6f6;
    }

    #transpick .btn-trans-active {
        background: #ffffff;
        border-radius: 8px;
        font-family: Roboto;
        color: #444444;
        padding: 5px;
        font-size: 9px;
        width: 70px;
        font-weight: bold;
        border: 1px solid #ffffff;
    }

    #triptable .btn-trip {
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        color: #aaaaaa;
        padding: 10px;
        font-weight: bold;
        font-size: 12px;
        border: 1px solid #EDE8E1;
    }

    #triptable .btn-trip-active {
        background: #ffffff;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #444444;
        padding: 10px;
        font-weight: bold;
        border: 1px solid #ffffff;
    }

    #triptable .btn-tools {
        background: #f6f6f6;
        border-radius: 8px;
        font-family: Roboto;
        color: #999999;
        padding: 3px;
        font-weight: normal;
        font-size: 10px;
        border: 1px solid #f6f6f6;
    }

    #tripdetails .selectlabel {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 8px;
        text-align: center;
        color: #777777;
    }

    #tripdetails .btn-tools {
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        color: #999999;
        padding: 0px;
        font-size: 14px;
        font-weight: normal;
        font-size: 8px;
        border: 1px solid #EDE8E1;
    }

    #tripdetails .tncterm {
        font-family: Roboto;
        color: #999;
        font-size: 7pt;
        font-weight: normal;
    }

    .spectranremovemarg {
        margin: 0 0px 15px 15px !important;
    }

    .spectranremovemarg1 {
        padding: 0 35px 0 0px !important;
        border-top: 1px solid #ADB2B3;
    }

    #tripdetails .margintop10px {
        margin-top: 0px;
    }

    #tripdetails .pushticket {
        margin-top: 1px;
        display: block;
        margin-bottom: -2px;
    }

    #datepick .btnfilter {
        margin-bottom: 5px;
        margin: 0 0 0 40px;
    }

    #tripdetails .payment-money3 {
        font-family: Roboto;
        color: #777777;
        font-size: 8px;
    }

    #tripdetails .fa-check-circle {
        font-size: 10px !important;
    }

    #tripdetails .btn-money1 {
        white-space: initial;
        padding-left: 10px;
        height: 60px;
        padding-right: 10px;
        font-size: 10px;
    }

    #tripdetails .moneypay {
        color: #777777;
        font-size: 9px;
        font-family: Roboto;
        font-weight: bold;
    }

    #tripdetails .ttlcredit {
        font-family: Font Awesome 5 Free, Open Sans;
        color: #444;
        font-size: 8pt;
        font-weight: bold;
    }

    #tripdetails .plspay {
        font-family: Font Awesome 5 Free, Open Sans;
        color: #444;
        font-size: 10pt;
        font-weight: bold;
    }

    #tripdetails .panel-body1 .paymenttnc {
        font-family: Roboto;
        color: #000000;
        font-size: 6px;
        opacity: 0.5;
    }

    #tripdetails .panel-payment .nav-tabs {
        font-size: 10px;
    }

    #tripdetails .btn-money {
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
        min-width: 60px;
        margin: 2px;
    }

    #tripdetails .btn-apply {
        background: #10C6CA;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-left: 10px;
        padding: 4px 12px;
    }

    #tripdetails .btn-confirmpay {
        background: #10C6CA;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-left: 0px;
        padding: 4px 0;
        width: 100%;
    }

    #tripdetails .payment-money4 {
        font-family: Roboto;
        color: #777777;
        font-size: 10px;
        display: inline-block;
    }

    #tripdetails .datetime {
        font-family: Roboto;
        color: #444;
        font-size: 9pt;
    }

    #tripdetails .custname {
        font-family: Roboto;
        color: #444;
        font-size: 6pt;
        font-weight: bold;
        margin-right: 5px;
    }

    .btn-arrow-left {
        position: relative;
        padding-left: 18px;
        padding-right: 18px;
    }

    .btn-arrow-left {
        padding-right: 36px;
    }

        .btn-arrow-left:before { /* make two squares (before and after), looking similar to the button */
            content: "";
            position: absolute;
            top: 5px; /* move it down because of rounded corners */
            width: 22px; /* same as height */
            height: 22px; /* button_outer_height / sqrt(2) */
            background: inherit; /* use parent background */
            border: inherit; /* use parent border */
            border-left-color: transparent; /* hide left border */
            border-bottom-color: transparent; /* hide bottom border */
            border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
            -webkit-border-radius: 0px 4px 0px 0px;
            -moz-border-radius: 0px 4px 0px 0px;
        }

        .btn-arrow-left:before {
            transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
            -webkit-transform: rotate(225deg);
            -moz-transform: rotate(225deg);
            -o-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
        }

        .btn-arrow-left:before { /* align the "before" square to the left */
            left: -11px;
        }

        .btn-arrow-left:before { /* bring arrow pointers to front */
            z-index: 1;
        }

        .btn-arrow-left:after { /* hide arrow tails background */
            background-color: white;
        }

    .specialrequestfontsize {
        font-size: 8pt !important;
    }

    #app .imgposter {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 100%;
        min-width: 345px;
    }


    #app .headerapp1 {
        font-family: 'Roboto Condensed';
        font-size: 10pt;
        color: black;
        margin-top: 5px;
    }

    #app .goapptext {
        padding: 0 10px;
    }

    #app .colorsethereby {
        background-color: #F4F1EC;
    }

    #app .positionstupset {
        position: initial !important;
        margin-right: -20px;
    }
}

@media screen and (max-width:768px) {
    .pushticket {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 700px) {


    #searchresult .popover {
        position: absolute;
        top: 55px !important;
        left: -95px !important;
        z-index: 1060;
        display: none;
        max-width: 390px;
        padding: 1px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42857143;
        line-break: auto;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        font-size: 14px;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 15px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    #datepick .headertrans {
        font-size: 9pt;
        color: #999999;
        font-family: Roboto;
        width: 75px;
        margin-left: 8px !important;
    }

    .col-spc-1 {
        width: 10%
    }

    .col-spc-2 {
        width: 10%
    }

    .col-spc-3 {
        width: 50%
    }

    .col-spc-4 {
        width: 10%
    }

    .col-spc-5 {
        width: 10%
    }

    .col-spc-6 {
        width: 10%
    }

    .headingtext1 {
        font-family: Roboto;
        font-size: 12px;
        text-align: center;
        color: #777777;
        margin: 15px 10px 0 0px;
    }

    .headingtext2 {
        font-family: Roboto;
        font-size: 14px;
        text-align: center;
        color: #444444;
        margin: 15px 10px 0 0px;
    }

    #datepick .oridesktext {
        display: inline-block;
    }

    #tripdetails .custcolortic {
        color: #10C6CA;
        margin-left: 0px;
    }

    #datepick .setsmallla {
        font-size: 9px;
    }

    #tripdetails .departbox {
        font-family: Roboto;
        color: #fff;
        background: #5D8282;
        font-size: 6pt;
        padding: 3px;
    }

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

@media screen and (max-width: 699px) and (min-width: 650px) {


    #app1 .Gotickettext {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 47px;
        width: 200px;
        color: #444444;
        top: 60%;
        left: 10%;
        position: absolute;
    }

    #curvehome {
        position: absolute;
        border-top-left-radius: 60%;
        border-top-right-radius: 60%;
        width: 100%;
        margin-top: -265px;
        height: 5%;
        background-color: white;
        z-index: -1;
    }

    #app1 .downloadset {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
        text-align: right;
        width: 150px;
        color: #000000;
        top: 54%;
        right: 15%;
        position: absolute;
    }

    #searchresult .popover {
        position: absolute;
        top: 55px !important;
        left: -95px !important;
        z-index: 1060;
        display: none;
        max-width: 390px;
        padding: 1px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42857143;
        line-break: auto;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        font-size: 14px;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 15px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }
}

@media screen and (max-width: 649px) and (min-width: 580px) {


    #app1 .Gotickettext {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 47px;
        width: 170px;
        color: #444444;
        top: 60%;
        left: 10%;
        position: absolute;
    }

    #curvehome {
        position: absolute;
        border-top-left-radius: 60%;
        border-top-right-radius: 60%;
        width: 100%;
        margin-top: -265px;
        height: 5%;
        background-color: white;
        z-index: -1;
    }

    #app1 .downloadset {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 19px;
        line-height: 28px;
        text-align: right;
        width: 135px;
        color: #000000;
        top: 48%;
        right: 13%;
        position: absolute;
    }

    #app1 .setdivimg {
        text-align: right;
        margin-left: 5px;
    }

    #searchresult .popover {
        position: absolute;
        top: 55px !important;
        left: -65px !important;
        z-index: 1060;
        display: none;
        max-width: 390px;
        padding: 1px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42857143;
        line-break: auto;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        font-size: 14px;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 15px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }
}

@media screen and (max-width: 515px) and (min-width: 426px) {
    #datepick .selecteddate {
        min-height: 115px;
    }
}

@media screen and (max-width: 579px) and (min-width: 426px) {
    #app1 .Gotickettext {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        width: 118px;
        color: #444444;
        top: 61%;
        left: 10%;
        position: absolute;
    }

    #curvehome {
        position: absolute;
        border-top-left-radius: 60%;
        border-top-right-radius: 60%;
        width: 100%;
        margin-top: -265px;
        height: 5%;
        background-color: white;
        z-index: -1;
    }

    #app1 .downloadset {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 28px;
        text-align: right;
        width: 100px;
        color: #000000;
        top: 57%;
        right: 13%;
        position: absolute;
    }

    #app1 .downloadset1 {
        max-width: 90px;
        text-align: right;
    }

    #app1 .downloadset2 {
        max-width: 90px;
        text-align: right;
        margin: 10px 10px 10px 0;
    }

    #app1 .setdivimg {
        text-align: right;
        margin-left: 5px;
    }

    #searchresult .popover {
        position: absolute;
        top: 55px !important;
        left: -30px !important;
        z-index: 1060;
        display: none;
        max-width: 390px;
        padding: 1px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42857143;
        line-break: auto;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        font-size: 14px;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 15px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }
}

@media screen and (max-width: 768px) and (min-width: 426px) {
    .showhereplace {
        display: none;
    }

    #app .downloadgroup {
        position: initial !important;
    }

    #app .headerapp {
        font-family: 'Roboto Condensed';
        font-size: 11pt;
        color: black;
        font-weight: bold;
        margin-top: 5px;
    }

    #app p {
        font-family: 'Roboto Condensed';
        font-size: 6pt;
        color: #888888;
        margin-top: 0px;
    }

    #app .positionstupset {
        position: absolute;
        margin-right: -20px;
    }


    #ppld .container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #ppld .textonimg {
        position: absolute;
        bottom: 5px;
        left: 15px;
        font-family: Roboto;
        font-size: 13pt;
        color: white;
        font-weight: bold;
    }

    #ppld .imggallery {
        border-radius: 10px;
        width: 100%;
    }

    #app .container {
        padding-right: 0px;
        padding-left: 0px;
    }


    #app .downloadgroup {
        /* bottom: -155px; */
        position: absolute;
        margin-right: 0px;
    }

    #privacypolicy .pptitle {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 0px;
        color: #444444;
    }

    #tripdetails .btn-add {
        background: #FF6C48;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        font-size: 8px;
        border: 1px solid #FF6C48;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }

    #contact-us .pptitle {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 0px;
        color: #444444;
        position: absolute;
        margin-top: 75px;
        z-index: 10;
    }

    #inbox .titlesummary {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        margin-left: 15px;
        width: 215px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #A8A8A8;
        text-align: left;
    }

    #inbox .bigimg {
        display: inline-block;
        float: left;
        width: 180px;
    }

    #tripdetails .btn-money {
        background: #FFFFFF;
        border: 1px solid #E4E4E4;
        border-radius: 10px;
        color: #777;
        padding-left: 5px;
        padding-right: 5px;
    }

    #tripdetails .btn-money1 {
        background: #FFFFFF;
        border: 1px solid #E4E4E4;
        border-radius: 10px;
        color: #777;
        padding-left: 5px;
        padding-right: 5px;
    }

    #modal1 .cusmodal {
        top: 40%;
        right: 0px;
        bottom: 0;
        left: -10%;
    }

    #modal1 .modal-dialog {
        max-width: 715px;
        width: 585px;
        margin: 30px auto;
    }

    #datepick .transinfogroup4 {
        width: 46.916667%;
        display: inline-block;
    }

    #datepick .panel-body .btn-confirm {
        width: 90px;
        height: 45px;
        padding: 6px 0px;
        border-radius: 4px;
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        background-color: #02D8B1;
        font-family: Roboto;
        color: #fff;
        position: absolute;
        bottom: -85px;
        margin-left: -30px;
    }

    #datepick .panel-body .PUDO {
        width: 60px;
        height: 35px;
        padding: 6px 0px;
        text-align: center;
        font-size: 8px;
        line-height: 1.42857;
        background: #10C6CA !important;
        border-radius: 8px;
        font-family: Roboto;
        color: #fff;
        margin-right: 5px;
    }


    #datepick .panel-body .btn-confirm2 {
        width: 60px;
        height: 35px;
        padding: 6px 0px;
        text-align: center;
        font-size: 8px;
        line-height: 1.42857;
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        color: #fff;
        margin-bottom: 20px;
    }

    #datepick .btn-date .dateset {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-size: 8pt;
        margin: 0 0 3px;
        color: #c2c6c6;
    }

    #datepick .btn-date .datesethead {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-weight: 300;
        font-size: 10pt;
        margin: 3px 0 0;
        color: #a3a8a8;
    }

    #datepick .paddingtop30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #datepick .panel-body .col-sm-5seat {
        width: 35.666667%;
    }

    #datepick .panel-body .box-seat {
        background-color: #FFFFFF;
        border-radius: 10px;
        max-width: 390px;
        height: 161px;
        width: 450px;
        margin-left: 120px;
    }

    #datepick.backcolor3 {
        background-color: #FAF7F2;
        box-shadow: 0 0 black;
        margin: auto;
    }
}



@media screen and (max-width: 425px) and (min-width: 376px) {
    #ppld .imggallery {
        border-radius: 10px;
        max-width: 55px;
        margin: auto;
    }

    #app1 .Gotickettext {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        width: 118px;
        color: #444444;
        top: 66%;
        left: 10%;
        position: absolute;
    }

    #curvehome {
        position: absolute;
        border-top-left-radius: 60%;
        border-top-right-radius: 60%;
        width: 100%;
        margin-top: -265px;
        height: 5%;
        background-color: white;
        z-index: -1;
    }

    #app1 .downloadset {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 28px;
        text-align: right;
        width: 100px;
        color: #000000;
        top: 61%;
        right: 8%;
        position: absolute;
    }

    .miniboxinindex {
        background: #E9F5F6;
        border: 1px solid #DDDDDD;
        box-sizing: border-box;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        border-radius: 16px;
        max-width: 240px;
        display: inline-block;
        margin: 5px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        align-items: center;
        text-align: center;
        min-height: 85px;
        min-width: 100px;
        color: #444444;
    }

    .miniboxpic {
        height: 30px;
        margin: 10px auto;
    }

    #app1 .downloadset1 {
        max-width: 90px;
        text-align: right;
    }

    #app1 .downloadset2 {
        max-width: 90px;
        text-align: right;
        margin: 10px 10px 10px 0;
    }

    #app1 .setdivimg {
        text-align: right;
        margin-left: 5px;
    }

    #searchresult .popover {
        position: absolute;
        top: 55px !important;
        left: -5px !important;
        z-index: 1060;
        display: none;
        max-width: 320px;
        padding: 1px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.42857143;
        line-break: auto;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        white-space: normal;
        font-size: 14px;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 15px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }




    #tripdetails .transband {
        font-family: Roboto;
        color: #444;
        font-size: 7pt;
        font-weight: bold;
        margin-left: 0px;
        display: inline-block;
    }

    #tripdetails .alertmessage {
        margin: 15px 10px;
        font-family: Roboto;
        color: #777;
        font-size: 9px;
    }

    #tripdetails .policytitle {
        font-family: Roboto;
        font-weight: bold;
        font-size: 7px;
        color: #444;
    }

    #tripdetails .btn-cancel {
        background: #9EDCD1;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-top: 5px;
        margin-right: 10px;
        padding: 10px 10px;
    }

    #tripdetails .tncmessage {
        margin: 10px 10px;
        font-family: Roboto;
        color: #777;
        font-size: 9px;
    }


    #datepick .transinfogroup4 {
        width: 60%;
        display: inline-block;
    }

    #datepick .panel .transtime {
        font-size: 9pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .panel .transseat {
        font-size: 9pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .panel .transinfogroup1 .btn-circle {
        width: 20px;
        height: 20px;
        padding: 0px 0px;
        border-radius: 18px;
        text-align: center;
        font-size: 7px;
        margin-left: 12px;
        line-height: 0;
        background-color: #10C6CA;
    }

    #datepick .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
        padding-bottom: 10px;
    }

    #datepick .pushup50px {
        padding-top: 50px;
    }

    #datepick .hidethis320 {
        display: none;
    }

    #datepick .panel-body .statusset {
        margin-left: 30px;
    }

    #datepick .panel-body .col-sm-5seat {
        width: auto;
    }

    #datepick .panel-body .col-xs-10seat {
        width: 83.333333% !important;
    }

    #datepick .xsblackcolor {
        background-color: #f4f1ec;
        box-shadow: 0 0 black;
        margin: auto;
        padding-top: 30px;
    }

    .boxseattitle {
        margin: 30px 0 0 30px;
        text-align: left;
        font-size: 10px;
    }

    #datepick .panel-body .titleseat {
        font-size: 10px;
    }

    #datepick .headertrans {
        font-size: 7pt;
        color: #999999;
        font-family: Roboto;
        margin-left: 8px !important;
    }

    #datepick .panel .transprice {
        font-size: 8pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .setsmallla {
        font-size: 9px;
    }

    #datepick .transinfogroup2 {
        width: 28%;
        display: inline-block;
    }

    #datepick .panel .transinfogroup1 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    #datepick .showhereplace {
        display: block;
    }

    #datepick .btn-lailuan {
        right: -20%;
    }

    #datepick .panel-group .panel-heading p {
        margin: 0;
        max-width: 100%;
        min-width: 100%;
    }

    #datepick .btn-lailuan1 {
        display: none;
    }

    #datepick .panel-body .btn-confirm {
        width: 90px;
        height: 45px;
        padding: 6px 0px;
        border-radius: 4px;
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        background-color: #02D8B1;
        font-family: Roboto;
        color: #fff;
        position: relative;
        bottom: 0;
        margin-left: 0;
    }

    #datepick .panel-body .PUDO {
        width: 75px;
        height: 40px;
        padding: 6px 0px;
        text-align: center;
        font-size: 10px;
        line-height: 1.42857;
        background: #10C6CA !important;
        border-radius: 8px;
        font-family: Roboto;
        color: #fff;
        margin-right: 0px;
    }

    #datepick .btn-date .dateset {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-size: 7pt;
        margin: 0 0 3px;
        color: #c2c6c6;
    }

    #datepick .removecolor {
        padding: .375rem .75rem;
    }

    #datepick .hidehere320 {
        display: none;
    }

    #datepick .transinfogroup1 {
        margin-bottom: 10px;
        text-align: right;
    }

    #datepick .transinfogroup3 {
        width: 17.5%;
        display: inline-block;
    }

    #datepick .btn-date .datesethead {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-weight: 300;
        font-size: 9pt;
        margin: 3px 0 0;
        color: #a3a8a8;
    }

    #datepick .btn-date {
        font-family: 'Font Awesome 5 Free', Roboto;
        border: 1px solid #bce1da;
        margin: 0 -2px;
        border-radius: 0px;
        max-width: 100%;
        White-space: normal;
    }

    #datepick .dateend1 {
        display: none;
    }

    #datepick .dateend2 {
        font-family: 'Font Awesome 5 Free', Roboto;
        border-radius: 16px 0 0 16px;
        margin-top: 5px !important;
        border-left-color: #bce1da !important;
    }

    #datepick .dateend3 {
        font-family: 'Font Awesome 5 Free', Roboto;
        border-radius: 0 16px 16px 0;
        margin-top: 5px !important;
        border-right-color: #bce1da !important;
    }

    #datepick .btn-date {
        font-family: 'Font Awesome 5 Free', Roboto;
        width: 20%;
    }

    #datepick .removecolor {
        border-left-color: #eaf0f0;
        border-right-color: #eaf0f0;
        margin-top: 5px !important;
    }

    #datepick .pushmargin {
        text-align: center;
    }

    #datepick.backcolor3 {
        background-color: #FAF7F2;
        box-shadow: 0 0 black;
        margin: auto;
    }

    #datepick .panel .transname {
        font-size: 11pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .panel .transsum {
        font-size: 7pt;
        color: #444444;
        font-family: Roboto;
    }

    #ppld .container {
        width: 376px;
    }

    #tripdetails .payment-money3 {
        font-family: Roboto;
        color: #777777;
        font-size: 8px;
    }

    #tripdetails .fa-check-circle {
        font-size: 10px !important;
    }

    #tripdetails .btn-money1 {
        white-space: initial;
        padding-left: 10px;
        height: 60px;
        padding-right: 10px;
        font-size: 10px;
    }

    #tripdetails .moneypay {
        color: #777777;
        font-size: 9px;
        font-family: Roboto;
        font-weight: bold;
    }

    #tripdetails .ttlcredit {
        font-family: Font Awesome 5 Free, Open Sans;
        color: #444;
        font-size: 8pt;
        font-weight: bold;
    }

    #tripdetails .plspay {
        font-family: Font Awesome 5 Free, Open Sans;
        color: #444;
        font-size: 10pt;
        font-weight: bold;
    }

    #tripdetails .panel-body1 .paymenttnc {
        font-family: Roboto;
        color: #000000;
        font-size: 6px;
        opacity: 0.5;
    }

    #tripdetails .panel-payment .nav-tabs {
        font-size: 10px;
    }

    #tripdetails .btn-money {
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
        min-width: 60px;
        margin: 2px;
    }

    #tripdetails .btn-apply {
        background: #10C6CA;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-left: 10px;
        padding: 4px 12px;
    }

    #tripdetails .btn-confirmpay {
        background: #10C6CA;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        width: 100%;
        padding: 4px 0;
    }

    #tripdetails .payment-money4 {
        font-family: Roboto;
        color: #777777;
        font-size: 10px;
        display: inline-block;
    }

    #tripdetails .datetime {
        font-family: Roboto;
        color: #444;
        font-size: 9pt;
    }

    #tripdetails .custname {
        font-family: Roboto;
        color: #444;
        font-size: 5pt;
        font-weight: bold;
        margin-right: 5px;
    }

    .btn-arrow-left {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-arrow-left {
        padding-right: 10px;
    }

    #tripdetails .ticketdetail {
        font-family: Roboto;
        font-size: 9px;
        color: #444;
    }

    #tripdetails .heybabyimg {
        width: 40px;
    }

    .btn-arrow-left:before { /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 2px; /* move it down because of rounded corners */
        width: 12px; /* same as height */
        height: 12px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 3px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 3px 0px 0px;
        -moz-border-radius: 0px 3px 0px 0px;
    }

    .btn-arrow-left:before {
        transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
    }

    .btn-arrow-left:before { /* align the "before" square to the left */
        left: -5px;
    }

    .btn-arrow-left:before { /* bring arrow pointers to front */
        z-index: 1;
    }

    .btn-arrow-left:after { /* hide arrow tails background */
        background-color: white;
    }

    .btn-set-price-tag {
        color: #333;
        background-color: #10C6CA;
        border-color: #ccc;
        font-family: Roboto;
        font-weight: bold;
        font-size: 8px;
        color: #FFFFFF;
    }

    #datepick .oridesktext {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #888888;
        cursor: auto;
    }

    .textindate1 {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border: 1px solid #C9D9D4;
        border-left: 1px solid #fff;
        max-width: 220px;
        max-height: 34px;
        font-size: 8px;
        padding: 8px;
    }

    #app .imgposter {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 100%;
        min-width: 135px;
    }

    #app .container {
        width: 376px;
    }



    #app .headerapp {
        font-family: 'Roboto Condensed';
        font-size: 11pt;
        color: black;
        font-weight: bold;
        margin-top: 5px;
    }

    #app p {
        font-family: 'Roboto Condensed';
        font-size: 5pt;
        color: #888888;
        margin-top: 0px;
    }

    #app .downloadgroup {
        bottom: 0px;
        position: initial;
        margin: 5px;
    }

    #privacypolicy .pptitle {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 0px;
        color: #444444;
    }

    #tichis .btn-head-active {
        background: #FDFDFD;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 5px 10px;
        font-size: 14px;
        border: 1px solid #EDE8E1;
    }

    #tichis .btn-head {
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 5px 10px;
        font-size: 14px;
        border: 1px solid #EDE8E1;
    }

    #appdownload {
        margin-top: 70px;
    }

    #tripdetails .departbox {
        font-family: Roboto;
        color: #fff;
        background: #5D8282;
        font-size: 6pt;
        padding: 3px;
    }

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

    #contact-us .pptitle {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 0px;
        color: #444444;
        position: absolute;
        margin-top: 75px;
        z-index: 10;
    }

    #inbox .titlesummary {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        margin-left: 15px;
        width: 215px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #A8A8A8;
        text-align: left;
    }

    #inbox .bigimg {
        display: inline-block;
        float: left;
        width: 100%;
    }

    #inbox .imgsetresp {
        width: 120px;
    }

    #inbox .btn {
        padding: 0px;
        min-width: fit-content;
        white-space: inherit;
    }

    #modal1 .cusmodal {
        top: 40%;
        right: 0px;
        bottom: 0;
        left: 0%;
    }

    #modal1 .modal-dialog {
        max-width: 715px;
        width: 420px;
        margin: 30px auto;
    }

    #modal1 .modifyside3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #modal1 .ormid {
        margin: auto;
        line-height: 1.5;
        text-align: center;
    }

    #profile .accountsetup:not(:last-child) {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-align: left;
        color: #777777;
        padding: 10px 10px 10px 10px;
        width: 100%;
        border: 0px;
        border-bottom: 1px solid #C4C4C4;
        background-color: #fff;
    }

    #profile .accountsetup {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-align: left;
        color: #777777;
        padding: 10px;
        width: 100%;
        border: 0px;
        background-color: #fff;
    }

    #modal1 .btn-login {
        border-radius: 6px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #43D82C;
        border: 1px solid #43D82C;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.15px;
        padding: 7px 25px;
        margin: 3px;
        margin-top: 130px;
        color: #FFFFFF;
    }

    #tripdetails .popover {
        width: 400px;
        max-width: 400px;
        border-radius: 15px;
        margin-top: 100px;
        margin-left: 190px;
    }

    #tripdetails .spepop .popover {
        width: 400px;
        max-width: 400px;
        border-radius: 15px;
        margin-top: 100px;
        margin-left: 140px;
    }
}
/**
* Template Name: Serenity - v2.1.0
* Template URL: https://bootstrapmade.com/serenity-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: Roboto, sans-serif;
    color: #444444;
}

a {
    color: #94c045;
}

    a:hover {
        color: #aacd6b;
        text-decoration: none;
    }

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

.headoffilter {
    width: 100%;
}

.btnfilter {
    margin: -5px 0 5px 20px;
}

.modal-header .headoffilter .close {
    margin-top: -2px;
    padding: 5px;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

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

#main {
    margin-top: 10px;
    z-index: 3;
    position: relative;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    z-index: 997;
    transition: all 0.5s ease-in-out;
    padding: 14px 0;
    background: #10C6CA;
}

    #header.header-scrolled {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 5px 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1px;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #3c4133;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #565e49;
        padding: 10px 12px;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
    }

        .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
            color: #444444;
            text-decoration: none;
            font-size: 14pt;
        }

    .nav-menu .get-started a {
        background: #94c045;
        color: #fff;
        border-radius: 50px;
        margin: 0 15px;
        padding: 10px 25px;
    }



        .nav-menu .get-started a:hover {
            background: #a6ca63;
            color: #fff;
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% - 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #3e511b;
    }

        .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
            color: #94c045;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: IcoFont;
            position: absolute;
            right: 15px;
        }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 1030;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #444;
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 1030;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #3c4133;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

    .mobile-nav .active > a, .mobile-nav li:hover > a {
        color: #94c045;
        text-decoration: none;
    }

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

.showhereplace {
    display: none;
}

.mobile-nav .get-started a {
    background: #94c045;
    color: #fff;
    border-radius: 50px;
    margin: 15px 15px 0 15px;
    padding: 10px 25px;
}

    .mobile-nav .get-started a:hover {
        background: #a6ca63;
        color: #fff;
    }

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.specialdesign3 {
    display: none;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(34, 36, 29, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
/*--------------------------------------------------------------
# Hero Section - Keith
--------------------------------------------------------------*/

@media screen and (max-width: 375px) and (min-width: 321px) {
    #ppld .imggallery {
        border-radius: 10px;
        max-width: 55px;
        margin: auto;
    }

    #ppld .namelogo {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        color: #444444;
        margin: auto;
    }

    #ppld .desclogo {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        color: #888888;
    }


    #app1 .Gotickettext {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
        width: 95px;
        color: #444444;
        top: 67%;
        left: 8%;
        position: absolute;
    }

    #curvehome {
        position: absolute;
        border-top-left-radius: 60%;
        border-top-right-radius: 60%;
        width: 100%;
        margin-top: -265px;
        height: 5%;
        background-color: white;
        z-index: -1;
    }

    #app1 .downloadset {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 28px;
        text-align: right;
        width: 100px;
        color: #000000;
        top: 61%;
        right: 8%;
        position: absolute;
    }

    .miniboxinindex {
        background: #E9F5F6;
        border: 1px solid #DDDDDD;
        box-sizing: border-box;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        border-radius: 16px;
        max-width: 240px;
        display: inline-block;
        margin: 5px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        align-items: center;
        text-align: center;
        min-height: 85px;
        min-width: 100px;
        color: #444444;
    }

    .miniboxpic {
        height: 30px;
        margin: 10px auto;
    }

    #app1 .downloadset1 {
        max-width: 90px;
        text-align: right;
    }

    #app1 .downloadset2 {
        max-width: 90px;
        text-align: right;
        margin: 10px 10px 10px 0;
    }

    #app1 .setdivimg {
        text-align: right;
        margin-left: 5px;
    }




    #tripdetails .transband {
        font-family: Roboto;
        color: #444;
        font-size: 7pt;
        font-weight: bold;
        margin-left: 0px;
        display: inline-block;
    }

    s
    #tripdetails .alertmessage {
        margin: 15px 10px;
        font-family: Roboto;
        color: #777;
        font-size: 9px;
    }

    #tripdetails .policytitle {
        font-family: Roboto;
        font-weight: bold;
        font-size: 7px;
        color: #444;
    }

    #tripdetails .btn-proceed {
        background: #FF6C48;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-top: 5px;
        padding: 10px 10px;
    }

    #tripdetails .btn-cancel {
        background: #9EDCD1;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-top: 5px;
        margin-right: 10px;
        padding: 10px 10px;
    }

    #tripdetails .tncmessage {
        margin: 10px 10px;
        font-family: Roboto;
        color: #777;
        font-size: 9px;
    }

    #datepick .transinfogroup4 {
        width: 60%;
        display: inline-block;
    }

    #datepick .panel .transtime {
        font-size: 9pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .panel .transseat {
        font-size: 9pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .panel .transinfogroup1 .btn-circle {
        width: 20px;
        height: 20px;
        padding: 0px 0px;
        border-radius: 18px;
        text-align: center;
        font-size: 7px;
        margin-left: 12px;
        line-height: 0;
        background-color: #1FD8D8;
    }

    #datepick .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
        padding-bottom: 10px;
    }

    #datepick .pushup50px {
        padding-top: 50px;
    }

    #datepick .hidethis320 {
        display: none;
    }

    #datepick .panel-body .statusset {
        margin-left: 30px;
    }

    #datepick .panel-body .col-sm-5seat {
        width: auto;
    }

    #datepick .panel-body .col-xs-10seat {
        width: 83.333333% !important;
    }

    #datepick .xsblackcolor {
        background-color: #f4f1ec;
        box-shadow: 0 0 black;
        margin: auto;
        padding-top: 30px;
    }

    .boxseattitle {
        margin: 30px 0 0 30px;
        text-align: left;
        font-size: 10px;
    }

    #datepick .panel-body .titleseat {
        font-size: 10px;
    }

    #datepick .headertrans {
        font-size: 7pt;
        color: #999999;
        font-family: Roboto;
        margin-left: 8px !important;
    }

    #datepick .panel .transprice {
        font-size: 8pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .setsmallla {
        font-size: 9px;
    }

    #datepick .transinfogroup2 {
        width: 28%;
        display: inline-block;
    }

    #datepick .panel .transinfogroup1 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    #datepick .showhereplace {
        display: block;
    }

    #datepick .btn-lailuan {
        right: -30px;
    }

    #datepick .btn-lailuan1 {
        display: none;
    }

    #datepick .panel-body .btn-confirm {
        width: 90px;
        height: 45px;
        padding: 6px 0px;
        border-radius: 4px;
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        background-color: #02D8B1;
        font-family: Roboto;
        color: #fff;
        position: relative;
        bottom: 0;
        margin-left: 0;
    }

    #datepick .panel-body .PUDO {
        width: 75px;
        height: 40px;
        padding: 6px 0px;
        text-align: center;
        font-size: 10px;
        line-height: 1.42857;
        background: #1FD8D8 !important;
        border-radius: 8px;
        font-family: Roboto;
        color: #fff;
        margin-right: 0px;
    }

    #datepick .btn-date .dateset {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-size: 7pt;
        margin: 0 0 3px;
        color: #c2c6c6;
    }

    #datepick .removecolor {
        padding: .375rem .75rem;
    }

    #datepick .hidehere320 {
        display: none;
    }

    #datepick .transinfogroup1 {
        margin-bottom: 10px;
        text-align: right;
    }

    #datepick .transinfogroup3 {
        width: 17.5%;
        display: inline-block;
    }

    #datepick .selecteddate {
        background-color: #fff !important;
        border-radius: 6px !important;
        position: absolute;
        padding: 7px;
        border: 1px solid #cccccc !important;
        filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
    }

    #datepick .btn-date .datesethead {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-weight: 300;
        font-size: 9pt;
        margin: 3px 0 0;
        color: #a3a8a8;
    }

    #datepick .btn-date {
        font-family: 'Font Awesome 5 Free', Roboto;
        border: 1px solid #bce1da;
        margin: 0 auto;
        border-radius: 0px;
        max-width: 100%;
        White-space: normal;
    }

    #datepick .dateend1 {
        display: none;
    }

    #datepick .dateend2 {
        font-family: 'Font Awesome 5 Free', Roboto;
        border-radius: 16px 0 0 16px;
        margin-top: 5px !important;
        border-left-color: #bce1da !important;
    }

    #datepick .dateend3 {
        font-family: 'Font Awesome 5 Free', Roboto;
        border-radius: 0 16px 16px 0;
        margin-top: 5px !important;
        border-right-color: #bce1da !important;
    }

    #datepick .btn-date {
        font-family: 'Font Awesome 5 Free', Roboto;
        width: 20%;
    }

    #datepick .removecolor {
        border-left-color: #eaf0f0;
        border-right-color: #eaf0f0;
        margin-top: 5px !important;
    }

    #datepick .pushmargin {
        text-align: center;
    }

    #datepick.backcolor3 {
        background-color: #FAF7F2;
        box-shadow: 0 0 black;
        margin: auto;
    }

    #datepick .panel .transname {
        font-size: 11pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .panel .transsum {
        font-size: 7pt;
        color: #444444;
        font-family: Roboto;
    }

    #ppld .container {
        width: 320px;
    }

    #app .card-horizontal {
        display: block;
        flex: 1 1 auto;
        height: 405px;
    }

    #tripdetails .payment-money3 {
        font-family: Roboto;
        color: #777777;
        font-size: 8px;
    }

    #tripdetails .fa-check-circle {
        font-size: 10px !important;
    }

    #tripdetails .btn-money1 {
        white-space: initial;
        padding-left: 10px;
        height: 60px;
        padding-right: 10px;
        font-size: 10px;
    }

    #tripdetails .moneypay {
        color: #777777;
        font-size: 9px;
        font-family: Roboto;
        font-weight: bold;
    }

    #tripdetails .ttlcredit {
        font-family: Font Awesome 5 Free, Open Sans;
        color: #444;
        font-size: 8pt;
        font-weight: bold;
    }

    #tripdetails .plspay {
        font-family: Font Awesome 5 Free, Open Sans;
        color: #444;
        font-size: 10pt;
        font-weight: bold;
    }

    #tripdetails .panel-body1 .paymenttnc {
        font-family: Roboto;
        color: #000000;
        font-size: 6px;
        opacity: 0.5;
    }

    #tripdetails .panel-payment .nav-tabs {
        font-size: 10px;
    }

    #tripdetails .btn-money {
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
        min-width: 60px;
        margin: 2px;
    }

    #tripdetails .btn-apply {
        background: #10C6CA;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-left: 10px;
        padding: 4px 12px;
    }

    #tripdetails .payment-money4 {
        font-family: Roboto;
        color: #777777;
        font-size: 10px;
        display: inline-block;
    }

    #tripdetails .datetime {
        font-family: Roboto;
        color: #444;
        font-size: 9pt;
    }

    .btn-arrow-left {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-arrow-left {
        padding-right: 10px;
    }

    #tripdetails .ticketdetail {
        font-family: Roboto;
        font-size: 9px;
        color: #444;
    }

    #tripdetails .heybabyimg {
        width: 40px;
    }

    .btn-arrow-left:before { /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 2px; /* move it down because of rounded corners */
        width: 12px; /* same as height */
        height: 12px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 3px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 3px 0px 0px;
        -moz-border-radius: 0px 3px 0px 0px;
    }

    .btn-arrow-left:before {
        transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
    }

    .btn-arrow-left:before { /* align the "before" square to the left */
        left: -5px;
    }

    .btn-arrow-left:before { /* bring arrow pointers to front */
        z-index: 1;
    }

    .btn-arrow-left:after { /* hide arrow tails background */
        background-color: white;
    }

    .btn-set-price-tag {
        color: #333;
        background-color: #10C6CA;
        border-color: #ccc;
        font-family: Roboto;
        font-weight: bold;
        font-size: 8px;
        color: #FFFFFF;
    }

    .dunsetlketis {
        vertical-align: middle;
        margin-left: 5px;
    }

    #datepick .oridesktext {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #888888;
        cursor: auto;
    }

    .textindate1 {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border: 1px solid #C9D9D4;
        border-left: 1px solid #fff;
        max-width: 220px;
        max-height: 34px;
        font-size: 8px;
        padding: 8px;
    }

    #app .imgposter {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 100%;
        min-width: 135px;
    }

    #app .container {
        width: 320px;
    }

    #app .card-horizontal {
        display: block;
        flex: 1 1 auto;
        height: 370px !important;
    }



    #app .headerapp {
        font-family: 'Roboto Condensed';
        font-size: 11pt;
        color: black;
        font-weight: bold;
        margin-top: 5px;
    }

    #app p {
        font-family: 'Roboto Condensed';
        font-size: 5pt;
        color: #888888;
        margin-top: 0px;
    }

    #app .downloadgroup {
        bottom: 0px;
        position: initial;
        margin: 5px;
    }

    #privacypolicy .pptitle {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 0px;
        color: #444444;
    }

    #tichis .btn-head-active {
        background: #FDFDFD;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 5px 10px;
        font-size: 14px;
        border: 1px solid #EDE8E1;
    }

    #tichis .btn-head {
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 5px 10px;
        font-size: 14px;
        border: 1px solid #EDE8E1;
    }

    #appdownload {
        margin-top: 70px;
    }

    #tripdetails .departbox {
        font-family: Roboto;
        color: #fff;
        background: #5D8282;
        font-size: 5pt;
        padding: 3px;
    }

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

    #search .textboxsearch {
        margin: 0px auto 0;
        display: block;
        max-width: 321px;
    }

    #search .boxsearch {
        display: block;
        max-width: 321px;
    }

    #searchdetail .textboxsearch {
        margin: 0px auto 0;
        display: block;
        max-width: 321px;
    }

    #searchdetail .boxsearch {
        display: block;
        max-width: 321px;
    }

    #tripdetails .btn-add {
        background: #FF6C48;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        font-size: 8px;
        border: 1px solid #FF6C48;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }

    #contact-us .pptitle {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 0px;
        color: #444444;
        position: absolute;
        margin-top: 75px;
        z-index: 10;
    }

    #inbox .titlesummary {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        margin-left: 15px;
        width: 215px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #A8A8A8;
        text-align: left;
    }

    #inbox .bigimg {
        display: inline-block;
        float: left;
        width: 100%;
    }

    #inbox .imgsetresp {
        width: 120px;
    }

    #inbox .btn {
        padding: 0px;
        min-width: fit-content;
        white-space: inherit;
    }

    #modal1 .cusmodal {
        top: 40%;
        right: 0px;
        bottom: 0;
        left: 0%;
    }

    #modal1 .modal-dialog {
        max-width: 715px;
        width: 369px;
        margin: 30px auto;
    }

    #modal1 .modifyside3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #modal1 .ormid {
        margin: auto;
        line-height: 1.5;
        text-align: center;
    }

    #profile .accountsetup:not(:last-child) {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-align: left;
        color: #777777;
        padding: 10px 10px 10px 10px;
        width: 100%;
        border: 0px;
        border-bottom: 1px solid #C4C4C4;
        background-color: #fff;
    }

    #profile .accountsetup {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-align: left;
        color: #777777;
        padding: 10px;
        width: 100%;
        border: 0px;
        background-color: #fff;
    }

    #modal1 .btn-login {
        border-radius: 6px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #43D82C;
        border: 1px solid #43D82C;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.15px;
        padding: 7px 25px;
        margin: 3px;
        margin-top: 130px;
        color: #FFFFFF;
    }
}



@media screen and (max-width: 320px) {
    #ppld .container {
        width: 320px;
    }





    #tripdetails .alertmessage {
        margin: 15px 10px;
        font-family: Roboto;
        color: #777;
        font-size: 9px;
    }

    #tripdetails .policytitle {
        font-family: Roboto;
        font-weight: bold;
        font-size: 7px;
        color: #444;
    }

    #tripdetails .btn-proceed {
        background: #FF6C48;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-top: 5px;
        padding: 10px 10px;
    }

    #tripdetails .btn-cancel {
        background: #9EDCD1;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-top: 5px;
        margin-right: 10px;
        padding: 10px 10px;
    }

    #tripdetails .tncmessage {
        margin: 10px 10px;
        font-family: Roboto;
        color: #777;
        font-size: 9px;
    }

    #tripdetails .col-xs-4 .margintop10px {
        margin-top: 0px;
    }

    #tripdetails .transband {
        font-family: Roboto;
        color: #444;
        font-size: 7pt;
        font-weight: bold;
        margin-left: 0px;
        display: inline-block;
    }

    .dunsetlketis {
        vertical-align: middle;
        margin-left: 5px;
    }

    #datepick .oridesktext {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #888888;
        cursor: auto;
    }

    .textindate1 {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border: 1px solid #C9D9D4;
        border-left: 1px solid #fff;
        max-width: 220px;
        max-height: 34px;
        font-size: 8px;
        padding: 8px;
    }

    #app .imgposter {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 100%;
        min-width: 135px;
    }

    #app .container {
        width: 320px;
    }

    #app .card-horizontal {
        display: block;
        flex: 1 1 auto;
        height: 370px !important;
    }



    #app .headerapp {
        font-family: 'Roboto Condensed';
        font-size: 11pt;
        color: black;
        font-weight: bold;
        margin-top: 5px;
    }

    #app p {
        font-family: 'Roboto Condensed';
        font-size: 5pt;
        color: #888888;
        margin-top: 0px;
    }

    #app .downloadgroup {
        bottom: 0px;
        position: initial;
        margin: 5px;
    }


    #privacypolicy .pptitle {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 0px;
        color: #444444;
    }

    #tichis .btn-head-active {
        background: #FDFDFD;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 5px 5px;
        border: 1px solid #EDE8E1;
    }

    #tichis .btn-head {
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 5px 5px;
        border: 1px solid #EDE8E1;
    }

    #appdownload {
        margin-top: 70px;
    }

    #tripdetails .departbox {
        font-family: Roboto;
        color: #fff;
        background: #5D8282;
        font-size: 5pt;
        padding: 3px;
    }

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

    #tripdetails .btn-add {
        background: #FF6C48;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        font-size: 9px;
        border: 1px solid #FF6C48;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }

    #gmap_canvas {
        max-height: 300px;
    }

    .mapouter {
        position: relative;
        text-align: right;
        height: 300px !important;
        width: 100%;
    }

    #contact-us .pptitle {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 0px;
        color: #444444;
        position: absolute;
        margin-top: 75px;
        z-index: 10;
    }

    #inbox .titlesummary {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        margin-left: 15px;
        width: 215px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #A8A8A8;
        text-align: left;
    }

    #inbox .bigimg {
        display: inline-block;
        float: left;
        width: 100%;
    }

    #inbox .imgsetresp {
        width: 120px;
    }

    #inbox .btn {
        padding: 0px;
        min-width: fit-content;
        white-space: inherit;
    }

    #inbox .titlesummary2 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 131%;
        text-align: left;
        letter-spacing: 0.15px;
        color: #777777;
        margin-bottom: 30px;
    }

    .btn-arrow-left {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-arrow-left {
        padding-right: 10px;
    }

    #tripdetails .ticketdetail {
        font-family: Roboto;
        font-size: 9px;
        color: #444;
    }

    #tripdetails .heybabyimg {
        width: 40px;
    }

    .btn-arrow-left:before { /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 2px; /* move it down because of rounded corners */
        width: 12px; /* same as height */
        height: 12px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 3px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 3px 0px 0px;
        -moz-border-radius: 0px 3px 0px 0px;
    }

    .btn-arrow-left:before {
        transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
    }

    .btn-arrow-left:before { /* align the "before" square to the left */
        left: -5px;
    }

    .btn-arrow-left:before { /* bring arrow pointers to front */
        z-index: 1;
    }

    .btn-arrow-left:after { /* hide arrow tails background */
        background-color: white;
    }

    .btn-set-price-tag {
        color: #333;
        background-color: #10C6CA;
        border-color: #ccc;
        font-family: Roboto;
        font-weight: bold;
        font-size: 8px;
        color: #FFFFFF;
    }

    #modal1 .cusmodal {
        top: 40%;
        right: 0px;
        bottom: 0;
        left: 0%;
    }

    #modal1 .modal-dialog {
        max-width: 315px;
        width: 420px;
        margin: 30px auto;
    }

    #modal1 .modifyside3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #modal1 .ormid {
        margin: auto;
        line-height: 1.5;
        text-align: center;
    }

    #profile .accountsetup:not(:last-child) {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-align: left;
        color: #777777;
        padding: 10px 10px 10px 10px;
        width: 100%;
        border: 0px;
        border-bottom: 1px solid #C4C4C4;
        background-color: #fff;
    }

    #profile .accountsetup {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-align: left;
        color: #777777;
        padding: 10px;
        width: 100%;
        border: 0px;
        background-color: #fff;
    }

    #modal1 .btn-login {
        border-radius: 6px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #43D82C;
        border: 1px solid #43D82C;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.15px;
        padding: 7px 15px;
        margin: 3px;
        margin-top: 130px;
        color: #FFFFFF;
    }

    #datepick .transinfogroup4 {
        width: 60%;
        display: inline-block;
    }

    #datepick .panel .transtime {
        font-size: 9pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .panel .transseat {
        font-size: 9pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .panel .transinfogroup1 .btn-circle {
        width: 20px;
        height: 20px;
        padding: 0px 0px;
        border-radius: 18px;
        text-align: center;
        font-size: 7px;
        margin-left: 12px;
        line-height: 0;
        background-color: #10C6CA;
    }

    #datepick .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
        padding-bottom: 10px;
    }

    #datepick .pushup50px {
        padding-top: 50px;
    }

    #datepick .hidethis320 {
        display: none;
    }

    #datepick .panel-body .statusset {
        margin-left: 30px;
    }

    #datepick .panel-body .col-sm-5seat {
        width: auto;
    }

    #datepick .panel-body .col-xs-10seat {
        width: 100% !important;
    }

    #datepick .xsblackcolor {
        background-color: #f4f1ec;
        box-shadow: 0 0 black;
        margin: auto;
        padding-top: 30px;
    }

    .boxseattitle {
        margin: 30px 0 0 0;
        font-size: 10px;
    }

    #datepick .panel-body .titleseat {
        font-size: 10px;
    }

    #datepick .headertrans {
        font-size: 7pt;
        color: #999999;
        font-family: Roboto;
        margin-left: 8px !important;
    }

    #datepick .panel .transprice {
        font-size: 8pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .setsmallla {
        font-size: 9px;
    }

    #datepick .transinfogroup2 {
        width: 28%;
        display: inline-block;
    }

    #datepick .panel .transinfogroup1 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    #datepick .showhereplace {
        display: block;
    }

    #datepick .btn-lailuan {
        right: -30px;
    }

    #datepick .btn-lailuan1 {
        display: none;
    }

    #datepick .panel-body .btn-confirm {
        width: 90px;
        height: 45px;
        padding: 6px 0px;
        border-radius: 4px;
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        background-color: #02D8B1;
        font-family: Roboto;
        color: #fff;
        position: relative;
        bottom: 0;
        margin-left: 0;
    }

    #datepick .panel-body .PUDO {
        width: 75px;
        height: 40px;
        padding: 6px 0px;
        text-align: center;
        font-size: 10px;
        line-height: 1.42857;
        background: #10C6CA !important;
        border-radius: 8px;
        font-family: Roboto;
        color: #fff;
        margin-right: 0px;
    }

    #datepick .btn-date .dateset {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-size: 7pt;
        margin: 0 0 3px;
        color: #c2c6c6;
    }

    #datepick .hidehere320 {
        display: none;
    }

    #datepick .transinfogroup1 {
        margin-bottom: 10px;
        text-align: right;
    }

    #datepick .transinfogroup3 {
        width: 17.5%;
        display: inline-block;
    }

    #datepick .selecteddate {
        background-color: #fff !important;
        border-radius: 6px !important;
        position: absolute;
        padding: 7px;
        filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
    }

    #datepick .btn-date .datesethead {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-weight: 300;
        font-size: 9pt;
        margin: 3px 0 0;
        color: #a3a8a8;
    }

    #datepick .btn-date {
        font-family: 'Font Awesome 5 Free', Roboto;
        border: 1px solid #bce1da;
        margin: 0 auto;
        border-radius: 0px;
        max-width: 100%;
        White-space: normal;
    }

    #datepick .dateend1 {
        display: none;
    }

    #datepick .dateend2 {
        font-family: 'Font Awesome 5 Free', Roboto;
        border-radius: 16px 0 0 16px;
        margin-top: 5px !important;
        border-left-color: #bce1da !important;
    }

    #datepick .dateend3 {
        font-family: 'Font Awesome 5 Free', Roboto;
        border-radius: 0 16px 16px 0;
        margin-top: 5px !important;
        border-right-color: #bce1da !important;
    }

    #datepick .btn-date {
        font-family: 'Font Awesome 5 Free', Roboto;
        width: 20%;
    }

    #datepick .removecolor {
        border-left-color: #eaf0f0;
        border-right-color: #eaf0f0;
        margin-top: 5px !important;
    }

    #datepick .pushmargin {
        text-align: center;
    }

    #datepick.backcolor3 {
        background-color: #FAF7F2;
        box-shadow: 0 0 black;
        margin: auto;
    }

    #datepick .panel .transname {
        font-size: 11pt;
        color: #444444;
        font-family: Roboto;
    }

    #datepick .panel .transsum {
        font-size: 7pt;
        color: #444444;
        font-family: Roboto;
    }

    #tripdetails .popover {
        width: 300px;
        max-width: 300px;
        border-radius: 15px;
        margin-top: 100px;
        margin-left: 190px;
    }

    #tripdetails .spepop .popover {
        width: 300px;
        max-width: 300px;
        border-radius: 15px;
        margin-top: 100px;
        margin-left: 140px;
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
a {
    color: #444;
}

.section-bg {
    background-color: #f9fbf4;
}

.section-title {
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 0;
        font-family: "Poppins", sans-serif;
        color: #646c55;
    }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 0;
}

    .breadcrumbs .breadcrumb-hero {
        text-align: center;
        background: #94c045;
        padding: 20px 0;
        color: #fff;
    }

        .breadcrumbs .breadcrumb-hero h2 {
            font-size: 32px;
            font-weight: 500;
        }

        .breadcrumbs .breadcrumb-hero p {
            font-size: 14px;
            margin-bottom: 0;
        }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 30px 0;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #565e49;
                content: "/";
            }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    background: #fff;
}

.about .count-box {
    width: 100%;
}

    .about .count-box i {
        display: block;
        font-size: 48px;
        color: #94c045;
        float: left;
    }

    .about .count-box span {
        font-size: 28px;
        line-height: 24px;
        display: block;
        font-weight: 700;
        color: #646c55;
        margin-left: 60px;
    }

    .about .count-box p {
        padding: 5px 0 0 0;
        margin: 0 0 0 60px;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #646c55;
    }

    .about .count-box a {
        font-weight: 600;
        display: block;
        margin-top: 20px;
        color: #646c55;
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        transition: ease-in-out 0.3s;
    }

        .about .count-box a:hover {
            color: #8b9578;
        }

.about .content {
    font-size: 15px;
}

    .about .content h3 {
        font-weight: 700;
        font-size: 24px;
        color: #3c4133;
    }

    .about .content ul {
        list-style: none;
        padding: 0;
    }

        .about .content ul li {
            padding-bottom: 10px;
            padding-left: 28px;
            position: relative;
        }

        .about .content ul i {
            font-size: 24px;
            color: #94c045;
            position: absolute;
            left: 0;
            top: -2px;
        }

    .about .content p:last-child {
        margin-bottom: 0;
    }

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#94c045 50%, rgba(148, 192, 69, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .about .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(148, 192, 69, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .about .play-btn:hover::after {
        border-left: 15px solid #94c045;
        transform: scale(20);
    }

    .about .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #86b03c;
    padding: 50px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #aacd6b;
            border-color: #aacd6b;
        }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
}

    .services .icon-box:hover {
        transform: translateY(-5px);
    }

.services .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}

    .services .icon i {
        font-size: 64px;
        line-height: 1;
        transition: 0.5s;
    }

.services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

    .services .title a {
        color: #111;
    }

.services .icon-box:hover .title a {
    color: #94c045;
}

.services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process .content + .content {
    margin-top: 100px;
}

.work-process .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.work-process .content ul {
    list-style: none;
    padding: 0;
}

    .work-process .content ul li {
        padding-bottom: 10px;
    }

    .work-process .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #94c045;
    }

.work-process .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
    padding-top: 60px;
}

    .skills .content h3 {
        font-weight: 700;
        font-size: 26px;
        color: #3c4133;
        font-family: "Poppins", sans-serif;
    }

    .skills .content ul {
        list-style: none;
        padding: 0;
    }

        .skills .content ul li {
            padding-bottom: 10px;
        }

        .skills .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #94c045;
        }

    .skills .content p:last-child {
        margin-bottom: 0;
    }

    .skills .progress {
        height: 50px;
        display: block;
        background: none;
    }

        .skills .progress .skill {
            padding: 0;
            margin: 0 0 6px 0;
            text-transform: uppercase;
            display: block;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            color: #3c4133;
        }

            .skills .progress .skill .val {
                float: right;
                font-style: normal;
            }

    .skills .progress-bar-wrap {
        background: #e1e4dc;
    }

    .skills .progress-bar {
        width: 1px;
        height: 10px;
        transition: .9s;
        background-color: #94c045;
    }

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients {
    padding-top: 60px;
}

    .clients .owl-item {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

        .clients .owl-item img {
            height: 80%;
            opacity: 0.5;
            transition: 0.3s;
        }

            .clients .owl-item img:hover {
                opacity: 1;
            }

    .clients .owl-nav, .clients .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    .clients .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd !important;
    }

        .clients .owl-dot.active {
            background-color: #94c045 !important;
        }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.features .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.features .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

    .features .card-title a {
        color: #3c4133;
    }

.features .card-text {
    color: #5e5e5e;
}

.features .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}

    .features .read-more a:hover {
        text-decoration: underline;
    }

.features .card:hover .card-body {
    background: #94c045;
}

.features .card:hover .read-more a, .features .card:hover .card-title, .features .card:hover .card-title a, .features .card:hover .card-text {
    color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #fff;
            background: #94c045;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(60, 65, 51, 0.6);
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(60, 65, 51, 0.6);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap img {
        transition: all ease-in-out 0.3s;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 20px;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
            font-style: italic;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            margin: 0 5px 0 0;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #c0da91;
            }

    .portfolio .portfolio-wrap:hover::before {
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.2);
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #94c045;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #94c045;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #94c045;
    display: inline-block;
    padding: 6px 35px 8px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    box-shadow: 0 3px 7px rgba(148, 192, 69, 0.4);
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: #aacd6b;
    }

.pricing .featured h3 {
    color: #fff;
    background: #94c045;
    box-shadow: 0 3px 7px rgba(148, 192, 69, 0.4);
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #94c045;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    padding-top: 60px;
}

    .faq .faq-item {
        margin: 20px 0;
        padding: 20px 0;
        border-bottom: 1px solid #dee1d9;
    }

        .faq .faq-item i {
            color: #bcc2b1;
            font-size: 20px;
            float: left;
            line-height: 0;
            padding: 13px 0 0 0;
            margin: 0;
        }

        .faq .faq-item h4 {
            font-size: 16px;
            line-height: 26px;
            font-weight: 500;
            margin: 0 0 10px 28px;
            font-family: "Poppins", sans-serif;
        }

        .faq .faq-item p {
            font-size: 15px;
        }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        color: #94c045;
        float: left;
        width: 44px;
        height: 44px;
        background: #f0f6e5;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #3c4133;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #717a60;
    }

    .contact .info .email, .contact .info .phone {
        margin-top: 40px;
    }

        .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
            background: #94c045;
            color: #fff;
        }

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type="submit"] {
        background: #94c045;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .php-email-form button[type="submit"]:hover {
            background: #aacd6b;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

    .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
        margin-top: 5px;
        text-align: left;
    }

    .portfolio-details .portfolio-details-carousel .owl-dot {
        display: inline-block;
        margin: 0 10px 0 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd !important;
    }

        .portfolio-details .portfolio-details-carousel .owl-dot.active {
            background-color: #94c045 !important;
        }

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

    .portfolio-details .portfolio-info h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .portfolio-details .portfolio-info ul {
        list-style: none;
        padding: 0;
        font-size: 15px;
    }

        .portfolio-details .portfolio-info ul li + li {
            margin-top: 10px;
        }

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

    .portfolio-details .portfolio-description h2 {
        width: 50%;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .portfolio-details .portfolio-description p {
        padding: 0 0 0 0;
    }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
}

    .team .member {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .team .member .member-img {
            position: relative;
            overflow: hidden;
        }

        .team .member .social {
            position: absolute;
            left: 0;
            bottom: -40px;
            right: 0;
            height: 40px;
            opacity: 0;
            transition: bottom ease-in-out 0.4s;
            text-align: center;
            background: rgba(148, 192, 69, 0.8);
        }

            .team .member .social a {
                transition: color 0.3s;
                color: #fff;
                margin: 0 10px;
                padding-top: 8px;
                display: inline-block;
            }

                .team .member .social a:hover {
                    color: #94c045;
                }

            .team .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }

        .team .member .member-info h4 {
            font-weight: 700;
            margin: 15px 0 5px 0;
            font-size: 18px;
        }

        .team .member .member-info span {
            display: block;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 400;
            margin-bottom: 15px;
            color: #94c045;
        }

        .team .member .member-info p {
            font-style: italic;
            font-size: 14px;
            line-height: 26px;
            color: #777777;
        }

        .team .member:hover .social {
            bottom: 0;
            opacity: 1;
            transition: bottom ease-in-out 0.4s;
        }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 0 0 40px 0;
}

    .blog .entry {
        padding: 20px;
        margin-bottom: 60px;
        overflow: hidden;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img {
            max-height: 400px;
            margin: -20px -20px 20px -20px;
            overflow: hidden;
        }

        .blog .entry .entry-title {
            font-size: 20px;
            line-height: 26px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a {
                color: #3c4133;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover {
                    color: #94c045;
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #a3ab95;
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i {
                font-size: 14px;
                padding-right: 4px;
            }

            .blog .entry .entry-meta a {
                color: #8b9578;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog .entry .entry-content p {
            line-height: 24px;
            font-size: 15px;
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a {
                display: inline-block;
                background: #94c045;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
            }

                .blog .entry .entry-content .read-more a:hover {
                    background: #a6ca63;
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p {
                color: #444444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote .quote-left {
                position: absolute;
                left: 20px;
                top: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog .entry .entry-content blockquote .quote-right {
                position: absolute;
                right: 20px;
                bottom: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog .entry .entry-content blockquote::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #3c4133;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i {
                color: #8b9578;
                display: inline;
            }

            .blog .entry .entry-footer a {
                color: #b7bdab;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover {
                    color: #94c045;
                }

            .blog .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .blog .entry-single {
        margin-bottom: 30px;
    }

        .blog .entry-single .entry-title {
            font-size: 32px;
            line-height: 38px;
        }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img {
            width: 120px;
        }

        .blog .blog-author h4 {
            margin-left: 140px;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
        }

        .blog .blog-author .social-links {
            margin: 0 0 5px 140px;
        }

            .blog .blog-author .social-links a {
                color: #a3ab95;
            }

        .blog .blog-author p {
            margin-left: 140px;
            font-style: italic;
            color: #b7b7b7;
        }

    .blog .blog-comments {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count {
            font-weight: bold;
        }

        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img {
                width: 50px;
            }

            .blog .blog-comments .comment h5 {
                margin-left: 65px;
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a {
                    font-weight: bold;
                    color: #444444;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover {
                        color: #94c045;
                    }

                .blog .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #3c4133;
                }

            .blog .blog-comments .comment time {
                margin-left: 65px;
                display: block;
                font-size: 14px;
                color: #a3ab95;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment p {
                margin-left: 65px;
            }

            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4 {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input {
                border-radius: 0;
                padding: 20px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #c0da91;
                }

            .blog .blog-comments .reply-form textarea {
                border-radius: 0;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #c0da91;
                }

            .blog .blog-comments .reply-form .form-group {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary {
                border-radius: 0;
                padding: 10px 20px;
                border: 0;
                background-color: #3c4133;
            }

                .blog .blog-comments .reply-form .btn-primary:hover {
                    background-color: #94c045;
                }

    .blog .blog-pagination {
        color: #717a60;
    }

        .blog .blog-pagination ul {
            display: flex;
            padding-left: 0;
            list-style: none;
        }

        .blog .blog-pagination li {
            border: 1px solid white;
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li.active {
                background: white;
            }

            .blog .blog-pagination li a {
                color: #aaaaaa;
                padding: 7px 16px;
                display: inline-block;
            }

            .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
                background: #94c045;
                border: 1px solid #94c045;
            }

                .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                    color: #fff;
                }

            .blog .blog-pagination li.disabled {
                background: #fff;
                border: 1px solid white;
            }

                .blog .blog-pagination li.disabled i {
                    color: #f1f1f1;
                    padding: 10px 16px;
                    display: inline-block;
                }

    .blog .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #3c4133;
            position: relative;
        }

        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }

            .blog .sidebar .search-form form input[type="text"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 40px);
            }

            .blog .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #3c4133;
                color: #fff;
                transition: 0.3s;
            }

                .blog .sidebar .search-form form button:hover {
                    background: #565e49;
                }

        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a {
                color: #7e886b;
            }

                .blog .sidebar .categories ul a:hover {
                    color: #94c045;
                }

                .blog .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #a3ab95;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: left;
        }

        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }

            .blog .sidebar .recent-posts h4 a {
                color: #070806;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover {
                    color: #94c045;
                }

        .blog .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #a3ab95;
        }

        .blog .sidebar .tags {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a {
                    color: #7e886b;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #edefea;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog .sidebar .tags ul a:hover {
                        color: #fff;
                        border: 1px solid #94c045;
                        background: #94c045;
                    }

                    .blog .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: #d5d8ce;
                        font-size: 14px;
                    }

#searchresult .modal {
    position: absolute !important;
    top: 130px !important;
    right: initial !important;
    bottom: initial !important;
    left: 270px !important;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#searchresult.modal-dialog {
    max-width: 500px;
    margin: 230px auto !important;
}


@media screen and (max-width:1024px) and (min-width:769px) {
    #searchresult.modal {
        position: absolute !important;
        top: 130px !important;
        right: initial !important;
        bottom: initial !important;
        left: 180px !important;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }

    #searchresult .modal-dialog {
        max-width: 500px;
        margin: 230px auto !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 767px) {
    #searchresult .modal {
        position: absolute !important;
        top: 145px !important;
        right: initial !important;
        bottom: initial !important;
        left: 165px !important;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        max-width: 600px;
    }

    #searchresult .modal-dialog {
        max-width: 500px;
        margin: 230px auto !important;
    }
}

@media screen and (max-width: 766px) and (min-width: 426px) {
    #searchresult .modal {
        position: absolute !important;
        top: 145px !important;
        right: initial !important;
        bottom: initial !important;
        left: 5% !important;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        max-width: 515px;
    }

    #searchresult .modal-dialog {
        max-width: 500px;
        margin: 230px auto !important;
    }
}

@media screen and (max-width: 425px) and (min-width: 376px) {

    #searchresult .modal {
        position: absolute !important;
        top: 210px !important;
        right: initial !important;
        bottom: initial !important;
        left: 0px !important;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }
}

@media screen and (max-width: 375px) and (min-width: 321px) {

    #searchresult .modal {
        position: absolute !important;
        top: 225px !important;
        right: initial !important;
        bottom: initial !important;
        left: 0px !important;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }

    #searchresult .modal-dialog {
        max-width: 500px;
        margin: 230px auto !important;
    }
}

@media screen and (max-width: 320px) and (min-width: 319px) {
    #ppld .imggallery {
        border-radius: 10px;
        max-width: 55px;
        margin: auto;
    }

    #ppld .namelogo {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        color: #444444;
        margin: auto;
    }

    #ppld .desclogo {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        color: #888888;
    }

    #app1 .Gotickettext {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
        width: 95px;
        color: #444444;
        top: 63%;
        left: 8%;
        position: absolute;
    }

    #curvehome {
        position: absolute;
        border-top-left-radius: 60%;
        border-top-right-radius: 60%;
        width: 100%;
        margin-top: -265px;
        height: 5%;
        background-color: white;
        z-index: -1;
    }

    #app1 .downloadset {
        font-family: Roboto Condensed;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 28px;
        text-align: right;
        width: 100px;
        color: #000000;
        top: 61%;
        right: 8%;
        position: absolute;
    }

    .miniboxinindex {
        background: #E9F5F6;
        border: 1px solid #DDDDDD;
        box-sizing: border-box;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        border-radius: 16px;
        max-width: 240px;
        display: inline-block;
        margin: 5px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        align-items: center;
        text-align: center;
        min-height: 85px;
        min-width: 100px;
        color: #444444;
    }

    .miniboxpic {
        height: 30px;
        margin: 10px auto;
    }

    #app1 .downloadset1 {
        max-width: 90px;
        text-align: right;
    }

    #app1 .downloadset2 {
        max-width: 90px;
        text-align: right;
        margin: 10px 10px 10px 0;
    }

    #app1 .setdivimg {
        text-align: right;
        margin-left: 5px;
    }

    #searchresult .modal {
        position: absolute !important;
        top: 215px !important;
        right: initial !important;
        bottom: initial !important;
        left: 0px !important;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }


    #searchresult .modal-dialog {
        max-width: 500px;
        margin: 230px auto !important;
    }
}

#searchresult .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FAF7F2;
    ;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 70px;
}

    #searchresult .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        #searchresult .sidebar a:hover {
            color: #f1f1f1;
        }

    #searchresult .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#searchresult .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    #searchresult .openbtn:hover {
        background-color: #444;
    }
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    #searchresult .sidebar {
        padding-top: 15px;
    }

        #searchresult .sidebar a {
            font-size: 18px;
        }
}

@media screen and (max-width: 375px) and (min-width: 321px) {
    .miniboxinindex {
        background: #E9F5F6;
        border: 1px solid #DDDDDD;
        box-sizing: border-box;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        border-radius: 16px;
        max-width: 240px;
        display: inline-block;
        margin: 5px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        align-items: center;
        text-align: center;
        min-height: 85px;
        min-width: 100px;
        color: #444444;
    }

    .miniboxpic {
        height: 30px;
        margin: 10px auto;
    }

    #tripdetails .policytitle {
        font-family: Roboto;
        font-weight: bold;
        font-size: 7px;
        color: #444;
    }

    #tripdetails .btn-proceed {
        background: #FF6C48;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-top: 5px;
        padding: 10px 10px;
    }

    #tripdetails .btn-cancel {
        background: #9EDCD1;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-top: 5px;
        margin-right: 10px;
        padding: 10px 10px;
    }

    #tripdetails .tncmessage {
        margin: 10px 10px;
        font-family: Roboto;
        color: #777;
        font-size: 9px;
    }

    #datepick .hidethis320 {
        display: none;
    }

    #datepick .panel-body .statusset {
        margin-left: 30px;
    }

    #datepick .panel-body .col-sm-5seat {
        width: auto;
    }

    #datepick .panel-body .col-xs-10seat {
        width: 83.333333% !important;
    }

    #datepick .xsblackcolor {
        background-color: #f4f1ec;
        box-shadow: 0 0 black;
        margin: auto;
        padding-top: 30px;
    }

    .boxseattitle {
        margin: 30px 0 0 30px;
        text-align: left;
        font-size: 10px;
    }

    #datepick .panel-body .titleseat {
        font-size: 10px;
    }

    #datepick .headertrans {
        font-size: 7pt;
        color: #999999;
        font-family: Roboto;
        margin-left: 8px !important;
    }

    #datepick .setsmallla {
        font-size: 9px;
    }

    #datepick .showhereplace {
        display: block;
    }

    #datepick .panel-body .PUDO {
        width: 75px;
        height: 40px;
        padding: 6px 0px;
        text-align: center;
        font-size: 10px;
        line-height: 1.42857;
        background: #1FD8D8 !important;
        border-radius: 8px;
        font-family: Roboto;
        color: #fff;
        margin-right: 0px;
    }

    #datepick .btn-date .dateset {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-size: 7pt;
        margin: 0 0 3px;
        color: #c2c6c6;
    }

    #datepick .removecolor {
        padding: .375rem .75rem;
    }

    #datepick .selecteddate {
        background-color: #fff !important;
        border-radius: 6px !important;
        position: absolute;
        padding: 7px;
        border: 1px solid #cccccc !important;
        filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
    }

    #datepick .btn-date .datesethead {
        font-family: 'Font Awesome 5 Free', Roboto;
        font-weight: 300;
        font-size: 9pt;
        margin: 3px 0 0;
        color: #a3a8a8;
    }

    #datepick .btn-date {
        font-family: 'Font Awesome 5 Free', Roboto;
        border: 1px solid #bce1da;
        margin: 0 auto;
        border-radius: 0px;
        max-width: 100%;
        White-space: normal;
    }

    #datepick .btn-date {
        font-family: 'Font Awesome 5 Free', Roboto;
        width: 20%;
    }

    #datepick .removecolor {
        border-left-color: #eaf0f0;
        border-right-color: #eaf0f0;
        margin-top: 5px !important;
    }

    #datepick .panel .transname {
        font-size: 11pt;
        color: #444444;
        font-family: Roboto;
    }

    #tripdetails .plspay {
        font-family: Font Awesome 5 Free, Open Sans;
        color: #444;
        font-size: 10pt;
        font-weight: bold;
    }

    #tripdetails .panel-body1 .paymenttnc {
        font-family: Roboto;
        color: #000000;
        font-size: 6px;
        opacity: 0.5;
    }

    #tripdetails .panel-payment .nav-tabs {
        font-size: 10px;
    }

    #tripdetails .datetime {
        font-family: Roboto;
        color: #444;
        font-size: 9pt;
    }

    #tripdetails .ticketdetail {
        font-family: Roboto;
        font-size: 9px;
        color: #444;
    }

    .btn-set-price-tag {
        color: #333;
        background-color: #10C6CA;
        border-color: #ccc;
        font-family: Roboto;
        font-weight: bold;
        font-size: 8px;
        color: #FFFFFF;
    }

    .dunsetlketis {
        vertical-align: middle;
        margin-left: 5px;
    }

    #datepick .oridesktext {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #888888;
        cursor: auto;
    }

    #tichis .btn-head-active {
        background: #FDFDFD;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 5px 10px;
        font-size: 14px;
        border: 1px solid #EDE8E1;
    }

    #tichis .btn-head {
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 5px 10px;
        font-size: 14px;
        border: 1px solid #EDE8E1;
    }

    #tripdetails .departbox {
        font-family: Roboto;
        color: #fff;
        background: #5D8282;
        font-size: 5pt;
        padding: 3px;
    }

    #search .textboxsearch {
        margin: 0px auto 0;
        display: block;
        max-width: 321px;
    }

    #search .boxsearch {
        display: block;
        max-width: 321px;
    }

    #searchdetail .textboxsearch {
        margin: 0px auto 0;
        display: block;
        max-width: 321px;
    }

    #searchdetail .boxsearch {
        display: block;
        max-width: 321px;
    }

    #tripdetails .btn-add {
        background: #FF6C48;
        border-radius: 6px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        font-size: 8px;
        border: 1px solid #FF6C48;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }

    #contact-us .pptitle {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 0px;
        color: #444444;
        position: absolute;
        margin-top: 75px;
        z-index: 10;
    }

    #inbox .titlesummary {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        margin-left: 15px;
        width: 215px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #A8A8A8;
        text-align: left;
    }

    #inbox .bigimg {
        display: inline-block;
        float: left;
        width: 100%;
    }

    #inbox .imgsetresp {
        width: 120px;
    }

    #inbox .btn {
        padding: 0px;
        min-width: fit-content;
        white-space: inherit;
    }

    #modal1 .cusmodal {
        top: 40%;
        right: 0px;
        bottom: 0;
        left: 0%;
    }

    #modal1 .modal-dialog {
        max-width: 715px;
        width: 369px;
        margin: 30px auto;
    }

    #modal1 .modifyside3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #modal1 .ormid {
        margin: auto;
        line-height: 1.5;
        text-align: center;
    }

    #profile .accountsetup:not(:last-child) {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-align: left;
        color: #777777;
        padding: 10px 10px 10px 10px;
        width: 100%;
        border: 0px;
        border-bottom: 1px solid #C4C4C4;
        background-color: #fff;
    }

    #profile .accountsetup {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-align: left;
        color: #777777;
        padding: 10px;
        width: 100%;
        border: 0px;
        background-color: #fff;
    }

    #modal1 .btn-login {
        border-radius: 6px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #43D82C;
        border: 1px solid #43D82C;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.15px;
        padding: 7px 25px;
        margin: 3px;
        margin-top: 130px;
        color: #FFFFFF;
    }
}



@media screen and (max-width: 320px) {
    #ppld .container {
        width: 320px;
    }



    #tripdetails .alertmessage {
        margin: 15px 10px;
        font-family: Roboto;
        color: #777;
        font-size: 9px;
    }

    #tripdetails .policytitle {
        font-family: Roboto;
        font-weight: bold;
        font-size: 7px;
        color: #444;
    }

    #tripdetails .btn-proceed {
        background: #FF6C48;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-top: 5px;
        padding: 10px 10px;
    }

    #tripdetails .btn-cancel {
        background: #9EDCD1;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 8px;
        color: #fff;
        margin-top: 5px;
        margin-right: 10px;
        padding: 10px 10px;
    }

    #tripdetails .tncmessage {
        margin: 10px 10px;
        font-family: Roboto;
        color: #777;
        font-size: 9px;
    }


    #tripdetails .col-xs-4 .margintop10px {
        margin-top: 0px;
    }

    #tripdetails .transband {
        font-family: Roboto;
        color: #444;
        font-size: 7pt;
        font-weight: bold;
        margin-left: 0px;
        display: inline-block;
    }

    .dunsetlketis {
        vertical-align: middle;
        margin-left: 5px;
    }

    #datepick .oridesktext {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #888888;
        cursor: auto;
    }

    .textindate1 {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border: 1px solid #C9D9D4;
        border-left: 1px solid #fff;
        max-width: 220px;
        max-height: 34px;
        font-size: 8px;
        padding: 8px;
    }

    #app .imgposter {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 100%;
        min-width: 135px;
    }

    #app .container {
        width: 320px;
    }

    #app .card-horizontal {
        display: block;
        flex: 1 1 auto;
        height: 370px !important;
    }


    #app .headerapp {
        font-family: 'Roboto Condensed';
        font-size: 11pt;
        color: black;
        font-weight: bold;
        margin-top: 5px;
    }

    #app p {
        font-family: 'Roboto Condensed';
        font-size: 5pt;
        color: #888888;
        margin-top: 0px;
    }

    #app .downloadgroup {
        bottom: 0px;
        position: initial;
        margin: 5px;
    }


    #privacypolicy .pptitle {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 0px;
        color: #444444;
    }

    #tichis .btn-head-active {
        background: #FDFDFD;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 5px 5px;
        border: 1px solid #EDE8E1;
    }

    #tichis .btn-head {
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #777777;
        padding: 5px 5px;
        border: 1px solid #EDE8E1;
    }

    #appdownload {
        margin-top: 70px;
    }

    #tripdetails .departbox {
        font-family: Roboto;
        color: #fff;
        background: #5D8282;
        font-size: 5pt;
        padding: 3px;
    }

    #tripdetails .tripbox {
        font-family: Roboto;
        color: #fff;
        background: #99ADAD;
        font-size: 5pt;
        padding: 3px;
        margin-left: -3px;
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#search {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

#searchdetail {
    padding-top: 80px;
    padding-bottom: 10px;
    overflow: hidden;
}

section {
    padding-bottom: 30px;
    overflow: hidden;
}

a {
    color: #444;
}

.section-title {
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #646c55;
    }

/*--------------------------------------------------------------
# Go Wallet
--------------------------------------------------------------*/

#gowallet .payment-heading1 .nav-tabs > li > .active {
    color: #000000;
    cursor: default;
    background-color: #fff;
    border: 0px;
    border-bottom-color: transparent;
    padding: 5px 10px;
    font-family: Roboto;
}

#gowallet .panel {
    border-radius: 12px;
    background-color: #fff;
    padding: 0px;
}

#gowallet .panel-payment {
    margin: 10px;
}

#gowallet .payment-heading1 {
    background-color: #F9F9F9;
    font-family: Roboto;
    padding: 10px 15px 0;
    border-color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#gowallet .ttlcredit {
    font-family: Font Awesome 5 Free, Open Sans;
    color: #444;
    font-size: 12pt;
    font-weight: bold;
}

#gowallet .payment-heading1 .active {
    background-color: #fff;
    font-family: Roboto;
}

#gowallet .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    background-color: #EDE8E1;
    border-radius: 6px 6px 0px 0px;
    font-family: Roboto;
    margin-left: 1px;
}

#gowallet .tab-content {
    background-color: #fff;
    width: 100%;
    padding: 15px;
}

#gowallet .payment-heading1 .fade {
    opacity: 1;
    font-family: Roboto;
}

#gowallet .topnegative5px {
    margin-top: -5px !important;
}

#gowallet .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

#gowallet .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#gowallet .btn-payment-cancel {
    background: #fff;
    font-family: Roboto;
    font-size: 12px;
    color: #9E9E9E;
    margin-top: 5px;
    padding: 10px 25px;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 10px;
}

#searchdetail .btn-homeset1 {
    background: #10C6CA;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px 10px 20px;
}

#tripdetails .btntopup {
    background: #FF6C48;
    padding: 10px 10px 10px 10px;
    line-height: 1.42857;
    border-radius: 12px;
    border: 1px solid #EDE8E1;
    float: right;
    text-align: center;
    color: #FFFFFF;
    width: 100px;
}

h1.topup-failed {
    color: #E31C1C;
}

.section-title-wallet {
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.bottom {
    margin-bottom: 0.5rem !important;
}

#gowallet .panel-body {
    border-radius: 12px;
    background-color: #fff;
    padding: 0;
}

#gowallet .panel-accdet {
    background-color: #EDE8E1;
    padding: 1rem 0;
    border-radius: 16px;
}

#gowallet .panel-body-accdet {
    background-color: white;
    border-radius: 16px;
    padding: 1rem;
}

#gowallet .btnamount {
    background: #EDE8E1;
    padding: .5rem 2rem;
    border-radius: 10px;
}

#gowallet .btnconfirm {
    background: #10C6CA;
    padding: .5rem 2rem;
    color: white;
    border-radius: 10px;
}

#gowallet .topupamount {
    overflow: visible;
    background: #EDE8E1;
    border: none;
    border-radius: 8px;
    padding: 7px;
}

:root {
    --theme-background: #10C6CA;
    --theme-color: #10C6CA;
    --theme-hover-color: #fff;
    --theme-hover-background: #a6ca63;
    --depart-label: #5D8282;
    --trip-label: #99ADAD;
    --theme-text-color: white;
    --theme-confirm-background-color: #FF6C48;
}


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

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

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

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

.verifiedbg {
    background: #1DDD52;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: .15px;
    padding: .2rem .5rem;
}

.unverifiedbg {
    background: #777777;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: .15px;
    padding: .2rem .5rem;
}

#main {
    background: #f6f6f6;
}

    #main.no-background {
        background: unset;
    }

body {
    background-color: #fff;
    color: #444444;
    font-size: 16px;
}

* {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.page-link:focus {
    box-shadow: unset;
}

a:hover {
    color: initial;
}

a.mobile-nav-toggle:hover {
    text-decoration: none;
}

.bg-cyan {
    background-color: var(--theme-background) !important;
}

.bg-lightgrayish {
    background-color: #EAF0F0 !important;
}

.section-title {
    color: #888888;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

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

.panel-group {
    margin-bottom: 20px;
}

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

.btn-sm {
    padding: .5rem 1.75rem;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
}

.btn-lg {
    width: 300px;
    padding: .5rem 1.75rem;
}

.btn-google {
    background: #F44336;
    border-radius: 8px;
    color: #FFF;
}

.btn-facebook {
    background: #3B5998;
    border-radius: 8px;
    color: #FFF;
}

    .btn-facebook:hover {
        background-color: #355088;
        border-color: #3B5998;
        color: #FFF;
    }

.btn-google:hover {
    background-color: #db3c30;
    border-color: #F44336;
    color: #FFF;
}

.btn-green {
    color: #FFF;
    background: var(--theme-background);
}

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

#datepick .panel-body .btn-ava:focus {
    box-shadow: unset;
}

.btn-default {
    border: 1px solid #ced4da;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: 0;
    padding: 6px 8px;
}

.btn-ok-custom:hover {
    color: white;
}

.list {
    counter-reset: number;
    list-style-type: none;
}

#main {
    margin-top: auto;
    z-index: 3;
    position: relative;
}

.activebutton {
    background-color: #fff;
    border: 1px solid #ccc !important;
}

#tripdetails .boxwrap2 {
    display: inline-block;
    margin: 2px 10px;
}

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

.panel-payment-item .panel-body {
    border-bottom: 1px grey solid;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}



    .panel-payment-item .panel-body:last-child {
        border-bottom: unset;
        border-radius: 0px !important;
    }

/*--------------------------------------------------------------
# Progress
--------------------------------------------------------------*/
#searchdetail .btn-search {
    background-color: #C4C4C4;
}

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

#searchdetail .booking-details {
    border-left: 1px solid #ADB2B3;
}
/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    background: url("../../img/homepage_bus_banner.png") top center;
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
    z-index: 3;
    transition: 0.3s;
}

.home-tabs {
    display: flow-root;
    width: 100%;
    overflow-x: auto;
    padding-top: 110px;
}

@media (min-width: 992px) and (max-width: 1440px) {
    .home-tabs {
        display: flow-root;
        width: 100%;
        overflow-x: auto;
        padding-top: 150px;
    }
}

@media (min-width: 1440px) {
    .home-tabs {
        display: flow-root;
        width: 80%;
        overflow-x: auto;
        padding-top: 150px;
        margin: auto;
    }
}

.home-tab {
    min-width: 100px;
    padding: 5px 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #444444;
    background-color: #C9D9D4;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    margin-right: 3px;
}

.express {
    margin-right: .8rem;
}

.ticket-search {
    padding: 22px;
    background-color: #C9D9D4 !important;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin: auto;
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1440px) {
    .ticket-search {
        padding: 22px;
        background-color: #C9D9D4 !important;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        margin: auto;
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .ticket-search {
        padding: 22px;
        background-color: #C9D9D4 !important;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        margin: auto;
        width: 80%;
    }
}

.ticket-searchbtn {
    background-color: #FF6C48;
    border-radius: 6px;
    color: white;
    width: 100%;
    margin-top: 24px;
}

    .ticket-searchbtn:hover {
        color: white;
    }

.web-exchange {
    position: absolute;
    right: -13px;
    color: black;
    top: 2px;
    font-size: 26px;
    background: white;
    border-radius: 100px;
    padding: 7px;
    box-shadow: 0px 1px 7px 0px grey;
    z-index: 9;
}

.mobile-exchange {
    color: black;
    background: white;
    border-radius: 100px;
    padding: 9px;
    position: relative !important;
    transform: rotate(90deg);
    font-size: 30px;
}

.departOrigin, .departDestination {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.litepicker .container__footer .preview-date-range {
    display: none;
}

.litepicker .container__footer .button-apply {
    background-color: var(--theme-color);
    width: 200px;
}

.search-block {
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 15px;
    right: 15px;
    margin-top: 4rem;
}


/*--------------------------------------------------------------
# Announcement Section
--------------------------------------------------------------*/
.announcement {
    height: 56px;
    z-index: 200;
    transition: all 0.5s ease-in-out;
    padding: 14px 0;
    background: #FF6C48;
    margin-top: 4rem;
    position: fixed;
    width: 100%
}

.announcement-text {
    font-weight: 600;
    font-size: 21px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    justify-content: center;
}

@media (min-width: 320px) and (max-width: 578px) {
    .announcement-text {
        line-height: 19px !important;
        margin-top: -0.3rem !important;
    }
}
/*--------------------------------------------------------------
# Feauture
--------------------------------------------------------------*/
#icon-boxes {
    position: relative;
    overflow: inherit;
}

#icon-boxes {
    height: 200px;
}

    #icon-boxes .curved {
        width: 100%;
        height: 100px;
        background: white;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }

    #icon-boxes .icon-box-container {
        position: relative;
        top: -9rem;
    }

    #icon-boxes .iconbox-desc {
        color: #888888;
        font-size: 14px;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.nav-menu .menu-img {
    width: 1vw;
    height: 1vw;
}

.nav-menu .menu-text {
    margin-left: 5px;
    color: #444444;
}

@media (max-width: 992px) {
    .nav-menu .menu-text {
        margin-left: 5px;
        color: #444444;
    }
}

.nav-menu {
    color: #444444;
}

.desktop-nav {
    position: initial;
    visibility: hidden;
}

.desktop-nav-toggle {
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    cursor: pointer;
    padding: .5rem 1rem;
}

.desktop-nav-active .desktop-nav {
    opacity: 1;
    visibility: visible;
    display: block;
}

.desktop-nav-active .desktop-nav-toggle i {
    color: #fff;
}

.icofont-navigation-menu:before {
    font-size: 23px;
    margin-right: 7px;
}

.icofont-close:before {
    font-size: 23px;
    margin-right: 7px;
}

/*--------------------------------------------------------------
# Base Component
--------------------------------------------------------------*/
span.required {
    color: red;
    padding: 0 0 0 5px;
    font-size: 12px;
}


.input-group-addon.input-group-plus {
    width: 25px;
    text-align: left;
    padding: 5px 0px 5px 0px !important;
}


/*--------------------------------------------------------------
# Drop Down Box
--------------------------------------------------------------*/
.csdropdown {
    border: 1px solid;
    padding: 0px;
    overflow: hidden auto;
    z-index: 100;
    background: white;
    margin: 0px auto !important;
    position: absolute;
    width: 85%;
    max-height: 250px;
}

@media (max-width: 760px) {
    .csdropdown {
        max-height: 350px;
    }
}

@media (min-width: 992px) {
    .csdropdown {
        border: 1px solid;
        padding: 0px;
        overflow: hidden auto;
        z-index: 100;
        background: white;
        margin: 0px auto !important;
        position: absolute;
        width: 90%;
        max-height: 250px;
    }
}

.csdropdown .item {
    padding-left: 7px;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    transition-duration: 0.2s;
    white-space: nowrap;
}

    .csdropdown .item:hover {
        cursor: pointer;
        background-color: rgb(233, 235, 237);
    }

    .csdropdown .item.level2 {
        padding-left: 12px;
        font-size: 14px;
    }

    .csdropdown .item.level3 {
        padding-left: 12px;
        font-size: 14px;
    }

.csdropdown .stateItem {
    font-weight: 600 !important;
}

@media (max-width: 760px) {
    .csdropdown .item {
        font-size: 20px;
        line-height: 40px;
    }

        .csdropdown .item.level2 {
            font-size: 20px;
        }

        .csdropdown .item.level3 {
            font-size: 20px;
        }
}

.itemPoint {
    width: 9px;
    padding-bottom: 2px;
    margin-right: 5px;
}

.csdropdownfilter {
    /*position: absolute;*/
    /*max-width: 181px;*/
    /*margin-top: 7px;
    margin-right: 7px;
    margin-left: 7px;*/
    z-index: 1;
}

.divInputDropdown {
    background-color: white;
    z-index: 2;
    margin: 5px;
}

.coloring {
    color: var(--theme-color) !important;
}

.clickclicksort4 {
    text-align: center;
    width: 90px;
}

/*--------------------------------------------------------------
# Side Bar
--------------------------------------------------------------*/
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FAF7F2;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 70px;
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

#datepick .panel-body .btn-deck {
    background: #EEEEEE;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 12px;
    color: #000;
    margin-right: .3rem;
}

#datepick .panel-body .btn-selected-deck {
    background: #C4C4C4;
    font-family: Roboto;
    font-size: 12px;
    color: #000;
    margin-right: .3rem;
}

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


/*--------------------------------------------------------------
# Start of dialog box
--------------------------------------------------------------*/
.toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 1;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    left: 50%;
}

.toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p {
        margin-bottom: 0;
    }

.toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-custom {
    color: white
}

.btn-no-custom {
    background-color: #FF6D48;
    color: white;
    margin: 1.5em 0.3em 1.5em 0;
    font-family: 'Roboto';
    font-weight: 300;
    text-decoration: none;
    transition: all 0.2s;
    text-align: center;
}

.btn-ok-custom {
    background-color: #FF6D48;
    color: white;
    margin: 0;
    font-family: 'Roboto';
    font-weight: 300;
    text-decoration: none;
    transition: all 0.2s;
    text-align: center;
    width: 80px;
}

.btn-yes-custom {
    color: white
}

.input-group > .form-control:not(:first-child) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: rgb(255,255,255,0.75);
}

#preloader .loader {
    justify-content: center;
    align-items: center;
    padding: 3rem;
    border-radius: 24px;
    text-align: center;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    #preloader .loader .bus {
        height: 6rem;
    }

.loader-text {
    width: 50%;
}

.bg-romance {
    background-color: #F4F1EC !important;
}

.loader-text h2.loader-subtext {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #888888;
    font-family: Roboto;
}

@media (min-width: 992px) {
    #preloader .loader {
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 5rem;
        border-radius: 24px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        #preloader .loader .bus {
            height: 100%;
        }

    .loader-text h2.loader-subtext {
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        text-align: center;
        color: #888888;
        font-family: Roboto;
    }
}


.btn-occ {
    background: #A5A5A5 !important;
}

.btn-empty {
    background: white !important;
}

/*--------------------------------------------------------------
# Resgiter
--------------------------------------------------------------*/
#register {
    margin-top: 0;
}

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

@media (min-width: 768px) and (max-width: 991px) {
    #register .btn-register {
        padding: 5px 30px !important;
    }
}

#register label {
    font-weight: 300;
    font-size: 12px;
    color: #939393;
}

#register .btnleftmykad {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 7px 13px;
    font-size: 11px;
    line-height: 1.42857143;
    border-radius: 4px 0 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

#register .btnrightpassport {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 7px 13px;
    font-size: 11px;
    line-height: 1.42857143;
    border-radius: 0 4px 4px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#register .mykad-pass {
    display: flex;
    margin-right: 3px;
}


.label-note {
    font-style: italic !important;
    font-size: 10px !important;
}

.checkbox-text-group {
    display: flex;
}


@media screen and (max-width: 600px) {
    .checkbox-text-group {
        display: block;
    }

    #register .mykad-pass {
        margin-block: 5px;
    }
}

.btn-primary:hover {
    background-color: var(--theme-hover-background) !important;
}

/*--------------------------------------------------------------
# Trip Listing
--------------------------------------------------------------*/
#datepick .oridesktext {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    margin-left: -3px;
    align-items: center;
    text-decoration: none;
    color: #888888;
    padding-left: 10px;
    cursor: auto;
    padding: 1rem;
}

#datepick .headertrans {
    font-size: 9pt;
    color: #999999;
    font-family: Roboto;
    margin-left: 8px !important;
    cursor: pointer;
}

#datepick .btn-circle {
    width: 35px;
    height: 35px;
    padding: 6px 12px;
    border-radius: 18px;
    text-align: center;
    font-size: 9px;
    line-height: 1.42857;
    background-color: var(--theme-background);
    border: 1px solid var(--theme-background);
}

#tripdetails .img-adjust {
    margin: auto;
    display: block;
}

#modalfilter .transname {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #888888;
}

#modalfilter .transname1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    color: #888888;
}

#modalfilter .allcomp {
    border-radius: 6px;
    border: 1px solid var(--theme-background);
}

#modalfilter .btncompactive {
    border-radius: 6px;
    border: 1px solid var(--theme-background);
    background-color: var(--theme-background);
    color: white;
}

#modalfilter .btn-company {
    border-radius: 6px;
    border: 1px solid var(--theme-background);
}

/* The "\a0" is a space */
.list li::before {
    counter-increment: number;
    content: counter(number)"\a0";
}

#datepick .selecteddate {
    background-color: #fff !important;
    border-radius: 12px !important;
    border: 1px solid #bce1da;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
    position: relative;
}

#datepick .panel-body .PUDO {
    width: 75px;
    height: 40px;
    padding: 6px 0px;
    text-align: center;
    font-size: 10px;
    line-height: 1.42857;
    background: var(--theme-background) !important;
    border-radius: 8px;
    font-family: Roboto;
    color: #fff;
    margin-right: 0px;
}

#datepick .btn-date {
    width: 14.2857142857%;
    border: 1px solid #bce1da;
    margin: 0 auto;
    background-color: #eaf0f0;
}

#datepick .firstbtnd {
    border-radius: 16px 0 0 16px;
    margin-top: 5px !important;
    border-left: 1px solid#bce1da !important;
    -moz-border-radius: 16px 0 0 16px;
    -webkit-border-radius: 16px 0 0 16px;
}

#datepick .lastbtnd {
    border-radius: 0 16px 16px 0;
    border-right: 1px solid#bce1da !important;
    -moz-border-radius: 0 16px 16px 0;
    -webkit-border-radius: 0 16px 16px 0;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
}

.img-border-rad-left {
    border-radius: 12px 0px 0px 12px;
}

button.btn.btn-yes-custom.headertrans.float-right {
    margin-right: 10px;
}


table.boxseat22table > tr > td {
    border: none;
}


#modalfilter .width33p {
    display: inline-block;
}

p.headertrans.hidehere320 {
    margin-left: 10px;
}

span.transprice {
    padding-left: 5px;
}

#datepick .panel-group .panel-heading2 {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 2px #828282;
    padding: 0px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 0px 2px #828282;
}

.btnEdit {
    color: #fff;
    border-radius: 14px;
    height: auto;
    margin-top: 0;
}

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

.btn-confirm2-edit {
    width: auto !important;
    height: auto !important;
    padding: 10px 25px !important;
    margin-top: 5px !important;
}


/*align the calander to bottom of input field*/
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-top {
    left: 0px !important;
}

.btn-skip {
    background-color: #cccccc;
    font-family: 'Roboto';
    text-decoration: none;
    font-weight: 300;
    text-align: center;
    transition: all 0.2s;
    color: #fff;
    border-radius: 14px;
    margin-right: 10px;
}

#searchresult .close .fas, #searchresult .close {
    opacity: 1;
    color: var(--theme-color) !important;
}

#modalfilter.search-container {
    margin-top: 5px;
}

#modalfilter .slider.slider-horizontal {
    width: 100%;
    height: 20px;
}

.slider.slider-horizontal {
    width: 435px;
    height: 20px;
}

.btnfilter {
    margin: -5px 0 5px 15px;
}

#pickupModal .modal-body {
    display: flex;
}

.pickup-dropoff {
    width: 50%;
}

    .pickup-dropoff ul li {
        list-style-type: none;
    }

/*--------------------------------------------------------------
# Trip Listing - Modify Trip Modal
--------------------------------------------------------------*/
.modal-trip-modify-header {
    background: #f4f1ec;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 5px;
    padding-left: 20px;
    color: #888888;
}

#transport .modify-switchicon {
    position: absolute;
    width: 30px;
    z-index: 3;
    margin-left: -7px;
    margin-top: 27px;
    top: initial;
}

#modalTripModify .modal-body {
    overflow-y: unset;
    overflow-x: unset;
}
/*--------------------------------------------------------------
# Ticket History
--------------------------------------------------------------*/
#tripdetails .departinfo {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    padding: 5px 10px;
    color: #888888;
    float: left;
}

.ticket-history-border2 {
    border-left: 1px solid #ADB2B3;
}

span.pushticket.fs14 {
    color: blue;
}

    span.pushticket.fs14:hover {
        text-decoration-line: underline;
        cursor: pointer;
    }

.qrImageModal .QRtransimg {
    width: 100px;
}

#tripdetails .seatplace {
    width: auto;
    word-break: break-all;
}

#tripdetails .boxforwrapthis-panel .panel-body {
    border-radius: 15px;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 10px;
}

.gap {
    margin: 15%;
}

.qrImageModal .QRcontent {
    position: relative;
    margin-right: auto;
}

span.departinfo {
    padding: 5px 2px;
}

.receipt-modal {
}

img#btnExchange {
    margin-left: -20px;
}

.btnExchange {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.daterangepicker .goright {
    text-align: right;
    margin-left: 0;
    display: inherit;
}

.input-width {
    margin-left: -10px;
    width: 105%;
}

.paddbox-10005 {
    padding: 10px 0px 0px 15px;
}

.ticket-text {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: #777;
}

.btn-transparent {
    background: transparent !important;
    border: transparent !important;
}

.boardingQrImg {
    text-align: center;
}

    .boardingQrImg img {
        margin-left: auto;
        margin-right: auto;
        height: 200px;
    }

#tripdetails .panel-tichis {
    border-radius: 16px;
    background-color: #EDE8E1;
    padding: 10px 5px 5px;
}

/*--------------------------------------------------------------
# Account edit
--------------------------------------------------------------*/
.userdashboard {
    background: #f6f6f6;
}

.dashboard-section {
    padding-bottom: 6rem;
}

.titleset {
    font-style: normal;
    font-size: 20px;
    color: #777777;
}

.panel-accdet {
    border-radius: 12px;
    background-color: #F4F1EC;
    padding-bottom: 2rem;
}

.btnsave {
    background-color: #FF6C48;
    border-radius: 12px;
    color: white;
    width: 100px;
}

#password .eye-password {
    position: absolute;
    padding: .39rem;
    border: 1px solid #E0E3E5;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    right: 0;
    z-index: 4;
    background: white;
}

#tripdetails label {
    color: #444444;
    font-weight: normal;
    font-size: 14px;
}

#tripdetails .depanddes {
    color: #777777;
}

label .input-label {
    font-size: 14px;
    font-family: 'Roboto Condensed';
    color: #939393
}

#tripdetails label.input-label {
    font-size: 14px;
    font-family: 'Roboto Condensed';
    color: #939393;
}

#tripdetails .panel-accdet {
    background-color: #EDE8E1;
    padding: 1rem 0;
    border-radius: 16px;
}

#tripdetails .form-control {
    display: inline-block;
    height: 34px;
    color: #444444;
}

#tripdetails .btnsave {
    background: #FF6C48;
    padding: .5rem 2rem;
}


    #tripdetails .btnsave:disabled {
        background: #ede8e1;
        box-shadow: 1px 1px #f2cdc0;
    }

.whiteboxtext {
    display: inline;
}

.form-section {
    overflow: visible;
}


.model-section {
    padding-bottom: 0px;
    margin-top: 0 !important;
}

#datepick .transinfogroup1 {
    width: auto;
    display: inline-block;
}

/*--------------------------------------------------------------
# Departure date
--------------------------------------------------------------*/
#transport .iconfield {
    background-color: #fff;
    border: 1px solid #C9D9D4;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 0 0 0 10px;
    border-right: 0px solid #fff;
}

.textindate {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #C9D9D4;
    border-left: 0px solid #fff;
    max-height: 35px;
    padding: 8px;
}

#transport .input-field-custom {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #C9D9D4;
    border-left: 0px solid #fff;
}

/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.margin-left {
    margin-left: 400px
}

.margin-bottom {
    margin-bottom: 10px
}

/*.gohide {
    display: none
}*/

.margintop6px {
    margin-top: 6px
}

.paddingbottom15 {
    padding-bottom: 15px
}

.background-col-green {
    background: var(--theme-background) !important;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}


/*--------------------------------------------------------------
# Trip Info
--------------------------------------------------------------*/
#tripinfo {
    background: #9EDCD1;
    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;
    position: relative;
}

    #tripinfo .departbg {
        background: rgba(255,255,255,1);
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        position: relative;
        height: 100%;
    }

    #tripinfo .single-departbg {
        background: rgba(255,255,255,1);
        box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
        position: relative;
        height: 100%;
    }

    #tripinfo .departbg2 {
        width: 50%;
    }

    #tripinfo .departbox {
        color: #fff;
        background: var(--depart-label);
        font-size: 12px;
    }

    #tripinfo .placename {
        color: #444;
        font-weight: bold;
        font-size: 16px;
    }

    #tripinfo .departlinebg {
        background: var(--theme-background);
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: 0;
    }

    #tripinfo .departlinebg2 {
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: 0;
    }

.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: 5%;
    transform: rotate( 45deg );
}


/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
#login .bg-login {
    background-image: url("../../img/loginhalf.png");
    background-size: cover;
}

#login .bg-gopass-login {
    background-image: url("../../img/IntroSide_GoPass.png");
    background-size: cover;
}

#login .bg-gopass-klang-login {
    background-image: url("../../img/IntroSide_Klang.png");
    background-size: cover;
}

#login .bg-gopass-kt-login {
    background-image: url("../../img/IntroSide_KT.png");
    background-size: cover;
}


#login .bg-gopass-larkin-login {
    background-image: url("../../img/IntroSide_Larkin.png");
    background-size: cover;
}


#login .bg-gopass-melakasentral-login {
    background-image: url("../../img/IntroSide_MelakaSentral.png");
    background-size: cover;
}



.gopass-mobile-login-goticketing {
    height: 167px;
    background: linear-gradient(180deg, #089BC0 0%, #10C6CA 100%);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.gopass-mobile-login-larkin {
    height: 167px;
    background: linear-gradient(180deg, #53D2FA 0%, #10AEE0 100%);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.gopass-mobile-login-melakasentral {
    height: 167px;
    background: linear-gradient(180deg, #53D2FA 0%, #10AEE0 100%);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.gopass-mobile-login-kt {
    height: 167px;
    background: linear-gradient(180deg, #375097 0%, #121D3D 100%);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.gopass-mobile-login-ks {
    height: 167px;
    background: linear-gradient(180deg, #F9D215 0%, #FBAB10 100%);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#login .form-control-user {
    height: 52px;
    border-radius: 8px;
    border: 1px solid #E0E3E5;
    color: #444444;
    padding-left: 4rem;
    font-size: 14px;
}

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

    #login .icon-user.icon-pass {
        padding: .75rem;
    }

#login .custom-label {
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
}

#login a.custom-register {
    color: #929699;
}

#login a.custom-forgot {
    color: #929699;
}

#login a.custom-label:hover {
    cursor: pointer;
    text-decoration: underline;
    background-color: transparent;
    color: #0d6efd;
}

#login a.custom-register {
    color: #929699;
}

#login .eye-password {
    position: absolute;
    padding: .8rem;
    border: 1px solid #E0E3E5;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    right: 0;
    background: white;
}

#login .btn-login {
    background: #10C6CA;
    border: 1px solid #10C6CA;
    border-radius: 6px !important;
    color: #fff;
    padding: 10px;
}

#login .btn-register {
    background: #10C6CA;
    border: 1px solid #10C6CA;
    border-radius: 6px !important;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.login-header {
    display: inline-grid;
}

label.login-title { /* font-family: Roboto; */
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 19px;
}

label {
}

    label.login-text {
        font-weight: 300;
        font-size: 0.75rem;
        line-height: 14px;
        text-align: left;
        color: #444444;
    }


.btn-facebook, .btn-google {
    font-size: 14px;
    text-align: left
}

    .btn-facebook span, .btn-google span {
        margin-right: 60px;
    }

.third-party-button-div {
    display: flex;
}

.third-party-login-logo {
    text-align: left;
}

.third-party-login-text {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.btn-login-text {
    font-size: 14px;
}

.loginModal .modal-dialog {
    width: 400px;
}

.loginModal .modal-header {
    color: var(--theme-text-color);
}

.loginModal .modal-body {
    padding: 1.5rem 3rem;
}

.forgot-password {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .login-padding {
        padding: 4.5rem !important;
    }
}


/*--------------------------------------------------------------
# Friends and Family
--------------------------------------------------------------*/
.card.removeborder {
    overflow: initial;
}

input-group .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-top {
    left: 0 !important;
}

.padd-right-20 {
    padding-right: 20px !important;
}

.userdashboard .btn-add {
    background-color: #FF6C48;
    border-radius: 12px;
    color: white;
}

.userdashboard .whitebg1 {
    background: #FDFDFD;
    border: 1px solid #F4F1EC;
}

.userdashboard .colorset1 {
    color: #999999;
}

.btn-addcontact {
    color: #777777;
}

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



/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    vertical-align: top;
}

/*--------------------------------------------------------------
# Insurance
--------------------------------------------------------------*/
#tripdetails .panel {
    border-radius: 12px;
    background-color: #fff;
    padding: 0px;
}

#tripdetails .panel-body {
    border-radius: 12px;
    padding: 0;
}

.insure-content-link {
    text-decoration: underline;
    color: blue;
}

.tnc-link {
    text-decoration: underline;
    color: blue;
}

a:hover {
    color: blue;
    text-decoration: underline;
    background-color: transparent;
}

.insure-img {
    width: 160px;
    margin-top: 30px;
}

.insure-content {
    color: #777777;
    margin-top: 3rem;
    text-align: center;
}

#tripdetails .btn-cancel {
    background: #DCDCDC;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #9E9E9E;
    margin-top: 5px;
    margin-right: 10px;
    padding: 10px 25px;
    border: 1px solid transparent;
    font-weight: 600;
}

#tripdetails .btn-no {
    background: #9EDCD1;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    margin-right: 10px;
    padding: 10px 25px;
    width: 150px;
}


/*--------------------------------------------------------------
# Qpass Modal
--------------------------------------------------------------*/
#qPassModel .modal-header {
    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;
}

#qPassModel .modal-align {
    top: 275px;
    left: -70px;
}

#qPassModel .modal-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    align-items: center;
    color: #EEEEEE;
}

#qPassModel .modal-body {
    padding: 5px 0;
}


/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
#register .rstitle {
    font-family: Roboto;
    font-size: 22px;
}

#register .text-note {
    font-style: italic;
    font-size: 10px;
}

#register .eye-password {
    position: absolute;
    padding: 0.37rem;
    border: 1 px solid #E0E3E5;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    right: 0;
    bottom: 0;
}


/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
#faq .btn {
    white-space: initial;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

#faq .faicontext {
    color: var(--theme-color);
}

#faq .collapsed .faicontext {
    color: #444444;
}

#faq .siderightchoose {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: #444444;
    z-index: 1030;
}

#faq .sidebarrightpnc {
    margin: auto;
    padding: 1rem 0;
}

#faq .siderightchoose {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: right;
    color: #444444;
    margin-right: 1rem;
    font-weight: bold;
}

@media (min-width: 992px) {
    #faq .sidebarrightpnc {
        display: grid;
        padding: 2rem 0 0;
    }

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

/*--------------------------------------------------------------
# Privacy policy
--------------------------------------------------------------*/
#privacypolicy .siderightchoose {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: #444444;
    z-index: 1030;
}

#privacypolicy .sidebarrightpnc {
    margin: auto;
    padding: 1rem 0;
}

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

@media (min-width: 992px) {
    #privacypolicy .sidebarrightpnc {
        display: grid;
        padding: 2rem 0 0;
    }

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

/*--------------------------------------------------------------
# Shared
--------------------------------------------------------------*/
.btn-datedialog {
    background-color: #cccccc;
    margin: 1.5em 0.3em 1.5em 0;
    font-family: 'Roboto';
    text-decoration: none;
    font-weight: 300;
    text-align: center;
    transition: all 0.2s;
}

.btn-attention {
    background-color: #FF6D48;
    color: white;
    transition: 0.4s;
    float: right;
    border: 0;
}

/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/
.validation-message {
    color: #E15050;
}

    .validation-message:before {
        content: "*";
    }

.padd-left-unset {
    padding-left: unset !important;
}

.padd-top-15 {
    padding-top: 15px !important;
}

.padd-bottom-15 {
    padding-bottom: 15px !important;
}

.text-bold {
    font-weight: bold
}


.mh-50 {
    min-height: 50px;
}

.h40 {
    height: 40px;
}

.margintop5px {
    margin-top: 5px;
}

.margintop15px {
    margin-top: 15px;
}

.marginright10px {
    margin-right: 10px;
}

.error-background {
    background: #FF6C48
}

.paddingright0 {
    padding-right: 0;
}

.float-right {
    float: right;
}

.margrinright-custom {
    margin-right: 10px;
}

.horizontalcenter {
    margin-left: auto;
    margin-right: auto;
}

.clickable {
    pointer-events: initial;
}

.non-clickable {
    pointer-events: none;
}

.close {
    opacity: 1;
}

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

.money {
    text-align: right;
}

legend {
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    margin-left: 10px;
    margin-bottom: 0px;
}

fieldset {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.ppltitleby1 {
    font-weight: bold;
}

.mart3 {
    margin-top: 3px;
}

/*--------------------------------------------------------------
# Update Password
--------------------------------------------------------------*/
.forget-password .section-title {
    text-align: left;
}

.forget-password .card {
    border-radius: 16px;
}

#resetPassword .eye-password {
    position: absolute;
    padding: 0.36rem;
    border: 1px solid #E0E3E5;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    right: 0;
    z-index: 4;
    background: white;
}

.btn-g {
    border: 1px solid #ced4da;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.flogo {
    padding: 6px;
}

.subtitle {
    font-size: 18px;
    padding: 15px;
    color: #939393
}


/*--------------------------------------------------------------
# Activate
--------------------------------------------------------------*/
#activate {
    margin-top: 72px;
}

    #activate .actitle {
        font-family: Roboto;
        font-size: 22px;
    }

    #activate .padd-title {
        padding-top: 25px;
        padding-bottom: 10px;
    }

.fullheight {
    height: 100%;
}


/*--------------------------------------------------------------
# Payment
--------------------------------------------------------------*/
#tripdetails .btn-payment-cancel {
    background: #fff;
    font-family: Roboto;
    font-size: 12px;
    color: #9E9E9E;
    margin-top: 5px;
    padding: 10px 25px;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 10px;
}

#tripdetails .payment-money1 {
    font-family: Roboto;
    color: #444;
    font-size: 14px;
}

#tripdetails .promotioncode {
    margin-left: .5rem;
    margin-right: .5rem;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.img-logo-q {
    height: 1.2rem;
}

.transinfoheader {
    border-bottom: 1px solid #ADB2B3;
}

.trippadding {
    padding: .5rem .5rem 0;
}

#tripdetails .placename {
    color: #444444;
    font-weight: bold;
}

img.visaimg {
    height: 2.5rem;
}

.middlesetwalelt {
    padding: 10px;
}

#tripdetails .seatnum {
    color: #777;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
}

#tripdetails .seatplace {
    color: #777;
    font-size: 14px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Payment Complete
--------------------------------------------------------------*/
.btn-set-price-tag {
    border-color: var(--theme-color);
    padding: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    background-color: var(--theme-background);
    width: 100%;
    border-top-right-radius: 9px;
    height: 100% !important;
}

/*--------------------------------------------------------------
# Countdown Timer
--------------------------------------------------------------*/
.countdown-timer {
    height: 46px;
    width: 390px;
    background-color: white;
    border: 1px solid #bbb;
    border-radius: 10px;
    margin: auto;
    z-index: 1;
}

    .countdown-timer.warning {
        border: 5px solid yellow;
    }

        .countdown-timer.warning.alerting {
            border: 5px solid red;
            animation: blinker 1s linear infinite;
        }


@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.countdown-text {
    color: #9E9E9E;
}

.time1-text {
    color: #777;
}

.time-text {
    font-size: 30px;
    font-weight: bold;
}

.center-text-paddtop30 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.center-text {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*----------------------------------------------------------
    Passenger Detail
------------------------------------------------------------*/
#tripdetails .alertmessage1 {
    margin: 25px 30px;
    font-family: Roboto;
    color: #777;
}

.btn-tnc {
    background: #E31C1C;
}

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

.sub-section-tnc {
    font-size: 13px;
    color: #777777;
    padding-bottom: 1rem;
}

.tnccontext {
    float: left;
    color: var(--theme-text-color);
    padding-bottom: 6px;
}

#tnc .collapsed .down {
    display: block !important;
}

#tnc .down {
    display: none;
}

#tnc .tncicon {
    text-align: right;
    float: right;
}

#tnc .collapsed .up {
    display: none !important;
}

#tnc .up {
    display: block !important;
}

#tnc .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px;
    background: transparent;
}

#tnc .card {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: left;
    letter-spacing: 0.15px;
    text-align: left;
    color: #444444;
}

.external-link {
    color: blue;
}


/*--------------------------------------------------------------
# Font size
--------------------------------------------------------------*/
.fs14 {
    font-size: 14px !important;
}

.fs12 {
    font-size: 12px;
}

.fs11 {
    font-size: 11px !important;
}

.fz-17 {
    font-size: 17px;
}

.fz-16 {
    font-size: 16px;
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/
.p22 {
    padding: 22px;
}

.pb0 {
    padding-bottom: 0;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.pl20 {
    padding-left: 20px;
}

.p0 {
    padding: 0px !important;
}

.p70 {
    padding: 70px;
}

.pt70 {
    padding-top: 70px;
}

.pr5 {
    padding-right: 5px;
}

.pr50 {
    padding-right: 50px;
}

/*--------------------------------------------------------------
# Margin
--------------------------------------------------------------*/
.mauto {
    margin: auto;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 4px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt22 {
    margin-top: 22px;
}

.mt24 {
    margin-top: 24px;
}

.mt35 {
    margin-top: 35px;
}

.mt28 {
    margin-top: 28px;
}

.mt150 {
    margin-top: 150px
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.mr0 {
    margin-right: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb70 {
    margin-bottom: 70px;
}

.margin-vertical-center {
    margin-top: auto;
    margin-bottom: auto;
}

/*--------------------------------------------------------------
# Line Height
--------------------------------------------------------------*/
.lhnormal {
    line-height: normal;
}


/*--------------------------------------------------------------
# Border Radius
--------------------------------------------------------------*/
.btlr12 {
    border-top-left-radius: 12px;
}

.br12 {
    border-radius: 12px;
}

/*--------------------------------------------------------------
# Text
--------------------------------------------------------------*/
.text-center {
    text-align: center;
}

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

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.custom-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: rgba(0,0,0,0.4);
    display: none;
    padding: 0 1rem;
}

.transport-border-radius-top-left-right {
    border-radius: 0 !important;
}

#transport.center-modal {
    margin: auto;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 35rem;
    margin-bottom: 35rem;
}

.modal {
    background: rgb(0, 0, 0, 0.4);
}

.modal-backdrop {
    z-index: 1;
}

.dialog-box-wrap {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

#alertModal .modal-body {
    max-height: 300px;
    overflow-y: auto;
}

#tripdetails .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
}

/*--------------------------------------------------------------
# GoWallet
--------------------------------------------------------------*/
.squarebox {
    padding: 1rem;
    display: inline-block;
    text-align: center;
}

.title {
    display: block;
    width: 100%
}

.dropdown-menu li {
    cursor: pointer;
    padding: 6px 12px;
}

    .dropdown-menu li:hover {
        background: var(--theme-background);
        color: white;
    }
/*--------------------------------------------------------------
# GoWallet
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Scroll bar
--------------------------------------------------------------*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #777777;
    }

/*--------------------------------------------------------------
# Scroll bar
--------------------------------------------------------------*/

.loading-panel {
    width: 100%;
    text-align: center;
}

    .loading-panel .loading-img {
        width: 100px;
    }

/*--------------------------------------------------------------
# Body, Html
--------------------------------------------------------------*/

body {
    background-color: #fff;
    padding-right: 0 !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 2rem 0 0;
    position: relative;
}

    #footer.footer-grey {
        color: #777777;
        font-weight: 300;
        font-size: 16px;
        font-style: normal;
    }

    #footer .text-expanded {
        font-size: 16px;
        font-weight: bold;
    }

    #footer a {
        color: inherit !important;
    }

    #footer .row {
        padding-right: 15px;
        padding-left: 15px;
    }

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

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

/*--------------------------------------------------------------
# Mobile view
--------------------------------------------------------------*/
.mobile-nav-small {
    /*width: 40% !important;*/
    left: unset !important;
    height: fit-content;
}

/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/
.headofminibox {
    margin: auto;
    text-align: center;
}

.miniboxpic {
    height: 3rem;
    margin: 10px 0 10px;
}

.miniboxinindex {
    background: #E9F5F6;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
    border-radius: 16px;
    display: inline-block;
    margin: 5px;
    width: 180px;
    color: #444444;
}

/*--------------------------------------------------------------
# Sales support
--------------------------------------------------------------*/
.contactModal .modal-content {
    border-radius: 8px;
}

.contactModal .modal-body {
    border-radius: 8px;
}

.contactModal .modal-header {
    background: var(--theme-background);
    letter-spacing: 0.15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.contactModal .modal-title {
    font-weight: bold;
    color: white;
}

.contactModal .modal-body {
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #F4F1EC;
}

.contactModal label {
    font-weight: normal;
    font-size: 14px;
    color: #444444;
}

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

#footer .widget_nav_menu {
    margin-top: 30px;
    margin-left: 75px;
}

.wordbreak {
    word-break: break-all;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.btn-check {
    background: white;
}

.ellip-header {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    top: 16px;
    position: absolute;
    text-align: left;
}

.ellip-acc {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    position: absolute;
    margin-top: -7px;
}


/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.submitbtn {
    margin: 0 10px;
}

.modal .btn-proceed {
    background-color: #FF6D48;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    padding: 10px 25px;
    text-decoration: none;
    transition: all 0.2s;
    text-align: center;
}

.modal .btn-no {
    background-color: #cccccc;
    border-radius: 12px;
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    margin-right: 10px;
    padding: 10px 25px;
    text-align: center;
    transition: all 0.2s;
}

.money::before {
    content: "RM ";
}

:root {
    --theme-background: #10C6CA;
    --theme-color: #10C6CA;
    --theme-hover-color: #fff;
    --theme-hover-background: #a6ca63;
    --depart-label: #5D8282;
    --trip-label: #99ADAD;
}


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

@media (max-width: 767.98px) {
    #hero {
        height: 860px;
    }

    #icon-boxes {
        height: 800px;
    }

    #tripdetails .booking-details {
        border-left: unset;
    }

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

        #faq .card-header {
            margin-bottom: 0;
            background-color: #fff;
            border-bottom: 0px;
        }

        #faq .card-body {
            background-color: #EEEEEE;
        }

    .btn-link {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 1.25rem;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    }

        .btn-link::after {
            flex-shrink: 0;
            width: 1.25rem;
            height: 1.25rem;
            margin-left: auto;
            content: "";
            background-image: url(../../img/arrow-down-sign-to-navigate.svg);
            background-repeat: no-repeat;
            background-size: 1.25rem;
            transition: transform .2s ease-in-out;
        }

        .btn-link:not(.collapsed)::after {
            background-image: url(../../img/arrow-down-sign-to-navigate.svg);
            transform: rotate( 180deg);
        }
    /*--------------------------------------------------------------
    # Register
    --------------------------------------------------------------*/
    #register .btn-register {
        width: 100%;
        margin-bottom: 10px;
    }
    /*--------------------------------------------------------------
    # Booking Page
    --------------------------------------------------------------*/
    #tripdetails .placename {
        font-size: 14px;
    }

    .booking-page {
        padding-top: 80px;
    }

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

    .time1-text {
        font-size: 12px;
    }

    .time-text {
        font-size: 16px;
    }

    .countdown-timer {
        padding: 2px 2px;
    }

    #tripdetails .departbox {
        font-size: 14px;
        font-family: Roboto;
        color: #fff;
        background: #5D8282;
        padding: 3px;
    }

    /*--------------------------------------------------------------
    # Insurance
    --------------------------------------------------------------*/
    #tripdetails .policytitle {
        font-size: 16px;
    }

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

    .insure-img {
        width: 120px;
        margin-top: 30px;
    }

    #tripdetails .btn-proceed {
        background: #FF6C48;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #fff;
        margin-top: 5px;
        padding: 10px 12px;
        width: 100%;
    }

    .submitbtn {
        width: 100%;
    }

    .modal-footer .submitbtn {
        width: 100%;
        margin: 0px;
    }

    #tripdetails .btn-no {
        width: 100%;
    }
    /*--------------------------------------------------------------
    # Passenger
    --------------------------------------------------------------*/
    #tripdetails .policycontent1 {
        font-size: 12px;
    }

    #tripdetails .checkbox-inline {
        padding-left: 0px;
        padding-right: 12px;
        cursor: default;
    }

    #tripdetails label.checkbox-inline.policycontent1.pl20 {
        padding-left: 20px;
    }

    .countdown-timer {
        height: auto;
        width: auto;
    }

    .btn-tnc {
        background: #E31C1C;
    }

    #tnc .btn-link {
        background-image: url(../../img/arrow-down-sign-to-navigate-white.png);
        padding: 0 5px 0 0;
        color: white;
    }

        #tnc .btn-link::after {
            background-image: url(../../img/arrow-down-sign-to-navigate-white.png);
            padding: 0 5px 0 0;
            color: white;
        }

    .tnccontext {
        font-size: 13px;
    }

    #tnc ul > li {
        font-size: 12px;
    }

    #tnc .card-body {
        font-size: 12px;
    }

    #tnc p {
        font-size: 12px;
    }

    #tnc a {
        font-size: 12px;
    }

    #tripdetails .btn-cancel {
        width: 100%;
    }
    /*--------------------------------------------------------------
    # Payment
    --------------------------------------------------------------*/
    #tripdetails .panel-grey {
        padding: 10px;
        background-color: #EDE8E1;
    }

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

    #tripdetails .moneypolicy {
        max-width: 200px;
    }

    #tripdetails .panel-payment {
        margin: 0px;
        background-color: #ffffff;
        margin-bottom: 10px;
    }

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

    #tripdetails .gobank {
        margin: 5px auto !important;
    }

    #tripdetails .panel-payment .panel-body {
        padding: 3px 10px;
        border-radius: 12px;
    }

    #tripdetails .promotioncode {
        margin-left: 0;
        margin-right: 0;
    }

    #tripdetails .panel-payment .panel-header {
        padding: 3px 10px;
        border-radius: 0px;
    }

    #tripdetails .transinfogroup3 {
        border-top: 1px solid #ADB2B3;
        border-left: unset;
    }

    #tripdetails .panel-payment .panel-footer {
        padding: 3px 10px;
        background-color: #ffffff;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #tripdetails .ticketdetail {
        font-size: 12px;
    }

    #tripdetails .panel-body1 .paymenttnc {
        font-size: 12px;
    }

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

    .tnc-link {
        font-size: 16px;
    }

    .tab-content img.img-responsive {
        margin-left: auto;
        margin-right: auto;
    }
    /*-----------------------------------------------------
        Payment Complete
    ----------------------------------------------------*/
    #search .btn-homeset {
        padding: 10px 5px;
    }
    /*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/
    img.footer-logo {
        height: 3.5rem;
    }

    #footer .footer-description {
        margin-top: 10px;
        font-size: 14px !important;
        color: #777777;
        text-align: justify;
    }

    #footer .copyright {
        margin-top: 10px;
        font-size: 11px !important;
    }

    #footer ul {
        margin-left: 0px !important;
    }

    #footer .widget_nav_menu {
        margin-top: 30px;
        margin-left: 10px;
    }

    #footer ul li .title-widget {
        font-size: 11px !important;
    }

    #footer .content-widget {
        font-size: 11px !important;
    }

    #footer .footer-top .footer-links ul a {
        color: #777777;
        font-size: 16px;
    }

    #footer p {
        font-size: 14px !important;
        color: #777777;
        font-weight: 100;
    }

    #footer .footer-top h3 {
        font-size: 16px;
    }
    /*--------------------------------------------------------------
    # Trip Info
    --------------------------------------------------------------*/
    #tripinfo .departlinebg {
        background: var(--theme-background);
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: 0;
    }

    #tripinfo .departbg {
        min-height: auto;
        width: 100%;
        height: auto;
    }

    .tripdetail {
        width: 100%;
    }

    /*--------------------------------------------------------------
    # Trip Listing
    --------------------------------------------------------------*/
    #datepick .selecteddate {
        min-height: 100%;
    }

    #tripinfo .placename {
        font-size: 14px;
    }

    #tripinfo .company-name {
        font-size: 12px !important;
    }

    #datepick .panel-body .titleseat {
        font-size: 14px;
    }

    #datepick .btn-proceed {
        margin-bottom: 5px;
    }

    #datepick .panel-group .panel-heading p {
        margin: 0;
        line-height: 15px;
    }

    #datepick .hidehere320 {
        display: none;
    }

    #datepick .panel-group .panel-heading2 {
        border-radius: 12px;
        background-color: #fff;
        box-shadow: 0px 0px 0px 2px #828282;
        padding: 0px;
        position: relative;
        z-index: 1;
        -webkit-box-shadow: 0px 0px 0px 2px #828282;
    }

    #datepick .seat-container {
        display: inline-flex;
    }


    #datepick .header .btn-circle {
        float: right;
        margin-right: 25px;
    }

    #datepick .headertrans {
        font-size: 16px;
        color: #999999;
        font-family: Roboto;
        margin-left: 8px !important;
        cursor: pointer;
        width: 100%;
    }

    .section-pick {
        font-size: 14px;
    }

    .pickup-dropoff {
        width: 100%;
    }

        .pickup-dropoff ul {
            padding-left: 5px;
        }

            .pickup-dropoff ul li {
                display: flex;
            }

                .pickup-dropoff ul li input {
                    margin-right: 5px;
                    margin-top: 5px;
                }

    /*--------------------------------------------------------------
    # Account Details
    --------------------------------------------------------------*/
    #password .eye-password {
        padding: .39rem;
    }

    .btnsave {
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        color: #fff;
        /*background: #EDE8E1;*/
        border-radius: 12px;
        border: 1px solid #EDE8E1;
        font-size: 12px;
        padding: 5px 25px;
        float: right;
        text-align: center;
        color: #FFFFFF;
    }

    #tichis .panel-body {
        padding: 10px 5px 0px 5px;
    }

    #tichis .btn-head-active {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-decoration: unset;
        padding: 5px 10px;
        margin-bottom: 5px;
    }

    #tichis .btn-head {
        /*background-color: transparent;*/
        margin-bottom: 5px;
        display: inline-block;
        font-size: 14px;
        text-decoration: unset;
        padding: 5px 10px;
    }

    #tichis .container {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 5px;
        margin-right: auto;
        margin-left: auto;
    }

    #tripdetails .panel-accdet {
        /*padding-top: 10px;*/
        padding: .5rem;
        border-radius: 16px;
    }

    .whitebg {
        background: white;
        padding: 5px 0 0 0;
    }

    .ad-header {
        margin: 0px 0px 3px 16px;
        display: block;
    }
    /*--------------------------------------------------------------
    # Friends & Family
    --------------------------------------------------------------*/
    #tripdetails .btn-addcontact .card-header {
        padding-top: 10px;
    }

    .btn-link::after {
        margin-right: 10px;
    }

    .btn-link::after {
        margin-right: 10px;
    }

    #tripdetails .form-group {
        width: 100%;
    }

    #tripdetails .btn-add {
        font-size: 14px;
        display: unset;
        background: #FF6C48;
        border-radius: 6px;
        font-family: Roboto;
        color: #777777;
        border: 1px solid #FF6C48;
        padding: 5px 15px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }

    /*--------------------------------------------------------------
    # My Tickets
    --------------------------------------------------------------*/
    #transpick .container {
        background: initial;
    }

    .userdashboard.history {
        padding-bottom: 5px;
    }

    .ticket-history-border {
        border-bottom: 1px solid #ADB2B3;
    }

    .ticket-history-border2 {
        border-left: unset;
    }

    .ticketgroup {
        background-color: #F4F1EC;
    }

    .ticketheader {
        padding: 10px;
        background-color: #EDE8E1;
        border-radius: 16px;
    }

    #tripdetails .tripbox {
        font-size: 14px;
        font-family: Roboto;
        color: #fff;
        background: #99ADAD;
        padding: 3px;
        margin-left: -3px;
    }

    #tripdetails .datetime {
        font-family: Roboto;
        color: #444;
        font-size: 14px;
    }

    #tripdetails .btn-tools {
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        color: #444444;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: normal;
        border: 1px solid #EDE8E1;
    }

    .ticketpassengerdetail .right {
        float: right;
        padding-top: 3px;
        padding-right: 5px;
    }

    #tripdetails .paginationtrans .pagination-sm .page-link {
        font-size: 13px;
        font-family: Roboto;
        width: 30px;
        height: 30px;
        padding: 6px 0px;
        border: 0;
        text-align: center;
        margin: 0 5px;
        background-color: transparent;
    }

    #transpick .btn-trans-active {
        padding: 5px 10px;
        font-size: 14px;
        width: auto;
        background: #ffffff;
        border-radius: 8px;
        font-family: Roboto;
        color: #444444;
        font-weight: bold;
        border: 1px solid #ffffff;
    }

    .boxforwrapthis-panel .panel-body {
        padding: 3px 0 3px 0;
    }

    .paddbox-10005 {
        padding: 10px 0px 7px 15px;
    }

    #tripdetails .panel {
        margin-bottom: 7px;
    }

    #tripdetails .boxforwrapthis-panel .panel-body {
        margin-bottom: 5px;
    }

    .padd-ticket {
        padding: 10px 0 5px 0px;
    }

    #triptable .btn-trip {
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        color: #aaaaaa;
        padding: 10px;
        font-weight: bold;
        font-size: 12px;
        border: 1px solid #EDE8E1;
    }

    #triptable .btn-trip-active {
        background: #ffffff;
        border-radius: 8px;
        font-family: Roboto;
        font-size: 12px;
        color: #444444;
        padding: 10px;
        font-weight: bold;
        border: 1px solid #ffffff;
    }

    .qrImageModal .modal-header {
        background: var(--theme-background);
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        color: #4E4E4E;
        padding: 5px 20px;
    }

    .qrImageModal .detailt {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .totalpay {
        font-family: Roboto;
        font-style: normal;
        font-weight: bolder;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .actiont {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .locationt {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
        border-radius: 5px;
    }

    .pushlineup {
        margin-top: 18px;
    }

    .qrImageModal #exampleModalLongTitle {
        background: var(--theme-background);
        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: 20px;
        border-top-right-radius: 20px;
        color: #4E4E4E;
    }

    .qrImageModal .transname {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        align-items: flex-end;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .datetime {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        text-align: right;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .namepas {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        align-items: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

    .qrImageModal .pasdetail {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        align-items: center;
        text-align: center;
        letter-spacing: 0.15px;
        color: #4E4E4E;
    }

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

    .qrImageModal .modal-dialog {
        width: 301px;
    }

    .qrImageModal .gomid {
        text-align: center;
    }

    .qrImageModal .paddingright5 {
        padding-right: 10px;
    }

    .receipt-modal {
        z-index: 9999;
    }

    .qrImageModal .QRtransimg {
        margin: auto;
    }

    .ticket-disp {
        display: contents;
    }
    /*--------------------------------------------------------------
    # Padding
    --------------------------------------------------------------*/
    .pb0 {
        padding-bottom: 0px;
    }

    .pl5 {
        padding-left: 5px;
    }

    .p0 {
        padding: 0;
    }

    .pr0 {
        padding-right: 0;
    }
    /*--------------------------------------------------------------
    # Margin
    --------------------------------------------------------------*/
    .ml16 {
        margin-left: 16px;
    }

    .mt7 {
        margin-top: 7px;
    }

    #datepick .top5px {
        margin-bottom: 35px;
    }


    #datepick .btn-lailuan1 {
        display: block;
    }

    #datepick .btn-lailuan {
        display: none;
    }

    #datepick .panel .transinfogroup1 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #datepick .panel .transinfogroup4 {
        vertical-align: middle;
    }

    #datepick .panel .transinfogroup3 {
        vertical-align: middle;
    }

    #datepick .transinfogroup2 {
        width: 28%;
        display: inline-block;
    }

    #datepick .transinfogroup3 {
        width: 12.5%;
        display: inline-block;
    }

    #datepick .transinfogroup4 {
        width: 46.916667%;
        display: inline-block;
    }

    #datepick .panel-group .panel-heading {
        border-radius: 12px;
        background-color: #fff;
        padding: 0px;
    }

    #datepick .panel .transinfogroup2 {
        vertical-align: middle;
    }

    #datepick .img-border-rad-left {
        border-radius: 12px 0px 0px 0PX;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #datepick .lastbtnd {
        border-radius: 0 16px 16px 0;
        border-right: 1px solid#bce1da !important;
        -moz-border-radius: 0 16px 16px 0;
        -webkit-border-radius: 0 16px 16px 0;
    }

    #datepick .firstbtnd {
        border-radius: 16px 0 0 16px;
        margin-top: 5px !important;
        border-left: 1px solid#bce1da !important;
        -moz-border-radius: 16px 0 0 16px;
        -webkit-border-radius: 16px 0 0 16px;
    }

    #datepick .btn-lailuan {
        right: -44px;
    }

    span.transprice {
        padding-left: 15px;
    }

    #datepick .up {
        display: block !important;
    }

    #datepick .collapsed .up {
        display: block !important;
    }

    #datepick .oridesktext {
        display: inline-block;
    }


    /*--------------------------------------------------------------
    # Trip Listing - Transport
    --------------------------------------------------------------*/
    .modal .modal-dialog .transportbg {
        background: #f4f1ec;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        padding: 5px;
        padding-left: 20px;
        color: #888888;
    }

    #transport .modify-switchicon-mobile {
        width: 30px;
    }

    .modal .modal-dialog .icon-warning {
        padding: 10px 5px 0;
    }

    .modal .modal-dialog .transport-border-radius {
        border-radius: 12px;
    }

    .modal .transport-border-radius-top-left-right {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        margin: 0 !important;
    }
    /*--------------------------------------------------------------
    # Trip Listing - Seat Layout
    --------------------------------------------------------------*/
    #datepick .panel-body .col-xs-10seat {
        width: 100% !important;
    }

    .boxseattitle {
        margin: 30px 0 0 0;
        text-align: center;
        font-size: 10px;
    }

    #datepick .panel-body .box-seat22 {
        background-color: #FFFFFF;
        border-radius: 10px;
        display: inline-block;
        margin: 20px auto auto;
    }

    #datepick .panel-body .boxseat22table {
        margin: 0 30px 15px 30px;
    }

    #datepick .panel-body td {
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-top: 2px;
        border: 0;
    }

    #datepick .panel-body .btn-circletrans {
        width: 30px;
        height: 30px;
        padding: 6px 6px;
        border-radius: 5px !important;
        text-align: center;
        font-size: 9px;
        line-height: 1.42857;
        background-color: #EDE8E1
    }

    #datepick .panel-body .btn-sel {
        border-radius: 8px;
        text-align: center;
        line-height: 1.42857;
        background: #3EEAEA;
        width: 30px !important;
        height: 30px !important;
    }

    #datepick .panel-body .btn-ava {
        border-radius: 8px;
        text-align: center;
        border: 1px solid #C4C4C4;
        background-color: #EDE8E1;
        width: 30px !important;
        height: 30px !important;
    }

    #datepick .panel-body .btn-barver {
        padding: 2px 65px;
        background: #EDE8E1;
        border-radius: 5px;
        margin: 0px 6px;
    }

    #datepick .btn-proceed {
        background: #FF6C48;
        border-radius: 12px;
        font-family: Roboto;
        font-size: 12px;
        color: #fff;
        margin-top: 5px;
        padding: 10px 25px;
    }

    #datepick .panel-body .btn-confirm2 {
        width: 90px;
        height: 45px;
        padding: 6px 0px;
        text-align: center;
        font-size: 12px;
        line-height: 1.42857;
        background: #EDE8E1;
        border-radius: 8px;
        font-family: Roboto;
        color: #fff;
    }

    #datepick .panel-body .statusset {
        margin-left: 30px;
        margin-bottom: 15px;
    }

    #datepick .panel-body .btn-occ {
        border-radius: 8px;
        text-align: center;
        line-height: 1.42857;
        background: #EDE8E1;
        font-family: Roboto;
        width: 30px !important;
        height: 30px !important;
    }

    #datepick .panel-body .btn-dri {
        border-radius: 8px;
        text-align: center;
        font-size: 9px;
        background: #E9E9E9;
        border: 1px solid #C4C4C4;
        padding: 2px;
        width: 32px !important;
        height: 25px !important;
    }

    /*--------------------------------------------------------------
    # Login Component
    --------------------------------------------------------------*/
    .loginModal .modal-dialog {
        width: inherit;
    }

    .loginModal .modal-body {
        padding: 1.5rem 1rem;
    }

    .loginModal .modal-dialog {
        margin: 0;
        padding: 1rem;
    }

    /*--------------------------------------------------------------
    # Progress
    --------------------------------------------------------------*/
    #search .boxsearch {
        margin: auto;
        display: block;
        max-width: 690px;
    }

    #search .textboxsearch {
        margin: 0px auto 0;
        display: block;
        max-width: 690px;
    }

    #searchdetail .btn-circle {
        margin: 0 9px;
    }

    #search .btn-circle {
        margin: 0px 9px !important;
    }

    #search .line {
        width: 70px;
        height: 50px;
        position: absolute;
        display: inline-block;
    }

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

    #search .btntext {
        font-size: 12px;
        color: #000;
        width: 56px;
        margin: 0 !important;
    }

    #searchdetail .line {
        width: 70px;
    }

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

    #searchdetail .btn-homeset {
        width: 80%;
    }

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

    /*--------------------------------------------------------------
    # Trip Listing - Filter
    --------------------------------------------------------------*/
    .slider-ghost .slider-track {
        height: 5px !important;
    }

    #modalfilter .all50 {
        width: 100%;
    }

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

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

    .slider-ghost .slider-handle {
        top: -2px !important;
        border: 5px solid #f77500;
    }

    .slider-handle {
        background-color: #fff !important;
        background-image: none !important;
        -webkit-box-shadow: 1px 1px 24px -2px rgb(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 rgb(0 0 0 / 75%) !important;
    }

    #modalfilter .transname {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        color: #888888;
    }

    .slider-selection {
        background: #f77500 !important;
    }

    #modalfilter .searchhere {
        width: 100%;
    }

    #modalfilter .search50 {
        width: 100%;
        display: inline-block;
        float: right;
        text-align: inherit;
    }

    #modalfilter .width33p {
        width: 50%;
        display: inline-block;
        float: left;
    }

    #modalfilter .btn-goleft {
        top: 75%;
    }

    #modalfilter .btn-goright {
        top: 75%;
    }

    /*--------------------------------------------------------------
    # Modal
    --------------------------------------------------------------*/
    .modal-content {
        max-height: 450px;
    }

    .modal-body {
        overflow-y: scroll;
    }

    /*--------------------------------------------------------------
    # Other
    --------------------------------------------------------------*/
    .ellip-acc {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
        position: absolute;
        margin-top: 0px;
    }

    table > thead > tr > th {
        font-size: 12px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }
}


@media (min-width: 320px) and (max-width: 991px) {
    /*--------------------------------------------------------------
    # Trip Listing
    --------------------------------------------------------------*/
    #datepick .btn-date {
        padding: 8px 5px;
    }

    #datepick .btn-date {
        width: 20%;
    }

    #datepick .filter-container {
        text-align: right;
        margin-right: 10px;
    }

    #datepick .btn-circle {
        width: 35px !important;
        height: 35px !important;
        padding: 9px 12px;
        border-radius: 18px;
        text-align: center;
        font-size: 9px;
        line-height: 1.42857;
        background-color: var(--theme-background);
        border: 1px solid var(--theme-background);
    }

    .btn-circle-div {
        padding-right: 30px;
    }

    .triplistingpanel .header {
        padding-right: 0;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
    }
}

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

    .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }
}
