/*========== NEW CSS ========== */
/* =============== ERIC MEYER'S RESET =============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
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, Room Information 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;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*========== 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: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.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;
}

.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%;
    }
}

/*========== BOOTSTRAP 3.0 RESPONSIVE UTILITIES ========== */
@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}



/*========== GLOBAL CSS ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

.main_sprite {
    background: url(../img/main_sprite.png) no-repeat;
}

.search_sprite {
    background: url(../img/search_sprite.png) no-repeat;
}

.pkg-sprite {
    background: url(../img/pkg-sprite.png) no-repeat 0 0;
}

.ftL {
    float: left !important;
}

.ftR {
    float: right !important;
}

.clear {
    clear: both;
    width: 100%;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.txt12 {
    font-size: 12px !important;
}

.txt555 {
    color: #555 !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-orange {
    color: #ff6600 !important;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}



h4 {
    font-size: 18px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 6px;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #2C67B3;
        text-decoration: none;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #cccccc;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select.classic {
        background-image: linear-gradient(45deg, transparent 50%, #999999 50%), linear-gradient(135deg, #999999 50%, transparent 50%);
        background-position: calc(100% - 17px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px), 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
    }

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

.whatisthis {
    font-size: 10px;
    font-weight: normal;
}

    .whatisthis a {
        font-size: 10px;
        font-weight: normal;
    }

.crPntr {
    cursor: pointer !important;
}

.whatisthis a:hover, .whatisthis a:focus {
    font-size: 10px;
}

body {
    background-color: #fff;
    color: #333333;
    font-family: 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    min-height: inherit;
}

    body.modal-open {
        overflow: hidden;
    }

/*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;
}

/*========== HEADER ========== */
.topBand {
    display: none;
}

.main-header {
    background-color: #2c67b3;
    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 6;
}

.ham-icon {
    float: left;
    margin-top: 1px;
    width: 20px;
}

    .ham-icon span {
        background: #fff;
        border-radius: 1px;
        display: block;
        height: 2px;
        margin-bottom: 4px;
    }

.backSearch {
    float: left;
}

.logo {
    color: #fff;
    float: left;
    font-size: 17px;
    margin-left: 20px;
}

    .logo span {
        line-height: 16px;
    }

    .logo:hover,
    .logo:focus {
        color: #fff;
    }

.sidebar {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    display: none;
    height: 100%;
    left: 0;
    margin-left: -305px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 305px;
    z-index: 99;
}

    .sidebar .sidebar-header {
        background-color: #eceff1;
        position: relative;
        height: 173px;
    }

        .sidebar .sidebar-header.header-cover {
            background: url(../img/pkg-nav-cover.jpg) no-repeat center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

.sidebar-register {
    bottom: 0;
    color: #fff;
    padding: 10px;
    position: absolute;
    width: 100%;
}

.logInOut > li {
    border-right: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
}

    .logInOut > li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

.userLoggedIn li {
    border-right: 0;
    float: none;
    margin-bottom: 5px;
}

.sidebar-register a,
.sidebar-register a:hover,
.sidebar-register a:focus {
    color: #fff;
}

.signinIcon,
.signupIcon,
.signoutIcon,
.userIcon {
    background-position: -46px 0;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 18px;
}

.signupIcon {
    background-position: -69px 0;
    height: 20px;
}

.userIcon {
    background-position: -115px 0;
    height: 20px;
}

.signoutIcon {
    background-position: -92px 0;
}

.main-nav {
    margin-top: 0px;
    padding: 0;
}

    .main-nav > li {
        position: relative;
    }

    .main-nav li:hover > ul {
        display: block;
    }

    .main-nav > li > a > .caret {
        float: right;
        margin-top: 22px;
    }

    .main-nav > li > a {
        color: #484848;
        cursor: pointer;
        display: block;
        font-size: 14px;
        height: 46px;
        line-height: 46px;
        padding-left: 33px;
        padding-right: 25px;
        position: relative;
        text-decoration: none;
    }

.second-level-menu {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    /* border-radius: 5px; */
    display: none;
    margin-left: 30px;
    position: absolute;
    top: 75%;
    width: 80%;
    z-index: 1;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.24);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=2,MakeShadow=true,ShadowOpacity=0.24)";
    zoom: 1;
}

    .second-level-menu > li {
        position: relative;
    }

        .second-level-menu > li > a {
            color: #777;
            display: block;
            font-size: 13px;
            padding: 7px 10px;
        }

            .second-level-menu > li > a:focus,
            .second-level-menu > li > a:hover {
                background-color: #2c67b3;
                color: #fff;
            }

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
}

.sidebar-default .sidebar-nav li:focus > a,
.sidebar-default .sidebar-nav li > a:focus {
    color: #333333;
    background-color: transparent;
}

.sidebar .sidebar-nav li a:hover {
    background: transparent;
}

.sidebar .sidebar-nav li a:hover,
.sidebar .sidebar-nav li a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.header-extra {
    float: right;
}

    .header-extra li {
        float: left;
        margin-left: 20px;
    }

.modify-icon,
.filter-icon {
    background-position: -138px 0;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 18px;
}

.filter-icon {
    background-position: -161px 0;
}

.breadcrumb-wrap {
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

    .breadcrumb-wrap .breadcrumb {
        margin-bottom: 0;
        padding: 0;
    }

.breadcrumb a {
    font-size: 13px;
}

.breadcrumb .selected {
    color: #2C67B3;
    cursor: default;
}

/*========== MAIN CONTENT ========== */
.main-content {
    margin-top: 56px;
}

.modifySearchInner {
    padding: 15px;
}

    .modifySearchInner.pd10 {
        padding: 10px 0 !important;
    }

    .modifySearchInner > .container {
        max-width: 1120px !important;
    }

    .modifySearchInner li {
        margin-bottom: 15px;
    }

    .modifySearchInner ul li:last-child {
        margin-right: 0;
    }

    .modifySearchInner li input[type="radio"] {
        float: left;
        margin: 11px 9px 0 0;
        display: none;
    }

    .modifySearchInner li .form-control {
        width: 230px;
    }

    .modifySearchInner .CheckInOut {
        height: 31px;
        width: 117px;
    }

        .modifySearchInner .CheckInOut input[type="text"] {
            background-color: #ffffff;
            width: 106px;
        }

    .modifySearchInner .modifyHead {
        color: #ffffff;
        cursor: pointer;
        float: left;
        font-size: 30px;
        margin: 4px 0 0 7px;
        text-decoration: none;
    }

    .modifySearchInner ul.typehead {
        width: 290px !important;
    }

    .modifySearchInner.package select {
        width: 250px;
    }

    .modifySearchInner.package .dptCode {
        width: 250px;
    }

    .modifySearchInner.hotel select {
        width: 132px;
    }

    .modifySearchInner.hotel .popover {
        color: #4d4d4d;
        display: block;
        left: 654px;
        max-width: 539px;
        top: 175px;
    }

    .modifySearchInner.hotel .popover-title {
        padding: 10px;
    }

    .modifySearchInner.hotel .popover-content {
        float: left;
        padding: 10px;
        width: 563px;
    }

        .modifySearchInner.hotel .popover-content select {
            width: 60px;
        }

            .modifySearchInner.hotel .popover-content select.RoomTypeSelect {
                width: 153px;
            }

        .modifySearchInner.hotel .popover-content .rooms_label {
            margin-top: 6px;
        }

        .modifySearchInner.hotel .popover-content .left {
            float: left;
            width: 563px;
        }

        .modifySearchInner.hotel .popover-content .rtHeading {
            float: left;
            width: 260px;
        }

            .modifySearchInner.hotel .popover-content .rtHeading .ftR {
                margin-right: 24px;
            }

        .modifySearchInner.hotel .popover-content .room_repeatRow {
            float: left;
            margin-top: 5px;
            width: 563px;
        }

        .modifySearchInner.hotel .popover-content .room_repeat {
            float: left;
            width: 260px;
        }

        .modifySearchInner.hotel .popover-content .child_repeat {
            float: left;
            margin-left: 10px;
            width: 293px;
        }

.sidebarHeading {
    background-color: #333333;
    padding: 17px 15px;
    color: #fff;
    font-size: 15px;
}

.backArrowIcon {
    background-position: -213px 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.sidebarHeading .backArrowIcon {
    margin-right: 10px;
}


.filterSearch .filterSearchRepeat {
    padding: 0 0 20px 0;
}

    .filterSearch .filterSearchRepeat:last-child {
        margin-bottom: 0;
    }

.filterSearchRepeat .fs-heading {
    font-size: 14px;
    background: #f1f1f1;
    padding: 7px 15px;
    margin-bottom: 10px;
}

    .filterSearchRepeat .fs-heading .allNone {
        float: right;
    }

        .filterSearchRepeat .fs-heading .allNone a {
            font-size: 12px;
            cursor: pointer;
            color: #444444;
        }

.filterSearchRepeat .fs-content {
    font-size: 13px;
    color: #555;
    padding: 0 15px;
}

    .filterSearchRepeat .fs-content li {
        width: 100%;
        display: inline-block;
    }

    .filterSearchRepeat .fs-content input[type="radio"],
    .filterSearchRepeat .fs-content input[type="checkbox"],
    .filterSearchRepeat .fs-content label {
        float: left;
    }

    .filterSearchRepeat .fs-content input[type="radio"],
    .filterSearchRepeat .fs-content input[type="checkbox"] {
        margin-right: 5px;
        margin-top: 3px;
    }

.filterSearch .budget input[type="radio"] {
    float: left;
    margin-top: 3px;
}

.filterSearch input.citySelect {
    margin-bottom: 0;
}

.filterSearch .WebRupee1 {
    font-size: 11px;
}

.filterSearch .minRange, .filterSearch .maxRange {
    font-size: 11px;
    font-weight: bold;
}

.SearchResult {
    margin-bottom: 20px;
}

.pkgFound {
    margin-bottom: 10px;
}

.sort_By {
    background-color: #f1f1f1;
    border: 1px solid #d8d8d8;
    margin-bottom: 15px;
    overflow: hidden;
}

    .sort_By .sortByLink {
        color: #555;
        position: relative;
        font-size: 13px;
        cursor: pointer;
        display: block;
        padding: 15px 0;
        width: 60px;
    }

        .sort_By .sortByLink:hover {
            color: #333;
        }

.sortByLink span {
    background: url(../img/search_sprite.png) no-repeat -227px -34px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 16px;
    width: 10px;
}

.sort_By select {
    margin-top: 7px;
    font-size: 13px;
}

.SearchResult {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
}

    .SearchResult:first-child {
        margin-top: 0;
    }

    .SearchResult h3.heading {
        font-weight: normal;
        margin-bottom: 10px;
        color: #ff6600;
        font-size: 15px;
    }

    .SearchResult .heading a {
        color: #ff6600;
        float: left;
        font-size: 15px;
    }

    .SearchResult .heading .dest-covered {
        clear: left;
        color: #555;
        display: block;
        font-size: 12px;
        font-style: italic;
    }

.SearchImage {
    position: relative;
}

    .SearchImage img {
        width: 100%;
    }

    .SearchImage li {
        color: #8F8F8F;
        font-size: 12px;
        list-style-type: none;
    }

    .SearchImage .SearchCode {
        background: url("../img/search_sprite.png") no-repeat scroll -269px -7px transparent;
        color: #ffffff;
        font-size: 11px;
        height: 26px;
        left: -6px;
        line-height: 21px;
        padding-left: 7px;
        position: absolute;
        top: 20px;
        width: 98px;
    }

.SearchOverview {
    float: left;
    line-height: 18px;
    margin-left: 5px;
    width: 379px;
}

.Inclusions_pkg {
    margin: 10px 0;
}

    .Inclusions_pkg > span {
        display: block;
    }

.PkgInc_Row {
    display: inline-block;
}

    .PkgInc_Row li {
        display: inline-block;
        margin-right: 10px;
    }


        .PkgInc_Row li span {
            display: none;
        }

.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;
}

.PkgsearchLeft {
    float: left;
}

.SearchBadges_Pkg {
    display: none;
}

.Headers_Bg.call_us p {
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
}

.SearchPrice .WebRupee1 {
    margin-right: 2px;
}


.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;
}

.Advantages {
    font-size: 11px;
}

    .Advantages > span {
        display: block;
        font-size: 13px;
    }

    .Advantages ul {
        margin-top: 5px;
    }

        .Advantages ul li {
            background: url(../img/tickMark.png) no-repeat 0px 4px;
            line-height: 15px;
            margin-bottom: 10px;
            padding-left: 15px;
        }

            .Advantages ul li:last-child {
                margin-bottom: 0;
            }


.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;
    }

.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;
}

.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;
}

.OptWrap {
    background: #FFFFCD;
    margin: 15px 0;
    padding: 10px;
}

.pkgOptions {
    font-size: 12px;
}


    .pkgOptions li {
        overflow: hidden;
    }

        .pkgOptions li input[type="radio"],
        .pkgOptions li label {
            float: left;
        }

        .pkgOptions li a {
            color: #4d4d4d;
            display: block;
            float: left;
        }

            .pkgOptions li a:hover {
                color: #2C67B3;
            }

        .pkgOptions li label {
            margin: 1px 0 0 3px;
        }


.SearchPrice {
    font-size: 11px;
    text-align: right;
}

    .SearchPrice .WebRupee1 {
        margin-right: 2px;
    }

    .SearchPrice del,
    .SearchPrice del .WebRupee1 {
        font-size: 16px;
        color: #555;
    }

    .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;
        }

.EnqLinks {
    margin-top: 5px;
}


    .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;
    }


.modal {
    width: 90%;
    margin: 0 auto;
    left: 5%;
}

.sendEnqPopup {
    left: 10px;
    width: 95%;
}

/*===== package detail ===== */
input[type="radio"],
input[type="checkbox"],
input[type="radio"] + label,
input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
}

.fs-content .PkgInc_Row li {
    width: 90px;
}

.SearchResult.detail {
    border: none;
    padding: 0;
}

.SearchPrice.detail {
    text-align: left;
    margin-top: 20px;
}

.Advantages.detail {
    margin-top: 20px;
}

.pkgdtlTabs {
    margin-top: 40px;
}

    .pkgdtlTabs .nav-tabs {
        margin-bottom: 0;
    }

        .pkgdtlTabs .nav-tabs > li > a {
            font-size: 12px;
            margin-right: 0;
            padding: 8px 3px;
        }

        .pkgdtlTabs .nav-tabs > li > a {
            font-size: 12px;
            margin-right: 0;
            padding: 8px 3px;
        }

    .pkgdtlTabs .nav > li > a:hover,
    .pkgdtlTabs .nav > li > a:focus {
        background-color: transparent;
        border-color: transparent;
    }

    .pkgdtlTabs .nav-tabs > .active > a,
    .pkgdtlTabs .nav-tabs > .active > a:hover,
    .pkgdtlTabs.nav-tabs > .active > a:focus {
        color: #2C67B3;
        cursor: default;
        background-color: #eee;
    }

    .pkgdtlTabs .tab-content {
        border: 1px solid #d8d8d8;
        border-top: none;
        padding: 15px;
    }

.pkgBookRow {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .pkgBookRow:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.pkgBookRow_Left {
    color: #2c67b3;
}

.pkgBookRow_Right {
    font-size: 13px;
    color: #777;
}

    .pkgBookRow_Right .strtDate {
        margin-bottom: 10px;
    }

.pkgdtlBookOptions {
    margin-bottom: 10px;
}

    .pkgdtlBookOptions input[type="radio"] {
        margin-top: 0;
    }

.packageDetailBookingOptionHeading {
    background: #e9e9e9;
    padding: 3px 5px;
    width: 350px;
    border: 1px solid #d8d8d8;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 10px;
    overflow: hidden;
}

.packageDetailBookingOption,
.packageDetailBookingOptionPrice {
    background: #e9e9e9;
    border: 1px solid #d8d8d8;
    padding: 3px 1px;
    float: left;
    width: 70px;
    height: 62px;
    text-align: center;
}

.packageDetailBookingOptionPrice {
    background: transparent;
    height: 30px;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

.pkgdtlRoomsRepeat {
    float: left;
    margin-bottom: 10px;
}

.pkgdtlRoomsRow.content {
    margin-bottom: 20px;
}

.pkgRoomCol {
    width: 50px;
    float: left;
    margin-right: 1px;
}

    .pkgRoomCol.roomNoCol {
        width: 12px;
    }

    .pkgRoomCol.roomType {
        width: 79px;
    }

    .pkgRoomCol.priceCol {
        margin: 10px 0 0 14px;
        width: auto;
    }

.pkgdtlRoomsRow.content .pkgRoomCol.roomNoCol {
    margin-top: 10px;
}

.beddingLabel li {
    float: left;
    font-size: 12px;
    margin-right: 3px;
}

.childDescRow {
    font-size: 12px;
    margin-top: 20px;
}

.pkgPricing > .row {
    margin-bottom: 5px;
}

    .pkgPricing > .row:last-child {
        margin-bottom: 0;
    }

small {
    font-size: 85%;
}

.wthpnModal ul {
    list-style: disc inside;
}

.modalCloseBtn {
    background-position: -273px 0;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.pkgdtlOptionsWrap {
    border-bottom: 1px solid #d8d8d8;
    background-color: #f5f5f5;
    padding: 10px;
    margin: -15px -15px 20px;
}

    .pkgdtlOptionsWrap > p {
        font-size: 15px;
        margin-bottom: 10px;
    }

.pkgdtlOptions a,
.pkgdtlOptions label {
    cursor: pointer;
}

.pkgdtlOptions input[type="radio"] {
    margin-top: 0;
}

.pkgdtlOverviewRow {
    margin: 15px 0;
}


.pkgdtlGallery {
    position: relative;
    height: 210px;
    z-index: 0;
}

    .pkgdtlGallery a {
        position: absolute;
    }

        .pkgdtlGallery a img {
            border: none;
        }

        .pkgdtlGallery a.show {
            z-index: 500;
        }

    .pkgdtlGallery .caption {
        z-index: 599;
        background-color: #000;
        color: #ffffff;
        height: 30px;
        position: absolute;
        display: block;
        bottom: 0;
        font-size: 12px;
        width: 100%;
    }

        .pkgdtlGallery .caption .content1 {
            padding: 5px;
            padding-right: 0;
        }

.pkgdtlIncExcl {
    margin-bottom: 20px;
}

    .pkgdtlIncExcl li {
        background: url("../img/bullet.gif") no-repeat scroll left top transparent;
        padding-left: 10px;
        font-size: 12px;
        margin-bottom: 5px;
    }


.pkgProdInclRepeat {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: justify;
}

.steps {
    margin-bottom: 10px;
    overflow: hidden;
}


    .steps li {
        float: left;
        margin-right: 5px;
    }

    .steps .number {
        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;
    }

.stepsImage img {
    width: 360px;
}

.pkgdtltermslinks {
    margin-bottom: 20px;
}

    .pkgdtltermslinks td {
        float: left;
        width: 180px;
        font-size: 13px;
    }

        .pkgdtltermslinks td li {
            list-style: inside circle;
        }

            .pkgdtltermslinks td li a {
                color: #2C67B3;
            }

                .pkgdtltermslinks td li a:focus,
                .pkgdtltermslinks td li a:hover {
                    text-decoration: underline;
                }

.pkgdtltermsContent {
    margin-bottom: 20px;
}


.pkgProdEnqPopup {
    float: left;
    margin-top: 10px;
    padding: 6px 10px;
    background: #f9f9f9;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    width: 450px;
}

    .pkgProdEnqPopup li {
        float: left;
        width: 142px;
    }

.panel {
    margin-bottom: 2px;
    border: 1px solid #d8d8d8;
}

.panel-heading {
    background-color: #f5f5f5;
    padding: 10px 15px;
}

.panel-title {
    font-size: 14px;
    font-weight: normal;
}

.panel-body {
    padding: 10px;
}

.ReviewRepeat {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .ReviewRepeat:last-child {
        border-bottom: none;
    }

    .ReviewRepeat h3 {
        font: italic 1.5em Georgia;
        margin-bottom: 10px;
        font-size: 16px;
        color: #2c67b3;
    }

    .ReviewRepeat .nameCity li {
        float: left;
        margin-right: 30px;
    }

    .ReviewRepeat .ratings {
        clear: left;
    }

    .ReviewRepeat time {
        font-style: italic;
    }

.reviewContent {
    color: #777;
}

.ContactSnackBar {
    bottom: -16px;
    color: #fff;
    height: 60px;
    margin-bottom: -60px;
    opacity: 0.5;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

    .ContactSnackBar.active,
    .ContactSnackBar.detail.active {
        margin-bottom: 0;
        opacity: 1;
    }

    .ContactSnackBar > ul > li {
        background-color: #333;
        border-right: 1px solid #fff;
        float: left;
        width: 50%;
    }

        .ContactSnackBar > ul > li:last-child {
            border-right: none;
        }

        .ContactSnackBar > ul > li > a {
            color: #fff;
            cursor: pointer;
            display: block;
            font-size: 12px;
            text-decoration: none;
            padding: 12px;
        }

    .ContactSnackBar.detail {
        height: 80px;
        margin-bottom: -80px;
    }

/* .ContactSnackBar.detail > ul > li {
            width: 50%;
        } */

/* .ContactSnackBar.detail > ul > li > a > span {
                display: block;
                margin: 0 auto;
            } */

.callIcon,
.enqIcon,
.sfIcon,
.callIcon-black {
    background-position: 0 0;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 18px;
}

.enqIcon {
    background-position: -23px 0;
}

.callIcon-black {
    background-position: -190px 0;
}

.sfIcon {
    background-position: -236px 0;
}

.pkgPdfIcon {
    background-position: -192px -60px;
    display: inline-block;
    height: 41px;
    vertical-align: middle;
    width: 162px;
}

.similarPkg li {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .similarPkg li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .similarPkg li .name {
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .similarPkg li .ProdCode {
        overflow: hidden;
    }


.pkgDetailTabsWrap {
    margin-top: 20px;
}

    .pkgDetailTabsWrap #tabs, .pkgDetailTabsWrap #tabs li {
        float: left;
    }

        .pkgDetailTabsWrap #tabs li a {
            font-size: 12px;
            margin-right: 2px;
            padding: 8px 2px;
            display: block;
            background-color: #f5f5f5;
        }

        .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 .tabsContentWrap {
        clear: left;
        border: 1px solid #d8d8d8;
        padding: 15px;
    }

    .pkgDetailTabsWrap .bttn.orange,
    .pkgDetailTabsWrap .bttn.blue {
        padding: 2px 11px 4px;
    }

.btn-bookNow {
    float: right;
    padding: 9px 12px;
}

/*========== Package Summary Page ========== */
.pkgSmryRpt {
    margin: 0px 0 20px;
    /*margin: 60px 0 20px;*/
}

.pkgSmryRptHead {
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    line-height: 40px;
    padding: 4px 12px;
}

    .pkgSmryRptHead .step {
        background-color: #333;
        border-radius: 50%;
        color: #fff;
        float: left;
        font-size: 13px;
        height: 25px;
        line-height: 28px;
        text-align: center;
        margin: 8px 10px 0 0;
        width: 25px;
    }

.pkgSmryRptContent {
    border: 1px solid #d8d8d8;
    border-top: 0;
    padding: 15px;
}

.pkgSmry {
    margin-bottom: 20px;
}

.smryHeading {
    color: #2C67B3;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.pkgSmry .smryDetailCol {
    color: #555;
    margin-bottom: 15px;
    min-height: 60px;
}

    .pkgSmry .smryDetailCol h4 {
        color: #333;
        font-size: 14px;
        font-weight: normal;
    }

.pkgSmry .pkgSmryIncl {
    margin-bottom: 20px;
}

    .pkgSmry .pkgSmryIncl li {
        list-style: disc inside;
        margin-bottom: 5px;
    }

.pkgSmryHtldtlHead {
    margin-bottom: 10px;
}

.pkgSmryHtldtlCont {
    color: #777;
}

.pkgSmryHtldtlHead li {
    float: left;
    background: aqua;
}

.trvDtlForm {
    margin-bottom: 20px;
}

.RoomInfoGrid {
    margin-top: 10px;
}

.RoomInfoHead {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.RoomValueRepeat {
    font-size: 13px;
    margin-top: 10px;
    color: #777;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.RoomInfo .roomInfoCWB {
    float: left;
    font-size: 11px;
    color: #8f8f8f;
    margin-top: 5px;
}

.trvDtl_pricing {
    margin: 20px -25px -10px;
}

.trvDtl_pricing_row {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
}

.wallet-wrap {
    overflow: hidden;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    padding-top: 15px;
    color: #4d4d4d;
    font-size: 16px;
}

.wallet-text {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}

.wallet-logo {
    float: none;
    text-align: center;
}


/*.wallet-content {
    float: left;
    width: 686px;
}*/

@media (min-width: 768px) {
    .wallet-text {
        width: 100%;
        margin-top: 15px;
        text-align: right;
        vertical-align: middle;
        margin-bottom: 15px;
    }

    .wallet-logo {
        float: left;
        text-align: left;
    }
}

.emiPayContent {
    margin-top: 10px;
}

.emiPayPoints {
    margin-bottom: 10px;
}

    .emiPayPoints li {
        list-style-type: disc;
        margin-left: 30px;
    }

.emiPayBankList {
    margin-bottom: 10px;
}

/*========== FOOTER ========== */
.main-footer {
    background: #f9f9f9;
    border-top: 1px solid #d8d8d8;
    margin-top: 15px;
}

.footer-abt {
    color: #555;
    font-size: 13px;
    padding: 10px 0;
}

    .footer-abt h3 {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .footer-abt a {
        color: #2C67B3;
    }

.footer-list {
    padding-top: 10px;
}

    .footer-list h5 {
        font-size: 14px;
        font-weight: 500;
    }

    .footer-list ul {
        margin-bottom: 20px;
    }

    .footer-list li a {
        color: #555;
        font-size: 13px;
    }

    .footer-list a:focus,
    .footer-list a:hover {
        color: #f60;
        text-decoration: none;
    }

.footer-subscribe {
    font-size: 13px;
    margin: 10px 0;
}

.footer-bottom {
    background-color: #f1f1f1;
    border-top: 1px solid #d8d8d8;
    color: #555;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

.IATA-wrap {
    display: none;
}

.footer-copyright {
    margin: 10px 0 30px;
}


/*========== RESPONSIVE ========== */
/* Responsive Bootstrap Tabs */
/*@media screen and (max-width: 479px) {
    .nav-tabs-responsive > li {
        display: none;
        width: 23%;
    }

        .nav-tabs-responsive > li > a {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
            width: 100%;
            width: 100%;
            text-align: center;
            vertical-align: top;
        }

        .nav-tabs-responsive > li.active {
            width: 54%;
        }

            .nav-tabs-responsive > li.active:first-child {
                margin-left: 23%;
            }

        .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
            display: block;
        }

        .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

            .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
                -webkit-transition: none;
                transition: none;
            }

                .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
                    display: none;
                }

                .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
                    background: url(../img/pkg-sprite.png) no-repeat 0 0;
                    width: 18px;
                    height: 18px;
                    display: inline-block;
                    content: " ";
                }

                .nav-tabs-responsive > li.prev > a:after {
                    background-position: -335px 0;
                }

                .nav-tabs-responsive > li.next > a:after {
                    background-position: -310px 0;
                }

        .nav-tabs-responsive > li.dropdown > a > .caret {
            display: none;
        }

        .nav-tabs-responsive > li.dropdown > a:after {
            content: "\e114";
        }

        .nav-tabs-responsive > li.dropdown.active > a:after {
            display: none;
        }

        .nav-tabs-responsive > li.dropdown.active > a > .caret {
            display: inline-block;
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
            left: 0;
            right: auto;
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
            left: auto;
            right: 0;
        }
}*/

@media (min-width: 320px) and (max-width: 479px) {
    .packageDetailBookingOptionPrice {
        background: transparent;
        height: 40px;
    }

    .packageDetailBookingOptionHeading {
        background: #e9e9e9;
        padding: 3px 5px;
        width: 266px;
        border: 1px solid #d8d8d8;
        font-weight: bold;
        margin-bottom: 2px;
        margin-top: 10px;
        overflow: hidden;
    }

    .packageDetailBookingOption,
    .packageDetailBookingOptionPrice {
        width: 53px;
    }
}

@media (min-width: 768px) {
    .SearchResult {
        height: 626px;
    }

    .SearchPrice.detail {
        margin-top: 0;
    }

    .sendEnqPopup {
        left: 0;
        width: 100%;
    }

        .sendEnqPopup .modal-body {
            overflow-y: visible;
        }

        .sendEnqPopup.sndFriend .modal-body {
            overflow-y: auto;
        }

    .Advantages.detail {
        margin-top: 0;
    }

    .pkgBookRow_Right .strtDate {
        margin-bottom: 0;
    }

    .pkgRoomCol {
        width: 55px;
    }

        .pkgRoomCol.roomNoCol {
            width: 50px;
        }

        .pkgRoomCol.roomType {
            width: 100px;
        }

        .pkgRoomCol.priceCol {
            margin-left: 52px;
        }

    .modal {
        margin: 0;
        margin-left: -280px;
        left: 50%;
        width: 560px;
    }

    .packageDetailBookingOptionHeading {
        width: 350px;
    }

    .packageDetailBookingOption,
    .packageDetailBookingOptionPrice {
        width: 70px;
    }

    .trvDtl_pricing_row_left {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .topBand {
        /*background-color: #2c67b3;*/
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 10px;
    }

        .topBand li {
            border-right: 1px solid #fff;
            display: inline-block;
            margin-right: 10px;
            padding-right: 10px;
        }

            .topBand li:last-child {
                border-right: none;
                margin-right: 0;
                padding-right: 0;
            }

        .topBand a {
            color: #fff;
        }

    .logInOut {
        text-align: right;
    }

    .main-header {
        background-color: #ffffff;
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
        position: sticky;
    }

    .ham-icon {
        display: none;
    }

    .logo {
        margin-left: 0;
    }

    .sidebar {
        box-shadow: none;
        display: block;
        margin-left: 0;
        overflow: visible;
        position: static;
        width: auto;
        height: auto;
    }

        .sidebar .sidebar-header {
            display: none;
        }

    .main-nav > li {
        display: inline-block;
        margin-left: 15px;
    }

    .main-nav li:hover > ul {
        display: block;
    }

    .main-nav > li > a > .caret {
        margin-top: 8px;
    }

    .main-nav > li > a {
        height: auto;
        line-height: normal;
        padding: 0;
    }

    /* .main-nav > li > a:focus,
        .main-nav > li > a:hover,
        .main-nav > li > a.active,
        #home .main-nav .home,
        #flights .main-nav .flights,
        #buses .main-nav .buses,
        #packages .main-nav .packages,
        #hotel .main-nav .hotel,
        #activity .main-nav .activity,
        #transfer .main-nav .transfer,
        #cruise .main-nav .cruise,
        #destination_guides .main-nav .destination_guides,
        #flighthotels .main-nav .flighthotels {
            color: #f60;
        } */

    .second-level-menu {
        margin-left: 0;
        top: 100%;
        width: 200px;
    }

    .header-extra {
        display: none;
    }

    .sort_By {
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        margin: 0 0 15px 0;
    }

    .mdfHeading {
        display: none;
    }

    .main-content {
        margin-top: 0;
    }

    .modifySearch,
    .filterSearch {
        display: block;
        position: static;
        box-shadow: none;
        background: transparent;
        float: right;
        width: auto;
        margin-left: 0;
        padding: 0 15px;
        overflow: hidden;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
    }

    .modifySearch {
        float: none;
        margin-bottom: 20px;
        background-color: #f1f1f1;
        padding: 10px;
        overflow: visible;
    }

    .modifySearchInner {
        padding: 0;
    }

        .modifySearchInner li {
            margin-bottom: 0;
        }

            .modifySearchInner li .form-control {
                width: 263px;
            }

                .modifySearchInner li .form-control.txtPkgCode {
                    width: 105px;
                }

    .SearchResult {
        height: auto;
    }

    .SearchImage .SearchCode {
        top: 10px;
    }

    .SearchBadges_Pkg {
        display: block;
        margin: 10px 0;
        overflow: hidden;
    }


        .SearchBadges_Pkg li {
            display: inline-block;
            margin-right: 10px;
        }

    .Inclusions_pkg {
        margin: 0;
    }

    .PkgInc_Row {
        float: left;
    }

        .PkgInc_Row li {
            width: 98px;
            margin-right: 2px;
        }

            .PkgInc_Row li img {
                display: inline-block;
                margin-right: 3px;
            }

            .PkgInc_Row li span {
                display: inline-block;
                vertical-align: top;
                font-size: 12px;
            }

    .ContactSnackBar {
        opacity: 1;
        margin-bottom: 0;
        position: fixed;
        right: 0;
        top: 170px;
        bottom: auto;
        width: 150px;
        height: auto;
        text-align: left;
    }

        .ContactSnackBar > ul > li {
            border-right: none;
            float: none;
            width: 100%;
            margin-bottom: 5px;
            margin-left: 108px;
            -webkit-transition: margin-left ease-in-out .3s;
            -moz-transition: margin-left ease-in-out .3s;
            -o-transition: margin-left ease-in-out .3s;
            transition: margin-left ease-in-out .3s;
        }

            .ContactSnackBar > ul > li:hover {
                margin-left: 0;
            }

            .ContactSnackBar > ul > li .callIcon,
            .ContactSnackBar > ul > li .enqIcon,
            .ContactSnackBar.detail > ul > li .callIcon,
            .ContactSnackBar.detail > ul > li .enqIcon {
                margin-right: 10px;
            }

        .ContactSnackBar.detail > ul > li > a {
            padding: 12px;
        }


        .ContactSnackBar.detail > ul > li {
            width: 100%;
            /* margin-left: 112px; */
            -webkit-transition: margin-left ease-in-out .3s;
            -moz-transition: margin-left ease-in-out .3s;
            -o-transition: margin-left ease-in-out .3s;
            transition: margin-left ease-in-out .3s;
        }

            .ContactSnackBar.detail > ul > li:hover {
                margin-left: 0;
            }

            .ContactSnackBar.detail > ul > li > a > span {
                display: inline-block;
                margin: 0;
            }

    .pkgSmryRpt {
        margin: 0 0 20px;
    }

    .footer-subscribe {
        margin: 0;
    }

    .IATA-wrap {
        display: block;
    }

        .IATA-wrap .IATA-banner-wrap {
            text-align: left;
            float: left;
            height: 50px;
            width: 737px;
        }

    .IATA-banner-wrap .IATA-banner {
        background-position: 0 -23px;
        float: left;
        height: 33px;
        width: 737px;
    }

    .IATA-wrap .IATA-divide {
        background: #d8d8d8;
        float: left;
        height: 59px;
        margin: 0 10px;
        width: 1px;
    }

    .IATA-wrap .paycards-banner-wrap {
        float: left;
        height: 59px;
        text-align: left;
        width: 182px;
    }

    .payCards-banner {
        background-position: 0 -61px;
        float: left;
        height: 43px;
        width: 182px;
    }
}

.txtjfy {
    text-align: justify;
}


@media only screen and (max-width:767px) {
    footer {
        padding-bottom: 20px;
    }

    .main-content {
        margin-top: 5px;
    }

    .ContactSnackBar.active, .ContactSnackBar.detail.active {
        left: 0;
        height: auto;
        bottom: 0;
    }

    .ContactSnackBar > ul > li > a {
        padding: 8px;
    }

    .pkgSmry .smryDetailCol {
        margin-bottom: 0;
    }
}

@media only screen and (min-width:768px) {
    .ContactSnackBar > ul > li:first-child {
        display: none;
    }
}

@media (max-width: 991px) {
    .main-header {
        padding: 15px 0;
    }
}








/*----------------------------------------------------------------*/

/*---------------------------------------social icon----------------*/

.aff-social-list li {
    float: left;
    margin-right: 5px;
    padding: 0px;
    border-right: none;
}

.aff-social-icons.fb {
    background-position: 0 0;
}

.aff-social-icons {
    display: block;
    width: 25px !important;
    height: 25px !important;
}

.aff-social-sprite {
    background: url(../img/aff-social-sprite.png) 0 0 no-repeat;
}

.aff-social-icons.tw {
    background-position: -30px 0;
}

.aff-social-icons.gp {
    background-position: -60px 0;
}

.aff-social-icons.blg {
    background-position: -90px 0;
}




.footer_list_top {
    /*background-color: #73b819;*/
    cursor: pointer;
    position: relative;
    padding-top: 15px;
}

.divCenter123 {
    margin: 0 auto;
    overflow: hidden;
    max-width: 995px;
    width: 100%;
}

    .divCenter123 li {
        list-style-type: none;
        float: left;
        width: 20%;
    }


        .divCenter123 li a {
            font-size: 13px;
            text-decoration: none;
            margin-right: 15px;
            padding: 6px 6px;
            color: #ffffff;
            float: left;
        }


/*=================drop down--------------*/

.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}

.dpdown {
    position: relative;
    display: inline-block;
}

.dpdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.25);
    z-index: 9999;
}

    .dpdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        float: left;
        width: 100%;
        text-align: left;
    }

        .dpdown-content a:hover {
            background-color: #2c67b3;
            color: #fff;
        }

.dpdown:hover .dpdown-content {
    display: block;
    top: 20px;
}


/*----------------------end the drop down -----------------*/


@media (max-width:768px) {

    .divCenter123 li {
        width: 33%;
    }

        .divCenter123 li a {
            padding: 10px 10px;
        }
}


@media (max-width:992px) {

    .divCenter123 {
        margin-bottom: 40px;
    }
}


.pkgProdEnqPopup li span.pkgSe_Icon {
    background-position: -4px -127px;
    height: 18px;
    width: 18px;
    margin-top: 2px;
}

.pkgProdEnqPopup li span {
    float: left;
    margin-right: 5px;
}

.search_sprite {
    background: url(../img/search_sprite.png) no-repeat;
}

.mre {
    float: right;
}

/*Payu Seamless css starting*/
.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: 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: 242px;
    height: 38px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    border-radius: 0;
}*/

.s-form-control {
    width: 100%;
    padding: 10px;
}

.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;
}

.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;
    }

.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 {
    color: #8f8f8f;
    /*background-color: #f7f7f7;
    position: relative;
    padding: 10px;
    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: 50px;
}

    .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;
}

.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;
}

.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;
    padding-top: 2px;
}

    .control p a {
        color: #ec8333;
    }

.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: 20%;
        float: left;
        font-size: 11px;
        padding: 2px;
        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: 11px;
    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;
    }

.mtmatch {
    margin-top: 180px;
}

.note small {
    font-size: 11px;
    float: left;
}

/*new option tag*/
.optiondpwn select {
    width: 100%;
    padding: 5px 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: 100%;
        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;
    }
}

@media only screen and (max-width: 480px) {
    small {
        font-size: 60%;
    }
}

.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;
    }

@media only screen and (max-width:768px) {
    .sightPayment-tabs > li > a {
        font-size: 12px;
        padding: 5px 2px;
        text-align: left;
    }

    .row.sight-tabs.mt0 > .col-xs-3, .row.sight-tabs.mt0 > .col-xs-9 {
        padding: 0 !important;
    }
}
