/* =============== WEBRUPEE FONT RULE =============== */
.WebRupee1 {
    font-family: 'WebRupee';
    font-size: 14px;
    font-weight: bold;
    color: #FF6600;
}


/* =============== ERIC MEYER'S RESET =============== */
html, body, div, span, applet, object, iframe, .contact-form,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, .trvDtl_pricing li b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*vertical-align:baseline*/
}

HTML5 display-role reset for older browsers article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =============== GENERAL ================ */
.ftL {
    float: left !important;
}

.ftR {
    float: right !important;
}

.clear {
    clear: both;
    width: 100%;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.tm0 {
    margin-top: 0 !important;
}

.bm0 {
    margin-bottom: 0 !important;
}

.bb0 {
    border-bottom: none !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.lm0 {
    margin-left: 0 !important;
}

.lm5 {
    margin-left: 5px !important;
}

.lm10 {
    margin-left: 10px !important;
}

.lm30 {
    margin-left: 30px !important;
}

.b0 {
    border: none !important;
}

.bold {
    font-weight: bold;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.txtCenter {
    text-align: center !important;
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.ml20 {
    margin-left: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr27 {
    margin-right: 27px !important;
}

.mr87 {
    margin-right: 87px !important;
}

.mr194 {
    margin-right: 194px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.wdth208 {
    width: 208px !important;
}

.wdth197 {
    width: 197px !important;
}

.ftl {
    float: left !important;
}

.ftr {
    float: right !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt-2 {
    margin-top: -2px !important;
}

.mt-9 {
    margin-top: -9px !important;
}

.txt11 {
    font-size: 11px !important;
}

.txt12 {
    font-size: 12px !important;
}

.txt15 {
    font-size: 15px !important;
}

.b {
    font-weight: bold !important;
}

.blue1Dark {
    color: #2C67B3 !important;
}

.ico-sprite {
    background: url(../images/flt-icon-sprite.png) no-repeat !important;
}

.pl3 {
    padding-left: 3px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pl4 {
    padding-left: 4px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.rm0 {
    margin-right: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 14px;
}


a {
    color: #2C67B3;
    font-size: 12px;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #c73c00;
        /*font-size: 12px;*/
        text-decoration: underline;
    }

.breadcrumb {
    margin: 0;
    margin-top: -11px;
    padding: 0;
    font-size: 20px;
    background: transparent;
}

    .breadcrumb > li + li:before {
        display: none;
    }

    .breadcrumb > li.active > a.selected {
        color: #FF6600;
    }

.aff-social-sprite {
    background: url(../img/aff-social-sprite.png) 0 0 no-repeat;
}

.aff-social-list {
    float: right;
}

.main-footer .aff-social-list {
    margin-left: 0;
    margin-top: 12px;
}

.aff-social-list li {
    float: left;
    margin-right: 5px;
}

.aff-social-icons {
    display: block;
    width: 25px !important;
    height: 25px !important;
}

    .aff-social-icons.fb {
        background-position: 0 0;
    }

    .aff-social-icons.tw {
        background-position: -30px 0;
    }

    .aff-social-icons.gp {
        background-position: -60px 0;
    }

    .aff-social-icons.blg {
        background-position: -90px 0;
    }

/* button button
---------------------------------------------- */
.bttn {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 16px;
}

    .bttn:focus,
    .bttn:hover {
        font-size: 14px;
        text-decoration: none;
    }

/* color styles 
---------------------------------------------- */
/* orange */
.orange {
    border: solid 1px #da7c0c;
    background-color: #dc5600;
    background-image: -moz-linear-gradient(top, #ff9232, #dc5600);
    background-image: -webkit-gradient(linear,0 0,0 100%, from(#ff9232), to(#dc5600));
    background-image: -webkit-linear-gradient(top, #ff9232, #dc5600);
    background-image: -o-linear-gradient(top, #ff9232, #dc5600);
    background-image: -ms-linear-gradient(top, #ff9232 0%, #dc5600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9232', endColorstr='#ffdc5600', GradientType=0);
    background-image: linear-gradient(top, #ff9232, #dc5600);
    background-repeat: repeat-x;
    color: #ffffcd;
}

    .orange:focus,
    .orange:hover {
        background-color: #dc5600;
        background-image: -moz-linear-gradient(top, #dc5600, #ff9232);
        background-image: -webkit-gradient(linear,0 0,0 100%, from(#dc5600), to(#ff9232));
        background-image: -webkit-linear-gradient(top, #dc5600, #ff9232);
        background-image: -o-linear-gradient(top, #dc5600, #ff9232);
        background-image: -ms-linear-gradient(top, #dc5600 0%, #ff9232 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc5600', endColorstr='#ffff9232', GradientType=0);
        background-image: linear-gradient(top, #dc5600, #ff9232);
        background-repeat: repeat-x;
        color: #ffffcd;
    }

        .orange a,
        .orange:focus a,
        .orange:hover a {
            color: #ffffcd;
            text-decoration: none;
        }

/* blue */
.blue {
    border: solid 1px #0044cc;
    background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear,0 0,0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc 0%, #0044cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    color: #ffffff;
}

    .blue:focus,
    .blue:hover {
        background-color: #0044cc;
        background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
        background-image: -webkit-gradient(linear,0 0,0 100%, from(#0044cc), to(#0088cc));
        background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
        background-image: -o-linear-gradient(top, #0044cc, #0088cc);
        background-image: -ms-linear-gradient(top, #0044cc 0%, #0088cc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
        background-image: linear-gradient(top, #0044cc, #0088cc);
        background-repeat: repeat-x;
        color: #ffffff;
    }

        .blue a,
        .blue:focus a,
        .blue:hover a {
            color: #ffffff;
            text-decoration: none;
        }

/* gray */
.gray {
    border: solid 1px #555555;
    background-color: #6e6e6e;
    background-image: -moz-linear-gradient(top, #888888, #575757);
    background-image: -webkit-gradient(linear,0 0,0 100%, from(#888888), to(#575757));
    background-image: -webkit-linear-gradient(top, #888888, #575757);
    background-image: -o-linear-gradient(top, #888888, #575757);
    background-image: -ms-linear-gradient(top, #888888 0%, #575757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff888888', endColorstr='#ff575757', GradientType=0);
    background-image: linear-gradient(top, #888888, #575757);
    background-repeat: repeat-x;
    color: #e9e9e9;
}

    .gray:focus,
    .gray:hover {
        background-color: #6e6e6e;
        background-image: -moz-linear-gradient(top, #575757, #888888);
        background-image: -webkit-gradient(linear,0 0,0 100%, from(#575757), to(#888888));
        background-image: -webkit-linear-gradient(top, #575757, #888888);
        background-image: -o-linear-gradient(top, #575757, #888888);
        background-image: -ms-linear-gradient(top, #575757 0%, #888888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575757', endColorstr='#ff888888', GradientType=0);
        background-image: linear-gradient(top, #575757, #888888);
        background-repeat: repeat-x;
        color: #e9e9e9;
    }

        .gray a,
        .gray:focus a,
        .gray:hover a {
            color: #e9e9e9;
            text-decoration: none;
        }

select {
    font-size: 12px;
    height: 27px;
    padding: 3px;
    width: 100%;
    font-size: 12px;
    border-radius: 4px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    font-size: 12px;
    height: 28px !important;
    line-height: 28px !important;
    font-size: 13px !important;
    padding-left: 5px;
    width: 213px;
    border-radius: 4px;
}

.ho {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.whatisthis {
    font-size: 10px;
    font-weight: normal;
}

    .whatisthis a {
        font-size: 10px;
        font-weight: normal;
    }

        .whatisthis a:hover, .whatisthis a:focus {
            font-size: 10px;
        }

.main_sprite {
    background: url(../img/main_sprite.png) !important;
}

.deals_badge {
    background-position: -327px -12px;
    float: left;
    height: 52px;
    margin: -7px 0 0 2px;
    padding-left: 10px;
    width: 82px;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.6;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background-position: -212px -3px;
}

body {
    background-color: transparent;
    color: #4d4d4d;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 20px;
}

#wrapper {
    background-color: #FFF;
    box-shadow: 0px 2px 5px #B9B9B9;
    overflow: hidden;
    margin: 0px auto;
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

/* =============== HEADER =============== */
#HeaderNew {
    width: 995px;
}

#logo {
    float: left;
    height: 88px;
    margin-top: 8px;
    width: 265px;
}

#Top_Contact {
    float: left;
    width: 730px;
}

#welGuest {
    float: right;
    margin: 5px 0;
}

    #welGuest span {
        color: #2F96B4;
    }

#TopPhoneNumbers {
    float: left;
    text-align: right;
    width: 730px;
}

.call_icon {
    background-position: -8px -5px;
    float: left;
    height: 24px;
    margin: -1px 0 0 386px;
    width: 24px;
}

#RegisterHome {
    float: right;
    margin: 10px 0;
}

    #RegisterHome li {
        float: left;
        padding: 0px 5px;
    }

    #RegisterHome a {
        font-size: 13px;
        color: #4d4d4d;
    }

        #RegisterHome a:hover {
            font-size: 13px;
            color: #2C67B3;
        }

    #RegisterHome li span.main_sprite {
        float: left;
        margin: 3px 4px 0 0;
        width: 16px;
        height: 13px;
    }

    #RegisterHome li .myaccount {
        background-position: -446px -32px;
        width: 16px;
    }

    #RegisterHome li .register {
        background-position: -446px -32px;
    }

    #RegisterHome li .login {
        background-position: -462px -32px;
    }

    #RegisterHome li .logout {
        background-position: -480px -32px;
    }

    #RegisterHome li .agent {
        background-position: -496px -32px;
    }

    #RegisterHome li.facebook {
        background-position: -35px -5px;
        float: left;
        width: 45px;
    }

    #RegisterHome li.gPlus {
        background-position: -85px -5px;
        float: left;
        width: 26px;
    }

    #RegisterHome li.twitter {
        background-position: -120px -5px;
        float: left;
        width: 60px;
    }

.greenBx {
    right: 0;
    position: fixed;
    margin-top: 100px;
    z-index: 10000;
    height: 120px;
    width: 21px;
}

    .greenBx a.two,
    .greenBx a.two:hover {
        background: url(../images/enquiry_tab.gif) no-repeat right top;
        height: 70px;
        width: 21px;
        display: block;
        text-decoration: none;
        border: none;
        float: left;
    }

    .greenBx a.one,
    .greenBx a.one:hover {
        background: url(../images/feedback_tab.gif) no-repeat right top;
        height: 80px;
        width: 21px;
        display: block;
        text-decoration: none;
        border: none;
        float: left;
    }



/* =============== NAV DROPDOWN =============== */
.Support_icon {
    background-position: -187px -6px;
    width: 23px;
    float: left;
    margin: 10px 3px 0;
}

.custsprt {
    width: 185px;
    color: #ffffff !important;
    cursor: pointer;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.comingSoon_badge:before {
    border-color: #107f16 transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    content: " ";
    display: inline-block;
    float: left;
    height: 0;
    margin: -9px 0 0 78px;
    position: absolute;
    right: 46%;
    top: 29px;
    width: 0;
}

.comingSoon_badge {
    background-color: #107f16;
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px 0 #33a239;
    color: #ffffff;
    cursor: default;
    float: left;
    font-size: 11px;
    height: 20px;
    line-height: 17px;
    position: absolute;
    left: -18px;
    text-align: center;
    top: -22px;
    width: 85px;
    background-image: -ms-linear-gradient(top, #33a239 0%, #107f16 100%);
}

#home .nav .home {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navbar .nav > li > #NavHover:before {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.navbar .nav > li > #NavHover {
    position: absolute;
    top: 43px;
    left: 56px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .navbar .nav > li > #NavHover > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        color: #2C67B3;
        font-weight: normal;
        line-height: 18px;
        white-space: nowrap;
        border-bottom: 1px dotted #DDDDDD;
        text-shadow: none;
    }

#NavHover > li > a:hover,
#NavHover > li > a:focus,
#NavHover:hover > a,
#NavHover:focus > a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #2C67B3;
    background-image: -moz-linear-gradient(top, #2492c7, #2C67B3);
    background-image: -webkit-gradient(linear,0 0,0 100%, from(#2492c7), to(#2C67B3));
    background-image: -webkit-linear-gradient(top, #2492c7, #2C67B3);
    background-image: -o-linear-gradient(top, #2492c7, #2C67B3);
    background-image: -ms-linear-gradient(top, #2492c7 0%, #2C67B3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2492c7', endColorstr='#ff2C67B3', GradientType=0);
    background-image: linear-gradient(top, #2492c7, #2C67B3);
    background-repeat: repeat-x;
}

.navbar .nav .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    margin-top: 9px;
    margin-left: 5px;
}

.navbar .nav > li > a.flights {
    border-radius: 5px 0 0 5px;
    font-weight: 600;
    color: #ffffcd;
    padding: 11px 16px 10px 9px;
}

.navbar .nav > li > a .flightIcon {
    background-position: -295px -48px;
    float: left;
    height: 23px;
    width: 25px;
    margin-right: 5px;
}

.navbar .nav > li > a.flights:focus,
.navbar .nav > li > a.flights:hover {
    background-color: #FA7414;
    background-repeat: repeat-x;
    border-radius: 5px 0 0 5px;
    color: #ffffdc;
    text-decoration: none;
    text-shadow: 0 -1px 0 #DC5600;
    background-image: -ms-linear-gradient(top, #FF9232 0%, #DC5600 100%);
}

/* =============== SEARCHFORM =============== */
#searchform {
    background-color: #999;
    border-radius: 5px;
    /*float: left;*/
    padding: 10px;
    width: 100%;
}

    #searchform h1 {
        color: #ffffff;
        float: left;
        font-size: 22px;
        margin: 5px 0 10px;
    }

.searchform_inner {
    background-color: #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 7px;
    width: 100%;
}

    .searchform_inner ul, .searchform_inner li {
        float: left;
    }

    .searchform_inner a {
        float: left;
    }

    .searchform_inner label {
        color: #4d4d4d;
        cursor: default;
        float: left;
    }

    .searchform_inner li a {
        cursor: pointer;
        color: #4d4d4d;
        display: block;
        font-size: 13px;
    }

        .searchform_inner li a:hover {
            color: #ff6600;
            font-size: 13px;
            text-decoration: underline;
        }

    .searchform_inner li input[type="radio"] {
        float: left;
        margin-top: 3px;
        margin-right: 2px;
    }

    .searchform_inner li input[type="radio"] {
        margin-top: 0px\9;
        margin-right: 0px\9;
    }

.IntDomRadio, .homeIntDomLink {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 6px 10px;
    width: 100%;
    overflow: hidden;
}

    .IntDomRadio label:hover {
        color: #ff6600;
        text-decoration: underline;
        cursor: pointer;
    }

    .IntDomRadio li input[type="radio"]:checked + label {
        color: #ff6600;
    }

.IntDomContent {
    /*float: left;*/
    min-height: 100px;
    /*width: 560px;*/
}

.searchTopDestinations, .citycountrySearch {
    width: 100%;
    /*float: left;*/
}

    .searchTopDestinations h4 {
        color: #6d6d6d;
        font-size: 15px;
        font-weight: bold;
    }

    .searchTopDestinations ul {
        margin: 10px 0;
        width: 100%;
    }

    .searchTopDestinations li {
        width: 110px;
    }

        .searchTopDestinations li a {
            text-transform: capitalize;
        }

.formdivider {
    background-position: -38px -88px;
    height: 12px;
    float: left;
    width: 560px;
}


.citycountrySearch li {
    width: 280px;
}

    .citycountrySearch li label {
        color: #6d6d6d;
        text-decoration: none;
        font-weight: bold;
    }

    .citycountrySearch li a {
        width: 118px;
    }

    .citycountrySearch li a {
        color: #2C67B3;
    }

    .citycountrySearch li input[type="text"] {
        margin: 0px !important;
    }


.CountryDropDown, input.citySelect {
    border: 1px solid #C5C5C5;
    cursor: default;
    float: left;
    font-size: 13px;
    height: 32px;
    line-height: 26px !important;
    padding: 6px 6px 6px 5px;
    width: 100%;
}

    .CountryDropDown optgroup {
        padding: 5px;
        background-color: #f1f1f1;
        color: #ff6600;
    }

    .CountryDropDown option {
        margin-top: 2px;
        font-size: 12px;
        color: #4d4d4d;
    }

input.citySelect {
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
    font-size: 13px;
    cursor: text;
}

.HotelCitySearch {
    float: left;
    height: 50px;
    width: 285px;
}

    .HotelCitySearch span {
        color: #6d6d6d;
        font-size: 11px;
        font-weight: bold;
    }

    .HotelCitySearch input[type="text"] {
        background: url(../img/searchBtn.png) 97% 50% no-repeat;
        cursor: text;
        height: 28px;
        line-height: 28px;
        padding: 0 0 0 5px;
        float: left;
        font-size: 13px;
        line-height: 26px !important;
        width: 261px;
    }

.CheckInOut {
    /*float: right;*/
    height: 53px;
}

.CheckInOut {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 600;
}

    .CheckInOut input[type="text"] {
        cursor: pointer;
        height: 28px;
        width: 100%;
        font-size: 13px;
        float: left;
        padding-left: 5px;
        background: url('../img/date_icon.png') 95% 50% no-repeat;
    }

.select_drop_icon {
    background-position: -448px -17px;
    float: left;
    height: 6px;
    margin-left: -16px;
    margin-top: 13px;
    width: 9px;
}

.hotel_rooms {
    float: left;
    width: 300px;
    margin-top: 10px;
}

.No_ofRooms {
    float: left;
    width: 300px;
}

span.infant_label {
    color: #6d6d6d;
    font-weight: bold;
    font-size: 11px;
    margin-left: 135px;
    margin-top: 10px;
    float: left;
}

span.rooms_label {
    color: #6d6d6d;
    font-weight: 600;
    font-size: 11px;
    float: left;
    margin: 2px 3px 0 0;
}

.rooms_row, .child_row {
    float: left;
    height: 28px;
    margin-top: 3px;
    width: 300px;
}

.child_row {
    width: 219px;
}

select.infants, select.infants1 {
    border: 1px solid #c5c5c5;
    color: #4d4d4d;
    cursor: default;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 2px;
    padding-left: 5px;
    width: 80px;
}

select.infants1 {
    width: 160px;
}

.noOfChild {
    float: right;
    margin: 10px 0 0 41px;
    width: 219px;
}

p.specifyChildAge {
    margin-top: 30px;
}

.hotel_rooms.Dom {
    margin-top: 5px;
    min-height: 139px;
}

    .hotel_rooms.Dom, .hotel_rooms.Dom .No_ofRooms, .hotel_rooms.Dom .rooms_row {
        width: 193px;
    }

        .hotel_rooms.Dom span.infant_label {
            margin-left: 45px;
            margin-top: 2px;
        }

        .hotel_rooms.Dom .rooms_row {
            margin-top: 0;
            height: 23px;
        }

.noOfChild.Dom, .noOfChild.Dom .child_row {
    width: 348px;
}

    .noOfChild.Dom .child_row {
        margin-top: 0;
        height: 23px;
    }

.noOfChild.Dom {
    margin: 0;
}

    .hotel_rooms.Dom select.infants,
    .hotel_rooms.Dom select.infants1,
    .noOfChild.Dom select.infants,
    .noOfChild.Dom select.infants1 {
        width: 72px;
        height: 23px;
        padding: 1px 1px 1px 4px;
    }

.invalidPackage {
    display: block;
    color: Red;
    font-size: 7pt;
    width: 100px;
    height: 10px !important;
    height: auto;
    margin-left: 12px;
}


.PickDropOptions {
    float: left;
    width: 560px;
    margin-top: 20px;
}

    .PickDropOptions .left {
        float: left;
        width: 180px;
    }

        .PickDropOptions .left span, .PickDropOptions .right span {
            display: block;
            color: #6d6d6d;
            font-size: 11px;
            font-weight: bold;
        }

        .PickDropOptions .left select {
            width: 180px;
        }

    .PickDropOptions .right {
        float: left;
        margin-left: 119px;
        width: 261px;
    }

.CityTrip {
    margin-top: 10px;
    width: 261px;
}

    .CityTrip span {
        clear: left;
        font-size: 11px;
        float: left;
        margin: 0 0 0 2px;
    }

    .CityTrip select {
        width: 261px;
    }


.SailingDate {
    color: #6d6d6d;
    font-size: 11px;
    font-weight: bold;
    float: left;
    width: 120px;
}

    .SailingDate select {
        width: 120px;
    }

.DepartPort {
    color: #6d6d6d;
    font-size: 11px;
    font-weight: bold;
    float: left;
    margin-left: 150px;
    width: 261px;
}

    .DepartPort select {
        width: 261px;
    }

.CruisePax {
    float: left;
    margin-top: 30px;
    width: 360px;
}

    .CruisePax p {
        float: left;
        font-size: 12px;
        width: 118px;
    }

    .CruisePax select {
        clear: left;
        width: 109px;
    }

    .CruisePax span {
        float: left;
        font-size: 10px;
    }

        .CruisePax span.labels {
            color: #6d6d6d;
            font-size: 11px;
            font-weight: bold;
            margin-top: 5px;
        }

/* ==== OLD SEARCHFORM ==== */
ul.topTabs {
    float: right;
    list-style-type: none;
    margin-top: 3px;
    position: relative;
    top: 6px;
    width: 210px;
}

    ul.topTabs li a {
        border-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #ffffff;
        cursor: pointer;
        display: block;
        float: left;
        font-size: 13px;
        padding: 5px 0 10px;
        text-align: center;
        width: 105px;
    }

        ul.topTabs li a:hover,
        ul.topTabs li a.selectedTab {
            background-color: #ffffff;
            color: #4d4d4d;
            text-decoration: none;
            box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.3);
        }

.ServiceSearch {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    padding: 6px 10px;
    width: 538px;
}

    .ServiceSearch li {
        width: 180px;
        float: left;
        margin-top: 5px;
    }

        .ServiceSearch li label,
        .ServiceSearch li input[type="radio"] {
            float: left;
            cursor: pointer;
        }

            .ServiceSearch li input[type="radio"]:checked + label {
                color: #ff6600;
            }

            .ServiceSearch li label:hover {
                color: #ff6600;
                text-decoration: underline;
            }

#dvShowTransferType label:hover {
    color: #ff6600;
    text-decoration: underline;
    cursor: pointer;
}

#dvShowTransferType label:hover,
#dvTFAirportTrips label:hover,
#dvTFCityTrips label:hover {
    color: #ff6600;
    text-decoration: underline;
    cursor: pointer;
}

#dvShowTransferType input[type="radio"]:checked + label,
#dvTFAirportTrips input[type="radio"]:checked + label,
#dvTFCityTrips input[type="radio"]:checked + label {
    color: #ff6600;
}

.AirportTransferTrips {
    width: 100%;
}

    .CityTrips input[type="radio"], .AirportTransferTrips input[type="radio"] {
        margin-right: 4px;
        cursor: pointer;
    }

    .CityTrips label, .AirportTransferTrips label {
        margin-right: 50px;
        cursor: pointer;
    }

.AirportCityTransferOptions {
    width: 100%;
    height: 129px;
    color: #6d6d6d;
}

    .AirportCityTransferOptions span {
        color: #6d6d6d;
        font-size: 11px;
        font-weight: bold;
    }

    .AirportCityTransferOptions input[type="text"] {
        width: 294px;
        margin-top: -7px;
        margin-left: 50px !important;
    }

.CityTransferLabels {
    float: left;
    margin-left: 10px;
}

.CityTransferSelect {
    width: 150px;
    height: 24px;
    padding: 2px;
}

.CityTrips, .AirportTransferTrips {
    width: 100%;
}

    .CityTrips table, .AirportTransferTrips table {
        width: 100%;
        float: left;
    }

        .CityTrips table, .AirportTransferTrips table label,
        .CityTrips table input[type="radio"], .AirportTransferTrips table input[type="radio"] {
            float: left;
        }

.AirportTripsExample {
    font-size: 11px;
    color: #4d4d4d;
    margin-left: 200px;
}

.ArptSelect {
    width: 170px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}


/*............... FLIGHTS HOME SEARCH STYLE START .................*/
input.boldbutton {
    background: url(../images/newbtn-center.png) repeat-x 0px 0px;
    border: 1px solid #2C67B3;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    height: 34px;
    font: bold 13px Arial,Helvetica,sans-serif;
}

.flightSearchCont {
    width: 560px;
    height: 280px;
    padding: 13px 7px 7px 7px;
    float: left;
    background: #fff;
}

.fhs-Options {
    height: 25px;
    margin: 10px 0 0;
}

    .fhs-Options ul {
        width: 560px;
        height: 16px;
    }

        .fhs-Options ul li {
            float: left;
            width: 100px;
        }

    .fhs-Options input, .fhs-Options label {
        cursor: pointer;
    }

    .fhs-Options label {
        margin-left: 4px;
    }

        .fhs-Options label:hover {
            color: #ff6600;
            text-decoration: underline;
        }

    .fhs-Options li input[type="radio"]:checked + label {
        color: #ff6600;
    }

    .fhs-Options li {
        list-style-type: none;
    }

        .fhs-Options li a {
            height: 15px;
            float: left;
            margin-left: 17px;
            display: block;
            font-size: 13px;
            text-transform: capitalize;
            text-decoration: none;
            width: 100px;
        }

            .fhs-Options li a:hover {
                color: #2C67B3;
                text-decoration: none;
            }

.fhs-IntDomCont {
    width: 100%;
    /*height: 144px;
    float: left;*/
}

.fhs-CityRow {
    margin: 10px 0;
}

.fhs-AltMultiCityRow {
    width: 100%;
    float: left;
    height: 19px;
    margin-top: 10px;
}

.leaving-city, .going-city {
    /*width: 270px;
    height: 37px;*/
    /*margin-top: -5px;
    float: left;*/
}

    .leaving-city span, .going-city span {
        font-size: 14px;
        font-weight: 600;
        color: #6d6d6d;
    }

    .leaving-city input, .going-city input, .leaving-city select, .going-city select {
        width: 100%;
        padding-left: 9px;
        height: 26px;
        border: 1px solid #c5c5c5;
        font-size: 12px;
        color: #4d4d4d;
    }

    .leaving-city select, .going-city select {
        width: 100%;
        height: 26px;
        padding: 2px 2px 2px 5px;
    }

.fhs-DateRow {
    width: 100%;
    /*height: 42px;
    margin-top: 23px;*/
    /*float: left;*/
    font-size: 13px;
    margin: 10px 0;
}

.Depart-date, .Arrival-date {
    /*width: 96px;
    height: 42px;
    float: left;
    margin-top: -4px;*/
}

.Arrival-date {
    opacity: 0.3;
}

.MultiDepart-date {
    margin-top: -5px;
    font-size: 12px !important;
}

.Depart-date input, .Arrival-date input {
    width: 88px;
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    margin-top: 4px;
    border: 1px solid #c5c5c5;
    font-size: 11px;
    color: #4d4d4d;
    cursor: pointer;
    background: url(../images/flt-datepickerIcon.jpg) no-repeat 97% 50%;
}

.MultiDepart-date input {
    margin-top: 0;
}

.addfltbutton {
    width: 112px;
    height: 26px;
    margin-top: 10px;
    float: right;
}

    .addfltbutton input {
        background: url(../images/addfltbtnBg.png) repeat-x 0 0;
        border: 1px solid #949494;
        border-radius: 5px;
        width: 112px;
        height: 26px;
        color: #4d4d4d;
        cursor: pointer;
        font: bold 11px Arial,Helvetica,sans-serif;
    }

.flexDate {
    width: auto;
    height: 13px;
    margin-top: 15px;
    margin-bottom: 10px;
    float: left;
}

    .flexDate span {
        display: block;
        float: left;
        font-size: 11px;
        color: #717171;
        margin-left: 3px;
        margin-top: -2px;
    }

.pax-info {
    width: 100%;
    /*height: 95px;
    float: left;*/
}

    .pax-info .adults, .pax-info .childs, .pax-info .infants, .pax-info .class-info {
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        color: #4d4d4d;
    }

    .pax-info .class-info {
        width: 100%;
        /*margin-left: -3px;*/
    }

    .pax-info .infants {
        /*margin-left: 13px;*/
    }

    .pax-info span {
        font-size: 11px;
        color: #4d4d4d;
    }

    .pax-info select, .class-info select {
        width: 100%;
        height: 28px;
        font-size: 13px;
        padding: 2px;
        border: 1px solid #c5c5c5;
    }

.class-info select {
    width: 100%;
    height: 24px;
}

.fhs-buttonWrapper {
    width: auto;
    height: 34px;
    margin-top: 7px;
    float: right;
}

    .fhs-buttonWrapper input.boldbutton {
        height: 34px;
        padding: 5px 20px 7px;
    }

.changeflight {
    border-bottom: 1px dotted rgb(221, 221, 221);
    border-top: 1px dotted rgb(221, 221, 221);
    color: rgb(127, 127, 127);
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 8px;
    text-align: center;
    width: 100%;
}

/*............... FLIGHTS HOME SEARCH STYLE END ...................*/


/*==================== NEW DEFAULT PAGES CONTENT  ====================*/
/* =============== LEFT PANEL =============== */
.Headers_Bg {
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #DDDDDD;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #4d4d4d;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: capitalize;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
}

#Content {
    margin-top: 20px;
    /*width: 995px;*/
    /*float: left;*/
}

#ContinentTabs {
    margin-left: 10px;
    width: 985px;
}

    #ContinentTabs li, .PayOptTabs li a {
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        background-color: #efefef;
        background-repeat: repeat-x;
        border-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        cursor: pointer;
        float: left;
        font-weight: bold;
        margin-left: 5px;
        padding: 5px 13px;
        position: relative;
        top: 0px;
        z-index: 100;
        background-image: -ms-linear-gradient(top, #EFEFEF 0%, #FFFFFF 100%);
        border-bottom-style: none;
        border-bottom-color: inherit;
        border-bottom-width: 0px;
    }

        #ContinentTabs li:hover,
        #ContinentTabs li.active {
            background: #ffffff;
            color: #2C67B3;
            position: relative;
            top: 1px;
            box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
        }

.ContinentPackages {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 20px 10px;
    background: url(../img/load-indicator.gif) 50% 50% no-repeat;
    min-height: 400px;
}

.price {
    color: #ff6600;
    float: right;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

    .price .WebRupee1 {
        font-size: 13px;
        margin-right: 2px;
    }

/* =============== HOME PAGE AND PACKAGE =============== */
.Left_Panel {
    float: left;
    width: 730px;
}

h4.Heading_Main {
    border-bottom: 1px dotted #c5c5c5;
    color: #6d6d6d;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.ContentRow {
    float: left;
    margin-top: 25px;
    border-bottom: 1px dotted #C5C5C5;
    border-top: 1px dotted #C5C5C5;
    float: left;
    margin-top: 25px;
}

h3.Heading, .codehead, .pricehead {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
    text-transform: capitalize;
    color: #6d6d6d;
}

    h3.Heading a {
        color: #6d6d6d;
        font-size: 14px;
    }

.ContentRow h3.Heading {
    width: 589px;
    text-align: left;
}

.codehead {
    width: 45px;
    margin-left: 10px;
}

.pricehead {
    width: 86px;
}

.pricehead1 {
    margin-left: 55px;
}

.Shadow_Img {
    background-position: -46px 84px;
    float: left;
    height: 143px;
    width: 196px;
}

    .Shadow_Img img {
        border: 3px solid #ffffff;
    }

.package_list {
    float: left;
    margin: 3px 0 0 -3px;
    width: 537px;
}

    .package_list a {
        border-bottom: 1px dotted #c5c5c5;
        float: left;
        height: 35px;
        margin-left: 3px;
        width: 536px;
    }

        .package_list a:hover {
            background: #f9f9f9;
            color: #4d4d4d;
            cursor: pointer;
        }

        .package_list a.topBorder {
            border-top: 1px dotted #c5c5c5;
        }

    .package_list .name,
    .package_list .code,
    .package_list .price {
        border-right: 1px dotted #c5c5c5;
        float: left;
        height: 27px;
        padding-top: 8px;
    }

    .package_list .name {
        font-size: 11px;
        font-weight: bold;
        width: 395px;
        margin-left: 5px;
    }

    .package_list .name1 {
        width: 447px;
    }

    .package_list .code {
        width: 50px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
    }

    .package_list .price {
        text-align: center;
        width: 82px;
    }

p.Cont_About {
    padding-bottom: 15px;
    border-bottom: 1px dotted #c5c5c5;
}

.Column {
    border-right: 1px dotted #C5C5C5;
    float: left;
    margin: 0 0 0 34px;
    padding: 15px 0;
    width: 340px;
}

    .Column h3.Heading {
        width: 340px !important;
    }

    .Column li {
        float: left;
        width: 168px;
    }

    .Column h4 {
        line-height: 13px;
    }

        .Column h4 a {
            font-size: 11px;
            font-weight: bold;
        }

            .Column h4 a:hover {
                font-size: 11px;
            }

    .Column .startingFrom {
        clear: both;
        float: left;
        font-size: 10px;
        margin-top: 5px;
    }

    .Column .price {
        margin-left: 27px;
    }

    .Column .per_person {
        text-align: right;
        margin-top: -6px;
    }

.ContentRow .Column a.viewAll {
    margin: 15px 30px 0 0;
}

.one_Column_content {
    float: left;
    margin-left: 5px;
    width: 145px;
}

.Column .one_Column_content .price {
    margin-left: 40px;
}

.lists {
    border-right: 0;
}

    .lists li {
        width: 340px;
    }

        .lists li a {
            width: 262px;
            float: left;
            font-size: 11px;
            font-weight: bold;
        }

            .lists li a:hover {
                font-size: 11px;
            }

    .lists .Heading1 {
        border-top: 1px dotted #c5c5c5;
        padding-top: 15px;
        margin-top: 15px;
    }

.ContentRow .lists a.viewAll {
    margin-right: 0;
}

a.viewAll {
    float: right;
    font-size: 11px;
    text-decoration: underline;
    margin-top: 10px;
}

/* =============== HOTELS =============== */
.Row_2Col li {
    border-right: 1px dotted #C5C5C5;
    float: left;
    padding-right: 5px;
    margin-top: 25px;
    width: 359px;
}

    .Row_2Col li.right {
        border-right: none;
        margin-left: 5px;
        padding-right: 0;
    }

.Hotel_Cont,
.Sightseeing_Cont {
    float: left;
    margin-left: 5px;
    width: 158px;
    font-size: 11px;
}

    .Hotel_Cont h4 a,
    .Sightseeing_Cont h4 a {
        float: left;
        font-size: 11px;
        margin-left: 0px;
        line-height: 15px;
    }

.Row_2Col .Package_Code {
    float: left;
    font-weight: bold;
    margin: 10px 0 -5px;
}

.Row_2Col .startingFrom,
.Row_3Col .startingFrom {
    clear: both;
    float: left;
    font-size: 11px;
    width: 155px;
}

.Row_3Col .startingFrom {
    width: 185px;
}

.Row_2Col .price,
.Row_3Col .price {
    margin-left: 28px;
    text-align: right;
}

.Row_2Col .per_person,
.Row_3Col .per_person {
    float: right;
    margin-top: -5px;
}

/* =============== SIGHTSEEING AND TRANSFERS =============== */

.Row_3Col {
    margin-top: 10px;
    padding-bottom: 10px;
}

    .Row_3Col li {
        border-right: 1px dotted #C5C5C5;
        float: left;
        margin-left: 27px;
        padding-right: 27px;
        width: 196px;
    }

.Sightseeing_Cont {
    width: 186px;
}

.Row_3Col a.viewAll {
    margin: 25px 25px 0 0;
}

/* =============== DESTINATION GUIDES AND OLD TABS CSS =============== */
/*...............CONTENT HEADERS.................*/
h3.ContentHeading, div.ContentHeading {
    font: 14px Georgia, "Times New Roman", Times, serif normal;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 31px;
    color: #4d4d4d;
    height: 31px;
    padding-left: 14px;
    background: #f1f1f1 url(../images/heading-BG.gif) repeat-x top left;
    border-bottom: 1px solid #C5C5C5;
}

h3.Header1 {
    width: 162px;
}


h3.Header2 {
    width: 562px;
    padding-left: 10px;
    color: #4d4d4d;
}

h3.Header3 {
    width: 670px;
    background: none;
    border-bottom: 1px dotted #c5c5c5;
    margin-bottom: 7px;
    padding-left: 0;
}

h3.Header4 {
    width: 311px;
}

h3.Header5 {
    width: 303px;
}


h3.Header6 {
    width: 657px;
}

h3.Header7 {
    width: 853px;
}

.topDefinationBox {
    width: 753px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.innerDefinationBox {
    padding: 15px 13px;
}

#TopDestTourOptions {
    width: 556px;
    height: auto;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin-bottom: 9px;
}

.DestoptionDetails {
    width: 348px;
    float: left;
    padding: 15px 29px 0px 9px;
    border-right: 1px dotted #c5c5c5;
}

.OptionPriceContainer {
    width: 144px;
    height: 80px;
    line-height: 16px;
    padding-top: 25px;
    float: left;
    text-align: center;
}

.TourOptionsBtn {
    width: 144px;
    height: 30px;
    float: right;
}

    .TourOptionsBtn a {
        width: 144px;
        height: 23px;
        line-height: 23px;
        display: block;
        background: #27a2dd;
        padding-top: 7px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        text-transform: capitalize;
        font: 14px Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

        .TourOptionsBtn a:hover {
            text-decoration: underline;
            font: 14px Arial, Helvetica, sans-serif;
            color: #FFFFFF;
            font-weight: 700;
        }

.viewmoreOrangeBtn {
    width: 220px;
    height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

    .viewmoreOrangeBtn a {
        display: block;
        width: 220px;
        height: 23px;
        line-height: 23px;
        padding-top: 5px;
        margin-left: 5px;
        background: #27a2dd;
        padding-top: 8px;
        color: #fff;
        text-align: center;
        font: 12px Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

        .viewmoreOrangeBtn a:hover {
            color: #fff;
            font: 12px Arial, Helvetica, sans-serif;
            font-weight: 700;
        }

#leftContent {
    border: 1px solid #dddddd;
    float: left;
    margin-top: 10px;
    width: 753px;
}

    #leftContent .ContentHeading a:hover {
        font-size: 12px;
        text-decoration: none;
    }

#maincontent {
    float: left;
    width: 543px;
}

#contentContainer {
    padding: 10px;
    width: 533px;
}

#rightContent {
    float: right;
    width: 118px;
    margin-top: 10px;
}

.destinationList {
    border-right: 1px dotted #dddddd;
    float: left;
    list-style-type: none;
    width: 176px;
}

    .destinationList li a {
        background: url(../images/listarrow.gif) 91% 50% no-repeat;
        border-bottom: 1px dotted #dddddd;
        cursor: pointer;
        display: block;
        font-size: 13px;
        height: 26px;
        padding: 6px 0 0 14px;
        text-decoration: none;
        width: 162px;
    }

        .destinationList li a.selectedDest,
        .destinationList li a:hover {
            background: url(../images/listarrow-hover.gif) no-repeat;
            color: #FFF;
        }

        .destinationList li a.ShowMore {
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
        }

            .destinationList li a.ShowMore:hover {
                color: #fff;
            }

h3.ContentHeading, div.ContentHeading {
    background: #f1f1f1 url(../images/heading-BG.gif) repeat-x top left;
    border-bottom: 1px solid #dddddd;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    height: 31px;
    line-height: 31px;
    padding-left: 14px;
    text-transform: capitalize;
}

h3.Header1 {
    width: 162px;
}

.DestinationGuide_leftContent {
    width: 787px !important;
    margin-right: 10px;
}

.DestinationGuide_maincontent {
    width: 610px !important;
}

.DestinationGuide_Header2 {
    color: #4d4d4d;
    width: 596px !important;
    padding-left: 10px;
}

.DestinationGuide_contentContainer {
    width: 588px !important;
}

.DestinationGuide_Repeater {
    border: 1px solid #dddddd;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
    width: 589px;
}

    .DestinationGuide_Repeater h3.ContentHeading {
        width: 575px;
    }

        .DestinationGuide_Repeater h3.ContentHeading a {
            font-size: 14px;
            color: #6d6d6d;
        }

            .DestinationGuide_Repeater h3.ContentHeading a:hover {
                font-size: 14px;
                color: #6d6d6d;
                text-decoration: none;
            }

.DestinationGuide_RepeaterInner {
    float: left;
    padding: 8px;
    width: 573px;
}

p.DestinationGuide_Overview {
    color: #4d4d4d;
    font-size: 12px;
    line-height: 16px;
}

    p.DestinationGuide_Overview a.read_more {
        clear: both;
        text-decoration: underline;
    }

        p.DestinationGuide_Overview a.read_more:hover {
            text-decoration: none;
        }

.DestinationGuide_CityList {
    width: 572px;
    margin: 0;
    margin-top: 10px;
    overflow: hidden;
    font-weight: bold;
}

    .DestinationGuide_CityList ul {
        margin: 0;
        padding: 0;
    }

        .DestinationGuide_CityList ul li {
            width: 133px;
            float: left;
            list-style-type: none;
            padding-left: 10px;
            background: url("../images/bullet.gif") no-repeat scroll 0px -1px;
        }

    .DestinationGuide_CityList li a {
        font-size: 11px;
        font-weight: bold;
    }

        .DestinationGuide_CityList li a:hover {
            text-decoration: none;
        }

.ViewMoreCities {
    width: 126px;
    margin: 10px 0;
    float: right;
}

    .ViewMoreCities img {
        margin-right: 5px;
    }

    .ViewMoreCities span {
        font-size: 12px;
        color: #ec6801;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
    }

        .ViewMoreCities span:hover {
            color: #ec6801;
        }

.DestinationGuide_rightContent {
    width: 196px !important;
    margin-top: -4px !important;
}

.DestinationGuide_rightLinks {
    padding: 5px;
}

    .DestinationGuide_rightLinks li {
        width: 185px;
        padding: 4px 0;
        border-bottom: 1px solid #e6e6e6;
    }

        .DestinationGuide_rightLinks li a {
            text-decoration: none;
        }

            .DestinationGuide_rightLinks li a:hover {
                text-decoration: underline;
            }

.newPackageRight, .newPackageRightinner {
    width: 196px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 5px;
    background: #fff;
}

.newPackageRightinner {
    width: 194px;
    margin-top: 15px;
    border: 1px solid #dddddd;
    border-right: 1px solid #dddddd !important;
}

.newsearchHeadings {
    width: 184px;
    height: 21px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #4d4d4d;
    padding-left: 10px;
    padding-top: 5px;
    background: #f1f1f1 url(../images/heading-BG.gif) repeat-x top left;
    border-bottom: 1px solid #C5C5C5;
}

/* =============== RIGHT PANEL =============== */
.Right_Panel {
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    float: right;
    margin-left: 15px;
    margin-top: 27px;
    width: 225px;
}

.otherCities {
    border-bottom: 1px dotted #c5c5c5;
    color: #4d4d4d;
    float: left;
    font-size: 11px;
    padding: 10px;
    width: 205px;
}

    .otherCities:last-child {
        border-bottom: none;
    }

    .otherCities span {
        float: right;
    }

    .otherCities li {
        height: 20px;
        margin-left: 10px;
    }

        .otherCities li.first {
            font-size: 11px;
            font-weight: bold;
            color: #6d6d6d;
            margin-left: 0px;
        }

    .otherCities a {
        color: #2C67B3;
        font-size: 11px;
        text-decoration: none;
    }

        .otherCities a:hover {
            color: #ff6600;
            font-size: 11px;
            text-decoration: underline;
        }

/*==================== NEW DEFAULT PAGES CONTENT END ====================*/

/*For Modal Popup*/
.modalDiv {
    background: url("../img/ui-bg_diagonals-thick_20_666666_40x40.png") repeat scroll 50% 50% #414141;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*==================== CONTACT FORMS ====================*/
.FormOuter {
    background-color: #2C67B3;
    border-radius: 5px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    margin: 20px auto 0;
    padding: 10px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    overflow: hidden;
    width: 522px;
}

.FormInner {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    float: left;
    padding: 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    width: 500px;
}

    .FormInner h3.heading {
        background-color: #F3F3F3;
        background-image: -moz-linear-gradient(top, #F3F3F3, #FFFFFF);
        background-image: -webkit-gradient(linear,0 0,0 100%, from(#F3F3F3), to(#FFFFFF));
        background-image: -webkit-linear-gradient(top, #F3F3F3, #FFFFFF);
        background-image: -o-linear-gradient(top, #F3F3F3, #FFFFFF);
        background-image: -ms-linear-gradient(top, #F3F3F3 0%, #FFFFFF 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF3F3F3', endColorstr='#ffFFFFFF', GradientType=0);
        background-image: linear-gradient(top, #F3F3F3, #FFFFFF);
        background-repeat: repeat-x;
        border: 1px solid #DDDDDD;
        border-radius: 5px 5px 5px 5px;
        color: #2C67B3;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        padding: 10px;
    }

.Form_Row {
    float: left;
    width: 100%;
}

    .Form_Row label {
        float: left;
        margin: 1px 5px 0 0;
        width: 111px;
        cursor: default;
    }

    .Form_Row .control-group {
        margin-bottom: 5px;
    }

    .Form_Row select,
    .modalRow select {
        border: 1px solid #DDDDDD;
        float: left;
        height: 27px;
        padding: 3px 2px 2px 5px;
        width: 227px;
    }

    .Form_Row .CheckInOut {
        height: 28px;
    }

.modalRow .CheckInOut {
    width: 200px;
    height: 28px;
}

    .Form_Row .CheckInOut input[type="text"],
    .modalRow .CheckInOut input[type="text"] {
        background-color: #FFFFFF;
        width: 125px;
    }

.Form_Row .Travelers_info {
    float: left;
    width: 85px;
}

    .Form_Row .Travelers_info span, modalRow .Travelers_info span {
        float: left;
        margin: 1px 5px 0 0;
    }

    .Form_Row .Travelers_info select {
        width: 80px;
    }

.Form_Row textarea {
    min-height: 120px;
    width: 100%;
    max-width: 345px;
}

.scBox {
    margin-left: 115px;
    width: 385px;
}

.Form_Row label.ctm_label, .modalRow label.ctm_label {
    margin-bottom: 5px;
    width: 250px;
}

.Form_Row label.sc_label, .modalRow label.sc_label {
    margin-bottom: 5px;
    width: 160px;
}

/*======= LOG IN FORM =======*/
.LogInForm,
.LogInForm .FormInner,
.LogInForm .Form_Row {
    float: left;
    width: 345px;
}

.loginDivider {
    width: 44px;
    height: 539px;
    margin: 50px 12px;
    float: left;
}

.LogInlowerInfo {
    float: left;
    width: 345px;
    font-size: 10px;
    margin-top: 10px;
    line-height: 16px;
}

    .LogInlowerInfo input[type="checkbox"] {
        float: left;
        margin-right: 4px;
    }

    .LogInlowerInfo a {
        font-size: 10px;
        text-decoration: underline;
    }

        .LogInlowerInfo a:hover {
            color: #27a2dd;
            text-decoration: none;
        }

    .LogInlowerInfo span {
        color: #2C67B3;
    }

/*==================== SLIDER MODAL POPUP ====================*/
.modal input[type="checkbox"] {
    float: left;
    margin: 3px 3px 0 0;
}

.modal h4 {
    border-bottom: 1px dotted #c5c5c5;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.YesNoLine {
    float: left;
    height: 20px;
}

    .YesNoLine li {
        float: left;
        width: 65px;
    }

        .YesNoLine li a {
            color: #4d4d4d;
        }

            .YesNoLine li a:hover, .YesNoLine li a:focus {
                text-decoration: none;
            }

        .YesNoLine li input[type="radio"] {
            float: left;
            margin-right: 2px;
        }

.modalRow {
    float: left;
    margin-top: 10px;
    width: 100%;
}

    .modalRow .modal_label {
        float: left;
        width: 110px;
    }

.headinglabel {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

.modalRow .modalColumn {
    float: left;
    width: 390px;
}

.modalRow .control-group {
    margin-bottom: 0;
}

.modal_Captcha {
    float: left;
}

    .modal_Captcha span {
        float: left;
        margin-right: 10px;
    }

.modal_newsletter {
    clear: both;
    margin-top: 15px;
}

.modalRow .Travelers_info {
    float: left;
    width: 78px;
}

    .modalRow .Travelers_info select {
        width: 75px;
    }

.modalRow textarea {
    height: 90px;
    width: 303px;
}

.modal .searchform_inner a.btn-primary {
    font-size: 14px;
    font-weight: normal;
}

/*==================== FOOTER STATIC PAGES ====================*/
.aboutHead {
    float: left;
    margin-top: 20px;
    width: 995px;
}

    .aboutHead h3 {
        color: #6d6d6d;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .aboutHead p,
    .TermsList,
    .DocumentRequired_CountryList {
        background-color: #F3F3F3;
        background-image: -moz-linear-gradient(top, #F9F9F9, #F3F3F3);
        background-image: -webkit-gradient(linear,0 0,0 100%, from(#F9F9F9), to(#F3F3F3));
        background-image: -webkit-linear-gradient(top, #F9F9F9, #F3F3F3);
        background-image: -o-linear-gradient(top, #F9F9F9, #F3F3F3);
        background-image: -ms-linear-gradient(top, #F9F9F9 0%, #F3F3F3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffF3F3F3', GradientType=0);
        background-image: linear-gradient(top, #F9F9F9, #F3F3F3);
        background-repeat: repeat-x;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.06);
        color: #4d4d4d;
        font-size: 13px;
        line-height: 18px;
        padding: 7px;
    }

.aboutContent {
    border-bottom: 1px dotted #c5c5c5;
    float: left;
    padding-bottom: 15px;
    margin-top: 15px;
}

    .aboutContent h2 {
        color: #6d6d6d;
        font-size: 14px;
        font-weight: bold;
    }

.awards_left {
    float: left;
    width: 670px;
}

.awards_right {
    background: #4d4d4d;
    color: #ffffff;
    float: right;
    margin-left: 20px;
    padding: 10px;
    width: 285px;
}

    .awards_right .caption {
        margin-top: 10px;
        font-size: 12px;
        line-height: 17px;
    }


#slideshow {
    position: relative;
    height: 170px;
    width: 285px;
}

    #slideshow IMG {
        position: absolute;
        height: 170px;
        width: 285px;
        z-index: 8;
    }

        #slideshow IMG.active {
            z-index: 10;
            opacity: 1.0;
        }

        #slideshow IMG.last-active {
            z-index: 9;
        }

/*.Cust_Support {
  float:left;
  margin-top:10px;
  width:995px;
}

.Cust_Support li {
  float:left;
  margin:10px 0 0 20px;
  width:318px;
}

.Cust_Support li span {
  color:#6d6d6d;
  font-size:12px;
  font-weight:bold;
}

.Cust_Support li b {
  font-weight:bold;
}*/

.TermsList {
    float: left;
    width: 100%;
    max-width: 979px;
}

    .TermsList ul li {
        background: url(../images/bullet.gif) no-repeat 0% 0%;
        float: left;
        padding: 2px 5px 5px 10px;
        width: 225px;
    }

        .TermsList ul li a {
            font-size: 11px;
        }

.TermsContent {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #FFFFFF, #f9f9f9);
    background-image: -webkit-gradient(linear,0 0,0 100%, from(#FFFFFF), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #f9f9f9);
    background-image: -o-linear-gradient(top, #FFFFFF, #f9f9f9);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#fff9f9f9', GradientType=0);
    background-image: linear-gradient(top, #FFFFFF, #f9f9f9);
    background-repeat: repeat-x;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #4d4d4d;
    line-height: 18px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}

    .TermsContent h3 {
        color: #6d6d6d;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.genterms ol {
    list-style-type: decimal;
    margin: 10px 0 0 22px;
    *margin: 10px 0 0 22px;
    _margin: 10px 0 0 22px;
    padding: 0;
}

    .genterms ol li {
        padding: 3px 0;
    }

.genterms .flightTerms li {
    background: url('../img/bullet.gif') no-repeat 0 0;
    float: left;
    list-style-type: none;
    padding: 2px 5px 5px 10px;
}

.PaymentMode {
    color: #666666;
    width: 995px;
}


.borderGap {
    border: 1px solid #ccc;
    padding: 5px;
    width: 220px;
}

.forexContent {
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-top: 10px;
    width: 668px;
}

forexContent_trTop {
    border-bottom: 1px solid #dddddd;
    height: 40px;
    width: 668px;
}

.forexContent_tr {
    width: 668px;
    display: block;
    height: 30px;
    border-bottom: 1px solid #cccccc;
}

.forexContent_tdTop {
    width: 73px;
    float: left;
    padding: 10px 10px 5px 10px;
    color: #6d6d6d;
    font-weight: bold;
}

.forexContent_tdTopflag {
    width: 20px;
    float: left;
    padding: 2px 5px 5px 0px;
}

.forexContent_tdflag {
    width: 20px;
    float: left;
    padding: 2px 5px 5px 0px;
}

.forexContent_td {
    width: 75px;
    padding: 5px 10px 5px 10px;
    float: left;
}

.checkoutBg {
    background: #fff url(../images/checkout-bg-new.gif) no-repeat 0px 0px;
    padding: 4px 0 0 20px;
    color: #fff;
    float: left;
    height: 38px;
    width: 668px;
    margin-left: 155px;
}

.forexBgLeft {
    float: left;
    margin-left: 38px;
    width: 150px;
}

    .forexBgLeft label, .forexBgLeft input[type="radio"] {
        float: left;
        margin-right: 2px;
    }

.CurrConvert {
    background-color: #E7E7E7;
    background-image: -moz-linear-gradient(top, #F9F9F9, #E7E7E7);
    background-image: -webkit-gradient(linear,0 0,0 100%, from(#F9F9F9), to(#E7E7E7));
    background-image: -webkit-linear-gradient(top, #F9F9F9, #E7E7E7);
    background-image: -o-linear-gradient(top, #F9F9F9, #E7E7E7);
    background-image: -ms-linear-gradient(top, #F9F9F9 0%, #E7E7E7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE7E7E7', endColorstr='#ffE7E7E7', GradientType=0);
    background-image: linear-gradient(top, #F9F9F9, #E7E7E7);
    background-repeat: repeat-x;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #4D4D4D;
    font-size: 13px;
    float: left;
    line-height: 18px;
    padding: 7px;
    width: 668px;
    margin-left: 155px;
}

.forexForm {
    width: 995px;
}

    .forexForm .Left, .forexForm .Right {
        float: left;
        width: 240px;
        padding: 10px;
    }

    .forexForm .Center {
        float: left;
        width: 120px;
        font-size: 65px;
        text-align: center;
        padding-top: 50px;
    }

    .forexForm input[type="text"] {
        background: #ffffff;
    }

.forexRow {
    float: left;
    width: 668px;
    margin-top: 10px;
}

    .forexRow .btn-group {
        margin-left: 35px;
    }

.forexRight1 {
    float: left;
    width: 240px;
    padding: 2px 10px 10px 10px;
}

.Ourlocation {
    padding-bottom: 0;
    border-bottom: 0;
}

a.findUs {
    color: #6d6d6d;
    float: right;
    font-weight: bold;
    margin: 8px 8px 0 0;
}

/*==================== TRAVEL DEALS STYLES STARTS ====================*/
#AllDealsWrapper {
    width: 995px;
    height: auto;
    overflow: hidden;
    margin: 15px auto;
    padding-top: 10px;
}

ul.AllDealstabs {
    margin: 0;
    padding: 0;
}

    ul.AllDealstabs li {
        list-style-type: none;
    }

        ul.AllDealstabs li a {
            background-color: #efefef;
            background-image: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
            background-image: -webkit-gradient(linear,0 0,0 100%, from(#EFEFEF), to(#FFFFFF));
            background-image: -webkit-linear-gradient(top, #EFEFEF, #FFFFFF);
            background-image: -o-linear-gradient(top, #EFEFEF, #FFFFFF);
            background-image: -ms-linear-gradient(top, #EFEFEF 0%, #FFFFFF 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEFEFEF', endColorstr='#ffFFFFFF', GradientType=0);
            background-image: linear-gradient(top, #EFEFEF, #FFFFFF);
            background-repeat: repeat-x;
            border: 1px solid #DDDDDD;
            border-bottom: 0px;
            border-radius: 5px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            color: #4d4d4d;
            cursor: pointer;
            float: left;
            font-weight: bold;
            margin-left: 2px;
            padding: 10px 15px;
            position: relative;
            top: 0px;
            text-align: center;
            z-index: 100;
        }

            ul.AllDealstabs li a:hover,
            ul.AllDealstabs li a.DealsSelectedtab {
                background: #ffffff;
                color: #2C67B3;
                position: relative;
                top: 1px;
                box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
                text-decoration: none;
            }

#DealsPackageTab {
    width: 973px;
    min-height: 400px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.DealsTopDest {
    width: 973px;
    float: left;
    margin-top: 20px;
    border-radius: 5px;
}

ul.DealsTopDestinner li {
    list-style-type: none;
    background: #ec6801;
}

    ul.DealsTopDestinner li a {
        background-color: #EFEFEF;
        background-image: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
        background-image: -webkit-gradient(linear,0 0,0 100%, from(#EFEFEF), to(#FFFFFF));
        background-image: -webkit-linear-gradient(top, #EFEFEF, #FFFFFF);
        background-image: -o-linear-gradient(top, #EFEFEF, #FFFFFF);
        background-image: -ms-linear-gradient(top, #EFEFEF 0%, #FFFFFF 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEFEFEF', endColorstr='#ffFFFFFF', GradientType=0);
        background-image: linear-gradient(top, #EFEFEF, #FFFFFF);
        background-repeat: repeat-x;
        width: 100px;
        height: 24px;
        display: block;
        padding-top: 6px;
        float: left;
        border: 1px dotted #ec6801;
        border-right: 1px solid #c5c5c5;
        border-left: none;
        text-align: center;
        font-size: 13px;
        color: #4d4d4d;
        border: 1px solid #DDDDDD;
        font-weight: bold;
    }

        ul.DealsTopDestinner li a.active {
            background: #ff6600;
            color: #FFFFFF;
            color: #ff6600\9;
            text-decoration: none;
        }

        ul.DealsTopDestinner li a:hover {
            background: #ff6600;
            color: #FFFFFF;
            color: #ff6600\9;
            text-decoration: none;
        }

.DealsContentContainer {
    width: 877px;
    height: auto;
    overflow: hidden;
    padding: 19px 48px;
}

.DealsContentBox {
    width: 365px;
    height: 368px;
    float: left;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #c5c5c5;
}

h3 a.allDealsHeading {
    width: 365px;
    height: 35px;
    display: block;
    line-height: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
}

    h3 a.allDealsHeading:hover {
        color: #ec6801;
    }

.DealsProductCode a {
    width: 147px;
    height: 41px;
    position: absolute;
    display: block;
    background: url(../images/dealsProdCodeBadge.png) no-repeat 0 0;
    margin-left: -18px;
    margin-top: 45px;
    padding: 7px 0 0 25px;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    font-weight: bold;
}

    .DealsProductCode a:hover {
        text-decoration: none;
        font-weight: 600;
        color: #FFFFFF;
    }

.DealsImgContainer {
    width: 365px;
    height: 210px;
    margin-bottom: 10px;
}

.viewDetailsBtn a {
    width: 142px;
    height: 23px;
    display: block;
    float: left;
    padding-top: 3px;
    text-align: center;
    font-size: 15px;
    background: #4d4d4d;
    color: #FFFFFF;
    text-transform: capitalize;
}

    .viewDetailsBtn a:hover {
        font-size: 15px;
        background: #ec6801;
        color: #FFFFFF;
        text-decoration: none;
    }

.DealsPriceBadge a {
    width: 140px;
    height: 86px;
    display: block;
    cursor: pointer;
    background: #f8f8f8;
    border: 1px solid #c5c5c5;
    font-size: 17px;
    text-align: center;
}

.DealsPriceBadge p {
    width: 140px;
    height: 86px;
    display: block;
    background: #f8f8f8;
    border: 1px solid #c5c5c5;
    font-size: 17px;
    text-align: center;
}

.DealsPriceBadge a:hover {
    font-size: 17px;
    color: #FFFFFF;
    text-decoration: none;
}

.DealsPriceDiscount {
    font-size: 30px;
    line-height: 15px;
    color: #50850A;
}

.DealsdiscountText {
    color: #ec6801;
    font-size: 16px;
    text-decoration: line-through;
    line-height: 15px;
}

.DealsOverview a {
    width: 215px;
    display: block;
    margin-top: -92px;
    color: #4d4d4d;
    float: right;
}

    .DealsOverview a:hover {
        text-decoration: none;
        color: #4d4d4d;
    }

.tabdiv {
    border: 1px solid #dddddd;
    border-radius: 5px;
    min-height: 400px;
    height: auto;
    overflow: hidden;
    padding: 10px;
    width: 973px;
}

.DealsNormalPrice {
    color: #ec6801;
    font-size: 29px;
    line-height: 29px;
}

/*...............HOTELS.................*/
ul.HotelcontentBox {
    list-style-type: none;
}

    ul.HotelcontentBox li {
        display: inline;
    }

.lastItem {
    padding-right: 0 !important;
    margin-right: 0 !important;
    border: none !important;
}

.HotelinnercontentBox {
    width: 125px;
    height: auto;
    padding-right: 28px;
    margin-right: 27px;
    border-right: 1px dotted #c5c5c5;
    float: left;
    margin-bottom: 30px;
}

    .HotelinnercontentBox a {
        color: #27a2dd;
        font-weight: 600;
    }

        .HotelinnercontentBox a.headingLink {
            font-size: 13px;
            font-weight: 600;
            text-transform: capitalize;
            display: block;
            margin: 10px 0;
        }


.FeedbackOuter {
    float: left;
    width: 973px;
}


/*==================== DESTINATION DETAIL NEW PAGE STYLE ====================*/
#Destination_Deatils_Container {
    float: left;
    width: 995px;
}

#Destination_Name {
    border-bottom: 1px solid #2C67B3;
    margin: 5px 0 15px 0;
    padding-bottom: 4px;
    width: 100%;
}

    #Destination_Name h3 {
        color: #6d6d6d;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px;
    }

#Destination_topImg {
    float: left;
    height: 275px;
    width: 668px;
}

#Destination_links,
#Destination_links2 {
    background: #f8f6f7;
    float: right;
    width: 327px;
}

    #Destination_links a,
    #Destination_links2 a {
        border: 1px solid #e8e8e8;
        color: #4d4d4d;
        float: left;
        font-size: 13px;
        padding: 12px 0 12px 56px;
        list-style-type: none;
        width: 269px;
    }

        #Destination_links a:hover,
        #Destination_links2 a:hover {
            background-color: #fefefe !important;
            color: #2C67B3;
            text-decoration: none;
        }

        #Destination_links a.reviews,
        #Destination_links2 a.reviews {
            color: #ffffff;
        }

.review_icon {
    float: left;
    margin-left: -40px;
}

#Destination_Left {
    float: left;
    margin-top: 5px;
    text-align: justify;
    width: 668px;
}

.Destination_ContentBoxes {
    border-bottom: 1px dotted #c5c5c5;
    float: left;
    margin-top: 10px;
    padding-bottom: 15px;
}

    .Destination_ContentBoxes h3.Destination_Heading {
        font-size: 15px;
        margin-bottom: 5px;
    }

.Tourist_attraction {
    border-bottom: 1px dotted #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    float: left;
}

    .Tourist_attraction a.Country_attraction {
        border: 1px solid #e8e8e8;
        display: block;
        float: left;
        height: 80px;
        margin-right: 10px;
        padding: 4px;
        width: 125px;
    }

    .Tourist_attraction a.attraction_name {
        font-size: 13px;
        font-weight: bold;
        text-decoration: underline;
    }

        .Tourist_attraction a.attraction_name:hover {
            text-decoration: none;
        }

.Destination_ContentBoxes .ReviewWrap,
.Destination_ContentBoxes .ReviewRepeat,
.Destination_ContentBoxes .reviewPagination {
    width: 668px;
}

.Destination_ContentBoxes .Review_left {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    width: 668px;
}

.Destination_ContentBoxes .cntPagination {
    margin-left: 300px;
    width: 310px;
}

#Destination_Right {
    float: right;
    margin-top: 15px;
    width: 276px;
}

#Destination_Video {
    background: #000;
    height: 205px;
    width: 100%;
}

#Destination_Right .newPackageRightinner,
#Destination_Right .newsearchHeadings,
#Destination_Right .crossSellingList {
    width: 274px;
}

#Destination_Right .crossSellingList {
    border-bottom: 1px dotted #e8e8e8;
    padding: 5px;
    width: 264px;
}

    #Destination_Right .crossSellingList span.floatToright {
        margin-right: 11px;
    }

/*==================== MY BOOKINGS NEW PAGE STYLE ====================*/
#myBookings_leftBox {
    width: 180px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 3px;
}

    #myBookings_leftBox ul li {
        background-color: #F2F2F2;
        background-image: -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
        background-image: -webkit-gradient(linear,0 0,0 100%, from(#FFFFFF), to(#F2F2F2));
        background-image: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2);
        background-image: -o-linear-gradient(top, #FFFFFF, #F2F2F2);
        background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffF2F2F2', GradientType=0);
        background-image: linear-gradient(top, #FFFFFF, #F2F2F2);
        background-repeat: repeat-x;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: 0px;
        width: 173px;
        padding: 6px 0 8px 6px;
        margin-top: 2px;
    }

    #myBookings_leftBox li a {
        font-size: 13px;
        color: #4d4d4d;
        background: url("../images/bullet.gif") no-repeat scroll 0 -2px transparent;
        padding-left: 12px;
        text-decoration: none;
        display: block;
        width: 160px;
    }

        #myBookings_leftBox li a:hover {
            color: #ff6600;
            text-decoration: underline;
        }

    #myBookings_leftBox li.selected {
        width: 174px;
        background: #ffffff;
    }

        #myBookings_leftBox li.selected a {
            color: #ff6600;
        }

    #myBookings_leftBox ul li:last-child {
        border-bottom: 1px solid #DDDDDD;
    }

#myBookings_rightBox {
    border-radius: 5px;
    border-top-left-radius: 0px;
    width: 792px;
    padding: 10px;
    padding-bottom: 0;
    margin-top: 5px;
    float: left;
    position: relative;
    z-index: 0;
    border: 1px solid #dddddd;
    min-height: 250px;
}

.myBookingsContent {
    width: 650px;
    padding: 8px 5px;
    border-bottom: 1px dashed #c8c8c8;
}

.myBookings_fields {
    float: left;
    width: auto;
    margin-right: 10px;
}

.myBookings_number {
    background-color: #EFEFEF;
    background-image: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
    background-image: -webkit-gradient(linear,0 0,0 100%, from(#EFEFEF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #EFEFEF, #FFFFFF);
    background-image: -o-linear-gradient(top, #EFEFEF, #FFFFFF);
    background-image: -ms-linear-gradient(top, #EFEFEF 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEFEFEF', endColorstr='#ffFFFFFF', GradientType=0);
    background-image: linear-gradient(top, #EFEFEF, #FFFFFF);
    background-repeat: repeat-x;
    border: 1px solid #DDDDDD;
    border-bottom: 0px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    float: left;
    font-weight: bold;
    margin-left: 5px;
    padding: 3px 9px;
    position: relative;
    top: 0px;
    z-index: 100;
}

.myBookings_ContentBox {
    width: 100%;
    margin-bottom: 10px;
}

.myBookings_ContentBoxLeft {
    width: 625px;
    min-height: 90px;
}

.myBookings_ContentBoxRight {
    width: 136px;
    padding: 23px 5px;
    margin-top: 8px;
}

    .myBookings_ContentBoxRight a {
        color: #2C67B3;
        text-decoration: underline;
    }

        .myBookings_ContentBoxRight a:hover {
            color: #2C67B3;
            text-decoration: none;
        }

.TravelCartContentBox {
    width: 748px;
    background: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    clear: both;
}

.TravelCartContentBoxLeft {
    width: 585px;
    padding: 10px;
    border-right: 1px solid #dddddd;
    overflow: hidden;
    float: left;
    line-height: 18px;
    background: #fff;
}

    .TravelCartContentBoxLeft h3 {
        font-size: 17px;
        color: #6d6d6d;
        margin-bottom: 10px;
    }

.TravelCartImagesContainer {
    width: 125px;
    height: 80px;
    float: left;
    margin-top: 5px;
}

.TravelCartOptionsContainer {
    width: 450px;
    float: left;
    margin-left: 10px;
}

.TravelCartOptionsLeft {
    width: 220px;
    float: left;
    padding-right: 5px;
}

.TravelCartContentBoxRight {
    width: 132px;
    float: right;
    text-align: center;
}

.TravelCartSummayBox {
    border: none;
    border-top: 1px solid #c8c8c8;
}

.CartServiceHeadings {
    width: 140px;
    float: left;
    text-align: center;
    font-weight: 600;
}

.CartServiceNameHeading {
    width: 325px;
    text-align: left;
}

.CartServiceValueLine {
    width: 100%;
    border-bottom: 1px dashed #c8c8c8;
    padding: 8px 0;
    overflow: hidden;
}

.CartServiceValues {
    width: 140px;
    float: left;
    text-align: center;
    color: #ec6801;
    font-weight: 600;
    font-size: 13px;
}

.CartServiceNameValue {
    width: 325px;
    text-align: left;
    color: #4d4d4d;
    font-weight: normal;
}

.CartPriceSummaryBox {
    width: 380px;
    margin-top: 25px;
    float: right;
}

.CartPriceSummaryBoxLeft {
    width: 150px;
    float: left;
}

.CartPriceSummaryBoxRight {
    width: 125px;
    float: right;
    text-align: right;
}

.TravelCartRight {
    width: 213px;
    border: 1px solid #c8c8c8;
    float: left;
    margin-left: 10px;
}

    .TravelCartRight p {
        font-size: 12px;
        color: #4d4d4d;
    }

.stepsBgLeft {
    width: 19px;
    float: left;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url(../images/steps-bg.gif) no-repeat 0 0%;
    padding: 1px 5px 3px 0;
}

.CartheaderPrice {
    font-size: 18px;
    color: #ff6600;
    font-weight: bold;
    text-align: center;
}

    .CartheaderPrice span {
        font-size: 18px;
    }

/*==================== SEARCH PAGES STYLE STARTS (1-5-2013) ====================*/
input[type="checkbox"] {
    margin: -1px 3px 0 0;
}

.search_sprite {
    background: url(../img/search_sprite.png) no-repeat;
}

/*========== FEATURED PRODUCTS ==========*/
.ftrProduct {
    float: left;
    margin-bottom: 10px;
    width: 995px;
}

.ftrHead {
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    float: left;
    height: 22px;
    line-height: 22px;
    width: 971px;
}

    .ftrHead .icon_minus,
    .ftrHead .icon_plus {
        background-position: -279px -33px;
        float: left;
        display: inline-block;
        height: 20px;
        margin: 1px 5px 0 0;
        width: 20px;
    }

    .ftrHead .icon_plus {
        background-position: -304px -33px;
    }

.ftrContent {
    background: #ffffcd;
    border: 1px solid #dddddd;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    float: left;
    height: 140px;
    padding: 10px;
    width: 975px;
}

    .ftrContent .carousel {
        float: left;
        height: 140px;
        width: 975px;
    }

    .ftrContent .carousel-inner {
        border-radius: 0px;
        float: left;
        height: 140px;
        left: 41px;
        width: 913px;
    }

    .ftrContent .carousel-control.right {
        left: auto;
        right: 0px;
    }

    .ftrContent .carousel-control {
        background-color: #006DCC;
        background-image: -moz-linear-gradient(top, #0088CC, #0044CC);
        background-image: -webkit-gradient(linear,0 0,0 100%, from(#0088CC), to(#0044CC));
        background-image: -webkit-linear-gradient(top, #0088CC, #0044CC);
        background-image: -o-linear-gradient(top, #0088CC, #0044CC);
        background-image: -ms-linear-gradient(top, #0088CC 0%, #0044CC 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088CC', endColorstr='#ff0044CC', GradientType=0);
        background-image: linear-gradient(top, #0088CC, #0044CC);
        background-repeat: repeat-x;
        border: 3px solid #0044CC;
        border-radius: 23px 23px 23px 23px;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
        height: 16px;
        left: -2px;
        line-height: 12px;
        opacity: 0.7;
        position: absolute;
        text-align: center;
        top: 45%;
        width: 16px;
    }

        .ftrContent .carousel-control:hover,
        .ftrContent .carousel-control:focus {
            color: #ffffff;
            text-decoration: none;
            opacity: 0.9;
            filter: alpha(opacity=90);
            font-size: 20px;
        }

.ftrSlide li {
    border-right: 1px solid #dddddd;
    float: left;
    height: 120px;
    padding: 0 20px;
    position: relative;
    width: 268px;
}

    .ftrSlide li:first-child {
        padding-left: 5px;
    }

    .ftrSlide li:last-child {
        border: 0;
    }

    .ftrSlide li img {
        float: left;
        height: 80px;
        width: 125px;
    }

    .ftrSlide li h2.name {
        color: #2C67B3;
        float: right;
        font-size: 11px;
        font-weight: bold;
        height: 86px;
        line-height: 15px;
        margin-left: 5px;
        width: 132px;
    }

    .ftrSlide li .SearchCode {
        line-height: 18px;
    }

    .ftrSlide li .price {
        float: right;
        margin: 5px 138px 0 0;
        text-align: right;
    }

    .ftrSlide li .btn-group {
        clear: both;
        float: left;
        margin-top: -16px;
    }

    .ftrSlide li .twinSharing {
        float: right;
        font-size: 10px;
        margin: 3px 37px 0 0;
        text-align: right;
    }


/*==================== SEARCH PAGES LEFT ====================*/
/*========== MAIN FRAMES ==========*/
.filterSearch,
.SearchResultsWrap,
.SearchRight .EnqLinks,
.SearchResult,
.SearchCart {
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
}

.SearchCart {
    display: none;
}

/*========== found Header ==========*/
.foundHead {
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    height: 27px;
    line-height: 27px;
    margin-bottom: 10px;
    width: 764px;
}

/*========== FILTER SEARCH ==========*/
.filterSearchWrap,
.BookOnlineWrap {
    float: left;
    width: 23%;
}

.NarrowSearch {
    background-color: #E8E8E8;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px;
    position: relative;
    width: 100%;
}

    .NarrowSearch span {
        background: url(../img/search_sprite.png) no-repeat -259px -42px;
        float: left;
        height: 9px;
        left: 17px;
        position: absolute;
        top: 29px;
        width: 10px;
    }

.SearchLeft {
    /*float: left;
    width: 804px;*/
}

.filterSearch {
    background: #ffffff;
    clear: both;
    float: left;
    width: 220px;
}

    .filterSearch .Outer {
        float: left;
        width: 100%;
    }

    .filterSearch .Headers_Bg {
        border-radius: 0;
        border-top: 1px solid #d8d8d8;
        font-size: 12px;
        padding: 5px 8px;
        text-transform: none;
    }

        .filterSearch .Headers_Bg h3 {
            font-size: 13px;
            font-weight: 600;
        }

        .filterSearch .Headers_Bg span {
            font-size: 13px;
            font-weight: 600;
        }

        .filterSearch .Headers_Bg .WebRupee1 {
            color: #4d4d4d;
            font-weight: 600;
        }

        .filterSearch .Headers_Bg a {
            cursor: pointer;
            font-size: 11px;
        }

            .filterSearch .Headers_Bg a:hvoer {
                font-size: 11px;
            }

    .filterSearch .Inner {
        float: left;
        font-size: 11px;
        line-height: 18px;
        padding: 5px 8px;
        width: 100%;
    }

    .filterSearch .budget input[type="radio"] {
        float: left;
        margin-top: 3px;
    }

    .filterSearch input.citySelect {
        width: 100%;
        margin-bottom: 0;
    }

    .filterSearch .WebRupee1 {
        font-size: 11px;
    }

    .filterSearch .minRange, .filterSearch .maxRange {
        font-size: 11px;
        font-weight: bold;
    }

.starRatings img {
    width: 12px;
    height: 12px;
}


/*========== CENTER SEARCH RESULTS ==========*/
.SearchCenterWrap {
    float: right;
    margin: 0 10px 0 10px;
    width: 557px;
}

.sort_By {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 39px;
    line-height: 39px;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 14px;
    width: 542px;
}

.sortByLink {
    background-color: #E5E5E5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    color: #555555;
    cursor: pointer;
    height: 39px;
    float: left;
    line-height: 39px;
    margin-left: 20px;
    padding: 0 20px 0 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 46px;
}

    .sortByLink:hover,
    .sortByLink:focus {
        font-size: 14px;
        text-decoration: none;
    }

    .sortByLink span {
        background: url(../img/search_sprite.png) no-repeat -227px -34px;
        float: left;
        height: 16px;
        position: absolute;
        right: 6px;
        top: 13px;
        width: 10px;
    }

.sort_By select {
    margin: 4px 4px 0 0;
    float: right;
}

.SearchResultsWrap {
    background: #e6e6e6;
    box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);
    padding: 9px;
    margin-right: 9px;
    width: 100%;
}

/*========== SIGHTSEEING AND TRANSFER ==========*/
.SearchResult {
    background: #ffffff;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    width: 100%;
}

    .SearchResult:first-child {
        margin-top: 0;
    }

    .SearchResult h3.heading {
        border-bottom: 1px dotted #dddddd;
        float: left;
        font-size: 14px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        width: 100%;
    }

    .SearchResult .heading a {
        color: #ff6600;
        font-size: 15px;
        float: left;
    }

    .SearchResult .heading span {
        clear: both;
        float: left;
        font-size: 10px;
        font-style: italic;
        font-weight: bold;
    }

.SearchImage {
    border: 3px solid #FFFFFF;
    box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
    clear: both;
    float: left;
    height: 80px;
    position: relative;
    width: 125px;
}

    .SearchImage a {
        float: left;
        height: 80px;
        width: 125px;
    }

    .SearchImage img {
        height: 80px;
        width: 125px;
    }

    .SearchImage li {
        color: #8F8F8F;
        font-size: 12px;
        list-style-type: none;
    }

.SearchOverview {
    float: left;
    line-height: 18px;
    margin: 15px 0;
    width: 100%;
}

.Inclusions {
    float: left;
    line-height: 16px;
    margin: 5px 0 0 5px;
    min-height: 61px;
    width: 246px;
}

    .Inclusions li {
        float: left;
        font-size: 11px;
        margin-top: 3px;
        width: 246px;
    }

        .Inclusions li:first-child {
            margin-top: 0px;
        }

.InclusionsLeft {
    color: #2C67B3;
    float: left;
    width: 80px;
}

.InclusionsRight {
    float: right;
    padding-right: 10px;
    text-align: justify;
    width: 155px;
    word-break: break-all;
}

.SearchBadges {
    clear: both;
    float: left;
    margin-bottom: 8px;
    width: 382px;
}

    .SearchBadges li a,
    .SearchBadges_Pkg li a {
        float: left;
        height: 28px;
        margin: 5px 10px 0 0;
        text-decoration: none;
        width: 117px;
    }

.EnqLinks {
    float: left;
    margin: 5px 0 0 2px;
    width: 408px;
    clear: both;
}

    .EnqLinks ul li {
        float: left;
        /*padding-right: 24px;*/
    }

    .EnqLinks li span {
        float: left;
        height: 20px;
        margin-right: 6px;
        width: 20px;
    }

        .EnqLinks li span.enq {
            background-position: -196px -6px;
        }

        .EnqLinks li span.chat {
            background-position: -221px -6px;
        }

        .EnqLinks li span.callUs {
            background-position: -196px -29px;
        }

    .EnqLinks li a {
        font-size: 13px;
    }

.Headers_Bg.call_us p {
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
}

.SearchPrice {
    float: right;
    font-size: 11px;
    text-align: right;
    width: 132px;
}

    .SearchPrice .WebRupee1 {
        margin-right: 2px;
    }

    .SearchPrice del,
    .SearchPrice del .WebRupee1 {
        font-size: 16px;
        color: #ff6600;
    }

    .SearchPrice ins,
    .SearchPrice ins .WebRupee1 {
        font-size: 24px;
        font-weight: bold;
        color: #4d4d4d;
        letter-spacing: -1px;
        text-decoration: none;
    }

        .SearchPrice ins .WebRupee1 {
            font-size: 23px;
        }

        .SearchPrice ins.onRequest {
            font-size: 16px;
        }

.SearchResult .btn-group {
    clear: both;
    margin-top: 10px;
}

.SearchResult .btn-primary {
    padding: 6px 13px;
}

/*========== HOTELS ==========*/
.hotel_pagination {
    border: 1px dotted #DDDDDD;
    border-left: 0;
    border-right: 0;
    float: left;
    padding-left: 14px;
    width: 542px;
    margin-bottom: 10px;
}

    .hotel_pagination span:first-child {
        margin-top: 7px;
    }

    .hotel_pagination .pagination {
        float: right;
        margin-top: 4px;
    }

.hotel_leftWrap {
    float: left;
    margin-left: 5px;
    width: 246px;
}

    .hotel_leftWrap .hotelrating {
        float: left;
        width: 239px;
    }

        .hotel_leftWrap .hotelrating li {
            float: left;
            margin-right: 2px;
        }

        .hotel_leftWrap .hotelrating img {
            width: 10px;
            height: 10px;
        }

    .hotel_leftWrap .Inclusions {
        margin-left: 0;
        min-height: 20px;
    }

    .hotel_leftWrap .SearchBadges {
        float: left;
        margin: 8px 0 0 -2px;
        width: 246px;
    }

a.pop {
    cursor: pointer;
    float: right;
    font-size: 11px;
}

    a.pop:hover {
        font-size: 11px;
    }

/*========== PACKAGES ==========*/
.PkgsearchLeft {
    clear: both;
    float: left;
    width: 130px;
}

.SearchCode {
    background: url("../img/search_sprite.png") no-repeat scroll -269px -7px transparent;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    height: 26px;
    padding-left: 7px;
    position: absolute;
    top: 2px;
    left: -6px;
    width: 95px;
}

.SearchBadges_Pkg {
    float: left;
}

.PkgsearchRight {
    float: left;
    margin-left: 10px;
    width: 374px;
}

.Inclusions_pkg {
    float: left;
    width: 100%;
}

    .pkgOptions span:first-child,
    .Inclusions_pkg span:first-child,
    .SearchImp_info span:first-child,
    .Advantages span:first-child {
        font-size: 11px;
        color: #2C67B3;
    }

.PkgInc_Row {
    width: 100%;
    height: 25px;
    float: left;
}

    .PkgInc_Row li {
        float: left;
        margin-top: 2px;
        line-height: 18px;
        font-size: 11px;
        width: 94px;
    }

        .PkgInc_Row li.transfer {
            width: 102px;
        }

        .PkgInc_Row li.FlightHotels {
            width: 122px;
        }

        .PkgInc_Row li span {
            background: url(../img/search_sprite.png) no-repeat;
            float: left;
            margin-right: 3px;
        }

        .PkgInc_Row li img.Icon_flight {
            float: left;
            margin: 2px 3px 0 0;
        }

.Advantages {
    float: left;
    font-size: 11px;
    width: 240px;
    margin-top: 10px;
}

    .Advantages ul li {
        background: url(../img/tickMark.png) no-repeat 0px 4px;
        line-height: 15px;
        margin-top: 3px;
        padding-left: 15px;
    }

.OptWrap {
    background: #FFFFCD;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    min-height: 110px;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    width: 366px;
}


.SearchImp_info {
    border: 1px solid #fda469;
    border-radius: 5px;
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin-top: 10px;
    padding: 5px;
    width: 120px;
}

    .SearchImp_info a {
        float: left;
        width: 119px;
        font-size: 10px;
        height: 13px;
    }

        .SearchImp_info a:hover {
            font-size: 10px;
            text-decoration: none;
        }

    .SearchImp_info p {
        float: left;
        margin-left: 10px;
    }

.priceSplit {
    background: #dddddd;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 53%;
    top: 0;
}


.EmiOpt_badge:before {
    border-color: #107f16 transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    content: " ";
    display: inline-block;
    float: left;
    height: 0;
    margin: -9px 0 0 78px;
    position: absolute;
    right: 50%;
    top: 31px;
    width: 0;
}

.EmiOpt_badge {
    background-color: #107f16;
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px 0 #33a239;
    color: #ffffff;
    cursor: default;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 19px;
    padding: 1px 0;
    position: absolute;
    right: 2px;
    text-align: center;
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
    top: -31px;
    width: 135px;
    background-image: -ms-linear-gradient(top, #33a239 0%, #107f16 100%);
}

    .EmiOpt_badge.cruise {
        right: -8px;
    }

.SearchPrice.package {
    border-left: 0 none;
    bottom: 0;
    left: 197px;
    position: absolute;
    width: 174px;
}

.icon_pkgselect {
    background-position: -336px -33px;
    float: left;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 43%;
    width: 11px;
}

.SearchPrice h3.popover-title {
    color: #2C67B3;
}

.SearchPrice .pkgActiveOpt {
    color: #2C67B3;
    font-size: 12px;
}

.pkgOptions {
    clear: both;
    float: left;
    width: 200px;
}

    .pkgOptions ul li,
    .pkgOptions li input[type="radio"],
    .pkgOptions li label {
        float: left;
    }

    .pkgOptions li {
        margin-right: 10px;
        width: 196px;
    }

        .pkgOptions li a {
            font-size: 12px;
            color: #4d4d4d;
        }

            .pkgOptions li a:hover {
                color: #2C67B3;
            }

        .pkgOptions li label {
            margin: 1px 0 0 3px;
            width: 174px;
        }


.SearchError {
    background: #f1f1f1;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
    float: left;
    margin: 0 9px 0 0px;
    padding: 9px;
    width: 772px;
}


/*========== CRUISE ==========*/
.SearchResult.Cruise .Inclusions {
    min-height: 24px;
    line-height: 23px;
    width: 380px;
}

    .SearchResult.Cruise .Inclusions li {
        float: none;
    }

.SearchResult.Cruise .InclusionsLeft {
    width: 66px;
}

.SearchResult.Cruise .InclusionsRight {
    width: 170px;
}

.SearchResult.Cruise .hotel_pagination {
    border: none;
    padding-left: 7px;
    width: 500px;
}

.SearchResult.Cruise .InclusionsRight .pagination a:hover,
.SearchResult.Cruise .InclusionsRight .pagination a:focus {
    font-size: 11px;
}

.SearchResult.Cruise .SearchPrice {
    margin-bottom: 3px;
    position: static;
}

.SearchResult.Cruise .btn-group {
    width: 97px;
}


.regular-radio {
    display: none;
}

    .regular-radio + label {
        background-color: #FAFAFA;
        border: 1px solid #CACECE;
        border-radius: 50px 50px 50px 50px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
        display: inline-block;
        padding: 5px;
        position: relative;
        float: left;
        margin-top: 4px;
    }

    .regular-radio:checked + label:after {
        background: none repeat scroll 0 0 #99A1A7;
        border-radius: 50px 50px 50px 50px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 1) inset;
        content: " ";
        font-size: 13px;
        height: 6px;
        left: 2px;
        position: absolute;
        top: 2px;
        width: 6px;
    }

    .regular-radio:checked + label {
        background-color: #e9ecee;
        color: #99a1a7;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
    }

        .regular-radio + label:active, .regular-radio:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

.big-radio + label {
    padding: 16px;
}

.big-radio:checked + label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}

/*==================== SEARCH PAGES RIGHT ====================*/
.SearchRight {
    /*float: left;
    width: 196px;*/
}

.BackSearch {
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
}

.btn-orange {
    background-color: #FA7414;
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #DC5600;
    background-color: #DC5600;
    background-image: -moz-linear-gradient(top, #FF9232, #DC5600);
    background-image: -webkit-gradient(linear,0 0,0 100%, from(#DC5600), to(#0b75a3));
    background-image: -webkit-linear-gradient(top, #FF9232, #DC5600);
    background-image: -o-linear-gradient(top, #FF9232, #DC5600);
    background-image: -ms-linear-gradient(top, #FF9232 0%, #DC5600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFF9232', endColorstr='#ffDC5600', GradientType=0);
    background-image: linear-gradient(top, #FF9232, #DC5600);
    background-repeat: repeat-x;
}

.btn-xlarge {
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 11px 49px;
    margin: 7px 5px 0 0;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
    background-color: #DC5600;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 49px;
}

.btn-orange:hover {
    color: #FFFFDC;
    text-shadow: 0 -1px 0 #BE3800;
}

.btn-orange:focus {
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFD878;
}

.btn-orange.active, .btn-orange:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFD878;
}

.modal-body ul.topTabs li a {
    color: #4d4d4d;
}

.modal-body .btn-close {
    float: left;
    margin-left: 5px !important;
}

.SearchRight .EnqLinks {
    background: #ffffff;
    float: right;
    padding: 5px;
    margin-top: 0;
    width: 184px;
}

    .SearchRight .EnqLinks li {
        line-height: 32px;
        width: 100%;
    }

        .SearchRight .EnqLinks li a {
            border: 1px solid #dddddd;
            border-radius: 5px;
            float: left;
            font-size: 14px;
            height: 32px;
            line-height: 32px;
            margin-top: 8px;
            text-decoration: none;
            width: 100%;
        }

.budgetHotels {
    background-color: #c73c00;
    color: #ffffcd;
    text-shadow: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    cursor: pointer;
    height: 39px;
    float: left;
    line-height: 39px;
    margin-left: 20px;
    padding: 0 20px 0 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

    .budgetHotels:hover,
    .budgetHotels:focus {
        color: #ffffcd;
        text-decoration: none;
    }

    .budgetHotels .budgetIcon {
        background-position: -604px -186px;
        width: 38px;
        height: 31px;
        margin-top: 6px !important;
        float: left;
    }


.SearchRight .EnqLinks li a span {
    margin-top: 7px;
}

.SearchRight .EnqLinks li:first-child {
    margin-top: 0;
}


.SearchCart {
    background: #ffffff;
    float: left;
    margin-top: 10px;
    width: 194px;
}

    .SearchCart .Headers_Bg {
        padding: 2px 5px;
    }

        .SearchCart .Headers_Bg a {
            color: #4d4d4d;
        }

            .SearchCart .Headers_Bg a:focus,
            .SearchCart .Headers_Bg a:hover {
                font-size: 14px;
                text-decoration: none;
            }

        .SearchCart .Headers_Bg span.cartValue {
            float: right;
        }

.cartInner {
    float: left;
    width: 184px;
}

.cartItem {
    border-bottom: 1px dotted #dddddd;
    float: left;
    padding: 5px;
    padding-bottom: 5px;
    width: 100%;
}

    .cartItem:hover {
        background: #f6f6f6;
    }

.ItemName {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 8px;
}

.ItemAmount {
    float: left;
    width: 100%;
}

    .ItemAmount p,
    .cartFooter .ItemAmount p {
        color: #ff6600;
        float: right;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: -1px;
    }

.cartFooter {
    background: #ffffcd;
    border-radius: 0 0 5px 5px;
    float: left;
    padding: 5px;
    width: 100%;
}

    .cartFooter .ItemName {
        float: left;
        font-weight: bold;
        width: 80px;
    }

    .cartFooter .ItemAmount {
        float: right;
        width: 104px;
    }

/*==================== PRODUCT PAGES STYLE STARTS (7-5-2013) ====================*/
/*========== Sightseeing and transfers ==========*/
.OrangeGrd {
    background-color: #FA7414;
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #DC5600;
    background-image: -ms-linear-gradient(top, #FF9232 0%, #DC5600 100%);
}

.BookOnlineWrap .Head {
    border-radius: 5px 5px 0 0;
    float: left;
    font-size: 14px;
    line-height: normal;
    padding: 9px 12px;
    text-align: center;
    width: 100%;
}

.BookOnline {
    background: #ffffcd;
    border: 1px solid #fda469;
    border-radius: 0 0 5px 5px;
    float: left;
    padding: 5px;
    width: 100%;
}

    .BookOnline .BookOnlineInner:first-child {
        margin-top: 0px;
    }

.BookOnlineInner {
    border-bottom: 1px dotted #ff6600;
    float: left;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.BookHeading {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
}

    .BookHeading .number,
    .TrvItemHeading .number,
    .CartSmryValueRow .number {
        border-radius: 50%;
        float: left;
        font-size: 11px;
        height: 19px;
        line-height: 16px;
        text-align: center;
        width: 19px;
        margin-right: 5px;
    }

.BookContent {
    float: left;
    margin-left: 22px;
    width: 100%;
}

.BookOptions, .BookOptions li {
    float: left;
    width: 100%;
}

    .BookOptions li span[rel="tooltip"] {
        float: left;
        width: 183px;
    }

    .BookOptions li input[type="radio"], .BookOptions li label {
        float: left;
    }

    .BookOptions li label {
        font-size: 12px;
        width: 163px;
    }

    .BookOptions li input[type="radio"] {
        margin: 3px 1px 0 0;
    }

.BookContent .TrvInfo {
    float: left;
    margin-top: 3px;
    width: 100%;
}

    .BookContent .TrvInfo span {
        float: left;
        line-height: 23px;
        width: 40px;
    }

        .BookContent .TrvInfo span.yrsInfo {
            font-size: 9px;
            margin-left: 1px;
            width: 82px;
        }

    .BookContent .TrvInfo select {
        font-size: 11px;
        padding: 2px;
        width: 60px;
    }

.BookContent .CheckInOut {
    float: left;
    height: auto;
    margin-left: 5px;
    width: 120px;
}

    .BookContent .CheckInOut input[type="text"] {
        background-color: #FFFFFF;
        width: 110px;
    }

.smallLink:hover {
    font-size: 10px;
}

.BookOnlineInner.pricing p {
    line-height: 14px;
    margin: 5px 0;
    font-size: 10px;
    text-align: center;
}

.BookContent .totalPrice {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ff6600;
    border-radius: 5px;
    font-weight: bold;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 171px;
}

    .BookContent .totalPrice.Discount {
        text-align: left;
        width: 198px;
    }

        .BookContent .totalPrice.Discount del {
            color: #ff6600;
            float: right;
        }

.productDetails {
    border-bottom: 1px dotted #DDDDDD;
    color: #2C67B3;
    float: left;
    font-size: 11px;
    padding-bottom: 10px;
    width: 100%;
}

    .productDetails li {
        float: left;
        margin-top: 3px;
        width: 248px;
    }

        .productDetails li .productDetailsLeft {
            float: left;
            margin-right: 10px;
            width: 248px;
        }

        .productDetails li .productDetailsRight {
            float: left;
            width: 248px;
        }

.detailOption {
    color: #4D4D4D;
    float: left;
    line-height: 15px;
    width: 66px;
}

.detailValue {
    float: left;
    line-height: 15px;
    margin-left: 5px;
    width: 177px;
}

.sliderShadow {
    background: url(..img/sliderShadow.png) no-repeat 0 0;
    float: left;
    width: 223px;
    height: 159px;
}

.ProductSliderOuter {
    width: 390px;
    height: 230px;
    float: left;
    background: url("../img/sliderShadow.png") no-repeat scroll 166px 71px transparent;
    margin-top: 10px;
}

.ProductSliderInner {
    width: 365px;
    height: 210px;
    float: left;
    background-color: #ffffff;
    padding: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.SliderName_2Description {
    padding: 10px;
}

    .SliderName_2Description strong {
        color: #ffffff;
    }

.ProductContent {
    border-bottom: 1px dotted #DDDDDD;
    float: left;
    line-height: 18px;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

    .ProductContent .DetailHeading {
        color: #2C67B3;
        float: left;
        font-size: 15px;
        margin-bottom: 5px;
        width: 100%;
    }

    .ProductContent .orangeDetail {
        font-size: 12px;
        font-weight: bold;
        color: #ff6600;
    }

.SearchPrice.package.ProdcutPrice {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 3px 0 4px;
    position: relative;
    text-align: center;
    width: 195px;
    left: 0;
    bottom: 0;
}

    .SearchPrice.package.ProdcutPrice a {
        font-size: 12px;
    }


.EnqLinks li span.freind {
    background-position: -175px -48px;
}

.CheckedOut {
    margin: 10px 0 0 0;
    width: 516px;
}

    .CheckedOut .ftrHead {
        cursor: default;
        width: 490px;
        font-size: 12px;
        text-transform: none;
    }

    .CheckedOut .ftrContent {
        height: auto;
        background: #ffffff;
        width: 494px;
    }

        .CheckedOut .ftrContent .carousel {
            height: auto;
            width: 494px;
        }

        .CheckedOut .ftrContent .carousel-inner {
            height: auto;
            left: 15px;
            width: 474px;
        }

    .CheckedOut .ftrSlide li {
        background: #ffffcd;
        border: 1px solid #fda469;
        border-radius: 5px;
        height: auto;
        min-height: 181px;
        width: 125px;
        padding: 10px;
        margin-right: 11px;
    }

        .CheckedOut .ftrSlide li:last-child {
            margin-right: 0px;
        }

    .CheckedOut .ftrContent .carousel-control {
        font-size: 17px;
        height: 14px;
        left: -8px;
        width: 14px;
        line-height: 11px;
    }

        .CheckedOut .ftrContent .carousel-control.right {
            left: auto;
            right: -7px;
        }

    .CheckedOut .ftrSlide li a.name {
        color: #FF6600;
        float: left;
        font-size: 10px;
        font-weight: bold;
        height: 30px;
        line-height: 11px;
        margin-left: 0;
        text-align: center;
        width: 125px;
    }

    .CheckedOut .ftrSlide .SearchImage {
        border: none;
        box-shadow: 0;
    }

    .CheckedOut .ftrSlide li .price {
        color: #4D4D4D;
        font-size: 22px;
        letter-spacing: -1px;
        margin: 5px auto 2px;
        text-align: center;
        width: 100%;
    }

        .CheckedOut .ftrSlide li .price.onRequest {
            color: #ff6600;
            font-size: 14px;
            letter-spacing: 0;
            margin: 25px auto 2px;
            text-align: center;
            width: 100%;
        }

    .CheckedOut .ftrSlide li .WebRupee1 {
        color: #4d4d4d;
        font-size: 22px;
    }

    .CheckedOut .ftrSlide li .btn-group {
        margin: 6px 0 5px;
    }

    .CheckedOut .ftrSlide li .TwinSharing {
        float: left;
        font-size: 10px;
        text-align: center;
        width: 100%;
    }

    .CheckedOut .ftrSlide li .btn-group a {
        font-size: 14px;
        font-weight: normal;
        padding: 3px 12px 5px;
    }

/*========== Hotel Product Page ==========*/
.ProductLeftWrap {
    margin-left: 0;
    width: 789px;
}

    .ProductLeftWrap .SearchResultsWrap {
        width: 769px;
    }

    .ProductLeftWrap .SearchResult {
        width: 747px;
    }

        .ProductLeftWrap .SearchResult:first-child {
            padding-bottom: 6px;
        }

    .ProductLeftWrap h3.heading {
        border-bottom: 0;
        float: left;
        font-size: 18px;
        letter-spacing: -1px;
        margin-bottom: 0;
        max-width: 575px;
        width: auto;
    }

.hotel_stars {
    float: left;
    height: 16px;
    margin: 2px 0 0 7px;
    width: 85px;
}

    .hotel_stars li {
        float: left;
        width: 14px;
    }

.showMap {
    float: right;
    text-align: right;
}

    .showMap .mapIcon {
        background-position: -8px -31px;
        float: left;
        height: 14px;
        width: 9px;
        margin: 3px 3px 0 0;
    }

.hotel_address {
    color: #666666;
    float: left;
    font-style: italic;
    margin: -3px 0 3px;
}

.hotel_Images,
.cruise_Images {
    clear: left;
    float: left;
    margin: 4px 32px 0 0;
    width: 582px;
}

    .hotel_Images li {
        float: left;
        height: 64px;
        margin: 0 4px 4px 0;
        width: 93px;
    }

/* Hoverbox Css */
.hoverbox {
    cursor: default;
    list-style: none;
}

    .hoverbox a, .hoverbox a:hover {
        cursor: default;
        margin: 0;
        padding: 0;
    }

        .hoverbox a .preview {
            display: none;
        }

        .hoverbox a:hover .preview {
            display: block;
            position: absolute;
            top: 30px;
            left: 0;
            z-index: 1000;
        }

    .hoverbox .preview {
        border: 3px solid #ffffff;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        height: 210px;
        width: 365px;
    }

        .hoverbox .preview.DOT {
            height: 120px;
            width: 170px;
        }

    .hoverbox li {
        display: inline;
        position: relative;
    }

.hotel_Images li {
    float: left;
    height: 64px;
    margin: 0 4px 4px 0;
    width: 93px;
}

.SearchPrice.HotelProd_Price,
.SearchPrice.CruiseProd_Price {
    border-left: 0;
    bottom: 8px;
    left: 625px;
}

.ProductContent .Hotel_Overview {
    float: left;
    overflow: hidden;
}

.ProductLeftWrap .ProductContent {
    width: 747px;
}

    .ProductLeftWrap .ProductContent:first-child {
        margin-top: 0;
    }

.seeMore {
    position: relative;
}

.search_sprite.arrow_close {
    background-position: -21px -35px;
    float: left;
    height: 7px;
    width: 4px;
}

.search_sprite.arrow_open {
    background-position: -27px -37px;
    float: left;
    height: 4px;
    width: 7px;
}

.seeMore .search_sprite.arrow_close {
    left: 1px;
    position: absolute;
    top: 5px;
}

.seeMore .search_sprite.arrow_open {
    left: -1px;
    position: absolute;
    top: 6px;
}

.hotel_amenities {
    float: left;
    margin-top: 10px;
}

    .hotel_amenities span:first-child {
        font-size: 13px;
        color: #ff6600;
    }

    .hotel_amenities li {
        background: url("../img/bullet.gif") no-repeat scroll 0 -2px;
        float: left;
        font-size: 11px;
        list-style-type: none;
        line-height: 17px;
        padding-left: 10px;
        width: 176px;
    }

.BookHotel_RoomRepeat {
    float: left;
    margin-top: 10px;
    width: 747px;
}

    .BookHotel_RoomRepeat:first-child {
        margin-top: 0px;
    }

.RoomCount {
    color: #c73c00;
    font-weight: bold;
}

.BookRoomWrap {
    float: left;
    margin-top: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 745px;
    background-color: #ffffff;
}

.Headers_Bg.BookRoomHead {
    float: left;
    width: 721px;
}

    .Headers_Bg.BookRoomHead li {
        float: left;
        font-size: 12px;
    }

.BookRoomWrap li.Room_Category {
    width: 410px;
}

.BookRoomWrap li.Room_Status {
    text-align: center;
    width: 130px;
}

.BookRoomWrap li.Room_Rate {
    text-align: center;
    width: 110px;
}

.BookRoomWrap li.Room_Select {
    text-align: center;
    width: 71px;
}

.BookRoomValue {
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    float: left;
    padding: 10px;
    width: 725px;
}

    .BookRoomValue:hover,
    .BookRoomValue:focus {
        background: #ffffcd;
    }

    .BookRoomValue:last-child {
        border-bottom: 0;
        border-radius: 0 0 5px 5px;
    }

    .BookRoomValue li {
        float: left;
    }

        .BookRoomValue li.Room_Status {
            color: #227c02;
        }

            .BookRoomValue li.Room_Status.OnReq {
                color: #c73c00;
            }

        .BookRoomValue li.Room_Rate,
        .BookRoomValue li.Room_Rate .WebRupee1 {
            color: #4d4d4d;
            font-size: 22px;
            letter-spacing: -1px;
            font-weight: bold;
        }

            .BookRoomValue li.Room_Rate .WebRupee1 {
                margin-right: -1px;
            }

        .BookRoomValue li.Room_Select {
            line-height: 10px;
        }

.showInfoDetail {
    background-color: #F3F3F3;
    background: -moz-linear-gradient(left center, #FFFFFF 0%, #F3F3F3 50%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear,0 0,0 100%, from(#FFFFFF), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -o-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffF3F3F3', GradientType=0);
    background-image: linear-gradient(top, #FFFFFF, #F3F3F3);
    background-repeat: repeat-x;
    border-top: 1px solid rgba(120, 120, 120, 0.06);
    border-bottom: 1px solid rgba(120, 120, 120, 0.06);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01) inset;
    float: left;
    padding: 15px 29px;
    width: 667px;
}

    .showInfoDetail .hotel_amenities {
        margin-top: 0px;
    }

        .showInfoDetail .hotel_amenities span:first-child {
            font-size: 11px;
            font-weight: bold;
            color: #4d4d4d;
        }

        .showInfoDetail .hotel_amenities li {
            width: 156px;
        }

        .showInfoDetail .hotel_amenities.CancelPolicy {
            margin-top: 10px;
        }

            .showInfoDetail .hotel_amenities.CancelPolicy li {
                float: none;
                width: 100%;
            }

.totalPrice_hotel {
    border: 1px solid #ff6600;
    border-radius: 5px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 10px 0 0;
    padding: 4px 10px;
    text-align: center;
}

    .totalPrice_hotel .WebRupee1 {
        color: #4d4d4d;
        font-size: 20px;
    }

.BookBtnwrap {
    float: right;
    padding: 10px;
}

    .BookBtnwrap .btn-primary {
        font-weight: normal;
        padding: 6px 12px;
    }

.detailError {
    background: #ffffcd;
    border: 1px solid red;
    border-radius: 5px;
    color: red;
    float: left;
    padding: 5px;
}

.ProductLeftWrap .CheckedOut {
    width: 747px;
}

    .ProductLeftWrap .CheckedOut .ftrHead {
        width: 721px;
    }

    .ProductLeftWrap .CheckedOut .ftrContent {
        margin: 0px auto;
        width: 725px;
    }

        .ProductLeftWrap .CheckedOut .ftrContent .carousel {
            margin-left: 35px;
            width: 652px;
        }

        .ProductLeftWrap .CheckedOut .ftrContent .carousel-inner {
            width: 629px;
        }

.modifyDates {
    float: left;
    padding: 10px;
    width: 174px;
    font-size: 11px;
    color: #4d4d4d;
}

    .modifyDates li {
        width: 174px;
    }

        .modifyDates li .ftL {
            width: 89px;
        }

        .modifyDates li .ftR {
            color: #ff6600;
            text-align: right;
            width: 85px;
        }

    .modifyDates .btn-group {
        float: left;
        margin-top: 10px;
        width: 139px;
    }

    .modifyDates .CheckInOut {
        float: left;
        width: 439px;
        margin-top: 15px;
    }

/*Book Room Domestic*/
.BookRoomWrap.Dom li.Room_Category {
    width: 540px;
}

/*========== Cruise Product Page (star cruise) ==========*/
.ProductLeftWrap h3.heading.cruise {
    max-width: 747px;
}

.cruise_Images li {
    float: left;
    height: 60px;
    margin: 0 4px 4px 0;
    width: 90px;
}

    .cruise_Images li a,
    .cruise_Images li a img {
        float: left;
        height: 60px;
        width: 90px;
    }

.cruise_IncExc {
    float: left;
    margin-top: 15px;
}

.cruise_IncExcLeft {
    float: left;
    width: 300px;
}

    .cruise_IncExcLeft.ftR {
        margin-left: 50px;
    }

.cruise_IncExcHeading {
    font-size: 12px;
    color: #2C67B3;
    float: left;
}

.cruise_IncExcLeft li {
    background: url("../img/bullet.gif") no-repeat scroll 0 -2px;
    float: left;
    font-size: 11px;
    list-style-type: none;
    line-height: 17px;
    padding-left: 10px;
    width: 290px;
}

.CrusieProdTabs {
    float: left;
    width: 750px;
}

    .CrusieProdTabs li a {
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        background-color: #EFEFEF;
        background-repeat: repeat-x;
        border-radius: 5px 5px 0 0;
        color: #4d4d4d;
        float: left;
        font-weight: bold;
        margin-left: 5px;
        padding: 5px 13px;
        position: relative;
        top: 0px;
        z-index: 100;
        background-image: -ms-linear-gradient(top, #EFEFEF 0%, #FFFFFF 100%);
        border-bottom-style: none;
        border-bottom-color: inherit;
        border-bottom-width: 0;
    }

        .CrusieProdTabs li a:hover,
        .CrusieProdTabs li a.active {
            background: #ffffff;
            color: #2C67B3;
            position: relative;
            top: 1px;
            box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
            text-decoration: none;
        }

    .CrusieProdTabs li:first-child a {
        background-color: #FA7414;
        background-repeat: repeat-x;
        box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
        color: #ffffcd;
        text-shadow: 0 -1px 0 #DC5600;
        text-decoration: none;
        background-image: -ms-linear-gradient(top, #FF9232 0%, #DC5600 100%);
    }

        .CrusieProdTabs li:first-child a:hover,
        .CrusieProdTabs li:first-child a.active {
            position: relative;
            top: 0px;
        }

.CrusieProdTabsContent {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 10px;
    width: 725px;
}

    .CrusieProdTabsContent#tabs1,
    .CrusieProdTabsContent#tabs-1 {
        padding: 0px;
        width: 745px;
    }

.CruiseBookRow {
    border-bottom: 1px solid #dddddd;
    float: left;
    padding-bottom: 10px;
    width: 725px;
    position: relative;
}

.CrusieProdTabsContent#tabs1 .CruiseBookRow,
.CrusieProdTabsContent#tabs-1 .CruiseBookRow {
    padding: 10px;
    width: 725px;
}

.CruiseBookRow:first-child {
    margin-top: 0;
}

.CruiseBookRow.ftR:last-child {
    border-bottom: 0;
}

.CruiseBookRow .btn-primary {
    font-weight: normal;
    padding: 6px 12px;
    float: right;
}

.ProductEmiLink {
    background: none repeat scroll 0 0 #FFFFCD;
    border: 1px solid #DC5600;
    border-radius: 5px 5px 5px 5px;
    color: #107F16;
    float: left;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    padding: 0px 3px;
    text-align: left;
}

    .ProductEmiLink:hover {
        color: #107F16;
        text-decoration: none;
    }

    .ProductEmiLink img {
        float: right;
        height: 14px;
        margin: 9px 0 0 3px;
        width: 14px;
    }

.CruiseBookRow_Left {
    color: #2C67B3;
    float: left;
    font-size: 12px;
    font-weight: bold;
    width: 195px;
}

.CruiseBookRow .RtArrow {
    background-position: -226px -54px;
    float: left;
    height: 9px;
    left: 28%;
    margin-right: 7px;
    position: absolute;
    top: 46%;
    width: 14px;
}

.CruiseBookSpliter {
    width: 1px;
    background: #dddddd;
    height: 100%;
    float: left;
}

.CruiseBookRow_Right {
    float: right;
    width: 465px;
}

.Cabin_Code, .Cabin_Deck, .Cabin_Capacity, .Cabin_Bedding, .Cabin_Price, .Cabin_Button {
    text-align: center;
    float: left;
}

.CabinDetailValue {
    width: 734px;
    padding: 8px;
}

.Cabin_Code {
    width: 115px;
}

.Cabin_Deck {
    width: 175px;
}

.Cabin_Capacity {
    width: 115px;
}

.Cabin_Bedding {
    width: 302px;
}

.Cabin_Price {
    width: 116px;
}

.Cabin_Button {
    width: 107px;
}

.Cabin_Code input[type="radio"] {
    margin: -5px -1px 0 0;
}

.Cabin_Code label {
    display: inline;
}

.CruiseBookRow_Right .SmryPrice {
    margin-top: 0;
    float: none;
}

.CruiseBookRow_Right .SmryPrice_Right {
    float: left !important;
}

.CabinRepeater {
    border-bottom: 1px dotted #dddddd;
    float: left;
    padding-bottom: 15px;
    margin-top: 15px;
    width: 725px;
}

    .CabinRepeater:first-child {
        margin-top: 0;
    }

.CabinHeading {
    color: #4d4d4d;
    font-size: 12px;
    text-transform: uppercase;
}

.CabinImageWrap {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    padding: 5px;
    width: 266px;
}

    .CabinImageWrap .CabinPhoto {
        background: #4d4d4d;
        color: #ffffff;
        font-size: 11px;
        line-height: 21px;
        padding-left: 70px;
        width: 196px;
    }

.CabinFacility {
    float: left;
    margin-left: 10px;
    width: 437px;
}

.OrangeCabin {
    color: #ff6600;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.CabinFacility ul li {
    background: url('../img/bullet.gif') no-repeat 0 -2px;
    font-size: 11px;
    padding-left: 15px;
    list-style-type: none;
    padding: 0px 5px 1px 10px;
    line-height: 16px;
}

.ItnrRepeater {
    margin-top: 5px;
    width: 725px;
}

    .ItnrRepeater:first-child {
        margin-top: 0;
    }

.ItnrHead {
    color: #2C67B3;
    font-weight: bold;
}

.Itnrvalue {
    margin-left: 10px;
    width: 725px;
}

    .Itnrvalue li {
        background: url('../img/bullet.gif') no-repeat 0 0px;
        padding-left: 10px;
    }

.AmenitiesWrap {
    float: left;
    margin-top: 15px;
    width: 725px;
}

    .AmenitiesWrap:first-child {
        margin-top: 0;
    }

.AmenitiesHead {
    background: #e0f2fb;
    border: 1px solid #99c3d7;
    border-radius: 5px 5px 0 0;
    color: #2C67B3;
    height: 17px;
    padding: 8px;
    width: 707px;
}

.AmenitiesValue {
    border: 1px solid #dddddd;
    border-top: 0;
    float: left;
    padding: 5px;
    width: 713px;
}

    .AmenitiesValue:last-child {
        border-radius: 0 0 5px 5px;
    }

    .AmenitiesValue li {
        background: url('../img/bullet.gif') no-repeat 0 0px;
        padding-left: 10px;
    }

.Amenities_Category, .Amenities_Deck, .Amenities_Capacity, .Amenities_Desc, .AmenitiesCol_5 {
    float: left;
    text-align: center;
}

.Amenities_Category {
    width: 190px;
}

    .Amenities_Category.Dpauls {
        text-align: left;
        width: 310px;
    }

.Amenities_Deck {
    width: 75px;
}

.Amenities_Capacity {
    width: 65px;
}

.Amenities_Desc {
    width: 377px;
}

    .Amenities_Desc.Dpauls {
        text-align: left;
        width: 397px;
    }

.AmenitiesCol_5 {
    width: 470px;
}

.MoreInfoValue {
    margin-left: 10px;
}

.paidLater {
    color: #ff6600;
    font-size: 11px;
    font-weight: normal;
    float: left;
    margin-top: -5px;
}

/*========== Cruise Product Page (Dpauls) ==========*/
.CruiseBookRow_Right .Form_Row {
    width: 465px;
    margin-bottom: 0;
}

    .CruiseBookRow_Right .Form_Row.cabinNo .Travelers_info {
        width: 135px;
    }

.RemoveBtn {
    background: url(../images/RemoveBtn.png) 0 0 no-repeat;
    height: 22px;
    opacity: 0.7;
    position: absolute;
    right: -6px;
    top: -10px;
    width: 22px;
    z-index: 1;
}


a.RemoveBtn:hover {
    text-decoration: none;
}



/*==================== TRAVEL CART PORTAL STYLE STARTS (13-5-2013) ====================*/
/*========== Order Steps ==========*/
ul#order_step {
    height: 55px;
    margin: 0 auto;
    width: 625px;
}

    ul#order_step li {
        background: url(../img/step_standard.png) 50% bottom no-repeat;
        float: left;
        height: 45px;
        text-align: center;
        width: 125px;
    }

        ul#order_step li.step_start {
            background: url(../img/step_start.png) right bottom no-repeat;
        }

        ul#order_step li.step_start_current {
            background: url(../img/step_start_current.png) right bottom no-repeat;
            font-size: 11px;
            font-weight: bold;
            color: #2C67B3;
        }

        ul#order_step li.step_current {
            background: url(../img/step_current.png) 50% bottom no-repeat;
            font-size: 11px;
            font-weight: bold;
            color: #2C67B3;
        }

        ul#order_step li#step_end {
            background: url(../img/step_end.png) left bottom no-repeat;
        }

            ul#order_step li#step_end.step_current {
                background: transparent url(../img/step_end_current.png) left bottom no-repeat;
                font-size: 11px;
                font-weight: bold;
                color: #2C67B3;
            }


/*========== Travel Cart ==========*/
.TrvCartLeft {
    float: left;
    width: 770px;
}

.TrvCart,
.TrvCartSmry {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    width: 770px;
}

.TrvCartHead {
    float: left;
    width: 746px;
}

    .TrvCartHead .HeadLeft {
        float: left;
        width: 500px;
    }

        .TrvCartHead .HeadLeft span {
            font-size: 11px;
            font-weight: normal;
        }

    .TrvCartHead .HeadRight {
        float: right;
        width: 246px;
        text-align: right;
    }

        .TrvCartHead .HeadRight span {
            color: #ff6600;
        }

.TrvCartContent {
    float: left;
    padding: 10px;
    width: 750px;
}

.TrvCartItem {
    background: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

    .TrvCartItem:first-child {
        margin-top: 0;
    }

a.TrvCartremoveBtn {
    height: 22px;
    opacity: 0.7;
    position: absolute;
    background-position: -3px -4px;
    right: -6px;
    top: -10px;
    width: 22px;
    z-index: 1;
}

    a.TrvCartremoveBtn:hover {
        text-decoration: none;
    }

.TrvCartContentInner {
    float: left;
    position: relative;
    width: 100%;
}

.TrvCart_Detail {
    float: left;
    line-height: 18px;
    position: relative;
    width: 629px;
}

.TrvItemHeading {
    border-bottom: 1px dotted #DDDDDD;
    color: #ff6600;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.TrvCart_DetailInner {
    float: left;
    min-height: 60px;
    padding: 10px;
    padding-right: 0;
    width: 618px;
}

.CartDetails {
    color: #2C67B3;
    float: left;
    font-size: 11px;
    margin-left: 10px;
    width: 477px;
}

    .CartDetails .optWrap {
        float: left;
        margin-right: 10px;
        width: 228px;
    }

    .CartDetails .optName {
        font-weight: bold;
        color: #4d4d4d;
    }

.TrvCartContent_Split {
    background: #E5E5E5;
    height: 100%;
    position: absolute;
    left: 628px;
    top: 0px;
    width: 1px;
}

.TrvCart_Price {
    background: #ffffcd;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    float: right;
    height: 100%;
    min-height: 106px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 121px;
}

    .TrvCart_Price .CartPrice,
    .TrvCart_Price .WebRupee1 {
        color: #4D4D4D;
        font-size: 21px;
        font-weight: bold;
        letter-spacing: -1px;
        margin-top: 45%;
    }

.TrvCartSmry {
    margin-top: 10px;
}

.CartSmryHead {
    float: left;
    margin-top: 5px;
    width: 746px;
}

    .CartSmryHead li {
        float: left;
        font-size: 12px;
        text-align: right;
        width: 120px;
    }

    .CartSmryHead .Name {
        width: 385px;
        text-align: left;
    }

.CartSmryValueRow {
    border-bottom: 1px dotted #dddddd;
    float: left;
    padding: 5px 0;
    width: 100%;
}

    .CartSmryValueRow li {
        color: #ff6600;
        float: left;
        font-weight: bold;
        text-align: right;
        width: 120px;
    }

        .CartSmryValueRow li.NameValue {
            color: #4d4d4d;
            font-weight: normal;
            text-align: left;
            width: 366px;
        }

.SmryPrice {
    float: right;
    font-weight: bold;
    width: 350px;
    margin-top: 25px;
}

    .SmryPrice .SmryPrice_Left {
        float: left;
        width: 150px;
    }

    .SmryPrice .SmryPrice_Right {
        color: #ff6600;
        float: right;
        text-align: right;
        width: 125px;
    }

.CartFinalBookAmt {
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: right;
}

    .CartFinalBookAmt .BookingAmt {
        float: right;
        min-width: 250px;
    }

        .CartFinalBookAmt .BookingAmt .WebRupee1,
        .CartFinalBookAmt .BookingAmt .price {
            font-size: 22px;
            letter-spacing: -1px;
            color: #4d4d4d;
            margin-top: -1px;
        }

        .CartFinalBookAmt .BookingAmt .WebRupee1 {
            font-size: 23px;
            margin: 0 3px 0 10px;
        }

.TrvCartLeft .btn-primary {
    margin-top: 5px;
    padding: 6px 12px;
    line-height: 25px;
}

.addProdIcon {
    background-position: -59px -3px;
    float: left;
    height: 25px;
    margin-right: 7px;
    width: 25px;
}

.ProceedIcon {
    background-position: -31px -3px;
    float: right;
    height: 25px;
    margin-left: 7px;
    width: 25px;
}

.TrvCartRight {
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    margin-left: 10px;
    width: 213px;
}

    .TrvCartRight .Headers_bg {
        border-bottom: none;
    }

.Faq {
    float: left;
    padding: 5px;
}

    .Faq li {
        border-bottom: 1px dotted #dddddd;
        float: left;
        padding: 3px 0;
        line-height: 18px;
        width: 203px;
    }

        .Faq li:last-child {
            border-bottom: none;
        }

/*========== Traveller Details ==========*/
.TrvDetailWrap {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-top: 15px;
    position: relative;
    width: 100%;
}

    .TrvDetailWrap:first-child {
        margin-top: 0;
    }

    .TrvDetailWrap .TrvCartItem {
        border: none;
    }

.TrvDetailForm {
    border-top: 1px dotted #dddddd;
    float: left;
    padding: 7px;
    width: 736px;
}

.TrvDetailFormHeading {
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}

.TrvDetailFormInner {
    clear: both;
    float: left;
    width: 100%;
}

.TrvDetailFormRow {
    float: left;
    margin-top: 5px;
    width: 100%;
}

    .TrvDetailFormRow .RowHead li,
    .TrvDetailFormRow .RowValue li {
        float: left;
        font-size: 11px;
        font-weight: bold;
    }

    .TrvDetailFormRow .RowValue li {
        font-weight: normal;
    }

.TrvDetail_SNo,
.TrvDetail_Title,
.TrvDetail_Type,
.TrvDetail_Name,
.TrvDetail_Age,
.TrvDetail_Gender,
.TrvDetail_PassportNo,
.TrvDetail_Seatno {
    float: left;
    margin-left: 5px;
    width: 140px;
}

.TrvDetail_SNo, .TrvDetail_Age {
    width: 50px;
}

    .TrvDetail_Age select {
        width: 50px;
        height: 24px;
        padding: 2px;
    }

.TrvDetail_Type, .TrvDetail_Gender {
    width: 85px;
}

.TrvDetail_Title {
    width: 66px;
}

    .TrvDetail_Title select {
        height: 24px;
        padding: 2px;
        width: 61px;
    }

.TrvDetailFormRow input[type="text"] {
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    width: 135px;
}

.TrvDetail_Age input[type="text"] {
    width: 45px;
}

.TrvDetail_Gender select {
    height: 24px;
    padding: 2px;
    width: 80px;
}

.TrvDetail_Seatno {
    text-align: center;
    width: 60px;
}

.busCartRow,
.busCartRow p {
    float: left;
    margin-top: 20px;
}

    .busCartRow label {
        float: left;
        margin-top: 2px;
        width: 80px;
    }

    .busCartRow input[type="text"] {
        float: left;
        width: 180px;
    }

.busIdProofRow {
    float: left;
}

    .busIdProofRow label {
        float: left;
        margin-top: 2px;
        width: 80px;
    }

    .busIdProofRow select {
        float: left;
        width: 188px;
        height: 24px;
        padding: 2px;
    }

    .busIdProofRow input[type="text"] {
        float: left;
        width: 170px;
        margin-left: 51px;
    }

.TrvReq {
    float: left;
    margin: 20px 20px 0 0;
    width: 300px;
}

    .TrvReq textarea {
        padding: 5px;
        width: 290px;
    }

.TrvDetailSpReq {
    float: left;
    margin: 20px 0 0 5px;
    width: 350px;
}

.PromotionCodeBox {
    float: right;
    font-size: 11px;
    padding: 10px;
    width: 336px;
}

    .PromotionCodeBox input {
        width: 125px;
        height: 23px;
        border: 1px solid #C8C8C8;
        margin-left: 5px;
    }

    .PromotionCodeBox .btn-primary {
        float: left;
        font-size: 12px;
        line-height: 26px;
        margin: 0 0 0 5px !important;
        padding: 0 12px;
    }

.txt11Link {
    font-size: 11px;
}

    .txt11Link:hover,
    .txt11Link:focus {
        font-size: 11px;
    }

.agreeTc {
    float: left;
    margin-top: 10px;
    width: 100%;
}

    .agreeTc input[type="checkbox"],
    .agreeTc label {
        float: left;
    }

    .agreeTc input[type="checkbox"] {
        margin: 3px 3px 0 0;
    }
/*========== SignIn Page ==========*/
.ExtUsers {
    float: left;
    width: 293px;
}

    .ExtUsers .FormInner {
        width: 270px;
    }

    .ExtUsers .Form_Row {
        width: 272px;
    }

        .ExtUsers .Form_Row input[type="text"],
        .ExtUsers .Form_Row input[type="password"] {
            width: 265px;
        }

    .ExtUsers .btn-group {
        margin-top: 10px;
    }


.NewUsers {
    float: left;
    margin-left: 10px;
    width: 423px;
}

    .NewUsers .FormInner {
        width: 403px;
    }

    .NewUsers .Form_Row {
        width: 403px;
    }

    .NewUsers .Form_RowDiv {
        width: 197px;
        float: left;
    }

        .NewUsers .Form_RowDiv input[type="text"],
        .NewUsers .Form_RowDiv input[type="password"] {
            width: 190px;
        }

        .NewUsers .Form_RowDiv select {
            width: 198px;
        }

        .NewUsers .Form_RowDiv textarea {
            width: 190px;
        }

    .NewUsers .SignIn {
        margin-top: 10px;
        float: left;
    }

/*========== FAQ PAGE STYLE ==========*/
.FAQuestions {
    margin: 25px;
}

    .FAQuestions h4 {
        font-size: 13px;
        margin: 0;
    }

    .FAQuestions p {
        margin-bottom: 10px;
    }

    .FAQuestions a {
        font-size: 13px;
        color: #2C67B3;
    }

        .FAQuestions a:hover {
            font-size: 13px;
            color: #ff6600;
            text-decoration: underline;
        }

/* =============== NEW HOME PAGE (1 July,2013) =============== */
#LeftContent {
    /*float: left;
    width: 750px;*/
}

    #LeftContent h1.headings {
        font-size: 13px;
        margin-bottom: 5px;
    }

#Welcome {
    line-height: 16px;
    margin-bottom: 17px;
}

    #Welcome h1.headings {
        font-size: 16px;
        text-align: left;
    }

#SpecialWrap {
    float: left;
    width: 370px;
}

.SpecialRepeat {
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-top: 22px;
}

    .SpecialRepeat .Headers_Bg .ftR,
    .AsiaWrap .Headers_Bg .ftR {
        font-size: 11px;
        font-weight: normal;
        text-transform: none;
    }

    .SpecialRepeat:first-child {
        margin-top: 0;
    }

.SpecialIn {
    height: 111px;
    width: 368px;
}

.SpecialTabs {
    border-right: 1px solid #dddddd;
    float: left;
    width: 91px;
}

    .SpecialTabs li {
        position: relative;
        height: 28px;
        width: 91px;
    }

        .SpecialTabs li a {
            border-bottom: 1px dotted #dddddd;
            color: #4d4d4d;
            height: 27px;
            line-height: 25px;
            padding-left: 10px;
            position: absolute;
            width: 81px;
        }

            .SpecialTabs li a:hover,
            .SpecialTabs li a:focus,
            .SpecialTabs li a.active {
                background: url(../img/Cnt-hover.png) no-repeat 0 0;
                border: 0;
                color: #ffffcd;
                height: 33px;
                left: -7px;
                padding-left: 17px;
                text-decoration: none;
                width: 100px;
                z-index: 1;
            }

.SpecialTabsContent {
    float: left;
    height: 91px;
    padding: 10px;
    width: 256px;
}

.CountryList {
    float: left;
    margin: -4px 0 0 5px;
    width: 143px;
}

    .CountryList li {
        float: left;
        line-height: 19px;
        width: 143px;
    }

        .CountryList li a {
            font-size: 12px;
        }

            .CountryList li a:hover,
            .CountryList li a:focus {
                font-size: 12px;
            }

.homePrice {
    color: #ff6600;
    float: right;
    font-size: 11px;
    font-weight: bold;
}

    .homePrice .WebRupee1 {
        font-size: 11px;
        margin-right: 2px;
    }

.SpecialIn_Second {
    height: 91px;
    padding: 10px;
    width: 348px;
}

    .SpecialIn_Second li {
        float: left;
        width: 348px;
        margin-top: 4px;
    }

        .SpecialIn_Second li:first-child {
            margin-top: 0;
        }

        .SpecialIn_Second li a {
            float: left;
            width: 247px;
        }

.homeCode {
    float: left;
    font-size: 11px;
    font-weight: bold;
}

.GoaSlider {
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: right;
    height: 312px;
    width: 372px;
    position: relative;
}

    .GoaSlider .sliderwrapper {
        height: 259px;
        width: 332px;
        padding: 10px 20px;
    }

        .GoaSlider .sliderwrapper .contentdiv {
            height: 82px;
            width: 332px;
            float: left;
        }

    .GoaSlider .contentdiv li {
        height: 82px;
        width: 332px;
        margin-top: 6px;
    }

        .GoaSlider .contentdiv li:first-child {
            margin-top: 0;
        }

    .GoaSlider .img {
        float: left;
        margin-right: 5px;
        width: 122px;
        height: 82px;
    }

    .GoaSlider .paginationTetimonial {
        height: 26px;
        text-align: center;
        width: 372px;
        padding: 0;
        position: absolute;
        top: 50%;
    }

    .GoaSlider .prev,
    .GoaSlider .next {
        background-image: url(../img/main_sprite.png);
        background-position: -393px -115px;
        float: left;
        margin-left: 3px;
    }

    .GoaSlider .next {
        background-position: -405px -115px;
        float: right;
        margin-right: 3px;
    }

    .GoaSlider .paginationTetimonial a:hover,
    .GoaSlider .paginationTetimonial a.selected {
        background-image: url(../img/main_sprite.png);
        background-color: #ffffff;
    }

.TravelSlider {
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    height: 138px;
    padding: 10px;
    margin-top: 20px;
    width: 728px;
}

    .TravelSlider h4.headings {
        text-align: center;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .TravelSlider .sliderwrapper {
        height: 118px;
        width: 728px;
    }

    .TravelSlider .itemRepeat {
        float: left;
        width: 728px;
    }

    .TravelSlider .Description {
        color: #5F5F5F;
        float: left;
        font-size: 11px;
        line-height: 14px;
        text-align: justify;
        margin: 0 15px 0 5px;
        width: 223px;
    }

    .TravelSlider ul {
        float: left;
        height: 71px;
        width: 367px;
    }

    .TravelSlider li {
        border-bottom: 1px solid #dddddd;
        float: left;
        width: 372px;
    }

        .TravelSlider li a {
            float: left;
            font-size: 11px;
            width: 271px;
        }

    .TravelSlider .Viewall {
        float: right;
        text-align: right;
        text-decoration: underline;
    }

    .TravelSlider .paginationTetimonial {
        float: left;
        margin-top: 2px;
        width: 728px;
    }

.WhyDpauls {
    float: left;
    margin-top: 20px;
    width: 380px;
}

    .WhyDpauls h3.headings,
    .featured_left h3.headings {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .WhyDpauls li {
        color: #8a8a8a;
        float: left;
        font-size: 14px;
        line-height: 28px;
        margin-top: 5px;
        width: 380px;
    }

        .WhyDpauls li .why_icon {
            background-repeat: no-repeat;
            float: left;
            height: 30px;
            margin-right: 8px;
            width: 30px;
        }

            .WhyDpauls li .why_icon.quality {
                background-position: -245px -156px;
            }

                .WhyDpauls li .why_icon.quality:hover {
                    background-position: -5px -116px;
                }

            .WhyDpauls li .why_icon.touch {
                background-position: -278px -156px;
            }

                .WhyDpauls li .why_icon.touch:hover {
                    background-position: -38px -116px;
                }

            .WhyDpauls li .why_icon.staff {
                background-position: -311px -156px;
            }

                .WhyDpauls li .why_icon.staff:hover {
                    background-position: -71px -116px;
                }

            .WhyDpauls li .why_icon.saveTime {
                background-position: -344px -156px;
            }

                .WhyDpauls li .why_icon.saveTime:hover {
                    background-position: -104px -116px;
                }

            .WhyDpauls li .why_icon.oneStop {
                background-position: -377px -156px;
            }

                .WhyDpauls li .why_icon.oneStop:hover {
                    background-position: -137px -116px;
                }

            .WhyDpauls li .why_icon.BestDeals {
                background-position: -410px -156px;
            }

                .WhyDpauls li .why_icon.BestDeals:hover {
                    background-position: -170px -116px;
                }

.featured_items {
    float: left;
    margin: 20px 0 0 8px;
    width: 362px;
}

.featured_left {
    float: left;
    margin-left: 50px;
    width: 156px;
}

    .featured_left:first-child {
        margin-left: 0;
    }

    .featured_left li {
        float: left;
        margin-top: 5px;
        width: 156px;
    }

        .featured_left li a {
            float: left;
        }

            .featured_left li a:hover,
            .featured_left li a:focus {
                color: #2C67B3;
                text-decoration: underline;
            }

        .featured_left li:first-child {
            margin-top: 0;
        }

        .featured_left li .img {
            float: left;
            height: 50px;
            margin-right: 5px;
            width: 50px;
        }

        .featured_left li .name {
            margin-top: -5px;
        }

        .featured_left li .starting {
            display: block;
            float: left;
            margin-top: -6px;
            width: 91px;
        }

#RightContent {
    /*float: right;
    width: 235px;*/
}

/*========== TESTIMONIALS ==========*/
.sliderwrapper {
    position: relative;
    overflow: hidden;
    width: 297px;
    height: 94px;
    border-bottom: 1px solid #dddddd;
}

    .sliderwrapper .contentdiv {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        background: white;
        height: 110px;
        filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        font-size: 12px;
        position: relative;
    }

.contentdiv .actualReview {
    float: left;
    height: 60px;
}

.contentdiv .name {
    color: #4d4d4d;
    font-size: 11px;
    font-weight: bold;
    float: right;
    margin-top: 12px;
}

.paginationTetimonial {
    width: 297px;
    text-align: center;
    border-top: none;
    padding-top: 3px;
}

    .paginationTetimonial a,
    .cntPagination a {
        padding: 2px 6px;
        text-decoration: none;
        color: #4d4d4d;
        border-radius: 3px;
        margin-right: 4px;
    }


        .paginationTetimonial a:hover,
        .paginationTetimonial a.selected,
        .cntPagination a:hover,
        .cntPagination a.selected {
            background-color: #006DCC;
            background-image: -moz-linear-gradient(top, #0088CC, #0044CC);
            background-image: -webkit-gradient(linear,0 0,0 100%, from(#0088CC), to(#0044CC));
            background-image: -webkit-linear-gradient(top, #0088CC, #0044CC);
            background-image: -o-linear-gradient(top, #0088CC, #0044CC);
            background-image: -ms-linear-gradient(top, #0088CC 0%, #0044CC 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088CC', endColorstr='#ff0044CC', GradientType=0);
            background-image: linear-gradient(top, #0088CC, #0044CC);
            background-repeat: repeat-x;
            border-color: #0044CC #0044CC #002A80;
            color: #FFFFFF;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

.prev, .next {
    font-size: 13px;
}

.contentdiv .viewAll {
    float: left;
}


.testimonialsWrap {
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    height: 173px;
    margin-bottom: 10px;
    width: 233px;
}

.testimonial {
    height: 120px;
    padding: 10px;
    width: 213px;
}

    .testimonial .sliderwrapper {
        height: 102px;
        width: 213px;
    }

    .testimonial .contentdiv .actualReview {
        float: left;
        height: 70px;
        line-height: 16px;
    }

    .testimonial .paginationTetimonial {
        width: 214px;
    }


/* =============== PACKAGE DEFAULT PAGE (23 July, 2013) =============== */

#SpecialWrap.pkg_India {
    margin-bottom: 20px;
    width: 750px;
}

.pkg_India .SpecialIn {
    width: 748px;
}

.pkg_India .SpecialTabsContent {
    width: 636px;
}

.pkg_India .AsiaInner {
    padding: 0;
    height: 90px;
    width: 636px;
}

    .pkg_India .AsiaInner ul {
        height: 75px;
    }

.pkg_India .pkgCount_Desc {
    float: left;
    line-height: 14px;
    margin-right: 15px;
    width: 223px;
}

.pkgCount_Desc a {
    color: #4d4d4d;
    font-weight: bold;
}

.pkg_India .AsiaInner li {
    height: 22px;
    width: 271px;
}

.AsiaWrap {
    border: 1px solid #dddddd;
    border-radius: 5px;
    /*width: 313px;*/
    overflow: hidden;
}

.AsiaInner,
.PkgTabsContent {
    float: left;
    padding: 10px 15px;
    width: 100%;
}

    .AsiaInner li,
    .PkgTabsContent li {
        border-bottom: 1px solid #dddddd;
        float: left;
        height: 90px;
        margin-top: 10px;
        padding-bottom: 10px;
        /*width: 293px;*/
    }

        .AsiaInner li:first-child,
        .PkgTabsContent li:first-child {
            margin-top: 0;
        }

    .AsiaInner .Img,
    .PkgTabsContent .Img {
        float: left;
        margin-right: 7px;
    }

    .AsiaInner .CountryName {
        color: #4d4d4d;
        font-weight: bold;
        font-size: 14px;
    }

    .AsiaInner .name,
    .PkgTabsContent .name {
        float: left;
        font-size: 11px;
        height: 29px;
        line-height: 13px;
        color: #000 !important;
    }

    /*.AsiaInner .homePrice + a {
        font-weight: 600 !important;
    }*/

    .AsiaInner .homePrice + a:hover, .AsiaInner a.name:hover,
    .PkgTabsContent a.name:hover {
        text-decoration: none !important;
    }

    .AsiaInner .name.st {
        background: url('../img/bullet.gif') no-repeat scroll 0 -4px;
        height: 19px;
        padding-left: 10px;
        width: 197px;
    }

    .AsiaInner .name.bullet {
        background: url('../img/bullet.gif') no-repeat scroll 0 -4px;
        padding-left: 10px;
    }

    .AsiaInner .homeCode,
    .AsiaInner .homePrice,
    .PkgTabsContent .homeCode,
    .PkgTabsContent .homePrice {
        margin-top: -3px;
    }

    .AsiaInner .txt11.ftR,
    .PkgTabsContent .txt11.ftR {
        color: #4d4d4d;
    }

.PkgTabsWrap {
    /*float: right;
    height: 367px;
    width: 425px;*/
}

#PkgTabs {
    margin-left: 10px;
    width: 100%;
}

    #PkgTabs li a {
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        background-color: #efefef;
        background-repeat: repeat-x;
        border-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #4d4d4d;
        cursor: pointer;
        float: left;
        margin-left: 5px;
        padding: 5px 11px;
        position: relative;
        top: 0px;
        z-index: 100;
        background-image: -ms-linear-gradient(top, #EFEFEF 0%, #FFFFFF 100%);
        border-bottom-style: none;
        border-bottom-color: inherit;
        border-bottom-width: 0px;
    }

        #PkgTabs li a:hover,
        #PkgTabs li a.active {
            background: #ffffff;
            box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
            color: #2C67B3;
            position: relative;
            text-decoration: none;
            top: 1px;
        }

.PkgTabsContent {
    border: 1px solid #dddddd;
    border-radius: 5px;
    clear: both;
    float: left;
    /*height: 314px;*/
    padding: 10px;
    /*width: 403px;*/
}

    .PkgTabsContent li {
        height: 85px;
        margin-top: 10px;
        width: 100%;
    }

    .PkgTabsContent .name {
        float: left;
        font-size: 12px;
        margin-top: -2px;
        line-height: 16px;
        width: 276px;
    }

        .PkgTabsContent .name.st {
            height: auto;
            width: 236px;
        }

    .PkgTabsContent .Inclusions_pkg {
        width: 276px;
    }

    .PkgTabsContent .PkgInc_Row {
        height: 32px;
        margin-top: -3px;
    }

    .PkgTabsContent .Inclusions_pkg span:first-child {
        color: #4d4d4d;
        margin-bottom: 5px;
    }

    .PkgTabsContent .PkgInc_Row li {
        width: 90px;
        margin-top: 2px;
        padding-bottom: 0;
        border: 0;
        height: 20px;
    }

.stOverview {
    float: left;
    font-size: 11px;
    line-height: 13px;
    width: 276px;
}

    .stOverview a {
        font-size: 11px;
    }

        .stOverview a:focus,
        .stOverview a:hover {
            font-size: 11px;
        }


/* =============== HOTEL DEFAULT PAGE (23 July, 2013) =============== */
.AsiaWrap.hotel {
    height: 248px;
    width: 368px;
}

    .AsiaWrap.hotel .AsiaInner {
        height: 195px;
        width: 348px;
    }

        .AsiaWrap.hotel .AsiaInner ul {
            float: left;
            width: 348px;
        }

        .AsiaWrap.hotel .AsiaInner li {
            border-bottom: 0;
            height: 35px;
            line-height: 9px;
            margin-top: 5px;
            padding-bottom: 0;
            width: 170px;
        }

            .AsiaWrap.hotel .AsiaInner li:first-child {
                margin-top: 0;
            }

    .AsiaWrap.hotel .name {
        float: left;
        font-size: 12px;
        line-height: 13px;
        width: 76px;
    }

    .AsiaWrap.hotel .Img {
        margin-right: 3px;
    }

    .AsiaWrap.hotel .homePrice {
        margin-top: 3px;
    }


/* =============== TRANSFER DEFAULT PAGE (23 July, 2013) =============== */
.AsiaWrap.transfer {
    height: 153px;
    width: 368px;
}

    .AsiaWrap.transfer .AsiaInner {
        width: 100%;
    }

        /*.AsiaWrap.transfer .AsiaInner ul {
            float: left;
            width: 191px;
            height: 100px;
        }*/

        .AsiaWrap.transfer .AsiaInner li {
            height: auto;
            width: 100%;
            padding-bottom: 0;
            line-height: 9px;
        }

            .AsiaWrap.transfer .AsiaInner li:last-child {
                border: 0;
            }

    .AsiaWrap.transfer .homePrice {
        margin-top: 3px;
    }

    .AsiaWrap.transfer .name {
        float: left;
        font-size: 12px;
        height: 27px;
        line-height: 13px;
        width: 146px;
        color: #000 !important;
    }

/* =============== PRESS RELEASE PAGE =============== */
.prsLinksWrap {
    float: left;
    width: 680px;
}

.prsHead {
    border-bottom: 1px dotted #D8D8D8;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 680px;
}

    .prsHead h4 {
        float: left;
        font-size: 16px;
        margin-top: 3px;
        width: 250px;
    }

    .prsHead label {
        float: left;
        margin: 3px 6px 0 0;
    }

    .prsHead select {
        border: 1px solid #DDDDDD;
        float: left;
        height: 23px;
        margin-top: 2px;
        padding: 2px;
        width: 120px;
    }

.prsLinks {
    float: left;
    margin-top: 10px;
    width: 680px;
}

    .prsLinks li {
        color: #7F7F7F;
        float: left;
        margin-top: 5px;
        width: 680px;
    }

        .prsLinks li:first-child {
            margin-top: 0;
        }

        .prsLinks li a {
            float: left;
            font-size: 13px;
            margin-right: 30px;
        }

            .prsLinks li a:hover,
            .prsLinks li a:focus {
                font-size: 13px;
            }

.prsImage {
    float: right;
    width: 290px;
}

.prsDetailWrap {
    float: left;
    width: 995px;
    margin-top: 10px;
}

    .prsDetailWrap .prsHead {
        width: 995px;
    }

        .prsDetailWrap .prsHead h4 {
            color: #2C67B3;
            font-size: 12px;
            width: 912px;
        }

        .prsDetailWrap .prsHead span#ContentPlaceHolder1_lbldate {
            font-weight: bold;
        }

.prsDetailContent {
    float: left;
    width: 995px;
}

    .prsDetailContent p,
    .prsDetailContent div {
        width: 995px;
        margin-top: 5px;
        float: left;
        font-size: 12px;
        color: #4d4d4d;
        font-weight: normal;
    }

/* =============== VISA INFORMATION PAGE =============== */
.visaInfoWrap {
    float: left;
    position: relative;
    margin-top: 10px;
    width: 995px;
}

.visaInfoLeft {
    float: left;
    position: relative;
    width: 173px;
    z-index: 2;
}

    .visaInfoLeft .txt16 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .visaInfoLeft li {
        border-top: 1px dotted #DDDDDD;
        float: left;
        width: 173px;
    }

        .visaInfoLeft li:last-child {
            border-bottom: 1px dotted #dddddd;
        }

        .visaInfoLeft li a {
            color: #4D4D4D;
            float: left;
            font-size: 14px;
            padding: 5px 0 5px 10px;
            width: 180px;
        }

            .visaInfoLeft li a:hover,
            .visaInfoLeft li a.active {
                background: url(../img/visahover.png) no-repeat right top;
                color: #ff6600;
                text-decoration: none;
            }

.visaInfoRight {
    border: 1px dotted #dddddd;
    border-radius: 0 5px 5px 0;
    float: left;
    margin-top: 30px;
    padding: 10px;
    padding-left: 25px;
    width: 785px;
}

    .visaInfoRight .part {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .visaInfoRight .part:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .visaInfoRight .part li {
            list-style-type: disc;
            list-style-position: outside;
        }

.orangeHeading {
    color: #ff6600;
    font-size: 14px;
    font-weight: bold;
}

/* =============== SITE MAP =============== */
.smWrap,
.smContent {
    float: left;
    width: 995px;
}

.smHeading {
    border-bottom: 1px dotted #c5c5c5;
    color: #4d4d4d;
    float: left;
    font-size: 22px;
    margin-top: 10px;
    padding-bottom: 8px;
    width: 995px;
}

.smBox {
    border-bottom: 1px dotted #c5c5c5;
    float: left;
    margin: 10px 0 0;
    padding-bottom: 5px;
    width: 995px;
}

.smBoxHeading {
    font-size: 18px;
}

.smBoxLinks {
    float: left;
    margin-top: 5px;
}

/* =============== BUS STYLE =============== */
/* ===== BUS HOME SEARCH FORM ===== */
.IntDomContent.Bus {
    /*height: 254px;*/
}

.fhs-CityRow.Bus {
    height: 42px;
}

.fhs-DateRow.Bus {
    height: 53px;
}

    .fhs-DateRow.Bus .Depart-date,
    .fhs-DateRow.Bus .Arrival-date {
        height: 53px;
        margin-top: 0;
        width: 100%;
    }

    .fhs-DateRow.Bus .Arrival-date {
        opacity: 1;
        margin-left: 163px;
    }


/* ===== BUS SEARCH PAGE ===== */
.SearchLeft.Bus {
    width: 995px;
}

.filterSearch .Inner.checkOpt input[type="checkbox"] {
    clear: both;
    float: left;
    margin: 4px 3px 0 0;
}

.filterSearch .Inner.checkOpt label {
    float: left;
    width: 162px;
    font-weight: 600;
}

.filterSearch .Inner.checkOpt span {
    float: right;
}

.SearchCenterWrap.Bus {
    margin-right: 0;
    width: 763px;
}


/* ===== Bus Journey Detail Head ===== */
.BusJourneyDetail {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.BusJourneyhead {
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #7f7f7f;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    padding: 6px;
    width: 749px;
}


    .BusJourneyhead .ftL b {
        color: #4D4D4D;
        font-size: 14px;
        float: left;
        width: auto;
    }


    .BusJourneyhead .ftL .BusOnwardIcon {
        background-position: -108px -10px;
        float: left;
        height: 13px;
        margin: 5px 5px 0 6px;
        width: 20px;
    }

    .BusJourneyhead .doj {
        float: left;
        margin-left: 20px;
        width: 170px;
    }

    .BusJourneyhead .ftR {
        margin-top: -2px;
    }

        .BusJourneyhead .ftR a {
            float: left;
            font-size: 12px;
            line-height: 12px;
            padding: 5px 4px;
        }

        .BusJourneyhead .ftR span {
            color: #2C67B3;
            float: left;
            margin-top: 1px;
        }

.BusJourneySort {
    background: #ffffcd;
    border-bottom: 1px solid #DDDDDD;
    float: left;
    font-size: 11px;
    font-weight: bold;
    float: left;
    padding: 8px;
    position: relative;
    width: 100%;
}

    .BusJourneySort li,
    .BusResultRepeat li {
        float: left;
        line-height: 14px;
        margin-left: 7px;
        font-weight: 600;
    }

        .BusJourneySort li a {
            float: left;
            font-size: 11px;
        }

            .BusJourneySort li a:focus,
            .BusJourneySort li a:hover,
            .BusResultRepeat .txt11:focus,
            .BusResultRepeat .txt11:hover {
                font-size: 11px;
                text-decoration: underline;
            }

        .BusJourneySort li.operator {
            margin-left: 0;
            text-align: left;
            width: 197px;
        }

        .BusJourneySort li.type {
            width: 175px;
        }

        .BusJourneySort li.dep {
            width: 130px;
        }

        .BusJourneySort li.seats {
            width: 105px;
        }

        .BusJourneySort li.fare {
            text-align: right;
            margin-left: 83px;
            width: 36px;
        }

.arwup,
.arwdown {
    background-position: -38px -35px;
    float: left;
    height: 7px;
    margin: 5px 0 0 4px;
    width: 5px;
}

.arwdown {
    background-position: -53px -35px;
}

.ml5 {
    margin-left: 5px;
}


/* =====  Bus Center ===== */
.BusResultWrap {
    float: left;
    font-size: 11px;
    width: 100%;
}

.BusResultRepeat {
    border-bottom: 1px solid #dddddd;
    float: left;
    padding: 8px;
    position: relative;
    width: 100%;
}

    .BusResultRepeat:hover {
        background: #ffffcd;
    }

    .BusResultRepeat li.operator {
        margin-left: 0;
        text-align: left;
        width: 197px;
    }

    .BusResultRepeat li.type {
        width: 175px;
    }

    .BusResultRepeat li.dep {
        line-height: 20px;
        width: 130px;
    }

    .BusResultRepeat li.seats {
        width: 81px;
    }

    .BusResultRepeat li.fare {
        text-align: right;
        width: 136px;
    }

    .BusResultRepeat li.operator span:first-child {
        float: left;
        font-weight: bold;
        width: 100%;
        height: 42px;
    }

    .BusResultRepeat li.amenities .icon {
        cursor: default;
        float: left;
        margin-left: 4px;
    }

        .BusResultRepeat li.amenities .icon:first-child {
            margin-left: 0;
        }

        .BusResultRepeat li.amenities .icon:hover {
            text-decoration: none;
        }


        .BusResultRepeat li.amenities .icon.Movie_color {
            background-position: -4px -78px;
            height: 18px;
            width: 18px;
        }

        .BusResultRepeat li.amenities .icon.Bottle_color {
            background-position: -32px -78px;
            height: 17px;
            width: 8px;
        }

        .BusResultRepeat li.amenities .icon.Blanket_color {
            background-position: -48px -78px;
            height: 21px;
            width: 21px;
        }

        .BusResultRepeat li.amenities .icon.Charging_color {
            background-position: -80px -78px;
            height: 20px;
            width: 19px;
        }

        .BusResultRepeat li.amenities .icon.Other_color {
            background-position: -135px -77px;
            height: 20px;
            width: 20px;
        }

        .BusResultRepeat li.amenities .icon.Movie_grey {
            background-position: -4px -54px;
            height: 18px;
            width: 18px;
        }

        .BusResultRepeat li.amenities .icon.Bottle_grey {
            background-position: -32px -54px;
            height: 17px;
            width: 8px;
        }

        .BusResultRepeat li.amenities .icon.Blanket_grey {
            background-position: -48px -54px;
            height: 21px;
            width: 21px;
        }

        .BusResultRepeat li.amenities .icon.Charging_grey {
            background-position: -80px -54px;
            height: 20px;
            width: 19px;
        }

        .BusResultRepeat li.amenities .icon.Other_grey {
            background-position: -135px -53px;
            height: 20px;
            width: 20px;
        }

.modalbusphotos {
    background: #2D2D2D;
    border: 6px solid #3d3d3d;
    border-radius: 8px 8px 8px 8px;
    height: 300px;
    width: 533px;
}

    .modalbusphotos .modal-header {
        position: relative;
    }

        .modalbusphotos .modal-header .close {
            position: absolute;
            right: -12px;
            top: -13px;
            z-index: 100;
        }

    .modalbusphotos .modal-body,
    .modalbusphotos .carousel,
    .modalbusphotos .carousel-inner {
        height: 300px;
        margin: 0 auto;
        width: 533px;
    }

    .modalbusphotos .carousel-control:focus,
    .modalbusphotos .carousel-control:hover {
        font-size: 40px;
        text-decoration: none;
    }

.BusResultRepeat li.dep a {
    color: #4d4d4d;
    cursor: default;
    font-size: 11px;
}

    .BusResultRepeat li.dep a:hover {
        font-size: 11px;
        text-decoration: none;
    }

    .BusResultRepeat li.dep a.Depblue {
        margin-right: 5px;
        text-decoration: underline;
        color: #2C67B3;
    }

.BusResultRepeat li.dep .clock {
    background-position: -129px -9px;
    float: left;
    height: 12px;
    margin: 5px 15px 0 0;
    width: 13px;
}

.BusResultRepeat li.seats .Headers_Bg {
    border: 1px solid #D8D8D8;
    border-radius: 5px 5px 5px 5px;
    color: #7f7f7f;
    font-size: 11px;
    font-weight: normal;
    line-height: 19px;
    margin-top: 22px;
    padding: 0 3px;
    text-shadow: none;
    width: 60px;
}

.BusResultRepeat li.ratings ul {
    float: left;
    width: 64px;
}

.BusResultRepeat li.ratings li {
    float: left;
    margin-left: 3px;
}

    .BusResultRepeat li.ratings li:first-child {
        margin-left: 0;
    }

.BusResultRepeat li.ratings img {
    float: left;
    width: 10px;
    height: 10px;
}

.BusResultRepeat li.ratings .blue {
    cursor: default;
    float: left;
    margin-left: 4px;
}

.mt17 {
    margin-top: 17px !important;
}

.BusResultRepeat li.fare .TotalFare {
    float: left;
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px;
    width: 100%;
}

    .BusResultRepeat li.fare .TotalFare .WebRupee1 {
        color: #4d4d4d;
        font-size: 19px;
        margin-right: 3px;
    }

.seatsDetail {
    background-color: #ffffcd;
    border-top: 1px dotted #d8d8d8;
    float: right;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    text-align: left;
    top: 10px;
    width: 727px;
}

.BusResultRepeat:hover .seatsDetail {
    background: #f9f9f9;
}

.seatsHead {
    float: left;
    width: 100%;
}

    .seatsHead h5 {
        float: left;
        font-size: 13px;
    }

    .seatsHead .ftL {
        margin-left: 200px;
    }

        .seatsHead .ftL b {
            color: #4D4D4D;
            float: left;
            font-size: 15px;
        }

        .seatsHead .ftL .BusOnwardIcon {
            background-position: -108px -10px;
            float: left;
            height: 13px;
            margin: 3px 5px 0 6px;
            width: 20px;
        }

        .seatsHead .ftL span {
            color: #7f7f7f;
            float: left;
        }

    .seatsHead .seatsClose {
        background-position: -4px -4px;
        cursor: pointer;
        float: right;
        height: 21px;
        width: 21px;
        position: static;
    }

.Clicktips {
    color: #7f7f7f;
    padding: 7px 10px 10px 5px;
    text-align: center;
    width: 100%;
}

.seatsWrap {
    float: left;
    margin: 10px 2.5%;
    width: 45%;
}

.labelUpper {
    background-position: -212px -100px;
    float: left;
    height: 50px;
    margin: 10px 10px 0 10px;
    width: 6px;
}

.labelLower,
.labelSteering {
    background-position: -178px -73px;
    float: left;
    height: 73px;
    margin: 9px 0 0 6px;
    width: 20px;
}

.labelSteering {
    height: 19px;
}

.seatsArea {
    left: 40px;
    position: relative;
    top: 8px;
}

.availableSleeper,
.selectedSleeper,
.bookedSleeper,
.availableSleeperV,
.selectedSleeperV,
.bookedSleeperV,
.availableLadiesSleeper,
.selectedLadiesSleeper,
.availableLadiesSleeperV,
.selectedLadiesSleeperV,
.availableSeat,
.selectedSeat,
.bookedSeat,
.availableLadiesSeat,
.selectedLadiesSeat {
    background-image: url("../img/search_sprite.png");
    background-repeat: no-repeat;
    display: block;
    outline: medium none;
    text-decoration: none;
    text-indent: -9999px;
}


.availableSleeper {
    background-position: -303px -68px;
}

.bookedSleeper {
    background-position: -263px -108px;
}

.selectedSleeper {
    background-position: -263px -128px;
}

.availableLadiesSleeper {
    background-position: -303px -88px;
}

.selectedLadiesSleeper {
    background-position: -303px -128px;
}

.availableSleeper, .bookedSleeper, .selectedSleeper, .availableLadiesSleeper, .selectedLadiesSleeper {
    height: 18px;
    width: 40px;
}

.availableSeat {
    background-position: -223px -68px;
}

.bookedSeat {
    background-position: -223px -108px;
}

.selectedSeat {
    background-position: -223px -128px;
}

.availableLadiesSeat {
    background-position: -223px -88px;
}

.selectedLadiesSeat {
    background-position: -243px -128px;
}

.availableSeat, .bookedSeat, .selectedSeat, .availableLadiesSeat, .selectedLadiesSeat {
    height: 20px;
    width: 20px;
}

.availableSleeperV {
    background-position: -369px -68px;
}

.availableLadiesSleeperV {
    background-position: -369px -108px;
}

.selectedSleeperV {
    background-position: -411px -68px;
}

.selectedLadiesSleeperV {
    background-position: -411px -108px;
}

.bookedSleeperV {
    background-position: -390px -68px;
}

.availableSleeperV, .availableLadiesSleeperV, .selectedSleeperV, .selectedLadiesSleeperV, .bookedSleeperV {
    height: 40px;
    width: 20px;
}

.selectBp {
    float: left;
    margin-top: 10px;
    width: 100%;
}

    .selectBp select {
        border: 1px solid #D8D8D8;
        float: left;
        height: 25px;
        padding: 2px;
        width: 200px;
    }

.continueBtn {
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
}

    .continueBtn:hover {
        font-size: 12px;
        font-weight: bold;
        padding: 5px 10px;
        text-decoration: none;
    }

.helpBp {
    float: left;
    margin-top: 10px;
}

    .helpBp a {
        font-size: 12px;
        text-decoration: underline;
    }

.seatsInfo {
    float: left;
    margin: 10px 2.5%;
    width: 45%;
}

    .seatsInfo ol {
        float: left;
        list-style-type: none;
        margin: 20px 0 20px;
        width: 139px;
    }

        .seatsInfo ol.sleeperDefn {
            float: right;
        }

            .seatsInfo ol.seatsDefn li,
            .seatsInfo ol.sleeperDefn li {
                margin: 0;
                padding: 2px 0 4px 5px;
            }

                .seatsInfo ol.seatsDefn li span,
                .seatsInfo ol.sleeperDefn li span {
                    background-image: url("../img/search_sprite.png");
                    float: left;
                    height: 18px;
                    margin-right: 5px;
                    width: 20px;
                }

                .seatsInfo ol.sleeperDefn li span {
                    width: 36px;
                }


        .seatsInfo ol li .availableSeat {
            background-position: -484px -54px;
        }

        .seatsInfo ol li .bookedSeat {
            background-position: -484px -150px;
        }

        .seatsInfo ol li .selectedSeat {
            background-position: -484px -102px;
        }

        .seatsInfo ol li .availableLadiesSeat {
            background-position: -484px -78px;
        }

        .seatsInfo ol li .bookedLadiesSeat {
            background-position: -484px -126px;
        }

        .seatsInfo ol li .availableSleeper {
            background-position: -443px -53px;
        }

        .seatsInfo ol li .bookedSleeper {
            background-position: -443px -155px;
        }

        .seatsInfo ol li .selectedSleeper {
            background-position: -443px -109px;
        }

        .seatsInfo ol li .availableLadiesSleeper {
            background-position: -443px -76px;
        }

        .seatsInfo ol li .bookedLadiesSleeper {
            background-position: -443px -132px;
        }

.brdr {
    border-top: 1px solid #E8E8E8;
    float: left;
    margin: 10px 0 15px 10px;
    width: 120px;
}

.seatsAmntWrap {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-top: 17px;
    width: 344px;
}

    .seatsAmntWrap li {
        margin: 0 0 5px 5px;
        width: 339px;
    }

        .seatsAmntWrap li .ftR {
            color: #ff6600;
            text-align: left;
            width: 263px;
        }

            .seatsAmntWrap li .ftR .WebRupee1 {
                font-size: 12px;
                margin-right: 2px;
            }


/*==================== REVIEW PAGE STYLE (10 OCT 2013) ====================*/
.ReviewWrap {
    float: left;
    width: 995px;
}

.Review_left {
    border-right: 1px solid #d8d8d8;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    width: 700px;
}

.Review_right {
    float: left;
    width: 274px;
}

.ReviewRepeat {
    border-bottom: 1px solid #d8d8d8;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 700px;
}


.profileInfo,
.reviewContent {
    float: left;
    width: 700px;
}

    .profileInfo .nameCity {
        float: left;
        width: 180px;
    }

    .profileInfo .ratings {
        float: left;
        width: 150px;
    }

    .profileInfo time {
        color: #AAAAAA;
        font-size: 12px;
    }

    .profileInfo .ratingStar {
        cursor: default;
        height: 17px;
        width: 20px;
    }

    .profileInfo .forServiceReview {
        float: right;
        margin: -2px 0 0 15px;
        width: 355px;
    }

        .profileInfo .forServiceReview a {
            text-decoration: underline;
        }


    .reviewContent h3 {
        color: #2C67B3;
        font-size: 14px;
        margin: 6px 0 6px;
    }

.reviewPagination {
    float: left;
    width: 710px;
    margin-top: 5px;
}

    .reviewPagination .lblCurrentPage {
        float: left;
        margin: 3px 30px 0 0;
    }

.cntPagination {
    overflow: hidden;
    float: left;
    margin-left: 200px;
    width: 409px;
}

    .cntPagination .aspNetDisabled,
    .cntPagination .prev,
    .cntPagination .next {
        float: left;
        width: 7px;
    }

    .cntPagination .ftL {
        margin-top: 3px;
    }



/*==================== GENERAL FEEDBACK PAGE STYLE ====================*/
.feedbackWrap {
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    width: 995px;
}

.feedBackForm {
    width: 473px;
}

    .feedBackForm .FormInner {
        background-color: #ffffcd;
        width: 451px;
    }

    .feedBackForm h3.heading {
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
        border: 0;
        border-bottom: 1px solid #d8d8d8;
        border-radius: 0;
        padding-left: 0;
        position: relative;
    }

.reviewArrow {
    background-position: -351px -41px;
    height: 13px;
    left: 50px;
    position: absolute;
    top: 40px;
    width: 22px;
}

.feedBackForm_left,
.feedBackForm_right {
    color: #787878;
    float: left;
    margin-right: 10px;
    margin-top: 30px;
    width: 470px;
}

    .feedBackForm_left span,
    .feedBackForm_right span {
        color: #c73c00;
        font-size: 13px;
    }

.feedBackForm_right {
    margin-right: 0;
}

.feedBackForm .Form_Row {
    width: 452px;
}

.feedBackForm .scBox {
    width: 356px;
}

.feedBackForm .serviceFeedbackRating {
    float: left;
    margin-top: 4px;
    width: 125px;
}

.ratingStar {
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/Star-Full.png);
    width: 25px;
    height: 18px;
}

.emptyRatingStar {
    background-image: url(../images/Star-Empty.png);
    width: 25px;
    height: 18px;
}

.FeedbackRow {
    float: left;
    width: 470px;
    margin-bottom: 5px;
}

.tourFeedbackoverallRating {
    width: 155px;
    float: right;
}

    .tourFeedbackoverallRating td {
        width: 77px;
        float: left;
    }

    .tourFeedbackoverallRating label,
    .tourFeedbackoverallRating input[type="radio"] {
        float: left;
    }

    .tourFeedbackoverallRating label {
        margin-left: 2px;
        width: 50px;
    }

#myModal.review .modal-body {
    overflow-y: inherit;
}

#myModal.review .FormInner {
    background: none;
    border: none;
    box-shadow: none;
    height: 434px;
    width: 430px;
}

#myModal.review .Form_Row {
    width: 438px;
}

/*==================== COPORATE TRAVEL PAGE STYLE ====================*/
.corptrvWrap {
    float: left;
    margin-top: 10px;
    width: 995px;
}

.corptrvLeft {
    float: left;
    margin-right: 10px;
    width: 590px;
}

.corptrvContent {
    float: left;
    line-height: 17px;
    margin-top: 20px;
}

    .corptrvContent:first-child {
        margin-top: 0;
    }

    .corptrvContent h4.heading {
        color: #2C67B3;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .corptrvContent .blue {
        color: #2C67B3;
        font-size: 15px;
    }

    .corptrvContent .services {
        float: left;
        margin-top: 10px;
        width: 590px;
    }

        .corptrvContent .services a {
            background-color: #04326d;
            color: #ffffff;
            float: left;
            font-size: 14px;
            height: 36px;
            line-height: 14px;
            margin: 3px 3px 0 0;
            position: relative;
            text-align: center;
            padding-top: 50px;
            -moz-transition: background-color 0.3s linear;
            -webkit-transition: background-color 0.3s linear;
            -o-transition: background-color 0.3s linear;
            transition: background-color 0.3s linear;
            text-transform: uppercase;
            width: 193px;
        }

            .corptrvContent .services a:hover {
                text-decoration: none;
                background-color: #31932e;
            }

        .corptrvContent .services span {
            float: left;
            position: absolute;
        }

        .corptrvContent .services .pkg {
            background-position: -5px -52px;
            height: 26px;
            left: 83px;
            top: 20px;
            width: 29px;
        }

        .corptrvContent .services .flt {
            background-position: -40px -52px;
            height: 25px;
            left: 83px;
            top: 23px;
            width: 25px;
        }

        .corptrvContent .services .htl {
            background-position: -73px -52px;
            height: 19px;
            left: 81px;
            top: 27px;
            width: 32px;
        }

        .corptrvContent .services .sts {
            background-position: -88px -30px;
            height: 20px;
            left: 82px;
            top: 26px;
            width: 28px;
        }

        .corptrvContent .services .trns {
            background-position: -116px -52px;
            height: 27px;
            left: 82px;
            top: 19px;
            width: 29px;
        }

        .corptrvContent .services .bus {
            background-position: -5px -92px;
            height: 20px;
            left: 80px;
            top: 26px;
            width: 35px;
        }

        .corptrvContent .services .crs {
            background-position: -47px -92px;
            height: 20px;
            left: 80px;
            top: 26px;
            width: 33px;
        }

        .corptrvContent .services .pkg1 {
            background-position: -87px -89px;
            height: 26px;
            left: 83px;
            top: 20px;
            width: 29px;
        }

        .corptrvContent .services .fx {
            background-position: -124px -86px;
            height: 32px;
            left: 79px;
            top: 17px;
            width: 35px;
        }


        .corptrvContent .services a.green {
            background-color: #31932e;
            -moz-transition: background-color 0.3s linear;
            -webkit-transition: background-color 0.3s linear;
            -o-transition: background-color 0.3s linear;
            transition: background-color 0.3s linear;
        }

            .corptrvContent .services a.green:hover {
                background-color: #04326d;
            }

    .corptrvContent .WhyDpauls {
        float: left;
        margin-top: 0;
        width: 590px;
    }

        .corptrvContent .WhyDpauls li {
            float: left;
            line-height: 18px;
            margin-right: 8px;
            width: 188px;
        }

    .corptrvContent .why_icon {
        margin-top: -5px;
    }

.corptrvRight {
    float: left;
    width: 395px;
}

    .corptrvRight .FormOuter {
        float: left;
        margin-top: 0;
        width: 375px;
    }

    .corptrvRight .FormInner {
        float: left;
        width: 353px;
    }

    .corptrvRight .Form_Row {
        width: 353px;
    }

        .corptrvRight .Form_Row label {
            width: 90px;
        }

        .corptrvRight .Form_Row textarea {
            height: 100px;
            width: 250px;
        }

    .corptrvRight .scBox {
        margin-left: 94px;
        width: 260px;
    }

    .corptrvRight .Form_Row label.sc_label {
        margin-bottom: 5px;
        width: 160px;
    }

.pkgItineries {
    float: left;
    margin-top: 10px;
}

    .pkgItineries h5 {
        border-bottom: 1px solid #d8d8d8;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 7px;
        padding-bottom: 5px;
    }

    .pkgItineries li {
        margin-top: 8px;
    }

        .pkgItineries li:first-child {
            margin-top: 0;
        }

    .pkgItineries a {
        font-size: 13px;
    }

    .pkgItineries .pdfIcon {
        background-position: -376px -45px;
        float: left;
        height: 21px;
        margin-right: 3px;
        width: 17px;
    }



/* =============== style for baggage info =============== */
.baginfoWrap {
    background-color: #ffffcd;
    float: left;
    width: 537px;
}

    .baginfoWrap .txt11 {
        line-height: 14px;
        float: left;
    }

    .baginfoWrap li {
        float: left;
        font-weight: bold;
        width: 215px;
    }

        .baginfoWrap li.sector_Bag {
            margin-right: 10px;
        }

        .baginfoWrap li.checkIn_Bag {
            margin-right: 10px;
            width: 100px;
        }

        .baginfoWrap li.cabin_Bag {
            width: 100px;
        }

.bagInfoHead {
    border-bottom: 1px solid #dddddd;
    float: left;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
}

    .bagInfoHead li {
        font-weight: normal;
    }

.bagInfoRepeat {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
/* =============== FLIGHTS SUMMARY PAGE STYLE START =============== */
.txtleft {
    text-align: left !important;
}

#flightsummary_Left {
    float: left;
    width: 100%;
}

.flightsummary_Container {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.fltTab {
    border: 1px solid #dddddd;
    cursor: pointer;
    float: left;
    padding: 6px 10px 3px 10px;
    width: 100%;
}

.tabNumber {
    display: inline-block;
    margin-right: 10px;
}

.tabtxt {
    width: 100%;
}

.fltTab a {
    font-size: 12px;
    float: right;
    font-weight: normal;
}

.fltTabContent {
    border: 1px solid #dddddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    float: left;
    padding: 10px;
    line-height: 100%;
    width: 100%;
}

    .fltTabContent input[type="text"] {
        line-height: 23px;
    }

    .fltTabContent.sendVoucher {
        border: 1px solid #dddddd;
        border-radius: 5px;
    }

.sendVoucher .flightRegister {
    border: 0;
    padding: 0;
    margin-left: 50px;
}

    .sendVoucher .flightRegister input[type="text"] {
        width: 215px;
    }

.divAgree {
    background: #ffffff;
    border: 2px solid #2C67B3;
    border-radius: 5px;
    float: left;
    padding: 10px;
    width: 100%;
}

    .divAgree li {
        margin-bottom: 7px;
    }

    .divAgree .btn {
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .divAgree .btn#aDisagree {
            border: 1px solid #d8d8d8 !important;
            margin-left: 5px;
        }

/* ===== FLIGHTS SUMMARY FLIGHT DETAILS ===== */
.MainSummary {
    border: 1px solid #dddddd;
    float: left;
    margin-top: 10px;
    width: 100%;
}

    .MainSummary .header {
        border-bottom: 1px solid #dddddd;
        font-weight: bold;
        line-height: 13px;
        padding: 6px 10px;
        width: 100%;
    }

.SmrOnwardReturn {
    float: left;
    padding: 10px;
    width: 100%;
}

.ActualDetails {
    float: left;
    width: 100%;
}

    .ActualDetails .airline {
        float: left;
        width: 85px;
    }

    .ActualDetails .detail {
        line-height: 14px;
        width: 85px;
    }

    .ActualDetails .airline span {
        float: left;
        display: block;
        width: 85px;
    }

    .ActualDetails .destination {
        float: left;
        font-size: 11px;
        line-height: 15px;
        text-align: right;
        width: 172px;
    }

    .ActualDetails b {
        font-size: 13px;
        font-weight: 600;
    }

    .ActualDetails .Date {
        font-size: 12px;
    }

    .ActualDetails .duration {
        color: #6f6f6f;
        float: left;
        font-size: 11px;
        height: 27px;
        line-height: 14px;
        padding: 8px 0;
        text-align: center;
        width: 142px;
    }

        .ActualDetails .duration .blue {
            color: #2C67B3;
            display: none;
        }

    .ActualDetails .stopage {
        color: #6f6f6f;
        text-align: right;
        float: left;
        line-height: 14px;
        width: 147px;
    }

.connectFlight {
    border-bottom: 1px dotted #DFDBDB;
    border-top: 1px dotted #DFDBDB;
    color: #6f6f6f;
    font-size: 11px;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
}

    .connectFlight .ico-sprite1 {
        background-position: -5px -7px;
        margin-top: 0px;
        margin-right: 4px;
        width: 15px;
        height: 14px;
        float: left;
    }

.AddInsurance {
    float: left;
    width: 100%;
}

.InsuranceAccept {
    float: left;
    line-height: 14px;
    margin-left: 12px;
}

    .InsuranceAccept span {
        color: #999999;
        font-size: 10px;
    }

    .InsuranceAccept input[type="checkbox"],
    .fltTabContent input[type="checkbox"] {
        margin: 3px 4px 0 0;
        float: left;
    }

.CouponCode {
    color: #4d4d4d;
    float: right;
    margin-top: 10px;
}

    .CouponCode li {
        float: left;
    }

    .CouponCode label {
        line-height: 14px;
    }

        .CouponCode label span {
            color: #999999;
            font-size: 11px;
            font-style: italic;
        }

        .CouponCode label a {
            color: #2C67B3;
            font-size: 11px;
        }

    .CouponCode input[type="text"] {
        border: 1px solid #dddddd;
        border-right: 0;
        border-radius: 5px 0 0 5px;
        height: 25px;
        font-size: 11px;
        padding-left: 5px;
        width: 100%;
    }

    .CouponCode .applyBtn {
        border-style: none;
        border-color: inherit;
        border-width: 0;
        background-color: #FA7414;
        background-repeat: repeat-x;
        color: #FFFFFF;
        width: 100%;
        display: block;
        min-height: 28px;
        text-shadow: 0 -1px 0 #DC5600;
        font-size: 13px;
        padding: 5px 9px 7px;
        border-radius: 0 5px 5px 0;
        background-image: -ms-linear-gradient(top, #FF9232 0%, #DC5600 100%);
    }

.PromoPopup {
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #737373;
    left: 33% !important;
    line-height: 16px;
    position: absolute;
    width: 400px;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
}

    .PromoPopup b {
        background-position: 0% 0%;
        background-repeat: repeat-x;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #0044CC;
        border-radius: 5px 5px 0 0;
        color: #ffffff;
        float: left;
        margin-bottom: 5px;
        padding: 5px;
        width: 390px;
        background-image: -ms-linear-gradient(top, #0088CC 0%, #0044CC 100%);
        background-color: #2C67B3;
        background-attachment: scroll;
    }

.btnClose {
    background-position: -4px -3px;
    cursor: pointer;
    float: right;
    height: 22px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 22px;
}

/* ===== FLIGHTS SUMMARY TRAVELLER DETAILS ===== */
.fltpaxrow {
    border-bottom: 1px dotted #dddddd;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

    .fltpaxrow label {
        height: 25px;
        float: left;
        font-weight: bold;
        line-height: 25px;
        font-size: 12px;
        width: 8%;
    }

    .fltpaxrow select.salutation,
    .fltpaxrow select.frequentflyerno {
        border: 1px solid #dddddd;
        float: left;
        height: 28px;
        margin-right: 5px;
        padding: 2px;
        width: 85px;
    }

    .fltpaxrow select.salutation {
        width: 16%;
    }

    .fltpaxrow input.Name {
        border: 1px solid #dddddd;
        float: left;
        height: 23px;
        margin-right: 5px;
        padding-left: 5px;
        width: 25%;
    }

    .fltpaxrow input.DOB {
        background: url(../img/flt-datepickerIcon.jpg) no-repeat 97% 50%;
        border: 1px solid #dddddd;
        cursor: pointer;
        height: 23px;
        padding-left: 6px;
        margin-right: 5px;
        float: left;
        width: 23%;
    }

    .fltpaxrow input.ExpiryDate {
        background: url(../img/flt-datepickerIcon.jpg) no-repeat 97% 50%;
        border: 1px solid #dddddd;
        cursor: pointer;
        height: 23px;
        padding-left: 6px;
        margin-right: 5px;
        float: left;
        width: 102px;
    }

    .fltpaxrow a.MoreDetail {
        color: #2C67B3;
        float: left;
        margin-top: 5px;
        text-decoration: underline;
    }

        .fltpaxrow a.MoreDetail:hover {
            color: #2C67B3;
            float: left;
            text-decoration: underline;
        }

    .fltpaxrow .MoreDetailDiv {
        background-repeat: repeat-x;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01) inset;
        height: 28px;
        padding: 10px 20px 10px 61px;
        width: 659px;
    }

    .fltpaxrow select.frequentflyerno {
        width: 185px;
    }

.wheelrequest {
    float: left;
    font-size: 13px;
    height: 14px;
    margin-top: 6px;
    width: 135px;
}

/* ===== FLIGHTS SUMMARY ACCOUNT DETAILS ===== */
.flightRegister {
    border-right: 1px solid #e8e8e8;
    float: left;
    padding: 10px 90px 10px 10px;
    width: 269px;
}

    .flightRegister.guest {
        border-right: none;
        padding: 10px 90px 10px 20px;
        width: 260px;
    }

    .flightRegister h4 {
        font-size: 13px;
        line-height: 14px;
    }

        .flightRegister h4 input[type="radio"] {
            float: left;
            margin-top: -5px;
            width: 20px;
        }

    .flightRegister .row {
        float: left;
        margin: 10px 0 0 0;
        width: 269px;
    }

    .flightRegister label {
        float: left;
        line-height: 23px;
        font-size: 13px;
        width: 69px;
    }

    .flightRegister input {
        height: 23px;
        padding-left: 5px;
        width: 193px;
    }

    .flightRegister .wdth295 {
        width: 295px !important;
    }

    .flightRegister .wdth95 {
        width: 95px !important;
    }


/* ===== FLIGHTS SUMMARY PAYMENT DETAILS ===== */
.fltPaymentRow {
    border-bottom: 1px solid #dddddd;
    float: left;
    height: 80px;
    margin-top: 10px;
    width: 740px;
}

.paymentOption {
    color: #6f6f6f;
    font-size: 12px;
    float: left;
    margin: 5px 0 0 8px;
}

.fltPaymentRow h3 {
    color: #4d4d4d;
    font-size: 15px;
}

/*========== PAYMENT PAGE STYLE STARTS ==========*/
.TrvDetailWrap .ftrHead {
    border: none;
    border-top: 1px solid #dddddd;
    border-radius: 0px;
    font-weight: bold;
    padding: 5px;
    width: 739px;
}

.PayOpt {
    float: left;
    padding: 10px;
    width: 750px;
}

.PayOptTabs {
    float: left;
    width: 750px;
}

    .PayOptTabs li a {
        color: #4d4d4d;
    }

        .PayOptTabs li a:hover,
        .PayOptTabs li a:focus,
        .PayOptTabs li a.active {
            background-color: #FA7414;
            background-repeat: repeat-x;
            color: #ffffcd;
            text-shadow: 0 -1px 0 #DC5600;
            text-decoration: none;
            background-image: -ms-linear-gradient(top, #FF9232 0%, #DC5600 100%);
        }

.PayOptContent {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    position: relative;
    width: 750px;
}

.PayOptContentIn {
    float: left;
    padding: 10px;
    width: 730px;
}

    .PayOptContentIn .SmryPrice {
        clear: both;
        float: none;
        margin: 15px auto;
        width: 276px;
    }

        .PayOptContentIn .SmryPrice .SmryPrice_Left {
            font-weight: normal;
        }

        .PayOptContentIn .SmryPrice .WebRupee1,
        .PayOptContentIn .SmryPrice .SmryPrice_Right {
            color: #4d4d4d;
        }

.PayOptContent .CartFinalBookAmt {
    margin: 10px 0 10px 200px;
    text-align: center;
    width: 285px;
}

.PayOptContent .TrvCart_Price {
    width: 135px;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    height: 136px;
}

.TrvCart_Price .CartPrice,
.TrvCart_Price .WebRupee1 {
    margin-top: 35%;
}

.PayOptText {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .PayOptText h3 {
        float: left;
        font-size: 18px;
        font-weight: bold;
    }

    .PayOptText .Cardlist {
        float: left;
        margin-left: 10px;
        width: 196px;
    }

        .PayOptText .Cardlist li {
            float: left;
            margin: 0 4px 0 0;
        }

    .PayOptText p {
        clear: both;
        color: #2C67B3;
        margin-left: 170px;
    }

.PayOptContent .emiPara {
    border-bottom: 1px dotted #dddddd;
    line-height: 18px;
    margin-bottom: 5px;
    padding-bottom: 8px;
}

.emiBanks {
    float: left;
    margin: 5px 0 10px;
    width: 730px;
}

    .emiBanks li {
        float: left;
        margin-right: 10px;
    }

        .emiBanks li input[type="radio"],
        .emiBanks li label {
            float: left;
        }

        .emiBanks li input[type="radio"] {
            margin-right: 2px;
        }

.emi_period {
    float: left;
    margin-left: 53px;
    text-align: center;
    width: 636px;
}

    .emi_period .SmryPrice {
        float: left;
        margin: 10px 145px;
        text-align: left;
    }

.emitermText {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.emi_period ul {
    width: 100%;
    float: left;
}

.emi_period li {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    width: 200px;
}

    .emi_period li:hover,
    .emi_period li:focus {
        background: #ffffcd;
    }

.emiMonth {
    border-bottom: 1px solid #dddddd;
    float: left;
    padding: 5px 10px;
    width: 180px;
}

    .emiMonth span {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 140px;
    }

    .emiMonth input[type="radio"],
    .emiMonth label {
        float: left;
    }

    .emiMonth input[type="radio"] {
        margin: 3px 3px 0 0;
    }

.emiMonth_details {
    color: #4d4d4d;
    float: left;
    text-align: center;
    padding: 10px;
    width: 180px;
}

.emiAmtParts {
    border-bottom: 1px dotted #dddddd;
    margin-top: 5px;
    padding: 5px;
}

    .emiAmtParts:last-child {
        padding-bottom: 0px;
    }

    .emiAmtParts .popover-content {
        float: left;
        padding: 5px;
    }

.infoIcon {
    background-position: -89px -8px;
    float: right;
    height: 15px;
    margin-top: 3px;
    width: 15px;
}

.infoIcon_small {
    background-position: -144px -8px;
    float: right;
    height: 12px;
    margin: 6px 0 0 2px;
    width: 12px;
}

.emiAmtParts .popover-content li {
    border: 0;
    border-radius: 0;
    background: url('../img/bullet.gif') no-repeat 0 0;
    float: left;
    list-style-type: none;
    padding: 0px 5px 1px 10px;
}

.trnFee {
    margin-bottom: 5px;
}

.emiMonth_details .emiAmnt {
    color: #ff6600;
    font-weight: bold;
    font-size: 14px;
}

    .emiMonth_details .emiAmnt .WebRupee1 {
        font-size: 14px;
        margin-right: 1px;
    }

.emi_learn_more {
    display: inline-block;
    margin-top: 10px;
}



/*========== FLIGHT SUMMARY RIGHT FARE DETAILS ==========*/
#flightsummary_Right {
    background: #FFFFCD;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

    #flightsummary_Right #divRight {
        width: 100%;
        max-width: 262px;
    }

.FareDetailsHead {
    border-bottom: 1px solid #dddddd;
    text-align: center;
    width: 100%;
}

.FareDetailsContent {
    padding: 5px;
    width: 100%;
}

.FareDetailsContent_inner {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background: #fff;
    padding: 10px 5px;
    width: 100%;
}

.FareRow {
    border-bottom: 1px dotted #c5c5c5;
    font-size: 11px;
    margin-top: 5px;
    padding-bottom: 3px;
    width: 100%;
}

    .FareRow:first-child {
        margin-top: 0;
    }

    .FareRow .Price {
        font-size: 11px;
        float: right;
        font-weight: bold;
    }

        .FareRow .Price .WebRupee1 {
            font-size: 11px;
            color: #4d4d4d;
        }

.ActualFareDetail {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    padding: 12px 7px;
    margin-top: 5px;
    width: 100%;
}

    .ActualFareDetail .price {
        color: #FF6600;
        float: right;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -1px;
    }

    .ActualFareDetail .WebRupee1 {
        font-size: 23px;
        font-weight: bold;
        letter-spacing: -2px;
    }

/* =============== FLIGHTS SUMMARY PAGE STYLE END =============== */

/* =============== FLIGHTS CONFIRMATION STYLE START =============== */
.Confirm_Wrap {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    color: #4d4d4d;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 20px auto;
    overflow: hidden;
    width: 650px;
}

.print {
    background: #2C67B3;
    border: 1px solid #d8d8d8;
    border-top: 0;
    color: #ffffff;
    font-size: 15px;
    height: 22px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    width: 140px;
}

.Confirm_Logo {
    margin: 0 auto;
    height: 88px;
    width: 265px;
}

.Confirm_Thank {
    float: left;
    padding: 10px;
    width: 630px;
}

.Confirm_Headers {
    background: #2C67B3;
    color: #ffffff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0 0 5px;
    height: 25px;
    width: 645px;
}

.Confirm_Content {
    float: left;
    padding: 10px;
    width: 630px;
}

    .Confirm_Content h2 {
        color: #ff6600;
        font-size: 14px !important;
        margin-bottom: 10px;
    }

    .Confirm_Content .left {
        float: left;
        width: 200px;
    }

    .Confirm_Content .right {
        float: left;
        margin-left: 20px;
        width: 200px;
    }

/* =============== FLIGHTS CONFIRMATION STYLE END =============== */

/* =============== FLIGHT SEARCH PAGE STYLE START (10 AUG,2013) =============== */
.ltGray {
    color: #7f7f7f;
}

.mt-3 {
    margin-top: -3px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.SearchCenterWrap.flight, .SearchCenterWrap.sightseeing {
    /*border-right: 1px solid #dddddd;*/
    margin-right: 0;
    /*padding-right: 10px;*/
    width: 73%;
}

/* ===== FLIGHT SEARCH FILTERS ===== */
.foundHead .paxCount {
    color: #6f6f6f;
    font-size: 11px;
    font-weight: normal;
}

.filterSearch.flight, .filterSearch.bus {
    width: 226px;
}

    .filterSearch.flight .NarrowSearch, .filterSearch.bus .NarrowSearch {
        width: 100%;
    }

    .filterSearch.flight .Outer, .filterSearch.bus .Outer {
        width: 100%;
    }

    .filterSearch.flight .Inner, .filterSearch.bus .Inner {
        width: 100%;
    }

    .filterSearch.flight .slider.slider-horizontal .slider-track, .filterSearch.bus .slider.slider-horizontal .slider-track {
        width: 194px;
    }

    .filterSearch.flight .Inner.checkStops span, .filterSearch.bus .Inner.checkStops span {
        float: left;
        margin: -5px 5px 0 -2px;
    }

/* ===== AIRLINE MATRIX ===== */
.AirMatrix {
    float: left;
    width: 100%;
}

    .AirMatrix .ftrHead {
        border-radius: 5px;
        height: 32px;
        line-height: 16px;
        width: 100%;
    }

        .AirMatrix .ftrHead .icon_minus,
        .AirMatrix .ftrHead .icon_plus {
            background-position: -304px -33px;
            height: 20px;
            width: 20px;
            margin: 0 8px 0 0;
        }

        .AirMatrix .ftrHead .icon_minus {
            background-position: -279px -33px;
        }

.matrixContent {
    background-color: #f9f9f9;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 10px;
    width: 100%;
}

    .matrixContent .headingtext {
        width: 565px;
    }

    .matrixContent li {
        background: #ffffff;
        border: 1px dashed #7d7d7d;
        cursor: pointer;
        float: left;
        font-size: 11px;
        font-weight: bold;
        height: 50px;
        margin: 5px 0 0 5px;
        padding: 5px 0;
        text-align: center;
        width: 63px;
    }

        .matrixContent li:first-child {
            margin-left: 0px;
        }

        .matrixContent li .WebRupee1 {
            color: #4d4d4d;
            font-size: 11px;
            font-weight: normal;
        }

        .matrixContent li:hover,
        .matrixContent li.active {
            background: #ffffcd;
            box-shadow: 0 0 3px rgba(0,0,0,0.6);
            color: #2C67B3;
        }

            .matrixContent li:hover .WebRupee1,
            .matrixContent li.active WebRupee1 {
                color: #2C67B3;
            }

.matrixPrice {
    float: left;
    width: 100%;
}

/* ===== FLIGHT SEARCH PAGINATION ===== */
.fltPagination {
    border-bottom: 1px solid #DDDDDD;
    float: left;
    margin-top: 10px;
    padding-bottom: 7px;
    width: 100%;
}

.fltDateshead {
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 32px;
    line-height: 18px;
    margin-bottom: 7px;
    padding: 6px;
    text-align: center;
    width: 100%;
}

    .fltDateshead b {
        font-size: 14px;
        float: left;
    }

    .fltDateshead .onwardIcon,
    .fltDateshead .returnIcon {
        background-position: -115px -180px;
        float: left;
        height: 15px;
        margin: 3px 9px 0 9px;
        width: 15px;
    }

    .fltDateshead .returnIcon {
        background-position: -134px -180px;
        height: 15px;
        left: 34px;
    }

.PrevNextBtn {
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 13px;
    line-height: 13px;
    padding: 5px 4px;
}

    .PrevNextBtn .ArrowLeft, .PrevNextBtn .ArrowRight {
        background-position: -16px -165px;
        display: block;
        float: left;
        height: 9px;
        margin: 3px 1px 0 0;
        width: 8px;
    }

    .PrevNextBtn .ArrowRight {
        background-position: -24px -165px;
        float: right;
        margin: 3px 0 0 3px;
    }

    .PrevNextBtn a {
        font-size: 11px;
    }

        .PrevNextBtn a:focus,
        .PrevNextBtn a:hover {
            font-size: 11px;
            text-decoration: none;
        }

.sortBy {
    float: right;
    width: 280px;
}

    .sortBy b.ftL {
        float: left;
        margin: 3px 5px 0 0;
    }

    .sortBy select {
        height: 26px;
        padding: 3px;
        width: 225px;
    }


.fltSortingList {
    padding: 0 15px;
    width: 100%;
}

    .fltSortingList li {
        float: left;
    }

        .fltSortingList li a {
            cursor: pointer;
            float: left;
        }

        .fltSortingList li span {
            float: left;
            height: 9px;
            width: 5px;
            margin: 6px 0 0 3px;
        }

            .fltSortingList li span.sortUp {
                background-position: -180px -164px;
            }

            .fltSortingList li span.sortDown {
                background-position: -188px -164px;
            }

    .fltSortingList .srtAirline {
        width: 100%;
    }

        .fltSortingList .srtAirline a {
            text-align: right;
            width: 43px;
        }

    .fltSortingList .srtDepart-At {
        width: 88px;
    }

        .fltSortingList .srtDepart-At a {
            text-align: left;
            width: 60px;
        }

    .fltSortingList .srtArrow {
        height: 14px;
        left: 199px;
        position: absolute;
        width: 15px;
    }

    .fltSortingList .srtArrive-At {
        width: 100%;
    }

        .fltSortingList .srtArrive-At a {
            width: 37px;
        }

    .fltSortingList .srtDuration {
        width: 100%;
    }

    .fltSortingList .srtFareRules {
        width: 100%;
    }

    .fltSortingList .srtPrice {
        margin-right: 0;
        width: 100%;
    }

        .fltSortingList .srtPrice a {
            text-align: right;
            width: 108px;
        }

    .fltSortingList.rndTrip li {
        margin-right: 4px;
    }

    .fltSortingList.rndTrip {
        /*margin-left: 23px;
        width: 361px;*/
        width: 100%;
    }

        .fltSortingList.rndTrip .srtAirline {
            width: 65px;
        }

            .fltSortingList.rndTrip .srtAirline a {
                text-align: left;
                width: 42px;
            }

    .fltSortingList .srtDepart-At {
        width: 100%;
    }

    .fltSortingList.rndTrip .srtArrow {
        left: 170px;
        top: 20px;
    }

    .fltSortingList.rndTrip .srtArrive-At {
        width: 72px;
    }

        .fltSortingList.rndTrip .srtArrive-At a {
            text-align: right;
            width: 64px;
        }

    .fltSortingList.rndTrip .srtDuration {
        width: 58px;
    }

    .fltSortingList.rndTrip .srtPrice {
        width: 51px;
    }

        .fltSortingList.rndTrip .srtPrice a {
            width: 43px;
        }


/* ===== FLIGHT SEARCH ONE COLUMN LAYOUT ===== */
.flightResultWrap {
    float: left;
    width: 100%;
}

.flightResult {
    border-bottom: 1px solid #dddddd;
    float: left;
    padding: 10px 10px 0;
    position: relative;
    width: 100%;
}

    .flightResult.active,
    .flightResult:hover {
        background: #ffffcd;
    }

        .flightResult:hover .flightShowDetails {
            background: #f9f9f9;
        }

.TripResult {
    /*float: left;
    width: 440px;*/
    float: left;
    width: 75%;
}

.OnwardReturn {
    /*float: left;*/
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 11px;
    width: 100%;
}

.flightResultWrap li {
    float: left;
    margin-right: 10px;
}

    .flightResultWrap li.Airline {
        /*width: 108px;*/
        width: 33.33%;
    }

        .flightResultWrap li.Airline .flt-img {
            height: 25px;
            width: 50px;
        }

.flightResultWrap .flt-code {
    display: block;
    line-height: 14px;
    text-transform: uppercase;
}

.flightResultWrap li.Depart-At {
    /*text-align: right;*/
    width: 25%;
}

.flightResultWrap li.Arrow {
    height: 14px;
    position: absolute;
    left: 236px;
    top: 31px;
    width: 15px;
}

.flightResultWrap .flt-arrow {
    background-position: -122px -213px !important;
    height: 14px;
    width: 15px;
}

    .flightResultWrap .flt-arrow.return {
        background-position: -138px -90px !important;
    }

.flightResultWrap li.Arrive-At {
    /*margin-left: 32px;*/
    /*width: 104px;*/
    width: 25%;
}

.flightResultWrap li.Duration {
    margin-right: 0;
    /*width: 50px;*/
    width: 10%;
}

.flightResultWrap li.FareRules {
    width: 52px;
}

    .flightResultWrap li.FareRules a {
        color: #2C67B3;
        font-size: 11px;
    }

    .flightResultWrap li.FareRules .popover-title {
        padding: 5px 4px;
    }

    .flightResultWrap li.FareRules .popover-content {
        padding: 5px;
    }

    .flightResultWrap li.FareRules .popover li {
        background: url("../img/bullet.gif") no-repeat scroll 0px -4px;
        float: left;
        line-height: 14px;
        padding-left: 10px;
    }

.BookFlight {
    float: right;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px;
    width: 25%;
    /*width: 115px;*/
}

    .BookFlight .TotalFare .WebRupee1 {
        color: #4d4d4d;
        font-size: 23px;
    }

#dvShow {
    background-color: #f6f6f6;
    border: 1px solid #2C67B3;
    border-radius: 5px;
    color: #000000;
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
    position: absolute;
    width: 192px;
    z-index: 1000;
}

/* ===== SHOW FLIGHT DETAILS ===== */
.ShowDetailsLink {
    cursor: pointer;
    float: right;
    font-size: 11px;
}

    .ShowDetailsLink:hover {
        font-size: 11px;
    }

.ShowDetailsflightLink {
    clear: right;
    cursor: pointer;
    float: right;
    font-size: 11px;
}

    .ShowDetailsflightLink:hover {
        font-size: 11px;
    }

.flightShowDetails {
    background: #ffffcd;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.ShowDetailsOuter {
    border-bottom: 1px dotted #dddddd;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .ShowDetailsOuter:first-child {
        padding-bottom: 10px;
    }

    .ShowDetailsOuter:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

.ShowDetailsHead {
    color: #7f7f7f;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}

    .ShowDetailsHead b {
        color: #4d4d4d;
        font-size: 12px;
    }

.ShowDetailsRow {
    float: left;
    font-size: 11px;
    width: 100%;
}

    .ShowDetailsRow li.Airline {
        height: 25px;
        width: 50px;
    }

    .ShowDetailsRow li.Airline-code {
        margin-top: -3px;
        width: 25%;
        padding-left: 10px;
    }

    .ShowDetailsRow li.Depart-At,
    .ShowDetailsRow li.Arrive-At {
        margin-top: -3px;
        width: 25%;
        line-height: 15px;
    }

/* ===== FARE POPUP ===== */
.farebrkWrap {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px #b5b5b5;
    border: 1px solid #A7A7A7;
    font-size: 11px;
    padding: 10px;
    position: absolute;
    right: 115px;
    text-align: left;
    top: 53px;
    width: 206px;
    z-index: 102;
}

.farebrkInner {
    position: relative;
    text-align: left;
    z-index: 102;
    float: left;
}

    .farebrkInner .WebRupee1 {
        color: #4d4d4d;
        font-size: 11px;
        font-weight: normal;
        margin-right: -1px;
    }

.farebrkArrow {
    background-position: -4px -182px;
    height: 25px;
    position: absolute;
    right: -23px;
    top: 20px;
    width: 25px;
    z-index: 103;
}

.farebrkClose {
    background-position: -4px -4px;
    height: 22px;
    position: absolute;
    right: -23px;
    top: -17px;
    width: 22px;
    z-index: 103;
}

    .farebrkClose:hover {
        text-decoration: none;
    }

.farebrkInner h3 {
    color: #ff6600;
    font-size: 13px;
    margin-bottom: 5px;
}

.farebrkInner dt,
.farebrkInner dd {
    float: left;
    line-height: 17px;
    white-space: nowrap;
    width: 144px;
}

.farebrkInner dd {
    float: right;
    text-align: right;
    width: 62px;
}

.farebrkInner .total {
    border-top: 1px dotted #DDDDDD;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    padding-top: 5px;
}

    .farebrkInner .total .WebRupee1 {
        font-size: 13px;
        font-weight: bold;
    }

.fareRulesPopUp {
    display: none;
    position: absolute;
    width: 350px;
    z-index: 5000;
    background-color: #FFFFFF;
    border: 2px solid #545454;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    padding: 5px 10px;
}

    .fareRulesPopUp .ui-widget-content {
        border: 0;
        box-shadow: none;
    }

/* ===== FLIGHT SEARCH ERROR ===== */
.SearchError.flight {
    margin-top: 10px;
    width: 559px;
}

/* ===== FLIGHT SEARCH RIGH PROMOTION ===== */
.fltPromote {
    float: left;
    height: 254px;
    margin-top: 15px;
    width: 196px;
}

    .fltPromote:first-child {
        margin-top: 0;
    }

    .fltPromote .ltGray {
        font-size: 14px;
        float: left;
        margin-bottom: 4px;
    }

    .fltPromote li {
        font-size: 14px;
        float: left;
        height: 57px;
        margin-top: 10px;
        width: 196px;
    }

        .fltPromote li:first-child {
            margin-top: 0;
        }

        .fltPromote li .img {
            float: left;
            height: 57px;
            margin-right: 3px;
            width: 71px;
        }

        .fltPromote li .name {
            color: #4d4d4d;
            display: block;
            font-size: 11px;
            margin-top: -2px;
            line-height: 14px;
        }

            .fltPromote li .name:hover {
                color: #2C67B3;
            }

    .fltPromote .hotelrating {
        float: left;
        height: 10px;
        width: 122px;
    }

        .fltPromote .hotelrating ul li {
            float: left;
            margin: 0px 2px 0 0;
            height: 10px;
            width: 10px;
        }

        .fltPromote .hotelrating img {
            height: 10px;
            width: 10px;
        }

    .fltPromote .Price {
        float: left;
        margin-top: 5px;
    }

    .fltPromote .Price,
    .fltPromote .WebRupee1 {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: -1px;
    }

    .fltPromote .WebRupee1 {
        color: #4d4d4d;
        margin-right: 2px;
    }

    .fltPromote .btn {
        border-radius: 5px;
        border: 1px solid #dddddd;
        color: #4d4d4d;
        font-size: 12px;
        font-weight: bold;
        height: 21px;
        line-height: 22px;
        width: 171px;
    }

    .fltPromote .code {
        color: #ff6600;
        float: left;
        font-size: 11px;
        font-weight: bold;
        height: 10px;
        width: 122px;
    }



/* ===== FLIGHT SEARCH TWO COLUMN LAYOUT ===== */
/* ===== YOUR SELECTION ===== */
.flightfloating {
    background-color: #ffffff;
    float: left;
    height: 147px;
    width: 779px;
    z-index: 96;
}

.yourSelection {
    border: 5px solid #4d4d4d;
    background-color: #ffffcd;
    border-radius: 5px;
    float: right;
    height: 117px;
    padding: 10px 5px;
    width: 364px;
}

    .yourSelection .header {
        float: left;
        font-size: 16px;
        height: 32px;
        margin-top: -4px;
        width: 364px;
    }

        .yourSelection .header h3 {
            float: left;
            font-size: 16px;
            font-weight: normal;
            width: 364px;
        }

        .yourSelection .header span {
            font-size: 11px;
            float: left;
            margin-top: -5px;
        }

.selectedflight {
    color: #7f7f7f;
    font-size: 11px;
    float: left;
    margin-top: 25px;
    width: 130px;
}

    .selectedflight .airline {
        float: left;
        height: 25px;
        width: 136px;
    }

        .selectedflight .airline p {
            float: left;
            line-height: 14px;
            margin: -4px 0 0 4px;
        }

    .selectedflight .tripSummary {
        float: left;
        height: 25px;
        margin-top: 7px;
        width: 130px;
    }

        .selectedflight .tripSummary p {
            float: left;
            line-height: 14px;
            margin-top: -5px;
        }

        .selectedflight .tripSummary b {
            color: #4d4d4d;
            font-size: 12px;
        }

.YouPay {
    border-left: 1px solid #DDDDDD;
    float: right;
    margin-top: 25px;
    padding-left: 15px;
    text-align: center;
    width: 100%;
}

    .YouPay .price,
    .YouPay .WebRupee1 {
        font-size: 23px;
        font-weight: bold;
        letter-spacing: -2px;
    }

    .YouPay .WebRupee1 {
        color: #4d4d4d;
    }

    .YouPay .btn,
    .YouPay .btn:hover {
        padding: 3px 10px 5px;
    }


/* ===== FILTER FOR TWO COLUMN ===== */
.filterSearch.flight.twoColumn {
    border: 5px solid #4d4d4d;
    background-color: #ffffff;
    border-radius: 5px;
    clear: none;
    float: left;
    height: 137px;
    width: 374px;
}

    .filterSearch.flight.twoColumn .NarrowSearch {
        padding: 2px 5px;
        text-align: center;
        width: 364px;
    }

        .filterSearch.flight.twoColumn .NarrowSearch span {
            top: 24px;
            left: 181px;
        }

.fltTwocolumnfilterwrap {
    float: left;
    height: 109px;
    margin-top: -16px;
    padding: 5px;
    width: 364px;
}

    .fltTwocolumnfilterwrap .columns {
        float: left;
        height: 45px;
        /*width: 176px;*/
    }

        /*.fltTwocolumnfilterwrap .columns .minRange,
        .fltTwocolumnfilterwrap .columns .maxRange {
            margin-top: -8px;
        }*/

        .fltTwocolumnfilterwrap .columns .slider.slider-horizontal {
            margin-top: -15px;
        }

        .fltTwocolumnfilterwrap .columns .checkStops span {
            float: left;
            margin: -5px 5px 0 -2px;
        }

.columns .sortBy,
.columns .sortBy select {
    width: 100%;
}


/* ===== RESULT FOR TWO COLUMN ===== */
.SearchCenterWrap.flight.TwoCol {
    width: 100%;
    margin-left: 0;
}

.TwoColResults {
    float: left;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.ResultSpliter {
    float: left;
    width: 49%;
}

    .ResultSpliter .fltDateshead {
        width: 100%;
    }

    .ResultSpliter .fltPagination {
        border: 0;
        margin-top: 0;
        width: 100%;
    }

    .ResultSpliter .sortBy {
        width: 231px;
    }

        .ResultSpliter .sortBy select {
            width: 175px;
        }

    .ResultSpliter .flightResultWrap {
        border-top: 1px solid #DDDDDD;
        position: relative;
        width: 100%;
    }

    .ResultSpliter .flightResult {
        cursor: pointer;
        padding-left: 5px;
        width: 100%;
    }

    .ResultSpliter .TripResult,
    .ResultSpliter .OnwardReturn,
    .ResultSpliter .changeflight {
        width: 100%;
    }

    .ResultSpliter .flightResultWrap li {
        margin-right: 4px;
    }

    .ResultSpliter .SelectedOpt {
        width: 15px;
    }

    .ResultSpliter li.Airline {
        width: 66px;
    }

    .ResultSpliter li.Depart-At {
        margin-right: 0;
        text-align: left;
        width: 74px;
    }

    .ResultSpliter .flightResultWrap .Arrow {
        left: 178px;
        top: 15px;
    }

    .ResultSpliter .flightResultWrap li.Arrive-At {
        text-align: right;
        margin-left: 20px;
        width: 74px;
    }

    .ResultSpliter .flightResultWrap li.FareRules {
        margin-right: 0;
        width: 53px;
    }

    .ResultSpliter .BookFlight {
        font-size: 18px;
        width: 58px;
    }

        .ResultSpliter .BookFlight .WebRupee1 {
            color: #4d4d4d;
            font-size: 18px;
        }

.ResultSep {
    background: #dddddd;
    height: 100%;
    left: 452px;
    top: 0;
    position: absolute;
    width: 1px;
    z-index: 1;
}

.farebreakClose {
    background-position: -31px -21px !important;
    font-size: 11px;
    height: 16px;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
    z-index: 103;
}

/* =============== FLIGHT SEARCH RIGHT PROMO=============== */
.fltSearchPromo {
    background: #ffffcd;
    border-radius: 5px;
    border: 1px dashed #c73c00;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    width: 195px;
}

    .fltSearchPromo .promoCut {
        background-position: -126px -28px;
        height: 18px;
        left: 10px;
        position: absolute;
        top: -10px;
        width: 22px;
    }

    .fltSearchPromo .getDiscountHead {
        color: #c73c00;
        font-size: 18px;
        text-align: center;
        width: 184px;
    }

    .fltSearchPromo li {
        background: #ffffff;
        border: 1px dashed #8d8d8d;
        border-radius: 5px;
        float: left;
        font-size: 11px;
        line-height: 16px;
        margin-top: 5px;
        padding: 5px;
        width: 183px;
    }

    .fltSearchPromo b {
        color: #c73c00;
        font-size: 13px;
    }

/* =============== FLIGHT SEARCH PAGE STYLE END=============== */

/* =============== EMI CALCULATOR STYLE =============== */
.emi-calculator {
    float: left;
    width: 472px;
}

    .emi-calculator .FormInner {
        width: 450px;
    }

    .emi-calculator .Form_Row {
        width: 452px;
    }

    .emi-calculator .control-group {
        float: left;
    }

.emiLabel {
    float: left;
    margin-right: 10px;
    width: 150px;
}

/*========== SIGHTSEEING PRODUCT REVIEWS ==========*/
.ProductContent .Review_left {
    border-right: 0;
    width: 506px;
}

.ProductContent .ReviewRepeat {
    margin-top: 5px;
    padding-bottom: 5px;
    width: 516px;
}

.ProductContent .nameCity li {
    float: left;
}

.ProductContent .profileInfo,
.ProductContent .reviewContent {
    width: 516px;
}

.ProductContent h3.oneWord {
    color: #2C67B3;
    font-size: 14px;
    margin-bottom: 3px;
}

.ProductContent .viewAll {
    margin: 0;
}

/*========== COMMON CSS FOR TABS ========== */
#tabsWrap {
    float: left;
}

#tabs {
    float: left;
    margin-left: 10px;
}

    #tabs li a {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        background-color: #efefef;
        background-repeat: repeat-x;
        border-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #4d4d4d;
        float: left;
        font-size: 13px;
        margin-left: 5px;
        padding: 5px 13px;
        position: relative;
        top: 0;
        z-index: 100;
        background-image: -ms-linear-gradient(top, #EFEFEF 0%, #FFFFFF 100%);
        border-bottom-style: none;
        border-bottom-color: inherit;
        border-bottom-width: 0px;
    }

        #tabs li a:hover,
        #tabs li a.active {
            background: #ffffff;
            box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
            color: #2C67B3;
            position: relative;
            text-decoration: none;
            top: 1px;
        }

#tabsWrap .tabsContent {
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    padding: 10px;
}

/*========== SHOW MAP ON SEARCH AND DESTINATION PAGES ========== */
.searchPageMap {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: right;
    padding: 5px;
    margin-top: 10px;
    width: 184px;
}

    .searchPageMap .showMap {
        width: 184px;
    }

    .searchPageMap .mapIcon {
        margin: 3px 0 0 95px;
    }

    .searchPageMap #map {
        float: right;
        height: 195px !important;
        margin: 0 !important;
        width: 184px !important;
    }

.destDetailMap {
    width: 264px;
}

    .destDetailMap #map {
        width: 264px !important;
    }

/*========== CRUISE NEW DESIGN (30 DEC 2013) ==========*/
/*===== Cruise Default =====*/
.cruiseHead {
    border: 1px solid #dddddd;
    color: #5f5f5f;
    height: 221px;
    padding: 10px;
    text-align: center;
    width: 303px;
}

    .cruiseHead h4.Heading_Main {
        color: #2C67B3;
        font-size: 18px;
        padding-bottom: 10px;
    }

.cruisehomeList {
    float: left;
    margin-top: 10px;
    width: 995px;
}

    .cruisehomeList li {
        float: left;
        height: 243px;
        margin-right: 10px;
        width: 325px;
    }

/*===== Ship Pages =====*/
.bluefont {
    color: #2C67B3;
}

.lastItem {
    margin-right: 10px;
}

.pic_caption {
    background-color: #2d2d2d;
    color: #FFFFFF;
    float: left;
    padding: 7px 5px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    width: 180px;
}

.shipPageWrap {
    float: left;
    margin-top: 10px;
    width: 995px;
}

    .shipPageWrap h1.Heading_Main {
        border-bottom: 1px dotted #dddddd;
        color: #2C67B3;
        font-size: 24px;
        padding-bottom: 10px;
    }

.shipTabsWrap {
    float: left;
    margin-top: 10px;
    width: 995px;
}

    .shipTabsWrap #tabs {
        float: left;
        width: 985px;
    }

    .shipTabsWrap .tabsContent {
        float: left;
        width: 973px;
    }

.shipOverview {
    float: left;
    margin-top: 10px;
    width: 973px;
}

.shipOverview_txt {
    float: left;
    margin-left: 20px;
    width: 663px;
}

    .shipOverview_txt h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

.shipOverview_img {
    float: left;
    width: 290px;
}

    .shipOverview_img img {
        float: left;
    }

    .shipOverview_img .pic_caption {
        width: 280px;
    }

.shipPkgtable {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    width: 973px;
}

    .shipPkgtable .ShipImglist {
        padding: 5px;
    }

        .shipPkgtable .ShipImglist li {
            margin-right: 24px;
        }

    .shipPkgtable .pic_caption p {
        font-size: 20px;
    }

    .shipPkgtable .pic_caption .WebRupee1 {
        color: #ffffff;
        font-weight: normal;
        font-size: 20px;
    }


.ShipImglist {
    float: left;
}

    .ShipImglist ul {
        float: left;
        margin-top: 10px;
    }

        .ShipImglist ul:first-child {
            margin-top: 0;
        }

    .ShipImglist li {
        float: left;
        margin-right: 5px;
        width: 190px;
    }

        .ShipImglist li:last-child {
            margin-right: 0;
        }

        .ShipImglist li img {
            float: left;
        }

    .ShipImglist.Cabin li {
        width: 222px;
    }

    .ShipImglist.Cabin .pic_caption {
        width: 212px;
    }

    .ShipImglist.Shore li {
        margin-right: 10px;
        width: 288px;
    }

    .ShipImglist.Shore .pic_caption {
        width: 278px;
    }

.otherlIncllist {
    float: left;
    margin-left: 10px;
    width: 350px;
}

    .otherlIncllist li {
        font-size: 11px;
        line-height: 16px;
        list-style-position: inside;
        list-style-type: disc;
    }

/*==================== THEME PAGES STYLE ====================*/
.modSearchBar {
    background-color: #2C67B3;
    border: 1px solid #d8ddd8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    width: 973px;
}

    .modSearchBar li {
        float: left;
        margin-right: 20px;
    }

        .modSearchBar li label {
            float: left;
            margin-bottom: 2px;
        }

        .modSearchBar li.Cnt, .modSearchBar li.Cnt select {
            width: 220px;
        }

        .modSearchBar li.Dur, .modSearchBar li.Dur select {
            width: 135px;
        }

        .modSearchBar li.Cpp, .modSearchBar li.Cpp select {
            width: 135px;
        }

        .modSearchBar li.Thm, .modSearchBar li.Thm select {
            width: 220px;
        }

        .modSearchBar li.modBtn {
            margin-right: 40px;
            float: right;
            width: 143px;
        }

            .modSearchBar li.modBtn a {
                padding: 2px 20px;
            }

/*.themeLeft {float:left;width:799px}*/

.thmdgLinksWrap {
    float: left;
    width: 222px;
}

.thmdgLinks {
    border: 1px solid #d8d8d8;
    float: left;
    margin-top: 10px;
    border-radius: 5px;
    width: 220px;
}

.thmdgLinksContent {
    float: left;
    padding: 10px;
    width: 200px;
}

.thmdgLinks .Headers_Bg {
    font-weight: 600;
    font-size: 14px;
}

.thmdgLinksContent li {
    float: left;
    width: 200px;
}

    .thmdgLinksContent li span {
        background: url(../img/dg_icon.png) no-repeat 0 5px;
        float: left;
        height: 16px;
        width: 10px;
    }

    .thmdgLinksContent li a {
        float: left;
        width: 185px;
    }

.thmdgLinks.related li {
    border-bottom: 1px solid #d8d8d8;
    list-style: inside circle;
    width: 200px;
}

    .thmdgLinks.related li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.thmdgLinks.related .thmdgLinksContent li a {
    float: none;
}

.themeAbout {
    border-bottom: 1px solid #d8d8d8;
    float: left;
    line-height: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

h4.themeHeading {
    font-weight: normal;
    font-size: 15px;
    color: #c73c00;
    margin-bottom: 5px;
}

.ViewAllpkgslist {
    float: right;
    margin-bottom: 10px;
}

.themeLeft .SearchResultsWrap {
    width: 537px;
}

.themePart {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    float: left;
    line-height: 18px;
    margin-top: 10px;
    padding: 9px;
    width: 518px;
}

    .themePart:first-child {
        margin-top: 0;
    }

.themeLeft .SearchResult {
    width: 516px;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
}

.themeLeft .PkgInc_Row li {
    width: 93px;
}

.themeList, .themeList ul {
    float: left;
    width: 518px;
}

    .themeList li {
        background: url(../img/bullet.gif) no-repeat top left;
        float: left;
        margin-right: 10px;
        padding: 2px 5px 2px 10px;
        width: 209px;
    }

    .themeList .dvothctylist li {
        width: 145px;
    }

.themePart .viewAll {
    margin-top: 0;
    text-decoration: underline;
}

.themePart .ftrProduct {
    margin-bottom: 0;
    width: 517px;
}

.themePart .ftrContent {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    height: auto;
    width: 495px;
}

    .themePart .ftrContent .carousel {
        height: auto;
        width: 495px;
    }

    .themePart .ftrContent .carousel-inner {
        left: 0;
        height: auto;
        width: 495px;
    }

.themePart .ftrSlide li {
    border: 0;
    height: auto;
    padding: 0;
    margin-right: 37px;
    width: 128px;
}

    .themePart .ftrSlide li:last-child {
        margin-right: 0;
    }

    .themePart .ftrSlide li h2.name {
        color: #ff6600;
        float: left;
        margin-left: 0;
        margin-top: 5px;
        height: auto;
        width: 131px;
    }

.themePart .Review_left {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    width: 703px;
}

.themePart .ReviewRepeat,
.themePart .profileInfo,
.themePart .reviewContent {
    width: 703px;
}

    .themePart .profileInfo .nameCity {
        width: 260px;
    }

    .themePart .profileInfo .ratings {
        color: #AAAAAA;
        width: 160px;
    }

    .themePart .ReviewRepeat:last-child {
        border-bottom: 0;
    }


/*===== RIGHT ENQUIRY FORM =====*/
.themeRight {
    float: right;
    width: 196px;
}

.thmemeEnquiry {
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #737373;
    float: right;
    width: 194px;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
}

    .thmemeEnquiry .formhd {
        background-position: 0% 0%;
        background-repeat: repeat-x;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #0044CC;
        border-radius: 5px 5px 0 0;
        color: #ffffff;
        font-size: 17px;
        height: 40px;
        line-height: 16px;
        margin-left: -1px;
        margin-top: -1px;
        padding: 10px;
        text-align: center;
        width: 175px;
        background-image: -ms-linear-gradient(top, #0088CC 0%, #0044CC 100%);
        background-color: #2C67B3;
        background-attachment: scroll;
    }

        .thmemeEnquiry .formhd span {
            font-size: 13px;
        }

    .thmemeEnquiry label {
        float: left;
        margin: 11px 3px 0 0;
        width: 98px;
    }

    .thmemeEnquiry ul {
        float: left;
        padding: 10px;
        width: 175px;
    }

    .thmemeEnquiry .control-group {
        margin-bottom: 0;
    }

    .thmemeEnquiry input[type="text"],
    .thmemeEnquiry input[type="email"],
    .thmemeEnquiry select,
    .thmemeEnquiry textarea {
        margin-top: 5px;
        padding: 6px;
        height: 15px;
        width: 160px;
    }

    .thmemeEnquiry .CheckInOut {
        height: auto;
        width: 150px;
    }

        .thmemeEnquiry .CheckInOut input[type="text"] {
            background: #ffffff url('../img/date_icon.png') 95% 50% no-repeat;
            cursor: pointer;
            height: auto;
        }

    .thmemeEnquiry textarea {
        height: 44px;
        width: 161px;
    }

    .thmemeEnquiry input[type="checkbox"] {
        margin: -2px 4px 0 0;
    }

.theme_testimonialWrap {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    width: 194px;
}

    .theme_testimonialWrap .theme_testimonialCnt {
        float: left;
        padding: 10px;
        padding-top: 0;
        width: 174px;
    }

.theme_testimonialCnt .ReviewRepeat {
    width: 174px;
}

    .theme_testimonialCnt .ReviewRepeat:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .theme_testimonialCnt .ReviewRepeat.CountryReview li span {
        float: right;
        text-align: right;
    }

.theme_testimonialCnt .profileInfo,
.theme_testimonialCnt .reviewContent,
.theme_testimonialCnt .profileInfo .nameCity,
.theme_testimonialCnt .profileInfo .ratings {
    width: 174px;
}

.theme_testimonialCnt .hotel_pagination {
    width: 174px;
    margin-bottom: 0;
    padding-left: 0;
    border-top: 0;
}

    .theme_testimonialCnt .hotel_pagination span {
        font-size: 11px;
    }

.themeRight .WhyDpauls {
    border: 1px solid #d8d8d8;
    padding: 10px;
    margin-top: 10px;
    width: 174px;
}

    .themeRight .WhyDpauls li {
        font-size: 13px;
        margin-top: 5px;
        line-height: 18px;
        width: 174px;
    }

.themeVideo {
    float: left;
    margin-top: 10px;
    height: 175px;
    width: 196px;
}

.themeCallus {
    float: left;
    margin-top: 10px;
    width: 262px;
}

    .themeCallus a {
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        float: left;
        font-size: 14px;
        text-decoration: none;
        width: 170px;
    }

        .themeCallus a span {
            float: left;
            height: 20px;
            margin-right: 6px;
            width: 20px;
        }

    .themeCallus span.callUs {
        background-position: -196px -29px;
    }


/*========== TRAVELLER DETAILS DESIGN (12/FEB/2014) ========== */
/*========== TRAVELLER DETAILS - SERVICE SUMMARY SECTION ==========*/
.trvDtl_Section {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.error_fld {
    background-color: #FFF4F4;
    border: 1px solid #F99BAB;
}

.dvInfoHover {
    background: #ffffcd;
    border: 1px solid #c73c00;
    border-radius: 5px 5px 5px 5px;
    color: #c73c00;
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
}

.OrngGrd {
    background-color: #FA7414;
    background-repeat: repeat-x;
    color: #ffffcd;
    background-image: -ms-linear-gradient(top, #FF9232 0%, #DC5600 100%);
}

.trvDtl_Head {
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    line-height: 40px;
    padding: 0 10px;
    font-weight: 600;
    border: 1px solid #d8d8d8;
}

.trvDtl_step {
    background: #2C67B3;
    color: #ffffff;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    float: left;
    height: 25px;
    line-height: 24px;
    margin-top: 8px;
    margin-right: 10px;
    font-size: 13px;
}


.trvDtl_Content {
    border: 1px solid #d8d8d8;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    float: left;
    width: 100%;
    box-sizing: border-box !important;
}

    .trvDtl_Content.Pad, .trvDtl_service_summary, .trvDtl_RoomInfo {
        float: left;
        padding: 10px;
        width: 100%;
        box-sizing: border-box !important;
    }

        .trvDtl_service_summary h4, .trvDtl_RoomInfo h4 {
            color: #c73c00;
            font-size: 15px;
            font-weight: normal;
        }

        .trvDtl_service_summary ul {
            float: left;
            margin: 5px 0 0 10px;
            width: 100%;
            position: relative;
        }

        .trvDtl_service_summary li {
            color: #2C67B3;
            float: left;
            padding-right: 10px;
            margin-right: 10px;
            width: 220px;
        }

            .trvDtl_service_summary li li {
                color: #4d4d4d;
            }

            .trvDtl_service_summary li:last-child {
                border-right: 0;
            }

            .trvDtl_service_summary li span {
                color: #4d4d4d;
                display: block;
                font-size: 12px;
                line-height: 14px;
                word-break: break-all;
            }

        .trvDtl_service_summary .Includes {
            color: #4d4d4d;
            font-size: 12px;
            line-height: 15px;
            list-style: inside disc;
            margin: 0;
            width: 230px;
        }

        .trvDtl_service_summary ul.cruise li {
            width: 172px;
        }

        .trvDtl_service_summary ul.hotelAdd li {
            width: 953px;
        }

        .trvDtl_service_summary ul.hotelName li {
            width: auto;
        }

            .trvDtl_service_summary ul.hotelName li .infoIcon_small {
                margin: 5px 0 0 5px;
            }

            .trvDtl_service_summary ul.hotelName li .dvInfoHover {
                width: 180px;
            }

            .trvDtl_service_summary ul.hotelAdd li span, .trvDtl_service_summary ul.hotelName li span {
                display: inline;
            }

        .trvDtl_service_summary .trvDtlpkgIncl {
            float: left;
            margin: 10px;
            width: 943px;
            padding: 5px;
            border: 1px solid #d8d8d8;
            border-radius: 5px;
        }

            .trvDtl_service_summary .trvDtlpkgIncl ul {
                margin-left: 15px;
                width: 928px;
            }

            .trvDtl_service_summary .trvDtlpkgIncl li {
                list-style: circle outside;
                font-size: 12px;
                color: #4d4d4d;
                line-height: 14px;
                width: 210px;
            }

        .trvDtl_service_summary .pkgflightDetail {
            width: 454px;
            float: left;
            margin: 10px 10px 0 10px;
            padding: 5px;
            border: 1px solid #d8d8d8;
            border-radius: 5px;
        }

            .trvDtl_service_summary .pkgflightDetail .OnwardReturn {
                width: 466px;
                margin-bottom: 5px;
            }

                .trvDtl_service_summary .pkgflightDetail .OnwardReturn ul {
                    width: 456px;
                }

                .trvDtl_service_summary .pkgflightDetail .OnwardReturn li .ltGray {
                    color: #8f8f8f;
                }

            .trvDtl_service_summary .pkgflightDetail li.Airline {
                width: 100px;
            }

            .trvDtl_service_summary .pkgflightDetail li.Depart-At {
                width: 123px;
            }

            .trvDtl_service_summary .pkgflightDetail li.Arrow {
                height: 14px;
                width: 30px;
            }

                .trvDtl_service_summary .pkgflightDetail li.Arrow .flt-arrow {
                    background-position: -115px -180px !important;
                    height: 14px;
                    width: 15px;
                }

            .trvDtl_service_summary .pkgflightDetail li.Airline .flt-code {
                font-size: 11px;
            }


        .trvDtl_service_summary .pkghotelDetail {
            width: 454px;
            float: left;
            margin: 10px 10px 0 10px;
            padding: 5px;
            border: 1px solid #d8d8d8;
            border-radius: 5px;
        }

            .trvDtl_service_summary .pkghotelDetail ul.trvDtl_Hotel_RowHead, .trvDtl_service_summary .pkghotelDetail ul.trvDtl_Hotel_RowValue {
                width: 441px;
            }

            .trvDtl_service_summary .pkghotelDetail li {
                float: left;
                font-size: 11px;
                line-height: 14px;
            }

            .trvDtl_service_summary .pkghotelDetail ul.trvDtl_Hotel_RowValue li {
                color: #4d4d4d;
            }

            .trvDtl_service_summary .pkghotelDetail li.trvDtl_Hotel_SNo {
                width: 20px;
            }

            .trvDtl_service_summary .pkghotelDetail li.trvDtl_Hotel_Dest {
                width: 80px;
            }

            .trvDtl_service_summary .pkghotelDetail li.trvDtl_Hotel_Name {
                width: 220px;
            }

            .trvDtl_service_summary .pkghotelDetail li.trvDtl_Hotel_Category {
                width: 51px;
                padding-right: 0;
            }

        .trvDtl_service_summary li.divider {
            position: absolute;
            background: #d8d8d8;
            height: 100%;
            margin: 0px;
            padding: 0px;
            left: 230px;
            width: 1px !important;
            display: none;
        }

.trvDtl_RoomInfoGrid {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.trvDtl_RoomInfoHead {
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    height: 25px;
    line-height: 23px;
    font-weight: 600;
    font-size: 12px;
}

.trvDtl_RoomInfoValue {
    color: #8f8f8f;
    font-size: 11px;
}

.trvDtl_RoomValueRepeat {
    border-bottom: 1px solid #c5c5c5;
    float: left;
    min-height: 25px;
    line-height: 25px;
    width: 100%;
}

.trvDtl_RoomInfoGrid li {
    color: #4d4d4d;
    float: left;
    padding: 0 10px;
}

    .trvDtl_RoomInfoGrid li.room_sno {
        width: 60px;
        padding-left: 0;
    }

    .trvDtl_RoomInfoGrid li.room_type {
        width: 363px;
    }

    .trvDtl_RoomInfoGrid li.room_travellers {
        width: 180px;
    }

    .trvDtl_RoomInfoGrid li.room_price {
        width: 100px;
    }

    .trvDtl_RoomInfoGrid li.room_nights {
        width: 100px;
    }

    .trvDtl_RoomInfoGrid li.room_tprice {
        width: 70px;
        float: right;
        text-align: right;
        padding-right: 0;
    }

    .trvDtl_RoomInfoGrid li.room_price .WebRupee1 {
        color: #8f8f8f;
        font-weight: normal;
        font-size: 11px;
    }

.trvDtl_RoomInfoGrid .trvDtl_RoomInfoValue li.room_tprice,
.trvDtl_RoomInfoGrid .trvDtl_RoomInfoValue li.room_tprice .WebRupee1 {
    font-weight: 600;
    color: #c73c00;
    font-size: 13px;
}

.trvDtl_RoomInfo.pkg .trvDtl_RoomInfoGrid li.room_travellers {
    width: 215px;
}

.trvDtl_pricing {
    float: left;
    width: 100%;
    box-sizing: border-box !important;
}

    .trvDtl_pricing li {
        float: left;
        width: 100%;
        border-top: 1px solid #d8d8d8;
        background: #f3f3f3;
        padding: 5px;
        font-size: 15px;
        font-weight: 600;
        padding-right: 20px;
        box-sizing: border-box !important;
    }

        .trvDtl_pricing li:last-child {
            border-bottom: 0;
            border-radius: 0 0 5px 5px;
        }

        .trvDtl_pricing li p {
            float: right;
            width: 100%;
            max-width: 358px;
            margin: 0;
            text-align: right;
        }

.trvDtl_pricing_label {
    float: left;
}

.trvDtl_pricing li p .ftR, .trvDtl_pricing li p .WebRupee1 {
    font-weight: bold;
    color: #c73c00;
    margin: 0 0 0 10px;
}

.trvDtl_pricing li.promo {
    background: #f9f9f9;
    min-height: 60px;
}

    .trvDtl_pricing li.promo .fltSearchPromo {
        float: left;
        margin-top: 0;
        max-width: 600px;
        width: auto;
        font-size: 11px;
        line-height: 14px;
    }

    .trvDtl_pricing li.promo .promoApply {
        float: right;
        text-align: right;
        margin-top: 5px;
        width: 100%;
        position: relative;
    }

    .trvDtl_pricing li.promo .getDiscountHead {
        text-align: left;
        font-weight: normal;
        width: 92px;
        line-height: 24px;
        float: left;
    }

    .trvDtl_pricing li.promo .fltSearchPromo p {
        width: 508px;
        float: left;
        margin-top: 3px;
    }

    .trvDtl_pricing li.promo input[type="text"] {
        height: 26px;
        width: 202px;
    }

    .trvDtl_pricing li.promo .bttn {
        font-weight: normal;
        line-height: 21px;
        padding: 2px 16px 5px;
    }

    .trvDtl_pricing li.promo .ftR,
    .trvDtl_pricing li.promo .WebRupee1 {
        font-weight: bold;
        color: #4d4d4d;
        margin-left: 13px;
    }

.trvDtl_pricing li.BookAmt {
    height: 40px;
    line-height: 19px;
}

.trvDtl_pricing li .minAmt {
    clear: right;
    color: #8f8f8f;
    font-size: 11px;
    float: left;
}

.trvDtl_pricing li.promo.blnc {
    background: #f3f3f3;
    height: 40px;
    line-height: 19px;
}

    .trvDtl_pricing li.promo.blnc .fltSearchPromo p {
        margin-top: 0;
    }

.trvDtl_pricing li.promo .popover-content li {
    background: none;
    border-top: none;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding: 3px;
    width: auto;
}


/*========== TRAVELLER DETAILS - TRAVELLER DETAILS SECTION ==========*/
.trvDtlForm {
    float: left;
    width: 100%;
    margin-right: 10px;
}

.trvDtlFormRoomRepeat {
    border-bottom: 1px solid #d8d8d8;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.trvDtlForm .trvDtlFormRoomRepeat:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.trvDtlFormRoomRepeat h4, .trvDtl_AcntDetails h4 {
    color: #c73c00;
    float: left;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
}

.trvDtlForm.pkg, .trvDtlForm.pkg .trvDtlFormRoomRepeat, .trvDtlForm.pkg .trvDtlFormRoomRepeat h4 {
    width: 855px;
}

.trvDtlFormRow {
    float: left;
    margin-top: 3px;
    width: 100%;
}

    .trvDtlFormRow ul {
        float: left;
    }

    .trvDtlFormRow .RowHead li,
    .trvDtlFormRow .RowValue li {
        float: left;
        font-size: 11px;
        font-weight: 600;
    }

.trvDtl_SNo,
.trvDtl_Title,
.trvDtl_Name,
.trvDtl_Age {
    float: left;
    margin-right: 3px;
    width: 142px;
}

    .trvDtl_SNo, .trvDtl_Age, .trvDtl_Age select {
        width: 52px;
    }

        .trvDtl_Age input[type="text"] {
            width: 45px;
        }

    .trvDtl_Title, .trvDtl_Title select {
        height: 28px;
        width: 80px;
    }

.trvDtl_Name {
    width: 250px;
}

    .trvDtl_Name input[type="text"] {
        width: 243px;
    }

.trvDtl_passport {
    width: 150px;
}

    .trvDtl_passport input[type="text"] {
        width: 142px;
    }

.trvDtlFormAlt {
    float: left;
    font-size: 11px;
    margin-right: 10px;
}

    .trvDtlFormAlt li {
        margin-top: 5px;
    }

        .trvDtlFormAlt li span {
            font-weight: 600;
        }

    .trvDtlFormAlt input[type="text"], .trvDtlFormAlt select, .trvDtlFormAlt textarea {
        color: #8f8f8f;
    }

    .trvDtlFormAlt.hotel, .trvDtlFormAlt.pkg {
        line-height: 18px;
        background: #f9f9f9;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        padding: 10px;
        width: 478px;
        float: right;
        margin: 43px 0 0 0;
    }

    .trvDtlFormAlt.pkg {
        width: 333px;
    }

.trvDtlForm li {
    margin-right: 3px;
}

.trvDtlForm .TrvDetail_Add {
    width: 330px;
}

    .trvDtlForm .TrvDetail_Add input[type="text"] {
        width: 323px;
    }

    .trvDtlForm .TrvDetail_Add textarea {
        height: 80px;
        width: 323px;
    }

.trvDtlForm .TrvDetail_Pickup {
    width: 330px;
}

    .trvDtlForm .TrvDetail_Pickup textarea {
        height: 80px;
        width: 323px;
    }

.trvDtlForm .TrvDetail_Mbl {
    width: 160px;
}

    .trvDtlForm .TrvDetail_Mbl input[type="text"] {
        width: 152px;
    }

.trvDtlForm .TrvDetail_email {
    width: 200px;
}

    .trvDtlForm .TrvDetail_email input[type="text"] {
        width: 192px;
    }

.trvDtlForm .TrvDetail_Id {
    width: 150px;
}

    .trvDtlForm .TrvDetail_Id select {
        height: 24px;
        width: 150px;
    }

.trvDtlForm .TrvDetail_IdNo {
    width: 150px;
}

    .trvDtlForm .TrvDetail_IdNo input[type="text"] {
        width: 142px;
    }

/*========== TRAVELLER DETAILS - ACCOUNT DETAILS SECTION ==========*/
.trvDtl_AcntDetails {
    padding: 10px;
    width: 100%;
}

    .trvDtl_AcntDetails b {
        color: #c73c00;
    }

    .trvDtl_AcntDetails input[type="checkbox"] {
        margin: -4px 4px 0 0;
    }

    .trvDtl_AcntDetails ul {
        color: #8f8f8f;
        font-size: 11px;
        margin-top: 10px;
        width: 100%;
    }

    .trvDtl_AcntDetails li {
        float: left;
        width: 200px;
    }

        .trvDtl_AcntDetails li .bttn {
            padding: 6px 16px;
            margin-top: -6px;
        }

    .trvDtl_AcntDetails input[type="text"],
    .trvDtl_AcntDetails input[type="emai"],
    .trvDtl_AcntDetails input[type="password"] {
        font-size: 11px;
        width: 100%;
    }

/*========== LOGIN PROCESS REVAMP (24/FEB/2014) ==========*/
.logIn_reg {
    margin: 20px auto;
    width: 100%;
    max-width: 774px;
}

/*========== COMMON CSS FOR FORM ==========*/
.formOuter, .formInner {
    background-color: #f3f3f3;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    float: left;
    width: 100%;
    padding: 10px;
}

.formInner {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}

.formContent, .formContent label {
}

    .formContent li {
        float: left;
        margin-top: 10px;
    }

    .formContent .form-element {
        float: left;
        margin-bottom: 0;
    }

/*========== LOGIN AND REGISTER ==========*/
.logIn_reg .formInner {
    float: left;
    width: 70%;
}

.reg_cust {
    float: left;
    width: 100%;
}

    .reg_cust .topLink {
        border-bottom: 1px solid #efefef;
        font-size: 12px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    .reg_cust h4 {
        float: left;
        margin-bottom: 5px;
    }

    .reg_cust .formWrap {
        float: left;
        width: 350px;
    }

    .reg_cust .formContent li {
        width: 100%;
    }

    .reg_cust .formContent label {
        line-height: 24px;
        float: left;
        width: 133px;
    }

#new_cust.reg_cust .scBox {
    margin-left: 132px;
    width: 255px;
}

.regBenefits {
    float: left;
    padding: 15px;
    width: 30%;
}

    .regBenefits .top-heading {
        border-bottom: 1px solid #d8d8d8;
        font-weight: 600;
        margin-bottom: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100%;
    }

    .regBenefits li {
        color: #8f8f8f;
        margin-top: 8px;
        width: 100%;
    }

        .regBenefits li .tick {
            background-position: -197px -154px;
            float: left;
            height: 13px;
            margin: 6px 3px 0 0;
            width: 13px;
        }

/*========== HOME PAGE DESIGN (7 MAR 2014) ==========*/
body {
    background-color: transparent;
    position: relative;
}

.social {
    float: left;
    width: 995px;
}

    .social ul {
        float: right;
        width: 262px;
    }

    .social li {
        float: left;
        margin-right: 5px;
    }

.socialWidget {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    position: absolute;
    top: 330px;
    right: 0;
    width: 59px;
    z-index: 9999;
}

    .socialWidget li {
        margin-top: 5px;
    }

.topBand {
    background: #2c67b3;
    color: #ffffff;
    float: left;
    font-size: 13px;
    position: relative;
    padding: 10px 0;
    width: 100%;
}

    .topBand .divCenter {
        background: #2c67b3;
        padding: 3px 0;
        padding-right: 20px;
    }

    .topBand .cntIcon {
        background-position: -607px -29px;
        float: left;
        height: 15px;
        margin: 2px 6px 0 0;
        width: 14px;
    }

.deals_badge {
    background-position: -333px -12px;
    float: left;
    height: 50px;
    position: absolute;
    top: -5px;
    width: 68px;
}

.topBandOffer {
    float: left;
    width: 565px;
    margin-left: 73px;
    position: relative;
}

    .topBandOffer a {
        color: yellow;
        text-decoration: none;
    }

        .topBandOffer a:hover {
            background: none;
        }

    .topBandOffer .contentdiv {
        float: left;
        left: 15px;
        position: absolute;
        width: 532px;
    }

    .topBandOffer .paginationTetimonial {
        float: left;
        width: 565px;
        padding-top: 0;
    }

        .topBandOffer .paginationTetimonial a {
            color: #ffffff;
            font-size: 20px;
            line-height: 15px;
        }

        .topBandOffer .paginationTetimonial .prev {
            float: left;
            padding: 0;
        }

        .topBandOffer .paginationTetimonial .next {
            float: right;
            padding: 0;
        }

        .topBandOffer .paginationTetimonial .toc {
            display: none;
        }

/*header {background-color:#ffffff;border-bottom:1px solid #d8d8d8;box-shadow:0 1px 3px rgba(0,0,0,0.1);margin-bottom:5px;padding-bottom:5px}*/
header .divCenter {
    padding-right: 20px;
}

@media (max-width:991px) {
    header {
        border-bottom: none;
        box-shadow: none;
    }

        header .divCenter {
            border-bottom: 1px solid #d8d8d8;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
}

h1#logo {
    width: 190px;
    height: 50px;
    margin-top: 0;
}

.WelcomeUser {
    float: right;
    font-size: 12px;
}

    .WelcomeUser a {
        color: #ffffff;
    }

.signUplink {
    float: right;
}

    .signUplink a,
    .signUplink a:focus,
    .signUplink a:hover {
        color: #ffffff;
    }

.top-header-right {
    margin-right: 35px;
}

nav {
    float: right;
    clear: right;
    z-index: 999;
    position: relative;
}

.caretNew {
    background-position: -448px -17px;
    float: right;
    width: 8px;
    height: 6px;
    margin: 7px 0 0 5px;
}

.homeIcon {
    background-position: -582px -27px !important;
    float: left;
    width: 20px;
    height: 18px;
}

.top-level-menu {
    float: left;
}

    .top-level-menu > li {
        position: relative;
        float: left;
    }

    .top-level-menu li:hover > ul {
        display: inline;
    }

    .top-level-menu a {
        font-size: 13px;
        text-decoration: none;
        padding: 16px 15px;
        display: block;
        font-weight: 600;
        color: #4d4d4d;
    }

        .top-level-menu a:hover {
            background: #eee !important;
            color: #4d4d4d !important;
        }

        .top-level-menu a.active {
            color: #ff6600;
        }

        .top-level-menu a.promos {
            border: 1px dashed red;
            border-radius: 5px;
            color: red;
            margin-top: 3px;
            padding: 1px 10px;
        }


#home .top-level-menu .home,
#flights .top-level-menu .flights,
#buses .top-level-menu .buses,
#packages .top-level-menu .packages,
#hotel .top-level-menu .hotel,
#activity .top-level-menu .activity,
#transfer .top-level-menu .transfer,
#cruise .top-level-menu .cruise,
#destination_guides .top-level-menu .destination_guides,
#flighthotels .top-level-menu .flighthotels {
    color: #ff6600;
}

.second-level-menu {
    position: absolute;
    top: 30px;
    left: 0;
    width: 160px;
    display: none;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    border-radius: 0;
    z-index: 1;
}

    .second-level-menu > li {
        position: relative;
    }

    .second-level-menu a {
        font-size: 12px;
        padding: 10px 15px;
    }

    .second-level-menu > li a:hover {
        background: #2C67B3;
        color: #ffffff;
    }

.second-level-menu {
    top: 50px;
    width: 165px;
    right: 0;
}

footer {
    background: #f9f9f9;
    border-top: 1px solid #d8d8d8;
    margin: 15px 0;
    margin-bottom: 0;
}

    footer li a {
        color: #ffffff;
        float: left;
        width: 150px;
    }

.divCenter {
    margin: 0 auto;
    overflow: hidden;
    width: 995px;
}

.footer_abt {
    color: #8f8f8f;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
}

    .footer_abt h3 {
        color: #2C67B3;
        font-size: 14px;
        margin-bottom: 6px;
    }

.footer_list_top {
    background: #2C67B3;
    cursor: pointer;
    position: relative;
    padding-top: 15px;
}

    .footer_list_top > ul {
        float: left;
        width: 785px;
    }

    .footer_list_top a {
        font-size: 13px;
        text-decoration: none;
        margin-right: 15px;
        padding: 6px 0;
        width: 148px;
    }

        .footer_list_top a:hover {
            color: #ffffff;
        }

        .footer_list_top a.moreLess {
            background: #2C67B3;
            border-radius: 5px 5px 0 0;
            color: #ffffff;
            cursor: pointer;
            float: right;
            font-size: 13px;
            height: 15px;
            line-height: 15px;
            margin-right: 0;
            padding: 5px 6px;
            position: absolute;
            right: 70px;
            top: -25px;
            width: 50px;
        }

.moreLess .caretDown {
    background-position: -462px -16px;
    float: right;
    height: 7px;
    margin: 5px 4px 0 0;
    width: 11px;
}

.moreLess .caretRight {
    background-position: -474px -16px;
    float: right;
    height: 11px;
    margin: 5px 7px 0 0;
    width: 7px;
}

.footer_list {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
}

    .footer_list ul {
        float: left;
        margin-right: 30px;
        width: 150px;
    }

    .footer_list a {
        color: #2C67B3;
        font-size: 11px;
        text-decoration: none;
        line-height: 17px;
    }

        .footer_list a:hover {
            color: #ff6600;
        }

    .footer_list .SocialIcon a {
        padding: 2px 0;
    }

    .footer_list .SocialIcon .main_sprite {
        width: 23px;
        height: 23px;
        float: left;
        margin-right: 5px;
    }

    .footer_list .blog_icon {
        background-position: -229px -110px;
    }

    .footer_list .facebook_icon {
        background-position: -257px -110px;
    }

    .footer_list .twitter_icon {
        background-position: -283px -110px;
    }

    .footer_list .gplus_icon {
        background-position: -309px -110px;
    }

    .footer_list .pinterest_icon {
        background-position: -335px -110px;
    }

    .footer_list .youtube_icon {
        background-position: -361px -110px;
    }

    .footer_list .footer_subscribe {
        color: #8f8f8f;
        float: left;
        font-size: 11px;
        line-height: 14px;
        width: 275px;
    }

    .footer_list .dlHead {
        color: #2C67B3;
        float: left;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .footer_list input[type="text"] {
        margin-top: 8px;
        height: 23px;
        width: 200px;
    }

    .footer_list .bttn {
        color: #ffffcd;
        float: right;
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
        padding: 4px 12px;
    }

        .footer_list .bttn:hover {
            color: #ffffcd;
        }

.footer_bottom {
    color: #6f6f6f;
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
}

.IATA_wrap {
    margin-bottom: 10px;
    float: left;
    width: 995px;
}

    .IATA_wrap .IATA_banner {
        text-align: left;
        float: left;
        width: 744px;
    }

    .IATA_wrap .IATA_divide {
        background: #d8d8d8;
        float: left;
        height: 53px;
        margin: 0 10px;
        width: 1px;
    }

    .IATA_wrap .payCards {
        float: left;
        height: 53px;
        text-align: left;
        width: 230px;
    }

.IATA_banner .main_sprite {
    background-position: -5px -199px;
    float: left;
    height: 33px;
    width: 744px;
}

.payCards .main_sprite {
    background-position: -1px -154px;
    float: left;
    width: 230px;
    height: 33px;
}


/*========== CONTACT US (18 MAR 2014) ==========*/
.NewFormWrap {
    float: left;
    margin-top: 30px;
    width: 100%;
    max-width: 995px;
}

.styled-form {
    float: left;
    margin-right: 10px;
    width: 100%;
    max-width: 639px;
}

    .styled-form .pagetitle {
        margin-bottom: 5px;
    }

.formtitle {
    color: #c73c00;
    font-weight: 400;
    margin-bottom: 10px;
}

.styled-form .note {
    margin-bottom: 20px;
}

.styled-form .Form_Row {
    margin-bottom: 0;
}

.contact-info {
    float: right;
    width: 296px;
    padding: 10px;
    background: #f9f9f9;
}

    .contact-info dt {
        color: #c73c00;
        font-weight: 400;
    }

    .contact-info dd {
        color: #2C67B3;
        margin-bottom: 20px;
    }

/*========== VOCUHER (26 MAR 2014) ==========*/
.VoucherWrap {
    font-size: 11px;
    line-height: 18px;
    margin: 0 auto;
    width: 642px;
}

.VoucherBox {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 20px;
    width: 600px;
    overflow: hidden;
}

    .VoucherBox.Details {
        padding-bottom: 0;
    }

    .VoucherBox.foot {
        margin-top: 20px;
    }

.VoucherHead {
    float: left;
    width: 600px;
}

    .VoucherHead .VoucherLogo {
        float: left;
        width: 150px;
    }

    .VoucherHead p {
        float: right;
        color: #c73c00;
        font-size: 16px;
        text-align: right;
    }

        .VoucherHead p span {
            color: #4d4d4d;
            font-size: 11px;
        }

.VoucherContent {
    border-top: 1px solid #d8d8d8;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    width: 600px;
}

    .VoucherContent .bdl_heading {
        color: #c73c00;
        font-size: 13px;
    }

    .VoucherContent .TrvDetail_Title,
    .VoucherContent .TrvDetail_Name,
    .VoucherContent .TrvDetail_Gender,
    .VoucherContent .TrvDetail_PassportNo,
    .VoucherContent .TrvDetail_Seatno {
        width: 110px;
    }

    .VoucherContent .TrvDetail_Type,
    .VoucherContent .TrvDetail_Gender {
        width: 60px;
    }

    .VoucherContent .TrvDetail_Add {
        margin-right: 10px;
        width: 180px;
    }

    .VoucherContent .TrvDetail_Mbl {
        margin-right: 10px;
        width: 70px;
    }

    .VoucherContent .TrvDetail_email {
        margin-right: 10px;
        width: 150px;
    }

    .VoucherContent .TrvDetail_Id {
        margin-right: 10px;
        width: 70px;
    }

    .VoucherContent .TrvDetail_IdNo {
        margin-right: 10px;
        width: 60px;
    }

    .VoucherContent .TrvDetail_sreq {
        margin-right: 10px;
        width: 290px;
    }

    .VoucherContent.Booking ul {
        margin-top: 5px;
        width: 295px;
    }

    .VoucherContent.Booking li span {
        color: #8f8f8f;
    }

    .VoucherContent.Traveller .TrvDetailFormRow .RowHead li {
        font-weight: 600;
    }

    .VoucherContent.TotalAmount {
        border-top: 0;
        margin-left: -20px;
        padding-top: 0;
        width: 640px;
    }

    .VoucherContent.TotalAmount {
        background: #f3f3f3;
        font-size: 13px;
    }

        .VoucherContent.TotalAmount li {
            border-top: 1px solid #d8d8d8;
            line-height: 25px;
            padding-left: 20px;
        }

            .VoucherContent.TotalAmount li:last-child {
                border-radius: 0 0 5px 5px;
            }

            .VoucherContent.TotalAmount li div {
                width: 350px;
            }

            .VoucherContent.TotalAmount li span {
                color: #c73c00;
                float: right;
            }

.VoucherBox.foot .cs_Columns {
    margin-top: 15px;
    width: 300px;
}

    .VoucherBox.foot .cs_Columns ul {
        margin-bottom: 10px;
    }

.VoucherBox.foot .bdl_heading {
    color: #c73c00;
    font-size: 12px;
}


/*========== THANK YOU ==========*/
.ThanksWrap {
    float: left;
    margin: 20px 0;
    width: 995px;
}

    .ThanksWrap .cont {
        background-color: #ffffcd;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        float: left;
        padding: 10px;
    }

.cont .head {
    color: #0b75a3;
    margin-bottom: 20px;
    font-size: 24px;
}

.cont a {
    color: #0b75a3;
}


/*========== PACKAGE DETAIL CSS TEMPORARY UPDATED (25/4/2014) ==========*/
/*========== PACKAGE DETAIL LEFT ========== */
.pkgProdLeft {
    float: left;
    width: 300px;
}

/*========== PACKAGE DETAIL LEFT (INCLUSIONS) ==========*/
.pkgProdLeftIncl {
    float: left;
    width: 298px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 11px;
    margin-bottom: 10px;
}

    .pkgProdLeftIncl .outerContent {
        border-bottom: 1px solid #dcdcdc;
        float: left;
        padding: 5px;
        width: 288px;
    }

        .pkgProdLeftIncl .outerContent:last-child {
            border-bottom: none;
        }

    .pkgProdLeftIncl p {
        font-weight: 600;
        font-size: 12px;
        color: #2C67B3;
    }

    .pkgProdLeftIncl a {
        float: right;
        font-size: 12px;
    }

        .pkgProdLeftIncl a:hover {
            color: #ff6600;
            font-size: 12px;
        }

    .pkgProdLeftIncl .innerContent {
        float: left;
        margin-top: 5px;
        width: 288px;
    }

    .pkgProdLeftIncl div:last-child .innerContent {
        border: none;
    }

/*========== PACKAGE DETAIL LEFT (SIMILAR PACKAGES) ==========*/
.pkgProdSimPkg {
    float: left;
    margin-top: 10px;
    width: 300px;
}

    .pkgProdSimPkg .pkgProdSimPkgHead {
        border: 1px solid #DDDDDD;
        border-radius: 5px 5px 0 0;
        cursor: pointer;
        float: left;
        height: 44px;
        line-height: 44px;
        width: 274px;
    }

    .pkgProdSimPkg .pkgProdSimPkgContent {
        border-radius: 0 0 5px 5px;
        border: 1px solid #DDDDDD;
        float: left;
        padding: 10px;
        width: 278px;
    }

    .pkgProdSimPkg li {
        border-bottom: 1px solid #d8d8d8;
        float: left;
        margin-top: 10px;
        padding-bottom: 10px;
        width: 280px;
    }

        .pkgProdSimPkg li:first-child {
            margin-top: 0;
        }

        .pkgProdSimPkg li:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

        .pkgProdSimPkg li h2.name {
            color: #2C67B3;
            float: left;
            font-size: 12px;
            font-weight: 600;
            line-height: 15px;
            margin-bottom: 5px;
        }

.pkgProdSimPkgContent .ProdCode {
    float: left;
    margin: 5px 0 0 10px;
    width: 139px;
}

    .pkgProdSimPkgContent .ProdCode .ftR {
        color: #ff6600;
        font-weight: 600;
        font-size: 13px;
    }

    .pkgProdSimPkgContent .ProdCode .WebRupee1 {
        font-weight: 600;
        font-size: 13px;
    }

.pkgProdSimPkg li .btn-group {
    float: left;
    margin: 14px 0 0 10px;
}

.pkgProdSimPkg li .bttn {
    font-size: 12px;
    padding: 1px 8px 2px;
}



.pkgdtlTagline {
    float: left;
    width: 645px;
}

    .pkgdtlTagline .heading span {
        clear: none;
        float: none;
        font-size: 14px;
        font-style: normal;
    }

.pkgdtlTaglineLeft {
    float: left;
    width: 465px;
}

    .pkgdtlTaglineLeft b {
        font-size: 10px;
    }

.pkgdtlTaglineRight {
    float: right;
    text-align: right;
    width: 170px;
}

    .pkgdtlTaglineRight .WebRupee1,
    .pkgdtlTaglineRight .packagePriceNormal {
        color: #4D4D4D;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -1px;
        text-decoration: none;
    }

        .pkgdtlTaglineRight .packagePriceNormal.priceoncall {
            color: #c73c00;
            letter-spacing: 0;
        }

    .pkgdtlTaglineRight .packagePriceDiscount {
        font-size: 16px;
        color: #ff6600;
    }

    .pkgdtlTaglineRight .WebRupee1 {
        color: #4D4D4D;
        font-size: 23px;
        font-weight: bold;
        letter-spacing: -1px;
        text-decoration: none;
    }

.callUs {
    background-position: -196px -29px;
    float: left;
    height: 20px;
    margin-right: 6px;
    width: 20px;
}

.packageDetailBookingStaticPriceLeft {
    float: left;
    width: 100px;
    padding-right: 10px;
}

.offerpriceText {
    color: #ff6600;
    text-decoration: line-through;
}


.activityFullSearchDetails {
    margin-bottom: 10px;
    float: left;
    width: 455px;
}

.activityFullSearchDetailsRightPackages {
    float: left;
    width: 292px;
    padding-left: 10px;
}

.SearchCenterWrap.pkgDetail {
    width: 685px;
    margin: 0;
    margin-left: 10px;
}

    .SearchCenterWrap.pkgDetail .SearchResultsWrap {
        width: 665px;
    }

    .SearchCenterWrap.pkgDetail .SearchResult {
        width: 645px;
    }

.packageCodeDetail {
    width: 120px;
    background: #f6f6f6;
    border: 1px solid #d8d8d8;
    padding: 0 5px;
    font-size: 10px;
    color: #000;
    margin-top: 5px;
}

.specialnote1 {
    border: 1px solid #C8C8C8;
    color: #4D4D4D;
    font-size: 11px;
    margin-top: 10px;
    padding: 5px;
    text-align: justify;
}


/*========== PACKAGE DETAIL (SEND ENQUIRY POPUP) ==========*/
.pkgProdEnqPopup {
    float: right;
    margin-top: 10px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    width: 160px;
}

    .pkgProdEnqPopup li {
        float: left;
        width: 160px;
    }

        .pkgProdEnqPopup li:first-child {
            margin-top: 0;
        }

        .pkgProdEnqPopup li span {
            float: left;
            margin-right: 5px;
        }

            .pkgProdEnqPopup li span.pkgSe_Icon {
                background-position: -4px -127px;
                height: 18px;
                width: 18px;
                margin-top: 2px;
            }

            .pkgProdEnqPopup li span.pkgSf_Icon {
                background-position: -25px -127px;
                margin-top: 3px;
                height: 15px;
                width: 18px;
            }

            .pkgProdEnqPopup li span.pkgCall_Icon {
                background-position: -44px -127px;
                height: 19px;
                width: 18px;
            }

            .pkgProdEnqPopup li span.pkgChat_Icon {
                background-position: -65px -127px;
                height: 17px;
                width: 18px;
            }

            .pkgProdEnqPopup li span.pkgPdf_Icon {
                background-position: -86px -127px;
                height: 18px;
                width: 18px;
            }


/*========== PACKAGE DETAIL RIGHT ==========*/
.pkgDetailTabsWrap {
    margin-top: 10px;
    width: 645px;
}

    .pkgDetailTabsWrap #tabs {
        float: left;
        width: 635px;
    }

        .pkgDetailTabsWrap #tabs li {
            float: left;
        }

            .pkgDetailTabsWrap #tabs li a {
                font-size: 12px;
                margin-left: 2px;
                padding: 5px 4px;
            }

            .pkgDetailTabsWrap #tabs li .BookOnlinetab {
                background-color: #dc5600;
                background-image: -moz-linear-gradient(top, #ff9232, #dc5600);
                background-image: -webkit-gradient(linear,0 0,0 100%, from(#ff9232), to(#dc5600));
                background-image: -webkit-linear-gradient(top, #ff9232, #dc5600);
                background-image: -o-linear-gradient(top, #ff9232, #dc5600);
                background-image: -ms-linear-gradient(top, #ff9232 0%, #dc5600 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9232', endColorstr='#ffdc5600', GradientType=0);
                background-image: linear-gradient(top, #ff9232, #dc5600);
                background-repeat: repeat-x;
                color: #ffffcd;
                text-decoration: none;
            }

                .pkgDetailTabsWrap #tabs li .BookOnlinetab:focus,
                .pkgDetailTabsWrap #tabs li .BookOnlinetab:hover {
                    box-shadow: none;
                    top: 0;
                }

    .pkgDetailTabsWrap .tabsContent {
        float: left;
        width: 623px;
    }

    .pkgDetailTabsWrap .bttn.orange,
    .pkgDetailTabsWrap .bttn.blue {
        padding: 2px 11px 4px;
    }


/*========== PACKAGE DETAIL PACKAGE OPTIONS ==========*/
.redtxt {
    color: #c73c00;
}

.pkgdtlOptionsWrap {
    background: #ffffcd;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    width: 611px;
}

    .pkgdtlOptionsWrap .redtxt {
        font-size: 13px;
    }

.pkgdtlOptions {
    float: left;
    width: 190px;
    margin-right: 5px;
    margin-top: 5px;
}

    .pkgdtlOptions input[type="radio"] {
        float: left;
    }

    .pkgdtlOptions label {
        float: left;
        cursor: pointer;
        margin: 1px 0 0 2px;
    }

.packagetabswrapnew {
    position: relative;
    border: 1px solid #DDD;
    float: left;
    border-radius: 5px;
    width: 623px;
    padding: 10px;
}

.pkgdtlOptionsWrapNew {
    background: #FFFFCD none repeat scroll 0% 0%;
    width: 601px;
    border-radius: 5px;
    margin-bottom: 20px;
    float: left;
    padding: 10px;
    border: 1px solid #DDD;
}

#tabsWrap.pkgDetailTabsWrapNew .tabsContent {
    float: left;
    padding: 0px;
    border: medium none;
    border-radius: 0px;
}

/*========== PACKAGE DETAIL (OVERVIEW) ==========*/
.pkgdtlOverviewLeft {
    float: left;
    text-align: justify;
    width: 365px;
}

#gallery1 {
    position: relative;
    height: 210px;
}

    #gallery1 a {
        float: left;
        position: absolute;
    }

        #gallery1 a img {
            border: none;
        }

        #gallery1 a.show {
            z-index: 500;
        }

    #gallery1 .caption {
        z-index: 600;
        background-color: #000;
        color: #ffffff;
        height: 30px;
        width: 365px !important;
        position: absolute;
        display: block;
        bottom: 0;
        font-size: 12px;
    }

        #gallery1 .caption .content1 {
            padding: 5px;
            padding-right: 0;
        }


/*========== PACKAGE DETAIL (INCLUSIONS) ==========*/
.pkgdtlInc {
    float: left;
    margin-bottom: 10px;
    width: 623px;
}

.pkgdtlIncLeft {
    float: left;
    margin-right: 10px;
    width: 305px;
}

.pkgdtlInc .pkgdtlIncLeft:last-child {
    margin-right: 0;
}

.pkgdtlIncLeft .redtxt {
    font-size: 13px;
}

.pkgdtlIncLeft li {
    background: url("../img/bullet.gif") no-repeat scroll left top transparent;
    padding-left: 10px;
}

/*========== PACKAGE DETAIL (ITINERARY) ==========*/
.pkgItnr {
    float: left;
    text-align: justify;
    width: 623px;
}

    .pkgItnr .redtxt {
        color: #c73c00;
    }

/*========== PACKAGE DETAIL (HOTELS, TRANSFER, ACTIVITIES & CRUISE) ==========*/
.pkgProdInclRepeat {
    border-bottom: 1px solid #DDDDDD;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 623px;
}

    .pkgProdInclRepeat .steps {
        float: left;
        line-height: 24px;
        margin-bottom: 10px;
        width: 623px;
    }

        .pkgProdInclRepeat .steps span {
            background: #C73C00;
            border-radius: 50%;
            color: #FFFFCD;
            float: left;
            font-size: 12px;
            height: 21px;
            line-height: 21px;
            margin-right: 5px;
            text-align: center;
            width: 21px;
        }

    .pkgProdInclRepeat .stepsImage {
        float: left;
        height: 80px;
        margin: 0 5px 5px 0;
        width: 125px;
    }

    .pkgProdInclRepeat .stepsContent {
        float: left;
        margin-top: -3px;
        width: 493px;
    }

    .pkgProdInclRepeat .abouthotelContent p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
    }

    /*========== PACKAGE DETAIL (FLIGHTS) ==========*/
    .pkgProdInclRepeat .flightInc {
        float: left;
        padding-bottom: 10px;
        margin-right: 10px;
        width: 301px;
    }

        .pkgProdInclRepeat .flightInc .steps {
            width: 27px;
        }

        .pkgProdInclRepeat .flightInc .stepsContent {
            margin-left: 0;
            width: 274px;
        }

.stepsBgLeft {
    background: url("../images/steps-bg.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    margin-top: 3px;
    padding: 1px 5px 3px 0;
    text-align: center;
    width: 19px;
}


.stepsHotelsleft1 {
    color: #333333;
    float: left;
    padding-bottom: 10px;
    width: 270px;
}

/*========== PACKAGE DETAIL (T & C) ==========*/
.pkgdtltermsMain {
    padding-bottom: 15px;
    width: 623px;
}

    .pkgdtltermsMain li {
        background: url("../img/bullet.gif") no-repeat scroll left top transparent;
        padding: 2px 5px 2px 10px;
    }

.pkgdtltermslinks {
    background-color: #f6f6f6;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    float: left;
    width: 621px;
}

    .pkgdtltermslinks li {
        width: 204px;
    }

.pkgdtltermsContent {
    border-bottom: 1px dashed #d8d8d8;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
}

    .pkgdtltermsContent .redtxt {
        font-size: 13px;
    }

.pkgdtltermsContent {
    border-collapse: collapse;
    font-size: 12px;
}

    .pkgdtltermsContent ul ul {
        list-style-type: circle;
        margin-left: 27px;
    }

        .pkgdtltermsContent ul ul li {
            background: none;
            list-style-type: circle;
            padding: 0;
        }

/*========== PACKAGE DETAIL BOOK ONLINE ==========*/
.CruiseBookRow.pkg {
    width: 603px;
    padding: 10px;
}

.CruiseBookRow_Left.pkg {
    width: 168px;
}

    .CruiseBookRow_Left.pkg .rndBullet {
        border: 1px solid #2c67b3;
        border-radius: 50%;
        float: left;
        height: 4px;
        width: 4px;
        margin: 6px 5px 0 0;
    }

.CruiseBookRow_Right.pkg {
    width: 421px;
}

    .CruiseBookRow_Right.pkg input[type="radio"] {
        float: left;
    }

    .CruiseBookRow_Right.pkg label {
        color: #4d4d4d;
        cursor: pointer;
        float: left;
        font-size: 13px;
        margin-left: 2px;
    }

    .CruiseBookRow_Right.pkg .DateofBirth {
        float: left;
        margin-right: 5px;
        width: 90px;
    }

        .CruiseBookRow_Right.pkg .DateofBirth select {
            width: 90px;
        }

    .CruiseBookRow_Right.pkg .pkgdtlBookingOptions {
        float: left;
        width: 436px;
    }

    .CruiseBookRow_Right.pkg .packageDetailBookingOptionHeading {
        float: left;
        background: #e9e9e9;
        padding: 3px 5px;
        width: 409px;
        border: 1px solid #d8d8d8;
        font-weight: bold;
        margin-bottom: 2px;
        margin-top: 10px;
    }

    .CruiseBookRow_Right.pkg .packageDetailBookingOption,
    .CruiseBookRow_Right.pkg .packageDetailBookingOptionPrice {
        background: #e9e9e9;
        border: 1px solid #d8d8d8;
        padding: 3px;
        float: left;
        width: 78px;
        height: 32px;
        text-align: center;
        padding-bottom: 10px;
    }

    .CruiseBookRow_Right.pkg .packageDetailBookingOptionPrice {
        background: transparent;
        height: 20px;
    }

    .CruiseBookRow_Right.pkg .stepsnewRoom1Option {
        float: left;
        margin-right: 5px;
        width: 45px;
    }

    .CruiseBookRow_Right.pkg .stepsnewRoom1Type {
        float: left;
        margin-right: 5px;
        width: 100px;
    }

    .CruiseBookRow_Right.pkg .stepsnewRoom1 {
        float: left;
        width: 50px;
    }

        .CruiseBookRow_Right.pkg .stepsnewRoom1:last-child {
            width: 66px;
        }

    .CruiseBookRow_Right.pkg .stepsnewRoom1Row {
        height: 30px;
        margin-top: 10px;
    }

    .CruiseBookRow_Right.pkg .stepsnewRoom1Input {
        width: 47px;
    }

    .CruiseBookRow_Right.pkg .stepsnewRoom1TypeOption {
        width: 101px;
    }

    .CruiseBookRow_Right.pkg .totalPriceFull {
        float: left;
        padding-top: 5px;
        width: 275px;
    }

    .CruiseBookRow_Right.pkg .totalPriceLeft1 {
        float: left;
        font-size: 12px;
        font-weight: bold;
        width: 150px;
    }

    .CruiseBookRow_Right.pkg .totalPriceRight {
        color: #FF6600;
        float: right;
        font-size: 12px;
        font-weight: bold;
        margin-left: 5px;
        text-align: right;
        width: 120px;
    }

    .CruiseBookRow_Right.pkg .errorSmall,
    .CruiseBookRow_Right.pkg .errorSmall a,
    .CruiseBookRow_Right.pkg .errorSmall a:hover {
        color: #FF6600;
        float: left;
        font-size: 9px;
        font-weight: normal;
        line-height: 12px;
    }

/*========== PACKAGE DETAIL REVIEWS ==========*/
#IWriteReviews.tabsContent .ajax__tab_tab {
    color: #2c67b3;
    cursor: pointer;
    margin-right: 10px;
}

    #IWriteReviews.tabsContent .ajax__tab_tab:hover {
        text-decoration: underline;
    }

.review_Row {
    float: left;
    width: 452px;
    margin-top: 5px;
}

    .review_Row label {
        float: left;
        width: 124px;
    }

.pkgDetailTabsWrap .ReviewRepeat,
.pkgDetailTabsWrap .profileInfo,
.pkgDetailTabsWrap .reviewContent {
    width: 623px;
}

    .pkgDetailTabsWrap .profileInfo h3 {
        color: #2C67B3;
        font-size: 14px;
        margin-bottom: 6px;
    }

/*========== TOP MODIFY SEARCH BAR ==========*/
.modifySearchBar {
    background: #2c67b3;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

    .modifySearchBar ul {
        padding: 10px;
        width: 100%;
    }

    .modifySearchBar li {
        float: left;
        margin-right: 10px;
        width: 100%;
        max-width: 266px;
        /*overflow:hidden;*/
    }

.fph .typeahead {
    overflow: hidden;
    width: 100% !important;
}

.modifySearchBar ul li:last-child {
    margin-right: 0;
}

.modifySearchBar input[type="text"] {
    border: 1px solid #cecece;
    border-radius: 5px;
    color: #333333;
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    padding: 7px 0 7px 10px;
    width: 100%;
}

.modifySearchBar .CheckInOut {
    height: 31px;
    /*width: 100%;*/
}

    .modifySearchBar .CheckInOut input[type="text"] {
        background-color: #ffffff;
        width: 100%;
    }

.modifySearchBar .modifyHead {
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 30px;
    margin: 4px 0 0 7px;
    text-decoration: none;
}

.modifySearchBar select {
    border: 1px solid #cecece;
    border-radius: 5px;
    color: #333333;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 5px;
    width: 100%;
}

.modifySearchBar ul.typehead {
    width: 290px !important;
}

.modifySearchBar.package select {
    width: 152px;
}

.modifySearchBar.package .dptCode {
    width: 95px;
}

.modifySearchBar.hotel select {
    width: 100%;
}

.modifySearchBar.hotel .popover {
    color: #4d4d4d;
    display: block;
    left: 654px;
    max-width: 539px;
    top: 175px;
}

.modifySearchBar.hotel .popover-title {
    padding: 10px;
}

.modifySearchBar.hotel .popover-content {
    float: left;
    padding: 10px;
    width: 563px;
}

    .modifySearchBar.hotel .popover-content select {
        width: 60px;
    }

        .modifySearchBar.hotel .popover-content select.RoomTypeSelect {
            width: 153px;
        }

    .modifySearchBar.hotel .popover-content .rooms_label {
        margin-top: 6px;
    }

    .modifySearchBar.hotel .popover-content .left {
        float: left;
        width: 563px;
    }

    .modifySearchBar.hotel .popover-content .rtHeading {
        float: left;
        width: 260px;
    }

        .modifySearchBar.hotel .popover-content .rtHeading .ftR {
            margin-right: 24px;
        }

    .modifySearchBar.hotel .popover-content .room_repeatRow {
        float: left;
        margin-top: 5px;
        width: 563px;
    }

    .modifySearchBar.hotel .popover-content .room_repeat {
        float: left;
        width: 260px;
    }

    .modifySearchBar.hotel .popover-content .child_repeat {
        float: left;
        margin-left: 10px;
        width: 293px;
    }

/*========== FLIGHT SEARCH FILTER CSS CHANGED ==========*/
.foundHead.flight {
    height: auto;
    line-height: 30px;
    margin: 0;
    border: 0;
    border-right: 1px solid #d8d8d8;
    width: 20%;
    float: left;
}

    .foundHead.flight .paxCount {
        float: left;
    }

.fltTwocolumnfilterwrap .columns .checkStops span {
    margin: -5px 15px 0 0px;
}

.flightfloating {
    float: left;
    height: auto;
    width: 100%;
    max-width: 915px;
    top: 68px !important;
}

.yourSelection {
    float: left;
    height: auto;
    padding: 10px 15px;
    width: 100%;
}

    .yourSelection .header {
        /*margin-right: 10px;*/
        height: auto;
        width: 100%;
    }

        .yourSelection .header h3 {
            font-size: 15px;
            width: auto;
            color: #c73c00;
        }

        .yourSelection .header span {
            margin-top: 2px;
            font-size: 11px;
            line-height: 16px;
        }

.selectedflight {
    margin-top: 0;
    width: 100%;
    color: #4d4d4d;
    font-weight: 600;
}

    .selectedflight .tripSummary b {
        font-size: 11px;
        font-weight: 600;
    }

    .selectedflight .airline p {
        margin-top: -2px;
    }

.YouPay .price,
.YouPay .WebRupee1 {
    letter-spacing: -1px;
}

.filterSearch.flight.twoColumn {
    background: none;
    border: 1px solid #DDDDDD;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

    .filterSearch.flight.twoColumn .NarrowSearch {
        width: 769px;
        height: auto;
        display: none;
    }

        .filterSearch.flight.twoColumn .NarrowSearch span {
            left: 391px;
        }

.fltTwocolumnfilterwrap {
    width: 80%;
    padding: 10px 15px;
    height: auto;
    margin-top: 0;
}

    .fltTwocolumnfilterwrap .columns {
        height: auto;
        /*margin-right: 30px;
        width: 177px;*/
    }

        .fltTwocolumnfilterwrap .columns:last-child {
            margin-right: 0;
        }

        .fltTwocolumnfilterwrap .columns .slider.slider-horizontal {
            margin-top: -7px;
        }

.BaggageLinks {
    margin: 0 auto;
    margin-bottom: 4px;
    overflow: hidden;
    width: 320px;
}

    .BaggageLinks.IntrndTrip {
        width: 403px;
    }

        .BaggageLinks.IntrndTrip li {
            margin-right: 9px;
        }

    .BaggageLinks.rndTrip {
        width: 180px;
    }

.flightResultWrap .BaggageLinks li:last-child {
    margin-right: 0;
}

.flightResultWrap .BaggageLinks li.FareRules {
    width: 73px;
}

.flightResultWrap .BaggageLinks li a {
    cursor: pointer;
}

    .flightResultWrap .BaggageLinks li a b {
        font-weight: 600;
    }

.ResultSpliter .flightResultWrap .BaggageLinks.rndTrip li.FareRules {
    margin-right: 10px;
    width: 72px;
}

.bagInfoIcon {
    background-position: -225px -152px;
    float: left;
    height: 15px;
    width: 18px;
    margin: 2px 3px 0 0;
}

.fbrkpIcon {
    background-position: -248px -152px;
    float: left;
    height: 16px;
    width: 20px;
    margin: 2px 3px 0 0;
}

.frlsIcon {
    background-position: -273px -152px;
    float: left;
    height: 16px;
    width: 12px;
    margin: 2px 3px 0 0;
}


/*========== ABOUT US (29-5-2014) ==========*/
.aboutUs_sprite {
    background: url(../img/aboutUs_sprite.png);
}

.AboutUs {
    color: #6f6f6f;
    float: left;
    margin-top: 10px;
    text-align: center;
}

    .AboutUs h1 {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -1px;
        line-height: 30px;
    }

    .AboutUs p.medium {
        color: #c73c00;
        display: block;
        font-size: 18px;
        margin: 15px 0;
    }

.OurStoryWrap {
    background-color: #2c67b3;
    color: #ffffff;
    float: left;
    margin: 15px 0 0 -10px;
    text-align: center;
    width: 1015px;
}

.OurStory {
    float: left;
    padding: 20px;
    text-align: center;
    width: 975px;
}

    .OurStory h2 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 15px;
    }

.DpaulsTimeline {
    float: left;
    margin: 20px 0;
    position: relative;
    width: 1015px;
}

    .DpaulsTimeline ul {
        float: left;
        text-align: left;
        margin-left: 118px;
        position: relative;
        top: 10px;
    }

    .DpaulsTimeline li {
        float: left;
        margin-right: 40px;
        width: 258px;
    }

        .DpaulsTimeline li:last-child {
            margin-right: 0;
        }

.tmlnYear {
    background-position: -675px -10px;
    float: left;
    font-size: 18px;
    font-weight: 600;
    height: 136px;
    text-align: center;
    line-height: 65px;
    width: 65px;
}

.tmlnYearCont {
    float: right;
    font-size: 11px;
    line-height: 16px;
    margin-left: 5px;
    width: 188px;
}

    .tmlnYearCont h4 {
        font-size: 13px;
        font-weight: 600;
    }

    .tmlnYearCont p {
        line-height: 13px;
        margin-top: 5px;
    }

.DpaulsTimeline ul.lower {
    float: left;
    margin-left: 20px;
    text-align: left;
    top: -10px;
}

    .DpaulsTimeline ul.lower .tmlnYear {
        background-position: -775px -10px;
        line-height: 207px;
    }

    .DpaulsTimeline ul.lower .tmlnYearCont {
        margin-top: 70px;
    }

.abtPoints {
    float: left;
    margin: 40px;
    width: 100%;
    max-width: 915px;
    margin-top: 0;
}

    .abtPoints .carousel {
        height: auto;
        width: 915px;
    }

    .abtPoints .carousel-inner {
        border-radius: 0;
        margin: 0 auto;
        width: 825px;
    }

.abtPointsIcons {
    background-position: -718px -186px;
    float: left;
    height: 212px;
    width: 212px;
}

    .abtPointsIcons .offerings {
        float: left;
        background-position: -10px -10px;
        height: 155px;
        margin: 36px 0 0 34px;
        width: 152px;
    }

    .abtPointsIcons .team {
        float: left;
        background-position: -188px -10px;
        height: 108px;
        margin: 49px 0 0 17px;
        width: 180px;
    }

    .abtPointsIcons .commitment {
        float: left;
        background-position: -382px -10px;
        height: 84px;
        margin: 66px 0 0 17px;
        width: 180px;
    }

    .abtPointsIcons .apart {
        float: left;
        background-position: -10px -173px;
        height: 92px;
        margin: 61px 0 0 17px;
        width: 180px;
    }

    .abtPointsIcons .whyUs {
        float: left;
        background-position: -220px -173px;
        height: 118px;
        margin: 39px 0 0 35px;
        width: 141px;
    }

    .abtPointsIcons .motto {
        float: left;
        background-position: -390px -173px;
        height: 129px;
        margin: 44px 0 0 46px;
        width: 145px;
    }

    .abtPointsIcons .future {
        float: left;
        background-position: -550px -173px;
        height: 118px;
        margin: 46px 0 0 52px;
        width: 110px;
    }

.abtPointsContent {
    color: #6f6f6f;
    float: right;
    margin-top: 15px;
    width: 603px;
}

    .abtPointsContent h3 {
        color: #c73c00;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

.abtPoints .carousel-control {
    background: none;
    border: 0;
    border-radius: 0;
    color: #c73c00;
    font-size: 90px;
    font-weight: 400;
    text-align: left;
    opacity: 1;
    left: -3px;
    top: 40%;
    width: 24px;
    height: 44px;
}

    .abtPoints .carousel-control.right {
        left: auto;
        right: 3px;
    }

.Cust_Support {
    float: left;
    color: #787878;
    font-size: 12px;
    margin-top: 10px;
    width: 995px;
}

    .Cust_Support li {
        float: left;
        margin: 10px 0 0 20px;
        width: 318px;
    }

        .Cust_Support li p {
            color: #c73c00;
            font-size: 13px;
        }

        .Cust_Support li span {
            color: #4d4d4d;
        }

.abtPoints.awardsGallery {
    float: none;
    height: 400px;
    margin: 0;
    margin: 0 auto;
}

    .abtPoints.awardsGallery .carousel-inner {
        width: 600px;
    }

    .abtPoints.awardsGallery .abtPointsContent {
        float: left;
        width: 600px;
        text-align: center;
    }

/*======================== FEEDBACK PAGE CSS =========================*/
.feedBackWrap {
    float: left;
    margin-top: 10px;
    width: 995px;
}

.feedBackLeft {
    float: left;
    width: 995px;
}

    .feedBackLeft #tabs {
        margin-left: 0;
        width: 160px;
    }

        .feedBackLeft #tabs li a {
            border-radius: 5px 0 0 5px;
            border: 0;
            font-size: 13px;
            margin-left: 0;
            padding: 10px 15px;
            font-weight: normal;
            width: 130px;
        }

            .feedBackLeft #tabs li a:hover,
            .feedBackLeft #tabs li a.active {
                background: url(../img/pointer-arrow1.png) no-repeat;
                filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="../img/pointer-arrow1.png", sizingMethod="scale");
                border-right: none;
                box-shadow: none;
                color: #ffffcd;
                font-size: 13px;
                top: 0;
                width: 152px;
            }

    .feedBackLeft #tabsWrap .tabsContent {
        background: #ffffff;
        color: #6f6f6f;
        padding-left: 30px;
        width: 793px;
    }

/*========== CATEGORY MASTER PAGE ==========*/
.ctg_left {
    width: 746px;
}

.ctg_leftRepeat {
    float: left;
    margin-top: 10px;
}

    .ctg_leftRepeat:first-child {
        margin-top: 0;
    }
/*.ctg_left li {border:1px solid #d8d8d8;border-radius:5px;float:left;width:230px;padding:5px;margin-right:10px}*/
.ctg_left li {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    float: left;
    width: 230px;
    padding: 5px;
}

    .ctg_left li:last-child {
        margin-right: 0;
    }

.ctg_left p {
    float: left;
    text-align: center;
    width: 100%;
}

.ctg_left .ctg_name a {
    color: #c73c00;
    font-size: 13px;
}

.ctg_img {
    margin: 5px 0;
}

    .ctg_img a {
        float: left;
        height: 140px;
        width: 230px;
    }

.SearchRight.ctg,
.SearchRight.ctg .themeRight {
    width: 239px;
}

    .SearchRight.ctg .thmemeEnquiry,
    .SearchRight.ctg .thmdgLinks {
        width: 237px;
    }

        .SearchRight.ctg .thmemeEnquiry .formhd {
            width: 218px;
        }

        .SearchRight.ctg .thmemeEnquiry ul,
        .SearchRight.ctg .thmdgLinksContent {
            width: 217px;
        }

        .SearchRight.ctg .thmemeEnquiry input[type="text"],
        .SearchRight.ctg .thmemeEnquiry input[type="email"],
        .SearchRight.ctg .thmemeEnquiry select,
        .SearchRight.ctg .thmemeEnquiry textarea {
            width: 204px;
        }

.stDepPoints {
    float: left;
    margin-top: 20px;
    width: 516px;
}

    .stDepPoints .popover {
        max-width: 750px;
    }

    .stDepPoints .popover-content {
        width: 750px;
    }

.actdtlfilter {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    float: right;
    padding: 5px;
    width: 125px;
}

.pkgProdSimPkg.act {
    width: 100%;
}

    .pkgProdSimPkg.act .pkgProdSimPkgHead {
        width: 100%;
    }

    .pkgProdSimPkg.act .pkgProdSimPkgContent {
        width: 100%;
    }

    .pkgProdSimPkg.act li {
        width: 200px;
    }

    .pkgProdSimPkg.act .pkgProdSimPkgContent .ProdCode {
        width: 44px;
    }

.actdtlfilter.actdtlmodal {
    border: 0;
    border-radius: 0;
    float: left;
    padding: 0;
    width: 100%;
    max-width: 330px;
}

.searchTopDestinations.domAct {
    width: 605px;
    height: auto;
    float: left;
    margin-top: 7px;
}

    .searchTopDestinations.domAct ul {
        width: 605px;
        padding: 0;
        margin: 0;
        float: left;
    }

    .searchTopDestinations.domAct li {
        width: auto;
        margin-right: 5px;
    }

        .searchTopDestinations.domAct li input[type="radio"] {
            margin: -3px 2px 0 0;
        }

        .searchTopDestinations.domAct li a {
            color: #ffffff;
        }


.searchTopDestinations.domAct {
    width: 605px;
    height: auto;
    float: left;
    margin-top: 7px;
}

    .searchTopDestinations.domAct ul {
        width: 605px;
        padding: 0;
        margin: 0;
        float: left;
    }

    .searchTopDestinations.domAct li {
        width: auto;
        margin-right: 5px;
    }

        .searchTopDestinations.domAct li input[type="radio"] {
            margin: -3px 2px 0 0;
        }

        .searchTopDestinations.domAct li a {
            color: #ffffff;
        }

/*========== GTA Sightseeing sort by and pagination ==========*/
.actPagination {
    border-bottom: 1px solid #DDDDDD;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 2px;
    width: 100%;
}

    .actPagination li {
        float: left;
        margin-right: 10px;
    }

        .actPagination li a {
            cursor: pointer;
            float: left;
        }

        .actPagination li span {
            float: left;
            height: 9px;
            width: 5px;
            margin: 6px 0 0 3px;
        }

            .actPagination li span.sortUp {
                background-position: -180px -164px;
            }

            .actPagination li span.sortDown {
                background-position: -188px -164px;
            }

    .actPagination .srtAirline {
        margin-top: 5px;
        width: 65px;
    }

        .actPagination .srtAirline a {
            width: 33px;
        }

    .actPagination .srtPrice {
        margin-top: 5px;
        margin-right: 0;
        width: 60px;
    }

        .actPagination .srtPrice a {
            text-align: right;
            width: 48px;
        }

    .actPagination .pagination {
        float: right;
    }

        .actPagination .pagination li {
            margin-right: 0;
        }

/*========== MODAL POPUPS ==========*/
.modalClosebtn {
    background-position: -512px -80px;
    cursor: pointer;
    float: left;
    height: 37px;
    right: -18px;
    top: -18px;
    position: absolute;
    width: 35px;
}

    .modalClosebtn:hover {
        text-decoration: none;
    }


.modal.changeRoom {
    margin-left: -447px;
    width: 807px;
}

    .modal.changeRoom .modal-header h3 {
        font-size: 18px;
        border: 1px solid #d8d8d8;
        margin: -10px;
        margin-bottom: 10px;
    }

    .modal.changeRoom.detail {
        margin-left: -388px;
        width: 748px;
    }

.modal.changeDate {
    margin-left: 0;
    width: 100%;
    max-width: 360px;
}

.modal.writeReview {
    margin-left: -260px;
    width: 520px;
}

    .modal.writeReview .modal-body {
        max-height: 515px !important;
    }

.modal.sendFrndPopup {
    width: 500px;
    margin-left: -250px;
}

    .modal.sendFrndPopup .modal-body {
        max-height: 450px;
    }

.modal.whatisThis {
    width: 500px;
    margin-left: -250px;
}

    .modal.whatisThis .modal-body {
        max-height: 450px;
    }

.modal.modifyBus {
    width: 574px;
    height: 310px;
    margin-left: -287px;
}

    .modal.modifyBus .searchform_inner {
        height: 174px;
    }

.modal.showMapPopup {
    width: 460px;
    margin-left: -230px;
}

.modal.busCancPolicyPopup {
    width: 460px;
    margin-left: -230px;
}

.modal.modifyHotel {
    width: 574px;
    margin-left: -287px;
    position: fixed !important;
}

.modal.cabinModal {
    margin-left: -363px;
    width: 725px;
}

/*========== SEND ENQUIRY POPUP ========== */
.modal.sendEnqPopup {
    width: 702px;
    margin-left: -350px;
}

    .modal.sendEnqPopup .modal-body {
        max-height: 440px;
    }
/*.sendEnqPopup,
.sendEnqPopup .styled-form,
.sendEnqPopup .Form_Row {width:440px}
.sendEnqPopup .styled-form {height:428px}
.sendEnqPopup .Form_Row label {width:70px}
.sendEnqPopup .Form_Row input[type="text"], 
.sendEnqPopup .Form_Row input[type="email"], 
.sendEnqPopup .Form_Row input[type="password"] {width:255px}
.sendEnqPopup .Form_Row textarea {height:100px;width:433px}
.sendEnqPopup .scBox {margin-left:77px;width:303px}
.sendEnqPopup .Form_Row label.sc_label {width:165px}
.sendEnqPopup .btn-group {margin-top:10px}*/

/* =============== MY ACCOUNT REDESIGN =============== */
.myAccTabs {
    float: left;
    margin-top: 20px;
    width: 100%;
}

    .myAccTabs #tabs {
        float: left;
        margin-left: 0;
        padding: 0 10px;
        width: 100%;
    }

        .myAccTabs #tabs li {
            width: 20%;
            float: left;
            text-align: center;
        }

            .myAccTabs #tabs li a {
                background: none;
                border: 0;
                color: #8f8f8f;
                font-size: 12px;
                margin-left: 0;
                padding: 0;
                position: relative;
                text-align: center;
            }

            .myAccTabs #tabs li:last-child a {
                margin-right: 0;
            }

            .myAccTabs #tabs li a:hover,
            .myAccTabs #tabs li a:focus,
            .myAccTabs #tabs li a.active {
                background: none;
                box-shadow: none;
                color: #c73c00;
                position: relative;
                text-decoration: none;
                top: 0;
            }

            .myAccTabs #tabs li a span.search_sprite {
                display: block;
                height: 60px;
                margin: 0 auto;
                margin-bottom: 5px;
                width: 60px;
            }

            .myAccTabs #tabs li a span.arrow_up {
                background: url('../img/arrow-up.png') 0 0 no-repeat;
                display: none;
                height: 25px;
                left: 37%;
                position: absolute;
                top: 83px;
                width: 29px;
            }

            .myAccTabs #tabs li a:hover .arrow_up,
            .myAccTabs #tabs li a.active .arrow_up {
                display: block;
            }

            .myAccTabs #tabs li a span.myProfileIcon {
                background-position: -587px -10px;
            }

            .myAccTabs #tabs li a:hover span.myProfileIcon,
            .myAccTabs #tabs li a.active span.myProfileIcon {
                background-position: -587px -80px;
            }

            .myAccTabs #tabs li a span.myCurrentBookingsIcon {
                background-position: -657px -10px;
            }

            .myAccTabs #tabs li a:hover span.myCurrentBookingsIcon,
            .myAccTabs #tabs li a.active span.myCurrentBookingsIcon {
                background-position: -657px -80px;
            }

            .myAccTabs #tabs li a span.myPastBookingsIcon {
                background-position: -727px -10px;
            }

            .myAccTabs #tabs li a:hover span.myPastBookingsIcon,
            .myAccTabs #tabs li a.active span.myPastBookingsIcon {
                background-position: -727px -80px;
            }

            .myAccTabs #tabs li a span.myCancelledBookingsIcon {
                background-position: -797px -10px;
            }

            .myAccTabs #tabs li a:hover span.myCancelledBookingsIcon,
            .myAccTabs #tabs li a.active span.myCancelledBookingsIcon {
                background-position: -797px -80px;
            }

            .myAccTabs #tabs li a span.myFlightBookingsIcon {
                background-position: -867px -10px;
            }

            .myAccTabs #tabs li a:hover span.myFlightBookingsIcon,
            .myAccTabs #tabs li a.active span.myFlightBookingsIcon {
                background-position: -867px -80px;
            }

            .myAccTabs #tabs li a span.myChangePasswordIcon {
                background-position: -937px -10px;
            }

            .myAccTabs #tabs li a:hover span.myChangePasswordIcon,
            .myAccTabs #tabs li a.active span.myChangePasswordIcon {
                background-position: -937px -80px;
            }

    .myAccTabs#tabsWrap .tabsContent {
        border: 0;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
        border-radius: 10px;
        margin-top: 20px;
        width: 100%;
    }

    .myAccTabs .tabsContent.myProfile h2 {
        color: #c73c00;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .myAccTabs .tabsContent.myProfile .DetailsRow {
        float: left;
        margin-top: 20px;
        width: 100%;
        max-width: 1100px;
    }

        .myAccTabs .tabsContent.myProfile .DetailsRow:first-child {
            margin-top: 0;
        }

    .myAccTabs .tabsContent.myProfile .DetailForm {
        float: left;
        margin-right: 20px;
        width: 100%;
        max-width: 450px;
    }

    .myAccTabs .tabsContent.myProfile .Form_Row {
        width: 100%;
        max-width: 344px;
    }

        .myAccTabs .tabsContent.myProfile .Form_Row select {
            float: none;
        }

    .myAccTabs .tabsContent.myProfile input[type="checkbox"] {
        float: left;
        margin: 3px 4px 0 0;
    }

    .myAccTabs .tabsContent.myProfile .subscribe label {
        width: 250px;
    }

    .myAccTabs .tabsContent.myCurrentBookings .BookingRepeat {
        border: 1px solid #e9e9e9;
        border-radius: 5px;
        float: left;
        margin-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .myAccTabs .tabsContent.myCurrentBookings .BookingNo {
        color: #c73c00;
        font-size: 15px;
        text-align: center;
        margin: 10px 0;
        width: 100%;
    }

        .myAccTabs .tabsContent.myCurrentBookings .BookingNo span {
            color: #4d4d4d;
        }

    .myAccTabs .tabsContent.myCurrentBookings .BookingLeft {
        float: left;
        padding: 10px;
        width: 798px;
    }

    .myAccTabs .tabsContent.myCurrentBookings .BookedSrvname {
        color: #c73c00;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .myAccTabs .tabsContent.myCurrentBookings .BookingLeft li {
        color: #8f8f8f;
        float: left;
        font-size: 12px;
        margin-right: 10px;
        width: 48%;
    }

        .myAccTabs .tabsContent.myCurrentBookings .BookingLeft li span:first-child {
            color: #4d4d4d;
            margin-right: 10px;
        }

    .myAccTabs .tabsContent.myCurrentBookings .BookingOptions {
        float: left;
        width: 100%;
        max-width: 798px;
    }

    .myAccTabs .tabsContent.myCurrentBookings .BookingPrice {
        background: #f9f9f9;
        border-radius: 0 5px 5px 0;
        color: #c73c00;
        font-weight: 600;
        font-size: 20px;
        height: 100%;
        right: 0;
        position: absolute;
        height: 100%;
        text-align: center;
        top: 0;
        width: 155px;
    }

        .myAccTabs .tabsContent.myCurrentBookings .BookingPrice .BookingPriceInner {
            position: relative;
            top: 35%;
        }

        .myAccTabs .tabsContent.myCurrentBookings .BookingPrice a {
            font-weight: normal;
            font-size: 12px;
        }

        .myAccTabs .tabsContent.myCurrentBookings .BookingPrice .WebRupee1 {
            color: #c73c00;
            font-weight: normal;
            font-size: 20px;
        }

/* =============== GTA TRANSFER DESIGN (DEFAULT PAGE) =============== */
/* == GTA transfer home page search box == */
.trfSearchBoxContent {
    min-height: 254px;
}

.trfSearchBoxRow {
    margin-top: 20px;
    width: 100%;
}

    .trfSearchBoxRow li {
        width: 275px;
    }

        .trfSearchBoxRow li:first-child {
            margin-right: 10px;
        }

        .trfSearchBoxRow li label {
            float: left;
            margin-bottom: 3px;
            width: 100%;
        }

        .trfSearchBoxRow li select {
            height: 29px;
            width: 275px;
        }

    .trfSearchBoxRow.Date input.checkInout {
        width: 112px;
    }

    .trfSearchBoxRow.Date li:last-child select {
        width: 120px;
    }


/* == GTA transfer search page == */
input[type="text"].checkInout {
    background: #ffffff url('../img/date_icon.png') 95% 50% no-repeat;
}

.paxIcon {
    background-position: -517px -126px;
    color: #ffffff;
    float: left;
    height: 27px;
    text-align: center;
    width: 18px;
}

.luggageIcon {
    background-position: -545px -126px;
    color: #ffffff;
    float: left;
    height: 19px;
    text-align: center;
    width: 23px;
}

/*Found*/
.fphFound {
    float: left;
    margin: 20px 10px 0 0;
    width: 345px;
}

    .fphFound h1 {
        font-size: 16px;
        font-weight: 600;
    }

        .fphFound h1 + span {
            color: #8f8f8f;
            font-size: 12px;
            margin-top: 20px;
        }

.trfSearchWrap {
    float: left;
    width: 100%;
    font-weight: 600;
}

    .trfSearchWrap li.Desc {
        width: 410px;
    }

    .trfSearchWrap li.Vehicle {
        width: 125px;
    }

    .trfSearchWrap li.MaxPax,
    .trfSearchWrap li.MaxLuggage {
        text-align: center;
        width: 130px;
    }

    .trfSearchWrap li.TotalPrice {
        text-align: right;
        width: 100px;
    }

.trfSearchHead {
    background-color: #ffffcd;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    float: left;
    line-height: 28px;
    width: 100%;
}

    .trfSearchHead li,
    .trfSearchRepeat li {
        color: #c73c00;
        float: left;
        font-size: 12px;
        margin: 0 10px;
    }

        .trfSearchHead li span.search_sprite {
            float: right;
            height: 9px;
            margin: 11px 0px 0px 3px;
            width: 5px;
        }

.trfSearchRepeat {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

    .trfSearchRepeat li {
        color: #6f6f6f;
        cursor: default;
    }

        .trfSearchRepeat li.Vehicle input[type="radio"] {
            cursor: pointer;
            float: left;
            margin-right: 3px;
        }

        .trfSearchRepeat li.Vehicle label {
            cursor: pointer;
            font-weight: 600;
        }

        .trfSearchRepeat li.Vehicle p {
            margin-bottom: 20px;
        }

            .trfSearchRepeat li.Vehicle p a {
                color: #6f6f6f;
            }

            .trfSearchRepeat li.Vehicle p:last-child {
                margin-bottom: 0;
            }

        .trfSearchRepeat li.MaxPax .paxIcon,
        .trfSearchRepeat li.MaxPax .luggageIcon,
        .trfSearchRepeat li.MaxLuggage .paxIcon,
        .trfSearchRepeat li.MaxLuggage .luggageIcon {
            float: none;
            display: block;
            margin: 0 auto;
        }

        .trfSearchRepeat li.MaxPax,
        .trfSearchRepeat li.MaxLuggage {
            color: #ffffff;
        }

            .trfSearchRepeat li.MaxPax p {
                line-height: 36px;
            }

                .trfSearchRepeat li.MaxPax p span.search_sprite {
                    margin-bottom: 5px;
                }

                .trfSearchRepeat li.MaxPax p:last-child span.search_sprite {
                    margin-bottom: 0;
                }

            .trfSearchRepeat li.MaxLuggage p {
                margin-bottom: 18px;
                margin-top: 5px;
            }

                .trfSearchRepeat li.MaxLuggage p:last-child {
                    margin-bottom: 0;
                }

        .trfSearchRepeat li.TotalPrice del,
        .trfSearchRepeat li.TotalPrice del .WebRupee1 {
            color: #ff6600;
            font-size: 16px;
            font-weight: 600;
            text-align: right;
        }

        .trfSearchRepeat li.TotalPrice ins,
        .trfSearchRepeat li.TotalPrice ins .WebRupee1 {
            color: #4d4d4d;
            font-size: 22px;
            font-weight: 600;
            text-align: right;
            text-decoration: none;
        }

        .trfSearchRepeat li.TotalPrice .btn-group {
            margin-top: 5px;
            float: none !important;
            clear: both;
            display: block;
        }

        .trfSearchRepeat li.TotalPrice .bttn {
            font-size: 13px;
            padding: 3px 13px;
        }

/* == GTA transfer detail page == */
.trfInfoBox {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.trfInfoheading {
    border-bottom: 1px solid #d8d8d8;
    color: #c73c00;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.trfInfoDesc p {
    color: #2c67b3;
}

    .trfInfoDesc p span {
        color: #4d4d4d;
    }

.trfInfoCont {
    color: #6f6f6f;
}

    .trfInfoCont li {
        margin-top: 20px;
    }

        .trfInfoCont li span {
            color: #c73c00;
        }

.trfSearchWrap.AddVehicle li.Vehicle {
    width: 160px;
}

.trfSearchWrap.AddVehicle li.noOfVehicles {
    width: 80px;
    text-align: center;
}

.trfSearchWrap.AddVehicle .noOfVehicles p {
    margin-bottom: 5px;
}

.trfSearchWrap.AddVehicle li.pricePerVehicle {
    width: 80px;
    text-align: center;
}

    .trfSearchWrap.AddVehicle li.pricePerVehicle p {
        color: #c73c00;
        margin-bottom: 13px;
        font-size: 15px;
    }

.trfSearchWrap.AddVehicle li.Confirmation {
    width: 80px;
    text-align: center;
}

    .trfSearchWrap.AddVehicle li.Confirmation p {
        color: #008000;
        margin-bottom: 13px;
    }

.trfSearchWrap.AddVehicle li.TotalPax {
    width: 100px;
    text-align: center;
}

    .trfSearchWrap.AddVehicle li.TotalPax.result {
        width: 305px;
        text-align: left;
    }

        .trfSearchWrap.AddVehicle li.TotalPax.result select {
            float: left;
            width: 50px;
            margin-right: 2px;
            margin-bottom: 2px;
        }

.trfSearchWrap.AddVehicle .TotalPax p {
    margin-bottom: 5px;
}


/* == GTA transfer summary page == */
.trvDtl_service_summary h4 .trfCountry {
    color: #6f6f6f;
    font-size: 13px;
}

.trvDtl_Section.GtaTransfer li {
    padding-right: 0;
    margin-right: 0;
    width: 963px;
}

.trvDtl_service_summary li p {
    color: #2c67b3;
    float: left;
    margin-right: 18px;
    padding-right: 10px;
    line-height: 27px;
    width: 132px;
}

.trvDtl_service_summary .trfSummaryValue li p {
    color: #4d4d4d;
}

.trvDtl_service_summary li span.paxIcon {
    color: #ffffff;
    line-height: 36px;
    margin-right: 36px;
}

.trvDtl_service_summary li span.luggageIcon {
    color: #ffffff;
    float: right;
    line-height: 23px;
    margin-top: 5px;
}

.trvDtl_Section .trfRequirmentRow {
    float: left;
    margin-top: 10px;
    width: 975px;
}

.trvDtl_Section .requirmentLeft {
    float: left;
    margin-right: 10px;
    width: 250px;
}

.trvDtl_Section .requirmentRight {
    float: left;
    margin-bottom: 10px;
    width: 300px;
}

/* =============== INACTIVE PACKAGES =============== */
.Inactive_sorrymsg {
    color: #c73c00;
    font-size: 16px;
    line-height: 24px;
    margin: 10px auto;
    text-align: center;
    width: 800px;
}

.SimilarPkg {
    float: left;
    margin-right: 10px;
    width: 789px;
}

.SimilarPkgRepeat {
    float: left;
    margin-top: 10px;
}

    .SimilarPkgRepeat:first-child {
        margin-top: 0;
    }

    .SimilarPkgRepeat li {
        border: 1px solid #FFF;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
        float: left;
        height: 291px;
        margin-left: 15px;
        width: 251px;
    }

        .SimilarPkgRepeat li:hover {
            border: 1px solid #FFF;
            box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
        }

        .SimilarPkgRepeat li:first-child {
            margin-left: 0;
        }

        .SimilarPkgRepeat li:last-child {
            margin-right: 0;
        }

.SimilarPkg_Img,
.SimilarPkg_Img img {
    float: left;
    height: 160px;
    width: 251px;
}

.SimilarPkg_Info {
    float: left;
    padding: 5px;
    width: 241px;
}

    .SimilarPkg_Info h1 {
        font-size: 13px;
        font-weight: 600;
        height: 36px;
        line-height: 18px;
    }

    .SimilarPkg_Info a {
        font-size: 13px;
    }

    .SimilarPkg_Info address {
        color: #999999;
        font-size: 12px;
        margin-top: 2px;
    }

    .SimilarPkg_Info .PkgInc_Row {
        height: 20px;
        width: 185px;
    }

        .SimilarPkg_Info .PkgInc_Row li {
            border: 0;
            box-shadow: none;
            cursor: default;
            height: 20px;
            margin-left: 6px;
            margin-top: 0;
            width: 20px;
        }

.SimilarPkgRepeat .PkgInc_Row li:first-child .SimilarPkg_Incl {
    float: left;
    width: 152px;
}

.SimilarPkg_Incl p {
    float: left;
    height: 27px;
    margin: 5px 3px 0 0;
    width: 27px;
}

    .SimilarPkg_Incl p.flight {
        background-position: -593px -154px;
    }

    .SimilarPkg_Incl p.hotel {
        background-position: -622px -154px;
    }

    .SimilarPkg_Incl p.dinner {
        background-position: -651px -154px;
    }

    .SimilarPkg_Incl p.transfer {
        background-position: -680px -154px;
    }

    .SimilarPkg_Incl p.breakfast {
        background-position: -709px -154px;
    }

    .SimilarPkg_Incl p.taxes {
        background-position: -739px -154px;
    }

    .SimilarPkg_Incl p.citytour {
        background-position: -769px -154px;
    }

    .SimilarPkg_Incl p.sightseeing {
        background-position: -799px -154px;
    }

.SimilarPkg_Info .hotelRate {
    float: right;
    text-align: right;
}

    .SimilarPkg_Info .hotelRate del,
    .SimilarPkg_Info .hotelRate del .WebRupee1 {
        color: #2d2d2d;
        font-size: 14px;
        font-weight: normal;
    }

    .SimilarPkg_Info .hotelRate ins,
    .SimilarPkg_Info .hotelRate ins .WebRupee1 {
        color: #c73c00;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none;
    }

    .SimilarPkg_Info .hotelRate .Request {
        color: #c73c00;
        font-size: 12px;
    }

#divPrint {
    clear: left;
}



/* =============== FLYNSTAY HOME PAGE =============== */
.mr0 {
    margin-right: 0 !important;
}

/*.fns-headerBack {background:#3780dd url('../img/SStar_virgo.jpg') no-repeat 0 0;margin-bottom:20px}*/
.fns-headerBack {
    background-color: #3780dd;
    margin-bottom: 20px;
}

    .fns-headerBack .divCenter {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.fns-searchformWrap {
    color: #ffffff;
    float: left;
    width: 995px;
}

    .fns-searchformWrap h2 {
        font-size: 24px;
        font-weight: normal;
        float: left;
        width: 425px;
    }

    .fns-searchformWrap .wayOption {
        width: 225px;
        float: right;
    }

        .fns-searchformWrap .wayOption li {
            float: left;
            margin-right: 30px;
        }

            .fns-searchformWrap .wayOption li a {
                font-size: 15px;
                color: #ffffff;
                text-decoration: none;
            }

            .fns-searchformWrap .wayOption li input[type="radio"] {
                cursor: pointer;
                float: left;
                margin-right: 3px;
            }

            .fns-searchformWrap .wayOption li label {
                cursor: pointer;
                float: left;
            }

.fns-searchform {
    font-size: 13px;
    width: 995px;
}

    .fns-searchform .formrow {
        float: left;
        margin-top: 10px;
        width: 995px;
    }

    .fns-searchform .formrowhalf {
        float: left;
        margin-right: 10px;
        position: relative;
        width: 241px;
    }
    /*.fns-searchform label {margin-bottom:5px}*/
    .fns-searchform input[type="text"],
    .fns-searchform select {
        border-radius: 0;
        border: 1px solid #d8d8d8;
        font-size: 13px;
        height: 30px;
        padding-left: 25px;
        width: 213px;
    }

    .fns-searchform select {
        height: 34px;
        padding-left: 10px;
        width: 242px;
    }

    .fns-searchform .check-in {
        float: left;
        margin-right: 10px;
        position: relative;
        width: 115px;
    }

        .fns-searchform .check-in input[type="text"] {
            background-color: #ffffff;
            width: 87px;
        }

    .fns-searchform .pax-info {
        height: auto;
    }

    .fns-searchform .fphrooms_label {
        float: left;
        font-size: 13px;
        font-weight: normal;
        margin-left: 62px;
        width: 249px;
    }

        .fns-searchform .fphrooms_label li {
            float: left;
            margin-right: 0;
            margin-left: 6px;
            margin-bottom: 5px;
            width: 77px;
        }

    .fns-searchform .fphrooms_row {
        float: left;
        width: 311px;
    }

    .fns-searchform span.rooms_label {
        font-size: 13px;
        color: #ffffff;
    }

    .fns-searchform span.rooms_label {
        float: left;
        margin: 0;
        margin-top: 7px;
        margin-right: 4px;
    }

    .fns-searchform .pax-info .fphrooms_row .adults,
    .fns-searchform .pax-info .fphrooms_row .childs,
    .fns-searchform .pax-info .fphrooms_row .infants,
    .fns-searchform .pax-info .fphrooms_row .class-info {
        height: 32px;
        width: 77px;
        margin-right: 10px;
    }

    .fns-searchform .pax-info select,
    .fns-searchform .class-info select {
        width: 78px;
    }

    .fns-searchform .pax-info .infants {
        margin-left: 0;
    }

    .fns-searchform .noOfChild {
        margin: 0;
        width: auto;
    }

    .fns-searchform p.specifyChildAge {
        margin: 0;
    }

    .fns-searchform .child_row {
        height: auto;
        width: 100%;
    }

        .fns-searchform .child_row select {
            width: 78px;
            height: 34px;
            margin-right: 10px;
        }

    .fns-searchform [class^="icon-"],
    .fns-searchform [class*=" icon-"] {
        position: absolute;
        left: 10px;
        top: 29px;
    }

    .fns-searchform .input-loader {
        background: transparent;
        display: none;
        height: auto;
        position: absolute;
        right: 10px;
        top: 34px;
        width: auto;
    }

.fns-clouds {
    height: 156px;
    margin-top: 20px;
}

.fns-leftContent {
    float: left;
    margin-right: 20px;
    width: 600px;
}

.fns-dealstablerepeat h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

    .fns-dealstablerepeat h3 span {
        color: #f36b13;
    }

.fns-dealstable {
    border: 1px solid #dddddd;
    float: left;
    margin: 20px 0 0;
}

.fns-dealstable-row {
    border-bottom: 1px solid #d8d8d8;
    color: #808080;
    font-size: 14px;
    float: left;
    width: 100%;
}

    .fns-dealstable-row:last-child {
        border-bottom: 0;
    }

    .fns-dealstable-row.heading {
        background-color: #f6f6f6;
        color: #333333;
    }

    .fns-dealstable-row.alt {
        background-color: #f6f6f6;
    }

    .fns-dealstable-row .col {
        padding: 10px;
        float: left;
        margin-right: 5px;
    }

        .fns-dealstable-row .col.route {
            width: 165px;
            font-weight: 600;
        }

            .fns-dealstable-row .col.route a {
                color: #000 !important;
            }

        .fns-dealstable-row .col.hotel {
            width: 230px;
        }

            .fns-dealstable-row .col.hotel a {
                font-size: 13px;
            }

        .fns-dealstable-row .col.comboOffer {
            color: #f36b13;
            font-weight: 600;
            width: 90px;
        }

            .fns-dealstable-row .col.comboOffer .WebRupee1 {
                color: #f36b13;
                font-weight: 600;
            }

        .fns-dealstable-row .col.save {
            color: #539505;
            font-weight: 600;
            width: 49px;
            margin-right: 0;
        }

            .fns-dealstable-row .col.save .WebRupee1 {
                color: #539505;
                font-weight: 600;
            }

    .fns-dealstable-row.heading .col.comboOffer,
    .fns-dealstable-row.heading .col.compOffer,
    .fns-dealstable-row.heading .col.save {
        color: #333333;
        font-weight: normal;
    }

    .fns-dealstable-row .col.cityPrice {
        color: #f36b13;
        font-weight: 600;
        float: right;
        margin-right: 0;
    }

.fns-dealstablerepeat.mostPopular {
    margin-top: 30px;
}

    .fns-dealstablerepeat.mostPopular .col.hotel {
        width: 318px;
    }

    .fns-dealstablerepeat.mostPopular .col.comboOffer {
        width: 95px;
    }

    .fns-dealstablerepeat.mostPopular .col.save {
        width: 115px;
    }

.fns-rightContent {
    float: right;
}

/* =============== HOTEL DETAIL PAGE REVIEW =============== */
.hotelGuestReviewsWrap {
    float: left;
    margin-top: 20px;
}

.reviews_header {
    color: #c73c00;
    font-weight: normal;
}

.hotelGuestReviews {
    float: left;
    margin-top: 20px;
}

.overallRating {
    floaT: left;
    margin-left: 10px;
    width: 155px;
}

    .overallRating .hReview {
        background-color: #fff7e2;
        color: #2C67B3;
        float: left;
        font-size: 13px;
        padding: 10px;
    }

    .overallRating span.rating span.value {
        font-size: 28px;
    }

    .overallRating span.rating span.best {
        font-size: 16px;
    }

    .overallRating span.rating_text {
        display: inline-block;
        font-size: 15px;
        margin-left: 5px;
    }

.barChart {
    background-color: #fff7e2;
    float: left;
    margin-top: 20px;
    padding: 10px;
    width: 705px;
}

.barchartTitle {
    font-size: 15px;
    margin-bottom: 8px;
}
/*.barChartList {margin-top:10px}
.barChartList li {float:left;margin-right:100px;margin-top:5px}
.barChartList .text {color:#2C67B3;float:left;margin-right:10px;width:120px}
.barChartList .progress-container {background-color:#e9e9e9;float:left;margin:5px 5px 2px 0px;width:105px}
.barChartList .progress-container > div {background-color:#6ba454;height:10px;width:88%}*/

.barChartList {
    margin-top: 10px;
}

    .barChartList li {
        float: left;
        margin-right: 77px;
        margin-top: 5px;
    }

        .barChartList li span.rating_item_label {
            color: #2C67B3;
            display: inline-block;
            margin-right: 10px;
            width: 157px;
        }

    .barChartList .review_rating_meter {
        display: inline-block;
        position: relative;
        width: 105px;
    }

        .barChartList .review_rating_meter .cover {
            background-color: #dddddd;
            height: 10px;
            display: block;
            width: 100%;
        }

        .barChartList .review_rating_meter .progress-counter {
            background-color: #6ba454;
            display: block;
            height: 10px;
            left: 0;
            position: absolute;
            top: 0;
        }

.ratingContentwrap {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    float: left;
    margin: 20px 0;
    padding: 10px;
    width: 703px;
}

.rating_repeat {
    background-color: #f9f9f9;
    float: left;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 687px;
}

    .rating_repeat h3 {
        background-color: #dddddd;
        color: #2C67B3;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 5px;
        padding: 5px;
        position: relative;
    }

        .rating_repeat h3 .date {
            float: right;
            color: #4d4d4d;
        }

.rating_content {
    float: left;
    padding: 10px;
}

    .rating_content ul.hotel_stars li {
        float: left;
        width: 14px;
    }

    .rating_content p {
        float: right;
        font-style: italic;
        margin-bottom: 10px;
        width: 575px;
    }

    .rating_content ul li {
        float: left;
        width: 165px;
    }

        .rating_content ul li span {
            color: #2C67B3;
            display: inline-block;
            margin-right: 5px;
        }


#ContentPlaceHolder1_spOverView {
    display: block;
    text-align: justify;
}

.nav-sprite {
    background: url(../img/affiliates-nav-icons.png) no-repeat 0 0;
}

.nav-icons {
    display: block;
    margin: 0 auto;
    height: 14px;
}

    .nav-icons.flight {
        background-position: -5px -5px;
        width: 14px;
    }

    .nav-icons.flynstay {
        background-position: -24px -5px;
        width: 40px;
    }

    .nav-icons.packages {
        background-position: -69px -5px;
        width: 10px;
    }

    .nav-icons.bus {
        background-position: -87px -5px;
        width: 19px;
    }

    .nav-icons.hotel {
        background-position: -113px -5px;
        width: 16px;
    }

    .nav-icons.sightseeing {
        background-position: -134px -5px;
        width: 18px;
    }

    .nav-icons.transfer {
        background-position: -156px -5px;
        width: 15px;
    }

    .nav-icons.cruise {
        background-position: -176px -5px;
        width: 23px;
    }

    .nav-icons.support {
        background-position: -204px -5px;
        width: 14px;
    }

    .nav-icons.home {
        background-position: -225px -5px;
        width: 16px;
    }


.WebRupee {
    font-family: 'WebRupee';
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-item-holder {
    background-color: #f5f5f5;
    border-radius: 0 0 5px 5px;
    border: 1px solid #d8d8d8;
    position: relative;
    margin: 20px 0 0;
}

.product-caption {
    overflow: hidden;
    padding: 20px 15px;
    text-align: center;
}

    .product-caption .product-title a {
        font-size: 16px;
        font-weight: 700;
        margin: 10px 0;
        text-decoration: none;
    }

.product-title a:hover,
.product-title a:focus {
    color: #4d4d4d;
}

.product-item-holder .product-content {
    margin: 10px 0;
    text-align: left;
}

    .product-item-holder .product-content ~ a {
        font-weight: 600 !important;
    }

        .product-item-holder .product-content ~ a:hover {
            text-decoration: none !important;
        }

.product-content li {
    float: left;
    margin-bottom: 10px;
}

    .product-content li a {
        float: left;
        line-height: 15px;
        margin-right: 4px;
        width: 136px;
        color: #000 !important;
    }

.product-content .startfrom-txt {
    float: left;
    text-transform: capitalize;
}

.product-price {
    color: #F60;
    float: right;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    width: 64px;
}

.AsiaWrap.transfer {
    height: auto;
    width: 100%;
}

    .AsiaWrap.transfer .name {
        width: 124px;
    }

.hotelEnterCity {
    float: left;
    width: 275px;
}

/* =====  Multiple Tabs Search Form ===== */
ul.topTabs.homenewtabs {
    float: left;
    margin: 0 0 0 20px;
    top: 4px;
    width: 494px;
}

    ul.topTabs.homenewtabs li {
        float: left;
        margin-left: -6px;
    }

        ul.topTabs.homenewtabs li a {
            background: url(../img/common-homesprite.png) 0 -43px no-repeat;
            border-radius: 0;
            color: #4d4d4d;
            font-weight: normal;
            font-size: 12px;
            float: left;
            height: 25px;
            line-height: 25px;
            padding: 3px 13px 7px;
            text-align: left;
            text-decoration: none;
            width: 77px;
        }

    ul.topTabs.homenewtabs a.first {
        background-position: -107px -43px;
        width: 78px;
    }

    ul.topTabs.homenewtabs li a.selected,
    ul.topTabs.homenewtabs li a:hover {
        background: url(../img/selected-hometab.png) 0 0 no-repeat;
        border: 0;
        box-shadow: none;
        color: #ffffff;
    }

    ul.topTabs.homenewtabs span {
        background: url(../img/common-homesprite.png) 0 0 no-repeat;
        float: left;
        -moz-transition: background-position 0.2s linear;
        -webkit-transition: background-position 0.2s linear;
        -o-transition: background-position 0.2s linear;
        transition: background-position 0.2s linear;
    }

    ul.topTabs.homenewtabs .fltTabIcon {
        background-position: 0 0;
        height: 15px;
        margin: 6px 5px 0 0;
        width: 15px;
    }

    ul.topTabs.homenewtabs .htlTabIcon {
        background-position: -24px 0;
        height: 13px;
        margin: 6px 5px 0 0;
        width: 18px;
    }

    ul.topTabs.homenewtabs .pckgTabIcon {
        background-position: -50px 0;
        height: 16px;
        margin: 5px 3px 0 -2px;
        width: 17px;
    }

    ul.topTabs.homenewtabs .trfTabIcon {
        background-position: -76px 0;
        height: 15px;
        margin: 5px 3px 0 0;
        width: 17px;
    }

    ul.topTabs.homenewtabs .stsngTabIcon {
        background-position: -103px 0;
        height: 12px;
        margin: 7px 1px 0 -5px;
        width: 16px;
    }

    ul.topTabs.homenewtabs a:hover .fltTabIcon, ul.topTabs.homenewtabs a.selected .fltTabIcon {
        background-position: 0 -21px;
    }

    ul.topTabs.homenewtabs a:hover .htlTabIcon, ul.topTabs.homenewtabs a.selected .htlTabIcon {
        background-position: -24px -21px;
    }

    ul.topTabs.homenewtabs a:hover .pckgTabIcon, ul.topTabs.homenewtabs a.selected .pckgTabIcon {
        background-position: -50px -21px;
    }

    ul.topTabs.homenewtabs a:hover .trfTabIcon, ul.topTabs.homenewtabs a.selected .trfTabIcon {
        background-position: -76px -21px;
    }

    ul.topTabs.homenewtabs a:hover .stsngTabIcon, ul.topTabs.homenewtabs a.selected .stsngTabIcon {
        background-position: -103px -21px;
    }


.btn {
    border: none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-position: 0px;
    background-image: none;
}

.mt12 {
    margin-top: 12px !important;
}

#pwysModal .modal-header h3 {
    color: #2a4e7c;
    text-align: center;
    padding: 5px 0;
}

#pwysModal .modal-body ul {
    margin-left: 15px;
}

#pwysModal .modal-body .txtItalic {
    color: #777;
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
}

#pwysModal .modal-body li {
    background-color: #ee7b00;
    border-radius: 50%;
    color: #fff;
    float: left;
    height: 100px;
    margin-left: 20px;
    width: 100px;
}

    #pwysModal .modal-body li span {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

.fns-dealstable-row .col.hotelname {
    width: 135px;
}

    .fns-dealstable-row .col.hotelname a {
        font-size: 13px;
    }

.fns-dealstable-row .col.duration {
    width: 80px;
}

.fns-dealstable-row .col.compOffer {
    color: #f36b13;
    font-weight: 600;
    width: 230px;
}

.fns-headerBack.fns-goa {
    background: url('../img/fns-goa-big.jpg') no-repeat scroll 0px 0px #3780DD;
}

#PkgTabs.flynstay-tabs li a {
    padding: 5px 9px;
}

.spBadge {
    background: url(../img/special-offer-badge.png) 0 0 no-repeat;
    height: 27px;
    width: 110px;
    float: right;
    margin-top: 6px;
    margin-right: -10px;
}

.spBadge1 {
    background: url(../img/special-offer-badge1.png) 0 0 no-repeat;
    float: left;
    margin-left: -10px;
}

.SearchResult .heading .spBadge + .tooltip {
    width: 500px;
}

    .SearchResult .heading .spBadge + .tooltip .tooltip-inner {
        max-width: 500px;
    }

.spoffertooltip {
    text-align: left;
}

    .spoffertooltip li {
        list-style-type: disc;
        list-style-position: inside;
        width: 100%;
    }

.htldetaildvoffers {
    float: left;
    font-size: 12px;
    margin-top: 15px;
}

    .htldetaildvoffers li {
        list-style-type: disc;
        list-style-position: inside;
        margin-left: 10px;
        width: 100%;
    }

.SearchResult .heading span.WebRupee {
    clear: none;
    float: none;
}


/* css to make inner pages responsive*/
.main-content {
    margin-top: 40px;
}

.content-block {
    background-color: #FFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.marginBottom40 {
    margin-bottom: 40px !important;
}

.content-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 15px;
}

.contact-form {
    margin-top: 20px;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
    width: 100%;
    height: 34px;
    font-size: 14px;
}

.contact-form p {
    margin-bottom: 10px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.text16 {
    font-size: 16px !important;
}

.text-muted {
    color: #777;
}



/* new modal css */
.modal.cleanModal {
    margin-left: 0;
    width: 600px;
}

.cleanModal .modal-dialog {
    position: relative;
}

.cleanModal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
}

    .cleanModal .modal-header .modal-title {
        margin: 0px;
        line-height: 1.42857;
        border-bottom: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cleanModal .modal-header .close {
        margin-top: -2px;
    }

.cleanModal .modal-body {
    padding: 15px;
}

.cleanModal .IntDomContent {
    width: auto;
}

.cleanModal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #E5E5E5;
}

.btn-primary.modify {
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 49px;
}

.SearchRight .EnqLinks li a {
    font-size: 12px;
    height: auto;
}

    .SearchRight .EnqLinks li a > div {
        float: left;
        width: 132px;
    }

/*========== NEW PAYMENT GATEWAY ========== */
/*========== BOOTSTRAP 3.0 GRID ========== */
/*.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}*/

/*@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200x) {
    .container {
        width: 1170px;
    }
}*/

/*.row {
    margin-left: -15px;
    margin-right: -15px;
}*/

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gutter > [class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

.row.gutter14 {
    margin-left: -7px;
    margin-right: -7px;
}

    .row.gutter14 > [class^="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}*/

.pkgSmryRptContent {
    border: 1px solid #d8d8d8;
    border-top: 0;
    padding: 15px;
}

/*Payu Seamless*/
.mt40 {
    margin-top: 40px !important;
}

.frx-sprite {
    background: url(../img/frx-sprite.png) 0 0 no-repeat;
}

.pmntGtwLeft {
    float: left;
    width: 185px;
    position: relative;
}

.pmntGtwRight {
    float: left;
    width: 555px;
}

.sightul > ul {
    position: absolute;
    width: 100%;
    border-bottom: none;
}

.sight-tabs .vertical-tabs > li {
    float: none;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    border-right: none;
}

    .sight-tabs .vertical-tabs > li > a {
        background-color: #f1f1ef;
        color: #8f8f8f;
    }

.sightPayment-tabs {
    margin: 0;
}

    .sightPayment-tabs > li.active > a,
    .sightPayment-tabs > li.active > a:hover,
    .sightPayment-tabs > li.active > a:focus {
        border-right: 1px solid #fff;
        background-color: #fff;
        color: #8f8f8f;
        border: none;
        cursor: pointer;
        right: -1px;
        position: relative;
    }

.sight-content {
    border: 1px solid #dfdfdf;
}

.acceptance {
    background-color: #f7f7f7;
    position: relative;
    padding: 10px 20px;
    color: #8f8f8f;
    margin-bottom: 9px;
    overflow: auto;
}

.acceptall {
    background-position: -1px -193px;
    width: 100%;
    max-width: 377px;
    height: 26px;
    display: block;
    float: right;
    margin-top: -4px;
}

.SS-TabsContent {
    padding: 15px;
    overflow: visible;
}

    .SS-TabsContent p {
        margin: 0 0 10px;
    }

.form-group {
    margin-bottom: 15px;
}

input[type="text"].s-form-control,
input[type="password"].s-form-control {
    width: 100%;
    height: 44px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cvv-form-control {
    width: 107px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.frmCol6 {
    float: left;
    margin-right: 15px;
    width: 254px;
    margin-bottom: 15px;
    position: relative;
}

.frmCol3 {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 119px;
}

.posrel {
    position: relative;
}

/*.card {
    background-color: #fff;
    /*border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}*/

.convCrncy-tabs > li {
    width: 100%;
}

.payment-method {
    background-color: #f9f9f9;
    position: relative;
    padding: 10px 20px;
}

.payment-title {
    color: #8f8f8f;
    font-size: 20px;
}

.vertical-tabs > li > a {
    margin-right: 0;
}

.row.gutter14 {
    margin-left: -7px;
    margin-right: -7px;
}

    .row.gutter14 > [class^="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }
/**>small, small {
    color: #818181;
    font-size: 10px;
    line-height: 1.4000000000000001em;
}*/
.sightPayment-tabs > li > a {
    border-bottom: none;
    font-size: 16px;
    padding: 14px 15px 14px 20px;
    color: #8f8f8f;
}

    .sightPayment-tabs > li > a:hover:after,
    .sightPayment-tabs > li.active > a:after {
        content: "";
        background: url(../img/frx-sprite.png) -509px -135px no-repeat;
        display: block;
        float: right;
        width: 8px;
        height: 16px;
    }

.dp-radio, .dp-checkbox {
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}

    .dp-radio .check, .dp-checkbox .check {
        border: 1px solid #c6c6c6;
        border-radius: 100%;
        height: 16px;
        left: 0px;
        position: absolute;
        top: 2px;
        width: 16px;
        -webkit-transition: border .25s linear;
        -moz-transition: border .25s linear;
        -o-transition: border .25s linear;
        transition: border .25s linear;
    }

    .dp-radio input[type=radio], .dp-checkbox input[type=checkbox] {
        visibility: hidden;
        position: absolute;
    }

.netbnksname .dp-radio input[type="radio"]:checked ~ .check::before {
    background-color: #2574b9;
}

.dp-radio .check:before, .dp-checkbox .check:before {
    border-radius: 100%;
    content: '';
    display: block;
    height: 10px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 10px;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

.note {
    background-color: #f7f7f7;
    position: relative;
    padding: 10px;
    color: #8f8f8f;
    float: left;
    margin-top: 70px;
    /*width: 533px;
    margin-left: -15px;*/
    margin-bottom: -15px;
}


.btn-make-payment {
    background-color: #2574b9;
    border-color: #2574b9;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height: 40px;
    padding: 6px 23px;
}

    .btn-make-payment:hover {
        color: #fff;
    }

.netbnksname {
    /*border: 1px solid #dfdfdf;
    padding: 13px;*/
    color: #8f8f8f;
    height: 22px;
}

    .netbnksname .dp-radio {
        padding-left: 25px;
        font-size: 16px;
    }

    .netbnksname .check {
        top: 4px;
    }

.dp-radio::after {
    color: #00f;
}

.netbnksname .dp-radio input[type="radio"]:checked ~ .check::before {
    background-color: #2574b9;
}

/*.tab-pane h5 {
    color: #8f8f8f;
    font-size: 16px;
}*/

.selectlist ul {
    width: 100% !important;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    border-top: none;
    padding: 10px;
}


.selectlist .dropdown-trigger:checked ~ .dropdown-menu {
    display: block;
    top: 100%;
}

.selectli .sightul li:first-child {
    border-bottom: 1px solid #e6e6e6 !important;
    color: #8f8f8f !important;
}

    .selectli .sightul li:first-child:hover,
    .selectli .sightul li:first-child:focus {
        background-color: #f7f7f7;
        color: #2574b9!important;
    }

.selectli .sightul li, .selectli .bnkname li {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    color: #8f8f8f;
    cursor: pointer;
    font-size: 16px;
    padding: 9px 18px;
    width: 46%;
    float: left;
    margin-right: 4%;
}

.selectli sightul li:hover {
    color: #2574b9;
}

.selectbank {
    padding: 10px 20px;
    height: 44px;
    color: #8f8f8f;
    font-size: 16px;
}

.selectli sightul ul li .dp-radio {
    padding-left: 25px!important;
}

.selectli .dp-radio input[type="radio"]:checked ~ .check::before {
    background-color: #2574b9;
}

.pkg-btn-btn,
.pkg-btn-btn:focus,
.pkg-btn-btn:hover {
    background-color: #2574b9;
    border-color: #2574b9;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height: 40px;
    padding: 6px 23px;
    background-image: none;
    width: 450px;
}

.term-con {
    font-size: 11px;
    color: #8f8f8f;
    /*float: left;
    margin-left: 185px*/
}

.mkPmntBtn {
    clear: left;
    margin-left: 290px;
    width: 350px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 11px;
}

.EMIoption {
    border: 1px solid #e9e9e9;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #fff;
    border: 1px solid #dfdfdf;
}

.control input:checked ~ .control__indicator {
    background: #fff;
    border: 1px solid #dfdfdf;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #2574b9;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.term-con .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

.control p {
    position: relative;
    font-size: 14px !important;
    font-weight: 700;
    padding-top: 2px;
    color: #666;
}

    .control p a {
        color: #ec8333;
        font-size: 14px !important;
    }

.selectli .bnkname li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.bdnone {
    border: none !important;
}
/*detail of the bank EMI description*/
.dtlhed small {
    font-size: 12px;
}

.dtlhed ul, .dtlhed ul li {
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #f7f7f7;
    padding-left: 5px;
}

.dtlhed {
    border-top: 1px solid #e6e6e6;
}

    .dtlhed ul li, .dtlEMI ul li {
        width: 123px;
        float: left;
        font-size: 12px;
        padding: 5px 5px;
        border: none;
        color: #8f8f8f;
        list-style-type: none;
    }

        .dtlhed ul li:hover, .dtlEMI ul li:hover {
            color: #8f8f8f;
            background-color: none;
            background-color: transparent;
        }

.dtlEMI .dp-radio input[type="radio"]:checked ~ .check::before {
    background-color: #2574b9;
}

.bnkname ul {
    overflow-y: hidden;
    padding-bottom: 0;
}
/*detail of the bank EMI description*/

.dtlEMI ul {
    overflow-y: hidden;
    padding-left: 5px;
}

.dtlEMI li:first-child > label {
    padding-left: 30px;
    color: #8f8f8f;
}

.EMIchecked {
    background-color: #f7f7f7;
    margin-top: -15px;
}

    .EMIchecked .control__indicator {
        top: 20%;
        left: 2%;
    }

    .EMIchecked label p {
        padding-left: 5px;
        padding-top: 10px;
        font-size: 12px;
    }
/*image sprite*/
.searchby {
    background-position: 0px -170px;
    width: 264px;
    height: 21px;
    display: block;
    float: right;
    margin-top: -22px;
}

    .searchby::after {
        content: "Secured By :";
        position: absolute;
        right: 34%;
        color: #8f8f8f;
    }


.cmngtwy {
    width: 35px;
    height: 22px;
    display: block;
    position: absolute;
    top: 3px;
    right: 15px;
}

.mstrcrd {
    background-position: -234px -108px;
}

.discover {
    background-position: -400px -162px;
}

.diners-club {
    background-position: -276px -110px;
}

.amex {
    background-position: -437px -162px;
}

.visa {
    background-position: -401px -187px;
}

.visa-electron {
    background-position: -473px -162px;
}

.mastero {
    background-position: -316px -169px;
}

.laser {
    background-position: -438px -187px;
}

.jcb {
    background-position: -477px -187px;
}

.cmnbnk {
    display: block;
    /*position: absolute;
    top: 2px;
    left: 30px;*/
}

.axisbnk {
    background-position: -1px -86px;
    width: 77px;
    height: 20px;
}

.hdfcbnk {
    width: 117px;
    height: 20px;
    background-position: -189px -86px;
}

.icicibnk {
    width: 84px;
    height: 18px;
    background-position: -147px -110px;
}

.sbibnk {
    width: 104px;
    height: 20px;
    background-position: -82px -86px;
}

.ktkbnk {
    width: 61px;
    height: 20px;
    background-position: -82px -109px;
}

.citibnk {
    width: 78px;
    height: 20px;
    background-position: -3px -108px;
}

.freechrg {
    width: 145px;
    height: 27px;
    background-position: -1px -133px;
    top: -1px;
    right: -2px;
}

.mobokwik {
    width: 109px;
    height: 35px;
    background-position: -150px -133px;
    top: -5px;
}

.payumny {
    width: 108px;
    height: 25px;
    background-position: -365px -133px;
    top: -2px;
}

.paytm {
    width: 98px;
    height: 31px;
    background-position: -263px -133px;
    top: -2px;
}

.itzcash {
    width: 89px;
    height: 24px;
    background-position: -404px -106px;
    top: -3px;
}

.citirwrd {
    width: 35px;
    height: 23px;
    background-position: -272px -167px;
    top: -3px;
}

.artlmny {
    width: 45px;
    height: 25px;
    background-position: -350px -167px;
    top: -3px;
}

.Ypay {
    width: 86px;
    height: 27px;
    background-position: -276px -222px;
    top: -3px;
}

.dncash {
    width: 84px;
    height: 26px;
    background-position: -369px -221px;
    top: -3px;
}

.paycash {
    width: 99px;
    height: 24px;
    background-position: -2px -220px;
    top: -3px;
}

.zipcash {
    width: 50px;
    height: 28px;
    background-position: -461px -219px;
    top: -3px;
}

.olamny {
    width: 101px;
    height: 25px;
    background-position: -104px -222px;
    top: -3px;
}

.icash {
    width: 63px;
    height: 25px;
    background-position: -207px -221px;
    top: -3px;
}

.danger {
    width: 24px;
    height: 21px;
    background-position: -166px -256px;
    float: left;
}

.cvv3,
.cvv4 {
    width: 78px;
    height: 32px;
    background-position: -4px -256px;
    display: block;
    margin: 0 auto;
}

.cvv4 {
    background-position: -83px -256px;
}

.cvvimg {
    border: 1px solid #8f8f8f;
    position: relative;
    padding: 4px 10px;
}

.sightPayment-tabs li i {
    float: right;
    margin-top: 4px;
    font-size: 18px;
}

.angle-down {
    position: absolute;
    top: 8px;
    right: 21px;
    font-size: 20px;
    color: #8f8f8f;
    display: block;
}

.cardul ul li {
    width: 100%;
    margin: 0!important;
}

    .cardul ul li:first-child {
        border-bottom: 1px solid #e6e6e6;
        color: #8f8f8f;
    }

        .cardul ul li:first-child:hover {
            color: #4fb7ad;
        }

.cardul ul {
    width: 82%!important;
    position: absolute;
}

.form-control {
    border-color: #9f9f9f !important;
}

.EMInote {
    background-color: #f8f8f7;
    padding: 15px;
    position: relative;
}

    .EMInote i {
        padding-right: 10px;
        float: left;
        color: #8f8f8f;
    }

    .EMInote li {
        list-style-type: none;
    }

    .EMInote p {
        font-size: 12px;
        padding: 0;
    }

    .EMInote small {
        color: #818181;
        font-size: 10px;
    }

/*.EMInote:after {
        font-family: 'FontAwesome';
        content: "\f071";
        display: block;
        position: absolute;
        color: #8f8f8f;
        font-size: 24px;
        left: 10px;
        top: 30px;
    }*/
.mtmatch {
    margin-top: 180px;
}

.note small {
    font-size: 11px;
    float: left;
    width: 100%;
    max-width: 499px;
    margin-left: 10px;
}
/*.note:after {
        font-family: 'FontAwesome';
        content: "\f071";
        display: block;
        position: absolute;
        color: #8f8f8f;
        font-size: 24px;
        left: 4px;
        top: 10px;
}*/
/*new option tag*/
.optiondpwn select {
    width: 100%;
    padding: 12px;
    cursor: pointer;
    color: #8f8f8f;
    font-size: 14px;
    height: 44px;
    border-radius: 0;
}
/*@media only screen and (max-width :1200px) {

    .sightul > ul {
        position: static !important;
        width:100%;
    }

    .sightPayment-tabs > li > a:hover:after,
    .sightPayment-tabs > li.active > a:after {
        font-family: 'FontAwesome';
        content: "\f107";
        display: block;
        float: right;
    }

    .sightPayment-tabs > li > a:hover, .sightPayment-tabs > li.active > a, .sightPayment-tabs > li.active > a:hover, .sightPayment-tabs > li.active > a:focus {
        border-bottom: none !important;
    }
    .sight-tabs .vertical-tabs > li {
        float:left;
        margin-right:1%;
        width:49%;
        border-right:1px solid #dfdfdf;
    }
    .payment-method {
        padding:20px 20px 40px;   
    }
    .searchby {
        margin-top:0;
        float:left;
    }
    .searchby::after {
  
    right: 14%;
    top: 24px;

}
    .cardul ul {
        width:100% !important;
    }
    .acceptance {
        padding:12px 20px;
    }
    .acceptall {
        clear:both;
        margin-top:4px;
    }
    .sight-tabs {
        margin-top:-50px !important;
    }
    .mtmatch {
    margin-top:0px;
}
}*/

/* flight summary GSTIN - H*/
.GST-cntrl-lbl {
    margin: 0;
}

    .GST-cntrl-lbl p {
        font-size: 14px;
        line-height: 15px;
    }

.gst-p {
    font-size: 16px;
    font-weight: 600;
}

.main-gst p {
    margin: 0;
}

.main-gst li {
    list-style-type: none;
}

.main-gst .gst-note {
    font-size: 11px;
    padding: 5px 30px;
    color: #8f8f8f;
}

.gst-option {
    padding-left: 25px;
}

.form-gst input[type="text"] {
    width: 95%;
    height: inherit;
}

.form-gst textarea {
    width: 94.6%;
    height: 45px;
}

.form-gst select {
    width: 94.6%;
}

.form-gst small {
    font-size: 11px;
    color: #8f8f8f;
}

.main-gst {
    padding: 20px 0;
    clear: left;
}
/*EXTRA changes in payment gateway himanshu*/
.tab-content small {
    font-size: 9px !important;
}
/*flight info icon or text*/
.flt-info-ico {
    float: left;
}

.txt-h {
    font-size: 11px;
    margin-left: 10px;
}

.to-top-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #ff0254;
    color: #fff;
    font-size: 60px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 85px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

    .to-top-btn:hover, .to-top-btn:active, .to-top-btn:visited, .to-top-btn:focus {
        background: #2C67B3 !important;
        color: #fff !important;
        font-size: 60px !important;
    }

a.scrolltop {
    color: #fff;
    font-weight: bold;
    background: #333333;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 7;
    text-indent: 0;
    font-size: 24px !important;
    padding: 14px;
    line-height: 5px;
}

    a.scrolltop:hover, a.scrolltop:focus, a.scrolltop:active {
        background: #185a9d;
        color: #fff;
        text-decoration: none;
    }

p.allNone {
    margin: 0 0 12px;
}

#divCategory {
    font-weight: 600;
}
/*---------------- for responsive header 04 June 2018 - Gurpreet Singh ---------*/
.ham-icon {
    height: 25px;
    margin: 15px auto;
    position: relative;
    width: 40px;
    z-index: 999999;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    .ham-icon span {
        background-color: #444;
        display: block;
        height: 4px;
        left: 0;
        opacity: 1;
        position: absolute;
        width: 100%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .ham-icon span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .ham-icon span:nth-child(2) {
            top: 10px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .ham-icon span:nth-child(3) {
            top: 20px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    .ham-icon.open span:nth-child(1) {
        background-color: #fff;
        left: 8px;
        top: -3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ham-icon.open span:nth-child(2) {
        opacity: 0;
        width: 0%;
    }

    .ham-icon.open span:nth-child(3) {
        background-color: #fff;
        left: 8px;
        top: 26px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.main-nav {
    opacity: 0;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 200px;
    z-index: 99999;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

    .main-nav > li > a {
        color: #fff;
        font-size: 15px;
        display: block;
        padding: 16px 15px;
        text-align: center;
        font-weight: 600;
    }

        .main-nav > li.active > a,
        .main-nav > li > a:hover,
        .main-nav > li > a:focus {
            text-decoration: none;
            background-color: #eee;
            color: #4d4d4d;
        }

#menu-trigger {
    display: none;
}

    #menu-trigger:checked + .main-nav {
        opacity: 1;
        visibility: visible;
        margin-bottom: 0;
    }

.header-call {
    margin-bottom: 5px;
    text-align: center;
}

.mt2 {
    margin-top: 2px !important;
}

.aff-social-list {
    float: none;
}

    .aff-social-list > ul,
    .top-header-right > ul {
        text-align: center;
        margin: 0;
    }

        .aff-social-list > ul > li {
            float: none;
            display: inline-block;
        }

.top-header-right {
    margin: 0;
}

    .top-header-right > ul > li {
        display: inline-block;
    }

    .top-header-right a,
    .top-header-right a:hover,
    .top-header-right a:focus {
        color: #fff;
    }

.signUplink a,
.signUplink a:focus,
.signUplink a:hover {
    color: #fff;
}

.big-back-gray {
    background-color: #f2f2f2;
    padding: 20px 0;
    margin: 20px 0;
}

.logo,
.logo:hover,
.logo:focus {
    display: block;
    text-decoration: none;
    margin: 15px auto;
    text-align: center;
}

@media (min-width:768px) {
    .header-call {
        text-align: left;
        margin-bottom: 0;
        margin-top: 6px;
    }

    .top-header-right {
        margin-top: 6px;
    }

        .aff-social-list > ul,
        .top-header-right > ul {
            text-align: right;
        }

    ul.topTabs.homenewtabs li a {
        background: url(../img/common-homesprite-new.png) 0 -43px no-repeat;
        border-radius: 0;
    }

    ul.topTabs.homenewtabs a.first {
        width: 120px;
        background-position: -127px -43px;
    }

        ul.topTabs.homenewtabs a.first b {
            font-weight: 600;
        }

    .domLink {
        margin-left: 30px;
    }

    .dvChildAge {
        margin-top: 0;
    }

    .childAgeDesc {
        margin: 0 -15px;
    }

    ul.topTabs.homenewtabs .fltTabIcon,
    ul.topTabs.homenewtabs .htlTabIcon,
    ul.topTabs.homenewtabs .stsngTabIcon,
    ul.topTabs.homenewtabs .pckgTabIcon,
    ul.topTabs.homenewtabs .trfTabIcon {
        margin: 6px 5px 0 0;
    }
}

@media (min-width:992px) {
    .logo,
    .logo:hover,
    .logo:focus {
        display: inline-block;
    }

    .main-nav {
        opacity: 1;
        background: transparent;
        position: static;
        padding-top: 0;
        z-index: 99999;
        overflow: visible;
        visibility: visible;
        float: right;
        margin-bottom: 0;
    }

        .main-nav > li {
            float: left;
        }

            .main-nav > li > a {
                color: #4d4d4d;
                font-size: 13px;
            }
}

.dropdown .caret {
    border-top: 4px solid #fff;
}

.carousel-control {
    position: absolute;
    top: 45% !important;
    left: 15px !important;
    width: 41px;
    height: 41px;
    font-size: 35px !important;
    font-weight: 100;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .carousel-control.right {
        left: auto !important;
        right: 15px !important;
    }

.newBtnCntr {
    float: right !important;
    padding: 4px 30px;
    margin: 10px 0 0;
}

.bnr-mrgn {
    margin: 20px 0 0;
}

.busBtnMrgn {
    margin-top: 85px;
}

.busHtlMrgn {
    margin-top: 95px;
}

.hideONdsktp {
    display: none;
}

.sgtListMrgn li {
    padding-bottom: 15px !important;
    margin-bottom: 15px;
}

    .sgtListMrgn li:last-child {
        margin: 0;
    }

.main-nav .dropdown .caret {
    border-top: 4px solid #000 !important;
}

.main-nav .dropdown-menu {
    padding: 0 !important;
}

    .main-nav .dropdown-menu > li > a {
        padding: 10px 8px !important;
        color: #4d4d4d !important;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

.indPkges li {
    border: 0 !important;
}

    .indPkges li a {
        padding-bottom: 20px;
        display: inline-block;
        font-size: 13px !important;
    }

.homeCode {
    font-size: 13px !important;
}

.homePrice {
    font-size: 14px !important;
    margin: 0 0 0 15px;
}

.CountryName {
    margin: 0 0 10px !important;
    display: inline-block !important;
}

.name {
    font-size: 12px !important;
}

.intPkgList li {
    width: 100%;
    min-height: 120px;
}

.fnt-13 {
    font-size: 13px !important;
}

.intpkgTab {
    margin: 0 0 42px;
    overflow: hidden;
}

    .intpkgTab li {
        min-height: 100px;
    }

.pd10 {
    padding: 10px;
}

.flgtSmlBtn {
    width: 100%;
}

.wdth20 {
    width: 20% !important;
}

.wdth80 {
    width: 80% !important;
}

.TotalFare {
    display: block;
    clear: both;
}

.dis-none {
    display: none;
}

.newFilterToggle {
    display: none;
}

.fltSortingList.rndTrip > ul > li.srtAirline, .fltSortingList.rndTrip > ul > li.srtDepart-At, .fltSortingList.rndTrip > ul > li.srtArrive-At, .fltSortingList.rndTrip > ul > li.srtDuration, .fltSortingList.rndTrip > ul > li.srtPrice {
    width: 20%;
    margin: 0;
    text-align: center;
}

.fltSortingList.rndTrip > ul > li.srtArrow {
    display: none;
    margin: 0;
}

.ResultSpliter .TripResult {
    width: 82%;
}

.ResultSpliter .BookFlight {
    width: 18%;
}

.ResultSpliter .flightResultWrap li {
    margin: 0;
}

.ResultSpliter li:first-child {
    width: 6%;
}

.ResultSpliter li.Depart-At, .ResultSpliter .flightResultWrap li.Arrive-At {
    width: 24%;
    border: 0;
    margin: 0;
}

.ResultSpliter li.Airline {
    width: 18%;
}

.ResultSpliter .flightResultWrap li.FareRules {
    width: 20%;
    border: 0;
    margin: 0;
    text-align: center;
}

.ResultSpliter .flightResultWrap li.Arrow {
    display: none;
}

.ResultSpliter.mrgnLft {
    margin-left: 2%;
}

.domSingle {
    width: 100% !important;
    max-width: 662px;
}

.fltSortingList.oneWay li {
    width: 20% !important;
}

.trvDtl_AcntDetails li {
    width: 31% !important;
}

    .trvDtl_AcntDetails li:nth-child(even) {
        margin: 0 1% !important;
    }

.divAgree {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-32%, -50%);
    -ms-transform: translateY(-32%, -50%);
    -o-transform: translateY(-32%, -50%);
    -moz-transform: translateY(-32%, -50%);
}

.fltpaxrow .MoreDetailDiv {
    width: 100% !important;
    padding: 0;
    margin-bottom: 10px;
}

    .fltpaxrow .MoreDetailDiv input, .fltpaxrow .MoreDetailDiv select {
        width: 23% !important;
        margin: 10px 1% !important;
    }

.logIn_reg .formInner.frgtpass {
    width: 100% !important;
}

    .logIn_reg .formInner.frgtpass .form-element {
        width: 100%;
    }

        .logIn_reg .formInner.frgtpass .form-element input {
            width: 100%;
        }

    .logIn_reg .formInner.frgtpass .reg_cust .formContent label {
        width: 100% !important;
        display: block;
        margin: 0 0 5px;
    }

#new_cust.reg_cust .scBox {
    margin-left: 0;
}

.trvDtlFormRow ul {
    width: 100%;
}

.trvDtl_RoomInfoGrid ul {
    width: 100% !important;
}

.trvDtl_RoomInfoGrid li {
    width: 23% !important;
    padding: 0;
    text-align: center;
}

.trvDtlFormRow .RowHead li, .trvDtlFormRow .RowValue li {
    width: 20%;
    margin: 0 1%;
}

    .trvDtlFormRow .RowHead li:first-child, .trvDtlFormRow .RowValue li:first-child {
        width: 10%;
    }

    .trvDtlFormRow .RowHead li select, .trvDtlFormRow .RowValue li select, .trvDtlFormRow .RowHead li input, .trvDtlFormRow .RowValue li input {
        width: 100% !important;
    }

.gst-option.form-gst select.form-control {
    width: 100%;
    max-width: 360px;
}

.gst-option.form-gst .col-md-6 {
    width: 50%;
    float: left;
}

.trvDtlFormRow ul.fullWidth li {
    width: 100% !important;
}

.modifySearchBar.hotel li {
    margin: 0;
}

.dis-blk {
    display: block;
}

.wdthFull {
    width: 100%;
}

.modifySearchBar.hotel ul {
    width: auto;
}

.actPagination .pagination {
    margin: 0;
}

    .actPagination .pagination ul li {
        display: inline-block;
        background: #f4f4f4;
        padding: 2px 5px;
        margin: 0 1px;
    }

        .actPagination .pagination ul li a {
            color: #000;
        }

.SearchCenterWrap.sgtseeingDetails {
    width: 73%;
    margin: 0;
}

    .SearchCenterWrap.sgtseeingDetails .SearchResultsWrap {
        margin: 0 0 0 10px;
    }

.SearchLeft .sgtseeingdtlsLft {
    width: 240px;
}

.BookOnlineWrap {
    width: 100%;
}

.breadcrumb li span.divider {
    font-size: 12px !important;
    margin: 0 2px !important;
}

.seatsDetail {
    width: 500% !important;
}

.upperDeck, .lowerDeck {
    width: 100% !important;
    margin: 0 0 10px;
}
/*----------------------bus-----------------------*/
.BusJourneyhead.Headers_Bg {
    height: 36px;
    line-height: 21px;
}

.Headers_Bg.foundHead {
    height: 39px;
    line-height: 26px;
    width: 100%;
    margin-top: 7px;
}

.SearchLeft.Bus {
    width: 100%;
}

.SearchCenterWrap.Bus {
    width: 79%;
    margin-left: 0;
}

.BusJourneyhead.Headers_Bg {
    width: 100%;
    margin: 0 0 10px;
}

.BusResultRepeat li.operator, .BusResultRepeat li.type, .BusResultRepeat li.dep, .BusResultRepeat li.seats, .BusResultRepeat li.fare,
.BusJourneySort li.operator, .BusJourneySort li.type, .BusJourneySort li.dep, .BusJourneySort li.seats, .BusJourneySort li.fare {
    width: 20%;
    margin: 0;
}

    .BusJourneySort li.fare a, .BusJourneySort li.fare span {
        float: right;
    }

.modifySearchBar.fph ul {
    width: auto;
}

.modifySearchBar.fph li {
    margin: 0;
    padding: 0 15px;
}

.mrgntop10 {
    margin-top: 10px !important;
}

.trfSearchHead li, .trfSearchRepeat li {
    margin: 0;
}

.trfSearchWrap li.Desc {
    width: 35%;
    padding: 0 0 0 10px;
}

.trfSearchWrap li.Vehicle {
    width: 15%;
    padding: 0 0 0 10px;
}

.trfSearchWrap li.MaxPax {
    width: 15%;
    padding: 0 0 0 10px;
}

.trfSearchWrap li.MaxLuggage {
    width: 20%;
    padding: 0 0 0 10px;
}

.trfSearchWrap li.TotalPrice {
    width: 15%;
    padding: 0 0 0 10px;
}

.modifySearchBar.fph .select_drop_icon {
    display: none !important;
}

.luggageIcon {
    margin-bottom: 13px !important;
}

.modifySearchBar.fph {
    margin: 0 !important;
}

.trfSearchWrap.AddVehicle li.Vehicle, .trfSearchWrap.AddVehicle li.MaxPax, .trfSearchWrap.AddVehicle li.MaxLuggage, .trfSearchWrap.AddVehicle li.pricePerVehicle {
    width: 25% !important;
}

.trfSearchWrap.AddVehicle {
    width: 100%;
}

.ui-datepicker {
    z-index: 999999 !important;
}

.top-header-right > ul > li {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -o-inline-flex;
    display: -ms-inline-flex;
}

.busSrchFltr {
    max-height: 130px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.filterSearch .Inner.checkOpt input[type="checkbox"] {
    margin: 4px 10px 0 0;
}

@media only screen and (max-width:480px) {
    #searchform h1 {
        font-size: 16px;
    }

    ul.topTabs {
        float: left;
    }

    .Arrival-date, .infants, .class-info {
        margin: 10px 0 0;
    }

    .newBtnCntr {
        clear: both;
        width: 100%;
    }

    .img-responsive {
        margin: 0 auto;
    }

    .slidrMt20 {
        margin-top: 20px;
    }

    .htlListMrgn {
        margin: 10px 0 0;
        padding: 10px 0 0;
        border-top: 1px solid #dddddd;
    }

        .htlListMrgn.mrgn0 {
            margin: 0;
        }

    .AsiaWrap.transfer .name {
        width: 250px;
    }

    .sgtListMrgn li {
        padding-bottom: 0 !important;
    }

    .IntDomRadio .lm30 {
        margin: 0 !important;
    }

    .myAccTabs #tabs li {
        width: 100%;
    }
}

@media only screen and (max-width:1130px) {
    .SearchCenterWrap.flight, .SearchCenterWrap.sightseeing {
        width: 65%;
    }

    .wdth80 {
        width: 100% !important;
    }
}

@media only screen and (max-width:768px) {
    .flightfloating {
        top: 0 !important;
    }

    .fltSearchPromo {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        border: 0;
        border-radius: 0;
        border-top: 2px dashed #c73c00;
        color: #3c3c3c;
    }

        .fltSearchPromo .getDiscountHead {
            display: none;
        }

        .fltSearchPromo b {
            color: #c73c00;
        }

        .fltSearchPromo li {
            width: 100%;
            border: 0;
            background: transparent;
            padding: 5px 0 0;
            text-align: justify;
        }

            .fltSearchPromo li:first-child {
                margin: 0;
            }

    .main-nav > li > a {
        padding: 10px 15px;
    }

    .main-nav > li:first-child {
        margin-top: 30px;
    }

    .main_sprite.homeIcon {
        display: none;
    }

    .bnr-mrgn {
        margin: 0;
    }

    .busBtnMrgn, .fhs-DateRow.Bus .busDateMrgn, .busHtlMrgn, .newhtlForm .htlDateMrgn {
        margin-top: 15px !important;
    }

    .leaving-city {
        margin: 0 0 15px;
    }

    #DivChildAge .adlchldItem {
        margin: 15px 0;
    }

    .hideONdsktp {
        display: block;
        margin: 15px 0 0;
    }

    .mrgnTopSgt {
        margin: 15px 0 0;
    }

    .indPkges li {
        padding-top: 15px !important;
    }

    .AsiaInner .name {
        width: 165px !important;
        min-height: 40px;
    }

    .AsiaInner {
        padding-bottom: 20px;
        min-height: 250px;
    }

    .intPkgList li {
        width: 100%;
        min-height: 140px;
    }

    .intpkgTab {
        margin: 0 0 10px;
    }

        .intpkgTab li {
            height: auto;
        }

    .slidrMt10 {
        margin: 10px 0 0 0;
    }

    .flgtMrgn10 {
        margin: 10px 0;
    }

    .wdth80 {
        width: 100% !important;
    }

    .SearchCenterWrap.flight, .SearchCenterWrap.sightseeing {
        width: 100%;
    }

    .fltDateshead.Headers_Bg {
        height: 60px;
    }

        .fltDateshead.Headers_Bg .ftL, .fltDateshead.Headers_Bg .ftR {
            clear: both;
            width: 100%;
        }

        .fltDateshead.Headers_Bg .ftR {
            border-top: 1px solid #ddd;
            margin-top: 5px;
            padding-top: 5px;
        }

    .fltSortingList {
        padding: 0;
    }

        .fltSortingList a {
            font-size:11px!important
        }
        .fltSortingList ul.row li {
            width: 19%;
        }
                .fltSortingList ul.row li:nth-child(2) {
            width: 24%;
        }

    .flightResult .TripResult, .flightResult .BookFlight {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }

    .flightResultWrap li.Airline, .flightResultWrap li.Duration {
        width: 20% !important;
    }

    .flightResult .BookFlight {
        text-align: left;
    }

        .flightResult .BookFlight .TotalFare {
            display: inline-block;
        }

        .flightResult .BookFlight a.mt10 {
            margin: 0 !important;
            padding: 6px 30px;
        }

    .flightResult .BaggageLinks {
        width: 100%;
        margin: 10px 0;
    }

        .flightResult .BaggageLinks ul li {
            width: auto;
            display: inline-block;
            margin: 0 15px 0 0;
        }

    .flightResult .ShowDetailsOuter .ShowDetailsRow ul li {
        width: 50%;
    }

        .flightResult .ShowDetailsOuter .ShowDetailsRow ul li:last-child {
            width: 100%;
            margin: 10px 0;
        }

        .flightResult .ShowDetailsOuter .ShowDetailsRow ul li.Airline-code {
            margin: 0 0 10px;
        }

        .flightResult .ShowDetailsOuter .ShowDetailsRow ul li.Arrive-At {
            text-align: right;
        }

    .fltSortingList .srtPrice a {
        text-align: left;
        width: auto;
    }

    .filterSearch.flight, .filterSearchWrap.sightseeing, .filterSearch.bus {
        width: 270px;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        overflow-y: scroll;
        transform: translateX(-110%) !important;
        -webkit-transform: translateX(-110%) !important;
        -moz-transform: translateX(-110%) !important;
        -ms-transform: translateX(-110%) !important;
        -o-transform: translateX(-110%) !important;
        z-index: 99999999999;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        border-radius: 0;
    }

        .filterSearch.flight .slider.slider-horizontal .slider-track, .filterSearchWrap.sightseeing .slider.slider-horizontal .slider-track, .filterSearch.bus .slider.slider-horizontal .slider-track {
            width: 220px;
        }

    .newFilterLbl {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.8);
        z-index: 98;
        display: none;
    }

    .flightResultWrap .BaggageLinks li.FareRules {
        width: 48%;
    }

    #newFilterId:checked ~ .newFilterLbl {
        display: block;
    }

    #newFilterId:checked ~ .filterSearch.flight, #newFilterId:checked ~ .filterSearchWrap.sightseeing, #newFilterId:checked ~ .filterSearch.bus {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .filterSearch.flight .Outer #divStops input, .filterSearchWrap.sightseeing .Outer #divStops input, .filterSearch.bus .Outer #divStops input {
        margin-left: 15px;
    }

    .filterSearch.flight .Outer #divDestination input, .filterSearchWrap.sightseeing .Outer #divDestination input, .filterSearch.bus .Outer #divDestination input {
        margin-bottom: 15px;
    }

    .filterSearchWrap.sightseeing .filterSearch {
        width: 100%;
        border: 0;
        border-radius: 0;
    }

    .filterSearchWrap.sightseeing {
        background: #fff;
    }

    .filterSearch .Inner {
        width: 100%;
    }

    .fltTwocolumnfilterwrap {
        padding: 0 15px 10px;
    }

    .newFilterToggle {
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 25px;
        background: #4d4d4d;
        color: #fff;
        position: fixed;
        bottom: 40px;
        border-radius: 50%;
        right: 20px;
        z-index: 97;
        text-align: center;
    }

    .filterSearch.flight.twoColumn {
        max-width: 270px;
        background: #fff;
        margin: 0;
        border-radius: 0;
    }

    .foundHead.flight {
        width: 100%;
        clear: both;
        border: 0;
    }

    .fltTwocolumnfilterwrap {
        width: 100%;
        clear: both;
    }

        .fltTwocolumnfilterwrap .columns {
            margin: 0 0 20px;
        }

            .fltTwocolumnfilterwrap .columns span.mobHdr {
                padding: 10px 5px;
                background: #f5f5f5;
                display: block;
                margin: 0 -15px 15px;
                border-bottom: 1px solid #d8d8d8;
                border-top: 1px solid #d8d8d8;
            }

    .filterSearch.flight.twoColumn .slider.slider-horizontal .slider-track {
        margin-left: -10px;
    }

    .ResultSpliter .TripResult {
        width: 100%;
        clear: both;
        margin: 0;
    }

    .ResultSpliter .BookFlight {
        width: 100%;
        clear: both;
        margin: 15px 0 0;
        text-align: center !important;
    }

    .ResultSpliter .fltDateshead.Headers_Bg {
        height: 48px;
    }

    .ResultSpliter li:first-child {
        width: 20% !important;
    }

    .fltSortingList.rndTrip {
        display: none !important;
    }

    .ResultSpliter .flightResultWrap li.Airline {
        width: 80% !important;
    }

    .ResultSpliter .flightResultWrap li.Depart-At, .ResultSpliter .flightResultWrap li.Arrive-At {
        width: 50% !important;
        margin: 15px 0 !important;
    }

    .ResultSpliter .flightResultWrap li.FareRules {
        width: 100% !important;
        clear: both;
    }

    .ResultSpliter .OnwardReturn {
        margin: 0;
    }

    .flightResult .BaggageLinks.rndTrip {
        width: 100% !important;
        margin: 0 !important;
    }

        .flightResult .BaggageLinks.rndTrip ul li {
            width: 100%;
            margin: 5px 0;
        }

            .flightResult .BaggageLinks.rndTrip ul li a.ShowDetailsLink, .flightResult .BaggageLinks.rndTrip ul li a.fareRulesLink {
                float: left;
            }

    .ResultSep {
        display: none;
    }

    .fltSortingList.oneWay li {
        width: 25% !important;
    }

        .fltSortingList.oneWay li:last-child {
            display: none;
        }

    .domflgtSing.flightResultWrap li.Airline, .domflgtSing .flightResultWrap li.Depart-At, .domflgtSing.flightResultWrap li.Arrive-At, .domflgtSing.flightResultWrap li.Duration {
        width: 25% !IMPORTANT;
    }

    .yourSelection {
        border: 1px solid #4d4d4d;
        padding: 5px 15px;
        border-radius: 0;
    }

        .yourSelection .YouPay .price {
            float: left;
            margin: 10px 0 0;
        }

        .yourSelection .header h3 {
            margin-top: 0;
        }

        .yourSelection .YouPay .btn {
            /*display:block;*/
        }

    .flightfloating {
        left: 0;
    }

    .yourSelection .selectedflight .tripSummary {
        height: 18px;
    }

        .yourSelection .selectedflight .tripSummary p {
            margin-bottom: 0;
            line-height: 10px;
        }

    #flightsummary_Right #divRight {
        position: static !important;
        top: 0 !important;
        max-width: 100%;
    }

    .trvDtl_AcntDetails li {
        width: 100% !important;
        clear: both !important;
        margin: 0 0 10px !important;
    }

        .trvDtl_AcntDetails li:nth-child(even) {
            margin: 10px 0 !important;
        }

    .MainSummary .header {
        overflow: hidden;
    }

        .MainSummary .header span {
            float: right !important;
            margin-left: 0 !important;
        }

            .MainSummary .header span.ftr {
                clear: both !important;
                display: block !important;
                width: 100%;
                text-align: center;
                margin-top: 10px !important;
            }

    .ActualDetails .airline {
        width: 100% !important;
    }

    .ActualDetails .detail {
        display: inline-block !important;
        margin-left: 15px !important;
        width: 200px;
    }

    .ActualDetails .destination {
        width: 36% !important;
        margin: 10px 0 !important;
        padding: 10px 0 !important;
    }

    .ActualDetails .duration {
        width: 28% !important;
    }

    .ActualDetails .stopage {
        width: 100% !important;
        text-align: center;
        clear: both !important;
    }

    .fltpaxrow input.Name, .fltpaxrow input.DOB {
        width: 50%;
        margin: 0;
        margin-bottom: 10px;
    }

    .fltpaxrow select.salutation {
        width: 28%;
    }

    .fltpaxrow label {
        width: 20%;
    }

    .divAgree {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        overflow-y: scroll;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        width: 100% !important;
        position: fixed !important;
    }

    .fltpaxrow .MoreDetailDiv input, .fltpaxrow .MoreDetailDiv select {
        width: 100% !important;
        margin: 10px 0 0 !important;
    }

    .gst-option {
        padding: 0;
    }

    .netbnksname {
        border: 0;
        padding: 0;
    }

    .myAccTabs #tabs li {
        width: 100%;
    }

        .myAccTabs #tabs li a .search_sprite {
            display: none !important;
        }

    .logIn_reg .formInner, .regBenefits {
        width: 100%;
        clear: both;
    }

    .formContent .form-element {
        clear: both !important;
        width: 100%;
    }

        .formContent .form-element input {
            width: 100% !important;
        }

    .reg_cust .formContent label {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }

    .myAccTabs#tabsWrap .tabsContent {
        margin-top: 5px;
    }

    .Form_Row label {
        display: block;
        width: 100%;
        margin: 0 0 5px;
    }

    .Form_Row .control-group span.txt11 {
        margin: 0 !important;
    }

    .myAccTabs .tabsContent.myProfile .Form_Row {
        clear: both !important;
    }

    .Form_Row .control-group input, .Form_Row .control-group select {
        width: 100% !important;
    }

    .myAccTabs .tabsContent.myProfile .DetailsRow {
        margin-top: 5px;
    }

    .myAccTabs .tabsContent.myCurrentBookings .BookingLeft {
        width: 100%;
    }

    .myAccTabs .tabsContent.myCurrentBookings .BookingPrice {
        width: 100%;
        clear: both !important;
        position: static !important;
    }

    .myAccTabs .tabsContent.myCurrentBookings .BookingLeft li {
        width: 100%;
    }

    .myAccTabs #tabs li a:hover .arrow_up, .myAccTabs #tabs li a.active .arrow_up {
        display: none;
    }

    .FormInner .Form_Row.scBox, .spanMrgn0 {
        margin-left: 0 !important;
    }

    .trvDtl_service_summary ul.hotelName li, .trvDtl_service_summary li {
        width: 100% !important;
        clear: both !important;
        margin: 0 0 10px !important;
    }

        .trvDtl_service_summary li.divider {
            display: none;
        }

    .gst-option.form-gst .col-md-6 {
        width: 100%;
        clear: both;
    }

    .trvDtl_Content div[id$="_divPayUTerms"] {
        height: auto !important;
        text-align: left !important;
        margin: 0 0 10px;
    }

    .sightPayment-tabs > li > a {
        font-size: 13px;
        padding: 20px 5px;
    }

    .cmngtwy {
        right: 5px;
    }

    .slider {
        display: block !important;
    }

    .mrgntopbtm {
        margin: 20px 0 !important;
    }

    .SearchCenterWrap.sgtseeingDetails, .sgtseeingdtlsLft {
        width: 100%;
    }

    .SearchLeft .sgtseeingdtlsLft {
        width: 100%;
    }

    .SearchResultsWrap {
        margin: 0;
    }

    .SearchCenterWrap.sgtseeingDetails .SearchResultsWrap {
        margin: 10px 0;
    }

    .BookOnline {
        padding: 5px 15px;
    }

    .BookContent {
        margin-left: 0;
    }

    .row.BookOptions li p {
        margin: 0 !important;
    }

    .BookOptions li label {
        margin: 0;
    }

    .BookOptions li {
        width: 50%;
    }

    .SearchCenterWrap.Bus {
        width: 100%;
        margin-left: 0;
    }

    .BusJourneyhead .doj {
        margin-left: 5px;
    }

    .BusResultRepeat li.operator, .BusResultRepeat li.type, .BusResultRepeat li.dep, .BusResultRepeat li.seats,
    .BusJourneySort li.operator, .BusJourneySort li.type, .BusJourneySort li.dep, .BusJourneySort li.seats {
        width: 28.33%;
        margin: 0;
    }

    .BusJourneySort li.seats, .BusResultRepeat li.seats {
        width: 15%;
        float: right;
    }

    .BusJourneySort li.fare {
        display: none;
    }

    .BusResultRepeat li.fare {
        width: 100%;
        margin: 15px 0;
        display: block;
    }

    .seatsWrap, .seatsInfo {
        float: left;
        margin: 10px 0;
        width: 100%;
    }

    .seatsDetail {
        width: 100% !important;
    }

    .seatsHead .ftL {
        clear: both;
        text-align: left !important;
        width: 100%;
        margin: 10px 0 !important;
    }

        .seatsHead .ftL span {
            display: block;
            width: 100%;
            margin: 10px 0 0;
        }

    .seatsHead .seatsClose {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .trvDtlFormRow .RowHead li.TrvDetail_Add, .trvDtlFormRow .RowHead li.TrvDetail_Mbl, .trvDtlFormRow .RowHead li.TrvDetail_email, .trvDtlFormRow .RowValue li.TrvDetail_Add, .trvDtlFormRow .RowValue li.TrvDetail_Mbl, .trvDtlFormRow .RowValue li.TrvDetail_email {
        width: 33% !important;
        margin: 0;
    }

    .trvDtl_pricing li {
        padding-right: 10px;
    }

    .mrgntop10 {
        margin-top: 15px !important;
    }

    .mrgnTrnsfr {
        margin: 15px 0 !important;
    }

    .mrgnAirportBtm {
        margin: 0 0 15px !important;
    }

    .trfSearchWrap .trfSearchHead.mobHide li.TotalPrice, .trfSearchWrap .trfSearchHead.mobHide li.MaxPax, .trfSearchWrap .trfSearchHead.mobHide li.MaxLuggage {
        display: none;
    }

    .dropdown-menu {
        left: 0px !important;
    }

    .trfSearchWrap li.Desc {
        width: 46%;
        padding: 0;
    }

    .trfSearchWrap li.Vehicle {
        width: 34%;
    }

    .trfSearchWrap .trfSearchRepeat li.TotalPrice {
        width: 100% !important;
        display: block !important;
        clear: both !important;
        padding: 0 !important;
    }

    .trfSearchWrap li.MaxPax, .trfSearchWrap li.MaxLuggage {
        width: 10% !important;
        padding: 0;
    }

    .fphFound h1 + span {
        margin: 0 0 10px !important;
    }

    .trfSearchWrap.AddVehicle li.Vehicle, .trfSearchWrap.AddVehicle li.MaxPax, .trfSearchWrap.AddVehicle li.MaxLuggage, .trfSearchWrap.AddVehicle li.pricePerVehicle {
        width: 25% !important;
    }

    .trfSearchWrap.AddVehicle li.MaxPax, .trfSearchWrap.AddVehicle li.MaxLuggage, .trfSearchWrap.AddVehicle li.pricePerVehicle {
        width: 20% !important;
    }

    .trfSearchWrap.AddVehicle li.Vehicle {
        width: 40% !important;
    }

    .trfInfoBox {
        margin: 0;
    }

    .trvDtl_Section .requirmentLeft, .trvDtl_Section .requirmentRight {
        float: none;
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 0 10px !important;
    }

    /*.breadcrumb li:last-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width:100%;
    }*/
    .tableFont {
        font-size: 12px;
        margin: 0 -13px !important;
        float: none !important;
    }

        .tableFont table {
            min-width: 335px;
            width: 100%;
        }

            .tableFont table tr {
                padding: 10px 0 0 !important;
            }

    .contact-form {
        margin: 20px 0 0 !important;
    }

    .main-nav .dropdown .caret {
        border-top: 4px solid #fff !important;
    }

    .abtPoints {
        margin: 40px 0;
    }

    .scBox {
        margin-left: 0;
    }

    #divFareRulepop {
        position: fixed !important;
        top: 50px !important;
        left: 5% !important;
        right: 5% !important;
        width: 90% !important;
    }

    #bToFrom {
        width: 100% !important;
    }

    .farebrkWrap {
        left: 50% !important;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }

    .BusJourneyhead .doj {
        float: none !important;
    }

    .modal.busCancPolicyPopup {
        width: 90% !important;
        left: 5% !important;
        margin-left: 0 !important;
        z-index: 99999999;
    }

    .SearchCenterWrap.flight, .SearchCenterWrap.sightseeing {
        margin: 0 !important;
    }

    .ui-datepicker {
        width: 22em !important;
        z-index: 999999 !important;
    }

    .PromoPopup {
        width: 90% !important;
        max-width: 480px !important;
        left: 5% !important;
        top: 5% !important;
        position: fixed !important;
    }

        .PromoPopup b {
            width: 100% !important;
            max-width: 319px !important;
        }

    .modal.changeDate {
        width: 90% !important;
        left: 5% !important;
        max-width: 480px !important;
        z-index: 99999 !important;
    }

    .top-header-right > ul > li a.dropdown-toggle {
        margin-left: 5px;
    }

    .filterSearch.flight .NarrowSearch, .filterSearch.bus .NarrowSearch {
        background: #333333;
        color: #fff;
    }

    .NarrowSearch span {
        display: none;
    }

    .NarrowSearch {
        border-radius: 0;
        margin: 0;
        padding: 8px 5px;
    }

    .filterSearch .Headers_Bg {
        background: #f1f1f1;
        padding: 10px 15px;
        font-size: 14px;
        color: #333 !important;
    }

    .filterSearch .Inner.checkOpt label {
        margin-bottom: 5px;
    }

    .Headers_Bg.mb0 {
        margin: 0 !important;
    }

    .filterSearch.flight .Inner {
        margin: 15px 0 !important;
    }

    .Headers_Bg.foundHead.flight {
        margin: 0 !important;
    }

    .Headers_Bg.sightseeing {
        margin: 0 !important;
    }

    .filterSearchWrap.sightseeing .filterSearch .NarrowSearch {
        background: #333333;
        color: #fff;
    }

    .filterSearchWrap.sightseeing .filterSearch .Outer .Inner {
        margin: 10px 0!important;
    }

    .filterSearchWrap.sightseeing .filterSearch {
        position: static !important;
        top: 0 !important;
    }
}
/*----------------new Drop Down--------*/
.main-nav .dropdown.newDropDownHdr:hover .dropdown-menu {
    display: block !important;
}

.forFlgtSrchDomOff {
    top: 70px !important;
}
