[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.contright {
    display: none !important
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
        width: 0;
        height: 0
    }

.simplebar-content:before, .simplebar-content:after {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: '';
        background: #000;
        border-radius: 7px;
        left: 2px;
        right: 2px;
        opacity: 0;
        transition: opacity .2s linear;
        display: none
    }

    .simplebar-scrollbar.simplebar-visible:before {
        opacity: .5;
        transition: opacity 0 linear
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto
    }

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.mainHomeWrapper .search-widget .tab-content .form-group .input-wrapper input {
    padding: 0 10px
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

.whiteFont, .whiteFont:focus, .whiteFont:hover {
    color: #fff
}

.pageminheight {
    position: relative;
    min-height: calc(103vh - 320px)
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

.panel-body {
    padding: 15px
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

.fontBold {
    font-weight: 700 !important
}

mark {
    background: #ff0;
    color: #000
}

.hideFilter {
    visibility: hidden
}

.showFilter {
    visibility: visible
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.noImg {
    width: 80% !important
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    position: absolute
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

.room-info strong {
    font-weight: 100
}

.borderBottom {
    border-bottom: 1px solid #ddd
}

code, kbd, pre, samp {
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

.preLoaderSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.footerNoCnt {
    position: relative;
    width: 100%;
    bottom: 0
}

.room-info p {
    padding-top: 0;
    margin-bottom: 0 !important
}

.room-info br {
    display: none
}

.room-info p:nth-child(1) {
    display: inline-block;
    margin-bottom: 5px !important
}

.room-info p:nth-child(2) {
    display: inline-block;
    margin-left: 4px
}

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
    font-display: swap
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: var(--secondaryColor);
    text-decoration: none
}

    a:focus, a:hover {
        color: #98181b;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: relative;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.no_result_page_found {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .no_result_page_found a {
        background-color: var(--secondaryColor);
        border-color: transparent;
        height: 48px;
        color: #fff !important;
        outline: 0;
        text-align: center;
        border-radius: .5rem !important;
        font-weight: 600;
        font-size: 16px !important;
        width: auto;
        padding: 12px 20px;
        text-decoration: none
    }

.page_404 {
    margin-bottom: 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
    padding: 10px 0 25px
}

#srp-result #noRecord a {
    color: #898989;
    font-size: 16px;
    padding-bottom: 20px;
    display: block
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism, .text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: var(--secondaryColor) !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #ae1b1f
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: var(--secondaryColor) !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #ae1b1f
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container:after, .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:1024px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 0px;
    padding-right: 0px
}

    .container-fluid:after, .container-fluid:before {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-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, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .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-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1024px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    body {
        overflow-x: hidden !important;
        max-width: 100% !important
    }

    .inner-page-srch-wrap {
        min-height: 56px
    }

    .mobile-view {
        display: block !important
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

        .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
            white-space: nowrap
        }

    .table-responsive > .table-bordered {
        border: 0
    }

        .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
            border-left: 0
        }

        .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
            border-right: 0
        }

        .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
            border-bottom: 0
        }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #d05d43;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #d05d43;
    background-color: transparent;
    border-color: #d05d43;
    border-radius: 0
}

    .btn-default.focus, .btn-default:focus {
        color: #d05d43;
        background-color: transparent;
        border-color: #762e1e
    }

    .btn-default:hover {
        color: #d05d43;
        background-color: transparent;
        border-color: #ab422b
    }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        color: #d05d43;
        background-color: transparent;
        border-color: #ab422b
    }

        .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 > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
            color: #d05d43;
            background-color: transparent;
            border-color: #762e1e
        }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        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: transparent;
        border-color: #d05d43
    }

    .btn-default .badge {
        color: transparent;
        background-color: #d05d43
    }

    .btn-default.focus, .btn-default:focus, .btn-default:hover {
        color: #fff;
        background-color: #d05d43;
        border-color: #d05d43;
        border-radius: 0
    }

        .btn-default.focus.focus, .btn-default.focus:focus, .btn-default:focus.focus, .btn-default:focus:focus, .btn-default:hover.focus, .btn-default:hover:focus {
            color: #fff;
            background-color: #b3462d;
            border-color: #762e1e
        }

        .btn-default.focus:hover, .btn-default:focus:hover, .btn-default:hover:hover {
            color: #fff;
            background-color: #b3462d;
            border-color: #ab422b
        }

        .btn-default.focus.active, .btn-default.focus:active, .btn-default:focus.active, .btn-default:focus:active, .btn-default:hover.active, .btn-default:hover:active, .open > .btn-default.focus.dropdown-toggle, .open > .btn-default:focus.dropdown-toggle, .open > .btn-default:hover.dropdown-toggle {
            color: #fff;
            background-color: #b3462d;
            border-color: #ab422b
        }

            .btn-default.focus.active.focus, .btn-default.focus.active:focus, .btn-default.focus.active:hover, .btn-default.focus:active.focus, .btn-default.focus:active:focus, .btn-default.focus:active:hover, .btn-default:focus.active.focus, .btn-default:focus.active:focus, .btn-default:focus.active:hover, .btn-default:focus:active.focus, .btn-default:focus:active:focus, .btn-default:focus:active:hover, .btn-default:hover.active.focus, .btn-default:hover.active:focus, .btn-default:hover.active:hover, .btn-default:hover:active.focus, .btn-default:hover:active:focus, .btn-default:hover:active:hover, .open > .btn-default.focus.dropdown-toggle.focus, .open > .btn-default.focus.dropdown-toggle:focus, .open > .btn-default.focus.dropdown-toggle:hover, .open > .btn-default:focus.dropdown-toggle.focus, .open > .btn-default:focus.dropdown-toggle:focus, .open > .btn-default:focus.dropdown-toggle:hover, .open > .btn-default:hover.dropdown-toggle.focus, .open > .btn-default:hover.dropdown-toggle:focus, .open > .btn-default:hover.dropdown-toggle:hover {
                color: #fff;
                background-color: #973a26;
                border-color: #762e1e
            }

        .btn-default.focus.active, .btn-default.focus:active, .btn-default:focus.active, .btn-default:focus:active, .btn-default:hover.active, .btn-default:hover:active, .open > .btn-default.focus.dropdown-toggle, .open > .btn-default:focus.dropdown-toggle, .open > .btn-default:hover.dropdown-toggle {
            background-image: none
        }

        .btn-default.focus.disabled.focus, .btn-default.focus.disabled:focus, .btn-default.focus.disabled:hover, .btn-default.focus[disabled].focus, .btn-default.focus[disabled]:focus, .btn-default.focus[disabled]:hover, .btn-default:focus.disabled.focus, .btn-default:focus.disabled:focus, .btn-default:focus.disabled:hover, .btn-default:focus[disabled].focus, .btn-default:focus[disabled]:focus, .btn-default:focus[disabled]:hover, .btn-default:hover.disabled.focus, .btn-default:hover.disabled:focus, .btn-default:hover.disabled:hover, .btn-default:hover[disabled].focus, .btn-default:hover[disabled]:focus, .btn-default:hover[disabled]:hover, fieldset[disabled] .btn-default.focus.focus, fieldset[disabled] .btn-default.focus:focus, fieldset[disabled] .btn-default.focus:hover, fieldset[disabled] .btn-default:focus.focus, fieldset[disabled] .btn-default:focus:focus, fieldset[disabled] .btn-default:focus:hover, fieldset[disabled] .btn-default:hover.focus, fieldset[disabled] .btn-default:hover:focus, fieldset[disabled] .btn-default:hover:hover {
            background-color: #d05d43;
            border-color: #d05d43
        }

        .btn-default.focus .badge, .btn-default:focus .badge, .btn-default:hover .badge {
            color: #d05d43;
            background-color: #fff
        }

.btn-primary {
    color: #fff;
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
    border-radius: 0
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #ae1b1f;
        border-color: #560d0f
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #ae1b1f;
        border-color: #8f161a
    }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ae1b1f;
        border-color: #8f161a
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #8f161a;
            border-color: #560d0f
        }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: var(--secondaryColor) !important;
        border-color: var(--secondaryColor) !important
    }

    .btn-primary .badge {
        color: var(--secondaryColor) !important;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 0
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #08295f;
    border-color: #061f47;
    border-radius: 0
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #041530;
        border-color: #000
    }

    .btn-info:hover {
        color: #fff;
        background-color: #041530;
        border-color: #01060f
    }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #041530;
        border-color: #01060f
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #01060f;
            border-color: #000
        }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        background-image: none
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #08295f;
        border-color: #061f47
    }

    .btn-info .badge {
        color: #08295f;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    border-radius: 0
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        background-image: none
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 0
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        background-image: none
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: var(--secondaryColor) !important;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #98181b;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
    display: block;
    width: 100%
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.loginSignupModalMain.fade {
    opacity: 1
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: var(--secondaryColor) !important
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block;
}

.dropdown.mobacc.kmobhide.open .dropdown-menu {
    left: -110px;
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar:after, .btn-toolbar:before {
        content: " ";
        display: table
    }

    .btn-toolbar:after {
        clear: both
    }

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
        content: " ";
        display: table
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell
    }

        .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:after, .nav:before {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: var(--secondaryColor) !important
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: var(--secondaryColor) !important
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    top: 15% !important
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header:after, .modal-header:before {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px;
        position: absolute;
        top: 15px;
        right: 15px;
        background: 0 0;
        border: 0
    }

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:after, .modal-footer:before {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:1024px) {
    .modal-lg {
        width: 900px
    }
}

.loginSignupModalMain .modal-dialog {
    top: 40px !important
}

    .loginSignupModalMain .modal-dialog .modal-content {
        position: relative
    }

        .loginSignupModalMain .modal-dialog .modal-content .close {
            margin-top: -16px;
            top: 35px;
            position: absolute;
            background: no-repeat;
            right: 15px;
            border: none;
            color: #1f4783;
            font-size: 35px
        }

        .loginSignupModalMain .modal-dialog .modal-content .modal-header {
            margin-top: 0px;
            padding-bottom: 5px;
            border-bottom: none
        }

            .loginSignupModalMain .modal-dialog .modal-content .modal-header .modal-title {
                color: #1f4783;
                font-weight: 700
            }

    .loginSignupModalMain .modal-dialog .modal-body .facebook {
        background: #1f4783;
        text-align: center;
        position: relative;
        cursor: pointer;
        padding: 12px 0 12px 20px;
        color: #fff
    }

        .loginSignupModalMain .modal-dialog .modal-body .facebook a {
            color: #fff;
            font-size: 16px;
            font-weight: 700
        }

        .loginSignupModalMain .modal-dialog .modal-body .facebook .fb-icon {
            background-position: 7px 4px;
            width: 20px;
            left: 31px;
            top: 5px;
            position: absolute;
            height: 30px;
            display: block
        }

    .loginSignupModalMain .modal-dialog .modal-body .google {
        border: 1px solid #999;
        box-shadow: 0 1px 3px 0 #dcdcdc;
        margin-top: 8px;
        position: relative;
        cursor: pointer;
        padding: 14px 0;
        color: #666;
        font-size: 16px;
        text-align: center;
        font-weight: 700
    }

        .loginSignupModalMain .modal-dialog .modal-body .google a {
            color: #666;
            font-size: 16px;
            font-weight: 700
        }

        .loginSignupModalMain .modal-dialog .modal-body .google .google-icon {
            background-position: -22px 6px;
            width: 20px;
            height: 30px;
            top: 7px;
            left: 33px;
            position: absolute;
            display: block
        }

        .loginSignupModalMain .modal-dialog .modal-body .google .goto-mail {
            color: #333;
            font-weight: 700
        }

    .loginSignupModalMain .modal-dialog .modal-body .zhumroo-acc {
        padding: 14px 0;
        text-align: center;
        color: #666
    }

        .loginSignupModalMain .modal-dialog .modal-body .zhumroo-acc p {
            font-size: 12px;
            position: relative
        }

            .loginSignupModalMain .modal-dialog .modal-body .zhumroo-acc p:before {
                content: '';
                background: #e5e5e5;
                width: 35px;
                height: 1px;
                position: absolute;
                top: 8px;
                left: 20px
            }

            .loginSignupModalMain .modal-dialog .modal-body .zhumroo-acc p:after {
                content: '';
                background: #e5e5e5;
                width: 35px;
                height: 1px;
                position: absolute;
                top: 8px;
                right: 20px
            }

    .loginSignupModalMain .modal-dialog .modal-body .form-group input {
        width: 100%;
        margin-bottom: 8px;
        padding: 20px 15px
    }

    .loginSignupModalMain .modal-dialog .modal-body .form-group .login-btn {
        width: 100%
    }

    .loginSignupModalMain .modal-dialog .modal-body .form-group .error-msg {
        color: var(--secondaryColor) !important;
        font-size: 11px;
        padding-left: 10px;
        margin-top: -8px;
        margin-bottom: 8px
    }

    .loginSignupModalMain .modal-dialog .modal-body .forget-psword li {
        list-style: none
    }

        .loginSignupModalMain .modal-dialog .modal-body .forget-psword li a, .loginSignupModalMain .modal-dialog .modal-body .forget-psword li span {
            display: block;
            padding: 14px 0;
            text-align: center;
            color: #1f4783
        }

    .loginSignupModalMain .modal-dialog .modal-body .teamof-service li {
        list-style: none
    }

        .loginSignupModalMain .modal-dialog .modal-body .teamof-service li a {
            display: block;
            padding: 14px 0;
            text-align: center;
            font-size: 12px;
            color: #999
        }

            .loginSignupModalMain .modal-dialog .modal-body .teamof-service li a span {
                color: #1f4783;
                border-bottom: 1px solid #1f4783
            }

    .loginSignupModalMain .modal-dialog .eml-entr {
        margin-top: -15px;
        margin-bottom: 20px
    }

        .loginSignupModalMain .modal-dialog .eml-entr p {
            font-size: 14px
        }

        .loginSignupModalMain .modal-dialog .eml-entr h6 {
            font-size: 14px;
            font-weight: 700
        }

    .loginSignupModalMain .modal-dialog .verify-email p {
        font-weight: 700;
        padding-bottom: 10px;
        padding-top: 20px
    }

    .loginSignupModalMain .modal-dialog .verify-email ul li {
        list-style: none;
        font-size: 14px
    }

        .loginSignupModalMain .modal-dialog .verify-email ul li > a {
            color: #1f4783;
            border-bottom: 1px solid #1f4783
        }

    .loginSignupModalMain .modal-dialog .footer-login {
        background: #c2e6fa;
        padding: 14px 0;
        margin: 0 -15px -15px;
        border-radius: 5px;
        text-align: center
    }

        .loginSignupModalMain .modal-dialog .footer-login p {
            color: #1f4783
        }

        .loginSignupModalMain .modal-dialog .footer-login a {
            color: #1f4783
        }

            .loginSignupModalMain .modal-dialog .footer-login a span {
                font-weight: 700;
                border-bottom: 1px solid #1f4783
            }

@media screen and (min-width:768px) {
    .loginSignupModalMain .modal-dialog {
        width: 435px
    }
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm {
        display: block !important
    }

    .tab-paneversion-one .tab-pane {
        padding-left: 0 !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .zhumroo-mb-search.mainHomeWrappervs-one .container {
        padding: 0
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: zhumroo-icons;
    src: url(../fonts/zhumroo-icons.eot);
    src: url(../fonts/zhumroo-icons.eot?#iefix) format("embedded-opentype"),url(../fonts/zhumroo-icons.woff2) format("woff2"),url(../fonts/zhumroo-icons.woff) format("woff"),url(../fonts/zhumroo-icons.ttf) format("truetype"),url(../fonts/zhumroo-icons.svg#zhumroo-icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: zhumroo-icons;
    src: url(../fonts/zhumroo-icons.svg#zhumroo-icons) format("svg");
    font-display: swap
}

[data-icon]:before {
    content: attr(data-icon)
}

.icon-ac:before, .icon-add:before, .icon-amex:before, .icon-arrow-big:before, .icon-bar:before, .icon-breakfast-filled:before, .icon-breakfast:before, .icon-briefcase:before, .icon-business-center:before, .icon-calendar:before, .icon-camera:before, .icon-cancel-line:before, .icon-check-filled:before, .icon-check:before, .icon-clock:before, .icon-close:before, .icon-excursion:before, .icon-filters:before, .icon-flights:before, .icon-gallery:before, .icon-globe:before, .icon-gym:before, .icon-hotels:before, .icon-info:before, .icon-jacuzzi:before, .icon-laundry:before, .icon-location:before, .icon-mail:before, .icon-message:before, .icon-offers:before, .icon-packages:before, .icon-phone:before, .icon-pool:before, .icon-prcentage-arrow:before, .icon-room-service:before, .icon-room:before, .icon-rosette:before, .icon-search:before, .icon-sort:before, .icon-star:before, .icon-tabs:before, .icon-tag:before, .icon-thumbnail:before, .icon-tick:before, .icon-transfer:before, .icon-twinsharing:before, .icon-unlock:before, .icon-users:before, .icon-view:before, .icon-visa:before, .icon-wifi:before, [data-icon]:before {
    display: inline-block;
    font-family: zhumroo-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.icon-ac:before {
    content: "\f11b"
}

.icon-add:before {
    content: "\f11c"
}

.icon-amex:before {
    content: "\f141"
}

.icon-arrow-big:before {
    content: "\f107"
}

.icon-bar:before {
    content: "\f11d"
}

.icon-breakfast:before {
    content: "\f11e"
}

.icon-breakfast-filled:before {
    content: "\f135"
}

.icon-briefcase:before {
    content: "\f144"
}

.icon-business-center:before {
    content: "\f11f"
}

.icon-calendar:before {
    content: "\f10b"
}

.icon-camera:before {
    content: "\f136"
}

.icon-cancel-line:before {
    content: "\f138"
}

.icon-check:before {
    content: "\f10c"
}

.icon-check-filled:before {
    content: "\f13d"
}

.icon-clock:before {
    content: "\f142"
}

.icon-close:before {
    content: "\f133"
}

.icon-excursion:before {
    content: "\f120"
}

.icon-filters:before {
    content: "\f130"
}

.icon-flights:before {
    content: "\f121"
}

.icon-gallery:before {
    content: "\f13e"
}

.icon-globe:before {
    content: "\f13c"
}

.icon-gym:before {
    content: "\f122"
}

.icon-hotels:before {
    content: "\f123"
}

.icon-info:before {
    content: "\f143"
}

.icon-jacuzzi:before {
    content: "\f124"
}

.icon-laundry:before {
    content: "\f125"
}

.icon-location:before {
    content: "\f126"
}

.icon-mail:before {
    content: "\f140"
}

.icon-message:before {
    content: "\f147"
}

.icon-offers:before {
    content: "\f112"
}

.icon-packages:before {
    content: "\f127"
}

.icon-phone:before {
    content: "\f10d"
}

.icon-pool:before {
    content: "\f128"
}

.icon-prcentage-arrow:before {
    content: "\f111"
}

.icon-room:before {
    content: "\f139"
}

.icon-room-service:before {
    content: "\f129"
}

.icon-rosette:before {
    content: "\f116"
}

.icon-search:before {
    content: "\f11a"
}

.icon-sort:before {
    content: "\f131"
}

.icon-star:before {
    content: "\f12b"
}

.icon-tabs:before {
    content: "\f134"
}

.icon-tag:before {
    content: "\f12c"
}

.icon-thumbnail:before {
    content: "\f13f"
}

.icon-tick:before {
    content: "\f132"
}

.icon-transfer:before {
    content: "\f12d"
}

.icon-twinsharing:before {
    content: "\f13a"
}

.icon-unlock:before {
    content: "\f146"
}

.icon-users:before {
    content: "\f110"
}

.icon-view:before {
    content: "\f13b"
}

.icon-visa:before {
    content: "\f12e"
}

.icon-wifi:before {
    content: "\f12f"
}

#zhumroo-header {
    background-color: #fff;
    padding: 9px 0 7px
}

    #zhumroo-header .zhumroo-logo a {
        display: block;
        text-decoration: none
    }

        #zhumroo-header .zhumroo-logo a img {
            max-width: 87px;
            height: auto
        }

    #zhumroo-header .zhumroo-header-right {
        text-align: right
    }

        #zhumroo-header .zhumroo-header-right > ul {
            list-style-type: none;
            margin-top: 8px
        }

            #zhumroo-header .zhumroo-header-right > ul > li {
                display: inline-flex;
                padding-right: 12px;
                vertical-align: middle
            }

                #zhumroo-header .zhumroo-header-right > ul > li > a {
                    color: #1f4783;
                    font-size: 16px;
                    text-transform: uppercase;
                    display: flex;
                    align-items: center
                }

                    #zhumroo-header .zhumroo-header-right > ul > li > a i {
                        padding-right: 5px;
                        font-size: 22px
                    }

@media screen and (min-width:320px) and (max-width:767px) {
    #zhumroo-header .zhumroo-header-right > ul > li > a i.icon-phone {
        border-radius: 50% 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50% 50%;
        -o-border-radius: 50% 50%;
        -ms-border-radius: 50% 50%;
        width: 24px;
        height: 24px;
        border: 1px solid #1f4783;
        font-size: 13px;
        line-height: 24px;
        padding: 1px 5px
    }
}

#zhumroo-header .zhumroo-header-right > ul > li > a.country-drpdown {
    background-color: #e5e5e5;
    padding: 2px 5px;
    display: block
}

    #zhumroo-header .zhumroo-header-right > ul > li > a.country-drpdown i {
        font-size: 8px;
        padding-left: 2px;
        padding-right: 0
    }

#zhumroo-header .zhumroo-header-right > ul > li:last-child {
    padding-right: 0
}

#zhumroo-header .zhumroo-header-right > ul.myaccount-nav {
    display: block;
    margin-top: 0;
    width: 100%
}

    #zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li {
        display: block
    }

        #zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li > a {
            display: block;
            text-transform: none;
            text-align: center;
            cursor: pointer
        }

        #zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li > span {
            display: block;
            text-transform: none;
            text-align: center;
            cursor: pointer
        }

        #zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li > a > i {
            display: block;
            font-size: 22px;
            text-align: center
        }

        #zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li > a .icon-arrow-big {
            font-size: 9px
        }

        #zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li .dropdown-menu {
            width: 160px;
            min-width: initial;
            padding-left: 13px;
        }

.dropdown.mobacc.kmobhide.open ul.dropdown-menu.sorting-options li span {
    width: 100%;
    display: inline-block
}

@media screen and (min-width:1024px) {
    #zhumroo-header .zhumroo-header-right > ul.myaccount-nav {
        display: inline-block;
        width: auto
    }
}

@media screen and (max-width:1023px) {
    .myaccount-nav .dropdown-menu {
        left: auto;
        right: 0
    }

    #zhumroo-header {
        position: relative !important;
        z-index: 10 !important
    }

    .search-widget-overlay {
        z-index: 99 !important
    }
}

#zhumroo-header .nav-tabs {
    border-bottom: none
}

    #zhumroo-header .nav-tabs > li a {
        display: block;
        color: #1f4783;
        font-size: 16px;
        border: none;
        padding: 0 12px;
        position: relative
    }

        #zhumroo-header .nav-tabs > li a i {
            font-size: 22px;
            cursor: none
        }

    #zhumroo-header .nav-tabs > li.active {
        background-color: transparent
    }

        #zhumroo-header .nav-tabs > li.active a {
            font-weight: 700;
            border: none
        }

            #zhumroo-header .nav-tabs > li.active a:after {
                opacity: 1
            }

@media screen and (min-width:320px) and (max-width:767px) {
    #zhumroo-header .nav-tabs {
        margin-top: 32px
    }

    .close-btn.filter-close {
        color: #1f4783 !important
    }

    #zhumroo-header .nav-tabs li {
        display: block;
        float: none;
        margin-bottom: 25px
    }

        #zhumroo-header .nav-tabs li a {
            font-size: 18px
        }

            #zhumroo-header .nav-tabs li a i {
                padding-right: 16px;
                position: relative;
                top: 4px
            }

    #zhumroo-header .hemburger-menu {
        display: inline-block !important;
        width: 20px;
        margin-right: 15px
    }

        #zhumroo-header .hemburger-menu span {
            display: block;
            background-color: #333;
            height: 2px;
            margin-bottom: 4px;
            opacity: .7
        }

            #zhumroo-header .hemburger-menu span:last-child {
                margin-bottom: 0
            }

        #zhumroo-header .hemburger-menu + a {
            display: inline-block
        }

    #zhumroo-header #zhumroo-main-nav {
        position: fixed;
        width: 100%;
        left: -100%;
        top: 0;
        height: 100vh;
        background-color: #fff;
        padding: 23px 23px 0;
        z-index: 1;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

        #zhumroo-header #zhumroo-main-nav.open-nav {
            left: 0;
            overflow-y: auto;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease
        }

    #zhumroo-mainbanner-search .zhumroo-mainbanner-features .feature-item.travelco-ic:before {
        width: 30px;
        height: 30px
    }

    #zhumroo-mainbanner-search .zhumroo-mainbanner-features .feature-item.travelco-ic:after {
        content: '';
        transform: rotate(45deg);
        height: 16px;
        width: 8px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        top: 9px;
        left: 11px
    }

    #zhumroo-mainbanner-search .zhumroo-mainbanner-features .feature-item:after {
        font-size: 30px
    }

    #zhumroo-header .nav-tabs > li a {
        padding: 0 !important
    }
}

@media screen and (min-width:768px) {
    #zhumroo-header .zhumroo-header-right > ul {
        margin-top: 16px
    }

        #zhumroo-header .zhumroo-header-right > ul > li {
            padding-right: 22px
        }

            #zhumroo-header .zhumroo-header-right > ul > li > a i {
                font-size: 14px
            }

    #zhumroo-header .nav-tabs {
        border-bottom: none
    }

        #zhumroo-header .nav-tabs > li a {
            text-align: center
        }

            #zhumroo-header .nav-tabs > li a:after {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                position: absolute;
                bottom: -9px;
                left: 40%;
                opacity: 0;
                opacity: 0
            }

            #zhumroo-header .nav-tabs > li a i {
                display: block;
                cursor: pointer
            }

        #zhumroo-header .nav-tabs > li:hover {
            background-color: transparent
        }

            #zhumroo-header .nav-tabs > li:hover a {
                background-color: transparent
            }
}

.payment-loader {
    min-height: 130px;
    position: relative;
    width: 100%
}

.payment-loader-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.three-bounce {
    margin: 20px auto;
    width: 70px;
    text-align: center
}

    .three-bounce > div {
        width: 18px;
        height: 18px;
        background-color: #009946;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both
    }

    .three-bounce .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .three-bounce .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

@-webkit-keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

.hdrshadow .zhumroo-header {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.04);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.04);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,.04);
    box-shadow: 0 5px 10px rgba(0,0,0,.04);
    margin-bottom: 35px
}

.hdrshadow p {
    line-height: 1.5
}

.hdrshadow .main h2 {
    font-weight: 700 !important
}

.tnctablebig {
    width: 100%;
    overflow: auto
}

    .tnctablebig table {
        min-width: 700px
    }

.hdrshadow .main {
    max-width: 100%;
    overflow: auto
}

@keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0)
    }
}

@media screen and (max-width:480px) {
    .myaccount-nav .dropdown a img {
        width: 24px;
        height: 24px
    }

    #zhumroo-header .zhumroo-header-right > ul > li > a {
        font-size: 13px
    }

    .contright {
        margin-left: 7px !important
    }

    #zhumroo-header .zhumroo-header-right {
        padding: 5px 0
    }

        #zhumroo-header .zhumroo-header-right > ul > li {
            padding-right: 0
        }

    #contact-top {
        padding: 5px
    }

    .myaccount-nav .dropdown a img {
        width: 24px;
        height: 24px
    }
}

#zhumroo-main-footer {
    background: #e0f2fc;
    padding: 34px 0;
    color: var(--headingColor)
}
.widget-help {
    margin-bottom: 20px;
}
.footer-logo {
    margin-bottom: 40px!important;
}

#zhumroo-main-footer .footer-tab {
    margin-top: 20px
}

        #zhumroo-main-footer .footer-tab > li {
            list-style: none;
            margin-bottom: 15px
        }

            #zhumroo-main-footer .footer-tab > li > a {
                text-decoration: none;
                color: var(--headingColor);
                cursor: pointer;
                font-size: 16px
            }

.zhumroo-inquiry-wrapper input::-webkit-input-placeholder {
    color: #ddd
}

.zhumroo-inquiry-wrapper input::-moz-input-placeholder {
    color: #ddd
}

.zhumroo-inquiry-wrapper input:-ms-input-placeholder {
    color: #ddd
}

.zhumroo-inquiry-wrapper input::placeholder {
    color: #ddd
}

.inquiry-form .fill-form {
    border-radius: 5px !important
}

@media screen and (min-width:768px) {
    #zhumroo-main-footer .copyright {
        font-weight: 400
    }

    #zhumroo-main-footer .footer-tab {
        margin-top: 0
    }

        #zhumroo-main-footer .footer-tab > li {
            display: inline-block;
            padding-left: 30px;
            margin-bottom: 0
        }

            #zhumroo-main-footer .footer-tab > li:first-child {
                padding-left: 0
            }
}

.form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%
}

    .form-group input {
        line-height: 32px;
        outline: 0;
        padding: 10px;
        border: solid 1px #e5e5e5;
        height: 32px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px
    }

    .form-group select {
        outline: 0;
        padding: 5px;
        border: solid 1px #e5e5e5;
        height: 32px;
        border-radius: 5px;
        color: gray
    }

.sidber-box .form-group select {
    padding: 5px 30px;
    width: 100%
}

.filterBox .form-group select {
    padding-left: 30px
}

.form-group > i {
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 30px !important
}

.form-group > i + input {
    padding-left: 32px
}

.form-group input[type=checkbox], .form-group input[type=radio] {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0
}

    .form-group input[type=checkbox] + label, .form-group input[type=radio] + label {
        display: inline-block;
        line-height: 1.5em;
        font-size: 14px;
        font-weight: 400;
        color: var(--headingColor)
    }

#popupLocalities .form-group input[type=checkbox] + label, #popupLocalities .form-group input[type=radio] + label {
    width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px
}

.labelText {
    position: absolute;
    top: 0;
    left: 41px;
    width: 200px
}

.form-group input[type=checkbox] + label > span, .form-group input[type=radio] + label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1px solid #999;
    line-height: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 11px
}

    .form-group input[type=checkbox] + label > span:before, .form-group input[type=radio] + label > span:before {
        content: '\f132';
        font-family: zhumroo-icons;
        display: block;
        color: #fff;
        font-size: 11px;
        opacity: 0
    }

.form-group input[type=checkbox]:checked + label {
    color: #1f4783
}

    .form-group input[type=checkbox]:checked + label > span {
        background-color: var(--secondaryColor) !important;
        border-color: var(--secondaryColor) !important
    }

        .form-group input[type=checkbox]:checked + label > span:before {
            opacity: 1
        }

.form-group .error input {
    border-color: #f6c9ca
}

.form-group .error .error-msg {
    color: var(--secondaryColor) !important;
    margin-top: 5px
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em
}

    .daterangepicker:after, .daterangepicker:before {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0,0,0,.2);
        content: ''
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent
    }

    .daterangepicker.opensleft:before {
        right: 9px
    }

    .daterangepicker.opensleft:after {
        right: 10px
    }

    .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto
    }

    .daterangepicker.openscenter:after {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto
    }

    .daterangepicker.opensright:before {
        left: 9px
    }

    .daterangepicker.opensright:after {
        left: 10px
    }

    .daterangepicker.drop-up {
        margin-top: -7px
    }

        .daterangepicker.drop-up:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc
        }

        .daterangepicker.drop-up:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff
        }

    .daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
        float: none
    }

    .daterangepicker.single .drp-selected {
        display: none
    }

    .daterangepicker.show-calendar .drp-calendar {
        display: block
    }

    .daterangepicker.show-calendar .drp-buttons {
        display: block
    }

    .daterangepicker.auto-apply .drp-buttons {
        display: none
    }

    .daterangepicker .drp-calendar {
        display: none;
        max-width: 270px
    }

        .daterangepicker .drp-calendar.left {
            padding: 8px 0 8px 8px;
            border-right: 1px solid #dcdcdc
        }

        .daterangepicker .drp-calendar.right {
            padding: 8px
        }

        .daterangepicker .drp-calendar.single .calendar-table {
            border: none
        }

    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        color: #fff;
        border: solid #000;
        border-width: 0 2px 2px 0;
        border-radius: 0;
        display: inline-block;
        padding: 3px
    }

    .daterangepicker .calendar-table .next span {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .daterangepicker .calendar-table .prev span {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg)
    }

    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        min-width: 28px;
        width: 28px;
        height: 28px;
        line-height: normal;
        font-size: 16px;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer
    }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff
    }

        .daterangepicker .calendar-table table {
            width: 100%;
            margin: 0;
            border-spacing: 0;
            border-collapse: collapse
        }

    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
        background-color: #eee;
        border-color: transparent;
        color: inherit
    }

    .daterangepicker td.week, .daterangepicker th.week {
        font-size: 80%;
        color: #ccc
    }

    .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
        background-color: #fff;
        border-color: transparent;
        color: #999
    }

    .daterangepicker td.in-range {
        background-color: #1f4783;
        border-color: transparent;
        color: #fff;
        border-radius: 0
    }

    .daterangepicker td.start-date {
        border-radius: 25px 0 0 25px
    }

    .daterangepicker td.end-date {
        border-radius: 0 25px 25px 0
    }

    .daterangepicker td.start-date.end-date {
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -o-border-radius: 25px;
        -ms-border-radius: 25px
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #1f4783;
        border-color: transparent;
        color: #fff
    }

    .daterangepicker th.month {
        width: auto
    }

    .daterangepicker option.disabled, .daterangepicker td.disabled {
        color: #999;
        cursor: not-allowed
    }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%
    }

    .daterangepicker select.yearselect {
        width: 40%
    }

    .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
        width: 50px;
        margin: 0 auto;
        background: #eee;
        border: 1px solid #eee;
        padding: 2px;
        outline: 0;
        font-size: 12px
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 4px auto 0;
        line-height: 30px;
        position: relative
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed
        }

    .daterangepicker .drp-buttons {
        clear: both;
        text-align: right;
        display: none;
        line-height: 12px;
        vertical-align: middle
    }

    .daterangepicker .drp-selected {
        display: none;
        font-size: 12px;
        padding-right: 8px
    }

    .daterangepicker .drp-buttons .btn {
        margin-left: 8px;
        font-size: 16px;
        font-weight: 700;
        padding: 4px 8px
    }

    .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
        border-right: 1px solid #ddd
    }

    .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
        border-left: 1px solid #ddd
    }

    .daterangepicker.show-ranges.rtl .drp-calendar.right {
        border-right: 1px solid #ddd
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 1px solid #ddd
    }

    .daterangepicker .ranges {
        float: none;
        text-align: left;
        margin: 0
    }

    .daterangepicker.show-calendar .ranges {
        margin-top: 8px;
        width: 100% !important
    }

    .daterangepicker .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%
    }

    .daterangepicker .ranges li {
        font-size: 12px;
        padding: 8px 12px;
        cursor: pointer
    }

        .daterangepicker .ranges li:hover {
            background-color: #eee
        }

        .daterangepicker .ranges li.active {
            background-color: #08c;
            color: #fff
        }

@media (min-width:564px) {
    .daterangepicker {
        width: auto
    }

        .daterangepicker .ranges ul {
            width: 140px
        }

        .daterangepicker.single .ranges ul {
            width: 100%
        }

        .daterangepicker.single .drp-calendar.left {
            clear: none
        }

        .daterangepicker.single .drp-calendar, .daterangepicker.single .ranges {
            float: left
        }

    .daterangepicker {
        direction: ltr;
        text-align: left
    }

        .daterangepicker .drp-calendar.left {
            clear: left;
            margin-right: 0
        }

            .daterangepicker .drp-calendar.left .calendar-table {
                border-right: none;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

        .daterangepicker .drp-calendar.right {
            margin-left: 0
        }

            .daterangepicker .drp-calendar.right .calendar-table {
                border-left: none;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

        .daterangepicker .drp-calendar.left .calendar-table {
            padding-right: 8px
        }

        .daterangepicker .drp-calendar, .daterangepicker .ranges {
            float: left
        }
}

@media screen and (min-width:768px) {
    .daterangepicker .ranges {
        width: auto;
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

*, aside, body, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, head, header, html, li, p, section, ul {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    color: #333;
    overflow-x: hidden;
    overflow-x: hidden
}

.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 14px;
    font-size: 16px
}

.btn-link {
    color: #1f4783;
    font-size: 18px
}

    .btn-link:hover {
        color: #1f4783;
        text-decoration: none
    }

.blue-btn {
    background: #4f96b6;
    border-color: #4f96b6;
    border-radius: 2px;
    font-size: 14px;
    color: #fff
}

    .blue-btn:focus, .blue-btn:hover {
        background: #092a5e;
        border-color: #092a5e;
        color: #fff
    }

.navyBlue-btn {
    background: #1f4783;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

    .navyBlue-btn:focus, .navyBlue-btn:hover {
        background-color: #1f4783;
        color: #fff
    }

.load-more {
    background: repeating-linear-gradient(-65deg,#fceeee,#fceeee 10px,#f9dede 10px,#f9dede 20px);
    margin-bottom: 24px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding: 8px
}

    .load-more:hover {
        color: #333
    }

.m-0 {
    margin: 0 !important
}

.subSubmitBtn, .subSubmitBtn:hover, .subSubmitBtn:hover:focus {
    border: 2px solid transparent
}

.error {
    color: var(--secondaryColor) !important;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    width: 100%
}

.subscribe-form {
    position: relative
}

#txtEmailID-error {
    position: absolute;
    bottom: -26px;
    left: -28%;
    margin: 0;
    padding: 0;
    width: 100%
}

.light-blue-link {
    color: #4f96b6;
    font-weight: 400;
    cursor: pointer
}

.pl-0 {
    padding-left: 0
}

.light-blue-link:hover {
    color: #092a5e;
    text-decoration: none
}

.underline-link {
    text-decoration: underline
}

a {
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

    a:focus, a:hover {
        text-decoration: none;
        outline: 0
    }

p {
    font-size: 16px;
    font-weight: 400;
    color: #666
}

h1 {
    font-size: 28px;
    font-weight: 700
}

h2 {
    font-size: 20px;
    line-height: 1.33
}

.full {
    width: 100%
}

.open-popup {
    overflow: hidden
}

.dropdown-backdrop {
    background-color: rgba(0,0,0,.4)
}

.disabled {
    pointer-events: none;
    opacity: .6
}

.f12 {
    font-size: 12px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.no-border {
    border: none !important
}

.txtRight {
    text-align: right
}

.breadcrumb {
    list-style-type: none;
    margin-bottom: 8px
}

    .breadcrumb .breadcrumb-item a {
        font-size: 14px
    }

.strikeTxt {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 700;
    padding-right: 8px
}

.gray-bg {
    background: #e5e5e5 !important
}

.blue-bg {
    background-color: #e0f2fc !important
}

.greyTxt {
    color: #666
}

.navyBlue-txt {
    color: var(--headingColor);
}

.bdr-btm {
    border-bottom: 1px solid #dcdcdc
}

.no-margin {
    margin: 0 !important
}

.mt16 {
    margin-top: 16px
}

.mt48 {
    margin-top: 48px
}

.mt68 {
    margin-top: 34px
}

.mb-8 {
    margin-bottom: 8px
}

.mb16 {
    margin-bottom: 16px
}

.pt-32 {
    padding-top: 32px
}

.search-widget .tab-content .form-group .input-wrapper2 {
    background-color: #fff;
    padding: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative
}

    .search-widget .tab-content .form-group .input-wrapper2 i {
        color: #333;
        padding-left: 0;
        font-size: 18px
    }

    .search-widget .tab-content .form-group .input-wrapper2 input {
        border: none;
        background-color: transparent;
        outline: 0;
        padding: 0 15px;
        height: 29px;
        color: #1f4783;
        width: 100%;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600
    }

@media screen and (min-width:768px) and (max-width:1023px) {
    .search-widget .tab-content .form-group .input-wrapper, .search-widget .tab-content .form-group .input-wrapper2 {
        margin-bottom: 10px
    }

    .mainHomeWrappervs-one .nav-tabs {
        margin-left: 0 !important;
        padding-left: 0 !important
    }

    #zhumroo-mainbanner-search .main-search-wrapper .search-widget {
        margin-bottom: 40px
    }

    .search-widget .tab-content .form-group .input-wrapper.search-input, .search-widget .tab-content .form-group .input-wrapper2.search-input {
        width: 100%
    }

    .ipadpl0pr0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (min-width:1024px) {
    .search-widget .tab-content .form-group .input-wrapper2 {
        margin-right: 10px;
        margin-bottom: 0
    }

        .search-widget .tab-content .form-group .input-wrapper.search-input, .search-widget .tab-content .form-group .input-wrapper2.search-input {
            width: 281px
        }
}

@media screen and (min-width:1024px) {
    .inner-page-srch-wrap .search-widget .tab-content .form-group .input-wrapper2.search-input {
        width: 344px
    }
}

.search-widget.focused {
    z-index: 200;
    position: relative
}

.search-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
    z-index: 199
}

    .search-widget-overlay.focused {
        display: block
    }

.destinations-popup {
    top: 100% !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 40px !important
}

.dstn-srch-section {
    background: #e0f2fc;
    height: 40px;
    padding: 8px 8px 8px 40px;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    position: relative
}

.dstn-rslt-wrap {
    padding-right: 15px
}

.dstn-rslt-section {
    max-height: 370px;
    overflow: auto;
    padding-top: 18px;
    padding-bottom: 15px
}

.searchbox {
    padding-left: 56px !important;
    padding-right: 16px !important
}

.search-widget .tab-content .form-group .input-wrapper2.searchbox input {
    height: 29px !important;
    background: #c2e6fa;
    border-radius: 2px
}

.dstn-rslt-hdng {
    position: relative
}

    .dstn-rslt-hdng span {
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px
    }

    .dstn-rslt-hdng:before {
        content: "";
        height: 1px;
        background: #f2f2f2;
        position: absolute;
        width: 100%;
        z-index: -1;
        top: 50%;
        margin-top: -1px;
        left: 0
    }

    .dstn-rslt-hdng:after {
        content: "";
        width: 30px;
        height: 20px;
        background: #fff;
        position: absolute;
        z-index: -1;
        top: 50%;
        margin-top: -10px;
        left: 0
    }

    .dstn-rslt-hdng.hotelicon:after {
        background: #fff url(../images/hotel.svg) no-repeat;
        background-size: 20px auto
    }

    .dstn-rslt-hdng.cityicon:after {
        background: #fff url(../images/buildings.svg) no-repeat;
        background-size: 20px auto
    }

    .dstn-rslt-hdng.regionicon:after {
        background: #fff url(../images/international.svg) no-repeat;
        background-size: 20px auto
    }

    .dstn-rslt-hdng img {
        width: 30px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
        background: #fff;
        padding-right: 10px
    }

.searchbox:before {
    content: "";
    background-size: 20px;
    position: absolute;
    width: 20px;
    background-image: url(../../images/hotel-bed.svg);
    height: 20px;
    border-radius: 16px;
    pointer-events: none;
    top: 50%;
    margin-top: -10px;
    left: 23px;
    border-radius: 0;
    background-repeat: no-repeat
}

.cc_b_cp {
    display: none !important
}

.cc_b_ok {
    color: #fff !important;
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important
}

.dark.cc_dialog {
    background: #1f4783 !important;
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    padding: 20px !important;
    width: 25%;
    right: 0 !important;
    left: auto !important;
    font-size: 14px
}

.dstn-srched-item {
    background: #1f4783;
    padding: 2px 30px 2px 8px;
    border-radius: 20px;
    color: #dcdcdc;
    margin-right: 8px;
    position: relative;
    user-select: none
}

.dstn-rmv-item {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    background-image: url(../images/zhumroo-sprite.png);
    background-position: -135px 23px;
    border-radius: 8px;
    cursor: pointer
}

.dstn-input {
    width: 100%;
    padding: 0;
    height: 24px;
    line-height: 24px;
    border: 0 solid transparent
}

.dstn-rslt-hdng {
    text-transform: uppercase;
    color: #999;
    line-height: 28px
}

.dstn-rslt-list li {
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    user-select: none
}

.mb12 {
    margin-bottom: 12px !important
}

.dstn-rslt-list li small {
    color: #9d9d9d
}

.dstn-rslt-list li > small, .dstn-rslt-list li > span {
    display: inline-block;
    vertical-align: baseline;
    text-transform: capitalize
}

#zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li {
    display: inline-block;
    vertical-align: middle
}

@media screen and (min-width:320px) and (max-width:767px) {
    .mob-no-padding {
        padding: 0
    }

    #zhumroo-header .zhumroo-header-right > ul > li > a i {
        padding-right: 0 !important
    }

    .search-widget .adult-input .room-tupple .childs-info .selectbox, .search-widget .adult-input .room-tupple .travellers-info .selectbox {
        width: 42px !important
    }

    .daterangepicker .drp-calendar + .drp-calendar {
        padding-top: 1px !important
    }

    .m-btn-full {
        display: block;
        width: 100%
    }

    .zhumroo-logo > a {
        display: inline-block !important;
        vertical-align: middle !important
    }

    #zhumroo-header .zhumroo-logo a img {
        width: 80px;
        max-height: 50px
    }
}

@media screen and (min-width:768px) {
    .mt68 {
        margin-top: 25px
    }

    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 28px;
        line-height: 33px;
        font-weight: 700
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    h2 {
        font-size: 25px;
        line-height: 33px;
        font-weight: 700
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .mt68 {
        margin-top: 48px
    }
}

.star-ratings .stars i {
    color: #ffc300;
    margin-right: -2px
}

.star-ratings {
    white-space: nowrap
}

.tripadvisor-rating-circle {
    text-align: right;
    width: 66px;
    height: 13px
}

    .tripadvisor-rating-circle .rating-wrap {
        background: url(../images/tp-rating-blank.png) no-repeat right center;
        position: relative;
        height: 24px;
        width: 100%;
        display: block
    }

        .tripadvisor-rating-circle .rating-wrap .active-rating {
            display: block;
            height: 13px;
            position: absolute;
            top: 50%;
            margin-top: -6px;
            overflow: hidden;
            left: 1px;
            background: url(../images/tp-rating-filled.png) no-repeat left top
        }

            .tripadvisor-rating-circle .rating-wrap .active-rating.ta-rate5 {
                width: 65px
            }

            .tripadvisor-rating-circle .rating-wrap .active-rating.ta-rate4 {
                width: 49px
            }

            .tripadvisor-rating-circle .rating-wrap .active-rating.ta-rate3 {
                width: 39px
            }

            .tripadvisor-rating-circle .rating-wrap .active-rating.ta-rate2 {
                width: 29px
            }

            .tripadvisor-rating-circle .rating-wrap .active-rating.ta-rate4_5 {
                width: 60px
            }

            .tripadvisor-rating-circle .rating-wrap .active-rating.ta-rate3_5 {
                width: 47px
            }

            .tripadvisor-rating-circle .rating-wrap .active-rating.ta-rate2_5 {
                width: 34px
            }

            .tripadvisor-rating-circle .rating-wrap .active-rating.ta-rate1_5 {
                width: 21px
            }

            .tripadvisor-rating-circle .rating-wrap .active-rating.ta-rate1 {
                width: 10px
            }

.dispflex {
    display: flex;
    justify-content: space-between
}

.dispBlock {
    display: block
}

.space-between {
    justify-content: space-between
}

#UlAmenitiesFilter .labelText {
    width: 178px
}

.light-blue-color {
    color: #1f4783
}

.redtext {
    color: var(--secondaryColor) !important
}

.zhumroo-nav-tabs {
    border-bottom: none
}

    .zhumroo-nav-tabs > li > a {
        display: block;
        color: #4f96b6;
        border: none;
        position: relative;
        overflow: hidden;
        font-weight: 400
    }

        .zhumroo-nav-tabs > li > a:after {
            content: '';
            display: inline-block;
            left: 0;
            right: 0;
            position: absolute;
            height: 2px;
            bottom: 0px !important;
            opacity: 0 !important;
            background-color: #092a5e !important
        }

        .zhumroo-nav-tabs > li > a:focus, .zhumroo-nav-tabs > li > a:hover {
            border: none !important;
            background-color: transparent
        }

            .zhumroo-nav-tabs > li.active > a:after, .zhumroo-nav-tabs > li > a:focus:after, .zhumroo-nav-tabs > li > a:hover:after {
                opacity: 1 !important
            }

    .zhumroo-nav-tabs > li.active > a, .zhumroo-nav-tabs > li:focus > a, .zhumroo-nav-tabs > li:hover > a {
        border: none;
        color: #092a5e;
        background-color: transparent;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 700
    }

        .zhumroo-nav-tabs > li.active > a:after, .zhumroo-nav-tabs > li:focus > a:after, .zhumroo-nav-tabs > li:hover > a:after {
            bottom: 0
        }

@media (min-width:768px) {
    #zhumroo-detail-header.sticky {
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        top: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    opacity: 0
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-left .tooltip-arrow {
        right: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #000
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

    .popover > .arrow {
        border-width: 11px
    }

        .popover > .arrow, .popover > .arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid
        }

            .popover > .arrow:after {
                content: "";
                border-width: 10px
            }

    .popover.top > .arrow {
        bottom: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-color: #999;
        border-top-color: rgba(0,0,0,.25);
        border-bottom-width: 0
    }

        .popover.top > .arrow:after {
            bottom: 1px;
            margin-left: -10px;
            content: " ";
            border-top-color: #fff;
            border-bottom-width: 0
        }

    .popover.right > .arrow {
        top: 50%;
        left: -11px;
        margin-top: -11px;
        border-right-color: #999;
        border-right-color: rgba(0,0,0,.25);
        border-left-width: 0
    }

        .popover.right > .arrow:after {
            bottom: -10px;
            left: 1px;
            content: " ";
            border-right-color: #fff;
            border-left-width: 0
        }

    .popover.bottom > .arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #999;
        border-bottom-color: rgba(0,0,0,.25)
    }

        .popover.bottom > .arrow:after {
            top: 1px;
            margin-left: -10px;
            content: " ";
            border-top-width: 0;
            border-bottom-color: #fff
        }

    .popover.left > .arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-right-width: 0;
        border-left-color: #999;
        border-left-color: rgba(0,0,0,.25)
    }

        .popover.left > .arrow:after {
            right: 1px;
            bottom: -10px;
            content: " ";
            border-right-width: 0;
            border-left-color: #fff
        }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.morecontent span {
    display: none
}

.morelink {
    display: block
}

.tooltip {
    position: absolute;
    z-index: @zindex-tooltip;
    display: block;
    font-size: @font-size-small
}

&.top {
    padding: @tooltip-arrow-width 0;
    margin-top: -3px
}

&.right {
    padding: 0 @tooltip-arrow-width;
    margin-left: 3px
}

&.bottom {
    padding: @tooltip-arrow-width 0;
    margin-top: 3px
}

&.left {
    padding: 0 @tooltip-arrow-width;
    margin-left: -3px
}

&.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -@tooltip-arrow-width;
    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;
    border-top-color: @tooltip-arrow-color
}

&.top-left .tooltip-arrow {
    right: @tooltip-arrow-width;
    bottom: 0;
    margin-bottom: -@tooltip-arrow-width;
    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;
    border-top-color: @tooltip-arrow-color
}

&.top-right .tooltip-arrow {
    bottom: 0;
    left: @tooltip-arrow-width;
    margin-bottom: -@tooltip-arrow-width;
    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;
    border-top-color: @tooltip-arrow-color
}

&.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -@tooltip-arrow-width;
    border-width: @tooltip-arrow-width @tooltip-arrow-width @tooltip-arrow-width 0;
    border-right-color: @tooltip-arrow-color
}

&.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -@tooltip-arrow-width;
    border-width: @tooltip-arrow-width 0 @tooltip-arrow-width @tooltip-arrow-width;
    border-left-color: @tooltip-arrow-color
}

&.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -@tooltip-arrow-width;
    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;
    border-bottom-color: @tooltip-arrow-color
}

&.bottom-left .tooltip-arrow {
    top: 0;
    right: @tooltip-arrow-width;
    margin-top: -@tooltip-arrow-width;
    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;
    border-bottom-color: @tooltip-arrow-color
}

&.bottom-right .tooltip-arrow {
    top: 0;
    left: @tooltip-arrow-width;
    margin-top: -@tooltip-arrow-width;
    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;
    border-bottom-color: @tooltip-arrow-color
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.animatedBackground {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eee;
    background: -webkit-gradient(linear,left top,right top,color-stop(8%,#eee),color-stop(18%,#ddd),color-stop(33%,#eee));
    background: -webkit-linear-gradient(left,#eee 8%,#ddd 18%,#eee 33%);
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    position: relative
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.loaderBg {
    background-color: #eee
}

.w-100 {
    width: 100% !important
}

.w-20 {
    width: 20px
}

.w-40 {
    width: 40px
}

.w-90 {
    width: 90px
}

.h-10 {
    height: 10px
}

.h-15 {
    height: 15px
}

.h-20 {
    height: 20px
}

.h-30 {
    height: 30px
}

.h-40 {
    height: 40px
}

.h-100 {
    height: 100px
}

.h-170 {
    height: 170px
}

.h-15 {
    height: 15px
}

.h-24 {
    height: 24px
}

.w-180 {
    width: 180px
}

.h-200 {
    height: 210px
}

.h-50 {
    height: 50px !important
}

.mb-45 {
    margin-bottom: 45px
}

.w-30 {
    width: 30px
}

.w-110 {
    width: 110px !important
}

.w-50 {
    width: 50px !important
}

.mt-2 {
    margin-top: 20px !important
}

.float-right {
    float: right !important
}

.mb-2 {
    margin-bottom: 20px !important
}

.mb-3 {
    margin-bottom: 30px !important
}

.mb-9 {
    margin-bottom: 90px !important
}

.w-60 {
    width: 60% !important
}

.mb-1 {
    margin-bottom: 10px !important
}

.h-442 {
    height: 442px !important
}

.h-132 {
    height: 132px !important
}

.h-150 {
    height: 150px !important
}

.pt-8 {
    padding-top: 80px !important
}

.border {
    border: 1px solid #dcdcdc !important
}

.boxShadow {
    box-shadow: 2px 2px 4px #dcdcdc
}

.swtAlrtSucess {
    background-color: #3085d6;
    padding: 6px 20px;
    color: #fff !important;
    border-radius: 3px;
    font-size: 11px
}

#filterSkelton {
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    height: 100vh;
    background-color: #fff;
    padding: 23px 23px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

    #filterSkelton.m-filterSkelton {
        left: 0;
        overflow-y: auto;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

    #filterSkelton .filter-close {
        margin-bottom: 32px;
        display: block
    }

    #filterSkelton .smart-search-wrapper {
        position: relative;
        padding-bottom: 17px
    }

        #filterSkelton .smart-search-wrapper .filter-close {
            position: absolute;
            right: 15px;
            top: 15px;
            width: 25px;
            height: 25px;
            margin-bottom: 0;
            background-color: #1f4783;
            border-radius: 50% 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50% 50%;
            -o-border-radius: 50% 50%;
            -ms-border-radius: 50% 50%;
            color: #fff;
            line-height: 24px;
            text-align: center
        }

            #filterSkelton .smart-search-wrapper .filter-close i {
                font-size: 9px
            }

    #filterSkelton .filter-heading {
        font-size: 14px;
        color: #333;
        position: relative;
        display: flex;
        justify-content: space-between;
        font-weight: 700
    }

        #filterSkelton .filter-heading label {
            display: inline-block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap
        }

    #filterSkelton .filter-row {
        float: left;
        width: 100%
    }

        #filterSkelton .filter-row .btn-link {
            font-size: 14px
        }

        #filterSkelton .filter-row:after {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background-color: #dcdcdc;
            margin: 16px 0
        }

        #filterSkelton .filter-row.no-border:after, #filterSkelton .filter-row:last-child:after {
            opacity: 0
        }

        #filterSkelton .filter-row .filter-title {
            font-size: 16px;
            color: #1f4783;
            margin-bottom: 8px;
            font-weight: 700
        }

        #filterSkelton .filter-row ul {
            list-style-type: none;
            margin-left: 30px
        }

        #filterSkelton .filter-row .pathWrapper {
            margin-left: 48px
        }

        #filterSkelton .filter-row ul li {
            margin-bottom: -9px
        }

            #filterSkelton .filter-row ul li:last-child {
                margin-bottom: 0
            }

            #filterSkelton .filter-row ul li .star-ratings .stars {
                text-align: right
            }

        #filterSkelton .filter-row.price-filterss {
            position: relative
        }

            #filterSkelton .filter-row.price-filterss .slider .slider-horizontal {
                width: 100% !important
            }

                #filterSkelton .filter-row.price-filterss .slider .slider-horizontal .slider-track {
                    height: 4px;
                    vertical-align: bottom;
                    position: relative;
                    width: 90%;
                    background: #70cbf4;
                    margin-top: -5px;
                    top: 50%;
                    left: 9px
                }

@media screen and (min-width:1024px) {
    #filterSkelton .filter-row.price-filterss .slider .slider-horizontal .slider-track {
        width: 93%;
        left: 0
    }
}

#filterSkelton .filter-row.price-filterss .slider .slider-horizontal .slider-handle {
    margin-left: -10px;
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #1f4783;
    background-repeat: repeat-x;
    opacity: 1;
    border-radius: 50% 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    margin-top: -11px;
    text-align: center
}

#filterSkelton .filter-row.price-filterss .slider .slider-horizontal .tooltip {
    display: none
}

#filterSkelton .filter-row.price-filterss .slider .slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    border-radius: 4px;
    margin-top: 11px !important
}

#filterSkelton .filter-row.price-filterss .slider .zhumroo-slid {
    display: none;
    margin-top: 30px
}

#filterSkelton .filter-row.price-filterss .slider .zhumroo-slider-max-value {
    padding: 5px 0;
    color: #1f4783;
    width: 59px;
    text-align: right;
    font-weight: 700
}

#filterSkelton .filter-row.price-filterss .slider .zhumroo-slider-min-value {
    padding: 5px 0;
    color: #1f4783;
    width: 59px;
    font-weight: 700
}

#filterSkelton .filter-view-all .view-all {
    padding: 0;
    color: #1f4783
}

    #filterSkelton .filter-view-all .view-all i {
        font-size: 16px;
        margin-right: 5px
    }

#filterSkelton .filter-apply-btn {
    margin: 0 -25px
}

    #filterSkelton .filter-apply-btn .btn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        background-color: #1f4783;
        color: #fff
    }

@media screen and (min-width:768px) {
    #filterSkelton {
        width: 100%;
        margin-right: 24px;
        top: 189px;
        position: absolute;
        left: -300px;
        height: auto;
        padding: 0
    }

        #filterSkelton .filter-heading {
            width: 100%;
            padding: 17px 0 0
        }

            #filterSkelton .filter-heading label {
                width: 152px
            }

            #filterSkelton .filter-heading .btn-link {
                position: absolute;
                top: 17px;
                right: 0
            }
}

@media screen and (min-width:1024px) {
    #filterSkelton {
        position: relative;
        left: initial;
        background-color: transparent;
        z-index: initial;
        padding-top: 16px;
        top: initial
    }

        #filterSkelton .filter-row ul li {
            padding-left: 8px;
            margin-left: -64px
        }

        #filterSkelton .filter-row ul.meal-plans-categ li {
            padding: 0;
            margin-bottom: -9px
        }

            #filterSkelton .filter-row ul.meal-plans-categ li:hover .form-group input[type=checkbox] + label > span, #filterSkelton .filter-row ul.meal-plans-categ li:hover .form-group input[type=radio] + label > span {
                border-color: #092a5e
            }

        #filterSkelton .filter-view-all .view-all {
            padding-left: 3px
        }
}

@media screen and (min-width:1200px) {
    #filterSkelton {
        padding-top: 15px
    }
}

.w-80 {
    width: 80% !important
}

.a-show {
    white-space: nowrap
}

.btn-action a {
    background-color: #ddd;
    color: inherit
}

    .btn-action a:hover, a.focus, a:focus {
        color: #d05d43;
        text-decoration: none
    }

.pathWrapper li {
    list-style: none;
    padding: 0 !important
}

    .pathWrapper li:after, .pathWrapper li:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 37.5px;
        border: 2px solid #1f4783;
        margin-bottom: -10px
    }

.pathWrapper .borderText {
    border-bottom: 4px solid #70cbf4;
    color: #b3a0a0;
    font-size: 12px;
    display: inline-block;
    width: 81%
}

.htl-price-wrap .pricing-info .actual-price, .htl-price-wrap .pricing-info .nightTxt {
    padding-right: 8px
}

.w-40-per {
    width: 40% !important
}

.w-50-per {
    width: 50% !important
}

.w-60-per {
    width: 60% !important
}

.w-10-p {
    width: 10px !important
}

.w-20-p {
    width: 20px !important
}

.w-30-p {
    width: 30px !important
}

.w-40-p {
    width: 40px !important
}

.w-50-p {
    width: 50px !important
}

.w-60-p {
    width: 60px !important
}

.w-70-p {
    width: 70px !important
}

.w-80-p {
    width: 80px !important
}

.w-90-p {
    width: 90px !important
}

.w-100-p {
    width: 100px !important
}

.w-110-p {
    width: 110px !important
}

.w-120-p {
    width: 120px !important
}

.w-130-p {
    width: 130px !important
}

.w-140-p {
    width: 140px !important
}

.w-150-p {
    width: 150px !important
}

.w-160-p {
    width: 160px !important
}

.w-170-p {
    width: 170px !important
}

.w-180-p {
    width: 180px !important
}

.w-190-p {
    width: 190px !important
}

.w-200-p {
    width: 200px !important
}

.skelaton #booking-info-details .detail-room .confirmation-wrapper .rvw-facility .facility li:before {
    display: none
}

.skelaton #booking-info-details .detail-room .confirmation-wrapper .room-dtl .room-dtl-list li {
    border-bottom: none
}

.maxWidth {
    max-width: max-content !important
}

.d-inline-block {
    display: inline-block !important
}

.pl-1 {
    padding-left: 10px !important
}

.textOverflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer
}

.filter-row .textOverflow {
    width: 138px !important
}

#UlAmenitiesFilter .textOverflow {
    width: 100px !important
}

#UlAmenitiesFilter .amentIconMain {
    margin-left: 0;
    color: inherit !important;
    font-size: inherit !important;
    position: absolute;
    top: 3px;
    left: auto;
    right: 50px;
    font-style: inherit
}

.dis_show {
    display: none;
    color: #58d294;
    font-family: inherit !important
}

.filterlblCount {
    color: inherit !important;
    font-size: inherit !important;
    position: absolute;
    top: 0;
    right: 0;
    font-style: inherit
}

#ultripadvisor .form-group, .skelotonAuto .form-group {
    width: auto
}

.zhumroo-accorian-num .client img {
    width: 65%
}

.zhumroo-accorian-num .client {
    padding-right: 0;
    margin-top: 24px
}

.tt-dropdown-menu :hover {
    color: #fff !important
}

.themeNameToolTip {
    position: absolute;
    text-align: 0;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    border: 1px solid;
    padding: 3px 20px;
    line-height: 20px;
    border-radius: 4px
}

.myaccount-nav .dropdown a img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 50%
}

.search-widget .adult-input .room-tupple .childs-info .selectbox, .search-widget .adult-input .room-tupple .travellers-info .selectbox {
    position: relative;
    width: 76px !important;
    overflow-x: hidden;
    height: 29px;
    border: 1px solid #dcdcdc;
    margin-bottom: 8px
}

select::-ms-expand {
    display: none
}

.childs-info select, .travellers-info select {
    -webkit-appearance: none;
    appearance: none
}

.search-widget .adult-input .room-tupple .travellers-info {
    margin-right: 15px;
    width: 50% !important
}

.search-widget .adult-input .room-tupple .childs-info {
    width: 50% !important
}

.themeNameToolTip {
    position: absolute;
    text-align: 0;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    border: 1px solid #1f4783;
    padding: 3px 20px;
    line-height: 20px;
    border-radius: 4px;
    cursor: pointer
}

    .themeNameToolTip a {
        color: #1f4783
    }

.toolTipInner {
    position: absolute;
    bottom: 134%;
    border-radius: 4px;
    padding: 3px 10px;
    background-color: #000;
    top: auto;
    left: 0;
    text-align: center
}

    .toolTipInner p {
        color: #fff;
        white-space: nowrap
    }

    .toolTipInner:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #000;
        position: absolute;
        bottom: -6px;
        left: 47%;
        transform: translateX(-50%)
    }

.starBg {
    position: relative;
    width: 80px;
    height: 23px
}

.starShow {
    display: block;
    height: 78px;
    position: absolute;
    top: 0;
    left: -1px
}

    .starShow.five {
        background: url(../images/5star.svg) no-repeat left top;
        width: 75px
    }

    .starShow.four {
        background: url(../images/4.svg) no-repeat left top;
        width: 63px
    }

    .starShow.three {
        background: url(../images/3.svg) no-repeat left top;
        width: 50px
    }

    .starShow.two {
        background: url(../images/2.svg) no-repeat left top;
        width: 35px
    }

    .starShow.one {
        background: url(../images/1.svg) no-repeat left top;
        width: 18px
    }

    .starShow.s4-5 {
        background: url(../images/4.5.svg) no-repeat left top;
        width: 70px
    }

    .starShow.s3-5 {
        background: url(../images/3.5.svg) no-repeat left top;
        width: 58px
    }

    .starShow.s2-5 {
        background: url(../images/2.5.svg) no-repeat left top;
        width: 45px
    }

    .starShow.s1-5 {
        background: url(../images/1.5.svg) no-repeat left top;
        width: 31px
    }

.showToolPop {
    position: absolute;
    top: -30px;
    background-color: #000;
    padding: 3px 10px;
    border-radius: 4px;
    z-index: 1
}

    .showToolPop p {
        color: #fff;
        text-align: center;
        font-size: 13px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 17px
    }

#locationpopupFilter #popupLocalities li:nth-child(1) .showToolPop, #locationpopupFilter #popupLocalities li:nth-child(2) .showToolPop, #AmenitespopupFilter #popupAmenities li:nth-child(1) .showToolPop, #AmenitespopupFilter #popupAmenities li:nth-child(2) .showToolPop {
    top: 24px;
    padding: 8px 10px;
    z-index: 99999
}

    #locationpopupFilter #popupLocalities li:nth-child(1) .showToolPop.showToolPopUp:after, #locationpopupFilter #popupLocalities li:nth-child(2) .showToolPop.showToolPopUp:after, #AmenitespopupFilter #popupAmenities li:nth-child(1) .showToolPop.showToolPopUp:after, #AmenitespopupFilter #popupAmenities li:nth-child(2) .showToolPop.showToolPopUp:after {
        display: none
    }

    #locationpopupFilter #popupLocalities li:nth-child(1) .showToolPop.showToolPopUp:before, #locationpopupFilter #popupLocalities li:nth-child(2) .showToolPop.showToolPopUp:before, #AmenitespopupFilter #popupAmenities li:nth-child(1) .showToolPop.showToolPopUp:before, #AmenitespopupFilter #popupAmenities li:nth-child(2) .showToolPop.showToolPopUp:before {
        display: block;
        content: "";
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #000;
        position: absolute;
        left: 50%;
        top: -7px;
        transform: rotate(180deg)
    }

.showToolPop:before {
    display: none
}

.showToolPop:after {
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.cnslRule {
    position: absolute;
    background-color: #000;
    padding: 3px 20px;
    border-radius: 4px;
    z-index: 1;
    color: #fff;
    min-width: 270px;
    margin-top: 10px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .cnslRule p {
        color: #fff;
        margin: 0
    }

        .cnslRule p:nth-last-child(1) {
            margin-bottom: 5px;
            margin-bottom: 9px
        }

    .cnslRule:after {
        content: "";
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #000;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -9px
    }

.cnslLable {
    display: inline-block;
    min-width: 70px;
    font-weight: 600
}

.addon-list {
    position: relative
}

.ratCounter {
    position: absolute;
    right: 53%
}

#ultripadvisor .showToolPop {
    min-width: 117px
}

.filterCounter {
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal
}

.position-relative {
    position: relative !important
}

.acntInfoStar .star-ratings, .confrMain .star-ratings, .zhumroo-accordion .star-ratings, .zhumroo-htl-detail-info .star-ratings {
    min-width: 73px
}

#room-choice .zhumroo-room-tupple .room-inclusions .dtl-roomeminity > li {
    width: 100%
}

.clsshow {
    display: block !important;
    cursor: default
}

.clshide {
    display: none !important;
    cursor: default
}

.cls-show {
    display: inline-block !important;
    cursor: default
}

.cls-hide {
    display: none !important;
    cursor: default
}

.readmore {
    height: auto;
    overflow: unset;
    cursor: pointer
}

.readless {
    height: 160px;
    overflow: hidden;
    cursor: pointer
}

.displayBlock {
    display: block !important
}

.modalFilterCount {
    font-style: normal;
    position: absolute;
    right: 0;
    left: auto;
    top: 7px
}

.amentIcon {
    margin-left: 7px
}

.mapNotFound {
    padding: 0
}

.melCustom {
    margin-left: 0px !important
}

.trpAdsrCustom {
    margin-left: 0px !important
}

.modal table {
    border-collapse: collapse;
    width: 100%
}

.modal td, .modal th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
    color: #666;
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.canclPolicyModal .modal-header {
    border-bottom: none
}

    .canclPolicyModal .modal-header .close {
        font-size: 32px;
        color: var(--secondaryColor) !important;
        top: 0
    }

.canclPolicyModal .modal-footer {
    padding-top: 12px;
    border-top: none;
    padding-right: 0;
    padding-bottom: 0px;
}

.htlSrpRatingContainer .starShow {
    top: 10px
}

.popUpDataLable {
    max-width: 129px !important;
    margin-bottom: -7px
}

.popUpAmntIcon {
    right: 50px !important;
    left: auto !important
}

.showToolPopUp {
    top: -28px;
    padding: 8px 10px
}

    .showToolPopUp:after {
        bottom: -8px
    }

.alignItemCenter {
    display: flex;
    align-items: center
}

.dis-block {
    display: block !important
}

label.datePikerText {
    left: 0;
    position: absolute;
    clear: both;
    top: 0;
    width: 100%;
    padding: 15px 12px
}

    label.datePikerText::before {
        content: '';
        position: absolute;
        left: 15px;
        background: #ddd;
        height: 1px;
        right: 15px;
        bottom: 0;
        right: 15px
    }

.daterangepicker .drp-calendar {
    padding-top: 48px !important
}

    .daterangepicker .drp-calendar.left {
        border-right: 0
    }

.drp-calendar.left .calendar-table {
    border-right: 1px solid #ddd !important
}

.daterangepicker:after, .daterangepicker:before {
    border: none
}

.daterangepicker {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top: 0;
    border-top-right-radius: 0
}

#modalWriteToUsCancel input, #modalWriteToUsCancel textarea {
    width: 100%;
    max-width: 565px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 12px;
    margin-bottom: 15px;
    display: block;
    margin-top: 8px
}

#modalWriteToUsCancel textarea {
    padding-top: 8px;
    height: 100px
}

@media (max-width:563px) {
    .drp-calendar.left .calendar-table {
        border-right: none;
        border-bottom: 1px solid #ddd
    }

    .daterangepicker .drp-calendar.right {
        padding-top: 0
    }
}

.mobile-view {
    display: none
}

.contact-top-container {
    width: 265px !important;
    padding: 10px 15px;
    right: 0;
    left: auto
}

    .contact-top-container h4 {
        color: #1f4783;
        font-weight: 600;
        margin-bottom: 15px
    }

    .contact-top-container li {
        line-height: 22px;
        font-size: 14px;
        font-weight: 500;
        color: #3e3e3e
    }

    .contact-top-container pre {
        background: 0 0;
        border: none;
        padding: 0;
        margin: 0;
        font-size: 15px
    }

    .contact-top-container p {
        font-weight: 600;
        color: #333
    }

#contact-top {
    border: 1px solid #1f4783;
    padding: 6px
}

.contright {
    margin-left: 15px
}

    .contright .cross {
        position: absolute;
        right: 15px;
        top: 10px;
        font-weight: 900;
        color: #1f4783
    }

.displayPromotion {
    margin-top: 34px !important
}

.onedisplayaddon {
    margin: 0 auto
}

.alignment {
    padding: 34px !important
}

@media screen and (min-width:320px) and (max-width:480px) {
    #AddroomFields .dispflex {
        display: block !important
    }

    .search-widget .adult-input .room-tupple {
        clear: both !important
    }

        .search-widget .adult-input .room-tupple .room-title {
            margin-bottom: 6px !important
        }

        #AddroomFields .dispflex > div, .search-widget .adult-input .room-tupple .childs-info > div {
            width: 50% !important;
            padding-right: 0% !important;
            margin: 0 !important;
            float: left
        }

        .search-widget .adult-input .room-tupple .childs-info label, .search-widget .adult-input .room-tupple .travellers-info label {
            font-size: 10px !important
        }

        .search-widget .adult-input .room-tupple .childs-info .selectbox, .search-widget .adult-input .room-tupple .travellers-info .selectbox {
            width: 100% !important
        }
}

.kmobshow {
    display: none !important
}

.kmobhide, .mobacc.dropdown a > img, .mobcont.dropdown a > img, .mobacc.dropdown a > span, .mobcont.dropdown a > span {
    display: inline-block !important;
    vertical-align: middle !important
}

i.icon-packagesimg img {
    height: 25px;
    margin-top: -9px
}

img#imgProfile.d-block, #workwithzhumroo.d-block {
    display: block !important
}

.myaccount-nav .dropdown #workwithzhumroo {
    border-radius: 0;
    width: auto
}

    .myaccount-nav .dropdown #workwithzhumroo::before {
        position: absolute;
        content: 'New';
        width: 30px;
        height: 12px;
        border-radius: 30px;
        background: #f79100;
        top: 0
    }

.separate-right-zhumroo {
    border-right: 2px solid #8595af
}

.workwithzhumroo::after {
    position: absolute;
    content: 'new';
    background: #f79100;
    top: 0;
    right: -5px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    padding: 1px 13px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600
}

.workwithzhumroomob::after {
    top: -10px;
    left: 12px;
    font-size: 11px;
    padding: 0 10px
}

@media(max-width:767px) {
    .kmobshow {
        display: block !important
    }

    .workwithzhumroo::after {
        left: 155px;
        right: auto
    }

    #zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li.kmobshow {
        display: inline-block !important
    }

        #zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li.kmobshow.active {
            font-weight: 700
        }

    .mobcont.mobacc.dropdown.open > .dropdown-menu {
        position: relative !important;
        display: block !important;
        top: auto !important;
        left: -23px !important;
        bottom: auto !important;
        right: auto !important;
        width: calc(100% + 46px) !important;
        padding: 10px 10px 10px 66px !important;
        box-shadow: none !important;
        border: none !important
    }

    .mobacc.dropdown > a:focus, .mobcont.dropdown > a:focus {
        background: #fff !important
    }

    #zhumroo-header .nav-tabs li.dropdown ul li {
        margin-bottom: 10px !important
    }

        #zhumroo-header .nav-tabs li.dropdown ul li:last-child {
            margin-bottom: 0 !important
        }

    .kmobhide, .mobacc.dropdown.open > .dropdown-backdrop, .mobcont.dropdown.open > .dropdown-backdrop, .mobcont.dropdown.open > .dropdown-menu .cross, .mobcont.dropdown.open > .dropdown-menu #contactContent {
        display: none !important
    }

    #zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li {
        margin-left: 15px !important
    }

    .mobacc.dropdown a, .mobcont.dropdown a {
        color: #1f4783 !important
    }

    #zhumroo-header .nav-tabs > li.mobacc.dropdown a i, #zhumroo-header .nav-tabs > li.mobcont.dropdown a i {
        font-size: 12px !important
    }

    .mobacc.dropdown a img, .mobcont.dropdown a img {
        width: 22px !important;
        height: 22px !important;
        display: inline-block !important;
        vertical-align: middle !important;
        border-radius: 30px !important;
        margin-right: 16px !important
    }

    .mobcont.contright {
        margin-left: 0 !important
    }
}

.USD:before {
    content: "$"
}

.offerInner .suscribesec input {
    height: 20px !important;
    padding: 25px 15px !important;
}

.htl-result-wrap .mapview .loading_map {
    top: 50% !important;
    position: absolute;
}

.htl-result-wrap .mapview .page_404 {
    margin-top: 0px;
    padding-top: 0px;
}

.htl-result-wrap .mapview .no_result_page_found a {
    font-weight: 400;
    font-size: 14px !important;
    height: auto;
}

.gmnoprint img {
    display: none;
}

.sec-review .main-price-sec .main-promcode .Procode-sec {
    margin-top: 20px !important;
}

.tiping .prices-sec {
    font-size: 14px;
    color: var(--secondaryColor);
    font-weight: bold;
}

.tiping .dtlprice {
    display: none !important;
}

#zhumroo-header .zhumroo-header-right > ul.myaccount-nav > li .dropdown-menu {
    padding-right: 13px;
}

.trv-dtl-form .form-group input {
    margin-left: 0px !important;
}

.trv-dtl-form .form-group .error {
    margin-top: 0;
}

.zhumroo-htl-about-info .morelink:hover, .htl-services .a-hide:hover {
    color: #009946 !important;
    text-decoration: none !important;
}

.modify_div_popup .modal-title {
    font-weight:600!important;
    padding-left:5px!important;
}
.modify_div_popup .modal-body{
    padding-left:15px!important;
    padding-right:15px!important;
}


@media screen and (min-width:320px) and (max-width:992px){
    .menuwrapper_lendingpage .container {
        padding-left: 0px !important;
    }
    .daterangepicker .drp-calendar.right, .daterangepicker .drp-calendar.left {
        padding:0px!important;
    }
}

.no_match_result a{
    height:65px;
}
.irs-handle{
    cursor:pointer;
}
.fltrcon .icon-search{
    pointer-events:none;
}
#ulStarFilters .form-group label,
#ulMealFilters .form-group label,
#UlAmenitiesFilter .form-group label {
    cursor: pointer;
}

.zhumroo-logo a{
    width:153px;
}

.modify_div_popup .search-widget .tab-content .form-group .zhumroo-inputPopup {
    width: 397px;
}

.modify_div_popup .zhumroo-inputPopup.destinations-popup .dstn-rslt-section .dstn-rslt-wrap {
    min-width: 375px;
    max-width: 375px;
    padding-right: 10px !important;
}

.modify_div_popup .zhumroo-inputPopup.destinations-popup .dstn-rslt-section .dstn-rslt-list .max-text0verlape {
    width: 200px;
}