
html, body, p, ul, div, form, input, select, section, nav, header, footer {
    margin: 0;
}

@font-face {
    font-family: 'MetropolisSemiBold';
    src: url('fonts/MetropolisSemiBold.eot');
    src: url('fonts/MetropolisSemiBold.eot') format('embedded-opentype'), url('fonts/MetropolisSemiBold.woff2') format('woff2'), url('fonts/MetropolisSemiBold.woff') format('woff'), url('fonts/MetropolisSemiBold.ttf') format('truetype'), url('fonts/MetropolisSemiBold.svg#MetropolisSemiBold') format('svg');
}

@font-face {
    font-family: 'MetropolisRegular';
    src: url('fonts/MetropolisRegular.eot');
    src: url('fonts/MetropolisRegular.eot') format('embedded-opentype'), url('fonts/MetropolisRegular.woff2') format('woff2'), url('fonts/MetropolisRegular.woff') format('woff'), url('fonts/MetropolisRegular.ttf') format('truetype'), url('fonts/MetropolisRegular.svg#MetropolisRegular') format('svg');
}

@font-face {
    font-family: 'MetropolisMedium';
    src: url('fonts/MetropolisMedium.eot');
    src: url('fonts/MetropolisMedium.eot') format('embedded-opentype'), url('fonts/MetropolisMedium.woff2') format('woff2'), url('fonts/MetropolisMedium.woff') format('woff'), url('fonts/MetropolisMedium.ttf') format('truetype'), url('fonts/MetropolisMedium.svg#MetropolisMedium') format('svg');
}

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif !important;
    line-height: normal;
    color: #333333;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.fix_width {
    margin: 0 auto;
    width: 100%;
    max-width: 1310px;
    padding: 0 15px;
}

#content_main {
    float: left;
    margin: 0 0 0px 0;
    padding: 0px 0;
    width: 100%;
}

.email span {
    background: url(../images/site/mail.png) no-repeat left center;
    padding: 0 0 0 20px;
}

.nav {
    float: right;
    margin: 0;
    border-radius: 0;
}

.contentwrap {
    float: left;
    width: 100%;
    clear: both;
}

/******************* HEADER *******************/

.headerwrapper {
    width: 100%;
    clear: both;
    float: left;
    background: #f6f6f6;
}

/*.headertop {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0 20px;
}*/
.headertop {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0 36px;
}

.headertopleft {
    float: left;
    width: 58%;
    padding: 8px 0 0 10px;
}

    /*.headertopleft p {
        font-family: 'Montserrat', sans-serif;
        margin: 0;
        padding: 0 20px 0 40px;
        color: #0054a6;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }*/
    .headertopleft p {
        font-family: 'Montserrat', sans-serif;
        margin: 0;
        padding: 0 10px 0 38px;
        color: #0054a6;
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .headertopleft p.headmail {
            padding: 0 0 0 40px;
        }

        .headertopleft p:before {
            position: absolute;
            left: 0;
            top: 0;
            content: "\f095";
            font-family: FontAwesome;
            background: #f0f0f0;
            border: 1px solid #cccccc;
            color: #07adf6;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            text-align: center;
            font-size: 20px;
            line-height: 30px;
        }

        .headertopleft p.headmail:before {
            content: "\f003";
            font-size: 18px;
            line-height: 27px;
        }

        .headertopleft p span {
            display: block;
        }

        .headertopleft p a {
            color: #333333;
            font-weight: 700;
            display: inline-block;
        }

            .headertopleft p a:hover, .headertopleft p a:focus {
                color: #07adf6;
                text-decoration: none;
            }

/*.agntlogin {
    float: right;
    margin: 14px 0 0 0;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    cursor: pointer;
    position: relative;
}

    .agntlogin .dropdown-toggle {
        background-color: #ffffff;
        background-repeat: no-repeat;
        color: #ee1c25;
        font-size: 15px;
        text-transform: capitalize;
        padding: 10px 25px;
        border: 1px solid #1d9cdf;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.10);
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.10);
        box-shadow: inset 0 0 5px rgba(0,0,0,0.10);
    }

        .agntlogin .dropdown-toggle i {
            color: #1d9cdf;
            font-size: 16px;
            vertical-align: top;
            padding: 0 0 0 4px;
        }

    .agntlogin .dropdown-menu {
        margin: 6px 0 0;
        min-width: 10px;
        left: auto;
        right: 0;
    }

        .agntlogin .dropdown-menu > li > a {
            font-family: 'Montserrat', sans-serif;
            color: #094b82;
            font-size: 14px;
            font-weight: 500;
            border-top: 1px solid #e9e9e9;
            padding: 10px 20px;
        }


        .agntlogin .dropdown-menu > li:first-child > a {
            border-top: none;
        }

        .agntlogin .dropdown-menu > li > a:hover {
            color: #ee1c25;
        }*/

.sitelogo {
    float: left;
    width: 42%;
}

    .sitelogo a {
        float: left;
    }

.right {
    float: right;
}

.contentwrapper, .full-bg {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}

.topcontactswrapper {
    float: left;
    width: 100%;
    border-top: 92px solid #1fb8f1;
}

.topcontacts {
    width: 100%;
    float: left;
    position: relative;
    margin: -49px 0 0;
    z-index: 3;
    text-align: center;
}

.topcontbox {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #2f2483;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin: 0 30px;
    line-height: normal;
    position: relative;
}

.topicon {
    border: 10px solid rgba(0,0,0,0.15);
    float: left;
    border-radius: 50%;
}

    .topicon i {
        background-color: #ffffff;
        background-image: url("../images/site/iconcontacts.png");
        background-position: center 15px;
        background-repeat: no-repeat;
        border: 1px solid #2f2483;
        width: 80px;
        height: 80px;
        float: left;
        border-radius: 50%;
    }

.topicontent {
    overflow: hidden;
    display: block;
    padding: 20px 0 0 15px;
}

.topcontbox span {
    display: block;
    text-transform: capitalize;
    padding: 0 0 10px;
}

.topcontbox a {
    display: inline-block;
    color: #e3000c;
    font-weight: 700;
}

    .topcontbox a:hover, .topcontbox a:focus {
        color: #2f2483;
        text-decoration: none;
    }

.quickbookwrap {
    float: left;
    width: 100%;
    clear: both;
    padding: 73px 0 0;
}

    .quickbookwrap .toptitle {
        margin: -37px 0 48px;
    }

.quickbookbg {
    background-image: url("../images/site/quickbooksap.png");
    background-position: left top;
    background-repeat: repeat;
    width: 100%;
    min-height: 124px;
    border: 1px solid #ececec;
}

/*****Gallery Aria*****/

.galleryaria {
    margin: 0 auto;
    padding: 8px 0 89px;
    position: relative;
    max-width: 1920px;
    clear: both;
    text-align: center;
}

.providein {
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    position: relative;
    z-index: 5;
}

.provideinslide .slick-list {
    position: relative;
    display: block;
    margin: 0 5px;
    padding: 0;
}

.provideinslide {
    width: 100%;
    float: left;
}

    .provideinslide .provideinbox {
        width: 100%;
        float: left;
    }

        .provideinslide .provideinbox a {
            display: block;
        }

    .provideinslide .slick-prev, .provideinslide .slick-next {
        top: 49.4%;
        width: 46px;
        height: 90px;
        background-color: #ffffff;
        bottom: 0;
        border-radius: 0 49px 49px 0;
        color: transparent;
        box-shadow: 0 0 11px rgba(0,0,0,0.50);
        background-image: url("../images/site/icons03.png") !important;
        background-repeat: no-repeat;
        background-position: center -1550px;
        opacity: 1;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .provideinslide .slick-next {
        left: auto;
        right: 0;
        border-radius: 49px 0 0 49px;
        background-position: center -1808px;
    }


    .provideinslide .slick-prev:hover, .provideinslide .slick-prev:focus {
        background-image: url("../images/site/icons03.png") !important;
        background-position: center -1668px;
        background-color: #2f2483;
    }

    .provideinslide .slick-next:hover, .provideinslide .slick-next:focus {
        background-image: url("../images/site/icons03.png") !important;
        background-position: center -1946px;
        background-color: #2f2483;
    }


    .provideinslide .slick-prev:before {
        content: "0";
        font-size: 0;
    }

    .provideinslide .slick-next:before {
        content: "0";
        font-size: 0;
    }

/****galleryaria***/

/* fade on slider start */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* fade on slider end*/

.sliderwrap {
    float: left;
    width: 100%;
}

.sliderin {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.sliderwrap .carousel-inner > .item img {
    margin: 0 auto;
}

.sliderwrap a.carousel-control {
    background-color: #2f2483;
    background-image: url("../images/site/icons03.png");
    background-position: center -755px;
    background-repeat: no-repeat;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: -30px 0 0;
    opacity: 1;
    border: none;
    border-radius: 50%;
}

    .sliderwrap a.carousel-control.left {
        left: 126px;
    }

    .sliderwrap a.carousel-control:hover {
        background-color: #e3000c;
    }

    .sliderwrap a.carousel-control.right {
        background-position: center -914px;
        right: 126px;
    }

.bannerwrapper {
    width: 100%;
    float: left;
    background: #cecdd5;
    position: relative;
    margin: -29px 0 0;
}

.trackbuswrap {
    width: 100%;
    float: left;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 3;
}

.trackbusicon {
    float: right;
}

    .trackbusicon a {
        display: block;
    }

.bookbus {
    width: 100%;
    float: left;
    background-color: rgba(255,255,255,0.88);
}


.bookingwrapper {
    width: 100%;
    float: left;
    position: absolute;
    top: 50px;
    /*top: 129px;*/
    left: 0;
}
/*.bookingformwrap {
    background-color: rgba(255,255,255,0.85);
    width: 100%;
    float: left;
    z-index: 9;
    position: relative;
    max-width: 647px;
}*/

.bookingformwrap {
    background-color: rgba(255,255,255,0.85);
    width: 100%;
    float: left;
    z-index: 9;
    position: relative;
    max-width: 647px;
    padding: 5px;
    overflow: hidden;
}

    .bookingformwrap h2 {
        font-size: 17px;
        color: #e3000c;
        margin: 0;
        padding: 16px 0 16px 5px;
        text-transform: uppercase;
        text-align: left;
        font-weight: 600;
        box-shadow: -3px 0 5px rgba(0,0,0,0.10);
        float: left;
    }


.bookingform.busbooking.trackcargo {
    padding: 5px 20px 10px;
}

    .bookingform.busbooking.trackcargo .inputgroup {
        padding: 0 0 10px;
    }

.bookingformwrap .bookingtoplinks {
    float: right;
}

    .bookingformwrap .bookingtoplinks li {
        margin: 0 !important;
    }

        .bookingformwrap .bookingtoplinks li.busbooking a {
            background-color: #2f2483;
        }


        .bookingformwrap .bookingtoplinks li a {
            color: #fdfdfc;
            background-color: #2f2483;
            padding: 16px 10px 16px;
            float: left;
            border-right: 1px solid #e7e7e7;
            font-size: 16px;
            font-weight: 400;
            margin: 0;
            line-height: normal;
            border-left: none;
            border-top: none;
            border-bottom: none;
            border-radius: 0;
            cursor: pointer;
        }

.bookingformwrap .nav-tabs {
    border-bottom: none;
}

    .bookingformwrap .nav-tabs > li.active > a, .bookingformwrap .nav-tabs > li.active > a:focus, .bookingformwrap .nav-tabs > li.active > a:hover {
        color: #fdfdfc;
        cursor: default;
        background-color: #07adf6;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

.bookingformwrap .bookingtoplinks li a:hover, .bookingformwrap .bookingtoplinks li.active a, .bookingformwrap .bookingtoplinks li a:focus {
    color: #fdfdfc !important;
    background-color: #07adf6 !important;
    text-decoration: none !important;
    border-left: none;
    border-top: none;
    border-bottom: none;
}


/*cargo form css*/
.bookingform .cargother {
    width: 100%;
    float: left;
    position: relative;
}

.cargosender {
    width: 50%;
    float: left;
}

    .cargosender h3 {
        color: #fff;
        margin: 0;
        font-size: 17px;
        padding: 13px 0 14px 23px;
        font-weight: 500;
        background-color: #2f2483;
    }

    .cargosender .cargoinput .form-control {
        height: 40px;
        border-radius: 0;
        color: rgba(51,51,51,0.70);
        font-size: 14px;
        font-weight: 400;
        border-top: none;
        border-left: 1px solid rgba(51,51,51,0.20);
        border-right: none;
        border-bottom: 1px solid rgba(51,51,51,0.20);
        width: 100%;
        color: #191919;
    }

        .cargosender .cargoinput .form-control::-moz-placeholder {
            color: #191919;
        }

        .cargosender .cargoinput .form-control::-webkit-input-placeholder {
            color: #191919;
        }

    .cargosender.cargoreceiver .cargoinput .form-control {
        border-right: 1px solid rgba(51,51,51,0.20);
    }


.submitbutton {
    float: left;
    text-align: center;
    width: 100%;
    margin: 15px 0 0;
}

    .submitbutton input[type="submit"], .searchbtn {
        background: #e3000c;
        border: none;
        color: #ffffff;
        font-size: 18px;
        width: 100%;
        height: 40px;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        max-width: 150px;
        display: inline-block;
    }

        .submitbutton input[type="submit"]:hover, .submitbutton input[type="submit"]:focus {
            background: #07adf6;
            color: #ffffff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

.inputinr.inputpadright.inputinrcargo select, .inputinr.inputpadright.inputinrcargo input[type="text"], .inputinr.inputpadleft.inputinrcargo select, .inputinr.inputpadleft.inputinrcargo input[type="text"] {
    background-position: right -2122px;
}

.inputinr.inputpadright.inputinrconta select, .inputinr.inputpadright.inputinrconta input[type="text"] {
    background-position: right -2282px;
}

.inputinr.inputpadleft.inputinrconta select, .inputinr.inputpadleft.inputinrconta input[type="text"] {
    background-position: right -2451px;
}
/*cargo form css*/


/*booking form css*/


.bookingform {
    width: 100%;
    float: left;
    padding: 15px 20px 20px;
}

.inputgroup {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 20px;
}

.swapicon {
    background-image: url("../images/site/icons03.png");
    background-position: center -585px;
    background-repeat: no-repeat;
    position: absolute;
    top: 28px;
    left: 0;
    margin: 0 auto;
    width: 38px;
    height: 38px;
    cursor: pointer;
    right: 0;
}

.inputinr {
    float: left;
    width: 50%;
    position: relative;
}

    .inputinr.inputpadright {
        padding-right: 32px;
    }

    .inputinr.inputpadleft {
        padding-left: 32px;
    }

    .inputinr label {
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        color: #333333;
        font-size: 15px;
        float: left;
        margin: 0 0 6px;
    }

    .inputinr.inputinr02 {
        padding-right: 24px;
    }

    .inputinr.inputinr03 {
        padding-left: 24px;
    }

.inputinrwrap {
    position: relative;
    width: 100%;
    float: left;
}

.inputinr.inputinrswap01 {
    padding: 0 24px 0 0;
}

.inputinr.inputinrswap02 {
    padding-left: 24px;
}

/* Booking Form New CSS Start */

.inputinr select, .inputinr input[type="text"], .select2-container--default .select2-selection--single {
    background-image: url("../images/site/icons03.png") !important;
    background-position: right -194px;
    background-repeat: no-repeat;
    background-color: #ffffff !important;
    padding: 0 0 0 10px !important;
    border: 1px solid #bec4c8 !important;
    color: #191919 !important;
    /*color: #a3a3a3 !important;*/
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    height: 40px !important;
    line-height: 40px !important;
    cursor: pointer !important;
    font-weight: 400 !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    text-transform: capitalize;
}

.inputinr .select2-container--default .select2-selection--single:focus {
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #191919 !important;
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #a3a3a3 !important;
    }*/

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2f2483 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-results__option {
    font-size: 14px;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #666666;
}

/* Booking Form New CSS End */

.inputinr select option {
    color: #000 !important;
    background-color: #fff !important;
    font-size: 12px;
}

.inputinr input[type="text"].jdate {
    background-position: right -382px;
    line-height: normal !important;
}

.inputinr select:focus, .inputinr input[type="text"]:focus {
    color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #bec4c8;
    box-shadow: none;
    outline: none !important;
}

.inputinr .form-control::-moz-placeholder {
    color: #191919;
}

.inputinr .form-control::-webkit-input-placeholder {
    color: #191919;
}

.inputinr .rfv {
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 0;
    font-size: 13px;
    font-weight: 500;
}

.inputinr.inputpadleft .rfv {
    left: 32px;
}

.searchbutton {
    float: left;
    text-align: center;
    width: 100%;
    margin: 15px 0 0;
}

    .searchbutton input[type="submit"], .searchbtn {
        background: #e3000c;
        border: none;
        color: #ffffff;
        font-size: 18px;
        width: 100%;
        height: 50px;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        max-width: 220px;
        display: inline-block;
    }

        .searchbutton input[type="submit"]:hover, .searchbutton input[type="submit"]:focus {
            background: #07adf6;
            color: #ffffff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

.toptitle {
    font-family: 'Raleway', sans-serif;
    font-size: 70px;
    font-weight: 200;
    color: #07adf6;
    text-transform: uppercase;
    margin: 0 0 42px;
    text-align: center;
}

    .toptitle span {
        font-weight: 800;
        color: #2f2483;
    }

.topdestination {
    width: 100%;
    float: left;
    clear: both;
    padding: 87px 0 68px;
}

    .topdestination marquee {
        height: 60px;
    }

    .topdestination ul {
        margin: 0px;
        width: 100%;
        float: left;
        padding: 0;
    }

    .topdestination li {
        padding: 0 43px;
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        position: relative;
    }

        .topdestination li a {
            text-decoration: none;
            font-size: 20px;
            font-weight: 600;
            color: #e3000c;
            text-transform: uppercase;
            line-height: normal;
            display: inline-block;
        }

            .topdestination li a span {
                background-image: url("../images/site/icons03.png");
                background-position: center top;
                background-repeat: no-repeat;
                padding: 14px 45px;
                display: inline-block;
                height: 45px;
                vertical-align: middle;
            }

            .topdestination li a:hover {
                color: #2f2483;
                text-decoration: none;
            }

.aboutuswrap {
    width: 100%;
    float: left;
    background-image: url("../images/site/aboutebg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 287px;
}

.welknownpart {
    width: 100%;
    float: left;
    padding: 100px 0 30px;
    min-height: 756px;
}

.offerswrapper .toptitle {
    margin: 0 0 19px;
}

.welknownpart .container {
    max-width: 1334px;
}

.welknowninr {
    width: 100%;
    float: left;
    position: relative;
}

.welknownleft {
    float: left;
    position: absolute;
    left: 11px;
    top: 0;
}

.welknownright {
    width: 100%;
    float: right;
    position: relative;
    z-index: 3;
    padding: 81px 0 0 643px;
}

.welknownpart h1 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #2f2483;
    font-size: 70px;
    line-height: 70px;
    margin: 0 0 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

    .welknownpart h1 span {
        font-weight: 300;
        text-transform: capitalize;
        color: #07adf6;
        display: block;
    }

    .welknownpart h1 i {
        font-style: normal;
        display: block;
    }

    .welknownpart h1 em {
        font-style: normal;
        color: #e3000c;
    }

.welknownpart p {
    color: #3e3e3e;
    font-size: 14px;
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 23px;
    padding: 0 90px 0 0;
}

.readmorewelcome {
    clear: both;
    width: 100%;
    float: left;
    padding: 5px 0 0;
}

    .readmorewelcome a {
        font-size: 17px;
        font-weight: 500;
        color: #e3000f;
        text-transform: capitalize;
        text-decoration: none;
        float: left;
        position: relative;
        border-bottom: 1px solid #2f2483;
        line-height: 17px;
        padding: 0 0 7px;
    }

        .readmorewelcome a:hover, .readmorewelcome a:focus {
            color: #07adf6;
            text-decoration: none;
            border-bottom: 1px solid #07adf6;
        }

        .readmorewelcome a i {
            vertical-align: top;
            padding: 0 0 0 3px;
        }

.ful-tab {
    float: left;
    width: 100%;
    border: 1px solid #000;
}

#ctl00_content_upseatdetails h2, .seats-right h2 {
    background-color: #dbdbdb;
    font-size: 14px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5px 0;
}

.seats-main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.selectseat_middle_mn_bo {
    text-align: left;
}

#ctl00_content_tblSeatDetail input {
    text-align: center;
}

.slidermain1 {
    width: 648px;
    margin: 0 auto;
}

.main_middel-c {
    margin: 0;
}

.smap .bgcontent_inner a {
    color: #533E71;
}

.buscharter h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.marg-l {
    left: -14%;
    position: relative;
    text-align: center;
}

.aval-main-full {
    float: left;
    width: 100%;
}

.frm-right {
    float: left;
    width: 100%;
}

.cldr-icone-avail {
    position: absolute;
    right: 7px;
    left: auto;
    top: 6px;
}

.radiotext input {
    margin-right: 0;
}

.radiotext label {
    margin-left: -12px;
}

#ctl00_content_ReturnTripBox {
    float: left;
    width: 100%;
}

.returntrip-tab {
    float: left;
    width: 100%;
    border: 1px solid #000;
}

.ajax__validatorcallout {
    z-index: 99999;
}

::-webkit-input-placeholder {
    color: #0b0000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #0b0000;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #0b0000;
}

:-ms-input-placeholder {
    color: #0b0000;
}

.route li a:hover {
    color: #2a1570 !important;
}

/* =========================== New Style Start - 01/08/2018 =========================== */

img {
    max-width: 100%;
}

a, a:hover {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
        outline: none;
    }

::-webkit-input-placeholder { /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: inherit;
}

::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

body .container {
    width: 100%;
    max-width: 1310px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.sectionwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.headermenuwrap {
    width: 100%;
    float: left;
    position: relative;
    z-index: 3;
    background: #2f2483;
}

.sitelogo {
    float: left;
}

    .sitelogo a {
        float: left;
    }

/* leftmenu start */

.headermenu {
    float: left;
    background: #2f2483;
    width: 100%;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 0;
            float: left;
            width: 100%;
        }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 0 0 1px;
    }

        .headermenu .navbar-inverse .navbar-nav > li:first-child {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            color: #fefefe;
            padding: 19px 20px;
            text-decoration: none;
            text-transform: capitalize;
            font-size: 18px;
            font-weight: 500;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a:focus {
                outline: none;
            }

            .headermenu .navbar-inverse .navbar-nav > .active > a,
            .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
            .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
            .headermenu .navbar-inverse .navbar-nav > li > a:hover {
                background-color: #07adf6;
                color: #ffffff;
            }


.cssmenu {
    float: left;
}

/* leftmenu end */


span.rfv {
    color: #ff0000;
    display: inline;
    font-size: 12px;
    font-weight: normal;
}

.innerwrap {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

    .innerwrap .tablefull th label {
        padding-right: 5px;
    }

table.tablefull, table.tablefull tbody {
    width: 100% !important;
}

.innerwrap input[type="text"], .innerwrap input[type="email"], .innerwrap input[type="password"], .innerwrap input[type="number"], .innerwrap select, .innerwrap textarea {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    margin: 0 0 6px;
    height: 30px;
}

.customerinfo input[type="text"] {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    margin: 0 0 6px;
    height: 30px;
}

.cancellation table {
    width: 100%;
}

    .cancellation table th, .cancellation table td {
        padding: 3px;
    }

.cancellationform {
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
}

    .cancellationform.mailafriend {
        max-width: 576px;
    }

    .cancellationform.newagntreg {
        max-width: 100%;
        width: 56%;
        float: left;
        margin: 30px 0 0;
    }

    .cancellationform input[type="text"], .cancellationform select, .cancellationform textarea {
        width: 100% !important;
        border: 1px solid #c5c5c5;
        margin: 0 0 6px;
        height: 30px;
    }

    .cancellationform input[type="checkbox"] {
        margin: 4px 5px 0 0 !important;
        float: left;
    }

.tableradio {
    margin: 20px 0 10px;
}

    .tableradio input[type="radio"] {
        margin: 1px 3px 0 0 !important;
        vertical-align: middle;
    }

    .tableradio label {
        padding-right: 5px;
    }

.agreetoall {
    display: block;
    overflow: hidden;
}

.ajax__calendar_container {
    min-width: 170px;
    width: auto !important;
}

    .ajax__calendar_container table {
        width: 100% !important;
    }

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    max-width: 170px;
}

.ajax__calendar_today {
    padding-bottom: 15px;
}

.confbook.cancellationform table th {
    width: 80px;
}

.confbook.cancellationform ol {
    padding: 0 0 10px 15px;
}

.cancellationform.mailafriend .tablefull td {
    min-width: 10px !important;
    max-width: 200px !important;
}

    .cancellationform.mailafriend .tablefull td img {
        width: 100% !important;
    }

td.calicons img {
    max-width: 26px;
}

.captafull input {
    width: 100% !important;
}

.cancellationform.buschrterd h3 {
    margin-bottom: 10px;
}

.cancellationform.newagntreg th {
    width: 90px;
}

.search-btn.searchright {
    margin-right: 0;
}

.cancellation.termscancels {
    margin: 10px 0;
    float: left;
    width: 100%;
}

.routeboxwrap {
    position: relative;
}

.routerow {
    width: 100%;
    float: left;
    clear: both;
}

.padding5 {
    padding-bottom: 5px;
}

.tooltips_Amenities span {
    display: none;
    cursor: default;
}

.tooltips_Amenities:hover span {
    display: block;
    position: absolute;
    padding: 6px 10px;
    background: #243468;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    top: 40px;
}

.routecol {
    float: left;
    width: 16.66%;
    padding: 10px 3px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
}

    .routecol.routecol06 input {
        float: right;
        font-size: 12px;
    }

    .routecol.routecol06.routeload {
        padding-bottom: 5px;
    }

    .routecol.routecol06 input {
        width: auto !important;
    }

.routetoptitle {
    width: 100%;
    float: left;
    padding: 2px;
    box-sizing: border-box;
    background: #ffffff;
}

.titlebg-mybook .routecol {
    height: 52px;
    border-left: 2px solid #fff;
    padding-left: 10px;
    line-height: 16px;
    font-size: 12px;
}

.routecol.routecol_01 {
    border-left: none;
}

.routecol.routecolname {
    width: 100%;
    padding-bottom: 0;
}

.routecol.routecol_06 {
    text-align: right;
    padding-right: 10px;
}

.routetoptitle .titlebg-mybook {
    height: auto;
    line-height: normal;
    font-size: 12px;
    width: 100%;
    float: left;
}

.routecol.routecol02, .routecol.routecol03, .routecol.routecol04, .routecol.routecol05 {
    font-weight: bold;
}

.routetitlemobile {
    display: none;
}

.routecol.routecol01 img {
    float: left;
}

.routwrap input[type="radio"] {
    margin: 0 3px 0 0;
}

.frm-center.RoundTripDisplay {
    text-align: center;
    margin: 3px 0 5px;
}

.routradio {
    padding: 0 10px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

    .routradio input, .routradio label {
        display: inline-block;
        vertical-align: middle;
        margin: 1px;
    }

.tableroute {
    width: 100%;
    float: left;
}

.bookbottom {
    width: 100%;
    clear: both;
    display: block;
    margin: 10px 0;
    background: #e9e9e9;
    padding: 20px 60px;
}

.tableroute input[type="text"], .tableroute select {
    width: 100% !important;
}

.tableroute th {
    width: 60px;
    text-align: right;
    padding-right: 6px;
}

.avalfullwrap {
    position: relative;
    float: left;
    width: 48%;
}

.avlswap {
    position: absolute;
    left: 0;
    top: 24px;
    right: 0;
    width: 30px;
    margin: 0 auto;
    cursor: pointer;
}

.tableroute .aval-main-full {
    width: 20%;
    float: left;
    padding: 0 20px 0 0;
}

    .tableroute .aval-main-full.avalfull01 {
        width: 50%;
        padding-right: 20px;
    }

    .tableroute .aval-main-full.avalfull02 {
        width: 50%;
        padding-left: 20px;
    }

.aval-main-full.avalsearch {
    width: 100%;
    max-width: 126px;
    padding: 0 !important;
}

.tableroute input[type="text"], .tableroute select {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    height: 30px;
    padding: 0 0 0 6px;
}

.tableroute .aval-main-full .frm-left {
    float: left;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

.tableroute .frm-right-avail {
    float: left;
    width: 100%;
    position: relative;
}

.boxtitle-avail {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #D0D0D0;
    margin: 10px 0;
    width: 100%;
    float: left;
}

.boxconian-avail {
    width: 100%;
    float: left;
}

    .boxconian-avail table tr {
        display: table-cell;
    }

    .boxconian-avail table td {
        padding: 0 0 5px 20px;
    }

        .boxconian-avail table td input[type="checkbox"] {
            margin: 0 3px 0 0;
            vertical-align: middle;
        }

        .boxconian-avail table td label {
            margin: 0;
            vertical-align: middle;
        }

.left-side-column.seatmainleft {
    max-width: 245px;
    min-height: 10px;
    width: 100%;
    float: left;
}

.right-side-column.seatmainright {
    float: right;
    width: 78%;
    max-width: 100%;
}

.seatmainright .journey-info {
    width: 100%;
    height: auto;
    max-width: 230px;
}

.seatmainright .ChartDisplay {
    float: right;
    max-width: 380px;
    width: 100%;
    margin: 0 18% 0 0;
}

.input-group.mobilecustomer {
    display: block;
}

.panel-group.custcontact .panel {
    border-radius: 4px 4px 2px 2px;
}

.doyouwant {
    padding-bottom: 5px;
}

.iagreeall input[type="checkbox"] {
    margin: 0 3px 0 0;
}

.input-group.mobilecustomer input.cldrinpt {
    width: 88% !important;
}

.seatmainleft .titlebg-mybook td, .seatmainright .titlebg-mybook td {
    margin-bottom: 10px !important;
    padding: 3px 0;
}

select.boardingpnt {
    margin-top: 10px;
}

.onwrdtitle {
    display: block;
    padding: 6px 0;
    background: #e7e7e7;
    margin-bottom: 10px;
}

    .onwrdtitle.onwrdtitle02 {
        margin-top: 6px;
    }

.seatmainleft td, .journey-info td {
    padding-bottom: 3px;
}

.cldroute {
    vertical-align: top;
}

.aminitieswrap {
    width: 100%;
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 0 9px;
}

.aminitiesin {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots {
    display: none !important;
}

.aminitieslide .slick-arrow {
    display: none !important;
}

.aminitieslide {
    background-image: url("../images/site/amenitiesbg.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 250px;
    width: 100%;
    float: left;
    text-align: center;
    margin: -125px 0 0;
    padding: 0 0 0 60px;
    position: relative;
}

    .aminitieslide .titleamnty {
        font-family: 'Montserrat', sans-serif;
        width: 60px;
        float: left;
        color: #ffffff;
        font-weight: 700;
        font-size: 35px;
        line-height: normal;
        text-align: center;
        margin: 0;
        background-color: #ee1c25;
        left: 0;
        position: absolute;
        top: 0;
        height: 100%;
    }

        .aminitieslide .titleamnty span {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            display: inline-block;
            left: 0;
            right: 0;
            position: absolute;
            top: auto;
            bottom: 32px;
            text-transform: uppercase;
        }

.aminitiesbox {
    float: left;
    text-align: center;
    width: 100%;
    margin: 57px 0 0;
    position: relative;
    cursor: pointer;
}

    .aminitiesbox:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background-color: rgba(11,34,105,0.3);
        width: 1px;
        height: 150px;
    }


.aminitiesicon {
    background-image: url("../images/site/aminitiesicon.png");
    background-repeat: no-repeat;
    background-position: center 30px;
    background-color: #f6f6f6;
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    float: none;
    vertical-align: top;
}

    .aminitiesicon.aminitiesicon02 {
        background-position: center -181px;
    }

    .aminitiesicon.aminitiesicon03 {
        background-position: center -380px;
    }

    .aminitiesicon.aminitiesicon04 {
        background-position: center -582px;
    }

    .aminitiesicon.aminitiesicon05 {
        background-position: center -781px;
    }

    .aminitiesicon.aminitiesicon06 {
        background-position: center -980px;
    }

    .aminitiesicon.aminitiesicon07 {
        background-position: center -1182px;
    }

.aminitiesbox h3 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    margin: 18px 0 0;
}

.aminitiesbox:hover .aminitiesicon {
    box-shadow: 0 0 15px rgba(51,52,110,0.50);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.aminitiesbox:hover h3 {
    color: #2f2483;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*** awardaria css ****/

.awardaria {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
}

    .awardaria .toptitle {
        line-height: 73px;
        margin: 0;
        padding: 0 0 159px;
    }

        .awardaria .toptitle span {
            display: block;
        }

.awardariain {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.awardariabg {
    background-image: url("../images/site/awardsbg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    float: left;
    min-height: 485px;
}


.awardariaslide .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.awardariaslide {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin: -101px 0 0;
    padding: 0 80px;
}

.slick-slide {
    outline: none;
}

.awardariaslide .awardbox {
    float: left;
    text-align: center;
    width: 100%;
}

.awardcontent {
    width: 100%;
    float: left;
    padding: 42px 50px 10px;
    font-family: 'Montserrat', sans-serif;
}

    .awardcontent h3 {
        color: #07adf6;
        font-weight: 700;
        font-size: 22px;
        line-height: normal;
        text-transform: uppercase;
        margin: 0 0 20px;
    }

    .awardcontent p {
        color: #ffffff;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }

.awardariaslide img {
    display: inline-block !important;
    text-align: center;
    vertical-align: middle;
}

.awardariaslide button.slick-arrow {
    display: none !important;
}



.application {
    width: 100%;
    float: left;
    background-image: url(../images/site/appbg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 600px;
    padding: 50px 0 74px;
    margin: 50px 0 0;
}

.applicationarea {
    width: 100%;
    float: left;
    text-align: center;
}

.appleft {
    width: 50%;
    /* float: left; */
    /* padding: 70px 0 0; */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .appleft .toptitle {
        color: #fff;
        margin: 0 0 20px;
    }

        .appleft .toptitle span {
            color: #fff;
            display: block;
        }

    .appleft p {
        margin: 0;
        display: block;
        padding: 0 0 30px;
        font-size: 34px;
        color: #fff;
        line-height: 36px;
    }

.app_icon {
    display: flex;
    gap: 20px;
    justify-content: center;
}

    .app_icon a {
        outline: none !important;
        display: inline-block;
    }

    .appright {
        width: 49%;
        /* float: right; */
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

/*** awardaria css ****/

.footerwrapper {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    margin: 10px 0 0;
}

.footertop {
    width: 100%;
    float: left;
    background-image: url("../images/site/footerbg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ffffff;
    background-size: cover;
    padding: 55px 0 34px;
}

    .footertop .footertitle {
        margin: 0 0 46px;
        color: #ee1c25;
        border-bottom: 1px solid #00c6ff;
        font-size: 30px;
        font-weight: 500;
        padding: 0 0 4px;
    }

    .footertop .footeradr .footertitle {
        margin: 0 0 42px;
    }

.footernav {
    width: 26%;
    float: left;
}

    .footernav ul.footernavleft {
        width: 43%;
        float: left;
    }

    .footernav ul {
        float: left;
        margin: 0;
        text-align: left;
        padding: 0;
    }

        .footernav ul li {
            display: block;
            margin: 0;
            list-style: none;
            padding: 0 0 11px;
        }

            .footernav ul li:last-child {
                border-bottom: none;
            }

            .footernav ul li a {
                color: #757575;
                font-size: 15px;
                text-transform: capitalize;
                font-weight: 500;
                line-height: normal;
            }

                .footernav ul li a:hover, .footernav ul li a:focus {
                    color: #ee1c25;
                    text-decoration: none;
                }

.footersupport {
    float: left;
    padding: 0 0 0 88px;
    width: 41.6%;
}

    .footersupport p {
        color: #3e3e3e;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 400;
        margin: 0 0 12px;
        line-height: normal;
        border-bottom: 1px solid rgba(0,0,0,0.15);
        padding: 0 0 10px 0;
    }

        .footersupport p a {
            color: #0054a6;
            display: inline-block;
        }

        .footersupport p i {
            color: #c1c1c1;
            font-style: normal;
            padding: 0 15px;
        }

        .footersupport p.footerrouteinquiry {
            border-bottom: none;
        }

        .footersupport p span {
            background-image: url("../images/site/icons03.png");
            background-repeat: no-repeat;
            background-position: left -1295px;
            color: #3e3e3e;
            font-size: 17px;
            font-weight: 600;
            padding: 3px 0 12px 38px;
            display: inline-block;
        }

.footertop .appicon .footertitle {
    margin: 0 0 22px;
}

.appicon {
    clear: both;
    width: 100%;
    float: left;
    padding: 2px 0 0;
}

    .appicon a {
        display: inline-block;
    }

.footersocial {
    clear: both;
    width: 100%;
    float: left;
    padding: 24px 0 0;
}

    .footersocial a {
        float: left;
        color: #3a559f;
        border: 2px solid #3a559f;
        font-size: 20px;
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0;
        border-radius: 50%;
        text-align: center;
        line-height: 38px;
    }

        .footersocial a:hover, .footersocial a:focus {
            color: #ffffff;
            background-color: #3a559f;
        }

        .footersocial a.instagram {
            color: #8f1c7b;
            border: 2px solid #8f1c7b;
        }

            .footersocial a.instagram:hover, .footersocial a.instagram:focus {
                color: #ffffff;
                background-color: #8f1c7b;
            }

        .footersocial a.twitter {
            color: #2daae1;
            border: 2px solid #2daae1;
        }

            .footersocial a.twitter:hover, .footersocial a.twitter:focus {
                color: #ffffff;
                background-color: #2daae1;
            }

        .footersocial a.linkedin {
            color: #0077b7;
            border: 2px solid #0077b7;
        }

            .footersocial a.linkedin:hover, .footersocial a.linkedin:focus {
                color: #ffffff;
                background-color: #0077b7;
            }

        .footersocial a.youtube {
            color: #d4101d;
            border: 2px solid #d4101d;
        }

            .footersocial a.youtube:hover, .footersocial a.youtube:focus {
                color: #ffffff;
                background-color: #d4101d;
            }

.footeradr {
    float: right;
    text-align: left;
    width: 21.5%;
}

    .footeradr p {
        color: #3e3e3e;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 400;
        margin: 0 0 14px;
        line-height: 22px;
        border-bottom: 1px solid rgba(0,0,0,0.15);
        padding: 0 0 16px 0;
    }

        .footeradr p span {
            background-image: url("../images/site/icons03.png");
            background-repeat: no-repeat;
            background-position: left -1115px;
            color: #3e3e3e;
            font-size: 17px;
            font-weight: 600;
            display: block;
            padding: 3px 0 12px 38px;
        }

        .footeradr p.phone span {
            background-position: left -1295px;
        }

        .footeradr p.mail {
            border-bottom: none;
            margin: 0;
            padding: 0;
        }

            .footeradr p.mail span {
                background-position: left -1450px;
                border-bottom: none;
            }

            .footeradr p.mail a {
                text-transform: lowercase;
            }


        .footeradr p i {
            display: block;
            font-style: normal;
        }

        .footeradr p a {
            color: #3e3e3e;
        }

            .footeradr p a:hover, .footeradr p a:focus, .footersupport p a:hover, .footersupport p a:focus {
                color: #ee1c25;
                text-decoration: none;
            }

.footerbottom {
    width: 100%;
    float: left;
    background-color: #2f2483;
}

.footerbtminn {
    width: 100%;
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 8px 0 12px;
}

.copyrights {
    color: #c0c0c0;
    font-size: 15px;
    font-weight: 400;
    padding: 9px 20px 7px 0;
    position: relative;
    display: inline-block;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #4e4595;
    margin: 0 20px 0 0;
}

    .copyrights span i {
        color: #07adf6;
        font-style: normal;
        font-size: 16px;
    }

    .copyrights a {
        color: #07adf6;
    }

        .copyrights a em {
            color: #c0c0c0;
            font-style: normal;
        }

        .copyrights a:hover, .copyrights a:focus {
            color: #ffffff;
            text-decoration: none;
        }

.poweredby {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

    .poweredby span {
        color: #aeaeae;
        font-size: 13px;
        padding: 0 5px 0 0;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
    }

    .poweredby a {
        display: inline-block;
        vertical-align: middle;
    }

#faqList {
    padding: 0;
    margin: 0;
}

    #faqList h3 {
        width: 100%;
        float: left;
    }

.searchbook-avail {
    width: 100%;
    float: left;
}

.pre-next-btns {
    width: 100%;
    float: left;
}

#ctl00_content_gvRouteWise, #ctl00_content_gvRouteWise2 {
    border: 1px solid #9F9F9F;
}

.seatseltitle {
    background: #241781;
    padding: 6px 0 !important;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
    font-size: 13px;
}

.seatmainleft input[type="text"], .seatmainleft select {
    width: 100% !important;
    border: 1px solid #c5c5c5;
    margin: 0 0 6px;
    height: 30px;
    font-size: 12px;
}

.seltitle {
    width: 60px;
    font-weight: 700;
    font-size: 14px;
}

.custmobileno {
    position: relative;
}

    .custmobileno input.cldr-inp.cldrinfo {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px !important;
        border: 1px solid #c5c5c5;
        height: 30px;
        padding: 0;
    }

    .custmobileno input.cldr-inp {
        padding: 0 0 0 42px;
    }

.custchk input[type="checkbox"] {
    margin: 2px 3px 0 !important;
}

/*availble rout*/

.availble-banner-bg {
    width: 100%;
    float: left;
    background: url(../images/site/available-banner.jpg) no-repeat;
    padding: 20px 0 0;
}

.bannerwrapper.availble-banner-bg {
    margin: 0;
}

.availble-banner-bg .bookingwrapper {
    position: relative;
    top: 0;
}

.availble-banner-bg .bookingformwrap {
    max-width: 100%;
    background: #fff;
    border: 1px solid #e3000f;
    margin: 0px;
}

.availble-banner-bg .inputgroup {
    float: left;
    width: 45.4%;
    position: relative;
}

.availble-banner-bg .inputinr select, ssss .availble-banner-bg .inputinr input[type="text"], .availble-banner-bg .select2-container--default .select2-selection--single {
    background-image: url(../images/site/avelibale_icon01.png) !important;
    background-position: left -333px !important;
    border: none !important;
    color: #191919;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 0 28px !important;
    width: 100%;
    height: 60px !important;
    line-height: 60px !important;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

.availble-banner-bg .inputinr input[type="text"] {
    border: none !important;
}

    .availble-banner-bg .inputinr input[type="text"].jdate {
        background-image: url(../images/site/avelibale_icon01.png) !important;
        background-position: left -517px !important;
        height: 60px !important;
        padding-left: 40px !important;
    }

.availble-banner-bg .select2-selection.select2-selection--single {
    border: none !important;
}

.availble-banner-bg .swapicon {
    top: 13px;
    background-image: url(../images/site/avelibale_icon01.png);
    background-position: center -707px !important;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 60px;
    margin: 0 auto;
    width: 81px;
    height: 38px;
    z-index: 3;
    cursor: pointer;
}

.availble-banner-bg .bookingform {
    padding: 0px;
}

.availble-banner-bg .inputgroup.inputgroup01 {
    padding-left: 30px;
}

.availble-banner-bg .inputgroup {
    padding: 0px;
}

.availble-banner-bg .searchbutton {
    float: right;
    width: 19.8%;
    position: relative;
    margin: 0px;
}

.availble-banner-bg .inputgroup.inputgroup02 {
    width: 33.8%;
    padding-left: 29px;
}

.availble-banner-bg .inputgroup.inputgroup01:after {
    position: absolute;
    content: '';
    top: 10px;
    right: 0;
    height: 40px;
    width: 1px;
    background-color: rgba(180,180,180,0.30);
}

.availble-banner-bg .swapicon.swapicon02 {
    background-position: center -541px !important;
    right: 10px;
    height: 10px;
    top: 23px;
    background-size: 50px;
}

.availble-banner-bg .searchbutton input[type="submit"], .searchbtn {
    max-width: 100%;
    height: 60px;
    background-image: url(../images/site/avelibale_icon01.png);
    background-position: 76.3% -1007px;
    background-repeat: no-repeat;
    padding: 0px 47px 2px 0;
}

.avldateswrap {
    width: 100%;
    float: left;
    text-align: center;
    margin: -1px 0 0;
}

.avldateslide {
    width: 100%;
    float: left;
    background: #f8f8f8;
    border-radius: 0px;
    position: relative;
    border: 1px solid #07adf6;
    padding: 0 20px;
}

.avldatecont {
    display: inline-block;
    vertical-align: middle;
    color: #3e3e3e;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    line-height: normal;
    cursor: pointer;
    position: relative;
    padding: 15px 11px;
}

    .avldatecont.active {
        color: #e3000f;
        border-bottom: 3px solid #2f2483;
    }

    .avldatecont:hover {
        color: #e3000f;
    }

    .avldatecont:after {
        content: "";
        position: absolute;
        border-bottom: 3px solid #2f2483;
        width: 100%;
        left: 0;
        bottom: -3px;
        opacity: 0;
    }

    .avldatecont:hover:after {
        opacity: 1;
    }

    .avldatecont span {
        display: block;
    }

    .avldatecont i {
        display: block;
        font-style: normal;
    }

.avldatebox {
    float: none;
    width: 14%;
    padding: 0 35px;
    display: inline-block;
}

.avldateslide .slick-prev {
    left: 0;
    border-radius: 0px;
}

    .avldateslide .slick-prev:before, .avldateslide .slick-next:before {
        font-family: FontAwesome;
        font-size: 34px;
        line-height: 1;
        opacity: 1;
        color: #fff;
    }

    .avldateslide .slick-prev:before {
        content: "\f104";
    }

.avldateslide .slick-next:before {
    content: "\f105";
}

.avldateslide .slick-next {
    right: 0;
    border-radius: 0px;
}

.avldateslide .slick-arrow {
    background-color: #07adf6;
    height: 73px;
    width: 50px;
    z-index: 1;
    position: absolute;
    display: inline-block !important;
}

.avldateslide .slick-prev:hover, .avldateslide .slick-prev:focus, .avldateslide .slick-next:hover, .avldateslide .slick-next:focus {
    background-color: #2f2483;
}

.availble-banner-bg .inputinr .rfv {
    bottom: 1px;
    font-size: 12px;
}

.rout-info-journey {
    width: 100%;
    float: left;
    margin: 0 0 5px;
}

.availble-banner-bg .container {
    padding: 0;
}

.rout-info-detail {
    float: left;
    width: 100%;
    text-align: center;
}

    .rout-info-detail h3 {
        font-size: 30px;
        color: #191919;
        font-family: 'MetropolisSemiBold';
        margin: 50px 0 10px;
    }

        .rout-info-detail h3 span {
            padding: 0 5px;
        }

.rout-point-lft {
    float: left;
}

.rout-point-rgt {
    text-align: center;
}

.rout-ser-ava .available-table-head.rout-time .rout-point-rgt h5 {
    color: #bbbbbb;
    font-size: 13px;
}

.accordion-available-bg {
    width: 100%;
    float: left;
}

    .accordion-available-bg .rout-ser-ava {
        border-color: #07adf6;
        background: #bbeaff;
    }

.rout-ser-avassss .rout-seat-btn {
    text-align: right;
}

.accordion-available-bg .rout-seat-btn a:hover, .accordion-available-bg .rout-seat-btn a:focus {
    background: #2f2483 url(../images/site/close-seat.png) no-repeat;
    background-position: center bottom 13px;
    float: right;
}

.rout-seat-btn a[aria-expanded="false"] .close-seat-section-btn {
    display: none;
}

.rout-seat-btn a[aria-expanded="true"] .close-seat-section-btn {
    display: block;
    background: #e3000f url(../images/site/close-seat.png) no-repeat;
    background-position: center bottom 13px;
    width: 40px;
    height: 40px;
    margin: 4px 0 0px;
    float: right;
}

.rout-seat-btn a[aria-expanded="true"] .view-seat-btn {
    display: none;
}

.rout-info-detail p {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #2f2483;
    font-family: 'MetropolisRegular';
    line-height: 27px;
}

    .rout-info-detail p > span {
        display: block;
        color: #e3000f;
    }

    .rout-info-detail p > b {
        font-weight: 400;
    }

        .rout-info-detail p > b > span {
            color: #00a651;
            font-family: 'MetropolisMedium';
        }

.available-rout-info-table-bg {
    float: left;
    position: relative;
    width: 100%;
}

.changeCursor {
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.passenger-details h3 {
    color: #2f2483;
    font-size: 28px;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    float: left;
    font-family: 'MetropolisSemiBold';
}

.passegaer-iocn-head h4 {
    width: 100%;
    float: left;
    background: url(../images/site/passegaer-icon.png) no-repeat;
    background-position: top left;
    line-height: 37px;
    padding: 0 0 0 50px;
    color: #e3000f;
    margin: 0 0 10px;
    font-family: 'MetropolisMedium';
    font-size: 20px;
}

.contact-info-bg .pass-name-ctn {
    width: 30%;
    text-align: left;
    float: right;
}

    .contact-info-bg .pass-name-ctn input {
        text-align: left;
    }

.available-rout-head {
    float: left;
    width: 100%;
    padding: 0 0 0 30px;
    background: #3e3e3e;
}

.available-table-head {
    color: #ffffff;
    font-size: 17px;
    font-family: 'MetropolisRegular';
    float: left;
    line-height: 46px;
    width: 15%;
}

.services-head {
    width: 24%;
}

.departure-head {
    width: 16%;
}

.available-seat-head {
    width: 17%;
    text-align: center;
}

.fare-head {
    text-align: center;
    width: 12%;
}

.select-head {
    text-align: center;
}

.rout-ser-ava .available-table-head {
    color: #333333;
    font-size: 20px;
    line-height: 24px;
    font-family: 'MetropolisSemiBold';
}

    .rout-ser-ava .available-table-head span {
        display: block;
        color: #07adf6;
        font-size: 15px;
        font-family: 'MetropolisRegular';
    }

    .rout-ser-ava .available-table-head.rout-time {
        font-size: 18px;
    }

        .rout-ser-ava .available-table-head.rout-time i {
            font-family: 'MetropolisRegular';
            font-style: normal;
        }

        .rout-ser-ava .available-table-head.rout-time h5 {
            padding: 0;
            color: #07adf6;
            margin: 0;
            font-size: 14px;
            font-family: 'MetropolisRegular';
        }

        .rout-ser-ava .available-table-head.rout-time h6 {
            padding: 0;
            color: #e3000f;
            margin: 0;
            font-size: 13px;
            font-family: 'MetropolisRegular';
        }

    .rout-ser-ava .available-table-head.rout-seat {
        text-align: center;
        font-size: 20px;
        margin: 7px 0 0px;
    }

        .rout-ser-ava .available-table-head.rout-seat span {
            color: #333333;
        }

.view-seat-btn {
    font-size: 15px;
    padding: 0 30px;
    background: #2f2483;
    color: #fff;
    font-weight: 400;
    font-family: 'MetropolisRegular';
    line-height: 40px;
    text-transform: uppercase;
    margin: 4px 0 0px;
    display: inline-block;
}

    .view-seat-btn:hover, .view-seat-btn:focus {
        background: #e3000f;
    }

.rout-ser-ava .available-table-head.rout-seat-btn {
    text-align: right;
}

.tab-available-seat-bg {
    float: left;
    width: 100%;
    border: 1px solid #07adf6;
}


    .tab-available-seat-bg ul.nav.nav-tabs {
        float: left;
        background: #07adf6;
        width: 100%;
        margin: -5px 0 0px;
    }

    .tab-available-seat-bg .nav-tabs > li > a {
        margin-right: 0;
        line-height: 40px;
        font-size: 14px;
        font-family: 'MetropolisRegular';
        color: #ffffff;
        border: none;
        border-radius: 0;
        padding: 0 35px;
    }

        .tab-available-seat-bg .nav-tabs > li > a:after {
            position: absolute;
            content: "";
            border-right: 12px solid #fff;
            width: 12px;
            bottom: -6px;
            height: 12px;
            border-top: 12px solid transparent;
            transform: rotate(225deg);
            margin: 0 auto;
            left: 0;
            display: none;
            right: 0;
        }

.lower-deck-bg {
    width: 100%;
    text-align: center;
    float: left;
    border: 1px solid rgba(177,177,177,0.3);
}

    .lower-deck-bg h3 {
        float: none;
        width: auto;
        font-family: 'MetropolisRegular';
        margin: 0;
        font-size: 15px;
        color: #e3000f;
        background: #fff;
        border-right: 1px solid rgba(177,177,177,0.3);
        border-left: 1px solid rgba(177,177,177,0.3);
        z-index: 9999999999999;
        display: inline-block;
        padding: 0 10px;
    }

.seact-chat {
    float: left;
    width: 100%;
    padding: 20px;
    /*border: 1px solid rgba(177,177,177,0.3);*/
    box-sizing: border-box;
    /*margin: -10px 0 0;*/
}

.string-icon {
    float: left;
    width: auto;
    position: relative;
    left: -15px;
}

.seat-deck-rgt {
    width: 400px;
    max-width: 100%;
    float: right;
}

.seat-availbale-top {
    width: auto;
    float: left;
}

.seact-number, .seact-number02, .seact-number03 {
    width: 62px;
    height: 30px;
    border: 1px solid #7c7c7c;
    font-family: 'MetropolisRegular';
    font-size: 13px;
    color: #3e3e3e;
    line-height: 30px;
    position: relative;
    display: inline-block;
    margin: 0 1px 7px 0px;
}

    .seact-number:after, .seact-number03:after {
        position: absolute;
        content: "";
        width: 5px;
        height: 20px;
        border-radius: 10px;
        top: 4px;
        background: #ffffff;
        border: 1px solid #7c7c7c;
        right: 5px;
    }

.seact-number02 {
    width: 30px;
    height: 30px;
}

.seact-number03 {
    width: 30px;
    height: 62px;
    margin-top: 0px !important;
    line-height: 62px;
}

    .seact-number03:after {
        width: 20px;
        height: 5px;
    }

.tab-available-seat-bg .nav-tabs > li.active > a, .tab-available-seat-bg .nav-tabs > li.active > a:focus, .tab-available-seat-bg .nav-tabs > li.active > a:hover {
    background: #068bc6;
    color: #ffffff;
    border: none;
}

.tab-available-seat-bg .nav > li > a:focus, .tab-available-seat-bg .nav > li > a:hover {
    background: #068bc6;
    color: #ffffff;
    border: none;
}

.tab-available-seat-bg .nav-tabs > li > a:hover:after, .tab-available-seat-bg .nav-tabs > li.active > a:after {
    display: block;
}

.rout-ser-ava {
    padding: 5px 0 5px 30px;
    border: 1px solid #2f2483;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 3px 0 0;
}

.seat-availbale-bottom {
    margin: 17px 0 0 0px;
}

.upper-deck-bg {
    margin: -9px 0 0;
}

.availb-boardings-cc {
    width: 100%;
    float: left;
    margin: 15px 0 25px;
}

.available-rout-info-table-bg .panel-default > .panel-heading {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.available-rout-info-table-bg .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: 0 0 0;
}

.available-rout-info-table-bg .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
    border: none;
    margin: 0;
}

.availb-boardings-cc ul li {
    float: left;
    list-style: none;
    padding: 0 0 0 13px;
    line-height: 16px;
}

.tab-content {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}

.available-seat-box {
    width: 15px;
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #eee;
    height: 15px;
}

.available {
    background: #fff;
    border-color: #eeeeee;
}

.availb-boardings-cc ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.selected {
    background: #58cd71;
    border-color: #349b4a;
}

.reserved {
    background: #d7d7d7;
    border-color: #858585;
}

.ladies {
    background: #f7aeec;
    border-color: #e56ed2;
}

.available-l {
    background: #ffffff;
    border-color: #f185e0;
}

.ser-boarding-lft {
    width: 48%;
    float: left;
}

.ser-boarding-rgt {
    float: right;
    padding: 0 0 20px;
}

.ser-boad-select {
    width: 100%;
    float: left;
}

.ser-boarding-rgt .boarging-add p {
    min-height: 38px;
    /*line-height: 38px;*/
}

.ser-boarding-rgt .boarging-service-bg ul li {
    font-family: 'MetropolisMedium';
    font-size: 15px;
    color: #141414;
}

    .ser-boarding-rgt .boarging-service-bg ul li.total-grand span {
        font-size: 20px;
        color: #e3000f;
    }

        .ser-boarding-rgt .boarging-service-bg ul li.total-grand span i {
            font-family: 'MetropolisRegular';
            font-style: normal;
            color: #333;
            text-transform: uppercase;
        }

    .ser-boarding-rgt .boarging-service-bg ul li.total-grand {
        font-size: 17px;
        font-family: 'MetropolisSemiBold';
        color: #e3000f;
    }

.ser-boad-select label {
    width: 100%;
    float: left;
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'MetropolisSemiBold';
}

.select-one {
    width: 100%;
    float: left;
    position: relative;
}


    .select-one:after {
        position: absolute;
        content: "";
        right: 0px;
        width: 40px;
        height: 36px;
        background: #9791c1 url(../images/site/close-seat.png) no-repeat;
        background-position: center top 13px;
    }

.ser-boad-select select {
    width: 100%;
    float: left;
    font-family: 'MetropolisRegular';
    font-size: 14px;
    color: #3e3e3e;
    border: 1px solid #9791c1;
    height: 36px;
    line-height: 36px;
    padding: 0px 15px;
    border-radius: 0;
}

.boarging-add {
    width: 100%;
    float: left;
}

    .boarging-add p {
        font-size: 14px;
        color: #666666;
        font-family: 'MetropolisRegular';
        margin: 20px 0 20px 0;
        line-height: 20px;
        padding: 0 0 0 25px;
        background: url(../images/site/close-seat.png) no-repeat;
        background-position: top -89px left;
    }

        .boarging-add p span {
            display: block;
        }

.boarging-service-bg h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    line-height: normal;
    font-family: 'MetropolisMedium';
    box-sizing: border-box;
    margin: 0;
    text-transform: capitalize;
}

.boarging-service-bg ul {
    margin: 0px;
    width: 100%;
    float: left;
    border: 1px solid #3e3e3e;
    padding: 16px 10px;
    box-sizing: border-box;
}

.ser-boarding-rgt .boarging-service-bg ul li span {
    color: #141414;
    text-align: right;
    font-size: 15px;
}

.boarging-service-bg ul li {
    width: 100%;
    float: left;
    font-family: 'MetropolisRegular';
    color: #333;
    font-size: 14px;
    list-style: none;
    line-height: 25px;
}

    .boarging-service-bg ul li span {
        color: #2f2483;
        font-size: 14px;
        float: right;
        font-family: 'MetropolisSemiBold';
        text-align: left;
        width: 57%;
    }

.boarging-service-bg {
    width: 100%;
    float: left;
}

.boarging-add p a {
    color: #666666;
}

.boarging-continue-btn {
    width: 100%;
    float: left;
}

.ser-boarding-rgt .boarging-service-bg ul {
    padding: 20px 15px;
}

.boarging-continue-btn a {
    width: 100%;
    float: left;
    text-align: center;
    background: #e3000f;
    margin: 20px 0 0 0px;
    font-family: 'MetropolisSemiBold';
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
}

    .boarging-continue-btn a:hover, .boarging-continue-btn a:focus {
        background: #2f2483;
        color: #fff;
        text-decoration: none;
    }

.passenger-details-bg {
    z-index: 9;
    display: none;
    position: fixed;
    top: 0;
    border: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.close-passnger-gst-popup {
    float: right;
    width: auto;
    margin: -4px 0 0px;
    cursor: pointer;
}

.passenger-details {
    width: 52%;
    float: right;
    background: #fff;
    padding: 30px 14% 30px 30px;
    box-sizing: border-box;
    z-index: 1;
    height: 100%;
    position: relative;
    box-shadow: 10px 0px 20px rgba(0,0,0,0.2);
}

.passenger-scroll {
    max-height: 466px;
    overflow: auto;
    float: left;
    width: 100%;
}

.passenger-info-bg {
    float: left;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #d9d9d9;
    margin: 0 0 25px;
    box-sizing: border-box;
}

.passegaer-iocn-head {
    width: 100%;
    float: left;
}

.contact-info-bg .passegaer-iocn-head h4 span {
    font-size: 15px;
    float: right;
    font-family: 'MetropolisRegular';
    color: #999999;
}

.passenger-info-box {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

    .passenger-info-box:last-child {
        margin: 0px;
    }

.passenger-head {
    width: 100%;
    float: left;
    background: #d9d9d9;
    line-height: 35px;
    font-family: 'MetropolisMedium';
    padding: 0 20px;
    font-size: 17px;
    color: #2f2483;
}

    .passenger-head span {
        float: right;
        font-size: 15px;
    }

.pass-name-info {
    width: 100%;
    float: left;
    padding: 15px 20px;
    background: #f0f0f0;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.pass-input {
    width: 100%;
    float: left;
}

    .pass-input label {
        width: 100%;
        float: left;
        font-size: 15px;
        margin: 0;
        font-family: 'MetropolisMedium';
        color: #000;
        font-weight: 400;
    }

    .pass-input input {
        float: left;
        width: 100%;
        border: none;
        border-bottom: 1px solid #000000;
        color: #07adf6;
        font-size: 15px;
        background: transparent;
        line-height: 35px;
    }

        .pass-input input:hover, .pass-input input:focus {
            border-color: #e3000f;
        }

.pass-name-lft {
    width: 57%;
    float: left;
}

.pass-name-ctn {
    width: 13%;
    float: left;
    text-align: center;
    margin: 0 0px 0 20px;
}

    .pass-name-ctn input {
        text-align: center;
    }

.pass-input input:hover, .pass-input input:focus {
    outline: none;
}

.pass-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #07adf6;
    opacity: 1;
}

.pass-input input::-moz-placeholder { /* Firefox 19+ */
    color: #07adf6;
    opacity: 1;
}

.pass-input input:-ms-input-placeholder { /* IE 10+ */
    color: #07adf6;
    opacity: 1;
}

.pass-input input:-moz-placeholder { /* Firefox 18- */
    color: #07adf6;
    opacity: 1;
}

.pass-name-chaeck-rgt {
    float: right;
    width: 26%;
}

    .pass-name-chaeck-rgt ul {
        list-style: none;
        margin: 0;
        float: right;
        padding: 0;
    }

        .pass-name-chaeck-rgt ul li {
            color: #AAAAAA;
            display: block;
            position: relative;
            float: left;
            width: auto;
        }

            .pass-name-chaeck-rgt ul li input[type=radio] {
                position: absolute;
                visibility: hidden;
            }

            .pass-name-chaeck-rgt ul li label {
                display: block;
                position: relative;
                font-weight: 300;
                font-size: 0px;
                width: 36px;
                margin: 15px 0 0 5px;
                height: 36px;
                z-index: 9;
                cursor: pointer;
                float: left;
                -webkit-transition: all 0.25s linear;
            }

            .pass-name-chaeck-rgt ul li:hover label {
                color: #FFFFFF;
            }

            .pass-name-chaeck-rgt ul li .check {
                display: block;
                position: absolute;
                border: 1px solid #2f2483;
                border-radius: 5px;
                height: 36px;
                width: 36px;
                top: 15px;
                left: 0px;
                background: url(../images/site/passenger-img.png) no-repeat;
                background-position: 6px 5px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear;
            }

                .pass-name-chaeck-rgt ul li .check.female {
                    background: url(../images/site/passenger-img.png) no-repeat;
                    background-position: -39px 6px;
                }

            .pass-name-chaeck-rgt ul li:hover .check {
                border: 1px solid #2f2483;
            }

            .pass-name-chaeck-rgt ul li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 15px;
                width: 15px;
                top: 5px;
                left: 5px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }

    .pass-name-chaeck-rgt input[type=radio]:checked ~ .check {
        background: #2f2483 url(../images/site/passenger-img.png) no-repeat;
        background-position: 6px -54px;
    }

        .pass-name-chaeck-rgt input[type=radio]:checked ~ .check.female {
            background: #2f2483 url(../images/site/passenger-img.png) no-repeat;
            background-position: -39px -54px;
        }

/*.pass-name-chaeck-rgt input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}
    */
.user-add {
    float: left;
    width: auto;
    margin: 14px 0 0 20px;
    display: none;
}

.coupon-text {
    width: 100%;
    float: left;
}

    .coupon-text span {
        color: #e3000f;
        font-size: 20px;
        float: left;
        font-family: 'MetropolisMedium';
        line-height: 35px;
        padding: 0 15px 0 0;
    }

    .coupon-text ul, .coupon-input-text-bg {
        float: left;
        width: auto;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .coupon-text ul li, .coupon-input-text-bg input {
            float: left;
            width: auto;
            font-size: 15px;
            color: #999999;
            font-family: 'MetropolisRegular';
            border: 1px solid #07adf6;
            line-height: 35px;
            padding: 0px 20px;
        }

            .coupon-text ul li.act, .coupon-input-text-bg input.act {
                background: #07adf6;
                color: #fff;
            }

                .coupon-text ul li.act a {
                    color: #fff;
                    text-transform: uppercase;
                    font-family: 'MetropolisMedium';
                }

            .coupon-input-text-bg input:hover, .coupon-input-text-bg input:focus {
                outline: none;
                box-shadow: 0 0 0;
            }

.gst-details-bg {
    float: left;
    margin: 25px 0px;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 0px;
}

.check-gst-lft {
    float: left;
    margin: 0px;
    width: auto;
}

    .check-gst-lft .container-checkbox {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 0px;
        font-family: 'MetropolisRegular';
        cursor: pointer;
        line-height: 27px;
        color: #e3000f;
        font-size: 20px;
        font-weight: 400;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default checkbox */
        .check-gst-lft .container-checkbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        /* Create a custom checkbox */
        .check-gst-lft .container-checkbox .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 27px;
            width: 27px;
            background-color: #fff;
            border: 1px solid #07adf6;
        }

        /* On mouse-over, add a grey background color */
        .check-gst-lft .container-checkbox:hover input ~ .checkmark {
            background-color: #fff;
        }

        /* When the checkbox is checked, add a blue background */
        .check-gst-lft .container-checkbox input:checked ~ .checkmark {
            background-color: #fff;
        }

        /* Create the checkmark/indicator (hidden when not checked) */
        .check-gst-lft .container-checkbox .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        /* Show the checkmark when checked */
        .check-gst-lft .container-checkbox input:checked ~ .checkmark:after {
            display: block;
        }

        /* Style the checkmark/indicator */
        .check-gst-lft .container-checkbox .checkmark:after {
            left: 10px;
            top: 4px;
            width: 6px;
            height: 13px;
            border: solid #2f2483;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }


    /* The container */
    .check-gst-lft .container-radio {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default radio button */
        .check-gst-lft .container-radio input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        /* Create a custom radio button */
        .check-gst-lft .container-radio .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 25px;
            width: 25px;
            background-color: #eee;
            border-radius: 50%;
        }

        /* On mouse-over, add a grey background color */
        .check-gst-lft .container-radio:hover input ~ .checkmark {
            background-color: #ccc;
        }

        /* When the radio button is checked, add a blue background */
        .check-gst-lft .container-radio input:checked ~ .checkmark {
            background-color: #2196F3;
        }

        /* Create the indicator (the dot/circle - hidden when not checked) */
        .check-gst-lft .container-radio .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        /* Show the indicator (dot/circle) when checked */
        .check-gst-lft .container-radio input:checked ~ .checkmark:after {
            display: block;
        }

        /* Style the indicator (dot/circle) */
        .check-gst-lft .container-radio .checkmark:after {
            top: 9px;
            left: 9px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: white;
        }

.select-state-rgt {
    width: auto;
    float: right;
}

.selcet-input-gst {
    width: 130px;
    float: left;
}

    .selcet-input-gst select, .selcet-input-gst input {
        height: 37px;
        width: 100%;
        font-family: 'MetropolisRegular';
        color: #999999;
        font-size: 16px;
        border: 1px solid #d9d9d9;
        padding: 0px 10px;
    }

        .selcet-input-gst input:focus, .selcet-input-gst select:focus {
            outline: none;
            box-shadow: 0 0 0;
            border: 1px solid #d9d9d9;
        }

.input-input-gst {
    width: 188px;
    margin: 0 10px;
}

.input-input-gst-reg {
    width: 120px;
}

.gst-total-rs {
    width: 100%;
    float: left;
    margin: 10px 0 0px;
}

    .gst-total-rs h4 {
        margin: 0px;
        padding: 0px;
        font-size: 22px;
        color: #2f2483;
        font-family: 'MetropolisSemiBold';
        float: left;
    }

        .gst-total-rs h4 i {
            font-style: normal;
            font-family: 'MetropolisRegular';
        }

        .gst-total-rs h4 span {
            color: #07adf6;
        }

    .gst-total-rs h5 {
        margin: 0px;
        padding: 0px;
        font-size: 22px;
        color: #e3000f;
        font-family: 'MetropolisSemiBold';
        float: right;
    }

        .gst-total-rs h5 i {
            font-style: normal;
            font-family: 'MetropolisRegular';
        }

        .gst-total-rs h5 span {
            color: #2f2483;
        }

.pay-now-money-bg {
    width: 100%;
    margin: 15px 0 0px;
    float: left;
}

    .pay-now-money-bg .check-gst-lft .container-checkbox {
        font-size: 15px;
        color: #999999;
        margin: 0px;
    }

        .pay-now-money-bg .check-gst-lft .container-checkbox a:hover {
            text-decoration: none;
            color: #07adf6;
        }

.pay-now-btn {
    width: auto;
    float: right;
}

    .pay-now-btn ul {
        padding: 0px;
        margin: 0px;
    }

        .pay-now-btn ul li {
            float: left;
            width: 155px;
            list-style: none;
            margin: 0 15px 0 0px;
        }

            .pay-now-btn ul li:last-child {
                margin: 0px;
            }

            .pay-now-btn ul li a {
                font-size: 20px;
                border: 1px solid #e3000f;
                height: 40px;
                line-height: 40px;
                width: 100%;
                float: left;
                text-align: center;
                color: #e3000f;
                font-family: 'MetropolisRegular';
            }

                .pay-now-btn ul li a:hover {
                    background: #e3000f;
                    color: #fff;
                }

.mob-show {
    display: none;
}

.rout-ser-ava:hover, .rout-ser-ava:focus, .rout-ser-ava.active {
    background: #bbeaff;
    border-color: #07adf6;
}

.pass-name-chaeck-rgt select {
    width: 100%;
    float: left;
    line-height: 37px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
}

.pass-name-chaeck-rgt .pass-input {
    padding-left: 15px;
    position: relative;
}

    .pass-name-chaeck-rgt .pass-input:after {
        position: absolute;
        content: "\f107";
        font: normal normal normal 15px/1 FontAwesome;
        right: 0px;
        bottom: 12px;
    }

.pass-name-chaeck-rgt select:focus {
    outline: none;
    box-shadow: 0 0 0;
}

body.overflow-scroll-hide {
    overflow: hidden;
}

#ctl00_content_div_policy table td, #ctl00_content_div_policy table th {
    padding: 3px 5px;
}

/* Media Queries */

@media only screen and (max-width:1890px) {

    .provideinslide .provideinbox {
        padding: 1px;
    }

    .awardariaslide {
        padding: 0;
    }

    .aminitieswrap {
        padding: 0 10px 9px;
    }

    .sliderwrap a.carousel-control.left {
        left: 20px;
    }

    .sliderwrap a.carousel-control.right {
        right: 20px;
    }
}

@media only screen and (max-width:1840px) {
    /*.bookingwrapper {
        top: 82px;
    }*/
}

@media only screen and (max-width:1749px) {
    .bookingformwrap h2 {
        font-size: 15px;
        padding: 12px 0 12px 5px;
    }

    .bookingformwrap .bookingtoplinks li a {
        padding: 12px 10px 12px;
        font-size: 15px;
    }

    .cargosender h3 {
        font-size: 16px;
        padding: 10px 0 10px 23px;
    }

    .topdestination {
        padding: 105px 0 68px;
    }

    .bookingform.busbooking.trackcargo .inputinr select, .bookingform.busbooking.trackcargo .inputinr input[type="text"], .bookingform.busbooking.trackcargo .select2-container--default .select2-selection--single {
        background-position: right -196px;
        font-size: 15px !important;
        height: 35px !important;
        line-height: 35px !important;
        /*color: black !important;*/
    }

    .inputinr.inputpadright.inputinrcargo select, .inputinr.inputpadright.inputinrcargo input[type="text"], .inputinr.inputpadleft.inputinrcargo select, .inputinr.inputpadleft.inputinrcargo input[type="text"] {
        background-position: right -2125px !important;
    }

    .inputinr.inputpadright.inputinrconta select, .inputinr.inputpadright.inputinrconta input[type="text"] {
        background-position: right -2285px !important;
    }

    .inputinr.inputpadleft.inputinrconta select, .inputinr.inputpadleft.inputinrconta input[type="text"] {
        background-position: right -2454px !important;
    }

    .bookingform.busbooking.trackcargo .inputinr label {
        font-size: 13px;
    }
}

@media only screen and (max-width:1699px) {

    .provideinslide .slick-prev {
        width: 38px;
        height: 70px;
        background-position: center -1559px;
    }

    .provideinslide .slick-next {
        width: 38px;
        height: 70px;
        background-position: center -1818px;
    }

    .provideinslide .slick-prev:hover, .provideinslide .slick-prev:focus {
        background-position: center -1678px;
    }

    .provideinslide .slick-next:hover, .provideinslide .slick-next:focus {
        background-position: center -1955px;
    }

    .topdestination.topdestiaria {
        padding-top: 100px;
    }

    .topdestination {
        padding: 75px 0 55px;
    }

    .toptitle {
        font-size: 65px;
        margin: 0 0 40px;
    }

    .awardaria .toptitle {
        line-height: 65px;
        padding: 0 0 159px;
    }

    .welknownpart h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .galleryaria {
        padding: 8px 0 79px;
    }

    .awardcontent {
        padding: 40px 34px 10px;
    }

    .bgcontentinner_avl {
        margin: -20px 0 0;
    }

        .bgcontentinner_avl .boxtitle-avail {
            font-size: 18px;
            margin: 0 0 5px;
            line-height: 20px;
        }

    .tableroute .aval-main-full .frm-left {
        font-size: 14px;
    }

    .bus_detail_legends h2 {
        font-size: 16px !important;
    }

    .availroutes .bus_detail {
        background: none;
    }

    .availroutes .bus_detail_legends {
        padding: 0;
    }

    .availablerts .availroutes h3 {
        font-size: 16px;
        margin: 3px 0 0 !important;
        font-weight: 700;
    }

    #ctl00_content_div_star1 {
        padding: 0 !important;
        font-size: 12px;
    }

        #ctl00_content_div_star1 label {
            margin: 0;
        }

    #ctl00_content_lblAsterik2 {
        font-size: 13px !important;
    }

    #ctl00_content_lblBusName {
        font-size: 12px;
        line-height: 12px;
        display: block !important;
        float: left;
        clear: both;
    }

    .pre-next-btns .search-btn {
        font-size: 12px;
        padding: 1px 10px;
    }

    .routedetail {
        padding-top: 0 !important;
    }

    .titlebg-mybook .routecol {
        height: 48px;
        font-size: 12px;
    }

    .routecol.routecolname {
        padding-top: 6px;
    }

    /*02-04-2020 hik*/
    .passenger-details {
        padding: 30px 7% 30px 30px;
    }
}

@media only screen and (max-width:1569px) {
    .tab-content {
        margin: 10px 0 0;
    }

    .bookingform.busbooking.trackcargo .inputgroup {
        padding: 0 0 10px;
    }

    .bookingform.busbooking.trackcargo .inputinr label {
        margin: 0 0 2px;
    }

    .submitbutton input[type="submit"], .searchbtn {
        font-size: 16px;
        height: 35px;
        max-width: 140px;
    }
}

@media only screen and (max-width:1500px) {
    .sliderwrap a.carousel-control.left {
        left: 10px;
    }

    .sliderwrap a.carousel-control.right {
        right: 10px;
    }

    .bookingwrapper {
        top: 45px;
    }
}

@media only screen and (max-width:1499px) {

    .topdestination.topdestiaria {
        padding-top: 120px;
    }
}

@media only screen and (max-width:1449px) {

    .bookingformwrap h2 {
        font-size: 14px;
        padding: 10px 0 10px 5px;
    }

    .bookingformwrap .bookingtoplinks li a {
        padding: 10px 10px 10px;
        font-size: 14px;
    }

    .topdestination.topdestiaria {
        padding-top: 130px;
    }
}

@media only screen and (max-width:1430px) {

    .sliderwrap a.carousel-control.left {
        left: auto;
        right: 10px;
        margin: -43px 0 0;
    }

    .sliderwrap a.carousel-control.right {
        background-position: center -726px;
    }

    .sliderwrap a.carousel-control {
        background-position: center -600px;
        height: 40px;
        width: 40px;
        margin: 0;
        background-size: 60px;
    }


    .bookingform {
        padding: 20px 20px 26px;
    }

    .inputinr label {
        font-size: 14px;
        margin: 0 0 3px;
    }

    .inputgroup {
        padding: 0 0 18px;
    }

    .searchbutton {
        margin: 5px 0 0;
    }

        .searchbutton input[type="submit"] {
            font-size: 16px;
            height: 45px;
        }

    .bookingformwrap {
        max-width: 600px;
    }

    .inputinr select, .inputinr input[type="text"], .select2-container--default .select2-selection--single {
        font-size: 14px !important;
    }

    .inputinr.inputpadright {
        padding-right: 28px;
    }

    .inputinr.inputpadleft {
        padding-left: 28px;
    }

    .swapicon {
        top: 25px;
    }

    .topdestination {
        padding: 60px 0 50px;
    }

        .topdestination.topdestiaria {
            padding-top: 130px;
        }

    .toptitle {
        font-size: 50px;
        margin: 0 0 30px;
    }

    .awardaria .toptitle {
        line-height: 50px;
        padding: 0 0 140px;
    }

    .galleryaria {
        padding: 0 0 60px;
    }

    .awardcontent {
        padding: 30px 15px 10px;
    }

        .awardcontent h3 {
            font-size: 20px;
            margin: 0 0 15px;
        }

        .awardcontent p {
            font-size: 15px;
            line-height: normal;
        }

    .awardariabg {
        min-height: 445px;
    }

    .footertop .footertitle {
        margin: 0 0 43px;
        font-size: 28px;
    }

    .footertop .footeradr .footertitle {
        margin: 0 0 38px;
    }

    .footertop {
        padding: 55px 0 29px;
    }

    .footertop {
        padding: 40px 0 30px;
    }

    .quickbookwrap .toptitle {
        margin: -32px 0 48px;
    }

    .quickbookbg {
        min-height: 94px;
    }

    .welknownpart {
        padding: 70px 0 30px;
        min-height: 670px;
    }

    .quickbookwrap {
        padding: 40px 0 0;
    }

    .welknownpart h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .welknownleft {
        left: 0;
        max-width: 690px;
    }

    .welknownpart p {
        padding: 0;
    }

    .welknownright {
        padding: 81px 0 0 620px;
    }

    /*02-04-2020 hik*/
    .passenger-details {
        padding: 20px 2% 20px 20px;
    }
}

@media only screen and (max-width:1399px) {
    .topdestination.topdestiaria {
        padding-top: 160px;
    }

    .topdestination {
        padding: 50px 0 50px;
    }
}

@media only screen and (max-width:1309px) {
    .sitelogo {
        float: left;
        width: 38%;
    }

    .headertopleft {
        float: right;
        width: 62%;
        padding: 8px 0 0 10px;
        text-align: right;
    }

        .headertopleft p {
            padding: 0 10px 0 35px;
            font-size: 15px;
            line-height: normal;
            text-align: left;
        }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        padding: 18px 20px;
        font-size: 16px;
    }



    .topdestination.topdestiaria {
        padding-top: 180px;
    }

    .topcontbox {
        margin: 0 20px;
    }

    .footernav {
        width: 30%;
    }

    .footersupport {
        padding: 0 0 0 60px;
        width: auto;
    }

        .footersupport p span {
            font-size: 16px;
            padding: 5px 0 10px 38px;
        }

        .footersupport p i {
            padding: 0 6px;
        }

    .footertop {
        padding: 30px 0;
    }

    /*01-04-2020 hik*/
    .availb-boardings-cc ul li {
        padding: 0 3px;
    }

    .boarging-service-bg ul li span {
        font-size: 13px;
    }

    .pass-name-chaeck-rgt {
        width: auto;
    }

    .input-input-gst {
        width: 139px;
    }

    .selcet-input-gst {
        width: 120px;
    }

        .selcet-input-gst select, .selcet-input-gst input {
            font-size: 14px;
        }

    .gst-total-rs h4, .gst-total-rs h5 {
        font-size: 20px;
    }

    .pay-now-btn ul li {
        width: 126px;
    }

        .pay-now-btn ul li a {
            font-size: 18px;
        }

    .check-gst-lft .container-checkbox {
        font-size: 17px;
    }
}

@media only screen and (max-width:1229px) {
    .sitelogo {
        width: 38%;
    }

    .headertopleft {
        float: right;
        width: 60%;
    }

        .headertopleft p:before {
            width: 25px;
            height: 25px;
            font-size: 18px;
            line-height: 25px;
        }

        .headertopleft p.headmail:before {
            font-size: 16px;
            line-height: 22px;
        }

        .headertopleft p {
            padding: 0 8px 0 30px;
            font-size: 12px;
            line-height: normal;
        }

            .headertopleft p.headmail {
                padding: 0 0 0 30px;
            }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        padding: 18px 15px;
        font-size: 15px;
    }

    .tableroute .aval-main-full {
        width: 21%;
        float: left;
        padding: 0 10px 0 0;
    }

    .right-side-column.seatmainright {
        width: 72%;
    }

    .seatmainright .ChartDisplay {
        margin: 0 10% 0 0;
    }

    .banerwraper {
        padding: 95px 0 0;
    }

    .avalfullwrap {
        width: 44%;
    }

    /*27-03-2020 hik*/
    .bookingwrapper {
        top: 40px;
    }

    .bookingformwrap {
        max-width: 540px;
    }

    .bookingform {
        padding: 20px 20px 10px;
    }

    .bookingformwrap h2 {
        font-size: 13px;
        padding: 8px 0 8px 5px;
    }

    .bookingformwrap .bookingtoplinks li a {
        padding: 8px 5px;
        font-size: 13px;
    }

    .cargosender .cargoinput .form-control {
        height: 30px;
        font-size: 13px;
    }

    .cargosender h3 {
        font-size: 14px;
        padding: 8px 0 8px 14px;
    }

    .bookingform.busbooking.trackcargo {
        padding: 5px 10px 10px;
    }

    .inputinr.inputpadleft .rfv {
        left: 29px;
    }

    .welknownpart h1 {
        font-size: 44px;
    }

    .topcontbox {
        margin: 0 10px;
    }

    .footernav ul.footernavleft {
        width: 42%;
    }
    /*01-04-2020 hik*/
    .rout-ser-ava .available-table-head {
        font-size: 17px;
    }

        .rout-ser-ava .available-table-head.rout-time {
            font-size: 16px;
        }

            .rout-ser-ava .available-table-head.rout-time .rout-point-rgt h5 {
                font-size: 11px;
            }

        .rout-ser-ava .available-table-head span {
            font-size: 14px;
        }

    .seat-deck-rgt {
        width: 360px;
    }

    .seact-number {
        width: 58px;
        float: left;
    }

    .seact-chat {
        padding: 20px 10px;
    }

    .ser-boad-select select {
        padding: 0px 10px;
        font-size: 13px;
    }

    .boarging-service-bg ul li span {
        width: 65%;
    }

    .ser-boarding-rgt .boarging-service-bg ul li.total-grand {
        font-size: 16px;
    }

        .ser-boarding-rgt .boarging-service-bg ul li.total-grand span {
            float: right;
        }

    .boarging-continue-btn a {
        margin: 20px 0 15px 0px;
    }

    .rout-info-detail h3 {
        font-size: 26px;
    }

    .rout-info-detail p {
        font-size: 16px;
    }

    .availb-boardings-cc ul li {
        font-size: 12px;
    }

    .pay-now-btn ul li {
        width: 115px;
    }

    .passenger-details {
        width: 55%;
    }

    .avldatebox {
        padding: 0 10px;
    }

    .availble-banner-bg .inputgroup.inputgroup01 {
        padding-left: 20px;
    }

    .availble-banner-bg .searchbutton input[type="submit"], .searchbtn {
        background-position: 86.3% -856px;
        padding: 0 29px 0 0;
        background-size: 70px;
        font-size: 15px;
    }

    .availble-banner-bg .inputgroup.inputgroup02 {
        width: 34.8%;
        padding-left: 10px;
    }

    .availble-banner-bg .swapicon.swapicon02 {
        right: 10px;
    }

    .string-icon {
        left: -5px;
    }
}

@media only screen and (max-width:1100px) {
    .col-xs-12.seadetailsright {
        padding-left: 0;
    }

    .boarging-service-bg ul {
        padding: 10px 5px;
    }

    .ser-boarding-rgt .boarging-service-bg ul {
        padding: 10px 5px;
    }

    .boarging-service-bg h3 {
        font-size: 16px;
        padding: 7px 20px;
    }

    .ser-boarding-rgt .boarging-service-bg ul li, .ser-boarding-rgt .boarging-service-bg ul li span {
        font-size: 12px;
    }

    .ser-boad-select label {
        font-size: 14px;
    }

    .awardariaslide .awardbox {
        padding: 0 3px;
    }

    .marg-l {
        margin-left: 0;
    }

    .filter_search {
        width: 25%;
    }

    .availroutes {
        width: 72%;
    }

    .boxconian-avail {
        padding: 10px 6px 8px;
    }

    .frm-left {
        width: 90%;
    }

    .frm-right-avail select {
        width: 100% !important;
    }

    .cldr-box-avail input {
        width: 80% !important;
    }

    .frm-center.RoundTripDisplay label {
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

    .pre-next-btns span {
        padding: 0 !important;
    }

    .pre-next-btns input {
        padding: 2px 10px;
        font-size: 12px;
    }

    .bgcontent_inner.bgcontentinner_avl {
        padding: 0;
        box-shadow: none;
    }

    .bgcontentinner_avl {
        margin: 0;
    }
    /*27-03-2020 hik*/
    .bookingformwrap {
        max-width: 500px;
    }

    .bookingform {
        padding: 10px;
    }

    .bookingwrapper {
        top: 34px;
    }

    .welknownleft {
        max-width: 600px;
    }

    .welknownright {
        padding: 81px 0 0 540px;
    }

    .topcontbox {
        margin: 0 5px;
    }

    .topicontent {
        font-size: 18px;
    }

    .footernav ul.footernavleft {
        width: 37%;
    }

    .footernav ul.footernavright {
        float: right;
    }

    .footernav ul li a {
        font-size: 14px;
    }

    /*01-04-2020 hik*/

    .availble-banner-bg .swapicon.swapicon02 {
        right: -19px;
    }

    .rout-ser-ava {
        padding: 5px 0 5px 10px;
    }

    .rout-seat-btn a {
        font-size: 14px;
        padding: 0;
    }

    .available-table-head {
        font-size: 15px;
    }

    .rout-point-rgt {
        padding: 0 10px 0 0px;
    }

        .rout-point-rgt img {
            width: 24px;
        }

    .seact-chat {
        padding: 20px 8px;
    }

    .seat-deck-rgt {
        width: 334px;
    }

    .seact-number {
        width: 54px;
    }

    .available-seat-box {
        width: 11px;
        height: 11px;
    }

    .availb-boardings-cc ul li {
        line-height: 11px;
    }

    .ser-boarding-lft {
        width: 49%;
    }

    .boarging-service-bg ul li span {
        font-size: 12px;
    }

    .boarging-service-bg ul li {
        font-size: 12px;
    }

    .ser-boarding-rgt .boarging-service-bg ul li.total-grand {
        font-size: 14px;
    }

    .boarging-continue-btn a {
        margin: 10px 0;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .ser-boarding-rgt .boarging-service-bg ul li.total-grand span {
        width: auto;
        font-size: 15px;
    }

    .contact-info-bg .passegaer-iocn-head h4 span {
        width: 50%;
        line-height: 20px;
        font-size: 15px;
    }

    .pass-input input {
        font-size: 13px;
    }

    .coupon-text span {
        font-size: 15px;
    }

    .coupon-text ul li {
        font-size: 13px;
    }

    .passenger-details {
        width: 58%;
    }

    .view-seat-btn {
        padding: 0px 15px;
    }

    .bgcontent_inner h2 {
        margin: 10px 0;
        font-size: 24px !important;
    }

    .bgcontent_inner .titbg_page h2, .bgcontent_inner .main_middel h2 {
        font-size: 22px !important;
    }

    .contactus h3 {
        font-size: 20px;
    }

    .buscharter h3 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
    }

    .seatmainright .ChartDisplay {
        margin: 0 6.3% 0 0;
    }

    body {
        font-size: 14px;
    }

    .headertopleft p:before {
        width: 20px;
        height: 20px;
        font-size: 15px;
        line-height: 18px;
    }

    .headertopleft p.headmail:before {
        font-size: 13px;
        line-height: 17px;
    }

    /*27-03-2020 hik*/
    .headertopleft {
        width: auto;
    }


    .inputgroup {
        padding: 0 0 14px;
    }

    .inputinr.inputpadleft .rfv {
        left: 20px;
        font-size: 12px;
    }

    .bookingwrapper {
        top: 36px;
    }

    .bookingformwrap .bookingtoplinks li a {
        padding: 8px 5px;
    }

    .topdestination.topdestiaria {
        padding-top: 200px;
    }

    .toptitle {
        font-size: 40px;
    }

    .welknownpart h1 {
        font-size: 40px;
    }

    .appleft p {
        font-size: 30px;
    }

    .footersupport {
        padding: 0 0 0 33px;
    }

    .footertop .footertitle {
        font-size: 24px;
    }

    .footeradr p {
        font-size: 14px;
    }

    .welknownpart p {
        font-size: 13px;
        line-height: 21px;
    }

    .footeradr p span {
        font-size: 15px;
    }

    .footersupport p span {
        font-size: 15px;
    }

    /*01-04-2020 hik*/

    .availble-banner-bg .swapicon.swapicon02 {
        right: 5px;
    }

    .searchbutton input[type="submit"] {
        font-size: 15px;
    }

    .available-rout-head {
        padding: 0 0 0 20px;
    }

    .rout-ser-ava {
        padding: 5px 0 5px 20px;
    }

    .seat-deck-rgt {
        width: 320px;
    }

    .seact-number {
        width: 52px;
    }

    .availb-boardings-cc ul li {
        line-height: 10px;
        font-size: 11px;
    }

    .pay-now-money-bg .check-gst-lft .container-checkbox {
        font-size: 14px;
    }

    .availble-banner-bg .swapicon {
        right: 30px;
    }

    .inputinr.inputpadleft {
        padding-left: 20px;
    }

    .contentwrapper, .full-bg {
        padding: 15px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .bookingwrapper {
        top: 0;
        position: relative;
        padding: 40px 0 20px;
    }

    .availble-banner-bg .bookingwrapper {
        padding: 0 0 10px;
    }

    .swapicon {
        top: 25px;
        right: 10px;
    }

    .left-side-column.seatmainleft {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        float: none;
        display: block;
        clear: both;
        padding: 14px 0 0 0;
    }

    .right-side-column.seatmainright {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
        float: none;
        display: block;
        clear: both;
    }

    .seatmainright .ChartDisplay {
        margin: 0;
        float: left;
    }

    .tableroute .aval-main-full {
        width: 20%;
    }

    .boxconian-avail table tr {
        display: block;
    }

    .boxconian-avail table td {
        padding: 0 20px 3px 0 !important;
    }

    .boxconian-avail {
        padding: 3px 0 10px;
    }

    .tooltips_Amenities {
        width: 15px !important;
        height: 15px !important;
        margin: 0 0 6px 3px !important;
        background-size: 15px !important;
    }

    .titlebg-mybook .routecol {
        padding-left: 5px;
    }

    .avalfullwrap {
        width: 42%;
    }

    /*27-03-2020 hik*/
    /*.sitelogo {
        width: 28%;
    }*/
    .headertop {
        text-align: center;
    }

    .sitelogo {
        width: 100%;
        max-width: 310px;
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .headertopleft {
        width: 100%;
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0 0;
        text-align: center;
    }

        .headertopleft p {
            text-align: left;
        }

    /*.agntlogin .dropdown-toggle {
        padding: 10px 16px;
    }

    .agntlogin .dropdown-menu > li > a {
        padding: 5px 10px;
    }*/

    .headermenu .navbar-inverse .navbar-nav > li > a {
        padding: 10px 6px;
        font-size: 13px;
    }

    .bookingformwrap h2 {
        font-size: 15px;
        padding: 10px 0 10px 5px;
        box-shadow: none;
    }

    .bookbus {
        box-shadow: 0 0 5px rgba(0,0,0,0.10);
    }

    .bookingformwrap .bookingtoplinks li a {
        padding: 10px 8px;
        font-size: 14px;
    }

    .bookingform .cargother {
        padding: 10px 0 0;
    }

    .searchbutton {
        margin: 10px 0;
    }

    .inputinr label {
        font-size: 13px;
        margin: 0 0 1px;
    }

    .inputgroup {
        padding: 0 0 15px;
    }

    .searchbutton input[type="submit"] {
        max-width: 160px;
        font-size: 13px;
        height: 35px;
    }

    /*.sliderwrap .carousel-inner > .item img {
        min-height: 280px;
    }*/
    .topdestination.topdestiaria {
        padding-top: 30px;
    }

    .topdestination {
        padding: 30px 0 10px;
    }

    .welknownleft {
        max-width: 400px;
    }

    .welknownright {
        padding: 81px 0 0 380px;
    }

    .welknownpart h1 {
        font-size: 36px;
        line-height: 41px;
    }

    .welknownpart {
        min-height: 570px;
    }

    .topicon i {
        width: 60px;
        height: 60px;
        background-size: 30px;
    }

    .topicon {
        border: 5px solid rgba(0,0,0,0.15);
        margin: 8px 0 0px;
    }

    .topicontent {
        font-size: 14px;
        line-height: 14px;
        padding: 30px 0 0 15px;
    }

    .toptitle {
        font-size: 30px;
    }

    .quickbookwrap .toptitle {
        margin: -16px 0 48px;
    }

    .awardaria .toptitle {
        line-height: 40px;
    }

    .awardariabg {
        min-height: 365px;
    }

    .appleft p {
        font-size: 26px;
        padding: 0 0 25px;
    }

    .appleft img {
        max-width: 180px;
    }

    .appleft .toptitle span {
        display: inline-block;
    }

    .footernav {
        width: 42%;
    }

    .footeradr {
        width: 100%;
        margin: 20px 0 0px;
    }

    .footertop .footeradr .footertitle {
        margin: 0 0 15px;
    }

    .footertop .footertitle {
        margin: 0 0 20px;
        font-size: 20px;
    }

    .footersupport p {
        margin: 0 0 3px;
    }

    .copyrights {
        width: 100%;
        margin: 0px;
        border: none;
    }

    .footeradr p {
        margin: 0 0 7px;
        padding: 0 0 6px 0;
    }

    .bookingformwrap {
        max-width: 100%;
        display: block;
        z-index: 1;
    }

    .sliderwrap a.carousel-control.left {
        left: 10px;
        margin: 0px;
        right: auto;
    }



    /*01-04-2020 hik*/

    .availble-banner-bg .inputgroup {
        width: 100%;
    }

    .availble-banner-bg .swapicon {
        right: 40px;
    }

    .availble-banner-bg .bookingform {
        text-align: left;
        overflow: hidden;
    }

    .availble-banner-bg .inputgroup.inputgroup02 {
        width: 100%;
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .availble-banner-bg .swapicon.swapicon02 {
        right: 40px;
    }

    .availble-banner-bg .searchbutton {
        width: 100%;
    }

        .availble-banner-bg .searchbutton input[type="submit"] {
            padding: 0px;
            background-position: 60% -1007px;
            font-size: 16px;
        }

    .available-rout-head {
        display: none;
    }

    .mob-show {
        display: block;
    }

    .available-seat-head {
        width: 100%;
    }

    .departure-head {
        width: 100%;
    }

    .services-head {
        width: 100%;
    }

    .rout-ser-ava .mob-show > h6 {
        width: 100%;
        float: left;
        padding: 6px 15px;
        margin: 0;
        background: #eff1f2;
        color: #2f2483;
        line-height: normal;
        font-size: 16px;
        font-weight: 600;
    }

    .rout-ser-ava:hover, .rout-ser-ava:focus, .rout-ser-ava.active {
        background: #fafafa;
    }

    .rout-ser-ava .available-table-head {
        font-size: 15px;
    }

    .rout-ser-ava.active .mob-show > h6 {
        background: #068bc6;
        border-color: #99cee6;
        color: #ffffff;
    }

    .view-seat-btn {
        float: left;
        font-size: 14px;
        padding: 10px 20px;
        line-height: normal;
    }

    .rout-seat-btn a[aria-expanded="true"] .close-seat-section-btn {
        float: left;
    }

    .rout-ser-ava {
        padding: 0px;
    }

        .rout-ser-ava .available-table-head {
            padding: 10px 15px;
        }

    .rout-point-rgt {
        float: right;
        padding: 0;
        width: 25px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        position: relative;
        top: 20px;
        right: 5px;
    }

    .available-table-head {
        width: 100%;
    }

    .rout-ser-ava .available-table-head.rout-seat, .fare-head, .rout-ser-ava .available-table-head.rout-seat-btn {
        text-align: left;
    }

    .accordion-available-bg .rout-ser-ava .mob-show > h6 {
        background: #068bc6;
    }

    .tab-content .col-sm-5, .tab-content .col-sm-7 {
        width: 100%;
    }

    .lower-deck-bg {
        width: 470px;
    }

    .availb-boardings-cc ul {
        width: auto;
    }

    .col-xs-12.seadetailsright {
        padding-left: 15px;
    }

    /*.tab-content {
        text-align: center;
    }*/

    .availb-boardings-cc ul li {
        float: none;
        display: inline-block;
    }

    .ser-boarding-lft {
        text-align: left;
    }

    .seact-chat {
        margin: -23px 0 0 0px;
    }

    .passenger-details {
        width: 80%;
    }

    .passenger-details-bg {
        top: 20px;
    }

    .lower-deck-bg h3 {
        margin: 0 0 15px 0;
    }

    .availble-banner-bg .searchbutton input[type="submit"], .searchbtn {
        background-position: 57% -860px;
        padding: 0 40px 0 0;
        height: 50px;
    }

    .rout-info-detail h3 {
        font-size: 30px;
        margin: 30px 0 10px;
    }

    .rout-info-detail p > span {
        line-height: normal;
    }

    .avldateslide {
        padding: 0 30px;
    }

        .avldateslide .slick-arrow {
            width: 30px;
            height: 70px;
        }

    .avldatebox {
        padding: 0;
    }

    .avldatecont {
        font-size: 14px;
    }

    .seatsdetailswrap .Tools .col-md-4.ng-scope {
        float: left;
        width: 50%;
        text-align: left;
        padding-bottom: 7px;
    }

        .seatsdetailswrap .Tools .col-md-4.ng-scope > div {
            margin-right: 5px !important;
        }
}

@media only screen and (max-width:832px) {
    .appleft p {
        font-size: 24px;
    }
}

@media only screen and (max-width:770px) {
    .appleft p {
        font-size: 22px;
    }
}

@media only screen and (max-width:767px) {

    .bookingform.busbooking.trackcargo .inputinr select, .bookingform.busbooking.trackcargo .inputinr input[type="text"], .bookingform.busbooking.trackcargo .select2-container--default .select2-selection--single {
        font-size: 14px !important;
    }

    .topdestination li {
        padding: 0 30px;
    }

    .toptitle {
        margin: 0 0 24px;
    }

    .welknownpart h1 {
        font-size: 30px;
        line-height: 34px;
    }

    /* leftmenu start */

    .fixedbtn {
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 1030;
    }

        .fixedbtn.topfixedicon {
            position: fixed !important;
            top: 10px !important;
            z-index: 99999 !important;
            margin: 0 !important;
            padding: 0 !important;
            width: 24px;
            height: 24px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            left: 42%;
        }

            .fixedbtn.topfixedicon span {
                display: none;
            }

            .fixedbtn.topfixedicon:after {
                font-family: FontAwesome;
                content: "\f00d";
                right: -25px;
                top: -7px;
                position: absolute;
                font-size: 20px;
                color: #4f42b2;
            }

    .menufixed .navbar-toggle {
        background-color: transparent;
        border-color: transparent;
        margin: 5px;
        padding: 6px;
        position: relative;
        top: 0;
        z-index: 3;
    }

        .menufixed .navbar-toggle .icon-bar {
            background: #fff;
        }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        float: left;
        width: 100%;
    }

    .headermenu .navbar-inverse .navbar-toggle:focus,
    .headermenu .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        margin: 0 10px 0 0;
    }

    .headermenu .navbar-inverse .container-fluid {
        padding: 0 15px;
        text-align: center;
        background: #3e3e3e;
    }

    .headermenu .navbar-inverse .navbar-nav > li, .headermenu .navbar-inverse .navbar-nav > li:first-child {
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            padding: 10px 11px;
            color: #333;
            margin: 0px;
            font-size: 15px;
        }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.95);
        box-shadow: 0 0 5px #B0B0B0;
    }

        .headermenu .navbar-inverse .navbar-collapse {
            border: none !important;
        }


    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .headermenu .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        padding-top: 34px;
        z-index: 9999;
        background: #fff;
    }

    .side-collapse.in {
        width: 0;
    }

    /* leftmenu end */

    .mybookwrap {
        font-size: 10px;
    }

        .mybookwrap th {
            padding: 20px !important;
        }

        .mybookwrap th {
            padding: 0 30px 10px 0 !important;
        }

    .cancellationform button[type="button"], .cancellationform input[type="submit"], .search-btn {
        font-size: 13px !important;
    }

    .cancellation table th, .cancellation table td {
        padding: 3px;
        font-size: 11px;
        line-height: normal;
    }

    .cancellationform.newagntreg {
        width: 100%;
        margin: 10px 0 0;
    }

    .AccountInfo {
        width: 100% !important;
    }

    .tableroute th, .tableroute td {
        display: block;
        width: 100% !important;
        text-align: left;
    }

    .tableroute th {
        padding-top: 10px;
    }

    .tableroute .search-btn {
        max-width: 100%;
        margin: 10px 0 0;
    }
    /*.cldroute {
	position: relative;
	left: 95.5%;
	margin: -33px 0 0;
}
    .tableroute .ajax__calendar_container {
	left: auto !important;
	right: 24px !important;
}*/
    .routradio {
        padding: 0 10px 0 0;
    }

    .table-responsive.routwrap {
        padding-left: 5px;
    }

    .right-side-column {
        max-width: 100%;
    }

    .routwrap table {
        width: 100%;
    }

    .routwrap input[type="text"], .routwrap select {
        width: 100% !important;
    }

    .routwrap .ajax__calendar_container td, .routwrap .ajax__calendar_container th {
        width: auto !important;
        display: inline-block !important;
    }

    .routwrap .src-btn {
        float: none;
        display: inline-block;
        margin: 0 0 10px;
    }

    .routwrap .bus_detail_legends {
        margin: 0;
    }

        .routwrap .bus_detail_legends h2 {
            padding: 5px 0;
            display: block;
            width: 100% !important;
            text-align: left;
        }

    .routetoptitle {
        display: none;
    }

    .routetitlemobile {
        display: block;
    }

    .routeload {
        padding: 0;
    }

    .routecol {
        width: 50%;
    }

        .routecol.routecol06 input {
            float: left;
            width: 100%;
        }

    .routerow {
        position: relative;
    }

    .routecol.routecol01 {
        width: 100%;
        padding: 10px 0 0;
    }

        .routecol.routecol01 img {
            margin: 0 0 3px;
        }

    .tooltips_Amenities {
        margin: 0 0 3px 3px !important;
    }

    .routecol.routecol06.routeload {
        width: 100%;
        padding: 0 5px 5px;
    }

    .routecol.routecol06 input {
        float: left;
        width: 100% !important;
        max-width: 100%;
    }

        .routecol.routecol06 input:hover {
            background: #4d98be;
        }

    .right-side-column.seatmainright {
        max-width: 100%;
    }

    .left-side-column.seatmainleft {
        max-width: 100%;
    }

    .seatmainright .journey-info {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .journey-info table.journeytbl {
        display: table !important;
    }

    .journey-info td {
        width: 50%;
    }

    .seatmainright .ChartDisplay {
        float: none;
        max-width: 380px;
        width: 100%;
        margin: 14px auto 0;
        display: block;
    }

    .cldroute {
        position: relative;
        margin: -31px 0 0;
        float: right;
    }

        .cldroute img {
            float: right;
            width: 24px;
        }

    .search-btn.search-btn-cn {
        max-width: 100%;
    }

    .refundiv {
        padding: 0;
    }

    .cancellationotes.table-responsive {
        font-size: 9px !important;
        border: none;
    }

    .cancelstus {
        margin: 0 !important;
        padding: 10px 5px 0 10px !important;
        font-size: 12px !important;
    }

    .w800 {
        width: 100% !important;
        padding: 0 !important;
    }

    .gv_galleryWrap {
        WIDTH: 98% !important;
    }

    .gv_gallery, .gv_panelWrap, .gv_panel {
        width: 100% !important;
    }

    .gv_filmstripWrap {
        width: 78% !important;
    }

    .gv_panel img, .gv_panel, .gv_panelWrap {
        height: 280px !important;
    }

    .search_form .search_bus input, .search_form .search_bus select {
        width: 100%;
        font-size: 13px;
    }

    #ctl00_content_pnlLogin {
        width: 100% !important;
        padding-left: 0 !important;
    }

        #ctl00_content_pnlLogin tr th {
            text-align: left;
        }

    .pagecap h2 {
        padding-left: 1%;
    }

    .box-sub {
        width: 95%;
        min-height: 150px;
    }

    .pagecap {
        padding: 0 2%;
    }

    .customerinfo .pagecap {
        padding: 0;
    }

    .bx-sub {
        padding-left: 0;
        width: 100%;
    }

    #content .intro_sec {
        height: inherit !important;
    }

    h2.title span {
        top: 6px;
    }

    .ft-sub1 {
        float: none;
        width: 166px;
        padding: 0 0 0 20px;
        margin: 10px auto;
    }

    .ft-sub2, .ft-sub3 {
    }

    .search_form .search_bus div.select_box {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .ajax__calendar .ajax__calendar_container {
        z-index: 999999;
    }

    .search_bus {
        padding: 0;
        width: 100%;
    }

    .search_form .search_bus div.select_box, .search_form .search_bus div.calender {
        width: 23%;
        display: inline-table;
    }

    .search-btn1 input {
        height: 35px;
    }

    .search-btn1 {
        width: 100%;
    }

    .search_form .search_bus input.date {
        width: 92%;
    }

    #content .hot_routes {
        float: left;
        margin: 0px auto;
        width: 100%;
        overflow: hidden;
        clear: both;
    }

    .sub-cnt-right {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        margin-right: 0;
    }

    .sub-cnt {
        margin-top: 10px;
        width: 100%;
    }

    .sub-cnt-right p {
        font-size: 15px;
    }

    .other-s-txt {
        font-size: 16px;
    }

    .line {
        margin: 25px 0;
    }

    .application {
        background-position: left top;
        min-height: 10px;
        padding: 37px 0 123px;
        background-size: cover;
        margin: 30px 0 0;
    }

    .appleft {
        width: 100%;
    }

        .appleft .toptitle {
            margin: 0 0 10px;
        }

        .appleft p {
            padding: 0 0 15px;
        }

        .appleft img {
            max-width: 160px;
        }

    .appright {
        width: 100%;
        padding: 30px 0 0 100px;
    }

        .appright img {
            max-width: 270px;
        }

    #footer ul li {
        padding: 0px 10px;
        margin-bottom: 10px;
    }

    #ctl00_sitecontent_upAll div {
        width: 100% !important;
        padding: 0 !important;
    }

    textarea {
        resize: none;
        height: 50px !important;
    }

    .cldr-inp {
        width: 170px !important;
    }

    .frm-inp-jump {
        width: 172px !important;
    }

    p {
        font-size: 13px;
        line-height: 24px;
        margin: 10px 0;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 18px;
    }

    .main_middel h2 {
        font-weight: bold;
    }

    #ctl00_sitecontent_upAll td, #ctl00_sitecontent_upAll th, #ctl00_sitecontent_pnlLogin th, .left-tables th {
        text-align: left;
    }

    #ctl00_sitecontent_pnlLogin, .left-tables {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .full-width {
        width: 100% !important;
        padding: 0 !important;
        clear: both;
    }

    .av-rts {
        width: 100%;
    }

        .av-rts td {
            width: 21%;
            float: left;
        }

            .av-rts td input {
                width: 100% !important;
                padding: 3px;
                height: 18px;
            }

            .av-rts td select {
                width: 100% !important;
            }

        .av-rts span {
            float: left;
            width: 100%;
            text-align: left;
        }

    .src-btn {
        float: none;
        text-align: center;
        display: inline-block;
        margin: 10px 0;
    }

    .bus_detail {
        height: auto;
    }

    .cancellation {
        width: 98%;
        clear: both;
    }

        .cancellation table {
            width: 100% !important;
            clear: both;
        }

    .canc {
        float: left;
        clear: both;
    }
    /*seat-selaction part*/
    .main_right {
        float: left;
        width: 35%;
    }

        .main_right .right-side-column, .main_right .right, .main_right .journey-info, .main_right table {
            width: 100%;
            float: left;
            font-size: 13px;
        }

    .middle-side-column {
        float: right;
        width: 65%;
    }

        .middle-side-column .middle {
            margin: 0;
            width: 95%;
            float: right;
        }

    .main-left {
        float: left;
        width: 100%;
        min-height: inherit;
    }

    .left-side-tab1 {
        float: left;
        width: 100%;
    }

    .main-left table {
        width: 100%;
    }

    .twise-trip {
        width: 100% !important;
        margin: 0;
    }

    .left-side-tab1 {
        float: left;
        width: 100%;
    }

        .left-side-tab1 input {
            width: 100% !important;
            height: 20px !important;
            line-height: normal;
        }

        .left-side-tab1 .cldr-inp-val {
            width: 8% !important;
        }

    .cldr-inp.cldr-inp-val1 {
        width: 90% !important;
    }

    #ctl00_sitecontent_chkIAgree {
        width: auto !important;
        margin-left: 0;
    }

    .twise-trip .search-btn {
        width: auto !important;
        height: 32px !important;
        line-height: 30px;
    }

    .ChartDisplay {
        width: 100%;
    }

    .date-cal1 {
        width: inherit !important;
    }

    .gv_panelNavPrev, .gv_panelNavNext {
        top: 45% !important;
    }

    #ctl00_sitecontent_uplserach {
        min-height: inherit;
    }

    /*.tableCell {
        width: 37px;
        border: none !important;
    }*/

    .half {
        width: 100%;
    }

    .inner-imgs, .inner-imgs-left {
        width: 200px !important;
    }

    #ctl00_sitecontent_div_policy table {
        width: 100%;
    }

    .main_Testimonials {
        width: 95%;
        word-break: break-all;
    }

    .rmm-toggled {
        display: block !important;
    }

    .form-main {
        z-index: 999;
        margin-top: 0;
    }

    .slogan:before, .line:before {
        background-size: 100%;
    }

    .other-service {
        width: 100%;
    }

    .other-sub {
        width: 48%;
        margin: 0 1%;
    }

    .route li {
        padding: 0 0.5% 10px 0;
    }

    .search-btn1 {
        width: 100% !important;
        margin-top: 0px;
    }

    .slogan {
        font-size: 24px;
    }

        .slogan .fix_width {
            padding: 30px 0;
        }

    .sub-cnt-right h3, .route h3, h3, .page-cap h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px !important;
    }

    .full-width-res {
        width: 100% !important;
        margin: 0 !important;
    }

    .slidermain1 {
        width: 98%;
    }

    .margin-zero {
        margin: 0 !important;
    }

    #ctl00_content_uppnr table {
        width: 100% !important;
    }

    .filter_search {
        width: 100%;
    }

    .availroutes {
        width: 100%;
    }

    .boxconian-avail {
        padding: 10px 5px 8px;
        width: 98%;
    }

    .frm-left {
        width: 90%;
    }

    .cldr-icone-avail {
        float: left;
        margin-left: 10px;
    }

    .cldr-box-avail input {
        width: 80% !important;
    }

    .frm-center.RoundTripDisplay label {
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

    .pre-next-btns input {
        padding: 0 5px;
    }

    .aval-main-full {
        float: left;
        width: 50%;
    }

    .seat-main-left {
        width: 100% !important;
    }

    #ctl00_content_upseatdetails {
        float: left;
        width: 100%;
    }

    .selectseat_middle_mn_bo .cldr-inp1 {
        width: 23px !important;
    }


    #ctl00_content_tblSeatDetail tr {
        width: 100% !important;
        float: left;
    }

        #ctl00_content_tblSeatDetail tr select {
            width: 100%;
        }

        #ctl00_content_tblSeatDetail tr td {
            width: 32% !important;
            float: left;
        }

    .ddl-cldr-inp {
        width: 100% !important;
    }

    .selectseat_middle_mn_bo table, .selectseat_middle_mn_bo input {
        width: 100% !important;
    }

    .selectseat_middle_mn_bo .search-btn {
        margin-bottom: 5px;
        width: inherit !important;
    }

    .imp-note {
        margin: 0 !important;
        width: 100% !important;
        padding: 0 !important;
    }

    #ctl00_content_chkIAgree {
        width: auto !important;
    }

    #ctl00_content_SingleTripDiv .SingleTripDiv1 {
        width: 96% !important;
        margin: 0 10px !important;
    }

    #ctl00_content_SingleTripDiv {
        float: left;
        width: 100%;
    }

    .seats-right {
        float: left !important;
        width: 100% !important;
        padding-bottom: 35px !important;
    }

    .selectseat_mn table {
        width: 100%;
    }

    .header-middle-middle {
        z-index: 999;
    }

    .bgcontent_inner {
        padding: 10px 10px 20px !important;
    }

    .smap .main_middel ul {
        padding: 0 0 0 20px;
    }

    .cancellationform.mailafriend .tablefull td, .cancellationform.buschrterd .tablefull td {
        min-width: 10px !important;
        max-width: 200px !important;
    }

    .orderdata {
        font-size: 12px;
    }

    .tableroute .aval-main-full {
        width: 50%;
    }

    .aval-main-full.avalsearch .frm-left {
        display: none;
    }

    .bgcontent_inner.bgcontentinner_avl {
        padding: 0 !important;
    }

    .bookbottom {
        padding: 20px 15px 15px;
    }

    .avalfullwrap {
        width: 100%;
    }

    /*27-03-2020 hik*/
    .headertop {
        text-align: center;
        padding: 15px 0 15px;
    }

    .sitelogo {
        width: 100%;
        float: none;
        display: inline-block;
    }

        .sitelogo a {
            float: none;
        }

            .sitelogo a img {
                width: 305px;
            }

    .headertopleft {
        padding: 15px 0 0px;
    }


    .headermenu {
        height: 40px;
    }

    .cargosender h3 {
        margin: 0 !important;
    }

    .welknownleft {
        max-width: 66%;
        float: none;
        display: inline-block;
        position: relative;
    }

    .aboutuswrap {
        text-align: center;
    }

    .welknownright {
        padding: 20px 0 0;
    }

    .quickbookbg {
        min-height: 74px;
    }

    .quickbookwrap .toptitle {
        margin: -16px 0 38px;
    }

    .galleryaria {
        padding: 0 0 40px;
    }

    .awardaria .toptitle {
        padding: 0 0 130px;
    }

    .readmorewelcome a {
        float: none;
        display: inline-block;
    }

    .topcontactswrapper {
        border-top: 70px solid #1fb8f1;
    }

    .quickbookwrap {
        padding: 20px 0 0px;
    }

    .footersupport {
        width: 50%;
    }

    .footernav {
        width: 50%;
    }

    /*01-04-2020 hik*/
    .availble-banner-bg .searchbutton input[type="submit"] {
        height: 50px;
        background-position: 62% -1012px;
    }

    .passenger-details {
        width: 98%;
        max-height: 466px;
        overflow: auto;
        float: right;
    }

    .passenger-details-bg {
        top: 20px;
        padding: 0 15px 0 0;
    }

    .passenger-scroll {
        max-height: none;
        overflow: visible;
    }

    .gst-details-bg {
        margin: 0;
        padding: 10px 0;
    }

    .appicon a {
        width: 120px;
    }

    .footersocial {
        padding: 20px 0 0;
    }

        .footersocial a {
            font-size: 18px;
            width: 34px;
            height: 34px;
            margin: 0 5px 0 0;
            line-height: 32px;
        }
}

@media only screen and (max-width: 639px) {
    .headertopleft p {
        padding: 0 8px 10px 30px;
    }


    .bookingformwrap h2 {
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.10);
    }

    .bookbus {
        box-shadow: none;
    }

    .bookingformwrap .bookingtoplinks {
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

    .bookingformwrap .nav-tabs > li {
        text-align: center;
        width: auto;
        display: inline-block !important;
        float: none;
    }


    .tableradio th span {
        display: block;
        margin: 0 0 5px;
    }

    .tableradio input[type="radio"] {
        float: left;
    }

    .tableradio label {
        display: block;
    }

    .cancellationotein, .cancelstus > table {
        width: 639px;
    }

    .topcontbox, .topcontbox.topcontbox02, .topcontbox.topcontbox03 {
        padding-right: 6px;
    }

    .topcontbox {
        font-size: 14px;
        padding: 0px 0 0px 17px;
        margin: 0;
        line-height: 18px;
        background-size: 60px;
    }

        .topcontbox.topcontbox02 {
            background-position: left -135px;
        }

        .topcontbox.topcontbox03 {
            background-position: left -266px;
        }

    .routebgin p {
        font-size: 12px;
    }

    .routebgin {
        padding: 5px 0;
        text-align: center;
    }

        .routebgin p a {
            margin-right: 9px;
            float: none;
            display: inline-block;
        }

            .routebgin p a:after {
                right: -6px;
            }

        .routebgin p span {
            display: block;
            width: 100%;
            padding: 0;
        }

    .comfortbox span {
        height: 70px;
        background-size: 70px !important;
        background-position: center -60px;
    }

        .comfortbox span.comfort02 {
            background-position: center -335px;
        }

        .comfortbox span.comfort03 {
            background-position: center -606px;
        }

        .comfortbox span.comfort04 {
            background-position: center -877px;
        }

        .comfortbox span.comfort05 {
            background-position: center -1147px;
        }

        .comfortbox span.comfort06 {
            background-position: center -1418px;
        }

        .comfortbox span.comfort07 {
            background-position: center -1690px;
        }

        .comfortbox span.comfort08 {
            background-position: center -1960px;
        }

        .comfortbox span.comfort09 {
            background-position: center -2232px;
        }

    .comfortbox:hover span {
        background-position: center -194px;
    }

        .comfortbox:hover span.comfort02 {
            background-position: center -468px;
        }

        .comfortbox:hover span.comfort03 {
            background-position: center -740px;
        }

        .comfortbox:hover span.comfort04 {
            background-position: center -1013px;
        }

        .comfortbox:hover span.comfort05 {
            background-position: center -1282px;
        }

        .comfortbox:hover span.comfort06 {
            background-position: center -1556px;
        }

        .comfortbox:hover span.comfort07 {
            background-position: center -1826px;
        }

        .comfortbox:hover span.comfort08 {
            background-position: center -2096px;
        }

        .comfortbox:hover span.comfort09 {
            background-position: center -2366px;
        }

    .comfortbox h3 {
        font-size: 12px;
        line-height: 14px;
    }

    /*27-03-2020 hik*/
    .footernav ul.footernavright {
        width: 50%;
    }

    .footernav ul.footernavleft {
        width: 50%;
    }

    .footernav {
        width: 100%;
    }

    .footersupport {
        width: 100%;
        padding: 15px 0px;
    }

    .footeradr {
        margin: 10px 0 0px;
    }

    .fixedbtn.topfixedicon:after {
        right: 0px;
    }
    /*01-04-2020 hik*/
    .ser-boarding-lft {
        width: 100%;
        margin: 0 0 20px;
    }

    .availble-banner-bg .searchbutton input[type="submit"] {
        background-position: 65% -1012px;
    }

    .passenger-details {
        width: 95%;
        padding: 15px;
    }

        .passenger-details h3 {
            font-size: 20px;
        }

    .selcet-input-gst {
        width: 100px;
    }

    .gst-total-rs h4, .gst-total-rs h5 {
        font-size: 18px;
    }

    .pay-now-btn ul li {
        width: 90px;
    }

        .pay-now-btn ul li a {
            line-height: 40px;
            height: 40px;
            font-size: 15px;
        }

    .pay-now-money-bg .check-gst-lft .container-checkbox {
        margin: 0px;
    }

    .availble-banner-bg .searchbutton input[type="submit"], .searchbtn {
        background-position: 62% -860px;
    }

    .application {
        padding: 25px 0 110px;
    }

    .appleft .toptitle {
        margin: 0 0 5px;
    }

    .appleft img {
        max-width: 140px;
    }

    .appleft p {
        font-size: 20px;
    }

    .appright {
        padding: 30px 0 0 90px;
    }

        .appright img {
            max-width: 250px;
        }
}

@media only screen and (max-width: 550px) {
    /*seat-selaction part*/
    .left-side-tab1, .main_right {
        float: left;
        width: 100%;
    }

    .middle-side-column {
        float: left;
        width: 100%;
    }

    .main_right .right-side-column, .main_right .right, .main_right .journey-info, .main_right table {
        height: inherit;
    }

    .tooltips {
        background: none;
    }

    .search_form .search_bus div.select_box, .search_form .search_bus div.calender {
        width: 21%;
    }

    .search-btn1 {
        width: 40px !important;
    }

    .search_form .search_bus input, .search_form .search_bus select {
        font-size: 12px;
    }

    /*27-03-2020 hik*/

    .bookingform {
        text-align: left;
    }

    .welknownpart h1 {
        font-size: 26px;
        line-height: 31px;
    }

    .topcontbox {
        padding: 0px;
    }

    .copyrights {
        padding: 9px 0 3px;
        font-size: 14px;
    }

    /*01-04-2020 hik*/
    .rout-info-journey {
        margin: 0 0 20px 0;
    }

    .tab-available-seat-bg .nav-tabs > li > a {
        padding: 0 24px;
    }

    .lower-deck-bg {
        width: 100%;
        overflow: auto;
        position: relative;
    }

    .string-icon {
        left: 0;
    }

    .availb-boardings-cc {
        margin: 0px 0 25px;
    }

    .coupon-text ul li {
        padding: 0px 11px;
    }

    .check-gst-lft .container-checkbox {
        font-size: 15px;
    }

    .selcet-input-gst {
        width: 94px;
    }

    .pay-now-btn ul li a {
        line-height: 31px;
        height: 30px;
        font-size: 13px;
    }

    .pay-now-btn ul li {
        width: 70px;
    }

    .gst-total-rs h4, .gst-total-rs h5 {
        font-size: 16px;
    }

    .pay-now-btn ul {
        margin: 3px 0 0 0px;
    }

    .buscharter h3 {
        margin-top: 0;
        font-size: 16px;
    }
}

@media only screen and (max-width:480px) {

    .inputinr .rfv {
        font-size: 12px;
        bottom: -5px;
    }

    .inputinr.inputpadleft .rfv {
        left: 0;
    }

    .inputgroup {
        padding: 0;
    }

    .jumpbox {
        padding: 10px 4%;
    }

    .slogan .fix_width {
        padding: 20px 0;
    }

    .readmore {
        padding: 5px 5px;
    }

    .form-main {
        margin-top: 0px;
    }

    .search-btn1 {
        width: 100% !important;
    }

    .slogan {
        font-size: 18px;
    }

    .main-div1 {
        margin: 0px 0;
    }

    .other-sub {
        width: 98%;
        margin: 1%;
    }

    .search_form {
        width: 96%;
        padding: 2%;
    }

    .slidermain1 {
        width: 85%;
    }


    .marg-l {
        left: 0;
    }

    .rmm {
        top: 68px;
    }

    .search_form .search_bus input.date {
        padding: 0 0 0 6px;
        background: url(../images/site/cal.png) no-repeat 99% center #fff;
    }

    #content .intro_txt {
        float: none;
        overflow: hidden;
    }

        #content .intro_txt h2.title {
            font-size: 18px;
        }

    #content .hot_routes {
        clear: both;
        width: 100%;
        margin-top: 25px;
        float: none;
    }

    .inner-imgs, .inner-imgs-left {
        width: 100% !important;
        margin: 0 0 10px 0;
    }

    .boxconian-avail {
        padding: 5px 0;
        width: 99%;
    }

    .aval-main-full {
        float: left;
        width: 96%;
        padding: 0 2%;
    }

    .frm-right-avail, .cldr-box-avail {
        width: 100%;
    }

    .frm-center {
        margin-left: 8px;
    }

    #ctl00_sitecontent_upAll td, #ctl00_sitecontent_upAll th,
    #ctl00_sitecontent_uplbuschartred td, #ctl00_sitecontent_uplbuschartred th {
        text-align: left;
    }

    #ctl00_sitecontent_div_policy table {
        width: 100% !important;
    }

    .left-tables td {
        padding-left: 0 !important;
        text-align: left !important;
    }

    .left-tables ol {
        margin: 0;
    }

    .cancellation {
        width: 95%;
    }

    table {
        width: 100% !important;
    }

    #ctl00_sitecontent_uplbuschartred div {
        padding-left: 0 !important;
    }

    .full-width {
        width: 100% !important;
        float: left;
    }

        .full-width table {
            float: left;
            width: 100%;
        }

    table td {
        text-align: left;
    }

    p {
        font-size: 13px;
        line-height: 24px;
        margin: 10px 0;
    }

    #ctl00_sitecontent_uplcaptcha {
        float: left;
    }

    .cap-class {
        float: left;
        width: 100%;
    }

    .full-width th, .full-width td {
        float: left;
        width: 100%;
    }

    #ctl00_sitecontent_CalendarExtender1_daysTable thead, #ctl00_sitecontent_CalendarExtender1_daysTable td {
        width: auto !important;
        float: none;
    }

    .Journey-Time {
        width: 70px !important;
    }

    .av-rts td {
        width: 48%;
    }

    .date-cal {
        width: 40% !important;
    }

    .date-cal1 {
        text-align: right;
    }

    /*seat-selaction part*/

    .ChartDisplay {
        width: 100%;
    }

    .middle-side-column .middle {
        margin: 0;
        width: 100%;
        float: left;
    }

    .gv_panelNavPrev, .gv_panelNavNext {
        top: 45% !important;
    }

    .box {
        margin: 5px 0;
        width: 98%;
        min-height: inherit;
    }

    .box-sub {
        min-height: inherit;
    }

    #content .hot_routes {
        width: 96%;
    }

    .hot1 {
        width: 100%;
        padding: 0%;
    }

    .banner_bg {
        margin-top: 10px;
    }

    #content .hot_routes.last {
        margin: 0px auto !important;
        width: 100%;
    }

    .small-bus-part li {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

        .small-bus-part li:last-child {
            margin: 0 auto;
        }

    .sub-cnt-right h3 {
        font-size: 20px;
    }

    /*27-03-2020 hik*/
    .sitelogo a img {
        width: 245px;
    }

    /*.agntlogin {
        width: 100%;
        text-align: left;
    }

        .agntlogin .dropdown-toggle i {
            float: right;
        }*/

    .inputinr {
        width: 100%;
        padding: 0 0 10px !important;
        margin: 0 0 5px;
    }

    .availble-banner-bg .inputinr.inputpadleft {
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .swapicon {
        top: 55px;
        transform: rotate(90deg);
        right: 1px;
        background-position: center -456px;
        background-size: 60px;
        left: auto;
    }

    .aminitieslide {
        min-height: 210px;
        margin: -110px 0 0;
        padding: 0 0 0 50px;
    }

        .aminitieslide .titleamnty {
            width: 50px;
            font-size: 24px;
        }

            .aminitieslide .titleamnty span {
                bottom: 42px;
            }

    .aminitiesbox {
        margin: 40px 0 0;
    }

    .topdestination li a {
        font-size: 15px;
    }

    .topdestination li {
        padding: 0 15px;
    }

    .topdestination marquee {
        height: 46px;
    }

    .inputinr label {
        font-size: 12px;
    }

    .topdestination li a span {
        background-position: center 6px;
        padding: 14px 30px;
        display: inline-block;
        height: 40px;
        background-size: 44px;
    }

    .searchbutton {
        margin: 0 0 10px;
    }

    .headermenu .side-collapse {
        width: 70%;
    }

    .side-collapse.in {
        width: 0px;
    }

    .fixedbtn.topfixedicon {
        left: 58%;
    }

    .sliderwrap a.carousel-control {
        height: 30px;
        width: 30px;
        background-position: center -605px;
    }

        .sliderwrap a.carousel-control.right {
            background-position: center -731px;
        }

    .sliderwrap a.carousel-control {
        top: 40%;
    }

    .welknownleft {
        max-width: 100%;
    }

    .quickbookbg {
        min-height: 40px;
    }

    .quickbookwrap .toptitle {
        margin: -16px 0 18px;
    }

    .toptitle {
        font-size: 23px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    .welknownpart h1 {
        font-size: 23px;
        line-height: normal;
    }

    .galleryaria {
        padding: 0 0 30px;
    }

    .awardaria .toptitle {
        line-height: normal;
    }

    .copyrights {
        font-size: 13px;
    }

    /*01-04-2020 hik*/

    .availble-banner-bg .inputgroup.inputgroup01 {
        padding-left: 0px;
    }

    .availble-banner-bg .inputinr.inputinrswap01 {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .availble-banner-bg .inputinr.inputinrswap01, .availble-banner-bg .inputinr.inputinrswap02 {
        padding: 0 0 0 15px !important;
    }

    .availble-banner-bg .inputinr {
        padding: 0 0 0 12px !important;
    }

    .availble-banner-bg .inputgroup.inputgroup02 {
        padding: 0px;
    }

    .availble-banner-bg .swapicon.swapicon02 {
        right: -85%;
        top: 62px;
    }

    .availble-banner-bg .inputinr input[type="text"].jdate {
        background-position: left -516px !important;
    }

    .availble-banner-bg .inputinr input[type="text"].jdate {
        padding-left: 37px !important;
    }

    .availble-banner-bg .swapicon {
        right: -85%;
        background-size: 70px;
        background-position: center -596px !important;
        top: 41px;
    }

    .availble-banner-bg .bookingformwrap {
        margin: 0px;
    }

    .nav-tabs > li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba( 255,255,255,0.2);
    }

    .seact-chat {
        width: 380px;
    }

    .boarging-continue-btn a {
        margin: 14px 0 0;
    }

    .passenger-details h3 {
        font-size: 18px;
    }

    .close-passnger-gst-popup img {
        width: 20px;
    }

    .passegaer-iocn-head h4 {
        font-size: 16px;
    }

    .passenger-head {
        line-height: 35px;
        font-size: 13px;
        padding: 0 7px;
    }

        .passenger-head span {
            font-size: 12px;
        }

    .pass-name-ctn {
        width: 100%;
        margin: 10px 0 0px;
        text-align: left;
    }

        .pass-name-ctn input {
            text-align: left;
        }

    .passenger-info-bg {
        padding: 10px;
    }

    .contact-info-bg .passegaer-iocn-head h4 span {
        width: 100%;
    }

    .contact-info-bg .pass-name-ctn {
        width: 100%;
    }

    .selcet-input-gst {
        width: 100%;
    }

    .input-input-gst {
        margin: 15px 0px;
    }

    .check-gst-lft {
        margin: 0 0 15px;
    }

    .gst-total-rs h4, .gst-total-rs h5 {
        width: 100%;
        text-align: center;
        margin: 4px 0;
    }

    .pay-now-btn {
        width: 100%;
        text-align: center;
    }

        .pay-now-btn ul {
            float: none;
            display: inline-block;
        }

    .pay-now-money-bg {
        margin: 10px 0;
    }

    .rout-info-detail p {
        font-size: 14px;
    }

    .gst-details-bg {
        margin: 15px 0px;
        padding: 15px 0px;
    }

    .pass-name-chaeck-rgt {
        float: left;
    }

    .pass-name-lft {
        width: 100%;
    }

    .passenger-details {
        width: 100%;
    }

    .availble-banner-bg .searchbutton input[type="submit"] {
        background-position: 76% -1012px;
        font-size: 14px;
    }

    .rout-info-detail h3 {
        font-size: 18px;
        margin: 20px 0 5px;
    }

        .rout-info-detail h3 img {
            width: 26px;
        }

    .bgcontent_inner {
        box-shadow: none !important;
        padding: 0 !important;
    }

    .passenger-info-bg, .check-gst-lft {
        margin: 0;
    }

    .rout-info-journey {
        margin: 0;
    }

    .boarging-add p {
        padding: 1px 0 0 24px;
        background-position: left -95px;
    }

    .ser-boarding-lft {
        padding: 0;
    }

    .boarging-service-bg h3 {
        margin: 0 !important;
    }

    .bgcontent_inner h2 {
        font-size: 20px !important;
    }

    .bgcontent_inner .titbg_page h2, .bgcontent_inner .main_middel h2 {
        font-size: 18px !important;
    }

    .contactus {
        padding: 0 !important;
    }

        .contactus h3 {
            font-size: 18px;
        }

    .availble-banner-bg {
        background: none;
        padding: 0;
    }

    .cancellationform input[type="checkbox"] {
        margin: 0 5px 0 0 !important;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media only screen and (max-width:479px) {
    .headertopleft p {
        padding: 0 2px 10px 25px;
    }

        .headertopleft p.headmail {
            padding: 0 8px 10px 25px;
        }

        .headertopleft p:before {
            line-height: 19px;
        }

    .bookingform.busbooking.trackcargo {
        padding: 5px 10px 10px;
    }

    .bookingformwrap .bookingtoplinks li a {
        padding: 8px;
        font-size: 13px;
    }

    .cargosender {
        width: 100%;
        float: left;
    }

        .cargosender .cargoinput .form-control {
            border-right: 1px solid rgba(51,51,51,0.20);
        }

    .application {
        margin: 15px 0 0;
        padding: 20px 0 98px;
    }

    .appleft p {
        font-size: 18px;
    }

    .appleft img {
        max-width: 120px;
    }

    .appright {
        padding: 30px 0 0 75px;
    }

        .appright img {
            max-width: 210px;
        }
}


@media only screen and (max-width:442px) {

    .bgcontent_inner .tablefull td, .bgcontent_inner .tablefull th {
        text-align: left;
        font-size: 12px;
    }

    .availble-banner-bg .searchbutton input[type="submit"], .searchbtn {
        background-position: 67% -860px;
    }

    .copirgt {
        display: block;
    }

    .copyrights {
        padding: 10px 0;
        line-height: 18px;
    }

    .footernav ul.footernavleft, .footernav ul.footernavright {
        width: auto;
    }

    .footernav ul li a {
        font-size: 13px;
    }

    .footersupport p span {
        display: block;
    }

    .footertop .footertitle {
        font-size: 18px;
    }

    .footernav ul li {
        padding: 0 0 6px;
    }

    .footertop {
        padding: 20px 0;
    }

    .appicon a {
        display: inline-block;
        width: 114px;
    }

    .footersupport {
        width: 100%;
        padding: 15px 0 10px;
    }

    .footertop .appicon .footertitle {
        margin: 0 0 10px !important;
    }

    .rout-ser-ava {
        margin: 0;
    }

        .rout-ser-ava .mob-show > h6 {
            padding: 7px 15px;
            font-size: 15px;
            line-height: normal;
        }

        .rout-ser-ava .available-table-head {
            padding: 10px 5px 10px 10px;
        }

        .rout-ser-ava .available-table-head {
            font-size: 16px;
            line-height: normal;
        }

            .rout-ser-ava .available-table-head span {
                line-height: normal;
            }

    .view-seat-btn {
        font-size: 12px;
        padding: 0 30px;
        margin: 2px 0 0;
        padding: 7px 12px !important;
        line-height: normal;
    }

    .seatsdetailswrap .Tools .col-md-4.ng-scope {
        width: 100%;
    }

    #ctl00_content_div_policy table td, #ctl00_content_div_policy table th {
        font-size: 12px !important;
    }
}

@media only screen and (max-width:379px) {
    .bookingformwrap .bookingtoplinks li a {
        padding: 5px;
        font-size: 12px;
    }
}

@media only screen and (max-width:373px) {
    .application {
        padding: 20px 0 110px;
    }

    .appright {
        padding: 25px 0 0 80px;
    }
}

@media only screen and (max-width:339px) {
    .bookingformwrap .bookingtoplinks li a {
        font-size: 11px;
    }
}
/*Vote Now*/
.modal-lg {
    width: 500px !important;
    z-index: 999;
    position: absolute !important;
    margin: 0 auto !important;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

    .modal-lg .close {
        font-size: 30px;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .modal-lg .modal-body {
        position: relative;
        padding: 28px 0 0;
    }

        .modal-lg .modal-body a {
            display: inline-block;
        }

@media only screen and (max-width:512px) {
    .modal-dialog {
        width: auto !important;
    }
}
