body {
  padding: 0;
  margin: 0;
  font-family: "Afacad", serif;
  overflow-x: hidden;
  font-size: 14px;
  color: #000;
}
* {
  border: none;
  outline: none;
  text-decoration: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

h1 {
  font-family: "Poppins", serif;
}
img {
  max-width: 100%;
}

/*======Home==========*/
.header {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hamburger {
  float: left;
  width: 35px;
  margin: 10px 0 0 0;
  padding: 0;
  cursor: pointer;
}
.hamburger span {
  float: left;
  width: 100%;
  margin: 4px auto;
  padding: 0;
  background: #f1efed;
  height: 3px;
}
.site-logo {
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.top-right-menu {
  float: right;
  margin: 0;
  padding: 0;
}
.top-right-menu ul {
  float: left;
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
}
.top-right-menu ul li {
  float: left;
  margin: 0 25px;
  padding: 0;
}

.top-right-menu ul ul {
  float: left;
  width: 520px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 32px;
  display: none;
}
/*.top-right-menu ul ul.sb-destination{
  display: none;
}*/
.top-right-menu li li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.hv-child,
.hv-child2 {
  position: relative;
  cursor: pointer;
  color: #f1efed;
}
.top-right-menu li a {
  font-size: 18px;
  color: #f1efed;
  font-weight: 700;
  text-decoration: none;
}
.top-right-menu li a i {
  font-size: 14px;
}
.top-right-menu li li a {
  font-size: 16px;
  color: #415934;
  padding: 4px 0 4px 5px;
  float: left;
}
.hv-child.open i,
.hv-child2.open i {
  transform: rotate(180deg);
}

.header.topfix {
  background: #eeeeeb;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header.topfix .site-logo {
  /*width: 90px;*/
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 0;
  /*height: 57px;*/
  overflow: hidden;
}
.header.topfix .site-logo img {
  transform: translateY(5px);
}
.header.topfix {
  background: #415934;
  padding: 6px 25px;
}
.header.topfix .hamburger span {
  background: #f1efed;
}
.header.topfix .top-right-menu {
  margin-top: 5px;
}
.header.topfix .top-right-menu a {
  color: #f1efed !important;
  text-shadow: none;
}
.header.topfix .top-right-menu ul ul {
  background: #415934;
}
.top-right-menu a {
  min-width: 56px;
  text-align: center;
}
.sb-destination .sb-sub-child i {
  transform: none;
  font-size: 10px;
  margin: 0 0 0 4px;
}

/*==hamberger menu==*/
.hambergur-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.hamburger-area {
  background: #fff;
  width: calc(100vw - 120px);
  height: calc(100vh - 80px);
  overflow: auto;
  position: relative;
  max-width: 1366px;
  margin: 40px auto;
}
.close-menu {
  float: right;
  padding: 10px 15px;
  background: red;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}
.hambergur-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.menu-section {
  float: left;
  width: calc(100% - 500px);
  margin: 0;
  padding: 40px;
  color: #abc0a1;
}
.menu-section2 {
  float: left;
  width: 500px;
  margin: 0;
  padding: 40px;
}
.menu-section3 {
  float: left;
  width: 260px;
  margin: 0;
  padding: 40px;
}

.hamburger-area li {
  font-size: 24px;
  font-weight: 500;
  padding: 5px 0;
  float: left;
  width: 100%;
  font-family: "Afacad", serif;
  color: #abc0a1;
}
.hamburger-area li a {
  color: #abc0a1;
  font-size: 16px;
  font-family: "Poppins", serif;
}
.hamburger-area li ul {
  padding: 5px 0;
  float: left;
  width: 100%;
}
.hamburger-area li li {
  font-size: 13px;
  font-weight: 400;
  padding: 2px 0 2px 10px;
  float: left;
  width: 50%;
  list-style: disc inside;
}
.hamburger-area li li a {
  font-size: 14px;
  font-family: "Poppins", serif;
  line-height: 1em;
}
.have-child ul {
  display: none;
}
li.have-child {
  padding-left: 10px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Poppins", serif;
  font-size: 16px;
}
.have-child ul.active {
  display: block;
}

.hamburger-area .menu-section2 li li,
.hamburger-area .menu-section3 li li {
  width: 100%;
}
.hamburger-area hr {
  float: left;
  width: 100%;
}
.have-child.active i {
  transform: rotate(180deg);
}
.site-logo {
  width: 130px;
}
.site-logo img {
/*  filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(100%)
    contrast(107%);*/
}
/*====== Banner =========*/
.banner-area {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

#project-banner .carousel-control {
  width: 70px;
  background: none;
}
.banner-area .carousel-item {
  height: 100vh;
  overflow: hidden;
}

#project-banner .carousel-caption {
  position: absolute;
  left: 110px;
  top: auto;
  bottom: 25vh;
  right: auto;
  text-align: left;
}

#project-banner .carousel-caption h2, #project-banner .carousel-caption h1 {
  font-size: 72px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
  text-transform: uppercase;
  line-height: 1em;
  color: #f1efed;
}
#project-banner .carousel-caption h3 {
  font-size: 56px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "Afacad", serif;
  color: #f1efed;
}
#project-banner .carousel-caption span {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: none;
}
#project-banner .carousel-caption hr {
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  max-width: 650px;
}

/*====== Booking =========*/
.booking-section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.booking-area {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.sb-booking {
  background: #fff;
  float: left;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 70px;
  z-index: 12;
}

.main_book_form_item {
  float: left;
  position: relative;
  width: 16.66%;
}
.first-book {
  float: left;
  position: relative;
  width: 20%;
}
.main_book_form_item.hotel-name {
  width: 27.5%;
}
.main_book_form_item h2 span {
  font-size: 12px;
  float: left;
  text-transform: uppercase;
  width: 100%;
}
.date_picker input#search_arrival {
  cursor: pointer;
}
.booking-area input[type="text"] {
  width: calc(100% - 40px);
  margin: 0;
  padding: 5px;
  height: 40px;
  background: transparent;
  color: #000;
  border: none;
  margin: 10px;
  font-size: 14px;
  font-family: "Poppins", serif;
}
.booking-area select {
  width: calc(100% - 10px);
  padding: 5px 10px;
  height: 40px;
  font-size: 14px;
  background: transparent;
  color: #000;
  border: none;
  margin: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: transparent url(../img/select-arrow.png) no-repeat;
  background-position: right 10px center;
  font-family: "Poppins", serif;
}
.main_book_form_item:nth-child(3),
.main_book_form_item:nth-child(4),
.main_book_form_item:nth-child(5),
.main_book_form_item:nth-child(2) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.booking-area select option {
  font-size: 13px;
  font-family: "Poppins", serif;
}
.ui-datepicker-trigger {
  position: absolute;
  right: 14px;
  top: 25px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
}
#ui-datepicker-div {
  font-size: 14px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
}
.sb-booking .form_submit {
  width: calc(100% + 1px);
  margin: 0;
  padding: 5px 10px;
  height: 60px;
  background: #415934;
  color: #fff;
  border: none;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Poppins", serif;
}
.sb-booking .form_submit:hover {
  background: #b39d95;
}

.whybook {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.whybook img {
  margin-bottom: 20px;
}
.booking-area.fixed .sb-booking {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 1140px;
  margin: 0 auto;
  top: 84px;
  background: #f1efed;
  bottom: auto;
}

.main_book_form_item label {
  float: left;
  margin: 0;
  padding: 0 12px;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #415934;
  width: 100%;
}

/*================Bookin end ===================*/

.home-about {
  float: left;
  width: 100%;
  margin: 0;
  padding: 80px 0 60px;
}
.home-about h2 {
  font-size: 40px;
  text-align: right;
  font-weight: 800;
  margin-top: 0;
  line-height: 1em;
}
.home-about h2 span {
  font-weight: 600;
  font-family: "Poppins", serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1em;
}
.home-about h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding-left: 60px;
}
.home-about p {
  font-weight: 400;
  line-height: 1.3em;
  padding-left: 60px;
  font-size: 16px;
  font-family: "Poppins", serif;
}
.home-about ul {
  line-height: 1.6em;
  padding-left: 70px;
  font-size: 15px;
  margin: 10px 0;
}
.home-about li {
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
.home-about h3 {
  font-weight: 300;
  font-family: "Afacad", serif;
  font-size: 82px;
  line-height: normal;
  text-align: right;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.home-about h3 a {
  color: #415934;
  line-height: 0.7em;
  float: left;
  width: 100%;
}
.home-about h3 a:hover {
  color: #a48c85;
}

.home-catagories {
  float: left;
  width: 100%;
  margin: 0;
  padding: 80px 0;
}
.home-catagories h2 {
  font-size: 42px;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #abc0a1;
}
.home-catagories h2 span {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 72px;
  margin: 0;
  padding: 0;
}
.home-catagories ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 40px 0 0 0;
  padding: 40px 0;
}
.home-catagories li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.home-catagories h3 {
  font-size: 42px;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  margin: 0;
  line-height: 1em;
  padding: 5px 0;
  position: relative;
  width: 100%;
}
.home-catagories h3 span {
  font-size: 38px;
  font-weight: 700;
  float: left;
  background: #fff;
  width: 100%;
  margin: 0;
  line-height: 1em;
  padding: 0;
}
.home-catagories h3 strong {
  position: relative;
  z-index: 4;
}

.home-catagories li:nth-child(1) h3 {
  border: 15px solid #415934;
}
.home-catagories li:nth-child(2) h3 {
  border: 15px solid #415934;
}
.home-catagories li:nth-child(3) h3 {
  border: 15px solid #abc0a1;
}
.home-catagories li:nth-child(4) h3 {
  border: 15px solid #f1efed;
}
.home-catagories h3:before {
  position: absolute;
  left: 20px;
  right: 20px;
  top: -30px;
  bottom: -30px;
  background: #fff;
  content: "";
  z-index: 0;
}
.home-catagories p {
  font-size: 18px;
  display: inline-block;
  margin: 25px 0 0 0;
  line-height: 1.2em;
}

.home-discover {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.home-discover h2 {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 92px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #abc0a1;
}
.discover-head {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
.discover-head ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.discover-head li {
  float: left;
  margin: 0 50px 0 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px dotted #e9e9e9;
  cursor: pointer;
}
.discover-head li:nth-child(1) {
  color: #654837;
}
.discover-head li:nth-child(2) {
  color: #415934;
}
.discover-head li:nth-child(3) {
  color: #415934;
}
.discover-head li:nth-child(4) {
  color: #abc0a1;
}
.discover-head li:nth-child(5) {
  color: #cfcfcd;
}
.discover-head li.active {
  color: #000;
  border-bottom: 2px dotted #000;
}

.discover-body {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.discover-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.discover-body li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.discover-htl {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.discover-htl h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
}
.discover-htl a:hover {
  background: #415934;
  color: #fff;
}
.discover-htl a {
  background: #415934;
  color: #fff;
  padding: 15px 60px;
  float: left;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.discover-body li:nth-child(1) a {
  background: #654837;
  color: #fff;
}
.discover-body li:nth-child(2) a {
  background: #415934;
}
.discover-body li:nth-child(3) a {
  background: #415934;
}
.discover-body li:nth-child(4) a {
  background: #abc0a1;
  color: #fff;
}
.discover-body li:nth-child(5) a {
  background: #cfcfcd;
}

.hm-htl-area {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 0;
  position: relative;
}
.hm-htl-area:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  border-right: 2px dashed #ccc;
}
.discover-htl .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}
.discover-htl .owl-nav button {
  font-size: 20px !important;
  color: #415934 !important;
  background: #fff !important;
}
.discover-htl .owl-nav button i {
  float: left;
  padding: 10px;
}

.discover-htl .owl-nav .owl-prev {
  float: left;
  border-radius: 0 10px 10px 0;
}
.discover-htl .owl-nav .owl-next {
  float: right;
  border-radius: 10px 0 0 10px;
}

.discover-htl .owl-nav button.disabled {
  display: none;
}
.discover-body,
.home-discover {
  position: relative;
  background: #fff;
}
.discover-body li {
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
}
.discover-body li.active {
  display: block;
  position: static;
  z-index: 1;
}
.home-discover p {
  line-height: 1.5em;
  padding: 0 12vw;
  font-size: 18px;
  float: left;
  width: 100%;
  text-align: center;
  margin: 60px 0 0 0;
  letter-spacing: 0.5px;
}

.home-spcl-offer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0;
}
.home-spcl-offer h2 {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 92px;
  margin: 0 0 30px 0;
  padding: 0;
  color: #abc0a1;
}
.home-spcl-offer h3 {
  font-weight: 700;
  font-size: 32px;
  margin: 0;
  padding: 0;
}
.home-spcl-offer h3 span {
  float: right;
}

.home-spcl-offer h3 span a {
  color: #415934;
  font-size: 22px;
  border-bottom: 2px dotted #415934;
}
.home-spcl-offer h3 span a:hover {
  color: #415934;
}

.discover-spcl-offer {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
.discover-spcl-offer h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
}
.discover-spcl-offer a {
  background: #415934;
  color: #000;
  padding: 15px 60px;
  float: left;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.discover-spcl-offer a:hover {
  background: #415934;
  color: #fff;
}
.discover-spcl-offer .item {
  position: relative;
}
.hm-offer-area {
  position: absolute;
  right: 0;
  top: 60px;
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
  width: 330px;
}
.discover-spcl-offer .owl-nav {
  position: absolute;
  left: -28px;
  right: -28px;
  top: 45%;
  z-index: -1;
}
.discover-spcl-offer .owl-nav button {
  font-size: 20px !important;
  color: #fff !important;
  background: #415934 !important;
}
.discover-spcl-offer .owl-nav button i {
  float: left;
  padding: 10px;
}

.discover-spcl-offer .owl-nav .owl-prev {
  float: left;

  border-radius: 10px 0 0 10px;
}
.discover-spcl-offer .owl-nav .owl-next {
  float: right;
  border-radius: 0 10px 10px 0;
}
.discover-spcl-offer .owl-nav button.disabled {
  display: none;
}

.home-experience {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0;
  background: #f1efed;
  text-align: center;
}
.home-experience img {
  max-width: 260px;
  margin-right: 60px;
  display: inline-block;
}

.home-magazine {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0;
  text-align: center;
}
.home-magazine img {
  max-width: 400px;
  margin-right: 90px;
  display: inline-block;
}

.sb-expression {
  display: inline-block;
  width: 400px;
  text-align: center;
}
.sb-expression img {
  max-width: 350px;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: auto;
}
.sb-expression a {
  padding: 10px 35px;
  margin: 15px 0 0 0;
  font-size: 20px;
  color: #fff;
  background: #415934;
  display: inline-block;
}
.sb-expression a:hover {
  background: #415934;
}
.sb-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-business {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 60px 0;
  background: rgb(214, 206, 193);
  background: linear-gradient(
    90deg,
    rgba(241, 239, 237, 1) 0%,
    rgba(241, 239, 237, 1) 45%,
    rgba(199, 168, 141, 1) 45%,
    rgba(199, 168, 141, 1) 100%
  );
}
.home-business h2 {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 92px;
  margin: 0 0 30px 0;
  padding: 0;
}
.home-business h2 span {
  font-size: 52px;
  float: left;
  margin-bottom: 40px;
}
.home-business p {
  font-weight: 600;
  padding: 0;
  font-size: 16px;
  float: left;
  width: 100%;
}
.home-business a {
  background: #415934;
  color: #000;
  padding: 15px 60px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0 0 0;
}
.home-business a:hover {
  background: #000;
  color: #fff;
}

.home-business ul {
  list-style: none;
}
.home-business li {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #f1efed;
}
.home-business li i {
  font-size: 32px;
  color: #f1efed;
  float: left;
  margin: 0;
  padding: 0;
  width: 60px;
  text-align: center;
}

/*=========Footer ==============*/
.footer {
  background: #415934;
  padding: 50px 0 20px;
  float: left;
  width: 100%;
  position: relative;
  font-family: "Poppins", serif;
}

.footer h3 {
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  padding: 0;
  color: #f1efed;
  line-height: 1em;
}
.footer ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  float: left;
  width: 100%;
}
.footer ul ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  float: left;
  width: 100%;
}
.footer li {
  font-size: 16px;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color:#fff;
}
.footer li li {
  font-size: 14px;
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 0;
}
.footer li a {
  color: #f1efed;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
}
.footer li li a {
  font-weight: 400;
  color: #000;
  float: left;
  width: 100%;
  font-family: "Poppins", serif;
}
.footer-social li {
  float: left;
  width: 60px;
}
.footer-social a {
  font-size: 32px !important;
}
.copyright-sb {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #fff;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #f1efed;
}
.copyright-sb span {
  display: inline-block;
  padding-right: 40px;
}
.copyright-sb a {
  color: #f1efed;
}
.copyright-sb a:hover {
  color: #e1dfdd;
}

/*======listing page =======*/
.htl-listing {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0;
}
.hotel-list {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", serif;
}
.hotel-list h2 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 46px;
  margin: 0;
  padding: 0;
}
.hotel-list h3 {
  float: left;
  width: 100%;
  font-size: 46px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 20px 0;
  color: #415934;
}
.hotel-list p {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.2em;
}
.hotel-list ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hotel-list li {
  line-height: 2.3em;
  font-size: 16px;
  float: left;
  width: 50%;
}
.hotel-list li i {
  color: #415934;
  float: left;
  width: 45px;
  padding: 5px 0;
  font-size: 26px;
}
.hotel-list a {
  background: #415934;
  color: #fff;
  padding: 12px 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 19px 0 0 0;
}
.hotel-list a:hover {
  background: #415934;
  color: #000;
}
.hotel-list-img {
  position: relative;
}
.hotel-list-img a {
  margin: 0;
  padding: 0;
}
.hotel-pagination {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.hotel-pagination ul {
  margin: 0;
  padding: 0;
}
.hotel-pagination .pagination > li > a,
.pagination > li > span {
  color: #000;
}
.hotel-pagination .pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #415934;
  border-color: #c6beb1;
}

.color-deep {
  background: #415934;
}

/*====Hotel details page ==*/
.htl-dtl-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
.htl-dtl-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.htl-dtl-list li {
  float: left;
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  padding: 0 80px 0 0;
  color: #abc0a1;
  font-family: "Poppins", serif;
  position: relative;
}
.htl-dtl-list li:hover {
  color: #000;
  cursor: pointer;
}
.htl-dtl-list li.active {
  text-decoration: underline;
}
/*.htl-dtl-list li.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  border-bottom: 2px dashed #abc0a1;
  width: 100%;
  max-width: 120px;
}*/
.htl-dtl-list a {
  background: #415934;
  color: #fff;
  padding: 4px 23px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  float: left;
}
.htl-dtl-list a:hover {
  background: #abc0a1;
}

.dtl-the-hotel {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0 60px;
}
.dtl-the-hotel h2 {
  font-weight: 400;
  font-family: "Afacad", serif;
  font-size: 92px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #abc0a1;
}
.dtl-the-hotel h3 {
  font-size: 46px;
  font-family: "Poppins", serif;
  font-weight: 600;
  text-align: right;
  margin: 0;
  padding: 0;
  color: #000;
  float: left;
  width: 100%;
  line-height: 1em;
}
.dtl-the-hotel p {
  font-weight: 400;
  line-height: 1.4em;
  /*padding-left: 30px;*/
  font-size: 15px;
  font-family: "Poppins", serif;
}
.show-ls {
  display: none;
}
.read-mr {
  padding-left: 0px;
  float: left;
  font-size: 16px;
  color: #7c7c7c;
  font-family: "Poppins", serif;
  width: 100%;
  cursor: pointer;
  text-decoration: underline;
}
.read-mr span:nth-child(2) {
  display: none;
}
.read-mr.active span:nth-child(1) {
  display: none;
}
.read-mr.active span:nth-child(2) {
  display: block;
}

.dtl-room {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.dtl-room h2 {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 72px;
  margin: 0;
  padding: 0;
  color: #abc0a1;
}

.htl-dtl-list.dark {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 68px;
  padding: 10px 0;
  z-index: 5;
  background: #f1efed;
}

.dtl-room-list {
  width: 100%;
  margin: 0;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
}
.dtl-room-list:nth-child(2n + 1) {
  flex-direction: row-reverse;
}
.dtl-room-list img {
  float: left;
  width: 50%;
}
.dtl-room-list .owl-carousel img {
  float: left;
  width: 50%;
}
.room-dtl {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0 0 30px;
}
.dtl-room-list:nth-child(2n + 1) .room-dtl {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 30px 0 0;
}
.dtl-room-list h3 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: "Poppins", serif;
}
.dtl-room-list p {
  float: left;
  width: 100%;
  line-height: 1.2em;
  font-size: 15px;
  font-family: "Poppins", serif;
}
.dtl-room-list ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
  list-style: none;
}
.dtl-room-list li {
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 0 0 5px;
  line-height: 1em;
}
.dtl-gallery button, .dtl-room-list a {
  background: #415934;
  color: #fff;
  padding: 7px 26px;
  font-size: 18px;
  font-weight: 700;
  margin: 13px 0 0 0;
  display: inline-block;
}
.dtl-room-list a:hover {
  background: #abc0a1;
}

.dtl-services {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0 60px;
}
.dtl-services h2 {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 72px;
  margin: 0;
  padding: 0 0 20px 0;
  color: #abc0a1;
}
.dtl-services h3 {
  font-size: 46px;
  font-family: "Poppins", serif;
  font-weight: 600;
  text-align: right;
  margin: 0;
  padding: 0;
  color: #000;
  float: left;
  width: 100%;
  line-height: 1em;
}
.dtl-services ul {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0 0 0;
  font-family: "Poppins", serif;
}
.dtl-services li {
  float: left;
  width: 20%;
  font-size: 15px;
  margin: 0;
  padding: 0 0 40px 0;
  text-align: center;
  line-height: 1em;
}
.dtl-services li i {
  font-size: 36px;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.dtl-location {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0 60px;
}
.dtl-location h2 {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 72px;
  margin: 0;
  padding: 0 0 20px 0;
  color: #abc0a1;
}
.dtl-location h3 {
  font-size: 46px;
  font-family: "Poppins", serif;
  font-weight: 600;
  text-align: right;
  margin: 0;
  padding: 0;
  color: #000;
  float: left;
  width: 100%;
  line-height: 1em;
}
.dtl-location h4 {
  /*padding-left: 30px;*/
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 20px;
}
.dtl-location p {
  font-weight: 400;
  line-height: 1.4em;
  /*padding-left: 30px;*/
  font-size: 15px;
  font-family: "Poppins", serif;
}
.dtl-location iframe {
  width: 100%;
  /*padding-left: 30px;*/
}

.dtl-gallery {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0 60px;
}
.dtl-gallery h2 {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 72px;
  margin: 0;
  padding: 0 0 20px 0;
  color: #abc0a1;
}
.hotel-gallery {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.hotel-gallery a {
  float: left;
  width: 20%;
  margin: 0;
  padding: 5px;
}

.sb-destination {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px !important;
  overflow: auto;
  color: #abc0a1;
}
.sb-destination2 {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px !important;
  width: 250px !important;
}
.sb-destination > ul {
  display: block !important;
}
.sb-sub-child a {
  color: #000;
  font-size: 14px;
}
.sb-sub-child a:hover {
  color: #000;
}
.sb-sub-child h4 {
  margin: 0;
  padding: 5px 0 15px;
  font-size: 16px;
  float: left;
  width: 100%;
  font-weight: 700;
  text-decoration: underline;
}

.sb-sub-child a {
  color: #abc0a1 !important;
  width: 50%;
  text-align: left;
  padding: 0 15px 5px 0 !important;
  font-weight: 600 !important;
  line-height: 0.9em;
}
.sb-language {
  background: rgba(255, 255, 255, 0.6);
  width: 62px !important;
}
.sb-sub-child.open i {
  transform: rotate(180deg);
}
.sb-sub-child {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-catagories a {
  line-height: 1em;
  padding: 2px 0;
}
.footer-catagories a:hover {
  color: #e1dfdd;
}

.hm-newsletter {
  float: left;
  width: 100%;
  margin: 0;
  padding: 120px 0;
  text-align: center;
  background: #f1efed;
  color: #000;
}
.hm-newsletter h3 {
  font-size: 42px;
  float: left;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 0 120px;
}
#subscribe {
  margin: 15px auto 0;
  display: inline-block;
  width: 480px;
  position: relative;
}
.hm-newsletter .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 13px;
}
.check-privacy {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: normal;
  font-size: 16px;
}
.check-privacy a {
  color: #000;
}
.hm-newsletter input[type="email"] {
  float: left;
  width: 300px;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  border: 1px solid #000;
  background: none;
  color: #000;
  font-size: 18px;
  height: 50px;
}
#submit-button {
  background: #000;
  color: #fff;
  padding: 10px 40px;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #000;
  height: 50px;
}
#submit-button:hover {
  background: #000;
}

.dest-drop {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
}
.sb-destination.open {
  display: block;
}
.to-top {
  position: absolute;
  right: 40px;
  top: -27px;
  font-size: 37px;
  background: #f1efed;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  color: #415934;
  cursor: pointer;
  padding: 0;
}

.hotel-experiences {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*========listing Page ============*/
.list-discover {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 40px 0;
}
.list-discover h2 {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 82px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1em;
  color: #abc0a1;
}
.list-discover h2 span {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 52px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
/*=========Lightbox-overright =========*/
.lb-data .lb-close {
  position: absolute;
  top: 6px;
  z-index: 99;
}
.lightbox .lb-image {
  border: none !important;
}
.sb-magnify {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 24px;
}
.hotel-listing-area {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.pagination {
  font-family: "Poppins", serif;
}
.page-link {
  color: #000;
}

.header.topfix .sb-sub-child h4 {
  color: #f1efed;
}
/*=====Mobile Nav====*/
.mobile-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 61px;
  background: #415934;
  z-index: -1;
}
.mobile-nav ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav li {
  border: 1px solid #fff;
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 0;
}
.mobile-nav li a {
  float: left;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  text-align: center;
  font-family: "Poppins", serif;
  color: #f1efed;
  background: #415934;
}
.mobile-nav li a:hover {
  background: #b8987d;
}
.mobile-checknow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  width: 100% !important;
  font-size: 20px;
  border: none !important;
  display: none;
}
.mobile-checknow a {
  background: #415934 !important;
}
.mobile-checknow a:hover {
  background: #b39d95 !important;
}
.mobile-checknow.topfix {
  display: block;
}

.inner-breadcrumb {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
}
.inner-breadcrumb ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 100px;
  list-style: none;
  position: relative;
}
.inner-breadcrumb li {
  float: left;
  padding: 10px 20px;
  font-family: "Poppins", serif;
  margin: 0;
  background: transparent url(../img/breadcrumb-arrow.png) no-repeat;
  background-position: center right;
  font-size: 12px;
}
.inner-breadcrumb li:last-child {
  background: none;
}
.inner-breadcrumb li a {
  color: #000;
  font-size: 12px;
}
.inner-breadcrumb ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  border-top: 1px solid #8d9799;
  width: 98px;
}

/*=========== multiple booking overright ============*/
.multiple-booking .main_book_form_item {
  float: left;
  position: relative;
  width: 12.66%;
}
.main_book_form_item.hotel-name {
  width: 24%;
}
.main_book_form_item:nth-child(6),
.main_book_form_item:nth-child(7) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.to-top:hover {
  color: #abc0a1;
}

/*==================Other Page Header =====================*/
.other-page .site-logo img {
  /*filter: invert(71%) sepia(6%) saturate(1402%) hue-rotate(346deg)
    brightness(98%) contrast(86%);*/
}
.other-page .hamburger span {
  background: #415934;
}
.other-page .hv-child,
.other-page .hv-child2,
.other-page .top-right-menu li a {
  color: #415934;
}
.other-page .header.topfix .site-logo img {
  /*filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(100%)
    contrast(107%);*/
}
.other-page .header {
  background: #fff;
}
.other-page .header.topfix {
  background: #415934;
}

.other-page .home-about {
  margin-top: 25px;
  padding: 10px 0 0;
}
.other-page .inner-breadcrumb {
  margin-top: 85px;
}
/*==================Experience Page =====================*/
.other-page .home-about a {
  background: #415934;
  color: #000;
  padding: 12px 20px;
  float: left;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0 60px;
}
.other-page .home-about a:hover {
  background: #415934;
  color: #fff;
}
.experience-list {
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 20px 40px;
}

.hotel-exp {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0;
  text-align: center;
}
.hotel-exp h2 {
  font-size: 42px;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #abc0a1;
}
.hotel-exp h2 span {
  font-weight: 600;
  font-family: "Afacad", serif;
  font-size: 72px;
  margin: 0;
  padding: 0;
}
.hotel-exp h4 {
  font-size: 26px;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0;
  color: #abc0a1;
  line-height: 1em;
}
.hotel-exp p {
  font-size: 18px;
  display: inline-block;
  margin: 15px 0 0 0;
  line-height: 1.2em;
  width: 100%;
}

.experience-list .owl-nav {
  position: absolute;
  left: -50px;
  right: -50px;
  top: 45%;
}
.experience-list .owl-nav button {
  font-size: 20px !important;
  color: #415934 !important;
  background: #fff !important;
}
.experience-list .owl-nav button i {
  float: left;
  padding: 10px;
}

.experience-list .owl-nav .owl-prev {
  float: left;
  border-radius: 0 10px 10px 0;
}
.experience-list .owl-nav .owl-next {
  float: right;
  border-radius: 10px 0 0 10px;
}

.experience-list .owl-nav button.disabled {
  display: none;
}

/*=============== Restaurant Page ===============*/
.restaurent-bar-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 60px 60px;
  position: relative;
}
.restaurent-bar-list .owl-nav {
  position: absolute;
  left: -39px;
  top: 0;
  width: 40px;
}
.restaurent-bar-list .owl-nav .owl-prev {
  background: #000 !important;
  width: 40px;
  height: 40px;
  float: left;
  color: #fff !important;
}
.restaurent-bar-list .owl-nav .owl-next {
  background: #000 !important;
  width: 40px;
  height: 40px;
  float: left;
  color: #fff !important;
}
.restaurent-bar-list h4 {
  padding-left: 0;
  padding-top: 20px;
}
.restaurent-bar-list p {
  padding-left: 0;
}
.restaurent-bar-list a {
  margin-left: 0 !important;
}
.restaurent-bar-list h3 {
  font-size: 40px;
  text-align: left;
  margin: 0;
  padding: 0;
  transform: none;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.restaurent-bar-list a {
  float: none !important;
  display: inline-block;
}

/*===================Event Page=====================*/
h2.event-head span {
  text-transform: none;
}
.home-about.destination-page {
  padding: 40px 0;
}

/*===================Rooftop Page=====================*/
.rooftop-banner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
}
.rooftop-banner .owl-nav {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  width: 60px;
  height: 60px;
  padding: 17px 6px;
  font-size: 18px;
}
.rooftop-banner .owl-nav button {
  display: inline-block;
  width: 20px;
}
a.normal-link {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
a.normal-link:hover {
  color: #2b2b2b !important;
}

.rooftop2-slider a {
  margin: 0 !important;
  padding: 0 !important;
}
.home-about .text-center h2 {
  text-align: center;
}
.mt-20 {
  margin-top: 30px;
}
.home-about .mt-20 h4,
.home-about .mt-20 p {
  padding-left: 0;
  text-align: center;
}

.exp-banner.banner-area .carousel-item {
  height: auto;
}
.exp-about {
  padding-top: 60px;
}

.exp-dtl-update {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0 0;
}
.exp-dtl-update h2 {
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1em;
  font-weight: 700;
  float: left;
  width: 100%;
}
.exp-dtl-update h2 a {
  font-size: 16px;
  padding: 2px 10px;
  color: #fff;
  float: right;
  margin: 22px 0 0 9px;
  line-height: 1.3em;
}
.exp-dtl-update h2 span {
  float: left;
  padding: 0px 30px 0 0;
}
.exp-color1 {
  color: #845d50;
}
.exp-color1 a {
  background: #845d50;
}
.exp-color2 {
  color: #b56d5e;
}
.exp-color2 a {
  background: #b56d5e;
}
.exp-color3 {
  color: #b35c0a;
}
.exp-color3 a {
  background: #b35c0a;
}

.meeting-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 15px 60px;
  font-family: "Poppins", serif;
}
.meeting-list ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.meeting-list li {
  width: 33.33%;
  float: left;
  margin: 0;
  padding: 6px 2px;
  line-height: 1.2em;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.meeting-list li span {
  font-weight: 700;
}
.meeting-area {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
}
.meeting-area .rooftop-banner {
  padding: 0 0 30px 0;
}
.meeting-area p {
  font-size: 16px;
  font-family: "Poppins", serif;
  float: left;
  width: 100%;
}
.meeting-area p a {
  color: #a8886d;
}
.home-about.event-heading h4 {
  font-size: 28px;
  line-height: 1em;
}
.home-about.event-heading .col-sm-8 span {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.home-about.event-heading .col-sm-8 span i {
  font-size: 32px;
  margin: 10px 0 5px;
}
.three-section {
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 0 15px 15px 0;
  font-size: 15px;
  font-family: "Poppins", serif;
}
.three-section ul {
  padding-left: 15px;
}
.three-section p {
  line-height: 1.3em;
}

a.plane-link {
  background: transparent !important;
  color: #415934 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.rateparity-area {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  font-family: "Poppins", serif;
}
.lang-mob {
  position: relative;
  margin: 0 !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
  background: transparent !important;
}

.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-first-item:hover{background:#415934}

.header.topfix .lang-mob ul ul a {
  color: #abc0a1 !important;
}
.lang-mob ul {
  display: block !important;
  max-width: 80px;
  position: static !important;
}
.lang-mob ul a {
  width: 80px;
}
.lang-mob ul ul {
  top: auto;
}
.wpml-ls-statics-shortcode_actions {
  width: 80px;
  margin: 0;
  float: left;
  padding: 0;
}

.error-404.not-found {
  float: left;
  width: 100%;
  margin: 0;
  padding: 90px 0;
  background: #fff;
  text-align: center;
}
.class404 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.error-404.not-found .page-header {
  text-align: center;
}
.error-404.not-found .page-header a {
  background: #415934;
  color: #fff;
  padding: 12px 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 19px 0 0 0;
  border-radius: 15px;
  text-transform: uppercase;
}
.no-hotel-selected {
  border: 1px solid red !important;
}
.lang-mob ul ul {
  position: absolute !important;
  top: 30px !important;
}
#the-room .dtl-room-list {
  align-items: flex-start;
  margin-bottom: 20px;
}
.hotel-listing-area .hotel-list li {
  font-size: 15px;
  line-height: 1.2em;
}
.hotel-listing-area .hotel-list li i {
  color: #415934;
  float: left;
  width: 45px;
  padding: 0 0 7px;
  font-size: 19px;
}
.hamburger-area .menu-section ul li li:nth-child(3) {
  display: list-item;
}
.home .home-catagories li:nth-child(5) {
  display: none;
}
.discover-body {
  overflow-y: hidden;
}

.other-page .inner-breadcrumb li{
	text-transform: capitalize;
}

#sb-ld svg {
  width: 70px;
  height: 70px;
}
#sb-ld{
	width:100%;
	float: left;
	text-align: center;
}
.destination-option {
  font-weight: bold;
  font-size: 16px !important;
}
.destination-title a {
  float: left;
  width: 100%;
  font-size: 46px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #415934;
  background: transparent;
}
.destination-title a:hover{
	background: transparent;
}
.mobile-bookin {
  display: none;
}
/*=============newly added 18-6-2025 =================*/
.mn-booking {
  padding: 10px;
  font-family: "Poppins", serif;
}
.input-destination, .input-date, .input-guest, .input-promocode, .book-submit {
  float: left;
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  position: relative;
}
.input-destination {
  width: 20%;
} 
.input-date {
  width: 25%;
}
.input-guest {
  width: 15%;
} 
.input-promocode{
  width: 20%;
}
.book-submit {
  width: 20%;
}
.mn-booking span{
  text-transform: uppercase;
  color: #415934;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 13px;
}
.multiple-booking {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.input-guest-value select, .input-date-value input[type="text"], .input-promocode input[type="text"], .input-destination-value input[type="text"] {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #000;
  float: left;
  width: 100%;
  background: transparent;
}
.input-destination-value, .input-date-value, .input-guest-value, .input-value{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#booking-reserve-form {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.destination-value {
  position: absolute;
  left: 0;
  width: 310px;
  top: 90px;
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 0;
  display: none;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
}
.destination-value ul{
  float: left;
  width: 100%;
  margin: 0; 
  list-style: none;
  padding: 20px;
  max-height: 296px;
  height: auto;
  overflow-y: auto;
}
.destination-value ul li{
  float: left;
  width: 100%;
  margin: 0;
  padding: 3px;
  list-style: none;
}
.destination-value:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -9px;
  width: 20px;
  height: 12px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px;
  font-family: "Poppins", serif;
}
.daterangepicker .month {
  font-size: 16px !important;
  font-weight: 600;
}
.daterangepicker {
  margin-top: 28px;
}
.calendar-table th{
  font-weight: 400;
}
.daterangepicker td.off.end-date{
  color: initial;
}
.sb-booking .form-submit {
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  height: 50px;
  background: #415934;
  color: #fff;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Poppins", serif;
}
.input-destination.open, .destination-value ul li:hover, .input-date.open, .input-guest.open {
  background: #abc0a1;
}

.guest-value {
  position: absolute;
  left: 0;
  width: 284px;
  top: 90px;
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 0;
  display: none;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
}
.guest-value ul{
  float: left;
  width: 100%;
  margin: 0; 
  list-style: none;
  padding: 20px;
}
.guest-value ul li{
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
}
.guest-value:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -9px;
  width: 20px;
  height: 12px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.guest-value span {
  width: 125px;
  text-align: left;
}
.count-decrease {
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 50%;
  padding: 3px;
  margin: 0 10px 0 0 ;
  transform: translateY(-7px);
  cursor: pointer;
}
.count-increase {
  float: right;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 50%;
  padding: 3px;
  margin: 0 0 0 8px;
  transform: translateY(-7px);
  cursor: pointer;
}
.guest-value strong {
  font-weight: normal;
  float: left;
  width: 36px;
}
.guest-count {
  display: inline-block;
  width: 20px !important;
  float: none !important;
  color: #000 !important;
  padding-bottom: 0 !important;
}


/*=====================================================
MEDIA QUERY
=====================================================*/
@media (max-width: 767px) {
  #project-banner .carousel-caption h2, #project-banner .carousel-caption h1,
  .home-experience h2 {
    font-size: 42px;
  }
  #project-banner .carousel-caption h3 {
    font-size: 22px;
  }
  .home-business h2 span {
    font-size: 32px;
  }
  .home-about h2 {
    font-size: 34px;
  }
  .home-discover h2,
  .home-spcl-offer h2,
  .home-business h2,
  .home-magazine h2 {
    font-size: 52px;
    text-align: center;
    line-height: 1em;
  }
  .discover-htl h3,
  .discover-head li,
  .home-spcl-offer h3,
  .discover-spcl-offer h3 {
    font-size: 28px;
  }
  .footer h3 {
    font-size: 24px;
    float: left;
    width: 100%;
  }
  .footer li {
    font-size: 14px;
	color:#fff;
  }
  .footer li li a {
    padding-right: 5px;
    line-height: 1.3em;
    margin-bottom: 4px;
  }
 
  #project-banner .carousel-caption {
    bottom: 40px !important;
  }
  .hamburger-area li li {
    width: 100%;
  }
  .menu-section,
  .menu-section2,
  .menu-section3 {
    padding: 20px;
  }
  li.have-child {
    font-size: 15px;
  }
  .home-about h3 {
    font-size: 52px;
    transform: translateY(-20px);
    text-align: center;
  }
  .hm-offer-area {
    padding: 20px;
    width: 300px;
  }
  .home-magazine h2 {
    line-height: 1em;
  }
  .header {
    padding: 0;
    padding: 5px 0;
    height: 62px;
    background: #415934;
  }
  .header.topfix {
    background: #415934;
    padding: 5px 0;
  }
  .site-logo {
    width: 120px;
    margin: 0;
    transition: none !important;
  }
  .hamburger span {
    background: #f1efed;
  }
  .hamburger {
    float: right;
  }
  .banner-area {
    margin-top: 96px;
  }
  #project-banner .carousel-caption {
    top: auto;
    bottom: 20px !important;
    left: 40px;
  }
  #project-banner .carousel-caption h2, #project-banner .carousel-caption h1 {
    font-size: 30px;
  }
  .home-about {
    padding: 60px 0;
  }
  .home-about h2 {
    text-align: center;
  }
  .home-about p {
    padding: 0;
    text-align: center;
  }
  .discover-head ul {
    text-align: center;
  }
  .discover-head li {
    float: none;
    margin: 0 32px 0 0;
    display: inline-block;
  }
  .discover-htl h3 {
    text-align: center;
  }
  .discover-htl {
    text-align: center;
  }
  .discover-htl a {
    float: none;
    text-align: center;
    display: inline-block;
  }
  .home-spcl-offer h3 {
    text-align: center;
  }
  .home-spcl-offer h3 span {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .discover-spcl-offer .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
  }
  .discover-spcl-offer .owl-nav button {
    border-radius: 10px !important;
  }
  .hm-offer-area h3 {
    text-align: left;
  }
  .home-business {
    background: #415934;
  }
  .home-business p {
    text-align: center;
  }
  .home-business ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .home-business li i {
    padding: 0 0 5px;
    float: left;
    width: 100%;
  }
  .home-business li {
    padding: 0 0 40px 0;
  }
  .hamburger-area {
    background: #fff;
    width: calc(100vw - 30px);
    height: calc(100vh - 30px);
    overflow: auto;
    position: relative;
    max-width: 1366px;
    margin: 20px auto;
  }
  .menu-section,
  .menu-section2,
  .menu-section3 {
    width: 100%;
  }
  .close-menu {
    position: fixed;
    top: 20px;
    right: 15px;
  }
  .footer {
    text-align: center;
  }
  .footer li li {
    width: 100%;
  }
  .copyright-sb span {
    padding: 0;
  }
  .site-logo img {
    transform: translateY(5px) translateX(0);
    width: 100px;
  }
  .home-about h4 {
    margin: 0;
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 22px;
  }
  .home-catagories {
    padding: 0;
  }
  .home-catagories h2 span {
    font-size: 42px;
  }
  .home-catagories h2 {
    font-size: 26px;
    text-align: center;
  }
  .home-catagories li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 10px;
    text-align: center;
  }
  .home-catagories ul {
    margin: 0;
    padding: 40px 0;
  }

  .sb-booking.mn-booking {
    position: static;
  }
  .main_book_form_item {
    float: left;
    width: 100%;
    border: none !important;
  }
  .discover-htl h3 {
    min-height: auto;
  }
  .hm-newsletter {
    padding: 60px 0;
  }
  .hm-newsletter h3 {
    font-size: 32px;
    padding: 0 10px;
  }
  #subscribe {
    width: 100%;
    padding: 0 20px;
  }
  #submit-button {
    width: 100%;
  }
  .hm-newsletter input[type="email"] {
    width: 100%;
  }

  .footer-social li {
    display: inline-block;
    width: 60px;
    float: none;
  }
  .main_book_form_item.hotel-name {
    width: 100% !important;
  }
  .booking-area select {
    padding: 5px;
  }

  .home-catagories p {
    padding: 5px 21px;
    text-align: center;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .hotel-list {
    flex-direction: column;
  }
  .hotel-list .col-sm-6 {
    width: 100%;
    margin: 0;
    padding: 5px 10px !important;
    text-align: center;
  }
  .sb-magnify {
    right: 22px;
    top: 14px;
  }
  .hotel-list li {
    width: 100%;
  }
  .list-discover h2 {
    font-size: 70px;
    text-align: center;
  }
  .list-discover h2 span {
    font-size: 42px;
    float: left;
    width: 100%;
    text-align: center;
  }
  .home-magazine i {
    display: none;
  }
  .top-right-menu .hv-child2,
  .top-right-menu .hv-child {
    display: none;
  }
  .hv-child.lang-mob {
    display: block;
  }
  .top-right-menu {
    float: right;
    margin: 0;
    padding: 0;
  }
  .header.topfix .top-right-menu {
    margin-top: 0;
  }
  .copyright-sb {
    padding: 20px 0 40px;
    font-size: 14px;
  }
  .home-magazine h2 {
    margin-bottom: 20px;
  }
  .inner-breadcrumb {
    display: none;
  }
  .dtl-room h2,
  .dtl-services h2,
  .dtl-location h2,
  .dtl-gallery h2 {
    font-size: 38px;
    text-align: center;
    line-height: 1em;
  }
  .dtl-room-list h3 {
    font-size: 30px;
    text-align: center;
  }
  .dtl-room-list p,
  .dtl-room-list ul {
    font-size: 14px;
    text-align: justify;
  }
  .dtl-room-list li {
    width: 100%;
  }
  .dtl-room-list img,
  .room-dtl,
  .dtl-room-list:nth-child(2n + 1) .room-dtl {
    width: 100%;
  }
  .dtl-room-list,
  .dtl-room-list:nth-child(2n + 1) {
    flex-direction: column;
  }
  .room-dtl,
  .dtl-room-list:nth-child(2n + 1) .room-dtl {
    padding: 20px 0 40px 0;
  }
  .dtl-the-hotel h2 {
    font-size: 42px;
    line-height: 1em;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  .dtl-the-hotel h3,
  .dtl-services h3,
  .dtl-location h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
  }
  .dtl-services h4,
  .dtl-location h4 {
    padding-left: 0;
    text-align: center;
    font-size: 25px;
  }
  .dtl-the-hotel p,
  .dtl-services p,
  .dtl-location p,
  .dtl-location iframe {
    padding-left: 0;
    text-align: justify;
  }
  .read-mr {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .hotel-gallery a {
    width: 50%;
  }
  .multiple-booking .main_book_form_item {
    width: 100%;
  }
  .hotel-list h3,
  .hotel-list p,
  .hotel-list a {
    text-align: center;
  }
  .hotel-list li i {
    font-size: 18px;
    float: none;
    width: auto;
    margin-right: 6px;
  }
  .sb-container {
    flex-direction: column;
  }
  .home-magazine img,
  .home-experience img {
    max-width: 240px;
    margin-right: 0;
    display: inline-block;
    margin-left: 0;
  }
  .home-experience .sb-container {
    flex-direction: column;
  }
  .sb-expression img {
    max-width: 100%;
    margin-top: 20px;
  }
  .room-dtl {
    text-align: center;
  }
  .dtl-services li {
    width: 50%;
  }
  .other-page .home-about {
    margin-top: 120px;
  }
  .hotel-exp h2 span {
    font-size: 52px;
  }
  .home-about h2 span {
    font-size: 42px;
  }
  .hotel-exp {
    padding: 20px 0 60px 0;
  }
  .taste-list h2,
  .restaurent-bar-list h3 {
    text-align: center;
  }
  .taste-list .col-sm-4 h2 span {
    margin-bottom: 10px;
    display: inline-block;
  }
  .restaurent-bar-list {
    padding: 20px 0 60px 0;
    text-align: center;
  }
  .restaurent-bar-list .owl-nav {
    left: 0;
    top: 0;
  }
  .restaurent-bar-list h4 {
    margin-top: 20px;
  }
  .restaurent-bar-list h3 {
    font-size: 42px;
  }
  .sb-expression {
    width: 270px;
  }
  .rooftop-banner .owl-nav {
    top: auto;
    bottom: -30px;
  }
  .home-about.about-section {
    margin-top: 20px;
  }
  .exp-dtl-update h2 span {
    float: left;
    padding: 0;
    width: 100%;
    text-align: center;
	margin-bottom: 5px;
  }
  .home-about.exp-about {
    padding-bottom: 0px;
  }
  .meeting-list {
    padding: 0 0 35px 0;
  }
  .meeting-list li {
    min-height: 52px;
  }
  .exp-dtl-update h2 {
    text-align: center;
  }
  .exp-dtl-update h2 a {
    float: left;
    margin: 1%;
    width: 48%;
    padding: 12px;
  }
  .exp-dtl-update h2 span a {
	  margin-left: 25%;
	}
  .three-section {
    width: 100%;
  }
  .htl-dtl-list.dark {
    top: 92px;
	padding: 0;
  }
  .htl-dtl-list ul {
	  list-style: none;
	  margin: 0;
	  padding: 10px 0;
	  text-align: center;
	  white-space: nowrap;
	  overflow: scroll;
	}
	.htl-dtl-list li, .htl-dtl-list a {
	  float: none;
	  display: inline-block;
	  margin: 0;
	  padding: 0 5px;
	  font-size: 14px;
	}
	.taste-list h2 a {
	  margin: 10px 0 !important;
	  width: 100%;
	}
	.destination-pg {
	  padding-top: 100px;
	}
	.booking-section {
      display: none;
    }
    .home .mobile-checknow {
        display: none !important;
        margin: 10px auto;
        width: calc(100% - 120px) !important;
        border: 1px solid #fff !important;
    }
	/*===========Mobile booking home ===============*/
	.mobile-bookin {
		display: block;
		position: fixed;
		bottom: 0;
		padding: 10px;
		left: 0;
		right: 0;
		z-index: 9;
	}
	.mbl-bookbutton {
		margin: 0 30px;
		width: calc(100% - 60px);
		border: 1px solid #fff;
		padding: 6px 0;
		text-align: center;
		font-family: "Poppins", serif;
		color: #f1efed;
		background: #415934;
		font-size: 20px;
		float: left;
		cursor: pointer;
	}
	.bk-bookarea {
		float: left;
		margin: 20px 20px 0;
		padding: 0;
		width: calc(100% - 40px);
		position: relative;
	}
	.bk-bookarea input[type="text"] {
	  width: calc(100% - 40px);
	  margin: 0;
	  padding: 5px;
	  height: 40px;
	  background: transparent;
	  color: #000;
	  border: none;
	  margin: 10px;
	  font-size: 14px;
	  font-family: "Poppins", serif;
	}
	.bk-bookarea select {
	  width: calc(100% - 10px);
	  padding: 5px;
	  height: 40px;
	  font-size: 14px;
	  background: transparent;
	  color: #000;
	  border: none;
	  margin: 10px;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  text-indent: 1px;
	  text-overflow: "";
	  background: transparent url(../img/select-arrow.png) no-repeat;
	  background-position: right 10px center;
	  font-family: "Poppins", serif;
	}
	.bk-bookarea select option {
	  font-size: 13px;
	  font-family: "Poppins", serif;
	}
	.bk-bookarea .ui-datepicker-trigger {
	  position: absolute;
	  right: 14px;
	  top: 25px;
	}
	#ui-datepicker-div {
	  font-size: 14px;
	}
	
	.bk-bookarea .form_submit {
	  width: calc(100% + 1px);
	  margin: 0;
	  padding: 5px 10px;
	  height: 60px;
	  background: #415934;
	  color: #fff;
	  border: none;
	  margin: 0;
	  -webkit-transition: all 0.4s ease;
	  -moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	  font-family: "Poppins", serif;
	}
	.bk-bookarea .form_submit:hover {
	  background: #b39d95;
	}
	.bk-bookarea #booking-reserve-form {
		position: absolute;
		z-index: 9;
		left: 0;
		right: 0;
		background: #fff;
		bottom: 0;
		display: none;
		border: 2px solid #415934;
	}
	.close-bkmobile {
		position: absolute;
		top: -30px;
		right: -2px;
		font-size: 17px;
		background: #ececec;
		padding: 3px;
		width: 30px;
		height: 30px;
		text-align: center;
		cursor: pointer;
		border: 2px solid #415934;
		border-bottom: none;
	}
  /*====== addec 19-6-2025 =====*/
  .mobile-bookinbox {
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mobile-bookinbox span {
    display: none;
  }
  .input-destination, .input-date, .input-guest, .book-submit {
    width: 100%;
  }
  #booking-reserve-form-device {
    padding: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
  }
  .mobile-bookinbox {
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0 0 0;
    display: none;
    background: #fff;
  }
  
  .input-destination-value, .input-date-value, .input-guest-value, .input-value{
    font-family: "Poppins", serif;
  }
  .input-destination, .input-date, .input-guest {
    width: calc(100% - 44px);
    border: 1px solid #000;
    margin: 10px 22px;
    cursor: pointer;
  }
  .mobile-bookinbox i {
    float: right;
    margin-top: 3px;
    margin-right: 4px;
  }
  .book-submit .form-submit {
	width: calc(100% - 22px);
	margin: 10px 11px;
	border: 1px solid #fff;
	padding: 6px 0;
	text-align: center;
	font-family: "Poppins", serif;
	color: #f1efed;
	background: #415934;
	font-size: 20px;
	float: left;
	cursor: pointer;
    text-transform: uppercase;
  }
  .mbl-booking-close {
    position: absolute;
    right: 0px;
    top: -35px;
    width: 32px;
    height: 32px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
  }

  .mob-cal-pop {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    font-size: 14px;
    font-family: "Poppins", serif;
    display: none;
  }
  .mob-cal-pop.active {
    display: block;
  }
  .mob-cal-pop .destination-value, .mob-cal-pop .guest-value {
    display: block;
    left: 0;
    right: 0;
    width: auto;
    top: 0;
    bottom: 0;
  }
  .guest-value span {
    width: calc(100% - 116px);
    text-align: left;
    float: left;
  }
  .pop-stage .form-submit {
    width: 200px;
    margin: 10px 11px;
    border: 1px solid #fff;
    padding: 6px 0;
    text-align: center;
    font-family: "Poppins", serif;
    color: #f1efed;
    background: #415934;
    font-size: 16px;
    float: right;
    cursor: pointer;
    text-transform: uppercase;
  }
  .pop-stage .destination-value ul {
    height: calc(100vh - 74px);
	max-height: none;
  }
  .guest-value:before, .destination-value:before {
    display: none;
  }
  .top-pop-nav {
    float: left;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 0;
  }
  .top-pop-nav span {
    float: left;
    width: auto;
    padding: 15px 0;
    text-transform: uppercase;
  }
  .top-pop-nav i {
    float: left;
    width: auto;
    padding: 20px;
    cursor: pointer;
  }

  .mob-cal-pop .destination-value, .mob-cal-pop .date-value, .mob-cal-pop .guest-value {
    display: none;
  }
  .mob-cal-pop .destination-value.active, .mob-cal-pop .date-value.active, .mob-cal-pop .guest-value.active {
    display: block;
  }
  .pop-stage .count-increase, .pop-stage .count-decrease{
    transform: translateY(-5px);
  }
  .daterangepicker {
    margin-top: 55px;
    border: none;
    width: calc(100vw - 20px);
    position: fixed;
    height: 100vh;
    overflow: scroll;
    padding: 0 0 20px;
  }
  .daterangepicker:before{
    display: none !important;
  }
  .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
    padding: 0;
    width: 100% !important;
    float: left;
    max-width: none;
  }
  .booking-section .input-promocode {
    width: calc(100% - 44px);
    border: 1px solid #000;
    margin: 10px 22px;
    cursor: pointer;
  }
  .mobile-checknow.topfix{
	  display: none;
  }

	
}


@media (min-width: 768px) and (max-width: 1023px) {
  #project-banner .carousel-caption h2, #project-banner .carousel-caption h1, 
  .home-experience h2 {
    font-size: 42px;
  }
  #project-banner .carousel-caption h3,
  .home-business h2 span {
    font-size: 36px;
  }
  .home-about h2 {
    font-size: 34px;
  }
  .home-discover h2,
  .home-spcl-offer h2,
  .home-business h2,
  .home-magazine h2 {
    font-size: 62px;
  }
  .discover-htl h3,
  .discover-head li,
  .home-spcl-offer h3,
  .discover-spcl-offer h3 {
    font-size: 28px;
  }
  .footer h3 {
    font-size: 24px;
  }
  .footer li {
    font-size: 14px;
  }
  .footer li li a {
    padding-right: 5px;
    line-height: 1.3em;
    margin-bottom: 4px;
  }
  #project-banner .carousel-caption {
    bottom: 70px !important;
  }
  .hamburger-area li li {
    width: 100%;
  }
  .menu-section,
  .menu-section2,
  .menu-section3 {
    padding: 20px;
  }
  li.have-child {
    font-size: 15px;
  }
  .home-about h3 {
    font-size: 52px;
    transform: translateY(-20px);
  }
  .hm-offer-area {
    padding: 20px;
    width: 300px;
  }
  .home-magazine h2 {
    line-height: 1em;
  }
  .home-spcl-offer h3 span a {
    font-size: 18px;
  }
  .close-menu {
    padding: 3px 10px;
  }
  .top-right-menu ul li {
    float: left;
    margin: 0 22px;
    padding: 0;
  }
  .sb-destination li,
  .sb-destination2 li,
  .sb-language li {
    margin: 0 !important;
  }
  .menu-section {
    width: 100%;
  }
  .menu-section2 {
    width: 50%;
  }
  .menu-section3 {
    width: 50%;
  }
  .hamburger-area li li {
    width: 50%;
  }
  .home-catagories li {
    width: 50%;
    padding: 40px 20px;
  }
  .hotel-list {
    flex-direction: column;
  }
  .hotel-list .col-sm-6 {
    width: 100%;
    margin: 0;
    padding: 20px 10px !important;
  }
  .sb-magnify {
    right: 22px;
    top: 30px;
  }
  .htl-dtl-list li {
    padding: 0 30px 0 0;
  }
  .dtl-room h2,
  .dtl-services h2,
  .dtl-location h2,
  .dtl-gallery h2 {
    font-size: 52px;
  }
  .dtl-room-list h3 {
    font-size: 30px;
  }
  .dtl-room-list p,
  .dtl-room-list ul {
    font-size: 14px;
  }
  .dtl-room-list img,
  .room-dtl,
  .dtl-room-list:nth-child(2n + 1) .room-dtl {
    width: 100%;
  }
  .dtl-room-list,
  .dtl-room-list:nth-child(2n + 1) {
    flex-direction: column;
  }
  .room-dtl,
  .dtl-room-list:nth-child(2n + 1) .room-dtl {
    padding: 20px 0 40px 0;
  }
  .booking-section .container {
    max-width: 766px !important;
  }
  .dtl-services li {
    width: 33.33%;
  }
  .taste-list .col-sm-4,
  .taste-list .col-sm-8 {
    width: 100%;
  }
  .taste-list h2,
  .restaurent-bar-list h3 {
    text-align: center;
  }
  .taste-list .col-sm-4 h2 span {
    margin-bottom: 20px;
    display: inline-block;
  }
  .restaurent-bar-list {
    padding: 0 0 60px 30px;
    text-align: center;
  }
  .home-magazine img {
    max-width: 300px;
    margin-right: 60px;
    display: inline-block;
  }
  .meeting-list li {
    min-height: 52px;
  }
}

@media (min-width: 860px) and (max-width: 1024px) {
  #project-banner .carousel-caption h2, #project-banner .carousel-caption h1, 
  .home-experience h2 {
    font-size: 52px;
  }
  #project-banner .carousel-caption h3,
  .home-business h2 span {
    font-size: 46px;
  }
  .home-about h2 {
    font-size: 30px;
  }
  .home-discover h2,
  .home-spcl-offer h2,
  .home-business h2,
  .home-magazine h2 {
    font-size: 82px;
  }
  .discover-htl h3,
  .discover-head li,
  .home-spcl-offer h3,
  .discover-spcl-offer h3 {
    font-size: 34px;
  }
  .footer h3 {
    font-size: 32px;
  }
  .footer li {
    font-size: 14px;
  }
  .footer li li a {
    padding-right: 5px;
    line-height: 1.3em;
    margin-bottom: 4px;
  }
  .menu-section {
    width: calc(100% - 550px);
  }
  .menu-section2 {
    width: 300px;
  }
  .menu-section3 {
    width: 250px;
  }
  .hamburger-area li li {
    width: 100%;
  }
  .home-about h2 span {
    font-size: 48px;
  }
  .home-catagories li {
    padding: 0 10px;
  }
  .htl-dtl-list li {
    padding: 0 40px 0 0;
  }
  .dtl-room h2,
  .dtl-services h2,
  .dtl-location h2,
  .dtl-gallery h2 {
    font-size: 52px;
  }
  .dtl-room-list h3 {
    font-size: 30px;
  }
  .dtl-room-list p,
  .dtl-room-list ul {
    font-size: 14px;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
}

@media (max-width: 1280px) {
  .banner-area .carousel-item {
    height: auto;
  }
  #project-banner .carousel-caption {
    top: auto;
    bottom: 90px;
  }
}

@media (min-width: 1600px) {
}

@media (min-width: 1400px) and (min-height: 900px) and (max-width: 1600px) {
  .banner-area .carousel-item {
    height: auto;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}