body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  color: #2b2b2b;
}
* {
  border: none;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img{
  max-width: 100%;
}
h1, h2, h3, h4{
  font-family: "Afacad", sans-serif;
}


/*====== Header =========*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  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;
}
.navbar-brand {
  float: left;
  width: 380px;
  height: auto;
  padding: 6px 15px;
}
.navbar-brand img{
  float: left;
  width: 200px;
}
.navbar-brand span {
  color: #FC7309;
  font-size: 20px;
  padding: 17px 0 0 0;
  float: right;
  width: 122px;
}
.navbar.navbar-default {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  background: none;
  font-weight: 700;
}

.navbar-nav a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 55px !important;
  color: #fff !important;
  font-weight: 600;
}
.navbar-nav a:hover , .navbar-nav li.active a{
  color: #f5af73 !important;  
}
.spcl a {
  padding: 15px 26px !important;
}

#hotel-nav {
  width: calc(100% - 332px);
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.language {
  float: right;
  width: 70px;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
}
.language ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language ul > li {
  float: left;
  width: 100%;
  padding: 0 12px;
  cursor: pointer;
  color: #fff;
}
.language li li {
  padding: 0;
}
.language li li a {
  padding: 9px 10px;
  color: #fff;
  background: #000;
  float: left;
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.language li ul {
  display: none;
  position: absolute;
  padding-top: 10px;
  width: 50px;
}
.language li:hover ul {
  display: block;
}
.spcl {
  float: right !important;
}
.spcl a {
  background: #765948;
}
.spcl a:hover, .spcl a:active, .spcl a:focus {
  background: #af968e !important;
  color: #fff !important;
}

.navbar-brand {
  float: left;
  width: 116px;
  filter: invert(100%) brightness(100);
  border-right: 1px solid rgba(0,0,0,0.3);
}
.navbar-brand img {
  padding: 5px;
}
.navbar-brand2 {
    float: left;
    width: 140px;
    margin: 0;
    padding: 15px 14px;
    filter: invert(100%) brightness(100);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.header-phone {
  float: left;
  margin: 0;
  padding: 0;
  width: calc(100% - 332px);
  border-right: 1px solid rgba(255,255,255,0.3);
}
.header-phone ul{
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.header-phone li{
  float: left;
  margin: 0;
  padding: 0;
}
.header-phone li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 6px;
  float: left;
}
.nav.navbar-nav.navbar-left {
  width: 100%;
}
.pd-top-0{
  padding-top: 0 !important;
}
.header.topfix {
  background: #fff;
}
.header.topfix .navbar-brand, .header.topfix .navbar-brand2{
  filter: none;
}
.header.topfix .header-phone li a, .header.topfix .language ul > li{
  color: #2b2b2b;
}
.header.topfix .header-phone {
  border-right: 1px solid rgba(0,0,0,0.3);
}
.header.topfix .navbar-nav a{
  color: #2b2b2b !important;
}
.header.topfix .navbar-nav li.spcl a{
  color: #fff !important;
}
.header.topfix .navbar.navbar-default {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.header.topfix #hotel-nav {
  border-right: 1px solid rgba(0,0,0,0.3);
}
.header.topfix  .navbar-nav a:hover, .header.topfix .navbar-nav li.active a {
  color: #f5af73 !important;
}

.header.topfix .spcl a:hover {
  background: #99745f !important;
  color: #fff !important;
}
.header-phone li a:hover{
  color: #f5af73 !important;
}
/*====== Banner =========*/
.banner-area {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background: #000;
}
#project-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  z-index: 4;
  height: 200px;
}
.partner-logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 320px;
}
.welcome-space h3 strong {
  color: #738cbb;
}
/*#project-banner {
  left: -40px;
  right: -40px;
  width: 100vw;
}*/
#project-banner .carousel-control {
  width: 70px;
  background: none;
}
.banner-area .item {
  height: 100vh;
  overflow: hidden;
}

.spcl-book a {
  background: #F2EEEB;
  color: #000 !important;
}
.spcl-book a:hover{
  background: #DDD9D6 !important;
}
#project-banner .carousel-caption {
  position: absolute;
  left: 60px;
  top: 60px;
  bottom: 60px;
  right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#project-banner .carousel-caption h2{
  font-size: 52px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 3px rgba(0,0,0,0.9);
}
#project-banner .carousel-caption h3{
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 3px rgba(0,0,0,0.9);
}
#project-banner .carousel-caption hr{
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  max-width: 670px;
}
/* YOUR CSS simplified */  
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/*=====================================================
Booking
=====================================================*/
section.booking {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  transform: translateY(-100px);
  position: relative;
  z-index: 7;
}

.booking-calendar {
  position: relative;
  float: left;
  width: 100%;
  transform: translateY(-133px);
  height: 0px;
  z-index: 5;
}

.main_book_form {
  position: relative;
  background: #fff;
  padding: 0 0 0 10px;
  margin: 0;
}

.main_book_form_item {
  float: left;
  width: 16.66%;
  margin: 0;
  padding: 0;
  position: relative;
}

.main_book_form_item input, 
.main_book_form_item select {
  width: 100%;
  margin: 0;
  padding: 5px 12px;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-right: 1px solid #d8d8d8;
  float: left;
  background: transparent;
  color: #000;
  line-height: normal;
  letter-spacing: normal;
}

.main_book_form {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.ui-datepicker-trigger {
  position: absolute;
  top: 25px;
  right: 12px;
  z-index: 99;
}

.discount-sb input {
  border: none !important;
}

.form_submit {
  background: #765948 !important;
  border: none !important;
  margin: 0 !important;
  height: 60px !important;
  width: calc(100% + 1px) !important;
  color: #fff !important;
}

.form_submit:hover {
  background: #99745f !important;
}

.fixed-header {
  background: #0a4c61;
  z-index: 99;
}

.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 !important;
  ; background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  text-align: center;
  line-height: 23px;
}

.booking-overlayfix {
  position: fixed;
  top: 49px;
  transform: translateY(0);
  border-top: 1px solid #9A8C7D;
  left: 3%;
  right: 3%;
  width: auto;
}


/*======home-about===========*/
.home-about {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0 80px 0;
}
.home-about h2{
  font-size: 36px;
  text-align: right;
  font-weight: 800;
  margin-top: 0;
}
.home-about h2 span{
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
  color: #765948;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.home-about h3{
  font-weight: 500;
  padding-left: 60px;
  font-size: 26px;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
}
.home-about p{
  font-weight: 500;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.6em;
}

.home-room {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0 30px;
  position: relative;
  background: #F1EFED;
}
.home-room h2 {
  font-weight: 600;
  font-size: 48px;
  float: left;
  position: relative;
  margin: 0;
}
.home-room h2 span{
  color: #765948;
}

.hm-room-area {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
}
.room-booking {
  float: left;
  width: 100%;
  background: #765948;
  padding: 15px;
  position: relative;
  z-index: 3;
}
.rm-left, .rm-right {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
.rm-left {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.rm-right a{
  font-size: 18px;
  color: #f5af73;
  font-weight: 600;
  float: right;
}
.rm-right a:hover{
  color: #2b2b2b;
}
.hm-room-area h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  background: #765948;
  float: left;
  margin: 0;
  padding: 10px 0 0;
  height: 80px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #BD9D82;
}
.hm-room-area h3 span{
  display: block;
  font-size: 20px;
}
.hm-room-area .owl-nav {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 45%;
  font-size: 40px;
  z-index: 2;
  color: #765948;
}
.home-room .view-room {
  margin-right: 0;
}

.hm-room-area .owl-nav .owl-prev{
  float: left;
}
.hm-room-area .owl-nav .owl-next{
  float: right; 
}
.hm-room-area img{
  float: left;
  position: relative;
  z-index: 0;
  -o-transition: all 300ms ease-in-out;
  -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;
}
.hm-room-area .item{
  overflow: hidden;
  float: left;
}
.hm-room-area .item:hover img{
  transform: scale(1.1);
  -o-transition: all 300ms ease-in-out;
  -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;
}

.view-room {
  float: right;
  border: 2px solid #765948;
  padding: 6px 20px;
  color: #765948;
  margin: 3px 40px 0;
  font-size: 16px;
  font-weight: 600;
}
.view-room:hover {
  border: 2px solid #765948;
  color: #fff;
  background: #765948;
}

.home-spcl {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 60px;
  text-align: center;
  background: #765948;
}

.spcl-img {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-40px);
}
.home-spcl h2{
  font-size: 26px;
  padding: 0 110px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.home-spcl h2 span{
  font-size: 1.5em;
  float: left;
  width: 100%;
  font-weight: 700;
  margin-top: 10px;
}
.home-spcl a {
  margin: 20px 0;
  padding: 10px 40px;
  background: #fff;
  color: #2b2b2b;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
.home-spcl a:hover {
  color: #fff;
  background: #2b2b2b;
}


.hm-services {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.hm-services:before {
  content: "";
  background: #2B2B2B;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
}
.hm-services h2 {
  font-weight: 600;
  font-size: 48px;
  float: left;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
}
.hm-services h2 span{
  color: #c3ada5;
}
.hm-services p {
  font-size: 16px;
}
.hm-services iframe {
  float: left;
  width: 100%;
  height: 440px;
}
.hm-services a {
  margin: 20px 0;
  padding: 10px 40px;
  background: #765948;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
.hm-services a:hover {
  color: #fff;
  background: #99745f;
}
.service-list-ul {
  list-style: none;
  padding: 0 0 0 50px;
  width: 100%;
  margin: 10px 0 0 0;
  display: inline-block;
}
.service-list-ul li{
  width: 25%;
  float: left;
  margin: 10px 0 0 0;
  padding-left: 10px;
}
.service-list-ul li i{
  font-size: 30px;
  margin-bottom: 15px;
}
.service-list-ul li p{
  padding: 0;
}

.hm-newsletter {
  float: left;
  width: 100%;
  margin: 0;
  padding: 80px 0;
  text-align: center;
  background: #765948;
  color: #fff;
}
.hm-newsletter  h3 {
  font-weight: 400;
  font-size: 36px;
  float: left;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 0 120px;
}
#subscribe {
  margin: 15px auto 0;
  display: inline-block;
  width: 470px;
}
.check-privacy {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: normal;
}
.check-privacy a{
  color: #2b2b2b;
}
.hm-newsletter input[type="email"] {
  float: left;
  width: 300px;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-size: 16px;
  height: 50px;
}
.hm-newsletter input[type="email"]::placeholder{
  color: #f3f3f3;
}
#submit-button {
  background: #2b2b2b;
  color: #fff;
  padding: 10px 40px;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  height: 50px;
}
#submit-button:hover {
  background: #000;
}


.footer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.footer-logo a {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.footer-logo a img {
  width: 100%;
  max-width: 130px;
}
.footer a{
  float: left;
  width: 100%;
  color: #2b2b2b;
}
.footer-logo {
  border-right: 1px solid rgba(0,0,0,0.3);
  padding: 15px;
  min-height: 225px;
}
.footer h3{
  margin: 0 0 10px 0;
}
.footer ul{
  padding: 0;
  list-style: none;
}
.footer ul li{
  float: left;
  margin-right: 15px;
}
.footer ul li a{
  font-size: 16px;
}
.footer a:hover{
  color: #000;
}
.footer-address {
  padding: 30px 15px 0;
  border-right: 1px solid rgba(0,0,0,0.3);
  min-height: 225px; 
}
.footer-call {
  padding: 30px 15px 0;
  border-right: 1px solid rgba(0,0,0,0.3);
  min-height: 225px;
}
.footer-vat {
  padding: 30px 15px 0;
  min-height: 225px;
}
.footer-copy {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,0.3);
  text-align: center;
  font-size: 14px;
}
.footer-call a{
  float: none;
  display: inline;
}


/*-------Newly added -----------*/
.hm-adv {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px 0 70px;
  background: #F1EFED;
}
.spcl-1 {
  float: left;
  width: calc(50% - 15px);
  text-align: center;
  padding: 70px 40px;
  margin: 0 15px 0 0;
  background: url("../images/spcl-1.jpg") no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: bottom center;
}
.spcl-2 {
  float: left;
  width: calc(50% - 15px);
  text-align: center;
  padding: 70px;
  margin: 0 0 0 15px;
  background: url("../images/spcl-2.jpg") no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: bottom center;
}
.hm-adv h2 {
  font-size: 46px;
  font-weight: 400;
  color: #fff;
}
.hm-adv a {
  font-size: 16px;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 25px;
  margin-top: 20px;
}
.hm-adv a:hover {
  color: #2b2b2b;
  background: #fff;
}

.bg-text{
  color: #fff;
  background: #2b2b2b;
  padding: 40px;
}
.hm-services{
  background: url("../images/hm-extra.jpg") no-repeat;
  background-size: cover;
  background-position: left;
}
.hm-services h3{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

#alert {
  float: left;
  width: 100%;
  font-size: 20px;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-weight: 600;
}
#alert .success {
  color: green;
}
#alert .error {
  color: red;
}


/*====room====*/
.room-section-inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 60px;  
}
.room-section-inner ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}
.room-section-inner li{
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 5px 15px 2px 0;
  line-height: 1em;
  font-size: 14px;
}
.room-section-inner li i{
  font-size: 16px;
  width: 20px;
}
.room-section-inner h2{
  margin-bottom: 10px;
  font-weight: 600;
  color: #765948;
  font-size: 36px;
}
.room-section-inner h2 span{
  position: relative;
}
.room-section-inner h2 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #765948;
  bottom: 5px;
}
.room-section-inner .owl-nav {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 45%;
  font-size: 20px;
}
.room-section-inner .owl-nav button i{
  padding: 10px !important;
  background: #fff !important;
}
.room-section-inner .owl-nav .owl-prev{
  float: left;
}
.room-section-inner .owl-nav .owl-next{
  float: right; 
}
.room-section-inner p {
  font-size: 15px;
}
.room-section-inner p span {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.room-section-inner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.room-section-inner:nth-child(2n+2) .container {
  flex-direction: row-reverse;
}



.service-breakfast {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
  padding: 80px 0;
  background: #C8A88D;
  position: relative;
}

.service-breakfast h2{
  font-size: 36px;
  float: left;
  width: 100%;
}
.service-breakfast p{
  font-size: 16px;
  float: left;
  width: 100%;
}
.service-breakfast:before{
  content: "";
  left: 0;
  right: 52%;
  top: 0;
  bottom: 0;
  background: url("../images/service-1-4.jpg") no-repeat;
  background-size: cover;
  position: absolute;
}
.service-breakfast h3 {
  font-size: 30px;
  padding: 90px 0;
  margin: 0;
  font-weight: 400;
  line-height: 1em;
}
.gallery-banner{
  width: 100%;
  margin: 0;
  padding: 0;
  height: 330px;
  background: url("../images/gallery-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}


.location-map {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.location-map iframe{
  float: left;
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
}
.location-map h2{
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.location-map h2 span{
  float: left;
  width: 100%;
  color: #765948;
  font-size: 0.8em;
  margin-bottom: 20px;
}
.location-map p{
  font-size: 15px;
}


.service-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 15px 0 0 60px;
}
.service-list li{
  float: left;
  width: 50%;
  font-size: 15px;
  margin: 0;
  padding: 10px 0;
}
.service-list li i{
  float: left;
  font-size: 20px;
  margin: 0;
  padding: 0 15px 0 0;
}

.gallery-section .hm-room-area {
  padding: 0 40px;
}
.gallery-section  .hm-room-area .owl-nav {
  left: -35px;
  right: -35px;
  z-index: -1;
  top: 40%;
}
.home-room.gallery-section {
  padding: 0 0 40px 0;
  background: #fff;
}
.home-room.gallery-section h2{
  text-align: center;
  float: left;
  width: 100%;
}
.owl-nav .disabled {
  opacity: 0.1;
}
.hm-adv h2 span {
  float: left;
  width: 100%;
  font-size: 0.6em;
  line-height: 1em;
}
.service-pg a {
  margin: 20px 0;
  padding: 10px 40px;
  background: #765948;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
.service-pg a:hover {
  color: #fff;
  background: #99745f;
}
.home-room.gallery-section a:hover::before {
  content: "\f002";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 99;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daterangepicker td.in-range{
  background: #B8987D !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
  background: #88684D !important;
}

.drp-calendar.right {
  display: none !important;
}
.gallery-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  z-index: 4;
  height: 200px;
}

.grecaptcha-badge {
  visibility: hidden;
}
.footer .footer-vat a {
  margin-bottom: 3px;
}

.location-page-about{
  padding-top: 0 !important;
}
.location-page-about h3{
  padding-left: 0;
}
.service-list-ul li p strong{
  font-size: 20px;
}
.service-list-ul li p{
  font-size: 14px;
  font-weight: 400;
}
.location-page-about .service-list-ul li{
  width: 33.33%;
  padding: 0 10px;
}
.location-page-about .service-list-ul{
  padding-left: 0;
}
.service-list-ul li p span i{
  font-size: 14px;
  margin-bottom: 0;
}

.room-page .room-section-inner .container{
	align-items: flex-start;
}

/*=====================================================
MEDIA QUERY
=====================================================*/
@media (max-width:767px) { 
  .header-phone {
    position: fixed;
    right: 0;
    bottom: 0;
    border: none !important;
    width: 100vw;
    background: #765948;
    border-radius: 10px 10px 0 0;
    left: 0;
  }
  .header.topfix .header-phone {
    background: #765948;
  }
  .header-phone li a {
    font-size: 18px;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  .header-phone li {
    width: 25%;
  }

  .navbar-brand {
    float: left;
    width: 100px;
  }
  .navbar-brand2 {
    width: 100px;
    padding: 15px 8px;
  }
  .navbar-header {
    float: left;
    width: 289px;
  }
  .navbar-toggle {
    margin-top: 17px;
  }
  .language ul > li { 
    padding: 0 5px;
  }
  .language {
    float: right;
    width: 52px;
  }
  #hotel-nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: 70px;
    background: #fff;
    z-index: 9;
  }
  .header {
    position: fixed;
    z-index: 9;
    background: #fff;
  }
  .navbar-brand, .navbar-brand2{
    filter: none;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  .language ul > li{
    color: #2b2b2b;
  }
  .navbar-nav a{
    color: #2b2b2b !important;
    padding: 10px 16px !important;
  }
  section.booking{
    transform: translateY(0);
  }
  .nav.navbar-nav.navbar-left {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .spcl {
    float: right !important;
    width: 100%;
  }
  .banner-area .item {
    height: 400px;
    overflow: hidden;
  }
  .banner-area .item img {
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(-160px);
  }
  #project-banner .carousel-caption h2 {
    font-size: 24px;
  }
  #project-banner .carousel-caption h3 {
    font-size: 16px;
  }
  .home-about h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .home-about h2 span {
    font-size: 36px;
  }
  .home-about h3 {
    font-size: 21px;
    padding: 0;
    text-align: center;
    float: left;
  }
  .home-about p {
    font-size: 16px;
    line-height: 1.5em;
    float: left;
    padding: 0;
    text-align: center;
  }
  .home-room h2 {
    font-size: 38px;
    text-align: center;
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }
  .home-room {
    text-align: center;
    padding-bottom: 0;
  }

  .view-room {
    float: none;
    display: inline-block;
    margin: 15px auto 0;
  }
  .room-booking{
    padding: 15px;
  }
  .rm-left, .rm-right {
    width: 100% !important;
    text-align: center;
  }
  .rm-right a {
    font-size: 20px;
    font-weight: 600;
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
  .home-spcl h2 {
    font-size: 22px;
    padding: 0 15px;
    float: left;
    width: 100%;
  }
  .home-spcl h2 span {
    font-size: 30px;
    margin-top: 15px;
  }
  .hm-services h2 {
    font-size: 38px;
    text-align: center;
  }
 .hm-services iframe {
    float: left;
    width: 100%;
    height: 300px;
  }
  .home-about {
    padding: 60px 0;
  }
  .hm-services h3 {
    font-size: 19px;
    float: left;
    text-align: center;
  }
  .hm-services p {
    line-height: normal;
    font-size: 16px;
    float: left;
    text-align: center;
    width: 100%;
  }
  .hm-services {
    text-align: center;
  }
  .bg-text{
    padding: 40px 0;
  }
  .hm-services a {
    margin: 20px auto 0;
  }
  .hm-newsletter h3 {
    font-size: 26px;
    padding: 0 15px;
  }
  #subscribe {
    width: 330px;
  }
  .hm-newsletter input[type="email"] {
    width: 196px;
    font-size: 14px;
  }
  #submit-button {
    font-size: 14px;
	padding: 10px 29px;
  }
  
  .footer p {
    font-size: 14px;
  }
  .footer ul{
    margin: 5px auto;
    display: table;
  }
  .footer ul li{
    margin: 0 8px;
  }
  .footer h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
  }
  .footer-copy {
    padding: 10px 20px;
    font-size: 12px;
    margin-top: 20px;
  }
  .sb-booking.mn-booking {
    position: relative;
    bottom: 0;
    z-index: 1;
  }
  .main_book_form_item {
    width: 100%;
    border: none !important;
  }
  .booking-area input[type="text"], .booking-area select {
    font-size: 14px;
  }
  .footer {
    text-align: center;
  }
  .footer-logo, .footer-address, .footer-call, .footer-vat{
    padding: 10px;
    border: none !important;
    min-height: auto;
    float: left;
    width: 100%;
  }
  .footer h3 {
    margin: 10px 0;
  }
  #ui-datepicker-div {
    width: 300px !important;
  }
  .sb-booking .form_submit {
    font-size: 14px;
    height: auto;
    padding: 15px 0;
  }
  .spcl-img {
    transform: translateY(0);
    overflow-x: hidden;
    padding-top: 15px;
  }
  .home-spcl img {
    border-radius: 0;
    height: 250px;
    width: auto;
    max-width: none;
    transform: translateX(-460px);
  }
  .hm-room-area {
    padding: 0;
  }
  .hm-room-area .owl-nav {
    left: 10px;
    right: 10px;
    top: 45%;
    font-size: 30px;
    z-index: 2;
  }
  .hm-adv {
    padding: 0px;
    background: #000;
  }
  .spcl-1, .spcl-2 {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .hm-adv h2 {
    font-size: 36px;
  }
  .hm-services {
    text-align: center;
    padding-top: 190px;
    background-size: 100%;
    background-color: #2b2b2b;
    background-position: top center;
  }
  .hm-adv .container, .home-room .container, .hm-spcl .container {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .navbar-brand2 {
    height: 70px;
  }
  .hm-services:before{
    display: none;
  }
  .footer-copy {
    padding: 10px 20px 70px;
    font-size: 12px;
  }
  .header-phone li a:hover{
    background: #98785d !important;
    filter: none;
    border-radius: 10px 10px 0 0;
  }
  .header-phone ul{
    float: none;
  }
  .language {
    margin-top: 22px;
  }
  .navbar-header {
    float: left;
    width: calc(100% - 42px);
  }
  .banner-area {
    padding: 70px 0 0 0;
  }
  .navbar-default .navbar-toggle{
    border: none;
  }
  .spcl-mob{
    display: none;
  }
  .bg-text {
    margin-top: 12px;
  }
  .home-spcl {
    padding: 0 0 12px;
  }
  .desktop-hide {
    background: #99745f;
    border-radius: 0 10px 0 0;
  }
  .room-section-inner {
    width: 100%;
  }
  .room-section-inner .container {
    display: block;
    padding: 5px;
  }
  .room-section-inner li{
    width: 50%;
  }
  .service-pg {
    text-align: center;
  }
  .service-breakfast:before {
    right: 0;
    bottom: auto;
    height: 260px;
  }
  .service-breakfast h2 {
    margin-top: 290px;
  }
  .gallery-section a {
    width: 50%;
  }
  #map, #floating-panel{
    width: 100%;
  }
  .service-breakfast {
    padding: 0 0 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .service-breakfast p {
    font-size: 15px;
  }
  .location-map {
    padding-bottom: 40px;
    text-align: center;
  }
  .location-map h3{
    width: 100%;
    display: inline-block;
  }
  .location-map h2{
    padding-top: 0;
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .service-list li{
    width: 100%;
  }
  .service-list {
    float: none;
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0px;
    display: inline-block;
    text-align: center;
  }
  .service-list li i {
    float: none;
    display: inline-block;
    padding-right: 5px;
  }
  .gallery-section .hm-room-area .owl-nav {
    left: -25px;
    right: -25px;
  }
  .header.topfix .header-phone li a{
    color: #fff;
  }
  #ui-datepicker-div {
    width: 300px !important;
    font-size: 12px;
  }
  .service-list-ul{
    padding: 0;
    text-align: center;
  }
  .service-list-ul li{
    width: 50%;
    padding: 0 5px;
  }
  .service-list-ul li p strong{
    font-size: 18px;
  }
  .service-list-ul li p{
    width: 100%;
  }
  .location-page-about .service-list-ul li{
    width: 100%;
  }
  .location-map iframe{
    height: 350px;
  }
  .main_book_form{
    box-shadow: none;
  }
  .main_book_form_item input, .main_book_form_item select{
    border: none;
  }
}

@media (min-width: 500px) and (max-width:767px) {
   .banner-area .item img {
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(0);
  }
}

@media (min-width:768px) {
  .desktop-hide{
    display: none;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .language ul > li {
    padding-top: 16px;
  }
   .header-phone {
    position: fixed;
    right: 0;
    bottom: 0;
    border: none !important;
    width: 100vw;
    background: #765948;
    border-radius: 10px 10px 0 0;
    left: 0;
  }
  .header.topfix .header-phone {
    background: #765948;
  }
  .header-phone li a {
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding: 12px;
  }
  .header-phone li {
    width: 33.33%;
  }
  .navbar-brand {
    float: left;
    width: 100px;
  }
  .navbar-brand2 {
    width: 80px;
    padding: 20px 7px;
  }
  #hotel-nav {
    width: calc(100% - 272px);
  }
  .header .container {
    width: 100%;
  }
  .navbar-nav a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 25px 8px !important;
  }
  .language {
    margin-top: 9px;
  }
  .banner-area .item {
    height: auto;
    overflow: hidden;
  }
  #project-banner .carousel-caption h2 {
    font-size: 34px;
  }
  #project-banner .carousel-caption h3 {
    font-size: 22px;
  }
  .home-about h2 {
    font-size: 28px;
  }
  .home-about h2 span {
    font-size: 30px;
  }
  .home-about h3 {
    font-size: 21px;
  }
  .home-about p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .home-room h2 {
    font-size: 38px;
  }
  .booking-area.fixed .sb-booking {
    max-width: 748px;
    top: 71px;
  }
  .home-about {
    padding: 60px 0;
  }
  .spcl-1{
    padding: 70px 20px;
  }
  .spcl-2{
    padding: 70px 20px;
  }
  .hm-services h3 {
    font-size: 19px;
  }
  .hm-services p {
    line-height: normal;
    font-size: 16px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
  }
  .footer-copy {
    padding: 10px 20px 70px;
    font-size: 12px;
  }
  .header-phone li a:hover{
    background: #99745f !important;
    filter: none;
    border-radius: 10px 10px 0 0;
  }
  .header-phone ul{float: none;}
	.room-section-inner .col-sm-6{
    width: 100%;
  }
  .room-section-inner .container {
    display: block;
  }
  #map {
    width: 60%;
  }
  #floating-panel{
    width: 40%;
  }
  .service-list li{
    width: 100%;
  }
  .service-list-ul li{
    width: 50%;
  }

}


@media (min-width: 1024px) and (max-width: 1279px) {
  .navbar-nav a {
    padding: 15px 49px !important;
  }
  .header-phone li a {
    padding: 7px 12px 6px;
  }
  .banner-area .item {
    height: auto;
    overflow: hidden;
  }
  .home-about h2 span {
    font-size: 40px;
  }
  .home-about h3 {
    font-size: 28px;
  }
  .hm-room-area h3 {
    font-size: 30px;
  }
  .rm-left {
    line-height: 1em;
    padding-right: 20px;
  }
  .booking-area.fixed .sb-booking {
    max-width: 940px;
  }
  .service-list-ul li{
    width: 50%;
  }

}

@media (min-width: 1280px) and (max-width:1365px) {
	
}

@media (min-width: 1024px) {
  .navbar-nav a {
    transform: translateY(-17px);
  }
  .spcl a{
    transform: translateY(0) translateX(1px);
  }

}

@media (min-width: 1280px) {
  .bg-text {
    padding: 60px 40px 40px;
  }
  .header-phone li a {
    padding: 7px 16px 6px;
    float: left;
  }

}


@media (min-width: 1600px) {
  
}

@media (min-width: 1400px) and (min-height:900px) and (max-width: 1600px) {
  .banner-area .item {
    height: auto;
    overflow: hidden;
  }  
}