/*shazli-project-4-may-2019*/
@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@300&display=swap');
:root {
    --red-color: #e33433;
    --blue-color: #3d76ba;
    --green-color: #4cb749;
    --yellow-color: #d09a3c;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Raleway", sans-serif;
    line-height: normal;
}

.main-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    max-height: 1080px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

.overflow {
    overflow: hidden;
}

.red-color {
    color: var(--red-color);
}

#quickcontact .text-danger,
#booking-form .text-danger,
#contactForm .text-danger {
    margin-top: 5px;
    text-align: left;
}

.blue-color {
    color: var(--blue-color);
}

.green-color {
    color: var(--green-color);
}

.bg-yellow,
.bg-light-blue:hover {
    background-color: var(--yellow-color);
    color: #051441 !important;
}

.bg-light-blue,
.bg-yellow:hover {
    background-color: #DAAF65;
    color: #fff !important;
}

.btn {
    border-radius: 30px !important;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}


/* loader css starts-here */

.pageloader {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/loader-bg.jpg) no-repeat center;
    left: 0;
    right: 0;
    height: 100vh;
    background-size: cover;
}

.loader-wrap {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    height: 165px;
    position: relative;
}

.preloader {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader-logo {
    -webkit-animation: rotation 1s infinite linear;
}

.loader-circle {
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    margin: auto;
}

.loadline {
    height: 3px;
    width: 0px;
    background: #1c71ae;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
    }
}

.shape-overlays.is-opened {
    background: #fff url(../images/hamburger-bg.jpg) no-repeat center;
    background-size: cover;
}


/* internal-header */

.internal-pages-header-wrap {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.21);
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    background: #e8eae9;
}

.internal-pages-header-wrap .cho-palace-header-content {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 18px;
}

.internal-pages-header-wrap .cho-palace-header-content h2 {
    font-size: 40px;
    font-family: "line_phone_fontregular";
    color: #000;
}

.internal-pages-header-wrap .cho-palace-header-content-heading-mobile-num {
    display: inherit;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 50px;
}

.cho-palace-header-content-heading-mobile-num>i {
    color: #000;
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.cho-palace-header-content-heading-mobile-num>i:hover {
    color: #d09a3c;
}

.cho-palace-header-content-heading-mobile-num p {
    display: inline-block;
}

.cho-palace-header-content-heading-mobile-num p:hover {
    color: #d09a3c !Important;
}

.internal-pages-header-wrap .cho-palace-header-content-heading-mobile-num a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.internal-pages-header-wrap .cho-palace-header-content-heading-mobile-num a:hover {
    color: #d09a3c !Important;
}

.logo-hamburger-wrap:after {
    content: "";
    clear: both;
    display: block;
}

.internal-pages-header-wrap .logo {
    float: left;
}

.internal-pages-header-wrap .logo img {
    max-width: 80px;
}

.internal-pages-header-wrap .cho-palace-hamburger,
.internal-pages-header-wrap .cho-palace-hamburger-button.hamburger {
    position: relative;
    bottom: 0;
}

.internal-pages-header-wrap .logo-hamburger-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.internal-pages-header-wrap .cho-palace-hamburger .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


/* end internal-header */

.common-internal-body-bg {
    background: #e8eae9;
    background-size: cover;
}


/* loader css end here */


/*sections backgrounds images*/
/*
#section1 {
    background: url(../images/an-ecological-adobe.jpg) center;
    background-size: cover;
}*/
#section1 {
    background: url(../images/slider1.jpg) center;
    background-size: cover;
}
#section2 {
    background: url(../images/cho-bg1.jpg) center;
    background-size: cover;
    position: relative;
}

#section3 {
    background: url(../images/accomodation-bg.jpg) center;
    background-size: cover;
}

#section4 {
    background: #fff;
    background-size: cover;
}

#section5 {
    background: url(../images/booking-enquiries-bg.jpg) center;
    background-size: cover;
    position: relative;
}


/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    /* <=28 */
    box-sizing: border-box;
    height: 103vh !important;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 1;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    right: 0;
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    /* position: relative; */
    /* z-index: 1; */
    width: 100%;
    /* height: 100%; */
    cursor: pointer;
    text-decoration: none;
    text-indent: 500px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background: #DAAF65;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #DAAF65;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
    text-indent: 500px;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}


/*section-starts-here*/

.an-ecological-slide,
.home-cho-palace {
    position: relative;
}

.an-ecological-slide-content,
.home-cho-palace-slide-content {
    position: absolute;
    bottom: 180px;
    left: 0;
    right: 0;
    margin: 68px auto 0;
    max-width: 500px;
    z-index: 1;
}

.an-ecological-slide-content.weather-report {
    bottom: 0px;
    max-width: 100%;
}

#section1 {
    position: relative;
}

.cho-palace-hamburger {
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    bottom: 90px;
}

.cho-palace-hamburger-button.hamburger {
    position: fixed;
    margin: 0 auto;
    top: 30px;
    width: 50px;
    height: 50px;
    bottom: auto;
    left: auto;
    right: 30px;
}

.hamburger::after {
    width: 50px;
    height: 50px;
}

.hamburger__line--01 {
    top: 15px;
}

.hamburger__line--02,
.hamburger__line--cross01,
.hamburger__line--cross02 {
    top: 0;
    bottom: 0;
    margin: auto;
}

.hamburger__line--03 {
    bottom: 15px;
    top: auto;
}

.hamburger__line--01,
.hamburger__line--02,
.hamburger__line--03,
.hamburger__line--cross01,
.hamburger__line--cross02 {
    left: 11px;
}

.global-menu__item {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
}

.an-ecological-slide-content p {
    color: #2d61a2;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.home-cho-palace-slide-content,
.booking-enquiries-content {
    max-width: 370px;
    text-align: center;
    bottom: 0;
    margin: 0 auto;
    height: 305px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-cho-palace-slide-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;
    width: 100%;
}

.about-cho-palace-heading {
    font-family: 'Newsreader', serif;
}

.home-cho-palace-slide-content .main-heading {
    font-size: 40px;
    color: #1f3f72;
    font-weight: 700;
}

.home-cho-palace-slide-content span {
    margin-top: 0px;
    font-weight: 600;
    color: #22457a;
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    text-transform: uppercase;
}

.home-cho-palace-slide-content p {
    font-size: 14px;
      font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.home-cho-palace-slide-content p:nth-last-of-type(1) {
    margin-top: 20px;
}

.accomodation-wrap .main-heading {
    font-size: 30px;
}

.accomodation-slide-content {
    margin-bottom: 50px;
}

.accomodation-slide-content .accomodation-slide-content {
    color: #fff;
    z-index: 1;
}

.accomodation-slide-content .sub-main-heading {
    font-size: 20px;
}

.accomodation-slide-content .main-heading {
    font-size: 30px;
}

.accomodation-slide-content .main-heading,
.food-fine-common-content .main-heading {
    color: #fff;
}

.main-heading {
    font-size: 30px;
    font-weight: 400;
    color: #000;
}

.accomodation-slide-content span {
    color: #6475a4;
    font-size: 14px;
    font-weight: 500;
}

.sub-heading {
    font-size: 16px;
}

.accomodation-slide-content .sub-heading {
    color: #a6b1d2;
}

.sub-main-heading {
    font-size: 20px;
    color: #1f3f72;
    font-weight: 500;
}

.premium-delux-room p {
    font-size: 12px;
    color: #a6b1d2;
    font-weight: 500;
    letter-spacing: 1.5;
    margin-top: 30px;
}

.premium-delux-room {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    max-width: 100%;
}

.prem-room-del-room-cont {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
}

.prem-room-del-room-cont .btn {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.prem-room-del-room-cont .btn:hover {
    background-color: #DAAF65 !important;
    color: #fff !Important;
    border: 1px solid #DAAF65;
}

.prem-room-del-room-cont .btn {
    border: 1px solid rgba(218, 175, 101, 0.48);
    background: rgba(218, 175, 101, 0.48);
}

.prem-room-del-room-cont .btn.yellow {
    float: right;
}

.premium-delux-room .btn-group {
    margin: 0 auto;
    text-align: center;
}

.premium-room-del-room {
    position: relative;
}

.food-fine-common-img {
    position: relative;
    height: 100vh;
}

.food-fine-common-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 70px;
    color: #fff;
    min-height: 270px;
    background: #00000057;
}

.food-fine-common-content .main-heading {
    font-size: 30px;
}

.food-fine-common-content .main-heading:after,
.booking-enquiries-content .main-heading:after,
.home-cho-palace-slide-content span:after {
    content: "";
    right: 0;
    background: #DAAF65;
    width: 90px;
    display: block;
    height: 2px;
    margin: 25px 0 30px;
}

.home-cho-palace-slide-content span:after {
    margin: 25px auto 30px;
}

.booking-enquiries-content {
    position: absolute;
    left: 0;
    right: 0;
    color: #444444;
    font-size: 14px;
    text-align: center;
    bottom: 0;
    margin: 0 auto;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 30px 0;
    width: 100%;
    font-weight: 500;
}

.booking-enquiries-content ul li a,
.cho-palace-mail-info a {
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    color: #444444;
}

.booking-enquiries-content ul li:hover a,
.cho-palace-mail-info a:hover {
    color: #d09a3c;
}

.booking-enquiries-content .common-button {}

.cho-palace-address ul li,
.cho-palace-mail-info>.btn-group a {}

.food-fine-common-content p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.booking-enquiries-content .main-heading {
    color: #1f3f72;
    font-size: 30px;
    font-weight: 400;
}

.booking-enquiries-content .main-heading:after {
    margin: 20px auto 20px;
}

.booking-enquiries-content p {
    margin: 20px 0;
}

.booking-enquiries-content ul li {
    display: block;
}

.cho-palace-mail-info,
.btn-group {
    display: block;
}

.booking-enquiries-content .btn-group,
.common-button {
    margin-top: 15px;
}

.common-button .btn {
    display: block;
    color: #fff;
    font-size: 14px;
    background: #DAAF65;
    width: 170px;
    margin: 0 auto;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.common-button .btn:hover {
    background-color: var(--yellow-color);
}

.cho-palace-hamburger-button.hamburger {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.cho-palace-hamburger .content {
    min-height: 100%;
    padding-bottom: 0;
}


/* about */

.about-header {
    background: #000;
    width: 100%;
    padding: 10px 30px;
}

.about-wrap {
    padding-top: 50px;
}

.about-cho-palace-first-para {
    font-size: 16px !Important;
}

.accomodation-wrap,
.packages-wrap {
    padding-bottom: 50px !important;
}

.about-wrap span {
    color: #22457a;
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
}

.about-wrap p,
.accomodation-wrap p {
    font-size: 13px;
    color: #444444;
    font-weight: 400;
    text-align: center !important;
    line-height: 22px;
}

.accomodation-wrap p {
    font-size: 13px;
    text-align: center !important;
}

.about-wrap .main-heading {
    font-weight: 400;
}

.about-accordion-inner {
    margin-top: 30px;
}

.about-accordion p {
    text-align: left !important;
}

.about-accordion .tariff-table td,
.festival-of-ladakh-table td {
    font-size: 13px;
}

.about-accordion .adventure-activities li,
.about-accordion .tariff-table th>p {
    font-size: 13px;
}


/* about-trip-advisor */

.trip-advisor-wrap {
    position: absolute;
    top: 30px;
    right: auto;
    left: 30px;
}

.trip-advisor-wrap ul li {
    display: block;
}

.trip-advisor-wrap ul li:nth-child(1) {
    margin-bottom: 20px;
}

.trip-advisor-wrap p {
    font-size: 11px;
    margin-bottom: 10px;
    color: #1c71b7;
    font-weight: bold;
}

#CDSWIDCOE.widCOE {
    border: 1px solid #1c71b7 !important;
}

.trip-advisor-wrap .trip-advisor-left {
    border: 3px solid rgba(241, 239, 236, 0.48);
    padding: 10px;
}

.trip-advisor-wrap .trip-advisor-right {
    border: 3px solid rgba(241, 239, 236, 0.48);
    padding: 10px;
    margin-top: 20px;
}


/* accomodation */

.main-hr {
    margin: 50px 0;
    border-color: #ccc;
}

.accomodation-inner-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}

.about-mainwrap-inner-cont h3,
.about-mainwrap-inner-cont ul li {
    text-align: left !important;
}

.accomodation-inner-content ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.accomodation-inner-content ul li:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.dining-conference-wrap-inner .col-md-4,
.dining-conference-wrap-inner .col-md-6 {
    margin-bottom: 40px;
}

.dining-conference-wrap h3 {
    font-size: 20px;
}

.dining-conference-wrap p {
    font-size: 14px;
}

.accordian {
    margint-top: 50px;
}

.accordian ul li,
.accordian-bank-detail ul li {
    border-bottom: 1px solid #d09a3c;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    text-align: left;
}

.accordian ul>li>h4.active,
.accordian-bank-detail ul>li>h4.active {
    background: #DAAF65;
    color: #fff;
    padding: 15px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.accordian ul>li>h4,
.accordian-bank-detail ul>li>h4 {
    text-align: left;
    overflow: hidden;
    color: #3d76ba;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

.accordianContentDiv,
.bank-gst-div {
    margin-bottom: 0;
    display: none;
    border: 1px solid #c5c7d1;
    padding: 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    background: #e8eae9;
}

.accordian ul li h4 span.accor-plus,
.accordian-bank-detail ul li h4 span.accor-plus {
    -webkit-mask: url(../images/plus.svg) no-repeat 50% 50%;
    mask: url(../images/plus.svg) no-repeat 50% 50%;
    width: 26px;
    height: 26px;
    display: block;
    float: right;
    background-color: #d09a3c;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.accordian ul li h4 span.accor-plus.accor-min,
.accordian-bank-detail ul li h4 span.accor-plus.accor-min {
    -webkit-mask: url(../images/minus.svg) no-repeat 50% 50%;
    mask: url(../images/minus.svg) no-repeat 50% 50%;
    background-color: #fff;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.accordian ul>li>.accordianContentDiv.active,
.accordian-bank-detail ul>li .bank-gst-div.active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.adventure-activities li {
    font-size: 14px;
    color: #000;
}


/* tarrif */

.table-wrapper {
    overflow: auto;
    margin-top: 50px;
}

.tariff-table {
    min-width: 1024px;
    overflow: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    border: 1px solid #ccc;
}

.tariff-table tr {
    border-collapse: separate;
}

.tariff-table th>p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #000;
    text-align: left !important;
}

.tariff-table th,
.festival-of-ladakh-table th {
    text-align: left;
    padding: 25px 20px;
    font-size: 20px;
    border-collapse: separate;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    border: 1px solid #ccc;
}

.tariff-wrap h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}

.tariff-table td,
.festival-of-ladakh-table td {
    padding: 5px 10px;
    padding: 20px 20px;
    font-size: 14px;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #ccc;
    border-collapse: separate;
    /* border-radius: 15px; */
    font-weight: 400;
    border: 1px solid #ccc;
}

.tariff-wrap .col-md-4 {
    border-right: 1px solid #ccc;
}

.tariff-wrap .col-md-4:nth-last-of-type(1) {
    border-right: 0;
}

.tarrif-complementary {
    margin: 50px auto 0;
    text-align: center;
}

.tarrif-complementary .tariff-content {
    margin: 15px 0;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.tarrif-complementary .tariff-content h3 {
    font-size: 14px;
    font-weight: 400;
}

.tariff-wrap .btn-group {
    margin-top: 20px;
    text-align: center;
    display: block;
}

.package-common-int {
    padding-bottom: 50px;
}

.tariff-wrap {
    padding-bottom: 0;
}


/* ladakh */

.ladakh-wrap {
    padding: 50px 0;
}

.adventure-activity-inner-wrap {
    margin-top: 20px;
}

.adventure-activity-inner {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.adventure-activity-inner h4 {
    font-size: 18px;
    margin: 15px 0;
    font-weight: 400;
}

.ladakh-wrap p {
    font-size: 13px;
    color: #000;
    line-height: 22px;
    text-align: center;
}


/* ladakh form */

.ladakh-form {
    margin: 0 auto;
}


/* festival-of-ladakh */

.festival-of-ladakh-table {
    width: 100%;
    min-width: 1024px;
    overflow: auto;
    margin-bottom: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.festival-of-ladakh-table th {
    border-right: 1px solid #ccc;
    font-size: 26px;
}

.festival-of-ladakh-table td {
    border-right: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
}


/* features */

.features-wrap {
    padding: 0px 0 50px;
}

.accomodation-deluxe-inner {
    text-align: center;
    margin: 0 auto;
}

.accomodation-deluxe-inner img {
    margin-bottom: 20px;
}


/* gallary */

.gallary-wrap .gallery-inner {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.gallary-wrap .gallery-inner img {
    border-radius: 10px;
    margin: 0 auto;
}


/* contact */

.contact-wrap .main-heading {
    font-size: 30px;
}

.contact-form-field {
    margin-top: 50px;
}

.contact-form-field .form-group .contct-common-field {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    padding: 7px 20px;
    color: #242021;
    background: none;
}

.contact-form-field textarea {
    border-radius: 6px !important;
    outline: none !important;
    width: 100% !important;
    font-size: 14px !important;
}

.contact-wrap .common-button .btn {
    margin: 20px 0 0;
}

.contact-form-field p {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left !Important;
}

.contact-form-field p,
.contact-form-field p a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.contact-form-field p a:hover {
    color: #d09a3c;
}

.contact-form-field p:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* packages */

.packages-wrap .packages-inner-cont {
    border-top: 0;
    padding: 0;
}

.packages-wrap-inner h3 {
    margin-top: 20px;
    font-size: 18px;
}

.packages-wrap-inner {
    text-align: center;
    margin: 50px auto 0;
}

.packages-wrap-inner .col-md-6 {
    margin-bottom: 40px;
}

.packages-wrap-inner .col-md-6:nth-last-child(1) {
    margin-bottom: 0;
}

.tarrif-complementary .btn-group {
    margin-top: 20px;
}

.packages-wrap h3 {
    margin: 20px 0 0;
    font-size: 16px;
}

.packages-wrap .col-md-6 {
    margin-bottom: 40px;
    text-align: center;
}

.packages-wrap .col-md-6:nth-last-of-type(1) {
    margin-bottom: 0;
}

.packages-inner-cont .btn-group {
    margin-top: 10px;
}

.pacakges-detail-images {
    margin-top: 50px;
}

.pacakges-detail-images .img-thumbnail {
    background: transparent;
}

.pacakes-day-content {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.packages-detail-inner h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.packages-detail-inner p {
    font-size: 14px;
    text-align: left !important;
}

.packages-detail-inner .accordian ul>li>h4,
.accordian-bank-detail ul>li>h4 {
    text-transform: capitalize;
}

.package-detail-wrap .main-heading {
    font-size: 30px;
    text-align: center;
}

.gallery-wrap-inner {
    margin-top: 50px;
}


/* footer */

footer {
    background: #daaf65;
    padding: 20px 0;
    color: #fff;
}

.footer-inner {
    width: 100%;
}

.footer-inner-left {
    float: left;
}

.footer-inner-right {
    float: right;
}

.footer-inner h6 {
    font-size: 12px;
    font-weight: 400;
}

.footer-inner p a {
    font-size: 12px;
    font-weight: 400;
}


/* footer-form */

.footer-form {
    background: #fff none repeat scroll 0 0;
    bottom: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 300px;
    z-index: 2;
    /* -webkit-box-shadow: 0px 2px 8px 2px #000; */
    /* box-shadow: 0px 2px 8px 2px #e6e4e4; */
    border-top-left-radius: 8px;
}

.footer-form>h2 {
    background: #1b72b2 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px 15px;
    text-transform: uppercase;
    border-top-left-radius: 8px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(-90deg);
    -webket-transform: rotate(-90deg);
    right: -96px;
    color: #fff;
    border-radius: 0 0 30px 30px;
    z-index: 99;
    width: 240px;
    height: 48px;
}

.footer-form-inner {
    padding: 20px;
}

.footer-form-inner .common-input,
.ladakh-form .common-input {
    border-radius: 5px;
    width: 100% !important;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    color: #000 !important;
    font-size: 12px;
    font-weight: 500;
}

.footer-form>h2 span.rotate-icon {
    -webkit-transform: rotate(175deg);
    transform: rotate(175deg);
}

.footer-form>h2 span.active-rotate {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

span.rotate-icon img {
    -webkit-animation: bounce 5s linear infinite;
    animation: bounce 5s linear infinite;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateX(-4px);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.quick-submit .career-submit.career_btn {
    float: none;
    margin: 15px auto 0;
    padding: 5px;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    color: #000;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    display: block;
    text-align: center;
    border: 1px solid #1b72b2;
    text-transform: uppercase;
    width: 100px;
}

.quick-submit .career-submit.career_btn:hover {
    background: #1b72b2;
    color: #fff;
}


/* sidebar */

.kolanfw {
    width: 100%;
    float: left;
}

a.sidebar-button {
    position: fixed;
    bottom: 435px;
    cursor: pointer;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transform: rotate(-90deg);
    -webket-transform: rotate(-90deg);
    right: 0;
    background: #DAAF65;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px 30px 30px 30px;
    z-index: 2;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

a.sidebar-button:hover {
    background: #d09a3c;
}

.sidenav {
    width: 0px;
    position: fixed;
    bottom: 200px;
    overflow: HIDDEN;
    min-height: 375px;
    right: 0;
    background: #fff;
    border-radius: 0 5px 0 5px;
    border-top: 4px solid #DAAF65;
    overflow-x: hidden;
    padding-top: 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    line-height: 11px;
    padding: 8px 0px 0 4px;
    width: 40px;
    height: 29px;
    margin-left: 0;
    background: #DAAF65;
    text-align: center;
    color: #fff;
    border-radius: 0 0 0 40px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}



@media only screen and (max-width: 767px)
{


.res{    width: 67px!important;}



.res1{    width: 67px!important;}

.fp-section {

    height: auto !important;

}






}



.icon-float{


}


.new1 {
    width: 100%;
    height: 36px;
    background-color: #daaf65 !important;
    color: #ffffff;
    border: 1px solid #daaf65!important;
    border-radius: 4px !important;
}