@font-face {
  font-family: 'Bell MT';
  src: url('../fonts/BellMTBold.woff2') format('woff2'),
    url('../fonts/BellMTBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bell MT';
  src: url('BellMT.woff2') format('woff2'),
    url('BellMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font: 100% 'Montserrat', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  font-weight: 500;
  overflow-x: hidden;
}

p {
  font-size: 0.9rem;
  color: #414141;
}

img {
  max-width: 100%;
  border: 0;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000;
}

a:hover {
  color: #6f936a;
}

a,
span {
  display: inline-block;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px !important;
}

.pt15 {
  padding-top: 15px;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.no-padding {
  padding: 0px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.bell-font {
  font-family: 'Bell MT';
}

/*------------------common-css-------------------*/
.fa-phone {
  transform: scaleX(-1);
}

.common-btn {
  font-size: 12px;
  background: #6f936a;
  color: #fff !important;
  min-width: 140px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
}

.common-btn:hover {
  background: #6f936a;
  color: #fff;
  box-shadow: none;
}

.title {
  position: relative;
  font-size: 50px;
  margin-bottom: 10px;
  color: #1a1a1a;
  font-family: 'Bell MT';
  font-weight: bold;
}

.small-title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #1a1a1a;
}

.form-control {
  border-radius: 0px;
  padding: 1 rem 1rem;
  color: #1a1a1a !important;
}

select.form-control {
  padding: 0;
  padding-left: .75rem;
  height: calc(1.5em + .75rem + 4px) !important;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

/*------------------end common-css-------------------*/

.main-header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  color: #332c2a;
  padding: 5px 0;
  transition: all 0.3s ease;
  background: #fff;
}

.main-header .h-top-number {
  position: absolute;
  right: 0;
  top: 0;
}

.main-header .h-top-number a {
  color: #ffffff;
  font-weight: 100;
  margin-left: 30px;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #332c2a;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 20px;
  padding: 1rem 0rem;
  position: relative;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
.navbar-expand-lg .navbar-nav .nav-link.active:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 32px;
  height: 2px;
  background: #332c2a;
  margin: auto;
}

.main-header.fixed-nav .navbar-expand-lg .navbar-nav {
  border-bottom: 0;
}


.main-header .search-top {
  margin-top: 30px;
  margin-left: 16px;
  cursor: pointer;
}

header.main-header.fixed-nav {
  /* background: #636363; */
  /* padding: 5px 0; */
  position: absolute;
  width: 100%;
  top: 0;
}

.navbar-toggler {
  color: #fff;
}

header.main-header.fixed-nav .logo {
  width: 50%;
  margin: auto;
}

.navbar-brand {
  margin-right: 0;
}

.social-links-top img {
  width: auto !important;
  height: auto !important;
}

/*-------------banner---------------*/
.banner {
  background: #000;
}

.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.banner .banner_containt {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -60%);
  z-index: 9;
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.banner .banner_containt h1 {
  color: #ffffff;
  margin-top: 0;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px #000;
}


.banner .banner_containt p {
  color: #ffffff;
  font-size: 15px;
  margin: 5px 35px 50px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px #000;
}


.banner .common-btn {
  background: #6f936a;
  color: #fff;
  margin-left: -50px;
}

.banner .common-btn:hover {
  background: #fff;
  color: #000;
}

.banner .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px;
}

.banner .owl-nav span {
  position: relative;
}

.banner .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px;
}

.banner .owl-nav i {
  font-size: 0;
  color: #ffffff;
}

.about-wrapper {
  padding: 100px 0;
  position: relative;
  background: url(../images/curl-vector.png) no-repeat #fff;
  background-position-y: 0px;
}

.about-text h2 {
  font-weight: 700;
  line-height: 70px;
  font-size: 50px;
  color: #292929;
  margin-bottom: 10px;
}

.about-text p {
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
  color: #5d5d5d;
}

.about-text .common-box {
  margin-top: 40px;
}

.social-links-top {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 9;
}
.social-links-top1 {
  position: absolute;
  right: 15px;
  top: 350px;
  z-index: 9;
}

.social-links-top a {
  color: white;
  display: block;
  margin: 5px 0;
  font-size: 24px;
}

.social-links-top span {
  transform: rotate(-90deg);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  width: 172px;
  right: -72px;
  bottom: 224px;
  padding-left: 50px;
  text-align: right;
}

.experience-sec {
  background: #f5f6f7;
  padding-top: 65px;
  padding-bottom: 75px;
  position: relative;
}

.title-col {
  text-align: center;
  margin-bottom: 70px;
}

.title-col p {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #5c5c5c;
}

.experience-grid {
  margin-top: 20px;
}

.exp-col {
  position: relative;
  margin-bottom: 35px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.exp-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px 20px 20px;
}

.exp-content h3 {
  color: #fff;
}

.exp-content p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.grbl-bg {
  padding: 0;
  position: relative;
}

.grbl-bg p {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.aboutus-sec {
  background: #f5f6f7;
  position: relative;
}

.aboutus-sec .title {
  color: #1a1a1a;
  font-size: 50px;
  width: 285px;
}

.about-txt {
  padding: 60px 9%;
  height: 100%;
  max-width: 590px;
  width: 100%;
}

.about-txt p {
  font-weight: 500;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.choose-sec {
  padding: 80px 0 80px;
  position: relative;
}

.choose-sec .title {
  margin-bottom: 20px;
}

.choose-sec .title-col {
  margin-bottom: 50px;
}

.choose-ico-col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.choose-icons {
  margin-bottom: 0px;
  min-height: 90px;
}

.choose-ico-col {
  margin: 20px 0;
}

.choose-ico-col p {
  font-size: 13px;
  color: #5d5d5d;
  max-width: 80%;
  margin: auto;
  line-height: 18px;
  font-weight: 400;
}


.testimonial-sec {
  padding: 80px 0;
  position: relative;
}

.testi-title {
  margin-bottom: 50px;
}

.testi-title .title {
  margin-bottom: 50px;
}

.testi-title p {
  text-transform: uppercase;
}

.testimonial-sec .exp-slider-col {
  max-width: 1000px;
  margin: 100px auto 0;
  width: 98%;
  position: relative;
  text-align: center;
}

.testimonial-sec .exp-slider-col:before {
  left: 30px;
  top: 70px;
  content: "";
  position: absolute;
  font-size: 90px;
  color: #c8c8c8;
  background: url(../images/quote-ico.jpg) no-repeat;
  width: 40px;
  height: 33px;
}

.testimonial-sec .exp-slider-col:after {
  right: 30px;
  top: 70px;
  content: "";
  position: absolute;
  font-size: 90px;
  color: #c8c8c8;
  background: url(../images/quote-ico.jpg) no-repeat;
  width: 40px;
  height: 33px;
}

.testimonial-sec .test-pic img {
  width: 100px;
  display: inline-block;
}

.test-pic {
  margin: 0px auto 20px;
  text-align: center;
  width: 100px;
  display: block;
  border-radius: 50%;
  height: 100px;
  overflow: hidden;
}

.test-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  width: 80%;
  vertical-align: top;
  text-align: center;
}

.test-user {
  color: #ba987d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  margin-top: 10px;
  display: block;
}

.testimonial-sec .exp-slider-col .owl-dots {
  bottom: 0;
}

.testimonial-sec #exp-slider {
  padding-bottom: 70px;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot.active span,
.testimonial-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: #4a4a4a;
}



.homelocation-sec {
  background: url(../images/map-bg.jpg) #f4f4f2;
  padding: 70px 0 50px;
}

.location-text .title-col {
  text-align: left;
  margin-bottom: 40px;
}

.location-text .title-col p {
  text-align: left;
  max-width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #414141;
  margin-top: 10px;
}

.location-text .title {
  margin-bottom: 0px;
  color: #414141;
}

.homelocation-col {
  margin-bottom: 20px;
}

.homelocation-col .loc-ico {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.loc-text {
  font-size: 15px;
  color: #737373;
  text-transform: uppercase;
}

.loc-text small {
  display: block;
  font-size: 13px;
  color: #737373;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.location-text .common-box {
  margin-top: 30px;
}

footer {
  background: url(../images/footer-mountain.jpg) no-repeat #f5f6f7;
  background-size: cover;
  background-position: center top;
}

.min-4 .row {
  min-height: 300px;
}

.weather-col {
  margin-top: 0px;
}

.weather-col .small-title {
  font-size: 24px;
  color: #414141;
  margin-bottom: 7px;
}

.weather-col p {
  color: #414141;
  font-size: 13px;
  font-weight: 600;
}

.weather {
  font-size: 26px;
  font-weight: 600;
  color: #414141;
}

.weather img {
  margin-right: 10px;
}

.footer-social a {
  font-size: 28px;
  color: #414141;
  margin: 0px 5px;
}

.footer-social a:hover {
  color: #6f936a;
}

.footer-links {
  background: #a18b75;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #bfc0c0;
  margin-top: 50px;
}

.footer-links a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 15px;
  font-size: 12px;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.copyright {
  background: #fff;
  padding: 20px 0;
  font-size: 10px;
}

.copyright a {
  font-size: 10px;
  padding-left: 30px;
}

.topup {
  position: fixed;
  padding: 0px 10px;
  font-size: 34px;
  right: 30px;
  bottom: 20px;
  display: none;
}

.topup a {
  background: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-shadow: 0px 0px 15px #ccc;
}

.topup a i {
  font-size: 26px;
  display: block;
  text-align: center;
  line-height: 55px;
}

.s-conect {
  position: relative;
}

.s-conect:after {
  background: #fff;
  height: 1px;
  width: 44px;
  content: "";
  position: absolute;
  left: 19px;
  top: 6px;
}

.foot-social-col {
  display: inline-block;
  /* float: right; */
}

.banner .owl-dots {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 20px;
}



/*--------------about us------------*/

.inner-banner {
  position: relative;
}

.inner-banner img {
  width: 100%;
  object-fit: cover;
  max-height: 400px;
  object-position: center;
}


.inner-banner .banner_containt {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -60%);
  z-index: 9;
  width: 100%;
  max-width: 800px;
  text-align: center;
}


.inner-banner .banner_containt h1 {
  color: #ffffff;
  margin-top: 0;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px #000;
  line-height: 60px;
}


.inner-banner .banner_containt p {
  color: #ffffff;
  font-size: 20px;
  margin: 5px 0 50px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px #000;
}


.inner-banner .common-btn {
  background: #6f936a;
  color: #fff;
}

.inner-banner .common-btn:hover {
  background: #fff;
  color: #000;
}

.inner-about {
  background: url(../images/curl-vector.png) no-repeat #f5f6f7;
  margin: 0;
  padding: 60px 0;
  background-position: left top 0px;
}

.about-video {
  position: relative;
  background: #f5f6f8;
}

.aboutvideo-btn {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  margin-top: -150px;
}

.phi-resp-col {
  background: #fff;
  margin-top: -85px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px;
}

.phi-resp-col .small-title {
  font-size: 34px;
  color: #414141;
  margin-bottom: 20px;
  position: relative;
  padding-top: 25px;
}

.phi-resp-col .small-title:before {
  content: "";
  background: #448ecc;
  width: 76px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.phi-resp-col p {
  font-weight: 500;
  font-size: 15px;
  color: #414141;
  padding-right: 20px;
  line-height: 22px;
}

.aboutnutshell-sec {
  background: #f5f6f8;
  padding-top: 70px;
}

.staff-sec {
  padding: 80px 0;
  background: #f5f6f7;
}

.staff-sec .title {
  line-height: 70px;
  margin-bottom: 50px;
}

.staff-col {
  margin-top: 20px;
}

.staff-pic {
  margin-bottom: 15px;
}

.staff-pic img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 7px solid #f8f8f8;
  border-radius: 30px;
}

.staff-col h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #282b31;
  margin-bottom: 3px;
}

.staff-col p strong {
  font-size: 13px;
  color: #414141;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.staff-col p {
  margin-bottom: 0;
  font-size: 11px;
  max-width: 60%;
  margin: auto;
  font-weight: 400;
}

.about-destination {
  background: #f5f6f7;
  padding-top: 80px;
}

.about-destination .title-col p {
  color: #5c5c5c;
  font-weight: 500;
  margin: 15px auto 20px;
}

.dest-slider .owl-nav {
  margin: 0;
}

.dest-slider .owl-nav .owl-prev {
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -75px;
}

.dest-slider .owl-nav [class*=owl-] {
  color: #565656;
  font-size: 3rem;
}

.dest-slider .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: -75px;
}

.feature-item {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.itemlist-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px 20px 20px;
  text-align: left;
}

.itemlist-text h3 {
  color: #fff;
  font-size: 22px;
}

.itemlist-text p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.about-logo-sec {
  margin: 60px 0 0;
}

.logo-panch {
  position: relative;
  min-height: 1000px;
}

.about-logo-big {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-panch-1 {
  position: absolute;
  top: -3%;
  left: 40%;
  text-align: center;
  width: 245px;
}

.logo-panch-1 h5 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1d;
  margin-top: 25px;
}

.logo-panch-1 p {
  font-size: 15px;
  font-weight: 500;
  color: #5d5d5d;
  line-height: 24px;
}

.logo-panch-2 {
  position: absolute;
  top: 16%;
  left: 0;
  text-align: center;
  width: 245px;
}

.logo-panch-2 h5 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1d;
  margin-top: 25px;
}

.logo-panch-2 p {
  font-size: 15px;
  font-weight: 500;
  color: #5d5d5d;
  line-height: 24px;
}

.logo-panch-3 {
  position: absolute;
  top: 16%;
  right: 0;
  text-align: center;
  width: 245px;
}

.logo-panch-3 h5 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1d;
  margin-top: 25px;
}

.logo-panch-3 p {
  font-size: 15px;
  font-weight: 500;
  color: #5d5d5d;
  line-height: 24px;
}

.logo-panch-4 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  text-align: center;
  width: 245px;
}

.logo-panch-4 h5 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1d;
  margin-top: 25px;
}

.logo-panch-4 p {
  font-size: 15px;
  font-weight: 500;
  color: #5d5d5d;
  line-height: 24px;
}

.logo-panch-5 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  text-align: center;
  width: 245px;
}

.logo-panch-5 h5 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1d;
  margin-top: 25px;
}

.logo-panch-5 p {
  font-size: 15px;
  font-weight: 500;
  color: #5d5d5d;
  line-height: 24px;
}

.tatva-line-1 {
  position: absolute;
  top: 19%;
  left: 50%;
  text-align: center;
}

.tatva-line-2 {
  position: absolute;
  top: 38%;
  left: 21%;
  text-align: center;
}

.tatva-line-3 {
  position: absolute;
  bottom: 27%;
  left: 29%;
  text-align: center;
  transform: rotate(-60deg);
  width: 180px;
  overflow: hidden;
}

.tatva-line-3 img {
  width: auto;
  max-width: inherit;
}

.tatva-line-4 {
  position: absolute;
  bottom: 34%;
  right: 22%;
  text-align: center;
  transform: rotate(15deg);
}


.tatva-line-5 {
  position: absolute;
  top: 34%;
  right: 21%;
  text-align: center;
  transform: rotate(-60deg);
}







/*---------------group booking---------------*/

.moremer-sec {
  margin: 0;
  padding: 60px 0 30px;
}

.comfortable-sec {
  background: #f5f6f7;
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.comfortable-sec .title {
  margin-bottom: 20px;
}

.comfortable-sec .title-col {
  margin-bottom: 30px;
}

.comfortable-sec .common-box {
  margin-top: 30px;
}


/*------------------FAQ------------------*/

.faq-queryform {
  padding-left: 10px;
}

.faq-queryform h3 {
  font-size: 30px;
}

.form-text p {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: 500;
  padding: 10px 15px;
  margin-top: 5px;
}

.leave-form .form-control {
  font-size: 13px;
  font-weight: 500;
  border-color: #e7e8ea;
}

.leave-form .common-btn {
  font-size: 13px;
  min-width: 193px;
  height: 46px;
  font-weight: 600;
}

.accordion .card-header:after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f056";
  float: right;
  font-size: 22px;
  color: #f49055;
  position: absolute;
  right: 30px;
}

.accordion .card-header.collapsed:after {
  content: "\f055";
}

.faq-questions .small-title {
  font-size: 30px;
  margin-bottom: 30px;
}

.faq-questions .accordion .card {
  border: none
}

.faq-questions .accordion .card-body {
  border: none
}

.faq-questions .accordion .card-header {
  background: #fff !important;
  border: none !important;
}

.faq-questions .card-header {
  background: #fff;
  border: none;
  margin-bottom: 30px !important;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.faq-questions .card-header.collapsed a.card-title {
  color: #414141;
}

.faq-questions .card-header a.card-title {
  color: #ef8e20;
}



.faq-questions .card {
  border: none;
  background: none;
}

.faq-questions .card-body {
  background: #fff;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.faq-questions .card-body p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.faq-questions .card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  width: 100%;
}

/*----------experience---------*/

.exp-wrapper {
  background: #f5f6f7;
  padding: 80px 0;
}

.exp-wrapper .about-text p {
  font-size: 15px;
  font-weight: 500;
  margin: 10px auto 60px;
}

.exp-slider-col .owl-carousel .owl-nav.disabled {
  display: none;
}

.exp-slider-col .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.exp-slider-col {
  padding: 0px 5px;
  margin-bottom: 40px;
}

.exp-text {
  text-align: left;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
}

.exp-text h3 {
  margin-bottom: 10px;
  color: #414141;
  font-size: 20px;
  font-weight: 700;
}

.exp-text p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #414141;
}



/*-----------------reach us--------------*/

.reach-wrapper {
  padding: 60px 0 30px;
  background-color: #fff;
  position: relative;
}

.reach-wrapper:after {
  content: "";
  background: #e1e1e1;
  width: 50%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.reach-wrapper .about-text p {
  font-size: 15px;
  font-weight: 500;
}

.reach-details {
  margin: 60px 0 30px;
}

.reach-box {
  margin-bottom: 30px;
}

.reach-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

.reach-box p {
  font-size: 13px;
  color: #414141;
  margin-bottom: 5px;
}

.reach-box p a {
  font-size: 15px;
  color: #ef8e20;
  font-weight: 400;
}

.reach-box p a:hover {
  color: #000;
}

.reachform .faq-queryform h3 {
  font-weight: 900;
  font-size: 40px;
  color: #414141;
  margin-bottom: 10px;
}

.reachform .form-text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.reachform .leave-form {
  margin: 30px auto;
  max-width: 950px;
}

.reachform {
  background-color: #fff;
  padding-top: 60px;
}

/*-----------------stay-------------*/

.stay-wrapper {
  padding: 80px 0 0px;
}

.package-wrapper .exp-slider-col {
  padding: 0px;
  margin: 0px;
}

.stay-package-col {
  background: #fff;
  height: 100%;
  padding: 80px 60px 40px;
  text-align: left;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
}

.package-title {
  position: relative;
}

.package-title:before {
  content: "";
  background: #6f936a;
  position: absolute;
  top: -25px;
  left: 0;
  width: 75px;
  height: 4px;
  border-radius: 3px;
}

.package-title .small-title {
  font-size: 30px;
  color: #414141;
  margin-bottom: 20px;
}

.stay-package-col p {
  font-size: 14px;
  font-weight: 500;
}

.stay-package-col ul {
  padding: 0px;
  list-style: none;
  margin: 25px 0;
}

.stay-package-col ul li {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.stay-package-col ul li img {
  margin-right: 10px;
}

.big-price {
  font-size: 24px;
  font-weight: 600;
  color: #414141;
  display: inline-block;
}

.big-price sub {
  font-size: 14px;
}

.stay-package-col .common-box {
  display: inline-block;
  margin-left: 20px;
}

.package-wrapper {
  margin-top: 50px;
}

.facilities-sec {
  background: url(../images/booking/otherfacilities.jpg) no-repeat #fff;
  background-size: cover;
  min-height: 600px;
  position: relative;
  margin: 150px 0 0px;
}

.facilities-text {
  background: url(../images/curl-vector2.png) no-repeat #a18b75;
  max-width: 590px;
  width: 100%;
  height: 123%;
  position: absolute;
  padding: 100px 60px 60px;
  color: #fff;
  margin-top: -70px;
}

.facilities-text h3 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 15px;
  text-shadow: 2px 3px 2px rgb(0 0 0 / 0.3);
}

.facilities-text p {
  font-size: 14px;
  color: #fff;
}

.facility-icon {
  margin-top: 70px;
}

.facility-icon .col-sm-4 {
  margin-bottom: 20px;
}


.special-package-sec {
  background: #f5f6f7;
  padding: 130px 0 20px;
}

.special-text {
  padding-right: 40px;
  max-width: 280px;
  background-size: 70% !important;
  background-position-y: 50px;
  width: 100%;
  background: url("../images/curl-vector-full.png") no-repeat;
  padding-top: 100px;
  margin-right: 100px;
}

.special-text h3 {
  font-size: 50px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.special-text p {
  font-size: 14px;
  font-weight: 500;
}

.discount-circle p {
  font-size: 20px;
  padding-top: 23px;
  line-height: 16px;
}

.discount-circle p small {
  font-size: 14px;
}

.special-container .offer-text-col h3 {
  font-size: 17px;
  margin-bottom: 0px;
}

.offer-text-col .itemlist-price {
  font-size: 24px;
  font-weight: 700;
  color: #00abc5;
  margin-top: 8px;
}

.offer-text-col .itemlist-price span {
  font-size: 15px;
  color: #414141;
  font-weight: 400;
}

.special-container {
  max-width: 85%;
  margin-left: auto;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 470px;
}

.special-container .owl-carousel,
.special-container .owl-carousel .owl-item {
  position: static;
}

.special-container .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  top: auto;
  transform: translateY(0%);
  right: auto;
  left: 70px;
  margin-top: 50px;
}

.special-container .owl-nav .owl-prev {
  display: inline-block;
  position: absolute;
  top: auto;
  transform: translateY(0);
  left: 0px;
  margin-top: 50px;
}

.special-container .owl-nav [class*=owl-] {
  color: #565656;
  font-size: 1.5rem;

}

.special-container .itemlist-text {
  position: static;
  padding: 30px 10px 30px 20px;
  text-align: left;
  background: #fff;
}


.special-container #related-slider {
  margin-right: -200px;
}

.discount-circle {
  background: #6f936a;
  ;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: -37px;
  z-index: 1;
}

.discount-circle p {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding-top: 23px;
}

.discount-circle p small {
  font-size: 12px;
  font-weight: 400;
}

.special-container .img-event {
  position: relative;
}

.special-container .itemlist-text h3 {
  color: #414141;
  font-size: 16px;
  font-weight: 700;
}

.special-container .itemlist-text p {
  color: #414141;
  font-size: 13px;
}

.special-container .dest-slider .owl-nav {
  margin-top: -110px;
}


.about-video .modal-dialog {
  margin: 6rem auto;
}

.about-video .embed-responsive-16by9::before {
  padding-top: 55%;
}

.about-video .modal-dialog .modal-header {
  color: #000;
  margin: 0;
  opacity: 1;
  z-index: 9;
  position: absolute;
  right: -14px;
  top: -16px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.about-video .modal-dialog .close {
  color: #000;
  margin: 0;
  opacity: 1;
  font-size: 22px;
  padding: 5px;
}


.common-modal .modal-content {
  border: 0;
  padding: 20px 30px;
  background: url(../images/curl-vector.png) no-repeat #fff;
  background-position: left -5px top -18px;
  background-size: 185px;
}

.common-modal .modal-header {
  font-size: 35px;
  font-weight: 700;
  border-radius: 0;
  border: 0;
}

.common-modal .modal-header .close {
  color: #000;
  margin: -2rem -2rem -1rem auto;
  opacity: 1;
  font-size: 33px;
}

.common-modal .small-title {
  font-size: 35px;
}

.common-modal .form-control {
  background: #f8f9fa;
  border-color: #e7e8ea;
  font-size: 13px;
  font-weight: 500;
  height: calc(2em + .75rem + 2px);
}

textarea.form-control {
  height: auto !important;
}

.gj-datepicker-md [role=right-icon] {
  right: 18px;
  top: 13px;
  font-size: 22px;
}

.gj-picker-md [role=header] {
  background: #ef8e20;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
  color: #fff;
  background: #ef8e20;
  border-radius: 50%;
}

.gj-picker-md table tr td.today div {
  color: #ef8e20;
}

.gj-picker-md table tr td.today div:hover {
  color: #fff;
  background: #ef8e20;
}

.gj-textbox-md {
  border: 1px solid #e7e8ea;
  font: 100% 'Montserrat', sans-serif;
}

.cap-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.captcha-field {
  position: relative;
  width: 40%;
  margin-right: 20px;
}

.captcha-field img {
  position: absolute;
  left: 7px;
  top: 7px;
}

.captcha-field input {
  padding-left: 130px;
  background: #fff !important;
  border-color: #e7e8ea !important;
  font-size: 15px !important;
}

.cap-submit .common-btn {
  min-width: 193px;
  height: 50px;
  line-height: 50px;
}

.faq-queryform .captcha-field {
  position: relative;
  width: 100%;
  margin-right: 0px;
}

.reachform .captcha-field {
  position: relative;
  width: 40%;
  margin-right: 20px;
}

.testimonial-btn {
  position: fixed;
  top: 50%;
  left: -50px;
  z-index: 99;
  transform: rotate(90deg);
}

::placeholder {
  color: #414141;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #414141;
}

::-ms-input-placeholder {
  color: #414141;
}

.onepage-arrow a {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  font-size: 12px;
  text-transform: uppercase;
}

.onepage-arrow a span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 23px;
  height: 35px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.onepage-arrow a span::before {
  position: absolute;
  top: 10px;
  left: 0;

  right: 0;
  text-align: center;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  font-size: 15px;
  margin: auto;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 10px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.onepage-arrow a p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  bottom: -68px;
  left: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}



/*-------arrow 2------------*/

.onepage-arrow2 a {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #333;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: -23px;
}

.onepage-arrow2 a span {
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
}

.onepage-arrow2 a span::before {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  text-align: center;
  content: "\f107";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  color: #333;
  font-size: 30px;
  margin-left: 0px;
  -webkit-animation: sdb20 2s infinite;
  animation: sdb20 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb20 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes sdb20 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 10px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#abdest-sect .onepage-arrow2 a span::before {
  color: #fff;
}

.aboutus-sec .row.m-0.h-100 {
  height: 100vh !important;
}

.aboutus-sec .row.m-0.h-100 .img-responsive {
  height: 100%;
  object-fit: cover;
}

.navbar-nav li.nav-item {
  position: relative;
}

.main-header .dropdown-menu {
  margin-top: 0px;
  border: 1px solid #bebebe;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: 0px 0px 10px #fff;
}


.main-header .dropdown-menu a {
  color: #000;
  font-size: 13px;
  padding: 10px 25px;
  min-width: 200px;
  text-transform: uppercase;
  background: #fff;
  text-align: center;
}

.main-header .dropdown-menu a:hover {
  background: #6f936a;
  color: #fff;
}

.about-wrapper .container,
.about-wrapper .row.align-items-center {
  height: 100%;
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: 'Line Awesome Free';
  border: 0;
  vertical-align: middle;
  font-weight: 900;
}



.owl-nav {
  display: none;
}

.leave-form label {
  width: 100%;
  text-align: left;
}

.reserve-form .form-control {
  background: #fff;
}

.reserve-form .form-group {
  margin-bottom: 30px;
}

.inner-tariff {
  margin-bottom: 40px;
}

.tariff-title {
  font-size: 24px;
  color: #ef8e20;
  margin-bottom: 15px;
}

.tariff-list {
  list-style: none;
  padding: 0;
}

.tariff-list-title {
  font-size: 16px;
  font-weight: 400;
}

.tariff-list-item {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 96px;
  text-align: left;
}

.tariff-list-desc {
  position: relative;
  margin-bottom: 0;
  text-align: left;
}

.tariff-item-price {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 96px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.27316;
  font-weight: bold;
}

.tariff-tabs-btn {
  margin-bottom: 60px;
}

.tariff-tabs-btn .nav {
  justify-content: center;
  font-size: 18px;
}

.tariff-tabs-btn .nav-link.active {
  background: none;
  color: #000;
  border-bottom: 2px solid #000;
  border-radius: 0;
}

.tariff-tabs-btn .nav-link {
  padding: 10px 0;
  margin: 0px 10px;
  border-bottom: 2px solid transparent;
}

.near-list li {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.near-list {
  max-width: 885px;
  margin: 50px auto 0;
  width: 100%;
}

.exp-slider-col a {
  display: block;
}

/*------------tatva stories----------*/

.stories-sec {
  background: #f5f6f7;
  padding-top: 85px;
  padding-bottom: 85px;
}

.stories-col {
  margin-bottom: 110px;
  position: relative;
}

.stories-col:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 8px solid #6f936a;
  width: 30%;
  height: 100%;
  right: 0;
  border-bottom: 8px solid #6f936a;
  border-right: 8px solid #6f936a;
}

.story-text {
  position: relative;
}

.story-text h3 {
  font-size: 36px;
  color: #414141;
  font-weight: 700;
  margin-bottom: 40px;
}

.story-text p {
  font-size: 16px;
  color: #414141;
  font-weight: 500;
  line-height: 26px;
  padding-right: 100px;
}

.stories-col2 .story-text p {
  padding-right: 50px;
  padding-left: 0px;
}

.stories-col2 .story-text {
  border-right: none;
  padding-left: 60px;
}

.stories-col2:after {
  border-top: 8px solid #4dc3c4;
  border-bottom: 8px solid #4dc3c4;
  right: auto;
  left: 0;
  border-left: 8px solid #4dc3c4;
  border-right: none;
}


.experience-sec .itemlist-text h3 {
  text-transform: uppercase;
  font-size: 20px;
}


.upcoming-features-sec {
  padding: 60px 0;
}

.upcoming-features-sec .title {
  margin-bottom: 50px;
}

.upcoming-features-sec p {
  font-size: 22px;
  font-weight: 500;
  color: #5c5c5c;
  display: flex;
  margin-bottom: 25px;
}

.upcoming-features-sec p i {
  margin-right: 15px;
  margin-top: 3px;
}

.upcoming-list-text {
  width: 86%;
  margin: auto;
}



.stories-col .owl-carousel .owl-nav.disabled {
  display: none;
}

.stories-col .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.stories-col .owl-carousel .owl-item img {
  width: auto;
}

.stories-col .story-pic {
  margin-right: 20%;
}

.stories-col2 .story-pic {
  margin-right: 0;
  margin-left: 20%;
}


.tatva-map {
  position: relative;
}

.tatva-map ul#pills-tab {
  position: absolute;
  bottom: 105px;
  right: 0px;
}

.tatva-map ul#pills-tab a.active {
  background: none;
  color: #007bff;
  font-weight: 600;
}

.tatva-map ul#pills-tab a:hover {
  color: #000;
  font-weight: 600;
}

.tatva-map ul#pills-tab a {
  color: #898989;
  padding: 2px 15px;
}

.tatva-map ul#pills-tab li:first-child {
  border-right: 1px solid #aaa;
}


/*------------book now------------*/

.book-now-sec {
  background: #F5F6F8;
  padding: 70px 0;
}

.booknow-toggle {
  padding: 50px 0;
}

.booknow-toggle .accordion .card-header:after {
  content: "\f107";
  color: #000;
}

.accordion .card-header.collapsed:after {
  content: "\f106";
  color: #000;
}

.accordion .card-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.accordion .card-header {
  cursor: pointer;
  border-bottom: 1px solid #b4b4b4;
  padding: 1rem 1.25rem;
  background-image: linear-gradient(#e5e5e5, #c3c3c3);
}

.accordion .card {
  border: 1px solid #b4b4b4;
}

.accordion .card-body {
  border-bottom: 1px solid #b4b4b4;
}


.search-select-date {
  display: flex;
}

.search-select-date .form-group {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.search-select-date .form-group label {
  margin-right: 20px;
  color: #979696;
}

.minus i,
.plus i {
  font-size: 20px;
}

.minus {
  margin-right: -6px;
}

.plus {
  margin-left: -6px;
}

.minus,
.plus {
  padding: 11px 15px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background: #dcdcdc;
}

.number input {
  height: 45px;
  width: 70px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  border-right: 0;
}

.inner-room-search {
  display: flex;
  max-width: 85%;
  justify-content: space-between;
  align-items: flex-end;
}

.inner-room-search label {
  font-size: 12px;
  color: #979696;
}

.gray-btn {
  background: #dcdcdc;
  color: #656565;
  font-weight: 500;
  padding: 10px 20px;
}

.gray-btn i {
  font-size: 24px;
  vertical-align: bottom;
}

.inner-room-search select.form-control {
  height: calc(1.9em + .75rem + 4px) !important;
}

.search-note {
  font-size: 12px;
  color: #4d4d4d;
  margin-top: 10px;
}

.red-color {
  color: #ff0000;
}

.book-search-title {
  font-size: 14px;
  color: #111;
  margin-bottom: 10px;
}

.select-room-price {
  text-align: right;
}

.select-room-text p small {
  display: block;
  color: #979696;
}

.select-room-text p {
  font-size: 14px;
}

.select-room-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #414141;
}

.select-room-content ul {
  padding: 0px;
  list-style: none;
  margin: 5px 0;
}

.select-room-content ul li {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.select-room-content ul li img {
  margin-right: 10px;
}

.select-room-text select.form-control {
  height: calc(1.5em + .75rem + 2px) !important;
  padding: 6px 20px;
}

.select-room-pic {
  border: 1px solid #b4b4b4;
}

.select-room-col {
  margin: 10px 0 25px;
  padding: 0px 10px;
}

.name-prefix-col {
  position: relative;
}

.name-prefix-col select {
  position: absolute;
  width: auto;
  padding: 10px;
  height: auto !important;
  border: 0;
  left: 7px;
  top: 5px;
  background: none;
}

.name-prefix-col input {
  padding-left: 95px !important;
}

.payment-total-sec {
  background: #f8f8f8;
  padding: 35px 25px;
}

.payment-total-sec .commerce-list {
  align-items: center;
  display: grid;
  grid-gap: 5px 20px;
  grid-template-columns: auto auto;
  line-height: 1.5;
  margin-bottom: 0;
  border-top: 1px dashed #b7b7b7;
  padding-top: 15px;
  margin-top: 15px;
}

.payment-total-sec .commerce-list dt {
  align-self: center;
  color: #737373;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.1px;
}

.payment-total-sec .commerce-list dd {
  align-self: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #0c0c0c;
}

.big2x {
  font-size: 16px !important;
  margin-top: 6px;
}

.big4x {
  font-size: 22px !important;
  margin-top: 6px;
  font-weight: 600;
  color: #0c0c0c;
}

.top-payment-date p {
  font-size: 18px;
  color: #0c0c0c;
  margin-bottom: 0;
}

.top-payment-date p small {
  display: block;
  color: #737373;
  font-size: 12px;
  margin-bottom: 5px;
}

.top-payment-date .col:first-child {
  border-right: 1px dashed #b7b7b7;
}

.guest-info-form {
  padding: 0 15px;
}

.payment-neft {
  margin-bottom: 25px;
  border-bottom: 1px dashed #bababa;
  padding-bottom: 15px;
  margin-top: 30px;
}

.payment-neft p {
  margin-bottom: 5px;
}

.payment-paytm {
  margin-bottom: 35px;
  border-bottom: 1px dashed #bababa;
  padding-bottom: 25px;
  margin-top: 0px;
}

.payment-paytm p {
  font-size: 20px;
}

.payment-paytm p small {
  font-size: 14px;
}

.payment-terms-checkbox a {
  color: #ef8e20;
}

.payment-terms-checkbox {
  margin-bottom: 20px;
}

.payment-terms-checkbox .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  top: .1rem;
}

.payment-terms-checkbox .custom-control-label::after {
  position: absolute;
  top: 1px;
  left: -1.6rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.payment-btn {
  font-size: 13px;
  font-weight: 600;
  padding: 2px 40px;
  height: 45px;
  margin-bottom: 30px;
}

.about-video-frame {
  border-radius: 15px;
  border: 15px solid #eee;
  overflow: hidden;
  display: inline-block;
  margin: auto;
}

.about-page-wrapper {
  background: url(../images/about-page-vector.png) no-repeat #fff;
  background-position-x: right;
  background-position-y: -30px;
}

.gallery-col {
  border: 10px solid #bebebe;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  background: #000;
  overflow: hidden;
}

.gallery-col a {
  display: block;
}

.gallery-pic {
  transition: all 0.2s ease-in;
  opacity: 0.75;
  position: relative;
}

.gallery-pic img {
  transition: all 0.4s ease-in;
}

.gallery-pic:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 80%;
  z-index: 1;
}

.gallery-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease-in;
  text-align: center;
  width: 100%;
}

.gallery-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.gallery-text p {
  color: #6f936a;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.gallery-col:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.gallery-col:hover img {
  transform: scale(1.3);
}

.gallery-col a:hover .gallery-text {
  top: 90%;
  transform: translate(-50%, -90%);
}

.gallery-col a:hover .gallery-text p {
  display: block;
}

.gallery-detail-col {
  margin-top: 25px;
}



.navbar-expand-lg .navbar-nav .nav-link.active {
  font-weight: 700;
}

.custom-gallery-container .row {
  margin-right: -10px;
  margin-left: -10px;
}

.custom-gallery-container .col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
}


.pagination-col {
  margin-top: 50px;
  width: 100%;
}

.pagination {
  justify-content: center;
}

.pagination-col .page-link {
  color: #575757;
  font-size: 13px;
  margin: 0 6px;
  text-align: center;
  background-color: #fff;
  border-color: #e7e8ea;
  border-radius: 0 !important;
  padding: .5rem .85rem;
}

.pagination-col .page-link:hover {
  color: #fff;
  background-color: #6f936a;
  border-color: #6f936a;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #6f936a;
  border-color: #6f936a;
}




/*----------------media----------*/

@media (min-width:1400px) {
  .special-container {
    min-height: 610px;
  }

  .special-container .dest-slider .owl-nav {
    margin-top: -16%;
  }

}

@media (min-width: 992px) {
  .navbar-nav li:hover>ul.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1024px) {
  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px 8px;
    padding: 1rem .5rem;
  }

  .aboutus-sec .title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .aboutus-sec .title span {
    margin-top: 10px;
  }

  .about-txt {
    padding: 30px 9%;
  }

  .stay-package-col {
    padding: 80px 40px 40px;
  }

  .big-price {
    font-size: 23px;
  }

  .package-wrapper .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  .special-container .dest-slider .owl-nav {
    margin-top: -20px;
  }

  .special-container {
    min-height: 420px;
  }

  .special-package-sec {
    padding: 0px 0 0px;
  }

  .dest-slider .owl-nav .owl-prev {
    left: 0;
    color: #fff;
  }

  .dest-slider .owl-nav .owl-next {
    right: 0;
    color: #fff;
  }

  .reach-box .col-3 {
    flex: 0 0 14%;
    max-width: 14%;
    padding: 0;
  }

  .special-container .owl-nav .owl-next {
    color: #000;
  }

  .special-container .owl-nav .owl-prev {
    color: #000;
  }

  .banner .common-btn {
    margin-left: -20px;
  }


  .tatva-line-1 {
    display: none;
  }

  .tatva-line-2 {
    display: none;
  }

  .tatva-line-3 {
    display: none;
  }

  .tatva-line-4 {
    display: none;
  }

  .tatva-line-5 {
    display: none;
  }

  .inner-room-search {
    max-width: 100%;
  }

}

@media (max-width: 823px) {
  .about-wrapper iframe {
    width: 100% !important;
  }

  .banner .banner_containt h1 {
    font-size: 45px;
  }

  .banner .banner_containt p {
    font-size: 16px;
  }

  .navbar-expand-lg .navbar-nav {
    border-bottom: 0;
    background: #6f936a;
  }

  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px 8px;
    padding: .7rem .5rem;
    text-align: center;
  }

  .navbar-toggler {
    color: #332c2a;
    border: 1px solid #332c2a;
    border-radius: 0;
    padding: 0.3rem .7rem;
    font-size: 24px;
  }

  .exp-col {
    margin-bottom: 21px;
  }

  .exp-content h3 {
    font-size: 16px;
  }

  .exp-content p {
    font-size: 12px;
  }

  .about-txt {
    max-width: 100%;
  }

  .aboutus-sec .title span,
  .location-text .title span {
    display: inline;
  }



  .footer-links a {
    padding: 0px 12px;
    font-size: 11px;
  }

  .main-header.fixed-nav .navbar-expand-lg .navbar-nav {
    border-bottom: 0;
    background: #636363;
  }

  header.main-header.fixed-nav .logo {
    width: 50%;
    margin-left: 11px;
  }

  .about-pic {
    margin-top: 20px;
  }


  .special-container {
    display: block;
    max-width: 90%;
    margin: auto;
    min-height: inherit;
    overflow: inherit;
  }

  .special-text {
    max-width: 100%;
    width: 100%;
    padding-top: 40px;
    margin-right: 0;
    text-align: center;
    padding-bottom: 40px;
    background-size: 20%;
    background-position: top 32px left;
  }

  .special-container #related-slider {
    margin-right: 0;
  }

  .special-container .feature-item {
    margin: 15px;
  }

  .special-container .dest-slider .owl-nav {
    margin: 0;
    padding-top: 20px;
  }

  .special-container .owl-nav .owl-prev {
    left: 45%;
  }

  .special-container .owl-nav .owl-next {
    right: 45%;
    left: auto;
  }

  .facilities-sec {
    margin: 150px 0 70px;
  }

  .special-package-sec {
    padding: 0px 0 50px;
  }

  .package-wrapper .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .package-wrapper .col-lg-6.p-0:nth-child(3) {
    order: 1;
  }

  .inner-banner .banner_containt h1 {
    font-size: 35px;
    padding: 0px 20px;
    width: 60%;
    margin: auto;
  }

  .exp-slider-col h3 {
    font-size: 20px;
  }

  .about-text h2 {
    font-size: 34px;
  }

  .phi-resp-col .small-title {
    font-size: 23px;
  }

  .phi-resp-col p {
    font-size: 12px;
  }

  .phi-resp-col {
    margin-top: -55px;
  }

  .staff-sec .title {
    line-height: 55px;
    font-size: 40px;
  }

  .staff-col h4 {
    font-size: 15px;
  }

  .staff-col p {
    font-size: 11px;
    max-width: 90%;
  }

  .staff-col p strong {
    font-size: 11px;
  }

  .title {
    font-size: 40px;
  }

  #reservemodal .modal-content {
    padding: 0 20px;
  }

  #reservemodal .modal-header .close {
    margin: -1rem -1rem -1rem auto;
  }

  #reservemodal .modal-dialog {
    max-width: 90%;
  }

  #testimonialmodal .modal-content {
    padding: 0 20px;
  }

  #testimonialmodal .modal-header .close {
    margin: -1rem -1rem -1rem auto;
  }

  #testimonialmodal .modal-dialog {
    max-width: 90%;
  }


  .testimonial-sec .exp-slider-col {
    max-width: 600px;
    margin: auto;
    width: 96%;
    position: relative;
  }

  .test-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .testimonial-sec {
    background-position-y: -80px;
    background-size: 18% auto;
  }

  .testimonial-sec .exp-slider-col:before {
    left: -30px;
  }

  .banner .common-btn {
    margin-left: 0px;
  }

  .aboutus-sec .row.m-0.h-100 {
    height: 100% !important;
  }

  .aboutus-sec .row.m-0.h-100 .img-responsive {
    width: 100%;
  }

  #test-sect .test-pic {
    margin: auto;
    display: block;
  }

  .logo-panch-1 {
    left: 50%;
    transform: translateX(-50%);
  }

  .logo-panch-4 {
    right: 0;
  }

  .logo-panch-5 {
    left: 0;
  }

  .logo-panch-3 {
    top: 20%;
  }

  .phi-resp-col .small-title {
    font-size: 30px;
  }

  .story-pic img {
    width: 100%;
  }

  .story-text {
    padding-bottom: 5%;
    margin-top: 50px;
  }

  .story-text p {
    padding-right: 50px;
  }

  .stories-col2 .story-text p {
    padding-right: 0px;
  }

  .upcoming-list-text {
    width: 100%;
  }

  .story-pic {
    padding-top: 10%;
    padding-right: 10%;
  }

  .stories-col2 .story-pic {
    padding-right: 0;
    padding-left: 10%;
  }

  .inner-room-search {
    flex-wrap: wrap;
  }

  .inner-room-search .form-group {
    margin-bottom: 1rem;
    flex: 0 0 47%;
    max-width: 47%;
  }

  .select-room-pic {
    margin-bottom: 30px;
  }

  .select-room-pic img {
    width: 100%;
  }

  .select-room-price {
    text-align: left;
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
  }

  .select-room-price .big-price {
    margin-right: 15px;
  }

  .guest-payment-info .col-lg-8 {
    order: 2;
    margin-top: 30px;
  }

}


@media (max-width: 736px) {
  .container {
    max-width: 96%;
  }

  .about-text h2 {
    line-height: 50px;
    font-size: 34px;
  }

  .about-text p {
    margin: 15px auto;
  }

  .title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .experience-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .exp-col img {
    width: 100%;
  }

  .exp-content h3 {
    font-size: 28px;
  }

  .exp-content p {
    font-size: 18px;
  }

  .weather-col {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 30px;
    float: none;
    display: block;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .copyright {
    text-align: center;
  }

  .copyright .col-md-6.text-md-right {
    margin-top: 15px;
  }

  .social-links-top {
    display: none;
  }

  .banner .owl-nav i {
    font-size: 2rem;
  }

  .comfortable-sec .title {
    font-size: 34px;
  }

  .phi-resp-text {
    margin-bottom: 30px;
  }

  .phi-resp-col {
    margin-top: 30px;
  }

  .aboutvideo-btn {
    margin-top: -187px;
  }


  .captcha-field {
    width: 50%;
  }

}

@media (max-width:667px) {
  .inner-banner .banner_containt h1 {
    width: 90%;
  }

  .logo-panch p {
    font-size: 14px;
    line-height: 22px;
  }

  .about-logo-big {
    width: 30%;
    margin-top: 30px;
  }

}


@media (max-width:640px) {
  .footer-links a {
    padding: 5px 12px;
  }

  .banner .banner_containt h1 {
    font-size: 38px;
  }

  .banner .banner_containt p {
    font-size: 16px;
    padding: 0px 70px;
  }

  .choose-ico-col h4 {
    width: 100%;
    font-size: 15px;
  }


  .staff-sec .title {
    line-height: 50px;
    font-size: 34px;
  }

  .faq-queryform .common-btn {
    margin-top: 20px;
  }

  .testimonial-sec .exp-slider-col {
    max-width: 80%;
  }

  .testimonial-sec .exp-slider-col:before {
    left: -30px;
  }

  .about-video-frame {
    display: block;
  }

}

@media (max-width:568px) {
  .facilities-text {
    width: 91%;
    padding: 60px 60px 60px;
  }

  .facility-icon {
    margin-top: 20px;
  }

  .special-container .owl-nav .owl-next {
    right: 44%;
  }

  .special-container .owl-nav .owl-prev {
    left: 44%;
  }

  .modal-dialog {
    padding: 20px;
  }

  #reservemodal .modal-content {
    padding: 0;
  }

  #reservemodal .small-title {
    font-size: 24px;
  }

  #reservemodal .modal-header .close {
    font-size: 24px;
  }

  #reservemodal .modal-header {
    padding-bottom: 0;
  }

  #testimonialmodal .modal-content {
    padding: 0;
  }

  #testimonialmodal .small-title {
    font-size: 24px;
  }

  #testimonialmodal .modal-header .close {
    font-size: 24px;
  }

  #testimonialmodal .modal-header {
    padding-bottom: 0;
  }



  .captcha-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cap-submit {
    display: block;
  }

  .testi-title h2 {
    font-size: 30px;
  }

  #testimonialmodal .modal-dialog {
    max-width: 100%;
  }

  .reachform .captcha-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .story-text {
    padding-top: 10%;
  }

  .story-text h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .story-text p {
    font-size: 15px;
  }

}

@media (max-width:520px) {
  .facilities-text h3 {
    font-size: 36px;
  }

  .facilities-text {
    width: 88%;
    padding: 60px 30px 30px;
  }

  .stay-package-col .common-box {
    margin-left: 0;
    margin-top: 15px;
  }

  .special-text h3 {
    font-size: 40px;
  }

  .exp-wrapper {
    padding-bottom: 30px;
  }

  .about-video>img {
    height: 300px;
    object-fit: cover;
  }

  .aboutvideo-btn {
    margin-top: -250px;
  }

  .special-container .owl-nav .owl-next {
    right: 40%;
  }

  .special-container .owl-nav .owl-prev {
    left: 40%;
  }

  .test-text {
    font-weight: 500;
    font-size: 12px;
  }

  .testimonial-sec .exp-slider-col:after {
    display: none;
  }

  .testimonial-sec .exp-slider-col:before {
    display: none;
  }

  .logo-panch p {
    font-size: 17px;
    margin-bottom: 50px;
    margin-top: 15px;
  }

  .logo-panch-1 {
    position: static;
    text-align: center;
    width: 100%;
    transform: translateX(0);
  }

  .logo-panch-2 {
    position: static;
    text-align: center;
    width: 100%;
    transform: translateX(0);
  }

  .logo-panch-3 {
    position: static;
    text-align: center;
    width: 100%;
    transform: translateX(0);
  }

  .logo-panch-4 {
    position: static;
    text-align: center;
    width: 100%;
    transform: translateX(0);
  }

  .logo-panch-5 {
    position: static;
    text-align: center;
    width: 100%;
    transform: translateX(0);
  }

  .about-logo-big {
    display: none;
  }

  .logo-panch {
    min-height: auto;
  }

  .story-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .story-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .tatva-map ul#pills-tab {
    bottom: -10px;
  }

  .inner-room-search .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .guest-info-form .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .search-select-date {
    display: block;
  }

  .search-select-date .form-group {
    display: block;
    margin-right: 0;
  }

  .select-room-price {
    display: block;
    margin-top: 20px;
  }

  .select-room-content .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0;
  }

  .select-room-content .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .select-room-text p {
    margin-bottom: 8px;
  }


}