
html, body, p, ul, div, form, input, select, section, nav, header, footer {
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Fira Sans', sans-serif !important;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #3e3e3e;
    line-height: normal;
}

a {
    text-decoration: none;
    outline: none;
    color: #f15e0a;
}

    a:focus {
        text-decoration: none !important;
        outline: none !important;
    }

    a img {
        outline: none;
        border: none;
    }

th {
    font-weight: normal;
}

p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}


ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

input, select {
    border: 1px solid #d1d1d1;
    color: #666;
    height: 26px;
    line-height: 26px;
}

.left {
    float: left;
}

input[type=radio], input[type=checkbox] {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    height: auto !important;
}

.right {
    float: right;
}

.clear {
    clear: both;
    float: none;
}

.center {
    text-align: center;
}

.fix_width {
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

#content {
    /*padding: 20px 0;*/
    width: 100%;
    float: left;
    clear: both;
}

    #content h2 {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 24px;
        color: #252525;
    }


/******************* HEADER *******************/
#header {
    display: block;
    position: relative;
    background-color: #fff;
    clear: both;
    width: 100%;
    float: left;
}

    #header .header_content {
        width: 100%;
        float: left;
    }

        #header .header_content .logo {
            float: left;
            padding: 26px 0 0;
        }

            #header .header_content .logo a {
                display: block;
            }

                #header .header_content .logo a:focus {
                    outline: none;
                }

.headeright {
    float: right;
    width: 57%;
}

.appstorewrap {
    padding: 15px 0 10px;
    text-align: right;
    width: 100%;
    float: left;
}

.bus_detail {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    margin: 0 0 20px;
}

.helplinewrap {
    float: right;
    background-image: url(../images/site/icon01.png);
    background-repeat: no-repeat;
    background-position: left -226px;
    padding: 1px 0 0 68px;
    position: relative;
    line-height: 20px;
}

    .helplinewrap:after {
        background: #e5e5e5;
        content: "";
        position: absolute;
        top: 2px;
        left: 50px;
        width: 1px;
        height: 38px;
    }

.helpline span {
    color: #666666;
    font-weight: 400;
    float: right;
}

.helpline a {
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.helpline i {
    display: inline-block;
    vertical-align: middle;
}

.helplinewrap:after {
    background: #e5e5e5;
    content: "";
    position: absolute;
    top: 0;
    left: 53px;
    width: 1px;
    height: 41px;
}

.agentregistration {
    float: right;
    padding: 4px 0 0 15px;
}

    .agentregistration a {
        float: left;
        background-image: url(../images/site/icon03.png);
        background-repeat: no-repeat;
        background-position: right -575px;
        width: 154px;
        height: 38px;
    }

        .agentregistration a:hover, .gplay:hover {
            opacity: 0.9;
        }

.gplay {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

    .gplay a {
        background-image: url(../images/site/icon03.png);
        background-repeat: no-repeat;
        background-position: center top;
        width: 120px;
        height: 38px;
        display: block;
    }

.appstore.gplay a {
    background-position: center -287px;
}

.topmail {
    display: inline-block;
    color: #666666;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    background-image: url(../images/site/icon01.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 4px 0 5px 36px;
    font-size: 15px;
    vertical-align: middle;
}

    .topmail a {
        color: #666666;
    }

    .topmail span {
        font-weight: 500;
        color: #148ec8;
    }

    .topmail a:hover, .topmail a:focus, .helpline a:hover, .helpline a:focus {
        color: #148ec8;
        text-decoration: none;
    }

#header .nav {
    display: block;
    width: 100%;
    float: left;
}

    #header .nav ul li {
        display: inline-block;
        text-align: center;
        padding: 0 9px;
    }

        #header .nav ul li:last-child {
            background: none;
        }

        #header .nav ul li a {
            display: block;
            line-height: 45px;
            color: #fff;
            font-size: 15px;
        }

            #header .nav ul li a:hover, #header .nav ul li.active a {
                color: #fff;
            }


/******************* FOOTER *******************/
#footer {
    width: 100%;
    float: left;
    clear: both;
    background-color: #fff;
    background-image: url(../images/site/worksbg.jpg);
    background-repeat: repeat;
    background-position: left top;
    border-top: 2px solid #3e3e3e;
}


/******************* HOME PAGE *******************/
#banner {
    background-image: url(../images/site/bannerbg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 36px;
}

.search_form {
    width: 290px;
    background: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.7);
    float: left;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

    .search_form h3 {
        color: #1d5b8a;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 13px;
        text-shadow: 0 1px 0 #fff;
        -webkit-text-shadow: 0 1px 0 #fff;
        -moz-text-shadow: 0 1px 0 #fff;
    }

.sec_box_content {
    padding: 10px 15px;
}

.search_form .search_bus div.select_box, .search_form .search_bus div.calender {
    margin-bottom: 15px;
}

.search_form label {
    display: block;
    font-size: 14px;
    color: #FFF;
}

.search_form .search_bus input, .search_form .search_bus select {
    width: 99%;
    height: 32px;
    line-height: 36px;
    border: 1px solid #ccc;
    color: #666;
    padding: 0 0 0 10px !important;
}

    .search_form .search_bus input.date {
        width: 96%;
        background: url(../images/site/calender_icon.jpg) no-repeat 97% center #fff;
    }

    .search_form .search_bus input.submit, .search-btn {
        background-color: #269edd !important;
        border-style: none;
        color: #fff !important;
        font-family: 'Fira Sans', sans-serif !important;
        font-weight: 500 !important;
        float: left;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 0;
        padding: 7px 20px;
        line-height: normal;
        height: auto;
    }

        .search_form .search_bus input.submit:hover, .search-btn:hover {
            background-color: #1a598e !important;
        }

    .search_form .search_bus input.submit {
        margin-bottom: 11px;
        margin-top: 15px;
    }

#content h2.title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #252525;
    text-transform: uppercase;
}

#content .hot_routes {
    margin-top: 25px;
    width: 290px;
    float: right;
    background: url(../images/site/hot_desti_shdow.jpg) no-repeat right bottom;
    padding-bottom: 16px;
}

    #content .hot_routes ul {
        padding: 0 15px;
    }

    #content .hot_routes li {
        margin-bottom: 10px;
        padding-left: 20px;
        background: url(../images/site/bullet_icon.jpg) no-repeat left 5px;
        line-height: 20px;
    }

        #content .hot_routes li a {
            color: #666;
        }

#content .intro_txt {
    float: left;
    width: 66%;
    margin-top: 25px;
}

#content .banner {
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

#content a.more {
    color: #572509;
    font-weight: 600;
}

.ajax__calendar_container TABLE div {
    margin: 0px !important;
}


/*AutoComplete flyout */
.autocomplete_completionListElement {
    border: inset 1px #C5DFF6;
    padding: 0px;
    list-style: none;
    margin: 0px;
    height: auto;
    overflow: auto;
    width: 150px;
    font-family: "Trebuchet MS";
    color: #195688;
    font-weight: bold;
    background: #F9F9F9;
}

.autocomplete_completionListElementFromTo {
    border: inset 1px #CD1434;
    padding: 0px;
    list-style: none;
    margin: 0px;
    height: auto;
    overflow: auto;
    width: 150px !important;
    font-family: "Trebuchet MS";
    color: #333333;
    font-weight: bold;
    background: silver;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background: #F7F3F7;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
    font-weight: normal;
    list-style: none;
    color: #333333;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
}


/* AutoComplete item */
.autocomplete_listItem {
    border-bottom: 1px solid #FFFFFF;
    padding: 5px;
    font-weight: normal;
    list-style: none;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
}


/* ToolTip Amenities*/
.tooltips_Amenities {
    position: relative;
    display: inline;
    cursor: pointer;
}

div.tooltips_Amenities span {
    position: absolute;
    width: 250px;
    color: #FFFFFF;
    background: rgba(51, 51, 51, 0.95);
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    cursor: pointer;
}
/*div.tooltips_Amenities span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #8BBFBF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}*/
div:hover.tooltips_Amenities span {
    visibility: visible;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}
/* end Tootal tip Amenities*/


/* =========================== New Style Start - 26/12/2017 =========================== */



img {
    max-width: 100%;
}

a, a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    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: 1230px;
}

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;
}

.fix_width_home {
    width: 100%;
    float: left;
    clear: both;
}

.headertop {
    width: 100%;
    float: left;
    min-height: 120px;
}

/* leftmenu start */

.headermenu {
    width: 100%;
    float: left;
    background-color: #3e3e3e;
    clear: both;
    min-height: 42px;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
        position: relative;
        margin: 0;
        z-index: 9;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 0;
            float: left;
            width: 100%;
            padding: 0;
        }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-family: 'Fira Sans', sans-serif;
        font-size: 16px;
        margin: 0 0 0 32px;
        padding: 18px 0;
        text-decoration: none;
        text-transform: capitalize;
        font-weight: 400;
    }

    .headermenu .navbar-inverse .navbar-nav > li:first-child > a {
        margin: 0;
    }

    .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: transparent;
        color: #00b9ff;
        outline: none;
    }


/* leftmenu end */

.comingsnmenu a {
    position: relative;
}

.comingsnmenu:hover:after {
    position: absolute;
    content: "Coming Soon";
    color: #fff;
    top: auto;
    right: 0;
    bottom: -36px;
    background: #fb5800;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

.comingsnmenu:hover:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 60px;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: #fb5800 transparent;
    display: block;
    width: 0;
}

/* 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 {
    width: 100%;
    float: left;
}

    .sliderwrap .carousel {
        z-index: 9;
    }

    .sliderwrap img {
        float: left;
        padding: 95px 0 0;
    }

    .sliderwrap .carousel-control {
        background-color: #0287d1;
        background-image: none !important;
        height: 40px;
        margin: 0;
        top: auto;
        opacity: 1;
        color: #fff;
        text-align: center;
        border: 2px solid #fff;
        width: 40px;
        z-index: 999;
        bottom: -96px;
    }

        .sliderwrap .carousel-control.right {
            right: auto;
            left: 38px;
        }

        .sliderwrap .carousel-control:hover {
            background: #fff;
            color: #0287d1;
            opacity: 1;
        }

        .sliderwrap .carousel-control i {
            line-height: 34px;
            font-size: 30px;
            text-shadow: none;
        }

.bannersapleft {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 6;
}

.bannersapright {
    position: absolute;
    top: -50px;
    left: auto;
    right: 0;
}


.bookingformwrap {
    width: 100%;
    float: left;
    padding: 111px 0 0;
}

.bookingform {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px;
    background: #252525;
    z-index: 999;
}

.inputgroup {
    float: left;
    width: 39%;
    position: relative;
    padding: 10px 0 0;
}

.swapicon {
    background-image: url(../images/site/icon01.png);
    background-repeat: no-repeat;
    background-position: center -463px;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.inputinr {
    float: left;
    padding: 0 10px;
    width: 50%;
}

.inputinrwrap {
    position: relative;
    width: 100%;
    float: left;
}

.autocomplete_completionListElement {
    max-height: 250px;
    overflow: auto;
    z-index: 999;
}

.inputinr #ctl00_content_RegularExpressionValidator1 {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
}

.inputinr.inputinrswap01 {
    padding: 0 28px 0 0;
}

.inputinr.inputinrswap02 {
    padding-left: 28px;
}

    .inputinr.inputinrswap01 input[type="text"], .inputinr.inputinrswap02 input[type="text"] {
        background-image: none;
    }

.inputinr select, .inputinr input[type="text"] {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #515151;
    color: #929292;
    cursor: pointer;
    font-size: 16px;
    height: 38px;
    font-style: italic;
    font-weight: 400;
    padding: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    .inputinr select option {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 12px;
    }

.inputinr input[type="text"] {
    background-image: url("../images/site/icon01.png");
    background-position: right -668px;
    background-repeat: no-repeat;
}

    .inputinr input[type="text"]:focus {
        color: #fff;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border-bottom: 2px solid #fff;
        outline: none;
    }

.inputinr .form-control::-moz-placeholder {
    color: #f3bb8b;
}

.searchbutton {
    float: right;
    text-align: center;
    width: 18%;
}

    .searchbutton input[type="submit"] {
        background-color: transparent;
        background-image: url("../images/site/icon02.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        border: none;
        font-size: 0;
        width: 100%;
        height: 54px;
        padding: 0;
    }

        .searchbutton input[type="submit"]:hover {
            opacity: 0.9;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

#ui-datepicker-div {
    z-index: 999 !important;
}


.control:focus ~ .floating-label,
.control:not(:focus):valid ~ .floating-label {
    top: 0;
    left: 0;
    opacity: 0;
}

.floating-label {
    opacity: 1;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: -10px;
    font-size: 12px;
    color: #929292;
    transition: 0.3s ease all;
}

#ctl00_content_RFToCity, #ctl00_content_RFFromCity {
    font-size: 13px;
    font-weight: normal;
}

.topdestinationwrap {
    width: 100%;
    float: left;
    padding: 14px 0 13px;
    position: relative;
    z-index: 0;
}

.topdestination {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    z-index: 9;
}

    .topdestination marquee {
        height: 16px;
    }

    .topdestination h2 {
        color: #999999;
        font-size: 22px;
        float: left;
        margin: 0;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        background-image: url(../images/site/icon01.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 20px 27px 20px 0;
    }

        .topdestination h2 span {
            color: #1a5891;
            font-weight: 600;
        }

    .topdestination ul {
        margin: 0;
        display: block;
        padding: 21px 0 0 7px;
        width: auto;
        overflow: hidden;
        min-height: 16px;
    }

        .topdestination ul li {
            float: left;
            list-style: none;
        }

            .topdestination ul li a {
                color: #3884bd;
                font-size: 16px;
                font-weight: 500;
                display: block;
                width: 100%;
                float: left;
                position: relative;
                text-transform: uppercase;
                padding: 0 20px;
                border-left: 2px solid #c3c3c3;
                line-height: 16px;
            }


                .topdestination ul li a:hover, .topdestination ul li a:focus {
                    color: #1a5891;
                    text-decoration: none;
                }

            .topdestination ul li:first-child a {
                border-left: none;
            }

.welcomewrapper {
    width: 100%;
    float: left;
    background-color: #363636;
    background-image: url(../images/site/testimnlbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    clear: both;
    padding: 0 0 40px;
}

.welcomecont {
    width: 100%;
    float: left;
}

.welcometitle {
    width: 100%;
    float: left;
    border-bottom: 1px solid #545454;
    text-align: center;
}

    .welcometitle h1 {
        color: #fff;
        font-size: 40px;
        text-transform: uppercase;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700;
        display: inline-block;
        border-bottom: 3px solid #676767;
        margin: 26px 0 -2px;
        line-height: 56px;
        letter-spacing: 1px;
    }

        .welcometitle h1 span {
            font-weight: 300;
        }

.abtitle {
    color: #30b9fc;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    width: 100%;
    float: left;
    line-height: normal;
    padding: 33px 0 18px;
    letter-spacing: 0.4px;
    margin: 0;
}

    .abtitle span {
        font-weight: 400;
        color: #a6a6a6;
    }

.aboutptt {
    width: 35.1%;
    float: left;
}

.whychooseus {
    width: 35.6%;
    float: left;
    padding: 0 39px;
}

.ourclients {
    width: 29.2%;
    float: right;
}

.aboutpttcont {
    width: 100%;
    float: left;
}

    .aboutpttcont img {
        float: left;
        border: 5px solid #fff;
        margin: 0 0 22px;
    }

    .aboutpttcont p {
        color: #cdcdcd;
        font-size: 16px;
        line-height: 23px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
        width: 100%;
        float: left;
        margin: 0 0 12px;
        text-align: justify;
    }

        .aboutpttcont p span {
            color: #30b9fc;
            font-weight: 600;
        }

        .aboutpttcont p i {
            color: #30b9fc;
            text-transform: uppercase;
            font-weight: 700;
        }

        .aboutpttcont p.aboutpttcont02 {
            color: #feffff;
            font-style: italic;
        }

            .aboutpttcont p.aboutpttcont02 span {
                font-style: normal;
            }

.whychoosecont {
    width: 100%;
    float: left;
}

.knowmore {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

    .knowmore a {
        color: #00afff;
        font-size: 16px;
        float: left;
        line-height: normal;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
        text-align: center;
        background: #fff;
        padding: 10px 16px;
        text-transform: uppercase;
    }

        .knowmore a:hover {
            color: #fff;
            background: #00afff;
            text-decoration: none;
        }

.servicesbox {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 26px 10px 23px 55px;
    color: #cdcdcd;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    background-image: url(../images/site/icon01.png);
    background-repeat: no-repeat;
    background-position: left -1220px;
    min-height: 82px;
}

    .servicesbox.servicesbox02 {
        padding-top: 32px;
        background-position: left -1385px;
    }

    .servicesbox.servicesbox03 {
        padding-top: 32px;
        background-position: left -1546px;
    }

    .servicesbox.servicesbox02 span {
        color: #ad93eb;
    }

    .servicesbox.servicesbox03 span {
        color: #f97b63;
    }


    .servicesbox span {
        font-family: 'Fira Sans', sans-serif;
        color: #8ac152;
        font-size: 20px;
        text-transform: uppercase;
        display: block;
        font-style: normal;
        line-height: normal;
        font-weight: 600;
        padding: 0 0 7px;
        letter-spacing: 0.2px;
    }

.clientsboxwrap {
    width: 100%;
    float: left;
    background-color: #fff;
    background-image: url(../images/site/clientsaptop.jpg), url(../images/site/clientsapbottom.jpg);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    min-height: 457px;
    border: 5px solid #fff;
}

.clientsbox {
    width: 100%;
    text-align: center;
    float: left;
    padding: 33px 15px 29px 30px;
    max-height: 424px;
    overflow: auto;
}

    /* scroll style */

    .clientsbox::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .clientsbox::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .clientsbox::-webkit-scrollbar-thumb {
        background-color: #1a5891;
    }


    .clientsbox h5 {
        color: #3e3e3e;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 26px;
        font-weight: 500;
        letter-spacing: 0.2px;
        margin: 21px 0 14px;
    }

        .clientsbox h5 span {
            color: #1a5891;
            font-size: 20px;
            font-weight: 600;
            display: block;
        }

    .clientsbox p {
        color: #3e3e3e;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-style: italic;
        margin: 0;
    }

.clientsboxwrap .carousel {
    z-index: 3;
}

.clientsboxwrap .carousel-control {
    background-color: #c3c3c3;
    background-image: none !important;
    height: 80px;
    margin: 0;
    top: 37%;
    opacity: 1;
    color: #fff;
    text-align: center;
    border: none;
    width: 25px;
    z-index: 3;
    margin: -5px;
}

    .clientsboxwrap .carousel-control:hover {
        background: #00afff;
        color: #fff;
        opacity: 1;
    }

    .clientsboxwrap .carousel-control i {
        line-height: 80px;
        font-size: 30px;
        text-shadow: none;
    }

.howitworkwrapper {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    overflow: hidden;
}

.howitworkstop {
    width: 100%;
    float: left;
    background-color: #fff;
    background-image: url(../images/site/worksbg.jpg);
    background-repeat: repeat;
    min-height: 279px;
    background-position: left top;
}

.howititle {
    color: #1a598e;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    width: 100%;
    float: left;
    line-height: normal;
    padding: 30px 0 18px;
    letter-spacing: 0.6px;
    text-align: center;
    margin: 0;
}

    .howititle span {
        font-weight: 300;
        color: #999999;
    }

.howitworkbus01 {
    background-image: url(../images/site/howitworkbus01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
    max-width: 307px;
    min-height: 239px;
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
}

.howitworksbottom {
    width: 100%;
    text-align: center;
    float: left;
    background-color: #1b4f77;
    background-image: url(../images/site/howitworkbg02.jpg);
    background-repeat: no-repeat;
    min-height: 278px;
    background-size: cover;
    background-position: center center;
}

.howitworkimages {
    width: 100%;
    float: left;
    margin: -171px 0 0;
}

.howworkmobile {
    display: none;
}

.howitworksbottom p {
    color: #fff;
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 28px 0 14px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}

    .howitworksbottom p i {
        color: #00afff;
        font-weight: 500;
        text-transform: uppercase;
        font-style: normal;
    }

    .howitworksbottom p b {
        font-weight: 500;
        text-transform: uppercase;
    }

    .howitworksbottom p span {
        display: block;
    }

.howitworkbus02 {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 12px;
}

.weofferwrapper {
    width: 100%;
    float: left;
    clear: both;
    background-color: #fff;
    background-image: url(../images/site/worksbg.jpg);
    background-repeat: repeat;
    background-position: left top;
}

.weofferleft {
    background-color: #0e1120;
    background-image: url(../images/site/weofferleft.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 500px;
    width: 50%;
    float: left;
}

.weofferight {
    background-image: url(../images/site/weofferight.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 500px;
    width: 50%;
    float: right;
    background-color: #2f2f2f;
    background-size: cover;
}

.weoffercontent {
    width: 100%;
    float: left;
    max-width: 600px;
    padding: 15px 0 0 32px;
}

.wehavetitle {
    color: #fffefe;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 0 0 7px;
    position: relative;
    padding: 0 0 5px;
}

    .wehavetitle:after {
        background-image: url(../images/site/icon01.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        content: "";
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
    }

    .wehavetitle span {
        font-weight: 300;
    }


.newroutes {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(96,96,96,0.40);
    padding: 0 0 14px 25px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    background-image: url(../images/site/icon01.png);
    background-repeat: no-repeat;
    background-position: left -1074px;
    margin: 5px 0 0;
}

    .newroutes a {
        color: #00afff;
        font-weight: 500;
    }

        .newroutes a:hover {
            color: #fff;
            text-decoration: none;
        }

.footertop {
    width: 100%;
    float: left;
    box-shadow: 0 1px 2px rgba(0,0,0,0.20);
    margin: 0 0 3px;
    padding: 32px 0 20px;
}

    .footertop .container {
        position: relative;
    }

.footernav {
    width: 50%;
    float: left;
}

.footernavtitle {
    font-family: 'Fira Sans', sans-serif;
    color: #0d77b1;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    padding: 0 0 10px;
    margin: 0;
}

.footernavbox {
    width: 29%;
    float: left;
    margin: 0;
    padding: 0;
}

    .footernavbox.footernavbox03 {
        width: 42%;
    }

    .footernavbox li {
        list-style: none;
        padding: 0 0 4px;
    }

        .footernavbox li a {
            color: #333333;
            font-size: 15px;
            text-transform: capitalize;
            font-family: 'Fira Sans', sans-serif;
        }

            .footernavbox li a:hover, .footernavbox li a:focus {
                color: #00afff;
                text-decoration: none;
            }

.letsbefriends {
    width: 25%;
    float: left;
    padding: 0 0 0 17px;
}

.footersocial {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    padding: 0 0 9px;
}

    .footersocial h4 {
        font-family: 'Fira Sans', sans-serif;
        color: #0d77b1;
        font-size: 20px;
        font-weight: 500;
        padding: 1px 5px 0 0;
        float: left;
        margin: 0;
    }

    .footersocial a {
        float: left;
        color: #4696d3;
        margin-left: 6px;
        margin-top: -2px;
        width: 28px;
        border: 1px solid #afafb0;
        height: 28px;
        border-radius: 50%;
        font-size: 14px;
        text-align: center;
        line-height: 27px;
        box-shadow: 0 1px 1px #90abcd;
    }

        .footersocial a:hover {
            background: #afafb0;
            color: #fff;
            border: 1px solid #afafb0;
        }

.subscribewrap {
    width: 100%;
    float: left;
    padding: 12px 0 10px;
}

    .subscribewrap h4, .subscribewrap h5 {
        font-family: 'Fira Sans', sans-serif;
        color: #333333;
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        line-height: normal;
    }

    .subscribewrap span {
        color: #0d77b1;
        font-size: 18px;
        font-weight: 500;
        display: block;
    }


.bottomsearch {
    width: 100%;
    border-radius: 5px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin: 10px 0 0;
}

    .bottomsearch input[type="text"] {
        background-color: #f9f9f9;
        border: 1px solid #395070;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
        color: #333;
        font-size: 13px;
        height: 24px;
        padding-left: 6px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none \9;
        -o-appearance: none;
    }

    .bottomsearch input[type="submit"] {
        background-color: #269edd;
        border-style: none;
        color: #fff;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        float: right;
        font-size: 12px;
        height: 22px;
        text-transform: uppercase;
        width: 100%;
        max-width: 60px;
        border-radius: 0;
        position: absolute;
        right: 1px;
        top: 1px;
        padding: 0;
        line-height: 22px;
    }

        .bottomsearch input[type="submit"]:hover {
            background-color: #395070;
        }

.bokonline {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    padding: 8px 0 18px 65px;
    color: #333333;
    font-size: 15px;
    line-height: normal;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    background-image: url(../images/site/icon02.png);
    background-repeat: no-repeat;
    background-position: left 0;
    margin: 7px 0 0;
}

    .bokonline span, .bokorder span {
        display: block;
    }

.bokorder {
    width: 100%;
    float: left;
    padding: 0 0 0 59px;
    color: #333333;
    font-size: 15px;
    line-height: normal;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    background-image: url(../images/site/icon02.png);
    background-repeat: no-repeat;
    background-position: left -214px;
    margin: 18px 0 0 13px;
}


.footeright {
    width: 20%;
    float: right;
}

.copyrightwrapper {
    width: 100%;
    float: left;
    background-color: #fff;
}

.copyrightinn {
    float: left;
    width: 100%;
    text-align: center;
    padding: 7px 0 10px;
}

.copyrights {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 0;
    vertical-align: middle;
}

    .copyrights a {
        font-weight: 600;
        color: #0d77b1;
        text-transform: uppercase;
    }

        .copyrights a:hover {
            color: #00afff;
            text-decoration: none;
        }


.poweredby {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
    border-left: 2px solid #e5e5e5;
    margin-left: 9px;
}

    .poweredby span {
        float: left;
        color: #666666;
        font-size: 14px;
        padding: 3px 8px 0 0;
        font-weight: 400;
    }

    .poweredby a {
        float: left;
        background-image: url(../images/site/icon03.png);
        background-repeat: no-repeat;
        background-position: left -888px;
        width: 153px;
        height: 24px;
    }



.managedby {
    display: inline-block;
    font-size: 14px;
    color: #cf2630;
    padding: 5px 0 5px 14px;
    border-left: 2px solid #e5e5e5;
    font-weight: 400;
    margin: 0 0 0 10px;
}

    .managedby a {
        color: #cf2630;
        text-transform: uppercase;
        background: url(../images/site/icon-iipl.png) no-repeat left top;
        padding: 1px 0 3px 27px;
        font-weight: 600;
    }

        .managedby a:hover {
            color: #cf2630;
            opacity: 0.9;
            text-decoration: none;
        }

#back-to-top {
    background-image: url(../images/site/icon03.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    left: auto;
    position: fixed;
    right: 110px;
    top: auto;
    width: 30px;
    height: 66px;
    cursor: pointer;
    bottom: 215px;
    display: none;
    z-index: 999999;
}

    #back-to-top:hover {
        opacity: 0.9;
    }



span.rfv {
    color: #ff0000;
    display: inline;
    font-size: 12px;
    font-weight: normal;
}

.innerwrap {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

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,
.cancellationform input[type="text"], .cancellationform input[type="email"], .cancellationform input[type="password"], .cancellationform input[type="number"], .cancellationform select, .cancellationform textarea {
    width: 100% !important;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #b3cfe5;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    height: 32px;
    padding-left: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    margin: 0 0 12px;
}

.innerwrap label, .tablefull th {
    font-weight: 500;
    color: #333333;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    margin: 0 0 12px;
}


.cancellation table {
    width: 100%;
}

    .cancellation table th, .cancellation table td {
        padding: 3px;
    }

.cancellationform {
    max-width: 530px;
    margin: 0px auto;
    width: 100%;
}

    .cancellationform.newagntreg {
        max-width: 100%;
        width: 56%;
        float: left;
        margin: 30px 0 0;
    }

    .cancellationform input[type="text"], .cancellationform select, .cancellationform textarea {
        width: 100% !important;
    }

    .cancellationform input[type="checkbox"] {
        margin: 4px 4px 0 0 !important;
        float: left;
    }

.tableradio {
    margin: 0 0 10px;
}

    .tableradio input[type="radio"] {
        margin: 1px 3px 0 0 !important;
    }

    .tableradio label {
        padding-right: 7px;
        font-weight: 500;
        color: #5f5f5f;
        text-transform: capitalize;
    }

.agreetoall {
    display: block;
    overflow: hidden;
}

.ajax__calendar_container {
    min-width: 170px;
    width: auto !important;
    z-index: 999;
}

    .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;
}

.iagreeconf label {
    font-weight: 400;
}

.confbook.cancellationform ol {
    padding: 0 0 10px 15px;
}


td.calicons img {
    max-width: 26px;
}

.captafull input {
    width: 100% !important;
}

.cancellationform.buschrterd h3 {
    margin: 15px 0 9px;
    color: #148ec8 !important;
    font-weight: 600;
}

.cancellationform.newagntreg th {
    width: 90px;
}

.search-btn.searchright {
    margin-right: 0;
}

.cancellation.termscancels {
    margin: 10px 0;
    float: left;
}


.tbl_seatdetail td {
    padding-right: 3px;
}

    .tbl_seatdetail td select {
        font-weight: normal;
    }

.TestmonialText {
    font-size: 16px;
    margin: 15px 10px 5px 40px;
}

.main_Testimonials {
    float: left;
    width: 1180px;
    border: 1px solid #818181;
    margin: 5px 0;
    padding: 10px;
    font-size: 16px;
}

.comments-img {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    float: left;
    height: auto;
    margin-right: 8px;
    padding: 2px;
    width: 50px;
}

.TestimonialBox {
    width: 100%;
    float: left;
}

.TestimonialBox_title {
    float: left;
    background-color: #36b88f;
    border-radius: 7px;
}

    .TestimonialBox_title span {
        float: left;
        padding: 14px 23px 17px 69px;
        font-size: 20px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: 'FFKievitProBold';
        background-image: url(../images/site/icon-custspeek.png);
        background-repeat: no-repeat;
        background-position: 15px 8px;
        letter-spacing: 0.2px;
    }

.TestimonialBox_text {
    float: left;
    width: 86%;
    font-size: 16.3px;
}

/*.TestimonialBox_text:after {
        background: url("../images/site/routsap.png") repeat-y left top;
        content: "";
        height: 40px;
        right: 19px;
        top: 0;
        position: absolute;
        width: 2px;
    }*/

.cancellationotes {
    padding-top: 10px;
}

.cancellationotein {
    margin: 0 auto;
}

.refundiv {
    padding: 7px 0 0 103px;
}

#content1 {
    width: 100%;
    float: left;
    clear: both;
}

.jrndate {
    position: relative;
}

.jrndateicon {
    width: 30px;
    cursor: pointer;
}

    .jrndateicon input {
        width: 20px;
        height: auto;
    }

.retypecpt {
    display: block;
    font-size: 14px;
    padding: 0 0 3px;
}

.contact_us {
    width: 100%;
    float: left;
}

.simpleFAQ_list {
    width: 100%;
    float: left;
    clear: both;
}

.gallerywrap .column img {
    border: 1px solid #dfdfdf;
    cursor: pointer;
}

.refreshbtn {
    padding: 3px 0;
}

.tableradioinn {
    padding-left: 10px;
}

.nextprevwrap {
    width: 100%;
    float: left;
}

#ctl00_content_gvRouteWise tr, #ctl00_content_gvRouteWise2 tr {
    background-color: transparent !important;
}

.mybookwrap table {
    width: 100%;
    float: left;
}

.indicateswrap {
    width: 100%;
    float: left;
    clear: both;
    font-size: 13px;
}

    .indicateswrap label {
        font-weight: 500;
    }


.availablerts {
    width: 100%;
    float: left;
    padding: 38px 0;
}

.routerow {
    width: 100%;
    float: left;
    clear: both;
}

.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 span {
        float: right;
        font-size: 12px;
        padding: 0 10px 0 0;
    }

    .routecol.routecol06.routeload {
        padding-bottom: 5px;
    }

.routetoptitle {
    width: 100%;
    float: left;
    padding: 2px;
    box-sizing: border-box;
}

.titlebg-mybook .routecol {
    height: 52px;
    border-left: 2px solid #fff;
    padding-left: 10px;
}

.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;
    background: #1d5b8a;
    color: #fff;
}

.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;
}

.routradio {
    padding: 0 0 10px 40px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.tableroute th {
    width: 60px;
}

.tableroute input[type="text"], .tableroute select {
    width: 100% !important;
}

.tableroute th {
    width: 60px;
    text-align: right;
    padding-right: 6px;
}

.left-side-column.seatmainleft {
    min-height: 10px;
    width: 22%;
    font-family: 'Fira Sans', sans-serif;
    float: left;
}

.right-side-column.seatmainright {
    float: right;
    width: 78%;
    font-family: 'Fira Sans', sans-serif;
    max-width: 100%;
    padding: 0 0 30px;
}

.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 {
    padding: 6px 0;
    background: #eaf0f5;
    margin-bottom: 10px;
}

    .onwrdtitle td span {
        display: block;
    }

    .onwrdtitle td {
        padding: 6px 0 !important;
        font-weight: 500;
        font-family: 'Fira Sans', sans-serif;
    }

    .onwrdtitle.onwrdtitle02 {
        margin-top: 6px;
    }

.seatmainleft td, .journey-info td {
    padding-top: 3px;
}

.cldroute {
    vertical-align: top;
}

.bookbottom {
    /* width: 100%; */
    /* clear: both; */
    /* display: block; */
    /* max-width: 350px; */
    /* margin: 0 auto 10px; */
    /* background: #e9e9e9; */
    /* padding: 20px 60px; */
    width: 100%;
    clear: both;
    display: block;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 20px;
    background: #f5f5f5;
    padding: 20px 60px;
    float: left;
}

.availablerts h3 {
    color: #1d5b8a;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.avalabale_search-radio span {
    display: inline-block;
    margin: 0 6px;
}

    .avalabale_search-radio span label {
        font-weight: 500;
        font-size: 14px;
        margin: 0;
        cursor: pointer;
        text-transform: uppercase;
        color: #333;
    }

.searchbookwrap {
    width: 43%;
    float: left;
}

    .searchbookwrap label {
        font-weight: 500;
        color: #333333;
        font-size: 15px;
        margin: 0 0 3px;
        display: block;
        width: 100%;
        float: left;
    }

    .searchbookwrap input {
        width: 100% !important;
    }

    .searchbookwrap.searchbooksubmit {
        width: 13%;
        float: right;
        padding: 0 5px 0 0;
    }

        .searchbookwrap.searchbooksubmit input.submit {
            margin: 0;
            background-color: #269edd;
            border-style: none;
            color: #fff;
            font-family: 'Fira Sans', sans-serif;
            font-weight: 500;
            float: left;
            font-size: 16px;
            text-transform: uppercase;
            border-radius: 0;
            padding: 0 !important;
            line-height: normal;
            height: 32px;
            text-align: center;
        }

            .searchbookwrap.searchbooksubmit input.submit:hover {
                background-color: #195688;
            }


.availablerts .filter_search tr {
    display: table-cell;
    padding: 0 0 0 5px;
}

.availablerts .filter_search th {
    color: #EC0101;
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.availablerts .filter_search td {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px 0 0;
}

    .availablerts .filter_search td input {
        margin: 0 2px 0 0;
    }

    .availablerts .filter_search td label {
        margin: 0;
    }

.bus_detail_legends h3 {
    float: left;
    padding: 0 10px 0 0;
    font-size: 20px;
    margin: 0;
}

.nextprevwrap input {
    margin: 0;
}

.routablewrap tr {
    background-color: transparent !important;
}

.legendsicons, .legendsicons span {
    margin: 0 !important;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

    .legendsicons span {
        padding: 0 15px 0 1px;
    }

.bgcontent_inner h3.titlebg-mybook {
    background-color: #105e98;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    padding: 9px 0;
    text-align: center;
    margin: 0 0 7px;
}

.seatmainleft select, .journey-info select {
    width: 100% !important;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #b3cfe5;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    height: 32px;
    padding-left: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    margin: 0 0 12px;
}

.seatmainleft .genderselectwrap input[type="text"] {
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 13px;
    height: auto;
    padding: 0;
    text-align: left;
    padding: 0 0 0 7px;
    margin: 0 0 3px;
    width: 100%;
}

.seatmainleft .genderselectwrap select {
    width: auto !important;
    font-size: 12px;
    height: 32px;
    padding: 0 6px;
    margin: 0 0 10px;
}

.mobilnuminput input.mobilnum01 {
    height: 32px;
}

.mobilnuminput input.mobilnum02 {
    width: 92% !important;
    height: 32px;
}

.innerwrap.custinfowrap {
    font-family: 'Fira Sans', sans-serif;
}

    .innerwrap.custinfowrap label {
        margin: 0 0 3px;
        font-family: 'Fira Sans', sans-serif;
    }

.tablefull.tablentbnking table {
    width: 100%;
}

    .tablefull.tablentbnking table input {
        margin: 3px 3px 0 0;
    }

.tablefull.tablentbnking label {
    font-family: 'Fira Sans', sans-serif;
}

.iagreecust {
    padding: 0 0 10px;
}

    .iagreecust input[type="checkbox"] {
        margin: 5px 3px 0 0 !important;
        float: left;
    }

    .iagreecust label {
        font-weight: 400;
    }

/* Medea Queries */

@media only screen and (max-width: 1800px) {
    .newroutes {
        font-size: 15px;
        line-height: 22px;
    }

    .helpline {
        font-size: 14px;
    }

    .helplinewrap:after {
        top: 2px;
        left: 50px;
        width: 1px;
        height: 38px;
    }

    .appstorewrap {
        padding: 7px 0;
    }

    #header .header_content .logo {
        padding: 15px 0 0;
    }

    .headertop {
        min-height: 101px;
    }

    .bannersapleft {
        width: 390px;
    }

    .bannersapright {
        width: 425px;
    }


    .sliderwrap img {
        padding: 50px 0 0;
    }

    .howitworkbus01 {
        max-width: 200px;
        min-height: 170px;
    }

    .howitworkbus02 {
        right: -168px;
    }

    .bookingformwrap {
        padding: 50px 0 0;
    }

    .sliderwrap .carousel-control {
        bottom: -40px;
    }
}

@media only screen and (max-width: 1549px) {

    .bannersapleft, .bannersapright {
        width: 320px;
        top: -10px;
    }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 15px;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
    }

    .bookingformwrap {
        padding: 10px 0 0;
    }

    .bookingform {
        padding: 15px;
    }

    .howitworkbus01 {
        max-width: 150px;
        min-height: 120px;
    }

    .howititle {
        font-size: 34px;
    }

    .howitworkbus02 {
        right: 0;
        width: 150px;
    }

    #back-to-top {
        right: 20px;
    }

    .sliderwrap img {
        padding: 20px 0 0 170px;
        width: 820px;
    }

    .sliderwrap .carousel-control {
        bottom: 0;
    }

    #banner {
        padding: 0 0 30px;
    }

    .poweredby a {
        height: 25px;
    }

    .poweredby span {
        padding: 4px 8px 0 0;
    }
}

@media only screen and (max-width: 1319px) {

    .howitworkimages {
        width: 100%;
        float: left;
        margin: -145px 0 0;
        padding: 0 90px;
    }

    #back-to-top {
        right: 10px;
    }

    .howititle {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1229px) {
    .bannersapleft, .bannersapright {
        width: 270px;
    }

    .headeright {
        width: 64%;
    }

    #header .header_content .logo {
        width: 36%;
    }

    .gplay {
        padding: 0 0 0 1px;
    }

        .gplay a {
            width: 94px;
            height: 30px;
            background-size: 160px;
        }

    .appstore.gplay a {
        background-position: center -218px;
    }

    .topmail {
        background-position: left 2px;
        padding: 4px 5px 5px 24px;
        font-size: 13px;
        background-size: 45px;
    }

    .helplinewrap {
        background-position: left -180px;
        padding: 1px 0 3px 50px;
        line-height: 20px;
        background-size: 50px;
    }

    .helpline {
        font-size: 13px;
        line-height: normal;
    }


    .helplinewrap::after {
        top: 2px;
        left: 40px;
        height: 32px;
    }

    .helplinewrap:after {
        left: 40px;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        margin: 0 0 0 29px;
        padding: 18px 0;
    }

    .headertop {
        width: 100%;
        float: left;
        min-height: 10px;
        padding: 0 0 20px;
    }

    .sliderwrap img {
        width: 670px;
    }

    #banner {
        padding: 0 0 26px;
    }

    .bookingform {
        padding: 15px;
    }

    .inputgroup {
        padding: 7px 0 0;
        width: 41%;
    }

    .swapicon {
        top: 16px;
        width: 30px;
        height: 30px;
        background-size: 50px;
        background-position: center -372px;
    }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 14px;
        background-size: 52px;
        background-position: right -554px;
    }

    .searchbutton {
        width: 16%;
        padding: 5px 0;
    }

        .searchbutton input[type="submit"] {
            background-size: 100%;
            height: 43px;
        }

    .topdestinationwrap {
        padding: 10px 0;
    }

    .topdestination h2 {
        font-size: 18px;
        padding: 16px 15px 15px 0;
        background-size: 52px;
    }

    .topdestination ul {
        padding: 15px 0 0 5px;
        min-height: 14px;
    }

        .topdestination ul li a {
            font-size: 14px;
            padding: 0 10px;
            line-height: 16px;
        }

    .welcometitle h1 {
        font-size: 32px;
        line-height: normal;
        letter-spacing: normal;
    }

    .abtitle {
        font-size: 22px;
        padding: 28px 0 14px;
        letter-spacing: normal;
    }


    .whychooseus {
        padding: 0 24px;
    }

    .aboutpttcont img {
        margin: 0 0 20px;
    }

    .aboutpttcont p {
        font-size: 14px;
        margin: 0 0 9px;
        line-height: normal;
    }

    .servicesbox span {
        font-size: 16px;
        padding: 0 0 5px;
        letter-spacing: normal;
    }

    .servicesbox {
        padding: 20px 0 18px 30px !important;
        font-size: 14px !important;
        background-position: left -623px !important;
        background-size: 32px !important;
        line-height: normal;
    }

        .servicesbox.servicesbox02 {
            background-position: left -711px !important;
        }

        .servicesbox.servicesbox03 {
            background-position: left -794px !important;
        }

    .clientsbox {
        padding: 20px 24px 20px;
    }

        .clientsbox img {
            width: 110px;
        }

        .clientsbox h5 span {
            font-size: 18px;
        }

        .clientsbox h5 {
            font-size: 14px;
            margin: 20px 0 13px;
        }

        .clientsbox p {
            font-size: 14px;
            line-height: normal;
        }

    .clientsboxwrap {
        min-height: 400px;
    }

    .clientsbox {
        max-height: 350px;
    }

    .clientsboxwrap {
        background-size: 60px;
    }

    .howititle {
        font-size: 28px;
        line-height: normal;
        padding: 20px 0 10px;
        letter-spacing: normal;
    }

    .howitworkstop {
        min-height: 230px;
    }

    .howitworkimages {
        margin: -120px 0 0;
    }

    .howitworksbottom {
        min-height: 242px;
    }

        .howitworksbottom p {
            font-size: 15px;
            line-height: 21px;
            margin: 28px 0 14px;
        }


    .weoffercontent {
        padding: 20px 0 0 20px;
    }

    .wehavetitle {
        font-size: 25px;
        margin: 0 0 5px;
    }

    .newroutes {
        padding: 0 0 9px 23px;
        font-size: 12px;
        line-height: 20px;
    }

    .weofferight {
        min-height: 400px;
        background-size: 760px;
    }

    .weofferleft {
        background-size: 770px;
        min-height: 400px;
    }

    .footertop {
        padding: 20px 0 15px;
    }

    .footernavtitle {
        font-size: 16px;
        padding: 0 0 5px;
    }

    .footernavbox li {
        padding: 0 0 2px;
    }

        .footernavbox li a {
            font-size: 13px;
        }

    .footersocial h4 {
        font-size: 16px;
        padding: 0 5px 0 0;
    }

    .letsbefriends {
        width: 26%;
        padding: 0;
    }

    .footeright {
        width: 22%;
    }

    .bokonline {
        padding: 2px 0 10px 46px;
        font-size: 13px;
        line-height: normal;
        margin: 5px 0 0;
        background-size: 143px;
    }

    .bokorder {
        padding: 0 0 0 42px;
        font-size: 13px;
        margin: 14px 0 0 7px;
        background-size: 150px;
        background-position: left -159px;
    }

    .copyrights {
        font-size: 12px;
        padding: 3px 0;
    }

    .poweredby span {
        font-size: 12px;
    }

    .poweredby {
        padding: 1px 0 0 11px;
        margin-left: 6px;
    }

        .poweredby a {
            width: 130px;
            background-position: left -742px;
            background-size: 176px;
        }

    .managedby {
        font-size: 12px;
        padding: 3px 0 3px 7px;
        margin: 0 0 0 4px;
    }

        .managedby a {
            padding: 0 0 3px 18px;
            background-size: 14px;
        }

    /*.weofferwrapper {
        background-color: #333;
    }*/

    #back-to-top {
        right: 10px;
        bottom: 190px;
    }

    .searchbookwrap.searchbooksubmit input.submit {
        font-size: 14px;
    }

    .searchbookwrap label {
        font-size: 14px;
        margin: 0 0 1px;
    }

    .availablerts h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .availablerts {
        padding: 20px 0;
    }

    .right-side-column.seatmainright {
        width: 73%;
    }

    .seatmainright .ChartDisplay {
        margin: 0 8.3% 0 0;
    }

    .left-side-column.seatmainleft {
        width: 26%;
    }

    .bookbottom {
        padding: 18px 30px 24px;
    }

    .bgcontent_inner {
        padding: 38px 0 0;
    }

    .agentregistration {
        padding: 0 0 0 13px;
    }

        .agentregistration a {
            background-position: right -478px;
            width: 130px;
            height: 38px;
            background-size: 176px;
        }

    .howitworkbus01 {
        max-width: 130px;
        min-height: 110px;
        top: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .abtitle {
        font-size: 20px;
    }

    .letsbefriends {
        width: 27%;
    }

    .searchbookwrap {
        width: 50%;
    }

        .searchbookwrap.searchbooksubmit {
            width: 100%;
            float: left;
            padding: 14px 0 5px;
            text-align: center;
        }

            .searchbookwrap.searchbooksubmit label {
                display: none;
            }

            .searchbookwrap.searchbooksubmit input.submit {
                width: 160px !important;
                margin: 0 auto;
                float: none;
                display: inline-block;
            }

    .seatmainright .ChartDisplay {
        margin: 0 7% 0 0;
    }

    .left-side-column.seatmainleft {
        width: 27%;
    }

    #ctl00_content_RFToCity, #ctl00_content_RFFromCity {
        font-size: 11px;
        font-weight: normal;
    }
}

@media only screen and (max-width: 991px) {
    #header .header_content .logo {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

        #header .header_content .logo a {
            display: inline-block;
            width: 300px;
        }

    .headeright {
        width: 100%;
        float: left;
    }

    .appstorewrap {
        padding: 10px 0;
        text-align: center;
    }

    .helplinewrap {
        float: none;
        vertical-align: middle;
        display: inline-block;
    }

    .agentregistration {
        float: none;
        vertical-align: middle;
        padding: 0 10px 0 0;
        display: inline-block;
    }

    #header .header_content {
        text-align: center;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
        margin: 0 0 0 14px;
        padding: 15px 0;
    }

    .comingsnmenu:after {
        bottom: -30px;
        padding: 3px;
        font-size: 11px;
    }

    .comingsnmenu:before {
        bottom: -8px;
        left: 39px;
        border-width: 0 8px 8px;
    }

    .sliderwrap img {
        width: 530px;
        padding: 10px 0 10px 100px;
    }

    .bannersapleft, .bannersapright {
        width: 210px;
        top: 0;
    }

    .welcometitle h1 {
        font-size: 24px;
    }

    .abtitle {
        font-size: 16px;
        padding: 20px 0 14px;
    }

    .knowmore a {
        font-size: 14px;
        padding: 9px 14px;
    }

    .whychooseus {
        padding: 0 14px;
    }

    .clientsbox {
        padding: 10px;
    }

    .clientsboxwrap .carousel-control {
        height: 40px;
        top: 90px;
        width: 25px;
    }

        .clientsboxwrap .carousel-control i {
            line-height: 40px;
            font-size: 24px;
            text-shadow: none;
        }

    .clientsbox h5 {
        font-size: 13px;
        line-height: normal;
        margin: 10px 0;
    }

    .clientsbox p {
        font-size: 12px;
        line-height: normal;
    }

    .clientsbox h5 span {
        font-size: 17px;
    }

    .welcomewrapper {
        padding: 0 0 10px;
    }

    .weofferleft {
        background-size: 70%;
        min-height: 280px;
        width: 100%;
        background-position: center;
    }

    .weofferight {
        min-height: 10px;
        background-size: 100%;
        width: 100%;
        padding: 0 0 20px;
    }

    .weoffercontent {
        max-width: 95%;
    }

    .howititle {
        font-size: 20px;
    }

    .howitworkstop {
        min-height: 200px;
    }

    .howitworkimages {
        margin: -83px 0 0;
    }

    .howitworkbus02 {
        right: 0;
        width: 110px;
    }

    .howitworksbottom {
        min-height: 242px;
    }

    .wehavetitle {
        font-size: 24px;
        margin: 0 0 3px;
        padding: 0 0 7px;
    }

    .footernav {
        width: 100%;
        float: left;
        padding: 0 0 20px;
    }

    .letsbefriends {
        width: 50%;
    }

    .footeright {
        width: 42%;
    }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 13px;
    }

    .contact_us p {
        font-size: 13px;
    }

    .content-main {
        margin: 20px 0;
    }

    .top-center h1, .top-center h2 {
        margin: 0 0 20px;
        font-size: 18px;
    }

    .contact_us_top {
        margin-top: 0;
    }

    .simpleFAQ_list li {
        width: 50% !important;
    }

    .titlebg-mybook .routecol {
        height: 64px;
        padding: 7px 6px 0;
    }

    .right-side-column.seatmainright {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
        float: none;
        display: block;
        clear: both;
    }

    .left-side-column.seatmainleft {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        float: none;
        display: block;
        clear: both;
        padding: 14px 0 0 0;
    }

    .seatmainright .ChartDisplay {
        margin: 0;
        float: left;
    }

    .clientsboxwrap {
        min-height: 380px;
    }

    .comingsnmenu:hover:after {
        bottom: -30px;
        font-size: 11px;
    }

    .comingsnmenu:hover:before {
        left: 40px;
    }

    .searchbutton {
        padding: 0;
    }

    .bookingform {
        padding: 10px 15px 18px;
    }
}

@media only screen and (max-width: 767px) {

    .comingsnmenu:hover:after, .comingsnmenu:hover:before {
        display: none;
    }

    .comingsnmenu a {
        color: #fb5800 !important;
    }

    /* leftmenu start */

    .fixedbtn {
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 1030;
    }

        .fixedbtn.topfixedicon {
            position: fixed !important;
            top: 10px !important;
            left: 0;
            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";
                left: 0;
                top: 0;
                position: absolute;
                font-size: 22px;
                color: #0287d1;
            }

    .menufixed .navbar-toggle {
        background-color: transparent;
        border-color: transparent;
        margin: 7px;
        padding: 6px;
        position: relative;
        top: 0;
        z-index: 9;
    }

        .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 > a {
        font-size: 14px;
        padding: 0;
        color: #3e3e3e;
        background-image: none !important;
        margin: 0 0 9px 10px !important;
        border: none !important;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a:before {
            display: none;
        }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.95);
        box-shadow: 0 0 5px #B0B0B0;
    }

        .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, .headermenu .navbar-inverse .navbar-nav > li > a:focus {
            background: transparent;
            color: #00b9ff;
            border: none !important;
        }

        .headermenu .navbar-inverse .navbar-collapse {
            border: none !important;
        }

        .headermenu .navbar-inverse .navbar-nav {
            padding: 0;
        }


    .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: 30px;
        z-index: 9999;
    }

    .side-collapse.in {
        width: 0;
    }

    /* leftmenu end */


    .aboutptt {
        width: 100%;
        float: left;
    }

    .whychooseus {
        padding: 0;
        width: 100%;
    }

    .ourclients {
        width: 100%;
        float: left;
    }

    .abtitle {
        font-size: 20px;
    }

    .aboutpttcont img {
        margin: 0 0 20px;
        width: 320px;
    }

    .weofferleft {
        min-height: 230px;
    }

    .wehavetitle {
        font-size: 20px;
        margin: 0 0 2px;
        padding: 0 0 7px;
    }

    .newroutes {
        padding: 0 0 7px 20px;
        font-size: 12px;
        line-height: normal;
        background-position: left -868px;
        margin: 7px 0 0;
        background-size: 50px;
    }

    .copyrights {
        font-size: 12px;
        padding: 3px 0;
        width: 100%;
        float: left;
    }

    .poweredby {
        padding: 3px 0 0;
        margin-left: 0;
        border: none;
    }

    .managedby {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
        border: none;
    }

    .inputgroup {
        width: 100%;
    }

    .searchbutton {
        width: 100%;
        float: left;
        padding: 19px 0 0;
    }

        .searchbutton input[type="submit"] {
            background-size: 130px;
            background-position: center bottom;
            height: 35px;
        }

    .bookingformwrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    #banner {
        padding: 210px 0 20px;
    }

    .bookingform {
        background: rgba(0,0,0,0.85);
    }

    .sliderwrap .carousel-control {
        height: 30px;
        border: 1px solid #fff;
        width: 30px;
    }

        .sliderwrap .carousel-control i {
            line-height: 26px;
            font-size: 24px;
            text-shadow: none;
        }

        .sliderwrap .carousel-control.right {
            right: auto;
            left: 34px;
        }

    .sliderwrap img {
        padding: 0 50px;
        width: 100%;
        margin: 0 auto;
    }

    .sliderwrap .carousel-control {
        right: auto;
        bottom: -10px;
    }

    #ctl00_content_RFToCity, #ctl00_content_RFFromCity {
        font-size: 12px;
    }

    .autocomplete_completionListElement li {
        font-size: 13px;
        line-height: normal;
    }

    .contact_us_top {
        margin-top: 0;
        text-align: left;
    }

    .mybookwrap {
        font-size: 13px;
    }

    .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%;
        padding: 5px 3px !important;
        min-height: 42px;
    }

        .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;
        text-align: center;
    }

    .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%;
    }

    .bookbottom {
        max-width: 330px;
    }

    .seatmainright .ChartDisplay {
        float: none;
        max-width: 380px;
        width: 100%;
        margin: 14px auto 0;
        display: block;
    }

    .routecol.routecol06 span {
        width: 100%;
        padding: 0;
    }

    .searchbookwrap {
        width: 100%;
    }

    .bus_detail_legends h3 {
        float: left;
        padding: 0;
        font-size: 16px !important;
        margin: 0 0 3px;
        width: 100%;
    }

    .legendsicons {
        margin: 0 0 10px !important;
    }

    .bus_detail {
        padding: 10px 0 5px 10px;
        margin: 0 0 10px;
    }

    .indicateswrap label {
        font-weight: 500;
        margin: 0;
        line-height: normal;
        height: auto;
    }

    .indicateswrap span {
        display: block;
        width: 100%;
        line-height: normal;
        float: left;
    }

    .indicateswrap {
        font-size: 13px;
        padding: 7px 0 10px;
    }

    .indicateswrap {
        font-size: 12px;
        padding: 7px 0 10px;
    }

    .buscap {
        font-size: 12px;
    }

    .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%;
    }

    .bookbottom {
        max-width: 330px;
    }

    .seatmainright .ChartDisplay {
        float: none;
        max-width: 380px;
        width: 100%;
        margin: 14px auto 0;
        display: block;
    }

    .bgcontent_inner {
        padding: 20px 0 0;
    }

    .clientsboxwrap {
        min-height: 320px;
    }

    .clientsbox {
        max-height: 300px;
    }

    .howworkmobile {
        display: block;
    }

        .howworkmobile img {
            width: 250px;
            padding: 0 10px 20px;
        }

    .howitworkimages > img {
        display: none;
    }

    .howitworkimages {
        margin: -73px 0 0;
        padding: 0;
    }

    .bookingform {
        padding: 15px 15px 25px;
    }
}

@media only screen and (max-width: 639px) {

    .topdestination h2 {
        font-size: 16px;
        padding: 9px 0;
        background-size: 52px;
        width: 100%;
        background: none;
        text-align: center;
        border-bottom: 1px solid #dfdfdf;
    }

    .topdestination ul {
        padding: 10px 0 0;
        min-height: 14px;
        overflow: visible;
        width: 100%;
        float: left;
    }

    .welcometitle h1 {
        font-size: 20px;
        border-bottom: 2px solid #676767;
        margin: 26px 0 -1px;
    }

    .howititle {
        font-size: 16px;
    }

    .howitworkstop {
        min-height: 170px;
    }

    .howitworksbottom {
        min-height: 210px;
    }

        .howitworksbottom p {
            font-size: 12px;
            line-height: 18px;
            margin: 0 0 14px;
        }

    .weofferleft {
        min-height: 170px;
    }

    .subscribewrap h4 {
        font-size: 13px;
    }

    .subscribewrap span {
        font-size: 16px;
    }

    .footersocial h4 {
        font-size: 14px;
        padding: 3px 5px 0 0;
    }

    .footersocial a {
        margin-left: 3px;
        width: 26px;
        height: 26px;
        font-size: 14px;
        line-height: 25px;
    }

    #back-to-top {
        right: 10px;
        bottom: 30px;
    }

    .content-main {
        margin: 20px 0;
    }

    .top-center h1, .top-center h2 {
        margin: 0 0 20px;
    }

    .tablefull th {
        font-size: 13px;
    }

    .cancellation, .cancellationform {
        font-size: 12px;
    }

        .innerwrap input[type="text"], .innerwrap input[type="email"], .innerwrap input[type="password"], .innerwrap input[type="number"], .innerwrap select, .innerwrap textarea, .cancellationform input[type="text"], .cancellationform input[type="email"], .cancellationform input[type="password"], .cancellationform input[type="number"], .cancellationform select, .cancellationform textarea {
            font-size: 12px;
        }

    .contact_us h2 {
        font-size: 13px !important;
        margin: 7px 0 3px;
    }

    .contact_us .half p {
        font-size: 12px;
    }

    .simpleFAQ_item .answer {
        padding: 6px;
    }

    .contact_us_top span {
        line-height: normal;
    }

    .mybookwrap {
        font-size: 12px;
    }

    .availablerts .filter_search tr {
        display: block;
        padding: 0;
    }

    .availablerts .filter_search td {
        padding: 0 10px 10px 0;
    }

    .legendsicons {
        width: 30%;
    }

    .availablerts .filter_search th {
        font-weight: 500;
    }

    .agentregistration {
        padding: 3px 10px 3px 5px;
    }

    .howitworkbus01 {
        max-width: 100px;
        min-height: 82px;
        top: 50px;
    }
}

@media only screen and (max-width: 479px) {

    .topmail {
        display: table;
        margin: 0 auto;
    }

    .agentregistration {
        padding: 0;
        display: table;
        margin: 0 auto;
    }

    #header .header_content .logo {
        padding: 10px 0 3px;
    }

        #header .header_content .logo a {
            display: inline-block;
            width: 280px;
        }

    .helpline {
        font-size: 10px;
    }

    .helplinewrap {
        background-position: 54% -180px;
        padding: 40px 0 0;
        line-height: 20px;
        margin: 9px 0 0;
    }

        .helplinewrap:after {
            display: none;
        }

    .welcometitle h1 {
        font-size: 15px;
        border-bottom: 2px solid #676767;
        margin: 20px 0 0;
        padding: 0 0 7px;
    }

    .abtitle {
        font-size: 18px;
        padding: 10px 0;
    }

    .aboutpttcont img {
        margin: 0 0 15px;
    }

    .aboutpttcont p {
        font-size: 13px;
    }


    .howitworkbus01 {
        max-width: 78px;
        min-height: 65px;
        top: 65px;
    }

    .howitworkimages {
        margin: -62px 0 0;
        padding: 0 10px;
    }

    .howitworkbus02 {
        right: 0;
        width: 60px;
        bottom: 0;
    }

    .howitworksbottom p {
        padding: 0 10px;
    }

    .weofferleft {
        min-height: 168px;
        background-size: 100%;
    }

    .weoffercontent {
        padding: 10px 0 0 10px;
    }

    .footernavbox {
        width: 50%;
        float: left;
        margin: 0;
        padding: 0;
    }

        .footernavbox.footernavbox03 {
            width: 100%;
        }

    .footernavtitle {
        font-size: 16px;
        padding: 10px 0 0;
    }

    .letsbefriends {
        width: 100%;
    }

    .footeright {
        width: 100%;
    }

    .copyrights a {
        display: block;
    }

    .copyrights, .managedby {
        font-size: 11px;
    }

    .inputinr {
        float: left;
        padding: 10px 0 0 !important;
        width: 100% !important;
    }

    .swapicon {
        top: 21px;
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        left: auto;
        right: -3px;
        width: 28px;
    }

    .footersocial a {
        margin-left: 5px;
    }

    .footernav {
        padding: 0 0 10px;
    }

    .footertop {
        padding: 10px 0 15px;
    }

    p {
        font-size: 13px;
        line-height: 18px;
    }

    .top-center h1, .top-center h2 {
        font-size: 18px;
    }

    #banner {
        padding: 260px 0 40px;
    }

    .sliderwrap .carousel-control {
        bottom: -28px;
    }

    #ctl00_content_RFToCity, #ctl00_content_RFFromCity {
        font-size: 11px;
        line-height: 12px;
    }

    .searchbutton {
        width: 100%;
        float: left;
        padding: 14px 0 10px;
    }

    .bookingform {
        padding: 10px;
    }

    .inputinr select, .inputinr input[type="text"] {
        border-bottom: 1px solid #515151;
        height: 28px;
        background-position: right -562px;
    }

    .bookingformwrap {
        padding: 15px 0 0;
    }

    .inputgroup {
        padding: 0;
    }

    .inputinr input[type="text"]:focus {
        border-bottom: 1px solid #fff;
    }

    .floating-label {
        top: -7px;
        font-size: 10px;
    }

    .autocomplete_completionListElement {
        max-height: 170px;
    }

        .autocomplete_completionListElement li {
            font-size: 12px;
            line-height: normal;
        }

    .innerwrap label {
        font-size: 13px;
        margin: 0 0 12px;
    }

    .cancellationform input[type="checkbox"] {
        margin: 3px 3px 0 0 !important;
    }

    .iagreeconf {
        font-size: 11px;
        font-weight: 700 !important;
    }

        .iagreeconf label, .iagreeconf a {
            font-weight: 700 !important;
        }

    .cancellationform.buschrterd h3 {
        font-size: 16px !important;
        width: 200%;
    }

    .cancellationform.buschrterd .tablefull td, td.refreshbtn {
        display: block;
    }

    .refreshbtn {
        padding: 0;
    }

    .cancellationform.buschrterd .tablefull .ajax__calendar td {
        display: table-cell;
    }

    .cancellationform.buschrterd .tablefull th {
        font-size: 12px;
    }

    .retypecpt {
        font-size: 11px;
    }

    .refreshbtn input {
        margin: 5px 0;
    }

    .cancellationform.buschrterd .jrndateicon {
        position: relative;
        right: 5px;
        left: auto;
        top: 7px;
        float: right;
        z-index: 99;
        cursor: pointer;
        margin: 0 0 -18px;
    }

    .contact_us p {
        font-size: 13px;
        margin: 0 0 7px;
        line-height: normal;
    }

    .simpleFAQ_list li {
        width: 100% !important;
    }

    .simpleFAQ_list li {
        padding: 3px 0 !important;
    }

    .tableradioinn {
        position: relative;
        width: 60%;
    }

    .tableradio label {
        padding: 0 0 0 6px;
        display: block;
        cursor: pointer;
        position: relative;
    }

    .tableradio input[type="radio"] {
        margin: 3px 0 0;
        position: absolute;
        left: 0;
    }

    .search_form .search_bus input.submit, .search-btn {
        font-size: 13px;
        padding: 6px 18px;
    }

    .legendsicons {
        width: 48%;
    }

    .searchbookwrap .select_box_sm, .searchbookwrap .dateinp, .searchbookwrap .calender {
        width: 100%;
        float: left;
        padding: 0 0 7px;
    }

    .searchbookwrap.searchbooksubmit {
        padding: 5px 0;
    }

    .mobilnuminput input.mobilnum02 {
        width: 89% !important;
    }
}
