<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========== GLOBAL CSS ========== */
.pkg-sprite, [class*="pkg-icon-"] {
    background: url(../img/pkg-sprite.png) no-repeat 0 0;
}
[class*="pkg-icon-"] {
    display:inline-block;
    vertical-align:middle;
}
.ftL {
    float: left !important;
}

.ftR {
    float: right !important;
}

.clear {
    clear: both;
    width: 100%;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

a {
    color: #333
}
    a:hover,
    a:focus {
        color: #2C67B3
    }
    .sidebarHeading {
    background-color: #333;
    padding: 17px 15px;
    color: #fff;
    font-size: 15px;
}

.crPntr {
    cursor: pointer !important;
}
    body.modal-open {
        overflow: hidden;
    }

/*For Modal Popup*/
.modalDiv {
    background: url("../img/ui-bg_diagonals-thick_20_666666_40x40.png") repeat scroll 50% 50% #414141;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.modal.fade.in {
    top: 10%;
}
.breadcrumb-wrap {
    margin-bottom: 0;
    background: #e4e4e4;
    padding: 11px 0;
}

    .breadcrumb-wrap .breadcrumb {
        margin-bottom: 0;
        padding: 0;
    }

.breadcrumb a {
    font-size: 13px;
    color:#757575;
}

.breadcrumb .selected {
    color: #212121;
    cursor: default;
}

/*========== MAIN CONTENT ========== */
.main-content {
    margin-top: 56px;
}

.modifySearchInner {
    padding: 20px 15px;
}

    .modifySearchInner li input[type="radio"] {
        display:none;
    }
    .filterSearch .filterSearchRepeat:last-child {
        margin-bottom: 0;
    }
    .filterSearchRepeat .fs-heading .allNone {
        float: right;
    }

        .filterSearchRepeat .fs-heading .allNone a {
            font-size: 12px;
            cursor: pointer;
            color: #444444;
        }

.filterSearchRepeat .fs-content {
    font-size: 13px;
    color: #555;
    padding: 0 15px;
}

    .filterSearchRepeat .fs-content li {
        width: 100%;
        display: inline-block;
    }

.pkgFound {
    margin-bottom: 10px;
}


    .sort_By .sortByLink {
        color: #555;
        position: relative;
        font-size: 13px;
        cursor: pointer;
        display: block;
        padding: 15px 0;
        width: 60px;
    }

        .sort_By .sortByLink:hover {
            color: #333;
        }


.SearchResult {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
}

    .SearchResult:first-child {
        margin-top: 0;
    }

    .SearchResult h3.heading {
        font-weight: normal;
        margin:15px 0 10px;
        color: #3c3c3c;
        font-size:18px;
    }

    .SearchResult .heading a {
        color: #3c3c3c;
        font-size: 18px;
    }

.SearchImage {
    position: relative;
}

    .SearchImage img {
        width: 100%;
        height:auto;
        display:block;
    }

    .SearchImage li {
        color: #8F8F8F;
        font-size: 12px;
        list-style-type: none;
    }

    .SearchImage .SearchCode {
       border: 15px solid #f56d6d;
    border-left: 0;
    border-right: 8px solid rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 0;
    max-width: 220px;
    padding: 0 20px 0 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
    }

    .Inclusions_pkg &gt; span {
        display: block;
    }

    .PkgInc_Row li {
        display: inline-block;
        margin-right: 10px;
    }
.SearchBadges {
    clear: both;
    float: left;
    margin-bottom: 8px;
    width: 382px;
}

.PkgsearchLeft {
    float: left;
}

.SearchBadges_Pkg {
    display: none;
}


    .SearchPrice ins.onRequest {
        font-size: 16px;
    }

.SearchResult .btn-group {
    clear: both;
    margin-top: 10px;
}

.Advantages {
    font-size: 11px;
}

    .Advantages &gt; span {
        display: block;
        font-size: 13px;
    }

        .Advantages ul li {
            background: url(../img/tickMark.png) no-repeat 0px 4px;
            line-height: 15px;
            margin-bottom: 10px;
            padding-left: 15px;
            height:16px;
            overflow:hidden;
        }
    .Advantages &gt; ul li:first-child {
        height:auto;
        max-height:32px;
    }
            .Advantages ul li:last-child {
                margin-bottom: 0;
            }

.SearchPrice h3.popover-title {
    color: #2C67B3;
}

.SearchPrice .pkgActiveOpt {
    color: #f56d6d;
    font-weight:bold;
    font-size: 12px;
    text-transform:uppercase
}

.SearchError {
   background: #fff;
    border-radius: 0;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
    float: left;
    margin: 15px 0;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.pkgOptions {
    overflow:hidden;
}


    .pkgOptions li {
        overflow: hidden;
    }

        .pkgOptions li input[type="radio"],
        .pkgOptions li label {
            float: left;
        }

        .pkgOptions li a {
            color: #4d4d4d;
            display: block;
            float: left;
        }

            .pkgOptions li a:hover {
                color: #2C67B3;
            }

        .pkgOptions li label {
            margin: 1px 0 0 3px;
        }


.SearchPrice {
    font-size: 11px;
    text-align: right;
    padding:35px 20px 0 0;
    color:#8f8f8f;
    text-transform:uppercase;
}

    .SearchPrice .WebRupee1 {
        margin-right: 2px;
    }

    .SearchPrice del,
    .SearchPrice del .WebRupee1 {
        font-size: 16px;
        color: #8f8f8f;
            margin: 2px 0 0;
    display: inline-block;
    }

    .SearchPrice ins,
    .SearchPrice ins .WebRupee1 {
        font-size: 24px;
        font-weight: normal;
        margin: 0;
        display:inline-block;
        color: #4db6ac;
        text-decoration: none;
    }

        .SearchPrice ins .WebRupee1 {
            font-size: 23px;
        }

        .SearchPrice ins.onRequest {
            font-size: 16px;
        }

.EnqLinks {
    margin-top: 5px;
    font-weight: 500;
}


    .EnqLinks li span.enq {
        background-position: -196px -6px;
    }

    .EnqLinks li span.chat {
        background-position: -221px -6px;
    }

    .EnqLinks li span.callUs {
        background-position: -196px -29px;
    }

    .EnqLinks li a {
        font-size: 13px;
    }


.modal {
    width: 100%;
    margin: 0 auto;
    left: 0;
}

.sendEnqPopup {
    left: 10px;
    width: 95%;
}

.ContactSnackBar {
    bottom: -16px;
    color: #fff;
    height: 60px;
    margin-bottom: -60px;
    opacity: 0.5;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

    .ContactSnackBar.active,
    .ContactSnackBar.detail.active {
        margin-bottom: 0;
        opacity: 1;
    }

    .ContactSnackBar &gt; ul &gt; li {
        background-color: #3c3c3c;
        border-right: 1px solid #fff;
        float: left;
        width: 50%;
    }

        .ContactSnackBar &gt; ul &gt; li:last-child {
            border-right: none;
        }

        .ContactSnackBar &gt; ul &gt; li &gt; a {
            color: #fff;
            cursor: pointer;
            display: block;
            font-size: 12px;
            text-decoration: none;
            padding: 12px;
        }

    .ContactSnackBar.detail {
        height: 80px;
        margin-bottom: -80px;
    }

        .ContactSnackBar.detail &gt; ul &gt; li {
            width: 33.33%;
        }

            .ContactSnackBar.detail &gt; ul &gt; li &gt; a &gt; span {
                display: block;
                margin: 0 auto;
            }

.callIcon,
.enqIcon,
.sfIcon,
.callIcon-black {
    background-position: 0 0;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 18px;
}

.enqIcon {
    background-position: -23px 0;
}

.callIcon-black {
    background-position: -190px 0;
}

.sfIcon {
    background-position: -236px 0;
}
.modal.fade {
    top: -25%;
    -webkit-transition: opacity .3s linear,top .3s ease-out;
    -moz-transition: opacity .3s linear,top .3s ease-out;
    -o-transition: opacity .3s linear,top .3s ease-out;
    transition: opacity .3s linear,top .3s ease-out;
}
@media (min-width: 768px) {
    .SearchResult {
        height: 626px;
    }

    .SearchPrice.detail {
        margin-top: 0;
    }

    .sendEnqPopup {
        left: 0;
        width: 100%;
    }

        .sendEnqPopup .modal-body {
            overflow-y: visible;
        }

        .sendEnqPopup.sndFriend .modal-body {
            overflow-y: auto;
        }

    .Advantages.detail {
        margin-top: 0;
    }

    .pkgBookRow_Right .strtDate {
        margin-bottom: 0;
    }

    .pkgRoomCol {
        width: 55px;
    }

        .pkgRoomCol.roomNoCol {
            width: 50px;
        }

        .pkgRoomCol.roomType {
            width: 100px;
        }

        .pkgRoomCol.priceCol {
            margin-left: 52px;
        }

    .modal {
        margin: 0;
        margin-left: -280px;
        left: 50%;
        width: 560px;
    }

    .packageDetailBookingOptionHeading {
        width: 350px;
    }

    .packageDetailBookingOption,
    .packageDetailBookingOptionPrice {
        width: 70px;
    }

    .trvDtl_pricing_row_left {
        text-align: right;
    }
    .newPkdMdlConLbl .modal-body {
    padding: 10px 15px;
    max-height: initial;
    height: auto;
}
}

@media (min-width: 992px) {
    .sort_By {
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        margin: 0 0 15px 0;
    }

    .mdfHeading {
        display: none;
    }

    .main-content {
        margin-top: 0;
        background:#f4f4f4
    }

    .modifySearch,
    .filterSearch {
        display: block;
        position: static;
        box-shadow: none;
        background: transparent;
        width: auto;
        margin-left: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
    }

    .modifySearch {
        float: none;
        margin-bottom: 20px;
        background-color: #f1f1f1;
        padding: 0;
        overflow: visible;
    }

    .modifySearchInner {
        padding: 0;
    }

               .modifySearchInner li .form-control.txtPkgCode {
                    width: 105px;
                }

    .SearchResult {
        height: auto;
    }

    .SearchImage .SearchCode {
        top: 10px;
    }

    .SearchBadges_Pkg {
        display: block;
        overflow: hidden;
    }


        .SearchBadges_Pkg li {
            display: inline-block;
        }

    .Inclusions_pkg {
        margin: 0;
    }
            .PkgInc_Row &gt; ul &gt; li &gt; img {
                display: inline-block;
                margin-right: 3px;
            }

            .PkgInc_Row li span {
                display: none;
                vertical-align: top;
                font-size: 12px;
            }

    .ContactSnackBar {
        opacity: 1;
        margin-bottom: 0;
        position: fixed;
        right: -105px;
        top: 170px;
        bottom: auto;
        width: 150px;
        height: auto;
        text-align: left;
    }

        .ContactSnackBar &gt; ul &gt; li {
            border-right: none;
            float: none;
            width: 100%;
            margin-bottom: 5px;
            margin-left: 0;
            -webkit-transition: margin-left ease-in-out .3s;
            -moz-transition: margin-left ease-in-out .3s;
            -o-transition: margin-left ease-in-out .3s;
            transition: margin-left ease-in-out .3s;
        }

            .ContactSnackBar &gt; ul &gt; li:hover {
                margin-left: -108px;
            }

            .ContactSnackBar &gt; ul &gt; li .callIcon,
            .ContactSnackBar &gt; ul &gt; li .enqIcon {
                margin-right: 10px;
            }

        .ContactSnackBar.detail &gt; ul &gt; li &gt; a {
            padding: 12px;
        }


        .ContactSnackBar.detail &gt; ul &gt; li {
            width: 100%;
            margin-left: 114px;
            -webkit-transition: margin-left ease-in-out .3s;
            -moz-transition: margin-left ease-in-out .3s;
            -o-transition: margin-left ease-in-out .3s;
            transition: margin-left ease-in-out .3s;
        }

            .ContactSnackBar.detail &gt; ul &gt; li:hover {
                margin-left: 0;
            }

            .ContactSnackBar.detail &gt; ul &gt; li &gt; a &gt; span {
                display: inline-block;
                margin: 0;
            }
}

.txtjfy {
    text-align: justify;
}

/*------------------- New Header/footer Design Css Gurpreet Singh --------------------------*/
/*---------------default.css----------------*/
.breadcrumb &gt; li + li:before {
    content:none
}
.breadcrumb&gt;li&gt;.divider {
    padding: 0 7px;
    color: #757575;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
}
li {
    line-height:20px
}
.rc-group {
    padding:0
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    box-shadow:none;
    -webkit-box-shadow:none;
}
label {
    margin:0;
}
ol, ul {
    list-style:none;
    margin:0;
    padding:0
}
.modifySearchInner .form-control {
    height:50px;
}
.brdrRL {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.modifySearchInner .form-control~.mdfyFormGroup:after {
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 25px;
    right:25px;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.modifySearchInner .form-control:focus~.mdfyFormGroup:after {
    background-color: rgba(255, 255, 255, 0.6);
    width: 90%;
}
.modifySearchInner .form-control~label {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    left:30px;
    font-size:18px;
    color:#fff;
}
.modifySearchInner select.form-control option {
    color:#3c3c3c;
}
.btnModify {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    color: #fff;
    border:0;
    font-size: 15px;
    height: 40px;
    line-height:28px;
    margin-top: 5px;
    padding: 6px 20px;
}
.btnModify:hover, .btnModify:focus, .btnModify:active {
    background: rgba(0, 0, 0, 0.25);
    color:#fff;
}
.flgtFltrStrip {
    background-color: #e6e6e2;
    position:relative;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    top:0;
    z-index:9;
    border-bottom:1px solid #d4d4d4;
    border-top:1px solid #d4d4d4;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.15);
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters &gt; [class^="col-"],
.row.no-gutters &gt; [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.pkg-icon-map-marker{
    background-position: -403px 0;
    height: 18px;
    width: 13px;
}
.pkg-icon-barcode {
    background-position: -418px 0;
    height: 16px;
    width: 16px;
}
.pkg-icon-fltr-plane {
    background-position: -488px 0;
    height: 12px;
    width: 20px;
}
.pkg-icon-fltr-budget {
    background-position: -532px 0;
    height: 16px;
    width: 19px;
}
.pkg-icon-fltr-duration{
    background-position: -618px 0;
    height: 20px;
    width: 20px
}
.pkg-icon-fltr-options {
    background-position: -662px 0;
    height: 20px;
    width: 16px;
}
.newFltrTrgr {
    display:block;
    color: #8f8f8f;
    cursor: pointer;
    padding:15px 0;
}
.newFltrTrgr &gt; [class*="pkg-icon-"] {
    margin-right:10px;
}
.newFltrTrgr &gt; small {
    font-size:86%;
}
/*------------- New Pkg Design 13 Aug 2018 -------------*/
.newPkgModifyStrip {
    background-color: #4db6ac;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 9px 0;
}
.newFltrTrgChk, .newModifySrch {
    display:none !important;
}
.fltrInrNewDeg {
    position:absolute;
    top:100%;
    left:0;
    right:0;
    width:100%;
    background:#fff;
    z-index: 8;
    visibility:hidden;
    opacity:0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
    padding:10px;
}
.newFltrTrgChk:checked ~ .fltrInrNewDeg {
    visibility:visible;
    opacity:1;
}
.newPkgFltrSrch .filterSearchRepeat .fs-heading, .newPkgFltrSrch .filterSearchRepeat .newPkgFltrHdng {
    display:none;
}
.newPkgFltrSrch .filterSearch .filterSearchRepeat {
    padding:0
}
.newPkgFltrSrch .filterSearchRepeat .fs-content {
    padding:0;
}
.newPkgFltrSrch.filterSearch .filterSearchRepeat {
    padding:0
}
/*---------------------for rc-checkboxes---------------*/
.rc-control {
    display: block;
    padding: 0 30px;
}
.rc-control-indicator {
    top: 3px;
}
.SearchBadges_Pkg {
    border-bottom:1px solid #e4e4e4;
}
.SearchBadges_Pkg &gt; ul &gt; li {
    border-right: 1px solid #e4e4e4;
    color: #8f8f8f;
    font-size: 12px;
    padding: 0 10px;
}
.SearchBadges_Pkg &gt; ul &gt; li:first-child {
    padding:0 10px 0 0;
}
.SearchBadges_Pkg &gt; ul &gt; li:last-child {
    border:0;
}
.vewDtlBtn {
    border-radius: 0;
    border:0;
    background: #4db6ac;
    font-size: 16px;
    padding: 6px 20px;
    display:block;
    float:none !important;
    margin: 10px 20px 20px 0;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    height:36px;
    line-height:24px;
}
.vewDtlBtn img {
    vertical-align:top !important;
}
.vewDtlBtn:hover, .vewDtlBtn:focus, .vewDtlBtn:active {
    background:#4db6ac;
    color:#fff;
}
.dest-covered {
    background:#3c3c3c;
    color:rgba(255,255,255,0.8);
    padding:12px 10px;
    font-size:11px;
}
.newIncHdr {
    color:#3c3c3c;
    font-size:13px;
    margin:8px 0;
    font-weight:bold;
}
.Inclusions_pkg &gt; .PkgInc_Row {
    width:50%;
    float:left;
}
.Inclusions_pkg &gt; .Advantages {
    width:50%;
    float:right;
}
.Inclusions_pkg &gt; .Inclusions_pkg {
    clear:both;
    width:100%;
}
.pkgOptions .newIncHdr {
    margin:0 0 10px;
}
.priceoncall {
    color:#3c3c3c;
    display: inline-block;
    margin-top:10px;
}
.SearchPrice &gt; p {
    font-size:14px;
}
.SearchPrice &gt; p &gt; b.ftR {
    font-size:13px;
}
.priceFontNew {
    font-size:20px;
    color:#f56d6d;
    font-weight:500;
}
.pkg-icon-se-call {
    background-position: -358px 0;
    height: 20px;
    width: 20px;
}
.pkg-icon-se-enq {
    background-position: -381px 0;
    height: 20px;
    width: 20px;
}
.pkg-icon-fltr-main {
    background-position: -360px -60px;
    height: 24px;
    width: 20px;
}
.pkg-icon-fltr-hdr {
    background-position: -486px -60px;
    height: 22px;
    width: 22px;
}
.pkg-icon-fltr-hdrModify {
    background-position: -463px -60px;
    height: 22px;
    width: 22px;
}
.pkg-icon-fltr-hdrBig {
    background-position: -515px -60px;
    height: 25px;
    width: 25px;
    margin-right:10px
}
.pkg-icon-fltr-hdrWhite {
    background-position: -435px -60px;
    height: 21px;
    width: 20px;
}

.list-sebtns {
    margin-top:10px;
    margin-left:30px;
    overflow:hidden;
}
.list-sebtns &gt;li {
    float:left;
    width:50%;
}
.list-sebtns&gt;li&gt;a {
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
}
.over-hidden {
    overflow:hidden !important;
}
.pipe {
    margin:0 5px
}
.inlBLk {
display:inline-block;
}
.modifySearchInner .dropdown-menu {
    min-width:280px;
    padding:0;
    border:0;
}
.modifySearchInner .typeahead {
    border-radius:0;
}
.modifySearchInner .dropdown-menu &gt; li &gt; a {
    padding:10px 20px;
    background:#fff;
    color:#3c3c3c;
    border-bottom: 1px solid #cacaca!important;
}
.modifySearchInner .dropdown-menu &gt; li &gt; a &gt; strong {
    color:#4db6ac;
}
.modifySearchInner .dropdown-menu &gt; .active &gt; a, .modifySearchInner .dropdown-menu &gt; .active &gt; a:hover, .modifySearchInner .dropdown-menu &gt; .active &gt; a:focus {
    background:#f4f4f4;
    color:#3c3c3c;
}
.pos-r {
    position:relative;
}
.newPkgSrtBy h1 {
    font-size:14px;
    font-weight:bold
}
.fltyByPara {
    position:absolute;
    color:#8f8f8f;
    font-weight:700;
    right:5px;
    top:0;
    padding:15px 0;
    cursor:pointer;
}
.Inclusions_pkg &gt; span {
    color: #3c3c3c;
    font-size: 13px;
    margin: 0;
    font-weight: bold;
}
@media (max-width: 991px) {
    .main-content {
        margin:0;
        background:#f4f4f4
    }
    .pdngBrdrNew {
        padding:0 30px;
    }
    .Inclusions_pkg &gt; .PkgInc_Row, .Inclusions_pkg &gt; .Advantages {
        width:100%;
        margin:0;
        float:none;
    }
    .SearchResult h3.heading {
        margin:10px 0 0;
    }
    .SearchResult .heading a {
        font-size:16px;
    }
    .SearchPrice {
   padding:10px 20px 0 0;
   }
    .vewDtlBtn {
    margin: 10px 20px 15px 0;
    display: inline-block;
    float: right !important;
    clear: both;
    padding: 6px 32px;
    }
    .PkgInc_Row li {
        margin-right:12px;
    }
   .fltrInrNewDeg, .newModifyMob {
        position:fixed;
        top:0;
        bottom:0;
        left:0;
        right:auto;
        width:300px;
        transform:translateX(-100%);
        transition:all .5s ease;
        -webkit-transition:all .5s ease;
        -moz-transition:all .5s ease;
        -ms-transition:all .5s ease;
        -o-transition:all .5s ease;
        overflow-y:scroll;
        z-index:11;
    }
    #newFltrTrgr:checked ~ .fltrInrNewDeg, #newModifySrch:checked ~ .newModifyMob {
        transform:translateX(0);
        transition:all .5s ease;
        -webkit-transition:all .5s ease;
        -moz-transition:all .5s ease;
        -ms-transition:all .5s ease;
        -o-transition:all .5s ease;
        padding:0
    }
        #newFltrTrgr:checked ~ .fltrInrNewDeg .container, #newModifySrch:checked ~ .newModifyMob .newPkgModifyStrip .container {
            padding:0;
        }
    .newPkgFltrSrch .filterSearchRepeat .fs-heading, .newPkgFltrSrch .filterSearchRepeat .newPkgFltrHdng {
        display:block;
    }
    .newPkgFltrSrch .filterSearchRepeat .fs-content {
        padding:10px 10px 0;
    }
    #dropDown1 .newFltrBlckOut, #newModifySrch ~ .newFltrBlckOut {
        opacity:0;
        visibility:hidden;
         transition:all 1s ease;
        -webkit-transition:all 1s ease;
        -moz-transition:all 1s ease;
        -ms-transition:all 1s ease;
    }
    #newFltrTrgr:checked ~ .newFltrBlckOut, #newModifySrch:checked ~ .newFltrBlckOut {
        position:fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background:rgba(0,0,0,0.8);
        transition:all 1s ease;
        -webkit-transition:all 1s ease;
        -moz-transition:all 1s ease;
        -ms-transition:all 1s ease;
        opacity:1;
        visibility:visible;
        z-index:10;
    }
    .ContactSnackBar {
        z-index:8;
    }
    .newPkgModifyStrip {
        padding:0;
        margin:0;
        background:transparent;
    }
    .newModifyMob {
        background:#f4f4f4;
    }
    .modifySearchInner .dropdown-menu {
        min-width:250px;
    }
    .modifySearchInner ul.row &gt; li {
        margin-bottom:20px;
    }
    .modifySearchInner .form-control ~ label {
        display:none;
    }
    .newPkgModifyStrip {
        border:0;
    }
    .brdrRL {
        border:0;
    }
    .modifySearchInner .form-control ~ .mdfyFormGroup {
        display:none;
    }
    .modifySearchInner .form-control {
        border:0;
        border-radius:0;
        border-bottom:1px solid #d8d8d8;
        background:#fff
    }
    .btnModify {
        background:#4db6ac;
        border-radius:0;
    }
    .modifySearchInner .form-control {
        height:40px;
    }
    .pointer-control.pkgDtlCatMenu {
        width:50%;
    clear: both;
    max-width: 154px;
    float: right;
    }
    .list-sebtns {
        width:130px;
        float:right;
    }
    .priceoncall {
        margin-top:10px;
    }
    .list-footer &gt; li {
    padding-right: 0px !important;
}
}

.SearchPrice &gt; del {
    margin: 0 4px 0 0;
}
        .list-footer &gt; li:last-child {
            border: 0;
        }

    .quick ul li a:hover {
        color: #ffbb2a!important;
    padding-left: 15px;
    }

    .Inclusions_pkg &gt; span {
        margin: 5px 0;
    }

#divDestination &gt; .rc-group {
    height:29px;
}
.Advantages ul &gt; li:last-child {
    background:none;
}
.Advantages ul &gt; li:only-child {
    background: url(../img/tickMark.png) no-repeat 0px 4px;
}
.app-imglist {
    margin-bottom:10px;
}

@media (min-width: 992px) {
    .pdngRgt0 {
        padding-right: 0;
    }
    .pdngBrdrNew {
        padding:0 0 0 20px;
        border-right:1px solid #e4e4e4;
        min-height:254px;
    }
    #divDestination {
        margin-bottom: 0 !important;
    }

    .pkgMobMrgn {
        margin-top: 0;
    }

    .newPkgDsgnSrch {
        background: transparent;
        border: 0;
        border-radius: 0;
        margin-bottom: 0;
    }

        .newPkgDsgnSrch .modifySearchInner li .form-control {
            margin-bottom: 0;
            width: 100%;
            border: 0;
            border-radius: 0;
            background:transparent;
            color: #fff;
            padding: 8px 10px 8px 45px;
        }

            .newPkgDsgnSrch .modifySearchInner li .form-control.txtPkgCode {
                width: 100%;
            }

    .newPkgFltrSrch {
        border-radius: 0;
        background: #fff;
        border: 0;
    }

    .PkgInc_Row li {
        margin: 0 0 4px;
    }

        .PkgInc_Row &gt; ul &gt; li &gt; img{
            margin-right: 15px;
            cursor:pointer;
        }
}

.pkgOptions &gt; span {
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.Inclusions_pkg {
    font-size: 12px;
    overflow:hidden;
}

.filterSearch .filterSearchRepeat {
    padding-bottom: 10px;
}

.filterSearchRepeat .fs-heading .allNone a {
    font-size: 10px;
    color: #2C67B3;
}

.filterSearchRepeat .fs-heading {
    padding: 10px;
    background: #eeeeee;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    text-transform: uppercase;
    color: #3c3c3c;
}

.newPkgFltrSrch .txt12 {
    font-size: 10px !important;
    color: #8a8a8a !important;
}

.newPkgSrtBy.sort_By {
    background: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
    margin: 10px 0;
}

    .newPkgSrtBy.sort_By .sortByLink {
        width:100%;
    }

        .newPkgSrtBy.sort_By .sortByLink span {
            display:none;
        }

    .newPkgSrtBy.sort_By select {
        margin: 0;
        font-size: 13px;
        height: auto;
        border: 0;
        border-radius: 0;
        margin-top: 6px;
        color: #3c3c3c;
    }

.newPkgFltrHdng {
    padding: 10px;
}


.filterSearchRepeat .fs-content ul &gt; li {
    margin-bottom: 0px;
}

.SearchResult {
    border: 0;
    border-radius: 0;
    padding:0;
    border:1px solid #e4e4e4;
    margin-bottom: 15px;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.15);
}
.SearchResult:hover {
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
}
.SearchResult:hover .vewDtlBtn {
    background:#4db6ac;
    color:#fff;
}
.Advantages &gt; span {
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0;
}

.Advantages ul &gt; li {
    margin-bottom: 5px;
}

    .Advantages ul &gt; li:last-child {
        margin-bottom: 0;
    }

.travellersDetails.noResult {
    margin: 0 15px 15px;
    padding: 15px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
}

.fltrInput {
    border: 0 !important;
    border-bottom: 1px solid #d8d8d8 !important;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: none !important;
}


/*31Aug CM Sir*/
.pkgDtlCatMenu .dropdown-menu {
    background-color: #fff;
    color: #3c3c3c;
    float: left;
    font-size: 14px;
    left: 0;
    line-height: 1.42857143;
    min-width: 180px;
    opacity: 0;
    display: block !important;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    z-index: 7;
    cursor: pointer;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.pkgDtlCatMenu .dropdown-trigger {
    display: none;
}
.pkgDtlCatMenu {
    margin-top: 10px;
    position: relative;
}
.pkgDtlCatMenu .form-control {
border: 1px solid #f56d6d;
    border-radius: 0;
    color: #f56d6d;
    font-size: 12px;
    height: 26px;
    font-weight: 700;
    padding: 3px 2px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.pkgDtlCatMenu .dropdown-trigger:checked~.pkg-icon-cat-chevron {
    background-position: -217px -257px;
}
.dropdown-trigger:checked ~ .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top:100%
}
.dropdown-trigger:checked ~ label.form-control:before {
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
}
.pkgDtlCatMenu .dropdown-menu {
    background-color: #f4f4f4;
    border: 1px solid #e6e6e6;
    min-width: 100%;
    max-width:280px;
    padding: 0;
    left:auto;
    right:0;
    margin:0;
    border-radius:0;
}
.pkgDtlCatMenu .dropdown-menu li{
    background:#f4f4f4;
}
.pkgDtlCatMenu .dropdown-menu li&gt;a {
    border-bottom: 1px solid #e6e6e6;
    color: #f56d6d;
    display: block;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
.pkgDtlCatMenu .dropdown-menu li &gt; a:hover {
    color: #fff;
    background: #f56d6d;
}
.pkgDtlCatMenu .dropdown-menu li:last-child &gt; a {
    border-bottom:0;
}
.pointer-control.pkgDtlCatMenu .form-control .fa-chevron-down {
    margin-left:5px;
    font-size:10px;
    position:relative;
    top:-1px;
}
.pointer-control.pkgDtlCatMenu label.form-control {
    position:relative;
}
.pointer-control.pkgDtlCatMenu label.form-control:before {
   content: "\f078";
    position: absolute;
    width: 26px;
    background: #fff;
    text-align: center;
    top: 7px;
    right: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
}
    .newPkgFltrHdng  h1 {
    font-size:14px;
}
@media (min-width:991px) and (max-width:1199px) {
    .SearchPrice {
        padding:15px 10px 10px 0;
    }
    .vewDtlBtn {
        margin: 0 10px 10px 0;
        font-size:14px;
    }
    .pdngBrdrNew {
        min-height:215px;
    }
    .priceFontNew {
        font-size:15px;
    }
    .priceoncall {
        margin-top:18px;
    }
    .list-sebtns {
        margin-left:10px;
    }
    .fltyByPara {
        display:none;
    }
}
@media (min-width:768px) and (max-width:991px) {
        .SearchResult {
        margin:5px 0 !important;
        height:740px;
    }
    .fltyByPara {
        display:none;
    }
}
.newDpAdvPop {
    padding:10px;
    border-radius:0;
    background:#fff;
    overflow-y:auto;
    bottom:auto
}
.newDpAdvPop.fade.in {
    transform: translateY(-50%);
    animation: newpopSlide 1.5s linear;
    top:50% !important;
}
@keyframes newpopSlide {
    0% {
        top:45% !important;
    }
    100% {
        top:50% !important;
    }
}
.newDpAdvPop &gt; button {
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#4db6ac;
    color:#fff;
    font-size:24px;
    font-weight:300;
    opacity:1;
}
.newDpAdvPop &gt; button.close:hover, .newDpAdvPop &gt; button.close:focus {
    opacity:1;
    color:#fff;
}
.newDpAdvPop &gt; h5 {
    padding: 10px;
    background:#283848;
    color:#fff;
    margin: -10px -10px 10px;
    font-size:16px;
}
.newDpAdvPop &gt; ul &gt; li {
    font-size:13px;
    padding-left:15px;
    position:relative;
    margin-bottom:2px;
}
.newDpAdvPop &gt; ul &gt; li:before {
    content: '\2713';
    position: absolute;
    left: -2px;
}
.Advantages &gt; ul &gt; li:last-child &gt; a {
    font-weight:700;
    color:#4db6ac;
}
@media only screen and (max-width:480px) {
    .newDpAdvPop {
        left:7%;
        right:7%;
        width:86%;
    }
}
/*------------details page css----------------------*/
.SearchPrice.detail {
    padding:0;
    margin:0;
    text-align:right
}
.mt-5 {
    margin-top:-5px !important;
}
.Inclusions_pkg td {
    margin-bottom:5px;
}
.Inclusions_pkg td.small-text &gt; span{
    margin-left:5px;
}
.fs-content.similarPkg &gt; ul &gt; li &gt; h2 {
    margin-top:10px;
}
.fs-content.similarPkg &gt; ul &gt; li:first-child &gt; h2 {
    margin-top:0;
}
.fs-content.similarPkg &gt; ul &gt; li &gt; .pull-right &gt; a {
    color:#fff !important;
    background:#4db6ac;
    padding:6px 20px;
    border:0;
    border-radius:0;
}
.pkgDetailTabsWrap #tabs li a {
    padding:8px 10px; 
}
.pkgDetailTabsWrap #tabs li .BookOnlinetab {
    background:#f56d6d;
    color:#fff;
}
.text-teal {
    color:#4db6ac;
    font-weight:700;
}
.pkgDetailTabsWrap #tabs li a.active {
    background:#4db6ac;
    color:#fff;
}
.row.row_grid &gt; .col-xs-12 &gt; p.txt14 {
    margin-top:20px;
}
.form-control.txtPkgCode:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #4db6ac inset;
    -webkit-text-fill-color: #fff !important;
}
.sortByDrop {
    background:#fff;
}
.newPkgSrtBy .nav-drop {
    text-align:right;
    padding:10px 0;
    display:block
}
.newPkgSrtBy .nav-drop &gt; .nav-drop-menu {
    left:auto;
    right:-15px;
    width: 100%;
    max-width: 150px;
}
.newPkgSrtBy .nav-drop &gt; .nav-drop-menu &gt; li &gt; a {
    background: #fff;
    color: #999;
    padding: 7px 10px;
    line-height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    text-align:left;
}
.newPkgSrtBy .nav-drop &gt; .nav-drop-menu &gt; li &gt; a:hover {
    background-color: #eee;
    color: #2575ba;
}
.newPkgSrtBy .nav-drop:hover &gt; a &gt; .fa-angle-down {
    transform: rotate(180deg);
}
.newPkgSrtBy .nav-drop &gt; a, .newPkgSrtBy .nav-drop &gt; a &gt; i {
    font-weight:700;
}
.newPkgSrtBy .nav-drop &gt; a &gt; i {
    margin-left:8px;
}
.newPkgSrtBy .nav-drop &gt; a:hover, .newPkgSrtBy .nav-drop &gt; a:active, .newPkgSrtBy .nav-drop &gt; a:visited, .newPkgSrtBy .nav-drop &gt; a:focus {
    color:#3c3c3c;
}
.newPkgSrtBy .nav-drop &gt; .nav-drop-menu &gt; li:first-child &gt; a:after, .newPkgSrtBy  .nav-drop &gt; .nav-drop-menu &gt; li:first-child &gt; a:before {
    left:auto;
    right:41px;
}
.newPkgSrtBy .nav-drop &gt; .nav-drop-menu &gt; li:first-child &gt; a:before {
    right:40px;
}
.newFltrTrgr small {
    font-style:italic;
}
/*---------for uc pop up------------*/
.modalDiv {
    background:rgba(0,0,0,0.9);
}
#aReset {
    color:#4db6ac;
    text-transform:capitalize;
}
.pkgdtlOptionsWrap &gt; .row &gt; .col-sm-8.col-md-9 &gt; .row &gt; .col-xs-6 {
    width:33.33%;
}
/*---------for uc pop up------------*/
@media only screen and (max-width:767px) {
    .SearchPrice {
   padding:10px 0 15px 15px;
   text-align:left;
   width:50%;
   font-size:10px;
   overflow:hidden;
   }
        .SearchPrice ins, .SearchPrice ins .WebRupee1 {
            font-size:16px;
        }
        .SearchPrice del, .SearchPrice del .WebRupee1 {
            font-size:13px;
        }
        .SearchPrice .pkgDtlCatMenu {
            position:absolute;
            right:30px;
            bottom:55px;
        }
    .vewDtlBtn {
    margin: 0;
    position:absolute;
    right:30px;
    bottom:15px;
    font-size:14px;
    clear: both;
    padding: 6px 38px;
    float:none;
    }
    .list-footer &gt; li {
    float: left;
    border-right: 1px solid #fff;
    padding-left: 6px;
    padding-right: 8px;
}
    .priceoncall, .priceFontNew {
        margin:0;
        font-size:14px;
    }
    .SearchPrice &gt; del + br {
        display: none;
    }
    .list-sebtns {
        display:none;
    }
    .newDpAdvPop &gt; h5 {
        font-size:14px;
    }

/*--------hide footer on mobile----------*/
    .footer-bottom, .list-footer, .footer-phone, .footer-heading, .footer-contacts, .pkgdtlOptions &gt; a &gt; input{
        display:none;
    }
    .scrollup {
        right:15px;
        bottom:60px;
    }
    .pkgdtlOptionsWrap &gt; .row &gt; .col-sm-8.col-md-9 &gt; .row &gt; .col-xs-6 {
    width:50%;
}
}
/*-----------new packages search option-----------------*/
.mb0 {
    margin-bottom: 0 !important;
}
.newPkdMdlConLbl .posAbs.close {
    position:absolute;
    width:36px;
    height:36px;
    line-height:36px;
    font-size:22px;
    right:0;
    top:0;
    color:#3c3c3c;
    text-align:center;
    text-shadow:none;
    opacity:1;
    cursor:pointer;
    z-index:2;
}
.newPkdMdlConLbl {
    background:#fff;
    opacity:0;
    visibility:hidden;
    position:fixed;
    top:45%;
    left: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%);
    width:96%;
    max-width:920px;
        transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
}
.newPkdMdlConInpt {
    display:none !important;
}
.newpkgConClose {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
}
.newPkdMdlConInpt:checked ~ .newPkdMdlConLbl, .newPkdMdlConLbl.open {
	z-index: 99;
	opacity: 1;
	top: 50%;
	visibility: visible;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.newPkdMdlConInpt:checked ~ .newpkgConClose, .newpkgConClose.open {
	z-index: 98;
	opacity: 1;
	visibility: visible;
}
.newPkdMdlConLbl .modal-body {
    padding:25px 20px;
    max-height:480px;
}
/*------new css 19-nov-18-----*/
.mobHdrPkgNew {
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#fafafa;
    padding:8px 15px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-bottom: 1px solid #cfcfcf;
    z-index: 5;
    min-height:60px
}
@media only screen and (max-width: 768px) {
    .fs-content &gt; ul &gt; li:last-child &gt; .rc-group &gt; .rc-control {
    margin-bottom:10px
}
    .newPkdMdlConLbl .modal-body {
        max-height:initial
    }
    .flgtFltrStrip {
        border:0
    }
    .pkgHdng1 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 236px;
    text-transform:uppercase
}
    .pkgHdng1 &gt; span {
        display:block
    }
        .pkgHdng1 &gt; span &gt; span {
            font-weight:bold;
            text-transform:initial;
            margin-left:3px
        }
    .ovrflEllips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .mdfySrchLbl, .busFltrLbl {
    position: absolute;
    padding: 0 6px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    top: 9px;
    margin: 0;
}
    .mdfySrchLbl {
    right: 55px;
}
    .busFltrLbl {
    right: 10px;
}
    .filterBySrch {
    padding: 9px 10px;
    background: #f4f4f4;
    font-size: 14px;
    font-weight: 700;
    color: #3c3c3c;
}
    .newPkgSrtBy .nav-drop {
        padding:0
    }
        .newPkgSrtBy .nav-drop &gt; a {
            display:inline-block;
            padding:2px 15px;
            background:#4db6ac;
            color:#fff;
            border-radius:3px;
            margin:8px -15px 8px 0
        }
    .newPkgSrtBy .nav-drop &gt; .nav-drop-menu {
        top:110%
    }
        .newPkgSrtBy .nav-drop &gt; a:hover, .newPkgSrtBy .nav-drop &gt; a:active, .newPkgSrtBy .nav-drop &gt; a:visited, .newPkgSrtBy .nav-drop &gt; a:focus {
            color:#fff;
        }
    .newPkgSrtBy.sort_By {
        background:transparent;
        border:0;
        margin:0
    }

}
.newFltrTrgr {
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.SearchBadges_Pkg &gt; ul &gt; li img {
    vertical-align:baseline
}
.PkgInc_Row &gt; ul &gt; li {
    width:auto;
    margin-bottom:10px;
}
.pkgInrInpt {
    color: #3c3c3c;
    border: 1px solid #d8d8d8!important;
    border-radius: 0;
    box-shadow: none;
}
.modalCloseBtn {
	background-position: -273px 0;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.sendEnqPopup .modal-body{
    background:#fff
}</pre></body></html>