/*=================menu===================*/

* {
  /*transition: .25s ease-in-out;*/
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

body.fix {
  overflow: hidden;
}

/*    font-family: 'DM Sans', sans-serif;

font-family: 'Montserrat', sans-serif;*/
/*PRELOADING------------ */

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}

.preloader:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #000;
  transition: 1s;
}

.preloader:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #000;
  transition: 1s;
}

.preloader.complete:before {
  left: -50%;
}

.preloader.complete:after {
  right: -50%;
}

.preloader.complete {
  display: none;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  border: 4px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

body {
  font-family: "DM Sans", sans-serif;
  position: relative;
  background-color: #f5f5f5;
}

header.header-wrap .header-wrap .container {
  max-width: 1240px;
}

.container {
  max-width: 1240px;
}

/*.container {
    max-width: 1200px;
}*/

.step-title {
  text-align: center;
  position: relative;
  display: block;
}

.step-title h2 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.step-links {
  width: 36px;
  height: 4px;
  border-radius: 8px;
  background: #323234;
  position: relative;
  display: block;
}

.step-link {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.step-link a {
  border-radius: 8px;
  background: #d9d9d9;
  width: 35px;
  height: 4px;
  margin: 0 5px;
}

.step-link a.active {
  background: #323234;
}

.main-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.main-title h1 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.home {
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 100vh;*/
  overflow: hidden;
  position: relative;
}

/* header.header-wrap {
  background-color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  display: block;
  z-index: 99;
  padding-top: 32px;
  padding-bottom: 10px;
  transition: 0.5s;
  z-index: 999;
} */

header.header-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  display: block;
  margin-top: 45px;
  z-index: 99;
  padding: 10px 0;
  transition: 0.5s;
  z-index: 999;
}

.header-wrap.inn {
  padding: 0;
}

header.header-wrap.scrolled {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
  background: #000000eb;
}

.scrolled .inquiryinner {
  display: none;
}

.overlay {
  content: "";
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #061a2e8f;
}

header.header-wrap.inn:before {
  content: "";
  position: absolute;
  display: block;
  background: #0b181e;
  width: 100%;
  height: 45px;
  top: -45px;
  left: 0;
}

.menuwrap {
  position: relative;
  display: block;
}

.header-wrap.inn .menuwrap {
  padding: 10px 0;
}

a.logo {
  position: absolute;
  display: block;
  margin: -30px auto 0 auto;
  width: 105px;
  left: 50%;
  transform: translateX(-80%);
  text-align: center;
  transition: 0.5s;
}

.header-wrap a.logo {
  z-index: 9;
}

.header-wrap.inn a.logo {
  z-index: 99;
}

.logo img {
  max-width: 100%;
}

.scrolled .menu {
  /* margin-left: 20px !important; */
}

.scrolled a.logo {
  margin-top: -42px;
  transform: translateX(-80%) scale(0.8);
  height: 121px;
  overflow: hidden;
  margin-top: -16px;
  z-index: 999;
}

.inn.scrolled a.logo {
  transform: translateX(-50%) scale(0.9);
  margin-top: -10px;
}

/*.contentswrap {
    position: relative;
}*/

.contentswrap {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

/*.contentswrap.hm:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #061a2e8f;
}*/
.menu {
  transition: all 0.5s ease;
  position: relative;
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 0;
  z-index: 9;
  margin-left: 19px;
}

.nav-click {
  position: absolute;
  display: block;
  width: 16px;
  height: 9px;
  /*background: url(../img/menu-arrow.png);*/
  background-position: center center;
  top: 10px;
  right: 0;
  z-index: 999;
  background-repeat: no-repeat;
}

.menu>ul>li.has-child>.nav-click {
  top: 40px;
  right: 19px;
}

.subshow {
  display: block !important;
  transition: all 0.5s;
}

.arrowup {
  transform: rotate(180deg);
}

.subshow>li {
  padding: 13px 0 !important;
}

.menu>ul>li>ul {
  transition: all 0.5s;
}

.menu>ul {
  padding: 0;
  margin: 0;
}

.inn .menu>ul {
  margin: 0px 0 0 75px;
}

.sub-menu a {
  font-size: 14px !important;
}

.menu>ul>li>ul {
  position: absolute;
  max-height: 0px;
  overflow: hidden;
  background: #10405c;
  margin: 0;
  width: 150px;
  padding: 0;
  top: 51px;
  right: -32px;
  transition: 0.5s;
}

.menu>ul>li>ul>li>ul {
  position: absolute;
  height: 0px;
  overflow: hidden;
  background: #191919;
  margin: 0 99px;
  width: 150px;
  padding: 0;
  display: none;
  top: 5px;
  z-index: 999;
}

.menu>ul li:hover ul {
  overflow: visible;
  max-height: 200px;
  padding: 0;
  background: #10405c;
}

.menu>ul>li>ul>li:hover ul {
  overflow: visible;
  background: #191919;
  height: auto;
  padding: 8px 34px;
  display: block;
}

.menu>ul>li>ul>li {
  display: block;
}

.menu>ul>li>ul>li>ul>li {
  display: block;
}

.menu>ul>li>ul>li:last-child {
  background: transparent;
  /*padding: 0*/
  border-bottom: 0;
}

.menu>ul>li>ul>li:last-child::after {
  background: none;
}

.menu>ul>li {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
  position: relative;
}

li.logospace {
  width: 115px;
  margin: 0 !important;
}

.menu>ul>li>ul>li {
  padding: 10px 15px;
  text-align: right;
  border-bottom: 1px solid #2165ae;
}

.menu>ul>li>a {
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s;
  letter-spacing: 0.78px;
  color: #000 !important;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}

.scrolled .menu>ul>li>a {
  color: #FFF !important;
}

.menuwrap .menu>ul>li>a:after {
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  transition: 0.5s;
  transform: scale(0);
}

.menuwrap .menu ul>li a:hover:after {
  transform: scale(1);
}

li.current_page_item>a:after {
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  transform: scale(1) !important;
}

.menu>ul>li a:hover ul {
  display: block;
  opacity: 1;
  transition: all 1s;
}

.menu>ul>li>ul>li a:hover ul {
  display: block;
  opacity: 1;
  transition: all 1s;
}

.menu>ul>li.active a {}

.menu ul>li a:hover {
  text-decoration: none !important;
  color: #f7d776;
}

.res-menu,
#menu-toggle {
  display: none;
}

.res-menu>span {
  display: block;
  height: 3px;
  width: 40px;
  background-color: #fff;
  margin: 8px 0px;
  border-radius: 5px;
  transition: all 1s;
}

.sub-menu li a {
  color: #fff;
  text-align: left;
}

#menu-toggle span {
  display: block;
  background: rgb(255 255 255);
  border-radius: 2px;
}

#menu-toggle {
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  cursor: pointer;
  background: transparent;
  right: 0;
  top: 12px;
  z-index: 999;
}

#menu-toggle:hover {
  background: transparent;
}

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -15px;
}

#menu-toggle #hamburger span {
  width: 32px;
  height: 4px;
  position: relative;
  top: 6px;
  left: 0;
  margin: 6px 0;
}

#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}

#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}

#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
}

#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 10%;
  left: 24px;
  transition-delay: 0s;
}

#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 12%;
  top: 23px;
  transition-delay: 0.25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}

#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.625s;
}

#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.375s;
}

.mobile-login {
  display: none;
}

/*.menu>ul>li:last-child a {
    background: #16618D;
    padding: 8px 24px;
    border-radius: 6px;
    text-transform: uppercase;
}*/
.menu>ul>li.login a {
  background: #16618d;
  padding: 8px 24px;
  border-radius: 6px;
  text-transform: uppercase;
}

/*.menu>ul>li:last-child a:hover {
    background: #2895d5;
}*/
.menu>ul>li.login a:hover {
  background: #2895d5;
}

.logined {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 980px) {
  .menu {
    float: none;
    width: 100%;
    background: none;
    z-index: 999;
    padding: 0;
  }

  .menu ul li ul {
    position: relative;
    height: 0px;
    transition: all 1s;
  }

  .menu ul li ul.subshow {
    position: relative;
    height: auto;
    transition: all 1s;
  }

  .menu ul li:last-child {
    display: none;
  }

  .res-menu {
    display: block;
    position: absolute;
    background: #8c1e1e;
    width: 50px;
    height: 50px;
    right: 0;
    transition: all 0.3s ease;
    top: 7px;
  }

  .menu>ul {
    padding: 0;
    margin: -10px 0 0 0px;
  }

  li.logospace {
    display: none !important;
  }

  .menu>ul>li>a {
    font-size: 18px;
  }

  #menu-toggle {
    width: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    background: transparent;
    left: 0;
    /*top: 0;*/
    top: -27px;
    z-index: 999;
    display: block;
  }

  .inn #menu-toggle {
    top: -16px;
  }

  .menu>ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 16px 10px;
    text-align: right;
    border-bottom: 1px solid #333;
  }

  .menu>ul {
    padding: 40px 0 0 0;
    margin: 0;
    transition: all 1s ease;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: -140%;
    top: -74px;
    z-index: 9;
    background: #1e1f1f;
    border-right: 10px solid #1e1f1f;
  }

  .menu.open ul {
    margin: 0;
    width: 410px;
    left: -200px;
  }

  .menu ul li:hover ul {
    display: none;
  }

  .nav-click {
    position: relative;
    display: inherit;
    /* top: 28px;
        right: -101%;*/
    z-index: 999;
    padding: 10px;
    cursor: pointer;
  }

  .menu>ul>li.has-child>.nav-click {
    top: 28px;
    right: -99%;
  }

  .menu ul li ul {
    margin: 0 auto;
  }

  .subshow li {
    padding: 11px 0 !important;
  }
}

/*=================menu end===================*/

.bannerwrap {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 820px;
  margin-top: -110px;
  overflow: hidden;
}

.bannerwrap:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #cccccc47;
}

a.banner-chk_button {
  position: absolute;
  display: block;
  z-index: 99;
  width: 370px;
  text-indent: 36px;
  bottom: 20px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  background-color: #090808;
  border-radius: 49px;
  background-image: url(../img/checkbtn-icon.png);
  background-repeat: no-repeat;
  background-position: 14% center;
  font-size: 18px;
  padding: 19px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  opacity: 1;
}

a.banner-chk_button:hover {
  opacity: 0.8;
}

.intro-wrap {
  position: relative;
  display: block;
  background: #edebe5;
  padding: 100px 0;
}

.intro-text h2 {
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -0.36px;
  color: #0d0d0d;
  font-weight: 400;
  padding-right: 37px;
  margin-bottom: 30px;
}

.intro-text p {
  font-size: 17px;
  line-height: 31px;
  letter-spacing: -0.17px;
  padding-right: 27px;
  color: #0d0d0d;
  margin-bottom: 60px;
}

.btn.readmore {
  background-color: #1d1c1c;
  border-radius: 49px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: 87% center;
  padding: 14px 79px 14px 62px;
  text-indent: -26px;
  transition: 0.5s;
}

.btn.readmore:hover {
  background-position: 90% center;
  opacity: 0.8;
}

.intro-img-wrap {
  position: relative;
  display: block;
  text-align: right;
}

.introimg1,
.introimg2 {
  position: relative;
  display: inline-block;
  width: 47%;
  margin-right: 8px;
}

.introimg2 {
  top: 95px;
}

.intro-img-wrap img {
  transition: 0.5s;
}

.intro-img-wrap img:hover {
  filter: brightness(1.3);
}

.paralax-block {
  height: 696px;
  background-size: cover;
}

.para-box {
  position: relative;
  display: block;
  background: #fff;
  margin-top: 193px;
  padding: 80px 47px 50px 47px;
  margin-right: 80px;
}

.para-box h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 3.34px;
  color: #434040;
  text-transform: uppercase;
}

.para-box h4 {
  font-size: 38px;
  line-height: 47px;
  letter-spacing: -0.08px;
  font-weight: 400;
  color: #0d0d0d;
  margin-bottom: 24px;
}

.para-box p {
  font-size: 17px;
  line-height: 31px;
  letter-spacing: -0.17px;
  color: #0d0d0d;
}

a.btn.boxreadmore {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  height: 10px;
  padding: 20px;
  text-indent: -9999px;
  border: 0;
  background-image: url(../img/btn-arrow-black.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
}

a.btn.boxreadmore:hover {
  background-position: -10% center;
}

.paralax-block:nth-child(even) .para-box {
  margin-right: 38px;
  margin-left: 57px;
}

.triadvice-wrap {
  position: relative;
  display: block;
  background: #edebe5;
  padding: 60px 0;
}

.tripadvice {
  position: relative;
  display: flex;
  /* background: #fff; */
  width: 350px;
  padding: 30px;
  align-items: center;
  float: left;
  transition: 0.5s;
}

.ratewrap {
  position: relative;
  display: flex;
  background: #34e0a1;
  border-radius: 13px 0px 13px 13px;
  letter-spacing: -0.64px;
  color: #ffffff;
  font-size: 64px;
  font-weight: 700;
  width: 126px;
  height: 126px;
  justify-content: center;
  align-items: center;
  float: left;
  transition: 0.5s;
}

.tradvice {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-left: 28px;
}

.selected-dates h3 {
  color: #000;
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-transform: capitalize;
  margin-bottom: 16px;
}

input#checkin_date {
  padding-top: 22px;
  padding-left: 16px;
  background-image: url(../img/icon_calendar1.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  width: 294px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #a3a3a3;
  margin-right: 23px;
  color: #000;
  font-weight: 500;
}

input#checkout_date {
  padding-top: 22px;
  padding-left: 16px;
  background-image: url(../img/icon_calendar1.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  width: 294px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #a3a3a3;
  margin-right: 23px;
  color: #000;
  font-weight: 500;
}

input#number_adults {
  width: 162px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  margin-right: 23px;
}

input#number_children {
  padding-left: 16px;
  padding-top: 22px;
  width: 162px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  margin-right: 23px;
  color: #000;
  font-weight: 500;
}

.srh-btn {
  width: 165px;
  height: 50px;
  border-radius: 30px;
  background: #090808;
  color: #fff;
}

.booking-prameteres {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
}

.sub-title h2 {
  color: #000;
  font-family: DM Sans;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}

.bookingcom .ratewrap {
  background: #003680;
  border: 1px solid #707070;
  border-radius: 20px 20px 20px 0px;
}

.bookingcom {
  position: relative;
  display: flex;
  /* background: #fff; */
  width: 410px;
  padding: 30px;
  align-items: center;
  float: left;
  margin-left: 3px;
}

.bookingcom .review-wraps {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.17px;
  color: #003680;
}

.tripadvice:hover .ratewrap,
.bookingcom:hover .ratewrap {
  border-radius: 13px 13px 0px 13px;
}

.wether-wrap {
  position: relative;
  display: block;
  background: #184461;
  box-shadow: 0px 3px 7px #00000029;
  color: #fff;
  padding: 33px;
  height: 95%;
}

.wether-wrap h4 {
  font-size: 16px;
  letter-spacing: 1.33px;
  color: #ffffff;
  text-transform: uppercase;
}

.wether-wrap h5 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #ffffff;
}

.viewweather {
  background-color: #0d202e;
  border-radius: 35px;
  width: 50px;
  position: relative;
  display: block;
  height: 50px;
  background-image: url(../img/weather-arrorw.png);
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  top: -35px;
  transition: 0.5s;
}

.viewweather:hover {
  background-position: 80% center;
}

.modal-body iframe {
  width: 100%;
}

div.fOptions {
  display: none !important;
}

.instabox {
  position: relative;
  display: block;
  padding: 20px 0;
}

.bannerwrap.inner {
  background-size: cover;
  height: 443px;
  margin-top: 0;
}

.bannerwrap.inner:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1312125c;
}

.header-content {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
}

.header-content a {
  color: #fff;
  transition: 0.5s;
}

.header-content a:hover {
  color: #ccc;
}

.bannerwrap.inner .col-md-12 {
  height: 450px;
}

.header-content h1 {
  font-size: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 9px #00000029;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 86px;
}

.breadcrumb-wrap {
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

a.chk_button {
  position: relative;
  display: inline-block;
  background: #090808;
  border-radius: 49px;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 47px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 55px;
  transition: 0.5s;
}

a.chk_button:hover {
  opacity: 0.95;
}

.foodmenu-btn {
  position: relative;
  display: inline-block;
  background-color: #2b2939;
  background-image: url(../img/download-icon.jpg);
  background-repeat: no-repeat;
  background-position: 90% center;
  box-shadow: 0px 4px 7px #00000063;
  border-radius: 49px;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 60px 15px 80px;
  text-indent: -44px;
  color: #ffffff !important;
  text-transform: uppercase;
  margin-top: 20px;
  transition: 0.5s;
}

.foodmenu-btn:hover {
  opacity: 0.9;
}

.restaurant-wrap {
  position: relative;
  display: block;
  background: #edebe5;
  padding: 85px 0 20px 0;
}

.restaurent-text h2 {
  font-size: 41px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: -0.41px;
  color: #0d0d0d;
  padding-right: 72px;
  margin-bottom: 33px;
}

.restaurent-text p {
  letter-spacing: -0.15px;
  color: #0d0d0d;
  font-size: 15px;
  line-height: 27px;
}

.openhr {
  position: relative;
  display: block;
  margin-top: 30px;
}

.restaurant-row {
  position: relative;
  display: block;
  margin: 0 57px 67px 57px;
}

.restaurent-text {
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 50px 103px 50px;
  height: auto;
}

.restaurent-slider-wrap .item {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.restaurent-slider-wrap {
  display: block;
  height: 100%;
  position: relative;
}

.restaurent-slider-wrap .owl-carousel.owl-loaded {
  display: block;
  height: 100%;
  position: relative;
}

.restaurent-slider-wrap .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restaurent-slider-wrap .owl-carousel .owl-stage-outer {
  height: 100%;
}

.restaurent-slider-wrap .owl-carousel .owl-stage {
  position: relative;
  height: 100%;
}

.restaurent-slider-wrap .owl-carousel.owl-drag .owl-item {
  height: 100%;
}

.restaurent-slider-wrap .owl-next span,
.restaurent-slider-wrap .owl-prev span {
  color: transparent;
}

.restaurent-slider-wrap .owl-next {
  background-image: url(../img/resturant-sl-next.png) !important;
  background-repeat: no-repeat;
  height: 22px;
  width: 13px;
}

.restaurent-slider-wrap .owl-prev {
  background-image: url(../img/resturant-sl-prv.png) !important;
  background-repeat: no-repeat;
  height: 22px;
  width: 13px;
}

.restaurent-slider-wrap .owl-nav {
  position: absolute;
  bottom: 26px;
  left: -160px;
  width: 130px;
}

.restaurent-slider-wrap button.owl-prev {
  /* left: 7px; */
  float: left;
}

.restaurent-slider-wrap button.owl-next {
  float: right;
  position: relative;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

button:focus {
  outline: 0;
}

.restaurent-slider-wrap .owl-nav:before {
  position: absolute;
  display: block;
  top: -25px;
  left: 65px;
  width: 1px;
  opacity: 1 !important;
  content: "";
  height: 84px;
  background: #ccc;
}

.restaurent-slider-wrap .owl-theme .owl-dots .owl-dot.active span,
.restaurent-slider-wrap .owl-theme .owl-dots .owl-dot:hover span {
  background: #9c9c9e;
}

.restaurent-slider-wrap .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 11px;
  background: #ffffff;
  border-radius: 0;
}

.restaurent-slider-wrap .owl-theme .owl-dots {
  text-align: right;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 25px;
  right: 33px;
}

.layout2 .restaurent-slider-wrap .owl-nav {
  position: absolute;
  bottom: 26px;
  left: 676px !important;
  width: 130px;
}

.planwrap {
  position: relative;
  display: block;
  padding: 95px 0;
  border-bottom: 1px solid #7070704f;
  background: #fff;
}

.planwrap h3 {
  color: #808080;
  font-family: DM Sans;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.11px;
  text-transform: uppercase;
  text-align: right;
}

a.chk_button.bg {
  margin-left: 0;
  font-size: 23px;
}

.triadvice-wrap.inn {
  background: #fff;
}

.acc-gallery-wrap {
  position: relative;
  display: flex;
  background-size: 105%;
  height: 660px;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}

.acc-gallery-wrap h2 {
  font-size: 41px;
  letter-spacing: 3.28px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 9;
}

.acc-gallery-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0000001c;
  transition: 0.5s;
}

.acc-gal {
  position: relative;
  display: block;
  transition: 0.5s;
}

.acc-gal .view-gallery {
  position: absolute;
  display: block;
  bottom: -32px;
  color: #fff;
  background-image: url(../img/image-gallery.png);
  background-repeat: no-repeat;
  background-position: -2px center;
  padding-left: 40px;
  font-size: 18px;
  letter-spacing: 1.44px;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.5s;
}

.acc-gal:hover .view-gallery {
  bottom: 38px;
  opacity: 1;
  transition-delay: 0.5s;
  transition: 0.5s;
}

.acc-gal:hover .acc-gallery-wrap:before {
  background: #00000061;
}

.acc-gal:hover .acc-gallery-wrap {
  background-size: 109%;
}

.accomodation-col {
  position: relative;
  display: block;
  background: #edebe5;
  padding-top: 114px;
  padding-bottom: 102px;
}

.room-amenitieswrap {
  position: relative;
  display: block;
  background: #f7f7f7;
  padding: 72px 0;
}

.room-amenitieswrap h3 {
  font-size: 24px;
  letter-spacing: -0.24px;
  color: #070707;
  text-align: center;
}

.rm-wraps {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.rm-item {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 36px;
}

/*.lg-thumb-item:last-child {
    display: none;
}*/

.yoga-wrap {
  position: relative;
  display: block;
  background: #edebe5;
  padding-top: 75px;
  padding-bottom: 70px;
}

.yoga-intro h2 {
  font-size: 39px;
  font-weight: 400;
  letter-spacing: -0.39px;
  color: #0d0d0d;
  margin-bottom: 45px;
}

.yoga-intro p {
  font-size: 17px;
  line-height: 31px;
  letter-spacing: -0.17px;
  color: #0d0d0d;
}

.yoga-slider {
  position: relative;
  display: block;
  margin-left: 67px;
}

.yoga-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 38%;
}

.yoga-slider .owl-nav span {
  display: none;
}

.yoga-slider .owl-prev {
  background-image: url(../img/yogasl-prv.png) !important;
  background-repeat: no-repeat;
  width: 21px;
  height: 36px;
  position: absolute;
  left: 24px;
}

.yoga-slider .owl-next {
  background-image: url(../img/yogasl-next.png) !important;
  background-repeat: no-repeat;
  width: 21px;
  height: 36px;
  position: absolute;
  right: 24px;
}

.yoga-slider .owl-theme .owl-dots .owl-dot.active span {
  background: #9c9c9e;
}

.yoga-slider .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  border-radius: 0;
  background: #ffffff;
}

.yoga-slider .owl-theme .owl-dots {
  text-align: right;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 36px;
  padding-right: 42px;
}

.inquirs {
  position: relative;
  display: block;
  margin-top: 95px;
}

.inquirs h3 {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0px;
  color: #0d0d0d;
  font-weight: 400;
  margin-bottom: 36px;
}

.contact-col-wrap {
  position: relative;
  display: flex;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 119px;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.contact-col1 {
  box-shadow: 0px 4px 7px #00000063;
  border-radius: 49px;
  background-color: #2b2939;
  background-image: url(../img/time-icon.png);
  background-repeat: no-repeat;
  background-position: 89% center;
  padding: 17px 91px 17px 46px;
  font-family: "DM Sans", sans-serif;
  transition: 0.5s;
}

.contact-col1 h5,
.contact-col1 h6 {
  font-weight: 400;
  line-height: 18px;
}

.contact-col1 h6 {
  font-size: 17px;
}

.contact-col-wrap a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #0d0d0d;
  display: block;
  font-family: "DM Sans", sans-serif;
}

.contact-col2 {
  position: relative;
  display: block;
  background-image: url(../img/phone-icon1.png);
  background-repeat: no-repeat;
  background-position: 1% center;
  margin-left: 40px;
  padding-left: 41px;
  transition: 0.5s;
}

.contact-col3 {
  position: relative;
  display: block;
  background-image: url(../img/mail-icon1.png);
  background-repeat: no-repeat;
  background-position: 1% center;
  margin-left: 41px;
  padding-left: 41px;
  transition: 0.5s;
}

.contact-col4 {
  position: relative;
  display: block;
  background-image: url(../img/insta-icon1.png);
  background-repeat: no-repeat;
  background-position: 1% center;
  margin-left: 41px;
  padding-left: 41px;
  transition: 0.5s;
}

.contact-col1:hover,
.contact-col2:hover,
.contact-col3:hover,
.contact-col4:hover {
  opacity: 0.8;
}

.para-box.tr {
  position: relative;
  display: block;
  background: #fff;
  margin-top: 240px;
  padding: 50px 42px;
  margin-left: 40px;
  margin-bottom: 60px;
  margin-right: 0;
}

.treeproject-wrap {
  position: relative;
  display: block;
  height: 600px;
  background-size: cover;
}

.tree-project {
  margin-top: 50px;
}

.para-box.tr h3 {
  font-size: 19px;
}

.mailwrap h3 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  color: #0d0d0d;
}

.yoga-slider.deep {
  position: absolute;
  display: block;
  margin-left: 67px;
  top: 0;
  left: 0;
  max-width: 525px;
}

.yoga-intro.deep p {
  margin-bottom: 30px;
}

.somebrand h4 {
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.23px;
  color: #403f3f;
}

.somebrand {
  position: relative;
  display: block;
  margin-top: 70px;
}

.yoga-slider.deep {
  height: 600px;
  overflow: hidden;
}

.brandwrap {
  position: relative;
  display: block;
  margin-top: 95px;
}

footer.footer-wrap {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  background: #201f1f;
  color: #fff;
  padding-top: 35px;
}

footer.footer-wrap a {
  color: #fff;
  display: inline-block;
  transition: 0.5s;
  font-size: 20px;
  letter-spacing: -0.04px;
}

footer.footer-wrap a:hover {
  color: #ccc;
}

.copyright-wrap {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  background: #1414145c;
  font-family: "PT Serif", serif;
  padding: 28px 0;
}

.flogowrap {
  z-index: 9;
  position: absolute;
  display: block;
  text-align: center;
  top: -15px;
}

.footer-container h5 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.52px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-container p {
  font-size: 20px;
  line-height: 41px;
  letter-spacing: -0.04px;
  color: #ffffff;
}

.fcontacts {
  position: relative;
  display: inline-block;
}

.fcontacts.c1 {
  margin-left: 20px;
}

.fcontacts.c2 {
  margin-left: 80px;
}

.copyright-wrap p {
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: -0.03px;
  color: #726767;
}

.copyright-wrap a {
  font-size: 15px !important;
  color: #726767 !important;
}

p.copyrights {
  text-align: right;
}

.copyright-wrap a:hover {
  color: #fff !important;
}

.contacts-wrap {
  position: relative;
  display: block;
  background: #edebe5;
  padding-top: 75px;
  padding-bottom: 70px;
}

.contactswrap h2 {
  font-size: 39px;
  font-weight: 400;
  letter-spacing: -0.39px;
  color: #0d0d0d;
  margin-bottom: 45px;
}

.contactswrap p {
  font-size: 17px;
  line-height: 31px;
  letter-spacing: -0.17px;
  color: #0d0d0d;
}

.contacinfo {
  position: relative;
  display: block;
}

.contacinfo h2 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.28px;
  color: #403f3f;
  font-family: "DM Sans", sans-serif;
}

.cinfo {
  font-size: 17px;
  line-height: 31px;
  letter-spacing: -0.17px;
  color: #0d0d0d;
}

.c-logowrap {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 75px;
}

.cinfo p {
  padding-right: 93px;
}

.qinfo p {
  padding-right: 0;
}

.qinfo a {
  color: #0d0d0d;
}

.mapwrap {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 9;
}

.maplink {
  border-top: 1px solid #ccc;
  position: relative;
  display: block;
  margin-top: 38px;
  padding-top: 28px;
  text-align: center;
}

.mapwrap a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  color: #3a3838;
  text-transform: uppercase;
  background-image: url(../img/direction-arrow.jpg);
  background-repeat: no-repeat;
  background-position: 98% 13px;
  padding: 10px 56px;
  transition: 0.5s;
}

.mapwrap a:hover {
  background-position: 96% 13px;
}

.cform .form-control {
  border: 1px solid #707070;
  height: 46px;
  border-radius: 0;
}

.cform h4 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.19px;
  color: #403f3f;
  margin-bottom: 44px;
}

.cform-wrap {
  position: relative;
  display: block;
  padding-top: 45px;
}

.cform {
  position: relative;
  display: block;
  padding-right: 100px;
}

.cform label {
  font-size: 14px;
  letter-spacing: -0.11px;
  color: #403f3f;
  margin-bottom: 3px !important;
}

.cform .form-group {
  margin-bottom: 22px;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}

label.cal-label {
  padding-top: 5px;
  padding-left: 14px;
  position: absolute;
  color: #747272;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  text-transform: capitalize;
  top: 0;
  left: 0;
}

.cform textarea.form-control {
  height: 155px;
}

.booking-extra-services h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #000;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.booking-extra-services p {
  color: #212121;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.send {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background: #090808;
  border-radius: 49px;
  padding: 13px 43px;
  transition: 0.5s;
}

.send:hover {
  background: #333;
}

.gallert-wrapper {
  position: relative;
  background: #edebe5;
  display: block;
  padding: 80px 0 40px;
}

.gbox a {
  position: relative;
  display: none;
}

.gbox img {
  width: 100%;
  transition: 0.5s;
}

.gbox img:hover {
  filter: brightness(125%);
}

.gbox a:nth-child(1) {
  width: 590px;
  float: left;
  margin-right: 27px;
  display: block;
}

.gbox a:nth-child(2),
.gbox a:nth-child(3),
.gbox a:nth-child(4),
.gbox a:nth-child(5) {
  width: 280px;
  float: left;
  display: block;
}

.gbox a:nth-child(2) {
  margin-right: 27px;
}

.gbox a:nth-child(3) {}

.gbox a:nth-child(4) {
  margin-top: 30px;
  margin-right: 27px;
}

.gbox a:nth-child(5) {
  margin-top: 30px;
}

.gallert-wrapper h2 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.28px;
  color: #403f3f;
  margin-bottom: 52px;
}

.gal-wrapper1 {
  position: relative;
  display: block;
}

.gal-row1 {
  position: relative;
  display: block;
  border-bottom: 1px solid #cecdcd;
  float: left;
  padding-bottom: 65px;
}

.gwrap {
  position: relative;
  display: block;
  margin-bottom: 70px;
  float: left;
}

.gbox2 a {
  width: 280px !important;
  display: none;
  float: left;
  margin-right: 30px;
}

.gbox2 img {
  width: 100%;
}

.gbox2 a:nth-child(4) {
  margin-right: 0px;
}

.gbox2 a:nth-child(1),
.gbox2 a:nth-child(2),
.gbox2 a:nth-child(3),
.gbox2 a:nth-child(4) {
  display: block;
}

.things-row {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.section-title {
  position: sticky;
  top: 100px;
}

.thingto-do-wrap {
  position: relative;
  display: block;
  background: #edebe5;
  padding-bottom: 145px;
}

.intropara {
  position: relative;
  display: block;
  margin-top: 75px;
  padding: 10px 17%;
  margin-bottom: 55px;
}

.location-box {
  position: relative;
  display: block;
  padding: 15px 38px;
  z-index: 99;
  background: #fff;
  cursor: pointer;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #403f3f;
  margin-bottom: 24px;
}

.section-title p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.12px;
  color: #403f3f;
}

.thigns-box-wrap {
  position: relative;
  display: block;
}

.thingsbox {
  position: relative;
  display: block;
  background-size: cover;
  height: 470px;
  overflow: hidden;
  margin-bottom: 50px;
}

.bottom-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 522px;
  height: 45px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.infobox-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 370px;
  background: #fff;
  height: 100%;
  justify-content: flex-end;
  padding: 10px 34px 52px 34px;

  bottom: -91%;
  transition: 0.5s;
}

.infobox-wrap.sshow {
  bottom: 0;
}

.infobox-wrap h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.25px;
  color: #0d0d0d;
  margin-bottom: 33px;
}

.infobox-wrap p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.13px;
  color: #0d0d0d;
}

.location-box h4 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: #0d0d0d;
  position: relative;
  margin-bottom: 0;
}

.location-box h4:before {
  content: url(../img/map-icon.png);
  position: absolute;
  top: 1px;
  left: -18px;
  display: block;
  width: 8px;
  height: 11px;
}

.get-direct {
  font-size: 12px;
  letter-spacing: -0.12px;
  color: #919191;
  text-transform: uppercase;
  position: absolute;
  display: block;
  right: 0;
  z-index: 2;
  top: 0;
  padding: 14px 43px 14px 22px;
  background-color: #f5f5f5;
  background-position: 91% center;
  background-image: url(../img/get-direction-arrow.png);
  background-repeat: no-repeat;
  transition: 0.5s;
}

.sshow .get-direct {
  right: -150px;
}

.get-direct:hover {
  color: #000;
}

a.moreview {
  position: absolute;
  display: block;
  /* background: #c00; */
  width: 10px;
  z-index: 9999;
  height: 10px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  border-bottom: 2px solid #00000052;
  border-left: 2px solid #00000052;

  transform: rotate(136deg);
}

.sshow a.moreview {
  transform: rotate(-45deg);
  top: 20px;
}

.customer-count {
  position: relative;
  display: block;
  margin-bottom: 10px;
  justify-content: space-between;
}

.custom-count {
  position: relative;
  display: flex;
}

.cus-count-span {
  color: #747272;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  /* 100% */
  text-transform: capitalize;
}

.meal-plan select {
  outline: 0 !important;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #d9d9d9;
  background-color: #fefefe;
  color: #747272;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  text-transform: capitalize;
  /* flex-shrink: 0; */
}

.meal-plan {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

button.btn-book-now {
  text-indent: 20px;
  position: relative;
  display: block;
  width: 130px;
  height: 34px;
  border-radius: 30px;
  background: #090808;
  color: #fff;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin: 0 auto;
}

button.btn-book-now-accommedation {
  cursor: pointer;
  text-indent: 20px;
  position: relative;
  display: block;
  width: 130px;
  height: 34px;
  border-radius: 30px;
  border: 2px solid #000;
  /* background: #090808; */
  background-color: #fff;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin: 0 auto;
}

button.btn-book-accom {
  cursor: pointer;
  text-indent: 20px;
  position: relative;
  display: block;
  width: 130px;
  height: 34px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin: -35px auto 0px 100px;
}

button.btn-book-service {
  cursor: pointer;
  text-indent: 20px;
  position: relative;
  display: block;
  width: 130px;
  height: 34px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin: -35px auto 0px 100px;
}

.btn-book span {
  font-size: 30px;
  position: absolute;
  top: -6px;
  left: -8px;
}

.btn-book-now-accm span {
  font-size: 30px;
  position: absolute;
  top: -6px;
  left: -8px;
}

.btn-book-now-accommedation span {
  font-size: 30px;
  position: absolute;
  top: -6px;
  left: -8px;
}

.btn-book-now span {
  font-size: 30px;
  position: absolute;
  top: -6px;
  left: -8px;
}

button.btn-book-now.pk {
  margin-top: 12px;
  /* filter: invert(1); */
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.customer-count select {
  outline: 0 !important;
  /* width: 100px; */
  width: 80px;
  height: 28px;
  border: 0;
  background: none;
  color: #363636;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
  border-radius: 5px;
}

.customer-count select:nth-child(1) {
  margin-right: 15px;
}

.booking-dates {
  margin-top: 32px;
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.booking-dates h4 {
  margin-bottom: 20px;
  color: #000;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.check-date h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #5c5c5c;
  font-family: DM Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 23px; */
  text-transform: uppercase;
}

.check-date h6 {
  margin-bottom: 5px;
  color: #000;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 23px; */
}

.check-date {
  position: relative;
  margin-right: 66px;
  display: block;
}

.checking-wrap {
  position: relative;
  display: flex;
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  justify-content: space-between;
}

.accm-title {
  position: relative;
  display: flex;
  align-content: flex-end;
  justify-content: space-between;
}

.accm-title :nth-child(1) {
  margin-right: 20px;
}

.occupants {
  position: relative;
  display: flex;
}

.occupants :nth-child(1) {
  margin-right: 10px;
}

.accm {
  position: relative;
  display: block;
}

.accom-details {
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 10px;
}

.accm-room-details {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 26px;
  justify-content: space-between;
}

label.remove-text {
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 0;
  color: #e74040;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-decoration-line: underline;
}

.remove-text-rm-btn {
  display: none;
}

.tot-amount {
  position: relative;
  display: block;
  margin-top: 25px;
  /* margin-bottom: 25px; */
}

.tot-left :nth-child(2) {
  text-align: right;
}

.brk-point {
  border: 1px solid;
  margin: 15px 0;
  color: #ccc8c8;
}

.brk-point:last-child {
  display: none;
}

.btn-conti {
  margin: 10px 0;
  padding: 13px 0px;
  border-radius: 30px;
  background: #090808;
  text-align: center;
  color: #fff;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.btn-conti a {
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
}

.btn-back {
  padding: 13px 0px;
  border-radius: 30px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-align: center;
}

.ser-list-para-2 {
  margin-bottom: 16px;
  color: #000;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.btn-back a {
  color: #000;
}

.btn-right {
  text-align: right;
}

.detail-form .finish-booking {
  margin-top: 28px;
  width: 220px;
  padding: 12px 48px;
  border-radius: 30px !important;
  background-color: #090808 !important;
  color: #fff !important;
  font-family: DM Sans;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.detail-form .previous-step {
  margin-top: 28px;
  width: 220px;
  padding: 12px 48px;
  border-radius: 30px !important;
  border: 1px solid #000 !important;
  background: #fff;
  color: #000 !important;
  font-family: DM Sans;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background-color: transparent !important;
}

.detail-form label {
  color: #303030;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
}

.form-control {
  border-radius: 0;
}

.cls-form {
  margin-bottom: 20px;
}

.booking-customer-info h4 {
  margin-bottom: 20px;
  color: #000;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.booking-customer-info p {
  margin-bottom: 0px;
  color: #303030;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.ser-guest-form .booking-dates {
  margin: 0;
}

.checking-wrap-sum {
  position: relative;
  display: block;
}

/* .check-date-sum {
  position: relative;
  margin-right: 66px;
  display: flex;
} */

.check-date-sum h5 {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #5c5c5c;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.check-date-sum h6 {
  margin-bottom: 0;
  color: #000;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 153.333% */
}

.sec-devider {
  border: 1px solid #e1e1e1;
  background-color: #e1e1e1;
  margin-top: 30px;
  margin-bottom: 40px;
}

.txt-left {
  color: #252525;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 213.333% */
  letter-spacing: -0.3px;
}

.txt-right {
  text-align: right;
  color: #252525;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 213.333% */
  letter-spacing: -0.3px;
}

.accm-left-pan h3 {
  margin-bottom: 5px !important;
  color: #212121 !important;
  font-family: DM Sans !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  letter-spacing: -0.3px !important;
}

.accm-right-pan h3 {
  margin-bottom: 5px !important;
  text-align: right !important;
  color: #212121 !important;
  font-family: DM Sans !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  letter-spacing: -0.28px !important;
}

.tot-amount .tot-left {
  text-align: right;
  /* margin-bottom: 0px; */
}

/* .conti-pay {
  margin-top: 30px;
  position: relative;
  display: block;
  text-align: center;
} */
.conti-pay {
  width: 300px;
  margin-top: 30px;
  margin: 30px auto 0;
  position: relative;
  display: block;
  text-align: center;
}

.continue-pay {
  cursor: pointer;
  padding: 13px 40px;
  border-radius: 30px !important;
  background-color: #090808 !important;
  color: #fff !important;
  font-family: DM Sans !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
}

.form-marg {
  margin-left: 200px;
  margin-right: 200px;
}

.accm-pad {
  padding: 15px 25px !important;
}

label.l-book-now {
  cursor: pointer;
  width: 80%;
  /* height: 34px; */
  flex-shrink: 0;
  border-radius: 30px;
  background: #090808;
  color: #fff;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 18px;
}

label.l-remove-now {
  cursor: pointer;
  width: 80%;
  /* height: 34px; */
  flex-shrink: 0;
  border-radius: 30px;
  background: #090808;
  color: #fff;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 18px;
}

.l-book-btn {
  text-align: center;
}

.step-link a.deactive {
  border-radius: 8px;
  background: #8c8a92;
}

.pay-complete {
  margin-top: 66px !important;
  margin-bottom: 20px !important;
  position: relative;
  display: block;
  margin: -30px auto 0 auto;
  width: 105px;
  left: 4.4%;
  transform: translateX(-72%);
  text-align: center;
  transition: 0.5s;
}

.pay-title h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  text-align: center;
}

.pay-title h3 {
  padding-top: 30px;
  color: #212121;
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.pay-title p {
  padding-top: 70px;
  margin-bottom: 60px;
  color: #212121;
  text-align: center;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.booking-d {
  position: relative;
  display: block;
  margin-top: 32px;
  margin-bottom: 54px;
}

.booking-d p {
  color: #000;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.booking-d h3 {
  color: #5c5c5c;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}

.booking-id {
  margin-bottom: 18px;
}

.booking-check-in {
  margin-bottom: 18px;
}

.booking-check-out {
  margin-bottom: 18px;
}

.guest-info h4 {
  color: #000;
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  text-transform: capitalize;
}

.guest-d p {
  margin: 0;
  color: #303030;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.3px;
}

.remarks {
  position: relative;
  display: block;
  margin-top: 64px;
}

.remarks h4 {
  color: #000;
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.remarks p {
  color: #212121;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.left-panel {
  position: relative;
  display: block;
  background-color: #fafafa;
  padding: 40px 30px;
}

.details-payment {
  position: relative;
  display: block;
  background-color: #fff;
}

.right-panel {
  position: relative;
  display: block;
  background-color: #fff;
  padding-right: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.print-btn {
  text-align: center;
  position: relative;
  display: block;
  margin: 40px 20px;
}

.print-btn a {
  padding: 10px 60px;
  color: #000;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0);
}

/* Floating input button styles */
/* .form-group {
  margin-bottom: 1em !important;
  transition: all 0.3s !important;
}

/* .form-label {
  font-size: 1em !important;
  display: block !important;
  opacity: 1 !important;
  transform: translateY(-1.25em) !important;
} */

.input {
  display: flex !important;
  flex-direction: column;
  position: relative;
}

input {
  /* width: 350px; */
  padding: 8px;
  font-size: 14px;
  font-weight: 300;
  transition: 300ms ease;
}

.input input:focus {}

.form-label {
  padding-left: 16px;
  position: absolute;
  display: flex;
  align-items: center;
  transition: 300ms ease;
}

input:focus+.form-label,
input:not(:placeholder-shown)+.form-label {
  padding-top: 22px;
  padding-bottom: 8px;
  font-size: 12px;
  transform: translateY(-20px);
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button {
  /* -webkit-appearance: none !important; */
  padding-top: 0 !important;
}

.service-occ-details {
  padding-top: 30px !important;
}

.service-occ-details h4 {
  margin-bottom: 24px !important;
}

/* Custom occ details css */
.booking-form .form-group {
  position: relative;
  height: 80px;
  margin-bottom: 10px;
  margin-right: -10px;
  margin-left: -10px;
}

.booking-form .form-control {
  font-family: "Cantata One", serif;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  height: 80px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 28px;
  color: #333;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.85);
  padding-top: 30px;
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
}

.booking-form .form-control:focus {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.booking-form .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.booking-form .form-control::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
  color: rgba(51, 51, 51, 0.3);
}

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking-form select.form-control+.select-arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  text-align: center;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.3);
  height: 80px;
  line-height: 80px;
}

.booking-form select.form-control+.select-arrow:after {
  content: "\279C";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #333;
  font-size: 14px;
}

.booking-form .form-label {
  color: #8c5d28;
  display: block;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 0.6px;
  position: absolute;
  left: 10px;
  top: 0px;
}

.cus_count {
  margin-top: 12px;
  position: unset;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

span.hr-line-break {
  position: absolute;
  width: 1px;
  height: 44px;
  background-color: #cbc9c9;
  bottom: 180px;
  right: 170px;
}

span.hr-line-break-service {
  position: absolute;
  width: 1px;
  height: 55px;
  background-color: #cbc9c9;
  right: 145px;
}

span.hr-line-break-vt {
  position: absolute;
  width: 1px;
  height: 55px;
  background-color: #cbc9c9;
  right: 110px;
}

.d-children {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: url(../img/arrow-down-navigate.png) !important;
  background-repeat: no-repeat !important;
  background-size: 10px 10px !important;
  background-position: calc(100% - 16px) !important;
}

.r-children {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: url(../img/arrow-down-navigate.png) !important;
  background-repeat: no-repeat !important;
  background-size: 10px 10px !important;
  background-position: calc(100% - 16px) !important;
}

.meal-selection {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: url(../img/arrow-down-navigate.png) !important;
  background-repeat: no-repeat !important;
  background-size: 10px 10px !important;
  background-position: calc(100% - 10px) !important;
}

.l-book-btn {
  margin: 0 auto;
}

.l-book-title h2 {
  margin-bottom: 0;
  font-size: 17px;
  float: left;
  font-weight: 700;
  font-family: Montserrat;
}

.l-book-title h3 {
  color: #343333;
  font-family: DM Sans;
  font-size: 12px;
  float: left;
  margin-bottom: 0;
}

.room-starting h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.34px;
  margin-bottom: 0;
}

.room-starting h4 {
  color: #343333;
  font-family: DM Sans;
  font-size: 11px;
  float: left;
  margin-bottom: 5px;
  line-height: 8px;
}

.cancel-sec h5 {
  margin-bottom: 10px !important;
  color: #000 !important;
  font-family: DM Sans !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  letter-spacing: -0.34px !important;
}

.cancel-sec li {
  color: #000;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.room-starting {
  margin-top: 0;
  margin-left: 30px
}

.amen-rooms {
  margin-top: 40px;
  position: relative;
  display: flex;
}

.room-amenities h3 {
  color: #343333;
  font-family: DM Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  text-transform: capitalize;
}

.close {
  font-size: 45px;
  font-weight: 100;
  display: inline-block;
  transform: rotate(45deg);
}

.close-occ-details {
  margin-top: 20px;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
}

.sub-tot-div {
  display: none;
}

.close-occ-details-close {
  margin-top: 10px;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
}

.book-now-button {
  margin-top: 0;
}

/* NEW CUSTOM STYLE 2023-10-23 */
.accom-room-list {
  min-height: 260px;
  overflow: hidden;
  position: relative !important;
  background: #FFF !important;
  margin: 40px 0 !important;
  display: block !important;
}

.accom-roorm-details {
  position: relative !important;
  display: block !important;
  padding: 25px 20px 25px 0px !important;
}

.accom-room-title {
  margin-bottom: 20px;
}

.accom-room-title h2 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.42px;
  margin-bottom: 0;
}

.accom-room-description p {
  color: #000;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  margin-bottom: 20px;
}

.accom-room-sub-section {
  position: relative !important;
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 40px !important;
}

.service-sub-section {
  display: flex;
  gap: 60px;
}

.add-more {
  display: none;
}

.accom-room-amen h3 {
  color: #343333;
  font-family: DM Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  text-transform: capitalize;
}

.accom-room-amen img {
  margin-right: 15px !important;
}

.ser-room-amen {
  display: none;
}

.ser-room-amen h3 {
  color: #343333 !important;
  font-family: DM Sans !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 0px !important;
  /* 0% */
  text-transform: capitalize !important;
}

.ser-room-amen img {
  margin-right: 15px !important;
}

.accom-room-amount h4 {
  color: #343333;
  font-family: DM Sans;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
}

.accom-room-amount h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.34px;
}

.accom-room-amount {
  position: relative !important;
  display: block !important;
  left: 6% !important;
}

.accom-ser-amount h4 {
  color: #343333 !important;
  font-family: DM Sans !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 0px !important;
}

.accom-ser-amount h2 {
  color: #000 !important;
  font-family: Montserrat !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  letter-spacing: -0.34px !important;
}

.accom-ser-amount {
  position: relative !important;
  display: block !important;
}

.ser-list-grp {
  position: relative !important;
  display: block !important;
  padding: 25px 20px 25px 0px !important;
}

.alert {
  padding-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.sold-list-title h2 {
  margin-bottom: 0;
}

.sold-list-para {
  margin-top: 20px !important;
  margin-bottom: 28px !important;
}

.next-btn {
  margin: 30px 0;
  text-align: center;
  width: 100%;
}

.conti-next-btn {
  margin: 10px 0;
  padding: 13px 40px;
  border-radius: 30px;
  background: #090808;
  text-align: center;
  color: #fff;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.form-che {
  margin-top: 30px;
  margin-bottom: 30px;
}

.label-che {
  cursor: pointer;
  color: #000;
  font-family: 'DM Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

input[type=checkbox] {
  position: relative;
  border: 2px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: sub;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: .5;
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

/* Add your CSS styles here */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  text-align: center;
  max-height: 80%;
  /* Set a maximum height for the popup */
  overflow-y: auto;
  z-index: 999;
}

.popup-container ul li {
  text-align: left;
}

#document-container .left-panel {
  display: flex;
  justify-content: space-between;
}

.occupant-details-items {
  position: relative;
  display: flex;
}

.occu-item {
  width: 100%;
}

.occupant-details-items .customer-meal-plan {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  /* background-color: #fefefe; */
  /* padding: 5px; */
}

.customer-room-plan span {
  font-size: 12px;
}

.customer-meal-plan select {
  outline: 0 !important;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  border: 0px solid #d9d9d9;
  background-color: #fefefe;
  text-transform: capitalize;
  color: #363636;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
}

.occupant-detail-category {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.occupant-detail-category-ser {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  background: #fff;
}

.occupant-detail-category-ser .accommedation-details {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background-color: #fefefe;
  padding-bottom: 5px;
}

.occupant-detail-category .accommedation-details {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background-color: #fefefe;
  padding-bottom: 5px;
}

.accommedation-details select {
  outline: 0 !important;
  width: 100%;
  height: 25px;
  padding-left: 10px;
  border: 0px solid #d9d9d9;
  background-color: #fefefe;
  text-transform: capitalize;
  color: #363636;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
}

.accommedation-details-ser select {
  outline: 0 !important;
  width: 100%;
  height: 25px;
  padding-left: 15px;
  padding-right: 10px;
  border: 0px solid #d9d9d9;
  background-color: #fefefe;
  text-transform: capitalize;
  color: #363636;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
}

.occ-adults-sec span {
  padding-left: 15px;
  font-size: 10px;
}

.occ-adults-sec {
  width: 100%;
}

.occupant-detail-category::before {
  content: "";
  position: absolute;
  width: 0;
  height: 58%;
  border: 1px solid #CBC9C9;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
}

.occupant-detail-category-ser::before {
  content: "";
  position: absolute;
  width: 0;
  height: 58%;
  border: 1px solid #CBC9C9;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
}

.l-book-title {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.occupant-l-book h3 {
  color: #343333;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.occupant-l-book h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.44px;
}

.occupant-l-book {
  margin-top: 5px;
  margin-bottom: 5px;
}

.accom-room-sub-section-mobile {
  display: none !important;
}

.mobile-search-cat {
  display: none;
}

.sub-title-mobile h2 {
  display: none;
}

/* .open-calendar {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #000;
  text-align: center;
} */

/* .open-calendar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.open-calendar img {
  width: 50%;
  height: 50%;
} */

.booking-info {
  display: none;
}

.accom-room-description {
  position: relative;
  display: block;
  min-height: 148px;
}

.accom-roorm-details .accom-room-description {
  min-height: auto;
}

.start-from {
  display: none;
}

.br-on-mobile {
  display: none;
}