@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700);
@import url(font-awesome.min.css);

/*start=>Below Css has been created during version change*/
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.focus,
    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default.active,
    .btn-default:active,
    .open > .dropdown-toggle.btn-default {
        /* color: #333; */
        /* background-color: #e6e6e6; */
        /* border-color: #adadad; */
    }

        .btn-default.active.focus,
        .btn-default.active:focus,
        .btn-default.active:hover,
        .btn-default:active.focus,
        .btn-default:active:focus,
        .btn-default:active:hover,
        .open > .dropdown-toggle.btn-default.focus,
        .open > .dropdown-toggle.btn-default:focus,
        .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.active,
    .btn-default:active,
    .open > .dropdown-toggle.btn-default {
        background-image: 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: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }
.bootstrap-select .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.col-sm-3 {
    float: left;
}
.text-right {
    text-align: right !important;
}
.containerIBHotel {
    margin-right: auto;
    margin-left: auto;
}
.BoxIBHotel {
    min-width: 29% !important;
}
.form-group {
    margin-bottom: 15px;
}
.hide {
    display: none !important;
}

.show {
    display: block !important;
}
/*end=>Below Css has been created during version change*/

.noneIMP {
    display: none !important;
}

.none {
    display: none;
}

.lnks {
    text-decoration: underline;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    text-decoration:none;
}
:after,
:before {
    content: "";
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #ddd;
}

::-webkit-scrollbar-thumb {
    background-color: #dc1e23;
}

::selection {
    background: #555;
    color: #fff;
}

::-moz-selection {
    background: #555;
    color: #fff;
}

strong {
    font-weight: 700;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #333;
}

li,
ul {
    list-style: none;
}

a {
    color: inherit;
}

    a:focus,
    a:hover {
        text-decoration: none;
        color: inherit;
        outline: 0;
    }

.fade_anim {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.title {
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
}

    .title * {
        font-size: 24px;
        margin: 0;
        color: #211e22;
    }

    .title:after {
        width: 100px;
        height: 1px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #c00;
        display: block;
    }

.red_txt {
    color: #c00;
}

.black_txt {
    color: #211e22;
}

.white_txt {
    color: #fff;
}

.no-border {
    border: none;
}

.cta {
    background: #fff;
    color: #c00;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 150px;
    padding: 15px;
}

    .cta:hover {
        background: #d12026;
        color: #fff;
    }

.cta_red {
    color: #fff;
    background: #c00;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 150px;
    padding: 15px;
}

    .cta_red:hover {
        background: #fff;
        color: #d12026;
    }

.btn.cta {
    color: #fff;
    background: #c00;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 150px;
    padding: 13px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn.cta:focus,
    .btn.cta:hover {
        background: #b30404;
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.redBtn {
    min-width: 120px;
    height: 45px;
    padding: 0 10px;
    display: inline-flex;
    position: relative;
    text-align: center;
    background: #e40000;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    overflow: hidden;
    cursor: pointer;
}

    .redBtn strong {
        color: #fff;
        position: relative;
        z-index: 1;
        line-height: inherit;
        display: table;
        vertical-align: middle;
        text-align: center;
        margin: auto;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .redBtn {
        min-width: 120px;
        height: 45px;
        padding: 0 10px;
        display: inline-table;
        position: relative;
        text-align: center;
        background: #e40000;
        color: #fff;
        border: 0;
        border-radius: 0;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.07em;
        overflow: hidden;
        cursor: pointer;
    }

        .redBtn strong {
            color: #fff;
            position: relative;
            z-index: 1;
            line-height: inherit;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            margin: auto;
        }
}

button.redBtn strong {
    display: inline-block;
}

.redBtn:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    content: "";
    transform: skewX(25deg);
    transition: all 0.2s ease-in-out;
    z-index: 0;
}

.redBtn:hover:before {
    left: 120%;
    transform: skewX(0deg);
    background: rgba(0, 0, 0, 0.3);
}

.redBtn[disabled] {
    background: #ccc;
    cursor: not-allowed;
}

    .redBtn[disabled]:hover:before {
        left: -50%;
        transform: skewX(25deg);
        background: rgba(0, 0, 0, 0.2);
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin: auto;
}

    .slick-track:after,
    .slick-track:before {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    /* display: none; */
    /* float: left; */
    /* height: 100%; */
    min-height: 1px;
    outline: 0;
    flex: 0 0 auto;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    /* display: block; */
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 5px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 80px;
            height: 5px;
            cursor: pointer;
            border: 0;
            outline: 0;
            background: #cac9ca;
        }

            .slick-dots li button:focus,
            .slick-dots li button:hover {
                outline: 0;
            }

                .slick-dots li button:focus:before,
                .slick-dots li button:hover:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-size: 80px;
                line-height: 0;
                position: absolute;
                top: 0;
                left: 0;
                width: 80px;
                height: 5px;
                text-align: center;
                opacity: 1;
                background: #cac9ca;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            background: #c00;
        }

.form-control {
    border-radius: 0;
}

    .form-control:focus {
        border-color: inherit;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .form-control::-moz-placeholder {
        color: #333;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #333 !important;
    }

    .form-control::-webkit-input-placeholder {
        color: #333 !important;
    }

.maxwidth {
    max-width: 1500px;
    margin: auto;
}

.main_content_container {
    position: relative;
    padding-top: 110px;
    z-index: 9;
}

.gray_texture {
    background: url(../images/texture.png) #e5e3e3;
}

.lightgray_texture {
    background: url(../images/l_texture.png) #f4f3f3;
}

.scrollToTop {
    width: 35px;
    height: 35px;
    background: #c00;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 100;
    color: #fff;
    line-height: 35px !important;
    text-align: center;
    display: none;
}

    .scrollToTop:hover {
        opacity: 1;
        color: #fff;
    }

header {
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    background: #fff;
    border-bottom: 1px solid #b9b4ba;
}

.top_links {
    height: 25px;
}

    .top_links .link_box {
        height: 14px;
        float: right;
        margin: 4px 14px 0 0;
        padding: 0 14px 0 0;
        /* border-right: 1px solid #ddd; */
        position: relative;
        font-size: 11px;
        text-transform: uppercase;
        line-height: 18px;
    }

    .top_links a {
        color: #333;
        margin: 0;
        display: flex;
    }

        .top_links a:hover {
            color: #c00;
        }

        .top_links a img {
            width: 17px;
            margin-top: -4px;
        }

    .top_links i.fa {
        color: #c00;
        margin-right: 3px;
        font-size: 13px;
    }

    .top_links .link_box:first-child {
        border: none;
        margin-right: 0;
        padding-right: 0;
    }

.contact_nos .dropdown-menu {
    width: 450px;
    right: -30px;
    left: auto;
    padding: 1px;
    border-radius: 0;
    margin-top: 8px;
    background: #c00;
    -webkit-box-shadow: 0 5px 15px #333;
    -moz-box-shadow: 0 5px 15px #333;
    box-shadow: 0 5px 15px #333;
}

/*.contact_nos .dropdown-menu:before {
        width: 9px;
        height: 9px;
        display: block;
        background: #c00;
        position: absolute;
        top: -5px;
        right: 54px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1;
    }*/

.contact_nos.roeDD .dropdown-menu {
    width: 250px;
    right: 0;
}

.contact_nos .contact_nos_holder {
    position: relative;
    height: 100%;
}

.contact_nos .tl {
    width: 100%;
    display: block;
    padding: 7px 10px;
    background: #c00;
    color: #fff;
}

.contact_nos .dropdown-menu ul {
    margin: 0;
    padding-left: unset !important;
}

.contact_nos .dropdown-menu li {
    width: auto;
    display: block;
    padding: 7px 10px;
    border-right: 1px solid #eee;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 12px;
}

    .contact_nos .dropdown-menu li span {
        display: block;
        width: 50%;
        float: left;
    }

    .contact_nos .dropdown-menu li:hover {
        color: #c00;
        background: #fafafa;
    }

    .contact_nos .dropdown-menu li.view_all {
        height: 53px;
        text-align: center;
        padding: 0;
    }

        .contact_nos .dropdown-menu li.view_all a {
            font-weight: 700;
            color: #c00;
            padding: 0;
            line-height: 53px;
        }

.contact_nos .dropdown-menu .dd_cancel,
.contact_nos .dropdown-menu .dd_roe_cancel {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #eee;
    color: #333;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

@media all and (max-width: 600px) {
    .contact_nos .dropdown-menu {
        width: 230px;
        /* height: 300px; */
        right: -115px;
    }

        .contact_nos .dropdown-menu:before {
            right: 140px;
        }

    .contact_nos .tl {
        font-size: 12px;
        position: absolute;
        top: 0;
    }

    .contact_nos .dropdown-menu ul {
        height: 266px;
        display: block;
        float: left;
        position: absolute;
        top: 30px;
        overflow-y: scroll;
    }

    .contact_nos .dropdown-menu li span {
        width: 100%;
        display: block;
    }

    .contact_nos .dropdown-menu li.view_all {
        clear: both;
    }

    .mobHide {
        display: none;
    }
}

@media all and (max-width: 400px) {
    .top_links .link_box {
        margin: 4px 0 0 9px;
        padding: 0 0 0 0px;
        border-left: 0;
    }

    .top_links a {
        display: block;
    }
}

.logo_holder {
    margin-bottom: 10px;
}

.tflogo_holder {
    margin-top: -15px;
}

.cd-header-buttons {
    height: 48px;
    line-height: 48px;
    float: right;
}

.login_head {
    float: right;
    position: relative;
}

    .login_head a {
        font-size: 15px;
    }

        .login_head a:hover {
            color: #c00;
        }

    .login_head span.icon {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 0 4px 0 0;
        vertical-align: middle;
        border: 1px solid #c00;
        background: url(../images/ic_login.png) no-repeat center center #c00;
        -webkit-border-radius: 50%;
        -mox-border-radius: 50%;
        border-radius: 50%;
    }

.cart_box {
    width: 25px;
    height: 20px;
    display: block;
    float: right;
    margin: 14px 25px 0 0;
    background: url(../images/ic_cart.png) no-repeat center center;
    position: relative;
}

    .cart_box .cart_items_count {
        width: 19px;
        height: 19px;
        display: block;
        background: #444;
        font-size: 11px;
        line-height: 19px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        position: absolute;
        top: -10px;
        right: -7px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 1px 2px 3px #ccc;
        -moz-box-shadow: 1px 2px 3px #ccc;
        box-shadow: 1px 2px 3px #ccc;
    }

    .cart_box a.cart_btn {
        display: block;
        width: 25px;
        height: 20px;
    }

.account_pop {
    width: 200px;
    right: 0;
    left: auto;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
    margin-top: -5px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px #333;
    -moz-box-shadow: 0 5px 15px #333;
    box-shadow: 0 5px 15px #333;
}

    .account_pop:before {
        width: 9px;
        height: 9px;
        display: block;
        background: #fff;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        position: absolute;
        top: -5px;
        right: 54px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1;
    }

    .account_pop .welcomebox {
        border-bottom: 1px solid #ccc;
        padding: 0 10px 10px;
        margin-bottom: 10px;
    }

    .account_pop button.cta.btn {
        line-height: 35px;
        height: 35px;
        padding: 0 15px;
    }

@media all and (max-width: 1199px) {
    header {
        height: 80px;
    }

    .top_links {
        margin-bottom: 10px;
    }

    .menus_container {
        height: 26px;
    }

    .main_content_container {
        padding-top: 80px;
    }

    .logo_holder img {
        width: 100%;
        max-width: 232px;
        position: absolute;
    }

    .cd-header-buttons {
        height: 26px;
        line-height: 26px;
        float: right;
    }

    .cart_box {
        margin: 5px 20px 0 0;
    }
}

@media all and (max-width: 767px) {
    .login_head a span.txt {
        display: none;
    }

    .account_pop {
        margin-top: 5px;
    }

        .account_pop:before {
            right: 10px;
        }

    .tflogo_holder img {
        width: 130px;
    }
}

.swissBrief {
    padding-top: 40px;
}

.foot_item {
    max-width: 200px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

    .foot_item img {
        max-width: 100%;
        margin: 0 auto 20px;
        display: block;
    }

@media all and (max-width: 767px) {
    .foot_item {
        margin: 0 auto 20px;
    }
}

@media (max-width: 575.98px) {
    .swissBrief {
        padding-left: 0;
        padding-right: 0;
    }

    .foot_item {
        font-size: 14px;
    }

        .foot_item img {
            margin: 0 auto 8px;
            max-width: 75%;
        }
}

.footer {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 40px;
    border-top: 1px solid #dedede;
}

    .footer .foot_head {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #211e22;
        border-bottom: 1px solid #bbb;
        padding-bottom: 10px;
        margin-bottom: 18px;
        margin-right: 40px;
    }

        .footer .foot_head i {
            display: none;
            color: #c00;
        }

    .footer ul li {
        font-size: 14px;
        text-transform: capitalize;
        color: #333;
        margin-bottom: 10px;
        background: url(../images/foot_dash.png) no-repeat left;
        padding-left: 15px;
    }

        .footer ul li a:hover {
            padding-left: 4px;
            color: #c00;
        }

footer .bottom {
    background: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    font-size: 12px;
}

    footer .bottom .social a {
        display: inline-block;
        margin-left: 10px;
    }

        footer .bottom .social a i {
            color: #313131;
            font-size: 20px;
            display: inline-block;
        }

            footer .bottom .social a i:last-child {
                margin-right: 0;
            }

            footer .bottom .social a i:hover {
                color: #c00;
            }

.adHolder {
    width: 100%;
    /*max-width: 300px;*/
    max-width: 400px;
    display: table;
    margin: auto;
}

    .adHolder .foot_head {
        margin-right: 0 !important;
    }

.adBlock {
    width: auto;
    margin-top: -13px;
    max-width: 300px;
    height: 160px;
    position: relative;
}

    .adBlock iframe,
    .adBlock img {
        width: 100%;
        height: 100%;
        position: absolute;
    }

@media all and (min-width: 992px) {
    .footer,
    footer .bottom {
        padding-left: 50px;
        padding-right: 50px;
    }

        .footer ul {
            display: block;
        }
}

@media all and (max-width: 991px) {
    .footer ul {
        margin: 15px 0;
        display: block;
    }

    .footer .foot_head {
        margin-right: 30px;
    }

    .reverse-div {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media all and (max-width: 767px) {
    .footer ul {
        margin: 0 0 20px 0;
        display: none;
    }

    .adBlock,
    .footer .foot_head {
        margin-right: 0;
        vertical-align: middle;
    }

        .footer .foot_head i {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

    .adHolder .foot_head {
        text-align: center;
    }
}

.tabs_form_container {
    position: relative;
    background: url(../images/texture.png) #f5f5f5;
}

    .tabs_form_container ul.tabs {
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        height: 50px;
        text-align: center;
        position: relative;
        z-index: 11;
    }

        .tabs_form_container ul.tabs li {
            width: 150px;
            height: 50px;
            display: inline-block;
            margin: 0 10px;
            cursor: pointer;
            padding: 10px 0 0;
            position: relative;
            vertical-align: bottom;
            color: #333;
            border-radius: 2px 2px 0 0;
        }

            .tabs_form_container ul.tabs li.active {
                background: #635c5c;
                color: #fff;
                font-weight: 700;
            }

                .tabs_form_container ul.tabs li.active:after {
                    border-bottom: 7px solid #f5f5f5;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    position: absolute;
                    bottom: -1px;
                    left: 50%;
                    margin-left: -8px;
                    display: block;
                }

            .tabs_form_container ul.tabs li .tab_title {
                line-height: 30px;
                text-transform: uppercase;
                display: inline-block;
            }

            .tabs_form_container ul.tabs li .icon {
                width: 30px;
                height: 30px;
                display: inline-block;
                margin: 0 5px 0 0;
                background-image: url(../images/hometabs_icons.png);
                background-repeat: no-repeat;
                vertical-align: middle;
            }

                .tabs_form_container ul.tabs li .icon.ic_1 {
                    background-position: 0 0;
                }

                .tabs_form_container ul.tabs li .icon.ic_2 {
                    background-position: -30px 0;
                }

                .tabs_form_container ul.tabs li .icon.ic_3 {
                    background-position: -60px 0;
                }

                .tabs_form_container ul.tabs li .icon.ic_4 {
                    background-position: -90px 0;
                }

                .tabs_form_container ul.tabs li .icon.ic_5 {
                    background-position: -120px 0;
                }

            .tabs_form_container ul.tabs li.active .icon.ic_1 {
                background-position: 0 -30px;
            }

            .tabs_form_container ul.tabs li.active .icon.ic_2 {
                background-position: -30px -30px;
            }

            .tabs_form_container ul.tabs li.active .icon.ic_3 {
                background-position: -60px -30px;
            }

            .tabs_form_container ul.tabs li.active .icon.ic_4 {
                background-position: -90px -30px;
            }

            .tabs_form_container ul.tabs li.active .icon.ic_5 {
                background-position: -120px -30px;
            }

    .tabs_form_container .tab_container {
        padding: 0;
    }

    .tabs_form_container .tab_content {
        padding: 15px 35px;
        border-top: 1px solid #c7c7c7;
        display: none;
    }

        .tabs_form_container .tab_content a:hover {
            text-decoration: underline;
        }

        .tabs_form_container ul.tabs li:last-child,
        .tabs_form_container .tab_content:last-child {
            display: none;
        }

@media screen and (max-width: 992px) {
    /*.tabs_form_container .tab_content{padding:0}
.tabs_form_container ul.tabs{display:table;}
.tabs_form_container ul.tabs li{width:20%;padding:10px;display:table-cell;}
*/
}

@media screen and (max-width: 767px) {
    .tabs_form_container {
        padding-left: 0px;
        padding-right: 0px;
    }

        .tabs_form_container ul.tabs {
            display: table;
        }

            .tabs_form_container ul.tabs li {
                padding: 5px 5px 10px;
                width: 25%;
                display: table-cell;
            }

                .tabs_form_container ul.tabs li .tab_title {
                    line-height: 20px;
                    display: block;
                    font-size: 12px;
                }

                .tabs_form_container ul.tabs li .icon {
                    display: block;
                    margin: auto;
                }

        .tabs_form_container .tab_container {
            margin-bottom: 15px;
        }

        .tabs_form_container .tab_content {
            padding: 15px;
        }
}

@media screen and (max-width: 450px) {
    .tabs_form_container ul.tabs li .tab_title {
        font-size: 10px;
        line-height: 1;
        padding-top: 5px;
    }
}

.search_forms * {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search_forms .form-group .input-group {
    border: 1px solid #ccc;
}

@media screen and (min-width: 1024px) {
    .search_forms .form-group {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.search_forms .form-group .input-group-addon {
    background-image: url(../images/icons_sprite.png);
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0;
    padding: 45px 0 0 30px;
}

.search_forms .form-control,
.search_forms .form-control[readonly] {
    font-size: 14px;
    border: 1px solid #fff;
    height: 44px;
    padding: 5px;
    background-color: #fff !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search_forms .btn {
    width: 150px;
    height: 45px;
    padding: 12px 0;
    background: #c00;
    color: #fff;
    font-weight: 700;
    border: 0;
    outline: 0;
}

.bootstrap-select .dropdown-menu {
    padding: 0px
}

    .bootstrap-select .dropdown-menu .inner {
        max-height: 230px
    }

        .bootstrap-select .dropdown-menu .inner > li {
            border-bottom: 1px solid #ddd
        }


.bootstrap-select .btn {
    background: #fff;
    color: #333 !important;
    font-weight: normal;
    outline: none;
    /* display: block; */
    width: 100%;
    height: 100%;
    /* padding: 6px 0px; */
}

    .bootstrap-select .btn:active {
        box-shadow: none;
    }

    .bootstrap-select .btn:after {
        /* content: "\f0d7"; */
        /* font: normal normal normal 14px/1 FontAwesome; */
        font-size: 25px;
        position: absolute;
        right: 0px;
        /*top: 23px;*/
        right: 10px;
        height: 12px;
        transition: 0.2s ease all;
    }

    .bootstrap-select .btn.show:after {
        transform: rotate(180deg);
        top: 14px;
    }

.bootstrap-select > .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
    padding: 11px 10px;
}

    .bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li.active a {
        background: #c00;
        color: #fff;
    }

.search_forms .redBtn {
    width: 160px;
}

.search_forms .advSearchLink {
    position: absolute;
    right: 10px;
    bottom: 0;
}

.search_forms label {
    font-weight: 400;
}

.search_forms .radio-inline {
    margin-bottom: 10px;
}

    .search_forms .radio-inline input[type="radio"] {
        margin-left: 0;
    }

input.date[readonly] {
    background: #fff;
}

input.date[disabled] {
    background: #ddd;
}

.search_forms .ic_pointer {
    background-position: 0 0;
}

.search_forms .ic_date {
    background-position: -30px 0;
}

.search_forms .ic_person {
    background-position: -60px 0;
}

.search_forms .ic_nights {
    background-position: -90px 0;
}

.search_forms .ic_rooms {
    background-position: -180px 0;
}

.search_forms .ic_hotel {
    background-position: 0 -45px;
}

.search_forms .ic_currency {
    background-position: -30px -45px;
}

.search_forms .ic_search {
    background-position: -60px -90px;
}

.search_forms .ic_star {
    background-position: -90px -90px;
}

.search_forms .ic_status {
    background-position: -120px -90px;
}

.search_forms .ic_sort {
    background-position: -150px -90px;
}

.ez_checkbox label {
    cursor: pointer;
}

    .ez_checkbox label span {
        display: inline-block;
    }

.ez-hide {
    opacity: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.ez-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    zoom: 1;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
}

    .ez-checkbox:before {
        content: "";
        font-size: 18px;
        display: block;
        position: absolute;
        top: -1px;
        left: 1px;
    }

.ez-checked-select {
    border: 1px solid #999;
}

    .ez-checked-select:before {
        content: "\2714";
        color: #c00;
        line-height: 18px;
        font-weight: 400;
    }

.ez-radio {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .ez-radio:before {
        content: "";
        width: 8px;
        height: 8px;
        background: #ccc;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.ez-selected.ez-radio:before {
    width: 10px;
    height: 10px;
    background: #c00;
}

.ez-checkbox input[type="checkbox"],
.ez-radio input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 18px !important;
    height: 18px !important;
    min-height: 16px;
    margin: 0;
}

.passenger_count input[readonly] {
    background: #fff;
}

.passenger_count .popover {
    color: #333;
    margin-top: 0;
    margin-left: 22px;
    left: 24px !important;
    width: 260px;
    font-family: inherit;
    -webkit-box-shadow: 0 5px 15px #333;
    -moz-box-shadow: 0 5px 15px #333;
    box-shadow: 0 5px 15px #333;
}

    .passenger_count .popover .arrow {
        left: 16px !important;
        top: -16px;
        border-width: 8px;
    }

    .passenger_count .popover .popover-content {
        padding: 7px;
    }

        .passenger_count .popover .popover-content .form-group {
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #ccc;
        }

            .passenger_count .popover .popover-content .form-group .control-label {
                padding: 0;
            }

                .passenger_count .popover .popover-content .form-group .control-label * {
                    display: block;
                }

            .passenger_count .popover .popover-content .form-group .spinners {
                padding: 0;
                border: 1px solid #ddd;
            }

                .passenger_count .popover .popover-content .form-group .spinners .form-control {
                    height: 40px;
                    background-color: #fff;
                }

                .passenger_count .popover .popover-content .form-group .spinners .btn {
                    width: 40px;
                    height: 40px;
                    display: block;
                    background: #eee;
                    color: #c00;
                }

        .passenger_count .popover .popover-content .btn-default {
            margin: auto;
        }
    /*start popover after changing version 4.6------*/
    .passenger_count .popover .popover-body {
        padding: 7px;
    }

        .passenger_count .popover .popover-body .form-group {
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #ccc;
        }

            .passenger_count .popover .popover-body .form-group .control-label {
                padding: 0;
            }

                .passenger_count .popover .popover-body .form-group .control-label * {
                    display: block;
                }

            .passenger_count .popover .popover-body .form-group .spinners {
                padding: 0;
                border: 1px solid #ddd;
            }

                .passenger_count .popover .popover-body .form-group .spinners .form-control {
                    height: 40px;
                    background-color: #fff;
                }

                .passenger_count .popover .popover-body .form-group .spinners .btn {
                    width: 40px;
                    height: 40px;
                    display: block;
                    background: #eee;
                    color: #c00;
                }

        .passenger_count .popover .popover-body .btn-default {
            margin: auto;
        }
/*end popover after changing version 4.6------*/
@media screen and (max-width: 767px) {
    .search_forms .advSearchLink,
    .search_forms .advSearchLink2 {
        position: static;
        text-align: center;
        padding-top: 10px;
    }

    .formBtnCenter {
        text-align: center;
    }
}

.banner_wrp {
    position: relative;
    background: #fff;
}

    .banner_wrp .slider-nav .hmSlide {
        width: 100%;
        height: 500px;
        display: block;
        outline: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }

        .banner_wrp .slider-nav .hmSlide:before {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(35, 35, 35, 0.3);
        }

    .banner_wrp .banner_txt_wrp {
        outline: none;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 90%;
        max-width: 900px;
        color: #fff;
        text-align: center;
        z-index: 9;
    }

    .banner_wrp .slider-nav .banner_txt_wrp .banner_txt {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .banner_wrp .slider-nav .banner_txt_wrp .banner_txt * {
            opacity: 0;
            position: relative;
            top: 30px;
            -webkit-transition: all 0.4s ease-out;
            -moz-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
        }

    .banner_wrp .slider-nav .slick-active .banner_txt_wrp .banner_txt * {
        opacity: 1;
        top: 0px;
    }

    .banner_wrp .slider-nav .banner_txt_wrp .banner_txt h2, .banner_txt h1 {
        font-size: 55px;
        font-weight: 700;
        line-height: 1;
        display: block;
        margin-top: 0;
        text-shadow: 0 0 2px #000;
        margin-bottom: 20px;
        transition-delay: 1.3s;
        text-transform: uppercase;
    }

    .banner_wrp .slider-nav .banner_txt_wrp .banner_txt p {
        font-size: 21px;
        font-weight: 300;
        text-shadow: 0 0 2px #000;
        transition-delay: 1.5s;
    }

    .banner_wrp .slider-nav .banner_txt_wrp .banner_txt .cta {
        padding: 18px 35px;
        margin-top: 10px;
        display: inline-block;
        transition-delay: 1.7s;
        box-shadow: 0 3px 10px #000;
    }

        .banner_wrp .slider-nav .banner_txt_wrp .banner_txt .cta:hover {
            transition-delay: 0s !important;
            box-shadow: 0 1px 3px #000;
        }

    .banner_wrp .slider-nav .banner_txt_wrp .banner_txt .redBtn {
        width: 170px;
        height: 55px;
        transition-delay: 1.7s;
    }

    .banner_wrp .slider-nav .slick-arrow {
        outline: none;
        width: 50px;
        height: 50px;
        position: absolute;
        border: 0;
        z-index: 1;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .banner_wrp:hover .slider-nav .slick-arrow {
        opacity: 1;
    }

    .banner_wrp .slider-nav .slick-prev {
        background: url(../images/HomeSlider/prev.png) no-repeat center;
        bottom: 50%;
        left: 0;
    }

    .banner_wrp .slider-nav .slick-next {
        background: url(../images/HomeSlider/next.png) no-repeat center;
        bottom: 50%;
        right: 0;
    }

    .banner_wrp:hover .slider-nav .slick-prev {
        left: 50px;
    }

    .banner_wrp:hover .slider-nav .slick-next {
        right: 50px;
    }

@media all and (max-width: 992px) {
    .banner_wrp .slick-dots {
        position: absolute;
        bottom: 20px;
        left: 10px;
        text-align: center;
        z-index: 9;
    }

        .banner_wrp .slick-dots li {
            width: 18px;
            height: 18px;
        }

            .banner_wrp .slick-dots li button {
                width: 14px;
                height: 14px;
                margin: 2px;
                border: 1px solid #fff;
                background: #e2e2e2;
                border-radius: 50%;
                position: relative;
            }

                .banner_wrp .slick-dots li button:before {
                    width: 0px;
                    height: 0px;
                    border-radius: 50%;
                    top: 50%;
                    left: 50%;
                    transition: all 0.3s ease;
                }

            .banner_wrp .slick-dots li.slick-active button:before {
                width: 12px;
                height: 12px;
                top: 0;
                left: 0;
                background: #cc0000;
            }
}

@media all and (max-width: 767px) {
    .banner_wrp .slider-nav .hmSlide {
        height: 400px;
    }

    .banner_wrp .slider-nav .banner_txt_wrp .banner_txt h2, .banner_txt h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .banner_wrp .slider-nav .banner_txt_wrp .banner_txt p {
        font-size: 16px;
    }

    .banner_wrp .slider-nav .banner_txt_wrp .banner_txt .cta {
        padding: 15px 25px;
    }

    .banner_wrp .slick-dots {
        bottom: 10px;
    }
}

.exclusive_home {
    margin-bottom: 50px;
    max-width: 1500px;
}

.exclusive_off {
    display: table;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .exclusive_off:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.4;
        z-index: 0;
        -webkit-transition: 2s ease-out;
        -moz-transition: 2s ease-out;
        -o-transition: 2s ease-out;
        transition: 2s ease-out;
    }

    .exclusive_off img {
        width: 100%;
        height: auto;
        transition: all 1s ease-in-out;
    }

    .exclusive_off:hover img {
        transform: scale(1.05);
    }

    .exclusive_off:hover:after {
        opacity: 0.6;
    }

    .exclusive_off .exclusive_off_txt {
        width: 100%;
        height: 245px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        color: #fff;
        z-index: 1;
        display: table-cell;
        margin: auto;
        text-transform: capitalize;
    }

        .exclusive_off .exclusive_off_txt h2 {
            font-size: 30px;
            line-height: 48px;
            font-weight: 400;
            margin-bottom: 10px;
        }

            .exclusive_off .exclusive_off_txt h2 strong {
                font-size: 36px;
                display: block;
            }

        .exclusive_off .exclusive_off_txt a {
            font-size: 14px;
            display: inline-block;
            min-width: 150px;
        }

    .exclusive_off:hover .exclusive_off_txt a {
        background: #c00;
        color: #fff;
    }

.video_wrp {
    margin: 0 auto 50px;
}

    .video_wrp .video_container {
        width: 100%;
        height: 600px;
        display: block;
        position: relative;
    }

        .video_wrp .video_container iframe {
            width: 100%;
            height: 100%;
            position: absolute;
        }

    .video_wrp .video_content {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url(../images/video.jpg) no-repeat center center;
        background-size: cover;
        z-index: 100;
    }

        .video_wrp .video_content .video_text {
            width: auto;
            max-width: 500px;
            display: block;
            margin: 100px auto 40px;
            color: #fff;
        }

            .video_wrp .video_content .video_text .title h2 {
                color: #fff;
            }

            .video_wrp .video_content .video_text p {
                line-height: 24px;
            }

        .video_wrp .video_content .play_btn {
            width: 110px;
            height: 110px;
            display: block;
            margin: auto;
        }

            .video_wrp .video_content .play_btn a {
                cursor: pointer;
            }

            .video_wrp .video_content .play_btn img {
                width: 100%;
                display: block;
            }

@media all and (max-width: 991px) {
    .video_wrp .video_container {
        width: 100%;
        height: 450px;
    }

    .video_wrp .video_content .video_text {
        margin: 50px auto 40px;
    }
}

@media all and (max-width: 767px) {
    .video_wrp {
        display: none;
    }

        .video_wrp .video_container {
            height: auto;
        }

        .video_wrp .video_content {
            position: static;
            display: block;
            height: auto;
            background: #fff;
            color: #333;
        }

            .video_wrp .video_content .video_text {
                color: #333;
                margin: 0 auto 30px;
                padding: 0 15px;
                max-width: none;
            }

                .video_wrp .video_content .video_text .title h2 {
                    color: #211e22;
                }

        .video_wrp .video_container .video_holder {
            width: 100%;
            padding-bottom: 56.25%;
            position: relative;
        }

        .video_wrp .video_content .play_btn {
            display: none;
        }
}

.home_bestdeals {
    margin-bottom: 50px;
    overflow: hidden;
    max-width: 1500px;
}

    .home_bestdeals .bestdeals {
        width: auto;
        margin: 0 -10px;
    }

        .home_bestdeals .bestdeals .best_deals_content {
            outline: 0;
            margin: 0 10px;
            cursor: pointer;
            overflow: hidden;
            position: relative;
        }

.best_deals_content img {
    width: 100%;
    height: auto;
    transition: all 1s ease-in-out;
}

.best_deals_content:hover img {
    transform: scale(1.05);
}

.best_deals_content:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 0;
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}

.best_deals_content:hover:after {
    opacity: 0.5;
}

.best_deals_content .best_deals_top {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: left;
    color: #fff;
    padding: 0 20px;
    z-index: 1;
    background: url(../images/BestDeal/gradient.png) center top repeat-x;
    height: 112px;
}

    .best_deals_content .best_deals_top h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }

        .best_deals_content .best_deals_top h2 span {
            font-size: 14px;
            font-weight: 400;
        }

    .best_deals_content .best_deals_top .rating {
        width: 100%;
        margin-top: 5px;
    }

        .best_deals_content .best_deals_top .rating .rating_star {
            height: 20px;
            background: url(../images/star_rating.png);
        }

        .best_deals_content .best_deals_top .rating .one_star {
            width: 20px;
        }

        .best_deals_content .best_deals_top .rating .two_star {
            width: 40px;
        }

        .best_deals_content .best_deals_top .rating .three_star {
            width: 60px;
        }

        .best_deals_content .best_deals_top .rating .four_star {
            width: 80px;
        }

        .best_deals_content .best_deals_top .rating .five_star {
            width: 100px;
        }

.home_bestdeals .bestdeals .slick-arrow {
    width: 50px;
    height: 100px;
    outline: 0;
    border: 0;
    position: absolute;
    top: 40%;
    z-index: 1;
    color: #c9c8c8;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
}

    .home_bestdeals .bestdeals .slick-arrow:hover {
        color: #c00;
    }

    .home_bestdeals .bestdeals .slick-arrow.slick-disabled,
    .home_bestdeals .bestdeals .slick-arrow.slick-disabled:hover {
        color: #ddd;
    }

.home_bestdeals .bestdeals .slick-prev {
    left: 0;
    background: #fff;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    animation-iteration-count: 3px 0 3px 0 rgba(0, 0, 0, 0.27);
    -moz-animation-iteration-count: 3px 0 3px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.27);
}

.home_bestdeals .bestdeals .slick-next {
    right: 0;
    background: #fff;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    -webkit-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.27);
    box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.27);
}

.home_bestdeals .bestdeals .slick-prev:before {
    content: "\f054";
}

.home_bestdeals .bestdeals .slick-next:before {
    content: "\f053";
}

.home_bestdeals .bestdeals .best_deals_content .best_deals_bottom {
    width: 130px;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

    .home_bestdeals .bestdeals .best_deals_content .best_deals_bottom:before {
        position: absolute;
        left: 30px;
        top: 0;
        width: 120%;
        height: 100%;
        background: rgba(204, 0, 0, 0.83);
        -webkit-transform: skew(-30deg, 0deg);
        -moz-transform: skew(-30deg, 0deg);
        -ms-transform: skew(-30deg, 0deg);
        -o-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
    }

.home_bestdeals .bestdeals .best_deals_content .best_deals_center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    display: block;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

.home_bestdeals .bestdeals .best_deals_content:hover .best_deals_center {
    opacity: 1;
    top: 45%;
}

.home_bestdeals .bestdeals .best_deals_content .best_deals_bottom .prize {
    position: absolute;
    bottom: 10%;
    right: 5px;
    width: 130px;
    color: #fff;
    font-size: 24px;
}

    .home_bestdeals .bestdeals .best_deals_content .best_deals_bottom .prize i {
        font-size: 21px;
        margin-right: 3px;
    }

    .home_bestdeals .bestdeals .best_deals_content .best_deals_bottom .prize span {
        font-size: 12px;
        font-weight: 300;
        display: block;
    }

@media all and (max-width: 767px) {
    .home_bestdeals .bestdeals {
        width: auto;
        margin: 0 -15px;
    }
}

@media all and (max-width: 600px) {
    .home_bestdeals .bestdeals .slick-arrow {
        width: 30px;
        height: 60px;
        font-size: 20px;
    }
}

.travel_experience {
    background: url(../images/travel_exeperiance_bg.jpg) no-repeat top center fixed;
    background-size: cover;
    height: auto;
    padding-top: 40px;
    padding-bottom: 30px;
}

    .travel_experience .home_testimonials {
        margin: 0 auto;
        max-width: 1500px;
    }

.home_testimonials div {
    outline: 0;
}

    .home_testimonials div .travelexe_content_wrp {
        width: auto;
        height: 330px;
        border: 1px solid #e1e0e0;
        padding: 0 20px;
        margin: 45px 25px 30px;
        background: #fff;
        outline: 0;
        position: relative;
    }

.travelexe_content_wrp .client_photo {
    width: 90px;
    height: 90px;
    float: left;
    margin-top: -45px;
    margin-bottom: 20px;
    border: 2px solid #d6d5d5;
}

    .travelexe_content_wrp .client_photo img {
        width: 100%;
        min-height: 100%;
        height: auto;
        display: block;
    }

.travelexe_content_wrp .testim_text_box {
    position: relative;
    height: 153px;
    overflow: hidden;
    top: 0;
    bottom: 100px;
}

    .travelexe_content_wrp .testim_text_box a.more {
        position: absolute;
        bottom: 0;
        background: #fff;
        display: block;
        width: 100%;
        height: 20px;
        text-decoration: underline;
    }

        .travelexe_content_wrp .testim_text_box a.more:hover {
            color: #c00;
        }

    .travelexe_content_wrp .testim_text_box.scroll {
        overflow: auto;
        padding-right: 10px;
    }

        .travelexe_content_wrp .testim_text_box.scroll a.more {
            position: static;
            color: #c00;
        }

.travelexe_content_wrp h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #c00;
    margin-bottom: 10px;
    margin-top: 0;
}

.travelexe_content_wrp p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 5px;
}

.travelexe_content_wrp .staff_label {
    width: auto;
    height: 30px;
    float: right;
    background: #757a3e;
    padding: 0 10px;
    margin-right: -20px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: none;
}

    .travelexe_content_wrp .staff_label.visible {
        display: block;
    }

.travelexe_content_wrp .travelexe_content_bottom {
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 5%;
    padding: 18px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
}

.travelexe_content_wrp:after {
    width: 90%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: -1;
    box-shadow: 0 0 30px #777;
}

@media all and (max-width: 991px) {
    .travel_experience .home_testimonials {
        margin: 0 -15px;
    }
}

@media all and (max-width: 767px) {
    .home_testimonials div .travelexe_content_wrp {
        margin: 45px 15px 30px;
    }
}

@media all and (max-width: 450px) {
    .home_testimonials div .travelexe_content_wrp {
        margin: 45px 10px 30px;
        padding: 0 10px;
    }

    .travelexe_content_wrp .staff_label {
        margin-right: -10px;
    }
}

.search_banner {
    width: 100%;
    display: block;
    background: url(../images/hotels/search_banner_bg.jpg) no-repeat center center #f6f6f6;
    background-size: cover;
    padding: 30px 0;
    margin-bottom: 50px;
}

.nstpBannerSection .trainTicketSearchBanner {
    min-height: 400px;
    padding: 0;
}

.search_banner .inBannerText {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    padding: 120px 0;
    text-align: center;
    text-shadow: 0 0 2px #222, 0 0 50px #aaa;
    text-transform: uppercase;
}

.search_fields_container {
    max-width: 650px;
    background: rgba(33, 34, 33, 0.8);
    display: block;
    margin: 0 auto;
    padding: 20px 30px;
    -webkit-box-shadow: 0 2px 1px #333;
    -moz-box-shadow: 0 2px 1px #333;
    box-shadow: 0 2px 1px #333;
}

.search_fields_inner_container {
    padding: 20px 35px 15px;
    position: relative;
    background: #ffffff;
}

    .search_fields_inner_container .search_forms .form-group {
        margin-bottom: 23px;
    }

.selected_trip:before {
    width: 25px;
    height: 20px;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 51px;
    left: 98px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.search_fields_container .room_added {
    border-top: 1px solid #666;
    display: none;
}

    .search_fields_container .room_added .room_no {
        margin-bottom: 8px;
    }

        .search_fields_container .room_added .room_no strong {
            background: #c00;
            padding: 3px 8px;
            border-radius: 0 0 4px 4px;
        }

.search_fields_container .child_added {
    display: none;
}

.search_bannerA {
    width: auto;
    display: block;
    background: url(../images/hotels/search_banner_bgApt.jpg) no-repeat center center #f6f6f6;
    background-size: cover;
    padding: 30px 0;
    margin-bottom: 50px;
}

.search_fields_container {
    max-width: 650px;
    background: rgba(33, 34, 33, 0.5);
    display: block;
    margin: 0 auto;
    padding: 20px 30px;
    -webkit-box-shadow: 0 2px 1px #333;
    -moz-box-shadow: 0 2px 1px #333;
    box-shadow: 0 2px 1px #333;
}

    .search_fields_container .room_added {
        border-top: 1px solid #666;
        display: none;
    }

        .search_fields_container .room_added .room_no {
            margin-bottom: 8px;
        }

            .search_fields_container .room_added .room_no strong {
                background: #c00;
                padding: 3px 8px;
                border-radius: 0 0 4px 4px;
            }

    .search_fields_container .child_added {
        display: none;
    }

/* new train ticket search css starts sneha */

.new_tt_search_form {
    width: 420px;
    min-height: 420px;
    background: none;
    box-shadow: 0px 3px 31px #00000033;
    opacity: 1;
    margin: 65px 45px 0 145px;
    padding: 0;
    position: absolute;
    z-index: 1;
}

.tt_main_heading_wrapper {
    margin-left: 37%;
    position: absolute;
    z-index: 1;
}

.tt_main_heading2 {
    display: none;
}

    .tt_main_heading_wrapper h1,
    .tt_main_heading2 h2 {
        text-align: left;
        font: normal normal bold 40px Roboto;
        letter-spacing: 0px;
        color: #ffffff;
        text-shadow: 0 0 35px #000;
        text-transform: uppercase;
        opacity: 1;
        line-height: 53px;
        padding-top: 100px;
    }

.tt_main_heading_wrapper h4 {
    line-height: 28px;
}

.tripBtn {
    display: block;
    background: #f3f3f3 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #cccccc;
    opacity: 1;
    padding: 16px;
    text-align: center;
    font-size: 16px;
}

.tripsContainer {
    display: block;
    height: 57px;
}

    .tripsContainer a .fa {
        color: #b5afaf;
        margin-right: 10px;
        font-size: 15px;
    }

.trans_return_date {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.selected_trip,
.tripBtn:hover,
.selected_trip:hover {
    background: #cc0000;
    color: #ffffff !important;
}

.oneWayBG,
.twoWayBG {
    display: inline-block;
    width: 35px;
    height: 28px;
    vertical-align: middle;
}

.oneWayBG {
    background: url(../images/PTP/one-way-grey.png) 0 0 no-repeat;
}

.twoWayBG {
    background: url(../images/PTP/two-way-grey.png) 0 0 no-repeat;
}

.selected_trip:hover,
.tripsContainer a:hover {
    background: #cc0000;
    color: #ffffff;
}

    .selected_trip .oneWayBG,
    .selected_trip:hover .oneWayBG,
    .tripsContainer a:hover .oneWayBG {
        background: url(../images/PTP/one-way.png) 0 0 no-repeat;
    }

    .selected_trip .twoWayBG,
    .selected_trip:hover .twoWayBG,
    .tripsContainer a:hover .twoWayBG {
        background: url(../images/PTP/two-way.png) 0 0 no-repeat;
    }

.new_tt_search_form .search_forms .to_control {
    margin-top: -6%;
}


.selectpassSection.travel_eurorail_wrapper {
    padding: 0;
}

.travel_eurorail_wrapper .title {
    padding: 0px 0px 10px 0px;
    margin-bottom: 60px;
}

    .travel_eurorail_wrapper .title h3 {
        text-align: center;
        font: normal normal normal 24px/54px Roboto;
        letter-spacing: 0px;
        color: #211e22;
        opacity: 1;
    }

    .travel_eurorail_wrapper .title h2:after {
        width: 100px;
        height: 1px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #c00;
        display: block;
    }

.railPartnerBG {
    height: 70px;
    background-size: 90%;
}

.euroStarWrap {
    background: url(../images/PTP/logo_eurostar1.png) 0 0 no-repeat;
    padding-left: 138px;
    font-size: 15px;
    color: #211e22;
    font-size: 15px;
    color: #211e22;
    height: 45px;
    margin: 5% 18% 0;
    text-align: left;
}

.travel_eurorail_inner_wrapper {
    width: 100%;
    display: table;
}

.travelEurorailsMobile1 {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}

.eurorail_desktop_cards-grid:before,
.eurorail_desktop_cards-grid:after {
    content: unset;
}

.eurorail_desktop_cards-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .eurorail_desktop_cards-grid.maxwidth {
        width: 95%;
        max-width: 1366px;
    }

.eurorail_option_wrap {
    height: 375px;
    width: 100%;
    max-width: 375px;
    /* margin-left: 114px;  */
    position: relative;
    z-index: 1;
    padding: 0;
}

@media screen and (min-width: 2500px) {
    .eurorail_option_wrap {
        height: 405px;
        max-width: 405px;
    }
}

@media screen and (min-width: 1920px) {
    .eurorail_option_wrap {
        height: 405px;
        max-width: 405px;
    }
}

.mainCard {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.frontFaceWrap,
.backWrap {
    border-radius: 50%;
    background: #f3f3f3;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.frontFaceWrap {
    box-shadow: 0px 3px 10px #00000040;
    transform: perspective(600px) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
}

.frontfaceImgWrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.backWrap {
    transform: perspective(600px) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateY(180deg);
    -moz-transform: perspective(600px) rotateY(180deg);
    -ms-transform: perspective(600px) rotateY(180deg);
    -o-transform: perspective(600px) rotateY(180deg);
}

.ffImgWrap {
    text-align: center;
    padding: 10px;
    margin-top: auto;
}

.ffImgWrap1 {
    text-align: center;
    padding: 14px;
    margin-top: auto;
}

.TTtitle {
    margin-bottom: auto;
}

.ffImgWrap img,
.ffImgWrap1 img {
    max-width: 100px;
}

.backContent {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.TERMobInnerwrap .backContent {
    padding: 24px 35px;
    margin: 10px 0;
    background: #f7f7f7;
}

.backContent ul {
    margin-bottom: 16px;
    text-align: left;
    list-style: none;
}

    .backContent ul li::before {
        content: "\2022";
        color: #c00;
        font-weight: bold;
        display: inline-block;
        width: 15px;
        margin-left: -15px;
        font-size: 30px;
        vertical-align: middle;
    }

    .backContent ul li {
        margin-bottom: 8px;
        font: normal normal normal 15px/24px Roboto;
        letter-spacing: 0px;
        color: #211e22;
    }

.mainCard:hover > .frontFaceWrap {
    transform: perspective(600px) rotateY(-180deg);
    cursor: pointer;
}

.mainCard:hover > .backWrap {
    transform: perspective(600px) rotateY(0deg);
    cursor: pointer;
}

.ssBrief .ssBriefBox .instTText {
    line-height: 45px;
    margin: 22% 0 0 5%;
    font-size: 40px;
}

.railPartnerWarppper {
    margin: 12% 0 0;
}

.travelEurorailsMobile {
    display: none;
    margin: 0 auto;
    width: 75%;
}

.travelEurorailsMobileWraper {
    padding: 20px;
}

.TERMobInnerwrap {
    padding-bottom: 32px;
}

.travelEurorailsMobileWraper .trainNetwrap {
    padding: 5px 5px 5px 68px;
    background-image: url(../images/PTP/train-station.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 48px 48px;
}

.travelEurorailsMobileWraper:nth-child(2) .trainNetwrap {
    background-image: url(../images/PTP/train-ticket.png);
}

.travelEurorailsMobileWraper:nth-child(3) .trainNetwrap {
    background-image: url(../images/PTP/coffee-cup.png);
    background-size: 36px 48px !important;
}

.trainNetwrap h3 {
    color: rgb(25, 25, 25);
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.TERMobMoreContent {
    width: 100%;
    display: none;
}

.instantTicketWrapper {
    margin-top: 110px;
    margin-left: -15px;
    margin-right: -15px;
}
/* new train ticket search css ends sneha */

.exclusive_list {
    padding: 0 35px;
    margin-bottom: 40px;
}

    .exclusive_list h2 {
        color: #211e22;
        font-weight: 700;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #cc0001;
    }

    .exclusive_list .icon {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 45px;
        margin-right: 5px;
        background-image: url(../images/icons_sprite.png);
        background-repeat: no-repeat;
    }

        .exclusive_list .icon.ic_pointer {
            background-position: 0 0;
        }

        .exclusive_list .icon.ic_globe {
            background-position: -120px 0;
        }

        .exclusive_list .icon.ic_payhotel {
            background-position: -60px -45px;
        }

        .exclusive_list .icon.ic_switzerland {
            background-position: -240px -45px;
        }

        .exclusive_list .icon.ic_recommend {
            background-position: 0 -90px;
        }

    .exclusive_list ul.listing {
        margin-top: 5px;
    }

        .exclusive_list ul.listing > li {
            margin-bottom: 2px;
            border-bottom: 1px solid #ddd;
            min-height: 60px;
        }

    .exclusive_list .tl {
        padding: 10px 0;
        position: relative;
        cursor: pointer;
    }

        .exclusive_list .tl .left {
            margin-right: 65px;
        }

        .exclusive_list .tl h3 {
            font-size: 16px;
            margin-top: 0;
            margin-bottom: 5px;
            color: #000;
        }

        .exclusive_list .tl p {
            font-size: 13px;
            margin-bottom: 0;
        }

        .exclusive_list .tl .accordsuffix {
            background: #eee;
            width: 60px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
        }

            .exclusive_list .tl .accordsuffix:before {
                content: "\f054";
                position: absolute;
                margin: auto;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                font-size: 18px;
                color: #c00;
                display: block;
                width: 12px;
                height: 18px;
                transform: rotate(0);
                -moz-transform: rotate(0);
                -webkit-transform: rotate(0);
                transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
            }

        .exclusive_list .tl.openheader h3 {
            color: #c00;
        }

        .exclusive_list .tl.openheader .accordsuffix:before {
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
        }

    .exclusive_list .expandbox {
        border-top: 1px solid #ddd;
        background: #939393;
    }

    .exclusive_list ul.inner_list > li {
        padding: 8px 10px;
        border-bottom: 1px solid #fff;
        display: block;
    }

        .exclusive_list ul.inner_list > li a {
            display: block;
        }

    .exclusive_list ul.inner_list .list_img {
        width: 56px;
        height: 56px;
        float: left;
        border: 1px solid #bbb;
    }

        .exclusive_list ul.inner_list .list_img img {
            width: 100%;
            min-height: 100%;
        }

    .exclusive_list ul.inner_list .list_data {
        width: auto;
        margin: 0 0 0 70px;
        min-height: 56px;
        padding-top: 5px;
    }

        .exclusive_list ul.inner_list .list_data h4 {
            margin: 0 0 5px 0;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
        }

.rating {
    width: 100px;
}

.rating_star {
    background: url(../images/star_rating.png) repeat-x;
    height: 20px;
}

.one_star {
    width: 20px;
}

.onep_star {
    width: 30px;
}

.two_star {
    width: 40px;
}

.twop_star {
    width: 50px;
}

.three_star {
    width: 60px;
}

.threep_star {
    width: 70px;
}

.four_star {
    width: 80px;
}

.fourp_star {
    width: 90px;
}

.five_star {
    width: 100px;
}

.fivep_star {
    width: 110px;
}

.exclusive_list .tabsDiv {
    display: none;
}

@media all and (min-width: 768px) {
    .exclusive_list .list_holder {
        display: block !important;
    }
}

@media all and (max-width: 1024px) {
    .exclusive_list {
        padding: 0;
    }
}

@media all and (max-width: 767px) {
    .search_banner {
        padding: 0 0;
    }

    .search_fields_container {
        /* padding: 0 */
    }
    /* new tt search css start */

    .new_tt_search_form_wrapper {
        padding-top: 5%;
    }

    .new_tt_search_form {
        margin: 0 auto;
        width: 95%;
        height: auto;
        position: relative;
    }

    .tripsContainer a {
        float: left;
        width: 50%;
    }

    .travelEurorailsMobile {
        width: 100%;
    }
    /* new tt search css end */

    .exclusive_list {
        padding: 0 15px;
    }

        .exclusive_list .tabsDiv {
            display: table;
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }

        .exclusive_list .tab {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            padding: 5px;
            border: 1px solid #ccc;
            cursor: pointer;
            background: #f1f1f1;
        }

            .exclusive_list .tab.active {
                border-bottom: 2px solid #cc0001;
                background: #fff;
            }

            .exclusive_list .tab .text {
                display: none;
            }

            .exclusive_list .tab.active .text {
                display: inline-block;
                font-size: 14px;
            }

            .exclusive_list .tab h2 {
                margin-top: 0;
                border: 0;
            }

            .exclusive_list .tab .icon {
                margin-right: 0;
            }

            .exclusive_list .tab .ic_pointer {
                background-position: -210px 0 !important;
            }

            .exclusive_list .tab .ic_globe {
                background-position: -240px 0 !important;
            }

            .exclusive_list .tab .ic_switzerland {
                background-position: -270px -45px !important;
            }

            .exclusive_list .tab .ic_recommend {
                background-position: -30px -90px !important;
            }

            .exclusive_list .tab.active .ic_pointer {
                background-position: 0 0 !important;
            }

            .exclusive_list .tab.active .ic_globe {
                background-position: -120px 0 !important;
            }

            .exclusive_list .tab.active .ic_switzerland {
                background-position: -240px -45px !important;
            }

            .exclusive_list .tab.active .ic_recommend {
                background-position: 0 -90px !important;
            }

        .exclusive_list ul.listing {
            margin-top: 0;
        }

        .exclusive_list .list_holder {
            padding: 2px 0 0 0;
            border-top: 1px solid #ddd;
        }

            .exclusive_list .list_holder h2 {
                display: none;
            }
}

.recent_search {
    padding: 0 35px;
}

    .recent_search .rs_title {
        padding: 0 15px;
    }

        .recent_search .rs_title h2 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 20px;
        }

    .recent_search .resultbox {
        width: auto;
        min-height: 70px;
        border: 1px solid #ccc;
        display: block;
        margin-bottom: 15px;
        padding: 5px;
        position: relative;
    }

        .recent_search .resultbox:hover {
            border: 1px solid #aaa;
            background: #fafafa;
            -webkit-box-shadow: 0 2px 3px #ccc;
            -moz-box-shadow: 0 2px 3px #ccc;
            box-shadow: 0 2px 3px #ccc;
        }

        .recent_search .resultbox .imgbox {
            width: 75px;
            height: 75px;
            float: left;
            background: #ccc;
            display: block;
        }

            .recent_search .resultbox .imgbox img {
                width: 100%;
                min-height: 100%;
            }

        .recent_search .resultbox .rs_text {
            width: auto;
            margin: 3px 10px 5px 90px;
        }

            .recent_search .resultbox .rs_text h3 {
                font-size: 14px;
                margin: 0;
                font-weight: 400;
                color: #c00;
            }

            .recent_search .resultbox .rs_text p {
                margin: 0;
                font-size: 12px;
                line-height: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .recent_search .resultbox .delete {
            width: 25px;
            height: 25px;
            background: #eee;
            position: absolute;
            top: 0;
            right: 0;
            text-align: center;
            line-height: 25px;
        }

            .recent_search .resultbox .delete:hover {
                background: #c00;
                color: #fff;
            }

@media all and (max-width: 1365px) and (min-width: 768px) {
    .recent_search {
        padding: 0;
    }
    /* .new_tt_search_form_wrapper{
        float: none;
        padding-top: 5%;
        margin: 0 auto;
    }
    .new_tt_search_form{
        margin: 0 auto;
    }
    .tt_main_heading_wrapper{
        float: none;
        width: 100%;
        display: none;
    } */
}

@media all and (max-width: 800px) {
    .tt_main_heading_wrapper h1 {
        font-size: 24px;
        line-height: 37px;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
    .new_tt_search_form {
        margin: 0 auto;
    }
    /* .new_tt_search_form_wrapper{
        float: none;
        padding-top: 5%;
        margin: 0 auto;
    } */
    .railPartnerWarppper {
        margin: 16% 0 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .railPartnerWarppper {
        margin: 19% 0 0;
    }
    /* .new_tt_search_form_wrapper{
        width: 50%;
    } */
}

@media only screen and (max-width: 1500px) and (min-width: 1300px) {
    .tt_main_heading_wrapper {
        margin-left: 41%;
    }
}

@media only screen and (max-width: 1850px) and (min-width: 1571px) {
    /* .eurorail_option_wrap{
        margin-left: 94px;
    } */
}

@media only screen and (max-width: 1570px) and (min-width: 1451px) {
    /* .eurorail_option_wrap{
        margin-left: 77px;
    } */
    .frontFaceWrap {
        padding-top: 21%;
    }
}

@media only screen and (max-width: 1450px) and (min-width: 1366px) {
    /* .eurorail_option_wrap{
        margin-left: 80px;
    } */
    .frontFaceWrap {
        padding-top: 20%;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 650px) {
    .railPartnerBG {
        background-size: 100%;
    }
}

@media all and (max-width: 767px) {
    .recent_search {
        padding: 0 15px;
    }

        .recent_search .resultbox {
            margin: 0 -15px 15px;
        }

    .railPartnerWarppper {
        margin: 500px 0 0;
    }
}

@media all and (max-width: 460px) {
    .railPartnerWarppper {
        margin: 510px 0 0;
    }
}

.bookingDetails {
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .bookingDetails .mapview,
    .filter_side .mapview {
        width: 280px;
        height: 85px;
        background: url(../images/hotels/map.jpg) no-repeat center center;
        background-size: cover;
        border: 1px solid #aaa;
        position: relative;
        float: left;
    }

        .filter_side .mapview:hover {
            border: 1px solid #fff;
            box-shadow: 0 0 10px #666;
        }

        .bookingDetails .mapview a,
        .filter_side .mapview a {
            width: 100%;
            height: 100%;
            display: block;
        }

            .bookingDetails .mapview a span,
            .filter_side .mapview a span {
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                padding: 7px 10px;
                color: #fff;
                width: 100%;
                font-size: 16px;
                font-weight: 700;
                text-shadow: 0 0 2px #555;
                background: -moz-linear-gradient( left, rgba(204, 0, 0, 0.55) 44%, rgba(125, 185, 232, 0) 100% );
                background: -webkit-linear-gradient( left, rgba(204, 0, 0, 0.55) 44%, rgba(125, 185, 232, 0) 100% );
                background: linear-gradient( to right, rgba(204, 0, 0, 0.55) 44%, rgba(125, 185, 232, 0) 100% );
            }

            .bookingDetails .mapview a:hover span,
            .filter_side .mapview a:hover span {
                color: #fff;
            }

    .bookingDetails .search_details {
        width: auto;
        margin-left: 320px;
        display: block;
        position: relative;
    }

        .bookingDetails .search_details .left {
            margin-right: 170px;
        }

        .bookingDetails .search_details .btn.modify_btn {
            position: absolute;
            right: 0;
            top: 15px;
            width: 130px;
        }

    .bookingDetails .left div {
        margin-bottom: 0;
    }

    .bookingDetails .left h1 {
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .bookingDetails .left div small {
        font-size: 12px;
    }

.inner_search_form {
    background: #eee;
    margin: 0 auto;
    padding: 20px 30px 5px;
    display: none;
    border-top: 1px solid #e4e4e4;
}

    .inner_search_form .room_added {
        border-top: 1px solid #666;
        display: none;
    }

        .inner_search_form .room_added .room_no {
            margin-bottom: 8px;
        }

            .inner_search_form .room_added .room_no strong {
                background: #c00;
                padding: 3px 8px;
                border-radius: 0 0 4px 4px;
            }

    .inner_search_form .child_added {
        display: none;
    }

.fix_on_scroll {
    padding: 0;
    background: #eee;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

    .fix_on_scroll.stick {
        display: none;
        position: fixed;
        top: 110px;
        width: 100%;
        max-height: 85%;
        overflow: auto;
        z-index: 10;
        border-bottom: 1px solid #888;
        -webkit-box-shadow: 0 0 6px #444;
        -moz-box-shadow: 0 0 6px #444;
        box-shadow: 0 0 6px #444;
        -webkit-animation: slide-down 0.3s;
        -moz-animation: slide-down 0.3s;
        -o-animation: slide-down 0.3s;
        animation: slide-down 0.3s;
    }

        .fix_on_scroll.stick .bookingDetails {
            padding-top: 5px;
            padding-bottom: 5px;
        }
        /*.fix_on_scroll.stick .bookingDetails .search_details .btn.modify_btn{position:static;float:right;padding:9px 15px }
.fix_on_scroll.stick .left, .fix_on_scroll.stick .mapview{display:none}*/
        .fix_on_scroll.stick:after {
            clear: both;
            display: block;
        }

        .fix_on_scroll.stick .inner_search_form {
            display: none;
        }

    .fix_on_scroll .mob_filters_block {
        display: none;
        margin-bottom: 0;
    }

@media all and (min-width: 992px) {
    .inner_search_form.opened {
        display: block;
    }
}

@media all and (max-width: 1199px) {
    .fix_on_scroll.stick {
        position: fixed;
        top: 80px;
    }
}

@media all and (max-width: 991px) {
    .fix_on_scroll.stick .mob_filters_block {
        display: block;
    }
}

@media all and (max-width: 650px) {
    .fix_on_scroll.stick .bookingDetails .search_details {
        float: right;
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hotel_listing_main {
    white-space: nowrap;
}

.filter_side {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 0px;
    z-index: 1;
    white-space: normal;
}

    .filter_side .filter_main {
        margin-bottom: 20px;
        display: block;
    }

    .filter_side .filter_title {
        background: #605c61;
        color: #fff;
        font-weight: 700;
        padding: 13px 20px;
        text-transform: uppercase;
        position: relative;
    }

        .filter_side .filter_title img.icon {
            position: absolute;
            right: 20px;
            top: 8px;
        }

    .filter_side .filter_apply_close {
        display: none;
    }

    .filter_side .filter_container {
        background: #fafafa;
        border: 1px solid #aaa;
        padding: 18px 20px 0;
    }

        .filter_side .filter_container .filter_head {
            margin-bottom: 5px;
            color: #211e22;
            font-weight: 700;
            font-size: 12px;
        }

        .filter_side .filter_container fieldset {
            margin-bottom: 15px;
        }

            .filter_side .filter_container fieldset .input-group {
                width: 100%;
            }

            .filter_side .filter_container fieldset .input-group-btn:last-child > .btn {
                margin-left: 0;
            }

        .filter_side .filter_container .form-control {
            border: 1px solid #ccc;
        }

        .filter_side .filter_container .filter_search .btn {
            background: #333;
            color: #fff;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .filter_side .filter_container .clearfilter_btn {
            color: #c00;
            font-size: 11px;
            font-weight: 400;
            float: right;
            margin-top: 1px;
            display: block;
        }

        .filter_side .filter_container ul,
        .filter_side .filter_container ul li {
            margin-bottom: 3px;
            display: block;
            float: left;
            width: 100%;
            min-height: 20px;
            font-size: 13px;
        }

        .filter_side .filter_container ul {
            max-height: 134px;
            overflow-y: hidden;
        }

            .filter_side .filter_container ul:focus,
            .filter_side .filter_container ul:hover {
                overflow-y: auto;
            }

        .filter_side .filter_container .rating_filter .rating {
            display: inline-block;
            vertical-align: middle;
        }

        .filter_side .filter_container ul label {
            margin: 0;
            font-weight: 400;
            display: block;
            float: left;
            width: 100%;
        }

        .filter_side .filter_container ul.quote li {
            border-bottom: 1px solid #ccc;
            padding: 0 0 7px 0;
            margin: 0 0 7px 0;
            position: relative;
        }

            .filter_side .filter_container ul.quote li a {
                position: absolute;
                right: 0;
                color: #c00;
                width: 20px;
                height: 20px;
                text-align: center;
                font-weight: 700;
                background: #fafafa;
                cursor: pointer;
            }

.weather {
    background: url(../images/hotels/weather.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    display: table;
    width: 100%;
    height: 235px;
    border: 1px solid #ddd;
}

    .weather > div {
        vertical-align: middle;
        display: table-cell;
        padding: 10px;
    }

    .weather img {
        display: block;
        margin-bottom: 20px;
        margin: 0 auto 15px;
    }

    .weather .tl {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .weather .temperature {
        font-weight: 700;
        font-size: 30px;
    }

    .weather p {
        font-weight: 700;
        color: #000;
    }

.listing_side {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-left: -284px;
    white-space: normal;
}

.listing_inner {
    margin-left: 320px;
}

.mob_filters_block,
.mob_view_map {
    display: none;
}

.result_count {
    float: right;
}

ul.search_list_holder li {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
    display: block;
    padding: 0 15px;
}

    ul.search_list_holder li:hover {
        border: 1px solid #999;
        -webkit-box-shadow: 0 2px 7px #aaa;
        -moz-box-shadow: 0 2px 7px #aaa;
        box-shadow: 0 2px 7px #aaa;
        z-index: 1;
    }

ul.search_list_holder .search_result {
    position: relative;
}

    ul.search_list_holder .search_result:before {
        width: 0%;
        height: 4px;
        background: #c00;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        -webkit-transition: width 1s ease-in-out;
        -moz-transition: width 1s ease-in-out;
        -o-transition: width 1s ease-in-out;
        transition: width 1s ease-in-out;
        content: "";
    }

    ul.search_list_holder .search_result.active:before {
        width: 100%;
    }

    ul.search_list_holder .search_result .expand_click,
    ul.search_list_holder .search_result .gotolink {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    ul.search_list_holder .search_result .extendedBox > div > div {
        min-height: 135px;
    }

    ul.search_list_holder .search_result .img_holder {
        padding: 0;
    }

        ul.search_list_holder .search_result .img_holder .img_box {
            width: inherit;
            height: -webkit-fill-available;
            overflow: hidden;
            position: absolute;
            background: #eee;
        }

            ul.search_list_holder .search_result .img_holder .img_box:before {
                content: "No image available";
                position: absolute;
                margin: auto;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                height: 20px;
                text-align: center;
                color: #999;
            }

            ul.search_list_holder .search_result .img_holder .img_box img {
                width: 100%;
                min-height: 100%;
                display: block;
                position: absolute;
                margin: auto;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

    ul.search_list_holder .search_result .text_holder {
        padding-top: 20px;
        background: #fff;
    }

        ul.search_list_holder .search_result .text_holder h2 {
            font-size: 16px;
            line-height: 20px;
            color: #211e22;
            text-transform: uppercase;
            font-weight: 700;
            margin: 0 7px 7px 0;
            display: inline;
            vertical-align: middle;
        }

        ul.search_list_holder .search_result .text_holder .rating {
            display: inline-block;
            margin: 0 0 7px 0;
            vertical-align: middle;
        }

        ul.search_list_holder .search_result .text_holder p {
            font-size: 13px;
            margin: 0 0 7px 0;
        }

            ul.search_list_holder .search_result .text_holder p a {
                position: relative;
                z-index: 2;
            }

            ul.search_list_holder .search_result .text_holder p .icon_recommend {
                position: relative;
                z-index: 2;
            }

    ul.search_list_holder .search_result .recommedTag {
        padding: 2px 8px;
        margin: -10px 0 10px;
        border: 1px solid #f17c03;
        border-radius: 50rem;
        color: #fff;
        font-weight: 500;
        background: #ffb300;
        font-size: 10px;
        letter-spacing: 0.05em;
        float: left;
        clear: both;
        text-transform: uppercase;
    }

        ul.search_list_holder .search_result .recommedTag .fa {
            font-size: 12px;
        }

    ul.search_list_holder .search_result .price_holder {
        background: #f7f7f7;
    }

        ul.search_list_holder .search_result .price_holder .price {
            font-size: 24px;
            color: #211e22;
            text-align: center;
            margin: 15px 0 3px;
            line-height: 10px;
        }

            ul.search_list_holder .search_result .price_holder .price:before {
                content: "Starting from";
                font-size: 12px;
                display: block;
                line-height: 20px;
            }

            ul.search_list_holder .search_result .price_holder .price .fa {
                font-size: 22px;
            }

        ul.search_list_holder .search_result .price_holder span {
            display: inline-block;
        }

        ul.search_list_holder .search_result .price_holder .display_price {
            line-height: 25px;
        }

        ul.search_list_holder .search_result .price_holder .strike {
            font-size: 12px !important;
            position: relative;
            color: #333;
            line-height: 18px;
        }

            ul.search_list_holder .search_result .price_holder .strike .fa {
                font-size: 16px;
            }

            ul.search_list_holder .search_result .price_holder .strike:after {
                width: 100%;
                border-top: 1px solid #c00;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: rotate(8deg);
                -moz-transform: rotate(8deg);
                -ms-transform: rotate(8deg);
                -o-transform: rotate(8deg);
                transform: rotate(8deg);
            }

        ul.search_list_holder .search_result .price_holder .btn,
        ul.search_list_holder .search_result .price_holder .redBtn {
            margin: 7px auto 0;
            min-width: 100px;
            height: 30px;
            display: table;
            line-height: 35px;
            padding: 0;
        }

        ul.search_list_holder .search_result .price_holder .tripadviser {
            text-align: center; /*display:none;*/
            z-index: 2;
            position: relative;
            margin-bottom: 7px;
        }

            ul.search_list_holder .search_result .price_holder .tripadviser p {
                font-size: 12px;
                margin: 5px 0;
            }

        ul.search_list_holder .search_result .price_holder .bestdeal_tag {
            position: relative;
            text-align: center;
            margin: 0 -15px -10px;
            background: rgb(28 22 4);
            background: -moz-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            background: -webkit-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            background: linear-gradient( to right, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87800', endColorstr='#ffb400',GradientType=1 );
        }

            ul.search_list_holder .search_result .price_holder .bestdeal_tag span {
                text-align: right;
                color: #fff;
                font-size: 12px;
                line-height: 16px;
                font-weight: 700;
                position: relative;
                z-index: 1;
            }

        ul.search_list_holder .search_result .price_holder .actionTag {
            color: #092fc3;
            font-weight: 700;
            text-align: center;
        }

        ul.search_list_holder .search_result .price_holder .promocode_tag {
            text-align: center;
            font-size: 12px;
            margin-bottom: 5px;
            position: relative;
            z-index: 2;
            cursor: help;
        }

        ul.search_list_holder .search_result .price_holder .cancelpolicy {
            position: absolute;
            left: 10px;
            bottom: 5px;
            font-size: 12px;
            z-index: 2;
        }

            ul.search_list_holder .search_result .price_holder .cancelpolicy a:hover {
                color: #c00;
                text-decoration: underline;
            }

        ul.search_list_holder .search_result .price_holder .cancelpolicyA {
            left: 10px;
            bottom: 5px;
            font-size: 12px;
            z-index: 2;
        }

            ul.search_list_holder .search_result .price_holder .cancelpolicyA a:hover {
                color: #c00;
                text-decoration: underline;
            }

    ul.search_list_holder .search_result .img_holder .bf_tag {
        position: absolute;
        top: 7px;
        left: -7px;
        background: #6ab64f;
        color: #fff;
        font-size: 13px;
        padding: 2px 5px;
        z-index: 2;
    }

        ul.search_list_holder .search_result .img_holder .bf_tag:after {
            border-top: 6px solid #0a2600;
            border-right: 0;
            border-left: 6px solid transparent;
            position: absolute;
            bottom: -6px;
            left: 0;
        }

    ul.search_list_holder .search_result .img_holder .npt_tag {
        position: absolute;
        bottom: 8px;
        right: 10px;
        display: block;
        width: auto;
        height: 30px;
        z-index: 2;
    }

        ul.search_list_holder .search_result .img_holder .npt_tag img {
            margin-left: 5px;
            float: left;
        }

ul.search_list_holder.compactView .search_result.active .extendedBox {
    display: block;
}

ul.search_list_holder.compactView .search_result.active .compactBox {
    display: none;
}

ul.search_list_holder.compactView .search_result .compactBox {
    display: block;
}

ul.search_list_holder .search_result .compactBox {
    display: none;
}

ul.search_list_holder.compactView .extendedBox {
    display: none;
}

ul.search_list_holder .search_result .compactBox .row > div {
    padding-right: 0;
}

ul.search_list_holder .search_result .compactBox .row .cbPrice {
    text-align: center;
    padding-right: 15px;
    font-size: 16px;
}

ul.search_list_holder.compactView .actionTag {
    display: none;
}

.compactBox .rating {
    width: 90px;
}

.compactBox .rating_star {
    background: url(../images/star_rating.png) repeat-x;
    background-size: 18px 18px;
    height: 18px;
}

.compactBox .one_star {
    width: 18px;
}

.compactBox .two_star {
    width: 36px;
}

.compactBox .three_star {
    width: 54px;
}

.compactBox .four_star {
    width: 72px;
}

.compactBox .five_star {
    width: 90px;
}

ul.search_list_holder .compactBox .recommedTag {
    padding: 2px 5px;
    margin: 4px 0 0;
    border: 1px solid #f17c03;
    border-radius: 50rem;
    color: #fff;
    font-weight: 500;
    background: #ffb300;
    font-size: 9px;
    letter-spacing: 0.1em;
    float: left;
    text-transform: uppercase;
}

    ul.search_list_holder .compactBox .recommedTag .fa {
        font-size: 8px;
    }

.compactHead {
    background-color: #666;
    color: #fff;
    font-weight: 700;
    padding: 15px;
}

    .compactHead .cbPrice {
        text-align: center;
        padding-right: 15px;
    }

    .compactHead .cbTripAdv {
        padding-left: 0;
    }

.appliedFilters {
    margin-bottom: 10px;
    font-size: 13px;
    display: table;
    width: 100%;
}

    .appliedFilters > div {
        display: table-cell;
    }

    .appliedFilters .afTitle {
        width: 120px;
    }

    .appliedFilters .afHolder {
    }

    .appliedFilters .afClear {
        width: 100px;
    }

.apfilItem {
    display: inline-block;
    margin: 0 10px 5px;
}

    .apfilItem span {
        border: 1px solid #ccc;
        border-radius: 50rem;
        padding: 1px 20px 1px 10px;
        background: #fafafa;
        display: inline-block;
        max-width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: middle;
        position: relative;
    }

        .apfilItem span a {
            color: #857cd8;
            position: absolute;
            right: 4px;
            top: 4px;
        }

.afclearAll {
    border: 1px solid #ccc;
    border-radius: 50rem;
    padding: 2px 10px;
    background: #fafafa;
    display: block;
    width: 100px;
    font-weight: 700;
}

@media all and (max-width: 992px) {
    .appliedFilters {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media all and (max-width: 650px) {
    .appliedFilters {
        display: block;
        position: relative;
        padding-top: 3px;
        font-size: 11px;
    }

        .appliedFilters > div {
            display: block;
        }

        .appliedFilters .afTitle {
            height: 20px;
        }

        .appliedFilters .afHolder {
            width: 100%;
        }

        .appliedFilters .afClear {
            position: absolute;
            top: 3px;
            right: 0;
            width: auto;
        }

    .apfilItem {
        margin: 0 5px 5px 0;
    }

    .afclearAll {
        border: 0;
        padding: 2px 0;
        width: auto;
    }

    .instantTicketWrapper {
        margin-top: 50px;
    }

        .instantTicketWrapper .ssBrief .ssBriefBox .instTText {
            line-height: 26px;
            margin: 5% auto;
            margin-right: 31%;
            font-size: 20px;
        }
}

.viewSwitch {
    color: #ffb300;
    font-weight: 700;
}

    .viewSwitch:hover {
        color: #333;
    }

.payhotelTag {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #c00;
    text-transform: uppercase;
}

ul.search_list_holder.compactView .search_result .compactBox {
    min-height: 20px;
    padding: 20px 15px;
}

ul.search_list_holder.compactView li {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

    ul.search_list_holder.compactView li:nth-child(even) .compactBox {
        background: #f6f6f6;
    }

ul.search_list_holder.compactView .search_result.active {
    background: #f6f6f6;
}

ul.search_list_holder .search_result .compactBox h2 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

ul.search_list_holder .search_result .compactBox .cbTripAdv img {
    max-width: 100%;
}

ul.search_list_holder .search_result .compactBox .cbTripAdv {
    padding-left: 0;
}

@media all and (max-width: 1200px) {
    .compactHead .cbMeal,
    ul.search_list_holder .search_result .cbMeal {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .compactHead {
        display: none !important;
    }

    ul.search_list_holder.compactView li {
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    ul.search_list_holder.compactView .search_result .compactBox {
        padding: 10px 10px 0;
        background: #fff !important;
    }

        ul.search_list_holder.compactView .search_result .compactBox .row {
            margin-left: -10px;
            margin-right: -10px;
        }

            ul.search_list_holder.compactView .search_result .compactBox .row > div {
                margin-bottom: 5px;
                padding-left: 10px;
                padding-right: 10px;
            }

    ul.search_list_holder .compactBox .recommedTag {
        display: inline-block;
        float: none;
        margin-top: -3px;
    }

    ul.search_list_holder .search_result .compactBox h2 {
        display: inline-block;
        font-weight: 700;
        margin-right: 7px;
    }

    ul.search_list_holder .search_result .compactBox .cbLocation:before {
        content: "Location : ";
        font-weight: 700;
    }

    ul.search_list_holder .search_result .compactBox .cbMeal {
        display: block;
    }

        ul.search_list_holder .search_result .compactBox .cbMeal:before {
            content: "Meal Type : ";
            font-weight: 700;
        }

    ul.search_list_holder .search_result .compactBox .cbStars,
    ul.search_list_holder .search_result .compactBox .cbTripAdv {
        width: 50%;
        float: left;
        padding: 5px 15px;
    }

    ul.search_list_holder .search_result .compactBox .cbPrice {
        font-weight: 700;
        background: #f1f1f1;
        padding: 10px;
        margin-bottom: 0px !important;
        float: left;
        width: 100%;
    }
}

.search_result_details {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    display: none;
}

    .search_result_details p {
        line-height: 24px;
        margin-bottom: 20px;
    }

    .search_result_details a {
        color: #092fc3;
        font-weight: 700;
    }

        .search_result_details a:hover {
            color: #092fc3;
            text-decoration: underline;
        }

    .search_result_details .select_room_title {
        display: none;
    }

    .search_result_details table {
        border-bottom: 1px solid #666;
    }

        .search_result_details table thead {
            background: #ddd;
        }

        .search_result_details table tbody tr:nth-child(odd) {
            background: #f3f3f3;
        }

        .search_result_details table tbody tr:nth-child(even) {
            background: #fafafa;
        }

        .search_result_details table tr td {
            border-top: 1px solid #fff;
            padding: 10px;
        }

        .search_result_details table tr td {
            max-width: 300px;
        }

            .search_result_details table tr td label {
                font-weight: 400;
                padding-left: 25px;
                margin: 0 5px 0 0;
            }

            .search_result_details table tr td .ez-radio {
                border: 1px solid #aaa;
                margin-left: -25px;
            }

            .search_result_details table tr td .other_currency {
                float: right;
            }

            .search_result_details table tr td .addtoquote {
                float: right;
            }

        .search_result_details table .tooltip span {
            display: block;
            border-bottom: 1px solid #eb9999;
            padding: 3px;
            margin-bottom: 3px;
        }

        .search_result_details table tr td a {
            color: #333;
            text-decoration: underline;
        }

            .search_result_details table tr td a:hover {
                color: #c00;
            }

    .search_result_details .book_btn {
        padding: 10px;
    }

        .search_result_details .book_btn .btn {
            margin: auto;
            display: block;
            width: 150px;
        }

.toolTipTxt ul li {
    margin-bottom: 5px;
    padding-left: 8px;
    background: url(../images/foot_dash.png) no-repeat left 5px;
}

.tooltip .tooltip-inner {
    /*background: #c00;*/
    background: #ddd;
    color: #000;
    /*color: #fff;*/
    font-family: Roboto, sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    min-width: min-content;
    -webkit-box-shadow: 0 3px 8px #666;
    -moz-box-shadow: 0 3px 8px #666;
    box-shadow: 0 3px 8px #666;
    text-align: left;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ddd;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ddd;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ddd;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ddd;
}

@media all and (max-width: 1200px) {
    .bookingDetails .mapview,
    .filter_side .mapview,
    .filter_side {
        width: 250px;
    }

    .bookingDetails .search_details {
        margin-left: 270px;
    }

    .listing_side {
        margin-left: -254px;
    }

    .listing_inner {
        margin-left: 270px;
    }
}

.close_pushy {
    display: none;
}

.overlay-pushy,
.pushy-overlay {
    display: none;
}

@media all and (max-width: 991px) {
    /*.bookingDetails .mapview{width:150px}*/
    .bookingDetails .search_details {
        margin-left: 170px;
    }

    .filter_side {
        width: 100%;
        height: auto;
        padding-top: 0;
        z-index: 3;
    }

        .filter_side .filter_main {
            margin-bottom: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            overflow: auto;
            display: none;
        }

        .filter_side .filter_title {
            display: none;
        }

        .filter_side .filter_apply_close {
            display: block;
            background: #605c61;
            color: #fff;
            font-weight: 700;
            padding: 5px 20px;
            position: relative;
            text-align: right;
        }

            .filter_side .filter_apply_close .apply {
                padding: 5px 15px;
                float: left;
            }

    .weather_mob_hide {
        display: none;
    }

    .mob_filters_block {
        display: block;
        float: left;
        margin-bottom: 10px;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 7px;
        padding-bottom: 7px;
    }

        .mob_filters_block .filtersBtn {
            float: left;
            min-width: 35px;
            height: 30px;
            text-align: center;
            line-height: 28px;
            background: #666;
            cursor: pointer;
            color: #fff;
            padding: 0 10px;
        }

            .mob_filters_block .filtersBtn img {
                height: 25px;
                margin-right: 5px;
            }
    /*.result_count{line-height:35px }*/
    .listing_side {
        display: block;
        vertical-align: top;
        position: relative;
        width: 100%;
        margin-left: 0;
    }

    .listing_inner {
        margin-left: 0;
    }

    .pushy {
        position: fixed !important;
        width: 280px;
        height: auto;
        top: 80px;
        left: 0;
        bottom: 0;
        z-index: 9999;
        background: #efefef;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-box-shadow: 0 0 15px #444;
        -moz-box-shadow: 0 0 15px #444;
        box-shadow: 0 0 15px #444;
    }

    .close_pushy {
        display: block;
        position: fixed;
        margin-top: 0;
        margin-right: 0;
        width: 30px;
        height: 30px;
        background: #3c3;
        z-index: 1;
    }

    .pushy-left {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .container-push,
    .push-push {
        -webkit-transform: translate3d(-230px, 0, 0);
        -moz-transform: translate3d(-230px, 0, 0);
        -ms-transform: translate3d(-230px, 0, 0);
        -o-transform: translate3d(-230px, 0, 0);
        transform: translate3d(-230px, 0, 0);
    }

    #container,
    .push,
    .pushy {
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .overlay-pushy.overlay-active {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background: url(../images/menu_texture.png) rgba(0, 0, 0, 0.35);
        -webkit-animation: fade 0.5s;
        -moz-animation: fade 0.5s;
        -o-animation: fade 0.5s;
        animation: fade 0.5s;
    }

    @keyframes fade {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fade {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fade {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fade {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .mob_view_map {
        display: block;
        text-align: center;
    }

        .mob_view_map a {
            display: inline-block;
            width: auto;
            height: 30px;
            line-height: 30px;
            float: right;
            padding: 0 8px;
            border: 1px solid #c00;
            background: #fafafa;
            font-weight: 700;
            color: #c00;
            position: relative;
            z-index: 1;
        }

            .mob_view_map a span.icon {
                display: inline-block;
                vertical-align: middle;
                width: 15px;
                height: 25px;
                margin-right: 5px;
                background-image: url(../images/icons_sprite.png);
                background-repeat: no-repeat;
            }

                .mob_view_map a span.icon.ic_pointer {
                    background-position: -7px -10px;
                }
}

@media all and (max-width: 767px) {
    ul.search_list_holder li:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    ul.search_list_holder .search_result .extendedBox > div > div {
        float: left;
    }

    ul.search_list_holder .search_result .img_holder {
        width: 35%;
    }

    ul.search_list_holder .search_result .text_holder {
        width: 65%;
    }

    ul.search_list_holder .search_result .price_holder {
        width: 100%;
        min-height: 70px;
        padding-bottom: 15px;
    }

    .search_result_details .cont_adjust {
        padding-left: 8px;
        padding-right: 8px;
        overflow: hidden;
    }

    .search_result_details .select_room_title {
        display: block;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .search_result_details table {
        width: 100%;
        display: block;
        overflow-x: scroll;
        border-bottom: 0;
        position: relative;
    }

        .search_result_details table tbody,
        .search_result_details table tr,
        .search_result_details table tr td {
            display: block;
        }

        .search_result_details table thead tr {
            display: none !important;
        }

        .search_result_details table thead {
            margin-bottom: 5px;
        }

        .search_result_details table tbody {
            width: auto;
            white-space: nowrap;
            margin-bottom: 10px;
        }

        .search_result_details table tr {
            max-width: 290px;
            width: 90%;
            display: inline-block !important;
            margin-right: 5%;
            border: 1px solid #ccc;
            white-space: normal;
            background: #fafafa !important;
        }

            .search_result_details table tr:last-child {
                margin-right: 10%;
            }

            .search_result_details table tr td:first-child {
                padding-left: 8px;
            }

            .search_result_details table tr td {
                padding-left: 80px;
                position: relative;
            }

                .search_result_details table tr td:before {
                    content: attr(data-title) ":";
                    position: absolute;
                    font-size: 11px;
                    left: 8px;
                    top: 10px;
                }
}

@media all and (max-width: 450px) {
    ul.search_list_holder .search_result .img_holder .bf_tag {
        font-size: 11px;
    }

    ul.search_list_holder .search_result .text_holder {
        padding: 10px 10px 0;
    }

        ul.search_list_holder .search_result .text_holder .recommedTag {
            padding: 2px 8px;
            margin: -5px 0 7px;
            font-size: 8px;
        }

            ul.search_list_holder .search_result .text_holder .recommedTag .fa {
                font-size: 10px;
            }
}

@media all and (max-width: 650px) {
    .bookingDetails .mapview {
        display: none;
    }

    .bookingDetails .search_details {
        margin-left: 0;
    }

        .bookingDetails .search_details .left {
            margin-right: 0;
        }

        .bookingDetails .search_details .btn.modify_btn {
            position: static;
            width: 130px;
        }
}

.pagination {
    margin: 20px auto;
    display: flex;
}

    .pagination > li > a,
    .pagination > li > span {
        color: #333;
        border: 1px solid #ccc;
    }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        color: #fff;
        background-color: #c00;
        border-color: #c00;
    }

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #333;
        background-color: #eee;
        border-color: #ccc;
    }

.hotelcondition_details {
    width: 750px;
    min-height: 300px;
    position: relative;
    border: 1px solid #666;
}

    .hotelcondition_details .cd_title {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 40px 10px 15px;
        margin-bottom: 15px;
    }

    .hotelcondition_details .cancel_charges {
        width: 100%;
        margin-bottom: 20px;
    }

    .hotelcondition_details table td {
        padding: 5px;
    }

    .hotelcondition_details .row_bg {
        background: #eee;
        color: #c00;
    }

@media all and (max-width: 767px) {
    .hotelcondition_details {
        width: 600px;
    }
}

@media all and (max-width: 600px) {
    .hotelcondition_details {
        width: 100%;
        height: 100%;
    }
}

.hotel_main_details {
    position: relative;
    margin-bottom: 50px;
}

.bookingDetails.sd_hotel_pg,
.fix_on_scroll.stick .bookingDetails.sd_hotel_pg {
    padding-top: 0;
    padding-bottom: 0;
}

    .bookingDetails.sd_hotel_pg .search_details {
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 0;
        display: table;
        max-width: 100%;
    }

        .bookingDetails.sd_hotel_pg .search_details .left {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
            display: table-cell;
            vertical-align: middle;
        }

            .bookingDetails.sd_hotel_pg .search_details .left div {
                margin-bottom: 5px;
                display: inline;
            }

            .bookingDetails.sd_hotel_pg .search_details .left h1 {
                font-size: 14px;
                margin-top: 10px;
                margin-bottom: 10px;
                display: inline;
            }

        .bookingDetails.sd_hotel_pg .search_details .right {
            display: table-cell;
            vertical-align: middle;
        }

            .bookingDetails.sd_hotel_pg .search_details .right .btn.modify_btn {
                position: static;
                margin: 0 0 0 10px;
                line-height: 30px;
                height: 30px;
                min-width: 80px;
                padding: 0;
            }

            .bookingDetails.sd_hotel_pg .search_details .right .redBtn.modify_btn {
                min-width: 80px;
                height: 30px;
                margin: 0 0 0 10px;
                padding: 0 5px;
                white-space: nowrap;
            }
/*.bookingDetails .search_details{width:auto;margin-left:320px;display:block;position:relative}
.bookingDetails .search_details .left{margin-right:170px}
.bookingDetails .search_details button.btn.modify_btn{position:absolute;right:0;top:15px;width:130px}
.bookingDetails .left div{margin-bottom:0}
.bookingDetails .left h1{font-size:18px;margin-top:7px;margin-bottom:7px}
.bookingDetails .left div small{font-size:12px}
*/
@media all and (min-width: 651px) {
    .bookingDetails.sd_hotel_pg .search_details .btn.modify_btn {
        top: 50%;
        height: 40px;
        line-height: 26px;
        padding: 7px 15px; /*margin-top:-20px*/
    }

    .fix_on_scroll.stick
    .bookingDetails.sd_hotel_pg
    .search_details
    .btn.modify_btn {
        line-height: 20px;
    }
}

@media all and (max-width: 650px) {
    .bookingDetails.sd_hotel_pg .search_details .left * {
        font-size: 12px !important;
    }

    .bookingDetails.sd_hotel_pg .search_details .btn.modify_btn {
        margin-bottom: 10px;
    }

    .stick .bookingDetails.sd_hotel_pg .search_details .btn.modify_btn {
        margin-bottom: 0;
    }

    .bookingDetails.sd_hotel_pg .search_details .right .redBtn.modify_btn {
        font-size: 10px;
    }
}

.hotel_detail_holder {
    position: relative;
    height: 500px;
    margin-bottom: -500px;
}

.hotel_banner {
    cursor: e-resize;
    position: relative;
    background: #fafafa;
    overflow: hidden;
}

    .hotel_banner .hotel_slider div {
        width: 100%;
        height: 500px;
        display: block;
        outline: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .hotel_banner .hotel_slider div:after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.02);
        }

    .hotel_banner .hotel_slider .slick-arrow {
        outline: 0;
        width: 50px;
        height: 50px;
        position: absolute;
        border: 0;
        z-index: 1;
        opacity: 0.5;
    }

        .hotel_banner .hotel_slider .slick-arrow:hover {
            opacity: 1;
        }

    .hotel_banner .hotel_slider .slick-prev {
        background: url(../images/HomeSlider/prev.png) no-repeat center;
        bottom: 17%;
        left: 50px;
    }

        .hotel_banner .hotel_slider .slick-prev:before {
            width: 1px;
            background: rgba(255, 255, 255, 0.5);
            height: 130px;
            position: absolute;
            right: -5px;
            bottom: -75px;
            -webkit-transform: skew(-20deg, 0deg);
            -moz-transform: skew(-20deg, 0deg);
            -ms-transform: skew(-20deg, 0deg);
            -o-transform: skew(-20deg, 0deg);
            transform: skew(-20deg, 0deg);
        }

        .hotel_banner .hotel_slider .slick-prev:hover:before {
            opacity: 0.5;
        }

    .hotel_banner .hotel_slider .slick-next {
        background: url(../images/HomeSlider/next.png) no-repeat center;
        bottom: 4%;
        left: 105px;
    }

@media all and (max-width: 767px) {
    .hotel_main_details {
        margin-bottom: 20px;
    }

    .hotel_detail_holder {
        height: auto;
        margin-bottom: 0;
    }

    .hotel_banner {
        display: none;
    }

        .hotel_banner .hotel_slider div {
            height: 400px;
        }

        .hotel_banner .hotel_slider .slick-arrow {
            display: none !important;
        }

        .hotel_banner .slick-dots {
            position: absolute;
            bottom: 20px;
            left: 10px;
            text-align: left;
            z-index: 9;
        }

            .hotel_banner .slick-dots li {
                width: 18px;
                height: 18px;
            }

                .hotel_banner .slick-dots li button {
                    width: 18px;
                    height: 18px;
                    border-radius: 50%;
                }

                    .hotel_banner .slick-dots li button:before {
                        width: 18px;
                        height: 18px;
                        border-radius: 100px;
                        background: #f6f6f6;
                        border: 1px solid #fff;
                    }

                .hotel_banner .slick-dots li.slick-active button:before {
                    background: #c00;
                }
}

@media all and (max-width: 600px) {
    .hotel_banner .hotel_slider div {
        height: 300px;
    }
}

.hotel_profile {
    width: 430px;
    height: auto;
    background: #524f4f;
    border: 2px solid #c00;
    border-top: 0;
    position: absolute;
    top: 0;
    left: 15px;
    cursor: text;
    padding: 20px 15px 15px;
    z-index: 1;
}

    .hotel_profile h1 {
        font-size: 24px;
        padding: 0;
        margin: 0 0 15px 0;
        float: left;
        color: #fff;
    }

    .hotel_profile .rating {
        float: left;
        margin: 2px 0 15px 15px;
    }

    .hotel_profile .address {
        font-size: 14px;
        color: #fff;
        margin: 0 0 15px 0;
    }

    .hotel_profile .short_info {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        margin: 0 0 15px 0;
    }

    .hotel_profile .free_facility {
        background: url(../images/ic_check.png) no-repeat left top;
        color: #fc0;
        font-weight: 700;
        line-height: 22px;
        margin: 0 0 20px 0;
        padding: 0 0 0 35px;
    }

    .hotel_profile .price_holder {
        width: 100%;
        background: #fff;
        float: left;
        padding: 15px;
        position: relative;
    }

        .hotel_profile .price_holder .price {
            font-size: 30px;
            color: #211e22;
            line-height: 30px;
            margin-bottom: 12px;
        }

            .hotel_profile .price_holder .price .fa {
                font-size: 26px;
            }

        .hotel_profile .price_holder span {
            display: inline-block;
        }

            .hotel_profile .price_holder span.display_price {
                color: #c00;
            }

        .hotel_profile .price_holder .strike {
            position: relative;
            margin-right: 10px;
            font-weight: 300;
            font-size: 28px;
        }

            .hotel_profile .price_holder .strike .fa {
                color: #666;
            }

            .hotel_profile .price_holder .strike:after {
                width: 100%;
                border-top: 2px solid #c00;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: rotate(8deg);
                -moz-transform: rotate(8deg);
                -ms-transform: rotate(8deg);
                -o-transform: rotate(8deg);
                transform: rotate(8deg);
            }

.pricing_info .price .strike {
    position: relative;
    margin-right: 10px;
    font-weight: 300;
    font-size: 20px;
}

    .pricing_info .price .strike .fa {
        color: #666;
    }

    .pricing_info .price .strike:after {
        width: 100%;
        border-top: 2px solid #c00;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        transform: rotate(8deg);
    }

.hotel_profile .price_holder .price_feature {
    font-size: 14px;
    margin-bottom: 12px;
}

.hotel_profile .price_holder .bd_msg {
    color: #c00;
    font-size: 13px;
    margin-right: 50px;
}

.hotel_profile .price_holder .best_deal_tag {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 95px;
    z-index: 9;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

    .hotel_profile .price_holder .best_deal_tag:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -35%;
        width: 100%;
        height: 100%;
        background: #c00;
        -webkit-transform: skew(-30deg, 0deg);
        -moz-transform: skew(-30deg, 0deg);
        -ms-transform: skew(-30deg, 0deg);
        -o-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
    }

    .hotel_profile .price_holder .best_deal_tag span {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        bottom: 6px;
        right: 10px;
    }

.check_location {
    width: 200px;
    height: 130px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    padding: 4px;
    color: #000;
    background: #fff;
    overflow: hidden;
    z-index: 1;
}

    .check_location:hover {
        color: #c00;
    }

    .check_location img {
        width: 100%;
        height: auto;
        min-height: 100%;
        display: block;
    }

    .check_location .box_patch {
        width: auto;
        height: 35px;
        padding: 0 0 0 30px;
        background: url(../images/ic_radar.png) no-repeat 5px center rgba(255, 255, 255, 0.8);
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9;
        line-height: 35px;
        border-bottom: 4px solid #fff;
    }

@media all and (max-width: 767px) {
    .hotel_profile {
        position: static;
        width: 100%;
        border: 0;
    }

        .hotel_profile .hotel_info_box {
            width: 49%;
            float: left;
        }

        .hotel_profile .price_holder {
            width: 49%;
            float: right;
        }

    .check_location {
        position: relative;
        right: 0;
        bottom: 0;
        width: auto;
        height: 170px;
        margin: 15px;
        border: 1px solid #ccc;
    }
}

@media all and (max-width: 650px) {
    .hotel_profile .hotel_info_box,
    .hotel_profile .price_holder {
        width: 100%;
    }
}

.gallery_container {
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 -15px 10px;
    padding: 0 15px;
}

    .gallery_container .gallery_list {
        margin: 0 -15px;
        padding: 0;
        display: block;
        width: auto;
    }

        .gallery_container .gallery_list li {
            width: 33.33%;
            height: 100px;
            margin: 0 0 20px;
            float: left;
        }

            .gallery_container .gallery_list li a {
                display: block;
                height: 100px;
                margin: 0 15px;
                border: 1px solid #ccc;
                background: #444;
                position: relative;
                overflow: hidden;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .gallery_container .gallery_list li a:after {
                    width: 100%;
                    height: 100%;
                    border: 4px solid #fff;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .gallery_container .gallery_list li a img {
                    max-height: 100%;
                    height: auto;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: -30%;
                    right: 0;
                    margin: auto;
                }

                .gallery_container .gallery_list li a:hover {
                    border: 1px solid #999;
                    -webkit-box-shadow: 0 0 5px #aaa;
                    -moz-box-shadow: 0 0 5px #aaa;
                    box-shadow: 0 0 5px #aaa;
                }

            .gallery_container .gallery_list li.view_more a {
                color: #fff;
                font-weight: 700;
            }

                .gallery_container .gallery_list li.view_more a:hover {
                    background: #c00;
                }

            .gallery_container .gallery_list li.view_more span {
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                height: 40px;
            }

@media all and (max-width: 992px) {
    .gallery_container .gallery_list {
        text-align: center;
        margin: 0 -15px;
    }

        .gallery_container .gallery_list li {
            width: 16.66%;
            float: none;
            display: inline-block;
            float: left;
        }
}

@media all and (max-width: 767px) {
    .gallery_container .gallery_list li {
        width: 33.33%;
        margin-bottom: 20px;
    }

        .gallery_container .gallery_list li a img {
            left: 0;
        }
}

@media all and (max-width: 400px) {
    .gallery_container .gallery_list li {
        width: 50%;
        margin-bottom: 20px;
    }

    .tripBtn {
        padding: 15px 10px;
        font-size: 14px;
    }
}

.tripAdvisor_wrp {
    border: 1px solid #478131;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
}

    .tripAdvisor_wrp .tripAdvisor_rate {
        width: auto;
        margin: 0 auto;
        display: table;
    }

    .tripAdvisor_wrp .text_under {
        text-align: center;
        color: #211e22;
        font-size: 12px;
    }

        .tripAdvisor_wrp .text_under span {
            color: #488432;
            display: block;
            font-size: 10px;
            font-weight: 700;
        }

.hotel_info_tabs {
    width: auto;
}

    .hotel_info_tabs ul.tabs {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #ccc;
        float: left;
    }

        .hotel_info_tabs ul.tabs li {
            float: left;
            padding: 0 10px 5px;
            margin: 0 10px -1px;
            cursor: pointer;
            position: relative;
            text-transform: uppercase;
        }

            .hotel_info_tabs ul.tabs li.active {
                font-weight: 700;
                color: #c00;
                border-bottom: 2px solid #c00;
            }

                .hotel_info_tabs ul.tabs li.active:after {
                    border-top: 6px solid #c00;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    position: absolute;
                    bottom: -8px;
                    left: 50%;
                    margin-left: -6px;
                    display: block;
                }

    .hotel_info_tabs .tab_container {
        display: block;
        clear: both;
        padding: 15px;
    }

    .hotel_info_tabs .tab_drawer_heading {
        display: none;
    }

    .hotel_info_tabs .tab_content {
        line-height: 24px;
    }

        .hotel_info_tabs .tab_content p {
            margin-bottom: 10px;
        }

        .hotel_info_tabs .tab_content ul {
            margin: 0;
        }

            .hotel_info_tabs .tab_content ul li {
                margin-bottom: 10px;
                background: url(../images/foot_dash.png) no-repeat left 10px;
                padding-left: 15px;
            }

@media all and (max-width: 650px) {
    .hotel_info_tabs ul.tabs {
        display: none;
    }

    .hotel_info_tabs .tab_container {
        padding: 0;
    }

    .hotel_info_tabs .tab_drawer_heading {
        display: block;
        border-bottom: 1px solid #ccc;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 0 10px 30px;
        margin-bottom: 10px;
        position: relative;
        background: #f3f3f3;
        border-radius: 0.5rem;
    }

        .hotel_info_tabs .tab_drawer_heading:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f054";
            color: #c00;
            position: absolute;
            left: 10px;
            top: 12px;
        }

        .hotel_info_tabs .tab_drawer_heading.d_active:before {
            content: "\f078";
        }

    .hotel_info_tabs .tab_content {
        line-height: 24px;
        border-bottom: 0 solid #ccc;
        margin-bottom: 10px;
    }
}

.room_tl_block {
    padding: 7px 15px;
    margin-bottom: 15px;
}

    .room_tl_block .room_tl {
        font-size: 24px;
    }

.forbooking_msg {
    margin-bottom: 20px;
}

    .forbooking_msg strong {
        font-size: 18px;
        line-height: 30px;
        display: block;
    }

ul.rooms_list {
    border-top: 1px solid #aaa;
}

    ul.rooms_list > li {
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #aaa;
        padding: 10px 0;
    }

        ul.rooms_list > li:after {
            width: 100%;
            height: 10px;
            background: #fff;
            bottom: 0;
            left: 0;
            position: absolute;
        }

.rooms_list .room_details_holder {
    width: 40%;
    position: relative;
    float: left;
    display: inline-block;
    padding: 10px;
}

    .rooms_list .room_details_holder .room_imgs_box {
        width: 180px;
        height: 120px;
        float: left;
        border: 1px solid #ccc;
        background: #333;
        position: relative;
        overflow: hidden;
    }

        .rooms_list .room_details_holder .room_imgs_box a {
            display: block;
            width: 100%;
            height: 100%;
        }

            .rooms_list .room_details_holder .room_imgs_box a:before {
                position: absolute;
                border: 5px solid #fff;
                top: 0;
                left: 0;
                z-index: 1;
                width: 100%;
                height: 100%;
                z-index: 2;
            }

            .rooms_list .room_details_holder .room_imgs_box a:after {
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f14c";
                font-size: 25px;
                color: #fff;
                position: absolute;
                top: 3px;
                right: 3px;
                z-index: 1;
                -webkit-text-shadow: -2px 2px 2px #666;
                -moz-text-shadow: -2px 2px 2px #666;
                text-shadow: -2px 2px 2px #666;
            }

        .rooms_list .room_details_holder .room_imgs_box img {
            max-width: 110%;
            max-height: 110%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            z-index: 0;
        }

    .rooms_list .room_details_holder .room_short_info {
        margin-left: 200px;
        font-size: 13px;
        white-space: normal;
    }

        .rooms_list .room_details_holder .room_short_info .room_name {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .rooms_list .room_details_holder .room_short_info a {
            color: #333;
            text-decoration: underline;
            display: inline-block;
            margin-bottom: 7px;
        }

            .rooms_list .room_details_holder .room_short_info a:hover {
                color: #c00;
            }

            .rooms_list .room_details_holder .room_short_info a.apt_360view {
                text-decoration: none;
                font-weight: 700;
                border: 1px solid #eee;
                padding: 2px 10px;
                background: #fdbb42;
                border-radius: 50rem;
            }

.rooms_list .room_rates_holder {
    width: 60%;
    float: right;
}

    .rooms_list .room_rates_holder .room_rate_box {
        width: 100%;
        display: block;
        float: left;
        clear: both;
        padding-bottom: 500px;
        margin-bottom: -500px;
        border-top: 1px solid #ddd;
    }

        .rooms_list .room_rates_holder .room_rate_box:first-child {
            border: 0;
        }

        .rooms_list .room_rates_holder .room_rate_box .policy_box {
            width: 40%;
            display: inline-block;
            vertical-align: top;
            word-wrap: break-word;
        }

            .rooms_list .room_rates_holder .room_rate_box .policy_box .policy_inner,
            .rooms_list .room_rates_holder .room_rate_box .price_box .pricing {
                border-left: 1px solid #ddd;
                padding: 10px 15px 500px;
                margin-bottom: -495px;
            }

            .rooms_list .room_rates_holder .room_rate_box .policy_box .policy_inner {
                white-space: normal;
            }

                .rooms_list
                .room_rates_holder
                .room_rate_box
                .policy_box
                .policy_inner
                .policy_tl {
                    margin-bottom: 4px;
                    font-size: 12px;
                }

                    .rooms_list
                    .room_rates_holder
                    .room_rate_box
                    .policy_box
                    .policy_inner
                    .policy_tl
                    strong {
                        font-size: 14px;
                    }

                .rooms_list
                .room_rates_holder
                .room_rate_box
                .policy_box
                .policy_inner
                .policy_features {
                    margin-bottom: 10px;
                }

                    .rooms_list
                    .room_rates_holder
                    .room_rate_box
                    .policy_box
                    .policy_inner
                    .policy_features
                    ul
                    li {
                        margin-bottom: 3px;
                        font-size: 12px;
                        position: relative;
                        padding-left: 22px;
                    }

                        .rooms_list
                        .room_rates_holder
                        .room_rate_box
                        .policy_box
                        .policy_inner
                        .policy_features
                        ul
                        li
                        img {
                            vertical-align: middle;
                            margin-right: 7px;
                            width: 14px;
                            float: left;
                            position: absolute;
                            left: 0;
                        }

        .rooms_list .room_rates_holder .room_rate_box .price_box {
            width: 59%;
            display: inline-block;
            white-space: nowrap;
        }

            .rooms_list .room_rates_holder .room_rate_box .price_box .pricing {
                width: 50%;
                display: inline-block;
                vertical-align: top;
            }

                .rooms_list
                .room_rates_holder
                .room_rate_box
                .price_box
                .pricing
                .select_hroom {
                    width: 100%;
                    display: block;
                    margin-bottom: 3px;
                    white-space: normal;
                    font-size: 12px;
                }

                    .rooms_list
                    .room_rates_holder
                    .room_rate_box
                    .price_box
                    .pricing
                    .select_hroom
                    .bootstrap-select {
                        width: 100%;
                        border: 1px solid #ccc;
                        background: #fff;
                    }

                .rooms_list
                .room_rates_holder
                .room_rate_box
                .price_box
                .pricing
                .child_in_room {
                    display: none;
                    background: #3978a1;
                    margin: 0 -10px;
                    padding: 5px 10px;
                    color: #fff;
                }

            .rooms_list .room_rates_holder .room_rate_box .price_box .pricing_info {
                text-align: center;
                margin-bottom: 10px;
            }

                .rooms_list .room_rates_holder .room_rate_box .price_box .pricing_info .price {
                    font-size: 18px;
                }

                    .rooms_list
                    .room_rates_holder
                    .room_rate_box
                    .price_box
                    .pricing_info
                    .price
                    .fa {
                        font-size: 20px;
                    }

            .rooms_list .room_rates_holder .room_rate_box .price_box .urgency_msg {
                font-size: 12px;
                margin: 5px 0;
                color: #c00;
            }

            .rooms_list .room_rates_holder .room_rate_box .price_box .cta_wrap {
                width: 50%;
                display: inline-block;
                vertical-align: top;
                padding-bottom: 500px;
                margin-bottom: -500px;
                border-left: 1px solid #ddd;
                text-align: center;
                padding-top: 10px;
            }

                .rooms_list .room_rates_holder .room_rate_box .price_box .cta_wrap .btn,
                .rooms_list .room_rates_holder .room_rate_box .price_box .cta_wrap .redBtn {
                    width: 120px;
                    margin-bottom: 10px;
                }

.paatag {
    background: #f60;
    color: #fff;
    clear: both;
    width: 145px;
    height: 22px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 0 10px;
    margin: 0 0 5px;
    border: 1px solid #f60;
}

    .paatag strong {
        width: 25px;
        height: 25px;
        text-align: center;
        background: #fff;
        color: #f60;
        display: inline-block;
        border-radius: 25px;
        line-height: 22px;
        margin: 0 3px;
        font-size: 16px;
        position: relative;
        top: -3px;
        vertical-align: top;
    }

@media all and (max-width: 992px) {
    .rooms_list .room_details_holder,
    .rooms_list .room_rates_holder {
        width: 50%;
        white-space: nowrap;
    }

        .rooms_list .room_rates_holder .room_rate_box .policy_box,
        .rooms_list .room_rates_holder .room_rate_box .price_box {
            width: 50%;
        }

        .rooms_list .room_rates_holder .room_rate_box .price_box {
            white-space: normal;
        }

            .rooms_list .room_rates_holder .room_rate_box .price_box .cta_wrap,
            .rooms_list .room_rates_holder .room_rate_box .price_box .pricing {
                width: 100%;
            }
}

@media all and (max-width: 700px) {
    ul.rooms_list > li {
        border: 1px solid #aaa;
        margin-bottom: 15px;
        padding-top: 0;
    }

        ul.rooms_list > li:after {
            display: none;
        }

    .rooms_list .room_details_holder {
        background: #f3f3f3;
    }

    .rooms_list .room_details_holder,
    .rooms_list .room_rates_holder {
        width: 100%;
    }

    .rooms_list .room_rates_holder {
        border-top: 1px solid #ddd;
    }

        .rooms_list .room_rates_holder .room_rate_box .policy_box .policy_inner,
        ul.rooms_list {
            border: 0;
        }
}

@media all and (max-width: 500px) {
    .rooms_list .room_details_holder .room_short_info .room_name {
        font-size: 16px;
    }

    .rooms_list .room_details_holder .room_imgs_box {
        width: 120px;
        height: 80px;
    }

    .rooms_list .room_details_holder .room_short_info {
        margin-left: 130px;
    }
}

.room_extra_details {
    width: 100%;
    max-width: 1200px;
    min-height: 300px;
    position: relative;
    border: 1px solid #666;
}

    .room_extra_details .roomtitle {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 40px 10px 15px;
        margin-bottom: 15px;
    }

    .room_extra_details .roomgallery {
        width: 100%;
        height: 500px;
        display: block;
        margin-bottom: 15px;
        padding: 0 30px;
        position: relative;
        overflow: hidden;
    }

        .room_extra_details .roomgallery .slick-list {
            width: 100%;
            height: 100%;
        }

        .room_extra_details .roomgallery .slick-track {
            height: 100%;
        }
        /*.room_extra_details .roomgallery:before{width:100%;height:100%;border:4px solid #fff;position:absolute;top:0;left:0;z-index:1 }
*/
        .room_extra_details .roomgallery .slick-slide {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .room_extra_details .roomgallery .slick-slide img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                max-height: 100%;
                max-width: 100%;
                object-fit: contain;
                border: 1px solid #ccc;
            }

            .room_extra_details .roomgallery .slick-slide span {
                position: absolute;
                left: 4px;
                bottom: 4px;
                background: rgba(0, 0, 0, 0.6);
                color: #fff;
                padding: 5px 10px;
                z-index: 1;
                white-space: nowrap;
            }

        .room_extra_details .roomgallery .slick-arrow {
            position: absolute;
            top: 50%;
            width: 30px;
            height: 30px;
            background: #fff;
            z-index: 2;
            border: 0;
            margin-top: -15px;
            outline: 0;
            font: normal normal normal 35px/1 FontAwesome;
            color: #333;
            font-size: 0;
        }

            .room_extra_details .roomgallery .slick-arrow.slick-prev {
                left: 0;
            }

                .room_extra_details .roomgallery .slick-arrow.slick-prev:before {
                    content: "\f104";
                    font-size: 35px;
                }

            .room_extra_details .roomgallery .slick-arrow.slick-next {
                right: 0;
            }

                .room_extra_details .roomgallery .slick-arrow.slick-next:before {
                    content: "\f105";
                    font-size: 35px;
                }

            .room_extra_details .roomgallery .slick-arrow.slick-disabled {
                color: #aaa;
            }

    .room_extra_details .roominfo {
        font-size: 13px;
        border-left: 1px solid #eee;
    }

        .room_extra_details .roominfo p {
            margin-bottom: 4px;
        }

        .room_extra_details .roominfo ul li {
            margin-bottom: 4px;
            width: 49%;
            display: inline-block;
            vertical-align: top;
            background: url(../images/foot_dash.png) no-repeat left 10px;
            padding-left: 15px;
        }

@media all and (max-width: 992px) {
    .room_extra_details .roomgallery {
        width: auto;
        height: 400px;
        padding: 0;
        margin: 0px -15px 20px;
        display: block;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAIAAADJUWIXAAAAS0lEQVQIHQFAAL//AWdhURcdHwYG//P7/c7K0gFzbVb++Pj+Awb0/APp5egBZWBOGxsdBxQg/f8ByLu5AVlaVDUvKhwkLQsQGJ6WjMgOG3SCge3IAAAAAElFTkSuQmCC");
        background-size: 100% 100%;
    }

        .room_extra_details .roomgallery .slick-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}

@media all and (max-width: 650px) {
    .room_extra_details .roomgallery {
        height: 250px;
    }

    .roomgallery .slick-dots {
        position: absolute;
        bottom: 10px;
        left: 0px;
        text-align: center;
        z-index: 9;
    }

        .roomgallery .slick-dots li {
            width: 10px;
            height: 10px;
            margin: 3px;
        }

            .roomgallery .slick-dots li button {
                width: 10px;
                height: 10px;
                border: 1px solid #fff;
                background: rgba(0, 0, 0, 0.3);
                border-radius: 50%;
                position: relative;
            }

                .roomgallery .slick-dots li button:before {
                    width: 0px;
                    height: 0px;
                    border-radius: 50%;
                    top: 50%;
                    left: 50%;
                    transition: all 0.3s ease;
                }

            .roomgallery .slick-dots li.slick-active button:before {
                width: 8px;
                height: 8px;
                top: 0;
                left: 0;
                background: #cc0000;
            }

    .room_extra_details .roominfo ul li {
        width: 100%;
        display: block;
    }
}

.hotelnc_main_details {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .hotelnc_main_details .hotelnc_img {
        width: 350px;
        height: 350px;
        float: left;
        border: 1px solid #aaa;
        position: relative;
        overflow: hidden;
        background: #666;
    }

        .hotelnc_main_details .hotelnc_img:after {
            width: 100%;
            height: 100%;
            border: 5px solid #fff;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
        }

        .hotelnc_main_details .hotelnc_img img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            min-width: 105%;
            height: 100%;
        }

    .hotelnc_main_details .hotelnc_profile {
        margin-left: 380px;
        margin-right: 30px;
    }

    .hotelnc_main_details .hotel_info_box {
        width: 100%;
        float: left;
    }

        .hotelnc_main_details .hotel_info_box h1 {
            font-size: 24px;
            padding: 0;
            margin: 0 15px 15px 0;
            float: left;
        }

        .hotelnc_main_details .hotel_info_box .rating {
            float: left;
            margin: 2px 0 15px 0;
        }

        .hotelnc_main_details .hotel_info_box .address {
            font-size: 14px;
            margin: 0 0 15px 0;
        }

        .hotelnc_main_details .hotel_info_box .short_info {
            font-size: 13px;
            margin: 0 0 15px 0;
        }

        .hotelnc_main_details .hotel_info_box .free_facility {
            background: url(../images/ic_check.png) no-repeat left top;
            color: #757a3e;
            font-weight: 700;
            line-height: 22px;
            margin: 0 0 20px 0;
            padding: 0 0 0 35px;
        }

        .hotelnc_main_details .hotel_info_box .ck_location {
            float: left;
        }

            .hotelnc_main_details .hotel_info_box .ck_location a {
                background: #f9f9f9;
                width: 150px;
                font-size: 14px;
                color: #211e22;
                font-weight: 700;
                padding: 12px 0;
                display: block;
                transition: all 0.3s ease;
                border: 1px solid #cfcfcf;
                text-align: center;
            }

                .hotelnc_main_details .hotel_info_box .ck_location a:hover {
                    background: #eee;
                }

                .hotelnc_main_details .hotel_info_box .ck_location a img {
                    vertical-align: middle;
                    margin-right: 5px;
                    margin-top: -2px;
                }

    .hotelnc_main_details .price_holder {
        width: 100%;
        background: #f9f9f9;
        float: left;
        padding: 15px;
        margin-bottom: 15px;
        position: relative;
    }

        .hotelnc_main_details .price_holder .price {
            font-size: 30px;
            color: #211e22;
            line-height: 30px;
            margin-bottom: 12px;
        }

            .hotelnc_main_details .price_holder .price .fa {
                font-size: 26px;
            }

        .hotelnc_main_details .price_holder span {
            display: inline-block;
        }

            .hotelnc_main_details .price_holder span.display_price {
                color: #c00;
            }

        .hotelnc_main_details .price_holder .strike {
            position: relative;
            margin-right: 10px;
            font-weight: 300;
            font-size: 28px;
        }

            .hotelnc_main_details .price_holder .strike .fa {
                color: #666;
            }

            .hotelnc_main_details .price_holder .strike:after {
                width: 100%;
                border-top: 2px solid #c00;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: rotate(8deg);
                -moz-transform: rotate(8deg);
                -ms-transform: rotate(8deg);
                -o-transform: rotate(8deg);
                transform: rotate(8deg);
            }

        .hotelnc_main_details .price_holder .price_feature {
            font-size: 14px;
        }

@media all and (max-width: 992px) {
    .hotelnc_main_details .hotelnc_profile {
        margin-left: 280px;
        margin-right: 0;
    }

    .hotelnc_main_details .hotel_info_box {
        margin-bottom: 20px;
    }

    .hotelnc_main_details .hotelnc_img {
        width: 250px;
        height: 250px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 767px) {
    .hotelnc_main_details .hotelnc_img {
        width: 120px;
        height: 120px;
    }

    .hotelnc_main_details .hotelnc_profile {
        margin-left: 140px;
        margin-right: 0;
    }
}

.hotel_bookingform,
.hotel_pax_info {
    width: 100%;
    max-width: 950px;
    margin: 20px auto;
    border: 1px solid #ccc;
    background: #fbfbfb;
    position: relative;
}

    .hotel_bookingform .form_head {
        padding: 7px 15px;
        font-size: 18px;
    }

    .hotel_bookingform .bk_hotel_detail {
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .hotel_bookingform .bk_hotel_detail {
        width: 100%;
        float: left;
    }

        .hotel_bookingform .bk_hotel_detail h1 {
            font-size: 24px;
            padding: 0;
            margin: 0 15px 15px 0;
            float: left;
        }

        .hotel_bookingform .bk_hotel_detail .rating {
            float: left;
            margin: 2px 0 15px 0;
        }

        .hotel_bookingform .bk_hotel_detail table {
            width: 100%;
            margin-bottom: 10px;
        }

            .hotel_bookingform .bk_hotel_detail table tr td {
                padding: 5px 5px;
                vertical-align: top;
                position: relative;
            }

                .hotel_bookingform .bk_hotel_detail table tr td:first-child {
                    width: 130px;
                }

                    .hotel_bookingform .bk_hotel_detail table tr td:first-child:after {
                        position: absolute;
                        right: 5px;
                        content: ":";
                        font-weight: 700;
                    }

    .hotel_bookingform .price_distribution {
        width: 100%;
    }

        .hotel_bookingform .price_distribution > div {
            margin-bottom: 15px;
        }

        .hotel_bookingform .price_distribution div {
            font-size: 18px;
            font-weight: 300;
        }

            .hotel_bookingform .price_distribution div .pd_tl {
                font-size: 14px;
                display: block;
                font-weight: 400;
            }

            .hotel_bookingform .price_distribution div .fa {
                font-size: 16px;
            }

    .hotel_pax_info .bootstrap-select.form-control {
        border: 1px solid #ccc;
    }

    .hotel_pax_info .form-group {
        position: relative;
    }

    .hotel_pax_info .form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #333;
    }

        .hotel_pax_info .form-control:focus {
            border: 1px solid #ccc;
        }

    .hotel_pax_info a.otp_btn {
        width: 100px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        background: #333;
        display: block;
        color: #fff;
        text-align: center;
    }

        .hotel_pax_info a.otp_btn:hover {
            background: #c00;
        }

.hotel_cc {
    margin-bottom: 15px;
}

    .hotel_cc div {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .hotel_cc .input-group {
        max-width: 300px;
    }

    .hotel_cc .input-group-addon {
        background: #333;
        padding: 0;
        border-radius: 0;
    }

        .hotel_cc .input-group-addon button {
            background: #333;
            color: #fff;
            padding: 5px;
            width: 60px;
            height: 30px;
            border: 0;
            border-radius: 0;
        }

        .hotel_cc .input-group-addon a {
            color: #fff;
            padding: 12px;
            width: 60px;
            height: 30px;
            border: 0;
            border-radius: 0;
        }

.hotel_pax_info .detail_check {
    position: absolute;
    right: 0;
    top: 7px;
}

@media all and (max-width: 767px) {
    .hotel_bookingform .price_distribution > div {
        margin-bottom: 5px;
    }

    .hotel_bookingform .price_distribution .pd_box {
        text-align: right;
    }

        .hotel_bookingform .price_distribution .pd_box:nth-child(3n + 0) {
            border-bottom: 1px dotted #ccc;
        }

        .hotel_bookingform .price_distribution .pd_box.grandtotal {
            padding-top: 5px;
        }

        .hotel_bookingform .price_distribution .pd_box span {
            float: left;
        }

    .hotel_pax_info .detail_check {
        right: 15px;
    }
}

@media all and (max-width: 500px) {
    .hotel_bookingform .bk_hotel_detail h1 {
        font-size: 18px;
        margin: 0 15px 10px 0;
    }

    .hotel_bookingform .bk_hotel_detail .rating {
        margin: 2px 0 10px 0;
    }
}

.tnx_id_box {
    width: 100%;
    max-width: 950px;
    min-height: 350px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fbfbfb;
    position: relative;
    text-align: center;
    display: table;
}

    .tnx_id_box .tnx_text {
        display: table-cell;
        vertical-align: middle;
    }

.hotel_bookingform .tnx_confirm_details {
    overflow: hidden;
}

    .hotel_bookingform .tnx_confirm_details .row {
        border-bottom: 1px solid #eee;
    }

    .hotel_bookingform .tnx_confirm_details .field {
        padding: 10px 0 10px 180px;
        position: relative;
        border-left: 1px solid #eee;
        margin-left: -1px;
    }

        .hotel_bookingform .tnx_confirm_details .field .field_name {
            position: absolute;
            left: 15px;
            top: 10px;
            font-size: 13px;
            width: 160px;
            color: #555;
        }

            .hotel_bookingform .tnx_confirm_details .field .field_name:after {
                position: absolute;
                right: 3px;
                top: 0;
                content: ":";
                font-weight: 700;
            }

    .hotel_bookingform .tnx_confirm_details .net_amt {
        text-align: center;
        padding: 15px 0;
        background: #f1f1f1;
    }

        .hotel_bookingform .tnx_confirm_details .net_amt .total_price {
            font-size: 24px;
        }

@media all and (max-width: 767px) {
    .hotel_bookingform .tnx_confirm_details .field {
        padding: 10px 0 10px 165px;
    }

        .hotel_bookingform .tnx_confirm_details .field .field_name {
            left: 10px;
            width: 155px;
        }

        .hotel_bookingform .tnx_confirm_details .field:nth-child(2) {
            border-top: 1px solid #eee;
        }
}

.hotel_bookingform .tnx_confirm_details table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .hotel_bookingform .tnx_confirm_details table tr td {
        padding: 7px 5px;
        vertical-align: top;
        position: relative;
    }

        .hotel_bookingform .tnx_confirm_details table tr td:first-child {
            width: 180px;
        }

            .hotel_bookingform .tnx_confirm_details table tr td:first-child:after {
                position: absolute;
                right: 5px;
                top: 7px;
                content: ":";
                font-weight: 700;
                display: none;
            }

@media all and (max-width: 500px) {
    .hotel_bookingform .tnx_confirm_details table tr > * {
        display: block;
    }

    .hotel_bookingform .tnx_confirm_details table tr {
        margin-bottom: 10px;
        display: block;
    }

        .hotel_bookingform .tnx_confirm_details table tr td {
            padding: 0;
        }

            .hotel_bookingform .tnx_confirm_details table tr td:first-child:after {
                position: static;
                content: ":";
            }
}

.exclusive_train_list h2 {
    color: #211e22;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #cc0001;
}

.exclusive_train_list ul.listing {
    margin-top: 5px;
}

    .exclusive_train_list ul.listing > li {
        margin-bottom: 2px;
        border-bottom: 1px solid #ddd;
        min-height: 60px;
    }

.exclusive_train_list .tl {
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}

    .exclusive_train_list .tl:hover {
        -webkit-box-shadow: 0 0 10px #888;
        -moz-box-shadow: 0 0 10px #888;
        box-shadow: 0 0 10px #888;
    }

    .exclusive_train_list .tl .right {
        background: #eee;
        width: 60px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: none;
    }

        .exclusive_train_list .tl .right:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f054";
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            font-size: 18px;
            color: #c00;
            display: block;
            width: 12px;
            height: 18px;
        }

    .exclusive_train_list .tl .trainlogo {
        background: #fcfcfc;
        width: 70px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .exclusive_train_list .tl .left {
        margin-left: 75px;
        position: relative;
        border-left: 1px dotted #ccc;
        padding-left: 10px;
    }

    .exclusive_train_list .tl h3 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
        color: #000;
    }

    .exclusive_train_list .tl:hover h3 {
        color: #c00;
    }

    .exclusive_train_list .tl p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .exclusive_train_list .tl .left .price {
        position: absolute;
        top: -5px;
        right: 5px;
        color: #c00;
        font-size: 18px;
        font-weight: 700;
        text-align: right;
        line-height: 20px;
        background: #fff;
    }

        .exclusive_train_list .tl .left .price .fa {
            font-size: 16px;
        }

        .exclusive_train_list .tl .left .price span {
            font-size: 11px;
            line-height: 14px;
        }

.exclusive_train_list .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 45px;
    margin-right: 5px;
    background-image: url(../images/icons_sprite.png);
    background-repeat: no-repeat;
}

    .exclusive_train_list .icon.ic_mpt {
        background-position: -120px -45px;
    }

    .exclusive_train_list .icon.ic_hst {
        background-position: -150px -45px;
    }

.exclusive_train_list .tabsDiv {
    display: none;
}

@media all and (max-width: 767px) {
    .exclusive_train_list {
        padding: 0 15px;
    }

        .exclusive_train_list .tabsDiv {
            display: table;
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }

        .exclusive_train_list .tab {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            padding: 5px;
            border: 1px solid #ccc;
            cursor: pointer;
            background: #f1f1f1;
        }

            .exclusive_train_list .tab.active {
                border-bottom: 2px solid #cc0001;
                background: #fff;
            }

            .exclusive_train_list .tab .text {
                display: none;
            }

            .exclusive_train_list .tab.active .text {
                display: inline-block;
                font-size: 14px;
            }

            .exclusive_train_list .tab h2 {
                margin-top: 0;
                border: 0;
            }

            .exclusive_train_list .tab .icon {
                margin-right: 5px;
            }

            .exclusive_train_list .tab .ic_mpt {
                background-position: -180px -45px;
            }

            .exclusive_train_list .tab .ic_hst {
                background-position: -210px -45px;
            }

            .exclusive_train_list .tab.active .icon.ic_mpt {
                background-position: -120px -45px !important;
            }

            .exclusive_train_list .tab.active .icon.ic_hst {
                background-position: -150px -45px !important;
            }

        .exclusive_train_list .trains_tabbing {
            padding: 0;
        }

        .exclusive_train_list ul.listing {
            margin-top: 0;
        }

        .exclusive_train_list .list_holder {
            padding: 2px 0 0 0;
            border-top: 1px solid #ddd;
        }

            .exclusive_train_list .list_holder h2 {
                display: none;
            }
}

.recent_search .resultbox.train_rs .imgbox img {
    width: 100%;
    min-height: 100%;
}

.recent_search .resultbox.train_rs .rs_text {
    width: auto;
    margin: 3px 10px 5px 10px;
}

.recent_search .resultbox .rs_text p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent_search .resultbox .delete {
    width: 25px;
    height: 25px;
    background: #eee;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 25px;
}

    .recent_search .resultbox .delete:hover {
        background: #c00;
        color: #fff;
    }

.train_booking_details {
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .train_booking_details .search_details {
        width: auto;
        padding-top: 0;
        display: block;
        position: relative;
    }

        .train_booking_details .search_details .left {
            margin-right: 160px;
        }

        .train_booking_details .search_details .btn.modify_btn {
            position: absolute;
            right: 0;
            top: 10px;
            width: 130px;
        }

    .train_booking_details .left div {
        margin-bottom: 0;
    }

    .train_booking_details .left h1 {
        font-size: 18px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .train_booking_details .left div small {
        font-size: 12px;
    }

.fix_on_scroll.stick .train_booking_details {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .fix_on_scroll.stick .train_booking_details .search_details .btn.modify_btn {
        position: static;
        float: right;
        padding: 9px 15px;
    }

.train_radio_btns .checkbox-inline,
.train_radio_btns .radio-inline {
    margin-bottom: 0;
    margin-top: 10px;
}

@media all and (max-width: 767px) {
    .train_booking_details .search_details .left {
        margin-right: 0;
    }

    .train_booking_details .search_details .btn.modify_btn {
        position: static;
    }

    .fix_on_scroll.stick .train_booking_details .search_details .btn.modify_btn {
        float: left;
    }
}

.train_list_head {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

    .train_list_head .tld_class {
        position: relative;
    }

        .train_list_head .tld_class:after {
            position: absolute;
            bottom: -10x;
            left: 50%;
            margin-left: -10px;
            border-top: 10px solid #ccc;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
        }

    .train_list_head .firstclass {
        background: #757a3e;
        color: #fff;
        position: relative;
    }

        .train_list_head .firstclass:after {
            position: absolute;
            bottom: -10x;
            left: 50%;
            margin-left: -10px;
            border-top: 10px solid #757a3e;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
        }

    .train_list_head .secondclass {
        background: #3978a1;
        color: #fff;
        position: relative;
    }

        .train_list_head .secondclass:after {
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin-left: -10px;
            border-top: 10px solid #3978a1;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
        }

    .train_list_head span {
        padding: 15px 0;
        display: inline-block;
        font-weight: 700;
        text-transform: uppercase;
    }

@media all and (max-width: 767px) {
    .train_list_head .tld_class {
        display: none;
    }

    .train_list_head span {
        padding: 10px 0;
    }
}

.trains_listing {
    margin: 0 15px;
}

    .trains_listing li.train_detail {
        border: 1px solid #ccc;
        margin-bottom: 15px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .trains_listing li.train_detail:hover {
            border-color: 1px solid #aaa;
            -webkit-box-shadow: 0 2px 3px #aaa;
            -moz-box-shadow: 0 2px 3px #aaa;
            box-shadow: 0 2px 3px #aaa;
        }

    .trains_listing li .train_info {
        padding-top: 15px;
    }

    .trains_listing li .train_name {
        margin-bottom: 5px;
    }

    .trains_listing li .train_jt {
        margin-bottom: 5px;
    }

    .trains_listing li .train_timing {
        width: 100%;
        display: table;
        margin-bottom: 20px;
    }

        .trains_listing li .train_timing > div {
            display: table-cell;
            width: 33.33%;
            font-size: 12px;
            padding: 0 3px;
        }

            .trains_listing li .train_timing > div strong {
                display: block;
                font-size: 14px;
            }

        .trains_listing li .train_timing .connect {
            position: relative;
        }

            .trains_listing li .train_timing .connect > div {
                width: auto;
                height: 1px;
                display: block;
                background: #211e22;
                position: relative;
                top: 5px;
            }

                .trains_listing li .train_timing .connect > div:after,
                .trains_listing li .train_timing .connect > div:before {
                    width: 9px;
                    height: 9px;
                    display: block;
                    background: #c00;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    top: -4px;
                    position: absolute;
                }

                .trains_listing li .train_timing .connect > div:after {
                    right: 0;
                }

                .trains_listing li .train_timing .connect > div a.connections {
                    position: absolute;
                    top: -10px;
                    left: 0;
                    right: 0;
                    margin: auto;
                    width: 65px;
                }

                    .trains_listing li .train_timing .connect > div a.connections span {
                        width: 20px;
                        height: 20px;
                        display: block;
                        margin: auto;
                        background: #c00;
                        line-height: 20px;
                        color: #fff;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                    }

            .trains_listing li .train_timing .connect span,
            .trains_listing li .train_timing .connect.direct a.connections {
                display: none;
            }

            .trains_listing li .train_timing .connect.direct span {
                display: block;
                position: absolute;
                top: 5px;
                left: 0;
                right: 0;
                margin: auto;
                width: 65px;
            }

    .trains_listing li .ticket_prices .more_btn {
        width: 45px;
        height: 45px;
        display: block;
        font-size: 10px;
        background: #4b4b4b;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        padding-top: 9px;
        position: absolute;
        left: 50%;
        bottom: 35px;
        margin-left: -22px;
        cursor: pointer;
    }

    .trains_listing li .ticket_prices .prices {
        display: none;
        width: 100%;
        border-top: 1px solid #ddd;
        clear: both;
        margin-bottom: -1px;
        margin-top: -1px;
    }

        .trains_listing li .ticket_prices .prices:after {
            clear: both;
            display: block;
        }

        .trains_listing li .ticket_prices .prices .priceclass {
            display: block;
            height: 124px;
            border-left: 1px solid #ddd;
            width: 50%;
            position: relative;
            float: left;
        }

    .trains_listing .priceclass.pc_2 {
        background: #fafafa;
    }

    .trains_listing .priceclass.pc_1 {
        background: #f6f6f6;
    }

    .trains_listing .priceclass.selected {
        background: url(../images/l_texture.png) #f7cfcf;
    }

    .trains_listing .priceclass .rate {
        width: 100%;
        margin: 30px 0 30px;
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

        .trains_listing .priceclass .rate .fa {
            font-size: 20px;
        }

        .trains_listing .priceclass .rate .ez-radio {
            display: block;
            margin: auto;
            float: none;
        }

    .trains_listing .priceclass .rates_info {
        width: 100%;
        padding: 0 15px;
        position: absolute;
        bottom: 5px;
        font-size: 13px;
    }

        /*.trains_listing .priceclass .rates_info > div {
            max-width: 50%
        }*/

        .trains_listing .priceclass .rates_info .seats_left {
            float: left;
        }

        .trains_listing .priceclass .rates_info .fare_detail {
            float: right;
            text-align: right;
        }

            .trains_listing .priceclass .rates_info .fare_detail .fa {
                font-size: 18px;
                color: #c00;
                vertical-align: middle;
            }

@media all and (min-width: 768px) and (max-width: 900px) {
    .trains_listing .priceclass .rates_info {
        padding: 0 5px;
        font-size: 12px;
    }

        .trains_listing .priceclass .rates_info img {
            width: 10px;
        }

        .trains_listing .priceclass .rates_info .fare_detail .fa {
            font-size: 15px;
        }
}

.trains_listing .priceclass .rates_infoTop {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    top: 5px;
    font-size: 13px;
}

    /*.trains_listing .priceclass .rates_infoTop > div {
            max-width: 50%
        }*/

    .trains_listing .priceclass .rates_infoTop .seats_left {
        float: left;
    }

    .trains_listing .priceclass .rates_infoTop .fare_detail {
        float: right;
        text-align: right;
    }

        .trains_listing .priceclass .rates_infoTop .fare_detail .fa {
            font-size: 18px;
            color: #c00;
            vertical-align: middle;
        }

@media all and (min-width: 768px) and (max-width: 900px) {
    .trains_listing .priceclass .rates_infoTop {
        padding: 0 5px;
        font-size: 12px;
    }

        .trains_listing .priceclass .rates_infoTop img {
            width: 10px;
        }

        .trains_listing .priceclass .rates_infoTop .fare_detail .fa {
            font-size: 15px;
        }
}

@media all and (max-width: 767px) {
    .trains_listing li.train_detail,
    .trains_listing li.train_detail:hover {
        border-top: 2px solid #c00;
    }

    .trains_listing .prices > .priceclass.pc_2 {
        border-left: 0 !important;
    }

    .trains_listing li .ticket_prices .prices .priceclass {
        display: block;
        height: auto;
    }

    .trains_listing .priceclass .rate {
        margin: 20px 0 30px;
    }
}

@media all and (max-width: 500px) {
    .trains_listing li .ticket_prices .prices:first-child > .priceclass {
        height: auto;
    }

    .trains_listing .priceclass .rate {
        font-size: 18px;
    }

        .trains_listing .priceclass .rate .fa {
            font-size: 14px;
        }

    .trains_listing .priceclass .rates_info {
        padding: 0 5px;
        font-size: 10px;
    }

        .trains_listing .priceclass .rates_info .fare_detail .fa {
            font-size: 12px;
        }

        .trains_listing .priceclass .rates_info img {
            width: 8px;
        }

    .trains_listing .priceclass .rates_infoTop {
        padding: 0 5px;
        font-size: 10px;
    }

        .trains_listing .priceclass .rates_infoTop .fare_detail .fa {
            font-size: 12px;
        }

        .trains_listing .priceclass .rates_infoTop img {
            width: 8px;
        }

    .trains_listing li .ticket_prices .more_btn {
        width: 35px;
        height: 35px;
        display: block;
        font-size: 8px;
        background: #4b4b4b;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        padding-top: 7px;
        position: absolute;
        left: 50%;
        bottom: 38px;
        margin-left: -17px;
        cursor: pointer;
    }
}

.connection_details {
    width: 750px;
    min-height: 300px;
    position: relative;
    border: 1px solid #666;
}

    .connection_details .cd_title {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 40px 10px 15px;
        margin-bottom: 15px;
    }

    .connection_details ol {
        counter-reset: section;
    }

        .connection_details ol li {
            margin-bottom: 15px;
            padding: 0 0 10px 35px;
            border-bottom: 1px solid #ccc;
            position: relative;
        }

            .connection_details ol li .stations {
                margin-bottom: 5px;
                font-size: 13px;
            }

            .connection_details ol li .tkt_info strong {
                color: #c00;
            }

            .connection_details ol li:before {
                counter-increment: section;
                content: counter(section);
                background: #c00;
                color: #fff;
                width: 25px;
                height: 25px;
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                font-weight: 700;
                text-align: center;
                line-height: 25px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                z-index: 1;
            }

            .connection_details ol li:after {
                width: 2px;
                height: 100%;
                background: #c00;
                position: absolute;
                left: 11px;
                top: 0;
            }

            .connection_details ol li div {
                margin-bottom: 5px;
            }

    .connection_details .policy {
        font-size: 12px;
        border-top: 1px solid #eee;
        padding-top: 5px;
    }

    .connection_details .tckt_class {
        color: #c00;
        margin-bottom: 7px;
    }

@media all and (max-width: 767px) {
    .connection_details {
        width: 600px;
    }
}

@media all and (max-width: 600px) {
    .connection_details {
        width: 100%;
        height: 100%;
    }
}

.select_journey .pager {
    margin: 10px 0;
}

    .select_journey .pager span.fa {
        color: #c00;
    }

    .select_journey .pager a {
        padding: 5px 10px;
        border: 1px solid #ccc;
        text-transform: uppercase;
        font-size: 12px;
        background: #eee;
    }

        .select_journey .pager a:hover {
            color: #c00;
            border: 1px solid #aaa;
        }

.select_journey .view_btn {
    max-width: none;
    display: table;
    margin: auto;
}

.tckt_booking_details {
    background: #f3f3f3;
}

    .tckt_booking_details > div > div {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .tckt_booking_details .inbound_book {
        border-left: 1px solid #ccc;
    }

    .tckt_booking_details p {
        margin-bottom: 3px;
    }

    .tckt_booking_details .cost {
        font-size: 20px;
    }

        .tckt_booking_details .cost .fa {
            font-size: 25px;
        }

.tck_total_cost {
    border-top: 1px solid #ccc;
}

@media all and (max-width: 767px) {
    .tckt_booking_details > div > div {
        padding-left: 0;
        padding-right: 0;
    }

    .tckt_booking_details .inbound_book {
        border-top: 1px solid #ccc;
        border-left: 0;
    }
}

@media all and (max-width: 450px) {
    .tck_total_cost > div {
        width: 100%;
    }

        .tck_total_cost > div:first-child {
            border-bottom: 1px solid #ccc;
        }
}

.initial_msg {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
}

    .initial_msg .explore_pass {
        width: 90%;
        max-width: 400px;
        margin: auto;
        display: block;
    }

.ex_fix_on_scroll {
    padding: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

    .ex_fix_on_scroll.stick {
        position: fixed;
        top: 110px;
        width: 100%;
        max-height: 85%;
        z-index: 10;
        border-bottom: 1px solid #888;
        -webkit-box-shadow: 0 0 6px #444;
        -moz-box-shadow: 0 0 6px #444;
        box-shadow: 0 0 6px #444;
        -webkit-animation: slide-down 0.3s;
        -moz-animation: slide-down 0.3s;
        -o-animation: slide-down 0.3s;
        animation: slide-down 0.3s;
    }

@media all and (max-width: 991px) {
    .ex_fix_on_scroll.stick {
        position: fixed;
        top: 80px;
    }
}
/*.explore_pass{border:1px solid #ccc;background:#fff}*/
.explore_pass .bootstrap-select.form-control,
.explore_pass .form-control {
    height: 35px;
}

    .explore_pass .form-control .btn {
        height: 35px;
        padding: 5px 0;
    }

        .explore_pass .form-control .btn span.filter-option {
            font-weight: 700;
            padding-left: 10px;
        }

.explore_pass .form-group {
    margin-bottom: 0;
}

    .explore_pass .form-group .input-group-addon {
        padding-top: 35px;
    }

.explore_pass .ic_globe {
    background-position: -120px -6px;
}

.content_section_main {
    white-space: nowrap;
}

    .content_section_main .content_side_left {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 100%;
        margin-right: -334px;
    }

    .content_section_main .content_aside {
        width: 330px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        white-space: normal;
        z-index: 1;
    }

    .content_section_main .content_side_left .inner_content_side {
        margin-right: 380px;
        white-space: normal;
    }

@media all and (max-width: 1100px) {
    .content_section_main .content_side_left {
        margin-right: -305px;
    }

    .content_section_main .content_aside {
        width: 300px;
    }

    .content_section_main .content_side_left .inner_content_side {
        margin-right: 330px;
    }
}

@media all and (max-width: 992px) {
    .content_section_main .content_side_left {
        margin-right: 0;
        display: block;
    }

        .content_section_main .content_side_left .inner_content_side {
            margin-right: 0;
            display: block;
            border-bottom: 1px solid #eee;
            margin-bottom: 30px;
        }

    .content_section_main .content_aside {
        width: auto;
        display: block;
        margin: 0 -15px;
    }

        .content_section_main .content_aside:after {
            width: 100%;
            display: block;
            clear: both;
        }
}

@media all and (max-width: 650px) {
    .content_section_main .content_aside {
        width: auto;
        display: block;
        margin: 0;
    }
}

.country_select_form {
    background: #fafafa;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #eee;
}

    .country_select_form .tl {
        margin-bottom: 20px;
    }

    .country_select_form .form-group {
        border: 1px solid #ccc;
    }

.jumpto_links {
    margin: 30px 0;
    clear: both;
    display: block;
}

    .jumpto_links a {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        text-decoration: underline;
        display: inline-block;
        border-right: 1px solid #333;
        line-height: 14px;
    }

        .jumpto_links a:hover {
            color: #c00;
            text-decoration: none;
        }

        .jumpto_links a:last-child {
            border-right: 0;
            padding: 0;
        }

.pass_types {
    width: auto;
    display: block;
    padding: 10px 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .pass_types:after {
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin-left: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ccc;
    }

    .pass_types li {
        padding: 0 5px;
        margin-right: -4px;
        display: inline-block;
        width: 25%;
        text-align: center;
        color: #211e22;
        font-size: 18px;
        font-weight: 400;
        border-left: 1px solid #ccc;
        cursor: pointer;
    }

        .pass_types li.active {
            color: #c00;
            font-weight: 700;
            text-decoration: none !important;
        }

        .pass_types li:first-child {
            border: 0;
        }

        .pass_types li:hover {
            color: #c00;
            text-decoration: underline;
        }

.rates_tab_container .tabs {
    width: 100%;
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 0 5px;
    margin-bottom: 30px;
}

    .rates_tab_container .tabs li {
        width: 33%;
        max-width: 200px;
        float: left;
        padding: 10px;
        margin: 0 5px -2px;
        cursor: pointer;
        position: relative;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background-image: url(../images/menu_texture.png);
    }

        .rates_tab_container .tabs li.active {
            border-bottom: 3px solid #c00;
        }

            .rates_tab_container .tabs li.active:after {
                border-top: 10px solid #c00;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                position: absolute;
                bottom: -10px;
                left: 50%;
                margin-left: -10px;
                display: block;
            }

.pass_radiobox {
    margin-bottom: 20px;
}

    .pass_radiobox .radio-inline {
        padding-left: 0;
    }

        .pass_radiobox .radio-inline label {
            border: 1px solid #ccc;
            padding: 3px 10px 3px 4px;
            background: #cce5fb;
            border-radius: 20px;
        }

            .pass_radiobox .radio-inline label .ez-radio {
                margin-right: 5px;
            }

.tab_detail .age_info {
    margin-right: 200px;
}

.condition_btn {
    float: right;
    cursor: pointer;
    background: #f4f3f3;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-top: -30px;
    font-weight: 700;
    position: relative;
}

    .condition_btn .fa {
        color: #c00;
        font-size: 20px;
        vertical-align: middle;
        margin-right: 3px;
    }

.condition_details {
    background: #f4f3f3;
    border: 1px solid #eee;
    padding: 15px;
    display: none;
}

    .condition_details .closeBtn {
        padding: 7px 15px;
    }

@media all and (max-width: 500px) {
    .pass_types {
        padding: 10px 0;
    }

        .pass_types li {
            font-size: 14px;
        }

    .rates_tab_container .tabs li {
        font-size: 14px;
    }

    .tab_detail .age_info {
        margin-right: 0;
    }

    .condition_btn {
        margin-top: 0;
    }
}

ul.pass_fare_list {
    margin-bottom: 30px;
}

    ul.pass_fare_list li {
        border-bottom: 1px solid #ccc;
        width: 100%;
        display: table;
        position: relative;
        margin-bottom: 10px;
        overflow: hidden;
    }

        ul.pass_fare_list li:hover {
            -webkit-box-shadow: 0 0 5px #bbb;
            -moz-box-shadow: 0 0 5px #bbb;
            box-shadow: 0 0 5px #bbb;
        }

        ul.pass_fare_list li .passduration {
            width: 250px;
            height: 80px;
            background: #f3f3f3;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 17px;
            position: relative;
        }

            ul.pass_fare_list li .passduration span {
                position: relative;
                z-index: 1;
                display: block;
            }

        ul.pass_fare_list li.selected .passduration span,
        ul.pass_fare_list li:hover .passduration span {
            color: #fff;
        }

        ul.pass_fare_list li .passduration:before {
            width: 4px;
            height: 100%;
            display: block;
            background: #c00;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        ul.pass_fare_list li.selected .passduration:before,
        ul.pass_fare_list li:hover .passduration:before {
            width: 100%;
        }

        ul.pass_fare_list li .passfare {
            display: table-cell;
            vertical-align: middle;
            padding: 0 0 0 40px;
        }

            ul.pass_fare_list li .passfare .pass_rate {
                margin-left: 10px;
            }

                ul.pass_fare_list li .passfare .pass_rate label {
                    font-weight: 400;
                }

                    ul.pass_fare_list li .passfare .pass_rate label span {
                        width: 90px;
                        margin-left: 15px;
                    }

        ul.pass_fare_list li:hover .passfare .pass_rate label {
            font-weight: 700 !important;
        }

        ul.pass_fare_list li .passfare .pass_bookbtn {
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -23px;
            opacity: 0;
        }

        ul.pass_fare_list li.selected .passfare .pass_bookbtn,
        ul.pass_fare_list li:hover .passfare .pass_bookbtn {
            opacity: 1;
        }

@media all and (max-width: 1200px) {
    ul.pass_fare_list li .passduration {
        width: 200px;
    }

    ul.pass_fare_list li .passfare {
        padding: 0 0 0 20px;
    }

        ul.pass_fare_list li .passfare .pass_rate label span {
            width: 80px;
            margin-left: 10px;
        }
}

@media all and (max-width: 650px) {
    ul.pass_fare_list li {
        border: 1px solid #ccc;
    }

        ul.pass_fare_list li .passduration {
            display: block;
            width: auto;
            height: auto;
            padding: 7px 15px;
            text-align: left;
            font-weight: 700;
            color: #c00;
        }

            ul.pass_fare_list li .passduration:before {
                width: 100%;
                height: 0;
            }

        ul.pass_fare_list li.selected .passduration:before,
        ul.pass_fare_list li:hover .passduration:before {
            height: 100%;
        }

        ul.pass_fare_list li .passduration br {
            display: none;
        }

        ul.pass_fare_list li .passfare {
            display: block;
            padding: 10px;
            position: relative;
        }

            ul.pass_fare_list li .passfare .pass_rate {
                margin-left: 0;
            }
}

@media all and (max-width: 450px) {
    ul.pass_fare_list li .passfare .pass_bookbtn {
        position: static;
        display: none;
        margin: 5px 0 0 0;
    }

    ul.pass_fare_list li.selected .passfare .pass_bookbtn,
    ul.pass_fare_list li:hover .passfare .pass_bookbtn {
        display: block;
    }
}

.pass_extra_details {
    margin-bottom: 30px;
}

    .pass_extra_details .heading {
        font-size: 18px;
        margin-bottom: 15px;
    }

        .pass_extra_details .heading .fa {
            font-size: 24px;
            margin-right: 3px;
            color: #c00;
        }

    .pass_extra_details p {
        margin-bottom: 15px;
    }

    .pass_extra_details ul li {
        margin-bottom: 10px;
        background: url(../images/foot_dash.png) no-repeat left 10px;
        padding-left: 15px;
    }

    .pass_extra_details a {
        color: #c00;
    }

        .pass_extra_details a:hover {
            text-decoration: underline;
        }

.asides_box {
    width: auto;
    display: block;
    border: 4px solid #ccc;
    margin-bottom: 25px;
    position: relative;
    background: #fff;
}

    .asides_box .promo_ad_box {
        width: auto;
        display: block;
        padding: 20px;
        min-height: 280px;
    }

.promo_ad_box .tl {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.promo_ad_box .slider_holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.promo_ad_box .slider {
    position: relative;
}

    .promo_ad_box .slider .slide {
        padding: 0 20px 85px;
        position: relative;
    }

        .promo_ad_box .slider .slide h3 {
            font-size: 24px;
            font-weight: 700;
            margin-top: 0;
        }

        .promo_ad_box .slider .slide p {
            position: relative;
        }

            .promo_ad_box .slider .slide p .promo_arrow {
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: text-bottom;
                position: relative;
                top: 10px;
                left: 5px;
            }

                .promo_ad_box .slider .slide p .promo_arrow img {
                    width: 20px;
                    opacity: 0;
                    -webkit-transition: all 0.5s 0.5s ease;
                    -moz-transition: all 0.5s 0.5s ease;
                    -o-transition: all 0.5s 0.5s ease;
                    transition: all 0.5s 0.5s ease;
                }

        .promo_ad_box .slider .slide.slick-current p .promo_arrow img {
            width: 68px;
            opacity: 1;
        }

.promo_ad_box .box_tailtip {
    width: 130px;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 0;
}

    .promo_ad_box .box_tailtip:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -30%;
        width: 100%;
        height: 100%;
        background: #c00;
        color: #fff;
        -webkit-transform: skew(-30deg, 0deg);
        -moz-transform: skew(-30deg, 0deg);
        -ms-transform: skew(-30deg, 0deg);
        -o-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
    }

.promo_ad_box .slider .slide .promocode {
    width: 130px;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

    .promo_ad_box .slider .slide .promocode span {
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        position: absolute;
        bottom: 20px;
        right: 3px;
        width: 95px;
        opacity: 0;
        -webkit-transition: all 0.3s 1s ease;
        -moz-transition: all 0.3s 1s ease;
        -o-transition: all 0.3s 1s ease;
        transition: all 0.3s 1s ease;
    }

.promo_ad_box .slider .slide.slick-current .promocode span {
    opacity: 1;
}

.promo_ad_box .slider .slick-dots {
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 10px;
    margin: auto;
    display: block;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .promo_ad_box .slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .promo_ad_box .slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 16px;
            height: 16px;
            cursor: pointer;
            border: 0;
            outline: 0;
            background: #e6e6e6;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
        }

            .promo_ad_box .slider .slick-dots li button:focus,
            .promo_ad_box .slider .slick-dots li button:hover {
                outline: 0;
            }

            .promo_ad_box .slider .slick-dots li button:before {
                display: none;
            }

        .promo_ad_box .slider .slick-dots li.slick-active button {
            background: #878383;
        }

.asides_box .offer_ad_box {
    width: auto;
    display: block;
    padding: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.offer_ad_box:before {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: rgba(33, 30, 34, 0.8);
}

.offer_ad_box .offer_detail {
    position: relative;
    z-index: 1;
}

    .offer_ad_box .offer_detail .tl {
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .offer_ad_box .offer_detail .text {
        margin-bottom: 20px;
        line-height: 30px;
        font-weight: 300;
    }

        .offer_ad_box .offer_detail .text h3 {
            margin: 3px 0;
            font-size: 24px;
            color: #d90303;
            font-weight: 700;
        }

    .offer_ad_box .offer_detail .cond {
        text-align: right;
        color: #c00;
        font-size: 12px;
    }

.asides_box .familycard_box {
    width: auto;
    display: block;
    padding: 20px;
}

.familycard_box .tl {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.familycard_box .fmlycard_img {
    width: 100%;
    margin-bottom: 15px;
    background: #eee;
}

    .familycard_box .fmlycard_img img {
        width: 100%;
        display: block;
    }

@media all and (max-width: 1100px) {
    .promo_ad_box .slider .slide {
        padding: 0 15px 85px;
    }

    .asides_box .familycard_box,
    .asides_box .offer_ad_box,
    .asides_box .promo_ad_box {
        padding: 15px;
    }
}

@media all and (max-width: 992px) {
    .asides_box {
        width: 32%;
        margin: 0 0 0 1%;
        float: left;
    }

    .promo_ad_box .slider .slide {
        padding: 0 15px 105px;
    }
}

@media all and (max-width: 850px) {
    .asides_box {
        width: 46%;
        margin: 0 0 20px 2.5%;
        float: left;
    }
}

@media all and (max-width: 750px) {
    .rates_tab_container .tabs li {
        width: 31%;
        max-width: 200px;
        float: left;
        padding: 10px;
        margin: 0 1% -2px;
    }
}

@media all and (max-width: 650px) {
    .asides_box {
        width: 100%;
        max-width: 330px;
        margin: 0 auto 20px;
        float: none;
    }
}

.pass_booking_main {
    background: #fbfbfb;
    border: 1px solid #ccc;
    padding: 20px;
}

    .pass_booking_main .pass_name {
        font-size: 24px;
        margin-bottom: 20px;
        color: #c00;
    }

.pass_details {
    width: 47%;
    float: left;
    margin: 0 3% 15px 0;
    border-bottom: 1px solid #ddd;
}

    .pass_details.box_2 .form-group {
        border: 1px solid #ccc;
    }

.age_details .parent_check {
    margin: 7px 0 0 25px;
}

.pass_booking_main * {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pass_booking_main .form-group .input-group-addon {
    background-image: url(../images/icons_sprite.png);
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0;
    padding: 35px 0 0 30px;
}

.pass_booking_main .form-control {
    border: 1px solid #fff;
    height: 35px;
    padding: 6px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pass_booking_main .btn {
    width: 150px;
    height: 35px;
    padding: 0;
    background: #c00;
    color: #fff;
    font-weight: 700;
    border: 0;
    outline: 0;
}

.pass_booking_main .ic_date {
    background-position: -30px -5px;
}

.pass_booking_main .form-group.promocode .input-group-addon {
    background: #333;
    padding: 0;
}

    .pass_booking_main .form-group.promocode .input-group-addon button {
        background: #333;
        color: #fff;
        padding: 5px;
        width: 60px;
        height: 35px;
        border: 0;
    }

.pass_booking_main p span.pass_span {
    width: 100px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

    .pass_booking_main p span.pass_span:after {
        content: ":";
        position: absolute;
        right: 0;
    }

table.promotable {
    margin-bottom: 20px;
    border-color: #ccc;
    width: 100%;
    text-align: center;
}

    table.promotable td {
        padding: 5px;
        border: 1px solid #ccc;
        width: 33.33%;
    }

@media all and (min-width: 768px) {
    .pass_details.box_2 {
        float: right;
        border: 0;
        border-left: 1px solid #ccc;
        padding-left: 3%;
        width: 50%;
        min-height: 315px;
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    .pass_details,
    .pass_details.box_2 {
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
    }
}

@media all and (max-width: 550px) {
    .pass_booking_main .pass_name {
        font-size: 18px;
    }
}

.generalpopup {
    width: 750px;
    min-height: 250px;
    position: relative;
    border: 1px solid #666;
}

    .generalpopup .poptitle {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 40px 10px 15px;
        margin-bottom: 15px;
    }

    .generalpopup p {
        margin-bottom: 10px;
    }

    .generalpopup ul li {
        margin-bottom: 5px;
        padding-left: 15px;
        background: url(../images/foot_dash.png) no-repeat left 8px;
    }

    .generalpopup .bootstrap-select {
        border: 1px solid #ccc !important;
    }

@media all and (max-width: 767px) {
    .generalpopup {
        width: 600px;
    }
}

@media all and (max-width: 600px) {
    .generalpopup {
        width: 100%;
        height: 100%;
    }
}

.popover-header {
    display: none
}

.popover .generalpopup {
    width: auto !important;
    min-height: initial !important;
    position: relative;
    border: none;
}

.apmt_listing {
    margin-top: 5px;
}

    .apmt_listing li {
        border-bottom: 1px solid #ddd;
        display: table;
        width: 100%;
        padding-bottom: 4px;
        padding-top: 4px;
        position: relative;
    }

        .apmt_listing li:hover {
            -webkit-box-shadow: 0 0 10px #888;
            -moz-box-shadow: 0 0 10px #888;
            box-shadow: 0 0 10px #888;
        }

        .apmt_listing li a {
            display: table;
            width: 100%;
        }

        .apmt_listing li .img_box {
            width: 100px;
            height: 65px;
            display: table-cell;
            overflow: hidden;
        }

            .apmt_listing li .img_box .imgHolder {
                width: 100%;
                padding-bottom: 65%;
                position: relative;
                overflow: hidden;
                display: block;
                background: #f6f6f6;
                border: 1px solid #ccc;
            }

                .apmt_listing li .img_box .imgHolder img {
                    width: 100%;
                    height: auto;
                    min-height: 100%;
                    display: block;
                    position: absolute;
                }

        .apmt_listing li .citybox {
            display: table-cell;
            padding: 0 10px 0 15px;
            vertical-align: middle;
        }

            .apmt_listing li .citybox h3 {
                font-size: 16px;
                margin-top: 0;
                margin-bottom: 5px;
            }

        .apmt_listing li:hover .citybox h3 {
            color: #c00;
        }

        .apmt_listing li .tagBox {
            display: table-cell;
            position: relative;
            width: 65px;
        }

.tagBox .off_tag {
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

    .tagBox .off_tag:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -35%;
        width: 100%;
        height: 100%;
        background: rgba(204, 0, 0, 0.83);
        color: #fff;
        -webkit-transform: skew(-30deg, 0deg);
        -moz-transform: skew(-30deg, 0deg);
        -ms-transform: skew(-30deg, 0deg);
        -o-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
    }

    .tagBox .off_tag span {
        text-align: right;
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        position: absolute;
        bottom: 5px;
        right: 6px;
    }

.tagBox .offer_flag {
    width: 60px;
    height: auto;
    padding: 5px;
    position: absolute;
    top: -5px;
    right: 3px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: rgba(204, 0, 0, 1);
}

    .tagBox .offer_flag:before {
        border-left: 33px solid #c00;
        border-bottom: 10px solid transparent;
        border-top: 0;
        position: absolute;
        left: 0;
        bottom: -9px;
        display: block;
    }

    .tagBox .offer_flag:after {
        border-right: 33px solid #c00;
        border-bottom: 10px solid transparent;
        border-top: 0;
        position: absolute;
        right: 0;
        bottom: -9px;
        display: block;
    }

.tagBox .offer_hang {
    width: 50px;
    height: auto;
    min-height: 40px;
    padding: 5px;
    position: absolute;
    top: 13px;
    right: 5px;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    color: #000;
    font-weight: 600;
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 1px 3px #999;
    text-shadow: 0 0 2px #fff;
    background: #ffcc35;
    background: -moz-linear-gradient( top, rgba(255, 204, 53, 1) 0, rgba(237, 173, 0, 1) 100% );
    background: -webkit-linear-gradient( top, rgba(255, 204, 53, 1) 0, rgba(237, 173, 0, 1) 100% );
    background: linear-gradient( to bottom, rgba(255, 204, 53, 1) 0, rgba(237, 173, 0, 1) 100% );
}

    .tagBox .offer_hang:before {
        border-bottom: 13px solid #ffcc35;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        position: absolute;
        top: -13px;
        left: 0;
    }

    .tagBox .offer_hang:after {
        position: absolute;
        top: -18px;
        left: 25px;
        content: "\25cf";
        color: #fff;
        width: 1px;
        height: 13px;
        background: #111;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        text-indent: -3px;
    }

.co_table {
    margin-bottom: 15px;
    width: auto;
}

    .co_table td {
        width: 50%;
        padding: 5px;
        border: 1px solid #ccc;
    }

@media all and (max-width: 600px) {
    .co_table {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.chk_avail_form {
    /* margin-top: -15px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 0 solid #ccc;
}

    .chk_avail_form .form-group {
        margin-bottom: 8px;
        position: relative;
    }

        .chk_avail_form .form-group .form-control {
            border: 1px solid #ccc;
        }

    .chk_avail_form .calanderholder {
        width: auto;
        background: #fff;
        border: 1px solid #ccc;
        margin-bottom: 7px;
        /* width: 200px;
        position: absolute;
        top: 100%;
        left: 15px;
        background: #fff;
        border: 1px solid #ccc;
        z-index: 1;
        -webkit-box-shadow: 0 5px 15px #333;
        -moz-box-shadow: 0 5px 15px #333;
        box-shadow: 0 5px 15px #333;
        display: none*/
    }

        .chk_avail_form .calanderholder .form-group {
            margin: 5px auto;
            width: 200px;
        }

            .chk_avail_form .calanderholder .form-group .form-control {
                height: 30px;
            }

            .chk_avail_form .calanderholder .form-group .btn {
                padding: 4px 10px;
            }

    .chk_avail_form .calander_container {
        padding: 5px;
    }

        .chk_avail_form .calander_container table {
            width: 100%;
        }

            .chk_avail_form .calander_container table thead td {
                border: 0;
                font-weight: 700;
                color: #333;
            }

            .chk_avail_form .calander_container table td {
                border: 1px solid #aaa;
                text-align: center;
                vertical-align: middle;
                /*width: 27px;*/
                height: 27px;
                color: #999;
            }

                .chk_avail_form .calander_container table td a {
                    display: block;
                }

.calanderholder .legends_box {
    border-top: 0 solid #ccc;
    font-size: 12px;
    margin: 0 5px 7px;
}

    .calanderholder .legends_box li {
        margin: 2px 0;
        width: 50%;
        display: block;
        float: left;
    }

        .calanderholder .legends_box li > div {
            width: 18px;
            height: 18px;
            text-align: center;
            float: left;
            margin-right: 7px;
            border: 1px solid #aaa;
        }

.calanderholder .arrival {
    background: #f7cfcf;
    color: #000 !important;
    font-weight: 700 !important;
}

.calanderholder .available {
    background: #f7cfcf;
    color: #555 !important;
}

.calanderholder .notavailable {
    color: #999;
}

.calanderholder .onrequest {
    background: #c00;
    color: #fff !important;
}

.apmt_bookingform,
.apmt_contactform_main {
    width: 100%;
    max-width: 950px;
    margin: 20px auto;
    border: 1px solid #ccc;
    background: #fbfbfb;
    position: relative;
}

    .apmt_bookingform .apmt_detail {
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .apmt_bookingform .apmt_img {
        width: 200px;
        height: 200px;
        float: left;
        border: 1px solid #aaa;
        position: relative;
        overflow: hidden;
        background: #666;
    }

        .apmt_bookingform .apmt_img:after {
            width: 100%;
            height: 100%;
            border: 5px solid #fff;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
        }

        .apmt_bookingform .apmt_img img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            min-width: 105%;
            height: 100%;
        }

    .apmt_bookingform .apmt_profile {
        margin-left: 240px;
        margin-right: 30px;
    }

    .apmt_bookingform .apmt_info_box {
        width: 100%;
        float: left;
    }

        .apmt_bookingform .apmt_info_box h1 {
            font-size: 24px;
            padding: 0;
            margin: 0 15px 15px 0;
            float: left;
        }

        .apmt_bookingform .apmt_info_box .rating {
            float: left;
            margin: 2px 0 15px 0;
        }

        .apmt_bookingform .apmt_info_box .address {
            font-size: 14px;
            margin: 0 0 15px 0;
        }

        .apmt_bookingform .apmt_info_box .short_info {
            font-size: 13px;
            margin: 0 0 15px 0;
        }

    .apmt_bookingform .form-group {
        border: 1px solid #ccc;
    }

        .apmt_bookingform .form-group .btn {
            padding: 6px 5px;
        }

    .apmt_bookingform .rental_amount {
        border-left: 1px solid #ccc;
    }

        .apmt_bookingform .rental_amount .rentprice {
            font-size: 30px;
            margin-bottom: 30px;
        }

    .apmt_bookingform .guest_count {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .apmt_bookingform .price_include {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

        .apmt_bookingform .price_include .as_left {
            width: 50px;
            float: left;
        }

        .apmt_bookingform .price_include .as_right {
            margin-left: 60px;
        }

    .apmt_contactform_main .bootstrap-select.form-control {
        border: 1px solid #ccc;
    }

    .apmt_contactform_main .form-group {
        position: relative;
    }

    .apmt_contactform_main .form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #333;
    }

        .apmt_contactform_main .form-control:focus {
            border: 1px solid #ccc;
        }

@media all and (max-width: 767px) {
    .apmt_bookingform .apmt_profile {
        margin-right: 0;
    }

    .apmt_bookingform .apmt_img,
    .apmt_bookingform .apmt_info_box {
        margin-bottom: 20px;
    }

    .apmt_bookingform .rental_amount {
        border-left: 0;
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }

        .apmt_bookingform .rental_amount .rentprice {
            margin-bottom: 0;
        }
}

@media all and (max-width: 500px) {
    .apmt_bookingform .apmt_img {
        width: 120px;
        height: 120px;
    }

    .apmt_bookingform .apmt_profile {
        margin-left: 140px;
        margin-right: 0;
    }
}

.highlight_error {
    border: 1px solid red !important;
    -webkit-box-shadow: 0 0 3px red !important;
    -moz-box-shadow: 0 0 3px red !important;
    box-shadow: 0 0 3px red !important;
}

.shoppingcart_main {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 30px;
    position: relative;
}

    .shoppingcart_main .form_head {
        padding: 7px 15px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .shoppingcart_main .product_section {
        border: 1px solid #ddd;
        margin-bottom: 15px;
    }

        .shoppingcart_main .product_section:hover {
            border: 1px solid #999;
            -webkit-box-shadow: 0 2px 3px #ccc;
            -moz-box-shadow: 0 2px 3px #ccc;
            box-shadow: 0 2px 3px #ccc;
        }

        .shoppingcart_main .product_section:before {
            width: 0;
            height: 100%;
            display: block;
            background: #c00;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: 1;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

        .shoppingcart_main .product_section:hover:before {
            width: 2px;
            opacity: 1;
        }

        .shoppingcart_main .product_section .delete_btn {
            width: 30px;
            height: 30px;
            background: #333;
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 30px;
            display: block;
            /* position: absolute; */
            top: 0;
            right: 0;
            opacity: 0;
        }

        .shoppingcart_main .product_section:hover .delete_btn {
            opacity: 1;
        }

            .shoppingcart_main .product_section:hover .delete_btn:hover {
                background: #c00;
            }

        .shoppingcart_main .product_section .sc_price {
            font-size: 20px;
            position: relative;
            vertical-align: middle;
            text-align: center;
            font-weight: 700;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .shoppingcart_main .product_section:hover .sc_price {
            color: #c00;
        }

        .shoppingcart_main .product_section p {
            margin-bottom: 3px;
            position: relative;
            padding-left: 115px;
        }

            .shoppingcart_main .product_section p span {
                display: inline-block;
                width: 115px;
                margin-left: -115px;
            }

        .shoppingcart_main .product_section .prod_detail {
            background: #fff;
            vertical-align: top;
            border-right: 0 solid #eee;
            padding-bottom: 10px;
        }

        .shoppingcart_main .product_section .prod_name {
            border-bottom: 1px solid #666;
            padding-top: 10px;
            padding-bottom: 5px;
            font-size: 16px;
            margin-bottom: 8px;
            padding-left: 0;
        }

    .shoppingcart_main .cart_total {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
        margin-bottom: 15px;
    }

.ps_form {
    background: #f6f6f6;
    border-top: 1px dashed #999;
    padding-top: 10px;
}

    .ps_form label {
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 0;
    }

    .ps_form .bootstrap-select.form-control,
    .ps_form .form-control {
        border: 1px solid #ccc;
        color: #333;
    }

    .ps_form .input-group.dob_box {
        width: 100%;
        border-collapse: collapse;
    }

        .ps_form .input-group.dob_box .form-control {
            width: 33.33%;
            border-collapse: collapse;
            float: none;
            background: #fff;
        }

    .ps_form .form-group .bootstrap-select .btn {
        padding: 6px 5px;
        background: 0 0 !important;
    }

        .ps_form .form-group .bootstrap-select .btn .caret {
            right: 5px;
        }

.bs_details {
    padding-bottom: 10px;
}

.items_btns {
    padding-top: 7px;
    padding-bottom: 7px;
}

    .items_btns a.cta.btn {
        margin: 5px;
        padding: 7px 10px !important;
    }

@media all and (min-width: 768px) {
    .shoppingcart_main .product_section {
        padding-left: 0;
        padding-right: 0;
    }

        .shoppingcart_main .product_section .row.ps_details {
            display: table;
            width: 100%;
            margin: 0;
        }

        .shoppingcart_main .product_section .sc_price {
            display: table-cell;
            float: none;
        }

        .shoppingcart_main .product_section .prod_detail {
            display: table-cell;
            float: none;
        }

            .shoppingcart_main .product_section .prod_detail:after {
                border-left: 10px solid #fff;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                position: absolute;
                top: 50%;
                right: -10px;
                margin-top: -10px;
                content: "";
            }

        .shoppingcart_main .product_section .row.ps_form {
            margin: 0;
            padding-left: 10px;
            padding-right: 10px;
        }

            .shoppingcart_main .product_section .row.ps_form .form-group {
                padding: 0 5px;
            }

            .shoppingcart_main .product_section .row.ps_form > div:first-child {
                margin-left: -10px;
            }

    .items_btns {
        margin: 0;
    }
}

@media all and (max-width: 767px) {
    .shoppingcart_main .product_section .sc_price {
        text-align: right;
    }

    .shoppingcart_main .cart_total {
        font-size: 20px;
    }
}

.add_pckg {
    text-align: center;
}

    .add_pckg a {
        width: 180px;
        height: 65px;
        display: inline-table;
        text-align: center;
        padding: 10px;
        margin: 0 2px 10px;
        background: #eee;
        border: 1px solid #ccc;
        vertical-align: top;
    }

        .add_pckg a span {
            display: table-cell;
            vertical-align: middle;
        }

        .add_pckg a:hover {
            background: #c00;
            color: #fff;
            font-weight: 700;
            -webkit-box-shadow: 0 3px 7px #aaa;
            -moz-box-shadow: 0 3px 7px #aaa;
            box-shadow: 0 3px 7px #aaa;
        }

@media all and (max-width: 450px) {
    .add_pckg a {
        width: 100%;
        height: auto;
    }
}

.about_bg {
    background: url(../images/about_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    height: auto;
    padding-top: 40px;
    padding-bottom: 30px;
}

.about_content {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee;
    text-align: center;
    line-height: 24px;
    -webkit-box-shadow: 0 2px 7px #666;
    -moz-box-shadow: 0 2px 7px #666;
    box-shadow: 0 2px 7px #666;
}

@media all and (max-width: 600px) {
    .about_content {
        margin: 0 auto;
        padding: 20px 10px;
    }
}

.partners_main {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0;
}

.partners_section {
    width: 100%;
    margin-bottom: 25px;
}

    .partners_section .partners_head {
        font-size: 16px;
        margin-bottom: 15px;
        padding: 12px;
        border-top: 1px solid #c00;
        position: relative;
    }

        .partners_section .partners_head:after {
            border-top: 10px solid #f4f3f3;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin-left: -10px;
        }

    .partners_section ul li {
        width: 300px;
        height: 100px;
        border: 1px solid #ddd;
        position: relative;
        display: inline-block;
        margin: 10px;
        vertical-align: middle;
    }

        .partners_section ul li img {
            max-width: 100%;
            display: block;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

@media all and (max-width: 600px) {
    .partners_section ul li {
        width: 90%;
    }
}

.useragreement_main {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto 0;
}

    .useragreement_main p {
        line-height: 24px;
        text-align: justify;
    }

.user_agreement {
    counter-reset: section;
}

    .user_agreement li {
        font-weight: 700;
        margin-bottom: 30px;
        margin-left: 30px;
        color: #c00;
    }

    .user_agreement li {
        position: relative;
        font-weight: 700;
        margin-bottom: 30px;
        margin-left: 30px;
        color: #c00;
    }

        .user_agreement li ul li {
            font-weight: 400;
            margin-bottom: 10px;
            margin-left: 0;
            color: #333;
            line-height: 24px;
            text-align: justify;
        }

        .user_agreement li ul {
            font-weight: 400;
            margin-bottom: 10px;
            margin-left: 0;
            color: #333;
            line-height: 24px;
            text-align: justify;
        }

    .user_agreement ul {
        counter-reset: subsection;
        margin-top: 10px;
        margin-left: 10px;
    }

    .user_agreement li:before {
        counter-increment: section;
        content: counter(section) ") ";
        position: absolute;
        margin-right: 100%;
        right: 10px;
        font-weight: 700;
    }

    .user_agreement li ul li:before {
        counter-increment: subsection;
        content: counter(section) "." counter(subsection) " ";
        position: absolute;
        margin-right: 100%;
        right: 10px;
    }

    .user_agreement li ul li ul {
        margin-left: 0;
    }

    .user_agreement li ul li li:before {
        content: "";
    }

.faqs_main {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto 0;
}

.faq_tab_head {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

    .faq_tab_head ul.tabs {
        width: 100%;
        display: table;
        border-bottom: 1px solid #ccc;
    }

        .faq_tab_head ul.tabs li {
            padding: 13px 0;
            width: 25%;
            cursor: pointer;
            position: relative;
            font-size: 16px;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .faq_tab_head ul.tabs li.active {
                font-weight: 700;
                color: #211e22;
                background: #c00;
                color: #fff;
            }

                .faq_tab_head ul.tabs li.active:after {
                    border-top: 8px solid #c00;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    position: absolute;
                    bottom: -8px;
                    left: 50%;
                    margin-left: -8px;
                    display: block;
                }

ul.faq_set {
    margin-bottom: 15px;
    display: block;
    float: left;
}

    ul.faq_set > li {
        border-bottom: 1px solid #eee;
        padding: 0 0 4px 0;
        margin: 0 0 4px 0;
        float: left;
        width: 100%;
        overflow: hidden;
    }

    ul.faq_set li .question {
        min-height: 40px;
        font-size: 16px;
        padding: 7px 7px 7px 60px;
        position: relative;
        cursor: pointer;
    }

        ul.faq_set li .question.openheader {
            color: #c00;
        }

    ul.faq_set li .answer {
        padding: 0 15px 0 60px;
        line-height: 24px;
        float: left;
        width: 100%;
    }

        ul.faq_set li .answer p {
            margin-bottom: 15px;
        }

        ul.faq_set li .answer ul li {
            margin-bottom: 15px;
            background: url(../images/foot_dash.png) no-repeat left 10px;
            padding-left: 20px;
        }

        ul.faq_set li .answer a {
            border-bottom: 1px solid #999;
        }

            ul.faq_set li .answer a:hover {
                color: #c00;
                border-bottom: 1px solid #c00;
            }

    ul.faq_set li .question .accordsuffix {
        width: 40px;
        height: 100%;
        background: #f1f1f1;
        position: absolute;
        top: 0;
        left: 0;
    }

        ul.faq_set li .question .accordsuffix:before {
            content: "\f054";
            position: absolute;
            margin: auto;
            top: 10px;
            left: 0;
            right: 0;
            font-size: 18px;
            color: #c00;
            display: block;
            width: 12px;
            height: 18px;
            transform: rotate(0);
            -moz-transform: rotate(0);
            -webkit-transform: rotate(0);
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
        }

    ul.faq_set li .question.openheader .accordsuffix:before {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

@media all and (max-width: 600px) {
    .faq_tab_head ul.tabs {
        border: 1px solid #ccc;
        border-right: 0;
    }

        .faq_tab_head ul.tabs li {
            font-size: 14px;
            border-right: 1px solid #ccc;
        }
}

@media all and (max-width: 400px) {
    .faq_tab_head ul.tabs li {
        font-size: 12px;
        padding: 7px 0;
    }

    ul.faq_set li .answer {
        padding: 10px 0 0;
    }
}

.contact_main {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto 0;
}

.mapmarker_main {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

    .mapmarker_main .map_btn {
        width: 100px;
        height: 30px;
        display: block;
        margin: auto;
        text-align: center;
        line-height: 30px;
        color: #fff;
        position: relative;
        z-index: 1;
        background: #c00;
        cursor: pointer;
    }

    .mapmarker_main .map_holder {
        width: 100%;
        height: 380px;
        display: block;
        background: #ccc;
        margin-top: -15px;
        border: 1px solid #ccc;
    }

        .mapmarker_main .map_holder > div {
            background: 0 0 !important;
        }

        .mapmarker_main .map_holder img[role="presentation"] {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        .mapmarker_main .map_holder .gm-style-iw {
            width: 270px !important;
        }

            .mapmarker_main .map_holder .gm-style-iw h1 {
                font-size: 14px;
                color: #c00;
                text-transform: uppercase;
                margin: 0 0 5px 0;
            }

            .mapmarker_main .map_holder .gm-style-iw p {
                font-size: 13px;
                line-height: 20px;
                clear: both;
                margin: 0;
                color: #333;
            }

.city_contact {
    width: 30%;
    margin: 0 1.5% 3%;
    padding-bottom: 5px;
    float: left;
    position: relative;
    border: 1px solid #ddd;
    border-top: 2px solid #c00;
    background: #fff;
}

    .city_contact:hover {
        -webkit-box-shadow: 0 3px 8px #555;
        -moz-box-shadow: 0 3px 8px #555;
        box-shadow: 0 3px 8px #555;
    }

    .city_contact .city_name {
        font-size: 16px;
        font-weight: 700;
        color: #211e22;
        margin-bottom: 3px;
        padding: 10px 15px;
        position: relative;
    }

    .city_contact:hover .city_name {
        color: #c00;
    }

    .city_contact .time {
        font-size: 12px;
        margin-bottom: 15px;
        position: relative;
        padding: 3px 15px;
    }

    .city_contact .details {
        margin-bottom: 10px;
        margin-left: 15px;
        padding: 0 15px 0 25px;
        position: relative;
    }

        .city_contact .details i {
            position: absolute;
            top: 1px;
            left: 0;
            font-size: 15px;
            color: #c00;
        }

    .city_contact a:hover {
        color: #c00;
    }

@media all and (max-width: 992px) {
    .city_contact {
        width: 45%;
        margin: 0 2.5% 3%;
    }
}

@media all and (max-width: 650px) {
    .city_contact {
        width: 100%;
        margin: 0 0 15px;
    }
}

.testimonial_main {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
}

.testimonial_list .testimonial_wrp {
    width: 45%;
    height: auto;
    float: left;
    border: 1px solid #ddd;
    padding: 0 20px;
    margin: 55px 2.5% 30px;
    background: #fcfcfc;
    outline: 0;
    position: relative;
}

.testimonial_wrp .client_photo {
    width: 110px;
    height: 110px;
    float: left;
    margin-top: -55px;
    margin-bottom: 15px;
    border: 2px solid #d6d5d5;
    background: #eee;
}

    .testimonial_wrp .client_photo img {
        width: 100%;
        min-height: 100%;
        height: auto;
        display: block;
    }

.testimonial_wrp .testim_text_box {
    position: relative;
    height: 123px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: height 5s ease-in;
    -moz-transition: height 5s ease-in;
    -o-transition: height 5s ease-in;
    transition: height 5s ease-in;
}

    .testimonial_wrp .testim_text_box .morelink {
        position: absolute;
        bottom: 0;
        background: #fcfcfc;
        display: block;
        width: 100%;
        height: auto;
        /* padding-top: 10px; */
    }

        .testimonial_wrp .testim_text_box .morelink a {
            color: #c00;
            cursor: pointer;
        }

            .testimonial_wrp .testim_text_box .morelink a:hover {
                text-decoration: underline;
            }

    .testimonial_wrp .testim_text_box.scroll {
        height: auto;
    }

        .testimonial_wrp .testim_text_box.scroll .morelink {
            position: static;
            color: #c00;
            padding-top: 0;
        }

.testimonial_wrp h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #c00;
    margin-bottom: 10px;
    margin-top: 0;
}

.testimonial_wrp p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 5px;
}

.testimonial_wrp .staff_label {
    width: auto;
    height: 30px;
    float: right;
    background: #757a3e;
    padding: 0 10px;
    margin-right: -20px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: none;
}

    .testimonial_wrp .staff_label.visible {
        display: block;
    }

.testimonial_wrp .testim_text_box.scroll p {
    margin-bottom: 15px;
}

.testimonial_wrp .travelexe_content_bottom {
    width: 100%;
    position: static;
    bottom: 0;
    left: 5%;
    padding: 12px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 20px;
}

.testimonial_wrp:after {
    width: 90%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: -1;
    box-shadow: 0 0 30px #777;
}

@media all and (max-width: 767px) {
    .testimonial_list .testimonial_wrp {
        width: 100%;
        margin: 55px 0 30px;
    }
}

.careers_main {
    width: 100%;
    max-width: 600px;
    margin: 15px auto;
    padding: 15px;
    background: #fafafa;
    border: 1px solid #ccc;
}

    .careers_main .form-control {
        border: 1px solid #ccc;
        color: #333;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .careers_main .input-file .input-group-btn > .btn {
        background: #333;
        color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .careers_main .input-file .input-group-btn > .btn:focus {
            outline: 0;
        }

.holidays_title {
    font-size: 20px;
    padding: 8px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb;
    position: relative;
}

    .holidays_title:after {
        border-top: 8px solid #bbb;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -8px;
    }

.holidays_faq_box {
    width: 100%;
    height: auto;
    min-height: 55px;
    display: table;
    border: 1px solid #ccc;
    margin: 25px 0 0;
    padding: 0;
    background: #fafafa;
    color: #333;
}

    .holidays_faq_box > div {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
    }

    .holidays_faq_box div:first-child {
        width: 45px;
        font-size: 24px;
        background: #c00;
        color: #fff;
        text-align: center;
    }

    .holidays_faq_box:hover {
        color: #c00;
    }

ul.holiday_faq {
    border-bottom: 1px solid #aaa;
}

    ul.holiday_faq li {
        margin-bottom: 15px;
    }

@media all and (max-width: 992px) {
    .holidays_faq_box {
        width: 45%;
        margin: 15px 2%;
        display: inline-table;
        vertical-align: top;
    }
}

@media all and (max-width: 600px) {
    .holidays_faq_box {
        width: 100%;
        margin: 0 0 15px;
    }
}

.formHolidayBox {
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 300px;
    background: #fafafa;
    margin: 20px auto;
    padding: 15px 25px;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px #ddd;
}

.formHolder.formHolidayBox .form-control {
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.formHolder.formHolidayBox a {
    text-decoration: underline;
    display: inline-block;
}

    .formHolder.formHolidayBox a:hover {
        text-decoration: none;
    }

.formHolder.formHolidayBox .errorMsg {
    font-size: 12px;
    color: #f00;
    clear: both;
    width: 100%;
    display: none;
}

.formHolder.formHolidayBox .error .errorMsg {
    display: block;
}

.holiday_listing li {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
}

    .holiday_listing li:hover {
        -webkit-box-shadow: 0 4px 5px #aaa;
        -moz-box-shadow: 0 4px 5px #aaa;
        box-shadow: 0 4px 5px #aaa;
    }

    .holiday_listing li:before {
        width: 0%;
        height: 3px;
        background: #c00;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        -webkit-transition: width 1s ease-in-out;
        -moz-transition: width 1s ease-in-out;
        -o-transition: width 1s ease-in-out;
        transition: width 1s ease-in-out;
        content: "";
    }

    .holiday_listing li:hover:before {
        width: 100%;
    }

.holiday_listing .pckg_list_box {
    border: 1px solid #ccc;
    padding: 5px;
}

    .holiday_listing .pckg_list_box > div {
        min-height: 180px;
    }

.holiday_listing .pckg_img_holder {
    height: 180px;
    display: block;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 0;
}

    .holiday_listing .pckg_img_holder img {
        width: 100%;
        min-height: 100%;
        display: block;
    }

.holiday_listing .pckg_info_holder h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 10px 0;
    color: #211e22;
}

.holiday_listing .pckg_info_holder .p_shift {
    position: relative;
    padding-left: 120px;
}

    .holiday_listing .pckg_info_holder .p_shift span {
        width: 120px;
        position: absolute;
        left: 0;
    }

.holiday_listing .pckg_info_holder p .fa {
    color: #c00;
    width: 16px;
}

.holiday_listing .pckg_price_holder .pckg_price {
    font-size: 24px;
    margin: 15px 0 10px;
    text-align: center;
}

.holiday_listing .pckg_price_holder a {
    width: 140px;
}

.holiday_listing .pckg_price_holder .btn {
    margin: auto;
    display: block;
}

.holiday_listing .pckg_price_holder .gcb_btn {
    margin: 15px auto;
    display: table;
    padding: 7px 10px;
    border: 1px solid #c00;
    color: #c00;
}

    .holiday_listing .pckg_price_holder .gcb_btn:hover {
        background: #e5e5e5;
    }

.holiday_listing .pckg_list_box .recommended_pckg {
    position: absolute;
    left: -5px;
    top: 10px;
    height: auto;
    min-height: 0;
    padding: 3px 5px;
    color: #fff;
    background: #c00;
    font-size: 11px;
    box-shadow: -1px 2px 3px #666;
}

    .holiday_listing .pckg_list_box .recommended_pckg:after {
        border-left: 10px solid #c00;
        border-bottom: 24px solid transparent;
        border-top: 0;
        position: absolute;
        right: -10px;
        top: 0;
    }

    .holiday_listing .pckg_list_box .recommended_pckg .fa {
        font-size: 16px;
    }

@media all and (max-width: 767px) {
    .holiday_listing .pckg_list_box > div {
        min-height: 0;
    }

    .holiday_listing .pckg_img_holder {
        height: auto;
        max-height: 180px;
    }

    .holiday_listing .pckg_list_box:after {
        display: block;
        clear: both;
    }
}

@media all and (max-width: 500px) {
    .holiday_listing .pckg_img_holder,
    .holiday_listing .pckg_info_holder,
    .holiday_listing .pckg_price_holder {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .holiday_listing .pckg_info_holder {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.gcb_form .form-control,
.gcb_form .input-group {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .gcb_form .form-control:focus {
        border: 1px solid #ccc;
    }

    .gcb_form .input-group .form-control {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        float: none;
        height: 45px;
    }

    .gcb_form .input-group .input-group-addon.ic_date {
        background-image: url(../images/icons_sprite.png);
        background-repeat: no-repeat;
        background-color: #fff;
        background-position: -30px 0px;
        border: 0;
        padding: 45px 0 0 30px;
    }

.pckg_detail_holder {
    position: relative;
}

.holidays_banner {
    position: relative;
    background: #fafafa;
    overflow: hidden;
}

    .holidays_banner .holidays_slider div {
        width: 100%;
        height: 300px;
        display: block;
        outline: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .holidays_banner .holidays_slider div:after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.02);
        }

    .holidays_banner .holidays_slider .slick-arrow {
        outline: 0;
        width: 50px;
        height: 50px;
        position: absolute;
        border: 0;
        z-index: 1;
        opacity: 0.7;
        margin-top: -25px;
    }

        .holidays_banner .holidays_slider .slick-arrow:hover {
            opacity: 1;
        }

    .holidays_banner .holidays_slider .slick-prev {
        background: url(../images/HomeSlider/prev.png) no-repeat center;
        top: 50%;
        left: 20px;
    }

        .holidays_banner .holidays_slider .slick-prev:hover:before {
            opacity: 0.5;
        }

    .holidays_banner .holidays_slider .slick-next {
        background: url(../images/HomeSlider/next.png) no-repeat center;
        top: 50%;
        right: 20px;
    }

    .holidays_banner .pckg_title {
        width: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .holidays_banner .pckg_title h1 {
            font-size: 20px;
            font-weight: 600;
            padding: 14px 0;
            margin: 0 15px;
            background: url(../images/menu_texture.png) rgba(34, 34, 34, 0.8);
            color: #fff;
            border-bottom: 3px solid #c00;
        }

@media all and (max-width: 600px) {
    .holidays_banner .holidays_slider div {
        height: 200px;
    }

    .holidays_banner .pckg_title h1 {
        font-size: 16px;
        padding: 10px 0;
    }
}

.pckg_detail_box {
    height: auto;
    margin-bottom: 40px;
    padding: 0 15px;
    position: relative;
}

.pckg_name_table {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0;
}

.pckg_detail_box .p_shift {
    position: relative;
    padding-left: 25px;
    color: #211e22;
}

    .pckg_detail_box .p_shift span {
        width: 25px;
        position: absolute;
        left: 0;
        color: #333;
    }

.pckg_detail_box p .fa {
    font-size: 18px;
    color: #c00;
    margin-right: 3px;
}

.pckg_detail_box .pckg_info {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

.pckg_detail_box .pckg_price {
    font-size: 27px;
    padding: 0 10px;
    margin: 10px 0 0;
    text-align: center;
    color: #333;
    font-weight: 700;
}

    .pckg_detail_box .pckg_price span {
        font-size: 11px;
        display: block;
        text-align: center;
        font-weight: 400;
    }

.pckg_detail_box .pckg_cta_btns {
    text-align: center;
    margin: 0;
    padding: 10px 0 0;
}

    .pckg_detail_box .pckg_cta_btns a {
        width: 130px;
        margin: 0 3px 10px;
    }

.pckg_detail_box .gcb_btn {
    margin: 15px auto;
    display: table;
    padding: 7px 10px;
    border: 1px solid #ccc;
    color: #333;
    width: 200px;
    text-align: center;
    background: #eee;
}

.pckg_detail_box .dpe_btns_box {
    background: #fff;
}

.pckg_detail_box .dpe_btns {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .pckg_detail_box .dpe_btns a {
        text-align: center;
        display: block;
    }

        .pckg_detail_box .dpe_btns a:hover {
            color: #c00;
        }

        .pckg_detail_box .dpe_btns a .fa {
            font-size: 22px;
            color: #c00;
            display: block;
            margin: 0 auto 5px;
        }

@media all and (min-width: 993px) {
    .pckg_name_table > div {
        display: table-cell;
        float: none;
        vertical-align: top;
    }

    .pckg_detail_box .dpe_btns:nth-child(even) {
        border-right: 0;
    }
}

@media all and (max-width: 992px) {
    .pckg_detail_box .pckg_info {
        min-height: 130px;
    }

    .pckg_detail_box .dpe_btns_box {
        border-top: 1px solid #ddd;
    }

    .pckg_detail_box .dpe_btns:last-child {
        border-right: 0;
    }
}

@media all and (max-width: 767px) {
    .pckg_detail_box .pckg_info {
        min-height: auto;
    }
}

@media all and (max-width: 500px) {
    .pckg_detail_box .dpe_btns a span {
        font-size: 9px;
    }
}

.pckg_brief_main {
    position: relative;
    min-height: 500px;
}

    .pckg_brief_main .bsTag {
        position: absolute;
        top: -2px;
        left: -5px;
        font-size: 11px;
        font-weight: 500;
        color: #fff;
        padding: 1px 8px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
        background: rgb(28 22 4);
        background: -moz-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
        background: -webkit-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
        background: linear-gradient( to right, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87800', endColorstr='#ffb400',GradientType=1 );
    }

        .pckg_brief_main .bsTag:after {
            content: "";
            border-top: 5px solid #000;
            border-left: 5px solid transparent;
            border-right: 0;
            display: block;
            position: absolute;
            bottom: -5px;
            left: 0;
        }

    .pckg_brief_main .stick_trigger {
        position: absolute;
        top: -110px;
        width: 100%;
        height: 1px;
        display: block;
        z-index: -1;
    }

    .pckg_brief_main .tabs_fix.stick {
        position: fixed;
        top: 110px;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .pckg_brief_main .pckg_tab_holder {
        height: 52px;
        margin-bottom: 10px;
    }

    .pckg_brief_main .tabs_fix.stick .tab_width {
        max-width: 1530px;
        margin: auto;
        padding: 0 15px;
    }

    .pckg_brief_main .tabs_fix.stick ul.tabs {
        width: 66%;
    }

    .pckg_brief_main ul.tabs {
        width: 100%;
        border-bottom: 1px solid #ccc;
        background: url(../images/stp/d_texture.png) #666;
    }

        .pckg_brief_main ul.tabs:after {
            clear: both;
            display: block;
        }

        .pckg_brief_main ul.tabs li {
            float: left;
            padding: 10px 10px 7px;
            margin: 0 15px;
            cursor: pointer;
            position: relative;
            font-size: 15px;
            color: #fff;
            font-weight: 300;
        }

            .pckg_brief_main ul.tabs li.active {
                font-weight: 700;
                background: #c00;
                color: #fff;
            }

                .pckg_brief_main ul.tabs li.active:after {
                    border-top: 8px solid #c00;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    position: absolute;
                    bottom: -8px;
                    left: 50%;
                    margin-left: -8px;
                    display: block;
                }

    .pckg_brief_main .tab_container {
        display: block;
        clear: both;
        padding: 0 0 15px;
        min-height: 400px;
        text-align: justify;
        width: 100%;
    }

    .pckg_brief_main .tab_drawer_heading {
        display: none;
    }

    .pckg_brief_main .tab_content {
        line-height: 24px;
        width: 100%;
    }

        .pckg_brief_main .tab_content p {
            margin-bottom: 10px;
        }

        .pckg_brief_main .tab_content ul li {
            margin-bottom: 10px;
            padding-left: 15px;
            position: relative;
        }

            .pckg_brief_main .tab_content ul li:before {
                content: "";
                width: 6px;
                height: 6px;
                display: block;
                background: #fff;
                position: absolute;
                top: 8px;
                left: 0;
                overflow: hidden;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                border: 1px solid #c00;
            }

@media all and (max-width: 1200px) {
    .pckg_brief_main .stick_trigger {
        top: -81px;
    }

    .pckg_brief_main .tabs_fix.stick {
        top: 80px;
        width: auto;
    }
}

@media all and (max-width: 991px) {
    .pckg_brief_main .tabs_fix.stick ul.tabs {
        width: 100%;
    }
}

@media all and (max-width: 600px) {
    .pckg_brief_main .pckg_tab_holder {
        height: 48px;
    }

    .pckg_brief_main .tabs_fix.stick .tab_width {
        margin: 0 -15px;
    }

    .pckg_brief_main ul.tabs {
        display: table;
    }

    .pckg_brief_main .tabs_fix.stick {
        top: 80px;
        left: 0;
        width: 100% !important;
    }

    .pckg_brief_main ul.tabs li {
        padding: 10px 5px 7px;
        display: table-cell;
        text-align: center;
        float: none;
    }
}

@media all and (max-width: 400px) {
    .pckg_brief_main ul.tabs li {
        font-size: 12px;
    }
}

.pckg_brief_main .tab_content ul.itinerary > li {
    position: relative;
    padding-left: 65px;
    background: 0 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.pckg_brief_main .tab_content ul.itinerary .day {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #c00;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

    .pckg_brief_main .tab_content ul.itinerary .day span {
        font-size: 24px;
        display: block;
        font-weight: 700;
    }

@media all and (max-width: 600px) {
    .pckg_brief_main .tab_content ul.itinerary > li {
        padding-left: 50px;
    }

    .pckg_brief_main .tab_content ul.itinerary .day {
        width: 40px;
        height: 40px;
        line-height: 20px;
        font-size: 12px;
    }

        .pckg_brief_main .tab_content ul.itinerary .day span {
            font-size: 18px;
        }
}

.booking_faqs {
    border: 1px solid #aaa;
    border-top: 2px solid #c00;
    padding: 15px;
    background: #fff;
}

    .booking_faqs ul {
        margin-left: 15px;
    }

        .booking_faqs ul li {
            margin-bottom: 10px;
            list-style: disc;
            padding-left: 0;
            font-size: 12px;
        }

.accd_section {
    border-bottom: 1px solid #f1f1f1;
}

    .accd_section:after {
        content: "";
        width: 100%;
        clear: both;
        display: block;
        height: 1px;
    }

    .accd_section .accd_head {
        font-weight: 700;
        color: #333;
        padding: 15px 30px 15px 50px;
        cursor: pointer;
        position: relative;
        font-size: 15px;
    }

        .accd_section .accd_head:hover {
            background: #fbfbfb;
        }

        .accd_section .accd_head.openheader {
            color: #333;
            background: #fbfbfb;
        }

        .accd_section .accd_head .ic_span {
            width: 30px;
            height: 25px;
            position: absolute;
            top: 13px;
            left: 5px;
            background-image: url(../images/holidays/ic_inclusions.png);
            background-repeat: no-repeat;
        }

            .accd_section .accd_head .ic_span.ic_include {
                background-position: 0 0;
            }

            .accd_section .accd_head .ic_span.ic_exclude {
                background-position: -30px 0;
            }

            .accd_section .accd_head .ic_span.ic_hotel {
                background-position: -60px 0;
            }

            .accd_section .accd_head .ic_span.ic_meal {
                background-position: -90px 0;
            }

            .accd_section .accd_head .ic_span.ic_sightseeing {
                background-position: -120px 0;
            }

            .accd_section .accd_head .ic_span.ic_flight {
                background-position: -150px 0;
            }

            .accd_section .accd_head .ic_span.ic_visa {
                background-position: -180px 0;
            }

            .accd_section .accd_head .ic_span.ic_marker {
                background-position: -210px 0;
            }

            .accd_section .accd_head .ic_span.ic_terms {
                background-position: -240px 0;
            }

            .accd_section .accd_head .ic_span.ic_cancelpolicy {
                background-position: -270px 0;
            }

            .accd_section .accd_head .ic_span.ic_payschedule {
                background-position: -300px 0;
            }

        .accd_section .accd_head .accordsuffix {
            width: 20px;
            height: auto;
            background: #fff;
            position: absolute;
            top: 8px;
            right: 4px;
        }

            .accd_section .accd_head .accordsuffix:before {
                content: "\f105";
                position: absolute;
                margin: auto;
                top: 13px;
                left: 0;
                right: 0;
                font-size: 24px;
                color: #c00;
                display: block;
                width: 7px;
                line-height: 9px;
                transform: rotate(0);
                -moz-transform: rotate(0);
                -webkit-transform: rotate(0);
                -webkit-transform-origin: 50% 50%;
                -moz-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
                transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
            }

        .accd_section .accd_head.openheader .accordsuffix:before {
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
        }

    .accd_section .accd_details {
        padding: 0 20px 20px 50px;
        background: -moz-linear-gradient( top, rgba(251, 251, 251, 1) 0%, rgba(255, 255, 255, 0.35) 65%, rgba(255, 255, 255, 0) 100% );
        background: -webkit-linear-gradient( top, rgba(251, 251, 251, 1) 0%, rgba(255, 255, 255, 0.35) 65%, rgba(255, 255, 255, 0) 100% );
        background: linear-gradient( to bottom, rgba(251, 251, 251, 1) 0%, rgba(255, 255, 255, 0.35) 65%, rgba(255, 255, 255, 0) 100% );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#00ffffff',GradientType=0 );
    }

.pckg_brief_main table {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}

    .pckg_brief_main table td {
        border: 1px solid #dcdcdc;
        padding: 5px 10px;
        vertical-align: top;
        width: 50%;
        text-align: left;
    }

.accd_section table.pckg_hotels {
    width: 100%;
    margin-bottom: 20px;
}

    .accd_section table.pckg_hotels td {
        border: 1px solid #dcdcdc;
        padding: 5px 10px;
        vertical-align: top;
        width: 50%;
    }

        .accd_section table.pckg_hotels td ul.hotellist li {
            margin-bottom: 0;
        }

.itinerary_map {
    margin-bottom: 5px;
    padding-bottom: 15px;
}

    .itinerary_map img {
        width: 100%;
        max-width: 450px;
    }

.pckg_brief_main .form-group {
    /*border:1px solid #ccc*/
}

.pckgDateForm {
    display: inline-block;
}

    .pckgDateForm .form-group {
        border: 1px solid #ccc;
        width: 200px;
        display: inline-block;
        margin: 0 7px;
        vertical-align: middle;
    }

    .pckgDateForm i {
        font-size: 18px;
    }

.pckg_brief_main .form-group .input-group-addon {
    background-image: url(../images/icons_sprite.png);
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0;
    padding: 35px 0 0 30px;
}

.pckg_brief_main .form-control {
    border: 1px solid #fff;
    height: 35px !important;
    padding: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pckg_brief_main .ic_date {
    background-position: -30px -5px;
}

.pckg_brief_main table.pckgprice_table .form-group {
    height: 32px;
    width: 60px;
    margin: 0 auto;
    line-height: 30px;
}

    .pckg_brief_main table.pckgprice_table .form-group:after,
    .pckg_brief_main table.pckgprice_table .form-group:before {
        display: none;
    }

.pckg_brief_main table.pckgprice_table .form-control {
    height: 32px !important;
    width: 58px;
    vertical-align: top;
    border: 1px solid #ccc;
}

.pckg_brief_main table.pckgprice_table .btn {
    height: 30px;
    /* padding: 0; */
}

.booking_tables,
.onrequest_table {
    margin-bottom: 20px;
}

.pckg_brief_main table tr:after,
.pckg_brief_main table tr:before {
    display: none;
}

.pckg_brief_main table.pckgprice_table {
    width: 100%;
    margin-bottom: 0;
    line-height: 20px;
}

    .pckg_brief_main table.pckgprice_table thead {
        font-weight: 700;
    }

        .pckg_brief_main table.pckgprice_table thead td {
            padding: 7px 10px;
            background: #666;
            color: #fff;
        }

    .pckg_brief_main table.pckgprice_table tbody,
    .pckg_brief_main table.pckgprice_table tbody tr {
        width: 100%;
    }

    .pckg_brief_main table.pckgprice_table td {
        border: 1px solid #ccc;
        padding: 15px 0px 5px 5px;
        vertical-align: middle;
        width: 16%;
        text-align: center;
    }

        .pckg_brief_main table.pckgprice_table td.roomtl {
            text-align: left;
            width: 36%;
            position: relative;
        }

    .pckg_brief_main table.pckgprice_table .roomtl .fa {
        font-size: 15px;
    }

    .pckg_brief_main table.pckgprice_table tr:nth-child(odd) {
        background: #fafafa;
    }

    .pckg_brief_main table.pckgprice_table tr:nth-child(even) {
        background: #f3f3f3;
    }

    .pckg_brief_main table.pckgprice_table.onrequest {
        margin-bottom: 20px;
    }

        .pckg_brief_main table.pckgprice_table.onrequest td {
            display: none;
        }

            .pckg_brief_main table.pckgprice_table.onrequest td:first-child,
            .pckg_brief_main table.pckgprice_table.onrequest td:last-child {
                display: table-cell;
                line-height: 30px;
            }

.pckg_brief_main table.pckgtotal_table {
    width: 100%;
}

    .pckg_brief_main table.pckgtotal_table td {
        border: 1px solid #ccc;
    }

        .pckg_brief_main table.pckgtotal_table td:first-child {
            width: 84%;
            text-align: right;
            font-weight: 700;
        }

        .pckg_brief_main table.pckgtotal_table td:last-child {
            width: 16%;
            text-align: center;
        }

.pckg_brief_main table.onrequest_pckgrates {
    width: 100%;
    margin-bottom: 15px;
    background: #fafafa;
    line-height: 20px;
}

    .pckg_brief_main table.onrequest_pckgrates thead {
        font-weight: 700;
    }

        .pckg_brief_main table.onrequest_pckgrates thead td {
            padding: 7px 10px;
            background: #666;
            color: #fff;
        }

    .pckg_brief_main table.onrequest_pckgrates td {
        border: 1px solid #ccc;
        padding: 7px 10px;
        vertical-align: middle;
        width: 17%;
        text-align: center;
    }

        .pckg_brief_main table.onrequest_pckgrates td.roomtl {
            text-align: left;
            width: 49%;
        }

    .pckg_brief_main table.onrequest_pckgrates tr:nth-child(even) {
        background: #f3f3f3;
    }

@media all and (max-width: 600px) {
    .accd_section {
        margin-left: -15px;
        margin-right: -15px;
    }

        .accd_section .accd_details {
            padding: 0 15px;
        }

    .itineraryList .accd_section .accd_details {
        padding: 0 15px 0 15px;
    }

    .pckg_brief_main table.pckgprice_table {
        border: 0 solid #ccc;
    }

        .pckg_brief_main table.pckgprice_table td {
            display: block;
            border-width: 0 1px 0 0;
        }

        .pckg_brief_main table.pckgprice_table thead td.roomtl {
            display: none;
        }

        .pckg_brief_main table.pckgprice_table thead tr {
            display: table;
            width: 100%;
        }

        .pckg_brief_main table.pckgprice_table thead td {
            width: 25%;
            display: table-cell;
            padding: 7px 0;
            font-size: 12px;
        }

        .pckg_brief_main table.pckgprice_table tbody tr {
            border-top: 1px solid #ccc;
            width: 100%;
            display: block;
            float: left;
        }

        .pckg_brief_main table.pckgprice_table tbody td {
            display: block;
            float: left;
        }

        .pckg_brief_main table.pckgprice_table tbody td {
            width: 25%;
            height: 40px;
            float: left;
            /*line-height: 40px;*/ /*for mountain on mobile*/
            padding: 3px;
            background: #fff;
        }

        .pckg_brief_main table.pckgprice_table td.roomtl {
            width: 100%;
            height: auto;
            border-bottom: 1px solid #ccc;
            border-right: 0;
            line-height: 20px;
            padding: 10px 0;
            font-weight: 700;
            text-align: center;
            background: #f6f6f6;
        }

        .pckg_brief_main table.pckgprice_table tr td:last-child {
            border-right: 0;
        }

    .pckg_brief_main table.pckgtotal_table td {
        border: 0;
        border-bottom: 1px solid #ccc;
    }

        .pckg_brief_main table.pckgtotal_table td:first-child {
            width: 75%;
            text-align: right;
            font-weight: 700;
            border-right: 1px solid #ccc;
        }

        .pckg_brief_main table.pckgtotal_table td:last-child {
            width: 25%;
            text-align: center;
        }

    .pckg_brief_main table.pckgprice_table.onrequest tr {
        display: table-row;
        float: none;
    }

    .pckg_brief_main table.pckgprice_table.onrequest thead td:first-child,
    .pckg_brief_main table.pckgprice_table.onrequest thead td:last-child {
        display: table-cell;
        background: #666;
        font-size: 14px;
        border-bottom: 0;
    }

    .pckg_brief_main table.pckgprice_table.onrequest td {
        padding: 7px 15px;
        border-bottom: 1px solid #ccc;
        background: #f6f6f6;
    }

        .pckg_brief_main table.pckgprice_table.onrequest td:first-child,
        .pckg_brief_main table.pckgprice_table.onrequest td:last-child {
            display: table-cell !important;
            line-height: 30px;
            width: auto;
            float: none;
        }

        .pckg_brief_main table.pckgprice_table.onrequest td:first-child {
            text-align: left;
        }

    .pckg_brief_main table.onrequest_pckgrates thead {
        display: table;
        width: 100%;
    }

        .pckg_brief_main table.onrequest_pckgrates thead td {
            width: 33.33%;
            display: table-cell;
        }

            .pckg_brief_main table.onrequest_pckgrates thead td.roomtl {
                display: none;
            }

    .pckg_brief_main table.onrequest_pckgrates tbody tr {
        border-bottom: 1px solid #ccc;
        width: 100%;
        display: block;
        float: left;
    }

    .pckg_brief_main table.onrequest_pckgrates tbody td {
        display: block;
        width: 33.33%;
        float: left;
        border-width: 0 1px 0 0;
        background: #fff;
    }

        .pckg_brief_main table.onrequest_pckgrates tbody td.roomtl {
            display: block;
            width: 100%;
            height: auto;
            border-bottom: 1px solid #ccc;
            border-right: 0;
            line-height: 20px;
            padding: 10px 0;
            font-weight: 700;
            text-align: center;
            background: #f6f6f6;
        }

        .pckg_brief_main table.onrequest_pckgrates tbody td:last-child {
            border-right: 0;
        }
}

.pckg_promotion_box {
    width: 100%;
    height: auto;
    display: block;
    border: 4px solid #ccc;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .pckg_promotion_box:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/menu_texture.png) rgba(33, 30, 34, 0.7);
        z-index: 0;
    }

    .pckg_promotion_box > * {
        z-index: 1;
        position: relative;
    }

    .pckg_promotion_box .tl {
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .pckg_promotion_box .offerinfo {
        line-height: 24px;
    }

        .pckg_promotion_box .offerinfo .highlight {
            font-size: 18px;
        }

    .pckg_promotion_box .cross_promo {
        line-height: 24px;
        border-top: 1px solid #ccc;
        padding-top: 5px;
    }

.generalform_bg {
    background: url(../images/travel_exeperiance_bg.jpg) top center;
    background-size: 100% auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.request_form {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding: 0 15px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
}

    .request_form .form_head {
        padding: 10px 15px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .request_form .bootstrap-select.form-control {
        border: 1px solid #ccc;
    }

    .request_form .form-group {
        position: relative;
    }

    .request_form .form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #333;
    }

        .request_form .form-control:focus {
            border: 1px solid #ccc;
        }

@media all and (max-width: 600px) {
    .generalform_bg {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.partners_offer_box {
    margin: 20px auto;
    position: relative;
    display: table;
    background: #0c0;
}

    .partners_offer_box .offer_banner {
        background: #fafafa;
        border: 1px solid #eee;
        box-shadow: 1px 7px 25px #aaa;
    }

        .partners_offer_box .offer_banner img {
            max-width: 100%;
        }

    .partners_offer_box .pin {
        position: absolute;
        top: -15px;
        left: -15px;
        width: 10%;
        max-width: 50px;
    }

.loginForm {
    width: 100%;
    max-width: 395px;
    margin: 20px auto;
    padding: 0 15px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
}

.offer_main {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
}

    .offer_main .offer_filter_box {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .offer_main ul.offer_filter {
        text-align: center;
        white-space: nowrap;
        padding: 0 0 5px;
        overflow: auto;
    }

        .offer_main ul.offer_filter li {
            display: inline-block;
            padding: 0 10px;
            margin: 0 2px;
            background: #eee;
            border: 1px solid #ddd;
            line-height: 25px;
            cursor: pointer;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }

            .offer_main ul.offer_filter li.active {
                color: #fff;
                background: #c00;
                font-weight: 700;
            }

    .offer_main .offer_filter_box:after {
        width: 30px;
        height: 27px;
        position: absolute;
        right: 0;
        top: 0;
        background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100% );
        background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100% );
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100% );
    }

.offer_list .offer_wrp.show {
    width: 30%;
    height: auto;
    float: left;
    border: 1px solid #ccc;
    margin: 0 1.5% 30px;
    background: #fff;
    outline: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 9px #aaa;
    -moz-box-shadow: 0 0 9px #aaa;
    box-shadow: 0 0 9px #aaa;
    display: block;
}

.offer_list .offer_wrp:hover {
    -webkit-box-shadow: 0 0 1px #aaa;
    -moz-box-shadow: 0 0 1px #aaa;
    box-shadow: 0 0 1px #aaa;
    border: 1px solid #bbb;
}

.offer_list .offer_wrp {
    display: none;
}

    .offer_list .offer_wrp .offer_img {
        width: 100%;
        height: 180px;
        overflow: hidden;
        position: relative;
        background: #eaeaea;
    }

        .offer_list .offer_wrp .offer_img img {
            width: 100%;
            min-height: 100%;
            -webkit-transition: all 2s ease-in-out;
            -moz-transition: all 2s ease-in-out;
            transition: all 2s ease-in-out;
        }

    .offer_list .offer_wrp:hover .offer_img img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 5s ease-in-out;
        -moz-transition: all 5s ease-in-out;
        transition: all 5s ease-in-out;
    }

    .offer_list .offer_wrp .offer_img:after {
        width: 100%;
        border-top: 1px dashed #fff;
        position: absolute;
        bottom: 0;
    }

    .offer_list .offer_wrp .offer_tl {
        padding: 10px 15px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background: rgba(0, 0, 0, 0.5);
        border-top: 3px solid #c00;
    }

        .offer_list .offer_wrp .offer_tl h2 {
            font-size: 18px;
            margin: 0;
            color: #fff;
            font-weight: 700;
        }

    .offer_list .offer_wrp .offer_info {
        width: auto;
        padding: 10px 15px;
        background: #fff;
    }

        .offer_list .offer_wrp .offer_info .location {
            font-size: 12px;
            margin-bottom: 5px;
            display: inline-block;
        }

        .offer_list .offer_wrp .offer_info h3 {
            font-size: 20px;
            margin: 0 0 5px 0;
        }

            .offer_list .offer_wrp .offer_info h3.price {
                font-size: 24px;
                margin: 0 0 5px 0;
            }

            .offer_list .offer_wrp .offer_info h3 .strike {
                font-size: 20px;
                margin-right: 15px;
                position: relative;
            }

                .offer_list .offer_wrp .offer_info h3 .strike:after {
                    width: 100%;
                    border-top: 2px solid #c00;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: rotate(8deg);
                    -moz-transform: rotate(8deg);
                    -ms-transform: rotate(8deg);
                    -o-transform: rotate(8deg);
                    transform: rotate(8deg);
                }

        .offer_list .offer_wrp .offer_info p {
            margin-bottom: 0;
        }

        .offer_list .offer_wrp .offer_info a.cta {
            float: right;
            margin-left: 15px;
        }

        .offer_list .offer_wrp .offer_info .equate {
            border-bottom: 1px dotted #ccc;
            margin-bottom: 10px;
            width: 100%;
            float: left;
        }

@media all and (max-width: 992px) {
    .offer_list .offer_wrp.show {
        width: 45%;
        margin: 0 2.5% 30px;
    }
}

@media all and (max-width: 767px) {
    .offer_main ul.offer_filter li:last-child {
        margin-right: 30px;
    }

    .offer_list .offer_wrp.show {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 400px;
        float: none;
    }
}

ul.dest_tabs {
    width: 100%;
    margin: 20px auto;
    display: table;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
}

    ul.dest_tabs:after,
    ul.dest_tabs:before {
        display: none;
    }

    ul.dest_tabs li {
        width: 20%;
        padding: 5px 10px 7px;
        display: table-cell;
        text-align: center;
        vertical-align: top;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        position: relative;
        cursor: pointer;
    }

        ul.dest_tabs li.active {
            background: #fff;
        }

            ul.dest_tabs li.active:before {
                height: 2px;
                width: 100%;
                background: #c00;
                position: absolute;
                top: 0;
                left: 0;
            }

            ul.dest_tabs li.active:after {
                height: 2px;
                width: 100%;
                background: #fff;
                position: absolute;
                bottom: -1px;
                left: 0;
            }

        ul.dest_tabs li span.icon {
            background: url(../images/destinations_icons.png) no-repeat;
            width: 30px;
            height: 30px;
            display: block;
            margin: 0 auto 5px;
        }

        ul.dest_tabs li span.hdc {
            background-position: 0 0;
        }

        ul.dest_tabs li span.lw {
            background-position: -30px 0;
        }

        ul.dest_tabs li span.mt {
            background-position: -60px 0;
        }

        ul.dest_tabs li span.sp {
            background-position: -90px 0;
        }

        ul.dest_tabs li span.uwh {
            background-position: -120px 0;
        }

@media all and (max-width: 767px) {
    ul.dest_tabs li .tabname {
        display: none;
    }
}

.dest_main {
    width: 100%;
    margin: 20px auto 0;
    display: block;
}

    .dest_main ul.dest_list {
        width: 100%;
        float: left;
    }

ul.dest_list li {
    width: 33.33%;
    float: left;
}

    ul.dest_list li .destination_box {
        width: 95%;
        display: block;
        margin: 0 2.5% 5%;
        overflow: hidden;
        background: #eee;
        border: 1px solid #ccc;
        position: relative;
        color: #fff;
    }

        ul.dest_list li .destination_box:hover {
            -webkit-box-shadow: 0 0 5px #aaa;
            -moz-box-shadow: 0 0 5px #aaa;
            box-shadow: 0 0 5px #aaa;
            border: 1px solid #bbb;
        }

        ul.dest_list li .destination_box:after {
            width: 100%;
            height: 100%;
            border: 4px solid #fff;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
        }

        ul.dest_list li .destination_box img {
            width: 100%;
            min-height: 100%;
            display: block;
            -webkit-transition: all 3s ease-in-out;
            -moz-transition: all 3s ease-in-out;
            transition: all 3s ease-in-out;
        }

        ul.dest_list li .destination_box:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: all 7s ease-in-out;
            -moz-transition: all 7s ease-in-out;
            transition: all 7s ease-in-out;
        }

        ul.dest_list li .destination_box .place_name {
            width: auto;
            padding: 15px 20px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
            background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.85) 100% );
            background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.85) 100% );
            background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.85) 100% );
        }

            ul.dest_list li .destination_box .place_name span {
                display: block;
            }

            ul.dest_list li .destination_box .place_name .tl {
                font-size: 18px;
                font-weight: 700;
            }

        ul.dest_list li .destination_box .plc_details {
            height: 0;
            font-size: 12px;
            line-height: 18px;
            border-top: 1px solid #888;
            margin-bottom: 0;
            opacity: 0;
            color: #333;
        }

        ul.dest_list li .destination_box:hover .plc_details {
            height: 80px;
            opacity: 1;
            padding-top: 5px;
            margin-top: 5px;
        }

        ul.dest_list li .destination_box:hover,
        ul.dest_list li .destination_box:hover .location,
        ul.dest_list li .destination_box:hover .tl {
            color: #222;
        }

            ul.dest_list li .destination_box:hover .place_name {
                background: rgba(255, 255, 255, 0.95);
            }

        ul.dest_list li .destination_box .tag {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 10px;
            left: 20px;
            background: url(../images/destinations_icons.png) no-repeat rgba(255, 255, 255, 0.95);
            background-size: auto 24px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            z-index: 1000;
        }

            ul.dest_list li .destination_box .tag.hdc {
                background-position: 3px 3px;
            }

            ul.dest_list li .destination_box .tag.lw {
                background-position: -20px 3px;
            }

            ul.dest_list li .destination_box .tag.mt {
                background-position: -45px 3px;
            }

            ul.dest_list li .destination_box .tag.sp {
                background-position: -70px 3px;
            }

            ul.dest_list li .destination_box .tag.uwh {
                background-position: -94px 3px;
            }

@media all and (max-width: 992px) {
    ul.dest_list li {
        width: 50%;
    }
}

@media all and (max-width: 767px) {
    ul.dest_list li {
        width: 100%;
    }
}

.dest_details {
    width: 100%;
    display: block;
    margin: 20px auto 0;
    text-align: justify;
}

    .dest_details.noaside .dest_aside {
        display: none;
    }

@media all and (min-width: 992px) {
    .dest_details {
        width: 98%;
    }

        .dest_details.noaside .destination_main {
            margin: auto;
            float: none;
        }
}

.banner_dest_main {
    margin-bottom: 20px;
}

.banner_for_dest {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 0;
    background: #333;
}

    .banner_for_dest .slick-slide {
        width: 100%;
        height: 400px;
        position: relative;
        background: #333;
    }

        .banner_for_dest .slick-slide.img {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .banner_for_dest .slick-slide.pano > iframe {
            width: 100%;
            height: 100%;
            min-height: 100%;
            display: block;
        }

        .banner_for_dest .slick-slide.vid > iframe {
            width: 658px;
            height: 378px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .banner_for_dest .slick-arrow {
        outline: 0;
        width: 50px;
        height: 50px;
        position: absolute;
        border: 0;
        z-index: 1;
        opacity: 0;
        margin-top: -25px;
    }

.banner_dest_main:hover .slick-arrow {
    opacity: 1;
}

.banner_for_dest .slick-prev {
    background: url(../images/HomeSlider/prev.png) no-repeat center;
    top: 50%;
    left: 20px;
}

    .banner_for_dest .slick-prev:hover:before {
        opacity: 0.5;
    }

.banner_for_dest .slick-next {
    background: url(../images/HomeSlider/next.png) no-repeat center;
    top: 50%;
    right: 20px;
}

.banner_dest_main .goto_btns {
    width: 100%;
    display: block;
    text-align: center;
    background: #eee;
}

    .banner_dest_main .goto_btns a {
        display: inline-block;
        padding: 7px 13px;
        font-size: 13px;
        position: relative;
        cursor: pointer;
    }

        .banner_dest_main .goto_btns a.active {
            font-weight: 700;
            border-bottom: 2px solid #c00;
            background: #fff;
            color: #111;
        }

            .banner_dest_main .goto_btns a.active:before {
                border-bottom: 5px solid #c00;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -5px;
            }

@media all and (max-width: 767px) {
    .banner_for_dest .slick-slide {
        width: 100%;
        height: 300px;
    }
}

.dest_details .big {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding: 15px;
    border-left: 3px solid #c00;
    margin-bottom: 20px;
    background: url(../images/menu_texture.png) #fafafa;
}

.text_for_dest {
    margin-bottom: 30px;
}

.dest_details .weather_destination {
    width: 235px;
    height: auto;
    background: #fafafa;
    margin: 0 0 20px 30px;
    float: right;
}

@media all and (max-width: 500px) {
    .dest_details .weather_destination {
        width: 100%;
    }
}

.dest_details ul {
    margin-bottom: 5px;
    width: 100%;
}

    .dest_details ul li {
        margin-bottom: 15px;
        background: url(../images/foot_dash.png) no-repeat left 10px;
        padding-left: 15px;
    }

.dest_details p {
    margin-bottom: 20px;
}

.bestdeal_box,
.hotelsearch_box {
    background: #fff;
    border: 1px solid #757a3e;
    margin-bottom: 20px;
}

    .bestdeal_box .tl,
    .hotelsearch_box .tl {
        padding: 13px 15px;
        font-weight: 700;
        font-size: 16px;
        background: #757a3e;
        color: #fff;
    }

    .bestdeal_box .bdpaging,
    .bestdeal_box .excpaging {
        float: right;
        font-size: 14px;
        font-weight: 400;
    }

    .hotelsearch_box .search_forms .form-group .input-group {
        border: 1px solid #ccc;
    }

    .bestdeal_box .bestdeals .slick-arrow {
        width: 35px;
        height: 70px;
        outline: 0;
        border: 0;
        position: absolute;
        top: 40%;
        z-index: 1;
        color: #c9c8c8;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
    }

        .bestdeal_box .bestdeals .slick-arrow:hover {
            color: #c00;
        }

        .bestdeal_box .bestdeals .slick-arrow.slick-disabled,
        .home_bestdeals .bestdeals .slick-arrow.slick-disabled:hover {
            color: #ddd;
        }

    .bestdeal_box .bestdeals .slick-prev {
        left: 5px;
        background: #fff;
        -webkit-border-radius: 0 50px 50px 0;
        -moz-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0;
        -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.27);
        box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.27);
    }

    .bestdeal_box .bestdeals .slick-next {
        right: 5px;
        background: #fff;
        -webkit-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
        -webkit-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.27);
        -moz-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.27);
        box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.27);
    }

    .bestdeal_box .bestdeals .slick-prev:before {
        content: "\f054";
    }

    .bestdeal_box .bestdeals .slick-next:before {
        content: "\f053";
    }

@media all and (max-width: 767px) {
    .bestdeal_box,
    .hotelsearch_box {
        max-width: 400px;
        margin: 0 auto 20px;
    }
}

.pss_listing {
    margin-top: 5px;
}

    .pss_listing li {
        border-bottom: 1px solid #ddd;
        display: table;
        width: 100%;
        padding-bottom: 4px;
        padding-top: 4px;
        position: relative;
    }

        .pss_listing li:hover {
            -webkit-box-shadow: 0 0 10px #888;
            -moz-box-shadow: 0 0 10px #888;
            box-shadow: 0 0 10px #888;
        }

        .pss_listing li a {
            display: table;
            width: 100%;
        }

        .pss_listing li .img_box {
            width: 100px;
            height: 65px;
            display: table-cell;
            overflow: hidden;
        }

            .pss_listing li .img_box .imgHolder {
                width: 100%;
                padding-bottom: 65%;
                position: relative;
                overflow: hidden;
                display: block;
                background: #f6f6f6;
                border: 1px solid #ccc;
            }

                .pss_listing li .img_box .imgHolder img {
                    width: 100%;
                    height: auto;
                    min-height: 100%;
                    display: block;
                    position: absolute;
                }

        .pss_listing li .citybox {
            display: table-cell;
            padding: 0 10px 0 15px;
            vertical-align: middle;
        }

            .pss_listing li .citybox h3 {
                font-size: 14px;
                line-height: 1.3;
                margin-top: 0;
                margin-bottom: 5px;
            }

        .pss_listing li:hover .citybox h3 {
            color: #c00;
        }

        .pss_listing li .tagBox {
            display: table-cell;
            position: relative;
            width: 65px;
        }

.resultbox.ss_result .rs_text h3 {
    height: 30px;
    overflow: hidden;
    margin-bottom: 4px;
}

.psngr_count.popover {
    color: #333;
    margin-top: 0;
    margin-left: -22px;
    left: 67% !important;
    width: 260px;
    font-family: inherit;
    -webkit-box-shadow: 0 5px 15px #333;
    -moz-box-shadow: 0 5px 15px #333;
    box-shadow: 0 5px 15px #333;
    border-radius: 0;
}

    .psngr_count.popover .arrow {
        left: 16px !important;
        top: -16px;
        border-width: 8px;
    }

    .psngr_count.popover .popover-content {
        padding: 7px;
    }

        .psngr_count.popover .popover-content .form-group {
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #ccc;
        }

            .psngr_count.popover .popover-content .form-group .control-label {
                padding: 0;
            }

                .psngr_count.popover .popover-content .form-group .control-label * {
                    display: block;
                }

                .psngr_count.popover .popover-content .form-group .control-label i {
                    font-weight: 400;
                }

            .psngr_count.popover .popover-content .form-group .spinners {
                padding: 0;
                border: 1px solid #ddd;
            }

                .psngr_count.popover .popover-content .form-group .spinners .form-control {
                    height: 40px;
                    background-color: #fff;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    border: 0;
                }

                .psngr_count.popover .popover-content .form-group .spinners .btn {
                    width: 40px;
                    height: 40px;
                    display: block;
                    background: #eee;
                    color: #c00;
                    line-height: 30px;
                }

        .psngr_count.popover .popover-content .btn-default {
            margin: auto;
            width: 150px;
            height: 45px;
            padding: 12px 0;
            background: #c00;
            color: #fff;
            font-weight: 700;
            border: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            outline: 0;
        }

ul.search_list_holder .search_result.ss_box > div {
    min-height: 140px;
}

ul.search_list_holder .search_result.ss_box .tripadviser {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

ul.search_list_holder .search_result.ss_box .promocode_tag {
    margin-bottom: 5px;
    line-height: 14px;
}

ul.search_list_holder .search_result.ss_box .text_holder p i.fa {
    font-size: 14px;
    margin-right: 3px;
    width: 14px;
}

ul.search_list_holder .search_result.ss_box .text_holder p.ss_info {
    font-size: 12px;
}

ul.search_list_holder .search_result.ss_box .img_holder .snow_tag {
    position: absolute;
    top: 7px;
    left: -7px;
    background: #0ac9f9;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
    z-index: 2;
}

    ul.search_list_holder .search_result.ss_box .img_holder .snow_tag i {
        font-size: 16px;
    }

    ul.search_list_holder .search_result.ss_box .img_holder .snow_tag:after {
        border-top: 6px solid #0a2600;
        border-right: 0;
        border-left: 6px solid transparent;
        position: absolute;
        bottom: -6px;
        left: 0;
    }

.ss_banner {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    background: #eee;
    border: 1px solid #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .ss_banner img {
        width: 100%;
        display: block;
    }

    .ss_banner .offer_flag {
        width: 80px;
        height: auto;
        padding: 10px 5px;
        position: absolute;
        top: -5px;
        right: 10px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        border-radius: 4px 4px 0 0;
        background: #ffcc35;
        background: -moz-linear-gradient( top, rgba(255, 204, 53, 1) 3%, rgba(221, 112, 2, 1) 25%, rgba(204, 0, 0, 1) 100% );
        background: -webkit-linear-gradient( top, rgba(255, 204, 53, 1) 3%, rgba(221, 112, 2, 1) 25%, rgba(204, 0, 0, 1) 100% );
        background: linear-gradient( to bottom, rgba(255, 204, 53, 1) 3%, rgba(221, 112, 2, 1) 25%, rgba(204, 0, 0, 1) 100% );
    }

        .ss_banner .offer_flag:before {
            border-left: 40px solid #c00;
            border-bottom: 15px solid transparent;
            border-top: 0;
            position: absolute;
            left: 0;
            bottom: -14px;
            display: block;
        }

        .ss_banner .offer_flag:after {
            border-right: 40px solid #c00;
            border-bottom: 15px solid transparent;
            border-top: 0;
            position: absolute;
            right: 0;
            bottom: -14px;
            display: block;
        }

.tour_info_price {
    background: #f4f3f3;
    margin-bottom: 25px;
}

.tour_shortinfo {
    padding: 15px 20px;
}

    .tour_shortinfo > div {
        margin-bottom: 5px;
        position: relative;
        padding-left: 90px;
    }

        .tour_shortinfo > div strong {
            width: 85px;
            display: inline-block;
            font-size: 12px;
            position: absolute;
            left: 0;
        }

            .tour_shortinfo > div strong:after {
                content: ":";
                position: absolute;
                right: 2px;
            }

            .tour_shortinfo > div strong i {
                width: 12px;
                text-align: center;
            }

.tour_price {
    padding: 15px 20px;
}

    .tour_price .price {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .tour_price .tour_promocode {
        margin-top: 10px;
        font-size: 13px;
    }

        .tour_price .tour_promocode a:hover {
            text-decoration: underline;
        }

.tour_text a.tour_readmore {
    font-weight: 400;
    color: #222;
    cursor: pointer;
}

    .tour_text a.tour_readmore:hover {
        color: #c00;
    }

.tour_text h3 {
    margin-bottom: 10px;
    font-size: 14px;
}

    .tour_text h3 i {
        margin-right: 0;
        font-size: 16px;
    }

.tour_text p {
    margin-bottom: 15px;
    line-height: 24px;
}

.tour_text ul li {
    margin-bottom: 15px;
    background: url(../images/foot_dash.png) no-repeat left 10px;
    padding-left: 15px;
}

.important_box {
    border: 1px solid #ccc;
    border-top: 2px solid #c00;
    padding: 15px 15px 5px;
    margin-bottom: 20px;
}

    .important_box .tl {
        margin: -15px -15px 10px;
        font-size: 14px;
        padding: 10px;
        font-weight: 700;
    }

.tour_text .tour_moreinfo {
    display: none;
}

.tour_reviews {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

    .tour_reviews .review_comment {
        border: 1px solid #ccc;
        padding: 15px 15px 0;
        position: relative;
    }

        .tour_reviews .review_comment .review_scroll {
            padding-bottom: 30px;
        }

    .tour_reviews .slick-arrow {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 25px;
        height: 25px;
        border: 0;
        outline: 0;
        font: normal normal normal 14px/1 FontAwesome;
        color: #c00;
        background: #eee;
    }

        .tour_reviews .slick-arrow:hover {
            background: #ddd;
        }

        .tour_reviews .slick-arrow.slick-prev {
            margin-left: -35px;
        }

            .tour_reviews .slick-arrow.slick-prev:before {
                content: "\f053";
            }

        .tour_reviews .slick-arrow.slick-next {
            margin-right: 35px;
        }

            .tour_reviews .slick-arrow.slick-next:before {
                content: "\f054";
            }

    .tour_reviews .reviewpaging {
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        background: #eee;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 700;
    }

.tour_tl_block .tour_tl {
    font-size: 20px;
    padding: 7px 15px;
    margin-bottom: 15px;
}

.tour_tl_block .tourbook_details {
    margin-bottom: 20px;
}

    .tour_tl_block .tourbook_details .tourtitle {
        font-size: 16px;
        line-height: 30px;
        display: block;
        margin-bottom: 5px;
    }

    .tour_tl_block .tourbook_details p {
        margin-bottom: 5px;
    }

    .tour_tl_block .tourbook_details div span {
        display: inline-block;
        margin-left: 5px;
        padding-right: 5px;
    }

        .tour_tl_block .tourbook_details div span:first-child {
            margin-left: 0;
        }

.tour_activity {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    background: #fafafa;
}

    .tour_activity p {
        margin-bottom: 5px;
    }

    .tour_activity .activity_price {
        border-left: 1px solid #ccc;
    }

        .tour_activity .activity_price .apply_pcode {
            font-size: 12px;
            margin-bottom: 10px;
        }

        .tour_activity .activity_price .price {
            font-size: 22px;
            margin-bottom: 5px;
        }

            .tour_activity .activity_price .price span {
                display: inline-block;
            }

            .tour_activity .activity_price .price .strike {
                font-size: 18px !important;
                position: relative;
                color: #444;
            }

                .tour_activity .activity_price .price .strike .fa {
                    font-size: 16px;
                }

                .tour_activity .activity_price .price .strike:after {
                    width: 100%;
                    border-top: 2px solid #c00;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: rotate(8deg);
                    -moz-transform: rotate(8deg);
                    -ms-transform: rotate(8deg);
                    -o-transform: rotate(8deg);
                    transform: rotate(8deg);
                }

@media all and (min-width: 768px) {
    .tour_activity:first-child {
        border-top: 1px solid #ccc;
    }
}

@media all and (max-width: 767px) {
    .ss_banner {
        height: auto;
    }

    .tour_activity {
        margin-bottom: 15px;
        border-left: 2px solid #c00;
    }

        .tour_activity .activity_price {
            border-top: 1px dashed #ccc;
            border-left: 0;
            padding-top: 5px;
        }
}

.exc_banner {
    height: auto;
    margin-bottom: 25px;
    background: #eee;
    border: 1px solid #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .exc_banner img {
        width: 100%;
        display: block;
    }

    .exc_banner .snow_tag {
        position: absolute;
        top: 7px;
        right: -7px;
        background: #0ac9f9;
        color: #fff;
        font-size: 14px;
        padding: 4px 10px;
        z-index: 2;
    }

        .exc_banner .snow_tag i {
            font-size: 18px;
        }

        .exc_banner .snow_tag:after {
            border-top: 6px solid #0a2600;
            border-left: 0;
            border-right: 6px solid transparent;
            position: absolute;
            bottom: -6px;
            right: 0;
        }

.exc_overview p {
    line-height: 20px;
    margin-bottom: 15px;
}

.exc_overview ul li {
    margin-bottom: 5px;
    background: url(../images/foot_dash.png) no-repeat left 10px;
    padding-left: 15px;
}

.exc_TP {
    border: 1px solid #ccc;
    background: #e9e8e2;
}

.exc_reviews_box {
    margin-bottom: 20px;
}

.st_rec_exc {
    padding: 0 10px;
    position: relative;
    display: block;
    margin: auto;
}

    .st_rec_exc .img_holder {
        width: 100%;
        height: 170px;
        margin-bottom: 10px;
        overflow: hidden;
        border: 1px solid #ccc;
    }

        .st_rec_exc .img_holder img {
            width: 100%;
            min-height: 100%;
            display: block;
        }

    .st_rec_exc .exc_name {
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        text-align: left;
        color: #fff;
        padding: 10px 15px;
        z-index: 1;
        background: url(../images/BestDeal/gradient.png) center top repeat-x;
        height: 112px;
    }

        .st_rec_exc .exc_name h2 {
            font-size: 20px;
            margin: 0 0 5px;
        }

    .st_rec_exc .st_rec_exc_price {
        text-align: center;
    }

        .st_rec_exc .st_rec_exc_price .price {
            font-size: 24px;
            border-right: 1px solid #ccc;
        }

            .st_rec_exc .st_rec_exc_price .price span {
                display: block;
                font-size: 12px;
            }

        .st_rec_exc .st_rec_exc_price .tp_rating {
            font-size: 12px;
        }

            .st_rec_exc .st_rec_exc_price .tp_rating img {
                display: inline-block;
                margin: 5px;
            }

@media all and (min-width: 993px) {
    div:last-child > .st_rec_exc {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .dest_exc .st_rec_exc {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media all and (max-width: 991px) {
    .st_rec_exc {
        border-left: 1px solid #757a3e;
    }

    div:nth-child(odd) > .st_rec_exc {
        border-left: 0;
    }

    .st_rec_exc .img_holder {
        min-height: 100px;
        height: 200px;
    }
}

@media all and (max-width: 650px) {
    .st_rec_exc {
        border-left: 0;
        max-width: 400px;
    }
}

.b2b_slider {
    height: auto;
    margin-bottom: 30px;
}

    .b2b_slider .slick-slide {
        background: #eee;
    }

    .b2b_slider img {
        width: 100%;
    }

    .b2b_slider .slideMob {
        display: none;
    }

    .b2b_slider .slideDesk {
        display: block;
    }

    .b2b_slider .slick-arrow {
        outline: 0;
        width: 50px;
        height: 50px;
        position: absolute;
        border: 0;
        z-index: 1;
        opacity: 0.7;
    }

        .b2b_slider .slick-arrow:hover {
            opacity: 1;
        }

    .b2b_slider .slick-prev {
        background: url(../images/HomeSlider/prev.png) no-repeat center;
        bottom: 20%;
        left: 50px;
    }

        .b2b_slider .slick-prev:before {
            width: 1px;
            background: rgba(255, 255, 255, 0.5);
            height: 130px;
            position: absolute;
            right: -5px;
            bottom: -75px;
            -webkit-transform: skew(-20deg, 0deg);
            -moz-transform: skew(-20deg, 0deg);
            -ms-transform: skew(-20deg, 0deg);
            -o-transform: skew(-20deg, 0deg);
            transform: skew(-20deg, 0deg);
        }

        .b2b_slider .slick-prev:hover:before {
            opacity: 0.5;
        }

    .b2b_slider .slick-next {
        background: url(../images/HomeSlider/next.png) no-repeat center;
        bottom: 7%;
        left: 105px;
    }

@media all and (max-width: 767px) {
    .b2b_slider .slick-arrow {
        display: none !important;
    }

    .b2b_slider .slick-dots {
        text-align: center;
        z-index: 9;
    }

        .b2b_slider .slick-dots li {
            width: 10px;
            height: 10px;
            margin: 0 3px;
        }

            .b2b_slider .slick-dots li button {
                width: 10px;
                height: 10px;
                border-radius: 50%;
            }

                .b2b_slider .slick-dots li button:before {
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background: #ccc;
                    border: 1px solid #fff;
                }

            .b2b_slider .slick-dots li.slick-active button:before {
                background: #c00;
            }
}

@media all and (max-width: 650px) {
    .b2b_slider .slideMob {
        display: block;
    }

    .b2b_slider .slideDesk {
        display: none;
    }
}

.alert_updates {
    margin-bottom: 25px;
    border: 1px solid #aaa;
    vertical-align: top;
    background: #f4f4f4;
    height: 324px;
}

    .alert_updates .updates_box {
        width: auto;
        height: 250px;
        overflow-y: auto;
        margin-bottom: 0;
    }

        .alert_updates .updates_box .updates_scroll {
            margin: 0;
        }

            .alert_updates .updates_box .updates_scroll .update {
                margin-bottom: 15px;
                border: 0;
                display: block;
                padding-left: 10px;
            }

                .alert_updates .updates_box .updates_scroll .update:before {
                    content: "\25cf";
                    color: #c00;
                    margin-right: 5px;
                    margin-left: -10px;
                    font-size: 12px;
                }

                .alert_updates .updates_box .updates_scroll .update a {
                    text-decoration: underline;
                }

                    .alert_updates .updates_box .updates_scroll .update a:hover {
                        color: #c00;
                    }

@media all and (max-width: 991px) {
    .alert_updates,
    .alert_updates .updates_box {
        width: auto;
        height: auto;
    }
}

.agency_details_box {
    border: 1px solid #ccc;
    margin-bottom: 25px;
    padding: 0 15px 15px;
    box-shadow: 0 2px 2px #ccc;
}

    .agency_details_box .tl {
        padding: 10px 15px;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 700;
    }

    .agency_details_box .agd_info {
        position: relative;
        margin-bottom: 10px;
        float: left;
        width: 100%;
        padding-left: 115px;
    }

        .agency_details_box .agd_info span {
            font-size: 14px;
            width: 105px;
            display: inline-block;
            float: left;
            margin-left: -115px;
        }

            .agency_details_box .agd_info span:after {
                content: ":";
                float: right;
            }

.b2b_user_table {
    width: 99.99%;
}

    .b2b_user_table tr:after,
    .b2b_user_table tr:before {
        display: none;
    }

    .b2b_user_table thead {
        background: #666;
        color: #fff;
        font-weight: 700;
    }

    .b2b_user_table td {
        border: 1px solid #ddd;
        padding: 7px 10px;
    }

    .b2b_user_table tbody tr:nth-child(even) {
        background: #f5f5f5;
    }

    .b2b_user_table a {
        font-weight: 700;
        cursor: pointer;
    }

        .b2b_user_table a:hover {
            color: #c00;
            text-decoration: underline;
        }

.agency_details_box .quicklinks li a {
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ddd;
    display: block;
    font-size: 16px;
}

    .agency_details_box .quicklinks li a i {
        font-size: 20px;
        margin-right: 5px;
        width: 30px;
        text-align: center;
    }

    .agency_details_box .quicklinks li a:hover {
        color: #c00;
    }

.adduserform {
    display: none;
    padding-top: 15px;
    border-top: 1px solid #c00;
    background: #f6f6f6;
}

    .adduserform .form-group {
        border: 1px solid #ccc;
    }

        .adduserform .form-group .form-control {
            border: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.sb_table {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    display: block;
}

    .sb_table .sb_box {
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        margin: 0;
        padding: 3px;
        width: 33.33%;
        display: inline-block;
        float: left;
    }

        .sb_table .sb_box:nth-child(odd) {
            background: #fff;
        }

        .sb_table .sb_box .sb_tl {
            margin: 5px;
        }

            .sb_table .sb_box .sb_tl strong {
                display: inline-block;
            }

        .sb_table .sb_box .hits {
            margin-bottom: 5px;
        }

        .sb_table .sb_box .sb_values {
            width: 100%;
            display: table;
            border-top: 1px solid #ddd;
        }

            .sb_table .sb_box .sb_values .value {
                width: 33.33%;
                display: table-cell;
                font-size: 11px;
                text-align: center;
                padding: 10px 5px;
            }

                .sb_table .sb_box .sb_values .value:nth-child(even) {
                    border-left: 1px solid #ddd;
                    border-right: 1px solid #ddd;
                }

                .sb_table .sb_box .sb_values .value strong {
                    display: block;
                    font-size: 16px;
                }

                .sb_table .sb_box .sb_values .value.initiate {
                    background: #fafafa;
                }

                .sb_table .sb_box .sb_values .value.confirm {
                    background: #f6f6f6;
                }

                .sb_table .sb_box .sb_values .value.cancel {
                    background: #fafafa;
                }

        .sb_table .sb_box:hover .sb_values .value.initiate {
            background: #757a3e;
            color: #fff;
        }

        .sb_table .sb_box:hover .sb_values .value.confirm {
            background: #c00;
            color: #fff;
        }

        .sb_table .sb_box:hover .sb_values .value.cancel {
            background: #3878a1;
            color: #fff;
        }

        .sb_table .sb_box .sb_values:after,
        .sb_table .sb_box .sb_values:before {
            display: none;
        }

@media all and (max-width: 767px) {
    .sb_table .sb_box {
        width: 50%;
    }
}

@media all and (max-width: 600px) {
    .sb_table {
        border: 0;
    }

        .sb_table .sb_box {
            width: 100%;
            margin-bottom: 10px;
            border: 1px solid #999;
        }
}

.offers_listing {
    height: 240px;
    overflow-y: auto;
}

    .offers_listing li {
        border-bottom: 1px solid #ccc;
        display: inline-block;
        width: 100%;
        padding: 5px;
        margin-bottom: 2px;
    }

        .offers_listing li:hover {
            background: #f1f1f1;
        }

        .offers_listing li .imgbox {
            width: 80px;
            height: 70px;
            float: left;
            overflow: hidden;
            border: 1px solid #ccc;
        }

            .offers_listing li .imgbox img {
                width: 100%;
                min-height: 100%;
                display: block;
            }

        .offers_listing li .offertext {
            margin-left: 90px;
        }

            .offers_listing li .offertext .price {
                font-weight: 700;
            }

                .offers_listing li .offertext .price .strike {
                    position: relative;
                    color: #333;
                }

                    .offers_listing li .offertext .price .strike:after {
                        width: 100%;
                        border-top: 2px solid #c00;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        -webkit-transform: rotate(8deg);
                        -moz-transform: rotate(8deg);
                        -ms-transform: rotate(8deg);
                        -o-transform: rotate(8deg);
                        transform: rotate(8deg);
                    }

.bootstrap-table {
    margin-bottom: 20px;
}

    .bootstrap-table .fixed-table-header,
    .bootstrap-table thead th {
        background: #666;
        color: #fff;
    }

    .bootstrap-table .fixed-table-body tr:nth-child(odd) {
        background: #fafafa;
    }

    .bootstrap-table .fixed-table-body tr:nth-child(even) {
        background: #f3f3f3;
    }

    .bootstrap-table .table-hover > tbody > tr:hover td {
        border-top: 1px solid #c00;
        border-bottom: 1px solid #c00;
        background: #fff;
        color: #111;
    }

    .bootstrap-table .ez-checkbox {
        margin-right: 0;
        margin-left: 2px;
    }

    .bootstrap-table a {
        text-decoration: underline;
    }

.tagText {
    font-weight: 700;
    color: #fff;
}

    .tagText.bc {
        background: #c00;
    }

    .tagText.cp {
        background: #757a3e;
    }

    .tagText.cc {
        background: #3878a1;
    }

.bs_legends {
    font-size: 12px;
}

    .bs_legends > div {
        display: inline-block;
        margin: 0 3px 4px;
    }

    .bs_legends span {
        padding: 2px 5px;
    }

.admin_search_forms {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 15px;
}

    .admin_search_forms .form-group {
        border: 1px solid #ccc;
    }

    .admin_search_forms .form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    .admin_search_forms .bootstrap-select.form-control {
        z-index: auto;
    }

    .admin_search_forms .form-group .input-group-addon {
        background-image: url(../images/icons_sprite.png);
        background-repeat: no-repeat;
        background-color: #fff;
        padding: 32px 0 0 30px;
        border-radius: 0;
        border: none;
    }

    .admin_search_forms .ic_date {
        background-position: -30px -5px;
    }

.userdetails_box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

    .userdetails_box .action_btn {
        margin-bottom: 15px;
        margin-top: 5px;
    }

.action_btn {
    background: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    margin: 0 3px 3px;
    text-decoration: none !important;
}

    .action_btn:hover {
        color: #fff;
        background: #c00;
    }

    .action_btn.fa {
        font-size: 16px;
        font-weight: 400;
    }

@media all and (max-width: 767px) {
    .userdetails_box .row {
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }
}

.b2b_bestdeals {
    margin: -5px -15px;
}

    .b2b_bestdeals .deal_info {
        outline: 0;
        margin: 0 10px;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        height: 260px;
    }

        .b2b_bestdeals .deal_info img {
            width: 100%;
            height: auto;
            transition: all 1s ease-in-out;
        }

.deal_info:hover img {
    transform: scale(1.05);
}

.deal_info:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 0;
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}

.deal_info:hover:after {
    opacity: 0.5;
}

.deal_info .best_deals_top {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: left;
    color: #fff;
    padding: 0 20px;
    z-index: 1;
    background: url(../images/BestDeal/gradient.png) center top repeat-x;
    height: 112px;
}

    .deal_info .best_deals_top h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }

        .deal_info .best_deals_top h2 span {
            font-size: 14px;
            font-weight: 400;
        }

.b2b_bestdeals .slick-arrow {
    width: 25px;
    height: 50px;
    outline: 0;
    border: 0;
    position: absolute;
    top: 40%;
    z-index: 1;
    color: #c9c8c8;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
}

    .b2b_bestdeals .slick-arrow:hover {
        color: #c00;
    }

    .b2b_bestdeals .slick-arrow.slick-disabled,
    .home_bestdeals .bestdeals .slick-arrow.slick-disabled:hover {
        color: #ddd;
    }

.b2b_bestdeals .slick-prev {
    left: 0;
    background: #fff;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    -webkit-box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.27);
}

.b2b_bestdeals .slick-next {
    right: 0;
    background: #fff;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    -webkit-box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.27);
    box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.27);
}

.b2b_bestdeals .slick-prev:before {
    content: "\f054";
}

.b2b_bestdeals .slick-next:before {
    content: "\f053";
}

.b2b_bestdeals .deal_info .best_deals_bottom {
    width: 130px;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

    .b2b_bestdeals .deal_info .best_deals_bottom:before {
        position: absolute;
        left: 30px;
        top: 0;
        width: 120%;
        height: 100%;
        background: rgba(204, 0, 0, 0.83);
        -webkit-transform: skew(-30deg, 0deg);
        -moz-transform: skew(-30deg, 0deg);
        -ms-transform: skew(-30deg, 0deg);
        -o-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
    }

.b2b_bestdeals .deal_info .best_deals_center {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    display: block;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

.b2b_bestdeals .deal_info:hover .best_deals_center {
    opacity: 1;
    top: 45%;
}

.b2b_bestdeals .deal_info .best_deals_bottom .prize {
    position: absolute;
    bottom: 10%;
    right: 5px;
    width: 130px;
    color: #fff;
    font-size: 24px;
}

    .b2b_bestdeals .deal_info .best_deals_bottom .prize i {
        font-size: 21px;
        margin-right: 3px;
    }

    .b2b_bestdeals .deal_info .best_deals_bottom .prize span {
        font-size: 12px;
        font-weight: 300;
        display: block;
    }

@media all and (max-width: 767px) {
    .b2b_bestdeals .deal_info {
        height: auto;
    }
}

@media all and (max-width: 650px) {
    .b2b_bestdeals .deal_info {
        max-width: 400px;
        height: auto;
        margin: auto;
    }
}

.contest_main {
    width: 100%;
    margin: 30px auto 0;
}

    .contest_main .heading {
        font-size: 18px;
        margin-bottom: 15px;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }

        .contest_main .heading .fa {
            font-size: 24px;
            margin-right: 3px;
            color: #c00;
        }

    .contest_main p {
        margin-bottom: 15px;
    }

    .contest_main ul li {
        margin-bottom: 10px;
        background: url(../images/foot_dash.png) no-repeat left 10px;
        padding-left: 15px;
    }

    .contest_main a {
        color: #c00;
    }

        .contest_main a:hover {
            text-decoration: underline;
        }

.contest_form {
    border: 0 solid #ccc;
    border-top: 2px solid #c00;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

.winner_box {
    padding: 15px 15px 5px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

    .winner_box p {
        float: left;
        display: inline-block;
    }

    .winner_box a {
        position: absolute;
        right: 15px;
        bottom: 5px;
    }

    .winner_box .fa {
        width: 40px;
        height: 40px;
        float: left;
        font-size: 25px;
        font-size: 28px;
        display: inline-block;
        margin-right: 10px;
        background: #c00;
        border: 1px solid #c00;
        padding-top: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

ol.contest_terms li {
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 10px;
    list-style: decimal;
    text-align: justify;
}

.contest_btns button,
.contest_question {
    display: none;
}

    .contest_btns button:first-child {
        display: block;
    }

.contest_btns button {
    width: 150px;
    margin: 10px 0 20px;
}

@media all and (max-width: 650px) {
    .winner_box a {
        position: static;
        float: right;
        margin-top: 10px;
    }
}

.contestpopup {
    width: 650px;
    min-height: 250px;
    position: relative;
    border: 1px solid #666;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .contestpopup ul li {
        margin-bottom: 10px;
        background: url(../images/foot_dash.png) no-repeat left 10px;
        padding-left: 15px;
    }

    .contestpopup:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .contestpopup .contest_text_box {
        z-index: 1;
        position: relative;
        background: rgba(255, 255, 255, 0.9);
        width: 65%;
        padding: 20px 0;
        margin: auto;
        min-height: 250px;
    }

    .contestpopup .contest_name {
        margin: 0 15px 15px;
        font-size: 24px;
        text-align: center;
    }

    .contestpopup .contest_info {
        text-align: center;
        margin: 10px 15px 20px;
        font-size: 15px;
    }

    .contestpopup .contest_cta {
        text-align: center;
    }

        .contestpopup .contest_cta .btn {
            max-width: none;
            display: inline-block;
            margin: 5px;
        }

.eventpopup {
    width: 650px;
    min-height: 250px;
    position: relative;
    border: 1px solid #666;
    text-align: center;
}

    .eventpopup .event_tl {
        background: #c00;
        font-size: 20px;
        padding: 10px 20px;
    }

    .eventpopup .event_details {
        font-size: 20px;
    }

        .eventpopup .event_details div {
            float: left;
        }

            .eventpopup .event_details div span {
                font-size: 12px;
                display: block;
                font-weight: 700;
                text-transform: uppercase;
            }

    .eventpopup .event_date {
        width: 100%;
        padding: 15px 5px;
        margin-bottom: 20px;
    }

    .eventpopup .event_address {
        width: 50%;
        padding: 5px 5px;
        border-right: 1px solid #e5e5e5;
    }

    .eventpopup .event_time {
        width: 50%;
        padding: 5px 5px;
    }

    .eventpopup .event_note {
        font-size: 12px;
        padding: 15px 10px;
        margin-top: 20px;
        border-top: 1px solid #e5e5e5;
    }

@media all and (max-width: 767px) {
    .contestpopup,
    .eventpopup {
        width: 600px;
    }
}

@media all and (max-width: 600px) {
    .contestpopup,
    .eventpopup {
        width: 100%;
        height: 100%;
    }

        .contestpopup .contest_text_box {
            width: 90%;
        }
}

@media print {
    header {
        position: static;
        height: auto;
        padding: 15px;
    }

    .logo_holder {
        width: 300px;
    }

    .main_content_container {
        padding-top: 15px;
    }

    .cd-nav,
    .cd-overlay,
    .footer,
    .menus_container,
    .top_links {
        display: none !important;
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    td.hidden-xs,
    th.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

body.compensate-for-scrollbar {
    overflow: hidden;
    -ms-overflow-style: none;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

    .fancybox-container * {
        box-sizing: border-box;
    }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
    transform: translateY(-50%);
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0;
    }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide--image {
    padding: 44px 0 0;
    overflow: visible;
}

    .fancybox-slide--image:before {
        display: none;
    }

.fancybox-slide--html {
    padding: 6px 6px 0;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
    margin: 0 0 6px;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: calc(100% - 44px);
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

    .fancybox-button,
    .fancybox-button:link,
    .fancybox-button:visited {
        color: #ccc;
    }

        .fancybox-button:hover {
            color: #fff;
        }

        .fancybox-button:focus {
            outline: 0;
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted;
        }

        .fancybox-button.disabled,
        .fancybox-button.disabled:hover,
        .fancybox-button[disabled],
        .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: 0;
        }

        .fancybox-button svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%;
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0;
            }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1;
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background: 0 0;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

    .fancybox-navigation .fancybox-button div {
        background: rgba(30, 30, 30, 0.6);
        height: 100%;
        padding: 7px;
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
}

    .fancybox-caption:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
        background-repeat: repeat-x;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: -25px;
        z-index: -1;
    }

    .fancybox-caption:after {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
        content: "";
        display: block;
        left: 44px;
        position: absolute;
        right: 44px;
        top: 0;
    }

    .fancybox-caption a,
    .fancybox-caption a:link,
    .fancybox-caption a:visited {
        color: #ccc;
        text-decoration: none;
    }

        .fancybox-caption a:hover {
            color: #fff;
            text-decoration: underline;
        }

.fancybox-loading {
    -webkit-animation: a 0.8s infinite linear;
    animation: a 0.8s infinite linear;
    background: 0 0;
    border: 6px solid hsla(0, 0%, 39%, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0 0;
    }

        .fancybox-slide--image .fancybox-content {
            margin-bottom: 6px;
        }

        .fancybox-slide--image .fancybox-close-small {
            background: #4e4e4e;
            color: #f2f4f6;
            height: 36px;
            opacity: 1;
            padding: 6px;
            right: 0;
            top: 0;
            width: 36px;
        }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .fancybox-share p {
        margin: 0;
        padding: 0;
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

    .fancybox-share__button:link,
    .fancybox-share__button:visited {
        color: #fff;
    }

    .fancybox-share__button:hover {
        text-decoration: none;
    }

.fancybox-share__button--fb {
    background: #3b5998;
}

    .fancybox-share__button--fb:hover {
        background: #344e86;
    }

.fancybox-share__button--pt {
    background: #bd081d;
}

    .fancybox-share__button--pt:hover {
        background: #aa0719;
    }

.fancybox-share__button--tw {
    background: #1da1f2;
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8;
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

    .fancybox-share__button svg path {
        fill: #fff;
    }

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

    .fancybox-thumbs__list a:before {
        border: 4px solid #c00;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 99991;
    }

    .fancybox-thumbs__list a:focus:before {
        opacity: 0.5;
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active:before {
        opacity: 1;
    }

@media (max-width: 768px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.stp_offer_container {
    width: 100%;
    position: relative;
}

.stp_offer_title {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 8px 15px;
    z-index: 1;
}

.stpo_img {
    max-height: 160px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .stpo_img:after {
        width: 100%;
        border-top: 1px dashed #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    .stpo_img img {
        width: 100%;
    }

.stpo_txt {
    padding: 10px 15px;
}

    .stpo_txt h3 {
        margin-top: 0;
        font-size: 18px;
        font-weight: 700;
    }

    .stpo_txt .btn {
        float: right;
        margin: 0 0 15px 0;
    }

.stp_offer_slider .slick-dots {
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 10px;
    margin: 0;
    display: block;
    padding: 0;
    list-style: none;
    text-align: left;
    max-width: 150px;
}

    .stp_offer_slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .stp_offer_slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 16px;
            height: 16px;
            cursor: pointer;
            border: 0;
            outline: 0;
            background: #e6e6e6;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
        }

            .promo_ad_box .slider .slick-dots li button:focus,
            .stp_offer_slider .slick-dots li button:hover {
                outline: 0;
            }

            .stp_offer_slider .slick-dots li button:before {
                display: none;
            }

        .stp_offer_slider .slick-dots li.slick-active button {
            background: #878383;
        }

.stp_offer_slider .slick-arrow {
    position: absolute;
    top: 25%;
    width: 25px;
    height: 25px;
    border: 0;
    outline: 0;
    font: normal normal normal 14px/1 FontAwesome;
    color: #c00;
    background: #eee;
    z-index: 10;
}

    .stp_offer_slider .slick-arrow:hover {
        background: #ddd;
    }

    .stp_offer_slider .slick-arrow.slick-prev {
        left: 5px;
    }

        .stp_offer_slider .slick-arrow.slick-prev:before {
            content: "\f053";
        }

    .stp_offer_slider .slick-arrow.slick-next {
        right: 5px;
    }

        .stp_offer_slider .slick-arrow.slick-next:before {
            content: "\f054";
        }

.blogBox {
    width: auto;
    height: auto;
    float: left;
    border: 1px solid #e1e0e0;
    margin: 0 1.5% 30px;
    background: #fff;
    outline: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .blogBox:hover {
        border: 1px solid #bbb;
        -webkit-box-shadow: 0 0 9px #aaa;
        -moz-box-shadow: 0 0 9px #aaa;
        box-shadow: 0 0 9px #aaa;
    }

    .blogBox .blogImg img {
        width: 100%;
    }

    .blogBox .blogIntro {
        padding: 15px;
        color: #666;
        position: relative;
    }

        .blogBox .blogIntro h2 {
            font-size: 16px;
            margin: 10px 0 15px;
            font-weight: 400;
            line-height: 1.3;
        }

        .blogBox .blogIntro p {
            font-weight: 300;
        }

.blogList .blogBox {
    width: 30%;
}

.blogSlider .blogBox {
    height: 100%;
    margin-bottom: 0;
}

.blogBanner {
    width: 100%;
    padding-bottom: 35%;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}

    .blogBanner img {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.blogContentArea {
    position: relative;
    line-height: 2;
    max-width: 750px;
    width: 95%;
    margin: -130px auto 30px;
}

    .blogContentArea .blogTitle {
        font-size: 36px;
        text-align: left;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .blogContentArea .blogDate {
        float: left;
        line-height: 30px;
    }

    .blogContentArea h2 {
        font-size: 24px;
        margin: 7px 0 25px;
        text-align: left;
    }

    .blogContentArea p {
        margin-bottom: 40px;
        text-align: justify;
    }

    .blogContentArea ol {
        padding-left: 24px;
    }

        .blogContentArea ol li {
            list-style: inherit;
        }

    .blogContentArea .fullimg {
        width: 100%;
        display: block;
        margin-bottom: 40px;
        border: 1px solid #ccc;
    }

/*.blogContentArea .bcaContainer{margin-left:75px border:1px solid #eee;background:#fff;padding:20px 30px 30px;box-shadow:0 10px 30px rgba(0,0,0,.15)}
.blogContentArea .bcaShare{position:absolute;top:0;}*/

.blogSocialShare {
    width: auto;
    height: auto;
    z-index: 2;
}

    .blogSocialShare a {
        width: 30px;
        height: 30px;
        display: inline-block; /*float:left;border:1px solid #ddd;*/
        text-align: center;
        line-height: 30px;
        font-size: 15px;
        margin: 0 5px;
        background: #eee;
        border-radius: 2px;
    }

        .blogSocialShare a:hover {
            background: #333;
            color: #fff;
        }

            .blogSocialShare a:hover.fa-facebook {
                background: #3b5998;
                color: #fff;
            }

            .blogSocialShare a:hover.fa-twitter {
                background: #38a1f3;
                color: #fff;
            }

            .blogSocialShare a:hover.fa-pinterest-p {
                background: #c8232c;
                color: #fff;
            }

            .blogSocialShare a:hover.fa-instagram {
                background: #c13584;
                color: #fff;
            }

.blogCategory .tl {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #c00;
    float: left;
    padding: 0 15px 5px 0;
    margin-bottom: 5px;
}

.blogCategory ul {
    margin-right: 20px;
}

    .blogCategory ul li {
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }

        .blogCategory ul li a {
            padding: 10px 5px;
            display: block;
        }

            .blogCategory ul li a:hover {
                padding: 10px 5px 10px 10px;
                color: #c00;
            }

@media all and (min-width: 1100px) {
    .blogRight {
        padding-left: 50px;
    }
}

@media all and (max-width: 992px) {
    .blogList .blogBox {
        width: 45%;
        margin: 0 2.5% 30px;
    }

    .blogCategory ul {
        margin-right: 0;
    }

        .blogCategory ul li {
            width: 47%;
            display: inline-block;
            margin-right: 2.5%;
        }
}

@media all and (min-width: 768px) {
    .blogContentArea .bcaContainer {
        border: 1px solid #eee;
        background: #fff;
        padding: 20px 30px 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
}

@media all and (max-width: 767px) {
    .blogBanner {
        width: 100%;
        padding-bottom: 45%;
    }

    .blogContentArea {
        margin: 0 auto 30px;
    }

    .blogList .blogBox {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 400px;
        float: none;
    }

    .blogCategory ul li {
        width: 100%;
        display: block;
        margin-right: 0;
    }

    .blogContentArea .blogTitle {
        font-size: 24px;
    }
}

/*@media all and (max-width:767px) {
    .blogBanner {
        width: 100%;
        padding-bottom: 45%
    }

    .blogContentArea {
        padding-left: 0;
        text-align: left
    }

    .blogList .blogBox {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 400px;
        float: none
    }

    .blogCategory ul li {
        width: 100%;
        display: block;
        margin-right: 0
    }
}



@media all and (max-width:600px) {
    .blogContentArea .bcaContainer {
        margin-left: 0px
    }

    .blogContentArea .bcaShare {
        position: static
    }

    .blogSocialShare {
        width: 100%;
        text-align: center;
    }

        .blogSocialShare a {
            float: none;
            display: inline-block
        }
        .blogContentArea{padding-left:0}
.blogSocialShare{width:50px;height:auto}

        .blogSocialShare a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            margin: 5px;
            background: #fff
        }
}*/

.nstpBannerSection {
    position: relative;
}


/* Changes made by Drawww for nstp banner section starts */
.container-fluid.nstpBannerSection {
    position: relative;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .nstp-content-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .tt_main_heading_wrapper h1,
    .tt_main_heading2 h2 {
        padding-top: 20px;
        padding-left: 15px;
    }
}

.nstp-content-wrapper .tt_main_heading_wrapper {
    margin: unset;
    position: relative;
    float: inline-end;
}

.nstp-content-wrapper .new_tt_search_form_wrapper {
    position: relative;
}

@media screen and (min-width: 768px) {
    .search_fields_container.new_tt_search_form {
        margin: 45px 0px 0px 45px;
    }
}
/* Changes by Drawww for nstp banner section ends */

.nstpBanner {
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #eee;
    background-size: cover;
    position: relative;
    margin: 0;
    padding: 120px 0;
}

    .nstpBanner:after {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        margin: 0;
        z-index: 0;
        opacity: 0.4;
        background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100% );
        background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100% );
        background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100% );
    }

    .nstpBanner .titleBox {
        display: table;
        text-align: center;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

        .nstpBanner .titleBox h1 {
            font-size: 45px;
            font-weight: 700;
            text-shadow: 0 0 35px #000;
            margin-bottom: 7px;
        }

        .nstpBanner .titleBox .tag {
            font-size: 14px;
            background: #fff;
            color: #cc0000;
            padding: 9px 15px;
            display: inline-block;
            margin: 0;
            font-weight: 700;
            box-shadow: 0 0 3px #333;
        }

    .nstpBanner .imgDscpText {
        font-size: 12px;
        color: #fff;
        text-shadow: 0 0 8px #000;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 15px;
        z-index: 1;
    }

.highlightsSection {
    padding: 0;
    margin: 20px 0;
}

.nstpHighlights {
    text-align: center;
    margin: 0;
}

    .nstpHighlights li {
        display: inline-block;
        padding: 2px 10px 2px 2px;
        margin: 5px 10px;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        background: #f6f6f6;
        border-radius: 50rem;
        text-align: left;
        border: 1px solid #eaeaea;
    }

        .nstpHighlights li i {
            font-size: 15px;
            color: #fff;
            background: #c00;
            width: 27px;
            height: 27px;
            border-radius: 50%;
            text-align: center;
            line-height: 25px;
            margin-right: 5px;
            text-shadow: none;
        }

@media all and (max-width: 767px) {
    .highlightsSection {
        padding: 0;
        margin: 0;
        position: relative;
        bottom: 0;
    }

    .nstpBanner {
        min-height: 0;
        padding: 80px 0;
    }

    .nstpBannerSection .trainTicketSearchBanner {
        min-height: 0;
        height: 210px;
    }

    .nstpBanner .titleBox h1 {
        font-size: 24px;
        text-shadow: 0 0 20px #000;
    }

    .nstpBanner .titleBox .tag {
        font-size: 12px;
    }

    .nstpBanner .imgDscpText {
        font-size: 10px;
        bottom: 5px;
        right: 10px;
    }
}

@media all and (max-width: 500px) {
    .nstpHighlights li {
        display: block;
        margin: 5px 10px;
    }
}

.nstpJump {
    position: relative;
    padding: 0;
    min-height: 45px;
}

.nstpFixAnchor {
    position: relative;
    top: -110px;
}

.fixanchor {
    position: relative;
    top: -180px;
}

.nstpFixed {
    background: url(../images/stp/d_texture.png) #566d74;
}

    .nstpFixed.stick {
        overflow: hidden;
    }

.spyListBtn {
    display: none;
}

.spyList {
    text-align: center;
    margin-bottom: 0;
    display: block;
    margin: auto;
    transform: none;
}

    .spyList li {
        display: inline-block;
        line-height: 45px;
        margin: 0 10px;
        padding: 0 10px;
        position: relative;
        color: #eee;
    }

        .spyList li.active:after {
            height: 5px;
            width: 100%;
            background: #c00;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .spyList li a {
            display: block;
            padding: 0;
        }

        .spyList li.active,
        .spyList li:hover {
            color: #fff;
            font-weight: 700;
        }

            .spyList li a:focus,
            .spyList li.active a,
            .spyList li:focus a,
            .spyList li:hover a {
                background: 0 0;
            }

@media all and (max-width: 992px) {
    .nstpFixAnchor {
        position: relative;
        top: -100px;
    }

    .fixanchor {
        position: relative;
        top: -150px;
    }
}

@media all and (max-width: 767px) {
    .nstpJump {
        overflow: hidden;
        min-height: 0;
    }

    .spyList {
        display: none;
        white-space: nowrap;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .spyList li {
            line-height: 40px;
        }

    .nstpFixed.stick .spyList {
        display: block;
    }

    .spyListBtn {
        width: 40px;
        height: 40px;
        display: block;
        border: 0;
        background: #333;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/stp/d_texture.png) #566d74;
        font-size: 24px;
    }

    .spyList.spyListOpen {
        width: 100%;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

        .spyList.spyListOpen li {
            display: table;
            width: auto;
            margin: auto;
            min-width: 150px;
            border-bottom: 1px solid #6a7d83;
        }
}

.nstpAbout {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .nstpAbout .aboutInfo {
        max-width: 950px;
        width: 90%;
        margin: auto;
    }

        .nstpAbout .aboutInfo h2 {
            font-size: 16px;
            line-height: 1.6;
            color: #c00;
            font-weight: 700;
        }

        .nstpAbout .aboutInfo h3 {
            font-size: 16px;
            line-height: 1.6;
            font-weight: 600;
        }

        .nstpAbout .aboutInfo h4 {
            font-size: 14px;
            line-height: 1.6;
            font-weight: 400;
        }

        .nstpAbout .aboutInfo p {
            font-size: 14px;
            line-height: 1.6;
        }

        .nstpAbout .aboutInfo ul li {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 10px;
            padding-left: 15px;
            position: relative;
        }

            .nstpAbout .aboutInfo ul li:before {
                content: "-";
                color: #c00;
                position: absolute;
                top: 0;
                left: 0;
            }

.nstp_aboutBox {
    height: 20px;
    overflow: hidden;
    position: relative;
}

    .nstp_aboutBox.expand {
        height: auto;
    }

    .nstp_aboutBox .morelink {
        position: absolute;
        bottom: 0;
        background: #fcfcfc;
        display: block;
        width: 100%;
        height: 30px;
        padding-top: 10px;
    }

        .nstp_aboutBox .morelink a {
            color: #c00;
            cursor: pointer;
        }

.nstp_aboutBoxIB {
    height: 0px;
    overflow: hidden;
    position: relative;
}

    .nstp_aboutBoxIB.expand {
        height: auto;
    }

    .nstp_aboutBoxIB .morelink {
        position: absolute;
        bottom: 0;
        background: #fcfcfc;
        display: block;
        width: 100%;
        height: 30px;
        padding-top: 10px;
    }

        .nstp_aboutBoxIB .morelink a {
            color: #c00;
            cursor: pointer;
        }

@media all and (max-width: 767px) {


    .nstpAbout {
        border-bottom: 7px solid #eee;
    }
}

@media all and (max-width: 450px) {
    .nstpAbout .aboutInfo {
        width: 100%;
    }
}

.benefitsSection {
    padding: 50px 0;
    margin-bottom: 50px;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .benefitsSection:before {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: -10%;
        opacity: 0.8;
        background: #c50000;
        background: -moz-linear-gradient( left, rgba(197, 0, 0, 1) 0, rgba(1, 116, 169, 1) 50%, rgba(1, 116, 169, 1) 100% );
        background: -webkit-linear-gradient( left, rgba(197, 0, 0, 1) 0, rgba(1, 116, 169, 1) 50%, rgba(1, 116, 169, 1) 100% );
        background: linear-gradient( to right, rgba(197, 0, 0, 1) 0, rgba(1, 116, 169, 1) 50%, rgba(1, 116, 169, 1) 100% );
    }

.benefitsTable {
    margin: 50px 50px;
    display: table;
    position: relative;
    color: #fff;
    font-size: 16px;
}

    .benefitsTable .btLeft {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        font-size: 40px;
        font-weight: 300;
    }

    .benefitsTable .btRight {
        display: table-cell;
        padding: 0 40px;
    }

        .benefitsTable .btRight ul li {
            margin-bottom: 15px;
            position: relative;
            padding-left: 15px;
        }

            .benefitsTable .btRight ul li:before {
                width: 5px;
                height: 5px;
                display: block;
                background: #c00;
                position: absolute;
                left: 0;
                top: 7px;
            }

@media all and (max-width: 992px) {
    .benefitsTable {
        margin: 30px 30px 0;
    }
}

@media all and (max-width: 767px) {
    .benefitsSection {
        margin-right: -15px;
        margin-left: -15px;
    }

        .benefitsSection:before {
            left: -30%;
        }

    .benefitsTable .btLeft {
        display: block;
        width: 100%;
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 10px;
    }

        .benefitsTable .btLeft br {
            display: none;
        }

    .benefitsTable .btRight {
        display: block;
        padding: 0 40px;
    }
}

@media all and (max-width: 500px) {
    .benefitsTable {
        margin: 30px 20px 0;
    }

        .benefitsTable .btLeft {
            font-size: 24px;
        }

        .benefitsTable .btRight {
            display: block;
            padding: 0;
        }
}

.stpDiscountSection {
    background: #f6f6f6;
    padding: 30px 0;
    margin-bottom: 40px;
}

.dicountCoupon {
    width: auto;
    max-width: 380px;
    min-height: 80px;
    display: table;
    margin: 15px auto;
}

    .dicountCoupon:before {
        width: 3px;
        height: 100%;
        display: table-cell;
        background: url(../images/stp/ticketcut.png) repeat-y right center;
    }

    .dicountCoupon .dcCode {
        width: 150px;
        display: table-cell;
        background: #c00;
        color: #fff;
        vertical-align: middle;
        padding: 10px;
        font-size: 28px;
        text-align: center;
        font-weight: 700;
    }

    .dicountCoupon .dcInfo {
        display: table-cell;
        background: #fff;
        border: 1px solid #e9e4e4;
        vertical-align: middle;
        padding: 10px 20px;
        line-height: 1.8;
    }

@media all and (max-width: 700px) {
    .stpDiscountSection {
        background: #fff;
        padding: 0 0 50px;
        margin-bottom: 0;
    }
}

@media all and (max-width: 700px) {
    .dicountCoupon {
        min-height: 50px;
    }

        .dicountCoupon .dcCode {
            width: 120px;
            font-size: 20px;
        }

        .dicountCoupon .dcInfo {
            line-height: 1.4;
        }
}

@media all and (max-width: 600px) {
    .dcHolder {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .dicountCoupon {
        margin: 5px auto;
    }
}

.howworkSection {
    margin-bottom: 50px;
}

.hwTable {
    margin-bottom: 30px;
    width: auto;
}

    .hwTable .hwItem {
        padding: 30px 15px 15px;
        background: #fbfbfb;
        height: 100%;
    }

    .hwTable div:nth-child(even) .hwItem {
        background: #f1f5fa;
    }

    .hwTable img {
        margin: auto;
    }

    .hwTable h2 {
        font-size: 20px;
        font-weight: 400;
    }

    .hwTable p {
        line-height: 1.8;
    }

@media all and (max-width: 767px) {
    .howworkSection {
        border-bottom: 7px solid #eee;
        padding-bottom: 50px;
    }
}

@media all and (max-width: 400px) {
    .hwTable .slick-dots li,
    .hwTable .slick-dots li button,
    .hwTable .slick-dots li button:before {
        width: 60px;
    }

    .otherpassLinks {
        display: table;
        width: 100%;
    }

        .otherpassLinks > div,
        .otherpassLinks > span {
            display: table-cell;
            vertical-align: middle;
        }

        .otherpassLinks > span {
            width: 30px;
        }
}

.nstOffers {
    margin-bottom: 50px;
}

.nstOfferItem {
    width: 100%;
    background: #000;
    text-align: center;
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
}

    .nstOfferItem .noiImg {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 0.5;
        transform: scale(1);
    }

    .nstOfferItem:hover .noiImg {
        transform: scale(1.1);
    }

    .nstOfferItem .noiDetails {
        position: relative;
        color: #fff;
    }

.noiDetails h3 {
    font-size: 30px;
    font-weight: 700;
}

.noiDetails p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.noiDetails button {
    width: 150px;
}

@media all and (max-width: 767px) {
    .nstofferSlider .slick-slide {
        padding: 0 1px;
    }

    .nstOffers {
        margin-top: 50px;
        padding-bottom: 50px;
        border-bottom: 7px solid #eee;
    }
}

@media all and (max-width: 600px) {
    .nstOffers {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (max-width: 450px) {
    .nstOfferItem {
        padding: 40px 20px;
    }
}

.selectpassSection {
    padding-bottom: 40px;
    padding-top: 40px;
}

.selectpassContainer {
    display: table;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.nstpbookBtn_mobile {
    display: none;
}

@media all and (min-width: 992.98px) {
    .selectionArea {
        display: table-cell;
        padding-left: 2%;
        padding-right: 9%;
        vertical-align: top;
    }

    .selectionForm {
        display: table-cell;
        width: 420px;
        vertical-align: top;
    }
}

@media all and (max-width: 992px) {
    .selectionArea {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .selectionForm {
        display: none;
        width: 100%;
    }

    .nstpbookBtn_mobile {
        display: block;
        margin: auto;
        width: 150px;
    }
}

@media all and (max-width: 767px) {
    .selectionArea {
        display: block;
        width: 100%;
        margin: 0;
    }

    .faqSection,
    .selectpassSection {
        border-bottom: 7px solid #eee;
    }
}

.passtypeSelection {
    line-height: 2;
    margin-bottom: 10px;
}

.radioselectType li input[type="radio"] {
    display: none;
}

.classTabs button,
.radioselectType li label {
    width: 100%;
    height: 43px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    font-size: 15px;
    background: #fff;
    outline: 0;
}

    .classTabs button.active,
    .radioselectType li input[type="radio"]:checked + label {
        border: 1px solid #c00;
        color: #c00;
        font-weight: 700;
        background: #fef4f5;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }

.passSelection {
    border: 1px solid #ccc;
    max-width: 100%;
}

.moreinfoRadio {
    position: relative;
    /*top: -17px;
    right: 15px;*/
    line-height: 1;
    font-size: 15px;
    cursor: pointer;
    color: #999;
    top: -65px;
    float: right;
}

@media all and (max-width: 767px) {
    .passSelection {
        max-width: 100%;
    }
}

@media all and (max-width: 450px) {
    .passtypeSelection > div {
        width: 100%;
    }
}

.ageInfotab {
    text-align: right;
    margin: 10px 0;
}

    .ageInfotab i {
        background: #c00;
        color: #fff;
        width: 16px;
        line-height: 16px;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        display: inline-block;
        margin-right: 3px;
    }

.passTimeFareList li {
    margin-bottom: 10px;
    background: #fff;
}

.passTimeFareList input {
    opacity: 0;
    display: none;
}

.passTimeFareList .ptfItem {
    width: 100%;
    display: table;
    min-height: 65px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ccc;
}

    .passTimeFareList .ptfItem .passvalidity {
        width: 200px;
        display: table-cell;
        vertical-align: middle;
        background: #fafafa;
        text-align: center;
        font-size: 15px;
        position: relative;
        padding: 10px;
        position: relative;
    }

        .passTimeFareList .ptfItem .passvalidity .bsTag {
            position: absolute;
            top: 1px;
            left: -5px;
            font-size: 11px;
            font-weight: 500;
            color: #fff;
            padding: 1px 8px;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
            background: rgb(28 22 4);
            background: -moz-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            background: -webkit-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            background: linear-gradient( to right, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87800', endColorstr='#ffb400',GradientType=1 );
        }

            .passTimeFareList .ptfItem .passvalidity .bsTag:after {
                content: "";
                border-top: 5px solid #000;
                border-left: 5px solid transparent;
                border-right: 0;
                display: block;
                position: absolute;
                bottom: -5px;
                left: 0;
            }

        .passTimeFareList .ptfItem .passvalidity span {
            position: relative;
        }

.passTimeFareList input[type="radio"]:checked + label.ptfItem {
    border: 1px solid #c00;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

    .passTimeFareList input[type="radio"]:checked + label.ptfItem .passvalidity {
        color: #c00;
        background: #fef4f5;
        font-weight: 700;
    }

.passTimeFareList .ptfItem .passfares {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10%;
    background: #fff;
}

.passTimeFareList .passfares table td {
    text-align: left;
    position: relative;
    font-size: 15px;
}

    .passTimeFareList .passfares table td:first-child {
        width: 60px;
    }

        .passTimeFareList .passfares table td:first-child:after {
            content: ":";
            position: absolute;
            right: 10px;
        }

    .passTimeFareList .passfares table td:nth-child(3):before {
        content: "|";
        margin: 0 10px;
    }

@media all and (max-width: 650px) {
    .passTimeFareList .ptfItem .passvalidity {
        width: 200px;
    }

    .passTimeFareList .passfares table td {
        font-size: 14px;
    }
}

@media all and (max-width: 550px) {
    .passTimeFareList li {
        border: 0;
    }

    .passTimeFareList .ptfItem {
        border: 1px solid #ccc;
        min-height: 50px;
    }

        .passTimeFareList .ptfItem .passvalidity {
            width: 80px;
        }

        .passTimeFareList .ptfItem .passfares {
            padding-left: 13px;
        }

    .passTimeFareList .passfares table td:first-child {
        width: 50px;
    }

    .passTimeFareList .ptfItem .passvalidity .bsTag {
        font-size: 8px;
        top: -3px;
    }
}

.nstpFormContainer {
    background: #e7e7e7;
    padding: 15px 20px;
    box-shadow: 0 5px 4px #aaa;
}

    .nstpFormContainer.fancybox-content {
        background: #e7e7e7;
        padding: 15px 20px;
        box-shadow: none;
        border-radius: 3px;
    }

.selectionDetails:before {
    content: "Your Selection:";
    color: #949494;
}

.selectionDetails h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

.nstpFormPromo {
    margin: -15px -20px 10px;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    background: rgb(28 22 4);
    background: -moz-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
    background: -webkit-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
    background: linear-gradient( to right, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87800', endColorstr='#ffb400',GradientType=1 );
}

    .nstpFormPromo .closebtn {
        width: 20px;
        height: 20px;
        border: 0;
        display: block;
        background: #333;
        position: absolute;
        top: 2px;
        right: 2px;
        border-radius: 50rem;
        font-size: 10px;
        text-align: center;
        line-height: 19px;
    }

@media all and (min-width: 992.98px) {
    .nstpFormContainer {
        display: block !important;
    }

    .passTimeFareList .ptfItem .passfares {
        padding-left: 0%;
    }
}

@media all and (max-width: 992px) {
    .nstpFormPromo {
        margin: 0 0 10px;
    }
}

@media all and (max-width: 767px) {
    .nstpFormContainer {
        padding: 15px;
    }
}

.nstpFormContainer .form-group {
    margin-bottom: 7px;
    border: 1px solid #ccc !important;
    background: #fff;
}

.nstpFormContainer .form-control {
    border: 0;
    box-shadow: none;
}

.nstpFormContainer .bootstrap-select .btn {
    /*padding: 0;*/
    height: 100%;
    width: -webkit-fill-available;
}

.nstpFormContainer .agebox .input-group-addon {
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: 0;
}

    .nstpFormContainer .agebox .input-group-addon:after,
    .nstpFormContainer .agebox .input-group-addon:before {
        display: none;
    }

    .nstpFormContainer .agebox .input-group-addon .ez-checkbox {
        margin: 2px;
    }

.nstpFormContainer .agebox .form-control {
    border-right: 0 !important;
}

.nstpFormContainer .nstpNote {
    padding-left: 30px;
}

    .nstpFormContainer .nstpNote .ez-checkbox {
        margin-left: -30px;
        float: left;
    }

.nstpFormContainer hr {
    margin: 10px 0;
    border-top: 1px solid #bbb;
    opacity: 1 !important;
}

.nstpFormContainer .form-group .nstpDate .input-group-addon {
    background-image: url(../images/icons_sprite.png);
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0;
    padding: 34px 0 0 30px;
}

.nstpFormContainer .ic_date {
    background-position: -30px -5px;
}

.nstpFormContainer .form-group.promocode .input-group-addon {
    background: #333;
    padding: 0;
    border: 0;
}

    .nstpFormContainer .form-group.promocode .input-group-addon button {
        background: #333;
        color: #fff;
        padding: 5px;
        width: 60px;
        height: 34px;
        border: 0;
    }

    .nstpFormContainer .form-group.promocode .input-group-addon a {
        background: #333;
        color: #fff;
        padding: 5px;
        width: 60px;
        height: 34px;
        border: 0;
    }

    .nstpFormContainer .form-group.promocode .input-group-addon:after,
    .nstpFormContainer .form-group.promocode .input-group-addon:before {
        display: none;
    }

.nstpTotalBreakup {
    width: auto;
    display: table;
    margin-bottom: 10px;
}

    .nstpTotalBreakup .tb_Box {
        display: table-cell;
        font-size: 16px;
        width: auto;
        position: relative;
        padding: 0 15px;
    }

        .nstpTotalBreakup .tb_Box small {
            display: block;
            font-size: 12px;
            color: #888;
        }

        .nstpTotalBreakup .tb_Box i {
            position: absolute;
            top: 10px;
            left: -7.5px;
            color: #555;
        }

        .nstpTotalBreakup .tb_Box:first-child {
            padding-left: 0;
        }

        .nstpTotalBreakup .tb_Box:last-child {
            padding-right: 0;
        }

.nstpSummaryBox {
    margin-bottom: 5px;
    margin-top: -10px;
}

    .nstpSummaryBox .summaryBtn {
        background: #ededed;
        display: table;
        margin: 0 auto;
        padding: 0 10px;
        text-transform: uppercase;
        border: 1px solid #bbb;
        font-size: 10px;
        line-height: 20px;
        border-radius: 50rem;
        cursor: pointer;
        width: 150px;
        text-align: center;
    }

.summaryBtn i {
    font-size: 9px;
    color: #cc0000;
    top: -1px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.summaryBtn.rotate i {
    top: 1px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nstpSummaryBox .summaryTable {
    border-bottom: 1px dashed #aaa;
    margin: 10px 0;
}

.nstpSummaryBox table {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
}

    .nstpSummaryBox table tr td {
        padding: 1px 0;
    }

        .nstpSummaryBox table tr td.quantity {
            text-align: right;
            width: 45px;
        }

            .nstpSummaryBox table tr td.quantity:after {
                content: "x";
                float: right;
                margin: 0 10px;
            }

        .nstpSummaryBox table tr td:last-child {
            text-align: right;
        }

.nstpGrand {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: right;
}

    .nstpGrand strong {
        font-size: 13px;
        display: block;
        float: left;
        margin-top: 14px;
    }

.nstpFormContainer .btn {
    width: 100%;
    margin: 0 5px;
}

.nstpFormContainer .redBtn {
    width: 140px;
    margin: 0 5px;
}

@media all and (max-width: 450px) {
    .ageboxholder {
        width: 50%;
    }

    .date_code {
        width: 100%;
        margin-bottom: 10px;
    }

    .nstpTotalBreakup .tb_Box {
        font-size: 14px;
    }

        .nstpTotalBreakup .tb_Box small {
            font-size: 10px;
        }

        .nstpTotalBreakup .tb_Box i {
            font-size: 10px;
            left: -3.5px;
        }

    .nstpFormContainer .btn {
        width: 120px;
        margin-right: 10px;
    }
}

.blogSection {
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bloglistContainer {
    margin-bottom: 10px;
}

    .bloglistContainer .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bloglistContainer .blogBox {
        width: auto;
        max-width: 360px;
        height: auto;
        border: 1px solid #e1e0e0;
        margin: 0 auto 30px;
        background: #fff;
        outline: 0;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .bloglistContainer .blogBox:hover {
            border: 1px solid #bbb;
            -webkit-box-shadow: 0 0 9px #aaa;
            -moz-box-shadow: 0 0 9px #aaa;
            box-shadow: 0 0 9px #aaa;
        }

.suggestedSection {
    margin-bottom: 50px;
}

.suggested_sight_slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.suggested_sight_slider .st_rec_exc {
    max-width: 360px;
    margin: 10px auto;
    border: 1px solid #ccc !important;
    padding: 5px;
}

    .suggested_sight_slider .st_rec_exc:hover {
        -webkit-box-shadow: 0 0 9px #aaa;
        -moz-box-shadow: 0 0 9px #aaa;
        box-shadow: 0 0 9px #aaa;
    }

    .suggested_sight_slider .st_rec_exc .exc_name {
        top: 5px;
        left: 5px;
        right: 5px;
    }

.suggested_sight_slider .slick-arrow {
    width: 30px;
    height: 60px;
    outline: 0;
    border: 1px solid #eee;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    color: #c9c8c8;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}

    .suggested_sight_slider .slick-arrow:hover {
        color: #c00;
    }

    .suggested_sight_slider .slick-arrow.slick-disabled,
    .suggested_sight_slider .slick-arrow.slick-disabled:hover {
        color: #ddd;
    }

.suggested_sight_slider .slick-prev {
    left: -15px;
    background: #fff;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.27);
}

.suggested_sight_slider .slick-next {
    right: -15px;
    background: #fff;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    -webkit-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.27);
    box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.27);
}

.suggested_sight_slider .slick-prev:before {
    content: "\f054";
}

.suggested_sight_slider .slick-next:before {
    content: "\f053";
}

@media all and (max-width: 450px) {
    .bloglistContainer .slick-slide,
    .suggested_sight_slider .slick-slide {
        padding-left: 0;
        padding-right: 0;
    }

    .st_rec_exc .st_rec_exc_price .price,
    .st_rec_exc .st_rec_exc_price .tp_rating {
        padding: 0 10px;
    }
}

@media all and (min-width: 767.98px) {
    .fixSelectPassBtn {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .suggestedSection {
        padding-top: 50px;
    }

    .fixSelectPassBtn {
        position: fixed;
        bottom: 0;
        left: -200px;
        z-index: 10000;
        opacity: 0;
    }

        .fixSelectPassBtn.stick {
            left: 0;
            opacity: 1;
        }

        .fixSelectPassBtn .btnbookpass {
            box-shadow: 0 0 10px #000;
            margin: 10px;
        }

    .stickyselect_Btn {
        position: relative;
        top: -200px;
        display: block;
        background: green;
    }
}

.btnbookpass {
    min-width: 180px;
    height: 50px;
    padding: 0 10px;
    position: relative;
    background: #e40000;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    overflow: hidden;
    outline: 0;
}

    .btnbookpass strong {
        color: #fff;
        position: relative;
        z-index: 1;
        display: block;
        line-height: 50px;
    }

    .btnbookpass:before {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        display: block;
        position: absolute;
        top: 0;
        left: -50%;
        content: "";
        transform: skewX(25deg);
        transition: all 0.2s ease-in-out;
        z-index: 0;
    }

    .btnbookpass:hover:before {
        left: 120%;
        transform: skewX(0);
        background: rgba(0, 0, 0, 0.3);
    }
/* Revamp 2020 */
.section_Container {
    padding-top: 40px;
    padding-bottom: 20px;
}

.sliderScroll .slick-list {
    margin: 0 25px;
}

.sliderScroll .slick-slide {
    padding: 5px 10px 10px;
}

    .sliderScroll .slick-slide > div, .sliderScroll .slick-slide > div > div {
        height: 100%
    }

.slider_Destinations.sliderScroll .slick-slide > div,
.slider_Destinations.sliderScroll .slick-slide > div > div {
    height: auto
}

.sliderScroll .slick-arrow {
    width: 25px;
    height: 100px;
    outline: 0;
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    color: #999;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0px;
    background: transparent;
}

    .sliderScroll .slick-arrow:before, .sliderScroll .slick-arrow:after {
        font-size: 35px
    }

    .sliderScroll .slick-arrow:hover {
        color: #c00;
    }

    .sliderScroll .slick-arrow.slick-disabled {
        color: #eee;
        cursor: not-allowed;
    }

.sliderScroll .slick-prev {
    left: 0;
}

.sliderScroll .slick-next {
    right: 0;
}

.sliderScroll .slick-prev:before {
    content: "\f104";
}

.sliderScroll .slick-next:before {
    content: "\f105";
}

@media all and (max-width: 1100px) {
    .section_Container {
        padding-left: 0;
        padding-right: 0;
    }

    .sliderScroll .slick-list {
        margin: 0 20px;
    }
}

@media all and (max-width: 600px) {
    .sliderScroll .slick-list {
        margin: 0;
    }
}

@media all and (min-width: 850px) {
    .slider_D8.sliderScroll .slick-slide {
        padding: 0;
    }

        .slider_D8.sliderScroll .slick-slide > div > div {
            padding: 5px 10px 10px;
            vertical-align: top;
        }
}

.packBox {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    padding-bottom: 55px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .packBox:hover {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
        top: -3px;
    }

    .packBox.showPerRate {
        padding-bottom: 65px;
    }

    .packBox .packOffer {
        min-width: 70px;
        max-width: 90%;
        position: absolute;
        top: 10px;
        left: -3px;
        font-size: 13px;
        font-style: italic;
        color: #fff;
        line-height: 1.3;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
    }

        .packBox .packOffer strong {
            position: relative;
            display: block;
            padding: 2px 8px;
            z-index: 1;
            background: rgb(28 22 4);
            background: -moz-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            background: -webkit-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            background: linear-gradient( to right, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87800', endColorstr='#ffb400',GradientType=1 );
        }

        .packBox .packOffer:before {
            content: "";
            width: 25%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            background: rgb(204 0 0);
            transform: skewX(-40deg);
        }

        .packBox .packOffer:after {
            content: "";
            width: 25%;
            height: 100%;
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            background: rgb(204 0 0);
            transform: skewX(40deg);
        }

    .packBox .packHighlight {
        width: auto;
        position: absolute;
        margin-top: -15px;
        right: 15px;
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        overflow: hidden;
    }

        .packBox .packHighlight .fa {
            font-size: 12px;
        }

        .packBox .packHighlight > div {
            padding: 3px 8px;
            border: 2px solid #fff;
            border-radius: 50rem;
        }

        .packBox .packHighlight .packRecommend {
            background: #cc0000;
        }

        .packBox .packHighlight .packPayat {
            background: #e84c00;
        }

        .packBox .packHighlight .packSnow {
            background: #2babfd;
        }

        .packBox .packHighlight .bestSeller {
            background: #0e9e05;
        }

    .packBox .packImg {
        width: 100%;
        padding-bottom: 50%;
        background: #ddd;
        position: relative;
        overflow: hidden;
    }

        .packBox .packImg img {
            position: absolute;
            top: 0;
            left: 0;
            width: auto;
            width: 100%;
            transform-origin: 50% 50%;
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            transform: scale(1.15);
            -webkit-transition: all 2s ease;
            -moz-transition: all 2s ease;
            transition: all 2s ease;
        }

    .packBox:hover .packImg img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    .packBox .view360tag {
        width: 50px;
        position: absolute;
        margin-top: -60px;
        left: 15px;
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
    }

    .packBox .packContent {
        padding: 15px 15px 5px;
        background: #fff;
    }

    .packBox .packHead {
        font-size: 12px;
        margin-bottom: 5px;
        display: table;
        width: 100%;
    }

    .packBox .packLocation {
        color: #0000ff;
        font-weight: bold;
    }

    .packBox .packHead .packheadLeft,
    .packBox .packHead .packheadRight {
        display: table-cell;
        vertical-align: top;
        width: auto;
    }

    .packBox .packTitle {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 5px;
    }

        .packBox .packTitle .gtTag {
            font-size: 15px;
            color: #fff;
            background: #ccc;
            border: 1px solid #aaa;
            padding: 4px;
            border-radius: 50%;
            text-shadow: 0 0 2px #000;
            margin: -4px 0 -4px 4px;
            position: relative;
        }

    .packBox p {
        margin: 0;
        font-size: 13px;
    }

    .packBox .packfooter {
        background: #fff;
        padding: 0 95px 15px 15px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .packBox .packfooter:after {
            content: "BOOK NOW";
            color: #cc0000;
            font-weight: 700;
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
            line-height: 1;
            padding: 15px;
        }

    .packBox .strikePrice {
        font-size: 14px;
        color: #646161;
        height: 16px;
    }

        .packBox .strikePrice .discount {
            color: #0e9e05;
        }

    .packBox .packPrice {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.5;
        color: #000;
    }

        .packBox .packPrice .packNight {
            font-size: 12px;
            display: block;
        }
    /*.packBox .packPrice .packNight:before{font-size:22px;content:'/';}*/

    .packBox .packStars {
        float: right;
        margin: -5px 0;
    }

.packStars {
    height: 20px;
    background: url(../images/star_rating.png) repeat-x left center;
}

    .packStars.star_1 {
        width: 20px;
    }

    .packStars.star_2 {
        width: 40px;
    }

    .packStars.star_3 {
        width: 60px;
    }

    .packStars.star_4 {
        width: 80px;
    }

    .packStars.star_5 {
        width: 100px;
    }

@media all and (max-width: 600px) {
    .sliderScroll .packBox {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        transition-delay: 0.3s;
    }

    .sliderScroll .slick-slide {
        padding: 5px 5px 10px;
    }

    .sliderScroll .slick-center .packBox {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
        top: -3px;
    }
}

.div5Flex {
    flex: 1 0 auto;
}

.section_D5 {
    margin: 0 25px;
    display: flex;
    flex-wrap: wrap;
}

    .section_D5 > div {
        padding: 0 10px;
        margin-bottom: 20px;
        /* flex: 1 0 auto; */
        float: none !important;
    }

.idealPackBox {
    width: 100%;
    height: 100%;
    min-height: 300px;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

    .idealPackBox:before {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: -10%;
        opacity: 0.6;
        background: rgba(1, 116, 169, 1);
        background: -moz-linear-gradient( -25deg, rgba(197, 0, 0, 1) 0, rgba(1, 116, 169, 1) 50%, rgba(1, 116, 169, 1) 100% );
        background: -webkit-linear-gradient( -25deg, rgba(197, 0, 0, 1) 0, rgba(1, 116, 169, 1) 50%, rgba(1, 116, 169, 1) 100% );
        background: linear-gradient( 245deg right, rgba(197, 0, 0, 1) 0, rgba(1, 116, 169, 1) 50%, rgba(1, 116, 169, 1) 100% );
    }

    .idealPackBox .ipb_content {
        width: 100%;
        height: 100%;
        display: table;
        margin: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

        .idealPackBox .ipb_content > div {
            display: table-cell;
            vertical-align: middle;
            padding: 50px 30px;
        }

        .idealPackBox .ipb_content .ipb_title {
            font-size: 30px;
            font-weight: 700;
            margin: 0 0 15px;
        }

        .idealPackBox .ipb_content p {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .idealPackBox .ipb_content .redBtn {
            width: 150px;
            height: 50px;
        }

@media all and (max-width: 1100px) {
    .section_D5 {
        margin: 0 20px;
    }
}

@media all and (max-width: 850px) {
    .idealPackBox {
        height: auto;
        min-height: 1px;
    }

        .idealPackBox .ipb_content {
            position: relative;
        }
}

@media all and (min-width: 600.98px) and (max-width: 767px) {
    .section_D5 .d5Box {
        width: 50%;
        float: left;
    }
}

@media all and (max-width: 600px) {
    .section_D5 {
        margin: 0;
        display: inherit;
    }

        .section_D5 > div {
            padding: 0 15px;
        }

        .section_D5 .packBox {
            width: 100%;
        }

    .idealPackBox .ipb_content > div {
        padding: 40px 20px;
    }

    .idealPackBox .ipb_content .ipb_title {
        font-size: 24px;
    }

    .idealPackBox .ipb_content p {
        font-size: 14px;
    }
}

.aptBannerSection {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.aptBannerBtns {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.aptView360 {
    width: 60px;
    height: 60px;
    padding: 5px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .aptView360:hover {
        background: rgba(0, 0, 0, 0.85);
    }

        .aptView360:hover img {
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            transform: rotateY(360deg);
            -webkit-transition: transform 1s ease-in-out;
            -moz-transition: transform 1s ease-in-out;
            transition: transform 1s ease-in-out;
        }

@media all and (min-width: 601px) {
    .aptBannerContainer {
        width: auto;
        height: 350px;
        background: #666;
        margin: 0;
    }

        .aptBannerContainer > div {
            float: left;
            overflow: hidden;
            position: relative;
            border: 1px solid #3a3a3a;
            margin: 0;
            background: #000;
            display: none;
            outline: none;
        }

            .aptBannerContainer > div img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transform: scale(1.05);
                transform-origin: center center;
                transition: all 0.5s ease;
            }

        .aptBannerContainer:hover > div img {
            opacity: 0.8;
        }

        .aptBannerContainer > div:hover img:hover {
            transform: scale(1);
            opacity: 1;
        }

    .aptGalleryBtn {
        top: 5px;
    }
}

@media all and (min-width: 601px) and (min-height: 700px) {
    .aptBannerContainer {
        width: auto;
        height: 500px;
    }
}

@media all and (min-width: 992px) {
    .aptBannerContainer div:nth-child(-n + 5) {
        display: block;
    }

    .aptBannerContainer div:nth-child(1) {
        width: 50%;
        height: 100%;
    }

    .aptBannerContainer div:nth-child(2) {
        width: 25%;
        height: 50%;
    }

    .aptBannerContainer div:nth-child(3) {
        width: 25%;
        height: 50%;
    }

    .aptBannerContainer div:nth-child(4) {
        width: 25%;
        height: 50%;
    }

    .aptBannerContainer div:nth-child(5) {
        width: 25%;
        height: 50%;
    }
}

@media all and (max-width: 991px) and (min-width: 601px) {
    .aptBannerContainer div:nth-child(-n + 3) {
        display: block;
    }

    .aptBannerContainer div:nth-child(1) {
        width: 60%;
        height: 100%;
    }

    .aptBannerContainer div:nth-child(2) {
        width: 40%;
        height: 50%;
    }

    .aptBannerContainer div:nth-child(3) {
        width: 40%;
        height: 50%;
    }
}

@media all and (max-width: 600px) {
    .aptBannerContainer {
        width: auto;
        padding-bottom: 65%;
        margin: 0;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAIAAADJUWIXAAAAS0lEQVQIHQFAAL//AWdhURcdHwYG//P7/c7K0gFzbVb++Pj+Awb0/APp5egBZWBOGxsdBxQg/f8ByLu5AVlaVDUvKhwkLQsQGJ6WjMgOG3SCge3IAAAAAElFTkSuQmCC");
        background-size: 100% 100%;
    }

        .aptBannerContainer .slick-list {
            position: absolute;
            height: 100%;
            width: 100%;
        }

        .aptBannerContainer .slick-track {
            height: 100%;
        }

        .aptBannerContainer .slick-slide {
            position: relative;
            height: 100%;
            width: 100%;
            overflow: hidden;
        }

            .aptBannerContainer .slick-slide img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                object-fit: cover;
            }

        .aptBannerContainer .slick-dots {
            position: absolute;
            bottom: 10px;
            left: 0px;
            text-align: center;
            z-index: 9;
        }

            .aptBannerContainer .slick-dots li {
                width: 7px;
                height: 7px;
                margin: 3px;
            }

                .aptBannerContainer .slick-dots li button {
                    width: 7px;
                    height: 7px;
                    border: 1px solid #fff;
                    background: rgba(0, 0, 0, 0.3);
                    border-radius: 50%;
                    position: relative;
                }

                    .aptBannerContainer .slick-dots li button:before {
                        width: 0px;
                        height: 0px;
                        border-radius: 50%;
                        top: 50%;
                        left: 50%;
                        transition: all 0.3s ease;
                    }

                .aptBannerContainer .slick-dots li.slick-active button:before {
                    width: 5px;
                    height: 5px;
                    top: 0;
                    left: 0;
                    background: #cc0000;
                }

    .aptGalleryBtn {
        display: none;
    }

    .aptBannerBtns {
        bottom: 20px;
    }

    .aptBannerContainer .slick-arrow {
        width: 30px;
        height: 60px;
        outline: 0;
        border: 0;
        position: absolute;
        top: 50%;
        z-index: 1;
        color: #fff;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
        background: rgba(0, 0, 0, 0.5);
        margin-top: -30px;
    }

        .aptBannerContainer .slick-arrow.slick-disabled,
        .aptBannerContainer .slick-arrow.slick-disabled:hover {
            opacity: 0.5;
        }

    .aptBannerContainer .slick-prev {
        left: 0;
    }

    .aptBannerContainer .slick-next {
        right: 0;
    }

    .aptBannerContainer .slick-prev:before {
        content: "\f053";
    }

    .aptBannerContainer .slick-next:before {
        content: "\f054";
    }
}

.aptContentSection {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 50px;
}

.aptContentSide {
}

.aptTitleCard {
    border-bottom: 1px solid #e5e3e3;
    margin-bottom: 15px;
}

.aptContentSide .aptTitle {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 5px;
}

.aptContentSide .aptInfo {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

    .aptContentSide .aptInfo > div {
        display: table-cell;
        vertical-align: middle;
    }

    .aptContentSide .aptInfo .address {
        padding-left: 15px;
    }

.aptContentSide .aptPriceBox {
    display: table;
    max-width: 100%;
    margin-bottom: 15px;
}

    .aptContentSide .aptPriceBox > div {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
    }

    .aptContentSide .aptPriceBox small {
        font-size: 12px;
        display: block;
        line-height: 1;
    }

    .aptContentSide .aptPriceBox .price {
        font-size: 24px;
    }

    .aptContentSide .aptPriceBox span:before {
        content: "/";
        font-size: 24px;
        font-weight: 300;
    }

    .aptContentSide .aptPriceBox .btn {
        margin-left: 15px;
        height: 40px;
        padding: 10px 20px;
    }

    .aptContentSide .aptPriceBox .redBtn {
        margin-left: 15px;
        height: 40px;
        width: 120px;
    }

.aptContentBox ul {
    margin-bottom: 15px;
}

.aptContentBox li {
    text-align: justify;
    padding-left: 15px;
    margin-bottom: 10px;
    background: url(../images/foot_dash.png) no-repeat 0 8px;
}

.aptFacilities {
    width: 95%;
    min-height: 300px;
    border: 1px solid #eee;
    background: #fff;
    float: right;
    padding: 15px;
}

    .aptFacilities h3 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0 0 15px;
    }

    .aptFacilities a {
        text-align: center;
        display: block;
        font-weight: 700;
        text-decoration: underline;
    }

        .aptFacilities a:hover {
            color: #cc0000;
            text-decoration: none;
        }

.catFacilities {
    width: 100%;
    float: left;
}

    .catFacilities ul {
        width: 100%;
        display: block;
        margin-bottom: 0px;
    }

        .catFacilities ul li {
            width: 32.5%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 20px;
            padding: 5px 0 0 35px;
        }

            .catFacilities ul li img {
                width: 25px;
                height: 25px;
                float: left;
                margin-left: -35px;
                margin-top: -5px;
            }

.aptOfferBox {
    border: 1px dashed #c00;
    padding: 15px 15px 10px;
    margin: 25px 0 15px;
    clear: both;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
}

    .aptOfferBox .aptoffertitle {
        background: #fff;
        font-size: 15px;
        margin: -27px 0 5px -10px;
        float: left;
        padding: 0 10px;
    }

        .aptOfferBox .aptoffertitle .fa-stack {
            font-size: 13px;
        }

    .aptOfferBox ul {
        margin-bottom: 0;
        clear: both;
    }

        .aptOfferBox ul li {
            margin-bottom: 5px;
        }

@media all and (max-width: 1100px) {
    .catFacilities ul li {
        width: 49%;
    }

    .aptContentSection {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 50px;
    }
}

@media all and (max-width: 992px) {
    .aptFacilities {
        width: auto;
        margin-top: 20px;
    }

    .catFacilities ul li {
        width: 24%;
    }
}

@media all and (max-width: 850px) {
    .catFacilities ul li {
        width: 33%;
    }
}

@media all and (max-width: 600px) {
    .aptBannerSection {
        margin-bottom: 30px;
    }

    .catFacilities ul li {
        width: 49%;
    }

    .aptContentSide .aptTitle {
        font-size: 20px;
    }

    .aptFacilities a {
        text-align: left;
    }
}

@media all and (max-width: 500px) {
    .aptFacilities {
        margin-right: -15px;
        margin-left: -15px;
        float: none;
        border: 0;
    }
}

.facilitiesPopup {
    width: 500px;
    min-height: 300px;
    position: relative;
    border: 1px solid #666;
}

    .facilitiesPopup .fptitle {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 40px 10px 20px;
        margin-bottom: 0;
    }

.facilitiesIndetail {
    font-size: 16px;
    padding: 20px;
}

    .facilitiesIndetail ul {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .facilitiesIndetail li {
        font-size: 14px;
        padding: 8px 0 8px 17px;
        color: #666;
        position: relative;
    }

        .facilitiesIndetail li:before {
            content: "";
            width: 5px;
            height: 5px;
            display: block;
            background: #cc0000;
            border-radius: 50%;
            position: absolute;
            top: 15px;
            left: 0;
        }

@media all and (max-width: 600px) {
    .facilitiesPopup {
        width: 100%;
        height: 100%;
    }
}

.ssBannerContainer {
    min-height: 450px;
    background: #fafafa;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

    .ssBannerContainer img.ssBanner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center;
    }

    .ssBannerContainer:before {
        content: "";
        display: block;
        width: 120vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: -5%;
        z-index: 1;
        opacity: 0.6; /* Permalink - use to edit and share this gradient:https://colorzilla.com/gradient-editor/#c50000+0,0174a9+30,0174a9+30,0174a9+60,05abe0+100&1+0,1+60,0+85 */
        background: -moz-linear-gradient( 65deg, rgba(197, 0, 0, 1) 0%, rgba(1, 116, 169, 1) 30%, rgba(1, 116, 169, 1) 60%, rgba(4, 150, 203, 0) 85%, rgba(5, 171, 224, 0) 100% );
        background: -webkit-linear-gradient( 65deg, rgba(197, 0, 0, 1) 0%, rgba(1, 116, 169, 1) 30%, rgba(1, 116, 169, 1) 60%, rgba(4, 150, 203, 0) 85%, rgba(5, 171, 224, 0) 100% );
        background: linear-gradient( 65deg, rgba(197, 0, 0, 1) 0%, rgba(1, 116, 169, 1) 30%, rgba(1, 116, 169, 1) 60%, rgba(4, 150, 203, 0) 85%, rgba(5, 171, 224, 0) 100% );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c50000', endColorstr='#0005abe0',GradientType=1 );
    }

    .ssBannerContainer .ssBrief {
        position: relative;
        z-index: 2;
        color: #fff;
        padding: 50px 0;
    }

/* Changes by Drawww for .ssBriefBox */
.ssBriefBox {
    width: 100%;
    max-width: 650px;
    margin-left: 50px;
}
    /* Changed by drawww for .ssBriefBox ends */

    .ssBriefBox .sstitle {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.1;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .ssBriefBox .ssProps {
        margin-bottom: 25px;
    }

        .ssBriefBox .ssProps li {
            margin-bottom: 5px;
        }

            .ssBriefBox .ssProps li i {
                font-size: 18px;
            }

    .ssBriefBox .ssPriceBox {
        margin-bottom: 20px;
    }

        .ssBriefBox .ssPriceBox .ssOffer {
            min-width: 70px;
            font-size: 15px;
            color: #fff;
            line-height: 1.3;
            position: relative;
            margin-bottom: 10px;
            float: left;
        }

.ssPriceBox .ssOffer strong {
    position: relative;
    display: block;
    padding: 4px 10px;
    z-index: 1;
    background: rgb(28 22 4);
    background: -moz-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
    background: -webkit-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
    background: linear-gradient( to right, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87800', endColorstr='#ffb400',GradientType=1 );
}

.ssPriceBox .ssOffer:before {
    content: "";
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: rgb(204 0 0);
    transform: skewX(-40deg);
}

.ssPriceBox .ssOffer:after {
    content: "";
    width: 25%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background: rgb(204 0 0);
    transform: skewX(40deg);
}

.ssBriefBox .ssPriceBox .ssPrice {
    font-size: 30px;
    font-weight: 700;
}

.ssBriefBox .ssPriceBox small {
    font-size: 12px;
}

.ssBriefBox .redBtn {
    width: 170px;
    height: 50px;
}

.ssBriefBox .ssPackFeatures {
    width: auto;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    float: left;
    padding: 10px 15px 0;
}

    .ssBriefBox .ssPackFeatures li {
        margin-bottom: 10px;
    }

    .ssBriefBox .ssPackFeatures i {
        font-size: 15px;
        color: #fff;
        background: #c00;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        text-align: center;
        line-height: 27px;
        margin-right: 5px;
    }

.ssImpContainer {
    background: #fff;
    border: 1px solid #aaa;
    padding: 20px;
    margin-bottom: 20px;
}

    .ssImpContainer .ssic_tl {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .ssImpContainer .ssImpinfoList {
    }

        .ssImpContainer .ssImpinfoList li {
            padding-left: 35px;
            margin-bottom: 15px;
        }

            .ssImpContainer .ssImpinfoList li i {
                font-size: 20px;
                float: left;
                margin-left: -35px;
            }

            .ssImpContainer .ssImpinfoList li strong {
                font-size: 15px;
                display: block;
            }

@media all and (max-width: 650px) {
    .ssBannerContainer img.ssBanner {
        position: static;
        height: 270px;
    }

    .ssBannerContainer {
        min-height: 0px !important;
        max-height: 271px;
    }

        .ssBannerContainer:before {
            display: none;
            content: "";
            display: block;
            width: 120vw;
            height: 100%;
            position: absolute;
            top: 0;
            left: -5%;
            z-index: 1;
            opacity: 0.6;
            background: -moz-linear-gradient( 65deg, rgba(197, 0, 0, 1) 0%, rgba(1, 116, 169, 1) 30%, rgba(1, 116, 169, 1) 60%, rgba(4, 150, 203, 0) 85%, rgba(5, 171, 224, 0) 100% );
            background: -webkit-linear-gradient( 65deg, rgba(197, 0, 0, 1) 0%, rgba(1, 116, 169, 1) 30%, rgba(1, 116, 169, 1) 60%, rgba(4, 150, 203, 0) 85%, rgba(5, 171, 224, 0) 100% );
            background: linear-gradient( 65deg, rgba(197, 0, 0, 1) 0%, rgba(1, 116, 169, 1) 30%, rgba(1, 116, 169, 1) 60%, rgba(4, 150, 203, 0) 85%, rgba(5, 171, 224, 0) 100% );
        }

        .ssBannerContainer .ssBrief {
            color: #fff;
            top: -40vh;
            text-align: center;
        }

    .ssBriefBox {
        margin: 0;
        max-width: none;
    }

        .ssBriefBox .sstitle {
            font-size: 24px;
        }

        .ssBriefBox .ssPriceBox .ssOffer {
            float: none;
            display: inline-block;
        }

    .ssPriceBox .ssOffer:before,
    .ssPriceBox .ssOffer:after {
        width: 100%;
        background: rgb(28 22 4);
        background: -moz-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
        background: -webkit-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
        background: linear-gradient( to right, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87800', endColorstr='#ffb400',GradientType=1 );
    }

    .ssPriceBox .ssOffer strong {
        font-size: 15px;
    }

    .ssBriefBox .ssProps {
        margin-bottom: 10px;
    }

        .ssBriefBox .ssProps li i {
            color: #cc0000;
        }

    .ssBriefBox .ssPackFeatures {
        float: none;
        background: #999;
        color: #fff;
        margin: 0 -15px;
    }

        .ssBriefBox .ssPackFeatures li {
            display: inline-block;
            margin-right: 15px;
        }

    .ssImpContainer {
        margin-top: 50px;
    }
}

.ssExpand {
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .ssExpand.open {
        height: auto;
    }

.ssvideo_container {
    margin: 50px auto;
    width: 100%;
    max-width: 1000px;
    background: #222;
}

    .ssvideo_container .ssvideo_holder {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        padding-bottom: 56.25%;
    }

        .ssvideo_container .ssvideo_holder iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .ssvideo_container .ssvideo_holder .logoverlap {
            width: 25%;
            height: auto;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            pointer-events: none;
            padding: 20px;
            background: rgba(255, 255, 255, 255);
            border-bottom-left-radius: 4px;
        }

            .ssvideo_container .ssvideo_holder .logoverlap img {
                max-width: 100%;
                display: block;
            }

.slider_Destinations.sliderScroll .slick-slide {
    padding: 0;
}

.destinationBox {
    width: auto;
    min-height: 100px;
    margin: 10px 10px 5px;
    padding-bottom: 60%;
    position: relative;
    top: 0;
    display: block;
    background: #fafafa;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
}

    .destinationBox:hover {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
        top: -3px;
    }

    .destinationBox:after {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .destinationBox .destImg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center;
        transform-origin: 50% 50%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        transition: all 2s ease;
    }

    .destinationBox:hover .destImg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    .destinationBox .destHolder {
        width: 100%;
        height: 100%;
        display: table;
        text-align: center;
        color: #fff;
        text-shadow: 0 0 15px #333;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }

        .destinationBox .destHolder li {
            display: table-row;
        }

        .destinationBox .destHolder .destCity {
            display: table-cell;
            vertical-align: bottom;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .destinationBox .destHolder .destCountry {
            display: table-cell;
            vertical-align: top;
            font-size: 15px;
        }

@media all and (max-width: 650px) {
    .destinationBox {
        margin: 5px 5px 0;
    }

    .ssvideo_container .ssvideo_holder .logoverlap {
        padding: 5px;
    }

    .railPartnerBG {
        height: 50px;
        background-size: 100%;
    }
}

@media all and (max-width: 500px) {
    .destinationBox .destHolder .destCity {
        font-size: 15px;
    }

    .destinationBox .destHolder .destCountry {
        font-size: 12px;
    }
}

.hBannerContainer {
    min-height: 250px;
    background: #fafafa;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

    .hBannerContainer img.hBanner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center;
    }

    .hBannerContainer:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -5%;
        z-index: 1;
        opacity: 0.6; /* Permalink - use to edit and share this gradient:https://colorzilla.com/gradient-editor/#c50000+0,0174a9+30,0174a9+30,0174a9+60,05abe0+100&1+0,1+60,0+85 */
        background: -moz-linear-gradient( 65deg, rgba(197, 0, 0, 1) 0%, rgba(1, 116, 169, 1) 30%, rgba(1, 116, 169, 1) 60%, rgba(4, 150, 203, 0) 85%, rgba(5, 171, 224, 0) 100% );
        background: -webkit-linear-gradient( 65deg, rgba(197, 0, 0, 1) 0%, rgba(1, 116, 169, 1) 30%, rgba(1, 116, 169, 1) 60%, rgba(4, 150, 203, 0) 85%, rgba(5, 171, 224, 0) 100% );
        background: linear-gradient( 65deg, rgba(197, 0, 0, 1) 0%, rgba(1, 116, 169, 1) 30%, rgba(1, 116, 169, 1) 60%, rgba(4, 150, 203, 0) 85%, rgba(5, 171, 224, 0) 100% );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c50000', endColorstr='#0005abe0',GradientType=1 );
    }

    .hBannerContainer .hBrief {
        position: relative;
        z-index: 2;
        color: #fff;
        padding: 80px 0;
    }

.hBriefBox {
    width: 100%;
    max-width: 550px;
    margin-left: 50px;
}

    .hBriefBox .htitle {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.1;
        text-transform: uppercase;
        margin: 0 0 20px;
    }

    .hBriefBox p {
        line-height: 1.8;
        clear: both;
    }

    .hBriefBox .ribbon {
        min-width: 70px;
        font-size: 16px;
        color: #fff;
        line-height: 1.3;
        position: relative;
        margin: 0 0 10px 0;
        float: left;
    }

        .hBriefBox .ribbon strong {
            position: relative;
            display: block;
            padding: 4px 10px;
            z-index: 1;
            background: rgb(28 22 4);
            background: -moz-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            background: -webkit-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            background: linear-gradient( to right, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87800', endColorstr='#ffb400',GradientType=1 );
        }

        .hBriefBox .ribbon:before {
            content: "";
            width: 25%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            background: rgb(204 0 0);
            transform: skewX(-40deg);
        }

        .hBriefBox .ribbon:after {
            content: "";
            width: 25%;
            height: 100%;
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            background: rgb(204 0 0);
            transform: skewX(40deg);
        }

.holidayListContainer {
    padding: 0 40px;
    margin-bottom: 20px;
}

.hl_Icons {
    margin: 10px 0;
}

    .hl_Icons li {
        display: inline-block;
        margin-right: 3px;
    }

.holidayListContainer .hlc_box {
    margin-bottom: 30px;
}

.holidayListContainer .packBox {
    padding-bottom: 85px;
}

    .holidayListContainer .packBox .packfooter {
        bottom: 30px;
    }

    .holidayListContainer .packBox .hcallBtn {
        text-align: center;
        height: 30px;
        background: #f4f4f4;
        display: block;
        width: 100%;
        padding: 7px 5px;
        position: absolute;
        bottom: 0;
    }

        .holidayListContainer .packBox .hcallBtn:hover strong {
            color: #cc0000;
        }

@media all and (max-width: 1000px) {
    .holidayListContainer {
        padding: 0 15px;
    }
}

@media all and (min-width: 651px) and (max-width: 767px) {
    .holidayListContainer .hlc_box {
        width: 50%;
        float: left;
    }
}

@media all and (max-width: 650px) {
    .hBannerContainer:before {
        left: 0;
        width: 120%;
    }

    .hBannerContainer .hBrief {
        padding: 40px 15px;
        text-align: center;
    }

    .hBriefBox {
        margin: 0;
        max-width: none;
    }

        .hBriefBox .htitle {
            font-size: 24px;
        }

        .hBriefBox .ribbon {
            float: none;
            display: inline-block;
        }

            .hBriefBox .ribbon:before,
            .hBriefBox .ribbon:after {
                width: 100%;
                background: rgb(28 22 4);
                background: -moz-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
                background: -webkit-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
                background: linear-gradient( to right, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87800', endColorstr='#ffb400',GradientType=1 );
            }

    .holidayListContainer {
        padding: 0;
    }
}

.holidayDescp {
    line-height: 1.8;
    padding-top: 50px;
    border-top: 1px solid #ccc;
    display: none;
}

    .holidayDescp h2 {
        font-size: 16px;
        font-weight: 700;
        color: #c00;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .holidayDescp p {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 15px;
    }

    .holidayDescp a {
        color: #cc0000;
    }

.hdTableHolder {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
}

    .hdTableHolder .hdtable {
        width: 100%;
        min-width: 750px;
    }

        .hdTableHolder .hdtable *:before,
        .hdTableHolder .hdtable *:after {
            display: none;
        }

        .hdTableHolder .hdtable thead tr {
            background: #666;
            color: #fff;
            font-weight: 700;
        }

        .hdTableHolder .hdtable tr {
            background: #fafafa;
        }

            .hdTableHolder .hdtable tr:nth-child(even) {
                background: #f3f3f3;
            }

            .hdTableHolder .hdtable tr td {
                padding: 5px 15px;
                border: 1px solid #ccc;
            }

.holidayCallback {
    background: rgba(0, 0, 0, 0.4);
    padding: 9px;
    float: left;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid #ffb300;
    color: #fff;
}

    .holidayCallback i {
        font-size: 18px;
        color: #333;
        background: #ffb300;
        border: 1px solid #333;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        line-height: 25px;
        vertical-align: middle;
        text-align: center;
    }

    .holidayCallback:hover {
        background: #ffb300;
        color: #333;
        text-shadow: none;
    }

@media all and (max-width: 650px) {
    .holidayCallback {
        background: #ffcf4a;
        padding: 7px 5px;
        margin: 0;
        float: none;
        font-size: 14px;
        line-height: 1.4;
        color: #333;
        border: 1px solid #ffcf4a;
        width: auto;
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 5;
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.3);
    }

        .holidayCallback i {
            background: transparent;
        }
}

.pckgHighlights {
    width: 100%;
    display: block;
    border: 1px solid #eee;
    margin: 20px 0 30px;
    padding: 15px;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05);
}

    .pckgHighlights .phTitle {
        display: block;
        color: #cc0000;
        font-weight: 700;
        margin: 0 0 15px;
        text-transform: uppercase;
    }

    .pckgHighlights .phBox {
        width: 48.5%;
        min-height: 45px;
        display: inline-block;
        padding: 10px 20px 0 50px;
        vertical-align: top;
        margin-bottom: 15px;
        float: left;
        position: relative;
    }

        .pckgHighlights .phBox:nth-child(even) {
            float: right;
        }

        .pckgHighlights .phBox img {
            display: inline-block;
            margin: 0;
            border: 1px solid #999;
            padding: 3px;
            border-radius: 50%;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            transition: all 0.2s ease;
            position: absolute;
            left: 0;
            top: 0;
        }

        .pckgHighlights .phBox:hover img {
            border: 1px solid #c00;
            padding: 3px;
        }

@media all and (max-width: 650px) {
    .pckgHighlights .phBox {
        width: 100%;
    }
}

.itineraryList .itineraryDay {
    width: 35px;
    height: 35px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 1px;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 1.3;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

    .itineraryList .itineraryDay:before {
        display: block;
        font-size: 9px;
        content: "DAY";
        line-height: 1.4;
        background: #ff8100;
        color: #fff;
    }

@media all and (max-width: 600px) {
    .itineraryList .itineraryDay {
        left: 15px;
    }

    .itineraryList .accd_head {
        padding-left: 60px;
    }
}

.holidayFormContainer {
    display: block;
}

.holidaysForm {
    width: auto;
    display: block;
    padding: 20px 25px;
    margin-left: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

    .holidaysForm .form-group {
        margin-bottom: 10px;
    }

    .holidaysForm .form-control,
    .holidaysForm .form-control.bootstrap-select {
        border: 1px solid #ccc;
        height: 40px;
        border-radius: 0;
    }

        .holidaysForm .form-control .btn.dropdown-toggle {
            height: 100%;
        }

    .holidaysForm .form-group textarea {
        min-height: 70px;
        max-width: 100%;
    }

    .holidaysForm .redBtn {
        width: 170px;
    }

    .holidaysForm .hfTitle {
        display: table;
        background: #c00;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        padding: 5px 15px;
        position: relative;
        top: -27px;
        margin: 0 auto -15px;
        text-transform: uppercase;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    }
    /*.holidaysForm .hfTitle:before{content:'';width:105%;height:20px;display:block;background:#333;z-index:-1;position:absolute;left:-2.5%;top:-2px;transform:perspective(100px) rotateX(30deg);}
*/
    .holidaysForm.popOut {
        border: 1px solid #c00;
        -webkit-animation: popOut 2s;
        -moz-animation: popOut 2s;
        animation: popOut 2s;
    }

@-webkit-keyframes popOut {
    0% {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
        top: 0px;
    }

    50% {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        top: 20px;
    }

    100% {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
        top: 0;
    }
}

@-moz-keyframes popOut {
    0% {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
        top: 0px;
    }

    50% {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        top: 20px;
    }

    100% {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
        top: 0;
    }
}

@keyframes popOut {
    0% {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
        top: 0px;
    }

    50% {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        top: 20px;
    }

    100% {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
        top: 0;
    }
}

@media all and (max-width: 992px) {
    .holidayFormContainer {
        display: none;
        padding: 0;
        width: 100%;
        max-width: 450px;
    }

    .holidaysForm {
        margin: 0;
    }

        .holidaysForm .hfTitle {
            top: -21px;
        }
}

.departureSection {
    margin-bottom: 20px;
}

.departureCalendar {
    width: 100%;
}

.deptItem {
    width: 48.5%;
    height: 45px;
    float: left;
    display: table;
    border: 1px solid #ccc;
    line-height: 43px;
    margin-bottom: 10px;
}

    .deptItem:nth-child(even) {
        float: right;
    }

    .deptItem:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.deptMonth {
    width: 140px;
    padding: 0 10px;
    float: left;
    border-right: 1px solid #ccc;
}

.deptDates {
    width: auto;
    margin-left: 140px;
}

    .deptDates table {
        width: 100%;
        margin: 0;
    }

        .deptDates table tr {
            background: #fcfcfc;
        }

        .deptDates table td {
            border: 0;
            padding: 0;
            text-align: center;
            width: 40px;
            border-right: 1px solid #ccc;
        }

.seasonLegends {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .seasonLegends > div {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

        .seasonLegends > div > span {
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 1px solid #ccc;
            margin-right: 5px;
            vertical-align: middle;
        }

.seasonColor_low {
    background: #d2ffd5;
}

.seasonColor_mid {
    background: #fff3cf;
}

.seasonColor_high {
    background: #f0fcff;
}

table.seasonPrices {
}

    table.seasonPrices tr {
    }

        table.seasonPrices tr td {
            border: 1px solid #ccc;
            padding: 8px 15px;
            width: 25%;
            text-align: center;
        }

@media all and (max-width: 650px) {
    .deptItem {
        width: 100%;
    }

    .deptMonth {
        width: 120px;
        padding: 0 8px;
        font-size: 13px;
    }

    .deptDates {
        margin-left: 120px;
    }
}

.newSearchListItems {
    margin: 0 -15px;
}

    .newSearchListItems li {
        width: 33.33%;
        float: left;
        margin-bottom: 30px;
        padding: 0 15px;
    }

@media all and (max-width: 1150px) {
    .newSearchListItems {
        margin: 0 -10px;
    }

        .newSearchListItems li {
            width: 50%;
            padding: 0 10px;
            margin-bottom: 20px;
        }
}

@media all and (max-width: 992px) {
    .newSearchListItems li {
        width: 33.33%;
    }
}

@media all and (max-width: 850px) {
    .newSearchListItems li {
        width: 50%;
    }
}

@media all and (max-width: 600px) {
    .newSearchListItems li {
        width: 100%;
    }
}

.headBackLink {
    margin: 10px 0;
    display: block;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

    .headBackLink i {
        font-size: 14px;
        color: #c00;
        vertical-align: middle;
        margin-right: 2px;
    }

.headSTLogo {
    margin-top: 16px;
}

    .headSTLogo small {
        display: block;
        margin-bottom: 3px;
        color: #666;
    }

.headStpBox {
    float: right;
    width: 100%;
    text-align: right;
}

    .headStpBox span {
        border-right: 1px solid #c00;
        padding-right: 20px;
        margin-right: 15px;
        font-size: 24px;
    }

    .headStpBox a {
        float: right;
        margin-top: 5px;
        text-align: right;
    }

.headStpTravel {
    width: auto;
    height: 58px;
    float: left;
    margin: 8px 0 0 0;
}

    .headStpTravel img {
        height: 100%;
        display: block;
    }

.headSTLogo img,
.headStpBox img {
    height: 22px;
}

.headStpMenu {
    margin: 3px 0 0 0;
}

    .headStpMenu li {
        display: inline-block;
        margin: 0 50px 0 0;
    }

        .headStpMenu li a {
            font-size: 15px;
            line-height: 40px;
            display: block;
        }

            .headStpMenu li a:hover,
            .headStpMenu li a.active {
                box-shadow: inset 0 -3px 0 #cc0000;
            }

.footForSTP {
    border-top: 1px solid #edece8;
    margin-bottom: -50px;
    margin-top: 10px;
}

.ffstpTop {
    background: #f5f4f1;
    padding: 30px 50px;
}

.ffstpbottom {
    background: #edece8;
    padding: 30px 50px;
    color: #6f6660;
}

.ffstpLogo {
    height: 20px;
    margin-right: 10px;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    display: inline-block;
    vertical-align: middle;
}

@media all and (max-width: 1200px) {
    .headBackLink {
        margin: 4px 0;
    }

    .headStpBox span {
        font-size: 20px;
    }

    .headSTLogo {
        margin-top: 7px;
    }

        .headSTLogo small {
            font-size: 11px;
        }

        .headSTLogo img,
        .headStpBox img {
            height: 20px;
        }

    .headStpMenu {
        margin: 0;
    }

        .headStpMenu li a {
            line-height: 30px;
        }

    .headStpTravel {
        height: 41px;
    }
}

@media all and (max-width: 600px) {
    .headBackLink {
        font-size: 10px;
    }

    .headStpBox {
        margin-top: 2px;
    }

        .headStpBox span {
            font-size: 18px;
            display: block;
            border: 0;
            padding-right: 0;
            margin-right: 0;
            display: none;
        }

        .headStpBox a {
            margin-top: 0;
            width: 100%;
        }

    .headSTLogo img {
        height: 15px;
    }

    .headStpBox img {
        height: 20px;
    }

    .headStpMenu li {
        margin: 0 30px 0 0;
    }

        .headStpMenu li a {
            line-height: 35px;
        }

    .ffstpTop,
    .ffstpbottom {
        padding: 30px 30px;
    }

    .headStpTravel {
        max-height: 35px;
        position: relative;
        width: auto;
        float: none;
        margin-right: -15px;
    }

        .headStpTravel img {
            max-width: 100%;
            height: auto;
            max-height: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
        }
}

.offersList .offer_wrp.show {
    width: 30%;
    height: auto;
    float: left;
    margin: 0 1.5% 30px;
    outline: 0;
    position: relative;
    display: block;
}

.offersList .offer_wrp {
    display: none;
}

@media all and (max-width: 992px) {
    .offersList .offer_wrp.show {
        width: 45%;
        margin: 0 2.5% 30px;
    }
}

@media all and (max-width: 767px) {
    .offersList .offer_wrp.show {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 400px;
        float: none;
    }
}

.excOffer {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    padding-bottom: 40px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .excOffer:hover {
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
        top: -3px;
    }

    .excOffer .packImg {
        width: 100%;
        padding-bottom: 50%;
        background: #ddd;
        position: relative;
        overflow: hidden;
    }

        .excOffer .packImg img {
            position: absolute;
            top: 0;
            left: 0;
            width: auto;
            width: 100%;
            transform-origin: 50% 50%;
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            transform: scale(1.15);
            -webkit-transition: all 2s ease;
            -moz-transition: all 2s ease;
            transition: all 2s ease;
        }

    .excOffer:hover .packImg img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    .excOffer .packOffer {
        min-width: 70px;
        max-width: 90%;
        position: absolute;
        top: 10px;
        left: -3px;
        font-size: 19px;
        color: #fff;
        line-height: 1.3;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }

        .excOffer .packOffer small {
            font-size: 14px;
            line-height: 1.3;
            display: block;
        }

        .excOffer .packOffer strong {
            position: relative;
            display: block;
            padding: 2px 10px;
            z-index: 1;
            background: rgb(28 22 4);
            background: -moz-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            background: -webkit-linear-gradient( left, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            background: linear-gradient( to right, rgb(28 22 4) 0%, rgb(204 0 0) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87800', endColorstr='#ffb400',GradientType=1 );
        }

        .excOffer .packOffer:before {
            content: "";
            width: 25%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            background: rgb(204 0 0);
            transform: skewX(-40deg);
        }

        .excOffer .packOffer:after {
            content: "";
            width: 25%;
            height: 100%;
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            background: rgb(204 0 0);
            transform: skewX(40deg);
        }

    .excOffer .packHighlight {
        width: auto;
        position: absolute;
        margin-top: -15px;
        right: 15px;
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        overflow: hidden;
    }

        .excOffer .packHighlight .fa {
            font-size: 12px;
        }

        .excOffer .packHighlight > div {
            padding: 3px 8px;
            border: 2px solid #fff;
            border-radius: 50rem;
        }

        .excOffer .packHighlight .bestSeller {
            background: #0e9e05;
        }

    .excOffer .packContent {
        padding: 15px 15px 5px;
        background: #fff;
    }

    .excOffer .packHead {
        font-size: 12px;
        margin-bottom: 5px;
        display: table;
        width: 100%;
    }

        .excOffer .packHead .packheadLeft,
        .excOffer .packHead .packheadRight {
            display: table-cell;
            vertical-align: top;
            width: auto;
        }

    .excOffer .packTitle {
        font-size: 16px;
        line-height: 1.3;
        font-weight: 700;
        margin: 0 0 5px;
    }

        .excOffer .packTitle .tag {
            font-size: 12px;
            line-height: 1.5;
            color: #fff;
            padding: 0 8px;
            margin-bottom: 2px;
            display: inline-block;
            border-radius: 50rem;
            background: rgb(255, 48, 25);
            background: -moz-linear-gradient( top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100% );
            background: -webkit-linear-gradient( top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100% );
            background: linear-gradient( to bottom, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
        }

    .excOffer p {
        margin: 0;
        font-size: 14px;
    }

    .excOffer .packfooter {
        background: #fff;
        padding: 10px 95px 15px 15px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .excOffer .packfooter:after {
            content: "BOOK NOW";
            color: #cc0000;
            font-weight: 700;
            position: absolute;
            right: 0;
            bottom: 0;
            display: block;
            line-height: 1;
            padding: 15px;
        }

        .excOffer .packfooter .offerValid {
            line-height: 1.1;
        }

.nchsContainer {
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}

    .nchsContainer .ncHotelSlider {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAIAAADJUWIXAAAAS0lEQVQIHQFAAL//AWdhURcdHwYG//P7/c7K0gFzbVb++Pj+Awb0/APp5egBZWBOGxsdBxQg/f8ByLu5AVlaVDUvKhwkLQsQGJ6WjMgOG3SCge3IAAAAAElFTkSuQmCC");
        background-size: 100% 100%;
    }

.ncHotelSlider .slick-arrow {
    width: 30px;
    height: 60px;
    outline: 0;
    border: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: -30px;
}

    .ncHotelSlider .slick-arrow.slick-disabled,
    .ncHotelSlider .slick-arrow.slick-disabled:hover {
        opacity: 0.5;
    }

.ncHotelSlider .slick-prev {
    left: 0;
}

.ncHotelSlider .slick-next {
    right: 0;
}

.ncHotelSlider .slick-prev:before {
    content: "\f053";
}

.ncHotelSlider .slick-next:before {
    content: "\f054";
}

.ncHotelSlider .slick-list,
.ncHotelSlider .slick-track {
    height: 100%;
    position: relative;
}

.ncHotelSlider .slick-slide {
    position: relative;
}

    .ncHotelSlider .slick-slide img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: scale-down;
        object-position: center center;
        display: block;
    }

@media all and (max-width: 992px) and (min-width: 601px) {
    .nchsContainer {
        margin: -20px -15px 20px;
        width: auto;
        height: 350px;
        padding-bottom: 0;
    }
}

@media all and (max-width: 600px) {
    .nchsContainer {
        margin: -20px -15px 20px;
        width: auto;
    }
}

.rm-link {
    font-weight: 700;
}

    .rm-link:hover {
        color: #c00;
    }

.ncRoomsTable table {
    border-bottom: 1px solid #ccc;
}

    .ncRoomsTable table thead {
        background: #666;
        color: #fff;
    }

    .ncRoomsTable table tr th,
    .ncRoomsTable table tr td {
        padding: 12px 20px;
        vertical-align: middle;
    }

    .ncRoomsTable table .priceCol {
        text-align: right;
    }

    .ncRoomsTable table th.priceCol {
        padding-right: 60px;
    }

    .ncRoomsTable table tbody tr:nth-child(odd) {
        background: #f1f1f1;
    }

    .ncRoomsTable table tbody tr:nth-child(even) {
        background: #fafafa;
    }

    .ncRoomsTable table tbody tr {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
    }

        .ncRoomsTable table tbody tr:hover {
            border-top: 1px solid #c00;
            border-bottom: 1px solid #c00;
            background: #fff;
            -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
            transition: all 0.3s ease;
        }

    .ncRoomsTable table tr td {
        max-width: 300px;
        border: 0;
    }

        .ncRoomsTable table tr td label {
            font-weight: 700;
            margin: 0 5px 0 0;
        }

    .ncRoomsTable table tr:hover td label {
        color: #c00;
    }

    .ncRoomsTable table tr td .ez-radio {
        border: 1px solid #aaa;
        margin-left: -25px;
    }

    .ncRoomsTable table tr td .other_currency {
        float: right;
        margin-left: 15px;
    }

    .ncRoomsTable table tr td .addtoquote {
        float: right;
    }

    .ncRoomsTable table .tooltip span {
        display: block;
        border-bottom: 1px solid #eb9999;
        padding: 3px;
        margin-bottom: 3px;
    }

    .ncRoomsTable table tr td a {
        color: #333;
        text-decoration: underline;
    }

        .ncRoomsTable table tr td a:hover {
            color: #c00;
        }

    .ncRoomsTable table .bookBtn {
        width: 80px;
        height: 30px;
        padding: 0;
        float: right;
    }

    .ncRoomsTable table:hover .bookBtn {
        filter: grayscale(100%);
        opacity: 0.5;
    }

    .ncRoomsTable table:hover tr:hover .bookBtn {
        filter: grayscale(0%);
        opacity: 1;
    }

@media all and (max-width: 992px) {
    .ncRoomsTable table tr th,
    .ncRoomsTable table tr td {
        padding: 12px 10px;
    }

    .ncRoomsTable table th.priceCol {
        padding-right: 10px;
    }
}

@media all and (max-width: 767px) {
    .ncRoomsTable table {
        border-bottom: 0;
    }

        .ncRoomsTable table * {
            display: block;
        }

        .ncRoomsTable table thead {
            display: none;
        }

        .ncRoomsTable table tr {
            margin-bottom: 10px;
            border: 1px solid #ccc !important;
            border-top: 2px solid #c00 !important;
            background: #fff !important;
        }

            .ncRoomsTable table tr td {
                padding: 5px 10px;
                max-width: none;
            }

            .ncRoomsTable table tr td {
                padding-left: 80px;
                position: relative;
            }

                .ncRoomsTable table tr td:first-child {
                    padding-left: 8px;
                    font-size: 16px;
                    background: #f6f6f6;
                }

                .ncRoomsTable table tr td:last-child {
                    padding-left: 8px;
                }

                .ncRoomsTable table tr td:before {
                    content: attr(data-title) " :";
                    position: absolute;
                    font-size: 11px;
                    left: 8px;
                    top: 7px;
                }

                .ncRoomsTable table tr td:first-child:before,
                .ncRoomsTable table tr td:last-child:before {
                    display: none;
                }

        .ncRoomsTable table .bookBtn {
            float: none;
            margin-bottom: 5px;
        }

        .ncRoomsTable table .priceCol {
            text-align: left;
        }

        .ncRoomsTable table tr td .other_currency,
        .ncRoomsTable table tr td .addtoquote {
            float: none;
            display: inline-block;
            margin-left: 10px;
        }

        .ncRoomsTable table .bookBtn {
            width: 100px;
            height: 40px;
        }
}

.promotionBox {
    width: 100%;
    max-width: 850px;
    margin: auto;
    display: table;
    border-radius: 1.5rem;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 5px 7px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 5px 7px rgba(0, 0, 0, 0.3));
}

    .promotionBox .promImg {
        width: 300px;
        border-radius: 1.5rem;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
    }

        .promotionBox .promImg img {
            width: 100%;
            display: block;
        }

    .promotionBox .promContent {
        text-align: center;
        padding: 20px;
        border-radius: 1.5rem;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
        border: 1px solid #ccc;
        position: relative;
        background: url(../images/l_texture.png) #fff;
    }

        .promotionBox .promContent * {
            position: relative;
            z-index: 1;
        }

    .promotionBox .promTitle {
        font-size: 30px;
        font-weight: 700;
        margin: 0 0 10px;
    }

    .promotionBox p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .promotionBox .promContent:before {
        border: 1px dashed #aaa;
        margin: 7px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 1.3rem;
        z-index: 0;
        background: #fff;
    }

@media all and (max-width: 900px) {
    .promotionBox .promTitle {
        font-size: 24px;
    }

    .promotionBox p {
        font-size: 16px;
    }
}

@media all and (max-width: 650px) {
    .promotionBox {
        display: block;
        max-width: 350px;
    }

        .promotionBox .promImg,
        .promotionBox .promContent {
            display: block;
            width: 100%;
        }
}

.cookiesApproval {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(85, 85, 85, 0.8);
    color: #333;
    font-size: 16px;
    z-index: 100000;
}

    .cookiesApproval .cookiesConsent {
        margin: 0 auto;
        max-width: 700px;
        width: 95%;
        background: #fff;
        padding: 30px;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
    }

        .cookiesApproval .cookiesConsent .cookiesTitle {
            margin: 0 0 20px;
            font-size: 30px;
            font-weight: 700;
        }

        .cookiesApproval .cookiesConsent p {
            margin-bottom: 20px;
        }

        .cookiesApproval .cookiesConsent a {
            text-decoration: underline;
            text-underline-position: under;
        }

            .cookiesApproval .cookiesConsent a:hover {
                color: #cc0000;
            }

@media all and (max-width: 650px) {
    .cookiesApproval .cookiesConsent {
        margin: 85px auto 0;
        padding: 15px;
    }

        .cookiesApproval .cookiesConsent .cookiesTitle {
            font-size: 24px;
        }
}

/*carousel*/
.carousel .carousel-inner img {
    width: 100%;
    overflow: hidden;
}

.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.carousel .carousel-indicators .active {
    background-color: red;
}
/*indicator*/
.car-ind {
    margin-top: 200%;
}

@media all and (max-width: 550px) {
    .car-ind {
        margin-top: 200%;
        width: 2vw;
        height: 3vh;
    }
}

@media all and (max-width: 450px) {
    .car-ind {
        margin-top: 200%;
        width: 2vw;
        height: 2.5vh;
    }
}

@media all and (max-width: 400px) {
    .car-ind {
        margin-top: 200%;
        width: 2vw;
        height: 2.1vh;
    }
}

/* travel detail st */
.listing_container {
    display: flex;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .listing_container {
        display: block;
    }
}

.listing-search_section {
    width: 100%;
    height: 100px;
    background: #eee url("/images/PTP/search-bg.svg");
    padding-top: 23px;
}

.close_listing-search {
    display: none;
}

@media (max-width: 1024px) {
    .listing-search_section {
        display: none;
        position: fixed;
        top: 80px;
        min-height: 100%;
        z-index: 99;
        padding-top: 50px;
    }

    .close_listing-search {
        display: block;
        color: #c00;
        font-weight: 600;
        position: absolute;
        top: -40px;
        right: 13px;
        font-size: 16px;
        border: solid 1px #c00;
        border-radius: 100%;
        padding: 0 6px;
        background-color: #fff;
    }
}

.listing-search_section .spl {
    width: 150px;
    height: 45px;
    padding: 12px 0;
    background: transparent;
    border: solid 2px #c00;
    color: #c00;
    font-weight: 700;
    outline: 0;
}

    .listing-search_section .spl:hover {
        color: #fff;
    }

.listing-area {
    display: table;
    margin-bottom: 20px;
}

.listing-area_tab {
    display: block;
}

.hide_tab {
    display: none;
}

.listing-area_tabList {
    display: flex;
}

@media (max-width: 768px) {
    .listing-area_tabList {
        width: 80%;
        float: left;
    }
}

.listing-area_tabList a {
    border: solid 2px #ccc;
    width: 50%;
    text-align: center;
    padding: 24px 0;
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .listing-area_tabList a {
        width: 100%;
        font-size: 12px;
        padding: 20px 5px;
    }
}

.listing-area_tabList a.active {
    border: solid 2px #c00;
    background-color: #fef4f5;
    color: #c00;
    font-weight: 500;
    position: relative;
}

@media all and (max-width: 767px) {
    .listing-area_tabList a.active {
        margin-bottom: 0px;
    }
}

.listing-area_tabList a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #c00 transparent;
}

.listing-area_tabList a.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 14px 11px;
    border-color: transparent transparent #fff transparent;
}

.edit_train-return {
    float: left;
    margin-left: 1%;
    display: none;
    background: url("/images/PTP/edit-icon.svg") no-repeat center center;
    width: 19%;
    height: 61px;
    border: solid 2px #ccc;
}

@media (max-width: 768px) {
    .edit_train-return {
        display: block;
    }
}

.date-class {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
}

@media (max-width: 768px) {
    .date-class {
        font-size: 12px;
    }
}

.date-class div:first-child {
    padding-left: 33px;
}

@media (max-width: 768px) {
    .date-class div:first-child {
        padding-left: 0;
    }
}

.date-class .ic_date {
    background-image: url(../images/icons_sprite.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: -30px -12px;
    border: 0;
    width: 34px;
    height: 20px;
    float: left;
}

.listing-area_list ul {
    border: solid 1px #ccc;
}

    .listing-area_list ul li {
        display: flex;
        flex-flow: wrap;
        border-bottom: solid 1px #ccc;
        padding: 25px 0;
        padding-left: 30px;
    }

@media (max-width: 768px) {
    .listing-area_list ul li {
        padding: 16px 0;
    }
}

.listing-area_list ul li:hover,
.listing-area_list ul li.active {
    background-color: #f3f3f3;
}

.listing-area_list ul li:last-child {
    border-bottom: none;
}

.journey_detail-btn + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .journey_detail-btn + label {
        padding-left: 0;
        margin-right: 0;
    }
}

.journey_detail-btn + label::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 50%;
    border: 2px solid #c00;
    border-radius: 50%;
    margin-left: -25%;
}

@media (max-width: 768px) {
    .journey_detail-btn + label::before {
        width: 20px;
        height: 20px;
    }
}

.journey_detail-btn {
    display: none !important;
    *display: inline;
}

    .journey_detail-btn:checked + label::after {
        content: "\2713";
        font-size: 20px;
        line-height: 28px;
        color: #c00;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }

@media (max-width: 768px) {
    .journey_detail-btn:checked + label::after {
        width: 18px;
        height: 18px;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }
}

.train-timing {
    display: flex;
}

    .train-timing:first-child,
    .train-timing:last-child {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
    }

@media (max-width: 768px) {
    .train-timing:first-child,
    .train-timing:last-child {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .train-timing {
        padding-left: 30px;
    }
}

.train-timing:first-child span,
.train-timing:last-child span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .train-timing:first-child span,
    .train-timing:last-child span {
        font-size: 12px;
    }
}

.train-timing_stops {
    font-size: 12px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    white-space: nowrap;
}

    .train-timing_stops .hrs {
        width: 100%;
        border-bottom: dotted 1px #777;
        position: relative;
        padding-bottom: 14px;
    }

        .train-timing_stops .hrs::before {
            width: 8px;
            height: 8px;
            border-radius: 100%;
            border: solid 1px #777;
            position: absolute;
            bottom: -4px;
            left: -7px;
        }

        .train-timing_stops .hrs::after {
            width: 8px;
            height: 8px;
            border-radius: 100%;
            border: solid 1px #777;
            position: absolute;
            bottom: -4px;
            right: -7px;
        }

    .train-timing_stops .stops {
        width: 100%;
        padding-top: 14px;
        position: relative;
    }

        .train-timing_stops .stops::before {
            width: 12px;
            height: 12px;
            border-radius: 100%;
            border: solid 1px #777;
            background-color: #fff;
            position: absolute;
            top: -6px;
            left: 50%;
            transform: translateX(-50%);
        }

.train-price-container {
    display: flex;
    padding-left: 15px;
    margin-left: 0px;
}

@media (max-width: 768px) {
    .train-price-container {
        margin-top: 10px;
    }

        .train-price-container .train-class a {
            display: none;
        }

        .train-price-container.enable .train-class a {
            display: inline;
        }
}

.train-price {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .train-price {
        font-size: 18px;
        line-height: 22px;
    }
}

.train-price span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .train-price span {
        font-size: 12px;
    }
}

.train-price .train-class {
    display: none;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .train-price .train-class {
        display: block;
    }
}

.cheapest {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 20px;
    background-color: #ffb400;
    color: #fff;
}

.journey_fare + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
    font-size: 13px;
    top: -4px;
}

    .journey_fare + label::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 14px;
        position: absolute;
        top: -3px;
        left: 0;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 50%;
    }

@media (max-width: 768px) {
    .journey_fare + label::before {
        width: 18px;
        height: 18px;
    }
}

.journey_fare:checked + label::before {
    content: "";
    border: 1px solid #c00;
}

.journey_fare {
    display: none !important;
    *display: inline;
}

    .journey_fare + label::after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 6px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ccc;
    }

@media (max-width: 768px) {
    .journey_fare + label::after {
        width: 8px;
        height: 8px;
        top: 2px;
        left: 5px;
    }
}

.journey_fare:checked + label:after {
    content: "";
    background: #c00;
}

.more-container {
    padding-top: 13px;
}

    .more-container .train-no {
        font-size: 16px;
        white-space: nowrap;
        margin-left: -22px;
    }

@media (max-width: 768px) {
    .more-container .train-no {
        font-size: 12px;
        margin-left: 0px;
        padding-left: 0;
        left: 0;
    }
}

.more-fare-section {
    position: relative;
    float: right;
}

.more-fare {
    position: relative;
    text-transform: uppercase;
    margin-right: 45px;
    float: right;
}

@media (max-width: 768px) {
    .more-fare {
        margin-right: 10px;
        font-size: 10px;
    }
}

.more-fare::after {
    content: "\25bc";
    color: #fff;
    background-color: #777;
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding-top: 5px;
    border-radius: 100%;
    position: absolute;
    top: -3px;
    right: -28px;
    text-align: center;
}

.more-details {
    position: relative;
    text-transform: uppercase;
    margin-right: 40px;
    float: right;
}

@media (max-width: 768px) {
    .more-details {
        margin-right: 36px;
        font-size: 10px;
    }
}

.more-details::after {
    content: "\25bc";
    color: #fff;
    background-color: #777;
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding-top: 5px;
    border-radius: 100%;
    position: absolute;
    top: -3px;
    right: -28px;
    text-align: center;
}

._open::after {
    content: "\25b2";
    padding-top: 3px;
}

.more-fare_details {
    display: none;
    width: 600px;
    max-width: 595px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 30px;
    right: 13px;
    z-index: 5;
}

@media (max-width: 768px) {
    .more-fare_details {
        width: 343px;
        right: -15px;
    }
}

.more-fare_details ul li {
    display: flex;
    flex-flow: nowrap;
    border-bottom: solid 1px #ccc;
    padding: 16px 0;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .more-fare_details ul li {
        padding: 10px 0;
    }
}

.more-fare_details ul li:hover {
    background-color: #fff;
}

.more-fare_details ul li:nth-child(even) {
    background-color: #f7f7f7;
}

.more-fare_details ul li:last-child {
    border-bottom: none;
}

.more-fare_details ul li .journey_fare + label {
    top: -8px;
}

.more-fare_details ul li .class {
    font-size: 18px;
}

@media (max-width: 768px) {
    .more-fare_details ul li .class {
        font-size: 14px;
    }
}

.more-fare_details ul li .class span {
    color: #333;
}

.more-fare_details ul li .fare-1 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
}

@media (max-width: 768px) {
    .more-fare_details ul li .fare-1 {
        font-size: 16px;
        text-align: left !important;
        white-space: nowrap;
        padding: 0;
    }
}

.more-fare_details ul li .fare-2 {
    font-weight: bold;
    line-height: 14px;
}

@media (max-width: 768px) {
    .more-fare_details ul li .fare-2 {
        font-size: 12px;
        white-space: nowrap;
        padding: 0;
    }
}

.train-time-detail-container {
    display: none;
}

.train-time-detail-inner {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 18px auto 0;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .train-time-detail-inner {
        padding: 0;
        font-size: 12px;
    }
}

.train-time-detail-container .train-logo-no {
    padding-top: 25px;
    border-right: dotted 1px #777;
    margin: 7px 0;
}

    .train-time-detail-container .train-logo-no picture {
        display: inline-block;
        width: 95px;
    }

        .train-time-detail-container .train-logo-no picture img {
            display: block;
            width: 50px;
            height: auto;
        }

.train-time-detail-container .train-time-detail {
    padding-top: 20px;
    padding-left: 30px;
}

    .train-time-detail-container .train-time-detail p {
        font-size: 16px;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .train-time-detail-container .train-time-detail p {
        font-size: 12px;
    }
}

.train-time-detail-container .wait-time {
    background-color: #f7f7f7;
    padding: 9px 0;
    height: 51px;
}

.train-time-detail-container .train-wait-icon {
    position: relative;
}

    .train-time-detail-container .train-wait-icon picture {
        display: inline-block;
        width: 27px;
        position: absolute;
        top: 50%;
        transform: translateX(-50%);
        right: -27px;
    }

        .train-time-detail-container .train-wait-icon picture img {
            display: block;
            width: 27px;
            height: auto;
        }

.train-time-detail-container .train-wait-time {
    padding-left: 30px;
    padding-top: 5px;
}

.listing-area_btn {
    padding: 17px 0 0;
    text-align: center;
}

    .listing-area_btn .prev_btn,
    .listing-area_btn .next_btn,
    .listing-area_btn .later_btn {
        display: inline-block;
        border-radius: 20px;
        border: solid 1px #707070;
        width: 150px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        font-size: 16px;
        color: #333;
    }

@media (max-width: 768px) {
    .listing-area_btn .prev_btn,
    .listing-area_btn .next_btn,
    .listing-area_btn .later_btn {
        font-size: 12px;
        width: 100px;
    }
}

.listing-area_btn .later_btn {
    background-color: #c00;
    color: #fff;
    border: solid 1px #c00;
}

.booking-details_container {
    position: relative;
}

@media (max-width: 960px) {
    .booking-details_container {
        display: none;
    }
}

.booking-details_header {
    display: none;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .booking-details_header {
        display: flex;
    }
}

.booking-details_header .edit_train-return {
    width: 57px !important;
    float: right;
}

.booking-details_section {
    position: fixed;
    width: 500px;
    max-width: 420px;
}

    .booking-details_section.sticky {
        position: sticky;
        top: 130px;
    }

@media (max-width: 768px) {
    .booking-details_section {
        width: auto;
        position: relative;
        top: 0;
    }
}

.booking-details_sectionBottom {
    position: absolute;
    bottom: 0;
    right: inherit;
    top: inherit;
}

@media (max-width: 768px) {
    .booking-details_sectionBottom {
        position: relative;
        bottom: inherit;
        right: 0;
        top: 0;
    }
}

.booking-details {
    display: table;
    border-radius: 22px;
    background-color: #f3f3f3;
    border: 0.25px solid #c4c4c4;
    min-height: 150px;
    position: relative;
    padding: 20px 25px;
    margin-bottom: 20px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

    .booking-details::before,
    .booking-details::after {
        content: "";
        width: 40px;
        height: 40px;
        background-color: #fff;
        position: absolute;
        top: 50%;
    }

    .booking-details::before {
        left: 0px;
        z-index: 5;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .booking-details::after {
        right: 0px;
        z-index: 5;
        border-radius: 50%;
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
    }

.journey_details_hr {
    border-top: 5px dashed #fff;
    height: 1px;
    width: 103%;
    margin: 20px auto;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
}

.booking-details .journey_details {
    display: flex;
    flex-wrap: wrap;
}

.journey_departure,
.journey_arrival {
    position: relative;
}

.journey_departure {
    border-left: 2px solid #303030;
    padding-bottom: 15px;
}

    .journey_departure:before,
    .journey_arrival:before {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 0px;
        left: -6px;
        background-color: red;
        border-radius: 50%;
        border: 2px solid white;
    }

.journey_arrival:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0px;
    left: -4px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid white;
}

.booking-details .journey_details p {
    margin-bottom: 0;
}

.booking-details .booking_location {
    font-size: 18px;
    line-height: 21px;
    min-height: 45px;
    word-break: keep-all;
}

.journey_duration {
    padding: 10px 0;
}

.booking_location .booking_location_title {
    margin: 0;
}

    .booking_location .booking_location_title strong {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

.booking-details .booking_status {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.booking-details .booking_date_time {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #7E7E7E;
}

.booking-details .train-icon img {
    margin-right: 10px;
}

.booking-details .booking_time_class {
    margin: 15px 0;
}

    .booking-details .booking_time_class p,
    .booking-details .booking_time_class span {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #7e7e7e;
    }

.booking_pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .booking_pricing::before,
    .booking_pricing::after {
        content: unset;
    }

.passanger_price,
.passanger_price span {
    font-size: 16px;
    line-height: 19px;
}

.booking-details .booking_amt {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
}

.booking-details_amt {
    padding-right: 0;
}

@media (max-width: 768px) {
    .booking-details_amt {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff;
        box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.5);
        z-index: 9;
        padding: 7px 0 50px;
    }
}

.booking-fee {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

    .booking-fee span {
        margin-left: 20px;
    }

.booking-total {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.book_now_btn {
    font-size: 18px;
    width: 100%;
    max-width: 100% !important;
}

@media (max-width: 768px) {
    .book_now_btn {
        position: absolute;
        left: 0;
        bottom: -50px;
        font-size: 16px;
    }
}

.mobile_booking-detail {
    display: none;
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63px;
    background-color: #c00;
    color: #fff;
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 960px) {
    .mobile_booking-detail {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.mobile_booking-detail .fare-1 {
    font-size: 14px;
    font-weight: bold;
}

.mobile_booking-detail .fare-2 {
    font-size: 12px;
    font-weight: 500;
}

.mobile_booking-detail .fare-3 {
    font-size: 10px;
}

.mobile_booking-detail .select-view {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.mobile_booking-detail .next-detail {
    font-size: 12px;
    font-weight: 500;
    color: #ffc4c4;
}

/* travel detail en */

/*train-listing-3*/
.listing-area_tabList_1 a {
    width: 100% !important;
}

.swapToggleHor {
    z-index: 999;
}

    .swapToggleHor img {
        transform: rotate(90deg);
        height: 35px;
    }

.toggle-form {
    width: 3.5%;
    margin-top: 0.4%;
}

.passenger_no {
    width: 12% !important;
}

@media all and (max-width: 767px) {
    .swapToggleHor img {
        transform: rotate(0deg);
    }

    .toggle-form {
        width: 100%;
        right: 45% !important;
        margin-top: 6% !important;
    }

    .swapToggleHor {
        margin-top: 10%;
    }

        .swapToggleHor img {
            height: 35px;
            right: -1.5em;
            margin-left: 92%;
            margin-top: -14%;
        }

    .to_control {
        margin-top: -7%;
        z-index: 1 !important;
    }

    .passenger_no {
        width: 100% !important;
    }

    .psngr_count.popover {
        left: 30% !important;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    .swapToggleHor img {
        transform: rotate(0deg);
    }

    .toggle-form {
        width: 100%;
        right: 47% !important;
        margin-top: 6% !important;
    }

    .swapToggleHor img {
        height: 35px;
        right: -1.5em;
        margin-left: 92%;
        margin-top: -14%;
    }

    .from_control {
        width: 90% !important;
    }

    .to_control {
        width: 90% !important;
        margin-top: -7% !important;
        z-index: 1 !important;
    }

    .passenger_no {
        width: 90% !important;
    }

    .date-form {
        width: 90% !important;
    }

    .psngr_count.popover {
        left: 30% !important;
    }
}

.train-class img {
    color: red;
    width: 18%;
}

.date-form {
    width: 12% !important;
}

.trip-select {
    padding-left: 0px !important;
}

.select-form {
    -webkit-appearance: none;
    background: url("../images/select-arrow.svg") 95% center no-repeat !important;
}

@media all and (max-width: 767px) {
    .date-form {
        width: 100% !important;
    }

    .trip-details {
        width: 100% !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .date-form {
        width: 90% !important;
    }

    .trip-details {
        width: 90% !important;
    }
}

@media (min-width: 1366px) {
    .trip-details {
        width: 10% !important;
    }
}

.round-disable {
    opacity: 65%;
}

/*Rail-Partner*/

.block {
    overflow: hidden;
    width: 90vw;
    margin: 50px auto;
    background: #fff;
    height: 110px;
}

@media screen and (max-width: 360px) {
    .block {
        height: 56px;
    }
}

.animation {
    width: auto;
    height: 100px;
    font-size: 0px;
}

    .animation div {
        display: inline-block;
        width: auto;
        float: none;
        padding: 0 10px;
    }

    .animation img {
        height: 6vh;
    }

.block > div > div:first-of-type {
    -webkit-animation: smoothscroll 33s linear infinite;
    -moz-animation: smoothscroll 33s linear infinite;
    -ms-animation: smoothscroll 33s linear infinite;
    -o-animation: smoothscroll 33s linear infinite;
    animation: smoothscroll 33s linear infinite;
}

/*circle 20-20*/
@media all and (max-width: 1470px) and (min-width: 1366px) {
    .ffImgWrap {
        padding: 0px;
        padding-top: 10px;
    }

    .frontfaceImgWrap h3.text-center {
        font-size: 20px;
    }

    .euroStarWrap {
        padding-left: 110px;
        font-size: 14px;
        margin: 5% 11% 0;
        margin-left: 22%;
    }

    .lol {
        width: 5vw !important;
    }
}

@media all and (max-width: 1650px) and (min-width: 1366px) {
    .backContent ul {
        margin-bottom: 0% !important;
    }
}
/* video */
#myVideo {
    object-fit: cover;
    overflow: hidden;
}

.swapToggle {
    padding-top: 13px;
    padding-bottom: 10px;
}

    .swapToggle img {
        height: 35px;
        margin-left: 45%;
        margin-top: -14%;
    }

/*.from_control {
    width: 90% !important;
}

.to_control {
    margin-top: -6%;
    z-index: 1 !important;
}*/

@media screen and (max-width: 1500) and (min-width: 1470) {
    .travel_eurorail_inner_wrapper {
        margin-left: 12% !important;
    }
}

.more-fare:after {
    content: "\25bc" !important;
}

._open:after {
    content: "\25bc" !important;
}

.more-fare_open:after {
    content: "\25bc" !important;
}

/* Itinerary search page styles starts: Drawww */
.itinerary_form-wrapper {
    position: relative;
    min-height: 616px;
}

.itinerary_form-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

.itinerary_form-container {
    position: relative;
    padding-top: 80px;
}

    .itinerary_form-container h1, h2, h3 {
        margin: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        padding-bottom: 10px;
    }

.itinerary_form_mobile-title {
    display: none;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.6);
}

.section_border,
.section_border-mobile {
    width: 100%;
    max-width: 130px;
    display: block;
    margin: 0 auto;
    border: 1.5px solid #CC0000;
    background: #cc0000;
}

.section_border-mobile {
    display: none;
}

.itinerary_form_container-bgbox.container-fluid {
    margin-right: auto;
    padding: 20px 15px;
    position: relative;
}

.itinerary_form_container-bgbox {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.4) 100%);
    color: #fff;
    width: 100%;
    max-width: 385px;
}

#itinerary_search_form {
    margin-top: 10px;
}

    #itinerary_search_form .form-group {
        padding-left: 0;
        padding-right: 10px;
    }

    #itinerary_search_form span.input-group-addon {
        background: #fff;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    #itinerary_search_form .input-group .form-control {
        border: 0;
        height: 37px;
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
    }

    #itinerary_search_form .form-group label {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
    }

.form-group-inner {
    display: flex;
    align-items: center;
}

    .form-group-inner .input-group:first-child {
        padding-right: 10px;
    }

#itinerary_search .form-group-inner .input-group {
    flex: 0 0 50%;
    width: 50%;
}

.form-group.location-form-group .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 0;
}

.form-group.occupancy-form-group .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 9px;
}

#itinerary_search_form .form-group.pr-0 {
    padding-right: 0;
}

.submit-button-wrapper input.btn {
    width: 100%;
    max-width: none;
}

.itinerary_form_container-bgbox .itinerary-promo-badge-holder {
    position: absolute;
    right: -11%;
    top: -6%;
    height: 83px;
    width: 83px;
    background-image: url(/images/Itinerary/badge.svg);
    background-size: contain;
    background-position: center center;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
}

.itinerary-promo-badge-holder p {
    width: 100%;
    height: 26px;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.itinerary_form_features-container {
    padding-top: 3%;
}

.features_grid_item-holder {
    display: flex;
    align-items: center;
}

    .features_grid_item-holder .features_item-icon {
        z-index: 1;
    }

    .features_grid_item-holder .features_item-text {
        display: block;
        width: 100%;
        background: #F3F3F3;
        color: #303030;
        margin: 0;
        border-radius: 0px 20px 20px 0px;
        padding: 3px 6px 3px 15px;
        margin-left: -10px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        z-index: 0;
    }

.itinerary_navbar .fix_on_scroll {
    display: block;
    background: url(/images/Itinerary/d_texture.png)#566d74;
}

.itinerary_navbar ul.nav li a {
    font-weight: 500;
    font-size: 14px;
}

.itinerary_package_section-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
}

.itinerary_package_grid-wrapper {
    margin-top: 15px;
}

.itinerary_package_grid-item {
    padding: 0px 7px;
    margin-bottom: 14px;
}

    .itinerary_package_grid-item a {
        display: block;
        min-height: 355px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 0 10px;
    }

.package_grid_item-1 a {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, #000000 100%),url(/images/Itinerary/swiss-travel-pass-bg.png);
}

.package_grid_item-11 a {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, #000000 100%),url(/images/Itinerary/car-trawler-bg.jpg);
}

.package_grid_item-2 a {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, #000000 100%), url(/images/Itinerary/accomodation-bg.png);
}

.package_grid_item-3 a {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, #000000 100%), url(/images/Itinerary/visa-assistance-bg.png);
}

.package_grid_item-4 a {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, #000000 100%), url(/images/Itinerary/excursion-bg.png);
}

.itinerary_package_grid-item .itinerary_grid-item-box {
    display: flex;
    align-items: flex-end;
}

.itinerary_pacakge_grid-item-info {
    padding-bottom: 20px;
    padding-left: 10px;
}

.itinerary_package_grid_item-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #fff;
}

.itinerary_package_grid_item-subtitle {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    max-width: 550px
}

.why_itinerary-wrapper {
    position: relative;
    min-height: 459px;
    margin-top: 50px;
}

    .why_itinerary-wrapper::before {
        position: absolute;
        content: " ";
        background-image: linear-gradient(262.44deg, #2BABFD 42.21%, #CC0000 103.25%);
        opacity: 0.7;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

.why_itinerary_background {
    background-image: linear-gradient(180deg, rgba(229, 229, 229, 0) 0%, #E5E5E5 100%),url(/images/Itinerary/why-swiss-bg-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 459px;
}

.why_itinerary_container {
    position: relative;
    z-index: 3;
    color: #fff;
    padding-bottom: 20px;
}

.why_itinerary_title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    padding-top: 80px;
    margin-top: 0;
}

.why_itinerary_grid_item-holder {
    display: flex;
    align-items: center;
}

.why_itinerary-icon {
    margin-right: 10px;
    /*flex: 0 0 20%;*/
}

.why_itinerary_subtext {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    max-width: 160px;
    margin: 0;
    /*flex: 1 1 80%;*/
}

.why_itinerary_items-grid::before,
.why_itinerary_items-grid::after {
    display: table;
    content: " ";
    clear: both;
}

.why_itinerary_items-grid {
    padding: 70px 0 60px 0;
}

.why_itinerary_grid-item {
    padding: 0;
}

.why_itenerary-description-wrapper {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.why_itinerary-description {
    font-weight: normal;
    font-size: 14px;
    /*line-height: 16px;*/
}

#itinerary_why .more {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-top: 10px;
}

    #itinerary_why .more::after,
    #itinerary_why .more.readless::after {
        position: absolute;
        font-family: 'FontAwesome';
        content: "\f078";
        top: 50%;
        right: -30px;
        font-size: 18px;
        font-weight: 200;
        transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
    }

    #itinerary_why .more.readless::after {
        content: "\f077";
    }

#itinerary-faqs {
    margin-top: 100px;
}

    #itinerary-faqs .itinerary-faq-title {
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
    }

.itinerary_faq-body {
    max-width: 1000px;
    margin: 0 auto;
    float: none;
}

/* Responsive starts */
@media only screen and (min-width: 768px) {
    .features_grid_item-holder .features_item-text {
        background-color: #fff;
        width: auto;
        display: inline-block;
    }

    .mlr {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .why_itinerary_items-grid {
        max-width: 650px;
        margin: 0 auto;
    }

    .why_itinerary_grid-item {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 992px) {
    .why_itinerary_title {
        padding-top: 20px;
    }

    .why_itinerary_items-grid {
        padding: 50px 0 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .itinerary_form-background {
        position: relative;
        height: 320px;
    }

    .itinerary_form-container.container-fluid.maxwidth {
        padding: 0;
        position: unset;
    }

    .itinerary_form_container-bgbox.container-fluid {
        max-width: none;
        background: #F2F2F2;
        color: #303030;
        position: unset;
    }

    .itinerary_form_container-bgbox .itinerary-promo-badge-holder {
        right: unset;
        top: 23%;
        transform: translate(0, 0%);
    }

    .itinerary_form-container h1 {
        display: none;
    }

    .itinerary_form-container .section_border {
        display: none;
    }

    .itinerary_form_mobile-title,
    .section_border-mobile {
        position: absolute;
        top: 10px;
        display: block;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .itinerary_form_mobile-title {
        width: 95%;
        text-align: center;
    }

    .section_border-mobile {
        top: 60px;
    }

    .itinerary_form_features-container {
        padding-top: 10px;
    }

    .itinerary_form_features_grid-item {
        margin-bottom: 10px;
    }

    .itinerary_package_section-title {
        font-size: 20px;
        line-height: 23px;
    }

    #itinerary_benefits {
        padding: 0;
    }

    .itinerary_package_grid-item a {
        min-height: 234px;
    }

    .itinerary_pacakge_grid-item-info {
        padding-bottom: 10px;
    }

    .why_itinerary-wrapper {
        min-height: 515px;
        margin-top: 10px;
    }

    .why_itinerary_items-grid {
        padding: 40px 0 30px 0;
    }

    .why_itinerary_items-grid {
        max-width: 420px;
    }

    #itinerary-faqs {
        margin-top: 25px;
    }
}
/* 768px ends */

@media screen and (max-width: 480px) {
    .itinerary_form-background {
        background-position: 100% cener;
        height: 213px;
    }

    .itinerary_form_container-bgbox .itinerary-promo-badge-holder {
        top: 15%;
    }

    .why_itinerary_background {
        min-height: 515px;
    }

    .why_itinerary_items-grid {
        max-width: 260px;
    }

    .why_itinerary_title {
        font-size: 20px;
        line-height: 23px;
    }

    .why_itinerary_subtext {
        font-size: 16px;
        line-height: 19px;
    }

    .why_itinerary-icon {
        max-width: 36px;
    }

    /*.why_itinerary-description {
        font-size: 12px;
        line-height: 14px;
    }*/

    #itinerary-faqs .itinerary-faq-title {
        font-size: 20px;
        line-height: 23px;
    }

    ul.faq_set li .question .accordsuffix {
        height: 40px;
    }
}
/* 480px ends */

@media screen and (max-width: 400px) {
    .section_border-mobile {
        top: 85px;
    }
}

@media screen and (max-width: 380px) {
    .section_border-mobile {
        top: 80px !important;
    }
}
/* Responsive ends */
/* Itinerary search page styles ends: Drawww */

/* Search page slider */
.itinerary_form-background .slick-prev, .itinerary_form-background .slick-next {
    z-index: 999999;
}

.itinerary_form-background .slick-next {
    right: 40px !important;
}

.itinerary_form-background .slick-prev {
    left: 0px !important;
}

.itinerary_form-background .slick-next::before {
    content: url('/images/Itinerary/next.png');
    display: inline-block;
    transform: scale(.8);
}

.itinerary_form-background .slick-prev::before {
    content: url('/images/Itinerary/prev.png');
    display: inline-block;
    transform: scale(.8);
}

.itinerary_form-background .slick-slide img {
    height: 400px;
    display: block;
    width: 100%;
    object-fit: cover;
}

.itinerary_form-background .slick-slide {
    position: relative;
    display: inline-block;
}

    .itinerary_form-background .slick-slide::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
    }

@media screen and (max-width: 768px) {
    .itinerary_form-background .slick-slide img {
        height: 318px;
    }
}

@media screen and (max-width: 480px) {

    .itinerary_form-background .slick-slide img {
        height: 213px;
    }

    .section_border-mobile {
        top: 65px;
    }

    .itinerary_form-background .slick-next::before, .itinerary_form-background .slick-prev::before {
        transform: scale(.6);
    }

    .itinerary_form-background .slick-next, .itinerary_form-background .slick-prev {
        top: 85px;
    }
}
/* Search page slider ends */

/* Itinerary listing page styles start: Drawww(Rutuja) */

#sticky-modify-search {
    background-color: #eee;
}

.sticky-modify-form-wrapper {
    background: #fff;
}

#sticky-modify-search p {
    margin: 0;
}

#sticky-modify-search .fix_on_scroll.stick {
    display: block;
    box-shadow: none;
    overflow: visible;
}

.sticky-modify-form-wrapper {
    padding: 10px 0;
}

.search-details {
    display: flex;
    align-items: center;
}

#sticky-modify-search .modify_btn.btn.cta {
    padding: 5px 30px;
}

.button-wrapper {
    margin-left: 10px;
}

@media all and (max-width: 600px) {
    .search-details {
        display: inline-block;
    }

    .button-wrapper {
        float: right;
    }
}

.modify-form-container {
    background-color: #EEE;
    padding-bottom: 10px;
}

.child-selection-box .input-group {
    width: 100%;
}

#sticky-modify-search .submit-button-wrapper input.btn {
    width: 100%;
    max-width: 500px;
}

.itinerary-map-overview {
    margin-bottom: 20px;
}

#itinerary-map-section {
    margin-top: 10px;
}

.itinerary-map-inner.row {
    margin: 0;
    background-color: #f5f5f5;
    padding: 35px 0;
}

.itinerary-map-main h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #CC0000;
    margin: 0;
}

.itinerary-map-main {
    border-right: 0.5px solid #C4C4C4;
    position: relative;
}

    .itinerary-map-main img {
        width: 100%;
        padding: 10px 20px 20px 0px;
        position: relative;
    }

    .itinerary-map-main .map-location {
        position: absolute;
        text-align: center;
    }

    .itinerary-map-main div p {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        color: #444444;
        margin-bottom: 0px;
    }

    .itinerary-map-main .day-count {
        font-weight: 500;
        font-size: 7px;
        line-height: 8px;
        color: #CC0000;
        background: #F5F5F5;
        border-radius: 50%;
        padding: 2px 4px;
        margin-top: 0px;
        text-align: center;
    }

    .itinerary-map-main .location-pointer {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        display: inline-block;
        background-color: #cc0000;
    }

    .itinerary-map-main #location-interlaken {
        top: 55.5%;
        left: 37%;
        transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-engelberg {
        top: 49%;
        left: 48%;
        transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-zermatt {
        bottom: 12%;
        left: 35.7%;
        transform: translate(0%, 0%);
    }


    .itinerary-map-main #location-lucerne {
        top: 40.5%;
        left: 47%;
        transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-montreux {
        bottom: 22.5%;
        left: 17.5%;
        transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-zurich {
        top: 28.5%;
        left: 53.4%;
        transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-basel {
        top: 21%;
        left: 33%;
        transform: translate(0%, 0%)
    }

    .itinerary-map-main #location-berne, #location-bern {
        top: 38%;
        left: 27.5%;
        transform: translate(0%, 0%)
    }

    .itinerary-map-main #location-thun {
        top: 52%;
        left: 34%;
        transform: translate(0%, 0%)
    }

    .itinerary-map-main #location-grindelwald {
        top: 60%;
        left: 38.5%;
        transform: translate(0%, 0%)
    }

    .itinerary-map-main #location-stmoritz {
        top: 62%;
        right: 10%;
        transform: translate(0%, 0%)
    }

    .itinerary-map-main #location-lausanne {
        bottom: 31%;
        left: 8.5%;
        transform: translate(0%, 0%)
    }

    .itinerary-map-main #location-vevey {
        bottom: 29.5%;
        left: 16%;
        transform: translate(0%, 0%)
    }

    .itinerary-map-main #location-gstaad {
        bottom: 30%;
        left: 27%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-lugano {
        bottom: 12%;
        right: 31%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-chur {
        bottom: 48%;
        right: 22%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-leukerbad {
        bottom: 20%;
        right: 68%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-davos {
        bottom: 47%;
        right: 16%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-locarno {
        bottom: 30%;
        right: 26%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-ascona {
        bottom: 28%;
        right: 29%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-crans-montana {
        bottom: 23%;
        left: 31%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }

    .itinerary-map-main #location-geneva {
        bottom: 20%;
        left: 2%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
    }



.city-route h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin: 0;
}

.city-route .overview-train-icon {
    margin-left: 10px;
    display: inline-block;
}

.cities-slider {
    margin-top: 10px;
}

.city-route .cities {
    display: flex;
    position: relative;
}

.city-route ul.cities::before {
    position: absolute;
    content: " ";
    background-color: #CC0000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    left: -10px;
    transform: translate(0px, -50%);
    z-index: 9999;
}

.city-route ul.cities li {
    font-size: 14px;
    line-height: 16px;
    color: #635C5C;
    background-color: #ffffff;
    padding: 5px 5px;
    /* width: auto !important; */
    margin-right: 20px;
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.21);
}

    .city-route ul.cities li::before {
        position: absolute;
        content: url('/images/Itinerary/slide-connect.svg');
        top: 50%;
        left: -20px;
        transform: translate(0px, -50%);
    }

    .city-route ul.cities li:nth-child(1)::before {
        content: none;
    }

.city-route .slick-prev:before {
    content: url('/images/Itinerary/city-next.svg') !important;
    position: absolute;
    transform: rotate(-180deg);
    top: -38px;
    right: -575px;
}

.city-route .slick-next:before {
    content: url('/images/Itinerary/city-next.svg') !important;
    position: absolute;
    top: -40px;
    left: -30px;
}

.city-route .slick-prev.slick-disabled:before {
    content: url('/images/Itinerary/city-prev.svg') !important;
    transform: none;
    top: -40px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.city-route .slick-next.slick-disabled:before {
    content: url('/images/Itinerary/city-prev.svg') !important;
    transform: rotate(180deg);
    top: -39px;
}

.city-route .include-exclude-wrapper ul li {
    list-style-type: disc;
}

.city-route .include-main {
    border-right: 0.5px solid #C4C4C4;
}

.city-route .includes-list {
    padding-left: 15px;
}

.city-route .exclude-main {
    padding-left: 30px;
}

.include-exclude-wrapper {
    margin-top: 50px;
}

.city-route .includes-title,
.city-route .excludes-title {
    margin-bottom: 10px;
}

.include-exclude-wrapper ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
}

.itinerary-referance {
    margin-top: 90px;
    border: 0.25px solid #635C5C;
}

@media all and (max-width: 1199px) {
    .itinerary-referance {
        margin-top: 15px;
    }
}

.itinerary-referance-number {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #000000;
    padding: 10px;
    margin: 0;
}

.itinerary-costing {
    display: flex;
    border-top: 0.25px solid #635C5C;
}

    .itinerary-costing div {
        width: 50%;
    }

        .itinerary-costing div p {
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            margin: 0;
            padding: 10px;
        }

.itinerary-total-cost {
    background: linear-gradient(90deg, #E87800 0%, #FFB402 100%);
}

    .itinerary-total-cost p {
        color: #ffffff;
    }

.per-person div p span {
    font-weight: 400;
}

.tabs-new-wrap .row-wraap > div {
    padding: 0;
    /*margin-bottom: 5px;*/
    border: none;
}

.tabs-new-wrap .row-wraap div:first-child {
    border-right: none;
}

.tabs-new-wrap .row-wraap > div p {
    margin-bottom: 0;
    padding: 10px 0;
    border: 1px solid #707070;
}

.itinerary-per-person-cost p span {
    color: #635C5C;
}

.recommended-tabs-main li a {
    border: 1px solid #707070;
    background-color: none;
    border-radius: none;
    /*width: 95%;*/
    padding: 10px 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
}

.recommended-tabs-main li:not(:last-child) a {
    border-right: none;
}

.recommended-tabs-main li a {
    color: #707070;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.recommended-tabs-main li.active a {
    background: linear-gradient(90deg, #E87800 0%, #FFB402 100%);
    font-weight: bold;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
}
/* Add the following css */
.recommended-tabs-main li:nth-child(2) a {
    border-right: 1px solid #707070;
    margin-right: 5px;
}

.recommended-tabs-main li:nth-child(3) a {
    margin-left: 5px;
}

.tabs-new-wrap .row-wraap div:first-child p {
    margin-right: 5.2px;
    -webkit-margin-right: 5.2px;
    -moz-margin-right: 5.2px;
    -ms-margin-right: 5.2px;
    -o-margin-right: 5.2px;
}

.tabs-new-wrap .row-wraap div:last-child p {
    margin-left: 4.8px;
    -webkit-margin-left: 4.9px;
    -moz-margin-left: 4.9px;
    -ms-margin-left: 4.9px;
    -o-margin-left: 4.9px;
}


/*for mobile */

@media only screen and (max-width: 410px) {

    .tabs-new-wrap .row-wraap div:first-child p {
        margin-right: 5.6px;
    }

    .tabs-new-wrap .row-wraap div:last-child p {
        margin-left: 3.4px;
    }
}

.recommendation-tab-item-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

    .recommendation-tab-item-content p {
        margin: 0;
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

        .recommendation-tab-item-content p span {
            display: block;
        }

    .recommendation-tab-item-content.active p {
        font-weight: bold;
    }

.recommended-tabs-main li.active a svg path {
    fill: #ffffff;
}

.recommended-tabs-main li a svg {
    margin-right: 5px;
}

/* Recommendation tabs content styles starts (Drawww) */
.recommendation-costing-container,
.economical-costing-container {
    /*padding-right: 17px;*/
    margin-top: 10px;
}

.recommendation-costing-wrapper,
.economical-costing-wrapper {
    background: #f3f3f3;
    padding: 20px 10px;
}

.recommendation-costing-header::before,
.recommendation-costing-header::after,
.economical-costing-header::before,
.economical-costing-header::after {
    content: none;
}

.recommendation-costing-header,
.economical-costing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}


p.recommendation-costing-title,
p.economical-costing-title {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #303030;
}

#expand-collapse {
    display: inline-block;
    cursor: pointer;
}

    #expand-collapse img {
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        #expand-collapse img.flip,
        .expand-collapse-icon.flip {
            transform: rotate(180deg);
        }

.costing-card {
    background-color: #fff;
    position: relative;
    padding: 15px 10px;
    margin: 5px 0 10px 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.21);
}

    .costing-card:hover {
        box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.21);
        ;
    }

.costing-card-header {
    padding: 5px 0;
}

h2.costing-card-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    margin-bottom: 5px;
}

p.costing-card-price {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #CC0000;
    text-transform: uppercase;
}

span.best-price-tag {
    display: inline-block;
    background-color: #ffb400;
    padding: 2px;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}

.costing-card-content {
    margin-top: 10px;
}

.costing-card-content-row {
    display: flex;
}

.costing-card-details {
    padding-top: 10px;
    border-top: 1px solid #7E7E7E;
    position: relative;
}


.costing-card-details {
    width: 55%;
}

.costing-card-gallery-box {
    width: 45%;
}

.costing-card-gallery-box {
    padding: 10px;
    text-align: right;
}

    .costing-card-gallery-box a {
        display: block;
        height: 100%;
    }

        .costing-card-gallery-box a img {
            width: 100%;
            max-width: 236px;
            height: 120px;
            object-fit: cover;
        }

.ib-view360-tag {
    margin-top: -24px;
    left: 15px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 1));
    text-align: center;
}

.room_extra_details .roomgallery .slick-slide img {
    max-width: none;
}

.costing-gallery .slick-prev:before,
.costing-gallery .slick-next:before {
    font-family: inherit;
    font-size: inherit;
    color: #303030;
}

ul.costing-card-details-list {
    margin: 0;
}

.item_content-grid::before,
.item_content-grid::after {
    content: none;
}

.item_content-grid {
    display: flex;
}

.card-detail-item-head {
    width: 40%;
}

    .card-detail-item-head p {
        margin-bottom: 5px;
    }

.card-detail-item_body {
    width: 60%;
    position: relative;
}

    .card-detail-item_body p {
        margin: 0;
        position: relative;
    }

        .card-detail-item_body p::before {
            position: absolute;
            content: ":";
            /*top: 50%;*/
            left: -7px;
            /*transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);*/
        }

.costing-card-remove-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.removal-tooltip {
    position: absolute;
    top: 10px;
    right: 10px;
}

.costing-card-remove-icon img {
    width: 15px;
    height: auto;
}

.itinerary-total-pricing-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.itinerary-total-pricing-holder {
    margin-right: 10px;
}

    .itinerary-total-pricing-holder .total-price {
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px;
    }

        .itinerary-total-pricing-holder .total-price span {
            color: #c4c4c4;
        }

    .itinerary-total-pricing-holder .btn.cta {
        max-width: none;
        width: 100%;
    }

.itinerary-total-pricing-badge .pricing-badge-holder {
    background-image: url(/images/Itinerary/total-pricing-badge.png);
    width: 97px;
    height: 97px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.itinerary-total-pricing-badge p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 69px;
    height: auto;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
/* Recommendation tabs content styles ends */

/* Indepth Itinerary section styles starts */
.indepth-itinerary-content {
    padding: 10px;
    background: #FBFBFB;
}

.indepth-itinerary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #7E7E7E;
}

    .indepth-itinerary-header::before,
    .indepth-itinerary-header::after {
        content: none;
    }

p.indepth-itinerary-title {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    margin: 0;
}

#indepth-expand-collapse,
#indepth-expand-collapse-mobile {
    cursor: pointer;
}

    #indepth-expand-collapse span {
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #707070;
    }

    #indepth-expand-collapse img {
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

.indepth-itinerary-content-wrapper {
    margin-top: 10px;
}

    .indepth-itinerary-content-wrapper .panel {
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #C4C4C4;
        border-radius: 0;
        padding-bottom: 10px;
        background-color: #FBFBFB;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

        .indepth-itinerary-content-wrapper .panel:last-child {
            border-bottom: none;
        }

    .indepth-itinerary-content-wrapper .panel-heading {
        padding: 0;
        background-color: #FBFBFB;
        margin-bottom: 5px;
    }

    .indepth-itinerary-content-wrapper .itinerary-day {
        display: inline-block;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #303030;
        border-bottom: 1.5px solid #FEB101;
    }

    .indepth-itinerary-content-wrapper .itinerary-accordion-button {
        display: block;
        margin-top: 5px;
    }

.itinerary-accordion-button::before,
.itinerary-accordion-button::after {
    content: none;
}

.indepth-itinerary-content-wrapper .itinerary-accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 10px;
}

    .indepth-itinerary-content-wrapper .itinerary-accordion-button .itinerary-day-step {
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 21px;
        display: inline-flex;
    }

    .indepth-itinerary-content-wrapper .itinerary-accordion-button .small-des-tag {
        position: absolute;
        top: 50%;
        right: 7%;
        transform: translate(0, -50%);
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 13px;
        color: #7e7e7e;
    }

.itinerary-accordion-button img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.panel-default > .panel-heading a[aria-expanded="true"] img {
    transform: rotate(90deg);
}

.panel-default > .panel-heading a[aria-expanded="false"] img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.indepth-itinerary-content-wrapper .panel-body {
    border: .25px solid #C4C4C4 !important;
    background-color: #fff;
    padding: 0;
}

.itinerary-daypart {
    border-bottom: 0.25px solid #c4c4c4;
    padding: 5px 10px;
}

    .itinerary-daypart:last-child {
        border-bottom: none;
    }

.daypart-title-holder {
    display: flex;
    align-items: center;
}

img.daypart-icon {
    margin-right: 5px;
}

p.daypart-title {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

p.daypart-description,
.itinerary-daypart p {
    font-weight: normal;
    font-size: 14px;
    /*line-height: 20px;*/
    margin: 5px 0;
}

.daypart-extra-activity-wrapper {
    display: flex;
    align-items: center;
}

a.add-activity-button {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #cc0000;
    cursor: pointer;
}

.daypart-extra-activity-holder {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

daypart-extra-activity-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    margin: 0;
    display: inline-flex;
}

.daypart-extra-activity-icon.img-circle {
    max-width: 70px;
    margin-left: 5px;
}
/* Indepth Itinerary section styles starts */
@media screen and (min-width: 1000px) {
    /* .itinerary-tabs-mobile.row,
    .itinerary-reference-costing-mobile {
        display: none;
    } */
    .itinerary-tabs-mobile.row,
    .itinerary-reference-costing-mobile,
    .itinerary-mobile-switch-tab,
    .itinerary-showing-results {
        display: none !important;
    }

    .tabcontent.itinerary-recommendation-tabs-wrapper,
    .tabcontent.indepth-itinerary-container,
    .itinerary-map-inner .city-route {
        display: block !important;
    }
}

@media screen and (min-width: 1700px) {
    .city-route .slick-prev:before {
        right: -655px;
    }
}

@media screen and (max-width: 1000px) {
    .city-route,
    .itinerary-recommendation-tabs-wrapper,
    .indepth-itinerary-container {
        padding: 0 0;
    }

    .recommendation-costing-container,
    .economical-costing-container {
        padding-right: 0;
    }

    .itinerary-showing-results {
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        padding: 10px;
        margin: 0;
        background: linear-gradient(90deg, #E87800 0%, #FFB402 100%);
        color: #fff;
        margin-bottom: 10px;
    }

    p.indepth-itinerary-title,
    p.recommendation-costing-title, p.economical-costing-title {
        font-size: 15px;
        line-height: 21px;
    }

    .itinerary-map-overview {
        margin-bottom: 0;
    }

    .itinerary-total-pricing-wrapper {
        display: none;
    }

    .itinerary-reference-costing-mobile .referance-number-mobile p:nth-child(2) {
        padding: 0 10px;
    }

    .itinerary-reference-costing-mobile .itinerary-total-cost {
        width: 50%;
    }

    .itinerary-reference-costing-mobile .continue-cta {
        width: 50%;
        display: inline-flex;
    }

    /* Style the tab */
    .itinerary-mobile-switch-tab {
        overflow: hidden;
        display: flex;
        background-color: #f3f3f3;
        margin-bottom: 10px;
    }

    .on-mobile-off {
        display: none !important;
    }

    .itinerary-mobile-switch-tab::before,
    .itinerary-mobile-switch-tab::after {
        content: "";
        display: table;
        clear: both;
    }

    .itinerary-mobile-switch-tab a {
        background-color: inherit;
        flex: auto;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        width: 33.33%;
        border-right: 1px solid #c4c4c4;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        color: #707070;
    }

        .itinerary-mobile-switch-tab a:hover {
            background-color: #ddd;
        }

        .itinerary-mobile-switch-tab a.active {
            background-color: #fff;
            border-top: 1px solid #CC0000;
            border-right: 1px solid #CC0000;
            border-left: 1px solid #CC0000;
            color: #000;
        }

    .tabcontent {
        display: none;
        padding: 6px 0px;
        border-top: none;
    }

    .itinerary-tabs-mobile.row {
        display: none;
    }

    .city-route-mobile-wrapper {
        margin-top: 10px;
    }

        .city-route-mobile-wrapper .city-route {
            display: block;
        }

    .itinerary-map-inner.row {
        background-color: #fff;
        padding: 0;
    }

    .itinerary-map-main {
        border: none;
    }

        .itinerary-map-main .location-pointer {
            width: 6px;
            height: 6px;
        }

        .itinerary-map-main div p {
            font-size: 18px;
            line-height: 24px;
        }

        .itinerary-map-main #location-basel {
            transform: translate(20%, -40%);
        }

        .itinerary-map-main #location-zurich {
            transform: translate(10%, -20%);
        }

        .itinerary-map-main #location-lucerne {
            transform: translate(5%, -15%);
        }

    .itinerary-reference-costing-mobile .itinerary-costing {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .itinerary-referance {
        margin-top: 15px;
        border: none;
        width: 100%;
        background-color: #f2f2f2;
    }

    .itinerary-reference-costing-mobile .referance-number p {
        margin: 0;
        padding: 10px;
    }

    .continue-cta .cta {
        width: 100%;
        max-width: none;
        height: 100%;
    }

    .per-person {
        display: block;
        ;
    }

    .per-person-right {
        display: flex;
        width: 100%;
    }

    .per-person div {
        width: 100%;
    }

    .per-person-right p {
        background: linear-gradient(90deg, #E87800 0%, #FFB402 100%);
    }

    .per-person-right a {
        background-color: #cc0000;
    }

    .per-person div p {
        padding: 10px;
        height: 100%;
    }

    .per-person-right a {
        width: 30%;
    }

    .per-person-right a {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        display: inline-grid;
    }

    .city-route .slick-prev:before {
        right: -830px;
    }

    #depth-itinerary .indepth-itinerary-content {
        margin-top: 10px;
    }

    .include-exclude-wrapper {
        margin: 10px 0 0 0;
        border-top: 1px solid #C4C4C4;
        padding-top: 10px;
    }

    .city-route .include-main {
        border-right: 0;
    }

    .include-main,
    .exclude-main {
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .cities .slick-track {
        padding: 10px 0;
    }
}

@media screen and (max-width: 768px) {
    .nav-justified > li.recommendation-tab-item {
        display: table-cell;
        width: 1%;
    }

    .city-route .slick-prev:before {
        right: -680px;
    }

    .city-route .slick-next {
        right: 0;
    }

        .city-route .slick-next:before {
            left: -10px;
        }
}

@media screen and (max-width: 640px) {

    .city-route .slick-prev:before {
        right: -500px;
    }

    .city-route .slick-next {
        right: 0px;
    }

    .city-route .exclude-main,
    .city-route .include-main {
        padding-left: 0;
    }

    .itinerary-map-main #location-basel {
        transform: translate(15%, -10%);
    }

    .itinerary-map-main #location-interlaken {
        transform: translate(-10%, -3%);
    }

    .itinerary-map-main #location-zurich {
        transform: translate(-8%, 8%);
    }

    .itinerary-map-main #location-stmortiz {
        transform: translate(-10%, 0%);
    }

    .itinerary-map-main div p {
        font-size: 10px;
        line-height: 12px;
    }

    .itinerary-map-main .location-pointer {
        width: 4px;
        height: 4px;
    }

    .small-des-tag {
        display: none;
    }

    .costing-card-content-row {
        display: flex;
        flex-direction: column;
    }

    .costing-card-details, .costing-card-gallery-box {
        width: 100%;
    }

    .costing-card-details {
        order: 1;
        border: none;
    }

    .costing-card-gallery-box {
        text-align: center;
    }

        .costing-card-gallery-box a img {
            max-width: none;
            height: 170px;
        }
}

@media screen and (max-width: 480px) {
    .city-route .slick-prev:before {
        right: -320px;
    }

    .itinerary-map-main #location-basel {
        transform: translate(-5%, 12%);
    }

    .itinerary-map-main #location-zurich {
        transform: translate(-18%, 18%);
        -webkit-transform: translate(-18%, 18%);
        -moz-transform: translate(-18%, 18%);
        -ms-transform: translate(-18%, 18%);
        -o-transform: translate(-18%, 18%);
    }

    .itinerary-map-main #location-berne {
        transform: translate(-17%, 10%);
    }

    .itinerary-map-main #location-lucerne {
        transform: translate(-26%, 9%);
    }

    .itinerary-map-main #location-engelberg {
        transform: translate(-15%, 0%);
    }

    .itinerary-map-main #location-thun, .itinerary-map-main #location-interlaken {
        transform: translate(-20%, 0%);
    }

    .itinerary-map-main #location-grindelwald {
        transform: translate(-20%, 10%);
    }

    .itinerary-map-main #location-gstaad, .itinerary-map-main #location-lugano {
        transform: translate(-10%, 10%);
    }

    .itinerary-map-main #location-lausanne, .itinerary-map-main #location-vevey, .itinerary-map-main #location-montreux {
        transform: translate(-10%, 18%);
    }

    .itinerary-map-main #location-zermatt {
        transform: translate(-10%, -10%);
        -webkit-transform: translate(-10%, -10%);
        -moz-transform: translate(-10%, -10%);
        -ms-transform: translate(-10%, -10%);
        -o-transform: translate(-10%, -10%);
    }

    .itinerary-map-main #location-stmortiz {
        transform: translate(-20%, -10%);
        -webkit-transform: translate(-20%, -10%);
        -moz-transform: translate(-20%, -10%);
        -ms-transform: translate(-20%, -10%);
        -o-transform: translate(-20%, -10%);
    }

    .itinerary-map-main #location-chur {
        transform: translate(15%, 30%);
        -webkit-transform: translate(15%, 30%);
        -moz-transform: translate(15%, 30%);
        -ms-transform: translate(15%, 30%);
        -o-transform: translate(15%, 30%);
    }

    .itinerary-map-main #location-leukerbad {
        transform: translate(14%,5%);
        -webkit-transform: translate(14%,5%);
        -moz-transform: translate(14%,5%);
        -ms-transform: translate(14%,5%);
        -o-transform: translate(14%,5%);
    }
}

@media screen and (max-width: 380px) {
    .city-route .slick-prev:before {
        right: -295px;
        top: -38px;
    }
}

@media all and (max-width: 1199px) {
    .costing-card-content-row {
        display: flex;
        flex-direction: column;
    }

    .costing-card-details, .costing-card-gallery-box {
        width: 100%;
    }

    .costing-card-details {
        order: 1;
        border: none;
    }

    .costing-card-gallery-box {
        text-align: center;
    }

        .costing-card-gallery-box a img {
            max-width: none;
            height: 170px;
        }

    .ib-view360-tag {
        margin-top: 0px;
    }

    .itinerary-per-person-cost p span {
        display: block;
    }

    .itinerary-total-cost p span {
        display: block;
    }
}
/* Itinerary listing styles (Javed) */

/* Swiss home section styles starts */
.swiss-home {
    position: relative;
    min-height: 616px;
}

.home-background {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56.77%, rgba(0, 0, 0, 0)), color-stop(76.56%, rgba(0, 0, 0, 0.5)), color-stop(85.93%, rgba(0, 0, 0, 0.5))),url(/images/Itinerary/itinerary-above-fold.png);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 56.77%, rgba(0, 0, 0, 0.5) 76.56%, rgba(0, 0, 0, 0.5) 85.93%),url(/images/Itinerary/itinerary-above-fold.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.77%, rgba(0, 0, 0, 0.5) 76.56%, rgba(0, 0, 0, 0.5) 85.93%),url(/images/Itinerary/itinerary-above-fold.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-information {
    padding-top: 135px;
}

.home-information-top,
.home-information-bottom {
    position: relative;
}

    .home-information-top h1 {
        font-weight: 500;
        font-size: 48px;
        line-height: 56px;
        color: #FFFFFF;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
    }

    .home-information-top .cta {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        border: 2px solid #c00;
        padding: 13px 40px;
        display: inline-block;
        max-width: 295px;
    }

.home-information-bottom {
    padding-top: 140px;
}

    .home-information-bottom .itinerary_form_features_grid-item {
        padding-right: 0;
    }

    .home-information-bottom h2 {
        font-size: 30px;
        line-height: 35px;
        color: #FFFFFF;
        font-weight: normal;
        padding-bottom: 30px;
    }

.swiss-brochure-row {
    background-color: rgba(223, 223, 223, 0.5);
}

.brochure-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 969px;
    margin: 0 auto;
    padding: 30px 0;
}

.brochure-info {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

    .brochure-info::before,
    .brochure-info::after {
        content: none;
    }

    .brochure-info h2 {
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height: 42px;
        margin: 0;
        max-width: 473px;
        padding-left: 10px;
    }

    .brochure-info .cta {
        display: inline-block;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        border: 2px solid #c00;
        margin-left: 11px;
    }

.brochure-grid {
    max-width: 473px;
    padding-left: 13px;
}

.brochure-grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
}

.brochure-icon {
    width: 20%;
    text-align: center;
}

.brochure-grid p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .swiss-home {
        min-height: 500px;
    }

    .home-background {
        position: relative;
        height: 400px;
    }

    .home-information,
    .home-information-bottom {
        padding-top: 0;
    }

    .home-information-top {
        position: absolute;
        top: 95px;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        width: 100%;
    }

    .home-information-bottom h2 {
        color: #303030;
        padding-bottom: 15px;
        font-size: 26px;
        line-height: 30px;
    }

    .home-information-bottom .features_item-text {
        text-align: left;
    }

    .brochure-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .brochure-image img {
        margin: auto;
    }

    .brochure-info {
        padding-left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .brochure-info h2 {
            padding-left: 0;
            font-size: 24px;
            line-height: 28px;
            text-align: center;
        }

        .brochure-info .cta {
            margin-left: 0;
        }

    .brochure-grid::before,
    .brochure-grid::after {
        content: none;
    }

    .brochure-grid {
        width: 100%;
        margin: 20px 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

        .brochure-grid > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .brochure-grid > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }

    .brochure-grid-item {
        margin-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 480px) {
    .home-background {
        height: 216px;
    }

    .home-information-top {
        top: 15px;
    }

        .home-information-top h1 {
            font-size: 32px;
            line-height: 40px;
        }

        .home-information-top .cta,
        .brochure-info .cta {
            font-size: 16px;
            line-height: 19px;
        }

        .home-information-top .cta {
            padding: 10px 20px;
        }

    .brochure-grid-item {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .brochure-grid p {
        width: 100%;
        text-align: center;
        justify-self: flex-end;
        margin-top: 10px;
    }
}
/* Swiss home section styles ends */


.st21_PromoBannerJul-BG {
    background: url(../images/ST_PromoJul_LG.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 60px auto;
    padding: 70px 50px;
}

.st21_PromoBannerJul-container {
    max-width: 1260px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

    .st21_PromoBannerJul-container h3 {
        font-weight: 500;
        font-size: 34px;
        text-shadow: 2px 3px 6px #000;
        margin-top: 18%;
        color: #FFF;
        line-height: 35px;
    }

    .st21_PromoBannerJul-container h5 {
        font-weight: 400;
        font-size: 18px;
        text-shadow: 1px 2px 3px #000;
        color: #FFF;
        line-height: 20px;
    }

    .st21_PromoBannerJul-container a {
        margin-top: 5px;
        color: #FFF !important;
        text-decoration: underline !important;
        font-size: 14px
    }

    .st21_PromoBannerJul-container .promoLabel {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 130px;
    }

@media (max-width: 768px) {
    .st21_PromoBannerJul-container h3 {
        margin-top: 100px;
    }

    .st21_PromoBannerJul-container .promoLabel {
        right: -12px;
        top: -20px;
        max-width: 110px;
    }
}

@media (max-width: 767px) {
    .st21_PromoBannerJul-BG {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

@media (max-width: 568px) {
    .st21_PromoBannerJul-container .promoLabel {
        right: -65px;
        top: -48px;
        max-width: 90px;
    }
}

.Hero_PromoLabel {
    position: absolute;
    right: 50px;
    top: 50px;
    max-width: 180px;
}

@media all and (max-width: 767px) {
    .Hero_PromoLabel {
        max-width: 100px;
        right: 12px;
        top: 12px;
    }
}
.Hero_PromoLabelLeft {
    position: absolute;
    left: 240px;
    top: 25px;
    max-height: 115px;
}

@media all and (max-width: 767px) {
    .Hero_PromoLabelLeft {
        max-height: 80px;
        left: 12px;
        top: 12px;
    }
}
/* 25 Years Image Styles */
.st_25YearsExe {
    position: absolute;
    top: -18px;
    left: 0;
    width: 83px !important;
    height: 60px !important;
}

/*.logo_holder {
    padding-left: 110px;
}*/

@media (max-width: 1199px) {
    .st_25YearsExe {
        top: -22px;
    }
}

@media (max-width: 600px) {
    .st_25YearsExe {
        top: -6px;
        width: 50px !important;
        height: 36px !important;
    }

    /*.logo_holder {
        padding-left: 70px;
    }*/
}

.st21_25Years_Promo_Container {
    background: url(/images/St_25Years/st21_25Years_Promo_BG.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 45px 0px;
}

.st21_25Years_Promo {
    margin-top: 15px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .st21_25Years_Promo figure:first-child {
        padding-right: 80px;
    }

.st21_25Years_PromoCards {
    color: #ffffff;
    margin: 10px 20px;
    width: 22%;
    max-width: 400px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    box-shadow: 2px 3px 5px 2px #CCC;
    -webkit-box-shadow: 2px 3px 5px 2px #CCC;
    -moz-box-shadow: 2px 3px 5px 2px #CCC;
    border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
}

    .st21_25Years_PromoCards * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .st21_25Years_PromoCards img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
    }

    .st21_25Years_PromoCards .image:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background-image: -webkit-linear-gradient(bottom, transparent 10%, rgba(0,0,0,0.5) 100%);
        background-image: linear-gradient(to top, transparent 10%, rgba(0,0,0,0.5) 100%);
        z-index: 1;
    }

    .st21_25Years_PromoCards figcaption {
        padding: 50px 50px 20px 20px;
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%;
    }

        .st21_25Years_PromoCards figcaption:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: '';
            background-image: -webkit-linear-gradient(top, transparent 0%, #000000 60%);
            background-image: linear-gradient(to bottom, transparent 0%, #000000 60%);
            z-index: -1;
        }

    .st21_25Years_PromoCards .arrowBtn {
        background-color: #333;
        border-radius: 50%;
        color: #FFF;
        font-size: 20px;
        min-height: 48px;
        min-width: 48px;
        padding: 10px 0 10px 3px;
        position: absolute;
        right: 5px;
        text-align: center;
        bottom: 20px;
    }

    .st21_25Years_PromoCards h3, .st21_25Years_PromoCards p {
        margin: 0;
        padding: 0;
    }

    .st21_25Years_PromoCards span {
        position: absolute;
        text-align: center;
        top: 20px;
        left: 0;
        right: 0;
        padding: 0 20px;
        z-index: 2;
    }

    .st21_25Years_PromoCards h2 {
        display: inline-block;
        font-weight: 500;
        font-size: 17px;
        color: #FFF;
    }

    .st21_25Years_PromoCards ul {
        margin-bottom: 5px;
    }

        .st21_25Years_PromoCards ul li {
            padding: 0px 3px 0px 0px;
            font-size: 12px;
            display: inline;
            text-transform: uppercase;
            font-weight: bold;
            color: #E97901;
        }

            .st21_25Years_PromoCards ul li:after {
                content: '\2022';
                font-family: FontAwesome;
                font-weight: normal;
                font-style: normal;
                margin: 0px 0px 0px 6px;
                text-decoration: none;
            }

            .st21_25Years_PromoCards ul li:last-child {
                padding-right: 0;
            }

                .st21_25Years_PromoCards ul li:last-child:after {
                    content: '';
                    margin: 0px 0px 0px 0px;
                }

    .st21_25Years_PromoCards h3 {
        display: inline-block;
        font-weight: 400;
        font-size: 25px;
        margin-bottom: 5px;
    }

        .st21_25Years_PromoCards h3 .fa {
            font-size: 21px;
        }

    .st21_25Years_PromoCards p {
        line-height: 1.6em;
        margin-bottom: 0px;
        color: #FFF;
        width: 200px;
    }

    .st21_25Years_PromoCards a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .st21_25Years_PromoCards:hover img, .st21_25Years_PromoCards.hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

@media all and (max-width: 1100px) {
    .st21_25Years_Promo figure:first-child {
        padding-right: 0px;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 999px) {
    .st21_25Years_Promo figure:first-child {
        width: 100%;
        text-align: center;
    }
}


@media all and (max-width: 780px) {
    .st21_25Years_Promo_Container {
        background: url(/images/St_25Years/st21_25Years_Promo_BG.jpg) no-repeat left center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media all and (max-width: 560px) {
    .st21_PromoTitleImg {
        display: block;
        margin: 0 auto;
    }

    .st21_25Years_PromoCards {
        max-width: 100%;
    }
}

.label_error {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}

.highlight_error_btn {
    border: 2px dashed #fff !important;
    -webkit-box-shadow: 0 0 3px red !important;
    -moz-box-shadow: 0 0 3px red !important;
    box-shadow: 0 0 3px red !important;
}
