html, body, p, ul, div, form, input, select, section, nav, header, footer
{
    margin: 0;
}

body
{
    padding: 0;
    font-size: 14px;
    color: #444;
    /*font-family: 'Open sans', sans-serif;*/
    font-family: Arial, sans-serif;
}

a
{
    text-decoration: none;
    outline: none;
    color: #297898;
}

    a img
    {
        outline: none;
        border: none;
    }

th
{
    font-weight: normal;
}

p
{
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
}

ul
{
    padding: 0;
    list-style: none;
    margin: 0;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-weight: 300;
}

input
{
    border: 1px solid #d1d1d1;
    color: #666;
    /*min-height: 26px;
	line-height: 26px;*/
    height: 23px;
    /*width: 80%;*/
}

.left
{
    float: left;
}

input[type=radio], input[type=checkbox]
{
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    margin-left: 15px;
    height: auto !important;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
    float: none;
}

.center
{
    text-align: center;
}

.fix_width
{
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
}

.fix_width_sec
{
    margin: 0 auto;
    width: 100%;
}

#content
{
    padding: 0px 0;
}

    #content h2
    {
        font-size: 26px;
        color: #972497;
        font-weight: 300;
        background: url(../images/site/logo1.jpg) no-repeat;
        padding-left: 50px;
        height: 50px;
        padding-top: 20px;
    }

.mob_menu
{
    display: none;
    position: relative;
}

    .mob_menu a.bar
    {
        display: block;
        line-height: 40px;
        color: #fff;
        margin: 10px;
        font-size: 16px;
        border: 1px solid #7851A4;
        background: #7851A4;
        padding: 0 10px;
    }

    .mob_menu ul
    {
        position: absolute;
        top: 39px;
        width: 100%;
        left: 0;
        z-index: 9999;
    }

        .mob_menu ul li a
        {
            display: block;
            color: #fff;
            background: #333;
            text-indent: 20px;
            line-height: 50px;
            border-bottom: 1px solid #222;
            border-top: 1px solid #444;
        }

        .mob_menu ul li:first-child a
        {
            border-top: none;
        }

        .mob_menu ul li a:hover
        {
            background: #000;
            color: #c60000;
        }
/******************* HEADER *******************/
#header
{
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6cae4;
}

    #header .header_content
    {
        clear: both;
    }

    #header .logo
    {
        float: left;
        padding-top: 15px;
    }

    #header .top_strip
    {
        height: 44px;
        background: #7851a4;
    }

    #header .social_icon
    {
        float: left;
        margin-top: 12px;
    }

        #header .social_icon li
        {
            display: inline-block;
            margin-left: 0px;
        }

            #header .social_icon li a
            {
                display: inline-block;
                width: 20px;
                height: 20px;
                background: url(../images/site/icon_sprite.png) no-repeat;
            }

                #header .social_icon li a.facebook
                {
                    background-position: 0 0;
                }

                #header .social_icon li a.twitter
                {
                    background-position: -26px 0;
                }

                #header .social_icon li a.rss
                {
                    background-position: -53px 0;
                }

                #header .social_icon li a.linkedin
                {
                    background-position: -81px 0;
                }

    #header .top_strip .right li
    {
        display: inline-block;
        margin-top: 12px;
        color: #fff;
        font-size: 14px;
        border-right: 1px solid #fff;
        padding: 0 10px;
    }

        #header .top_strip .right li a
        {
            color: #fff;
        }

        #header .top_strip .right li:last-child
        {
            border: none;
            padding-right: 0;
        }

    #header .top_strip span
    {
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
        background: url(../images/site/icon_sprite.png) no-repeat;
        height: 12px;
    }

        #header .top_strip span.ph
        {
            background-position: -110px 0;
            width: 12px;
        }

        #header .top_strip span.email
        {
            background-position: -113px -32px;
            width: 14px;
        }

    #header .nav
    {
        float: right;
        width: 75%;
        color: #222;
        margin-top: 28px;
        text-align: right;
    }

        #header .nav ul li
        {
            display: inline-block;
            text-align: center;
        }

            #header .nav ul li a
            {
                display: block;
                line-height: 26px;
                color: #972497;
                font-size: 14px;
                padding: 0 10px;
                border-radius: 3px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
            }

                #header .nav ul li a:hover, #header .nav ul li.active a
                {
                    color: #fff;
                    background-color: #972497;
                }

                #header .nav ul li a.home
                {
                    padding: 0;
                    background: url(../images/site/icon_sprite.png) no-repeat -82px -30px;
                    width: 20px;
                    height: 16px;
                    margin-right: 15px;
                }

                    #header .nav ul li a.home:hover, #header .nav ul li.active a.home
                    {
                        background-color: #fff;
                    }
/******************* FOOTER *******************/
#footer
{
    padding: 0px;
    font-size: 14px;
    background: #323232;
    padding-top: 25px;
    float: left;
    width: 100%;
}

    #footer .f_sec
    {
        border-bottom: 1px solid #1e1e1e;
        padding-bottom: 25px;
        float: left;
        width: 100%;
    }

    #footer .f_con
    {
        float: left;
        width: 20%;
        vertical-align: top;
    }

        #footer .f_con p
        {
            color: #e0dfdf;
            font-size: 14px;
            line-height: 20px;
            white-space: nowrap;
        }

.mail-add
{
    word-break: break-all !important;
    display: none;
}

#footer h3
{
    color: #e0dfdf;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
}

#footer ul
{
    display: inline-block;
    margin-right: 25px;
}

    #footer ul li
    {
        line-height: 30px;
        font-size: 14px;
    }

#footer a
{
    color: #e0dfdf;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

#footer .copyright
{
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #494949;
    float: left;
    width: 100%;
}

    #footer .copyright p
    {
        color: #e0dfdf;
        margin: 0;
        font-size: 12px;
        line-height: 40px;
    }
/******************* HOME PAGE *******************/
.BookTicket
{
    background: url("../images/Sprites.png") no-repeat scroll 0 -177px rgba(0, 0, 0, 0);
    height: 188px;
    left: 443px;
    position: absolute;
    top: 170px;
    width: 183px;
    z-index: 999999;
}

#banner
{
    display: block;
    float: right;
    width: 497px;
    border: 1px solid #d6cae4;
    border-radius: 5px;
    /*-webkit-border-radius:0 50px;*/
    -moz-border-radius: 0 50px;
    height: 341px;
}

    #banner img
    {
        border-radius: 5px;
        /*-webkit-border-radius:0 50px;*/
        -moz-border-radius: 5px;
        width: 100%;
    }

.form_tab
{
    float: left;
    width: 468px;
    border: 1px solid #d6cae4;
    border-radius: 5px;
    /*-webkit-border-radius:50px 0;*/
    -moz-border-radius: 5px 0;
    min-height: 341px;
}

ul.tabs li
{
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 22px;
    line-height: 56px;
    border: 1px solid #d6cae4;
    color: #7851a4;
    border-left: none;
    overflow: hidden;
    position: relative;
    border-top: none;
}

    ul.tabs li span
    {
        background: url(../images/site/icon_sprite.png) no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: 19px;
        float: left;
    }

    ul.tabs li .tabsub-d
    {
        float: left;
    }

    ul.tabs li span.bus
    {
        background-position: -139px 0;
        width: 15px;
        height: 17px;
    }

    ul.tabs li:hover span.bus, ul.tabs li:active span.bus
    {
        background-position: -139px -31px;
    }

    ul.tabs li span.tour
    {
        background-position: -165px 0;
        width: 21px;
        height: 20px;
    }

    ul.tabs li:hover span.tour, ul.tabs li:active span.tour
    {
        background-position: -165px -31px;
    }

    ul.tabs li span.air
    {
        background-position: -196px 0;
        width: 17px;
        height: 16px;
    }

    ul.tabs li:hover span.air, ul.tabs li:active span.air
    {
        background-position: -196px -31px;
    }

    ul.tabs li span.car
    {
        background-position: -225px 0;
        width: 19px;
        height: 15px;
    }

    ul.tabs li:hover span.car, ul.tabs li:active span.car
    {
        background-position: -225px -31px;
    }

    ul.tabs li span.hotel
    {
        background-position: -254px 0;
        width: 14px;
        height: 17px;
    }

    ul.tabs li:hover span.hotel, ul.tabs li:active span.hotel
    {
        background-position: -254px -31px;
    }

    ul.tabs li:last-child
    {
        border-right: none;
    }

    ul.tabs li:hover
    {
        color: #474747;
    }

    ul.tabs li.active
    {
        border-bottom: 1px solid #FFFFFF;
    }

.tab_container
{
    clear: both;
    float: left;
    width: 100%;
}

.tab_content
{
    padding: 10px;
    font-size: 14px;
    display: none;
}

.search_form
{
    display: block;
}

    .search_form h3
    {
        color: #fff;
        font-size: 17px;
        font-weight: 800;
        margin-bottom: 6px;
    }

.sec_box_content
{
    padding: 10px 15px;
}

.search_form .search_bus div.select_box, .search_form .search_bus div.calender
{
    margin-bottom: 25px;
    width: 49%;
    display: inline-block;
}

.search_form label
{
    display: block;
    font-size: 14px;
    color: #666;
    padding-bottom: 5px;
}

.search_form .search_bus input, .search_form .search_bus select
{
    width: 195px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    color: #666;
    padding: 0 5px !important;
}

    .search_form .search_bus input.date
    {
        background: url(../images/site/icon_sprite.png) no-repeat 185px -75px #fff;
        padding: 0;
    }

    .search_form .search_bus input.submit, .search-btn
    {
        background: #7851a4;
        text-align: center;
        text-transform: uppercase;
        border: none;
        font-size: 16px;
        font-weight: 600;
        height: 32px;
        line-height: 30px;
        cursor: pointer;
        padding: 0 15px;
        text-transform: uppercase;
        color: #fff;
    }

#content .title
{
    /*border-bottom: 1px solid #e5e5e5;*/
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

#content .intro_txt
{
    margin-top: 25px;
}

    #content .intro_txt p
    {
        font-size: 16px;
        line-height: 26px;
        color: #555;
        margin-bottom: 0;
    }

#content .popular_packages
{
    margin-top: 25px;
}
/* Tiny Carousel */
.slider1
{
    height: 1%;
    margin: 20px 0 0;
    position: relative;
    clear: both;
}

    .slider1 .viewport
    {
        height: 195px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .slider1 .buttons
    {
        background: url(../images/site/icon_sprite.png) no-repeat;
        opacity: 0.7;
        position: absolute;
        top: -60px;
        width: 18px;
        height: 18px;
    }

.slidernav .previous
{
    background: url(../images/site/icon_sprite.png) no-repeat;
    right: 22px;
    background-position: -1px -29px;
    width: 20px;
    text-indent: -5000px;
    height: 18px;
    padding: 0;
    opacity: 0.7;
}

.slidernav .next
{
    background: url(../images/site/icon_sprite.png) no-repeat;
    right: 0;
    background-position: -28px -29px;
    width: 20px;
    text-indent: -5000px;
    height: 18px;
    padding: 0;
    opacity: 0.7;
}

    .slidernav .previous:hover, .slidernav .next:hover
    {
        opacity: 1;
    }

.slider1 .prev
{
    right: 22px;
    background-position: -1px -29px;
}

.slider1 .next
{
    right: 0;
    background-position: -28px -29px;
}

.slider1 .buttons:hover
{
    opacity: 1;
}

.slider1 .disable
{
    visibility: hidden;
}

.slider1 .overview
{
    position: absolute;
    width: 240px;
    left: 0;
    top: 0;
}

    .slider1 .overview li
    {
        float: left;
        margin: 0 13px;
        position: relative;
    }

.bus-tour-pg .slider1 .overview li
{
    margin: 0 10px;
}

.slider1 .overview li img
{
    width: 300px;
    height: 195px;
}

#content .tour_dtl
{
    position: absolute;
    width: 90%;
    margin: 0 3%;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
    bottom: 25px;
    padding: 0 2%;
}

    #content .tour_dtl h3
    {
        color: #fff;
        line-height: 37px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        display: inline-block;
    }

    #content .tour_dtl p
    {
        color: #ffcc00;
        font-size: 16px;
        float: right;
        line-height: 37px;
        margin: 0;
    }

    #content .tour_dtl span
    {
        width: 15px;
        height: 15px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
        background: url(../images/site/icon_sprite.png) no-repeat -57px -31px;
    }

#content .book_now
{
    position: absolute;
    right: -7px;
    padding-bottom: 7px;
    top: 20px;
    font-size: 16px;
    font-weight: 600;
    background: url(../images/site/btn_crv.jpg) no-repeat right bottom;
}

    #content .book_now a
    {
        background: #3389d7;
        line-height: 32px;
        padding: 0 15px;
        color: #fff;
        display: block;
    }

#content .view_all_pkg
{
    margin-top: 40px;
    text-align: center;
    margin-bottom: 15px;
}

    #content .view_all_pkg a
    {
        display: inline-block;
        background: #942794;
        color: #fff;
        line-height: 48px;
        padding: 0 30px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

#content .services_sec
{
    margin-top: 25px;
    border: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
    padding: 25px 0 30px 0;
    background: #f9f9f9;
}

    #content .services_sec li
    {
        display: inline-block;
        margin-right: 23px;
    }

        #content .services_sec li p
        {
            text-align: right;
            font-size: 14px;
            color: #555;
            font-weight: 300;
            margin: 0;
        }

        #content .services_sec li:last-child
        {
            margin: 0;
        }

#content .clients
{
    margin-top: 25px;
}

.ajax__calendar_container TABLE div
{
    margin: 0px !important;
}

@media screen and (min-width:768px) and (max-width:1000px)
{
    .fix_width
    {
        width: 96%;
        margin: 0 2%;
    }
}

@media screen and (max-width:767px)
{
}
/*ManagementTeam*/
.withfix
{
    width: 650px;
    padding: 0px 10px;
    display: block;
}

.Direc-left
{
    float: left;
}

    .Direc-left h3
    {
        font-size: 20px;
        color: #8B3DD4;
        padding: 0px;
        margin: 0px;
    }

.Direc-right
{
    float: right;
}

.Direc-left p
{
    font-size: 12px;
    line-height: 18px;
}

    .Direc-left p b
    {
        color: #8B3DD4;
    }

.Direc-right p
{
    font-size: 12px;
    line-height: 18px;
}

    .Direc-right p b
    {
        color: #8B3DD4;
    }

.Direc-right h3
{
    font-size: 20px;
    color: #8B3DD4;
    padding: 0px;
    margin: 0px;
}

.Direc-img
{
    width: 274px;
    height: 200px; /*background-color:#A262EA;*/
}

.Dv_MainDirec
{
    min-height: inherit !important;
    float: left;
    width: 100%;
}

.Direc-img img
{
    width: 274px;
    height: 200px;
    background-color: #A262EA;
}

.h_container
{
    background-color: #ECE6F5;
    border: solid 2px #C3B0E9;
    padding: 5px;
}

.sep9
{
    height: 10px;
    clear: both;
}

.h_containerheader
{
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(right, #FFFFFF 0%, #7851A4 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(right, #FFFFFF 0%, #7851A4 100%);
    /* Opera */
    background-image: -o-linear-gradient(right, #FFFFFF 0%, #7851A4 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #FFFFFF), color-stop(1, #7851A4));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #7851A4 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to left, #FFFFFF 0%, #7851A4 100%);
    padding: 5px;
    color: #FFFFFF;
    border: solid 1px #d6cae4;
    clear: both;
}

.list4 li
{
    background: url("../images/site/bullet02.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0 0 0 22px;
}

.award_logo
{
    background: url("../images/Awards/awards.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 26px;
    padding: 7px 0 0 44px;
}

.Dv_MainDirec
{
    border: 1px solid #7851a4;
    margin-top: 15px;
    min-height: 205px;
}

.abtn
{
    background-color: #7851A4;
    padding: 5px;
    color: #FFFFFF !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    margin-top: 5px;
    float: right;
}

.dLine14
{
    border: solid 2px #9F83BE;
    margin-top: 3px;
    padding: 3px;
}
/*Edited By Yesha*/
.Direc-left-full
{
    float: left;
    width: 98%;
    padding: 0 10px;
    padding-bottom: 10px;
}

.MilestonesBg
{
    float: left;
    width: 100%;
}

.search-aaa
{
    float: left;
    width: 160px;
    MARGIN: 0PX;
}

.from-left-main
{
    float: left;
    width: 100%;
    margin: 10px 0;
}

.from-left
{
    float: left;
    width: 41%;
}

.from-left-subl
{
    float: left;
    width: 50%;
}

    .from-left-subl.from-left-subl1
    {
        width: 47%;
        margin: 0 10px 0 0;
    }

    .from-left-subl select
    {
        float: right;
    }

.cal-icon
{
    float: initial;
    position: relative;
    top: 2px;
}

.Abt_Branding .Direc-left
{
    width: 283px;
}

    .Abt_Branding .Direc-left img
    {
        max-width: 100%;
    }

.txtnbt
{
    float: left;
    width: 100%;
}

.O_OurOfferings-sub
{
    float: left;
    width: 100%;
}

.O_OurOfferings-main .Direc-left img, .O_OurOfferings-main .Direc-left .Direc-img
{
    width: 154px;
    height: auto;
}

.Direc-right.O_OurOfferings
{
    width: 80%;
}

.emp-spk .Direc-left
{
    float: left;
    width: 15%;
}

.emp-spk .Direc-img
{
    width: 100%;
    height: auto;
}

    .emp-spk .Direc-img img
    {
        width: 100%;
        height: auto;
    }

.emp-spk .Direc-right, .emp-spk .odd .Direc-left
{
    width: 80%;
}

.emp-spk .odd .Direc-right
{
    width: 15% !important;
}

.ajax__calendar_container
{
    background-color: #904192 !important;
    color: #FFFFFF !important;
    font-weight: bold;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day
{
    background-color: #C2AADC !important;
}

.ajax__calendar .ajax__calendar_day
{
    border: 0 solid #ffffff !important;
}

.rowpurple
{
    background-color: #B5A8D6;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3
{
    display: none;
}

.nbs-flexisel-container
{
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul
{
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner
{
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item
{
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img
    {
        width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 100px;
        max-height: inherit;
    }
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right
{
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left
{
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right
{
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

.seat-main
{
    float: left;
    width: 100%;
}

.left-side-tab1
{
    float: left;
    width: 100%;
}

.main_right
{
    float: right;
    width: 25%;
}

.main-left
{
    float: right;
    width: 26%;
}

.middle-side-column
{
    float: right;
    width: 48%;
}

    .middle-side-column .middle
    {
        margin: 0 auto;
        width: 90%;
        float: none;
        overflow: hidden;
    }

    .middle-side-column .ChartDisplay
    {
        width: 100%;
    }

.full-width
{
    float: left;
    width: 100%;
}

.twise-trip
{
    width: 26%;
    margin: -365px 0 0;
}

.Return_SelectGander
{
    width: 100%;
    margin: 0 !important;
}

    .Return_SelectGander input
    {
        width: 100% !important;
    }

    .Return_SelectGander .cldr-inp-val
    {
        width: 32px !important;
    }

    .Return_SelectGander .cldr-inp-val1
    {
        width: 96% !important;
    }

    .Return_SelectGander #ctl00_sitecontent_chkIAgree
    {
        width: auto !important;
        margin-left: 0;
    }

    .Return_SelectGander .search-btn
    {
        width: auto !important;
    }

.NewClass_SingleTrip
{
    display: none;
}

.abt-mng .Direc-left
{
    float: left;
    width: 274px;
    margin: 0 10px 0px 0;
    text-align: left;
}

.abt-mng .Direc-img img, .abt-mng .Direc-img
{
    width: auto;
    height: inherit;
}

.abt-csr.abt-mng .Direc-img img, .abt-csr.abt-mng .Direc-img
{
    width: 100%;
}

.abt-mng .Direc-right, .abt-mng .odd .Direc-left
{
    float: none;
    width: 98%;
    text-align: left;
}

.abt-mng .odd .Direc-right
{
    float: right;
    width: 274px;
    margin: 0 0 0 10px;
    text-align: right;
}

.abt-mng .even1 img, .abt-mng .odd.odd1
{
    max-width: 100%;
}

.odd.odd1, .even1
{
    float: left;
    width: 100%;
}

    .even1 ul
    {
        overflow: hidden;
    }

.contactus
{
    float: left;
    width: 100%;
}

    .contactus ul
    {
        float: left;
        width: 100%;
        padding: 10px 0;
    }

        .contactus ul li
        {
            float: left;
            width: 32%;
            margin: 0 6px;
        }

.main-contact
{
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

#content .main-contact h2
{
    background: url("../images/PurpleOfferingsIcon01.png") no-repeat left center;
    height: inherit;
    margin: 0 0 10px 0;
}

.contactus .Dv_MainDirec
{
    margin-top: 0;
}

.contactus ul p
{
    margin: 5px 0;
}

.Dv_MainDirec-cont
{
    float: left;
    width: 100%;
}

.Dv_MainDirec-cont-sub
{
    float: left;
    width: 33.33%;
}

    .Dv_MainDirec-cont-sub .Direc-left
    {
        padding: 0 5px;
    }

    .Dv_MainDirec-cont-sub .h_containerheader
    {
        background: #7851A4;
    }

.CP_DetailFooter, .DV_WWW
{
    float: left;
    width: 100%;
}

.trips-title-bar
{
    width: 88% !important;
}

.bus-tour-pg #package_Menu ul
{
    padding: 0px 0px 0px 0;
}

.SubMenu
{
    width: 180px;
    background-color: #972497 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 2px;
}

    .SubMenu li
    {
        width: 100%;
        text-align: left !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.67);
    }

        .SubMenu li:hover
        {
            background: #000;
        }

        .SubMenu li:last-child
        {
            border-bottom: none;
        }

    .SubMenu ul li a:hover
    {
        color: #1B0606 !important;
        background: #eeeeee !important;
        border-radius: 0 !important;
    }

.errormsg span, .errormsg
{
    float: left;
    width: 100%;
}

.bus-tour-menutab-main
{
    float: left;
    width: 100%;
    margin: 5px 0;
}

    .bus-tour-menutab-main table
    {
        width: 50%;
        float: left;
    }

.bus-tour-menutab
{
    float: left;
    width: 50%;
}

.businsubmenu ul
{
    margin-right: 0px;
    /*margin-right: 10px;*/
    display: none;
}

.SubMenu ul li:hover .businsubmenu ul
{
    display: block;
}

#slideshow
{
    width: 603px;
    text-align: left;
}

#bigPic
{
    width: 603px;
    height: 180px;
}

    #bigPic img
    {
        position: absolute;
        display: none;
        width: 603px;
        height: 180px;
    }

#thumbs li
{
    line-height: 24px;
}

    #thumbs li.active
    {
        display: block;
        float: left;
        height: 24px;
        line-height: 28px;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 12px;
        padding: 0 0 0 10px;
        cursor: pointer;
        background: url(../images/btn.png) no-repeat;
    }

        #thumbs li.active span
        {
            float: left;
            display: block;
            padding: 0 0px 0 0px;
            height: 24px;
            background: url(../images/btnBg.png) top repeat-x;
        }

            #thumbs li.active span.down
            {
                float: left;
                display: block;
                padding: 0 0px 0 10px;
                height: 24px;
                background: url(../images/btn.png) 0 -48px no-repeat;
            }

#thumbs, ul#thumbs li
{
    margin: 0 10px 0 5px;
    padding: 0;
    list-style: none;
}

    #thumbs li
    {
        float: left;
        margin-right: 7px;
        margin-bottom: 5px;
        padding: 3px;
        cursor: pointer;
    }

    #thumbs img
    {
        float: left;
        width: 80px;
        height: 80px;
        line-height: 80px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

#slideshow1
{
    width: 552px;
    text-align: left;
}

#slideshow2
{
    width: 550px;
    text-align: left;
}

#bigPic1
{
    width: 552px;
    height: 165px;
}

    #bigPic1 img
    {
        position: absolute;
        display: none;
        border: none;
    }

#thumbs1 li
{
    line-height: 24px;
}

    #thumbs1 li.active
    {
        display: block;
        float: left;
        height: 24px;
        line-height: 28px;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 12px;
        padding: 0 0 0 10px;
        cursor: pointer;
        background: url(../images/btn.png) no-repeat;
    }

        #thumbs1 li.active span
        {
            float: left;
            display: block;
            padding: 0 0px 0 0px;
            height: 24px;
            background: url(../images/btnBg.png) top repeat-x;
        }

            #thumbs1 li.active span.down
            {
                float: left;
                display: block;
                padding: 0 0px 0 10px;
                height: 24px;
                background: url(../images/btn.png) 0 -48px no-repeat;
            }

#thumbs1, ul#thumbs1 li
{
    margin: 0 10px 0 5px;
    padding: 0;
    list-style: none;
}

    #thumbs1 li
    {
        float: left;
        margin-right: 7px;
        margin-bottom: 5px;
        padding: 3px;
        cursor: pointer;
    }

    #thumbs1 img
    {
        float: left;
        width: 80px;
        height: 80px;
        line-height: 80px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

#slider1_container
{
    margin: 0 auto;
}

.media-page
{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.ourvis .Dv_Offering_right iframe
{
    border: none;
}

.businsubmenu
{
    margin-left: 185px !important;
}

.header_src
{
    background: none repeat scroll 0 0 #b4376f;
    border-bottom: 1px solid #ebcfd8;
    border-top: 1px solid #c2c2c2;
    box-shadow: 0 0 5px #750025 inset;
    padding-left: 10px;
    padding-top: 10px;
}

.o-of-sub .c_table1
{
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

/*======================================Flight Css=======================*/

.typeselection
{
    border-bottom: 1px solid gray;
    display: block;
    display: inline-block;
    width: 100%;
}

.domestic
{
    padding: 10px 15px;
    float: left;
    background-color: #7851A4;
    border-radius: 7px 7px 0 0;
    color: white;
    font-weight: bold;
}

.international
{
    padding: 10px 15px;
    float: left;
    background-color: #7851A4;
    border-radius: 7px 7px 0 0;
    color: white;
    font-weight: bold;
    margin-left: 10px;
    opacity: 0.7;
}

.selresult
{
    padding: 0px 10px 10px 10px;
    border-bottom: 1px dashed gray;
}

.selway
{
    padding: 10px 10px 5px 10px;
    border-bottom: 1px dashed gray;
}

.selradio
{
    width: 0px !Important;
}

.boxes
{
    float: left;
    width: 100%;
}

#Airbanner
{
    display: block;
    float: right;
    width: 497px;
    -moz-border-radius: 0 50px;
}

.search_bus .rbt
{
    width: 0px !Important;
}

.submit1
{
    background: none repeat scroll 0 0 #7851a4;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.bus_service_glance_box
{
    float: left;
    width: 100%;
}

.box2-mainpart
{
    float: left;
    width: 100%;
}

.show-hide .from-left
{
    width: 40%;
}

.show-hide .search-aaa
{
    width: 20%;
    margin: 14px 0 0 0;
}

    .show-hide .search-aaa .search-btn
    {
        font-size: 12px;
        padding: 0 5px;
        text-transform: capitalize;
        line-height: normal;
        height: 28px;
    }

.depart
{
    float: left;
}

.depart-cal
{
    float: left;
    position: relative;
    right: 20px;
    top: 22px;
}

.link_home a:hover
{
    color: #B4376F !Important;
}

.search-btn_new
{
    background: none repeat scroll 0 0 #7851a4;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
    border-bottom: 3px solid #000;
    border-right: 2px solid #000;
    text-align: center;
}

#package_Menu .nav1
{
    margin: 0px auto 0 !important;
}

.c-p1
{
    width: 22%;
    margin: 0 17px;
    float: left;
}

.box2-subpart
{
    float: LEFT;
    width: 28% !important;
    overflow: hidden;
    margin-right: 18px;
}

    .box2-subpart.box2-subpart1
    {
        width: 38% !important;
    }

        .box2-subpart.box2-subpart1 p
        {
            line-height: 20px;
        }

    .box2-subpart div
    {
        width: 100% !important;
    }

        .box2-subpart div .width130
        {
            width: 35% !important;
        }

        .box2-subpart div .bus_op_infra_box_desc
        {
            width: 62% !important;
        }

.dmrc-tab td
{
    padding: 5px;
}

.bus-tour-pg .trips-title-bar
{
    padding: 0px;
}

.bus-tour-pg .slider1 .next
{
    right: 5px;
}

.bus-tour-pg .slider1 .prev
{
    right: 27px;
}

.bus-tour-pg .tour_dtl h3
{
    font-size: 16px !important;
}

.seat-selections
{
    float: left;
    width: 62%;
    margin: 0 15px 0 0;
    border-right: 1px solid #7851A4;
}

.SeatingArragement_Container
{
    width: 90%;
    padding-left: 40px;
    background: url(../images/SeatSelection/lower.png) no-repeat 12px 12px;
    height: auto;
    border: 1px solid #ae93d8;
    background-color: #efecf5;
    padding-top: 10px;
    float: left;
}

.sleeper
{
    margin-right: 3px;
    cursor: pointer;
    margin-bottom: 8px;
    padding-top: 0px;
    width: 65px;
    font-size: 11px;
    text-align: center;
    height: 34px;
    background: url(../images/SeatSelection/sleeper.jpg) no-repeat 0 0;
}

.fleft
{
    float: left;
}

.seat-new
{
    float: left;
    width: 100%;
}

    .seat-new ul
    {
        margin: 0;
        list-style-type: none;
        float: left;
        width: 100%;
    }

        .seat-new ul li
        {
            float: left;
        }

.seat
{
    margin-right: 3px;
    cursor: pointer;
    margin-bottom: 8px;
    padding-top: 0px;
    width: 35px;
    font-size: 11px;
    text-align: center;
    height: 33px;
    background: url(../images/SeatSelection/seats.jpg) no-repeat 0 0;
}
.seat_mob
{
    margin-right: 3px;
    cursor: pointer;
    margin-bottom: 8px;
    padding-top: 0px;
    width: 35px;
    font-size: 11px;
    text-align: center;
    height: 33px;
    background: url(../images/SeatSelection/seats.jpg) no-repeat 0 0;
}

    .seat.active
    {
        background: url(../images/SeatSelection/seats.jpg) no-repeat 0 -68px;
    }

    .seat.booked
    {
        background: url(../images/SeatSelection/seats.jpg) no-repeat 0 -102px;
    }

    .seat.female
    {
        background: url(../images/SeatSelection/seats.jpg) no-repeat 0 -136px;
    }

.sleeper.active
{
    background: url(../images/SeatSelection/sleeper.jpg) no-repeat 0 -68px;
}

.sleeper.booked
{
    background: url(../images/SeatSelection/sleeper.jpg) no-repeat 0 -102px;
}

.sleeper.female
{
    background: url(../images/SeatSelection/sleeper.jpg) no-repeat 0 -136px;
}

.bottom-onlysleeper
{
    padding: 0;
    margin: 25px 0 0 0 !important;
}

.SeatingArragement_Container2
{
    width: 90%;
    padding-left: 40px;
    height: auto;
    background: url(../images/SeatSelection/upper.png) no-repeat 12px 12px;
    border: 1px solid #ae93d8;
    background-color: #efecf5;
    padding-top: 10px;
    float: left;
    margin: 10px 0;
}

.seat-specifications
{
    float: left;
    margin: 10px 0;
    width: 557px;
}

.subs
{
    float: left;
    width: 32%;
    margin: 0 10px 0 0;
}

    .subs img
    {
        max-width: 100%;
    }

.subs-seat
{
    padding-bottom: 3px;
}

.subs-sleeper
{
    padding: 19px 0 3px 0;
}

.subs:last-child
{
    margin: 0;
}

.seat-dec
{
    float: left;
    width: 30%;
}

.select-gender, .boarding-point
{
    float: left;
    width: 100%;
    margin: 10px 0;
}

.parts
{
    float: left;
    width: 49%;
    margin: 5px 0;
}

.red
{
    float: left;
    color: red;
    margin: 0 5px 0 0;
    position: relative;
    top: 8px;
}

.SelectGenderDropBox
{
    /*float: left;
  margin: 0 10px ;
  width: 35%;*/
    float: left;
    line-height: 0 !important;
    margin: 0 10px;
    min-height: 0;
    width: 27%;
}

.SelectGenderGreyBox
{
    width: 40px;
    background-color: #f2efef;
    color: #393939;
    font-size: 12px;
    text-align: center;
    /*margin-left: 3px;*/
    float: left;
    /*line-height: 26px;*/
}

    .SelectGenderGreyBox input
    {
        width: 50px;
        height: 20px;
    }

.SelectGenderDivider
{
    border-left: 1px solid #ceb8f0;
    height: 24px;
    /*margin: 5px 18px 5px 0px;*/
}

.FareContainer
{
    float: left;
    width: 100%;
}

.FareBox
{
    width: 215px;
    height: 52px;
    line-height: 46px;
    border: 1px solid #ceb8f0;
    padding: 0 0 0 8px;
    float: left;
    margin: 5px 0;
}

.farecontainer-sub
{
    float: left;
    width: 100%;
    margin: 5px 0;
    text-transform: capitalize;
}

    .farecontainer-sub span, .FareBox span
    {
        color: #9f01f1;
    }

.FareBox span
{
    font-size: 20px;
}

.confirmbookingbox
{
    float: left;
    margin: 20px 0 0 0;
}

    .confirmbookingbox .search-btn_new
    {
        color: #fff !important;
        float: left;
    }

.travelinfo
{
    border: 1px solid #ceb8f0;
    width: 98%;
    padding: 8px;
    margin: 0 0 10px 0;
}

    .travelinfo .p1
    {
        width: 18%;
        padding: 0 8px;
        text-align: center;
    }

    .travelinfo .p1-title
    {
        color: #8d80a2;
        margin: 0 0 5px 0;
    }

.notice-selection
{
    margin: 8px 0;
    line-height: 18px;
    font-size: 12px;
}

    .notice-selection .search-btn a
    {
        color: #fff !important;
    }

/* link hover tooltip*/
.coastal-tour-table-text a:hover
{
    color: #b4376f;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.coastal-tour-table-text a:link
{
    color: #764f9e;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.coastal-tour-table-text a:visited
{
    color: #764f9e;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

#tabs_wrapper
{
    width: 422px;
}

#tabs_container
{
    border-bottom: 1px solid #ccc;
}

#tabs
{
    list-style: none;
    padding: 4px 0;
}

    #tabs li
    {
        float: left;
    }

        #tabs li a
        {
            border: 1px solid #ccc;
            padding: 4px 6px;
            text-decoration: none;
            border-bottom: none;
            outline: none;
        }

            #tabs li a:hover
            {
                background-color: #EAECEF;
                padding: 4px 6px;
            }

        #tabs li.active a
        {
            border-bottom: 1px solid #fff;
            background-color: #fff;
            padding: 4px 6px 5px 6px;
            border-bottom: none;
            background-color: #EAECEF;
        }

            #tabs li.active a:hover
            {
                background-color: #EAECEF;
                padding: 4px 6px 5px 6px;
                border-bottom: none;
            }

        #tabs li a.icon_accept
        {
            background-image: url(accept.png);
            background-position: 5px;
            background-repeat: no-repeat;
            padding-left: 24px;
        }

            #tabs li a.icon_accept:hover
            {
                padding-left: 24px;
            }

#tab2 #tab1
{
    background-color: #EAECEF;
}

#tabs_content_container
{
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    /*width: 400px;*/
}

.tab_content
{
    display: none;
}

.btn_right
{
    background: url("../images/button01.png") no-repeat scroll 0 -48px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    padding: 0 0 0 3px;
}

.btn_left
{
    background: url("../images/button01.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    padding: 0 0 0 3px;
    height: 24px;
}

.BtnMaroon
{
    background: url("../images/button01.png") repeat-x scroll 0 -24px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    padding: 0 5px 3px 5px;
    font-size: 12px;
    height: 24px;
    cursor: pointer;
    color: #ffffff;
    line-height: 0;
    text-decoration: none;
    border: 0;
}


.BtnMaroon1
{
    background: url("../images/button01.png") repeat-x scroll 0 -24px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    padding: 0 6px;
    height: 24px;
    color: wheat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.PageNameTab
{
    border: 1px solid #deb1df;
    float: left;
    height: 19px;
    margin: 0;
    padding: 0;
}

    .PageNameTab li span
    {
        display: block;
        float: left;
        padding: 0 12px;
    }

        .PageNameTab li span.right
        {
            display: block;
            float: left;
            padding: 0 0 0 5px;
        }

    .PageNameTab li.active
    {
        background-color: #E6ABE7;
        display: block;
        float: left;
        height: 19px;
        padding: 0 0 0 5px;
    }

    .PageNameTab li
    {
        color: #2d2d2d;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 19px;
        list-style: outside none none;
        padding: 0 0 0 5px;
    }

.BtnSilver
{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #7851A4;
    cursor: pointer;
}

.trip-text1 {
	float:left;
}
.bus-t-sub {
  float: left;
  margin-top: 6px;
}
.bus-t-sub input {
	width:92px !important;
	  margin-top: 0;
}
.bus-t-sub .dp-choose-date {
	position:absolute;
	margin:12px 0 0 -20px
}
.BT_BookAdd1 {
	float:left;
}
.BT_BookAdd1 td {
	border:none !important;
}
.mpart-text2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #8a8a8a;
}
.bt-left-tab {
	float:left;
}
.BT_BookAdd1 #mpart {
	  height: auto;
	  margin-top: 15px;
}
.bus-tour-pg #header  {
	  padding-bottom: 0;
  border-bottom: none;
}

.errormsg {
    padding: 10px;
    background-color: #fc6767;
    margin: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(../images/site/warning.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-position-y: 8px;
    background-position-x: 5px;
    width: 95%;
    background-size: 18px 18px;
}

    .errormsg span {
        padding-left: 20px;
    }
