@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
}

.header {
    z-index: 1025;
}

.pageWaterMark {
    background-image: url(../img/watermark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 35% auto;
}

a {
    cursor: pointer;
}

    a,
    a:hover,
    a:focus {
        text-decoration: none;
    }

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobileqbtn {
    left: 0;
    bottom: 0;
    z-index: 1025;
}

:before,
:after {
    font-family: FontAwesome;
}

.icon-float {
    position: fixed;
    right: 0px;
    top: 35%;
    z-index: 1025;
}

    .icon-float ul {
        padding: 0px;
    }

        .icon-float ul li {
            list-style-type: none;
        }

            .icon-float ul li a {
                display: block;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                padding: 0px;
            }

                .icon-float ul li a i {
                    padding: 8px;
                    width: 40px;
                    height: 32px;
                    text-align: center;
                    color: #fff;
                }

                .icon-float ul li a:hover {
                    transform: rotateY(-180deg);
                }

                    .icon-float ul li a:hover i {
                        transform: rotateY(180deg);
                    }

.fb1 {
    background: #3b5998;
}

.gp1 {
    background: #dd4b39;
}

.tw1 {
    background: #1da1f2;
}

.li1 {
    background: #0077b5;
}

.yt1 {
    background: #cd201f;
}

.wa1 {
    background: #34af23;
}

.sh {
    background: #fff;
    padding: 10px 0px;
    font-size: 11px;
    text-align: center;
    color: #333;
    border-top-left-radius: 5px;
    display: none !important;
}

.sh1 {
    background: #333;
    border-bottom-right-radius: 5px;
}

.wtsapChat {
    position: fixed;
    right: 40px;
    bottom: 70px;
    z-index: 1025;
    width: 50px;
}

.navbar-brand img {
    max-width: 60px;
}

.topmenu li a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.capti {
    bottom: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

    .capti h1 {
        font-size: 50px;
    }

    .capti .text-info {
        color: #84e2ef !important;
    }

.custfixed {
    height: calc(100vh - 170px);
    box-shadow: 0 0 25px rgb(0 0 0 / 30%);
    background: #fff;
    border-radius: 6px;
    top: 150px;
}


/* 
.custfixed {
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
}

.custfixed.fixed-top-menu {
    left: 15px;
    position: fixed;
    width: calc(25% - 30px);
} */

.queryForm {
    left: 0;
    top: 0;
}


    .queryForm .form-control {
        border: 0;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        padding-left: 0;
        font-weight: 600;
    }

.h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 36px;
    color: #253d52;
    margin: 50px 0;
}

.band {
    width: 50px;
    height: auto;
    position: absolute;
    z-index: 9;
    left: 13px;
    top: -6px;
}

    .band img:hover {
        -webkit-transform: scale(01.0);
        transform: scale(01.0);
    }

.v_place_img {
    position: relative;
    overflow: hidden;
}

    .v_place_img img {
        width: 100%;
    }

.tpname {
    font-size: 14.5px;
    color: black;
    font-weight: 600;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 32%);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 32%);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.benefits {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

    .benefits h4 {
        font-size: 20px;
    }

    .benefits img {
        max-height: 100px;
    }

.videoSec {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/video-banner.jpg) 50% 37%;
    background-size: cover;
    padding: 150px 0;
    background-repeat: no-repeat;
}

    .videoSec h2,
    .videoSec p {
        color: white;
    }

.hotelBox {
    font-size: 14.5px;
    color: #888;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 9%);
}

.hotelBoxImg::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 14%, rgba(0, 0, 0, 0.08) 35%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.slick-next,
.slick-prev {
    background-image: url(../img/sprite.png) !important;
    background-repeat: no-repeat;
    display: inline-block;
    content: '';
}

.tourpackage {
    margin: 0 8px;
}

    .tourpackage .homeHprice {
        font-size: 20px;
    }

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 0;
    z-index: 10
}

.slick-prev {
    left: 0;
    background-position: -203px -68px;
}

.slick-next {
    right: 0;
    background-position: -260px -68px;
}

button,
button:focus {
    outline: 0
}

.btn {
    cursor: pointer
}

:focus {
    outline: 0 !important
}

.homAv {
    position: absolute;
    background-color: #8bc34a9e;
    bottom: 15px;
    padding: 3px 8px;
    margin: 0px 0px;
    right: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #253747;
}

.hotelBoxinr a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.homeHprice {
    font-size: 38px;
    font-weight: 600;
    color: #f4364f;
}

.testimoBg {
    background-image: url(../img/h2_shape.png);
    background-position: center center;
    background-repeat: repeat-y;
    background-color: #f3f6d2;
}

.client {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 0 7px 0 rgb(171 179 194 / 48%);
}

.testimo img {
    margin: 0 auto;
}

.homeDestinations {
    border-radius: 10px;
    background: #14addb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .homeDestinations::before {
        content: '';
        position: absolute;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%);
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        border-radius: 5px;
    }

    .homeDestinations a {
        color: white;
    }

    .homeDestinations:hover img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0.5;
    }

.homeDestcap {
    left: 0;
    bottom: 0;
}

    .homeDestcap h5 {
        font-size: 26px;
        color: #fff;
        white-space: nowrap;
    }

.offer {
 /*   background: url(../img/placebg.jpg) no-repeat;*/
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

    .offer:before {
        content: '';
        position: absolute;
        background: linear-gradient(to right, rgba(22, 40, 105, 0.91) 46%, rgba(0, 0, 0, 0.41) 100%);
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

.offer-l {
    padding: 110px 0px 100px 0px;
    text-align: center;
}

.ol-1 {
    width: 250px;
    height: 1px;
    background: #515771;
    /* position: absolute;
    */
    margin: 0 auto;
    display: table;
    /* margin-bottom: 30px;
    */
}

.ol-2 {
    background: #f4364f;
    padding: 5px 3px 3px 3px;
    position: relative;
    /* top: -18px;
    */
    margin: 0 auto;
    display: table;
    margin-top: -15px;
    border-radius: 2px;
}

    .ol-2 i {
        color: #fff;
        font-size: 16px;
        margin: 0px 5px;
    }

.ol-3 {
    width: 250px;
    height: 1px;
    background: #515771;
    /* position: absolute;
    */
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ol-4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: block;
    line-height: 120%;
    padding-top: 10px;
    text-transform: uppercase;
}

.ol-5 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: block;
    line-height: 46px;
    margin-bottom: 30px;
}

.offer-l ul {
    margin-bottom: 0px;
}

    .offer-l ul li {
        display: inline-block;
        margin: 5px;
        font-size: 14px;
    }

        .offer-l ul li span {
            display: block;
            color: #ecdee0;
        }

        .offer-l ul li a {
            border-radius: 70px;
            width: 60px;
            height: 60px;
            vertical-align: sub;
            /* border: 1px solid #a59d9d;
    */
        }

            .offer-l ul li a img {
                width: 20px;
                padding: 0px;
                height: 20px;
                margin-left: -8px;
            }

.offer-r {
    padding: 50px;
    margin: 0 auto;
    display: table;
}

.or-1 {
    /* font-size: 47px;
    */
    color: #fff;
    font-weight: 600;
    display: inline-block;
    line-height: 100%;
    padding-top: 30px;
    text-transform: uppercase;
    width: 125px;
    height: 125px;
    background: #ffffff;
    border-radius: 50%;
    padding: 30px 20px;
    text-align: center;
    margin-top: 67px;
    position: absolute;
    margin-left: -100px;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.52);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or-11 {
    font-size: 45px;
    display: block;
    text-transform: capitalize;
    color: #f4364f;
    font-weight: 600;
}

.or-12 {
    display: block;
    line-height: 20px;
    letter-spacing: 5px;
    border-bottom: 1px solid;
    color: #333;
    margin-top: 25px;
}

.or-2 {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    line-height: 46px;
    padding-top: 30px;
    text-transform: uppercase;
    width: 235px;
    height: 235px;
    background: #f4364f;
    border-radius: 50%;
    padding: 30px;
    text-align: center;
    margin-top: 100px;
    position: absolute;
    border: 7px solid #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.52);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or-1:hover {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or-2:hover {
    background: #f4ba36;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or-2 span {
    display: inline-block;
}

.or-21 {
    font-size: 34px;
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}

.or-22 {
    font-size: 75px;
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}

.or-23 {
    font-size: 34px;
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}

.or-24 {
    font-size: 14px;
    /* display: block;
    */
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fbafb9;
    padding: 6px;
    border-radius: 25px;
}

.or-25 {
    font-size: 16px;
    /* display: block;
    */
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}

.slider-wid {
    height: 600px;
}

.slides li img:before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(88, 25, 39, 0.91) 46%, rgba(0, 0, 0, 0.41) 100%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.slid-cap {
}

    .slid-cap h2 {
        font-size: 62px;
        color: #fff;
        margin-bottom: 15px;
        margin-top: 0px;
        text-transform: uppercase;
    }

    .slid-cap h5 {
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: 5px;
    }

    .slid-cap p {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .slid-cap a {
        background: #f4364f;
        padding: 7px 25px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 2px;
        font-size: 14px;
        margin-right: 10px;
    }

.hom2-ban-pack {
    padding-top: 0px;
    margin-top: -80px;
    z-index: 9;
    position: relative;
}

.cus-book-form {
    width: 50%;
    margin: 0 auto;
}

.cus-pack-form {
    /*background: url(../img/placebg.jpg) no-repeat #fff;*/
    padding: 100px 0px 45px 0px;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

    .cus-pack-form:before {
        content: '';
        position: absolute;
        background: linear-gradient(to bottom, rgba(22, 40, 105, 0.91) 46%, rgba(0, 0, 0, 0.41) 100%);
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

.cus-title {
}

    .cus-title h2 {
        color: #fff;
    }

.book-tab {
    background: url("../img/slider/1.jpg") no-repeat #fff;
    padding: 50px 0px 160px 0px;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.book-tit {
}

    .book-tit h2 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .book-tit h5 {
        font-size: 15px;
        letter-spacing: 4px;
    }

.book-tab-inn {
    width: 70%;
    margin: 0 auto;
}

    .book-tab-inn h3 {
        margin-top: 0px;
    }

    .book-tab-inn p {
    }

.book-tab-body {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.book-tab-tit {
    padding: 50px 50px 0px 50px;
}

.book-tab-form {
    box-shadow: none;
    padding-top: 0px;
    border-bottom: 0px solid #cccccc;
}

.book-tab-inn ul li a {
    color: #555;
    font-weight: 700;
    font-size: 14px;
    background: #fff;
}

.book-tab-inn .nav-tabs > li.active > a,
.book-tab-inn .nav-tabs > li.active > a:hover,
.book-tab-inn .nav-tabs > li.active > a:focus {
    background: #f1334c;
    color: #fff;
    border: 1px solid #f1334c;
}

.course-overlay span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
}

.con-page {
    padding-bottom: 170px;
}

.new-con h2 {
    color: #f26838;
    font-size: 24px;
    font-weight: 700;
}

    .new-con h2 span {
        color: #13293D;
        font-size: 24px;
        font-weight: 700;
    }

.new-con p a {
    color: #333;
}

.package-form {
    box-shadow: none;
    padding: 0px;
}

    .package-form label,
    select,
    input {
        font-size: 13px !important;
    }

.topSight {
    background: linear-gradient(to bottom, #f2f9ff, #e1e4e8);
}

.sights img {
    border-radius: 5px;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.29);
}

.sightsCon {
    color: #253d52;
    font-size: 14px;
}

    .sightsCon h4 {
        font-size: 18px;
        text-transform: uppercase;
        line-height: 34px;
        font-weight: 600;
    }

        .sightsCon h4 span {
            display: block;
            font-weight: 600;
            text-transform: capitalize;
        }

.homefooter {
    background: #000000;
    position: relative;
    font-size: 14.5px;
    line-height: 24px;
}

    .homefooter h4 {
        color: #acadaf;
        text-transform: uppercase;
        padding-bottom: 15px;
    }

    .homefooter ul li {
        /* list-style-type: none;
float: left;
padding-right: 10px; */
        list-style-type: none;
        float: none;
        padding-right: 10px;
        display: inline-block;
    }

        .homefooter ul li i {
            font-size: 16px;
            width: 32px;
            height: 32px;
            border: 1px solid #2d2d2d;
            border-radius: 50px;
            padding: 7px;
            text-align: center;
            /* background: #1aa5d8;
    */
            color: #696969;
        }

        .homefooter ul li a {
            color: #6e7173;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.mobIcon {
    left: 100%;
    top: 15px;
}


/************************Footer**********************************/

.footer {
    color: #fff;
    padding-top: 50px;
    background-color: #24242c;
    font-size: 14px;
}

.footlinks {
    margin-bottom: 30px;
}

.footHead {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    border-bottom: #636979 solid 1px;
    padding-bottom: 12px;
}

    .footHead::after {
        content: '';
        left: 0;
        top: 0;
        position: absolute;
        border-left: #44bbec solid 5px;
        height: 25px;
    }

.footlinks li {
    line-height: 30px;
    display: block;
    position: relative;
}

    .footlinks li a {
        color: #eee;
        text-transform: capitalize;
    }

        .footlinks li a:before {
            content: "\f105";
            margin-right: 10px;
            color: #34ccff;
        }

        .footlinks li a:hover {
            color: #fff;
        }

.address li {
    padding-left: 25px;
}

    .address li a:before {
        display: none;
    }

    .address li .fa {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 30px;
        color: #fff;
    }

.socialIcon li {
    float: left;
    margin: 3px;
}

    .socialIcon li a {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        border: #fff solid 1px;
    }

        .socialIcon li a:before {
            display: none;
        }

.footerfoot {
    background-color: #1a1d22;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.followMob {
    display: none !important;
}

.sIcon {
    float: left;
    margin-right: 10px;
    width: 30px;
    line-height: 30px;
    color: #fff !important;
    display: block;
}

.tag li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
}

    .tag li a {
        padding: 5px 8px;
        font-size: 13px;
        font-weight: 300;
        background-color: #555;
        color: #fff;
    }

.facebook {
    background-color: #3b5999;
}

.twitter {
    background-color: #55acee;
}

.linkedin {
    background-color: #007785;
}

.skype {
    background-color: #00aff0;
}

.numberBlk {
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    position: relative;
    height: 115px;
    padding-top: 20px;
    padding-left: 15%;
    padding-right: 45px;
    margin-left: -17%;
}

    .numberBlk .fa {
        line-height: 95px;
        float: left;
        font-size: 35px;
        margin-right: 30px;
    }

    .numberBlk:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        border-top: 115px solid #24242c;
        border-left: 50px solid transparent;
    }

.pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/3.jpg);
    background-size: cover;
}

.about_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/s1.jpg);
    background-size: cover;
    background-position: center;
}
.hotel_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/1.jpg);
    background-size: cover;
    background-position: center;
}
.tc_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/tandc.jpg);
    background-size: cover;
    background-position: center;
}
/*Sub  banner hotels */

.srinagar_hotel_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/hotel/orchidretreat.jpg);
    background-size: cover;
    background-position: center;
}
.gulmarg_hotel_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/hotel/khyber.jpg);
    background-size: cover;
    background-position: center;
}
.pahalgham_hotel_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/hotel/heaven.jpg);
    background-size: cover;
    background-position: center;
}
.sonamarg_hotel_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/hotel/chinar-resort.jpg);
    background-size: cover;
    background-position: center;
}
.katra_hotel_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/hotel/katra.jpg);
    background-size: cover;
    background-position: center;
}
.patnitop_hotel_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/hotel/six-season.jpg);
    background-size: cover;
    background-position: center;
}
.jammu_hotel_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/hotel/jammu.jpg);
    background-size: cover;
    background-position: center;
}
.ladakh_hotel_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/hotel/ladakh.jpg);
    background-size: cover;
    background-position: center;
}

/*Sub hotel banner ends */
.houseboat_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/hotel/houseboat.jpg);
    background-size: cover;
    background-position: center;
}
.destination_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/4.jpg);
    background-size: cover;
    background-position: center;
}
/*Sub  banner destinatios */
.kashmir_destination_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/destinations/kashmir.jpg);
    background-size: cover;
    background-position: center;
}
.jammu_destination_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/destinations/JAMMU.jpg);
    background-size: cover;
    background-position: center;
}
.katra_destination_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/destinations/katra.jpg);
    background-size: cover;
    background-position: center;
}
.ladakh_destination_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/destinations/ladakh.jpg);
    background-size: cover;
    background-position: center;
}




/*Sub  banner destinatios ends*/

.package_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/2.jpg);
    background-size: cover;
    background-position: center;
}
/***/
.kashmir_packages_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/common/dal-lake.jpg);
    background-size: cover;
    background-position: bottom;
}
.ladakh_packages_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/common/destinations/ladakh.jpg);
    background-size: cover;
    background-position: center;
}
.karta_packages_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/s3.jpg);
    background-size: cover;
    background-position: center;
}
.amarnath_packages_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/common/amarnath.jpg);
    background-size: cover;
    background-position: center;
}
/***/
.transport_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/7.jpg);
    background-size: cover;
    background-position: center;
}
.localsighseen_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/5.jpg);
    background-size: cover;
    background-position: center;
}
.Contact_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/contactus.jpg);
    background-size: cover;
    background-position:center;
}
.blog_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/blog.jpg);
    background-size: cover;
    background-position: center;
}
.faqs_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/faq.jpg);
    background-size: cover;
    background-position: center;
}
.tac_pageHead {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%), url(../img/banner/tandc.jpg);
    background-size: cover;
    background-position: center;
}


.contactcard {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #a5a5a5;
    padding-left: 105px;
}

    .contactcard .fa {
        left: 20px;
        top: 30px;
        font-size: 50px;
        z-index: 1;
    }

.contacticon {
    left: 0;
    top: 0;
    content: "";
    top: -65px;
    left: -15%;
    display: block;
    width: 126px;
    height: 180px;
    background: #304f47;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    z-index: 1;
    -webkit-transform: rotate( -45deg);
    transform: rotate( -45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}


/* ************************Slick**************************************** */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after,
    .slick-track:before {
        display: table;
        content: ""
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 0.05vw;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

ul.slick-dots li {
    display: inline-block;
    margin-right: 0.52vw;
    margin-top: 0.42vw
}

    ul.slick-dots li button {
        width: 1.04vw;
        height: 1.04vw;
        border: 0;
        background: #E7E7EA;
        opacity: 1;
        border-radius: 50rem;
        text-indent: -2.6vw;
        overflow: hidden;
        padding: 0;
        outline: 0
    }

.slick-dots li.slick-active button {
    opacity: 1;
    width: 2.08vw;
    background: #217BF4;
}

.slick-initialized .slick-slide:focus {
    outline: 0
}

.slick span img {
    width: 100%;
    padding: 3.65vw 0
}

.slick span {
    display: block;
    position: relative;
    text-align: center;
    transform: translate(0, 0) scale(1);
    transition: all .4s ease;
    padding: 0 0;
    transition: all .2s ease-in-out;
    z-index: 0
}

.slick-slide.slick-center span {
    transform: scale(1);
    z-index: 2
}

.lt1 span,
.slick-slide.slick-center + .slick-slide span {
    transform: scale(1);
    z-index: 1;
    transition: all .3s ease-in-out
}

.hotelP {
    left: 0;
    top: 50%;
    transform: translateY(-50%) skewY( -3deg);
}

.btnread {
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.hotelinfo {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
}

.htlp {
    font-size: 20px;
}

.modal-body.pageWaterMark {
    background-attachment: inherit;
}

.modallightblk {
    background: linear-gradient( 70deg, #d525c7, #449cf7);
}

.gradient {
    background: linear-gradient(to bottom right, rgba(240, 147, 251, 1), rgba(245, 87, 108, 1));
}


/* .logreg .btn {
    background: linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1));
} */

.packageB .hotelP,
.destP .hotelP {
    transform: translateY(-50%) skewY( 0deg);
}

    .packageB .hotelP h3,
    .destP .hotelP h3 {
        font-size: 36px;
    }

.packageP {
    right: 0;
    top: 20px;
    font-size: 20px;
}

.destP img {
    max-height: 350px;
}

.sightseenb img,
.packageB img {
    max-height: 250px;
}

.transp img {
    max-height: 275px;
}

.text-cut {
    text-decoration: line-through;
}

.packagePinfo {
    width: calc(100% - 15px);
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.blogBoxBody {
    padding: 15px;
    height: 250px;
    overflow: hidden;
}

.blogTile {
    color: #212121;
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
}

.Blogdate {
    font-style: italic;
    color: #018ad2;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.blogBox img {
    height: 200px;
}

.imgFit {
    width: 100%;
    object-fit: cover;
}


/* *****************************Responsive********************************************* */

@media screen and (max-width:575px) {
    .ol-4 {
        font-size: 26px;
    }
}

@media screen and (max-width:991px) {
    .custfixed {
        height: auto;
    }
    /* .custfixed,
    .custfixed.fixed-top-menu {
        left: 0;
        position: fixed;
        max-width: 275px;
        z-index: 100;
        width: 100%;
        top: 85px;
    } */
}
