.discount-ico {
    position: relative
}

    .discount-ico:before {
        content: " ";
        display: inline-block;
        height: 20px;
        width: 20px;
        position: relative;
        vertical-align: middle;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.discount-ico-bongo:before {
    background-position: -9px -8px
}

.discount-ico-congo:before {
    background-position: -14px -9px;
    height: 45px;
    width: 38px
}

.discount-color-green {
    color: #7db343
}

.discount-color-red {
    color: #f4581f
}

.discount-corp {
    top: 0;
    left: 0;
    z-index: 99999;
    overflow-x: hidden
}

    .discount-corp.scr {
        background: 0 none;
        position: relative
    }

    .discount-corp.error .red, .discount-corp.success .green {
        display: block !important
    }

    .discount-corp .discount-title {
        font-size: 1.429em
    }

@media only screen and (max-width:640px) {
    .discount-corp .discount-title {
        font-size: 1.071em
    }
}

.discount-corp .discount-sub-title-gray {
    color: #b0b0b0;
    font-size: .785em
}

.discount-corp .discount-sub-title {
    margin: 10px 0
}

    .discount-corp .discount-sub-title .discount-custom-checkbox {
        display: inline-block;
        text-align: left
    }

        .discount-corp .discount-sub-title .discount-custom-checkbox .discount-chk-box {
            margin-right: 10px
        }

            .discount-corp .discount-sub-title .discount-custom-checkbox .discount-chk-box input:checked + .check {
                background-position: -98px -312px
            }

            .discount-corp .discount-sub-title .discount-custom-checkbox .discount-chk-box .check {
                background-color: #64b5f6;
                background-position: 100px 100px;
                width: 18px;
                height: 17px
            }

.discount-corp .discount-col-12 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-ml2 {
        margin-left: 4%
    }
}

.discount-corp .discount-col-3 {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-col-3 {
        width: 100%
    }
}

.discount-corp .discount-col-9 {
    width: 75%;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-col-9 {
        width: 100%
    }
}

.discount-corp .discount-col-8 {
    width: 66.66%;
    box-sizing: border-box;
    padding: 0 15px
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-col-8 {
        width: 100%
    }
}

.discount-corp .discount-col-6 {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-col-6 {
        width: 100%
    }
}

.discount-corp .discount-col-4 {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-col-4 {
        width: 100%
    }
}

.discount-corp .discount-popup, .discount-corp .discount-scr {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5)
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-popup, .discount-corp .discount-scr {
        max-width: 100%
    }
}

.discount-corp .discount-scr {
    max-width: 700px;
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5)
}

    .discount-corp .discount-scr .uName {
        text-transform: capitalize
    }

    .discount-corp .discount-scr .discount--title {
        font-size: 2em;
        color: #666;
        margin: 5px 0 15px
    }

        .discount-corp .discount-scr .discount--title.fs-20 {
            font-size: 1.429em;
            color: #333;
            margin: 5px 0 25px
        }

@media only screen and (max-width:768px) {
    .discount-corp .discount-scr .discount--title {
        font-size: 1.429em
    }
}

.discount-corp .discount-scr hr {
    margin: 15px -20px
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-scr hr {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
}

.discount-corp .discount-verify {
    position: absolute;
    right: 30px;
    top: 8px;
    font-size: 12px
}

@media only screen and (max-width:768px) {
    .discount-corp .discount-verify {
        top: -20px;
        right: 0
    }
}

.discount-corp .discount-verify > i {
    margin-right: 5px
}

.discount-corp .discount-custom-checkbox, .discount-corp .discount-custom-text {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    white-space: nowrap
}

.discount-corp .discount-custom-checkbox {
    cursor: pointer;
    -moz-user-select: none
}

    .discount-corp .discount-custom-checkbox.green, .discount-corp .discount-custom-checkbox.red {
        margin-top: 10px
    }

@media only screen and (max-width:640px) {
    .discount-corp .discount-custom-checkbox.green, .discount-corp .discount-custom-checkbox.red {
        margin-top: 0
    }
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-custom-checkbox {
        margin-left: 0
    }
}

.discount-corp .discount-form {
    padding-top: 10px;
    margin-bottom: 10px
}

    .discount-corp .discount-form.pt0 {
        padding-top: 0
    }

@media only screen and (max-width:640px) {
    .discount-corp .discount-form {
        padding-top: 0
    }
}

.discount-corp .discount-form .discount-form-control {
    border: 1px solid #e2e2e2;
    display: block;
    position: relative
}

    .discount-corp .discount-form .discount-form-control:disabled {
        background-color: #f4f4f4;
        color: #999;
        cursor: not-allowed
    }

.discount-corp .discount-form label.discount-form-label {
    text-align: left;
    float: left;
    padding: 8px 0;
    cursor: default;
    color: #666;
    font-size: 1.071em;
    white-space: nowrap
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-form label.discount-form-label {
        width: 100%;
        padding-left: 0;
        font-size: 12px
    }
}

.discount-corp .discount-form input.discount-form-control {
    border: 1px solid #e2e2e2;
    padding: 8px 10px;
    width: 100%;
    font-family: Rubik;
    box-sizing: border-box;
    line-height: 15px
}

    .discount-corp .discount-form input.discount-form-control:focus {
        border-color: #737373;
        outline: medium none
    }

.discount-corp .btn-primary {
    padding: 10px 14px;
    font-size: 1.214em;
    background-color: #ea2330;
    color: #fff;
    text-transform: capitalize;
    min-width: 140px;
    box-sizing: border-box
}

    .discount-corp .btn-primary.w100 {
        width: 100%
    }

@media only screen and (max-width:640px) {
    .discount-corp .btn-primary {
        width: 100%
    }

        .discount-corp .btn-primary + .btn {
            margin-top: 10px
        }
}

.discount-corp .discount-text-btn {
    line-height: 40px;
    vertical-align: middle
}

.discount-corp .res-pl {
    padding-left: 0
}

.discount-corp .discount-res-center {
    float: right
}

@media only screen and (max-width:640px) {
    .discount-corp .discount-res-center {
        float: none;
        text-align: center
    }
}

@media only screen and (max-width:640px) {
    .discount-corp .res-mb10 {
        margin-bottom: 10px
    }

    .discount-corp .res-clearfix {
        clear: both
    }

    .discount-corp .res-center {
        text-align: center
    }

    .discount-corp .res-pl {
        padding-left: 15px
    }
}

.discount-corp .custom-radio {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    width: 25%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -spec-user-select: none;
    user-select: none
}

    .discount-corp .custom-radio.disabled {
        cursor: not-allowed;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: .5
    }

        .discount-corp .custom-radio.disabled input[type=radio]:checked + .check {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0
        }

    .discount-corp .custom-radio .radio-box {
        border-radius: 10px;
        border: 1px solid #666;
        display: inline-block;
        float: left;
        height: 16px;
        margin-right: 10px;
        position: relative;
        width: 16px
    }

        .discount-corp .custom-radio .radio-box input[type=radio]:checked + .discount-check {
            background-color: #000;
            border-radius: 10px;
            height: 10px;
            left: 2px;
            position: absolute;
            top: 2px;
            width: 10px
        }

    .discount-corp .custom-radio input[type=radio] {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0
    }

        .discount-corp .custom-radio input[type=radio]:checked + .check {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1
        }

    .discount-corp .custom-radio .check {
        left: 2px;
        font-size: 12px;
        position: absolute;
        top: 1px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s
    }

.discount-corp .btn {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: normal 1.286em/normal Rubik;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    .discount-corp .btn:hover {
        color: #fff
    }

    .discount-corp .btn.btn-primary {
        background-color: #ea2330
    }

        .discount-corp .btn.btn-primary.btn-blue {
            background-color: #0694b6
        }

            .discount-corp .btn.btn-primary.btn-blue:hover {
                background-color: #166c85
            }

        .discount-corp .btn.btn-primary:hover {
            color: #fff;
            background-color: #c00100;
            border-color: #2589cb
        }

        .discount-corp .btn.btn-primary.btn-orange {
            background-color: #f48131
        }

            .discount-corp .btn.btn-primary.btn-orange:hover {
                background-color: #ea6409;
                color: #fff
            }

    .discount-corp .btn.btn-sm {
        padding-bottom: 6px;
        padding-top: 6px
    }

    .discount-corp .btn.btn-block {
        padding: 10px 20px;
        width: 100%
    }

.discount-corp hr {
    background-color: #e2e2e2;
    border: none;
    height: 1px;
    margin: 20px -19px;
    clear: both
}

    .discount-corp hr:after, .discount-corp hr:before {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

@media only screen and (max-width:640px) {
    .discount-corp hr {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.discount-corp .fl {
    float: left
}

.discount-corp .fr {
    float: right
}

.discount-corp .tr {
    text-align: right
}

.discount-corp .tl {
    text-align: left
}

.discount-corp .text-center {
    text-align: center
}

.discount-corp .capitalize {
    text-transform: capitalize
}

.discount-corp .pr {
    position: relative
}

.discount-corp .bold, .discount-corp strong {
    font-family: Rubik;
    font-weight: 500
}

.discount-corp .hide {
    display: none
}

.discount-corp .fs-12 {
    font-size: .857em
}

.discount-corp .fs-13 {
    font-size: .928em
}

.discount-corp .fs-15 {
    font-size: 1.071em
}

.discount-corp .fs-20 {
    font-size: 1.429em
}

.discount-corp .fs-24 {
    font-size: 1.714em
}

.discount-corp .mt8 {
    margin-top: 8px
}

.discount-corp .rs {
    font-family: RupeeSign
}

.discount-corp .lt-gray {
    color: #666
}

.discount-corp .ltr-gray {
    color: #999
}

.discount-corp .green {
    color: #7db343
}

.discount-corp .red {
    color: #f4581f
}

.discount-corp .bg-color-f6 {
    background-color: #f6f6f6
}

.discount-corp .ib {
    display: inline-block
}

.discount-corp .block {
    display: block
}

.discount-corp p {
    line-height: 18px
}

.discount-corp label {
    cursor: pointer
}

.discount-corp .clearfix {
    clear: both
}

    .discount-corp .clearfix:after, .discount-corp .clearfix:before {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

.discount-corp .btn, .discount-corp .my-transition, .discount-corp a {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.discount-corp a {
    color: #2476bb !important;
    cursor: pointer;
    text-decoration: none
}

    .discount-corp a:hover {
        color: #ea2330 !important
    }

.discount-corp .discount-custom-close {
    position: absolute;
    top: 7px;
    right: 13px;
    cursor: pointer;
    height: 20px;
    width: 18px;
    opacity: .6
}

    .discount-corp .discount-custom-close:hover {
        opacity: 1
    }

    .discount-corp .discount-custom-close:after, .discount-corp .discount-custom-close:before {
        background-color: #999;
        content: "";
        height: 13px;
        left: 15px;
        position: absolute;
        width: 2px
    }

    .discount-corp .discount-custom-close:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .discount-corp .discount-custom-close:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .discount-corp .discount-custom-close .discount-close {
        display: none
    }

.discount-corp .discount-close-red {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 20px;
    width: 20px;
    background-color: #f4581f;
    border-radius: 50%
}

    .discount-corp .discount-close-red:before {
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50%;
        border-radius: 50% 50% 50% 50%;
        border: 1px dotted red;
        height: 25px;
        width: 25px;
        content: "";
        position: absolute;
        top: -3px;
        left: -3px
    }

    .discount-corp .discount-close-red .discount-custom-close {
        color: #fff;
        position: absolute;
        top: 3px;
        left: 5px
    }

.discount-corp .row {
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -15px
}

    .discount-corp .row:after, .discount-corp .row:before {
        clear: both;
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden
    }

    .discount-corp .row + .row {
        margin-top: 10px
    }

@media only screen and (max-width:640px) {
    .discount-corp .row + .row {
        margin-top: 5px
    }
}

.discount-corp .pl5 {
    padding-left: 5px
}

.discount-corp .ml5 {
    margin-left: 5px
}

.discount-corp .pr5 {
    padding-right: 5px
}

.discount-corp .mr5 {
    margin-right: 5px
}

.discount-corp .pt5 {
    padding-top: 5px
}

.discount-corp .mt5 {
    margin-top: 5px
}

.discount-corp .pb5 {
    padding-bottom: 5px
}

.discount-corp .mb5 {
    margin-bottom: 5px
}

.discount-corp .pl7 {
    padding-left: 7px
}

.discount-corp .ml7 {
    margin-left: 7px
}

.discount-corp .pr7 {
    padding-right: 7px
}

.discount-corp .mr7 {
    margin-right: 7px
}

.discount-corp .pt7 {
    padding-top: 7px
}

.discount-corp .mt7 {
    margin-top: 7px
}

.discount-corp .pb7 {
    padding-bottom: 7px
}

.discount-corp .mb7 {
    margin-bottom: 7px
}

.discount-corp .pl10 {
    padding-left: 10px
}

.discount-corp .ml10 {
    margin-left: 10px
}

.discount-corp .pr10 {
    padding-right: 10px
}

.discount-corp .mr10 {
    margin-right: 10px
}

.discount-corp .pt10 {
    padding-top: 10px
}

.discount-corp .mt10 {
    margin-top: 10px
}

.discount-corp .pb10 {
    padding-bottom: 10px
}

.discount-corp .mb10 {
    margin-bottom: 10px
}

.discount-corp .pl15 {
    padding-left: 15px
}

.discount-corp .ml15 {
    margin-left: 15px
}

.discount-corp .pr15 {
    padding-right: 15px
}

.discount-corp .mr15 {
    margin-right: 15px
}

.discount-corp .pt15 {
    padding-top: 15px
}

.discount-corp .mt15 {
    margin-top: 15px
}

.discount-corp .pb15 {
    padding-bottom: 15px
}

.discount-corp .mb15 {
    margin-bottom: 15px
}

.discount-corp .pl20 {
    padding-left: 20px
}

.discount-corp .ml20 {
    margin-left: 20px
}

.discount-corp .pr20 {
    padding-right: 20px
}

.discount-corp .mr20 {
    margin-right: 20px
}

.discount-corp .pt20 {
    padding-top: 20px
}

.discount-corp .mt20 {
    margin-top: 20px
}

.discount-corp .pb20 {
    padding-bottom: 20px
}

.discount-corp .mb20 {
    margin-bottom: 20px
}

.discount-corp .pl25 {
    padding-left: 25px
}

.discount-corp .ml25 {
    margin-left: 25px
}

.discount-corp .pr25 {
    padding-right: 25px
}

.discount-corp .mr25 {
    margin-right: 25px
}

.discount-corp .pt25 {
    padding-top: 25px
}

.discount-corp .mt25 {
    margin-top: 25px
}

.discount-corp .pb25 {
    padding-bottom: 25px
}

.discount-corp .mb25 {
    margin-bottom: 25px
}

.discount-corp .pl30 {
    padding-left: 30px
}

.discount-corp .ml30 {
    margin-left: 30px
}

.discount-corp .pr30 {
    padding-right: 30px
}

.discount-corp .mr30 {
    margin-right: 30px
}

.discount-corp .pt30 {
    padding-top: 30px
}

.discount-corp .mt30 {
    margin-top: 30px
}

.discount-corp .pb30 {
    padding-bottom: 30px
}

.discount-corp .mb30 {
    margin-bottom: 30px
}

@-webkit-keyframes opacity {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.discount-loader-dot {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    -moz-animation-name: opacity;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

    .discount-loader-dot, .discount-loader-dot:after, .discount-loader-dot:before {
        display: inline-block;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #0072bb
    }

        .discount-loader-dot:after, .discount-loader-dot:before {
            content: "";
            position: absolute;
            top: 0;
            -moz-animation-name: opacity;
            -webkit-animation-name: opacity;
            animation-name: opacity;
            -moz-animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -moz-animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite
        }

        .discount-loader-dot:before {
            right: 7px
        }

        .discount-loader-dot:after {
            left: 7px;
            -moz-animation-delay: .3s;
            -webkit-animation-delay: .3s;
            animation-delay: .3s
        }

        .discount-loader-dot i {
            -moz-animation-name: opacity;
            -webkit-animation-name: opacity;
            animation-name: opacity;
            -moz-animation-duration: 1s;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -moz-animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite
        }

            .discount-loader-dot i:nth-child(2) {
                -moz-animation-delay: .1s;
                -webkit-animation-delay: .1s;
                animation-delay: .1s
            }

            .discount-loader-dot i:nth-child(3) {
                -moz-animation-delay: .3s;
                -webkit-animation-delay: .3s;
                animation-delay: .3s
            }

.discount-loaderDiv {
    background: #fff;
    margin: 5% auto;
    padding: 20px;
    max-width: 400px;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5);
    text-align: center
}

@media only screen and (max-width:640px) {
    .discount-loaderDiv {
        max-width: 100% !important;
        margin-top: 15%
    }
}

.discount-loaderDiv h2 {
    font-size: 15px
}

@media only screen and (max-width:640px) {
    .discount-res-anchorBtn {
        display: block;
        text-align: center
    }
}

.discount-under-link {
    position: relative
}

    .discount-under-link:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -1px;
        left: 0;
        background-color: #ea2330;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s
    }

    .discount-under-link:hover:after {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

.discount-underLine {
    text-decoration: underline !important
}

    .discount-underLine:hover {
        color: inherit !important
    }

.discount-logoutLbl {
    margin-top: -20px;
    margin-right: -18px;
    background-color: #feffc5;
    border: 1px solid #fcff8a
}

    .discount-logoutLbl p {
        padding: 0 2px;
        color: #666;
        font-size: .785em
    }

.discount-nextStepEligible {
    background: #e7e7e7;
    padding: 0 11px;
    margin: 0 !important;
    border: 1px solid #ccc
}

    .discount-nextStepEligible p {
        padding: 8px 0 0
    }

    .discount-nextStepEligible .discount-form-label {
        font-size: inherit !important
    }

    .discount-nextStepEligible #childPrgNametxt {
        border-color: #999 !important
    }

#discount_list #saveBigDD {
    padding: 0
}

.font-icon {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

i.icon-inside.font-icon {
    font-size: 17px;
    right: 5px;
    color: #b1b5ba
}

@font-face {
    font-family: WebRupee;
    src: url(../fonts/WebRupee.V2.0.eot?30b42a0428fad208556f5e672717780b);
    src: url(../fonts/WebRupee.V2.0.eot?30b42a0428fad208556f5e672717780b?#iefix) format("embedded-opentype"),url(../fonts/WebRupee.V2.0.woff?5bb128f740689bd22a816d8f6bcfaba3) format("font-woff"),url(../fonts/WebRupee.V2.0.ttf?388288fc6b37f7c46d4e23b19d31e8af) format("truetype"),url(/fresco/resources/toucan/dist/images/WebRupee.V2.0.svg?115851616da5b623d29ff9818a3cfff5#WebRupee) format("svg");
    font-style: normal;
    font-weight: 400
}

.sprite-header {
    display: inline-block;
    position: relative;
    background: transparent url("../../../../../fresco/resources/beetle/images/header.png?v=20170907") 0 0 no-repeat;
    content: " ";
    margin: 0 5px;
    vertical-align: middle
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .sprite-header {
        background: transparent url("../../../../../fresco/resources/beetle/images/header-mobile.png?v=20170907") 0 0 no-repeat
    }
}

.ico-logo {
    background-position: 0 -13px;
    height: 52px;
    width: 176px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-logo {
        background-position: 0 -4px;
        height: 23px;
        width: 31px
    }
}

.ico-logo-back {
    background-position: 0 -13px;
    height: 52px;
    width: 176px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-logo-back {
        background-position: -75px 0;
        height: 30px;
        width: 32px
    }
}

.ico-logo-arrow-back {
    background-position: -213px -42px;
    height: 16px;
    width: 18px
}

.ico-logo-v2 {
    background-position: 0 -162px;
    height: 57px;
    width: 198px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-logo-v2 {
        background-position: 0 0;
        height: 30px;
        width: 32px
    }
}

.ico-recent-search {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-recent-search {
        background-position: -44px 0;
        height: 25px;
        width: 25px
    }
}

.ico-header-arrow-down {
    background-position: 0 0;
    height: 7px;
    width: 10px
}

.ico-header-ecash {
    background-position: -13px 0;
    height: 12px;
    width: 39px
}

.ico-header-fb {
    background-position: -53px 0;
    height: 12px;
    width: 6px
}

.ico-header-sub-arrow {
    background-position: -121px 0;
    height: 10px;
    width: 20px
}

.ico-header-sub-arrow-v2 {
    background-position: -147px 0;
    height: 10px;
    width: 20px
}

.ico-header-sub-arrow-mob {
    background-position: -46px -383px;
    height: 11px;
    width: 20px
}

.ico-header-sub-arrow-grey {
    background-position: -62px 0;
    height: 10px;
    width: 20px
}

.ico-menu-flights {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-menu-flights {
        background-position: 0 -34px;
        height: 26px;
        width: 26px
    }
}

.ico-header-seperator {
    background-position: -250px -3px;
    height: 13px;
    width: 3px
}

.ico-header-mobileCat {
    background-position: -260px 0;
    height: 24px;
    width: 15px
}

.ico-header-mobile-android {
    background-position: -371px 0;
    height: 20px;
    width: 23px
}

.ico-header-mobile-ios {
    background-position: -394px -1px;
    height: 20px;
    width: 15px
}

.ico-header-visa {
    background-position: -289px -3px;
    height: 21px;
    width: 36px
}

.ico-header-visa-close {
    background-position: -330px -3px;
    height: 16px;
    width: 16px
}

.ico-header-sub-arrow-right {
    background-position: -352px -4px;
    height: 20px;
    width: 10px
}

.ico-header-category {
    background-position: -180px 0;
    height: 34px;
    width: 32px
}

.ico-header-lock {
    background-position: -401px -38px;
    height: 20px;
    width: 14px
}

.ico-header-unchecked {
    background-position: -476px -1px;
    height: 19px;
    width: 19px
}

.ico-header-card {
    background-position: -425px -43px;
    height: 14px;
    width: 19px
}

.ico-header-corporate {
    background-position: -449px -38px;
    height: 19px;
    width: 19px
}

.ico-header-armedforces {
    background-position: -474px -38px;
    height: 18px;
    width: 18px
}

.ico-header-sand-clock {
    background-position: -355px -40px;
    height: 17px;
    width: 13px
}

.ico-header-home {
    background-position: 0 -68px;
    height: 38px;
    width: 33px
}

.ico-header-others {
    background-position: 0 0;
    height: 38px;
    width: 0
}

.ico-header-flights {
    background-position: -47px -65px;
    height: 38px;
    width: 33px
}

.ico-header-hotels {
    background-position: -87px -62px;
    height: 38px;
    width: 33px
}

.ico-header-flight-s-hotel {
    background-position: -140px -68px;
    height: 38px;
    width: 33px
}

.ico-header-holidays {
    background-position: -185px -68px;
    height: 38px;
    width: 33px
}

.ico-header-trains {
    background-position: -231px -68px;
    height: 38px;
    width: 33px
}

.ico-header-offers {
    background-position: -318px -68px;
    height: 38px;
    width: 33px
}

.ico-header-things-to-do {
    background-position: -218px -37px;
    height: 30px;
    width: 28px
}

.ico-header-buses {
    background-position: -274px -68px;
    height: 38px;
    width: 33px
}

.ico-header-cruise {
    background-position: -403px -68px;
    height: 38px;
    width: 33px
}

.ico-header-activities {
    background-position: -284px -28px;
    height: 38px;
    width: 33px
}

.ico-header-homestays {
    background-position: -439px -215px;
    height: 38px;
    width: 33px
}

.ico-header-trade-fair-packages {
    background-position: -440px -60px;
    height: 38px;
    width: 33px
}

.ico-header-idginvestee {
    background-position: -475px -141px;
    height: 15px;
    width: 21px
}

.ico-header-flight-s-hotels {
    background-position: -140px -68px;
    height: 38px;
    width: 33px
}

.ico-header-offer {
    background-position: -98px -159px;
    height: 19px;
    width: 25px
}

.ico-header-blankUserImage {
    background-position: 0 -194px;
    height: 43px;
    width: 37px
}

.ico-catg-home {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-home {
        background-position: 0 -186px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-flights {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-flights {
        background-position: 0 -30px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-hotels {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-hotels {
        background-position: 0 -57px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-holidays {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-holidays {
        background-position: 0 -113px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-buses {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-buses {
        background-position: 0 -161px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-offers {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-offers {
        background-position: 0 -211px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-trains {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-trains {
        background-position: 0 -138px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-activities {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-activities {
        background-position: -50px -34px;
        height: 26px;
        width: 26px
    }
}

.ico-catg-thigs-to-do {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-catg-thigs-to-do {
        background-position: 0 -267px;
        height: 26px;
        width: 26px
    }
}

.ico-fl-cancellation {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-fl-cancellation {
        background-position: 0 -328px;
        height: 26px;
        width: 26px
    }
}

.ico-fl-rescheduling {
    background-position: 0 0;
    height: 0;
    width: 0
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .ico-fl-rescheduling {
        background-position: 0 -353px;
        height: 26px;
        width: 26px
    }
}

.cmt-header {
    z-index: 9;
    display: block;
    width: 100%;
    color: #666;
    font-family: Rubik;
    font-size: 14px;
    line-height: 1
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header {
        height: 56px !important
    }
}

@media (height:1024px) and (width:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:landscape),(width:768px) and (height:1024px) and (orientation:portrait),(width:1024px) and (height:768px) and (orientation:landscape),(width:1024px) and (height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait),only screen and (max-width:900px) {
    .cmt-header {
        background: #fff
    }
}

.cmt-header:after, .cmt-header:before {
    display: table;
    line-height: 0;
    content: ""
}

.cmt-header:after {
    clear: both
}

.cmt-header .platinum-label {
    background: transparent url(/fresco/resources/toucan/dist/images/platinum-logo.svg?155701ab9fb3c494b235b7113962a653) 50% no-repeat;
    width: 100px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background-size: 80px;
    position: absolute;
    bottom: 13px;
    right: -10px;
    margin: 0
}

.cmt-header .countrylogo-ind {
    background: transparent url(/fresco/resources/toucan/dist/images/india.svg?b67047848090f94c2ac600b1687e1a32) 50% no-repeat
}

.cmt-header .countrylogo-ind, .cmt-header .countrylogo-uae {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle
}

.cmt-header .countrylogo-uae {
    background: transparent url(/fresco/resources/toucan/dist/images/uae.svg?02065138f1c0761e2ab1e60e82447b52) 50% no-repeat
}

.cmt-header .countrylogo-kw {
    background: transparent url(/fresco/resources/toucan/dist/images/kuwait.svg?8df0ab37206ae47769f571fa5af7e11d) 50% no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle
}

.cmt-header.service-header .platinum-label {
    right: -7px;
    bottom: 17px;
    background-size: 80px
}

.cmt-header .ico-newHeaderLogo {
    height: 39.5px;
    width: 88px;
    display: inline-block;
    background: url("https://www.craftmytrip.com/cheapest-kashmir-tours/webpimages/main_logo.webp") 50% no-repeat;
    background-size: contain
}

    .cmt-header .ico-newHeaderLogo.smeHeaderLogo {
        background: url("https://www.craftmytrip.com/cheapest-kashmir-tours/webpimages/main_logo.webp") 50% no-repeat;
        background-size: contain;
        height: 39.5px
    }

    .cmt-header .ico-newHeaderLogo.franHeaderLogo {
        background: url("https://www.craftmytrip.com/cheapest-kashmir-tours/webpimages/main_logo.webp") 50% no-repeat;
        background-size: contain
    }

    .cmt-header .ico-newHeaderLogo.kwHeaderLogo {
        background: url("../../../../../fresco/resources/beetle/images/newIcons/qiblah-kw.jpg") 50% no-repeat;
        background-size: 88px 39.5px
    }

.cmt-header .header-container {
    float: none;
    width: 100%;
    padding: 8px 0 0;
    margin: 0 auto
}

.cmt-header .scratch-notification {
    display: block;
    font-size: 1.14286em;
    padding: 20px;
    text-align: center
}

.cmt-header a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all .5s ease
}

    .cmt-header a.logo {
        position: fixed
    }

@media (height:1024px) and (width:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:landscape),(width:768px) and (height:1024px) and (orientation:portrait),(width:1024px) and (height:768px) and (orientation:landscape),(width:1024px) and (height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait),only screen and (max-width:900px) {
    .cmt-header a.logo {
        position: static
    }
}

.cmt-header a.logo img {
    height: 52px;
    width: auto
}

.cmt-header .backToPage {
    display: block;
    font-size: .85714em;
    margin-left: 20px;
    position: absolute;
    top: 11px
}

.cmt-header .ico-header-mobile-android {
    border-right: 1px solid hsla(0,0%,100%,.4)
}

.cmt-header .ico-header-mobile-ios {
    margin-left: 0
}

.cmt-header .ico-header-arrow-down {
    background-position: -4px -140px
}

.cmt-header .moreDdnMenu {
    display: none !important
}

.cmt-header .top-nav {
    text-align: right;
    background: #e7e7e7;
    padding: 0
}

    .cmt-header .top-nav .nav {
        padding: 0;
        margin: 0
    }

        .cmt-header .top-nav .nav > li {
            display: inline-block;
            position: relative
        }

            .cmt-header .top-nav .nav > li:first-child {
                border-left: 0
            }

            .cmt-header .top-nav .nav > li.last a {
                margin: 0;
                padding: 0
            }

            .cmt-header .top-nav .nav > li > a {
                color: #4b4b4b;
                font-size: 1em
            }

                .cmt-header .top-nav .nav > li > a:focus, .cmt-header .top-nav .nav > li > a:hover {
                    color: #000
                }

                .cmt-header .top-nav .nav > li > a.fb-login {
                    background: #44609d;
                    color: #fff;
                    padding: 2px 10px 4px
                }

            .cmt-header .top-nav .nav > li .ico-header-seperator {
                margin: 0 10px;
                top: -1px
            }

            .cmt-header .top-nav .nav > li .inner-nav {
                padding: 9px 0
            }

                .cmt-header .top-nav .nav > li .inner-nav > li:first-child {
                    border-left: 0
                }

        .cmt-header .top-nav .nav .support-box {
            padding: 10px 0
        }

            .cmt-header .top-nav .nav .support-box a {
                padding: 0 15px
            }

            .cmt-header .top-nav .nav .support-box .header-dropdown {
                background: #e7e7e7
            }

                .cmt-header .top-nav .nav .support-box .header-dropdown .dropdown-menu li a {
                    padding: 5px 14px 7px
                }

.cmt-header .rc-notify-pop {
    background: #6d7073 none repeat scroll 0 0;
    color: #fff;
    display: none;
    right: -15px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 44px;
    width: 210px;
    z-index: 100;
    border-radius: 5px;
    opacity: 0
}

.cmt-header .rc-tooltip {
    border: solid;
    border-color: #6d7073 transparent;
    border-width: 0 10px 10px;
    top: -9px;
    left: 85%;
    position: absolute;
    z-index: 99
}

.cmt-header .nitify {
    opacity: 1;
    -webkit-transition: opacity .9s ease-in;
    -moz-transition: opacity .9s ease-in;
    -ms-transition: opacity .9s ease-in;
    -o-transition: opacity .9s ease-in;
    transition: opacity .9s ease-in
}

@-webkit-keyframes notifier {
    0%,20% {
        -webkit-transform: translateY(.8);
        -moz-transform: translateY(.8);
        -ms-transform: translateY(.8);
        -o-transform: translateY(.8);
        transform: translateY(.8)
    }

    30% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4)
    }

    70% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes notifier {
    0%,20% {
        -webkit-transform: translateY(.8);
        -moz-transform: translateY(.8);
        -ms-transform: translateY(.8);
        -o-transform: translateY(.8);
        transform: translateY(.8)
    }

    30% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4)
    }

    70% {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-down-slow {
    0% {
        -webkit-transform: perspective(1px) scaleY(.1);
        -moz-transform: perspective(1px) scaleY(.1);
        -ms-transform: perspective(1px) scaleY(.1);
        -o-transform: perspective(1px) scaleY(.1);
        transform: perspective(1px) scaleY(.1)
    }

    to {
        -webkit-transform: perspective(1px) scaleY(1);
        -moz-transform: perspective(1px) scaleY(1);
        -ms-transform: perspective(1px) scaleY(1);
        -o-transform: perspective(1px) scaleY(1);
        transform: perspective(1px) scaleY(1)
    }
}

@keyframes slide-down-slow {
    0% {
        -webkit-transform: perspective(1px) scaleY(.1);
        -moz-transform: perspective(1px) scaleY(.1);
        -ms-transform: perspective(1px) scaleY(.1);
        -o-transform: perspective(1px) scaleY(.1);
        transform: perspective(1px) scaleY(.1)
    }

    to {
        -webkit-transform: perspective(1px) scaleY(1);
        -moz-transform: perspective(1px) scaleY(1);
        -ms-transform: perspective(1px) scaleY(1);
        -o-transform: perspective(1px) scaleY(1);
        transform: perspective(1px) scaleY(1)
    }
}

@-webkit-keyframes spaceIn {
    0% {
        opacity: 0;
        transform-origin: 50% 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform-origin: 50% 0;
        transform: scale(1)
    }
}

@keyframes spaceIn {
    0% {
        opacity: 0;
        transform-origin: 50% 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform-origin: 50% 0;
        transform: scale(1)
    }
}

.cmt-header .header-drop {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0
}

    .cmt-header .header-drop.elem-0 {
        -webkit-animation-name: slide-down-slow;
        -moz-animation-name: slide-down-slow;
        animation-name: slide-down-slow
    }

.cmt-header .header-container .logo {
    float: left;
    padding-bottom: 5px;
    height: auto;
    margin: 0;
    width: auto
}

.cmt-header .header-container .menu {
    width: 85%;
    float: right;
    position: relative;
    top: 4px
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .cmt-header .header-container .menu {
        width: 76%
    }
}

@media (height:1024px) and (width:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:landscape),(width:768px) and (height:1024px) and (orientation:portrait),(width:1024px) and (height:768px) and (orientation:landscape),(width:1024px) and (height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait),only screen and (max-width:900px) {
    .cmt-header .header-container .menu {
        width: 64%
    }
}

.cmt-header .header-container .menu .justified-menu {
    position: relative;
    top: 0;
    height: 50px;
    float: left;
    margin: 0;
    margin-bottom: 0
}

    .cmt-header .header-container .menu .justified-menu.desktop-navs.settings-content {
        height: 46px
    }

        .cmt-header .header-container .menu .justified-menu.desktop-navs.settings-content .list-dropdown .tip-hover i {
            left: 81%
        }

@media (min-width:612px) and (max-width:870px) {
    .cmt-header .header-container .menu .justified-menu.desktop-navs.settings-content .list-dropdown .tip-hover i {
        left: 75%
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .cmt-header .header-container .menu .justified-menu.desktop-navs.settings-content {
        display: block;
        top: 0;
        width: auto;
        box-shadow: none
    }
}

.cmt-header .header-container .menu .justified-menu.desktop-navs .list-dropdown .tip-hover i {
    left: 15%
}

.cmt-header .header-container .menu .justified-menu:after {
    position: relative;
    display: inline-block;
    height: 0;
    line-height: 0;
    content: ""
}

.cmt-header .header-container .menu .justified-menu li {
    display: inline-block;
    padding-bottom: 16px;
    background-color: #133b55;
    border-radius: 7px;
    padding-right: 7px;
}

    .cmt-header .header-container .menu .justified-menu li.hide {
        display: none
    }

    .cmt-header .header-container .menu .justified-menu li.hideImp {
        display: none !important
    }

    .cmt-header .header-container .menu .justified-menu li .ico-header-category {
        display: none
    }

@media only screen and (max-width:900px) and (min-width:1px) {
    .cmt-header .header-container .menu .justified-menu li.ytBusinessheader {
        display: none
    }
}

.cmt-header .header-container .menu .justified-menu .header-dropdown {
    background: #fff;
    border-radius: 3px
}

.cmt-header .header-container .menu .justified-menu .tip-hover {
    display: block
}

    .cmt-header .header-container .menu .justified-menu .tip-hover i {
        position: relative;
        top: 3px
    }

.cmt-header .header-container .menu .justified-menu .header-drop {
    position: absolute;
    min-width: 494px;
    top: 10px;
    margin-top: 20px;
    display: none;
    top: 20px
}

    .cmt-header .header-container .menu .justified-menu .header-drop.scratch-ddn {
        left: auto !important;
        right: 50%;
        margin-right: 7px;
        min-width: 1px
    }

        .cmt-header .header-container .menu .justified-menu .header-drop.scratch-ddn .tip-hover i {
            left: 90% !important
        }

        .cmt-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown {
            width: 430px
        }

            .cmt-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-pad {
                background: #fff none repeat scroll 0 0;
                overflow: hidden;
                padding: 10px;
                text-align: center;
                display: none
            }

                .cmt-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-pad a {
                    width: 36%;
                    margin: 10px auto;
                    padding: 8px 12px;
                    color: #fff;
                    display: block;
                    background-color: #ea2330;
                    border: 1px solid #f34f4f
                }

                    .cmt-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-pad a:hover {
                        background-color: #f34f4f
                    }

            .cmt-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .scratch-notification {
                display: block;
                font-size: 1.14286em;
                padding: 20px;
                text-align: center
            }

            .cmt-header .header-container .menu .justified-menu .header-drop.scratch-ddn .header-dropdown .recent-searches .lft-info {
                display: none
            }

    .cmt-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn {
        padding: 10px 0 5px !important
    }

        .cmt-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn li {
            float: left;
            line-height: 20px;
            padding-right: 11px;
            padding-left: 11px;
            margin: 7px 0;
            background: url("/images/header-separator.jpg") no-repeat 100%
        }

            .cmt-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn li a {
                float: left;
                color: #666;
                padding: 0
            }

                .cmt-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn li a i {
                    display: none
                }

        .cmt-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn > ul > li:last-child {
            background: none;
            padding-left: 12px
        }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .cmt-header .header-container .menu .justified-menu .header-drop .header-dropdown.category-ddn > ul > li#menu_flight-hotels {
        display: none !important
    }
}

.cmt-header .header-container .menu .justified-menu .header-drop.show-prompt .header-dropdown .userBlock .hideAuto {
    display: none !important
}

@media (-ms-high-contrast:none) {
    .cmt-header .header-container .menu .justified-menu .header-drop {
        top: 10px;
        margin-top: 13px
    }

    .cmt-header .header-container .menu .justified-menu * ::-ms-backdrop, .cmt-header .header-container .menu .justified-menu .header-drop {
        top: 10px;
        margin-top: 20px
    }
}

.cmt-header .header-container .menu .justified-menu .QRMobileBlock {
    display: inline-block;
    padding-left: 0 !important
}

.cmt-header .header-container .menu .justified-menu .mobileQR {
    padding-bottom: 22px
}

    .cmt-header .header-container .menu .justified-menu .mobileQR .header-drop {
        left: -44px;
        min-width: 164px;
        top: 20px
    }

        .cmt-header .header-container .menu .justified-menu .mobileQR .header-drop .header-dropdown {
            margin-top: 1px
        }

.cmt-header .header-container .menu .countrySite {
    float: left;
    right: 0;
    position: relative;
    padding: 10px 0 18px
}

    .cmt-header .header-container .menu .countrySite a {
        color: #ea2330
    }

.cmt-header .header-container .settings {
    float: right !important;
    margin-right: 30px;
    margin-top: 26px;
}

    .cmt-header .header-container .settings .setting-btn {
        padding: 12px 0 28px;
        display: none
    }

        .cmt-header .header-container .settings .setting-btn:after {
            float: right;
            content: "";
            border-top: 4px solid #fff;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            margin: 5px 0 0 5px
        }

    .cmt-header .header-container .settings .settings-content {
        position: relative;
        display: inline-block;
        padding-left: 0
    }

        .cmt-header .header-container .settings .settings-content > .ico-header-sub-arrow {
            display: none
        }

        .cmt-header .header-container .settings .settings-content .header-drop {
            min-width: 190px;
            border-top: none;
            right: 0;
            z-index: 99;
            box-shadow: 0 0 16px 5px rgba(0,0,0,.2)
        }

            .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a {
                color: #636363;
                letter-spacing: 0 !important;
                font-size: .9em
            }

                .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a:before {
                    background: none;
                    content: "";
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    margin: 0;
                    position: absolute;
                    border-top: 5px solid #e4e4e4;
                    transform: rotate(0deg);
                    left: 0;
                    top: 12px;
                    transform: rotate(-90deg);
                    transition: all .5s ease
                }

                .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a:focus, .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a:hover {
                    padding-left: 25px;
                    transition: all .5s ease
                }

                    .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a:focus:before, .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a:hover:before {
                        left: 10px
                    }

                .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink {
                    padding: 0
                }

                    .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:before {
                        content: none
                    }

                    .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:focus, .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:hover {
                        padding-left: 10px;
                        transition: all .5s ease
                    }

                        .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:focus:before, .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown li a.skipForLink:hover:before {
                            left: 10px
                        }

            .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:focus, .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:hover {
                padding-left: 25px !important
            }

                .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:focus:before, .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown.newUserLogin-dropdown ul.linkBlock li a:hover:before {
                    left: 10px;
                    transition: all .5s ease
                }

            .cmt-header .header-container .settings .settings-content .header-drop .header-dropdown .headerNewIcon {
                position: relative;
                right: -4px
            }

@media (min-width:612px) and (max-width:870px) {
    .cmt-header .header-container .settings .setting-btn {
        display: inline-block
    }

    .cmt-header .header-container .settings .settings-content {
        display: none;
        position: absolute;
        top: 58px;
        right: 0;
        background: #fff;
        width: 470px;
        z-index: 14;
        -webkit-box-shadow: 0 0 2px 0 #4d5357;
        -moz-box-shadow: 0 0 2px 0 #4d5357;
        -ms-box-shadow: 0 0 2px 0 #4d5357;
        -o-box-shadow: 0 0 2px 0 #4d5357;
        box-shadow: 0 0 2px 0 #4d5357
    }

        .cmt-header .header-container .settings .settings-content > .ico-header-sub-arrow {
            display: inline-block;
            position: absolute;
            top: -10px;
            right: 30px
        }

        .cmt-header .header-container .settings .settings-content a.dropdown-toggle {
            color: #666 !important;
            padding: 15px 15px 18px
        }

            .cmt-header .header-container .settings .settings-content a.dropdown-toggle:after {
                border-top: 4px solid #62656a
            }

        .cmt-header .header-container .settings .settings-content .ico-header-mobile-android {
            background-position: -477px -70px;
            border-right: 1px solid #333
        }

        .cmt-header .header-container .settings .settings-content .ico-header-mobile-ios {
            background-position: -478px -114px
        }

    .cmt-header .header-container .settings.active .settings-content, .cmt-header .header-container .settings:hover .settings-content {
        display: block
    }
}

.cmt-header .header-container .settings #userLoginBlock {
    float: left;
    margin-right: 3px
}

    .cmt-header .header-container .settings #userLoginBlock .newUserLogin-dropdown {
        padding-top: 7px
    }

    .cmt-header .header-container .settings #userLoginBlock .loginUserName {
        white-space: nowrap;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 150px
    }

        .cmt-header .header-container .settings #userLoginBlock .loginUserName.loginSmeUserName {
            width: 100px
        }

.cmt-header .eCahseValue {
    position: relative;
    left: 5px
}

.cmt-header .header-dropdown {
    width: 100%;
    padding: 0;
    opacity: 1;
    margin: 0;
    float: left;
    padding: 0 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2)
}

@media only screen and (max-width:900px) and (min-width:1px) {
    .cmt-header .header-dropdown {
        width: 100%
    }
}

.cmt-header .header-dropdown > i {
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px
}

.cmt-header .header-dropdown ul {
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased
}

    .cmt-header .header-dropdown ul li {
        padding-bottom: 0 !important
    }

        .cmt-header .header-dropdown ul li a {
            padding: 9px 14px 10px;
            color: #666;
            display: block
        }

    .cmt-header .header-dropdown ul.linkBlock, .cmt-header .header-dropdown ul.userBlock {
        color: #333
    }

.cmt-header .header-dropdown:before {
    float: right;
    content: "";
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 13px;
    top: -5px
}

.cmt-header .header-dropdown.newUserLogin-dropdown {
    padding: 0 13px
}

    .cmt-header .header-dropdown.newUserLogin-dropdown.borderRadsDown, .cmt-header .header-dropdown.newUserLogin-dropdown:first-child {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .cmt-header .header-dropdown.newUserLogin-dropdown:last-child {
        box-shadow: inset 0 3px 4px rgba(0,0,0,.2),0 5px 12px 1px rgba(0,0,0,.2);
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .cmt-header .header-dropdown.newUserLogin-dropdown ul {
        display: inline-block;
        width: 100%
    }

        .cmt-header .header-dropdown.newUserLogin-dropdown ul .login-li {
            float: left
        }

            .cmt-header .header-dropdown.newUserLogin-dropdown ul .login-li .log-in.pgLogIn {
                width: 72px
            }

        .cmt-header .header-dropdown.newUserLogin-dropdown ul li a {
            position: relative
        }

        .cmt-header .header-dropdown.newUserLogin-dropdown ul li .userBlockLogin {
            border: 1px solid #e2e2e2;
            border-radius: 50%;
            float: left;
            position: relative;
            top: 5px
        }

        .cmt-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR {
            float: right;
            width: 55%
        }

            .cmt-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a {
                position: relative;
                padding: 0 !important
            }

                .cmt-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:before {
                    left: -15px !important
                }

                .cmt-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:focus, .cmt-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:hover {
                    padding-left: 10px !important
                }

                    .cmt-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:focus:before, .cmt-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:hover:before {
                        left: -5px !important
                    }

    .cmt-header .header-dropdown.newUserLogin-dropdown .log-out a:before {
        display: none
    }

    .cmt-header .header-dropdown.newUserLogin-dropdown .switchToText {
        color: #999;
        font-size: .78571em
    }

    .cmt-header .header-dropdown.newUserLogin-dropdown .simple-dropdown .userNameLetter {
        background-color: #e2e2e2;
        color: #fff;
        font-size: 1.42857em;
        border-radius: 50%;
        text-transform: uppercase;
        padding: 9px;
        width: 40px;
        height: 40px;
        display: inline-block;
        box-sizing: border-box
    }

    .cmt-header .header-dropdown.newUserLogin-dropdown .txt-Cent {
        text-align: center;
        margin-bottom: 5px
    }

.cmt-header li.simple-dropdown {
    position: relative
}

    .cmt-header li.simple-dropdown a {
        display: block;
        padding: 10px 15px
    }

@media only screen and (max-width:1200px) and (min-width:1px) {
    .cmt-header li.simple-dropdown a {
        padding: 10px 5px
    }
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .cmt-header li.simple-dropdown a {
        padding: 10px 2.7em
    }
}

.cmt-header li.simple-dropdown a.active, .cmt-header li.simple-dropdown a:hover {
    border-bottom-color: #ff7d23
}

.cmt-header li.simple-dropdown.simple-dropdownNull a:before {
    content: normal !important
}

.cmt-header .list-dropdown {
    position: relative;
    list-style-type: none
}

    .cmt-header .list-dropdown > a {
        display: block;
        padding: 10px 15px 18px;
        position: relative
    }

        .cmt-header .list-dropdown > a.active, .cmt-header .list-dropdown > a:hover {
            border-bottom-color: #ff7d23
        }

        .cmt-header .list-dropdown > a > span.rc-search {
            background: #ff7d23 none repeat scroll 0 0;
            border-radius: 50%;
            display: inline-block;
            padding: 2px 7px;
            text-align: center;
            display: none !important;
            margin-left: 2px;
            color: #fff
        }

        .cmt-header .list-dropdown > a:after {
            content: "";
            border-top: 4px solid #666;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            margin: 0;
            position: absolute;
            right: 0;
            top: 35%
        }

        .cmt-header .list-dropdown > a.list-dropdownNull:after {
            content: normal
        }

    .cmt-header .list-dropdown.customer-support-ddn .header-dropdown {
        min-width: 235px
    }

    .cmt-header .list-dropdown .businessAcc {
        display: none;
        color: #c0c5c9;
        display: inline-block;
        float: left;
        font-size: .85714em;
        margin-left: 10px;
        margin-top: -20px;
        text-overflow: ellipsis;
        text-transform: capitalize;
        width: 85%
    }

    .cmt-header .list-dropdown .hidden {
        display: none
    }

    .cmt-header .list-dropdown .header-drop.scratch-ddn {
        left: auto !important;
        right: 50%;
        margin-right: 7px;
        min-width: 1px
    }

        .cmt-header .list-dropdown .header-drop.scratch-ddn .tip-hover i {
            left: 90% !important
        }

        .cmt-header .list-dropdown .header-drop.scratch-ddn .header-dropdown {
            width: 430px
        }

            .cmt-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-pad {
                background: #fff none repeat scroll 0 0;
                overflow: hidden;
                padding: 10px;
                text-align: center;
                display: none
            }

                .cmt-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-pad a {
                    width: 36%;
                    margin: 10px auto;
                    padding: 8px 12px;
                    color: #fff;
                    display: block;
                    background-color: #ea2330;
                    border: 1px solid #f34f4f
                }

                    .cmt-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-pad a:hover {
                        background-color: #f34f4f
                    }

            .cmt-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .scratch-notification {
                display: block;
                font-size: 1.14286em;
                padding: 20px;
                text-align: center
            }

            .cmt-header .list-dropdown .header-drop.scratch-ddn .header-dropdown .recent-searches .lft-info {
                display: none
            }

    .cmt-header .list-dropdown .header-drop .header-dropdown li {
        background-color: #fff;
        display: block !important;
    }

        .cmt-header .list-dropdown .header-drop .header-dropdown li a {
            padding: 1px 0 1px 15px;
            line-height: 28px
        }

    .cmt-header .list-dropdown.active .header-drop, .cmt-header .list-dropdown:focus .header-drop, .cmt-header .list-dropdown:hover .header-drop {
        display: block !important
    }

    .cmt-header .list-dropdown.active .simple-tab, .cmt-header .list-dropdown:focus .simple-tab, .cmt-header .list-dropdown:hover .simple-tab {
        border-bottom-color: #ff7d23
    }

    .cmt-header .list-dropdown.countrySite-dropdown {
        border: 1px solid #e4e4e4;
        padding-bottom: 0 !important;
        background-color: #fff;
        border-radius: 4px
    }

        .cmt-header .list-dropdown.countrySite-dropdown > a {
            padding: 8px 25px 8px 10px
        }

            .cmt-header .list-dropdown.countrySite-dropdown > a:after {
                right: 5px
            }

            .cmt-header .list-dropdown.countrySite-dropdown > a i {
                margin-top: -2px
            }

        .cmt-header .list-dropdown.countrySite-dropdown .header-drop {
            margin-top: 15px !important;
            min-width: 90px !important;
            box-shadow: 0 0 12px 0 rgba(0,0,0,.2) !important
        }

            .cmt-header .list-dropdown.countrySite-dropdown .header-drop .header-dropdown li a {
                padding-left: 0 !important
            }

                .cmt-header .list-dropdown.countrySite-dropdown .header-drop .header-dropdown li a:focus, .cmt-header .list-dropdown.countrySite-dropdown .header-drop .header-dropdown li a:hover {
                    padding-left: 0 !important;
                    transition: none !important
                }

.cmt-header .category-ddn.header-dropdown:before {
    right: 75%
}

.cmt-header .category-ddn ul li a {
    border-bottom: 2px solid #fff !important;
    padding: 2px 14px
}

    .cmt-header .category-ddn ul li a .ico-header-buses, .cmt-header .category-ddn ul li a .ico-header-cruise, .cmt-header .category-ddn ul li a .ico-header-flight-s-hotel, .cmt-header .category-ddn ul li a .ico-header-flights, .cmt-header .category-ddn ul li a .ico-header-holidays, .cmt-header .category-ddn ul li a .ico-header-home, .cmt-header .category-ddn ul li a .ico-header-hotels, .cmt-header .category-ddn ul li a .ico-header-offers, .cmt-header .category-ddn ul li a .ico-header-things-to-do, .cmt-header .category-ddn ul li a .ico-header-trains {
        top: 5px;
        margin-right: 10px;
        display: none
    }

    .cmt-header .category-ddn ul li a .ico-header-hotels {
        top: 10px
    }

    .cmt-header .category-ddn ul li a .ico-header-flight-s-hotel, .cmt-header .category-ddn ul li a .ico-header-things-to-do {
        top: 1px !important
    }

.cmt-header .category-ddn ul li .isNewCatIcon {
    font-size: .71429em;
    position: absolute;
    background: #ee7a32;
    padding: 1px 4px;
    color: #fff;
    top: -2px;
    border-radius: 2px;
    right: -10px;
    line-height: 10px
}

    .cmt-header .category-ddn ul li .isNewCatIcon.active, .cmt-header .category-ddn ul li .isNewCatIcon:hover {
        background: #ee7a32 !important;
        color: #fff !important
    }

.cmt-header .category-ddn ul li.active > a, .cmt-header .category-ddn ul li:hover > a {
    color: #333 !important;
    background: #fff !important;
    border-bottom: 2px solid #e96600 !important
}

.cmt-header .login-li {
    padding: 14px 0 !important;
    padding-bottom: 14px !important
}

    .cmt-header .login-li .log-in.pgLogIn {
        border: 1px solid #ea2330 !important;
        border-radius: 2px;
        width: 100%;
        cursor: pointer;
        color: #fff !important;
        font-size: 1em;
        line-height: 2.3 !important;
        padding: 0 !important;
        text-align: center;
        background-color: #ea2330;
        margin-bottom: 10px;
        height: auto
    }

        .cmt-header .login-li .log-in.pgLogIn.active, .cmt-header .login-li .log-in.pgLogIn:hover {
            background-color: #c7131f !important;
            padding-left: 0 !important
        }

        .cmt-header .login-li .log-in.pgLogIn.pgSignUp {
            background-color: #fff;
            color: #ea2330 !important;
            margin-left: 15px
        }

            .cmt-header .login-li .log-in.pgLogIn.pgSignUp.active, .cmt-header .login-li .log-in.pgLogIn.pgSignUp:hover {
                background-color: #fff !important
            }

    .cmt-header .login-li > a {
        padding: 0 !important;
        width: 72px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        color: #fff !important;
        border-bottom: none !important
    }

        .cmt-header .login-li > a:before {
            display: none
        }

        .cmt-header .login-li > a.sign-up {
            background: #0694b6;
            float: right
        }

        .cmt-header .login-li > a.fb-login {
            background-color: #39579a;
            display: block;
            width: 100%;
            clear: both;
            margin-top: 44px;
            margin-bottom: 14px
        }

        .cmt-header .login-li > a.log-in {
            background: #f48131;
            float: left
        }

    .cmt-header .login-li span a:after, .cmt-header .login-li span a:before {
        display: none
    }

    .cmt-header .login-li.active > a.sign-up, .cmt-header .login-li:hover > a.sign-up {
        background: #0694b6 !important;
        border-bottom: none !important
    }

    .cmt-header .login-li.active > a.fb-login, .cmt-header .login-li:hover > a.fb-login {
        background: #39579a !important;
        border-bottom: none !important
    }

    .cmt-header .login-li span {
        font-size: .78571em;
        color: #a5a5a5;
        display: block;
        margin-bottom: 6px;
        overflow: hidden;
        width: 100%
    }

        .cmt-header .login-li span a {
            color: #ef4639 !important;
            display: inline !important;
            padding: 0 2px !important;
            text-decoration: none;
            line-height: normal !important
        }

            .cmt-header .login-li span a:hover {
                text-decoration: underline;
                background-color: #fff !important
            }

.cmt-header #discount_list {
    overflow: visible;
    position: absolute;
    z-index: 9999;
    min-width: 270px;
    right: 0
}

.cmt-header .mobile-only {
    display: none
}

.cmt-header .desktop-only {
    display: block
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .mobile-only {
        display: block
    }

    .cmt-header .desktop-only {
        display: none
    }
}

.cmt-header .mobile-header {
    display: block;
    padding: 20px 8px
}

    .cmt-header .mobile-header .ico-logo {
        float: left;
        margin-top: -8px;
        left: 0;
        position: relative
    }

    .cmt-header .mobile-header .ico-recent-search {
        float: right;
        margin-top: -4px
    }

    .cmt-header .mobile-header .page-title {
        font: normal 1.286em/18px Rubik,Arial;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        width: 83%
    }

@media only screen and (max-width:480px) and (min-width:1px) {
    .cmt-header .mobile-header .page-title {
        width: 74%;
        color: #fff
    }
}

.cmt-header .mobile-navs {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -moz-transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    -moz-transition: transform .3s ease 0s,width .3s ease 0s;
    -webkit-transition: transform .3s ease 0s,width .3s ease 0s;
    -o-transition: transform .3s ease 0s,width .3s ease 0s;
    -ms-transition: transform .3s ease 0s,width .3s ease 0s;
    transition: transform .3s ease 0s,width .3s ease 0s;
    width: 0;
    z-index: 9999
}

.cmt-header .nav-open {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 80%
}

.cmt-header .slide {
    bottom: 0;
    left: 0 !important;
    position: absolute;
    top: 0;
    z-index: 999;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 70%
}

.cmt-header .slide-open {
    display: block !important;
    right: 0;
    -moz-transform: translateX(80%);
    -webkit-transform: translateX(80%);
    -o-transform: translateX(80%);
    -ms-transform: translateX(80%);
    transform: translateX(80%);
    -moz-transition: transform .3s ease 0s,width .3s ease 0s;
    -webkit-transition: transform .3s ease 0s,width .3s ease 0s;
    -o-transition: transform .3s ease 0s,width .3s ease 0s;
    -ms-transition: transform .3s ease 0s,width .3s ease 0s;
    transition: transform .3s ease 0s,width .3s ease 0s
}

.cmt-header .mobile-navs .categories {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .cmt-header .mobile-navs .categories li {
        padding: 0;
        margin: 0
    }

        .cmt-header .mobile-navs .categories li a {
            display: block;
            padding: 18px 15px;
            color: #4b4b4b;
            border-left: 3px solid transparent;
            border-bottom: 1px solid #e5e5e5
        }

            .cmt-header .mobile-navs .categories li a:focus, .cmt-header .mobile-navs .categories li a:hover {
                color: #000
            }

            .cmt-header .mobile-navs .categories li a.active, .cmt-header .mobile-navs .categories li a:hover {
                border-left-color: #ff7d23
            }

            .cmt-header .mobile-navs .categories li a.cur-def {
                cursor: default
            }

            .cmt-header .mobile-navs .categories li a .mobile-signIn, .cmt-header .mobile-navs .categories li a .mobile-signUp {
                color: #666;
                display: inline-block !important
            }

.cmt-header .mobile-navs {
    overflow-y: scroll !important;
    max-height: 100%
}

    .cmt-header .mobile-navs .scroll {
        height: 100%;
        overflow-x: hidden;
        width: 100%
    }

.cmt-header .newMenuFresco .mobile-only {
    display: none
}

    .cmt-header .newMenuFresco .mobile-only .mobileNavModal {
        position: absolute;
        top: 0;
        width: 100%;
        background: rgba(0,0,0,.1);
        height: 767px;
        z-index: 9999
    }

.cmt-header .newMenuFresco .desktop-only {
    display: block
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .newMenuFresco .mobile-only {
        display: block
    }

        .cmt-header .newMenuFresco .mobile-only .btnfloat {
            display: inline-block;
            float: left
        }

    .cmt-header .newMenuFresco .desktop-only {
        display: none
    }
}

.cmt-header .newMenuFresco .mobile-header {
    display: block;
    padding: 20px 8px
}

    .cmt-header .newMenuFresco .mobile-header .ico-logo {
        float: left;
        margin-top: -10px;
        left: 0;
        position: relative
    }

    .cmt-header .newMenuFresco .mobile-header .ico-recent-search {
        float: right;
        margin-top: -4px
    }

    .cmt-header .newMenuFresco .mobile-header .page-title {
        font: normal 1.286em/18px Rubik,Arial;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        width: 83%
    }

@media only screen and (max-width:480px) and (min-width:1px) {
    .cmt-header .newMenuFresco .mobile-header .page-title {
        width: 74%;
        color: #fff
    }
}

.cmt-header .newMenuFresco .mobile-header .logo {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 83%;
    position: relative;
    top: -13px
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .cmt-header .newMenuFresco .mobile-header .logo {
        width: 50%;
        float: right
    }

        .cmt-header .newMenuFresco .mobile-header .logo.exHeaderLogo {
            width: 85%
        }

            .cmt-header .newMenuFresco .mobile-header .logo.exHeaderLogo .atbHeaderLogo {
                background-size: 133px 86px;
                height: 39px;
                width: 130px
            }
}

.cmt-header .newMenuFresco .mobile-navs {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -moz-transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    -moz-transition: transform .3s ease 0s,width .3s ease 0s;
    -webkit-transition: transform .3s ease 0s,width .3s ease 0s;
    -o-transition: transform .3s ease 0s,width .3s ease 0s;
    -ms-transition: transform .3s ease 0s,width .3s ease 0s;
    transition: transform .3s ease 0s,width .3s ease 0s;
    width: 0;
    z-index: 9999
}

.cmt-header .newMenuFresco .nav-open {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 80%
}

.cmt-header .newMenuFresco .slide {
    bottom: 0;
    left: 0 !important;
    position: absolute;
    top: 0;
    z-index: 999;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 70%
}

    .cmt-header .newMenuFresco .slide.exHeaderM {
        width: 85%
    }

.cmt-header .newMenuFresco .slide-open {
    display: block !important;
    right: 0;
    -moz-transition: transform .3s ease 0s,width .3s ease 0s;
    -webkit-transition: transform .3s ease 0s,width .3s ease 0s;
    -o-transition: transform .3s ease 0s,width .3s ease 0s;
    -ms-transition: transform .3s ease 0s,width .3s ease 0s;
    transition: transform .3s ease 0s,width .3s ease 0s
}

.cmt-header .newMenuFresco .mobile-navs .backclr {
    background-image: url("../../../../../fresco/resources/beetle/images/menu_bg.png");
    background-size: 100% 100%;
    height: 120px
}

.cmt-header .newMenuFresco .mobile-navs .loginimage {
    padding: 20px
}

.cmt-header .newMenuFresco .mobile-navs .categories {
    list-style-type: none;
    margin: 0
}

    .cmt-header .newMenuFresco .mobile-navs .categories li {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

        .cmt-header .newMenuFresco .mobile-navs .categories li a {
            display: block;
            padding: 9px 10px;
            color: #5c5c5c;
            border-left: none;
            border-bottom: none
        }

@media only screen and (max-width:360px) and (min-width:1px) {
    .cmt-header .newMenuFresco .mobile-navs .categories li a {
        padding: 9px 2px
    }
}

.cmt-header .newMenuFresco .mobile-navs .categories li a:focus, .cmt-header .newMenuFresco .mobile-navs .categories li a:hover {
    color: #000
}

.cmt-header .newMenuFresco .mobile-navs .categories li a.active, .cmt-header .newMenuFresco .mobile-navs .categories li a:hover {
    border-left-color: #ff7d23
}

.cmt-header .newMenuFresco .mobile-navs .categories li a.cur-def {
    cursor: default
}

.cmt-header .newMenuFresco .mobile-navs .categories li a .mobile-signIn, .cmt-header .newMenuFresco .mobile-navs .categories li a .mobile-signUp {
    color: #fff;
    height: 30px;
    text-align: center;
    width: 100px;
    line-height: 30px;
    margin-left: 20px;
    border-radius: 3px
}

@media only screen and (max-width:350px) and (min-width:1px) {
    .cmt-header .newMenuFresco .mobile-navs .categories li a .mobile-signIn, .cmt-header .newMenuFresco .mobile-navs .categories li a .mobile-signUp {
        width: 85px
    }
}

.cmt-header .newMenuFresco .mobile-navs .categories li a .mobile-signIn {
    background-color: #f34f4f
}

.cmt-header .newMenuFresco .mobile-navs .categories li a .mobile-signUp {
    background-color: #9393b7
}

.cmt-header .newMenuFresco .mobile-navs .categories li .mobileUserName {
    color: #fff;
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    width: 130px;
    overflow: hidden;
    letter-spacing: .3px
}

.cmt-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu {
    display: inline-block;
    color: #111;
    position: relative;
    top: 16px
}

    .cmt-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu li {
        color: #121
    }

        .cmt-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu li a {
            padding: 0 0 0 18px
        }

        .cmt-header .newMenuFresco .mobile-navs .categories li.userNameBlockMenu li .nameBlockMenu {
            color: #121
        }

.cmt-header .newMenuFresco .mobile-navs .categories li .eCashBlockMenu {
    color: #bad2fe;
    margin-top: 5px;
    max-width: 132px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cmt-header .newMenuFresco .mobile-navs .categories li .eCash {
    color: #afcdf6;
    font: arial;
    font-size: 14px
}

.cmt-header .newMenuFresco .mobile-navs .categories .marginLeft {
    margin-left: 100px
}

.cmt-header .newMenuFresco .mobile-navs .categories .taga a {
    padding: 6px 0
}

.cmt-header .newMenuFresco .mobile-navs .categories .userImage {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    overflow: hidden;
    position: relative
}

.cmt-header .newMenuFresco .mobile-navs .categories .maincategory {
    font-size: 16px;
    overflow: hidden
}

    .cmt-header .newMenuFresco .mobile-navs .categories .maincategory .subCategory {
        background-color: #f9f9f8;
        padding: 0 20px;
        font-size: .88em;
        height: 0;
        transition: all .3s ease-in
    }

        .cmt-header .newMenuFresco .mobile-navs .categories .maincategory .subCategory li a {
            padding-left: 60px
        }

@media only screen and (max-width:360px) and (min-width:1px) {
    .cmt-header .newMenuFresco .mobile-navs .categories .maincategory .subCategory li a {
        padding-left: 45px
    }
}

.cmt-header .newMenuFresco .mobile-navs .categories .ico-user-image, .cmt-header .newMenuFresco .mobile-navs .categories .maincategory i {
    -moz-transform: scale(.6);
    -o-transform: scale(.6);
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.cmt-header .newMenuFresco .mobile-navs .categories .ico-user-image {
    width: 100px;
    height: 100px;
    background-position: -52px -204px;
    top: -6px;
    margin: 0;
    position: absolute;
    left: -13px
}

.cmt-header .newMenuFresco .mobile-navs .categories .ico-custmsprt {
    width: 50px;
    height: 50px;
    background-position: -66px -85px
}

.cmt-header .newMenuFresco .mobile-navs .categories .ico-myAcnt {
    width: 50px;
    height: 50px;
    background-position: -250px -150px
}

.cmt-header .newMenuFresco .mobile-navs .categories .ico-memberArea {
    width: 50px;
    height: 50px;
    background-position: -66px -145px
}

.cmt-header .newMenuFresco .mobile-navs .categories .ico-category {
    width: 50px;
    height: 50px;
    background-position: -188px -87px
}

.cmt-header .newMenuFresco .mobile-navs .categories .ico-investorHm {
    width: 50px;
    height: 50px;
    background-position: -245px -259px
}

.cmt-header .newMenuFresco .mobile-navs .categories .ico-plus {
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 5px;
    background-position: -72px -34px;
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.cmt-header .newMenuFresco .mobile-navs .categories .ico-logoutuser {
    width: 50px;
    height: 50px;
    background-position: -194px -148px
}

.cmt-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .subCategory {
    display: block
}

.cmt-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-plus {
    background-position: -112px -34px
}

.cmt-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-category {
    background-position: -252px -86px
}

.cmt-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-memberArea {
    background-position: -124px -146px
}

.cmt-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-myAcnt {
    background-position: -250px -210px
}

.cmt-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-custmsprt {
    background-position: -126px -88px
}

.cmt-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .ico-investorHm {
    background-position: -245px -305px
}

.cmt-header .newMenuFresco .mobile-navs .categories .active-category-hamburger .commonMain {
    color: #f34f4f
}

.cmt-header .newMenuFresco .mobile-navs .categories.loginBlockCls li {
    position: relative;
    top: 50px;
    width: 100%
}

.cmt-header .newMenuFresco .mobile-navs {
    overflow-y: scroll !important;
    max-height: 100%
}

    .cmt-header .newMenuFresco .mobile-navs .scroll {
        height: 100%;
        overflow-x: hidden;
        width: 100%
    }

.cmt-header .hide {
    display: none !important
}

.cmt-header .middleTxtPay {
    color: #b8b8b8;
    float: left;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 15px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .middleTxtPay {
        font-size: 14px
    }
}

.cmt-header .payment-header .list-dropdown a {
    display: inline-block
}

    .cmt-header .payment-header .list-dropdown a:after {
        content: normal
    }

.cmt-header .payment-header .menu {
    width: 65% !important
}

.cmt-header .payment-header .loginPanelClass {
    float: right
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .payment-header .loginPanelClass {
        display: none
    }
}

.cmt-header .recent-searches {
    float: left;
    width: 100%;
    z-index: 5
}

    .cmt-header .recent-searches .lft-info {
        display: none
    }

    .cmt-header .recent-searches .recent-iternary-detail {
        float: left;
        width: 78%
    }

    .cmt-header .recent-searches .recent-iternary-price {
        width: 22%;
        float: right
    }

    .cmt-header .recent-searches .rcfltLogo {
        margin: 3px 2px 0 0;
        float: left
    }

    .cmt-header .recent-searches .fl {
        float: left
    }

    .cmt-header .recent-searches .lob-logo {
        float: left;
        margin: 12px 1% 0;
        width: 10%
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .lob-logo {
        width: 14%;
        margin: 10px 0 0
    }
}

.cmt-header .recent-searches .lob-logo-monuments {
    margin-right: 10px
}

.cmt-header .recent-searches .ico:before {
    background: none
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .cmt-header .recent-searches {
        float: left;
        width: 100%;
        margin: 20px 0;
        background: #f8f8f8;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .cmt-header .recent-searches {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0
    }
}

.cmt-header .recent-searches .tabletHidden {
    width: 100%
}

    .cmt-header .recent-searches .tabletHidden .relative {
        position: relative
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .tabletHidden {
        display: block
    }
}

.cmt-header .recent-searches .tabletOnly {
    display: none
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .tabletOnly {
        display: inline-block
    }
}

.cmt-header .recent-searches .block {
    display: block
}

.cmt-header .recent-searches .font10 {
    font-size: .71429em
}

.cmt-header .recent-searches .ico-collapse {
    position: absolute;
    right: 7px;
    top: 55%;
    z-index: 2;
    cursor: pointer;
    display: none !important
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .ico-collapse {
        right: 12px;
        top: 10%
    }
}

.cmt-header .recent-searches .lft-info {
    background: #e7e7e7 none repeat scroll 0 0;
    border-radius: 0 0 0 4px;
    float: left;
    height: 100px;
    max-width: 175px;
    padding: 15px;
    position: relative;
    width: 22.5%;
    text-align: center
}

@media only screen and (max-width:1200px) and (min-width:1px) {
    .cmt-header .recent-searches .lft-info {
        max-width: 22.5%
    }
}

.cmt-header .recent-searches .lft-info span {
    background: #ff7d23 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 22px;
    line-height: 20px;
    margin: 0 auto 5px;
    width: 22px
}

.cmt-header .recent-searches .lft-info .caret {
    border-left-color: #e7e7e7;
    border-width: 10px;
    margin-top: -15px;
    position: absolute;
    right: -9px;
    top: 52%;
    z-index: 1
}

.cmt-header .recent-searches .rgt-info {
    width: 100% !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 0 0 2px;
    float: left
}

    .cmt-header .recent-searches .rgt-info .recent-review-tab {
        float: left;
        width: 100%;
        padding: 10px 0;
        height: auto;
        border-bottom: 1px solid #d9d9d9;
        background-color: #fff;
        box-sizing: border-box
    }

        .cmt-header .recent-searches .rgt-info .recent-review-tab:first-child {
            box-shadow: none;
            border-top: none
        }

        .cmt-header .recent-searches .rgt-info .recent-review-tab:hover {
            background-color: #fff
        }

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .rgt-info .recent-review-tab {
        padding: 8px 2px
    }
}

.cmt-header .recent-searches .rotate-collapse {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cmt-header .recent-searches .toggle-rc {
    overflow: visible !important;
    height: auto
}

.cmt-header .recent-searches .owWithFlight .ico-two-dir-arrow, .cmt-header .recent-searches .owWithFlight .ico-two-dir-arrow-v2, .cmt-header .recent-searches .owWithoutFlight .ico-two-dir-arrow, .cmt-header .recent-searches .owWithoutFlight .ico-two-dir-arrow-v2 {
    background-position: -394px -184px;
    height: 9px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .owWithFlight .ico-two-dir-arrow, .cmt-header .recent-searches .owWithFlight .ico-two-dir-arrow-v2, .cmt-header .recent-searches .owWithoutFlight .ico-two-dir-arrow, .cmt-header .recent-searches .owWithoutFlight .ico-two-dir-arrow-v2 {
        background-position: -170px -44px
    }
}

.cmt-header .recent-searches .place {
    font-size: 1em;
    float: left;
    margin: 8px 2% 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .place {
        width: 82%
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .place .ico-two-dir-arrow {
        display: block
    }
}

.cmt-header .recent-searches .recent-flight-detail, .cmt-header .recent-searches .recent-hotel-detail {
    float: left;
    margin: 2px 0 1% 2%;
    width: 84%
}

.cmt-header .recent-searches .recent-hotel-detail {
    width: 80%;
    margin: 8px 0 1% 2%
}

.cmt-header .recent-searches .date {
    font-size: .85714em;
    color: #666;
    margin-left: 2.5%
}

@media only screen and (max-width:480px) and (min-width:1px) {
    .cmt-header .recent-searches .date {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.cmt-header .recent-searches .price {
    font-size: 1.71429em;
    margin-left: 2.5%
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .price {
        display: block;
        margin-top: 10px
    }
}

.cmt-header .recent-searches .dash {
    line-height: 10px;
    margin: 0 5px
}

.cmt-header .recent-searches .recentRow {
    position: relative;
    height: 48px;
    cursor: pointer
}

    .cmt-header .recent-searches .recentRow div .ico-rc-close {
        position: absolute;
        right: 0;
        top: -2px;
        cursor: pointer;
        display: none
    }

    .cmt-header .recent-searches .recentRow div .ico-hotels-blk {
        height: 24px;
        top: 4px
    }

    .cmt-header .recent-searches .recentRow:hover div .ico-rc-close {
        display: block
    }

    .cmt-header .recent-searches .recentRow td {
        border-top: 1px solid #e1e1e1;
        vertical-align: middle;
        padding: 38px 0 37px
    }

    .cmt-header .recent-searches .recentRow.owWithFlight td, .cmt-header .recent-searches .recentRow.rtWithFlight td {
        padding: 29px 0 28px
    }

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .recentRow.owWithFlight td, .cmt-header .recent-searches .recentRow.rtWithFlight td {
        padding: 8px
    }
}

.cmt-header .recent-searches .recentRow.owWithFlight .withFlightPlace, .cmt-header .recent-searches .recentRow.rtWithFlight .withFlightPlace {
    font-size: 12px;
    margin: 0 2%
}

.cmt-header .recent-searches .timeColor {
    color: #777
}

.cmt-header .recent-searches .padfirsttd {
    padding: 5px 5px 5px 13px !important;
    *padding: 5px 5px 5px 13px !important
}

.cmt-header .recent-searches .padLastTd {
    padding-right: 16px !important
}

.cmt-header .recent-searches .search tr:hover {
    background-color: #f9f9f9
}

.cmt-header .recent-searches .mr5 {
    margin-right: 5px
}

.cmt-header .recent-searches .txtXXXL {
    font-size: 24px
}

.cmt-header .recent-searches .clrAllCros {
    background-position: -96px -407px;
    display: inline-block;
    height: 11px;
    *height: 13px;
    width: 12px !important
}

.cmt-header .recent-searches .spiceIcon {
    background-position: -144px -318px;
    display: block;
    height: 28px;
    width: 25px !important
}

.cmt-header .recent-searches .crossIcon {
    background-position: -95px -391px;
    display: none;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: -7px;
    right: 0;
    width: 17px !important
}

.cmt-header .recent-searches .recentRow:hover .crossIcon {
    display: block !important
}

.cmt-header .recent-searches .seeAllDwn {
    background-position: -92px -419px;
    display: inline-block;
    height: 10px;
    *height: 12px;
    width: 16px !important
}

.cmt-header .recent-searches .seeAllUp {
    background-position: -77px -416px;
    display: inline-block;
    height: 10px;
    *height: 12px;
    width: 16px !important
}

.cmt-header .recent-searches .SeeAll {
    padding: 6px;
    display: block;
    text-align: center;
    color: #2a91ae
}

.cmt-header .recent-searches .padZero {
    padding: 0 !important
}

.cmt-header .recent-searches .flightIcon {
    background-position: -92px -318px;
    float: left;
    height: 16px;
    width: 18px !important
}

.cmt-header .recent-searches .txtFID {
    color: #7d8282;
    font-size: 11px
}

.cmt-header .recent-searches .txtFRunner {
    color: #3e4141;
    vertical-align: top;
    font-size: 12px;
    width: 92px;
    overflow: hidden;
    margin-right: 5px
}

.cmt-header .recent-searches .padSearch {
    padding: 4px 14px 6px !important
}

.cmt-header .recent-searches ._w72 {
    *width: 75px !important
}

.cmt-header .recent-searches .searchBtn {
    width: 73px;
    *width: 75px;
    font-size: 13px;
    font-weight: 500
}

.cmt-header .recent-searches .recentDate {
    color: #777;
    text-transform: capitalize;
    margin-top: -3px;
    font-size: 1em
}

@media only screen and (max-width:550px) and (min-width:1px) {
    .cmt-header .recent-searches .recentDate {
        font-size: .78571em
    }
}

.cmt-header .recent-searches .mr3 {
    margin-right: 3px
}

.cmt-header .recent-searches .mnthweek {
    display: inline-block
}

    .cmt-header .recent-searches .mnthweek span {
        margin: 0
    }

@media only screen and (max-width:550px) and (min-width:1px) {
    .cmt-header .recent-searches .mnthweek span {
        margin: 0
    }
}

.cmt-header .recent-searches .mnthweek .mnth {
    display: block
}

.cmt-header .recent-searches .search .hidertWithoutFlight {
    display: inline
}

.cmt-header .recent-searches .search .rtWithoutFlight .hidertWithoutFlight {
    display: none
}

.cmt-header .recent-searches .search .hideowWithFlight {
    display: inline
}

.cmt-header .recent-searches .search .owWithFlight .hideowWithFlight, .cmt-header .recent-searches .search .showowWithFlight {
    display: none
}

.cmt-header .recent-searches .search .hideowWithoutFlight, .cmt-header .recent-searches .search .owWithFlight .showowWithFlight {
    display: inline
}

.cmt-header .recent-searches .search .owWithoutFlight .hideowWithoutFlight, .cmt-header .recent-searches .search .showowWithoutFlightonly {
    display: none
}

.cmt-header .recent-searches .search .owWithoutFlight .showowWithoutFlightonly {
    display: inline !important
}

.cmt-header .recent-searches .withoutFlightsOnly {
    display: none
}

.cmt-header .recent-searches .owWithoutFlight .withoutFlightsOnly, .cmt-header .recent-searches .rtWithoutFlight .withoutFlightsOnly {
    display: block !important;
    margin-right: 10px;
    font-size: 13px
}

.cmt-header .recent-searches .withFlightsOnly {
    display: none
}

.cmt-header .recent-searches .owWithFlight .withFlightsOnly, .cmt-header .recent-searches .rtWithFlight .withFlightsOnly {
    display: block !important;
    float: left;
    margin-right: 5px
}

.cmt-header .recent-searches .reviewSrch {
    float: right;
    position: absolute;
    top: 13px;
    right: 0;
    font-weight: 500;
    font-size: 13px;
    text-align: right
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .reviewSrch {
        font-size: 10px
    }
}

.cmt-header .recent-searches .searchPrice .reviewSrch {
    font-size: 11px
}

.cmt-header .recent-searches .recentRow.owWithFlight .reviewSrch, .cmt-header .recent-searches .recentRow.rtWithFlight .reviewSrch {
    top: 13px
}

.cmt-header .recent-searches .reviewPrice:hover .reviewSrch {
    display: none
}

.cmt-header .recent-searches .searchPrice:hover .reviewSrch {
    display: inline-block
}

.cmt-header .recent-searches .srchBtn {
    float: right;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 15px 6px
}

.cmt-header .recent-searches .searchPrice:hover .srchBtn {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #0898eb;
    background-image: -moz-linear-gradient(top,#0898eb,#077ecd);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0898eb),to(#077ecd));
    background-image: -webkit-linear-gradient(top,#0898eb,#077ecd);
    background-image: -o-linear-gradient(top,#0898eb,#077ecd);
    background-image: linear-gradient(180deg,#0898eb,#077ecd);
    background-repeat: repeat-x;
    border-color: #0898eb #0898eb #077ecd;
    box-shadow: inset 0 1px 1px 0 #fff
}

.cmt-header .recent-searches .bookNow {
    display: none;
    min-width: 90px;
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 14px;
    font-weight: 500;
    background: #f34f4f;
    padding: 8px;
    border: 1px solid #f34f4f;
    color: #fff;
    border-radius: 4px;
    cursor: pointer
}

.cmt-header .recent-searches .reviewPrice:hover .bookNow {
    display: inline-block !important
}

.cmt-header .recent-searches .upIconWhite {
    background-position: -168px -352px;
    float: right;
    height: 20px;
    width: 17px !important;
    margin-top: 3px
}

.cmt-header .recent-searches .upIconRed {
    background-position: -92px -374px;
    float: right;
    height: 18px;
    width: 17px !important;
    margin-top: 3px
}

.cmt-header .recent-searches .recentRow .upIconWhite, .cmt-header .recent-searches .recentRow:hover .upIconRed {
    display: none
}

.cmt-header .recent-searches .recentRow:hover .upIconWhite {
    display: block !important
}

.cmt-header .recent-searches .showRs {
    font-size: 1.5em;
    font-weight: 500;
    padding: 0 10px 0 0
}

.cmt-header .recent-searches .reviewPrice .showRs, .cmt-header .recent-searches .searchPrice .hideRs {
    display: block
}

.cmt-header .recent-searches .reviewPrice .hideRs, .cmt-header .recent-searches .searchPrice .showRs {
    display: none
}

.cmt-header .recent-searches .recent_arrow_off .upIconRed, .cmt-header .recent-searches .recent_arrow_off .upIconWhite, .cmt-header .recent-searches .recent_arrow_off:hover .upIconRed, .cmt-header .recent-searches .recent_arrow_off:hover .upIconWhite {
    display: none !important
}

.cmt-header .recent-searches .rtWithFlight .typeArrow, .cmt-header .recent-searches .rtWithoutFlight .typeArrow {
    background-position: -221px -30px;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 12px
}

.cmt-header .recent-searches .owWithFlight .typeArrow, .cmt-header .recent-searches .owWithoutFlight .typeArrow {
    background-position: -178px -335px;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px
}

.cmt-header .recent-searches .singleArwIcon {
    background-position: -175px -345px;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 13px !important
}

.cmt-header .recent-searches .rchotelsIcon {
    width: 22px;
    height: 14px;
    display: inline-block;
    background-position: -86px -69px
}

.cmt-header .recent-searches .rcholidaysIcon {
    width: 22px;
    height: 18px;
    display: inline-block;
    background-position: -90px -353px
}

.cmt-header .recent-searches .showNameOnly {
    display: none
}

.cmt-header .recent-searches .showDatesOnly {
    margin-left: 2%
}

.cmt-header .recent-searches .hotelReviewed .showNameOnly {
    display: block !important;
    margin-right: 14px;
    color: #3e4141
}

@media only screen and (max-width:550px) and (min-width:1px) {
    .cmt-header .recent-searches .hotelReviewed .showNameOnly {
        margin-right: 0
    }
}

.cmt-header .recent-searches .hotelReviewed .showDatesOnly, .cmt-header .recent-searches .hotelSearched .showDatesOnly {
    color: #3e4141;
    display: block !important;
    float: left;
    margin: -5px 0 5px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .recent-searches .hotelSearched .lob-logo {
        width: 15%
    }

    .cmt-header .recent-searches .hotelSearched .place, .cmt-header .recent-searches .hotelSearched .recent-hotel-detail {
        padding: 0 4px;
        width: 79%
    }
}

.cmt-header .recent-searches .hotelSearched .lob-logo {
    margin: 12px 2% 0 1%
}

.cmt-header .recent-searches .holidayReviewed .showNameOnly {
    display: block !important;
    margin-right: 14px;
    color: #3e4141
}

.cmt-header .recent-searches .rcClearAll {
    position: absolute;
    top: 10px;
    right: 5px
}

.cmt-header .recent-searches .owWithFlight .ico-two-dir-arrow-downward, .cmt-header .recent-searches .owWithoutFlight .ico-two-dir-arrow-downward {
    background-position: -34px -402px
}

.cmt-header .recent-searches .ico-two-dir-arrow-downward {
    background-position: 0 -398px;
    height: 18px;
    width: 18px
}

.cmt-header .visa-card-wrapper .visa-card {
    color: #fff !important
}

.cmt-header .hideService {
    display: none !important
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .cmt-header #recentSearch-wrapper {
        display: none
    }
}

.cmt-header .rs, .cmt-header .rs-symbol, .cmt-header .RupeeSign {
    font-family: WebRupee;
    font-style: normal;
    font-weight: 400
}

.cmt-header.microsite-header {
    position: fixed !important;
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .cmt-header.microsite-header {
        height: 4.8em !important
    }

        .cmt-header.microsite-header .desktop-only {
            display: block !important
        }

            .cmt-header.microsite-header .desktop-only .menu {
                display: none
            }
}

.cmt-header.microsite-header .logo_imgFix {
    height: 52px;
    width: 176px;
    overflow: hidden;
    float: left
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header.microsite-header .logo_imgFix a {
        width: 100% !important
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .cmt-header.microsite-header .logo_imgFix {
        float: none;
        display: inline-block
    }
}

.cmt-header.microsite-header .logo_imgFix img {
    width: 100%
}

.cmt-header.microsite-header .menu {
    width: 75% !important;
    min-height: 62px !important
}

.cmt-header.microsite-header .microsite-menu {
    margin-top: 20px;
    float: left
}

    .cmt-header.microsite-header .microsite-menu ul li a {
        padding: 0 10px;
        padding-bottom: 19px;
        color: #2476bb
    }

        .cmt-header.microsite-header .microsite-menu ul li a:hover {
            color: #f28510 !important
        }

        .cmt-header.microsite-header .microsite-menu ul li a.active, .cmt-header.microsite-header .microsite-menu ul li a:focus {
            border-bottom: 4px solid #f28510;
            color: #f28510 !important
        }

.cmt-header.microsite-header .mobileLinkMicrosite .micrositeResMenu.active .dropBottom, .cmt-header.microsite-header .mobileLinkMicrosite .micrositeResMenu:focus .dropBottom, .cmt-header.microsite-header .mobileLinkMicrosite .micrositeResMenu:hover .dropBottom {
    display: block !important
}

.cmt-header.microsite-header .mobileLinkMicrosite .dropBottom {
    display: none !important
}

    .cmt-header.microsite-header .mobileLinkMicrosite .dropBottom ul li {
        color: #eee;
        display: list-item !important
    }

        .cmt-header.microsite-header .mobileLinkMicrosite .dropBottom ul li a {
            color: #eee
        }

@media only screen and (max-width:800px) and (min-width:1px) {
    .cmt-header.microsite-header .header-container {
        width: 100%;
        text-align: center
    }
}

.cmt-header .mobile-header.pwaBGColor {
    background-color: #ea2330
}

.cmt-header .platinum-headerBanner {
    background: transparent url(/fresco/resources/toucan/dist/images/bg-plat.jpg?d6237fbe4965308e8ff712d2e304fe39) 50% no-repeat;
    max-width: 1920px;
    height: 66px;
    display: none;
    padding: 3px 0;
    width: 100%;
    display: inline-block
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .cmt-header .platinum-headerBanner {
        padding: 3px 10px
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .platinum-headerBanner {
        display: none
    }
}

.cmt-header .platinum-headerBanner .left-platinum {
    color: #fff;
    float: left;
    font-size: 16px
}

    .cmt-header .platinum-headerBanner .left-platinum .userNamePlat {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 375px;
        height: 20px;
        white-space: nowrap
    }

    .cmt-header .platinum-headerBanner .left-platinum .goldPlatinumTxt {
        display: inline-block;
        vertical-align: middle;
        margin-top: 4px
    }

.cmt-header .platinum-headerBanner .right-platinum {
    color: #fff;
    float: right;
    font-size: 16px;
    width: 57%
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .cmt-header .platinum-headerBanner .right-platinum {
        width: auto
    }
}

.cmt-header .platinum-headerBanner .right-platinum .txtPlatinumtR {
    float: left;
    width: 100%
}

    .cmt-header .platinum-headerBanner .right-platinum .txtPlatinumtR p {
        color: #c0a681
    }

@media only screen and (max-width:1024px) and (min-width:1px) {
    .cmt-header .platinum-headerBanner .right-platinum .txtPlatinumtR p {
        display: none
    }
}

.cmt-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul {
    margin-left: 15px
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .cmt-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul {
        display: none
    }
}

.cmt-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul li {
    float: left;
    margin: 10px 0;
    font-size: 13px;
    margin-left: 30px;
    list-style: disc
}

    .cmt-header .platinum-headerBanner .right-platinum .txtPlatinumtR ul li:first-child {
        margin-left: 0
    }

.cmt-header .platinum-headerBanner .right-platinum .yt-btn {
    float: right;
    color: #333;
    padding: 9px 28px;
    margin-top: -10px;
    border-radius: 4px;
    font-size: 14px
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .cmt-header .platinum-headerBanner .right-platinum .yt-btn {
        margin-top: 5px
    }
}

.cmt-header .platinum-headerBanner .right-platinum .yt-btn:focus, .cmt-header .platinum-headerBanner .right-platinum .yt-btn:hover {
    background-image: none;
    background-color: #fff
}

.cmt-header .platinum-headerBanner .platinumImgText {
    background: transparent url(/fresco/resources/toucan/dist/images/yatra-platinum.png?619583333f6ca51dfcb0f01cee3672d5) 50% no-repeat;
    width: 118px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px
}

.cmt-header .gdpr-headerWrapper {
    background: rgba(6,6,6,.8);
    color: #fff;
    height: 80px;
    margin-left: 485px;
    padding: 20px;
    border-radius: 7px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 59%;
    display: inline-flex
}

    .cmt-header .gdpr-headerWrapper .gdpr-text {
        color: #fff;
        line-height: 20px
    }

    .cmt-header .gdpr-headerWrapper button {
        border-radius: 4px;
        border: 1px solid #f34f4f;
        width: 111px;
        color: #fff;
        cursor: pointer;
        height: 40px;
        background-color: #f34f4f
    }

    .cmt-header .gdpr-headerWrapper a {
        color: #fff;
        display: inline-block;
        border-bottom: 1px solid #fff
    }

.cmt-header .platinum-headerBanner {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-animation-name: spaceIn;
    -moz-animation-name: spaceIn;
    animation-name: spaceIn
}

.cmt-header .gdpr-headerWrapper {
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-animation-name: spaceIn;
    -moz-animation-name: spaceIn;
    animation-name: spaceIn
}

.cmt-header.headerGrp {
    z-index: 99
}

.opened {
    overflow: hidden
}

.service-header {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    z-index: auto
}

    .service-header, .service-header .cmt-header {
        position: relative
    }

        .service-header .header-container {
            float: none;
            max-width: 1140px;
            padding: 8px 25px 0;
            margin: 0 auto
        }

        .service-header a {
            color: #666
        }

            .service-header a.active, .service-header a:hover {
                color: #333
            }

            .service-header a.logo {
                position: static
            }

        .service-header .header-container .menu .justified-menu .header-drop {
            border-radius: 1px;
            z-index: 9999;
            box-shadow: 0 -6px 20px -4px rgba(0,0,0,.1)
        }

        .service-header .header-container .menu .justified-menu .tip-hover i {
            top: 2px;
            z-index: 101
        }

        .service-header .ico-header-arrow-down {
            background-position: 0 0
        }

        .service-header .ico-logo-v2 {
            background-position: 0 -13px;
            height: 52px;
            width: 176px
        }

        .service-header .ico-newHeaderLogo {
            height: 64.5px;
            width: 161px;
            display: inline-block;
            background: url("https://www.craftmytrip.com/cheapest-kashmir-tours/webpimages/main_logo.webp") 50% no-repeat;
            background-size: contain;
        }

            .service-header .ico-newHeaderLogo.atbHeaderLogo, .service-header .ico-newHeaderLogo.smeHeaderLogo {
                background: url("https://www.craftmytrip.com/cheapest-kashmir-tours/webpimages/main_logo.webp") 50% no-repeat;
                background-size: contain;
                height: 39.5px
            }

            .service-header .ico-newHeaderLogo.gemHeaderLogo {
                background: url("../../../../../fresco/resources/beetle/images/newIcons/gem.png") 50% no-repeat;
                background-size: auto;
                height: 40.5px;
                width: 98px
            }

            .service-header .ico-newHeaderLogo.pwdyteaderLogo {
                background: url("../../../../../fresco/resources/beetle/images/newIcons/power-yt.png") 50% no-repeat;
                background-size: auto;
                height: 40.5px;
                width: 66px
            }

        .service-header .ico-header-mobile-android {
            background-position: -477px -70px;
            border-right: 1px solid #333
        }

        .service-header .ico-header-mobile-ios {
            background-position: -478px -114px
        }

        .service-header .list-dropdown > a {
            color: #fff
        }

            .service-header .list-dropdown > a:after {
                border-top: 4px solid #fff
            }

        .service-header .main-nav .header-container .settings .setting-btn:after {
            border-top: 4px solid #62656a
        }

        .service-header .header-container .settings .setting-btn:after {
            border-top-color: #62656a
        }

        .service-header.secure-header .header-container .settings .setting-btn {
            display: none
        }

        .service-header .header-container .settings .settings-content .header-drop .header-dropdown li a {
            font-size: inherit
        }

        .service-header.kwcategory .ico-newHeaderLogo {
            background: url("../../../../../fresco/resources/beetle/images/newIcons/qiblah-kw.jpg") 50% no-repeat;
            background-size: 88px 39.5px
        }

#menu_mobileQR .header-drop {
    display: none !important
}

.show-prompt {
    display: block !important
}

    .show-prompt .header-dropdown {
        max-height: 74px;
        overflow: hidden
    }

        .show-prompt .header-dropdown .userBlock {
            padding: 0
        }

            .show-prompt .header-dropdown .userBlock .login-li {
                display: block !important
            }

            .show-prompt .header-dropdown .userBlock .hideAuto, .show-prompt .hideAuto {
                display: none !important
            }

.customer-support-ddn .newicon {
    top: -16px;
    right: 40%;
    border: 2px solid #fff
}

.tg-header .justified-menu {
    float: none !important
}

    .tg-header .justified-menu .category-ddn li {
        padding-left: 9px !important;
        padding-right: 9px !important
    }

.tg-header .menu {
    left: 30px
}

.tg-header #menu_tg_DomPackages {
    background: 0
}

@media only screen and (max-width:1024px) and (min-width:1px) {
    .tg-header .ico-logo {
        background-position: -117px -5px
    }
}

.cmt-header-fixed {
    position: fixed;
    z-index: 100;
    box-shadow: 0 0 8px rgba(0,0,0,.3)
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header-fixed {
        position: relative
    }
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .wrapper-snipe .cmt-header, .wrapper-template .cmt-header {
        height: 4em !important
    }

        .wrapper-snipe .cmt-header .js-recent-search-ico, .wrapper-template .cmt-header .js-recent-search-ico {
            background-image: url(/images/header-mobile.png?v=24112016);
            background-position: -143px 0;
            margin-left: 2%;
            margin-top: -8px;
            background-color: transparent;
            background-repeat: no-repeat;
            display: inline-block;
            background-image: url(/images/header.png?v=24112016);
            width: 34px;
            height: 34px;
            background-position: -217px -155px;
            float: right;
            margin-left: 3%;
            margin-top: -2px;
            display: none !important
        }

        .wrapper-snipe .cmt-header .header-responsive-recent, .wrapper-template .cmt-header .header-responsive-recent {
            width: 80%;
            position: relative;
            right: 267px;
            top: 43px;
            display: none;
            min-width: 300px
        }

            .wrapper-snipe .cmt-header .header-responsive-recent .tip-hover, .wrapper-template .cmt-header .header-responsive-recent .tip-hover {
                top: -14px;
                left: 88%;
                display: block;
                position: absolute
            }

        .wrapper-snipe .cmt-header .ico-header-ecash, .wrapper-template .cmt-header .ico-header-ecash {
            background-position: 0 -380px;
            height: 14px;
            width: 46px
        }

        .wrapper-snipe .cmt-header .ico-header-sub-arrow, .wrapper-template .cmt-header .ico-header-sub-arrow {
            background-position: -50px -380px
        }

        .wrapper-snipe .cmt-header .ico-header-arrow-down, .wrapper-template .cmt-header .ico-header-arrow-down {
            background-position: -4px -140px !important
        }

        .wrapper-snipe .cmt-header .recent-searches .recent-iternary-detail, .wrapper-template .cmt-header .recent-searches .recent-iternary-detail {
            width: 64%
        }

        .wrapper-snipe .cmt-header .recent-searches .recent-iternary-price, .wrapper-template .cmt-header .recent-searches .recent-iternary-price {
            width: 25%
        }

        .wrapper-snipe .cmt-header .recent-searches .bookNow, .wrapper-template .cmt-header .recent-searches .bookNow {
            left: -16px
        }

        .wrapper-snipe .cmt-header .mobile-header .ico-logo, .wrapper-template .cmt-header .mobile-header .ico-logo {
            background-position: -112px -4px
        }
}

.catwrapper-ae-tn .cmt-header .customer-support-ddn .int-micro-site-class ul li:nth-of-type(1n+3), .catwrapper-ae-tn .cmt-header .header-recentsearch, .catwrapper-ae-tn .cmt-header .ytBusinessheader, .catwrapper-ae-tn .cmt-header .ytHeaderOffers, .catwrapper-ae-tn .cmt-header .ytJoinBusiness, .catwrapper-kw .cmt-header .customer-support-ddn .int-micro-site-class ul li:nth-of-type(1n+3), .catwrapper-kw .cmt-header .header-recentsearch, .catwrapper-kw .cmt-header .ytBusinessheader, .catwrapper-kw .cmt-header .ytHeaderOffers, .catwrapper-kw .cmt-header .ytJoinBusiness, .int-micro-site-class .cmt-header .customer-support-ddn .int-micro-site-class ul li:nth-of-type(1n+3), .int-micro-site-class .cmt-header .header-recentsearch, .int-micro-site-class .cmt-header .ytBusinessheader, .int-micro-site-class .cmt-header .ytHeaderOffers, .int-micro-site-class .cmt-header .ytJoinBusiness {
    display: none !important
}

.catwrapper-ae-tn .cmt-header .header-dropdown.newUserLogin-dropdown:last-child, .catwrapper-kw .cmt-header .header-dropdown.newUserLogin-dropdown:last-child, .int-micro-site-class .cmt-header .header-dropdown.newUserLogin-dropdown:last-child {
    display: none
}

.catwrapper-ae-tn .cmt-header .header-dropdown.newUserLogin-dropdown ul li.eCashholder, .catwrapper-ae-tn .cmt-header .header-dropdown.newUserLogin-dropdown ul li.header-platinum-benefits, .catwrapper-kw .cmt-header .header-dropdown.newUserLogin-dropdown ul li.eCashholder, .catwrapper-kw .cmt-header .header-dropdown.newUserLogin-dropdown ul li.header-platinum-benefits, .int-micro-site-class .cmt-header .header-dropdown.newUserLogin-dropdown ul li.eCashholder, .int-micro-site-class .cmt-header .header-dropdown.newUserLogin-dropdown ul li.header-platinum-benefits {
    display: none !important
}

.catwrapper-ae-tn .formLeftModule .login_benefits .benefits ul li.scale, .catwrapper-ae-tn .cmt-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:last-child, .catwrapper-kw .formLeftModule .login_benefits .benefits ul li.scale, .catwrapper-kw .cmt-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:last-child, .int-micro-site-class .formLeftModule .login_benefits .benefits ul li.scale, .int-micro-site-class .cmt-header .header-dropdown.newUserLogin-dropdown ul li .linkPartR a:last-child {
    display: none
}

.catwrapper-ae-tn .formLeftModule .login_welcome .email_mobile, .catwrapper-kw .formLeftModule .login_welcome .email_mobile, .int-micro-site-class .formLeftModule .login_welcome .email_mobile {
    border: 0 none;
    background-color: transparent
}

    .catwrapper-ae-tn .formLeftModule .login_welcome .email_mobile label, .catwrapper-kw .formLeftModule .login_welcome .email_mobile label, .int-micro-site-class .formLeftModule .login_welcome .email_mobile label {
        display: none
    }

    .catwrapper-ae-tn .formLeftModule .login_welcome .email_mobile input, .catwrapper-kw .formLeftModule .login_welcome .email_mobile input, .int-micro-site-class .formLeftModule .login_welcome .email_mobile input {
        border: none;
        background: transparent
    }

    .catwrapper-ae-tn .formLeftModule .login_welcome .email_mobile .formButton, .catwrapper-kw .formLeftModule .login_welcome .email_mobile .formButton, .int-micro-site-class .formLeftModule .login_welcome .email_mobile .formButton {
        padding: 18px 72px
    }

.cmt-header .visa-card-wrapper {
    float: left;
    list-style: none
}

    .cmt-header .visa-card-wrapper .visa-card {
        color: #666;
        cursor: pointer;
        position: relative
    }

        .cmt-header .visa-card-wrapper .visa-card .info {
            background: #989898;
            color: #fff;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            text-align: center;
            line-height: 14px;
            font-size: 12px;
            margin: 0 5px;
            display: inline-block
        }

        .cmt-header .visa-card-wrapper .visa-card .info-box {
            cursor: default;
            position: absolute;
            margin-top: 60px;
            top: 0;
            padding: 0;
            z-index: 99999;
            right: -20px;
            display: none
        }

            .cmt-header .visa-card-wrapper .visa-card .info-box.show-box {
                display: block
            }

            .cmt-header .visa-card-wrapper .visa-card .info-box i.ico-header-sub-arrow {
                position: absolute;
                right: 26px;
                top: -11px
            }

            .cmt-header .visa-card-wrapper .visa-card .info-box .info-content {
                -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
                -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
                -ms-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
                -o-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
                box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
                border: 1px solid #d1d1d1;
                background: #fff;
                width: 255px;
                color: #656565;
                margin-top: -2px;
                padding: 7px 15px;
                line-height: 1.35;
                font-size: 13px
            }

            .cmt-header .visa-card-wrapper .visa-card .info-box.display-hover .info-content {
                width: 270px
            }

            .cmt-header .visa-card-wrapper .visa-card .info-box h3 {
                line-height: 40px;
                color: #000;
                font-size: 16px;
                padding: 0 0 0 15px;
                border-bottom: 1px solid #e5e5e5;
                font-weight: 400
            }

                .cmt-header .visa-card-wrapper .visa-card .info-box h3.green-head {
                    border-bottom: 0;
                    padding: 0;
                    color: #097d00;
                    text-align: center;
                    font-family: Rubik;
                    font-weight: 500
                }

                .cmt-header .visa-card-wrapper .visa-card .info-box h3.oops-txt {
                    color: #c22425
                }

            .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper {
                padding: 20px 12px 0
            }

                .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type=text] {
                    border: 1px solid #cdcdcd;
                    box-shadow: inset 0 1px 1px 0 #e3e3e3;
                    padding: 5px 10px;
                    font-size: 14px;
                    letter-spacing: 1px;
                    width: 100%
                }

                    .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type=text].error {
                        border-color: red;
                        box-shadow: inset 0 0 1px 0 red
                    }

                    .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type=text].disabled {
                        background-color: #f7f7f7 !important;
                        cursor: not-allowed
                    }

                .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper label {
                    font-size: 12px;
                    padding: 5px 0 0
                }

                    .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper label.visa-eligibilty-error {
                        margin-top: 8px;
                        color: #c22425;
                        display: none
                    }

                .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type=submit] {
                    width: 100%;
                    margin: 20px 0;
                    padding: 7px 10px;
                    background-color: #1d8fb1;
                    color: #fff;
                    border: 0 none;
                    font: normal 1.143em/18px Rubik,Arial;
                    cursor: pointer;
                    -webkit-appearance: none;
                    border-radius: 1px
                }

                    .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper input[type=submit]:hover {
                        opacity: .85;
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
                    }

                .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.underline-hover:hover {
                    color: #666;
                    border-bottom: 1px solid #666
                }

                .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link {
                    text-align: center;
                    margin: 0 0 8px;
                    color: #666;
                    display: inline-block
                }

                    .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link:hover {
                        text-decoration: none !important
                    }

                    .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link:after {
                        content: "";
                        height: 1px;
                        width: 0;
                        display: block;
                        margin: 0 auto;
                        -webkit-transition: all .3s ease 0s;
                        -moz-transition: all .3s ease 0s;
                        -ms-transition: all .3s ease 0s;
                        -o-transition: all .3s ease 0s;
                        transition: all .3s ease 0s
                    }

                    .cmt-header .visa-card-wrapper .visa-card .info-box .frm-wrapper a.terms-link:hover:after {
                        width: 100%;
                        background: #666
                    }

            .cmt-header .visa-card-wrapper .visa-card .info-box.right-box {
                margin: 0;
                right: 100%
            }

                .cmt-header .visa-card-wrapper .visa-card .info-box.right-box .info-content {
                    font-size: 12px
                }

        .cmt-header .visa-card-wrapper .visa-card .ico-header-sub-arrow-right {
            position: absolute;
            right: -14px;
            top: 18px;
            z-index: 9
        }

        .cmt-header .visa-card-wrapper .visa-card .ico-header-visa-close {
            position: absolute;
            right: -12px;
            top: -8px;
            z-index: 9;
            cursor: pointer;
            transition: none
        }

            .cmt-header .visa-card-wrapper .visa-card .ico-header-visa-close:hover {
                opacity: .85;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
            }

        .cmt-header .visa-card-wrapper .visa-card .eligibilty-box .info-content {
            width: 210px;
            padding: 0
        }

        .cmt-header .visa-card-wrapper .visa-card .eligibilty-box i.ico-header-sub-arrow {
            right: 45%
        }

        .cmt-header .visa-card-wrapper .visa-card .benefits-cont {
            padding: 12px 15px;
            margin: -20px 0 0
        }

            .cmt-header .visa-card-wrapper .visa-card .benefits-cont .info-txt {
                margin: 5px 0 18px;
                line-height: 1.2;
                color: #333
            }

        .cmt-header .visa-card-wrapper .visa-card:hover .info-box.display-hover {
            display: block
        }

    .cmt-header .visa-card-wrapper .visa-card-txt {
        padding: 18px 10px
    }

        .cmt-header .visa-card-wrapper .visa-card-txt.hide-deals {
            margin-right: -20px
        }

            .cmt-header .visa-card-wrapper .visa-card-txt.hide-deals .fr_deals_hide {
                display: none
            }

    .cmt-header .visa-card-wrapper .login-li {
        padding: 12px 0 0 !important;
        border: 0 !important;
        overflow: hidden
    }

        .cmt-header .visa-card-wrapper .login-li .add-card {
            width: 90%;
            margin: 0 5% 25px
        }

        .cmt-header .visa-card-wrapper .login-li a:hover {
            opacity: .85;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
        }

        .cmt-header .visa-card-wrapper .login-li.prop-mar {
            margin: -10px 0 18px
        }

    .cmt-header .visa-card-wrapper.show-eligibilty-box .info-box {
        display: none !important
    }

    .cmt-header .visa-card-wrapper.show-eligibilty-box #eligibiltyCheckBox {
        display: block !important
    }

    .cmt-header .visa-card-wrapper a.visa-another-card {
        font-size: 90%;
        position: absolute;
        right: 10px;
        bottom: 9px;
        color: #666
    }

        .cmt-header .visa-card-wrapper a.visa-another-card:hover {
            color: #666;
            text-decoration: underline
        }

    .cmt-header .visa-card-wrapper .visa-applicable-txt {
        display: block;
        font-size: 80%;
        margin: 3px -9px -5px 0;
        text-align: right
    }

    .cmt-header .visa-card-wrapper *, .cmt-header .visa-card-wrapper :after, .cmt-header .visa-card-wrapper :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.cmt-header .payment-visa-card-wrapper .visa-card-wrapper {
    float: right
}

.cmt-header .js_prev_eligible {
    display: none
}

.cmt-header .active.ico-header-lock {
    background-position: -378px -39px
}

.cmt-header .active.ico-header-unchecked {
    background-position: -454px -3px;
    width: 15px;
    height: 12px
}

.cmt-header .pending.ico-header-unchecked {
    background-position: -355px -34px;
    width: 13px;
    height: 25px
}

.headerNewIcon {
    font-size: 7px;
    background: #f84d52;
    padding: 2px 5px;
    position: absolute;
    color: #fff;
    right: 0;
    top: -4px;
    border-radius: 8px !important;
    text-transform: uppercase;
    line-height: 10px;
    font-weight: 500
}

.kwcategory .login-li .log-in.pgLogIn {
    border: 1px solid #00c45e !important;
    color: #fff !important;
    background-color: #00c45e
}

    .kwcategory .login-li .log-in.pgLogIn:hover, .kwcategory .cmt-header .login-li .log-in.pgLogIn.active {
        background-color: #013cb7 !important
    }

    .kwcategory .login-li .log-in.pgLogIn.pgSignUp {
        color: #00c45e !important
    }

.chatbot_hover_bkgr {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: right;
    top: 0;
    right: 0;
    z-index: 10000
}

    .chatbot_hover_bkgr > div {
        background-color: #fff;
        display: inline-block;
        height: auto;
        vertical-align: middle;
        position: relative;
        top: 0
    }

    .chatbot_hover_bkgr iframe {
        width: 375px;
        height: calc(100vh - 5px)
    }

.chatbot_close_button {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 15px;
    line-height: 28px;
    width: 30px;
    height: 30px;
    text-align: center
}

    .chatbot_close_button:hover {
        background-color: #ccc
    }

.chatbot_trigger_popup {
    cursor: pointer;
    font-size: 20px;
    right: 0;
    z-index: 1000;
    position: fixed;
    font-weight: 700;
    background-image: url(/fresco/resources/toucan/dist/images/chat-icon-fresco.png?f365efc5512348e1192ad85d36cff849);
    height: 60px;
    width: 60px;
    background-size: 60px;
    background-repeat: no-repeat;
    top: 400px;
    display: block
}

.cmt-header {
    font: normal 13px Lato,Helvetica Neue,sans-serif !important
}

    .cmt-header .modal-open {
        overflow: hidden
    }

    .cmt-header .modal {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        background-color: rgba(0,0,0,.7);
        bottom: 0;
        left: 0;
        z-index: 1050;
        -webkit-overflow-scrolling: touch;
        outline: 0
    }

        .cmt-header .modal ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            border-radius: 10px;
            background: hsla(0,3%,47%,.35) !important
        }

        .cmt-header .modal ::-webkit-scrollbar {
            width: 7px;
            background: hsla(0,29%,97%,.34) !important
        }

        .cmt-header .modal ::-webkit-scrollbar-thumb {
            background: rgba(0,0,0,.45) !important;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            width: 100%;
            min-height: 10px
        }

    .cmt-header .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

    .cmt-header .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px
    }

    .cmt-header .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);
        -moz-box-shadow: 0 3px 9px rgba(0,0,0,.5);
        -ms-box-shadow: 0 3px 9px rgba(0,0,0,.5);
        -o-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
    }

    .cmt-header .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000
    }

        .cmt-header .modal-backdrop.fade {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
        }

        .cmt-header .modal-backdrop.in {
            opacity: .5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
        }

    .cmt-header .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        *zoom: 1
    }

        .cmt-header .modal-header:after, .cmt-header .modal-header:before {
            clear: both;
            content: " ";
            display: block;
            height: 0;
            overflow: hidden;
            visibility: hidden
        }

        .cmt-header .modal-header .close {
            margin-top: -2px
        }

    .cmt-header .modal-title {
        margin: 0;
        line-height: normal;
        font-weight: 500;
        font-size: 16px
    }

    .cmt-header .modal-body {
        position: relative;
        padding: 15px;
        max-height: calc(100vh - 200px);
        overflow-y: auto
    }

    .cmt-header .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
        *zoom: 1
    }

        .cmt-header .modal-footer:after, .cmt-header .modal-footer:before {
            clear: both;
            content: " ";
            display: block;
            height: 0;
            overflow: hidden;
            visibility: hidden
        }

        .cmt-header .modal-footer .btn + .btn {
            margin-left: 5px;
            margin-bottom: 0
        }

        .cmt-header .modal-footer .btn-group .btn + .btn {
            margin-left: -1px
        }

        .cmt-header .modal-footer .btn-block + .btn-block {
            margin-left: 0
        }

    .cmt-header .modal-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll
    }

@media (min-width:480px) {
    .cmt-header .modal-dialog {
        width: 550px;
        margin: 30px auto
    }

    .cmt-header .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        -ms-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        -o-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .cmt-header .modal-sm {
        width: 300px
    }
}

@media (min-width:550px) {
    .cmt-header .modal-lg {
        width: 900px
    }
}

.cmt-header .modal-open .cmt-header.headerGrp, .cmt-header .modal-open .yt-booking-engine-snipe .be-container-snipe .tab-container {
    z-index: auto
}

.cmt-header .yt-btn {
    display: inline-block;
    *display: inline;
    padding: 4px 6px 6px;
    margin-bottom: 0;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid transparent;
    *zoom: 1;
    -webkit-appearance: none;
    -moz-appearance: none
}

    .cmt-header .yt-btn:focus, .cmt-header .yt-btn:hover, .cmt-header .yt-btn[disabled] {
        color: #333;
        text-decoration: none;
        background-color: #3e4141;
        background-color: #fff\9;
        background-image: -moz-linear-gradient(top,#fff,#dfdfdf);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#dfdfdf));
        background-image: -webkit-linear-gradient(top,#fff,#dfdfdf);
        background-image: -o-linear-gradient(top,#fff,#dfdfdf);
        background-image: linear-gradient(180deg,#fff,#dfdfdf);
        background-repeat: repeat-x;
        border: 1px solid #bbb
    }

.cmt-header .yt-btn-orange {
    background-color: #ea2330;
    background-repeat: repeat-x;
    border-color: #ea2330;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .cmt-header .yt-btn-orange:focus, .cmt-header .yt-btn-orange:hover {
        background-color: #f34f4f;
        background-repeat: repeat-x;
        background-image: linear-gradient(180deg,#ea2330,#f34f4f);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#ea2330),to(#f34f4f));
        background-image: -webkit-linear-gradient(top,#ea2330,#f34f4f);
        background-image: -o-linear-gradient(top,#ea2330,#f34f4f);
        border-color: #f34f4f;
        color: #fff;
        transition: none 0s ease 0s
    }

.cmt-header .yt-btn-blue {
    color: #fff;
    background-color: #f34f4f;
    border-color: #f34f4f
}

    .cmt-header .yt-btn-blue:focus, .cmt-header .yt-btn-blue:hover {
        color: #fff;
        background-color: #f34f4f;
        background-image: -moz-linear-gradient(top,#ea2330,#f34f4f);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#ea2330),to(#f34f4f));
        background-image: -webkit-linear-gradient(top,#ea2330,#f34f4f);
        background-image: -o-linear-gradient(top,#ea2330,#f34f4f);
        background-image: linear-gradient(180deg,#ea2330,#f34f4f);
        background-repeat: repeat-x;
        border-color: #ea2330 #f34f4f #f34f4f;
        transition: none;
        border-color: #033599
    }

.cmt-header .btn-block {
    display: block;
    width: 100%
}

.cmt-header strong {
    font-weight: 500
}

.cmt-header .ico {
    display: inline-block;
    position: relative;
    background: transparent url(/fresco/resources/toucan/dist/images/sprite.png?ea5d19cb89b694f45a7b10056e649fbf) 0 0 no-repeat;
    content: " ";
    margin: 0 5px;
    vertical-align: middle
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico {
        background: transparent url(/fresco/resources/toucan/dist/images/sprite-mobile.png?ec1e7f97e5f0640eab947375fb181b17) 0 0 no-repeat
    }
}

.cmt-header .ico-graph-home {
    background-position: 0 0;
    height: 80px;
    width: 142px
}

.cmt-header .ico-arrow-blue-right {
    background-position: -219px 0;
    height: 11px;
    width: 6px
}

.cmt-header .ico-arrow-black-left {
    background-position: -320px -86px;
    height: 20px;
    width: 12px
}

.cmt-header .ico-arrow-black-right {
    background-position: -281px -86px;
    height: 20px;
    width: 12px
}

.cmt-header .ico-rc-flights, .cmt-header .ico-rc-plane {
    background-position: 0 -83px;
    height: 24px;
    width: 24px
}

.cmt-header .ico-iti-flights {
    background-position: -50px -86px;
    height: 15px;
    width: 15px
}

.cmt-header .ico-iti-hotels {
    background-position: -71px -86px;
    height: 15px;
    width: 24px
}

.cmt-header .ico-iti-cars {
    background-position: -100px -86px;
    height: 15px;
    width: 24px
}

.cmt-header .ico-corner {
    background-position: -253px 0;
    height: 62px;
    width: 62px
}

.cmt-header .ico-dir-right {
    background-position: -126px -87px;
    height: 15px;
    width: 13px
}

.cmt-header .ico-dir-both {
    background-position: -146px -69px;
    height: 15px;
    width: 22px
}

.cmt-header .ico-checkbox {
    background-position: -220px -85px;
    height: 20px;
    width: 20px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-checkbox {
        background-position: -370px -44px;
        height: 20px;
        width: 20px
    }
}

.cmt-header .ico-checkbox-checked {
    background-position: -184px -85px;
    height: 20px;
    width: 20px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-checkbox-checked {
        background-position: -336px -44px;
        height: 20px;
        width: 20px
    }
}

.cmt-header .ico-two-dir-arrow {
    background-position: -24px -86px;
    height: 18px;
    width: 18px
}

.cmt-header .ico-two-dir-arrow-v2 {
    background-position: -207px -64px;
    height: 14px;
    width: 14px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-two-dir-arrow-v2 {
        background-position: -150px -44px;
        height: 14px;
        width: 14px
    }
}

.cmt-header .ico-sort-asc {
    background-position: -369px 3px;
    height: 17px;
    width: 13px
}

.cmt-header .ico-sort-desc {
    background-position: -369px -16px;
    height: 17px;
    width: 13px
}

.cmt-header .ico-yb-hotel {
    background-position: 0 -115px;
    height: 68px;
    width: 68px
}

.cmt-header .ico-yb-prize {
    background-position: -71px -115px;
    height: 68px;
    width: 68px
}

.cmt-header .ico-yb-happy {
    background-position: -142px -115px;
    height: 68px;
    width: 68px
}

.cmt-header .ico-yb-gaurantee {
    background-position: -213px -115px;
    height: 68px;
    width: 68px
}

.cmt-header .ico-yb-trust {
    background-position: -292px -504px;
    height: 68px;
    width: 68px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-yb-trust {
        background-position: -243px -319px;
        height: 68px;
        width: 68px
    }
}

.cmt-header .ico-blog-briefcase {
    background-position: -58px -404px;
    height: 12px;
    width: 14px
}

.cmt-header .ico-blog-calender {
    background-position: -85px -403px;
    height: 14px;
    width: 13px
}

.cmt-header .ico-app-google {
    background-position: 0 -193px;
    height: 39px;
    width: 130px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-app-google {
        background-position: 0 -193px;
        height: 39px;
        width: 130px
    }
}

.cmt-header .ico-app-apple {
    background-position: -133px -186px;
    height: 39px;
    width: 122px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-app-apple {
        background-position: -133px -186px;
        height: 39px;
        width: 122px
    }
}

.cmt-header .ico-app-win {
    background-position: -255px -188px;
    height: 39px;
    width: 146px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-app-win {
        background-position: -255px -188px;
        height: 39px;
        width: 146px
    }
}

.cmt-header .ico-nxt-arrow {
    background-position: -184px 0;
    height: 70px;
    width: 35px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-nxt-arrow {
        background-position: -180px 0;
        height: 35px;
        width: 32px
    }
}

.cmt-header .ico-prev-arrow {
    background-position: -148px 0;
    height: 70px;
    width: 35px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-prev-arrow {
        background-position: -150px 0;
        height: 35px;
        width: 32px
    }
}

.cmt-header .ico-offer-hotel {
    background-position: -285px -115px;
    height: 15px;
    width: 25px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-offer-hotel {
        background-position: -285px -115px;
        height: 15px;
        width: 25px
    }
}

.cmt-header .ico-offer-dyna {
    background-position: -285px -129px;
    height: 41px;
    width: 23px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-offer-dyna {
        background-position: -285px -129px;
        height: 41px;
        width: 23px
    }
}

.cmt-header .ico-book {
    background-position: 0 -241px;
    height: 68px;
    width: 68px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-book {
        background-position: 0 -241px;
        height: 68px;
        width: 68px
    }
}

.cmt-header .ico-print {
    background-position: -81px -241px;
    height: 68px;
    width: 68px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-print {
        background-position: -81px -241px;
        height: 68px;
        width: 68px
    }
}

.cmt-header .ico-cancel {
    background-position: -161px -241px;
    height: 68px;
    width: 68px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-cancel {
        background-position: -161px -241px;
        height: 68px;
        width: 68px
    }
}

.cmt-header .ico-ques {
    background-position: -240px -241px;
    height: 68px;
    width: 68px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-ques {
        background-position: -240px -241px;
        height: 68px;
        width: 68px
    }
}

.cmt-header .ico-know-more {
    background-position: -320px -161px;
    height: 15px;
    width: 11px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-know-more {
        background-position: -320px -161px;
        height: 15px;
        width: 11px
    }
}

.cmt-header .ico-buzz-logo {
    background-position: -320px -112px;
    height: 23px;
    width: 95px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-buzz-logo {
        background-position: -320px -112px;
        height: 23px;
        width: 95px
    }
}

.cmt-header .ico-rt-arrow {
    background-position: -26px -84px;
    height: 21px;
    width: 18px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-rt-arrow {
        background-position: -26px -84px;
        height: 21px;
        width: 18px
    }
}

.cmt-header .ico-rc-close {
    background-position: -382px -162px;
    height: 13px;
    width: 13px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-rc-close {
        background-position: -382px -162px;
        height: 13px;
        width: 13px
    }
}

.cmt-header .ico-collapse {
    background-position: -395px -160px;
    height: 22px;
    width: 22px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-collapse {
        background-position: -395px -160px;
        height: 22px;
        width: 22px
    }
}

.cmt-header .ico-one-dir-arrow-small {
    background-position: -394px -184px;
    height: 10px;
    width: 14px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-one-dir-arrow-small {
        background-position: -394px -184px;
        height: 10px;
        width: 14px
    }
}

.cmt-header .ico-holidays-blk {
    background-position: -320px -273px;
    height: 26px;
    width: 26px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-holidays-blk {
        background-position: -320px -273px;
        height: 26px;
        width: 26px
    }
}

.cmt-header .ico-rc-hotels {
    background-position: -320px -241px;
    height: 18px;
    width: 28px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-rc-hotels {
        background-position: -320px -241px;
        height: 18px;
        width: 28px
    }
}

.cmt-header .ico-rc-bus {
    background-position: -324px -312px;
    height: 25px;
    width: 25px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-rc-bus {
        background-position: -321px -346px;
        height: 25px;
        width: 25px
    }
}

.cmt-header .ico-hotels-blk {
    background-position: -320px -241px;
    height: 18px;
    width: 28px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-hotels-blk {
        background-position: -320px -241px;
        height: 18px;
        width: 28px
    }
}

.cmt-header .ico-bus-blk {
    background-position: -324px -312px;
    height: 25px;
    width: 25px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-bus-blk {
        background-position: -321px -346px;
        height: 25px;
        width: 25px
    }
}

.cmt-header .ico-events-blk {
    background-position: -379px -484px;
    height: 21px;
    width: 21px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-events-blk {
        background-position: -324px -312px;
        height: 25px;
        width: 25px
    }
}

.cmt-header .ico-tick {
    background-position: -417px -138px;
    height: 13px;
    width: 13px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-tick {
        background-position: -417px -138px;
        height: 13px;
        width: 13px
    }
}

.cmt-header .ico-print-b2b {
    background-position: 0 0;
    height: 21px;
    width: 29px
}

.cmt-header .ico-cancel-b2b {
    background-position: -38px 0;
    height: 21px;
    width: 29px
}

.cmt-header .ico-dyna-big {
    background-position: -321px -137px;
    height: 25px;
    width: 93px
}

@media only screen and (max-width:610px) and (min-width:1px) {
    .cmt-header .ico-dyna-big {
        background-position: -321px -137px;
        height: 25px;
        width: 93px
    }
}

.cmt-header .ico-yb-hotel-b2b {
    background-position: -5px -434px;
    height: 62px;
    width: 62px
}

.cmt-header .ico-yb-flight-b2b {
    background-position: -75px -434px;
    height: 62px;
    width: 62px
}

.cmt-header .ico-yb-train-b2b {
    background-position: -5px -500px;
    height: 62px;
    width: 62px
}

.cmt-header .ico-yb-holiday-b2b {
    background-position: -140px -434px;
    height: 62px;
    width: 62px
}

.cmt-header .ico-yb-earn-b2b {
    background-position: -74px -500px;
    height: 62px;
    width: 62px
}

.cmt-header .ico-yb-flight-crp {
    background-position: -284px -428px;
    height: 68px;
    width: 68px
}

.cmt-header .ico-yb-approval-crp {
    background-position: -141px -498px;
    height: 68px;
    width: 68px
}

.cmt-header .ico-yb-car-crp {
    background-position: -211px -428px;
    height: 68px;
    width: 68px
}

.cmt-header .ico-yb-track-crp {
    background-position: -214px -498px;
    height: 68px;
    width: 68px
}

.cmt-header .ico-yb-hotel-crp {
    background-position: 0 -115px;
    height: 68px;
    width: 68px
}

.cmt-header .ico-toast-close {
    background-position: -52px -372px;
    height: 12px;
    width: 12px
}

.cmt-header .ico-graph-home-v2 {
    background-position: -382px -323px;
    height: 43px;
    width: 43px
}

.cmt-header .ico-tgStay-trust {
    background-position: -211px -330px;
    height: 43px;
    width: 43px
}

.cmt-header .ico-tgStay-app {
    background-position: -259px -330px;
    height: 43px;
    width: 43px
}

.cmt-header .ico-tgStay-appIco {
    background-position: -422px -430px;
    height: 46px;
    width: 43px
}

.cmt-header .ico-tgStay-iosIco {
    background-position: -420px -489px;
    height: 48px;
    width: 37px
}

.cmt-header .ico-wht-face {
    background-position: -328px -352px;
    height: 23px;
    width: 12px
}

.cmt-header .ico-wht-tweet {
    background-position: -322px -385px;
    height: 18px;
    width: 21px
}

.cmt-header .ico-wht-google {
    background-position: -285px -383px;
    height: 23px;
    width: 22px
}

.cmt-header .ico-wht-insta {
    background-position: -250px -384px;
    height: 21px;
    width: 21px
}

.cmt-header .ico-explore-lg {
    background-position: -443px 0;
    height: 86px;
    width: 87px
}

.cmt-header .ico-tgHomestayiOS {
    background-position: -579px -31px;
    height: 27px;
    width: 23px
}

.cmt-header .ico-tgHomestayApp {
    background-position: -579px 0;
    height: 27px;
    width: 23px
}

.cmt-header .ico-tgstayLocation {
    background-position: -540px -1px;
    height: 30px;
    width: 23px
}

.cmt-header .ico-tgstayGroup {
    background-position: -535px -35px;
    height: 30px;
    width: 37px
}

.cmt-header .ico-tgstayHome {
    background-position: -538px -70px;
    height: 30px;
    width: 33px
}
