/*
html {
    font-family: sans-serif;
    text-size-adjust: 100%;
}

body {
    margin: 0px;
}
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0px;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0px;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0px;
    font-size: 2em;
}

mark {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 0);
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0px;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0px;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0px;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }



/*
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}
*/
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: rgb(51, 122, 183);
    text-decoration: none;
}

    a:focus, a:hover {
        color: rgb(35, 82, 124);
        text-decoration: underline;
    }

    a:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

figure {
    margin: 0px;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
}

[role="button"] {
    cursor: pointer;
}

p {
    margin: 0px 0px 10px;
}

ol, ul {
    margin-top: 0px;
    margin-bottom: 10px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0px;
    }

dl {
    margin-top: 0px;
    margin-bottom: 20px;
}

dd, dt {
    line-height: 1.42857;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0px;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted rgb(119, 119, 119);
}

blockquote {
    padding: 10px 20px;
    margin: 0px 0px 20px;
    font-size: 17.5px;
    border-left: 5px solid rgb(238, 238, 238);
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0px;
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: rgb(199, 37, 78);
    background-color: rgb(249, 242, 244);
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px inset;
}

    kbd kbd {
        padding: 0px;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0px 0px 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    word-break: break-all;
    overflow-wrap: break-word;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

    pre code {
        padding: 0px;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0px;
    }


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="checkbox"], input[type="radio"] {
    margin: 4px 0px 0px;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
}

input[type="search"] {
    -webkit-appearance: none;
}

fieldset[disabled] input[type="checkbox"], fieldset[disabled] input[type="radio"], input[type="checkbox"].disabled, input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="radio"][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.65;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: rgb(51, 122, 183);
    border-color: rgb(46, 109, 164);
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: rgb(91, 192, 222);
    border-color: rgb(70, 184, 218);
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}

.dropdown-toggle:focus {
    outline: 0px;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: rgb(119, 119, 119);
}

    .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.nav > li.disabled > a {
    color: rgb(119, 119, 119);
}

    .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
        color: rgb(119, 119, 119);
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
    }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: rgb(204, 204, 204);
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: rgb(68, 68, 68);
    background-color: transparent;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
    border-color: rgb(221, 221, 221);
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(238, 238, 238);
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: rgb(119, 119, 119);
    }

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.modal {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0px;
}

    .modal.fade .modal-dialog {
        transition: transform 0.3s ease-out 0s;
        transform: translate(0px, -25%);
    }

    .modal.in .modal-dialog {
        transform: translate(0px, 0px);
    }

.modal-open .modal {
    overflow: hidden auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    transition: left 0.6s ease-in-out 0s;
}

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        line-height: 1;
    }

.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .modal-header::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
    clear: both;
}

.hide {
    display: none !important;
}

/*a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}*/

html {
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}

blockquote, q {
    quotes: none;
}

    blockquote::after, blockquote::before, q::after, q::before {
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html {
    text-size-adjust: 100%;
}

body {
    background-color: rgb(244, 246, 248);
    color: rgb(51, 51, 51);
    font: 84.3%/1 Rubik, sans-serif;
}

/**, ::after, ::before {
    outline: 0px;
    -webkit-font-smoothing: antialiased;
}*/

*, .wrapper-snipe, ::after, ::before {
}

    

    .wrapper-snipe ::-webkit-input-placeholder {
        color: rgb(153, 153, 153);
        font-weight: 400;
    }

/*a {
    user-select: none;
    text-decoration: none;
    color: rgb(102, 102, 102);
}*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0px;
}

ol, ul {
    list-style: none;
}

img {
}

hr {
    border: none;
    height: 1px;
}

    hr::after, hr::before {
        clear: both;
        content: " ";
        display: block;
        height: 0px;
        overflow: hidden;
        visibility: hidden;
    }

.clearfix {
}

li {
    list-style: none;
}

.rs, .rs-symbol, .RupeeSign {
    font-family: WebRupee;
    font-style: normal;
    font-weight: 400;
}

.fluid-section {
    position: relative;
}

    .fluid-section::after, .fluid-section::before {
        display: table;
        line-height: 0;
        content: "";
    }

    .fluid-section::after {
        clear: both;
    }

/*.container {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 20px;
    float: none;
}

.row {
    box-sizing: border-box;
}

    .row::after, .row::before {
        clear: both;
        content: " ";
        display: block;
        height: 0px;
        overflow: hidden;
        visibility: hidden;
    }

    .row::after {
        content: "";
        display: table;
        clear: both;
    }*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide, .theme-beetle .hide {
    display: none;
}

.hide-imp, .theme-beetle .hide-imp {
    display: none !important;
}

.no-border {
    border: none !important;
}

.relative {
    position: relative;
}

.txt-ellipses {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90%;
}

.col-x-fluid {
    width: 100% !important;
}

.sprite-booking-engine {
    display: inline-block;
    position: relative;
    background: url("../images/booking-engine.png") 0px 0px no-repeat transparent;
    content: " ";
    margin: 5px 7px;
    vertical-align: middle;
}

.ico-be-radio {
    background-position: -32px -30px;
    height: 17px;
    width: 17px;
}

.ico-be-arrow-down-grey-v2 {
    background-position: -231px -90px;
    height: 47px;
    width: 63px;
}

.ico-be-sub-arrow {
    background-position: -189px -30px;
    height: 16px;
    width: 28px;
}

.ico-be-cancel-leg {
    background-position: -235px -30px;
    height: 13px;
    width: 13px;
}

.ico-be-separator {
    background-position: -256px -90px;
    height: 7px;
    width: 1px;
}

.ico-be-leftRightArow {
    background-position: -366px -6px;
    height: 14px;
    width: 17px;
}

.font-icon {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
}

i.icon-inside.font-icon {
    font-size: 17px;
    top: 25px;
    right: 5px;
    color: rgb(177, 181, 186);
}

button, input, label, textarea {
    white-space: normal;
}

button, input, label, select, textarea {
    margin: 0px;
    border: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    background: none;
    line-height: 1;
}

    input:focus {
        outline: 0px;
    }

input, textarea {
    box-sizing: content-box;
}

    button, input[type="button"], input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"], select {
        box-sizing: border-box;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

::-webkit-search-decoration {
    display: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    overflow: visible;
    width: auto;
}

::-webkit-file-upload-button {
    padding: 0px;
    border: 0px;
    background: none;
}

textarea {
    overflow: auto;
}

select[multiple], textarea {
    vertical-align: top;
}

input[type="search"] {
    -webkit-appearance: none;
    background: transparent;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

    input[type="radio"]:checked + label > i {
        background-position: -290px -98px;
    }

    input[type="checkbox"]:checked + label > i {
        background-position: -319px -98px;
    }

input[type="file"] {
    opacity: 0;
    cursor: pointer;
}

.theme-snipe input[type="text"] {
    background: rgb(255, 255, 255);
    padding: 12px 10px;
    width: 100%;
    font: 1.143em/20px Rubik, sans-serif;
    border: 1px solid transparent;
}

.theme-snipe .icon-inside {
    position: absolute;
    top: 14px;
    right: 2px;
    cursor: pointer;
}

.theme-snipe .input-mobile-no {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

    .theme-snipe .input-mobile-no .country-code {
        position: absolute;
        top: 12px;
        left: 10px;
    }

    .theme-snipe .input-mobile-no input[type="tel"] {
        padding: 10px 10px 10px 50px;
        border: 1px solid rgb(194, 194, 194);
        height: 40px;
        font-size: 1.07143em;
        letter-spacing: 1px;
        background: rgb(255, 255, 255);
    }

input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0px;
    display: none !important;
}

strong {
    font-weight: 500;
}

.ico {
    display: inline-block;
    position: relative;
    background: url("/content/fresco/snipe/dist/images/sprite.png?ea5d19cb89b694f45a7b10056e649fbf") 0px 0px no-repeat transparent;
    content: " ";
    margin: 0px 5px;
    vertical-align: middle;
}

.ico-checkbox {
    background-position: -220px -85px;
    height: 20px;
    width: 20px;
}

.wrapper-snipe .ac_results {
    text-align: left;
    padding: 0px;
    border: 1px solid rgb(205, 206, 207);
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: none;
    font-family: Rubik;
    z-index: 1030;
}

    .wrapper-snipe .ac_results ul {
        width: 100%;
        list-style: none;
        padding: 0px;
        margin: 0px;
        border-radius: 0px !important;
    }

    .wrapper-snipe .ac_results li {
        margin: 0px;
        display: block;
        font: 400 12px/16px "Segoe UI";
        overflow: hidden;
        cursor: pointer;
        letter-spacing: 1px;
        border-bottom: 1px solid rgb(202, 202, 202) !important;
        padding: 10px 12px 10px 8px !important;
    }

        .wrapper-snipe .ac_results li.heading {
            cursor: default;
        }

        .wrapper-snipe .ac_results li strong {
            font-weight: 400 !important;
            color: rgb(243, 79, 79) !important;
        }

        .wrapper-snipe .ac_results li.ac_over {
            background-color: rgb(244, 244, 244) !important;
        }

    .wrapper-snipe .ac_results .scrollable .vertical.scroll-bar {
        border-radius: 6px;
        position: absolute;
        right: 0px;
        z-index: 9;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.15) !important;
        width: 7px !important;
    }

    .wrapper-snipe .ac_results ::-webkit-scrollbar-track {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
        border-radius: 10px;
        background: rgba(123, 116, 116, 0.35) !important;
    }

    .wrapper-snipe .ac_results ::-webkit-scrollbar {
        width: 7px;
        background: rgba(250, 245, 245, 0.34) !important;
    }

    .wrapper-snipe .ac_results ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 100%;
        min-height: 10px;
        background: rgba(0, 0, 0, 0.45) !important;
    }

    .wrapper-snipe .ac_results .thumb {
        border-radius: 10px;
        width: 100%;
        min-height: 10px;
        background: rgba(0, 0, 0, 0.45) !important;
    }

.wrapper-snipe .ac_loading {
    background: url("//www.TripRally.com/content/fresco/default/images/ajax-loader-small.gif") 96% center no-repeat transparent !important;
}

.wrapper-snipe .mac-scroll {
    overflow: hidden !important;
}

.wrapper-snipe li .ac_airport {
    float: left;
    width: 72%;
}

    .wrapper-snipe li .ac_airport .ac_cityname {
        margin: 0px;
        font-size: 14px;
        position: relative;
        padding: 0px 0px 2px;
    }

    .wrapper-snipe li .ac_airport .ac_airportname {
        margin: 0px;
        font-size: 12px;
        color: rgb(102, 102, 102);
    }

    .wrapper-snipe li .ac_airport strong {
        font-weight: 400;
    }

.wrapper-snipe li .ac_country {
    float: right;
    font-size: 13px;
    max-width: 28%;
    padding-right: 20px;
    position: relative;
    text-align: right;
    line-height: 1.2;
}

    .wrapper-snipe li .ac_country .country-flg {
        margin: -7px 0px 0px;
        position: absolute;
        right: 0px;
        top: 50%;
    }

    .wrapper-snipe li .ac_country strong {
        font-weight: 400;
        color: inherit !important;
    }

.snipe-cal .day-container-table td.disabled, .snipe-cal .day-container-table td.inActiveTD {
    background-color: transparent;
    color: rgb(153, 153, 153);
    cursor: default;
}

    .snipe-cal .day-container-table td.disabled:hover, .snipe-cal .day-container-table td.inActiveTD:hover {
        background-color: rgb(245, 245, 245);
    }

    .snipe-cal .day-container-table td.disabled .holiday-desc, .snipe-cal .day-container-table td.disabled .holiday-ico, .snipe-cal .day-container-table td.inActiveTD .holiday-desc, .snipe-cal .day-container-table td.inActiveTD .holiday-ico {
        display: none !important;
    }

.fr {
    background-position: 0px -1424px;
}

.rs {
    background-position: 0px -3088px;
}

.be-holidays .borderRadius {
    border-radius: 5px;
}

.be-holidays .borderRadiusTp {
    border-radius: 5px 5px 0px 0px;
}

.be-holidays .ddcommon {
    position: relative;
    zoom: 1;
    display: inline-block;
    cursor: default;
}

    .be-holidays .ddcommon ul {
        padding: 0px;
        margin: 0px;
    }

        .be-holidays .ddcommon ul li {
            list-style-type: none;
        }

.be-holidays .borderRadiusTp ul li:last-child {
    border-bottom: 0px none rgb(195, 195, 195);
}

.be-holidays .ddcommon.disabledAll, .be-holidays .ddcommon .disabled img, .be-holidays .ddcommon .disabled span {
    opacity: 0.5;
    color: rgb(153, 153, 153);
}

.be-holidays .cruise-tuples .ddcommon.disabledAll, .be-holidays .cruise-tuples .ddcommon .disabled img, .be-holidays .cruise-tuples .ddcommon .disabled span {
    opacity: 0.8;
    color: rgb(153, 153, 153);
    cursor: default;
}

.be-holidays .ddcommon .clear {
    clear: both;
}

.be-holidays .ddcommon .shadow {
    box-shadow: rgb(136, 136, 136) 5px 5px 5px -5px;
}

.be-holidays .ddcommon input.text {
    padding: 0px 0px 0px 4px;
    position: absolute;
    width: 100%;
    height: 98%;
    left: 0px;
    top: 0px;
    border: none;
    font-size: 12px;
    color: rgb(51, 51, 51);
}

.be-holidays .borderRadius .shadow {
    box-shadow: rgb(136, 136, 136) 5px 5px 5px -5px;
}

.be-holidays .borderRadiusBtm .shadow {
    box-shadow: rgb(136, 136, 136) -5px -5px 5px -5px;
}

.be-holidays .borderRadiusBtm .border {
    border-radius: 5px 5px 0px 0px;
}

.be-holidays .ddcommon .divider {
    width: 0px;
    height: 100%;
    position: absolute;
}

.be-holidays .ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px;
}

    .be-holidays .ddcommon .ddArrow:hover {
        background-position: 0px 100%;
    }

.be-holidays .ddcommon .ddTitle {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .be-holidays .ddcommon .ddTitle .ddTitleText {
        display: block;
    }

        .be-holidays .ddcommon .ddTitle .ddTitleText .ddTitleText {
            padding: 0px;
        }

    .be-holidays .ddcommon .ddTitle .description {
        display: block;
    }

    .be-holidays .ddcommon .ddTitle .ddTitleText img {
        position: relative;
        vertical-align: middle;
        float: left;
    }

.be-holidays .ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow: hidden auto;
    zoom: 1;
    z-index: 9999;
}

    .be-holidays .ddcommon .ddChild li {
        clear: both;
    }

        .be-holidays .ddcommon .ddChild li .description {
            display: block;
        }

        .be-holidays .ddcommon .ddChild li img {
            border: 0px none;
            position: relative;
            vertical-align: middle;
            float: left;
        }

        .be-holidays .ddcommon .ddChild li.optgroup {
            padding: 0px;
        }

            .be-holidays .ddcommon .ddChild li.optgroup .optgroupTitle {
                padding: 0px 5px;
                font-weight: 700;
                font-style: italic;
            }

            .be-holidays .ddcommon .ddChild li.optgroup ul li {
                padding: 5px 5px 5px 15px;
            }

                .be-holidays .ddcommon .ddChild li.optgroup ul li:hover {
                    background-color: rgb(36, 118, 187);
                    color: rgb(255, 255, 255) !important;
                }

.be-holidays .ddcommon .noBorderTop {
    padding: 0px;
    margin: 0px;
    border-top: 0px none !important;
}

.be-holidays .dd {
    border: 1px solid rgb(229, 229, 229);
    border-radius: 0px;
    color: rgb(102, 102, 102);
    cursor: pointer;
    float: left;
    padding: 2px;
    position: relative;
    background-color: rgb(255, 255, 255);
    background-image: none !important;
}

    .be-holidays .dd:focus {
        border: none;
    }

    .be-holidays .dd .ddTitle .ddTitleText {
        padding: 5px 20px 5px 5px;
        z-index: 999999;
    }

        .be-holidays .dd .ddTitle .ddTitleText .ddTitleText {
            padding: 0px;
        }

    .be-holidays .dd .ddTitle .description {
        color: rgb(102, 102, 102);
    }

    .be-holidays .dd .ddTitle .ddTitleText img {
        padding-right: 5px;
    }

    .be-holidays .dd .ddChild {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: 1px solid rgb(204, 204, 204);
        background-color: rgb(255, 255, 255);
        left: -1px;
    }

        .be-holidays .dd .ddChild li {
            padding: 5px 0px 5px 5px;
            background-color: rgb(255, 255, 255);
            display: block;
            width: 100%;
            margin-bottom: 1px;
        }

.be-holidays .select-with-bg .dd .ddChild li {
    padding: 0px 0px 0px 5px;
    line-height: 27px;
}

.be-holidays .exploreNav .dd .ddChild li {
}

.be-holidays .dd .ddChild li:hover {
    background-color: rgb(243, 79, 79);
    color: rgb(255, 255, 255) !important;
}

.be-holidays .dd .ddChild li.optgroup:hover {
    background: none !important;
    color: rgb(102, 102, 102) !important;
}

.be-holidays .dd .ddChild li .description {
    color: rgb(102, 102, 102);
}

.be-holidays .dd .ddChild li img {
    padding: 0px 6px 0px 0px;
}

.be-holidays .dd .ddChild li.optgroup {
    padding: 0px;
}

    .be-holidays .dd .ddChild li.optgroup .optgroupTitle {
        padding: 5px;
        font-weight: 700;
        font-style: italic;
        display: block;
        border-bottom: 1px solid rgb(230, 230, 230);
        background: rgb(229, 230, 231);
    }

    .be-holidays .dd .ddChild li.optgroup ul li {
        padding: 5px 5px 5px 15px;
    }

.be-holidays .dd .ddChild li.selected {
    background-color: rgb(243, 79, 79);
    color: rgb(255, 255, 255) !important;
}

.be-holidays #more_search_options .flLI .dd .ddChild {
    height: 138px !important;
}

.wrapper-snipe .theme-snipe .fr {
    float: right !important;
}

.wrapper-snipe .theme-snipe .big-title, .wrapper-snipe .theme-snipe .main-title, .wrapper-snipe .theme-snipe .sub-title {
    text-align: center;
    display: inline-block;
    position: relative;
    line-height: 30px;
    font-size: 1.57143em;
    text-transform: none;
}

    .wrapper-snipe .theme-snipe .big-title a, .wrapper-snipe .theme-snipe .big-title span, .wrapper-snipe .theme-snipe .main-title a, .wrapper-snipe .theme-snipe .main-title span, .wrapper-snipe .theme-snipe .sub-title a, .wrapper-snipe .theme-snipe .sub-title span {
        font: 1.71429em Rubik;
        text-transform: none;
    }

    .wrapper-snipe .theme-snipe .big-title.white-title, .wrapper-snipe .theme-snipe .main-title.white-title, .wrapper-snipe .theme-snipe .sub-title.white-title {
        background-image: none;
        color: rgb(255, 255, 255);
    }

.wrapper-snipe .theme-snipe .sub-title {
    font: 1.14286em Rubik;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.wrapper-snipe .theme-snipe .TripRally-mobile .box {
    background: rgb(248, 248, 248);
    padding: 10px 20px;
    margin: 0px 0px 2.8em;
    border: 1px solid rgb(229, 229, 229);
}

    .wrapper-snipe .theme-snipe .TripRally-mobile .box .app-btn {
        text-align: center;
        padding: 15px;
        background: rgb(0, 0, 0);
        margin: 15px 16px 15px 0px;
        float: left;
    }

    .wrapper-snipe .theme-snipe .TripRally-mobile .box .mob-submit-btn {
        font-size: 1.14286em;
        text-align: center;
        width: 30%;
        padding: 0px;
        line-height: 35px;
    }

    .wrapper-snipe .theme-snipe .TripRally-mobile .box .input-mobile-no {
        margin-right: 7px;
        width: 66%;
    }

        .wrapper-snipe .theme-snipe .TripRally-mobile .box .input-mobile-no input {
            width: 100%;
        }

    .wrapper-snipe .theme-snipe .TripRally-mobile .box .rgt-block {
        display: table-cell;
        width: 46%;
    }

        .wrapper-snipe .theme-snipe .TripRally-mobile .box .rgt-block li {
            margin: 5px 0px 10px;
            width: 100%;
        }

    .wrapper-snipe .theme-snipe .TripRally-mobile .box .pad_15_20 {
        padding: 15px 20px;
    }

    .wrapper-snipe .theme-snipe .TripRally-mobile .box .assistance-no span {
        color: rgb(102, 102, 102);
    }

    .wrapper-snipe .theme-snipe .TripRally-mobile .box .or-seprate {
        font-size: 1.71429em;
        float: left;
        width: 32px;
        height: 105px;
        border-left: 1px solid rgb(229, 229, 229);
        position: relative;
        margin-left: 20px;
    }

        .wrapper-snipe .theme-snipe .TripRally-mobile .box .or-seprate span {
            position: absolute;
            left: -22px;
            top: 30px;
            background: rgb(248, 248, 248);
            padding: 5px 0px;
            color: rgb(138, 138, 138);
        }

.wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn {
    font-size: 1.14286em;
    width: 330px;
    display: block;
    margin: 20px auto;
    padding: 15px 0px;
    color: rgb(102, 102, 102);
    text-align: center;
    border: 1px solid rgb(51, 51, 51);
}

    .wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn:focus, .wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn:hover {
        border: 1px solid rgb(243, 79, 79);
    }

    .wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn.active, .wrapper-snipe .theme-snipe .TripRally-mobile .learn-btn:hover {
        color: rgb(51, 51, 51);
        border: 1px solid rgb(36, 118, 187);
        transition: all 0.3s ease-in-out 0s;
    }

.wrapper-snipe .theme-snipe .TripRally-mobile .thanksDeals {
    vertical-align: middle;
    float: left;
    text-align: center;
    width: 50%;
    margin-top: 25px;
}

    .wrapper-snipe .theme-snipe .TripRally-mobile .thanksDeals .smsSent {
        color: rgb(51, 51, 51);
        font-size: 30px;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .wrapper-snipe .theme-snipe .TripRally-mobile .thanksDeals .smsCallNo {
        display: block;
    }

.wrapper-snipe .theme-snipe .promotionDiv, .wrapper-snipe .theme-snipe .promotionDiv2 {
    margin: 0px;
}

    .wrapper-snipe .theme-snipe .promotionDiv2 .yt-CommonOffer .container, .wrapper-snipe .theme-snipe .promotionDiv .yt-CommonOffer .container {
        padding-top: 0px;
        margin-top: -10px;
    }

.wrapper-snipe .theme-snipe .AdverTxt {
    color: rgb(153, 153, 153);
    text-align: right;
    font-size: 0.8em;
    max-width: 1024px;
    margin: 0px auto;
}

.wrapper-snipe .theme-snipe .promotionDiv2 .AdverTxt {
    max-width: 728px;
    margin: 0px auto;
}

.wrapper-snipe .theme-snipe .AdverBlock {
    margin: 0.3em 0px 1.5em;
    overflow-y: hidden;
    text-align: center;
    width: 100%;
}

    .wrapper-snipe .theme-snipe .AdverBlock iframe {
        width: 100%;
    }

.container .titleBox {
    text-align: center;
}

.modal, .modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1050;
    outline: 0px;
}

.modal-open .modal {
    overflow: hidden auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    background-clip: padding-box;
    outline: 0px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

/*.eCashBannerTemp .banner-close-button {
    position: absolute;
    top: 25%;
    left: 1%;
    cursor: pointer;
}*/

    /*.eCashBannerTemp .banner-close-button i {
        font-weight: 700;
        font-size: 12px;
    }*/

/*.eCashBannerTemp .bannerContent {
    float: left;
    font-size: 13px;
    display: block;
    cursor: pointer;
    background-color: rgb(255, 195, 0);
    text-align: center;
    padding: 10px;
    width: 100%;
}*/

.eCashBannerTemp .ecashmsg {
    background-color: rgb(236, 155, 27);
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 700;
}

/*.eCashBannerTemp .userName {
    font-weight: 700;
}*/

/*.eCashBannerTemp .bannerLogin {
    background-color: rgb(236, 155, 27);
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 700;
}*/

/*.eCashBannerTemp .bannerSignUp {
    text-decoration: underline;
}*/

[class*=" icon-"]::before, [class^="icon-"]::before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
}

.icon-calendar::before {
    content: "";
}

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package, .wrapper-snipe .theme-snipe .yt-CommonOffer .package {
    margin: 0px 30px 15px 0px;
    color: rgb(255, 255, 255);
    float: left;
    cursor: pointer;
    background: none;
    border-radius: 0px;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid rgb(228, 228, 228);
}

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package.super-offer, .wrapper-snipe .theme-snipe .yt-CommonOffer .package.super-offer {
        height: auto;
    }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package:hover, .wrapper-snipe .theme-snipe .yt-CommonOffer .package:hover {
        transform: scale(1.1);
        border-bottom: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
        border-radius: 6px 6px 0px 0px;
    }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .image-holder, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .image-holder {
        min-height: 190px;
        height: 191px;
        background: rgb(51, 51, 51);
        border-radius: 6px 6px 0px 0px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .image-holder.flight-holder, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .image-holder.flight-holder {
            line-height: 14;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .image-holder img, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .image-holder img {
            width: 100%;
            border-radius: 5px 5px 0px 0px;
        }

        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .image-holder span, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .image-holder span {
            position: absolute;
            left: 16px;
            bottom: -1px;
            text-transform: uppercase;
            padding: 12px 20px;
            background: rgb(255, 42, 42);
            font-size: 1em;
            font-weight: 500;
            border-radius: 3px 3px 0px 0px;
        }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content {
        padding: 15px;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory {
            padding: 6px 8px 12px 16px;
            width: 100%;
            overflow: hidden;
            color: rgb(51, 51, 51);
        }

            .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details {
                width: 100%;
                min-height: 80px;
                float: left;
            }

                .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details.txt-rgt, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details.txt-rgt {
                    width: 30%;
                    text-align: right;
                }

                .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details h3, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details h3 {
                    font-size: 1.21429em;
                    line-height: 22px;
                    padding-top: 12px;
                    text-transform: capitalize;
                    color: rgb(51, 51, 51);
                }

                    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details h3.dist-price, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details h3.dist-price {
                        font-weight: 500;
                    }

                .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration {
                    display: block;
                    line-height: 16px;
                    padding-bottom: 5px;
                    font-size: 1em;
                    margin: 0px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration.priceSubtitle, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration.priceSubtitle {
                        font-size: 1.28571em;
                        font-weight: 500;
                        color: rgb(51, 51, 51);
                    }

                        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration.priceSubtitle span, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay.duration.priceSubtitle span {
                            font-size: 1.14286em;
                            font-weight: 500;
                            color: rgb(51, 51, 51);
                        }

                .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details p, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details p {
                    font-size: 1em;
                    color: rgb(153, 153, 153);
                }

                .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .date, .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .ico-corner, .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .date, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .ico-corner, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .stay {
                    display: block !important;
                }

                .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .itinarary, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .itinarary {
                    display: none !important;
                }

                .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .txtTransform, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content.new-inventory .new-details .txtTransform {
                    text-transform: capitalize;
                }

        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content p, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content p {
            color: rgb(153, 153, 153);
        }

        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content h3, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content h3 {
            font-size: 1.14286em;
            overflow: hidden;
            padding-bottom: 5px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content .date, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content .date {
            font-size: 0.78571em;
        }

        .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package .content .ico-corner, .wrapper-snipe .theme-snipe .yt-CommonOffer .package .content .ico-corner {
            position: absolute;
            bottom: 0px;
            right: 0px;
            margin: 0px;
        }

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main {
    min-height: 400px;
    margin-top: -170px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main.pop-in, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main.pop-in {
        transform: scale(0);
        opacity: 0;
    }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .container-for-one, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .container-for-one {
        max-width: 440px !important;
    }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .container-for-two, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .container-for-two {
        max-width: 760px !important;
    }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .container, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .container {
        max-width: 1045px;
        margin-bottom: 20px;
        padding-top: 3em;
    }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .journeyOfferWrapper, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .journeyOfferWrapper {
        display: block !important;
    }

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer.todays-pick-main .VueCarousel, .wrapper-snipe .theme-snipe .yt-CommonOffer.todays-pick-main .VueCarousel {
        margin: 0px 5px 15px;
    }

.wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package, .wrapper-snipe .theme-snipe .yt-CommonOffer .package {
    width: 295px;
    margin-top: 15px;
}

    .wrapper-snipe-mobile .theme-snipe .yt-CommonOffer .package:last-child, .wrapper-snipe .theme-snipe .yt-CommonOffer .package:last-child {
        margin-right: 0px !important;
    }

.discount-corp {
    top: 0px;
    left: 0px;
    z-index: 99999;
    overflow-x: hidden;
}

    .discount-corp .discount-title {
        font-size: 1.429em;
    }

    .discount-corp .discount-sub-title-gray {
        color: rgb(176, 176, 176);
        font-size: 0.785em;
    }

    .discount-corp .discount-sub-title {
        margin: 10px 0px;
    }

        .discount-corp .discount-sub-title .discount-custom-checkbox {
            display: inline-block;
            text-align: left;
        }

            .discount-corp .discount-sub-title .discount-custom-checkbox .discount-chk-box {
                margin-right: 10px;
            }

                .discount-corp .discount-sub-title .discount-custom-checkbox .discount-chk-box input:checked + .check {
                    background-position: -98px -312px;
                }

                .discount-corp .discount-sub-title .discount-custom-checkbox .discount-chk-box .check {
                    background-color: rgb(100, 181, 246);
                    background-position: 100px 100px;
                    width: 18px;
                    height: 17px;
                }

    .discount-corp .discount-col-12 {
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .discount-corp .discount-col-3 {
        width: 25%;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .discount-corp .discount-col-9 {
        width: 75%;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .discount-corp .discount-col-8 {
        width: 66.66%;
        box-sizing: border-box;
        padding: 0px 15px;
    }

    .discount-corp .discount-col-6 {
        width: 50%;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .discount-corp .discount-col-4 {
        width: 25%;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .discount-corp .discount-popup, .discount-corp .discount-scr {
        background: rgb(255, 255, 255);
        padding: 20px;
        max-width: 600px;
        border-radius: 2px;
        position: relative;
        box-sizing: border-box;
        box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 4px 0px;
    }

    .discount-corp .discount-scr {
        max-width: 700px;
        box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 4px 0px;
    }

        .discount-corp .discount-scr .uName {
            text-transform: capitalize;
        }

        .discount-corp .discount-scr .discount--title {
            font-size: 2em;
            color: rgb(102, 102, 102);
            margin: 5px 0px 15px;
        }

            .discount-corp .discount-scr .discount--title.fs-20 {
                font-size: 1.429em;
                color: rgb(51, 51, 51);
                margin: 5px 0px 25px;
            }

        .discount-corp .discount-scr hr {
            margin: 15px -20px;
        }

    .discount-corp .discount-verify {
        position: absolute;
        right: 30px;
        top: 8px;
        font-size: 12px;
    }

        .discount-corp .discount-verify > i {
            margin-right: 5px;
        }

    .discount-corp .discount-custom-checkbox, .discount-corp .discount-custom-text {
        display: block;
        margin-top: 10px;
        font-size: 13px;
        white-space: nowrap;
    }

    .discount-corp .discount-custom-checkbox {
        cursor: pointer;
    }

        .discount-corp .discount-custom-checkbox.green, .discount-corp .discount-custom-checkbox.red {
            margin-top: 10px;
        }

    .discount-corp .discount-form {
        padding-top: 10px;
        margin-bottom: 10px;
    }

        .discount-corp .discount-form.pt0 {
            padding-top: 0px;
        }

        .discount-corp .discount-form .discount-form-control {
            border: 1px solid rgb(226, 226, 226);
            display: block;
            position: relative;
        }

            .discount-corp .discount-form .discount-form-control:disabled {
                background-color: rgb(244, 244, 244);
                color: rgb(153, 153, 153);
                cursor: not-allowed;
            }

        .discount-corp .discount-form label.discount-form-label {
            text-align: left;
            float: left;
            padding: 8px 0px;
            cursor: default;
            color: rgb(102, 102, 102);
            font-size: 1.071em;
            white-space: nowrap;
        }

        .discount-corp .discount-form input.discount-form-control {
            border: 1px solid rgb(226, 226, 226);
            padding: 8px 10px;
            width: 100%;
            font-family: Rubik;
            box-sizing: border-box;
            line-height: 15px;
        }

            .discount-corp .discount-form input.discount-form-control:focus {
                border-color: rgb(115, 115, 115);
                outline: none medium;
            }

    .discount-corp .btn-primary {
        padding: 10px 14px;
        font-size: 1.214em;
        background-color: rgb(234, 35, 48);
        color: rgb(255, 255, 255);
        text-transform: capitalize;
        min-width: 140px;
        box-sizing: border-box;
    }

        .discount-corp .btn-primary.w100 {
            width: 100%;
        }

    .discount-corp .discount-text-btn {
        line-height: 40px;
        vertical-align: middle;
    }

    .discount-corp .res-pl {
        padding-left: 0px;
    }

    .discount-corp .discount-res-center {
        float: right;
    }

    .discount-corp .custom-radio {
        cursor: pointer;
        display: inline-block;
        margin-bottom: 10px;
        width: 25%;
        user-select: none;
    }

        .discount-corp .custom-radio.disabled {
            cursor: not-allowed;
            opacity: 0.5;
        }

            .discount-corp .custom-radio.disabled input[type="radio"]:checked + .check {
                opacity: 0;
            }

        .discount-corp .custom-radio .radio-box {
            border-radius: 10px;
            border: 1px solid rgb(102, 102, 102);
            display: inline-block;
            float: left;
            height: 16px;
            margin-right: 10px;
            position: relative;
            width: 16px;
        }

            .discount-corp .custom-radio .radio-box input[type="radio"]:checked + .discount-check {
                background-color: rgb(0, 0, 0);
                border-radius: 10px;
                height: 10px;
                left: 2px;
                position: absolute;
                top: 2px;
                width: 10px;
            }

        .discount-corp .custom-radio input[type="radio"] {
            opacity: 0;
        }

            .discount-corp .custom-radio input[type="radio"]:checked + .check {
                opacity: 1;
            }

        .discount-corp .custom-radio .check {
            left: 2px;
            font-size: 12px;
            position: absolute;
            top: 1px;
            opacity: 0;
            transition: all 1s ease 0s;
        }

    .discount-corp .btn {
        background-color: transparent;
        border: none;
        color: rgb(255, 255, 255);
        cursor: pointer;
        display: inline-block;
        font: 1.286em Rubik;
        padding: 10px 20px;
        box-sizing: border-box;
        border-radius: 3px;
    }

        .discount-corp .btn:hover {
            color: rgb(255, 255, 255);
        }

        .discount-corp .btn.btn-primary {
            background-color: rgb(234, 35, 48);
        }

            .discount-corp .btn.btn-primary.btn-blue {
                background-color: rgb(6, 148, 182);
            }

                .discount-corp .btn.btn-primary.btn-blue:hover {
                    background-color: rgb(22, 108, 133);
                }

            .discount-corp .btn.btn-primary:hover {
                color: rgb(255, 255, 255);
                background-color: rgb(192, 1, 0);
                border-color: rgb(37, 137, 203);
            }

            .discount-corp .btn.btn-primary.btn-orange {
                background-color: rgb(244, 129, 49);
            }

                .discount-corp .btn.btn-primary.btn-orange:hover {
                    background-color: rgb(234, 100, 9);
                    color: rgb(255, 255, 255);
                }

        .discount-corp .btn.btn-sm {
            padding-bottom: 6px;
            padding-top: 6px;
        }

        .discount-corp .btn.btn-block {
            padding: 10px 20px;
            width: 100%;
        }

    .discount-corp hr {
        background-color: rgb(226, 226, 226);
        border: none;
        height: 1px;
        margin: 20px -19px;
        clear: both;
    }

        .discount-corp hr::after, .discount-corp hr::before {
            clear: both;
            content: " ";
            display: block;
            height: 0px;
            overflow: hidden;
            visibility: hidden;
        }

    .discount-corp .fl {
        float: left;
    }

    .discount-corp .fr {
        float: right;
    }

    .discount-corp .tr {
        text-align: right;
    }

    .discount-corp .tl {
        text-align: left;
    }

    .discount-corp .text-center {
        text-align: center;
    }

    .discount-corp .capitalize {
        text-transform: capitalize;
    }

    .discount-corp .pr {
        position: relative;
    }

    .discount-corp .bold, .discount-corp strong {
        font-family: Rubik;
        font-weight: 500;
    }

    .discount-corp .hide {
        display: none;
    }

    .discount-corp .fs-12 {
        font-size: 0.857em;
    }

    .discount-corp .fs-13 {
        font-size: 0.928em;
    }

    .discount-corp .fs-15 {
        font-size: 1.071em;
    }

    .discount-corp .fs-20 {
        font-size: 1.429em;
    }

    .discount-corp .fs-24 {
        font-size: 1.714em;
    }

    .discount-corp .mt8 {
        margin-top: 8px;
    }

    .discount-corp .rs {
        font-family: RupeeSign;
    }

    .discount-corp .lt-gray {
        color: rgb(102, 102, 102);
    }

    .discount-corp .ltr-gray {
        color: rgb(153, 153, 153);
    }

    .discount-corp .green {
        color: rgb(125, 179, 67);
    }

    .discount-corp .red {
        color: rgb(244, 88, 31);
    }

    .discount-corp .bg-color-f6 {
        background-color: rgb(246, 246, 246);
    }

    .discount-corp .ib {
        display: inline-block;
    }

    .discount-corp .block {
        display: block;
    }

    .discount-corp p {
        line-height: 18px;
    }

    .discount-corp label {
        cursor: pointer;
    }

    .discount-corp .clearfix {
        clear: both;
    }

        .discount-corp .clearfix::after, .discount-corp .clearfix::before {
            clear: both;
            content: " ";
            display: block;
            height: 0px;
            overflow: hidden;
            visibility: hidden;
        }

    .discount-corp .btn, .discount-corp .my-transition, .discount-corp a {
        transition: all 0.3s ease-in-out 0s;
    }

    .discount-corp a {
        cursor: pointer;
        text-decoration: none;
        color: rgb(36, 118, 187) !important;
    }

        .discount-corp a:hover {
            color: rgb(234, 35, 48) !important;
        }

    .discount-corp .discount-custom-close {
        position: absolute;
        top: 7px;
        right: 13px;
        cursor: pointer;
        height: 20px;
        width: 18px;
        opacity: 0.6;
    }

        .discount-corp .discount-custom-close:hover {
            opacity: 1;
        }

        .discount-corp .discount-custom-close::after, .discount-corp .discount-custom-close::before {
            background-color: rgb(153, 153, 153);
            content: "";
            height: 13px;
            left: 15px;
            position: absolute;
            width: 2px;
        }

        .discount-corp .discount-custom-close::before {
            transform: rotate(45deg);
        }

        .discount-corp .discount-custom-close::after {
            transform: rotate(-45deg);
        }

        .discount-corp .discount-custom-close .discount-close {
            display: none;
        }

    .discount-corp .discount-close-red {
        position: absolute;
        right: 5px;
        top: 5px;
        height: 20px;
        width: 20px;
        background-color: rgb(244, 88, 31);
        border-radius: 50%;
    }

        .discount-corp .discount-close-red::before {
            border-radius: 50%;
            border: 1px dotted red;
            height: 25px;
            width: 25px;
            content: "";
            position: absolute;
            top: -3px;
            left: -3px;
        }

        .discount-corp .discount-close-red .discount-custom-close {
            color: rgb(255, 255, 255);
            position: absolute;
            top: 3px;
            left: 5px;
        }

    .discount-corp .row {
        clear: both;
        box-sizing: border-box;
        margin: 0px -15px;
    }

        .discount-corp .row::after, .discount-corp .row::before {
            clear: both;
            content: " ";
            display: block;
            height: 0px;
            overflow: hidden;
            visibility: hidden;
        }

        .discount-corp .row + .row {
            margin-top: 10px;
        }

    .discount-corp .pl5 {
        padding-left: 5px;
    }

    .discount-corp .ml5 {
        margin-left: 5px;
    }

    .discount-corp .pr5 {
        padding-right: 5px;
    }

    .discount-corp .mr5 {
        margin-right: 5px;
    }

    .discount-corp .pt5 {
        padding-top: 5px;
    }

    .discount-corp .mt5 {
        margin-top: 5px;
    }

    .discount-corp .pb5 {
        padding-bottom: 5px;
    }

    .discount-corp .mb5 {
        margin-bottom: 5px;
    }

    .discount-corp .pl7 {
        padding-left: 7px;
    }

    .discount-corp .ml7 {
        margin-left: 7px;
    }

    .discount-corp .pr7 {
        padding-right: 7px;
    }

    .discount-corp .mr7 {
        margin-right: 7px;
    }

    .discount-corp .pt7 {
        padding-top: 7px;
    }

    .discount-corp .mt7 {
        margin-top: 7px;
    }

    .discount-corp .pb7 {
        padding-bottom: 7px;
    }

    .discount-corp .mb7 {
        margin-bottom: 7px;
    }

    .discount-corp .pl10 {
        padding-left: 10px;
    }

    .discount-corp .ml10 {
        margin-left: 10px;
    }

    .discount-corp .pr10 {
        padding-right: 10px;
    }

    .discount-corp .mr10 {
        margin-right: 10px;
    }

    .discount-corp .pt10 {
        padding-top: 10px;
    }

    .discount-corp .mt10 {
        margin-top: 10px;
    }

    .discount-corp .pb10 {
        padding-bottom: 10px;
    }

    .discount-corp .mb10 {
        margin-bottom: 10px;
    }

    .discount-corp .pl15 {
        padding-left: 15px;
    }

    .discount-corp .ml15 {
        margin-left: 15px;
    }

    .discount-corp .pr15 {
        padding-right: 15px;
    }

    .discount-corp .mr15 {
        margin-right: 15px;
    }

    .discount-corp .pt15 {
        padding-top: 15px;
    }

    .discount-corp .mt15 {
        margin-top: 15px;
    }

    .discount-corp .pb15 {
        padding-bottom: 15px;
    }

    .discount-corp .mb15 {
        margin-bottom: 15px;
    }

    .discount-corp .pl20 {
        padding-left: 20px;
    }

    .discount-corp .ml20 {
        margin-left: 20px;
    }

    .discount-corp .pr20 {
        padding-right: 20px;
    }

    .discount-corp .mr20 {
        margin-right: 20px;
    }

    .discount-corp .pt20 {
        padding-top: 20px;
    }

    .discount-corp .mt20 {
        margin-top: 20px;
    }

    .discount-corp .pb20 {
        padding-bottom: 20px;
    }

    .discount-corp .mb20 {
        margin-bottom: 20px;
    }

    .discount-corp .pl25 {
        padding-left: 25px;
    }

    .discount-corp .ml25 {
        margin-left: 25px;
    }

    .discount-corp .pr25 {
        padding-right: 25px;
    }

    .discount-corp .mr25 {
        margin-right: 25px;
    }

    .discount-corp .pt25 {
        padding-top: 25px;
    }

    .discount-corp .mt25 {
        margin-top: 25px;
    }

    .discount-corp .pb25 {
        padding-bottom: 25px;
    }

    .discount-corp .mb25 {
        margin-bottom: 25px;
    }

    .discount-corp .pl30 {
        padding-left: 30px;
    }

    .discount-corp .ml30 {
        margin-left: 30px;
    }

    .discount-corp .pr30 {
        padding-right: 30px;
    }

    .discount-corp .mr30 {
        margin-right: 30px;
    }

    .discount-corp .pt30 {
        padding-top: 30px;
    }

    .discount-corp .mt30 {
        margin-top: 30px;
    }

    .discount-corp .pb30 {
        padding-bottom: 30px;
    }

    .discount-corp .mb30 {
        margin-bottom: 30px;
    }

.sprite-footer {
    display: inline-block;
    position: relative;
    background: url("../images/footer.png") 0px 0px no-repeat transparent;
    content: " ";
    margin: 0px 5px;
    vertical-align: middle;
}

.ico-arrow {
    background-position: -103px -3px;
    height: 6px;
    width: 9px;
}

.ico-secured-sites {
    background-position: 0px -124px;
    height: 52px;
    width: 66px;
}

.ico-verisign-secure {
    background-position: 0px -73px;
    height: 52px;
    width: 90px;
}

.ico-play-store {
    background-position: -248px -387px;
    height: 48px;
    width: 120px;
}

.ico-app-store {
    background-position: -248px -426px;
    height: 48px;
    width: 120px;
}

.ico-fresh-facebook {
    background-position: -117px -73px;
    height: 18px;
    width: 11px;
}

.ico-fresh-twitter {
    background-position: -130px -73px;
    height: 18px;
    width: 16px;
}

.ico-fresh-google {
    background-position: -192px -73px;
    height: 18px;
    width: 18px;
}

.ico-fresh-youtube {
    background-position: -170px -73px;
    height: 18px;
    width: 19px;
}

.ico-fresh-instagram {
    background-position: -151px -73px;
    height: 18px;
    width: 16px;
}

.top-routes {
    font: 1em/18px Rubik, sans-serif;
    width: 49%;
    margin: 32px 0px 30px 2%;
    float: left;
}

    .top-routes blockquote {
        text-align: center;
    }

    .top-routes .new-seo-link {
        margin-top: 33px;
        background-color: rgb(244, 246, 248);
        height: auto !important;
    }

        .top-routes .new-seo-link li a {
            color: rgb(102, 102, 102);
            vertical-align: middle;
            display: table-cell;
        }

            .top-routes .new-seo-link li a.active, .top-routes .new-seo-link li a:hover {
                color: rgb(0, 0, 0);
            }

        .top-routes .new-seo-link li {
            float: left;
            width: 32.32%;
            list-style-type: none;
            padding: 1.3em 10px;
            min-height: 75px;
            display: table;
            border-radius: 9px;
            background-color: rgb(255, 255, 255);
            text-align: center;
            border: 1px solid rgba(67, 38, 78, 0.3);
            margin: 1px;
            background-image: linear-gradient(90deg, rgb(253, 247, 255), rgb(225, 237, 245));
        }

            .top-routes .new-seo-link li a {
                font: 1em/18px Rubik, sans-serif;
            }

            .top-routes .new-seo-link li.borderNone {
                border: 0px none;
            }

    .top-routes.BangladeshRoutes {
        margin-left: 0px !important;
    }

    .top-routes.mtAdjust {
        margin: 60px 0px 30px 2%;
    }

.TripRally-blog .VueCarousel {
    max-width: 1095px;
    margin: 0px auto 15px;
}

    .TripRally-blog .VueCarousel .VueCarousel-wrapper {
        width: 100%;
        padding: 10px 0px;
        height: 495px !important;
    }

        .TripRally-blog .VueCarousel .VueCarousel-wrapper .VueCarousel-inner .VueCarousel-slide {
            width: auto;
        }

.why-book .big-title, .why-book .big-title span {
    color: rgb(255, 255, 255);
    border-bottom: none;
    background-color: rgb(255, 255, 255);
    background-image: none;
    display: block;
    margin: 2em 0px 1.1em;
    text-align: center;
}

    .why-book .big-title::after, .why-book .big-title span::after {
        content: none;
    }

.perfect-holiday.gallery-grid {
    background-color: rgb(255, 255, 255);
}

    .perfect-holiday.gallery-grid .container {
        max-width: 1065px;
    }

    .perfect-holiday.gallery-grid .big-title {
        margin-left: 0px;
    }

    .perfect-holiday.gallery-grid h2 {
        padding: 2em 0px 1em;
    }

    .perfect-holiday.gallery-grid .hover-item:focus .catg-title, .perfect-holiday.gallery-grid .hover-item:hover .catg-title {
        bottom: 30px;
        transition: all 0.5s ease 0s;
    }

    .perfect-holiday.gallery-grid .item {
        width: 210px;
    }

        .perfect-holiday.gallery-grid .item .holidayImgWrpr {
            float: left;
            list-style: none;
            width: 100%;
            border-radius: 3px;
            height: 260px;
            background: rgb(255, 255, 255);
            overflow: hidden;
            position: relative;
            transition: all 0.5s ease 0s;
            box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
        }

        .perfect-holiday.gallery-grid .item .backgroundColorAdd {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            border-radius: 0px;
            background: linear-gradient(rgba(114, 2, 56, 0) 40%, rgb(114, 2, 56));
        }

        .perfect-holiday.gallery-grid .item img {
            min-width: 100%;
            height: 100%;
        }

        .perfect-holiday.gallery-grid .item .catg-content {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            border-radius: 0px;
            background: linear-gradient(rgba(114, 2, 56, 0) 40%, rgb(114, 2, 56));
        }

        .perfect-holiday.gallery-grid .item .catg-title {
            font-size: 1.14286em;
            width: 100%;
            text-align: left;
            position: absolute;
            bottom: 15px;
            padding-left: 15px;
            line-height: 20px;
            color: rgb(255, 255, 255);
            font-weight: 500;
            transition: all 0.5s ease 0s;
        }

            .perfect-holiday.gallery-grid .item .catg-title h3 {
                font-weight: 500;
                padding-bottom: 5px;
            }

        .perfect-holiday.gallery-grid .item .catg-price {
            font-size: 0.92857em;
            display: block;
            clear: both;
        }

    .perfect-holiday.gallery-grid .hover-style {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.5);
    }

    .perfect-holiday.gallery-grid .hover-init:focus .hover-style, .perfect-holiday.gallery-grid .hover-init:hover .hover-style {
        display: block;
    }

    .perfect-holiday.gallery-grid .break-pattern {
        display: none;
    }

    .perfect-holiday.gallery-grid .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-next, .perfect-holiday.gallery-grid .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-prev {
        background-color: rgb(255, 255, 255);
    }

    .perfect-holiday.gallery-grid .VueCarousel .VueCarousel-wrapper {
        padding: 9px 15px;
        height: 350px !important;
    }

.top-bus-routes .table-module .options .select-city .city-list .viewport .overview ul li.selected, .top-bus-routes .table-module .options .select-city .city-list .viewport .overview ul li:hover {
    background-color: rgb(243, 79, 79);
    color: rgb(255, 255, 255) !important;
}

.top-city-homestay .VueCarousel {
    max-width: 1095px;
    margin: 0px auto 15px;
    padding: 0px;
    clear: both;
}

    .top-city-homestay .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-prev {
        left: 0px;
    }

    .top-city-homestay .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-next {
        right: 0px;
    }

    .top-city-homestay .VueCarousel .VueCarousel-navigation .VueCarousel-navigation-button {
        top: 65%;
    }

    .top-city-homestay .VueCarousel .VueCarousel-wrapper {
        width: 99%;
        overflow: hidden;
        position: relative;
        padding: 10px 0px;
        height: 251px !important;
    }

        .top-city-homestay .VueCarousel .VueCarousel-wrapper .VueCarousel-inner .VueCarousel-slide {
            width: auto;
        }

        .top-city-homestay .VueCarousel .VueCarousel-wrapper .package {
            float: left;
            list-style: none;
            position: relative;
            margin: 0px 30px 0px 0px;
            color: rgb(255, 255, 255);
            cursor: pointer;
            background: 0px center;
            border-radius: 0px;
            transition: all 0.5s ease 0s;
            border-bottom: 1px solid rgb(228, 228, 228);
            width: 345px !important;
        }

            .top-city-homestay .VueCarousel .VueCarousel-wrapper .package .image-holder {
                width: 100%;
                min-height: 180px;
                height: 180px;
                background: rgb(51, 51, 51);
                border-radius: 6px 6px 0px 0px;
                position: relative;
                overflow: hidden;
            }

                .top-city-homestay .VueCarousel .VueCarousel-wrapper .package .image-holder img {
                    width: 360px;
                    height: 180px;
                    border-radius: 5px 5px 0px 0px;
                    display: block;
                }

            .top-city-homestay .VueCarousel .VueCarousel-wrapper .package .content {
                padding: 13px 8px 20px 16px;
                width: 100%;
                overflow: hidden;
                color: rgb(51, 51, 51);
                height: 100%;
                position: relative;
            }

                .top-city-homestay .VueCarousel .VueCarousel-wrapper .package .content h3 {
                    font-size: 1.14286em;
                    overflow: hidden;
                    padding-bottom: 5px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

.loginBar .container {
    max-width: 1060px;
    padding: 0px;
}

.loginBar .arrowIcon, .sprite-header {
    display: inline-block;
    vertical-align: middle;
}

/*.sprite-header {
    position: relative;
    background: url("../images/header.png?v=20170907") 0px 0px no-repeat transparent;
    content: " ";
    margin: 0px 5px;
}*/

.ico-logo {
    background-position: 0px -13px;
    height: 52px;
    width: 176px;
}

.ico-header-arrow-down {
    background-position: 0px 0px;
    height: 7px;
    width: 10px;
}

.ico-header-sub-arrow {
    background-position: -121px 0px;
    height: 10px;
    width: 20px;
}

.ico-header-blankUserImage {
    background-position: 0px -194px;
    height: 43px;
    width: 37px;
}

.TripRally-header {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    color: rgb(51, 51, 51);
    font-family: Rubik;
    font-size: 13px;
    line-height: 1;
    background: rgb(0, 69, 188);
}

    .TripRally-header::after, .TripRally-header::before {
        display: table;
        line-height: 0;
        content: "";
    }

    .TripRally-header::after {
        clear: both;
    }

    .TripRally-header .platinum-label {
        background: url("/content/fresco/snipe/dist/images/platinum-logo.svg?155701ab9fb3c494b235b7113962a653") 50% center / 80px no-repeat transparent;
        width: 100px;
        height: 17px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        bottom: 13px;
        right: -10px;
        margin: 0px;
    }

    .TripRally-header .ico-newHeaderLogo {
        height: 53.5px;
        width: 130px;
        display: inline-block;
        background: url("../images/logo.png") 50% center / 130px 53.5px no-repeat;
    }

        .TripRally-header .ico-newHeaderLogo.smeHeaderLogo {
            background: url("../images/logo.png") 50% center / 130px 58px no-repeat;
            height: 58px;
        }

    .TripRally-header .header-container {
        float: none;
        max-width: 1140px;
        margin: 0px auto;
    }

    .TripRally-header .scratch-notification {
        display: block;
        font-size: 1.14286em;
        padding: 20px;
        text-align: center;
    }

    .TripRally-header a {
        user-select: none;
        text-decoration: none;
        color: rgb(255, 255, 255);
        transition: all 0.5s ease 0s;
    }

        .TripRally-header a.active, .TripRally-header a:hover {
            color: rgb(255, 255, 255);
        }

        .TripRally-header a.logo img {
            height: 52px;
            width: auto;
        }

    .TripRally-header .backToPage {
        display: block;
        font-size: 0.85714em;
        margin-left: 20px;
        position: absolute;
        top: 11px;
    }

    .TripRally-header .ico-header-mobile-android {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }

    .TripRally-header .ico-header-mobile-ios {
        margin-left: 0px;
    }

    .TripRally-header .ico-header-arrow-down {
        background-position: -4px -140px;
    }

    .TripRally-header .moreDdnMenu {
        display: none !important;
    }

    .TripRally-header .top-nav {
        text-align: right;
        background: rgb(231, 231, 231);
        padding: 0px;
    }

        .TripRally-header .top-nav .nav {
            padding: 0px;
            margin: 0px;
        }

            .TripRally-header .top-nav .nav > li {
                display: inline-block;
                position: relative;
            }

                .TripRally-header .top-nav .nav > li:first-child {
                    border-left: 0px;
                }

                .TripRally-header .top-nav .nav > li.last a {
                    margin: 0px;
                    padding: 0px;
                }

                .TripRally-header .top-nav .nav > li > a {
                    color: rgb(75, 75, 75);
                    font-size: 0.92857em;
                }

                    .TripRally-header .top-nav .nav > li > a:focus, .TripRally-header .top-nav .nav > li > a:hover {
                        color: rgb(0, 0, 0);
                    }

                    .TripRally-header .top-nav .nav > li > a.fb-login {
                        background: rgb(68, 96, 157);
                        color: rgb(255, 255, 255);
                        padding: 2px 10px 4px;
                    }

                .TripRally-header .top-nav .nav > li .ico-header-seperator {
                    margin: 0px 10px;
                    top: -1px;
                }

                .TripRally-header .top-nav .nav > li .inner-nav {
                    padding: 9px 0px;
                }

                    .TripRally-header .top-nav .nav > li .inner-nav > li:first-child {
                        border-left: 0px;
                    }

            .TripRally-header .top-nav .nav .support-box {
                padding: 10px 0px;
            }

                .TripRally-header .top-nav .nav .support-box a {
                    padding: 0px 15px;
                }

                .TripRally-header .top-nav .nav .support-box .header-dropdown {
                    background: rgb(231, 231, 231);
                }

                    .TripRally-header .top-nav .nav .support-box .header-dropdown .dropdown-menu li a {
                        padding: 5px 14px 7px;
                    }

    .TripRally-header .rc-notify-pop {
        background: none 0px 0px repeat scroll rgb(109, 112, 115);
        color: rgb(255, 255, 255);
        display: none;
        right: -15px;
        padding: 10px;
        position: absolute;
        text-align: center;
        top: 44px;
        width: 210px;
        z-index: 100;
        border-radius: 5px;
        opacity: 0;
    }

    .TripRally-header .rc-tooltip {
        border-style: solid;
        border-image: initial;
        border-color: rgb(109, 112, 115) transparent;
        border-width: 0px 10px 10px;
        top: -9px;
        left: 85%;
        position: absolute;
        z-index: 99;
    }

    .TripRally-header .nitify {
        opacity: 1;
        transition: opacity 0.9s ease-in 0s;
    }

    .TripRally-header .header-drop {
        animation-duration: 0.3s;
        animation-fill-mode: both;
        animation-iteration-count: 1;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        animation-timing-function: ease-out;
        transform-origin: 50% 0px;
    }

        .TripRally-header .header-drop.elem-0 {
            animation-name: slide-down-slow;
        }

    .TripRally-header .header-container {
        padding: 8px 0px 0px;
    }

        .TripRally-header .header-container .logo {
            float: left;
            padding-bottom: 5px;
            height: auto;
            margin: 0px 0px 0px 31px;
            width: auto;
        }

        .TripRally-header .header-container .menu {
            width: 85%;
            float: right;
            position: relative;
            top: 4px;
        }

            .TripRally-header .header-container .menu .justified-menu {
                position: relative;
                top: 0px;
                height: 50px;
                float: left;
                margin: 0px;
            }

                .TripRally-header .header-container .menu .justified-menu.desktop-navs.settings-content {
                    height: 46px;
                }

                    .TripRally-header .header-container .menu .justified-menu.desktop-navs.settings-content .list-dropdown .tip-hover i {
                        left: 81%;
                    }

                .TripRally-header .header-container .menu .justified-menu.desktop-navs .list-dropdown .tip-hover i {
                    left: 15%;
                }

                .TripRally-header .header-container .menu .justified-menu::after {
                    position: relative;
                    display: inline-block;
                    height: 0px;
                    line-height: 0;
                    content: "";
                }

                .TripRally-header .header-container .menu .justified-menu li {
                    display: inline-block;
                    padding-bottom: 16px;
                }

                    .TripRally-header .header-container .menu .justified-menu li.hide {
                        display: none;
                    }

                    .TripRally-header .header-container .menu .justified-menu li.hideImp {
                        display: none !important;
                    }

                    .TripRally-header .header-container .menu .justified-menu li .ico-header-category {
                        display: none;
                    }

                .TripRally-header .header-container .menu .justified-menu .header-dropdown {
                    background: rgb(255, 255, 255);
                    border-radius: 3px;
                }

                .TripRally-header .header-container .menu .justified-menu .tip-hover {
                    display: block;
                }

                    .TripRally-header .header-container .menu .justified-menu .tip-hover i {
                        position: relative;
                        top: 3px;
                    }

                .TripRally-header .header-container .menu .justified-menu .header-drop {
                    position: absolute;
                    min-width: 494px;
                    margin-top: 20px;
                    display: none;
                    top: 20px;
                }

                    .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn {
                        right: 50%;
                        margin-right: 7px;
                        min-width: 1px;
                        left: auto !important;
                    }

                        .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .tip-hover i {
                            left: 90% !important;
                        }

                        .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown {
                            width: 430px;
                        }

                            .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-pad {
                                background: none 0px 0px repeat scroll rgb(255, 255, 255);
                                overflow: hidden;
                                padding: 10px;
                                text-align: center;
                                display: none;
                            }

                                .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-pad a {
                                    width: 36%;
                                    margin: 10px auto;
                                    padding: 8px 12px;
                                    color: rgb(255, 255, 255);
                                    display: block;
                                    background-color: rgb(234, 35, 48);
                                    border: 1px solid rgb(243, 79, 79);
                                }

                                    .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-pad a:hover {
                                        background-color: rgb(243, 79, 79);
                                    }

                            .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-notification {
                                display: block;
                                font-size: 1.14286em;
                                padding: 20px;
                                text-align: center;
                            }

                            .TripRally-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .recent-searches .lft-info {
                                display: none;
                            }

                    .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn {
                        padding: 10px 0px 5px !important;
                    }

                        .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn li {
                            float: left;
                            line-height: 20px;
                            padding-right: 11px;
                            padding-left: 11px;
                            margin: 7px 0px;
                            background: url("/images/header-separator.jpg") 100% center no-repeat;
                        }

                            .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn li a {
                                float: left;
                                color: rgb(102, 102, 102);
                                padding: 0px;
                            }

                                .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn li a i {
                                    display: none;
                                }

                        .TripRally-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn > ul > li:last-child {
                            background: none;
                            padding-left: 12px;
                        }

                    .TripRally-header .header-container .menu .justified-menu .header-drop.show-prompt .header-dropdown .userBlock .hideAuto {
                        display: none !important;
                    }

                .TripRally-header .header-container .menu .justified-menu .QRMobileBlock {
                    display: inline-block;
                    padding-left: 0px !important;
                }

                .TripRally-header .header-container .menu .justified-menu .mobileQR {
                    padding-bottom: 22px;
                }

                    .TripRally-header .header-container .menu .justified-menu .mobileQR .header-drop {
                        left: -44px;
                        min-width: 164px;
                        top: 20px;
                    }

                        .TripRally-header .header-container .menu .justified-menu .mobileQR .header-drop .header-dropdown {
                            margin-top: 1px;
                        }

        .TripRally-header .header-container .settings {
            margin-right: 30px;
            float: right !important;
        }

            .TripRally-header .header-container .settings .setting-btn {
                padding: 12px 0px 28px;
                display: none;
            }

                .TripRally-header .header-container .settings .setting-btn::after {
                    float: right;
                    content: "";
                    border-top: 4px solid rgb(255, 255, 255);
                    border-left: 4px solid transparent;
                    border-right: 4px solid transparent;
                    margin: 5px 0px 0px 5px;
                }

            .TripRally-header .header-container .settings .settings-content {
                position: relative;
                display: inline-block;
                padding-left: 0px;
            }

                .TripRally-header .header-container .settings .settings-content > .ico-header-sub-arrow {
                    display: none;
                }

                .TripRally-header .header-container .settings .settings-content .header-drop {
                    min-width: 190px;
                    border-top: none;
                    right: 0px;
                    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 16px 5px;
                }

                    .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a {
                        color: rgb(99, 99, 99);
                        letter-spacing: 0px !important;
                    }

                        .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a::before {
                            background: none;
                            content: "";
                            border-left: 5px solid transparent;
                            border-right: 5px solid transparent;
                            margin: 0px;
                            position: absolute;
                            border-top: 5px solid rgb(228, 228, 228);
                            left: 0px;
                            top: 12px;
                            transform: rotate(-90deg);
                            transition: all 0.5s ease 0s;
                        }

                        .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a:focus, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a:hover {
                            padding-left: 25px;
                            transition: all 0.5s ease 0s;
                        }

                            .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a:focus::before, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a:hover::before {
                                left: 10px;
                            }

                        .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink {
                            padding: 0px;
                        }

                            .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink::before {
                                content: none;
                            }

                            .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:focus, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:hover {
                                padding-left: 10px;
                                transition: all 0.5s ease 0s;
                            }

                                .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:focus::before, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:hover::before {
                                    left: 10px;
                                }

                    .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:focus, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:hover {
                        padding-left: 25px !important;
                    }

                        .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:focus::before, .TripRally-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:hover::before {
                            left: 10px;
                            transition: all 0.5s ease 0s;
                        }

            .TripRally-header .header-container .settings #userLoginBlock {
                margin-right: 3px;
            }

                .TripRally-header .header-container .settings #userLoginBlock .newUserLogin-dropdown {
                    padding-top: 7px;
                }

    .TripRally-header .eCahseValue {
        position: relative;
        left: 5px;
    }

    .TripRally-header .header-dropdown {
        width: 100%;
        opacity: 1;
        margin: 0px;
        float: left;
        padding: 0px 10px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    }

        .TripRally-header .header-dropdown > i {
            position: absolute;
            left: 50%;
            top: -10px;
            margin-left: -10px;
        }

        .TripRally-header .header-dropdown ul {
            list-style-type: none;
            padding: 10px 0px;
            margin: 0px;
            -webkit-font-smoothing: subpixel-antialiased;
        }

            .TripRally-header .header-dropdown ul li {
                padding-bottom: 0px !important;
            }

                .TripRally-header .header-dropdown ul li a {
                    padding: 9px 14px 10px;
                    color: rgb(102, 102, 102);
                    display: block;
                }

            .TripRally-header .header-dropdown ul.linkBlock, .TripRally-header .header-dropdown ul.userBlock {
                color: rgb(51, 51, 51);
            }

        .TripRally-header .header-dropdown::before {
            float: right;
            content: "";
            border-bottom: 5px solid rgb(255, 255, 255);
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            position: absolute;
            right: 13px;
            top: -5px;
        }

        .TripRally-header .header-dropdown.newUserLogin-dropdown {
            padding: 0px 13px;
        }

            .TripRally-header .header-dropdown.newUserLogin-dropdown.borderRadsDown, .TripRally-header .header-dropdown.newUserLogin-dropdown:first-child {
                border-bottom-right-radius: 0px !important;
                border-bottom-left-radius: 0px !important;
            }

            .TripRally-header .header-dropdown.newUserLogin-dropdown:last-child {
                box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px inset, rgba(0, 0, 0, 0.2) 0px 5px 12px 1px;
                border-top-right-radius: 0px !important;
                border-top-left-radius: 0px !important;
            }

            .TripRally-header .header-dropdown.newUserLogin-dropdown ul {
                display: inline-block;
                width: 100%;
            }

                .TripRally-header .header-dropdown.newUserLogin-dropdown ul .login-li {
                    float: left;
                }

                    .TripRally-header .header-dropdown.newUserLogin-dropdown ul .login-li .log-in.pgLogIn {
                        width: 72px;
                    }

                .TripRally-header .header-dropdown.newUserLogin-dropdown ul li a {
                    position: relative;
                }

                .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .userBlockLogin {
                    border: 1px solid rgb(226, 226, 226);
                    border-radius: 50%;
                    float: left;
                    position: relative;
                    top: 5px;
                }

                .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR {
                    float: right;
                    width: 55%;
                }

                    .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a {
                        position: relative;
                        padding: 0px !important;
                    }

                        .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a::before {
                            left: -15px !important;
                        }

                        .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:focus, .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:hover {
                            padding-left: 10px !important;
                        }

                            .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:focus::before, .TripRally-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:hover::before {
                                left: -5px !important;
                            }

            .TripRally-header .header-dropdown.newUserLogin-dropdown .log-out a::before {
                display: none;
            }

            .TripRally-header .header-dropdown.newUserLogin-dropdown .switchToText {
                color: rgb(153, 153, 153);
                font-size: 0.78571em;
            }

            .TripRally-header .header-dropdown.newUserLogin-dropdown .simple-dropdown .userNameLetter {
                background-color: rgb(226, 226, 226);
                color: rgb(255, 255, 255);
                font-size: 1.42857em;
                border-radius: 50%;
                text-transform: uppercase;
                padding: 9px;
                width: 40px;
                height: 40px;
                display: inline-block;
                box-sizing: border-box;
            }

            .TripRally-header .header-dropdown.newUserLogin-dropdown .txt-Cent {
                text-align: center;
                margin-bottom: 5px;
            }

    .TripRally-header li.simple-dropdown {
        position: relative;
    }

        .TripRally-header li.simple-dropdown a {
            display: block;
            padding: 10px 15px;
        }

            .TripRally-header li.simple-dropdown a.active, .TripRally-header li.simple-dropdown a:hover {
                border-bottom-color: rgb(255, 125, 35);
            }

    .TripRally-header .list-dropdown {
        position: relative;
        list-style-type: none;
    }

        .TripRally-header .list-dropdown > a {
            display: block;
            padding: 10px 15px 18px;
            position: relative;
        }

            .TripRally-header .list-dropdown > a.active, .TripRally-header .list-dropdown > a:hover {
                border-bottom-color: rgb(255, 125, 35);
            }

            .TripRally-header .list-dropdown > a > span.rc-search {
                background: none 0px 0px repeat scroll rgb(255, 125, 35);
                border-radius: 50%;
                padding: 2px 7px;
                text-align: center;
                margin-left: 2px;
                color: rgb(255, 255, 255);
                display: none !important;
            }

            .TripRally-header .list-dropdown > a::after {
                content: "";
                border-top: 4px solid rgb(255, 255, 255);
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                margin: 0px;
                position: absolute;
                right: 0px;
                top: 35%;
            }

            .TripRally-header .list-dropdown > a.list-dropdownNull::after {
                content: normal;
            }

        .TripRally-header .list-dropdown.customer-support-ddn .header-dropdown {
            min-width: 235px;
        }

        .TripRally-header .list-dropdown .businessAcc {
            color: rgb(192, 197, 201);
            display: inline-block;
            float: left;
            font-size: 0.85714em;
            margin-left: 10px;
            margin-top: -20px;
            text-overflow: ellipsis;
            text-transform: capitalize;
            width: 85%;
        }

        .TripRally-header .list-dropdown .hidden {
            display: none;
        }

        .TripRally-header .list-dropdown .header-drop.scratch-ddn {
            right: 50%;
            margin-right: 7px;
            min-width: 1px;
            left: auto !important;
        }

            .TripRally-header .list-dropdown .header-drop.scratch-ddn .tip-hover i {
                left: 90% !important;
            }

            .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown {
                width: 430px;
            }

                .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-pad {
                    background: none 0px 0px repeat scroll rgb(255, 255, 255);
                    overflow: hidden;
                    padding: 10px;
                    text-align: center;
                    display: none;
                }

                    .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-pad a {
                        width: 36%;
                        margin: 10px auto;
                        padding: 8px 12px;
                        color: rgb(255, 255, 255);
                        display: block;
                        background-color: rgb(234, 35, 48);
                        border: 1px solid rgb(243, 79, 79);
                    }

                        .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-pad a:hover {
                            background-color: rgb(243, 79, 79);
                        }

                .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-notification {
                    display: block;
                    font-size: 1.14286em;
                    padding: 20px;
                    text-align: center;
                }

                .TripRally-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .recent-searches .lft-info {
                    display: none;
                }

        .TripRally-header .list-dropdown .header-drop .header-dropdown li {
            display: block !important;
        }

            .TripRally-header .list-dropdown .header-drop .header-dropdown li a {
                padding: 1px 0px 1px 15px;
                line-height: 28px;
            }

        .TripRally-header .list-dropdown.active .header-drop, .TripRally-header .list-dropdown:focus .header-drop, .TripRally-header .list-dropdown:hover .header-drop {
            display: block !important;
        }

        .TripRally-header .list-dropdown.active .dropdown-toggle, .TripRally-header .list-dropdown:focus .dropdown-toggle, .TripRally-header .list-dropdown:hover .dropdown-toggle {
            color: rgb(255, 255, 255);
        }

        .TripRally-header .list-dropdown.active .simple-tab, .TripRally-header .list-dropdown:focus .simple-tab, .TripRally-header .list-dropdown:hover .simple-tab {
            border-bottom-color: rgb(255, 125, 35);
        }

    .TripRally-header .category-ddn.header-dropdown::before {
        right: 75%;
    }

    .TripRally-header .category-ddn ul li a {
        padding: 2px 14px;
        border-bottom: 2px solid rgb(255, 255, 255) !important;
    }

        .TripRally-header .category-ddn ul li a .ico-header-buses, .TripRally-header .category-ddn ul li a .ico-header-cruise, .TripRally-header .category-ddn ul li a .ico-header-flight-s-hotel, .TripRally-header .category-ddn ul li a .ico-header-flights, .TripRally-header .category-ddn ul li a .ico-header-holidays, .TripRally-header .category-ddn ul li a .ico-header-home, .TripRally-header .category-ddn ul li a .ico-header-hotels, .TripRally-header .category-ddn ul li a .ico-header-offers, .TripRally-header .category-ddn ul li a .ico-header-things-to-do, .TripRally-header .category-ddn ul li a .ico-header-trains {
            top: 5px;
            margin-right: 10px;
            display: none;
        }

        .TripRally-header .category-ddn ul li a .ico-header-hotels {
            top: 10px;
        }

        .TripRally-header .category-ddn ul li a .ico-header-flight-s-hotel, .TripRally-header .category-ddn ul li a .ico-header-things-to-do {
            top: 1px !important;
        }

    .TripRally-header .category-ddn ul li .isNewCatIcon {
        font-size: 0.71429em;
        position: absolute;
        background: rgb(238, 122, 50);
        padding: 1px 4px;
        color: rgb(255, 255, 255);
        top: -2px;
        border-radius: 2px;
        right: -10px;
        line-height: 10px;
    }

        .TripRally-header .category-ddn ul li .isNewCatIcon.active, .TripRally-header .category-ddn ul li .isNewCatIcon:hover {
            background: rgb(238, 122, 50) !important;
            color: rgb(255, 255, 255) !important;
        }

    .TripRally-header .category-ddn ul li.active > a, .TripRally-header .category-ddn ul li:hover > a {
        color: rgb(51, 51, 51) !important;
        background: rgb(255, 255, 255) !important;
        border-bottom: 2px solid rgb(233, 102, 0) !important;
    }

    .TripRally-header .login-li {
        padding: 14px 0px !important;
    }

        .TripRally-header .login-li .log-in.pgLogIn {
            border-radius: 2px;
            width: 100%;
            cursor: pointer;
            font-size: 1em;
            text-align: center;
            background-color: rgb(234, 35, 48);
            margin-bottom: 10px;
            height: auto;
            border: 1px solid rgb(234, 35, 48) !important;
            color: rgb(255, 255, 255) !important;
            line-height: 2.3 !important;
            padding: 0px !important;
        }

            .TripRally-header .login-li .log-in.pgLogIn.active, .TripRally-header .login-li .log-in.pgLogIn:hover {
                background-color: rgb(199, 19, 31) !important;
                padding-left: 0px !important;
            }

            .TripRally-header .login-li .log-in.pgLogIn.pgSignUp {
                background-color: rgb(255, 255, 255);
                margin-left: 15px;
                color: rgb(234, 35, 48) !important;
            }

                .TripRally-header .login-li .log-in.pgLogIn.pgSignUp.active, .TripRally-header .login-li .log-in.pgLogIn.pgSignUp:hover {
                    background-color: rgb(255, 255, 255) !important;
                }

        .TripRally-header .login-li > a {
            width: 72px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            padding: 0px !important;
            color: rgb(255, 255, 255) !important;
            border-bottom: none !important;
        }

            .TripRally-header .login-li > a::before {
                display: none;
            }

            .TripRally-header .login-li > a.sign-up {
                background: rgb(6, 148, 182);
                float: right;
            }

            .TripRally-header .login-li > a.fb-login {
                background-color: rgb(57, 87, 154);
                display: block;
                width: 100%;
                clear: both;
                margin-top: 44px;
                margin-bottom: 14px;
            }

            .TripRally-header .login-li > a.log-in {
                background: rgb(244, 129, 49);
                float: left;
            }

        .TripRally-header .login-li span a::after, .TripRally-header .login-li span a::before {
            display: none;
        }

        .TripRally-header .login-li.active > a.sign-up, .TripRally-header .login-li:hover > a.sign-up {
            background: rgb(6, 148, 182) !important;
            border-bottom: none !important;
        }

        .TripRally-header .login-li.active > a.fb-login, .TripRally-header .login-li:hover > a.fb-login {
            background: rgb(57, 87, 154) !important;
            border-bottom: none !important;
        }

        .TripRally-header .login-li span {
            font-size: 0.78571em;
            color: rgb(165, 165, 165);
            display: block;
            margin-bottom: 6px;
            overflow: hidden;
            width: 100%;
        }

            .TripRally-header .login-li span a {
                text-decoration: none;
                color: rgb(239, 70, 57) !important;
                display: inline !important;
                padding: 0px 2px !important;
                line-height: normal !important;
            }

                .TripRally-header .login-li span a:hover {
                    text-decoration: underline;
                    background-color: rgb(255, 255, 255) !important;
                }

    .TripRally-header #discount_list {
        overflow: visible;
        position: absolute;
        z-index: 9999;
        min-width: 270px;
        right: 0px;
    }

    .TripRally-header .mobile-only {
        display: none;
    }

    .TripRally-header .desktop-only {
        display: block;
    }

    .TripRally-header .mobile-header {
        display: block;
        padding: 20px 8px;
    }

        .TripRally-header .mobile-header .ico-logo {
            float: left;
            margin-top: -8px;
            left: 0px;
            position: relative;
        }

        .TripRally-header .mobile-header .ico-recent-search {
            float: right;
            margin-top: -4px;
        }

        .TripRally-header .mobile-header .page-title {
            font: 1.286em/18px Rubik, Arial;
            display: inline-block;
            margin: 0px auto;
            text-align: center;
            width: 83%;
        }

    /*.TripRally-header .mobile-navs {
        background-color: rgb(255, 255, 255);
        bottom: 0px;
        box-sizing: border-box;
        border-right: 1px solid rgb(229, 229, 229);
        left: 0px;
        overflow: hidden;
        position: fixed;
        top: 0px;
        transform: translateX(-80%);
        transition: transform 0.3s ease 0s, width 0.3s ease 0s;
        width: 0px;
        z-index: 9999;
    }*/

    .TripRally-header .nav-open {
        transform: translateX(0px);
        width: 80%;
    }

    .TripRally-header .slide {
        bottom: 0px;
        position: absolute;
        top: 0px;
        z-index: 999;
        transform: none;
        width: 70%;
        left: 0px !important;
    }

    .TripRally-header .slide-open {
        right: 0px;
        transform: translateX(80%);
        transition: transform 0.3s ease 0s, width 0.3s ease 0s;
        display: block !important;
    }

    /*.TripRally-header .mobile-navs .categories {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }*/

        /*.TripRally-header .mobile-navs .categories li {
            padding: 0px;
            margin: 0px;
        }*/

            .TripRally-header .mobile-navs .categories li a {
                display: block;
                padding: 18px 15px;
                color: rgb(75, 75, 75);
                border-left: 3px solid transparent;
                border-bottom: 1px solid rgb(229, 229, 229);
            }

                .TripRally-header .mobile-navs .categories li a:focus, .TripRally-header .mobile-navs .categories li a:hover {
                    color: rgb(0, 0, 0);
                }

                .TripRally-header .mobile-navs .categories li a.active, .TripRally-header .mobile-navs .categories li a:hover {
                    border-left-color: rgb(255, 125, 35);
                }

                .TripRally-header .mobile-navs .categories li a.cur-def {
                    cursor: default;
                }

                .TripRally-header .mobile-navs .categories li a .mobile-signIn, .TripRally-header .mobile-navs .categories li a .mobile-signUp {
                    color: rgb(102, 102, 102);
                    display: inline-block !important;
                }

    /*.TripRally-header .mobile-navs {
        max-height: 100%;
        overflow-y: scroll !important;
    }*/

        /*.TripRally-header .mobile-navs .scroll {
            height: 100%;
            overflow-x: hidden;
            width: 100%;
        }*/

    .TripRally-header .newMenuFresco .mobile-only {
        display: none;
    }

        /*.TripRally-header .newMenuFresco .mobile-only .mobileNavModal {
            position: absolute;
            top: 0px;
            width: 100%;
            background: rgba(0, 0, 0, 0.1);
            height: 767px;
            z-index: 9999;
        }*/

    .TripRally-header .newMenuFresco .desktop-only {
        display: block;
    }

    .TripRally-header .newMenuFresco .mobile-header {
        display: block;
        padding: 20px 8px;
    }

        .TripRally-header .newMenuFresco .mobile-header .ico-logo {
            float: left;
            margin-top: -10px;
            left: 0px;
            position: relative;
        }

        .TripRally-header .newMenuFresco .mobile-header .ico-recent-search {
            float: right;
            margin-top: -4px;
        }

        .TripRally-header .newMenuFresco .mobile-header .page-title {
            font: 1.286em/18px Rubik, Arial;
            display: inline-block;
            margin: 0px auto;
            text-align: center;
            width: 83%;
        }

        .TripRally-header .newMenuFresco .mobile-header .logo {
            display: inline-block;
            margin: 0px auto;
            text-align: center;
            width: 83%;
            position: relative;
            top: -13px;
        }

    /*.TripRally-header .newMenuFresco .mobile-navs {
        background-color: rgb(255, 255, 255);
        bottom: 0px;
        box-sizing: border-box;
        border-right: 1px solid rgb(229, 229, 229);
        left: 0px;
        overflow: hidden;
        position: fixed;
        top: 0px;
        transform: translateX(-80%);
        transition: transform 0.3s ease 0s, width 0.3s ease 0s;
        width: 0px;
        z-index: 9999;
    }*/

    .TripRally-header .newMenuFresco .nav-open {
        transform: translateX(0px);
        width: 80%;
    }

    .TripRally-header .newMenuFresco .slide {
        bottom: 0px;
        position: absolute;
        top: 0px;
        z-index: 999;
        transform: none;
        width: 70%;
        left: 0px !important;
    }

    .TripRally-header .newMenuFresco .slide-open {
        right: 0px;
        transition: transform 0.3s ease 0s, width 0.3s ease 0s;
        display: block !important;
    }

    /*.TripRally-header .newMenuFresco .mobile-navs .backclr {
        background-image: url("../images/logo.jpg");
        background-size: 100% 100%;
        height: 120px;
    }*/

    .TripRally-header .newMenuFresco .mobile-navs .loginimage {
        padding: 20px;
    }

    /*.TripRally-header .newMenuFresco .mobile-navs .categories {
        list-style-type: none;
        margin: 0px;
    }*/

        /*.TripRally-header .newMenuFresco .mobile-navs .categories li {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }*/

            .TripRally-header .newMenuFresco .mobile-navs .categories li a {
                display: block;
                padding: 9px 10px;
                color: rgb(92, 92, 92);
                border-left: none;
                border-bottom: none;
            }

                .TripRally-header .newMenuFresco .mobile-navs .categories li a:focus, .TripRally-header .newMenuFresco .mobile-navs .categories li a:hover {
                    color: rgb(0, 0, 0);
                }

                .TripRally-header .newMenuFresco .mobile-navs .categories li a.active, .TripRally-header .newMenuFresco .mobile-navs .categories li a:hover {
                    border-left-color: rgb(255, 125, 35);
                }

                .TripRally-header .newMenuFresco .mobile-navs .categories li a.cur-def {
                    cursor: default;
                }

                .TripRally-header .newMenuFresco .mobile-navs .categories li a .mobile-signIn, .TripRally-header .newMenuFresco .mobile-navs .categories li a .mobile-signUp {
                    color: rgb(255, 255, 255);
                    height: 30px;
                    text-align: center;
                    width: 100px;
                    line-height: 30px;
                    margin-left: 20px;
                    border-radius: 3px;
                }

                .TripRally-header .newMenuFresco .mobile-navs .categories li a .mobile-signIn {
                    background-color: rgb(243, 79, 79);
                }

                .TripRally-header .newMenuFresco .mobile-navs .categories li a .mobile-signUp {
                    background-color: rgb(147, 147, 183);
                }

            .TripRally-header .newMenuFresco .mobile-navs .categories li .mobileUserName {
                color: rgb(255, 255, 255);
                font-family: Rubik;
                font-weight: 500;
                font-size: 16px;
                width: 130px;
                overflow: hidden;
                letter-spacing: 0.3px;
            }

            .TripRally-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu {
                display: inline-block;
                color: rgb(17, 17, 17);
                position: relative;
                top: 16px;
            }

                .TripRally-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu li {
                    color: rgb(17, 34, 17);
                }

                    .TripRally-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu li a {
                        padding: 0px 0px 0px 18px;
                    }

                    .TripRally-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu li .nameBlockMenu {
                        color: rgb(17, 34, 17);
                    }

            .TripRally-header .newMenuFresco .mobile-navs .categories li .eCashBlockMenu {
                color: rgb(186, 210, 254);
                margin-top: 5px;
                max-width: 132px;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .TripRally-header .newMenuFresco .mobile-navs .categories li .eCash {
                color: rgb(175, 205, 246);
                font-size: 14px;
            }

        .TripRally-header .newMenuFresco .mobile-navs .categories .marginLeft {
            margin-left: 100px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .taga a {
            padding: 6px 0px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .userImage {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: rgb(255, 255, 255);
            float: left;
            overflow: hidden;
            position: relative;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .maincategory {
            font-size: 16px;
            overflow: hidden;
        }

            .TripRally-header .newMenuFresco .mobile-navs .categories .maincategory .subCategory {
                background-color: rgb(249, 249, 248);
                padding: 0px 20px;
                font-size: 0.88em;
                height: 0px;
                transition: all 0.3s ease-in 0s;
            }

                .TripRally-header .newMenuFresco .mobile-navs .categories .maincategory .subCategory li a {
                    padding-left: 60px;
                }

            /*.TripRally-header .newMenuFresco .mobile-navs .categories .ico-user-image, .TripRally-header .newMenuFresco .mobile-navs .categories .maincategory i {
                transform: scale(0.6);
            }*/

        .TripRally-header .newMenuFresco .mobile-navs .categories .ico-user-image {
            width: 100px;
            height: 100px;
            background-position: -52px -204px;
            top: -6px;
            margin: 0px;
            position: absolute;
            left: -13px;
        }

        /*.TripRally-header .newMenuFresco .mobile-navs .categories .ico-custmsprt {
            width: 50px;
            height: 50px;
            background-position: -66px -85px;
        }*/

        .TripRally-header .newMenuFresco .mobile-navs .categories .ico-myAcnt {
            width: 50px;
            height: 50px;
            background-position: -250px -150px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .ico-memberArea {
            width: 50px;
            height: 50px;
            background-position: -66px -145px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .ico-category {
            width: 50px;
            height: 50px;
            background-position: -188px -87px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .ico-investorHm {
            width: 50px;
            height: 50px;
            background-position: -245px -259px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .ico-plus {
            width: 40px;
            height: 40px;
            float: right;
            margin-top: 5px;
            background-position: -72px -34px;
            transform: scale(0.7);
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .ico-logoutuser {
            width: 50px;
            height: 50px;
            background-position: -194px -148px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .subCategory {
            display: block;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-plus {
            background-position: -112px -34px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-category {
            background-position: -252px -86px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-memberArea {
            background-position: -124px -146px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-myAcnt {
            background-position: -250px -210px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-custmsprt {
            background-position: -126px -88px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-investorHm {
            background-position: -245px -305px;
        }

        .TripRally-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .commonMain {
            color: rgb(243, 79, 79);
        }

        /*.TripRally-header .newMenuFresco .mobile-navs .categories.loginBlockCls li {
            position: relative;
            top: 50px;
            width: 100%;
        }*/

    /*.TripRally-header .newMenuFresco .mobile-navs {
        max-height: 100%;
        overflow-y: scroll !important;
    }*/

        /*.TripRally-header .newMenuFresco .mobile-navs .scroll {
            height: 100%;
            overflow-x: hidden;
            width: 100%;
        }*/

    .TripRally-header .hide {
        display: none !important;
    }

    .TripRally-header .middleTxtPay {
        color: rgb(184, 184, 184);
        float: left;
        font-weight: 600;
        font-size: 20px;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        margin-top: 15px;
    }

    .TripRally-header .payment-header .list-dropdown a {
        display: inline-block;
    }

        .TripRally-header .payment-header .list-dropdown a::after {
            content: normal;
        }

    .TripRally-header .payment-header .menu {
        width: 65% !important;
    }

    .TripRally-header .payment-header .loginPanelClass {
        float: right;
    }

    .TripRally-header .recent-searches {
        float: left;
        width: 100%;
        z-index: 5;
    }

        .TripRally-header .recent-searches .lft-info {
            display: none;
        }

        .TripRally-header .recent-searches .recent-iternary-detail {
            float: left;
            width: 78%;
        }

        .TripRally-header .recent-searches .recent-iternary-price {
            width: 22%;
            float: right;
        }

        .TripRally-header .recent-searches .rcfltLogo {
            margin: 3px 2px 0px 0px;
            float: left;
        }

        .TripRally-header .recent-searches .fl {
            float: left;
        }

        .TripRally-header .recent-searches .lob-logo {
            float: left;
            margin: 12px 1% 0px;
            width: 10%;
        }

        .TripRally-header .recent-searches .lob-logo-monuments {
            margin-right: 10px;
        }

        .TripRally-header .recent-searches .ico::before {
            background: none;
        }

        .TripRally-header .recent-searches .tabletHidden {
            width: 100%;
        }

            .TripRally-header .recent-searches .tabletHidden .relative {
                position: relative;
            }

        .TripRally-header .recent-searches .tabletOnly {
            display: none;
        }

        .TripRally-header .recent-searches .block {
            display: block;
        }

        .TripRally-header .recent-searches .font10 {
            font-size: 0.71429em;
        }

        .TripRally-header .recent-searches .ico-collapse {
            position: absolute;
            right: 7px;
            top: 55%;
            z-index: 2;
            cursor: pointer;
            display: none !important;
        }

        .TripRally-header .recent-searches .lft-info {
            background: none 0px 0px repeat scroll rgb(231, 231, 231);
            border-radius: 0px 0px 0px 4px;
            float: left;
            height: 100px;
            max-width: 175px;
            padding: 15px;
            position: relative;
            width: 22.5%;
            text-align: center;
        }

            .TripRally-header .recent-searches .lft-info span {
                background: none 0px 0px repeat scroll rgb(255, 125, 35);
                border-radius: 50%;
                color: rgb(255, 255, 255);
                display: block;
                height: 22px;
                line-height: 20px;
                margin: 0px auto 5px;
                width: 22px;
            }

            .TripRally-header .recent-searches .lft-info .caret {
                border-left-color: rgb(231, 231, 231);
                border-width: 10px;
                margin-top: -15px;
                position: absolute;
                right: -9px;
                top: 52%;
                z-index: 1;
            }

        .TripRally-header .recent-searches .rgt-info {
            overflow: hidden;
            border-radius: 0px 0px 2px;
            float: left;
            width: 100% !important;
            padding: 0px !important;
        }

            .TripRally-header .recent-searches .rgt-info .recent-review-tab {
                float: left;
                width: 100%;
                padding: 10px 0px;
                height: auto;
                border-bottom: 1px solid rgb(217, 217, 217);
                background-color: rgb(255, 255, 255);
                box-sizing: border-box;
            }

                .TripRally-header .recent-searches .rgt-info .recent-review-tab:first-child {
                    box-shadow: none;
                    border-top: none;
                }

                .TripRally-header .recent-searches .rgt-info .recent-review-tab:hover {
                    background-color: rgb(255, 255, 255);
                }

        .TripRally-header .recent-searches .rotate-collapse {
            transform: rotate(180deg);
        }

        .TripRally-header .recent-searches .toggle-rc {
            height: auto;
            overflow: visible !important;
        }

        .TripRally-header .recent-searches .owWithFlight .ico-two-dir-arrow, .TripRally-header .recent-searches .owWithFlight .ico-two-dir-arrow-v2, .TripRally-header .recent-searches .owWithoutFlight .ico-two-dir-arrow, .TripRally-header .recent-searches .owWithoutFlight .ico-two-dir-arrow-v2 {
            background-position: -394px -184px;
            height: 9px;
        }

        .TripRally-header .recent-searches .place {
            font-size: 1em;
            float: left;
            margin: 8px 2% 4px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 75%;
        }

        .TripRally-header .recent-searches .recent-flight-detail, .TripRally-header .recent-searches .recent-hotel-detail {
            float: left;
            margin: 2px 0px 1% 2%;
            width: 84%;
        }

        .TripRally-header .recent-searches .recent-hotel-detail {
            width: 80%;
            margin: 8px 0px 1% 2%;
        }

        .TripRally-header .recent-searches .date {
            font-size: 0.85714em;
            color: rgb(102, 102, 102);
            margin-left: 2.5%;
        }

        .TripRally-header .recent-searches .price {
            font-size: 1.71429em;
            margin-left: 2.5%;
        }

        .TripRally-header .recent-searches .dash {
            line-height: 10px;
            margin: 0px 5px;
        }

        .TripRally-header .recent-searches .recentRow {
            position: relative;
            height: 48px;
            cursor: pointer;
        }

            .TripRally-header .recent-searches .recentRow div .ico-rc-close {
                position: absolute;
                right: 0px;
                top: -2px;
                cursor: pointer;
                display: none;
            }

            .TripRally-header .recent-searches .recentRow div .ico-hotels-blk {
                height: 24px;
                top: 4px;
            }

            .TripRally-header .recent-searches .recentRow:hover div .ico-rc-close {
                display: block;
            }

            .TripRally-header .recent-searches .recentRow td {
                border-top: 1px solid rgb(225, 225, 225);
                vertical-align: middle;
                padding: 38px 0px 37px;
            }

            .TripRally-header .recent-searches .recentRow.owWithFlight td, .TripRally-header .recent-searches .recentRow.rtWithFlight td {
                padding: 29px 0px 28px;
            }

            .TripRally-header .recent-searches .recentRow.owWithFlight .withFlightPlace, .TripRally-header .recent-searches .recentRow.rtWithFlight .withFlightPlace {
                font-size: 12px;
                margin: 0px 2%;
            }

        .TripRally-header .recent-searches .timeColor {
            color: rgb(119, 119, 119);
        }

        .TripRally-header .recent-searches .padfirsttd {
            padding: 5px 5px 5px 13px !important;
        }

        .TripRally-header .recent-searches .padLastTd {
            padding-right: 16px !important;
        }

        .TripRally-header .recent-searches .search tr:hover {
            background-color: rgb(249, 249, 249);
        }

        .TripRally-header .recent-searches .mr5 {
            margin-right: 5px;
        }

        .TripRally-header .recent-searches .txtXXXL {
            font-size: 24px;
        }

        .TripRally-header .recent-searches .clrAllCros {
            background-position: -96px -407px;
            display: inline-block;
            height: 11px;
            width: 12px !important;
        }

        .TripRally-header .recent-searches .spiceIcon {
            background-position: -144px -318px;
            display: block;
            height: 28px;
            width: 25px !important;
        }

        .TripRally-header .recent-searches .crossIcon {
            background-position: -95px -391px;
            display: none;
            height: 15px;
            cursor: pointer;
            position: absolute;
            top: -7px;
            right: 0px;
            width: 17px !important;
        }

        .TripRally-header .recent-searches .recentRow:hover .crossIcon {
            display: block !important;
        }

        .TripRally-header .recent-searches .seeAllDwn {
            background-position: -92px -419px;
            display: inline-block;
            height: 10px;
            width: 16px !important;
        }

        .TripRally-header .recent-searches .seeAllUp {
            background-position: -77px -416px;
            display: inline-block;
            height: 10px;
            width: 16px !important;
        }

        .TripRally-header .recent-searches .SeeAll {
            padding: 6px;
            display: block;
            text-align: center;
            color: rgb(42, 145, 174);
        }

        .TripRally-header .recent-searches .padZero {
            padding: 0px !important;
        }

        .TripRally-header .recent-searches .flightIcon {
            background-position: -92px -318px;
            float: left;
            height: 16px;
            width: 18px !important;
        }

        .TripRally-header .recent-searches .txtFID {
            color: rgb(125, 130, 130);
            font-size: 11px;
        }

        .TripRally-header .recent-searches .txtFRunner {
            color: rgb(62, 65, 65);
            vertical-align: top;
            font-size: 12px;
            width: 92px;
            overflow: hidden;
            margin-right: 5px;
        }

        .TripRally-header .recent-searches .padSearch {
            padding: 4px 14px 6px !important;
        }

        .TripRally-header .recent-searches ._w72 {
        }

        .TripRally-header .recent-searches .searchBtn {
            width: 73px;
            font-size: 13px;
            font-weight: 500;
        }

        .TripRally-header .recent-searches .recentDate {
            color: rgb(119, 119, 119);
            text-transform: capitalize;
            margin-top: -3px;
            font-size: 1em;
        }

        .TripRally-header .recent-searches .mr3 {
            margin-right: 3px;
        }

        .TripRally-header .recent-searches .mnthweek {
            display: inline-block;
        }

            .TripRally-header .recent-searches .mnthweek span {
                margin: 0px;
            }

            .TripRally-header .recent-searches .mnthweek .mnth {
                display: block;
            }

        .TripRally-header .recent-searches .search .hidertWithoutFlight {
            display: inline;
        }

        .TripRally-header .recent-searches .search .rtWithoutFlight .hidertWithoutFlight {
            display: none;
        }

        .TripRally-header .recent-searches .search .hideowWithFlight {
            display: inline;
        }

        .TripRally-header .recent-searches .search .owWithFlight .hideowWithFlight, .TripRally-header .recent-searches .search .showowWithFlight {
            display: none;
        }

        .TripRally-header .recent-searches .search .hideowWithoutFlight, .TripRally-header .recent-searches .search .owWithFlight .showowWithFlight {
            display: inline;
        }

        .TripRally-header .recent-searches .search .owWithoutFlight .hideowWithoutFlight, .TripRally-header .recent-searches .search .showowWithoutFlightonly {
            display: none;
        }

        .TripRally-header .recent-searches .search .owWithoutFlight .showowWithoutFlightonly {
            display: inline !important;
        }

        .TripRally-header .recent-searches .withoutFlightsOnly {
            display: none;
        }

        .TripRally-header .recent-searches .owWithoutFlight .withoutFlightsOnly, .TripRally-header .recent-searches .rtWithoutFlight .withoutFlightsOnly {
            margin-right: 10px;
            font-size: 13px;
            display: block !important;
        }

        .TripRally-header .recent-searches .withFlightsOnly {
            display: none;
        }

        .TripRally-header .recent-searches .owWithFlight .withFlightsOnly, .TripRally-header .recent-searches .rtWithFlight .withFlightsOnly {
            float: left;
            margin-right: 5px;
            display: block !important;
        }

        .TripRally-header .recent-searches .reviewSrch {
            float: right;
            position: absolute;
            top: 13px;
            right: 0px;
            font-weight: 500;
            font-size: 13px;
            text-align: right;
        }

        .TripRally-header .recent-searches .searchPrice .reviewSrch {
            font-size: 11px;
        }

        .TripRally-header .recent-searches .recentRow.owWithFlight .reviewSrch, .TripRally-header .recent-searches .recentRow.rtWithFlight .reviewSrch {
            top: 13px;
        }

        .TripRally-header .recent-searches .reviewPrice:hover .reviewSrch {
            display: none;
        }

        .TripRally-header .recent-searches .searchPrice:hover .reviewSrch {
            display: inline-block;
        }

        .TripRally-header .recent-searches .srchBtn {
            float: right;
            font-weight: 500;
            font-size: 13px;
            padding: 4px 15px 6px;
        }

        .TripRally-header .recent-searches .searchPrice:hover .srchBtn {
            margin-bottom: 0px;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            border-width: 1px;
            border-style: solid;
            border-image: initial;
            border-radius: 4px;
            color: rgb(255, 255, 255);
            text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
            background-color: rgb(8, 152, 235);
            background-image: linear-gradient(rgb(8, 152, 235), rgb(7, 126, 205));
            background-repeat: repeat-x;
            border-color: rgb(8, 152, 235) rgb(8, 152, 235) rgb(7, 126, 205);
            box-shadow: rgb(255, 255, 255) 0px 1px 1px 0px inset;
        }

        .TripRally-header .recent-searches .bookNow {
            display: none;
            min-width: 90px;
            position: absolute;
            left: 0px;
            top: 13px;
            font-size: 14px;
            font-weight: 500;
            background: rgb(243, 79, 79);
            padding: 8px;
            border: 1px solid rgb(243, 79, 79);
            color: rgb(255, 255, 255);
            border-radius: 4px;
            cursor: pointer;
        }

        .TripRally-header .recent-searches .reviewPrice:hover .bookNow {
            display: inline-block !important;
        }

        .TripRally-header .recent-searches .upIconWhite {
            background-position: -168px -352px;
            float: right;
            height: 20px;
            margin-top: 3px;
            width: 17px !important;
        }

        .TripRally-header .recent-searches .upIconRed {
            background-position: -92px -374px;
            float: right;
            height: 18px;
            margin-top: 3px;
            width: 17px !important;
        }

        .TripRally-header .recent-searches .recentRow .upIconWhite, .TripRally-header .recent-searches .recentRow:hover .upIconRed {
            display: none;
        }

        .TripRally-header .recent-searches .recentRow:hover .upIconWhite {
            display: block !important;
        }

        .TripRally-header .recent-searches .showRs {
            font-size: 1.5em;
            font-weight: 500;
            padding: 0px 10px 0px 0px;
        }

        .TripRally-header .recent-searches .reviewPrice .showRs, .TripRally-header .recent-searches .searchPrice .hideRs {
            display: block;
        }

        .TripRally-header .recent-searches .reviewPrice .hideRs, .TripRally-header .recent-searches .searchPrice .showRs {
            display: none;
        }

        .TripRally-header .recent-searches .recent_arrow_off .upIconRed, .TripRally-header .recent-searches .recent_arrow_off .upIconWhite, .TripRally-header .recent-searches .recent_arrow_off:hover .upIconRed, .TripRally-header .recent-searches .recent_arrow_off:hover .upIconWhite {
            display: none !important;
        }

        .TripRally-header .recent-searches .rtWithFlight .typeArrow, .TripRally-header .recent-searches .rtWithoutFlight .typeArrow {
            background-position: -221px -30px;
            display: inline-block;
            vertical-align: middle;
            width: 14px;
            height: 12px;
        }

        .TripRally-header .recent-searches .owWithFlight .typeArrow, .TripRally-header .recent-searches .owWithoutFlight .typeArrow {
            background-position: -178px -335px;
            display: inline-block;
            vertical-align: middle;
            width: 10px;
            height: 10px;
        }

        .TripRally-header .recent-searches .singleArwIcon {
            background-position: -175px -345px;
            display: inline-block;
            vertical-align: middle;
            height: 10px;
            width: 13px !important;
        }

        .TripRally-header .recent-searches .rchotelsIcon {
            width: 22px;
            height: 14px;
            display: inline-block;
            background-position: -86px -69px;
        }

        .TripRally-header .recent-searches .rcholidaysIcon {
            width: 22px;
            height: 18px;
            display: inline-block;
            background-position: -90px -353px;
        }

        .TripRally-header .recent-searches .showNameOnly {
            display: none;
        }

        .TripRally-header .recent-searches .showDatesOnly {
            margin-left: 2%;
        }

        .TripRally-header .recent-searches .hotelReviewed .showNameOnly {
            margin-right: 14px;
            color: rgb(62, 65, 65);
            display: block !important;
        }

        .TripRally-header .recent-searches .hotelReviewed .showDatesOnly, .TripRally-header .recent-searches .hotelSearched .showDatesOnly {
            color: rgb(62, 65, 65);
            float: left;
            margin: -5px 0px 5px;
            display: block !important;
        }

        .TripRally-header .recent-searches .hotelSearched .lob-logo {
            margin: 12px 2% 0px 1%;
        }

        .TripRally-header .recent-searches .holidayReviewed .showNameOnly {
            margin-right: 14px;
            color: rgb(62, 65, 65);
            display: block !important;
        }

        .TripRally-header .recent-searches .rcClearAll {
            position: absolute;
            top: 10px;
            right: 5px;
        }

        .TripRally-header .recent-searches .owWithFlight .ico-two-dir-arrow-downward, .TripRally-header .recent-searches .owWithoutFlight .ico-two-dir-arrow-downward {
            background-position: -34px -402px;
        }

        .TripRally-header .recent-searches .ico-two-dir-arrow-downward {
            background-position: 0px -398px;
            height: 18px;
            width: 18px;
        }

    .TripRally-header .visa-card-wrapper .visa-card {
        color: rgb(255, 255, 255) !important;
    }

    .TripRally-header .hideService {
        display: none !important;
    }

    .TripRally-header .rs, .TripRally-header .rs-symbol, .TripRally-header .RupeeSign {
        font-family: WebRupee;
        font-style: normal;
        font-weight: 400;
    }

    .TripRally-header.microsite-header .menu {
        width: 75% !important;
        min-height: 62px !important;
    }

    .TripRally-header .mobile-header.pwaBGColor {
        background-color: rgb(234, 35, 48);
    }

    .TripRally-header .platinum-headerBanner {
        background: url("/content/fresco/snipe/dist/images/bg-plat.jpg?d6237fbe4965308e8ff712d2e304fe39") 50% center no-repeat transparent;
        max-width: 1920px;
        height: 66px;
        padding: 3px 0px;
        width: 100%;
        display: inline-block;
    }

        .TripRally-header .platinum-headerBanner .left-platinum {
            color: rgb(255, 255, 255);
            float: left;
            font-size: 16px;
        }

            .TripRally-header .platinum-headerBanner .left-platinum .userNamePlat {
                font-size: 18px;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 375px;
                height: 20px;
                white-space: nowrap;
            }

            .TripRally-header .platinum-headerBanner .left-platinum .goldPlatinumTxt {
                display: inline-block;
                vertical-align: middle;
                margin-top: 4px;
            }

        .TripRally-header .platinum-headerBanner .right-platinum {
            color: rgb(255, 255, 255);
            float: right;
            font-size: 16px;
            width: 57%;
        }

            .TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR {
                float: left;
                width: 100%;
            }

                .TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR p {
                    color: rgb(192, 166, 129);
                }

                .TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul {
                    margin-left: 15px;
                }

                    .TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul li {
                        float: left;
                        margin: 10px 0px 10px 30px;
                        font-size: 13px;
                        list-style: disc;
                    }

                        .TripRally-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul li:first-child {
                            margin-left: 0px;
                        }

            .TripRally-header .platinum-headerBanner .right-platinum .yt-btn {
                float: right;
                color: rgb(51, 51, 51);
                padding: 9px 28px;
                margin-top: -10px;
                border-radius: 4px;
                font-size: 14px;
            }

                .TripRally-header .platinum-headerBanner .right-platinum .yt-btn:focus, .TripRally-header .platinum-headerBanner .right-platinum .yt-btn:hover {
                    background-image: none;
                    background-color: rgb(255, 255, 255);
                }

        .TripRally-header .platinum-headerBanner .platinumImgText {
            background: url("/content/fresco/snipe/dist/images/TripRally-platinum.png?619583333f6ca51dfcb0f01cee3672d5") 50% center no-repeat transparent;
            width: 118px;
            height: 18px;
            display: inline-block;
            vertical-align: middle;
            margin-top: 5px;
        }

    .TripRally-header .platinum-headerBanner {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-iteration-count: 1;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        animation-name: spaceIn;
    }

.service-header, .service-header .TripRally-header {
    position: relative;
}

    .service-header .header-container .menu .justified-menu .header-drop {
        border-radius: 1px;
        z-index: 9999;
        box-shadow: rgba(0, 0, 0, 0.1) 0px -6px 20px -4px;
    }

    .service-header .header-container .menu .justified-menu .tip-hover i {
        top: 2px;
        z-index: 101;
    }

    .service-header .ico-header-arrow-down {
        background-position: 0px 0px;
    }

    .service-header .ico-newHeaderLogo {
        height: 39.5px;
        width: 110px;
        display: inline-block;
        background: url("../images/newIcons/TripRally_logo.svg") 50% center / 110px 39.5px no-repeat;
    }

    .service-header .list-dropdown > a {
        color: rgb(51, 51, 51);
    }

        .service-header .list-dropdown > a::after {
            border-top: 4px solid rgb(51, 51, 51);
        }

        .service-header .list-dropdown.active .dropdown-toggle, .service-header .list-dropdown:focus .dropdown-toggle, .service-header .list-dropdown:hover .dropdown-toggle, .service-header .list-dropdown > a:hover {
            color: rgb(51, 51, 51);
        }

    .service-header .main-nav .header-container .settings .setting-btn::after {
        border-top: 4px solid rgb(98, 101, 106);
    }

    .service-header .header-container .settings .setting-btn::after {
        border-top-color: rgb(98, 101, 106);
    }

    .service-header.secure-header .header-container .settings .setting-btn {
        display: none;
    }

#menu_mobileQR .header-drop {
    display: none !important;
}

.show-prompt .header-dropdown {
    max-height: 74px;
    overflow: hidden;
}

    .show-prompt .header-dropdown .userBlock {
        padding: 0px;
    }

        .show-prompt .header-dropdown .userBlock .login-li {
            display: block !important;
        }

        .show-prompt .header-dropdown .userBlock .hideAuto, .show-prompt .hideAuto {
            display: none !important;
        }

.tg-header .justified-menu {
    float: none !important;
}

    .tg-header .justified-menu .category-ddn li {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

.tg-header .menu {
    left: 30px;
}

.TripRally-header .visa-card-wrapper {
    float: left;
    list-style: none;
}

    .TripRally-header .visa-card-wrapper .visa-card {
        color: rgb(102, 102, 102);
        cursor: pointer;
        position: relative;
    }

        .TripRally-header .visa-card-wrapper .visa-card .info {
            background: rgb(152, 152, 152);
            color: rgb(255, 255, 255);
            width: 14px;
            height: 14px;
            border-radius: 50%;
            text-align: center;
            line-height: 14px;
            font-size: 12px;
            margin: 0px 5px;
            display: inline-block;
        }

        .TripRally-header .visa-card-wrapper .visa-card .info-box {
            cursor: default;
            position: absolute;
            margin-top: 60px;
            top: 0px;
            padding: 0px;
            z-index: 99999;
            right: -20px;
            display: none;
        }

            .TripRally-header .visa-card-wrapper .visa-card .info-box.show-box {
                display: block;
            }

            .TripRally-header .visa-card-wrapper .visa-card .info-box i.ico-header-sub-arrow {
                position: absolute;
                right: 26px;
                top: -11px;
            }

            .TripRally-header .visa-card-wrapper .visa-card .info-box .info-content {
                box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
                border: 1px solid rgb(209, 209, 209);
                background: rgb(255, 255, 255);
                width: 255px;
                color: rgb(101, 101, 101);
                margin-top: -2px;
                padding: 7px 15px;
                line-height: 1.35;
                font-size: 13px;
            }

            .TripRally-header .visa-card-wrapper .visa-card .info-box.display-hover .info-content {
                width: 270px;
            }

            .TripRally-header .visa-card-wrapper .visa-card .info-box h3 {
                line-height: 40px;
                color: rgb(0, 0, 0);
                font-size: 16px;
                padding: 0px 0px 0px 15px;
                border-bottom: 1px solid rgb(229, 229, 229);
                font-weight: 400;
            }

                .TripRally-header .visa-card-wrapper .visa-card .info-box h3.green-head {
                    border-bottom: 0px;
                    padding: 0px;
                    color: rgb(9, 125, 0);
                    text-align: center;
                    font-family: Rubik;
                    font-weight: 500;
                }

                .TripRally-header .visa-card-wrapper .visa-card .info-box h3.oops-txt {
                    color: rgb(194, 36, 37);
                }

            .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper {
                padding: 20px 12px 0px;
            }

                .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type="text"] {
                    border: 1px solid rgb(205, 205, 205);
                    box-shadow: rgb(227, 227, 227) 0px 1px 1px 0px inset;
                    padding: 5px 10px;
                    font-size: 14px;
                    letter-spacing: 1px;
                    width: 100%;
                }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type="text"].error {
                        border-color: red;
                        box-shadow: red 0px 0px 1px 0px inset;
                    }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type="text"].disabled {
                        cursor: not-allowed;
                        background-color: rgb(247, 247, 247) !important;
                    }

                .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper label {
                    font-size: 12px;
                    padding: 5px 0px 0px;
                }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper label.visa-eligibilty-error {
                        margin-top: 8px;
                        color: rgb(194, 36, 37);
                        display: none;
                    }

                .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type="submit"] {
                    width: 100%;
                    margin: 20px 0px;
                    padding: 7px 10px;
                    background-color: rgb(29, 143, 177);
                    color: rgb(255, 255, 255);
                    border: 0px none;
                    font: 1.143em/18px Rubik, Arial;
                    cursor: pointer;
                    -webkit-appearance: none;
                    border-radius: 1px;
                }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type="submit"]:hover {
                        opacity: 0.85;
                    }

                .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.underline-hover:hover {
                    color: rgb(102, 102, 102);
                    border-bottom: 1px solid rgb(102, 102, 102);
                }

                .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link {
                    text-align: center;
                    margin: 0px 0px 8px;
                    color: rgb(102, 102, 102);
                    display: inline-block;
                }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link:hover {
                        text-decoration: none !important;
                    }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link::after {
                        content: "";
                        height: 1px;
                        width: 0px;
                        display: block;
                        margin: 0px auto;
                        transition: all 0.3s ease 0s;
                    }

                    .TripRally-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link:hover::after {
                        width: 100%;
                        background: rgb(102, 102, 102);
                    }

            .TripRally-header .visa-card-wrapper .visa-card .info-box.right-box {
                margin: 0px;
                right: 100%;
            }

                .TripRally-header .visa-card-wrapper .visa-card .info-box.right-box .info-content {
                    font-size: 12px;
                }

        .TripRally-header .visa-card-wrapper .visa-card .ico-header-sub-arrow-right {
            position: absolute;
            right: -14px;
            top: 18px;
            z-index: 9;
        }

        .TripRally-header .visa-card-wrapper .visa-card .ico-header-visa-close {
            position: absolute;
            right: -12px;
            top: -8px;
            z-index: 9;
            cursor: pointer;
            transition: none 0s ease 0s;
        }

            .TripRally-header .visa-card-wrapper .visa-card .ico-header-visa-close:hover {
                opacity: 0.85;
            }

        .TripRally-header .visa-card-wrapper .visa-card .eligibilty-box .info-content {
            width: 210px;
            padding: 0px;
        }

        .TripRally-header .visa-card-wrapper .visa-card .eligibilty-box i.ico-header-sub-arrow {
            right: 45%;
        }

        .TripRally-header .visa-card-wrapper .visa-card .benefits-cont {
            padding: 12px 15px;
            margin: -20px 0px 0px;
        }

            .TripRally-header .visa-card-wrapper .visa-card .benefits-cont .info-txt {
                margin: 5px 0px 18px;
                line-height: 1.2;
                color: rgb(51, 51, 51);
            }

        .TripRally-header .visa-card-wrapper .visa-card:hover .info-box.display-hover {
            display: block;
        }

    .TripRally-header .visa-card-wrapper .visa-card-txt {
        padding: 18px 10px;
    }

        .TripRally-header .visa-card-wrapper .visa-card-txt.hide-deals {
            margin-right: -20px;
        }

            .TripRally-header .visa-card-wrapper .visa-card-txt.hide-deals .fr_deals_hide {
                display: none;
            }

    .TripRally-header .visa-card-wrapper .login-li {
        overflow: hidden;
        padding: 12px 0px 0px !important;
        border: 0px !important;
    }

        .TripRally-header .visa-card-wrapper .login-li .add-card {
            width: 90%;
            margin: 0px 5% 25px;
        }

        .TripRally-header .visa-card-wrapper .login-li a:hover {
            opacity: 0.85;
        }

        .TripRally-header .visa-card-wrapper .login-li.prop-mar {
            margin: -10px 0px 18px;
        }

    .TripRally-header .visa-card-wrapper.show-eligibilty-box .info-box {
        display: none !important;
    }

    .TripRally-header .visa-card-wrapper.show-eligibilty-box #eligibiltyCheckBox {
        display: block !important;
    }

    .TripRally-header .visa-card-wrapper a.visa-another-card {
        font-size: 90%;
        position: absolute;
        right: 10px;
        bottom: 9px;
        color: rgb(102, 102, 102);
    }

        .TripRally-header .visa-card-wrapper a.visa-another-card:hover {
            color: rgb(102, 102, 102);
            text-decoration: underline;
        }

    .TripRally-header .visa-card-wrapper .visa-applicable-txt {
        display: block;
        font-size: 80%;
        margin: 3px -9px -5px 0px;
        text-align: right;
    }

    .TripRally-header .visa-card-wrapper *, .TripRally-header .visa-card-wrapper ::after, .TripRally-header .visa-card-wrapper ::before {
        box-sizing: border-box;
    }

.TripRally-header .payment-visa-card-wrapper .visa-card-wrapper {
    float: right;
}

.TripRally-header .js_prev_eligible {
    display: none;
}

.TripRally-header .active.ico-header-lock {
    background-position: -378px -39px;
}

.TripRally-header .active.ico-header-unchecked {
    background-position: -454px -3px;
    width: 15px;
    height: 12px;
}

.TripRally-header .pending.ico-header-unchecked {
    background-position: -355px -34px;
    width: 13px;
    height: 25px;
}

.header-dropdown #saveBigDD .simple-dropdown a.simple-tab {
    color: rgb(99, 99, 99);
    border-bottom: 1px solid rgb(231, 231, 231);
    padding: 0px;
    line-height: 30px;
    transition: all 0.5s ease 0s;
    letter-spacing: 1px;
}

    .header-dropdown #saveBigDD .simple-dropdown a.simple-tab.active, .header-dropdown #saveBigDD .simple-dropdown a.simple-tab:focus, .header-dropdown #saveBigDD .simple-dropdown a.simple-tab:hover {
        padding-left: 10px;
        transition: all 0.5s ease 0s;
        background: rgb(255, 255, 255);
    }

    .header-dropdown #saveBigDD .simple-dropdown a.simple-tab::before {
        display: none;
    }

    .header-dropdown #saveBigDD .simple-dropdown a.simple-tab:last-child {
        border-bottom: none;
    }

    .header-dropdown #saveBigDD .simple-dropdown a.simple-tab .active.ico-header-unchecked {
        height: 15px;
        top: 7px;
        width: 17px;
    }

#discount_list .ico-header-sub-arrow {
    left: 88%;
    margin: auto;
    top: 2px;
}

#discountHdr #saveBigDD .simple-dropdown {
    position: relative;
    width: 100%;
}

    #discountHdr #saveBigDD .simple-dropdown > .subText {
        position: absolute;
    }

.footer-beetle-new {
    clear: both;
}

    .footer-beetle-new, .footer-beetle-new.about-seo {
        position: relative;
        z-index: 9;
    }

        .footer-beetle-new h1, .footer-beetle-new h2, .footer-beetle-new h3, .footer-beetle-new h4, .footer-beetle-new h5, .footer-beetle-new h6, .footer-beetle-new ul {
            margin: 0px;
            padding: 0px;
        }

        .footer-beetle-new li {
            list-style: none;
        }

        .footer-beetle-new .hide {
            display: none;
        }

        .footer-beetle-new *, .footer-beetle-new ::after, .footer-beetle-new ::before {
            box-sizing: border-box;
            outline: 0px;
        }

        .footer-beetle-new .clearfix::after, .footer-beetle-new .clearfix::before {
            display: table;
            line-height: 0;
            content: "";
        }

        .footer-beetle-new .clearfix::after {
            clear: both;
        }

        .footer-beetle-new .ytAboutFooter {
            clear: both;
            position: relative;
            background-color: rgb(255, 255, 255);
            color: rgb(51, 51, 51);
            letter-spacing: 0.7px;
            font: 14px/1 Rubik, Arial;
        }

            .footer-beetle-new .ytAboutFooter::after, .footer-beetle-new .ytAboutFooter::before {
                display: table;
                line-height: 0;
                content: "";
            }

            .footer-beetle-new .ytAboutFooter::after {
                clear: both;
            }

            .footer-beetle-new .ytAboutFooter .aboutTripRallyContent p {
                line-height: 20px;
                padding-bottom: 20px;
                font-size: 12px;
                color: rgb(138, 138, 138);
            }

            .footer-beetle-new .ytAboutFooter .ytAbt-track {
                position: relative;
            }

                .footer-beetle-new .ytAboutFooter .ytAbt-track a {
                    color: rgb(51, 51, 51) !important;
                }

            .footer-beetle-new .ytAboutFooter a {
                user-select: none;
                text-decoration: none;
            }

                .footer-beetle-new .ytAboutFooter a.active, .footer-beetle-new .ytAboutFooter a:hover {
                    color: rgb(51, 51, 51);
                }

            .footer-beetle-new .ytAboutFooter .footer-grey-country {
                position: absolute;
                top: 20px;
                right: 20px;
            }

                .footer-beetle-new .ytAboutFooter .footer-grey-country:focus li ul li, .footer-beetle-new .ytAboutFooter .footer-grey-country:hover li ul li {
                    display: block;
                }

                .footer-beetle-new .ytAboutFooter .footer-grey-country li {
                    font-size: 0.857em;
                }

                    .footer-beetle-new .ytAboutFooter .footer-grey-country li ul {
                        padding-top: 20px;
                        background: none;
                        border: none;
                    }

                        .footer-beetle-new .ytAboutFooter .footer-grey-country li ul li {
                            position: absolute;
                            top: 20px;
                            right: 0px;
                            display: none;
                            background: rgb(238, 238, 238);
                            width: 84px;
                            z-index: 100;
                        }

                            .footer-beetle-new .ytAboutFooter .footer-grey-country li ul li:hover {
                                background-color: rgb(248, 248, 248);
                            }

                            .footer-beetle-new .ytAboutFooter .footer-grey-country li ul li a {
                                display: block;
                                padding: 8px 5px !important;
                            }

                                .footer-beetle-new .ytAboutFooter .footer-grey-country li ul li a:hover {
                                    color: rgb(0, 0, 0);
                                }

            .footer-beetle-new .ytAboutFooter .abtTxtFresco {
                display: inline-block;
                font-size: 16px;
                padding: 20px 0px;
            }

                .footer-beetle-new .ytAboutFooter .abtTxtFresco.active .ico-arrow {
                    background-position: -112px -3px;
                }

            .footer-beetle-new .ytAboutFooter .ico-country-Bangladesh {
                vertical-align: bottom;
                background-position: -27px 1px !important;
                width: 21px !important;
            }

            .footer-beetle-new .ytAboutFooter .ico-country-us {
                margin-left: 3px;
            }

        .footer-beetle-new .ytNormFooter {
            position: relative;
            background-color: rgb(255, 255, 255);
            color: rgb(51, 51, 51);
            letter-spacing: 0.7px;
            font: 14px/1 Rubik, Arial;
            border-top: 1px solid rgb(227, 230, 234);
        }

            .footer-beetle-new .ytNormFooter::after, .footer-beetle-new .ytNormFooter::before {
                display: table;
                line-height: 0;
                content: "";
            }

            .footer-beetle-new .ytNormFooter::after {
                clear: both;
            }

            .footer-beetle-new .ytNormFooter a {
                user-select: none;
                text-decoration: none;
                color: rgb(102, 102, 102);
            }

                .footer-beetle-new .ytNormFooter a.active, .footer-beetle-new .ytNormFooter a:hover {
                    color: rgb(51, 51, 51);
                }

            .footer-beetle-new .ytNormFooter .footsec .footerpages {
                height: 40px;
                z-index: 1;
            }

                .footer-beetle-new .ytNormFooter .footsec .footerpages.bgclr {
                    position: relative;
                    width: 100%;
                    background: rgb(255, 255, 255);
                    overflow: hidden;
                    max-width: 1060px;
                    margin: 18px auto 0px;
                }

                .footer-beetle-new .ytNormFooter .footsec .footerpages li {
                    float: left;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                    .footer-beetle-new .ytNormFooter .footsec .footerpages li a {
                        display: block;
                        color: rgb(51, 51, 51);
                        float: left;
                        text-decoration: none;
                        font-size: 13px;
                        padding: 8px 25px 15px 10px;
                        border-top: 4px solid transparent;
                        position: relative;
                    }

                        .footer-beetle-new .ytNormFooter .footsec .footerpages li a .ico-arrow {
                            display: none;
                        }

                        .footer-beetle-new .ytNormFooter .footsec .footerpages li a.active, .footer-beetle-new .ytNormFooter .footsec .footerpages li a:hover {
                            color: rgb(243, 79, 79);
                        }

                            .footer-beetle-new .ytNormFooter .footsec .footerpages li a.active::before, .footer-beetle-new .ytNormFooter .footsec .footerpages li a:hover::before {
                                border-top-color: rgb(243, 79, 79);
                            }

                        .footer-beetle-new .ytNormFooter .footsec .footerpages li a.active {
                            border-top: 4px solid rgb(243, 79, 79);
                            background: rgb(240, 243, 245);
                        }

                            .footer-beetle-new .ytNormFooter .footsec .footerpages li a.active::before {
                                transform: rotate(180deg);
                            }

                        .footer-beetle-new .ytNormFooter .footsec .footerpages li a::before {
                            background: none;
                            content: "";
                            border-left: 4px solid transparent;
                            border-right: 4px solid transparent;
                            margin: 0px;
                            position: absolute;
                            border-top: 4px solid rgb(51, 51, 51);
                            transform: rotate(0deg);
                            right: 10px;
                            top: 12px;
                        }

                        .footer-beetle-new .ytNormFooter .footsec .footerpages li a.zerochild::before {
                            display: none;
                        }

            .footer-beetle-new .ytNormFooter .footsec .slapAdjust_4 .footerpages .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_4 .footerpages .parentLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_4 .TripRally-footsection .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_4 .TripRally-footsection .parentLI {
                width: 25%;
            }

            .footer-beetle-new .ytNormFooter .footsec .slapAdjust_5 .footerpages .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_5 .footerpages .parentLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_5 .TripRally-footsection .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_5 .TripRally-footsection .parentLI {
                width: 20%;
            }

            .footer-beetle-new .ytNormFooter .footsec .slapAdjust_6 .footerpages .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_6 .footerpages .parentLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_6 .TripRally-footsection .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_6 .TripRally-footsection .parentLI {
                width: 16.6667%;
            }

            .footer-beetle-new .ytNormFooter .footsec .slapAdjust_7 .footerpages .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_7 .footerpages .parentLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_7 .TripRally-footsection .childLI, .footer-beetle-new .ytNormFooter .footsec .slapAdjust_7 .TripRally-footsection .parentLI {
                width: 14.2857%;
            }

            .footer-beetle-new .ytNormFooter .TripRally-footsection {
                background-color: rgb(240, 243, 245);
                border-radius: 5px;
                overflow: hidden;
                padding: 0px 5px !important;
            }

                .footer-beetle-new .ytNormFooter .TripRally-footsection ul > li {
                    float: left;
                    margin-bottom: 17px;
                    width: 20%;
                    font-size: 0.92857em;
                }

                .footer-beetle-new .ytNormFooter .TripRally-footsection ul.productOffering {
                    column-count: 4;
                    column-gap: 0px;
                }

                    .footer-beetle-new .ytNormFooter .TripRally-footsection ul.productOffering li {
                        display: inline-block;
                        float: none;
                        width: 100% !important;
                    }

                .footer-beetle-new .ytNormFooter .TripRally-footsection.nav-footer .ft-li {
                    display: none;
                    margin-top: 15px;
                }

                    .footer-beetle-new .ytNormFooter .TripRally-footsection.nav-footer .ft-li a:hover {
                        color: rgb(243, 79, 79);
                    }

                    .footer-beetle-new .ytNormFooter .TripRally-footsection.nav-footer .ft-li .ytFooterDesc {
                        padding: 0px 23px 15px;
                        margin: 0px;
                        font-size: 12px;
                        line-height: 18px;
                        color: rgb(147, 153, 161);
                    }

                .footer-beetle-new .ytNormFooter .TripRally-footsection .childLI a {
                    padding: 8px 25px 15px 23px;
                }

            .footer-beetle-new .ytNormFooter .footCatg {
                float: left;
                width: 14.9123%;
                min-height: 110px;
                margin-left: 20px;
            }

                .footer-beetle-new .ytNormFooter .footCatg:first-child {
                    margin-left: 0px;
                }

                .footer-beetle-new .ytNormFooter .footCatg ul li {
                    float: none;
                    line-height: 16px;
                    padding-bottom: 3px;
                    padding-right: 2px;
                }

                    .footer-beetle-new .ytNormFooter .footCatg ul li h4 {
                        margin-bottom: 10px;
                        font-size: 0.93em;
                        font-weight: 400;
                    }

                    .footer-beetle-new .ytNormFooter .footCatg ul li a {
                        color: rgb(102, 102, 102);
                        font-size: 0.79em;
                        line-height: 1.5;
                    }

                        .footer-beetle-new .ytNormFooter .footCatg ul li a.active:focus, .footer-beetle-new .ytNormFooter .footCatg ul li a.active:hover, .footer-beetle-new .ytNormFooter .footCatg ul li a:hover:focus, .footer-beetle-new .ytNormFooter .footCatg ul li a:hover:hover {
                            text-decoration: underline;
                            color: rgb(243, 79, 79);
                        }

            .footer-beetle-new .ytNormFooter .TripRallySecure {
                border-bottom: 1px solid rgb(228, 226, 227);
                border-top: 1px solid rgb(228, 226, 227);
                float: left;
                width: 100%;
                margin-top: 15px;
                padding: 0px 45px;
                background: rgb(240, 243, 245);
                font-size: 1.14286em;
            }

                .footer-beetle-new .ytNormFooter .TripRallySecure *, .footer-beetle-new .ytNormFooter .TripRallySecure ::after, .footer-beetle-new .ytNormFooter .TripRallySecure ::before {
                    box-sizing: border-box;
                    outline: 0px;
                }

                .footer-beetle-new .ytNormFooter .TripRallySecure ul {
                    float: left;
                    margin: 20px 0px 0px;
                }

                    .footer-beetle-new .ytNormFooter .TripRallySecure ul:first-child {
                        float: left;
                        margin: 5px 0px;
                        width: 235px;
                    }

                        .footer-beetle-new .ytNormFooter .TripRallySecure ul:first-child li span {
                            border-left: 1px solid rgb(227, 230, 234);
                        }

                        .footer-beetle-new .ytNormFooter .TripRallySecure ul:first-child li:first-child span {
                            border-left: medium none;
                        }

                    .footer-beetle-new .ytNormFooter .TripRallySecure ul li {
                        float: left;
                        padding: 3px 0px;
                    }

                        .footer-beetle-new .ytNormFooter .TripRallySecure ul li span {
                            margin: 2px 5px;
                            padding: 5px;
                            color: rgb(102, 102, 102);
                        }

                    .footer-beetle-new .ytNormFooter .TripRallySecure ul.mrt {
                        margin: 8px 0px !important;
                    }

                .footer-beetle-new .ytNormFooter .TripRallySecure .ico-secured-sites {
                    display: inline-block;
                    vertical-align: middle;
                }

                .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer {
                    margin: 10px 10px 0px 2%;
                }

                    .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li {
                        float: none;
                        font-size: 12px;
                        text-align: center;
                    }

                        .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span {
                            padding: 0px;
                            margin: 0px;
                        }

                            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span a {
                                margin: 0px 2px;
                            }

                            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:focus .ico-fresh-facebook, .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:hover .ico-fresh-facebook {
                                background-position: -117px -96px;
                            }

                            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:focus .ico-fresh-twitter, .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:hover .ico-fresh-twitter {
                                background-position: -130px -96px;
                            }

                            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:focus .ico-fresh-google, .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:hover .ico-fresh-google {
                                background-position: -192px -96px;
                            }

                            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:focus .ico-fresh-youtube, .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:hover .ico-fresh-youtube {
                                background-position: -170px -96px;
                            }

                            .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:focus .ico-fresh-instagram, .footer-beetle-new .ytNormFooter .TripRallySecure .Connect-with-us-footer li span:hover .ico-fresh-instagram {
                                background-position: -151px -96px;
                            }

                .footer-beetle-new .ytNormFooter .TripRallySecure .ft-store {
                    margin: 8px 10px !important;
                }

                    .footer-beetle-new .ytNormFooter .TripRallySecure .ft-store li {
                        float: none;
                        color: rgb(142, 143, 144);
                        font-size: 10px !important;
                    }

                        .footer-beetle-new .ytNormFooter .TripRallySecure .ft-store li:first-child {
                            margin: 0px 10px;
                        }

                        .footer-beetle-new .ytNormFooter .TripRallySecure .ft-store li span {
                            padding: 0px;
                            margin: 0px 3px;
                        }

                            .footer-beetle-new .ytNormFooter .TripRallySecure .ft-store li span a {
                                margin: -10px 0px;
                            }

                .footer-beetle-new .ytNormFooter .TripRallySecure .borderJai {
                    border: 1px solid rgb(227, 230, 234);
                }

                .footer-beetle-new .ytNormFooter .TripRallySecure .footer-seperator {
                    border-left: 1px solid rgb(227, 230, 234);
                    padding-left: 20px;
                }

            .footer-beetle-new .ytNormFooter .our-family {
                background-color: rgb(245, 246, 248);
                border-top: 1px solid rgb(227, 230, 234);
                border-bottom: 1px solid rgb(227, 230, 234);
                margin-bottom: 15px;
            }

                .footer-beetle-new .ytNormFooter .our-family .boxWidth_family {
                    position: relative;
                    text-align: center;
                    min-width: 700px;
                }

                .footer-beetle-new .ytNormFooter .our-family .lable_ourFamily {
                    margin-top: 13px;
                }

                    .footer-beetle-new .ytNormFooter .our-family .lable_ourFamily i {
                        transform: rotate(270deg);
                        opacity: 0.7;
                        position: relative;
                        top: -1px;
                    }

                .footer-beetle-new .ytNormFooter .our-family ul {
                    padding: 10px 0px;
                    display: inline-block;
                }

                    .footer-beetle-new .ytNormFooter .our-family ul li {
                        float: left;
                    }

                        .footer-beetle-new .ytNormFooter .our-family ul li a {
                            padding: 0px 5px;
                            height: 50px;
                            display: grid;
                        }

                        .footer-beetle-new .ytNormFooter .our-family ul li .borderNone {
                            border: 0px none;
                        }

                        .footer-beetle-new .ytNormFooter .our-family ul li:first-child {
                            border: 0px none;
                            padding-left: 0px;
                        }

                        .footer-beetle-new .ytNormFooter .our-family ul li:nth-child(2) {
                            border: 0px none;
                        }

                        .footer-beetle-new .ytNormFooter .our-family ul li:last-child {
                            padding-right: 0px;
                        }

                        .footer-beetle-new .ytNormFooter .our-family ul li .ico-logo-footer {
                            width: 120px;
                            height: 40px;
                            display: block;
                        }

                        .footer-beetle-new .ytNormFooter .our-family ul li .ico-tgFooter_family:hover {
                            background-position: -239px -196px;
                        }

                        .footer-beetle-new .ytNormFooter .our-family ul li .ico-adventureFooter_family:hover {
                            background-position: -240px -244px;
                        }

                        .footer-beetle-new .ytNormFooter .our-family ul li .ico-ytExoticFooter_family:hover {
                            background-position: -238px -300px;
                        }

                        .footer-beetle-new .ytNormFooter .our-family ul li .ico-tsiYTFooter_family:hover {
                            background-position: -238px -349px;
                        }

            .footer-beetle-new .ytNormFooter .copyright {
                float: left;
                text-align: center;
                width: 100%;
                padding: 20px 0px;
                clear: both;
            }

                .footer-beetle-new .ytNormFooter .copyright h4 {
                    font-size: 11px;
                    font-style: italic;
                    color: rgb(129, 134, 141);
                    font-weight: 400;
                }

            .footer-beetle-new .ytNormFooter.borderTopFooterHide {
                border-top: 1px solid rgb(228, 226, 227);
            }

                .footer-beetle-new .ytNormFooter.borderTopFooterHide .TripRallySecure {
                    margin-top: 0px;
                }

        .footer-beetle-new .footer-service-mobile {
            border-top: 1px solid rgb(227, 230, 234);
            line-height: 80px;
            text-align: center;
            display: none;
        }

            .footer-beetle-new .footer-service-mobile span {
                vertical-align: middle;
            }

            .footer-beetle-new .footer-service-mobile .mobilecopyright-info {
                background-color: rgb(242, 241, 241);
                margin-top: 10px;
            }

        .footer-beetle-new .ytSeoFooter {
            position: relative;
            color: rgb(51, 51, 51);
            letter-spacing: 0.7px;
            font: 14px/1 Rubik, Arial;
            background-color: rgb(240, 243, 245);
        }

            .footer-beetle-new .ytSeoFooter::after, .footer-beetle-new .ytSeoFooter::before {
                display: table;
                line-height: 0;
                content: "";
            }

            .footer-beetle-new .ytSeoFooter::after {
                clear: both;
            }

            .footer-beetle-new .ytSeoFooter a {
                text-decoration: none;
            }

            .footer-beetle-new .ytSeoFooter nav {
                display: block;
            }

            .footer-beetle-new .ytSeoFooter .nav-footer-head {
                position: relative;
                width: 100%;
                background: rgb(240, 243, 245);
                border-top: 1px solid rgb(227, 230, 234);
                overflow: hidden;
            }

                .footer-beetle-new .ytSeoFooter .nav-footer-head li:first-child {
                    margin-left: 0px;
                }

                    .footer-beetle-new .ytSeoFooter .nav-footer-head li:first-child a {
                        padding-left: 0px;
                    }

                .footer-beetle-new .ytSeoFooter .nav-footer-head li a {
                    color: rgb(51, 51, 51);
                    float: left;
                    text-decoration: none;
                    font-size: 13px;
                    padding: 20px 10px 19px;
                }

                    .footer-beetle-new .ytSeoFooter .nav-footer-head li a .ico-arrow {
                        display: inline-block;
                        vertical-align: middle;
                    }

                    .footer-beetle-new .ytSeoFooter .nav-footer-head li a.active {
                        color: rgb(243, 79, 79);
                    }

                        .footer-beetle-new .ytSeoFooter .nav-footer-head li a.active .ico-arrow {
                            background-position: -112px -3px;
                        }

                    .footer-beetle-new .ytSeoFooter .nav-footer-head li a span .seoFix {
                        display: none;
                    }

                .footer-beetle-new .ytSeoFooter .nav-footer-head ul > li {
                }

            .footer-beetle-new .ytSeoFooter .nav-footer::before {
                clear: both;
                content: " ";
                display: block;
                height: 0px;
                overflow: hidden;
                visibility: hidden;
            }

            .footer-beetle-new .ytSeoFooter .nav-footer li {
                display: none;
                list-style: none;
            }

                .footer-beetle-new .ytSeoFooter .nav-footer li ul {
                    padding: 10px;
                    display: inline-block;
                }

                    .footer-beetle-new .ytSeoFooter .nav-footer li ul li {
                        display: inline-block;
                        float: left;
                        width: 20%;
                    }

                        .footer-beetle-new .ytSeoFooter .nav-footer li ul li a {
                            display: inline-block;
                            color: rgb(102, 102, 102);
                            font-size: 11px;
                            padding: 4px 0px !important;
                        }

                            .footer-beetle-new .ytSeoFooter .nav-footer li ul li a:focus, .footer-beetle-new .ytSeoFooter .nav-footer li ul li a:hover {
                                text-decoration: underline;
                                color: rgb(243, 79, 79);
                            }

                .footer-beetle-new .ytSeoFooter .nav-footer li .hotelCount::after, .footer-beetle-new .ytSeoFooter .nav-footer li .hotelCount::before {
                    display: inline;
                }

                .footer-beetle-new .ytSeoFooter .nav-footer li .aboutTripRallyContent {
                    padding: 10px;
                    font-size: 11px;
                    line-height: 18px;
                    color: rgb(147, 153, 161);
                }

                    .footer-beetle-new .ytSeoFooter .nav-footer li .aboutTripRallyContent p {
                        margin: 0px;
                    }

            .footer-beetle-new .ytSeoFooter .nav-footer .open-list ::after, .footer-beetle-new .ytSeoFooter .nav-footer .open-list ::before {
                clear: both;
                content: " ";
                display: block;
            }

            .footer-beetle-new .ytSeoFooter .nav-footer .open-list ul {
                display: block;
            }

            .footer-beetle-new .ytSeoFooter .nav-footer .open-list h3 {
                border-bottom: 1px solid rgb(226, 226, 226);
                padding-bottom: 10px;
            }

                .footer-beetle-new .ytSeoFooter .nav-footer .open-list h3::after {
                    transform: scaleY(-1);
                }

            .footer-beetle-new .ytSeoFooter .hidden-lg {
                display: none !important;
            }

            .footer-beetle-new .ytSeoFooter h3 {
                color: rgb(102, 102, 102);
                cursor: pointer;
                font-size: 13px;
                font-weight: 500;
                font-family: Rubik;
                padding: 10px 10px 0px 25px;
                display: block !important;
            }

            .footer-beetle-new .ytSeoFooter .ico-arr-down-RESFotter {
                background: none 0px 0px repeat scroll rgb(255, 255, 255);
                position: relative;
            }

                .footer-beetle-new .ytSeoFooter .ico-arr-down-RESFotter::after {
                    background: url("../images/footer.png?v=20170122") -103px -3px no-repeat transparent;
                    height: 6px;
                    width: 8px;
                    left: 10px;
                    position: absolute;
                    top: 16px;
                }

            .footer-beetle-new .ytSeoFooter .ico-footerRES::after {
                left: 7px;
                content: " ";
            }

            .footer-beetle-new .ytSeoFooter .copyrightResponsive {
                display: none;
            }

        .footer-beetle-new .footer-container {
            float: none;
            max-width: 1100px;
            margin: 0px auto;
        }

            .footer-beetle-new .footer-container ul .mrt {
                margin: 8px 0px !important;
            }

        .footer-beetle-new .footer-middle-content {
            position: relative;
            background-color: rgb(255, 255, 255);
            color: rgb(51, 51, 51);
            letter-spacing: 0.7px;
            font: 14px/1 Rubik, Arial;
        }

            .footer-beetle-new .footer-middle-content::after, .footer-beetle-new .footer-middle-content::before {
                display: table;
                line-height: 0;
                content: "";
            }

            .footer-beetle-new .footer-middle-content::after {
                clear: both;
            }

            .footer-beetle-new .footer-middle-content .footer-botm {
                margin-top: 20px;
                background-color: rgb(248, 248, 248);
                padding: 20px 0px;
                width: 100%;
                border: 1px solid rgb(227, 230, 234);
                overflow: hidden;
            }

                .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod {
                    margin-left: 8%;
                    float: left;
                }

                    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod:first-child {
                        margin-left: 20px;
                    }

                        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod:first-child input {
                        }

                    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod .footerTitle {
                        font-size: 1.286em;
                        color: rgb(51, 51, 51);
                    }

                    .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li {
                        line-height: 30px;
                        padding-bottom: 10px;
                        color: rgb(138, 138, 138);
                        font-size: 1em;
                        overflow: hidden;
                    }

                        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li input {
                            float: left;
                            width: 54%;
                            line-height: 1.3;
                            padding: 9px;
                            border: 1px solid rgb(194, 194, 194);
                            font-style: italic;
                            font-size: 1.143em;
                            background: rgb(255, 255, 255);
                        }

                        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li button {
                            float: left;
                            width: 35%;
                            font-size: 1.14286em;
                            margin-left: 8px;
                            line-height: 1.78;
                            border-radius: 0px;
                        }

                        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn {
                            display: inline-block;
                            padding: 4px 6px;
                            margin-bottom: 0px;
                            color: rgb(51, 51, 51);
                            text-align: center;
                            vertical-align: middle;
                            cursor: pointer;
                            background-color: rgb(255, 255, 255);
                            border: 1px solid transparent;
                            -webkit-appearance: none;
                        }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn:focus, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn:hover, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn[disabled] {
                                color: rgb(51, 51, 51);
                                text-decoration: none;
                                background-color: rgb(62, 65, 65);
                                background-image: linear-gradient(rgb(255, 255, 255), rgb(223, 223, 223));
                                background-repeat: repeat-x;
                                border: 1px solid rgb(187, 187, 187);
                            }

                        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn-orange {
                            background-color: rgb(255, 124, 0);
                            background-image: -webkit-linear-gradient(top, rgb(255, 124, 0), rgb(255, 86, 0));
                            background-repeat: repeat-x;
                            border-color: rgb(255, 76, 0);
                            color: rgb(255, 255, 255);
                            text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
                        }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn-orange:focus, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .yt-btn-orange:hover {
                                background-color: rgb(236, 66, 0);
                                background-repeat: repeat-x;
                                background-image: -webkit-linear-gradient(top, rgb(236, 66, 0), rgb(227, 46, 0));
                                border-color: rgb(209, 38, 0);
                                color: rgb(255, 255, 255);
                                transition: none 0s ease 0s;
                            }

                        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li .thanks {
                            font-size: 18px;
                            text-align: center;
                        }

                        .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span {
                            display: block;
                            float: left;
                        }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span a {
                                transition: none 0s ease 0s !important;
                            }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span .ico-fresh-android, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span .ico-fresh-facebook {
                                margin: 0px 5px 0px 0px;
                            }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-facebook, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-facebook {
                                background-position: 0px -291px;
                            }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-twitter, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-twitter {
                                background-position: -48px -291px;
                            }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-google, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-google {
                                background-position: -96px -291px;
                            }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-youtube, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-youtube {
                                background-position: -142px -291px;
                            }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-instagram, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-instagram {
                                background-position: -190px -291px;
                            }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-android, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-android {
                                background-position: 0px -387px;
                            }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-ios, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-ios {
                                background-position: -48px -387px;
                            }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:focus .ico-fresh-window, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span:hover .ico-fresh-window {
                                background-position: -96px -387px;
                            }

                            .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span a .ico-fresh-android, .footer-beetle-new .footer-middle-content .footer-botm .deals-inbox-mod ul li span a .ico-fresh-facebook {
                                margin: 0px;
                            }

        .footer-beetle-new .weAcceptFooter {
            float: right !important;
            margin: 18px -20px !important;
        }

            .footer-beetle-new .weAcceptFooter li i {
                margin: 0px 3px;
            }

        .footer-beetle-new .moreWrapper {
            margin-left: 0px !important;
            width: 100% !important;
            min-height: auto !important;
        }

            .footer-beetle-new .moreWrapper .moreWrapperUL {
                background: none 0px 0px repeat scroll rgb(246, 246, 246);
                border-top: 1px solid rgb(228, 226, 227);
                border-bottom: 1px solid rgb(228, 226, 227);
                margin-top: 11px;
                padding: 10px 0px;
            }

                .footer-beetle-new .moreWrapper .moreWrapperUL .moreDivider {
                    width: 100%;
                }

                    .footer-beetle-new .moreWrapper .moreWrapperUL .moreDivider li {
                        width: 20%;
                        float: left !important;
                    }

        .footer-beetle-new .monumentsFooter-logo {
            padding: 20px;
        }

            .footer-beetle-new .monumentsFooter-logo .footer-container {
                text-align: center;
            }

            .footer-beetle-new .monumentsFooter-logo ul li {
                display: inline-block;
                padding: 0px 20px;
                min-width: 179px;
            }

                .footer-beetle-new .monumentsFooter-logo ul li a i {
                    height: 70px;
                    display: inline-block;
                    vertical-align: middle;
                }

                .footer-beetle-new .monumentsFooter-logo ul li a .fr-asi-inc {
                    background: url("/content/fresco/snipe/dist/images/incredibleBangladesh.png?3c5be2def0637f90115aa6318e38cce0") 0px 0px no-repeat transparent;
                    width: 156px;
                }

                .footer-beetle-new .monumentsFooter-logo ul li a .fr-asi-logo {
                    background: url("/content/fresco/snipe/dist/images/asi-logo.png?2a9e32bc167d74f231afbf562a75d27c") 0px 0px no-repeat transparent;
                    width: 65px;
                }

                .footer-beetle-new .monumentsFooter-logo ul li a .fr-asi-culture {
                    background: url("/content/fresco/snipe/dist/images/mculture.png?860eb552a27b52e1c0cae080e8c47f51") 0px 0px no-repeat transparent;
                    width: 180px;
                }

.agent .Connect-with-us-footer, .agent .weAcceptFooter, .corporate .Connect-with-us-footer, .corporate .weAcceptFooter, .footCountryDdn {
    display: none;
}

#ProductOfferingTempChild {
    display: none;
}

.yt-booking-engine-snipe {
    color: rgb(51, 51, 51);
    font: 1em/1 Rubik, sans-serif;
}

    .yt-booking-engine-snipe::after, .yt-booking-engine-snipe::before {
        clear: both;
        display: table;
        line-height: 0;
        content: "";
    }

    .yt-booking-engine-snipe li, .yt-booking-engine-snipe ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
       
    }


    .yt-booking-engine-snipe .show {
        display: block !important;
    }

    .yt-booking-engine-snipe .hide {
        display: none;
    }

    .yt-booking-engine-snipe a {
        color: rgb(255, 255, 255);
        transition: all 0.3s ease-in-out 0s;
    }

    .yt-booking-engine-snipe .banner-image-overlay {
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
    }

    .yt-booking-engine-snipe li.modifyList {
        width: 22% !important;
    }

        .yt-booking-engine-snipe li.modifyList.hotel_date {
            width: 18% !important;
        }

    .yt-booking-engine-snipe .be-container-snipe {
        max-width: 850px;
        margin: 0px auto;
        position: relative;
        width: 100%;
    }

        .yt-booking-engine-snipe .be-container-snipe .main-heading {
            left: 0px;
            right: 0px;
            font-size: 1.85714em;
            padding: 0px 0px 28px;
            text-align: center;
            color: rgb(255, 255, 255);
        }

        .yt-booking-engine-snipe .be-container-snipe .calendarComponent {
            width: 100%;
        }

      
        .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe {
            background: rgba(0, 128, 202, 0.3);
            border-radius: 10px 10px 0px 0px;
            overflow: hidden;
        }

            .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li {
                float: left;
            }

section#todayspic_banners {
    background-color: rgb(3, 47, 74);
}

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a {
    font-size: 1em;
    display: block;
    padding: 17px 15px;
    font-weight: 500;
    background: none;
    color: rgb(255, 255, 255);
    transition: none 0s ease 0s !important;
    border-top: none !important;
}

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a span {
        font-weight: 400;
        text-transform: uppercase;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a:hover {
        background: rgb(0, 128, 202);
    }

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a.active-tab {
        background-color: rgb(0, 162, 255);
    }

        .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a.active-tab .betaBookingEngine {
            color: rgb(255, 255, 255) !important;
        }

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a#booking_engine_xplore {
        position: relative;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-buses, .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-dyna {
        top: -2px;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-holidays, .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-trains {
        top: -3px;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-hotels {
        top: -1px;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li a .ico-be-cruise {
        top: -4px;
    }

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li {
    width: 100%;
}

    .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a {
        font-size: 1.42857em;
        border-top: none;
        border-right: none;
        border-left: none;
        border-image: initial;
        border-bottom: 1px solid rgb(229, 229, 229);
        color: rgb(51, 51, 51) !important;
        text-align: left !important;
    }

        .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a i {
            display: inline-block;
        }

            .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a i.ico-be-arrow-rgt {
                float: right;
            }

            .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a i.ico-be-holidays {
                width: 25px;
            }

        .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a.active-tab, .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a:focus, .yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .be-tabs-more > li a:hover {
            color: rgb(51, 51, 51);
            border-top: 0px;
            background: none;
        }

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .more-be .popover-title {
    padding: 20px 0px;
}

.yt-booking-engine-snipe .be-container-snipe .be-tabs-snipe li .ico-pop-close {
    top: 8px;
}

.yt-booking-engine-snipe .be-container-snipe .betaBookingEngine {
    font-size: 9px;
    position: absolute;
    background: rgb(243, 79, 79);
    padding: 1px 4px;
    color: rgb(255, 255, 255);
    top: -5px;
    border-radius: 2px;
    right: 1px;
    line-height: 10px;
}

.yt-booking-engine-snipe .be-container-snipe .smallNewFooter {
    font-size: 8px;
    position: absolute;
    padding: 2px 4px;
    top: 3px;
    right: 0px;
    color: rgb(255, 255, 255);
    background-color: rgb(243, 79, 79);
}

.yt-booking-engine-snipe .be-container-snipe .be-modules-snipe {
    border-radius: 3px;
    padding: 0px;
    position: relative;
    min-height: auto;
    transition: all 0.2s ease 0s;
    background: none !important;
}

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option {
        width: 100%;
        display: none;
        background-color: transparent;
        padding: 0px;
        line-height: 16px;
        margin-bottom: 10px !important;
        margin-top: 0px !important;
    }

        .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option a {
            font-size: 0.78571em;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 2px;
        }

            .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option a .ico-be-radio {
                display: none;
            }

            .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option a.type-active {
                background-color: rgb(0, 0, 0);
                color: rgb(243, 79, 79);
            }

                .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .trip-type.mor-option a.type-active .ico-be-radio {
                    background-position: 0px -24px;
                }

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .childageselect {
        width: 25%;
        margin: 9px;
        float: left;
    }

        .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .childageselect .dd {
            width: 58px !important;
            border-radius: 3px !important;
            border: 1px solid rgb(229, 229, 229) !important;
        }

            .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .childageselect .dd .pointDwnPax {
                transform: scale(0.7);
                top: 9px !important;
                right: 0px !important;
            }

            .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .childageselect .dd .ddTitle .ddTitleText {
                display: block !important;
            }

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .dd {
        border: 1px solid rgb(229, 229, 229);
        border-radius: 0px;
        color: rgb(102, 102, 102);
        cursor: pointer;
        float: left;
        padding: 2px;
        position: relative;
        background-color: rgb(255, 255, 255);
        background-image: none !important;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .ddcommon .ddTitle .ddTitleText {
        display: block;
        z-index: 999999;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .ddcommon .ddTitle .ddTitleText-h {
        display: block;
        padding: 5px 20px 5px 5px;
        z-index: 999999;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch {
        width: 14%;
        float: left;
        margin-bottom: 6px;
    }

        .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch.active a, .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch.active i, .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch:hover a, .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch:hover i {
            background-color: rgb(33, 34, 35);
        }

        .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch a {
            background-color: rgb(69, 73, 75);
            border: 1px solid rgb(82, 85, 87);
            display: block;
            float: left;
            padding: 3px 5px !important;
            transition: none 0s ease 0s !important;
        }

        .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .recent-srch .ico-be-recent-search {
            background-color: rgb(69, 73, 75);
            background-position: -279px 1px;
            border: 1px solid rgb(82, 85, 87);
            height: auto;
            margin: 0px 0px 0px -2px;
            padding: 6px 12px 0px;
            cursor: pointer;
            display: block;
            float: left;
        }

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe .class-qs .search-flights-btn {
        padding: 13px 10px;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-modules-snipe h1 {
        position: absolute;
        top: -100px;
        left: 0px;
        right: 0px;
        font-size: 1.85714em;
        padding: 0px 0px 28px;
        text-align: center;
        color: rgb(255, 255, 255);
    }

.yt-booking-engine-snipe .be-container-snipe .icon-inside {
    top: 22px;
    right: 5px;
    cursor: pointer;
    position: absolute !important;
}

.yt-booking-engine-snipe .be-container-snipe .ico-clear-returnDate {
    display: inline;
    position: absolute;
    top: 25px;
    right: 12px;
    cursor: pointer;
    z-index: 1;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 100%;
}

.yt-booking-engine-snipe .be-container-snipe .journey-details {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
    border-radius: 0px 0px 3px 3px;
    background: transparent;
}

    .yt-booking-engine-snipe .be-container-snipe .journey-details.journey-detailsShadowNone {
        box-shadow: none;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip {
        float: left;
        width: 80%;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.modifyList, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.modifyList {
            width: 72%;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li {
            border-right: 1px solid rgb(204, 204, 204);
            float: left;
            position: relative;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li.initial-tab, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li.initial-tab {
                border-radius: 3px 0px 0px 3px;
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li.initial-tab input, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li.initial-tab input {
                    border-radius: 0px 0px 0px 3px;
                }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li:focus, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li:focus {
                border: 1px solid rgb(36, 118, 187);
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .ico-be-place, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .ico-be-place {
                top: 5px !important;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li input[type="text"], .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li input[type="text"] {
                padding: 23px 25px;
                max-height: 64px;
                min-height: 64px;
                color: rgb(51, 51, 51);
                font-size: 1.14286em;
                background-color: rgb(255, 255, 255) !important;
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li input[type="text"].opacity3, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li input[type="text"].opacity4, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li input[type="text"].opacity3, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li input[type="text"].opacity4 {
                    opacity: 1;
                    background-color: rgb(243, 243, 243) !important;
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li input[type="text"].paddingCal, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li input[type="text"].paddingCal {
                    padding-left: 7px;
                }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .homestays_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .hotel_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .homestays_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .hotel_destInput {
                padding-right: 30px !important;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .ico-be-calender, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .ico-be-calender {
                top: 8px;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .ico-be-destination, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul > li .ico-be-origin, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .ico-be-destination, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul > li .ico-be-origin {
                cursor: default;
            }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper {
            position: absolute;
            background: rgb(255, 255, 255);
            width: 100%;
            margin: 0px;
            z-index: 999;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper li, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper li {
                padding: 6px;
                text-align: center;
                overflow: hidden;
                line-height: 16px;
                cursor: pointer;
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper li.active, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper li:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper li.active, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper li:hover {
                    color: rgb(255, 255, 255);
                    background-color: rgb(243, 79, 79) !important;
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper li.disabled, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper li.disabled {
                    opacity: 0.5;
                    cursor: not-allowed;
                }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper li.disabled:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper li.disabled:hover {
                        color: rgb(51, 51, 51);
                        background-color: rgb(255, 255, 255) !important;
                    }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity > ul .payByHourWrapper .timeFormat, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip > ul .payByHourWrapper .timeFormat {
                display: inline-block;
                width: 50%;
                background: rgb(244, 244, 244);
                float: left;
                padding: 8px;
            }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li {
            border-right: 1px solid rgb(204, 204, 204);
            float: left;
            position: relative;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li.initial-tab, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li.initial-tab {
                border-radius: 3px 0px 0px 3px;
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li.initial-tab input, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li.initial-tab input {
                    border-radius: 0px 0px 0px 3px;
                }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li:focus, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li:focus {
                border: 1px solid rgb(36, 118, 187);
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .ico-be-place, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .ico-be-place {
                top: 5px !important;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li input[type="text"], .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li input[type="text"] {
                padding: 23px 15px;
                max-height: 64px;
                min-height: 64px;
                color: rgb(51, 51, 51);
                font-size: 1.14286em;
                background-color: rgb(255, 255, 255) !important;
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li input[type="text"].opacity3, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li input[type="text"].opacity4, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li input[type="text"].opacity3, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li input[type="text"].opacity4 {
                    opacity: 1;
                    background-color: rgb(243, 243, 243) !important;
                }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .homestays_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .hotel_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .homestays_destInput, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .hotel_destInput {
                padding-right: 30px !important;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .ico-be-calender, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .ico-be-calender {
                top: 8px;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .ico-be-destination, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .multicity-leg ul > li .ico-be-origin, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .ico-be-destination, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .multicity-leg ul > li .ico-be-origin {
                cursor: default;
            }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip .beSwapCity {
            display: none;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap {
            position: relative;
            clear: both;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap li .cityPadRight.ac_loading, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap li .cityPadRight.ac_loading {
                background-position: 92% center !important;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap li.w50, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap li.w225, .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap li.w315, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap li.w50, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap li.w225, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap li.w315 {
                background-color: rgb(255, 255, 255);
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity {
                position: absolute;
                border: 1px solid rgb(227, 230, 234);
                right: -8%;
                top: 19px;
                height: 30px;
                padding: 6px;
                width: 30px;
                display: block;
                border-radius: 50%;
                z-index: 1;
                background-color: rgb(255, 255, 255);
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity.jsRotateClass, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity.jsRotateClass {
                    transform: rotate(180deg);
                }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity.jsRotateClass .ico-be-leftRightArow, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity.jsRotateClass .ico-be-leftRightArow {
                        transform: rotate(-180deg);
                    }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity .ico-be-leftRightArow, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity .ico-be-leftRightArow {
                    margin: 0px;
                    background: url("../images/swipe.svg") 50% center no-repeat;
                    opacity: 1;
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity.swapCityDisable, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity.swapCityDisable {
                    pointer-events: none;
                    opacity: 1;
                }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .beSwapCity.swapCityDisable .ico-be-leftRightArow, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .beSwapCity.swapCityDisable .ico-be-leftRightArow {
                        background: url("/content/fresco/snipe/dist/images/swipe.svg?e341848dbd38ba926518e6e2b18dda56") 50% center no-repeat;
                        opacity: 0.5;
                    }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .add-mc-leg, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .add-mc-leg {
                right: -18%;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity.CitySwap .multicity-leg .beSwapCity, .yt-booking-engine-snipe .be-container-snipe .journey-details .oneway-roundtrip.CitySwap .multicity-leg .beSwapCity {
                right: -5.2%;
            }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity-leg {
        margin-bottom: 2px;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity-leg .ico-be-cancel-leg {
            cursor: pointer;
            position: absolute;
            right: -30px;
            top: 23px;
            display: block;
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .add-mc-leg {
        font-size: 0.85714em;
        position: absolute;
        right: 15%;
        bottom: 27px;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .add-mc-leg .ico-be-add {
            margin: 0px;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .add-mc-leg a {
            padding: 5px 10px;
            font-size: 13px;
            border: 1px solid;
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details input {
        padding: 22px 5px;
        color: rgb(56, 64, 74);
        text-overflow: ellipsis;
        width: 100%;
        font-size: 1em;
        border: none;
        background-color: rgb(255, 255, 255) !important;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .icon-inside.ico-be-arrow-down-grey-v2 {
        top: 27px;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .w225 {
        width: 25%;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .w66 {
        width: 56% !important;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .w66.modifyList {
            width: 28% !important;
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .w170 {
        width: 25%;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .w170.modifyList {
            width: 18% !important;
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .w315 {
        width: 40%;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .multicity-leg .w315 {
        width: 39%;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .w450 {
        width: 60%;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .w80 {
        width: 80%;
        margin-bottom: 12px;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown {
        text-align: left;
        position: absolute;
        border: 1px solid rgb(209, 209, 209);
        background: rgb(255, 255, 255);
        top: 70px;
        left: 0px;
        padding: 12px 15px;
        z-index: 1;
        width: 100%;
        border-radius: 3px;
        transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 8px;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .room-no {
            margin-bottom: 10px;
            font-weight: 500;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown::before {
            float: left;
            content: "";
            border-bottom: 8px solid rgb(247, 247, 247);
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            margin: -18px 0px 0px 15px;
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer {
        text-transform: uppercase;
        padding: 10px 0px 5px;
        overflow: hidden;
        width: 100%;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .cancel, .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .done {
            font-size: 0.857em;
            cursor: pointer;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .cancel {
            float: left;
            padding: 5px 15px;
            margin-left: -15px;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .cancel:focus, .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .cancel:hover {
                color: rgb(0, 0, 0);
            }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .done {
            float: right;
            background: rgb(61 171 61);
            padding: 9px;
            text-align: center;
            color: rgb(255, 255, 255);
            border-radius: 4px;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .done:focus, .yt-booking-engine-snipe .be-container-snipe .journey-details .be-ddn-footer .done:hover {
                background-color: rgb(74 194 74);
            }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date {
        width: 100%;
        clear: both;
        margin: 10px 0px;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date .custom-check {
            color: rgb(51, 51, 51);
            font-size: 13px;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date .custom-check::before {
                content: " ";
                float: left;
                width: 1em;
                height: 1em;
                background: rgb(255, 255, 255);
                border: 1px solid rgb(215, 220, 225);
                margin: 2px -7px 0px 0px;
                border-radius: 3px;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date .custom-check.be-v2-active::before {
                border: 1px solid rgb(243, 79, 79);
                background-image: url("/content/fresco/snipe/dist/images/checked.svg?3965dbb7c2e207cba40d0846da9787c1");
                background-position: 50% center;
                background-repeat: no-repeat;
                background-attachment: initial;
                background-origin: initial;
                background-clip: initial;
                background-size: 10px 10px;
                border-radius: 3px;
                background-color: rgb(243, 79, 79) !important;
            }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date .ico-checkbox {
            display: none;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date input[type="text"] {
            border: 1px solid rgb(153, 153, 153);
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date ul {
            width: 100%;
            float: left;
            margin: 10px 0px;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date ul li {
                width: 50%;
                float: left;
                position: relative;
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date ul li input[type="text"] {
                    width: 100%;
                    float: left;
                    padding: 10px !important;
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date ul li:first-child input[type="text"] {
                    border-right: 0px !important;
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .diff-dates-date ul li .icon-inside {
                    right: 0px !important;
                }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room {
        clear: both;
        margin: 20px 0px;
        float: left;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room a {
            color: rgb(102, 102, 102);
            font-size: 0.85714em;
            border: 1px solid rgb(227, 230, 234);
            border-radius: 3px;
            padding: 10px;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room a.active, .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room a:hover {
                color: rgb(243, 79, 79);
                border: 1px solid rgb(234, 35, 48);
                transition: all 0.3s ease-in-out 0s;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room a.homestayaddRoom:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .add-del-room a.hoteladdRoom:hover {
                background-color: rgb(234, 35, 48);
                color: rgb(255, 255, 255);
            }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details {
        background: rgb(255, 255, 255);
        box-sizing: border-box;
        color: rgb(51, 51, 51);
        float: left;
        font-size: 1.14286em;
        padding: 20px 10px;
        position: relative;
        width: 25%;
        cursor: pointer;
        max-height: 64px;
        min-height: 64px;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details.modifyList {
            width: 16%;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details .ico-be-sub-arrow-v2 {
            position: absolute;
            right: 5px;
            top: -16px;
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .ico-be-sub-arrow {
        position: absolute;
        right: 5px;
        top: -16px;
        display: none;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown {
        background: none 0px 0px repeat scroll rgb(255, 255, 255);
        border: 1px solid rgb(209, 209, 209);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
        left: 0px;
        padding: 10px;
        position: absolute;
        text-align: left;
        top: 70px;
        transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
        width: 100%;
        z-index: 2;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown.w300 {
            min-width: 270px;
            padding-bottom: 0px;
            padding-right: 0px;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type {
            width: 90%;
            float: left;
            padding-top: 10px;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .dd {
                border: none;
                background-color: rgb(255, 255, 255);
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .dd .ddTitle {
                    display: none !important;
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .dd .ddChild {
                    border: medium none;
                    box-shadow: none;
                    background-color: rgb(255, 255, 255);
                    position: relative !important;
                    display: block !important;
                    height: auto !important;
                }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .dd .ddChild li {
                        display: block;
                        width: 100%;
                        background-color: rgb(255, 255, 255);
                        padding: 5px 0px;
                    }

                        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .dd .ddChild li span {
                            margin-left: 10px;
                            font-size: 0.92857em;
                        }

                        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .dd .ddChild li::before {
                            content: " ";
                            float: left;
                            width: 16px;
                            height: 16px;
                            background: rgb(255, 255, 255);
                            border: 1px solid rgb(215, 220, 225);
                            margin: -2px -3px 0px 0px;
                            border-radius: 50%;
                        }

                        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .dd .ddChild li.selected, .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .dd .ddChild li:hover {
                            color: rgb(0, 0, 0) !important;
                        }

                            .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .dd .ddChild li.selected::before {
                                background: rgb(255, 255, 255);
                                border: 1px solid rgb(0, 128, 202);
                            }

                            .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .dd .ddChild li.selected::after {
                                content: "";
                                float: left;
                                width: 10px;
                                height: 10px;
                                background-color: rgb(0, 162, 255);
                                margin: -12px 0px 0px -10px;
                                border-radius: 50%;
                            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .custom-radio-baggage_sprite {
                background: url("//ns.TripRallycdn.com/common/images/fresco/custom-radio-2.png") 0px 0px no-repeat;
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type .active-radio {
                background-position: -9px -16px;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .flight-class-type label.selected .active-radio {
                background-position: -43px -17px !important;
            }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .pax-limit .pax-title {
            float: left;
            font-size: 0.92857em;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .pax-limit .pax-title .light-grey {
                color: rgb(138, 138, 138);
                display: block;
                font-size: 0.786em;
            }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .pax-limit .select-child-ages .dd {
            margin-right: 25px;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .pax-limit .dd {
            float: right;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-detail .be-dropdown .ico-be-sub-arrow, .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .ico-be-sub-arrow-v2 {
            position: absolute;
            top: -16px;
            right: 5px;
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown {
        border-radius: 3px;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown.w300, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown.w300, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown.w300, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown.w300 {
            padding: 12px;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .verticalSepr, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .verticalSepr, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .verticalSepr, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .verticalSepr {
            clear: both;
            height: 1px;
            background: rgb(217, 217, 217);
            margin-bottom: 10px;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit {
            border-top: none;
            padding: 10px 0px;
            clear: both;
        }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit.select-child-ages {
                border-top: none;
                padding: 0px;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .pax-title {
                font-size: 1em;
                margin-top: 5px;
                float: left !important;
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .pax-title .light-grey {
                    display: inline;
                    margin-left: 10px;
                }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd {
                margin: 0px;
                clear: both;
                float: right !important;
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle {
                    top: -15px;
                }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus {
                        left: -65px;
                        border-bottom-left-radius: 3px;
                        border-top-left-radius: 3px;
                        width: 30px;
                        top: -15px;
                    }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus {
                        right: 2px;
                        border-bottom-right-radius: 3px;
                        border-top-right-radius: 3px;
                        width: 30px;
                        top: -15px;
                    }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddSpinnerPlus {
                        background-color: rgb(255, 255, 255);
                    }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .dd .ddTitle .ddTitleText {
                        display: none;
                    }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .childageselect .ageoptions:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .childageselect .ageoptions:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .childageselect .ageoptions:hover, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .childageselect .ageoptions:hover {
                background-color: rgb(243, 79, 79);
                color: rgb(255, 255, 255) !important;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .childageselect .agedropdown, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .childageselect .agedropdown {
                border: 1px solid rgb(229, 229, 229);
                color: rgb(102, 102, 102);
                float: left;
                padding: 2px;
                position: relative;
                background-color: rgb(255, 255, 255);
                width: 58px !important;
                border-radius: 3px !important;
                cursor: pointer !important;
                background-image: none !important;
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown .agepointer, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown .agepointer, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .childageselect .agedropdown .agepointer, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .childageselect .agedropdown .agepointer {
                    border-top: 4px solid rgb(51, 51, 51);
                    border-left: 4px solid transparent;
                    border-right: 4px solid transparent;
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown .ageselect, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .childageselect .agedropdown .ageselect, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .childageselect .agedropdown .ageselect, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .childageselect .agedropdown .ageselect {
                    width: 100%;
                    padding: 6px;
                    cursor: pointer !important;
                }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit .childageselect .dd .ddTitle {
                top: 0px;
            }

            .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit {
                padding: 10px 0px;
                clear: both;
                border-top: 1px solid rgb(217, 217, 217) !important;
            }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit.select-child-ages, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit.select-child-ages {
                    padding: 0px;
                    border-top: none !important;
                }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .pax-title, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .pax-title {
                    font-size: 1em;
                    margin-top: 5px;
                    float: left !important;
                }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .pax-title .light-grey, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .pax-title .light-grey {
                        display: inline;
                        margin-left: 10px;
                    }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd {
                    margin: 0px;
                    clear: both;
                    float: right !important;
                }

                    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle {
                        top: -15px;
                    }

                        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerMinus {
                            left: -65px;
                            border-bottom-left-radius: 3px;
                            border-top-left-radius: 3px;
                            width: 30px;
                            top: -15px;
                        }

                        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerPlus, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddSpinnerPlus {
                            right: 2px;
                            border-bottom-right-radius: 3px;
                            border-top-right-radius: 3px;
                            width: 30px;
                            top: -15px;
                        }

                        .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddTitleText, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .dd .ddTitle .ddTitleText {
                            display: none;
                        }

                .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_byop_passengerBox.be-dropdown .pax-limit ~ .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details #BE_flight_passengerBox.be-dropdown .pax-limit ~ .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_homestay_pax_box.be-dropdown .pax-limit ~ .pax-limit .childageselect .dd .ddTitle, .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-details #BE_Hotel_pax_box.be-dropdown .pax-limit ~ .pax-limit .childageselect .dd .ddTitle {
                    top: 0px;
                }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .search-btn {
        float: right;
        min-height: 40px;
        color: rgb(255, 255, 255);
        font-size: 1.4900em;
        font-weight: 500;
        cursor: pointer;
        -webkit-appearance: none;
        transition: all 0.3s ease 0s;
        background-color: rgb(61 171 61) !important;
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .search-btn:hover {
            background-color: rgb(74 194 74) !important;
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .oneWayType, .yt-booking-engine-snipe .be-container-snipe .journey-details .opacity3 {
        cursor: pointer;
        opacity: 0.8 !important;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .inactiveElem {
        opacity: 0.9;
        cursor: default;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .w300 {
        min-width: 300px;
        padding-right: 0px;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .w100 {
        width: 82px;
        margin-right: 15px;
        float: left;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .mr0 {
        margin-right: 0px;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .pax-limit .dd {
        margin: 10px 0px;
        float: left !important;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown {
    }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .pax-title {
            float: none !important;
        }

        .yt-booking-engine-snipe .be-container-snipe .journey-details .be-dropdown .childageselect .dd {
            margin-right: 10px !important;
        }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .fixHidemoreOption {
        margin-bottom: 18px;
    }

    .yt-booking-engine-snipe .be-container-snipe .journey-details .custom-check .ico-checkbox {
        color: rgb(243, 79, 79);
    }

.yt-booking-engine-snipe .be-container-snipe .mor-option {
    width: 100%;
    padding: 10px 5px;
    float: left;
    clear: both;
    background: rgba(0, 128, 202, 0.3);
    border-radius: 0px 0px 10px 10px;
    margin-bottom: -28px;
}

    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options {
        float: left;
    }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options.prefer li {
            margin-right: 10px;
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options.prefer li:last-child {
                margin-right: 0px;
            }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options li {
            float: left;
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options li .ico-be-separator {
                top: 5px;
                margin: 0px 5px;
                float: left;
            }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options a {
            font-size: 1em;
            color: rgb(252, 252, 252);
            padding: 0px;
            display: block;
            margin: 0px;
            float: left;
            transition: none 0s ease 0s !important;
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options a.lff-map-search {
                color: rgb(231, 157, 5);
                background-color: transparent;
            }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow {
            width: 100px;
            margin-right: 5px;
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd {
                background: none;
                border: none;
                color: rgb(255, 255, 255);
                padding: 1px;
                top: 0px;
                line-height: 5px;
            }

                .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd:hover {
                    color: rgb(255, 170, 31);
                    border-radius: 3px;
                }

                .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddTitle .ddTitleText {
                    font-size: 0.85714em;
                    padding: 5px;
                }

                .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddTitle .pointDwnPax {
                    width: 7px;
                    background-position: -247px -90px;
                    height: 4px;
                    top: 6px;
                    right: -10px;
                }

                .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddChild {
                    font-size: 0.85714em;
                }

                    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddChild.scrollable .vertical.scroll-bar {
                        width: 6px !important;
                    }

                    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddChild li {
                        color: rgb(51, 51, 51);
                        line-height: 12px;
                        width: 100% !important;
                    }

                        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddChild li.selected, .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-with-arrow .dd .ddChild li:hover {
                            color: rgb(255, 255, 255) !important;
                        }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip {
            position: relative;
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip:hover .baggage-terms {
                display: block;
            }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms {
                display: none;
                background: rgb(255, 255, 255);
                border: 1px solid rgb(195, 195, 195);
                border-radius: 6px;
                box-shadow: rgb(95, 95, 95) 0px 1px 5px 1px;
                color: rgb(102, 102, 102);
                font-size: 0.92857em;
                left: -120px;
                line-height: 1.3;
                padding: 12px 15px 15px 10px;
                position: absolute;
                text-align: left;
                bottom: 30px;
                width: 400px;
                z-index: 9;
            }

                .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms .note-list {
                    margin-top: -3px;
                }

                    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms .note-list > p strong {
                        margin-left: 1px;
                    }

                    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms .note-list strong {
                        font-size: 1.1em;
                        color: rgb(51, 51, 51);
                    }

                .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms ul.terms-list li {
                    overflow: hidden;
                    margin: 8px 0px 0px;
                    float: none;
                }

                    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms ul.terms-list li i.bullet-ico {
                        background: url("/content/fresco/snipe/dist/images/booking-engine.png?0597d1f053fcc7054b285430b792d73d") -139px -93px no-repeat;
                        display: inline-block;
                        height: 8px;
                        margin: 6px 5px 0px 0px;
                        vertical-align: top;
                        width: 8px;
                        float: left;
                    }

                    .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms ul.terms-list li span {
                        display: inline-block;
                        width: 95%;
                        float: left;
                    }

                        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .baggage-terms ul.terms-list li span b {
                            font-weight: 500;
                        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .baggage-tooltip .arrow-dwn-tooltip {
                display: block;
                position: absolute;
                bottom: -19px;
                left: 42%;
                background: url("/content/fresco/snipe/dist/images/booking-engine.png?0597d1f053fcc7054b285430b792d73d") -162px -91px no-repeat;
                width: 30px;
                height: 19px;
            }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li .overlay-hider {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            display: none;
            z-index: 1;
        }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li.disabled-state {
            position: relative;
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li.disabled-state a {
                opacity: 0.4;
                cursor: default;
            }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li.disabled-state .overlay-hider {
                display: block;
            }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options > li.no-border {
            margin-top: 0px;
        }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .tab-head {
            font: 0.857em/18px Rubik, sans-serif;
            color: rgb(255, 255, 255);
            padding-bottom: 3px;
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .tab-head .ico-be-arrow-down-white {
                top: 3px;
            }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .be-dropdown {
            top: 40px;
            padding: 0px;
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .be-dropdown .ico-be-sub-arrow, .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .be-dropdown .ico-be-sub-arrow-v2 {
                position: absolute;
                top: -16px;
                right: 5px;
            }

        .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-class li {
            font-size: 0.857em;
            padding: 5px 14px 7px;
            cursor: pointer;
        }

            .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-class li.active, .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-class li:focus, .yt-booking-engine-snipe .be-container-snipe .mor-option .selc-flight-options .select-class li:hover {
                background: rgb(102, 102, 102);
                color: rgb(255, 255, 255);
            }

    .yt-booking-engine-snipe .be-container-snipe .mor-option.multicityMoreOption {
        width: 68%;
    }

.yt-booking-engine-snipe .be-container-snipe .pointDwnPax {
    background: none;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin: 0px;
    position: absolute;
    border-top: 6px solid rgb(51, 51, 51);
    transform: rotate(0deg);
    right: 8px;
    top: 44%;
}

.yt-booking-engine-snipe .be-container-snipe .nudge-arrow-x {
    display: none;
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 32px;
    color: rgb(9, 9, 9);
    z-index: -1;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 6;
    backface-visibility: hidden;
    animation-name: nudge-dir-x;
    animation-delay: 2s;
    animation-timing-function: linear;
}

    .yt-booking-engine-snipe .be-container-snipe .nudge-arrow-x::after {
        content: "";
    }

.yt-booking-engine-snipe .be-container-snipe .multicity-stay {
    margin-top: 22px;
}

    .yt-booking-engine-snipe .be-container-snipe .multicity-stay .w80 {
        width: 80%;
        margin-top: 15px;
    }

.yt-booking-engine-snipe .be-container-snipe .be-hotels .hotelremoveRoom {
    margin-left: 5px;
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results .flR {
    float: right;
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading i {
    background: url("/content/fresco/snipe/dist/images/booking-engine.png?0597d1f053fcc7054b285430b792d73d") -215px -335px no-repeat scroll transparent;
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.hotels {
    background-position: -29px -121px;
    float: right;
    padding-left: 10px;
    width: 19px;
    margin-right: 5px;
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.activities {
    background-position: -195px -119px;
    float: right;
    padding-left: 10px;
    width: 15px;
    margin-right: 5px;
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.cities {
    background-position: -4px -121px;
    float: right;
    padding-left: 10px;
    width: 15px;
    margin-right: 5px;
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.locations {
    background-position: -55px -120px;
    float: right;
    padding-left: 10px;
    width: 10px;
    margin-right: 5px;
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.Chain.Hotels {
    background-position: -73px -120px;
    float: right;
    padding-left: 10px;
    width: 10px;
    margin-right: 5px;
}

.yt-booking-engine-snipe .be-container-snipe .be-hotels .ac_results li.heading .iconImage.homestay {
    background-position: -146px -117px;
    float: right;
    padding-left: 10px;
    width: 19px;
    margin-right: 5px;
}

.yt-booking-engine-snipe .be-container-snipe .be-bus .journey-details .oneway-roundtrip ul > li {
    width: 33.3333%;
}

.yt-booking-engine-snipe .be-container-snipe .be-bus .journey-details .CitySwap .beSwapCity {
    right: -5.2%;
}

.yt-booking-engine-snipe .be-container-snipe .bus-pax-select {
    padding: 10px !important;
}

    .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .dd {
        background-color: rgb(255, 255, 255);
    }

    .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain {
        width: 100% !important;
    }

        .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddTitle .ddTitleText {
            width: auto;
            float: left;
            line-height: 46px;
            border: none;
            margin-left: 10px;
            background-color: rgb(255, 255, 255) !important;
        }

        .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerMinus, .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerPlus {
            height: 26px;
            top: 9px;
            background-color: rgb(255, 255, 255);
            border-radius: 2px;
            border: 1px solid rgb(205, 206, 207);
            width: 30px;
        }

        .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerMinus {
            left: auto;
            right: 40px;
            background-position: -21px -22px;
        }

            .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerMinus.disabled {
                cursor: default;
                background-position: 11px -22px !important;
            }

        .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerPlus {
            right: 12px;
            background-position: 11px 9px;
        }

            .yt-booking-engine-snipe .be-container-snipe .bus-pax-select .ddSpinnerMain .ddSpinnerPlus.disabled {
                cursor: default;
                background-position: -21px 9px !important;
            }

.yt-booking-engine-snipe .be-container-snipe .be-trains .oneway-roundtrip .w50 {
    width: 36%;
}

    .yt-booking-engine-snipe .be-container-snipe .be-trains .oneway-roundtrip .w50 .irctcPadLeft {
        padding-left: 60px;
    }

.yt-booking-engine-snipe .be-container-snipe .be-trains .train-depart {
    border: none !important;
}

.yt-booking-engine-snipe .be-container-snipe .be-trains .irctc-blk {
    display: inline-block;
    padding: 0px;
    background: rgb(247, 247, 247);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 6px;
}

    .yt-booking-engine-snipe .be-container-snipe .be-trains .irctc-blk .ico-be-irctc {
        background-position: -99px -83px;
        height: 37px;
    }

.yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details {
    width: 100%;
    float: right;
    position: relative;
}

    .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .multicity, .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .oneway-roundtrip {
        width: 87.1%;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .ripple-parent {
        width: 12.9%;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-trains .journey-details .CitySwap .beSwapCity {
        right: -4.4%;
    }

.yt-booking-engine-snipe .be-container-snipe .be-holidays {
}

    .yt-booking-engine-snipe .be-container-snipe .be-holidays ::-webkit-scrollbar-track {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
        border-radius: 10px;
        background: rgba(123, 116, 116, 0.35) !important;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays ::-webkit-scrollbar {
        width: 9px;
        cursor: pointer;
        background: none !important;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays ::-webkit-scrollbar-thumb {
        opacity: 0.4;
        border-radius: 4px;
        background-color: rgba(123, 116, 116, 0.35) !important;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg {
        padding: 0px;
        border-right: 0px none !important;
    }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .defaultStructure {
            width: 100%;
            background-color: rgb(255, 255, 255);
            padding: 17.5px;
        }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd {
            border: none;
            line-height: 30px;
            background: rgb(255, 255, 255);
            padding: 12px 10px;
        }

            .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddlabel {
                font-size: 1.14286em;
            }

            .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild {
                border-radius: 0px;
                background-color: rgb(255, 255, 255);
                z-index: 9999;
                display: block;
                position: absolute;
                visibility: visible;
                height: 192px;
                top: 58px !important;
            }

                .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild li {
                    background-color: rgb(255, 255, 255);
                    width: 100%;
                    box-shadow: none;
                    border: none !important;
                }

                    .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild li.selected, .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild li:focus, .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild li:hover {
                        background: rgb(243, 79, 79);
                        color: rgb(255, 255, 255);
                    }

                .yt-booking-engine-snipe .be-container-snipe .be-holidays .select-with-bg .dd .ddChild .viewport {
                    height: 192px;
                    position: relative;
                    overflow: hidden;
                    width: 100%;
                }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .mt20 {
        margin-top: 20px;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-more > li:first-child {
        margin-left: 0px;
        width: 200px;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-origin {
        margin-top: 22px;
    }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-origin > li {
            position: relative;
            float: left;
            background: rgb(255, 255, 255);
            border-width: 1px;
            border-style: solid;
            border-color: rgb(229, 229, 229) rgb(251, 251, 251) rgb(229, 229, 229) rgb(229, 229, 229);
            border-image: initial;
            width: 52%;
        }

            .yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-origin > li:focus {
                border: 1px solid rgb(36, 118, 187);
            }

            .yt-booking-engine-snipe .be-container-snipe .be-holidays .holiday-origin > li .ico-be-place {
                top: 7px !important;
            }

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore {
        font-size: 1.5em;
        color: rgb(255, 255, 255);
    }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li {
            float: left;
        }

            .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li:first-child {
                margin-right: 15px;
            }

            .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li span {
                display: inline-block;
            }

            .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li .days-counter span {
                background: rgb(255, 255, 255);
                color: rgb(51, 51, 51);
                padding: 5px;
                text-align: center;
                width: 25px;
                float: left;
                position: relative;
                top: 8px;
                border-right: 1px solid rgb(229, 229, 229);
            }

            .yt-booking-engine-snipe .be-container-snipe .be-holidays .explore > li .explore-btn {
                font-size: 1em;
                float: left;
                text-align: center;
            }

.yt-booking-engine-snipe .be-container-snipe .in-one-line + .oneway-roundtrip {
    margin-top: 15px;
}

.yt-booking-engine-snipe .be-container-snipe .select-with-arrow .ico-be-sub-arrow-v2 {
    position: absolute;
    top: 20px;
    right: 2px;
}

.yt-booking-engine-snipe .be-container-snipe .select-with-arrow .ico-be-sub-arrow {
    position: absolute;
    top: 18px;
    right: 0px;
}

.yt-booking-engine-snipe .be-container-snipe .select-with-arrow .ddcommon .ddChild {
    top: 27px !important;
    border: 1px solid rgb(209, 209, 209) !important;
}

.yt-booking-engine-snipe .be-container-snipe .separate .wp1 {
    width: 80%;
    padding: 11px 10px;
}

.yt-booking-engine-snipe .be-container-snipe .separate .nlpInput input {
    float: left;
    background: rgb(255, 255, 255);
    padding: 12px 50px 12px 10px;
    text-overflow: ellipsis;
    width: 100%;
    font: 1.143em/20px Rubik, sans-serif;
    border: none;
}

    .yt-booking-engine-snipe .be-container-snipe .separate .nlpInput input:focus {
        border: 1px solid rgb(36, 118, 187);
    }

.yt-booking-engine-snipe .be-container-snipe .separate .wp2 {
    width: 16.5%;
    padding: 12px 10px;
    margin-top: 0px;
    margin-left: -2px;
    background-color: rgb(255, 125, 35);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 125, 35);
    font: 1.571em/18px Rubik, sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0px;
}

    .yt-booking-engine-snipe .be-container-snipe .separate .wp2:focus, .yt-booking-engine-snipe .be-container-snipe .separate .wp2:hover {
        background-color: rgb(233, 102, 0);
    }

.yt-booking-engine-snipe .be-container-snipe .be-holidays .w80 {
    width: 60%;
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .w170 {
    width: 25%;
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .beTitle {
    color: rgb(255, 255, 255);
    font-size: 1.286em;
    padding: 0px 0px 10px;
}

.yt-booking-engine-snipe .be-container-snipe .be-holidays .multicity, .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip {
    float: left;
    width: 88%;
}

    .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li {
        width: 33.5%;
    }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li.destination-city {
            width: 33%;
        }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li.select-with-bg .dd {
            width: 100% !important;
        }

            .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li.select-with-bg .dd .pointDwnPax {
                background-position: -161px -27px;
            }

        .yt-booking-engine-snipe .be-container-snipe .be-holidays .oneway-roundtrip > ul > li input {
            padding-right: 10px;
        }

.yt-booking-engine-snipe .be-container-snipe .be-holidays.only-leaving .oneway-roundtrip > ul > li {
    width: 35%;
}

    .yt-booking-engine-snipe .be-container-snipe .be-holidays.only-leaving .oneway-roundtrip > ul > li.destination-city {
        width: 65%;
    }

.yt-booking-engine-snipe .be-container-snipe .be-cruise .beTitle {
    color: rgb(255, 255, 255);
    font-size: 1.286em;
    padding: 5px 0px 10px;
}

.yt-booking-engine-snipe .be-container-snipe .be-cruise .oneway-roundtrip {
    width: 88%;
}

.yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples {
    background: rgb(255, 255, 255);
}

    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li {
        padding: 0px;
        width: 33.333% !important;
    }

        .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd {
            background: none 0px 0px repeat scroll rgb(255, 255, 255);
            border: medium none;
            line-height: normal;
            padding: 11px;
            width: 100% !important;
        }

            .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .ddChild {
                border-radius: 0px;
                left: 0px;
                top: 38px !important;
            }

                .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .ddChild li {
                    width: 100%;
                    border: none !important;
                }

                    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .ddChild li.selected, .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .ddChild li:focus, .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .ddChild li:hover {
                        background: rgb(243, 79, 79);
                        color: rgb(255, 255, 255);
                    }

            .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples > li .dd .pointDwnPax {
                background-position: -161px -26px;
            }

    .yt-booking-engine-snipe .be-container-snipe .be-cruise .cruise-tuples .scrollable .viewport {
        width: 100%;
    }

.yt-booking-engine-snipe .be-container-snipe .be-activities .activity-list {
    position: relative;
    padding-left: 30px !important;
}

.yt-booking-engine-snipe .be-container-snipe .be-activities .act-logo {
    background: url("/content/fresco/snipe/dist/images/booking-engine.png?0597d1f053fcc7054b285430b792d73d") no-repeat scroll transparent;
    position: absolute;
    left: 5px;
}

    .yt-booking-engine-snipe .be-container-snipe .be-activities .act-logo.activities {
        background-position: -195px -119px;
        float: right;
        padding-left: 10px;
        width: 15px;
        margin-right: 5px;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-activities .act-logo.cities {
        background-position: -4px -121px;
        float: right;
        padding-left: 10px;
        width: 15px;
        margin-right: 5px;
    }

    .yt-booking-engine-snipe .be-container-snipe .be-activities .act-logo.monument {
        background-position: -273px -91px;
        float: right;
        padding-left: 10px;
        width: 15px;
        margin-right: 5px;
    }

.yt-booking-engine-snipe .be-container-snipe .be-activities .journey-details .oneway-roundtrip {
    width: 88%;
}

    .yt-booking-engine-snipe .be-container-snipe .be-activities .journey-details .oneway-roundtrip .activities-tuple li {
        width: 100%;
        border-right: 0px none;
    }

.yt-booking-engine-snipe .be-container-snipe .ico-be-radio {
    background: url("/content/fresco/snipe/dist/images/radio-unchecked.png?ac6fcad87896c0f518a892469e3bca26") 0px -25px no-repeat;
    height: 12px;
    width: 12px;
}

.yt-booking-engine-snipe .be-container-snipe .ico-checkbox, .yt-booking-engine-snipe .be-container-snipe .ico-checkbox-checked {
    background-image: url("/content/fresco/snipe/dist/images/ico-pg-customcheckBox.png?0d18682175ccb7f815106bef50347cb2");
    background-repeat: no-repeat;
    display: inline-block;
    margin: -1px 5px 0px;
    width: 15px;
    height: 15px;
    position: relative;
    vertical-align: middle;
}

.yt-booking-engine-snipe .be-container-snipe .ico-checkbox {
    background-position: 0px -15px;
}

.yt-booking-engine-snipe .be-container-snipe .ico-checkbox-checked {
    background-position: 0px 0px;
}

.yt-booking-engine-snipe .search-height {
    max-height: 64px;
}

.yt-booking-engine-snipe .ripple-parent {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    position: relative;
    height: 66px;
}

.yt-booking-engine-snipe .ripple {
    display: block;
    position: absolute;
    background: rgb(184, 224, 224);
    border-radius: 100%;
    transform: scale(0);
}

    .yt-booking-engine-snipe .ripple.animate {
        animation: ripple 0.65s linear 0s 1 normal none running;
    }

#BE_byop_passengerBox .flight-class-type {
    border-bottom: 1px solid rgb(195, 196, 196);
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 0px;
    width: 95%;
    border-top: none !important;
}

#BE_byop_passengerBox .pax-limit.w100 {
    margin-right: 15px !important;
    margin-left: 5px !important;
}

#BE_byop_passengerBox .childageselect .ddcommon {
    margin-right: 18px !important;
    margin-left: 5px !important;
}

#BE_byop_passengerBox .pax-title {
    color: rgb(51, 51, 51);
}

.smooth-banner-transition {
    transition: all 0.2s ease 0s;
}

.betaBookingEngine {
    font-weight: 500;
    position: absolute;
    font-size: 9px;
    top: 2px !important;
    background: none !important;
    color: rgb(250, 185, 21) !important;
    right: 11px !important;
}

a#booking_engine_homestays span sup {
    position: relative;
    top: -5px;
}

html {
    font-size: 16px;
}

body {
    margin: 0px !important;
    text-size-adjust: none !important;
}

.wrapper-snipe .ac_results.act-look li {
    position: relative;
    padding-left: 30px !important;
}

    .wrapper-snipe .ac_results.act-look li.heading {
        display: none !important;
    }

.wrapper-snipe button:focus, .wrapper-snipe input:focus, .wrapper-snipe select:focus, .wrapper-snipe textarea:focus {
    outline: none !important;
}

.wrapper-snipe input {
    outline: none !important;
}

.wrapper-snipe .placeholderColor {
    color: rgb(98, 103, 109);
}

.wrapper-snipe .toasterHolder {
    cursor: pointer;
    font-size: 12px;
    max-width: 400px;
}

.wrapper-snipe .ico-be-separator {
    background-position: -256px -90px;
    height: 7px;
    width: 1px;
}

.wrapper-snipe .ico-be-arrow-down-grey-v2 {
    background-position: -231px -90px;
    height: 8px;
    width: 12px;
}

.wrapper-snipe .ddSpinnerMain {
    padding: 0px !important;
    width: auto !important;
    border: 0px !important;
}

    .wrapper-snipe .ddSpinnerMain .ddSpinnerMinus, .wrapper-snipe .ddSpinnerMain .ddSpinnerPlus {
        cursor: pointer;
        top: 0px;
        width: 22px;
        height: 30px;
        position: absolute;
        background: url("../images/spinner-arrows.png") -21px -21px no-repeat rgb(255, 255, 255);
        border: 1px solid rgb(205, 206, 207);
    }

        .wrapper-snipe .ddSpinnerMain .ddSpinnerMinus.disabled, .wrapper-snipe .ddSpinnerMain .ddSpinnerPlus.disabled {
            background-position: -22px 11px;
            cursor: default;
        }

    .wrapper-snipe .ddSpinnerMain .ddSpinnerPlus {
        background-position: 10px 11px;
    }

    .wrapper-snipe .ddSpinnerMain .ddSpinnerMinus.disabled {
        background-position: 11px -21px;
        cursor: default;
    }

    .wrapper-snipe .ddSpinnerMain * {
        box-sizing: content-box !important;
    }

.wrapper-snipe .ddcommon {
    position: relative;
    cursor: default;
}

    .wrapper-snipe .ddcommon .ddTitle {
        padding: 0px;
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .wrapper-snipe .ddcommon .ddTitle .ddTitleText {
            text-align: center;
            padding: 0px;
            line-height: 30px;
            width: 67px;
            border-width: 1px 0px;
            border-style: solid;
            border-color: rgb(205, 206, 207);
            border-image: initial;
            background: rgb(255, 255, 255) !important;
            border-radius: 0px !important;
        }

    .wrapper-snipe .ddcommon .divider {
        width: 0px;
        height: 100%;
        position: absolute;
    }

.wrapper-snipe .VueCarousel-navigation {
    display: none;
}

    .wrapper-snipe .VueCarousel-navigation:hover {
        display: inline-block;
    }

.wrapper-snipe .anniversary-banner {
    text-align: center;
    margin-top: -190px;
}

    .wrapper-snipe .anniversary-banner .container {
        max-width: 1060px;
        padding: 0px;
    }

    .wrapper-snipe .anniversary-banner .anniversaryBannerText {
        display: inline !important;
    }

.ico-be-radio, .ico-checkbox, .ico-checkbox-checked {
    display: inline-block;
    margin: -1px 5px 0px;
    position: relative;
    vertical-align: middle;
}

.custom-check {
    line-height: 1.45;
    font-size: 1em;
    color: rgb(255, 255, 255);
    cursor: pointer;
    opacity: 1;
}

.clearfix::after, .clearfix::before {
    clear: both;
    content: " ";
    display: block;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
   
}

.yt-banner-section_1 {
    min-height: 552px;
    max-height: 554px;
    overflow: hidden;
}

    .yt-banner-section_1 img {
        width: 100%;
    }

input, select, textarea {
    max-width: 280px;
}

.VueCarousel {
    max-width: 1005px;
    position: relative;
    margin: 0px 25px 15px;
    padding: 0px;
    clear: both;
}

.VueCarousel-wrapper {
    width: 99%;
    position: relative;
    overflow: hidden;
    padding: 9px 25px;
    display: inline-block;
    height: 350px !important;
}

    .VueCarousel-wrapper:hover + .VueCarousel-navigation {
        display: inline;
    }

.VueCarousel-inner {
    display: flex;
    flex-direction: row;
    backface-visibility: hidden;
}

.VueCarousel-slide {
    flex-grow: 0;
    flex-shrink: 0;
    user-select: none;
    float: left;
    list-style: none;
    position: relative;
    width: 295px;
    margin-right: 30px;
}

.toasterHolder .toasterContent[data-v-359935f2] {
    text-align: center;
    color: rgb(255, 255, 255);
}

/*::after, ::before {
    box-sizing: border-box;
}*/

::-webkit-input-placeholder {
    color: rgb(176, 191, 219);
}

.journey-details #BE_flight_passengerBox {
    width: 270px;
    left: 60%;
}

.flight_passengerBox {
    cursor: pointer;
}

.be-dropdown {
    display: none;
}

.productOffering li .double_line {
    border-top: 2px double rgb(209, 206, 200);
    border-bottom: 1px solid rgb(209, 206, 200);
    border-left: none;
    height: 5px;
    border-right: none;
    width: 83%;
}
