﻿@charset "UTF-8";
/* CSS Document */
/*font-family: 'Source Sans Pro', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;*/

 @media (min-width: 320px) and (max-width: 479px) {

body {
    margin: 0;
    padding: 0;
    color: hsl(0, 0%, 0%);
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    text-align: justify;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

.clearfix {
    clear: both;
}

.header {
    width: 100%;
    height: auto;
	padding-bootom:20px;
    border-bottom: 1px solid #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,383838+99 */
    background: #131313; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #131313 0%, #383838 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #131313 0%,#383838 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #131313 0%,#383838 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#383838',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#top {
    width: 100%;
    margin: 0 auto;
}


#logo {
	padding-top:20px;
	text-align:center;
   
}

.top-Right {
   
}
.immersive_slider{
    display:none;

}
    a.toggleMenu  {
        background: #2ab8eb;
        color: #fff;
       padding: 10px 5px;
    display: block;
    text-align:center;
    }
ul.nav {
    margin: 20px 0 0 0;
    padding: 0;
    display:none;

}

    ul.nav li {
        list-style: none;
         border-bottom:1px solid #222;
         padding: 5px 10px;
    }

        ul.nav li:last:child {
            margin-right: 0px;
        }

        ul.nav li a {
            text-decoration: none;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
            padding: 5px 10px;
            font-family: 'Roboto Condensed', sans-serif;
        }

            ul.nav li a:hover {
                background: #2ab8eb;
                padding: 5px 10px;                           
                display:block;
            }

            ul.nav li a.active {
                background: #2ab8eb;
                  padding: 5px 10px;
                display:block;
            }

ul.topcall {
    margin: 10px 0 0 0;
    padding: 0;
    float: right;
}

    ul.topcall li {
        float: left;
        margin-right: 25px;
        font-family: 'Roboto Condensed', sans-serif;
        color: #fff;
        font-size: 18px;
        list-style: none;
        letter-spacing: 2px;
    }

        ul.topcall li img {
            vertical-align: middle;
            margin-right: 10px;
        }

        ul.topcall li:last:child {
            margin-right: 0px;
        }

.immersive_slider h2 {
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.bannertext {
    position: absolute;
    left: 100px;
    top: 50px;
}



    .bannertext h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 50px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        margin: 0;
    }

    .bannertext span {
        color: #CCC;
        font-family: 'Droid Serif', serif;
        font-size: 25px;
        letter-spacing: 6px;
        text-transform: uppercase;
    }




.immersive_slider p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.bookBTN {
    background: #2ab8eb;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-width: 0px;
}

.bookingcontainer {
    background: #31B6EF;
    padding: 5px;
    width: 97%;
    border-bottom: 2px solid #1889BA;
    border-top: 2px solid #1889BA;
}

.bookingSec {
   
    width: 100%;
    margin: 0 auto;
    /*position: absolute;
    bottom: 10px;
    left: 100px;
    z-index: 1000;*/
}

    .bookingSec h1 {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        text-align: center;
    }

ul.formsfrnt {
    margin-left: 0px;
    padding: 0;
}

ul.formsfrnt:after{
	clear:both;
}

    ul.formsfrnt li {
        list-style: none;
      
       
    }

        ul.formsfrnt li:last-child {
            margin-right: 0px;
            text-align:center;
        }

        ul.formsfrnt li p {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 18px;
            font-weight: normal;
            color: #fff;
            font-weight: lighter;
            margin: 10px;
        }

.textbox {
    padding: 5px 20px;
    width: 250px;
    height: 20px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: inset 3px 3px 10px 0px #ccc;
    -webkit-box-shadow: inset 3px 3px 10px 0px #ccc;
    -moz-box-shadow: inset 3px 3px 10px 0px #ccc;
    -o-box-shadow: inset 3px 3px 10px 0px #ccc;
    border: 1px solid #fff;
}

.getbtn {
    margin-top: 40px;
}

.getbtnsb {
    background: #2ab8eb;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 45px;
    font-size: 15px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #fff;
    cursor: pointer;
}

.homecontentsec {
    width: 100%;
    background: #fafafa;
}

.homecontent {
    width: 90%;
    margin: 0px auto;
    padding: 50px 0;
}

    .homecontent h1 {
        margin: 0;
        text-align: center;
        color: #000;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 35px;
    }

    .homecontent p {
        text-align: justify;
        color: #000;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        /*font-weight: lighter;*/
    }

.servicesec {
    width: 100%;
    border-bottom: 1px solid #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,383838+99 */
    background: #131313; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #131313 0%, #383838 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #131313 0%,#383838 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #131313 0%,#383838 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#383838',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 50px 0;
}

ul.services {
    margin: 0 auto;
    width: 75%;
}

    ul.services li {
        list-style: none;
        float: left;
           margin: 20px 10px 0 0;
        text-align: center;
    }

        ul.services li:last-child {
            margin-right: 0px;
        }

.serv-box {
    background: url(../images/servbox.png) repeat;
    width: 100px;
    padding: 25px;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}

    .serv-box:hover {
        border: 1px solid #2ab8eb;
        border-radius: 15px 0px 15px 0px;
        -moz-border-radius: 15px 0px 15px 0px;
        -webkit-border-radius: 15px 0px 15px 0px;
    }


ul.services li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
    padding-top: 20px;
    display: block;
}

    ul.services li a:hover {
        color: #2ab8eb;
    }

.promosec {
    background: #2ab8eb;
    width: 100%;
    padding: 10px 0 40px 0;
}

.promoDiv {
    width: 95%;
    margin: 0 auto;
}

.promo-Left h2, .promo-Right h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

.promo-Left {
    width: 100%;
    
    text-align: center;
}

.promo-Right {
    width: 100%;
    
    text-align: center;
}

a.promobtn {
    cursor: pointer;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    background: #000;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    padding: 20px 10px;
    margin-right: 15px;
    margin-top: 2px;
    display: block;
    width: 80%;
   
    text-transform: uppercase;
}

a.appbtn {
    cursor: pointer;
   
    margin-right: 15px;
}

.secheading {
    width: 90%;
    margin: 0 auto;
}

    .secheading h1 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 22px;
        font-weight: lighter;
        color: #000;
        text-align: center;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 5px;
    }

    .secheading h2 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 40px;
        font-weight: bold;
        color: #000;
        text-align: center;
        margin: 0;
        text-transform: uppercase;
    }

#footersec {
    background: #000;
    width: 100%;
    padding: 20px 0;
}

.footer {
    width: 90%;
    margin: 0 auto;
}

.social {
   
   
}

    .social p {
        color: #CCC;
        font-size: 20px;
        font-family: 'Source Sans Pro', sans-serif;
        margin: 0;
    }

p.copyright {
    color: #CCC;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}

.payimg {
    
}

ul.sicon {
    margin: 5px 0;
    padding: 0;
}

    ul.sicon li {
        list-style: none;
        float: left;
        margin-right: 10px;
    }

        ul.sicon li a img {
            border: none;
        }



/*tap css start*/
/*  bhoechie tab */
.tabsec {
    width: 100%;
    padding: 30px 0;
}

div.bhoechie-tab-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
    
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
            width: 97%;
            display: block;
            line-height: 25px;
            padding: 10px 0 10px 10px;
            border-bottom: 1px solid #fff;
            background-color: #000;
            color: #fff;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 20px;
            font-weight: lighter;
            position: relative;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #5A55A3;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #2ab8eb;
                color: #ffffff;
                display: block;
                line-height: 25px;
                 padding: 10px 0 10px 10px;
                font-weight: bold;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    /*content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 15px solid transparent;
                    border-top: 15px solid transparent;
                    border-left: 20px solid #2ab8eb;*/
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    width: 100%;
   
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

ul.carspec {
    margin: 0;
    padding: 0;
    width: 90%;
   
}

    ul.carspec li {
        list-style: none;
        line-height: 13px;
        border-bottom: 1px solid #ccc;
    }

center span {
   
    margin-left: 35px;
    width: 400px;
}

    center span img {
        width: 250px;
    }

.carDis {
  
}

    .carDis strong {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 25px;
        font-weight: bold;
        color: #000;
        margin: 0;
    }

.homepg-validate {
    background: hsl(0, 100%, 50%) none repeat scroll 0 0;
    color: white;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 12px;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    top: -33px;
    width: 250px;
}

.carDis p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: lighter;
    color: #000;
    margin: 0;
}

.pleft {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: bold;
    float: left;
    color: #999;
}

.pright {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    /*font-weight: lighter;*/
    float: right;
    color: #999;
}

.priceli {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    background: #2ab8eb;
    padding: 12px 0px;
}

.bookingli {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: #c61333;
    padding: 20px 0px;
    text-transform: uppercase;
}

    .bookingli a {
        color: #fff;
    }


/*tap css end*/

.goog-te-gadget-simple {
    background: #b1b0b0 !important;
    padding: 7px !important;
}

/*services page css start*/

.subbanner {
    width: 100%;
    height: 300px;
    display:none;
}

.ourservice {
    background: url(../images/Service-banner.png) no-repeat #000;
}

.ourfleet {
    background: url(../images/fleets_banner.png) no-repeat #000;
}

.tour {
    background: url(../images/Tour_banner.png) no-repeat #000;
}

.contact {
    background: url(../images/contact_banner.png) no-repeat #000;
}

.booking {
    background: url(../images/booking-banenr.png) no-repeat #000 right;
}

.payment {
    background: url(../images/Payment_banner.png) no-repeat #000;
}

.login {
    background: url(../images/background-learner.jpg) 0px -63px no-repeat #000 !important;
    width: 100%;
    height: 700px !important;
}

.subbannerText {
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
}

    .subbannerText h2 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 40px;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 10px 0;
        margin: 0px;
        display: inline;
    }
    
    .welcome-grids
    {
        width: 75%;
    margin: 0 auto;
    }

.pagecontainer {
    width: 100%;
    background: #f5f5f5;
}

.innercontent {
    width: 95%;
    margin: 0 auto;
    padding: 10px;
}

.innerspace {
    padding: 50px !important;
}

.servicesBox {
    width: 260px !important;
    height: 305px;
    float: left;
    margin: 5px;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    -moz-box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    border: 1px solid #fff;
}

    .servicesBox:hover {
        background: #2ab8eb;
    }

.servicesBoxDiv {
    width: 250px;
    margin: 0 auto;
}


    .servicesBoxDiv h2 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 25px;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 10px 0;
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
    }

.AAbg {
    background: url(../images/Airport_Transfer.png);
    width: 300px;
    height: 305px;
}

.ctbg {
    background: url(../images/Cruise_Transfer.png);
    width: 300px;
    height: 305px;
}

.ctbg {
    background: url(../images/Cruise_Transfer.png);
    width: 300px;
    height: 305px;
}

.wedbg {
    background: url(../images/Wedding_Services.png);
    width: 300px;
    height: 305px;
}

.Chauffeuringbg {
    background: url(../images/Chauffeuring.png);
    width: 300px;
    height: 305px;
}

ul.servicespage {
    margin: 0;
    padding: 15px;
}

    ul.servicespage li {
        list-style: none;
        line-height: 35px;
        padding: 5px;
        list-style-position: top;
    }

        ul.servicespage li img {
            vertical-align: top;
            padding-right: 10px;
            margin-top: 2px;
        }

        ul.servicespage li a {
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 25px;
            color: #fff;
        }



/*services page css end*/

/*fleet page css start*/
.productBox {
    width: 300px;
    float: left;
    height: 500px;
    margin-right: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    background: #000;
    position: relative;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    -moz-box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    border: 1px solid #fff;
}

    .productBox h1 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }

    .productBox p {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 12px;
        color: #fff;
        font-weight: 100;
        text-align: justify;
        font-weight: 600;
    }

img.img-responsive {
    width: 300px;
    margin-top: 20px;
}

ul.carcapacity {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 298px;
    bottom: 0px;
}

    ul.carcapacity li {
        list-style: none;
        line-height: 48px;
        border-bottom: 1px solid #333;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
    }

        ul.carcapacity li span {
            float: right;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 15px;
            font-weight: 700;
        }

        ul.carcapacity li img {
            vertical-align: middle;
            padding-right: 10px;
        }
/*fleet page css end*/


ul.select2-MainContent_ddlPickupLoc-results li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10px !important;
}

    ul.select2-MainContent_ddlPickupLoc-results li.select2-results__option {
        font-size: 10px !important;
    }

.subbanner-content-header {
    background: rgba(102,101,102,1);
    width: 96%;
    padding: 2%;
    position: relative;
    margin-top:31px;
}

.subbanner-content-text {
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    text-align: center;
    text-shadow: 1px 2px 3px #000;
    font-weight: lighter;
}

    .subbanner-content-text a {
        color: white;
        text-decoration: underline;
    }

ul.box {
    margin: 0px;
    padding: 0px;
}

    ul.box li {
        list-style: none;
        line-height: 30px;
        border-bottom: 1px solid #2AB8EB;
        margin-bottom: 10px;
    }

.left-box {
    float: left;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #2AB8EB;
}

.right-box a {
    float: right;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    background: #2AB8EB;
    padding: 5px 10px;
    width: 150px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
}


/* Booking Page Style - Start */
.booking-section {
    width: 97%;
    margin-left:5px;
    text-align: left;
    padding-top: 20px;
}

    .booking-section h1 {
        margin: 5px 0;
        font-size: 30px;
        font-family: 'Source Sans Pro', sans-serif;
        color: white;
        text-shadow: 1px 2px 3px #333;
        text-transform: uppercase;
    }

.btndark {
    background: #666566 !important;
}

.btnblue {
    background: #2AB8EB !important;
}

.btnred {
    background: red !important;
}


.booking-left {
    width: 50%;
    height: 306px;
    background: #2AB8EB;
    float: left;
}

.booking-right {
    width: 50%;
    height: 300px;
    background: #666566;
    float: right;
}

#map_canvas {
    width: 100%;
    height: 257px;
}

.map-section {
}

input[type=checkbox] {
    padding: 10px;
    background: #fff;
}

.form-box {
    width: 1000px;
    margin: 0 auto;
    background: #2AB8EB;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    -moz-box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    border: 1px solid #fff;
    padding: 30px;
}

ul.form-section {
    margin: 0;
    padding: 0;
}

    ul.form-section li {
        list-style: none;
        line-height: 45px;
        width: 450px;
        float: left;
    }

        ul.form-section li h1 {
            font-size: 20px;
            font-family: 'Source Sans Pro', sans-serif;
            color: white;
            font-weight: lighter;
            margin: 0px;
        }

ul.page_contact li h1 {
    color: #000 !important;
    font-weight: 500 !important;
}

.form-tb {
    padding: 15px 20px;
    width: 250px;
    height: 20px;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: inset 3px 3px 10px 0px #ccc;
    -webkit-box-shadow: inset 3px 3px 10px 0px #ccc;
    -moz-box-shadow: inset 3px 3px 10px 0px #ccc;
    -o-box-shadow: inset 3px 3px 10px 0px #ccc;
    border: 1px solid #fff;
}

.form-tb-comment {
    width: 100%;
    height: 100px;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: inset 3px 3px 10px 0px #ccc;
    -webkit-box-shadow: inset 3px 3px 10px 0px #ccc;
    -moz-box-shadow: inset 3px 3px 10px 0px #ccc;
    -o-box-shadow: inset 3px 3px 10px 0px #ccc;
    border: 1px solid #fff;
}

.tb-small {
    width: 167px !important;
}

.form-ps {
    padding: 5px 10px;
    width: 80px;
    height: 33px;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: inset 3px 3px 10px 0px #ccc;
    -webkit-box-shadow: inset 3px 3px 10px 0px #ccc;
    -moz-box-shadow: inset 3px 3px 10px 0px #ccc;
    -o-box-shadow: inset 3px 3px 10px 0px #ccc;
    border: 1px solid #fff;
}

.button-section {
    text-align: center;
    margin-top: 20PX;
}

.page-nav {
    background: #2AB8EB;
    left: 0;
    padding: 5px;
    position: absolute;
    top: -30px;
    width:98%;
}

    .page-nav img {
        margin-right: 10px;
        vertical-align: middle;
        width: 30px;
    }

    .page-nav a {
        color: #fff;
        font-size: 20px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: lighter;
    }

.header-lite {
    font-size: 30px;
    font-weight: lighter;
}

.termclass h2 {
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: lighter;
    border-left: 3px solid #2ab8eb;
    padding-left: 5px;
}

.termclass {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

    .termclass:last-child {
        border-bottom: 0px solid #ccc;
    }

.div_contact_map {
    border: 5px solid #006699;
    height: 300px;
    width: 100%;
}

.form-ddl {
    border: 1px solid #fff;
    box-shadow: 3px 3px 10px 0 #ccc inset;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    height: 33px;
    padding: 5px 10px;
    width: 300px;
}

ul.form-section-half {
    float: left;
    width: 45%;
}

ul.address li {
    line-height: 35px !important;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
}

    ul.address li strong {
        font-family: "Source Sans Pro",sans-serif;
        font-size: 20px;
        font-weight: lighter;
        border-bottom: 1px solid #99ffff;
        display: block;
        color: #fff;
        padding: 5px 0;
    }



.login-section {
    width: 300px;
    margin: 60px auto;
    background: #2AB8EB;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    -moz-box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    border: 1px solid #fff;
    padding: 50px;
    position: relative;
}

ul.loginUL {
    margin: 0;
    padding: 0;
}

    ul.loginUL li {
        list-style: none;
        line-height: 30px;
    }

        ul.loginUL li h1 {
            font-size: 20px;
            font-family: 'Source Sans Pro', sans-serif;
            color: white;
            font-weight: lighter;
        }

.circle {
    width: 100px;
    height: 100px;
    background-image: url("https://lh3.googleusercontent.com/baFsqTvF17uIqiHMIQqzM75QBbWeEEmDO9x-GMvYzdU0LiN5dqhzVY6lwl3JzAR4p80=w300");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: -48px;
    left: 150px;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    -moz-box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
    box-shadow: 1px 1px 9px 0px rgba(102,101,102,1);
}

.Payleft {
    float: left;
}

.PayRight {
    float: right;
    font-size: 25px;
    color: #000;
    line-height: 65px;
}

ul.paymentul li {
    border-bottom: 1px solid #ccc;
}

    ul.paymentul li:last-child {
        border-bottom: 0px solid #66ccff;
    }

.viewlable {
    padding: 0px 20px;
    width: 250px;
    background: #fff;
    font-size: 15px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: inset 3px 3px 10px 0px #ccc;
    -webkit-box-shadow: inset 3px 3px 10px 0px #ccc;
    -moz-box-shadow: inset 3px 3px 10px 0px #ccc;
    -o-box-shadow: inset 3px 3px 10px 0px #ccc;
    border: 1px solid #fff;
}

/* Car Booking CSS */

.carBtn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab8eb+0,1f6faf+100 */
    background: #2ab8eb; /* Old browsers */
    background: -moz-linear-gradient(top, #2ab8eb 0%, #1f6faf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2ab8eb 0%,#1f6faf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2ab8eb 0%,#1f6faf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab8eb', endColorstr='#1f6faf',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 45px;
    font-size: 25px;
    border-width: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 340px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}

.carBox {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(102,101,102,1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(102,101,102,1);
    box-shadow: 1px 1px 3px 0px rgba(102,101,102,1);
    border: 1px solid #2AB8EB;
    float: left;
    height: 500px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 340px;
}

    .carBox h1 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 25px;
        color: #000;
        text-transform: uppercase;
        text-align: center;
    }

ul.carinfo {
    margin: 0 auto;
    padding: 0;
    width: 305px;
}

    ul.carinfo li {
        float: left;
        margin-right: 10px;
        width: 80px;
        list-style: none;
        font-size: 37px;
        text-align: center;
        color: #3b3b3b;
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }

        ul.carinfo li:last-child {
            border-right: none;
        }

        ul.carinfo li img {
            margin-right: 8px;
            text-align: center;
            vertical-align: middle;
            width: 40px;
        }

ul.carinfo_tour {
    padding: 0;
    width: 305px;
}

    ul.carinfo_tour li {
        float: left;
        /*margin-right: 10px;
        padding-right: 10px;*/
        width: 80px;
        list-style: none;
        font-size: 25px;
        text-align: center;
        color: #3b3b3b;
        border-right: 1px solid #ccc;
    }

        ul.carinfo_tour li:last-child {
            border-right: none;
        }

        ul.carinfo_tour li img {
            margin-right: 8px;
            text-align: center;
            vertical-align: middle;
            width: 25px;
        }

.totalfare, ul.fare li.totalfare span {
    background: #828282;
    color: white !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

img.carBook {
    width: 300px;
    height: 115px;
}


ul.fare {
    margin: 0;
    padding: 0px;
    position: absolute;
    width: 340px;
    bottom: 52px;
    background: #EFEFEF;
}

    ul.fare li {
        list-style: none;
        line-height: 53px;
        border-bottom: 1px solid #ccc;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #000;
        text-align: left !important;
        padding: 0 10px;
    }

        ul.fare li span {
            float: right;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 15px;
            font-weight: 700;
        }

        ul.fare li img {
            vertical-align: middle;
            padding-right: 10px;
        }

/* Booking Form Styles */

.booking-form {
    width: 1100px;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #ccc;
    padding-bottom: 20px;
}

    .booking-form h2 {
        font-size: 30px;
        text-align: center;
        background: #31B6EF;
        padding: 10px 5px;
        margin: 0;
        color: #fff;
    }

.book-form-box-left {
    float: left;
    width: 550px;
    
}

    .book-form-box-left h3, .book-form-box-right h3 {
        font-size: 30px;
        text-align: center;
        background: #31B6EF;
        padding: 10px 5px;
        margin: 0;
        color: #fff;
    }


.vehicleBox {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 500px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.book-form-box-right {
    float: left;
    width: 549px;
}

.book-form-box-center {
    float: left;
    width: 100%;
}

ul.book-form-info {
    margin: 0;
    padding: 10px 20px;
}

    ul.book-form-info li {
        list-style: none;
        line-height: 35px;
    }

        ul.book-form-info li::after {
            clear: both;
        }

        ul.book-form-info li h1 {
            background: none;
            display: block;
            font-size: 25px;
            font-weight: lighter;
            color: #000;
        }

.form-tb-noborder {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    border-bottom: 1px solid #aaa;
    border-left: none;
    border-right: none;
    border-top: none;
}

.tb_verifi img {
    width: 65%;
}


.tour_book_btn {
    float: right;
    background: #2ab8eb;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 45px;
    font-size: 15px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #fff;
    cursor: pointer;
}


.tour-full-section {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
}

.tour-section-left {
    width: 50%;
    float: left;
}

    .tour-section-left h1 {
        color: #fff;
        font-weight: lighter;
        padding: 0 40px;
    }

.tour-section-right {
    width: 50%;
    float: right;
    text-align: right;
    height: 400px;
}

    .tour-section-right h1 {
        text-align: left;
        padding: 0 40px;
        font-weight: lighter;
    }


.tour-section-left p {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0px 40px;
    font-size: 15px;
    font-weight: lighter;
    color: #aaa;
    text-align: justify;
}

.tour-section-right p {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0px 40px;
    font-size: 15px;
    font-weight: lighter;
    color: #333;
    text-align: justify;
}

.tour-section-left img, .tour-section-right img {
    width: 600px;
}

.Tour-section-dark {
    width: 100%;
    background: #000;
    margin-bottom: 10px;
}

.Tour-section-light {
    width: 100%;
    background: #f5f3f3;
    margin-bottom: 10px;
}

.banner1 {
    background: url(../images/banner1.jpg) center;
}

.banner2 {
    background: url(../images/banner2.jpg) center;
}

.banner3 {
    background: url(../images/banner3.jpg) center;
}

.slide h2 {
    text-align: center !important;
    font-weight: lighter !important;
    text-shadow: 1px 2px 2px #000;
    text-transform: capitalize;
    line-height: 44px !important;
}
}