/* html5*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, dialog, figure, footer, header,
hgroup, menu, section, menu,
time, mark, audio, video, source {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    vertical-align: baseline;
    background: transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, menu, section, menu {
    display: block;
}

img {
    margin: 0px;
    padding: 0px;
    display: block;
    border: 0px;
}
/*tables still need 'cellspacing="0"' in the markup*/
input, select {
    vertical-align: middle;
}

.fix_contentwidth {
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
    /*min-width: 1000px;*/
}

ol {
    padding-left: 10px;
}

.togglebutton {
    padding-bottom: 10px;
}
/*----------------------------------------------------------*/

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fbfcff;
    color: #4a4b4b;
    font-size: 12px;
    text-decoration: none;
    background-image: url(../images/site/bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.clear {
    clear: both;
    height: 0px;
}

.sep2 {
    padding: 2px;
}

#banner {
    width: 940px;
    margin: 0px auto;
}


#header {
    width: 100%;
}

.headermain {
    background-image: url(../images/site/phonebg1.png);
    background-repeat: no-repeat;
    /*background-position: right top;*/
    background-position: 480px 0px;
    height: 138px;
    position: relative;
}

.logo {
    float: left;
    width: 546px;
    padding: 4px 0px 0px 0px;
}

    .logo h1 {
        position: absolute;
        left: -5000px;
    }

.contact {
    /*width:248px;
	float:right;
	padding:45px 0px 0px 0px;
	
	font-size:23px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;*/
    width: 265px;
    float: right;
    /*padding: 45px 0px 0px 0px;*/
    font-size: 13px;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}

.googleplay {
    position: absolute;
    left: auto;
    top: auto;
    right: 200px;
    bottom: 15px;
}

/*----MENU START-----*/
.menu {
    background-image: url(../images/site/menubg.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 45px;
}

    .menu ul {
        margin: 0px;
        padding: 0px;
    }

    .menu li {
        float: left;
        list-style: none;
        display: inline;
        margin: 0px;
        /*padding:0px 6px;*/
        font-size: 12px;
        font-weight: bold;
        color: #605e55;
        text-decoration: none;
        background: url(../images/site/menusep.png) no-repeat right center;
        text-shadow: #ffffff 1px 1px 0px;
        text-transform: uppercase;
    }

        .menu li.last {
            background: none;
        }



        .menu li a {
            float: left;
            list-style: none;
            display: block;
            margin: 0px 0px 0px 14px;
            padding: 0px 20px 0px 21px;
            background-color: transparent;
            background-image: url(../images/site/icon01.png);
            background-position: left 17px;
            background-repeat: no-repeat;
            color: #2a4e5a;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            height: 46px;
            line-height: 50px;
        }

        /*.menu li a {
            display: block;
            color: #2a4e5a;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            height: 46px;
            line-height: 50px;
            padding: 0px 28px 0px 20px;
        }*/



        /*.menu li.item01 a {
            float: left;
            list-style: none;
            display: inline;
            margin: 0px 0px 0px 15px;
            padding: 0px 20px 0px 20px;
            background: url(../images/site/home.png) no-repeat left 17px;
        }*/

        .menu li.item02 a {
            background-position: left -123px;
            /*float: left;
            list-style: none;
            display: inline;
            margin: 0px 0px 0px 15px;
            padding: 0px 20px 0px 20px;
            background: url(../images/site/aboutus.png) no-repeat left 17px;*/
        }

        .menu li.item03 a {
            background-position: left -263px;
            /*float: left;
            list-style: none;
            display: inline;
            margin: 0px 0px 0px 15px;
            padding: 0px 20px 0px 20px;
            background: url(../images/site/my-bookings.png) no-repeat left 17px;*/
        }

        .menu li.item04 a {
            background-position: left -393px;
            /*float: left;
            list-style: none;
            display: inline;
            margin: 0px 0px 0px 15px;
            padding: 0px 20px 0px 20px;
            background: url(../images/site/agent-login.png) no-repeat left 17px;*/
        }

        .menu li.item05 a {
            background-position: left -526px;
            /*float: left;
            list-style: none;
            display: inline;
            margin: 0px 0px 0px 15px;
            padding: 0px 20px 0px 20px;
            background: url(../images/site/cancellation.png) no-repeat left 17px;*/
        }

        .menu li.item06 a {
            background-position: left -663px;
            /*float: left;
            list-style: none;
            display: inline;
            margin: 0px 0px 0px 15px;
            padding: 0px 20px 0px 20px;
            background: url(../images/site/contact-us.png) no-repeat left 17px;*/
        }

        .menu li.last {
            background-image: none;
        }

        /*.menu li a {
            display: block;
            color: #2a4e5a;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            height: 46px;
            line-height: 50px;
            padding: 0px 28px 0px 20px;
        }*/

        .menu li a:hover {
            color: #000000;
            font-weight: bold;
            text-decoration: none;
        }

        .menu li.active a {
            color: #000000;
            font-weight: bold;
            text-decoration: none;
        }

/*----MENU END-----*/


.contain {
    padding: 17px 0px 17px 0px;
}

.leftpart {
    float: left;
    width: 637px;
    background-color: #ffffff;
    border: solid 1px #e2e5e9;
    box-shadow: 0px 0px 3px #b4b3b3;
    padding: 13px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
}

.rightpart {
    float: right;
    width: 287px;
}


.slide {
    padding-bottom: 14px;
}

.welcome {
    line-height: 18px;
}

    .welcome h1 {
        background-color: #2e638d;
        height: 43px;
        line-height: 43px;
        padding: 0px 16px;
        margin: 0px 0px 6px 0px;
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
    }

        .welcome h1 span {
            color: #faf388;
        }

    .welcome p {
        padding: 5px;
        font-weight: bold;
        text-align: justify;
    }

.search {
    padding: 0px 0px 15px 0px;
}
/*search*/
.bookingtitle h2 {
    line-height: normal;
    font-size: 0;
    color: transparent;
    margin: 0;
}

.search-box {
    width: 270px;
    margin: 0px auto;
}

.radiobox {
    float: left;
    width: 18px;
}

.radiotext {
    float: left;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    color: #26252f;
    text-decoration: none;
    padding: 2px 0px 0px 0px;
    text-transform: uppercase;
}

    .radiotext input[type="checkbox"], .radiotext input[type="radio"] {
        padding: 0px;
        margin: 0px 5px 0px 0px;
    }

.jumpbox {
    float: left;
    width: 130px;
    margin-bottom: 1px;
    /*margin-bottom: 6px;*/
}

.jumpbox-right {
    float: right;
    width: 130px;
}

.jumpinp {
    width: 130px;
    padding: 3px;
    border: solid 1px #b0b0af;
    font-size: 12px;
    color: #474646;
    text-decoration: none;
    font-weight: normal;
    background-image: url(../images/site/inputbg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

.jumpboxgroup {
    width: 100%;
    float: left;
    padding: 5px 0 5px;
}

.dateinp {
    width: 98px;
    float: left;
}

    .dateinp .dateinptp {
        width: 130px;
        padding: 5px 3px 5px 3px;
        border: solid 1px #b0b0af;
        font-size: 12px;
        color: #474646;
        text-decoration: none;
        font-weight: normal;
        /* background-image: url(../images/site/calendar.png); */
        /* background-repeat: no-repeat; */
        /* background-position: right 2px center; */
        background-image: url(../images/site/icon01.png);
        background-repeat: no-repeat;
        background-position: 98% -700px;
        background-size: 15%;
        height: 26px;
        border-radius: 0;
        cursor: pointer;
    }

.dateicon {
    float: right;
    width: 23px;
}

.searchbtn {
    margin-top: 5px;
}
/*search end*/


/*Routes Start*/
.hot-routes {
    width: 270px;
    margin: 0px auto;
    padding: 0px;
}

    .hot-routes h2 {
        background-image: url(../images/site/route-title.png);
        background-repeat: no-repeat;
        background-position: left top;
        text-align: center;
        text-transform: uppercase;
        text-shadow: #ffffff 1px 1px;
        height: 43px;
        line-height: 43px;
        font-size: 22px;
        text-decoration: none;
        font-weight: bold;
        color: #000000;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

.desticonian {
    background-color: #2e638d;
    border: solid 4px #d1e3fc;
    padding: 10px;
}

.routes {
    height: 29px;
    line-height: 29px;
    padding: 0px;
    border-bottom: dashed 1px #cae0f7;
}

.darro {
    float: left;
    width: 160px;
    background-image: url(../images/site/darrow.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    padding: 0px 0px 0px 13px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

    .darro a {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

.bknow {
    float: right;
    width: 60px;
}

    .bknow a {
        color: #ffe400;
        text-decoration: none;
        font-size: 11px;
        text-decoration: none;
    }

        .bknow a:hover {
            color: #ffe400;
            text-decoration: underline;
        }

/*Routes End*/


#footer {
    padding-bottom: 15px;
    background-color: #2e638d;
}

.footerbanner {
    width: 940px;
    margin: 0px auto;
}

.footermenu {
    line-height: 55px;
}

/*.footermenuleft {
    width: 550px;
    float: left;
    padding-left: 10px;
}*/
.footermenuleft {
    width: 555px;
    float: left;
    padding-left: 10px;
}

    .footermenuleft ul {
        margin: 0px;
        padding: 0px;
    }

    .footermenuleft li {
        float: left;
        list-style: none;
        margin: 0px;
        padding: 0px 11px;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        background-image: url(../images/site/footersep.gif);
        background-repeat: no-repeat;
        background-position: right 22px;
    }

        .footermenuleft li.last {
            background-image: none;
        }

        .footermenuleft li a {
            color: #ffffff;
            text-decoration: none;
        }

            .footermenuleft li a:hover {
                text-decoration: underline;
            }

.footermenuright {
    width: 240px;
    float: right;
    text-align: right;
    color: #faf388;
    font-size: 12px;
    padding-right: 15px;
    font-weight: bold;
}

    .footermenuright a {
        color: #ffffff;
        text-decoration: none;
    }

        .footermenuright a:hover {
            text-decoration: underline;
        }

.copyright {
    height: 40px;
    line-height: 40px;
    padding: 0px 15px 0px 15px;
    background-color: #ffffff;
}

.copyright-left {
    float: left;
    width: 300px;
    font-size: 11px;
    color: #000000;
}

    .copyright-left a {
        color: #000000;
        text-decoration: none;
    }

.iipl {
    float: right;
    width: 500px;
}

.hmb {
    color: #000000;
    font-size: 11px;
    text-decoration: none;
    text-align: right;
}

    .hmb img {
        position: relative;
        top: 3px;
        padding: 0px 4px;
        display: inline;
    }

    .hmb a {
        font-weight: normal;
        text-decoration: none;
        color: #000000;
    }

        .hmb a:hover {
            text-decoration: underline;
            color: #000000;
        }


/*--Contact us--*/
.contactbox {
    float: left;
    width: 250px;
    margin: 0px 15px 20px 15px;
    color: #333333;
}

    .contactbox h1 {
        margin: 0px 0px 2px 0px;
        padding: 0px;
        background: none;
        color: #B80F0E;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        height: 20px;
    }

    .contactbox h2 {
        margin: 0px 0px 2px 0px !important;
        padding: 0px !important;
        background: none !important;
        color: #333333 !important;
        font-size: 13px !important;
        font-weight: bold !important;
        text-decoration: underline !important;
        height: 100% !important;
        line-height: 100% !important;
    }

/*--Contact us end--*/

#ctl00_uplpop .modalPopup {
    max-width: 512px !important;
    left: 0 !important;
    top: 40px !important;
    padding: 0;
    right: 0;
    margin: 0 auto;
    border: none;
}

    #ctl00_uplpop .modalPopup .container {
        width: auto;
        padding: 0;
    }

    #ctl00_uplpop .modalPopup .close {
        position: absolute !important;
        left: auto !important;
        right: 15px;
        top: 15px !important;
        border: none;
        padding: 0;
    }

    #ctl00_uplpop .modalPopup .carousel {
        padding: 0;
    }

.loginwrap {
    float: right;
    padding: 14px 20px 0 0;
}

    .loginwrap a {
        font-size: 16px;
        color: #000;
        font-weight: 600;
        cursor: pointer;
    }

        .loginwrap a:hover {
            text-decoration: underline;
            color: #000;
        }
