
body {
  font-family: 'Muli', sans-serif !important;
}

a{
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

h1{
   font-family: 'Muli', sans-serif !important;
}

h2{
   font-family: 'Playfair Display', serif !important;
}

p{
  font-family: 'Muli', sans-serif !important;
}


/* width */
::-webkit-scrollbar {
 width:4px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px #dec17d; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:#dec17d;
 border-radius:0px;
}

.banner-section{
  float:left;
  width:100%;
  background: url(../images/main-bg.jpg) center center;
  background-size:cover;
  height: 809px;
}

.sidepanel{
  float:left;
  width:83px;
  float:left;
  height: 809px;
  background:#0b3333;
  padding-top:55px;
}

.sidepanel img{
  width:39px;
}

.rotatingimg{transition: transform 2s;}
.rotatingimg:hover{transform:rotate(360deg);}


#treatments2 .owl-nav{
    display:none;
}


.ksa{
    float:left;
    width:100%;
    text-align:center;
    margin-top: 25px;
    margin-bottom: 20px;
}


.ksa h1{
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 20px !important;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.ksa p{
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 14px !important;
    padding-top: 8px !important;
}








.social{
  float:left;
  width:100%;
  height:353px;
  bottom:0px;
  position: relative;
  padding-top: 400px;
}


.hvr-social {
    float: left;
    cursor:pointer;
    width: 100%;
    text-align: center;
    padding-bottom:35px;
}
.hvr-social:hover{
  color:#ffffff;
  margin-left:-6px;
}

.logo{
  width: 128px;
  float: right;
  z-index: 777;
  position: relative;
}

.main-banner{
    /* margin-left: 40px; */
    float: left;
    width: 93%;
    color: #ffffff;
    margin-top: -100px;
    position: relative;
    z-index: 111;
}

.pw{
  float:left;
  width: 7%;
}

.banner_text_box{
  float:left;
  width:100%;
  margin-left: 80px;
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

.banner_text_box h1{
  float:left;
  width:100%;
  color:#DEC17B;
  font-size: 19px;
  padding-bottom: 13px;
}

.banner_text_box h2{
  color:#fff;
  font-size: 75px;
  line-height: 85px;
  font-weight:normal;
}

.banner_text_box h2 span{
  color:#DEC17B;
}

.banner_text_box p{
  float:left;
  width: 255px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.91);
  line-height: 26px;
  margin-top: 26px;
}

.banner_product_box{
  float: right;
  margin-top: -455px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 24px !important;
    background: #fff !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius:0px !important;
    outline: none;
    border: none;
    margin-right: 1px !important;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel 
.owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    outline: none;
}

.owl-theme .owl-dots 
.owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #dec17d !important;
}

#banner .owl-dots{
  -webkit-tap-highlight-color: transparent;
  position: relative;
  top: -76px;
  left: -3px;
  /* float: left; */
}

.video-play{
  float:left;
  cursor:pointer;
  width:100%;margin-top:30px;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.video-play:hover{
  margin-left:8px;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.play-btn{
  width:66px !important;
  float:left;
  margin-right: 15px;
  margin-top: -6px;
}

.text-wh{
  color:#fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 25px;
}

.text-wh:hover{
  color:#DEC17B;
  text-decoration:none !important;
}

.scroll-dwn{
    float: left;
    width: 93%;
    text-align: center;
    margin-top: -30px;
    color: rgba(255, 255, 255, 0.98);
    font-size: 13px;
    letter-spacing: 1px;
}

.scroll-dwn img{
  width: 8px;
  margin-bottom: 9px;
}

.scroll-nav{
  color: rgba(255, 255, 255, 0.98);
}

.scroll-nav:hover{
  color:#DEC17B;
  text-decoration:none !important;
}


.abt-panel{
    float: left;
    width: 100%;
    background: url(../images/27.jpg);
    background-size: cover;
}

.enq-bg{
  float:left;
  width:100%;
  background:#0b3333;
  padding:25px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -1px 10px 7px 0px rgba(0, 0, 0, 0.14);
}

.enq-bg h1{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-family: 'Playfair Display', serif !important;
    letter-spacing: 1px;
    padding-bottom:8px;
    margin-bottom: 25px;
}

.vayas_form {
    border-bottom: 1px solid #b0aaaa;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight:300;
    /* text-transform: uppercase; */
    height: 48px;
    margin-bottom: 30px !important;
    padding: 0 15px;
    outline: none;
    background: #0b3333;
    width: 100%;
    padding-left:0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px #d8c288;
    margin-bottom: 24px !important;
    padding-left: 15px;
    text-align: center;

}


.frm-panel{
  float:left;
  width:100%;
  text-align: center;
}

.qurey-frm{
  height: auto !important;
  padding-top: 15px !important;
  margin-bottom: 10px !important !important;
}

.vayas_form::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.88) !important;
  letter-spacing:1px;
}

.vayas_form:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.88) !important;
  letter-spacing:1px;
}

.vayas_form::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.88) !important;
  letter-spacing:1px;
}

.enq-btn{
    background: #dec17d;
    color: #0b3333;
    padding: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    cursor:pointer;
    border: solid 1px #0b3333;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline:none !important;
}

.enq-btn:hover{
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  background: #0b3333;
  color:#fff;
  border: solid 1px #fff;
  outline:none !important;
}

.enq-right{
    float: right !important;
    margin-top: -266px;
    z-index: 7777;
}

.abt-intro{
  float:left;
  width:100%;
}

.abt-intro h1{
    float: left;
    width: 100%;
    font-weight: 500;
    color: #DEC17B;
    font-size: 25px;
    padding-top: 60px;
}

.abt-intro h2{
    float: left;
    width: 100%;
    color:#0A3333;
    padding-top: 18px;
    line-height: 58px;
    font-size: 45px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.abt-intro p{
  float:left;
  width:100%;
  color: #232323;
  font-size: 15px;
  line-height: 32px;
  padding-bottom: 25px;
}


.video-bg{
  float:left;
  width:100%;
  background: url(../images/video.jpg);
  background-size: cover;
  height:450px;
  margin-top:40px;
  box-shadow: -1px 12px 16px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 50px;
}

.play-nav{
  float:left;
  cursor:pointer;
  width:100%;
  text-align:center !important;
}

.play-nav img{
  width:100px;
  margin-top:25vh;
  cursor:pointer;
}



.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: -35px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.close_form:hover,
.close_form:focus {
    background-color: transparent;
} 




.pulse {
  animation: pulse 3s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 50px;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}



.special-section {
    float: left;
    width: 100%;
}

.special-intro {
    float: left;
    width: 100%;
}

.special-intro  h1 {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #DEC17B;
    font-size: 25px;
    padding-top: 30px;
}

.special-intro h2 {
    float: left;
    width: 100%;
    color: #0A3333;
    padding-top: 18px;
    line-height: 58px;
    font-size: 45px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.special-intro p {
    float: left;
    width: 100%;
    color: #232323;
    font-size: 15px;
    line-height: 32px;
    padding-bottom: 25px;
    padding-right:50px;
}

.facilities-section{
  float:left;
  width:100%;
  padding-top:50px;
  padding-bottom: 70px;
  background: url(../images/29.jpg);
  background-size: cover;
  margin-top:45px;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.facilities{
    float: left;
    width: 100%;
    font-weight: 500;
    color: #DEC17B;
    font-size: 25px;
    letter-spacing:1px;
    font-family: 'Muli', sans-serif !important;
    padding-top: 30px;
    padding-bottom: 40px;
}

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

.ayurmana h1{
    font-family: 'Playfair Display', serif !important;
    font-weight: 200 !important;
    float: left;
    width: 100%;
    font-size: 45px;
    line-height: 57px;
    color: #fff;
}

.ayurmana p{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    padding-top: 24px;
    font-weight: 600;
    padding-right: 25px;
    height: 140px;
}

.ayurmana-pic{
   float: left;
   width: 100%;
   margin-top: 30px;
}

.fa-nav{
  float:left;
  width:100%;
  color:#fff;
  font-size: 14px;
  letter-spacing:1px;
  margin-top: -10px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.fa-nav:hover{
  color: #DEC17B;
  padding-left:5px;
  text-decoration:none !important;
}

.nav-strip{
    width: 100px;
    margin-left: 15px;
    top: -3px;
    position: relative;
}

.push-left{
  float:left;
}

.fac-border{
    height: 1px;
    width: 86%;
    position: relative;
    top: -6px;
    left: 14px;
}


.specialities-panel{
  float:left;
  width:100%;
  padding-top: 65px;
}


.hvr-facilities {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin-left:0px;
  margin-top:0px;
  margin-right: 13px;
}
.hvr-facilities:hover, .hvr-facilities:focus, .hvr-facilities:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.ayurveda-panel{
  float:left;
  width:100%;
  padding-top: 90px;
}

.ayurveda-panel h1{
  /* float:left; */
  width:100%;
  color:#0A3333;
  font-size:45px;
  font-family: 'Playfair Display', serif !important;
  margin-bottom: 35px;
}

.ayurveda-panel p{
  /* float:left; */
  width:100%;
  color:#4D4D4D;
  font-size: 15px;
  line-height: 31px;
}

.ayurveda-panel img{
  float:right;
  width: 360px;
  margin-left: 79px;
  position: relative;
  top: -30px;
  margin-top: 0px;
}

.nav-ayur{
    /*float: left; */
    width: 100%;
    color: #0A3333;
    top: 34px;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
}

.nav-ayur:hover{
  padding-left:8px;
  color: #DEC17B;
  text-decoration:none !important;
}

.ayur-nav{
    width: 100px !important;
    margin-left: 15px !important;
    top: -3px;
    position: relative !important;
    float: none !important;
    top:-5px !important;
}

.panel-ayur{
  float:left;
  width:100%;
  margin-bottom: 60px;
}


.footer-sec{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 32px;
    background: url(../images/footerbg.jpg);
    background-size: cover;
    margin-top:5px;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.contact-tab{
  float:left;
  width:100%;
}

.contact-tab h1{
  float:left;
  width:100%;
  color:#fff;
  font-size: 49px;
  font-family: 'Playfair Display', serif !important;
  letter-spacing: 1px;
}

.contact-tab h2{
  float:left;
  font-family: 'Muli', sans-serif !important;
  letter-spacing:1px;
  font-size: 19px;
  width:100%;
  color:#DEC17B;
  padding-top: 33px;
}

.contact-tab h3{
  float:left;
  font-family: 'Muli', sans-serif !important;
  letter-spacing:1px;
  font-size: 20px;
  width:100%;
  color:#fff;
  font-weight: 600;
  padding-top: 27px;
}


.footer-nav {
    width: 100px !important;
    margin-left: 15px !important;
    top: -3px;
    position: relative !important;
    float: none !important;
    top: -5px !important;
}

.office{
  font-family: 'Muli', sans-serif !important;
  color: #DEC17B !important;
  font-size: 22px !important;
  float: left;
  width: 100%;
  letter-spacing: 1px;
  padding-top: 20px;
}

.contact-adr{
    float: left;
    font-family: 'Muli', sans-serif !important;
    letter-spacing: 1px;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    padding-top: 20px;
    line-height: 28px;
}

.footer-social{
  width: 33px;
  margin-right: 30px;
  margin-top: 1px;
}


.pl-90{
  padding-left: 100px;
}


.hvr-footer {
  text-align:left;
  float: left;
  margin-top: 15px;
}
.hvr-footer:hover{
margin-top:-5px;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


.cnt-sec{
  float:left;
  width:100%;
  padding-top:10px;
  padding-bottom:10px;
}

.call-nav{
  float:left;
  width:100%;
  color:#fff;
  padding-top: 30px;
  font-size:14px;
  letter-spacing:1px;
}

.call-nav:hover{
  margin-left:5px;
  text-decoration:none !important;
}

.call-nav span{
  color:#DEC17B;
}

.f-50{
  width:50%;
  float:left;
}



.copyright{
  float:left;
  width:50%;
  color:#fff;
  padding-top: 30px;
  font-size:14px;
  letter-spacing:1px;
}


.policy-nav {
    float: left;
    width: 50%;
    color: #DEC17B;
    padding-top: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: right;
    padding-right: 25px;
}

.policy-nav:hover{
  color:#fff;
  text-decoration:none !important;
}


.inner{
    float: left;
    width: 100%;
    padding-left: 10%;
    display: flex;
    position: relative;
    padding-top: 10px;
}

.inner h1{
    float: left;
    width: 100%;
    color: #0A3333;
    line-height: 60px;
    font-size: 45px;
    font-family: 'Playfair Display', serif !important;
    letter-spacing: 1px;
}

.inner p{
    float: left;
    width: 100%;
    color: #4D4D4D;
    font-size: 15px;
    padding-top: 38px;
    letter-spacing: 1px;
    padding-left: 3px;
}

.pl-none{
  padding:0px !important;
}

.wm{
    float: left;
    width: 100%;
    color: #0A3333;
    font-size: 15px;
    text-align: center;
    background: #fff;
    font-weight: 500;
    padding: 38px;
    line-height: 23px;
    fill: #e24a30;
}

.wm:hover{
  background:#0b3333;
  color:#fff;
  text-decoration:none;
  fill:#fff;
  fill: #fff;
}

.wm-icon{
  float:left;
  width:100%;
  margin-bottom: 15px;
}

.svg-ar{
  font-size:22px !important;
}


.svg-sec{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.list-trt{
  float:left;
  width:100%;
  height:49px;
}


.pt-18{
  padding-top: 13px;
}


.pt-10{
  padding-top: 0px;
}



#treatments .owl-prev {
  display:none !important;
}

#treatments .owl-next {
    position: absolute;
    cursor: pointer;
    right: -5px;
    top: -5px;
    width: 106px;
    height: 246px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    
/* background: rgba(255, 255, 255, 0.77); */
        /* background: rgb(4,62,122); */
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0.989233193277311) 100%);
    
}


#treatments .owl-next span{
  display:none;
}


.experience-panel {
    float: left;
    width: 100%;
    padding-top: 65px;
}

.facilities{
    float: left;
    width: 100%;
    font-weight: 500;
    color: #DEC17B;
    font-size: 25px;
    letter-spacing:1px;
    font-family: 'Muli', sans-serif !important;
    padding-top: 30px;
    padding-bottom: 40px;
}

.active-camp{
    color: #4D4D4D;
    float: right;
    font-size: 14px;
    background: #fff;
    padding: 13px;
    padding-right: 0px;
    margin-top: -31px;
    position: relative;
    z-index: 11;
}



.testimonials-panel {
    float: left;
    width: 100%;
    padding-top: 40px;
}


.testimonial-border {
    height: 1px;
    width: 84%;
    position: relative;
    top: -6px;
    left: 14px;
}


.review-sec{
  float:left;
  width:100%;
  padding-left: 187px;
  margin-top: 45px;
}

.review-sec h1 {
    float: left;
    width: 100%;
    color: #0A3333;
    font-size: 25px;
    font-family: 'Playfair Display', serif !important;
    line-height: 45px;
}
  
.review-sec h2{
    float: left;
    width: 100%;
    color: rgba(10, 51, 51, 0.89);
    font-size: 19px;
    font-family: 'Muli', sans-serif !important;
    margin-top: 25px;
}

.review-sec h3{
    float: left;
    width: 100%;
    color: rgb(10, 51, 51);
    font-size: 14px;
    padding-top: 12px;
    font-family: 'Muli', sans-serif !important;
}

 #review{
  float:left;
  width:100%;
}

.rev-br{
  width: 135px !important;
  margin-left: 95px !important;
  top: -3px;
  position: relative !important;
  float: none !important;
  top: -7px !important;
  }

  .rev-img{
    float:left;
    width: 240px !important;
  }


 .q-img{
  float:left;
  width:100%;
 } 

 .q-img img{
  width:40px !important;
 }




 #review .owl-next {
    position: absolute;
    cursor: pointer;
    right: -48px;
    top: -5px;
    width: 106px;
    height: 246px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0) !important;
}

 #review .owl-next span{
  font-size:80px;
 }

  #review .owl-next:hover{
        color: #DEC17B;
  }



  #review .owl-prev {
    position: absolute;
    cursor: pointer;
    left: -48px;
    top: -5px;
    width: 106px;
    height: 246px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0) !important;
}

 #review .owl-prev span{
  font-size:80px;
 }

  #review .owl-prev:hover{
        color: #DEC17B;
  }






.carousel {
    margin: 0 auto;
    width:800px;
    height: 300px;
    display: relative;
  }
.carousel img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
  }



 .camp-margin{
  margin-top:100px;
  margin-bottom:100px;
 } 


 .review-txt{
  float:left;
  margin-top:25px;
  width:100%;
  text-align:center;
 }


 .review-nav{
    float: left;
    width: 100%;
    text-align: center;
    color: #0A3333;
    font-family: 'Muli', sans-serif !important;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 55px;
    font-weight: 700;
    margin-bottom: 30px;
}

 .review-nav:hover{
  color: #af8826;
  padding-left:15px;
  text-decoration:none !important;
 }

  .review-nav span{
    float:left;
    width:100%;
    text-align:center;
    margin-top: 15px;
  }

.review-nav img{
      width: 37px;
}


.camp-trip{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 50px;
    font-family: 'Playfair Display', serif !important;
    position: relative;
    z-index: 111;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 110px;
}

.camp-trip:hover{
  color: #DEC17B;
  text-decoration:none !important;
}

.menubg{
  float:left;
  width:100%;
  background:#fff;
  padding:30px;
  height: 100vh;
}

.menu-padding{
  padding:0px !important;
}

.nav-menu{
  float:left;
  width:100%;
  font-size: 23px;
  color: #0A3333;
  font-family: 'Playfair Display', serif !important;
  padding-bottom: 30px;
}

.nav-menu:hover{
  color: #d5b46e !important;
  padding-left:8px;
  text-decoration:none !important;
}

.menu_address{
  float:left;
  width:100%;
  font-size: 21px;
  color: #0A3333;
  font-family: 'Playfair Display', serif !important;
  padding-bottom: 18px;
  line-height: 41px;
  margin-top: 0px;
}

.menu_contact{
  float:left;
  width:100%;
  font-size: 22px;
  color: #0A3333;
  font-family: 'Playfair Display', serif !important;
  padding-bottom: 21px;
}


.innermb{float:left; width:100%;}
.innermb h1{
    float: left;
    width: 100%;
    color: #0A3333;
    line-height: 60px;
    font-size: 45px;
    font-family: 'Playfair Display', serif !important;
    letter-spacing: 1px;
}

.innermb p{
    float: left;
    width: 100%;
    color: #4D4D4D;
    font-size: 15px;
    padding-top: 38px;
    letter-spacing: 1px;
    padding-left: 3px;
}

#treatment-mb .owl-prev img{
  width: 16px;
    height: 16px;
    display: block;
    margin: 0px auto;
}

#treatment-mb .owl-next img{
  width: 16px;
    height: 16px;
    display: block;
    margin: 0px auto;
}

.rv-imgmb{
  float:left;
  width:100%;
  text-align:center;
}

.rv-imgmb img{
  width:auto !important;
  display: inline !important;
}

.mobile-enq{
  float:left;
  width:100%;
  background:#0b3333;
}


.aboutus_banners {
    float: left;
    width: 100%;
    background: url(../images/about-bg.jpg) center center;
    background-size: cover;
    height: 809px;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}


.aboutus_banners h1{
  float:left;
  width:100%;
  color:#fff;
  font-size: 70px;
  line-height: 85px;
  font-weight:normal;
  font-family: 'Playfair Display', serif !important;
}

.aboutus_banners h1 span{
  color:#DEC17B;
}

.aboutus_banners p{
  float:left;
  width: 355px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.91);
  line-height: 26px;
  margin-top: 26px;
}



.abtscroll-dwn{
    float: left;
    width: 93%;
    text-align: center;
    margin-top:15px;
    color: rgba(255, 255, 255, 0.98);
    font-size: 13px;
    letter-spacing: 1px;
}

.abtscroll-dwn img{
  width: 8px;
  margin-bottom: 9px;
}

.abtscroll-nav{
  color: rgba(255, 255, 255, 0.98);
}

.abtscroll-nav:hover{
  color:#DEC17B;
  text-decoration:none !important;
}

.pr-none{
  padding-right:0px !important;
}


.mb-35{
  margin-bottom:35px;
}


.wh_banner {
    float: left;
    width: 100%;
    background: url(../images/16.jpg) center center;
    background-size: cover;
    /* height: 809px; */
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}


.wh_banner h1{
  float:left;
  width:50%;
  color: #0A3333;
  font-size: 70px;
  line-height: 85px;
  font-weight:normal;
  font-family: 'Playfair Display', serif !important;
}

.wh_banner h1 span{
  color:#DEC17B;
}

.wh_banner p{
  float:left;
  width: 100%;
  color: #232323;
  font-size: 15px;
  line-height: 32px;
  margin-top: 41px;
}

.wh-icon{
  float:left;
  width:50%;
}

.wh-icon img{
    width: 240px;
    margin-top: 6px;
}

.backpage-nav{
  float:left;
  width:100%;
  font-size:25px;
  color:#0A3333;
  padding-top: 55px;
}

.backpage-nav:hover{
  text-decoration:none;
  color: #DEC17B;
  padding-left:10px;
}

.backpage-nav span{
      width: 58px;
    height: 2px;
    background: #0A3333;
    float: left;
    position: relative;
    top: 13px;
    margin-left:15px;
}

.left-page{
  float:left;
  font-weight:normal;
}

.mt80{
  margin-top:80px;
}

.h-632{
  height:690px;
}


.pt-285{
  padding-top:285px;
}

.benefits-bg{
  float:left;
  width:100%;
  background:#0A3333;
  padding-top: 55px;
  padding-bottom: 55px;
}

.benefits-bg h1{
  float:left;
  width:100%;
  font-weight: 500;
    color: #DEC17B;
    font-size: 25px;
}

.benefits-bg h1 span {
  float: right;
    width: 88%;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
    position: relative;
    top: 12px;
}

.benefits-bg p{
  float:left;
  width:100%;
  color:#fff;
  padding-top:25px;
  font-size: 15px;
  line-height: 32px;
}


.therapy-section{
  float:left;
  width:100%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.therapy-section h1 {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #DEC17B;
    font-size: 25px;
}

.therapy-section h1 span {
    float: right;
    width: 80%;
    height: 1px;
    background: #e6e6e8;
    position: relative;
    top: 13px;
}

.therapy-section p{
    float: left;
    width: 100%;
    color: #232323;
    font-size: 15px;
    line-height: 32px;
    margin-top: 30px;
}

.tr-duration{
  float:left;
  width:100%;
  padding-bottom:55px;
}

.tr-duration h1{
  float:left;
  width:100%;
  color: #0A3333;
  font-family: 'Playfair Display', serif !important;
  font-size:45px;
}

.tr-duration h1 span{
      color: #DEC17B
}

.anti-icon{
  margin-top: -55px;
}

.rejbg{
  background: url(../images/18.jpg) center center;
    background-size: cover;
}

.st-icon{
      width: 180px;
      margin-top:-20px;
}

.stbg{
  background: url(../images/19.jpg) center center;
    background-size: cover;
}

.relxbg{
  background: url(../images/20.jpg) center center;
    background-size: cover;
}

.skinbg{
  background: url(../images/21.jpg) center center;
    background-size: cover;
}


.skin-icon {
    width: 180px;
    margin-top: 8px;
}

.vayas-lvbg{
  background: url(../images/vayas-bg.jpg) center center;
    background-size: cover;
}

.vayas-tag{
  float: left;
    width: 100%;
    margin-top: 20px;
    line-height: 50px;
    font-size:40px;
}

.mt-50{margin-top:50px;}


.vayas-living{
    background: url(../images/vayas-living.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}



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

.swadam-intro{
  background: url(../images/swadam-bg.jpg) center center;
    background-size: cover;
}


.map_banner {
    float: left;
    width: 100%;
    background: url(../images/map.jpg) center center;
    background-size: cover;
}


.contact-bg{
  width: 37%;
  float:left;
  background: rgba(10, 51, 51, 0.93);
  padding: 55px;
  margin-left:-11px;
  margin-top: 90px;
  height: 415px;
  padding-top: 110px;
}

.contact-bg h1{
  width:100%;
  float:left;
  font-weight: 500;
  color: #DEC17B;
  font-size: 33px;
  letter-spacing: 1px;
}


.contact-bg p{
  width:100%;
  float:left;
  color: #fff;
  font-family: 'Playfair Display', serif !important;
  font-size: 46px;
  padding-top: 19px;
  line-height: 68px;
}

.pr-30{
  padding-right:115px;
      color: rgba(255, 255, 255, 0.77) !important;
}


.cnt-bg{
  float:left;
  width:100%;
  background: #0A3333;
  padding:50px;
  margin-top: -470px;
  /* height: 850px; */
  -webkit-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.56);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.56);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}



.cnt-form {
    border-bottom: 1px solid rgba(176, 170, 170, 0.25);
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight:300;
    /* text-transform: uppercase; */
    height: 64px;
    margin-bottom: 30px !important;
    padding: 0 15px;
    outline: none;
    background: #0b3333;
    width: 100%;
    padding-left:0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(216, 194, 136, 0.39);
    margin-bottom: 24px !important;
    padding-left: 15px;
    text-align: center;
    margin-bottom: 30px !important;
}


.msg-btn{
    background: #dec17d;
    color: #0b3333;
    padding: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    margin-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 600;
    cursor:pointer;
    border: solid 1px #0b3333;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline:none !important;
}

.msg-btn:hover{
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  background: #0b3333;
  color:#fff;
  border: solid 1px #fff;
  outline:none !important;
}



.bg-ayur {
    float: left;
    width: 100%;
    background: url(../images/ayurmana_intro.jpg) center center;
    background-size: cover;
    height: 809px;
    background-position-x: 40px;
}

.bg-ayur h1{
    float: left;
    width: 100%;
    color: #fff;
    font-size:45px;
    line-height: 55px;
    font-weight: normal;
    font-family: 'Playfair Display', serif !important;
    padding-right: 200px;
    padding-top: 300px;
}

.bg-ayur h1 span{
    color: #DEC17B;
}


.mt-25{
  margin-top:-25px;
}


.bg-ayurman{
     float: left;
    width: 100%;
    background: #0b3333;
    padding-bottom: 80px;
    background-image: url(../images/bg-vayas.png);
    background-position: right;
    background-repeat: no-repeat;
}

.white-text{
  color:#fff !important;
}

.text-gry{
      color: #DEC17B !important;
      padding-top:90px !important;
}


.gallery-bg {
    float: left;
    width: 100%;
    background: url(../images/gallery-bg.jpg) center center;
    background-size: cover;
    /* height: 809px; */
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.gtop{
    float: left;
    color: #DEC17B;
    width: 100%;
    font-weight: 500;
    font-size: 30px;
    font-family: 'Muli', sans-serif !important;
    margin-bottom: 20px;
}

.gallery-section{
  float:left;
  width:100%;
  margin-top:-150px;
  margin-bottom:50px;
}


.ih-item.square.effect6 {
  overflow: hidden;
  margin-bottom: 10px;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square {
    position: relative;
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.g-icons{
  float: left !important;
    width: 100% !important;
    text-align: center;
}

.g-icons img{
     width: 25px;
    padding-top: 7vh;
}

.gallery-50{
  float:left;
  width:50%;
}

.h-255{
   height:233px !important; 
}

.h-146{
  height:156px !important;
  width:100% !important;
}

.whitebg{
      background: white;
    padding-top: 0px;
    padding-bottom: 0px;
}

.mobile-actvites{
  float:left;
  width:100%;
}


.tnm{
      text-align: center;
    color: #fff;
    padding-top: 45px;
    font-size: 14px;
    float:left;
    width:100%;
}

.tnm-online{
  color: #fff;
}

.tnm-online:hover{
  text-decoration:none;
      color: #DEC17B;
}


.hvr-socials{
    float: left;
    cursor:pointer;
    width: 100%;
    text-align: center;
    padding-bottom:35px;
    color:  #0A3333;
    font-size: 32px;
    font-weight: normal !important;
}
.hvr-socials:hover{
  color:#b2a36b;
}



.loc-address{
    float: left;
    font-family: 'Muli', sans-serif !important;
    letter-spacing: 1px;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    padding-bottom: 10px;
    line-height: 28px;
}

.pb-10{
  padding-bottom:10px !important;
}


.intro-row{
  float:left;
  width:100%;
}


.align-center{
  text-align:center !important;
}

.padding-align{
  text-align:center !important;
  padding-left: 100px;
  padding-right: 100px;
}


.classic-room{
  float:left;
  width:100%;
  background: url(../images/classic-room.jpg);
  background-size: cover;
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
  height: 380px;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.classic-bg{
  float:left;
  width:100%;
  background: rgba(255, 255, 255, 0.93);
  padding:25px;
  height: 380px;
  padding-top: 80px !important;
}

.classic-bg h1{
    color: #0A3333;
    float:left;
    width:100%;
    font-size: 25px;
    font-family: 'Playfair Display', serif !important;
    padding-bottom: 25px;
}

.classic-bg p{
    float: left;
    width: 100%;
    color: #232323;
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 25px;
  }

.push-right{
  float:right;
}  

.classic-nav{
    float: left;
    /* width: 100%; */
    font-size: 13px;
    color: rgba(255, 255, 255, 0.98);
    background: #0b3333;
    padding: 13px;
    border-radius: 3px;
    padding-left: 17px;
    padding-right: 17px;
    letter-spacing: 0px;
}

.classic-nav:hover{
      color: rgb(83, 84, 84);
    background: #dec17b;
    text-decoration:none !important;
}

.elegant-bg{
   background: url(../images/elegant-rooms.jpg);
}

.dwl-bg{
  background: url(../images/download-bg.jpg);
}

.dwn-img{
  float:left;
  width:100%;
  border: solid 8px #fff;
  /* padding:35px; */
  -webkit-box-shadow: 0px 3px 22px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 22px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 22px -8px rgba(0, 0, 0, 0.35);
}

.nav-dwn{
  float:left;
  width:100%;
  background: #0b3333;
  text-align:center;
  font-size:15px;
  color:#fff;
      font-weight: 700;
  padding:20px;
}

.nav-dwn:hover{
  text-decoration:none;
      color: rgb(83, 84, 84);
    background: #dec17b;
    text-decoration: none !important;
}

.download-imgs{
  float:left;
  width:100%;
}


.broucher-titel{
    float: left;
    text-align: center;
    background: #f1f1f1;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0px 3px 22px -8px rgba(0, 0, 0, 0.35);
}

.pl-7{
  padding-left:7px;
}

.amneties-img{
  width: 850px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.detail-list{
  float: left;
  width: 100%;
  text-align: left;
  font-size: 15px;
  line-height: 26px;
  color: rgba(39, 38, 38, 0.85);
  font-weight: 500;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  padding-bottom: 19px;
}

.detail-list:hover{
  margin-left:8px;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.amneties-icon{
  font-size: 13px !important;
  padding-right: 7px;
  color: #33900c;
}

.dec-nav{
  text-decoration:none !important;
}

.bliss-bg{
  background: url(../images/bliss.jpg);
}

.brookhill-bg{
  background: url(../images/brookhill.jpg);
}


.faci-bg{
  background: url(../images/fac-bg.jpg);
}


.prev-nav{
      float: left;
    width: 100%;
    text-align: center;
    color: rgba(39, 38, 38, 0.85);
    font-weight: 700;
    padding-top: 25px;
    font-family: 'Playfair Display', serif !important;
}

.prev-nav:hover{
  text-decoration:none !important;
  color: rgb(160, 129, 48);
  padding-left:10px;

}

.nav-icons{
font-size: 18px !important;
    padding-left: 5px;
    position: relative;
    top: 1px;
  }


.pl-132{
  padding-left:132px;
}


.bg-yoga{
      background: url(../images/yogabg.jpg) center center;
}

.ayurveda-bg{
      background: url(../images/ayurveda.jpg) center center;
}

.book-now{
    float: left;
    font-family: 'Muli', sans-serif !important;
    font-size:17px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
    text-decoration:none;
    display: none;
}

.book-now:hover{
  color: #DEC17B;
  text-decoration:none;
}

.book-nav{
      width: 100px !important;
    margin-left: 15px !important;
    top: -3px;
    position: relative !important;
    float: none !important;
    top: -5px !important;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    text-transform: none;
    height: 50px;
    padding-left:0px !important;
    margin-bottom: 35px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    transition: all 500ms ease;
    border-left: none;
    border-right: none;
    border-top: none;
}

.form_titels {
    float: left;
    width: 100%;
    color: rgba(0, 0, 0, 0.91);
    font-size: 16px;
    letter-spacing:0px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-weight:800;
}


.mct_form::placeholder {
  color: rgba(39, 38, 38, 0.41);
  text-transform:none !important;
  opacity: 1; /* Firefox */
}

.mct_form:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(39, 38, 38, 0.41);text-transform:none !important;
}

.mct_form::-ms-input-placeholder { /* Microsoft Edge */
 color: rgba(39, 38, 38, 0.41);text-transform:none !important;
}




.mct_form option {
    font-weight:600;
    font-size:13px !important;
    line-height:45px !important;
}



.book-btn{
    background: #0b3333;
    color: #ffffff;
    padding: 20px;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    margin-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 600;
    cursor:pointer;
    border: solid 1px #0b3333;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline:none !important;
}

.book-btn:hover{
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  background: #ffffff;
  color: #0b3333;
  border: solid 1px #0b3333;
  outline:none !important;
}

.video_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top:0px;
}

.book-section{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 32px;
    background: url(../images/booknow.jpg);
    background-size: cover;
    margin-top:65px;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.book-section h1{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-family: 'Playfair Display', serif !important;
    color: #ffffff;
    line-height: 59px;
}





.book-btns{
    color: #ffffff;
    padding: 15px;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    margin-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
    cursor:pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline:none !important;
    background: #d4b974;
    border: solid 1px #d4b974;
}

.book-btns:hover{
   background: #0b3333;
   border: solid 1px #0b3333;
   transition: all ease-in-out 0.5s;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   color: #fff;
   outline:none !important;
   text-decoration: none;
}

.video_btns {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 45px;
}



.nav-book{
    background: #0b3333;
    color: #ffffff;
    padding: 18px;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    margin-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
    cursor: pointer;
    border: solid 1px #0b3333;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none !important;
    margin-top: 25px;
    float: left;
}

.nav-book:hover{
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  background: #ffffff;
  color: #0b3333;
  text-decoration:none !important;
  border: solid 1px #0b3333;
  outline:none !important;
}


.lv-prev{
    margin-top: 25px;
    float: left;
    width: 100%;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    background: #103736;
    color: #fff;
}

.lv-prev:hover{
    background: #DEC17B !important;
}

.lv-prev span{
  float: left;
  width:100%;
  text-align:center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.fixedbutton {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 80px !important;
  z-index: 1000;
}