:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #4F6519;
  /* primary */
  --primary-dark: #4F6519;
  /* primary-dark */
  --primary-light: #B69167;
  /* primary-light */
  --primary-light-rgb: 51, 120, 83;
  /* primary-light RGB to be used for rgba with css and CSS var Ponyfill*/
  --grey: #c9c9c9;
  --green: #358a00;
  --ada: #0563ae;
}

* {
  margin: 0;
  padding: 0;
}


/* MAIN FONT USED BY BODY */

/* latin-ext */

/* @font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Latolight.woff2) format("woff2");
} */



/* latin-ext */

/* @font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Latoregular.woff2) format("woff2");
} */

/* latin-ext */

/* @font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Latobold.woff2) format("woff2");
} */

/* @font-face {
  font-family: "Istok Web-Neue";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Istok Web-Neue.ttf) format("truetype");
} */

@font-face {
  font-family: "Istok Web";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/IstokWeb-Regular.woff2) format("truetype");
}
@font-face {
  font-family: "NanumMyeongjo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/NanumMyeongjo.woff2) format("truetype");
}
html {
  -webkit-font-smoothing: antialiased;
}

/* .weather-bg {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/weather-bg.jpg) no-repeat !important;
} */

.weather-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/weather-bg.jpg) no-repeat;
}

body {
  font-family: "Istok Web", sans-serif;
  font-size: 15px;
}

/* OBJECT FIT POLYFILL REQUIRED CLASS FOR IMG */

.object-fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

/* END OF OBJECT FIT POLYFILL REQUIRED CLASS FOR IMG */

.__akia-chat-icon-wrapper,
#ada_enable_toolbar .adaEnableToolbarContent {
  z-index: 98;
}

#reservationpop {
  padding-top: 170px;
  z-index: 98;
}

#carouselButtons {
  z-index: 1
}

/* DISPLAY CLASSES */

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.al-center {
  align-items: center;
}

.inline-block {
  display: inline-block;
}

/* END OF DISPLAY CLASSES */

/* FLEX CLASSES */

.flex-centered {
  display: flex;
  align-items: center;
}

/* END OF FLEX CLASSES */

/* CUSTOM SCROLLBAR */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-light);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}

/* CUSTOM SCROLLBAR */

.messages_bar {
  font-size: 16px;
}

.messages_bar .messages p {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  word-break: break-word;
  flex-grow: 1;
}

.navbar-toggle .icon-bar {
  height: 3px;
  border-radius: 0;
  line-height: 20px;
}

.bar2 {
  position: relative;
  left: 0px;
}

.bar3 {
  position: relative;
  right: 0px;
}

.bar4 {
  position: relative;
  top: -9px;
}

.MB0 {
  margin-bottom: 0px;
}

.MT2 {
  margin-top: 2px;
}

.MT4 {
  margin-top: 4px;
}

.MT5 {
  margin-top: 5px;
}

.messages {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}

.messages .fa {
  margin-right: 20px;
}

.good_news {
  width: 100%;
}

.message-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.messages a {
  color: inherit !important;
}

.message-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.message-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.message-ada {
  color: #ffffff;
  background-color: #0563ae;
  border-color: #0563ae;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  right: 0;
  top: 0;
  color: #3c763d;
  opacity: 0.5;
}

.close:focus,
.close:hover {
  opacity: 1;
  outline: none;
}

.messages_bar.alert {
  padding: 0 15px;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.position-left {
  margin-right: 8px;
}

.position-right {
  margin-left: 0px;
}

.content-group {
  margin-bottom: 10px;
}

.h-100 {
  height: 100%;
}

a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  /* color: #000; */
}

p {
  line-height: 24px;
  margin-bottom: 20px;
}

#js-gdpr-consent-banner p {
  margin-bottom: 10px;
}

.border-0 {
  border: 0;
}

/* ---------------------DATEPICKER CSS----------------- */

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background: var(--primary-light) !important;
}

.datepicker td.day.disabled {
  color: #ccc !important;
}

.datepicker td.disabled.day:hover {
  background: #eaeaea !important;
}

.datepicker td.day:hover {
  background: var(--primary-light) !important;
  color: #fff !important;
}

/* ---------------------end of DATEPICKER CSS----------------- */

#carouselButtons button,
#carouselButtons button:active,
#carouselButtons button:active,
#carouselButtons button:focus {
  font-size: 16px;
  background: #adadad !important;
  color: #000;
  border-radius: 50%;
  border-color: #adadad;
  outline: none;
}

.btn-div {
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: 100%;
}

.btn-div a {
  font-family: Istok Web;
}

.btn-success {
  transition: all 0.3s;
  font-weight: 500;
}

.btn-green {
  background: #4f6519;
  color: #ffffff !important;
}

.btn-white {
  background-color: var(--white);
  color: var(--black);
}

.btn-submit {
  color: var(--green);
}

.btns {
  border-radius: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.2s all;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  display: inline-block;
}

.btn-brown,
.btn-brown:hover {
  color: #fff;
  background: var(--primary);
  font-weight: 700;
}

.btn-green {
  background: #4f6519 !important;
  border-color: #4f6519 !important;
  color: #ffffff !important;
}

.btn-icon {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--white);
  color: var(--black);
  padding: 12px 15px 9px;
}
.thing-details a{
  color:#4f6519 !important;
}
.but_bg, .btn-success {
  background: #4f6519 !important;}
  .but_review{
    color: white !important;    
    border: 2px solid #4f6519 !important;
  }
  .but_review:hover {
    background: var(--primary) !important;
}
.trip_t label span:hover, .about_h label span:hover{
  background: #4f6519 none repeat scroll 0 0 !important;
}
.checkbox .trip_type_romantic_active {
  background: #4f6519 !important;}
/* Sweep To Left */

.hover-sweep-to-left {
  display: flex;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  align-items: center;
  line-height: 1.4;
}

.hover-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hover-sweep-to-left:hover,
.hover-sweep-to-left:focus,
.hover-sweep-to-left:active {
  color: white;
}

.hover-sweep-to-left:hover:before,
.hover-sweep-to-left:focus:before,
.hover-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*Hover Border*/

.hover-border {
  display: block;
  /* margin: 0 2px; */
  /* padding: 0.625rem 1.25rem; */
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  font-weight: bold;
}

.hover-border::before {
  box-sizing: border-box;
  transform: translateX(100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
}

.hover-border::after {
  box-sizing: border-box;
  transform: translateX(-100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}

.hover-border:hover {
  color: inherit;
  text-decoration: none;
}

.hover-border:hover::before {
  transition: 0.1s transform linear, 0.1s height linear 0.1s;
  transform: translateX(0);
  height: 100%;
  border-color: #e4e4e4;
}

.hover-border:hover::after {
  transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
  transform: translateX(0);
  height: 100%;
  border-color: #e4e4e4;
}

/*Hover Border*/

a.disabled {
  pointer-events: none;
  cursor: default;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: var(--primary);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}

.section__headerbg .inner-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  right: 0;
  left: 0;
  top: 0;
  bottom: 7px;
}

.smaller .div__logo1,
.div__logo1 {
  display: none;
}

.review_staycontent p:first-child {
  margin-bottom: 15px !important;
}

.leaflet-container {
  z-index: 1;
}

.sidenav a {
  padding: 8px 0;
  text-decoration: none;
  font-size: 26px;
  color: var(--white);
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s;
}

.smaller .logoDN {
  display: block;
}

.smaller .logoDN a img {
  width: 100%;
}

.logoDN {
  display: none;
}

.sidenav .closebtn {
  display: inline-block;
}

.sidenav a:hover {
  color: var(--white);
}

.menus li.active a {
  color: var(--white) !important;
}

.sidenav .closebtn {
  /* font-size: 40px; */
  font-size: 65px;
  margin-right: 50px;
  text-align: right;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 0;
}

#mySidenav .closebtn {
  line-height: 0.5;
  position: sticky;
  position: -webkit-sticky;
  display: block;
}

.cool-link li a::after,
.menus li.active a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--white);
  position: relative;
  bottom: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
}

.specialcode1 {
  background-color: var(--white);
}

.specialcode1 a,
.specialcode1 a:hover,
.specialcode1 a:focus,
.specialcode1 a:active {
  color: var(--black);
}

.menus li.active a::after {
  width: 100%;
}

.cool-link li a:hover::after,
.cool-link li.active a::after {
  width: 100%;
}

.hover-drop .dropdown-menu {
  position: relative;
  top: -2px;
  margin-top: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  float: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
}

.hover-drop .dropdown-menu > li {
  display: inline-block;
  margin-bottom: 0;
}

.hover-drop .dropdown-menu > li > a {
  font-size: 18px;
  color: var(--white);
  margin: 0 3px;
  opacity: 1;
  background: none;
  padding: 3px 15px;
  /* font-size: 15px;
    margin: 0 5px; */
}

.hover-drop .dropdown-menu > li > a:focus,
.hover-drop .dropdown-menu > li > a:hover {
  background-color: transparent;
}

.menus li {
  margin-bottom: 10px;
}

.menus:hover li a {
  opacity: 0.5;
}

.menus:hover li a:hover {
  opacity: 1;
}

.custom__header {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0px;
}

.div__logo {
  /* position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 200px;
  width: 100%; */
  z-index: 1;
  width: 20%;
  margin-right: 3%;
}

.custom__header .navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.custom__header .navbar-inverse {
  background-color: rgb(255 255 255 / 98%) !important;
  color: var(--black);
  background-image: inherit;
  padding: 1px 0px 1px;
  height: auto;
}

/* .custom__header.smaller .navbar-inverse {
  padding: 0;
  height: auto;
} */

.custom__header.smaller {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
}

.custom__header .navbar-inverse .navbar-toggle {
  border-color: transparent;
  display: none;
  align-items: center;
}

.custom__header.smaller .navbar-inverse .navbar-toggle {
  display: flex;
}

.menu-text {
  font-size: 22px;
  /* font-weight: bold; */
  color: inherit;
  margin-left: 15px;
  color: var(--white);
  font-family: "Istok Web", sans-serif;
}

.navbar-toggle {
  border-color: transparent;
  margin-top: 24px;
}

.custom__header .navbar-inverse .navbar-toggle:focus,
.custom__header .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.custom__header .navbar-inverse .navbar-nav > li > a {
  color: black;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: 0.5s all;
  font-family: "Istok Web", serif;
  font-weight: 100;
  padding: 43px 7px;
  box-shadow: none;
}

.custom__header .navbar-inverse .navbar-right > li > a {
  font-size: 20px;
  font-weight: 700;
}

.custom__header .navbar-inverse .navbar-nav > li > a:hover,
.custom__header .navbar-inverse .navbar-nav > li > a:active,
.custom__header .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #4f6519;
  background: transparent;
}

.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button {
  background: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px 16px;
}

.smaller .menu-text {
  display: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color:var(--primary);
}

.custom__header .navbar-nav > li > a.reservation-icon {
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-nav-ul li.dropdown.other-nav-tab:hover ul,
.top-nav-ul li.dropdown.destination:hover ul {
  display: block;
  opacity: 1;
  transform: rotateX(0deg);
  transform-origin: top;
}

/* .navbar-toggle {
    padding: 15px 10px;
} */

.navbar-toggle .icon-bar {
  width: 40px;
}

/*.navbar-toggle .icon-bar:nth-child(2) {
    width: 30px;
}*/

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 10px;
}

/*Headear Nav-Bar*/

.mainmen {
  margin-top: 0px !important;
}

ul.top-nav-ul.nav.navbar-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  /* margin: 83px 30px 30px 30px; */
  background: transparent;
  height: 70px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
  /* border-bottom: 2px solid #fff; */
  background-image: none;
  box-shadow: none;
}

/* .smaller ul.top-nav-ul.nav.navbar-nav {
  display: none;
} */

.top-nav-ul > li.active > a::after,
.navbar-nav li a::after {
  content: "";
  height: 1px;
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 5px;
  transition: all 0.2s;
  background: black;
  transform: scaleX(0);
  transform-origin: right;
}

.top-nav-ul li.dropdown.other-nav-tab a::after,
.top-nav-ul li.dropdown a::after {
  display: none;
}

.top-nav-ul > li.active > a::after,
.navbar-nav li a:hover::after,
.navbar-nav li a:focus::after {
  transform: scaleX(1);
}

li.dropdown.other-nav-tab,
li.dropdown.destination {
  margin-top: -7px;
}

.bromenu ul.dropdown-menu {
  padding: 0px;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: rotateX(90deg);
  transform-origin: top;
  opacity: 0;
  display: block;
}

/* .bromenu ul.dropdown-menu {
  top: 194% !important;
} */

/* .dropdown.other-nav-tab:hover ul {
  left: -30% !important;
} */

.destination .dropdown-menu {
  left: -4% !important;
}

.bromenu ul.dropdown-menu li {
  font-size: 18px;
  padding: 10px 0;
  font-family: "Istok Web", serif;
  text-transform: capitalize;
  font-weight: 500;
}
.dropdown-menu{
  background-color: rgb(255 255 255 / 98%) !important;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: bold;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.bromenu ul.dropdown-menu li:hover,
.bromenu ul.dropdown-menu li:active,
.bromenu ul.dropdown-menu li:focus,
.bromenu ul.dropdown-menu li.active {
  background: var(--primary);
}

.bromenu .dropdown-menu > .active > a,
.bromenu .dropdown-menu > .active > a:focus,
.bromenu .dropdown-menu > .active > a:hover {
  background: transparent;
}

.bromenu .dropdown-menu > li > a:focus,
.bromenu .dropdown-menu > li > a:hover {
  background: none;
}

.bromenu ul.dropdown-menu li:hover a {
  color: #fff;
}

/*Headear Nav-Bar*/

.respop_heading {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--white);
}

.reservation__fixed-btn {
  font-size: 20px;
  width: 100%;
  color: var(--white) !important;
  border-radius: 0;
  background:var(--primary);
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  transition: 0.5s all;
  z-index: 3;
}

.customedeatetimesin,
.customedeatetimesout {
  background: transparent;
  display: block;
  color: #fff;
  padding: 7px 5px;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.wide_cal .add-on {
  position: absolute;
  right: 10px;
  top: 7px;
  color: var(--white);
  font-size: 20px;
  z-index: 1;
}

.checkincustometime {
  padding: 14px 12px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  z-index: 2;
  cursor: pointer;
}

.wide_cal {
  position: relative;
  display: block;
}

.checktxt {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 1px;
}

#promo_code {
  border: 1px solid #fff;
  color: #000000;
  font-size: 16px;
  height: 43px;
}

.specialcode1 a {
  font-size: 18px;
  padding: 9px;
  display: inline-block;
}

.specialcode1 .room_home {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_collapse {
  background: #f5f2eb;
  color: #000000;
}

.adultbtn {
  border-radius: 0;
  padding: 12px;
  background: none;
  border: 1px solid #727070;
  color: #485f17;
  line-height: 0;
  float: right;
  position: relative;
  z-index: 1;
}

.adultbtn.btn_left:focus,
.adultbtn:focus {
  outline: none;
  background: inherit;
}

.adultbtn:hover {
  border-color: #727070;
  background: #449d44;
  color: var(--white);
}

.adultbtn.count-minus:hover {
  background: red;
}

.room_title {
  display: table;
  width: 100%;
}

.room_title span {
  background-color: var(--primary);
  width: 100%;
  height: 95px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  text-transform: uppercase;
}

.room_count {
  text-align: center;
  display: inline-block;
  background: none !important;
  box-shadow: none;
  font-size: 16px;
  height: 40px;
  line-height: 34px;
  border-radius: 0;
  border: 1px solid #727070;
  position: absolute;
}

.room_heading {
  line-height: 34px;
  margin-bottom: 0;
  text-transform: uppercase;
  border: 1px solid #727070;
  border-right: none;
  padding: 2px 0;
  color: #555;
  width: 40%;
  text-align: center;
}

/* ----------------------- Adjustments ------------------- */

.count-minus,
.count-plus,
.room_count {
  width: 20%;
}

.count-minus,
.room_heading {
  float: left;
}

.room_count {
  padding: 0;
  text-align: center;
  border-right: none;
  border-left: none;
}

input.room_count:focus {
  border-left: 0 !important;
  border-right: 0 !important;
}

/* ----------------------- Adjustments ------------------- */

.home_collapse .panel-body {
  padding: 0;
}

.BT1 {
  border-top: 1px solid #daceb4;
}

.child-age-wrapper {
  text-align: center;
}

.child-age-wrapper select {
  max-width: 100%;
  padding: 7px 15px;
  margin: 5px 0;
  background: none;
  border: 1px solid #727070;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  background-image: url(../img/dropdown-icon.svg);
  background-position: 86% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.child-age-wrapper select::-ms-expand {
  opacity: 0;
}

.roomscroll {
  max-height: 250px;
  overflow-y: auto;
}

.mobile0verviewinnwerdiv {
  height: 50px;
}

.mobile0verviewinnwerdiv {
  min-height: 192px;
  height: 192px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.mobile0verviewinnwerdiv h2 {
  margin: 20px auto;
}

.mobile0verviewinnwerdiv a {
  color: var(--primary);
}

.roomaction a {
  padding: 0 5px;
  font-size: 14px;
  color: #4b4140;
}

.roomadult {
  border: 1px solid #727070;
}

.home_resnew .btn-success {
  height: 46px;
  padding-top: 9px;
}
.home_resnew .btn-success{
  background: #ffffff !important;
  color: #4f6519 !important;
  border: 1px solid #fff;
}

.quick-booking .btn-success {
  background: #4f6519 !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.smaller button.btn.btn-success.pdr.search-btn {
  background: #4f6519 !important;
    color: #ffffff !important;
}

#formReservation .nav-tabs > li.active > a,
#formReservation .nav-tabs > li.active > a:focus,
#formReservation .nav-tabs > li.active > a:hover {
  background: var(--primary-light);
}

.text-primary {
  color: var(--primary-light);
}

.animatedheight p {
  font-size: 17px;
  text-align: center;
}

/* .quick-booking .customedeatetimesin,
.quick-booking .customedeatetimesout {
    font-size: 18px
} */

.section__booking .quick-booking {
  /* padding: 20px 20px 10px; */
  padding: 10px 20px 15px 10px;
  /*  border: 2px solid #e5e5e5; */
  float: left;
  text-transform: uppercase;
  /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); */
}

.quick-booking {
  background: transparent;
  /* height: 100px; */
}

.quick-booking .checktxt {
  font-size: 14px;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 1px;
}

.quick-booking .btn-success {
  margin-top: 0px;
}

.section__booking {
  bottom: 30px;
  width: 100%;
}

.quick-booking .specialcode1 {
  background: #ffffff;
}

#promo_codebox label {
  display: block;
  float: none;
}

#promo_codebox {
  background: #574f4c;
  padding: 20px 10px;
  min-width: 200px;
}

.primary-title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 48px;
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0px;
  border-bottom: 3px solid #4f6519;
  display: inline-block;
  padding-bottom: 0px;
  font-family: "Istok Web", serif;
  position: relative;
  font-weight: bolder;
}

.section-padding {
  padding-top: 3%;
  padding-bottom: 3%;
}

.section__main {
  position: relative;
  z-index:0;
}

.owl-prev,
.owl-next {
  position: relative;
}

button.owl-next::before {
  content: '';
  background: #b69167;
  height: 96%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 18px;
  left: -10px;
  padding: 0px 18px;
  border-radius: 7px;
  outline-style: double;
  outline-color: #b69167;
}

button.owl-prev::before {
  content: '';
  background: #b69167;
  height: 96%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 18px;
  left: -10px;
  padding: 0px 18px;
  border-radius: 7px;
  outline-style: double;
  outline-color: #b69167;
}
.owl-prev span , .owl-next span{
  font-size: 53px;
  color:white !important;
}
.owl-dots{
  display: none;
}
.owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 40px;
}

.section__main .video_home {
  position: relative;
  overflow: hidden;
  background: #000;
}

.section__main .video_home video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.carousel-inner .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.section__headerbg {
  position: relative;
  min-height: 200px;
}

.section__headerbg .innercaption {
  position: absolute;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  color: var(--white);
  /* left: 50%;
    transform: translateX(-50%); */
  bottom: 170px;
  text-transform: capitalize;
  width: 100%;
}

.section__headerbg .innercaption p {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px 24px;
  display: inline-block;
}

.innercaption .top-content,
.innercaption .bottom-content {
  display: block;
  letter-spacing: 1px;
}

.innercaption .top-content {
  font-size: 23px;
  line-height: 34px;
  font-family: 'NanumMyeongjo';
  font-weight: bolder;
  letter-spacing: 2px;
}

.innercaption .bottom-content {
  font-size: 16px;
  color: #f5f5f5;
}

.section__about {
  background-color: var(--primary);
  padding: 20px 0;
}

.about-btn .btns {
  background: url(../img/button-back.png) no-repeat;
  background-size: 100%;
  font-size: 18px;
  line-height: 1.5;
  /* background-color: var(--primary); */
  position: relative;
  z-index: 1;
  width: auto;
  letter-spacing: 4px;
  margin: auto;
  text-align: center;
  transition: text-align 2s;
  color:white;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  padding: 13px 37px;
  transition:2s;
}
.about-btn .btns:hover {
  background: url(../img/back-brown.png) no-repeat;
  background-size: 100%;
  font-size: 18px;
  line-height: 1.5;
  /* background-color: var(--primary); */
  position: relative;
  z-index: 1;
  width: auto;
  letter-spacing: 4px;
  margin: auto;
  text-align: center;
  transition: text-align 2s;
  color:white;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  padding: 13px 37px;
  transition:2s;
}

/* .about-btn .btns::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -35px;
  right: -142px;
  background: #246140;
  z-index: -1;
  transition: all 1s;
  filter: drop-shadow(2px 2px 3px #246140);
} */





.direction-btn > .btn-div > a > span {
  display: inline;
}




.about-btn .btns:hover::after,
.direction-btn.about-btn .btns:hover::after {
  right: 0;
  top: 0;
}

.about-btn .btns:hover {
  color: #fff;
}

/* .about-btn .btns::before {
  position: absolute;
  content: "";
  background-image: url(../img/btn-bg.webp);
  width: 60px;
  height: 52px;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-size: cover;
  transition-property: transform;
  transition-duration: 2s;
} */

.about-btn .btns span {
  display: inline-block;
  transition: all 2s;
  letter-spacing: 1px;
  margin-top: 0px !important;
  line-height: 0;
  font-weight: 600;
  text-transform: uppercase;
}

/* .about-btn .btns:hover span {
  transform: translateX(-45px);
} */

/* .about-btn .btns:hover {
  box-shadow: -1px 4px 10px 10px #dbdfe1;
} */

.about-btn .btns:hover::before {
  height: 52px;
  transform: translateX(160px) rotate3d(0, -1, 0, 530deg);
}

.atttraction-btn .btns:hover::before {
  transform: translateX(164px) rotate3d(0, -1, 0, 530deg);
}

.atttraction-btn.about-btn .btns:hover::before {
  transform: translateX(178px) rotate3d(0, -1, 0, 530deg);
}

/* .atttraction-btn .btns:hover {
  box-shadow: -1px 4px 10px 10px #5c5f60;
} */

.btn-div:hover {
  overflow: inherit !important;
}

@keyframes rotate {
  0% {
    left: 0;
  }
  100% {
    left: 200px;
  }
}

.about-table {
  display: table;
  width: 100%;
}

.about-tablecell {
  display: table-cell;
  float: none;
}

.aboutbg {
  background-image: url(../img/about-img.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.no-webp .aboutbg {
  background-image: url(../img/about-img.jpg);
}

.about-description p {
  color: var(--black);
  line-height: 1.8;
}

.about-heading {
  color: var(--primary);
  text-transform: capitalize;
  position: relative;
}

/* .about-title-2::after,
.inner-title::after,
.atttraction.inner-title::after,
.gallery.inner-title::after,
.review.inner-title::after,
.loc.inner-title::after,
h1.primary-title::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  background: url(../img/tree-green.png) no-repeat center center;
  width: 60px;
  height: 60px;
  margin: auto;
  right: 0;
} */

h1.primary-title::after {
  bottom: -55px;
}

/* .about-title-2::before,
.inner-title::before,
h1.primary-title::before {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background: var(--primary);
} */

h1.primary-title::before {
  bottom: -26px;
}

h1.primary-title {
  margin-bottom: 8px;
}

.about-title-1 {
  margin-top: 0;
  letter-spacing: 2px;
  font-size: 30px;
  display: block;
  text-align: center;
  font-family: "Istok Web", sans-serif;
  font-weight: bolder;
}

.about-title-2 {
  margin-top: 0px;
  font-size: 48px;
  font-weight: 700;
  /* letter-spacing: 1px; */
  display: inline-block;
  text-align: center;
  font-family: "NanumMyeongjo", serif;
  text-transform: uppercase;
  position: relative;
  /* text-shadow: 5px 1px 10px #b1b1b1; */
}
.section-amenities h3{
  color: #565656;
  font-size: 16px !important;
}

.about-title-3 {
  display: block;
  font-size: 55px;
}

.about-title-4 {
  letter-spacing: 5px;
  font-size: 24px;
}

.imgAuto {
  width: auto;
  height: auto;
}

.W100 {
  width: 100%;
}

.Place_name {
  font-size: 20px;
  display: inline-block;
}

#carouselButtons {
  z-index: 2;
  bottom: 30px;
  right: 65px;
}

main {
  background: #fff;
}

.item.active {
  z-index: 1;
}

.about-intro {
  z-index: 1;
  position: relative;
  border-radius: 0 90px 0;
}

section.white-bg {
  position: relative;
}

.about-btn {
  position: relative;
  width: 100%;
  padding: 1px 0 20px 0;
  margin-bottom: 4px;
}

.colapsshoecontentlinkdiv2 {
  padding-top: 0px;
}

.about-btn .btn-brown.hover-border:hover::before,
.about-btn .btn-brown.hover-border:hover::after {
  border-color: var(--primary);
}

.about-btn .hover-sweep-to-left:before {
  background: var(--white);
}

.about-logo {
  margin: 100px 0 30px 0;
}

.about-logo img {
  margin: 0 auto;
  opacity: 0.4;
  width: 75%;
}

.guestimage-content p {
  letter-spacing: 3px;
  margin: 0 6px 5px 0;
  text-align: center;
  font-size: 22px;
  padding-top: 7.5%;
}

.guestimage-content label {
  display: block;
  text-align: center;
}

.label1 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  display: block;
  font-family: initial;
  text-transform: uppercase;
  color: #f0a13a;
  font-size: 50px;
  letter-spacing: 7px;
  font-weight: lighter;
}

.label2 {
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0 6%;
}

.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#no_of_rooms,
#no_of_adult,
#no_of_child,
#no_of_infants {
  padding: 10px 15px;
  text-align: left;
  width: 100%;
  color: #fff;
  /* font-weight: bold; */
  height: 44px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background: transparent url(../img/dropdown-icon.png) no-repeat;
  background-position: 95% 50%;
  background-size: 12px;
  border: 1px solid #fff;
}

#no_of_rooms:focus,
#no_of_adult:focus,
#no_of_child:focus,
#no_of_infants:focus {
  border-color: #4f6519 !important
}

.smwid {
  /* width: 33%; */
  padding: 0 10px;
}

.room-title-2 {
  color: #2f2b28;
  text-transform: uppercase;
  font-size: 45px;
  margin-top: 0;
}

.guestroom-btn,
.spcl-btn {
  margin-top: 14px;
}

.guestroom-btn .btn-icon,
.attraction-btn .btn-icon,
.map-btn .btn-icon,
.gallery-btn .btn-icon {
  background-color: var(--primary-light);
  color: var(--white);
}

.guestroom-btn .hover-sweep-to-left:before,
.attraction-btn .hover-sweep-to-left:before,
.map-btn .hover-sweep-to-left:before,
.gallery-btn .hover-sweep-to-left:before {
  background: var(--primary-light);
}

.section__attractions {
  text-align: justify;
  text-align-last: center;
  padding: 50px 6% 0;
}

.attraction-title {
  margin-bottom: 10px;
  text-align: center;
}

.attraction-title-1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  font-weight: lighter;
}

.attraction-title-2,
.sisterprop-title-1 {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 50px;
  margin-top: 10px;
  letter-spacing: 6px;
  color: #f0a13a;
}

.attraction-description p {
  padding: 0 3%;
}

.PS {
  position: relative;
  left: 60%;
  z-index: 3;
  width: 80%;
}

.attraction-title-3 {
  letter-spacing: 2px;
}

.attraction-description {
  padding: 0 15px;
}

.attraction-image-div {
  margin-top: 0;
  margin-bottom: 30px;
  float: left;
  color: var(--white);
}

.attraction-image {
  overflow: hidden;
  position: relative;
}

.attraction-image-div ul {
  float: left;
  margin-bottom: 0;
}

.attraction-image-div ul li {
  float: left;
  margin-bottom: 10px;
}

.attraction-image-div ul li figure img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.attraction-btn {
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}

.attraction-btn .btn-div,
.gallery-btn .btn-div {
  justify-content: center;
}

.gallery-title-1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 78px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 9px;
}

.pl5 {
  padding-left: 5px !important;
}

.gallery-description {
  padding: 0 50px;
}

.gallery-image {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: var(--white);
  color: var(--white);
  margin: 5px;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.5;
}

.gallery-image figure {
  position: relative;
  overflow: hidden;
  background: #302923;
  text-align: center;
  cursor: pointer;
}

.gallery-image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.figcaption {
  transition: background 0.5s;
}

.cool-effect:hover > figcaption {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* New Gallery */

figure.cool-effect {
  background: var(--black);
  text-align: left;
}

figure.cool-effect img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}

figure.cool-effect h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  color: #fff;
  width: 90%;
  z-index: 3;
  font-size: 22px;
}

figure.cool-effect p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: justify;
  text-align-last: center;
}

figure.cool-effect p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

figure.cool-effect:hover img {
  opacity: 0.6;
}

figure.cool-effect:hover h3 {
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}

figure.cool-effect:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: rotate3d(0, 0, 1, 20deg);
  transform: rotate3d(0, 0, 1, 20deg);
}

figure.cool-effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* New Gallery */

.fadeIn-right {
  left: 80%;
}

.gallery-btn {
  clear: both;
  /* margin-top: 0; */
  padding-bottom: 0px;
  margin: 0px;
}

.map-btn {
  margin-top: 0px;
}

.section__sisterprop {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.sisterprop-description {
  margin-top: 50px;
}

.sisterprop-details {
  margin: 25px 0 10px;
}

.sisterprop-details h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.sisterprop-details ul li {
  display: inline-block;
  margin: 10px;
  width: 27%;
}

.sisterprop-details ul li a {
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.5s all;
}

.sisterprop-details ul li a:hover,
.sisterprop-details ul li a:focus,
.sisterprop-details ul li a:active {
  color: var(--black);
  text-decoration: none;
}

.sisterprop-details li figure img {
  margin: 0 auto;
}

.sisterprop-details li figure figcaption {
  padding: 20px 0 10px;
}

.section__SubCon {
  margin: 10px 5% 20px;
}

/* .newsletter .form-group {
  position: relative;
  margin-bottom: 10px;
} */
.border-newsletter{
  border-left: 2px solid #313131;
}
.newsletter .form-control {
  width: 90%;
  border: 1px solid #313131;
  box-shadow: none;
  color: #313131;
  height: 54px;
  padding: 6px 17px 6px 17px;
  font-size: 15px;
  background-color: transparent;
}

.newsletter .btn:focus {
  outline: none;
}

.newsletter button img {
  width: auto;
  height: auto;
}
 

.newsletter .form-control::placeholder {
  color: #cdcd;
}

.newsletter .form-control:focus::-webkit-input-placeholder,
#promo_code:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.newsletter .form-control:focus:-moz-placeholder,
#promo_code:focus:-moz-placeholder {
  color: transparent !important;
}

/* FF 4-18 */

.newsletter .form-control:focus::-moz-placeholder,
#promo_code:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */

.newsletter .form-control:focus:-ms-input-placeholder,
#promo_code:focus:-ms-input-placeholder {
  color: transparent;
}

.section__SubCon .row:first-of-type {
  display: flex;
  align-items: stretch;
}

/* IE 10+ */

.copyright-span{
  margin-left: 10em;
}
.newsletter button {
  position: absolute;
  margin-bottom: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 16px;
  padding: 0px 0px;
  background-color: transparent;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: var(--primary) !important;  
  text-transform: capitalize;
  font-family: "Istok Web", sans-serif;
}

.contact__div {
  padding: 30px 20px 30px;
  margin-bottom: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.subscribe__div {
  padding: 0px;
  margin-bottom: 20px;
  height: 100%;
  display: block;
  margin-top: 12px;
}

.newsletter .form-control:not(:placeholder-shown) ~ label,
.newsletter .form-control:active ~ label,
.newsletter .form-control:focus ~ label {
  top: -12px;
  z-index: 1;
}

.subscribe__div_input {
  margin-top: 15px;
}

.sub_social_wrapper {
  background: var(--primary);
  padding: 20px 100px;
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
}

.subscribe_wrapper {
   padding:30px
}


.subscribe_wrapper .div-footer{
  margin-bottom: 46px;
}
label[for="subscriber_email"] {
  display:none;
}
#subscriber_email::placeholder{
  color:black !important;
}
.contact-title label {
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 0.7;
  padding-top: 5px;
  font-family: "Istok Web", serif;
  font-weight: 500;
}

.subscribe-title label {
  display: block;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.2;
  padding-top: 5px;
  font-family: "Istok Web", serif;
  font-weight: 700;
  margin: 0;
  color: #4c4c4c;
  letter-spacing: 0.095em;
}

.subscribe-title span,
.contact-title span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Istok Web", sans-serif;
}

.subscribe-title {
  color: var(--white);
}

.section__SubCon {
  margin: 30px 5% 0px;
  border-top: 1px solid var(--primary);
}

.svg-icon {
  width: 100px;
  height: 100%;
  padding: 2px 22px 10px;
}

.subscribe-title div:first-child + div {
  vertical-align: middle;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 49px;
  font-size: 26px !important;
  margin: 0 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  color: var(--primary);
  background: #b69167;
}

.social-icons label {
  text-transform: uppercase;
  font-weight: lighter;
  font-family: Istok Web;
  letter-spacing: 3px;
  color: #000;
  font-weight: 500;
}

.sub_social_wrapper .social-icons ul li {
  background: #fff;
  margin: 5px 10px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(4px 4px 4px #424242);
}

.sub_social_wrapper .social-icons ul li a {
  background: var(--primary);
  line-height: 41px;
  margin: 0 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px !important;
}

.sub_social_wrapper .social-icons ul li a .icon {
  color: var(--white);
}

.MT7 {
  margin-top: 7px;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  text-decoration: none;
  color:white;
}

.goog-te-gadget-simple {
  border: 1px solid white !important;
}

.social-icons ul li a .icon {
  position: relative;
  color: #fff;
  transition: 0.5s;
  z-index: 3;
  font-size: 100%;
}

.social-icons ul li a:hover .icon {
  color: var(--white);
  transform: rotateY(360deg);
}

.social-icons ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}

.social-icons ul li a:hover:before {
  top: 0;
}

.social-icons ul li a.icon-facebook:before {
  background: #3b5999;
}

.social-icons ul li a.gplus:before {
  background: #d74937;
}

.social-icons ul li a.icon-twitter:before {
  background: #55acee;
}

.social-icons ul li a.icon-youtube:before {
  background: #ff0000;
}

.social-icons ul li a.icon-yelp:before {
  background: #f44336;
}

.social-icons ul li a.icon-tripad:before {
  background: #4caf50;
}

.social-icons ul li a.icon-foursquare:before {
  background: #f94877;
}

.social-icons ul li a.icon-instagram:before {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.social-icons ul li a.icon-linkedin:before {
  background: #0275b4;
}

.social-icons ul li a.icon-yahoo:before {
  background: #57296f;
}

.social-icons ul li a.icon-skype:before {
  background: #01b0f1;
}

.social-icons ul li a.icon-pint:before,
.social-icons ul li a.pinterest:before {
  background: #cb2027;
}

footer {
  background-color: transparent;
  color: #fff;
}

.footer-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer__left {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  align-self: center;
  padding: 0 15px;
}

.footer-logo .logo-name {
  font-family: Schwarzwald_Regular;
  font-size: 50px;
  margin-bottom: 50px;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

/* .footer-logo img {
    max-width: 245px;
} */

.footer-details-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.footer-details .email {
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0;
  display: inline-block;
}

.footer__right {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}

.footer-buttons ul li {
  display: inline-block;
}

.footer-buttons ul li:nth-child(2) {
  margin: 0 15px;
}

.footer-buttons .footer-btn,
.goog-te-gadget-simple {
  padding: 19px 6px;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  display: inline-table;
  font-weight: bold;
  font-size: 16px;
  width: 170px;
  background-color: var(--primary);
}

a.footer-btn.access {
  padding: 12.5px 2px;
  margin-top: 11px;
}

.goog-te-gadget-simple {
  padding-top: 14px !important;
  padding-bottom: 10px !important;
  font-size: 11pt !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: #fff !important;
}

.goog-te-gadget-icon {
  display: none;
}

.canmod {
  background-color: #ffffff;
  color: #000000 !important;
  -webkit-font-smoothing: subpixel-antialiased;
}

.access {
  background-color: var(--ada) !important;
  color: var(--white) !important;
}

.access .fa-wheelchair {
  font-size: 19px;
  vertical-align: top;
  color: var(--white);
}

.seolinks_wrapper {
  width: 70%;
  margin: auto;
  margin-top:24px;
}
.seolinks_wrapper-logo{
  width: 100%;
  margin: auto;
  margin-top: 0px;
  padding: 0px;
}
.seo-links-wrapper ul {
  column-count: 1;
}

.footer-links ul li,
.seo-links-wrapper ul li {
  margin-bottom: 12px;

}

.footer-links ul li,
.seo-links-wrapper ul li {
  width: auto;
  padding-left: 10px;
  padding-top: 0px;
  line-height: 22px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: "Istok Web";
  font-size: 15px;
}

.footerLinksDiv {
  margin-top: 20px;
}

.footer-links ul li:first-child,
.seo-links-wrapper ul li:first-child {
  margin-top: 0px;
}

.seo-links-wrapper {
  padding-top: 0;
  position: relative;
}

/* .footerLinksDiv {
  border-bottom: 1px solid var(--primary);
} */

.footer-links a,
.seo-links-wrapper a {
  color: var(--primary);
}

.footer-links .left {
  text-align: left;
}

.footer-links .center {
  text-align: center;
}

.footer-links .right {
  text-align: right;
}

.footer-SEOlinks {
  padding: 0px;
  background-color: var(--white);
}

.footer-SEOlinks ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-SEOlinks ul li {
  color: var(--black);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.footer-SEOlinks ul.width90 li {
  width: 90%;
  /*margin-left: auto;
    margin-right: auto;*/
  text-align: center;
}

.borderBtm {
  border-bottom: 1px solid #fff;
  margin: 20px 0;
}

.company {
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 1px 0px;
  align-items: center;
  font-family: "Istok Web";
  margin-top: 42px;
  
}

.company,
.company a,
.company p {
  color: black;
}

.company p {
  text-align: inherit;
  margin-bottom: 12px;
  font-size: 14px;
}

.section__compdetails {
  background: transparent;
  color: var(--white);
  padding: 15px 0;
  font-size: 16px;
  overflow: hidden;
}

#scroll {
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  color: #444;
}

#scroll i {
  color: var(--primary-dark);
  margin: 0;
  position: static;
  left: 16px;
  top: 13px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ----------------------------------- mouse click css ----------------------------------- */

.mouse,
.mouse-up {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 24px;
  height: 34px;
  border-radius: 4px;
  border: 2px solid #3a9700;
  bottom: 9px;
  left: 50%;
  cursor: pointer;
}

.mouse span,
.mouse-up span {
  display: block;
  margin: 6px auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3a9700;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mouse span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

.mouse-up span {
  -webkit-animation-name: scroll-up;
  animation-name: scroll-up;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@-webkit-keyframes scroll-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scroll-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ----------------------------------- mouse click css ----------------------------------- */

/* ----------------------------------- Floating Icons ----------------------------------- */

.floating-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.floating-icons ul li a {
  padding: 15px 20px;
  margin: 10px 0;
  display: inline-block;
  color: var(--white);
  font-size: 25px;
  width: 100%;
  transition: 0.5s all;
  width: 90px;
}

.floating-icons ul li a.icon-facebook:hover,
.floating-icons ul li a.icon-facebook:focus,
.floating-icons ul li a.icon-facebook:active {
  background: #3b5999;
}

.floating-icons ul li a.icon-gplus:hover,
.floating-icons ul li a.icon-gplus:focus,
.floating-icons ul li a.icon-gplus:active {
  background: #d74937;
}

.floating-icons ul li a.icon-twitter:hover,
.floating-icons ul li a.icon-twitter:focus,
.floating-icons ul li a.icon-twitter:active {
  background: #55acee;
}

.floating-icons ul li a.icon-youtube:hover,
.floating-icons ul li a.icon-youtube:focus,
.floating-icons ul li a.icon-youtube:active {
  background: #ff0000;
}

.floating-icons ul li a.icon-yelp:hover,
.floating-icons ul li a.icon-yelp:focus,
.floating-icons ul li a.icon-yelp:active {
  background: #f44336;
}

.floating-icons ul li a.icon-tripad:hover,
.floating-icons ul li a.icon-tripad:focus,
.floating-icons ul li a.icon-tripad:active {
  background: #4caf50;
}

.floating-icons ul li a.icon-pint:hover,
.floating-icons ul li a.icon-pint:focus,
.floating-icons ul li a.icon-pint:active {
  background: #cb2027;
}

.floating-icons ul li a.instagram:hover,
.floating-icons ul li a.instagram:focus,
.floating-icons ul li a.instagram:active {
  background: #8134af;
}

/* ----------------------------------- Floating Icons ----------------------------------- */

.room_home,
.promocode {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
}

.promocode:link,
.promocode:visited,
.promocode:hover,
.promocode:active,
.promocode:focus {
  outline: none;
}

.datepicker-label {
  color: #fff;
}

.respop_heading2 {
  display: none;
}

.quick-booking .home_collapse {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 58px;
  max-width: 350px;
}

#reservationpop .search-btn-div {
  margin-top: 42px;
}

.play {
  background: rgba(0, 0, 0, 0.5) url("../img/play.png") no-repeat scroll 16px
    12px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.pause {
  background: rgba(0, 0, 0, 0.5) url("../img/play.png") no-repeat scroll 16px -45px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.play:focus,
.pause:focus,
.volume_icon:focus,
.volume_icon1:focus {
  outline: 0;
}

.volume_icon {
  background: url("../img/unmute.png") no-repeat scroll 20px 4px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
}

.volume_icon1 {
  background: url("../img/unmute.png") no-repeat scroll 20px -48px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
}

.volume_icon1 span {
  visibility: hidden;
}

.reservation-button {
  text-align: center;
}

/*atriumhotelandsuites*/

.lowest {
  display: block;
  font-size: 26px;
  padding: 10px;
  font-weight: 500;
  font-family: "Istok Web", serif;
}

.resText {
  display: block;
  font-size: 15px;
  font-weight: lighter;
  font-family: "Istok Web", sans-serif;
  top: -5px;
  position: relative;
}

.headsocialIcons {
  padding: 10px 15px;
  margin-top: 0;
  margin-left: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e1f2db;
  z-index: 1;
}

.headsocialIcons .social-icons ul li a .icon {
  color: #fff;
  /* font-size: 82%; */
}

.headsocialIcons .social-icons ul li a {
  width: 40px;
  height: 40px;
  margin: 5px 0px;
  line-height: 39px;
  font-size: 20px !important;
  background: var(--primary);
  border-radius: 50%;
}

.div__logo img {
  margin: auto;
    width: auto;
    height: 100px;
}

.headsocialIcons .social-wrapper {
  padding: 0 !important;
}

.headsocialIcons .social-wrapper ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topRservationSection .navbar-right {
  padding: 0;
  margin-top: 0;
  margin-right: 0px;
}

.reservation-button::after {
  display: none !important;
}



.bgWhite {
  background: var(--white);
}

.inner-title {
  text-align: center;
  font-family: "NanumMyeongjo", serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 55px;
  color: var(--primary);
  line-height: normal;
  position: relative;
}

.inner-title::after {
  bottom: -50px;
}

/* Amenities Section */

.amenities_section {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.amenities_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 25.1%;
  width: 100%;
  background: #e1f2db;
  left: 0;
  right: 0;
  z-index: -1;
}

.amenities_section .container-fluid {
  width: 90%;
  margin: auto;
}

.amenitiesIconSection {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0px 0 50px;
  padding: 20px 0px !important;
  background: var(--primary);
}

.amenitiesIconSection .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.iconDiv img {
  width: 90px;
  height: 90px;
  filter: invert(1);
  transition: all 0.3s;
}

.slick-current.slick-active .iconDiv img {
  transform: translateY(-3px);
  filter: drop-shadow(3px 5px 20px #000) invert(1);
}

.slick-current.slick-active .iconDiv p {
  filter: drop-shadow(0 0 2px #000);
}

.iconDiv p {
  margin: 10px 0 10px 0;
  font-size: 18px;
  color: #fff;
}

.amenities_image_wrapper {
  margin: 0px !important;
}

.amenities_image_wrapper .item img {
  width: 100%;
}

.amenities_image_wrapper .slick-dots {
  bottom: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.amenities_image_wrapper .slick-dots li {
  background: #fff;
  margin: 0;
  height: 3px;
  width: 30px;
}

.amenities_image_wrapper .slick-dots li.slick-active {
  width: 60px;
  height: 8px;
}

/* Amenities Section */

.section-packages .container-fluid {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.section-packages {
  background: #e1f2db;
  padding-bottom: 40px;
}

.specials-imgDiv {
  padding: 0;
  display: grid;
  grid-template-columns: 25% 25% 50%;
  grid-template-rows: 25% 20% 55%;
}

.specials-imgDiv img {
  height: 100%;
  object-fit: cover;
}

.spcl1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  z-index: 1;
}

.spcl2 {
  grid-column: 2 / 4;
  grid-row: 2 / 4;
  object-fit: cover;
}

/*Accomodations & Registration & Meeting*/

.acc-img {
  height: 100%;
  width: auto;
  float: none;
  margin: 0;
  background: url(../img/acc-img.webp) no-repeat center center / cover;
}

.acco.inner-title,
.spcl.inner-title,
.atttraction.inner-title,
.loc.inner-title {
  margin: 0px 0px 70px !important;
  line-height: 55px;
  width: auto;
}
.review.inner-title{
  margin: 0px 0px 29px !important;
  line-height: 55px;
  width: auto;
}



.section-guestroom .container-fluid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
}
.section-guestroom {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0px;
}
.section-guestroom .container, .section-att .container{
  width:1500px;
}
.acco-cont,
.spcl-cont{
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 0px 70px;
}
.acco-cont .btn-div{
  justify-content: left;
}
.atttraction-cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 3px;
}
.atttraction-cont {
  background: #fff;
  align-items: baseline;
}

.atttract_iframe {
  width: 100%;
  height: 100%;
}

.spcl-cont {
  padding-right: 30px;
}

.acc-imgDiv {
  padding-left: 0px;
  z-index: 2;
}
.acc-img img {
  display: block;
  width: auto;
  margin: auto;
}
.acco-cont p,
.spcl-cont p {
  font-family: "Istok Web", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  margin: 30px 0;
  margin-top: 0px;
}
.acco-cont > span{
  font-family: "Istok Web", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: justify;
  display: block;
  padding: 0;
  line-height: 36px;
  color: #626262;
  font-size: 17px;
  margin-top: 13px;
  border-left: 3px solid #4f65199e;
  padding-left: 10px
}

.spcl-cont > span,
.atttraction-cont > span {
  font-family: "Istok Web", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: justify;
  display: block;
  padding: 0;
  line-height: 36px;
  color: #626262;
  font-size: 17px;
  margin-top: 8px;
  border-left: 3px solid #4f65199e;
  padding-left: 10px;
  margin-right: 21px;
}

.spcl-cont > span {
  padding-left: 60px;
  margin-top: 30px;
}

.guestroom-btn.about-btn .btns span {
  color: white;
}

.guestroom-btn.about-btn .btns:hover span {
  color: var(--white);
}

.guestroom-btn .btn-div,
.spcl-btn .btn-div,
.atttraction-btn .btn-div {
  display: block;
  text-align: left;
  
}

.atttraction-btn {
  padding-bottom: 22px;
}

.spcl-btn .btn-div {
  text-align: left;
  padding-left: 60px;
}
.footer-buttons .footer-btn, .goog-te-gadget-simple{
  background-color: #4F6519;
    color: white !important;
    text-align: center !important;
}
.acc-imgDiv::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 30px;
  right: 30px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.flip {
  display: flex;
  flex-direction: row-reverse;
}

/*Accomodations & Registration & Meeting*/

/*atttraction*/

.section-atttraction {
  margin-top: 0px;
}

.attract_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  align-items: stretch;
  margin:28px auto;
}

.atttraction.about-title-2 {
  color: #fff;
  text-align: center;
  line-height: 1;
}

span.inner_head {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
}

/*atttraction*/

.review_section {
  margin-top: 30px;
}
.review_section .container{
  padding: 55px 55px 152px 55px;
}

.owl-carousel1 .owl-dot {
  width: 15px;
  height: 15px;
  background: var(--primary) !important;
  border-radius: 50%;
  margin: 10px;
  transition: all 0.5s;
}

.owl-carousel1 .owl-dots {
  display:none;
}
/* .owl-item {
  width: 972px !important;
} */
.owl-carousel1 .owl-dot.active {
  width: 30px;
  height: 30px;
  margin: 5px;
}


.revew_wrapper {
  padding: 0px;
  display: grid;
  grid-template-columns: 67% 33%;
  align-items: center;
}


.review_bg img {
  height: 100%;
  object-fit: cover;
}

.review_title {
  color: #505050;
  font-family: "Istok Web";
  font-size: 40px;
  text-align: center;
  line-height: inherit;
  font-weight: 500;
}

.review_cont {
  color: #000;
  font-family: "Istok Web";
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 20px;
  margin-top: 0px;
}

.review_cont strong {
  font-size: 20px;
}

.author_title {
  text-align: left;
  font-size: 24px;
  color: #000;
  font-family: "Istok Web";
  margin: 20px 0px 0px;
  letter-spacing: 1px;
}
.review_section{
  background: url(../img/review-bg.webp) no-repeat;
  background-size: cover;
  background-position: top;
}
.owl-carousel.owl-carousel1 {
  height:auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* background: url(../img/hypens.png) no-repeat center left;
  background-size: cover; */
}


.review-btn .btns {
 margin:auto;
 display: block;
 position: absolute;
 bottom: 100%;
}
.review-btn .btns:hover{
  margin:auto;
  display: block;
  position: absolute;
  bottom: 100%;
 }

.gallery_wrapper {
 
}
.amenities.about-btn.MT20.MB0 {
  position: unset;
}
.hovereffect.box1 {
  height: 100%;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.box1::after,
.box1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(11, 33, 47, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: 99;
}

.box1:hover:before {
  opacity: 1;
}

.box1:hover:after {
  left: -217%;
}

.box1::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #4f6519;
  top: 0;
  left: 217%;
  opacity: 1;
  z-index: 99;
  transform: skewX(307deg);
  transition: all 1s ease 0s;
}

.gallery_wrapper .thumbnail {
  height: 100%;
}
.thumbnail{
  background-color: unset;
}
.gall1 {
  grid-column: 1 / 3;
  grid-row: 1 / 5;
}

.gall_head_btn {
  /* grid-column: 2 / 4;
  grid-row: 2 / 4;
  background: #e1f2db;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 5px solid #fff; */
}
img.gal1{
  position: absolute;
    height: auto !important;
    width: 90% !important;
    margin-top: -15%;
}
img.gal2 {
  position: absolute;
  height: auto !important;
  width: 90% !important;
  margin-top: -7%;
  margin-left: -7%;
}
img.gal4 {
  position: absolute;
  height: auto !important;
  width: 100% !important;
  margin-top: 22%;
  margin-left: -3%;
}
.gallery_wrapper img {
  height: 100%;
  width:100%;
  object-fit: cover;
}
img.gal6 {
  position: absolute;
  height: auto !important;
  width: 100% !important;
  margin-top: -6%;
  margin-left: -3.5%;
}
img.gal5 {
  height: auto !important;
  width: 100% !important;
  margin-top: 7%;
}
.flex-gall{
  display: flex;
  justify-content: end;
}
/* .flex-gall:after{
  content: "";
    background: #4f6519;
    display: block;
    position: absolute;
    top: -2%;
    left: 58%;
    width: 113px;
    height: 50px;
    z-index: 0;
    padding: 10px;
} */
/* .after-div:after {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 59px;
  margin-top: 15%;
  left: 79%;
  background: #b69167;
} */
.gallery-row3{
  background: url(../img/gallery8.png) no-repeat;
    background-position: bottom 19% left 6%;
    background-size: auto;
    position: initial;
}
.gallery-row2{
  background: url(../img/gallery7.png) no-repeat;
  background-position: top right 9.5%;
  background-size: auto;
  position: initial;
}
.gallery.inner-title{
  margin:0px ;
}
.gallery-div{
  margin-bottom: 111px;
    margin-top: -14%;
}
.gall_head_btn{
  padding: 137px 0px 0px;
  height: 320px;
}

/* Map */

.mapImg{
  background: url(../img/map.webp) no-repeat center center / cover;
  height: 600px;
  background-position: center !important;
}

.location_section {
  margin-top: 30px;
  position: relative;
}
.location_section  .container-fluid{
  padding:0px; 
  margin:0px;
  background: #f1f1f1;
}

.mapImg img {
  display: block;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}
/* .loc.inner-title {
  color: var(--white);
  margin: 10px 30px 50px;
} */

.addTelmailDiv {
  color: black;
  display: block; 
  background: transparent;
  padding-top: 24px;
}

.loc_icon {
  background-color: transparent;
  display: inline-block;
padding-left:10px;
  background: transparent;
  border: none !important;
  text-align: center;
  height: auto;
  width: auto;
  padding-right: 13px;
 
}
.loc_icon .call{
  transform: rotate(111deg);
}

.loc_icon img {
  width: auto;
  height: auto;
  margin: 0;
}
.addressDiv{
  display: flex;
  justify-content: center;
  align-items: start;
}

span.col {
  color: #313131;
  text-align: left;
  font-size: 17px !important; 
  font-weight: 500;
    
}
span.col a{
  font-size: 14px !important;
}

.addressDiv > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/marker.svg");
}

.addTelmailDiv .fa {
  font-size: 20px;
  vertical-align: middle;
}



.col a,
.col a:hover,
.col a:active,
.col a:focus {
  color: black;
}

/* Map */

/*Footer Social*/

.social-wrapper {
  padding: 15px 20px 15px;
  text-align: center;
}

.social-wrapper ul {
  margin-bottom: 0px;
}

.footerLogoDiv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  padding:18px;
}

.footLogoImg img {
  display: block;
  width: auto;
  margin: auto;
}



.footLogoImg {
  text-align: center;
  position: relative;
  
}

.langAccessDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 20px;
  gap: 39px;
}

.brdrRt::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: 170px;
  background: #000;
}

.logoLangAccess {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

/*.acessHotel img {
    width: 200px;
    max-width: 200px;
}*/

.backlinks-wrapper.footer-links,
.seo-links-wrapper {
  margin: 10px 0px;
}

/* .backlinks-wrapper ul{
  column-count: 2;
 
} */
.backlinks-wrapper ul, .seo-links-wrapper  ul{
  border-left:2px solid #4f6519;
}
/*Footer Social*/

/*Newpage*/

.Loungeimg {
  background: url(../img/bar_trellis.webp) no-repeat center center / cover;
  height: 600px;
  background-position: center !important;
}

.amenitieswrap {
  height: 600px;
  padding: 30px 0px 0 40px;
}

.innercontentwrapper {
  background: var(--primary);
  color: #fff;
}

p.tilte {
  font-family: "Cardo", sans-serif;
  text-transform: initial;
  margin: 0;
  margin-top: 25px;
  font-size: 20px;
  font-weight: bolder;
}

.catSunSection {
  padding: 30px 5% 0px;
}

/*New Page*/

/*atriumhotelandsuites*/

.nav > li > a {
  padding: 10px 28px;
}

.navbar-right {
  padding: 0px 10px 10px;
  margin-top: 30px;
  margin-right: 0px;
}

.custom__header.smaller .navbar-right {
  background: none;
}

.footer-logo {
  margin-top: 0;
}

.company a:hover {
  text-decoration: underline;
}

.room_description-nav .book {
  display: flex;
}

/* NEW CHANGES BY ROSHAN SIR FOR CHECK AVAILABILITY ON SCROLL */

.section__booking .navbar-header,
.section__booking .scroll-reservation-but {
  display: none;
}

footer .social-icons {
  margin: 0;
  font-size: inherit;
}
.section-amenities {
  background:url(../img/att-bg.png) no-repeat;
  background-size: cover;
}
.section-amenities .container{
  width:auto;
}
.section-amenities .container h3{
  font-weight: 700;
}
.section-amenities .container p{
  width: 80%;
  margin: auto;
  margin-top:10px;
}
.acco{
  background: url(../img/heading-back.webp) no-repeat;
  background-position: center;
  
}


.title-att{
  display: block;
    margin: 10px auto;
    width: 100%;
}
/* .atttraction-img{
  background: url(../img/att-img.webp) no-repeat;
  background-position: center;
  opacity: 0.5;
} */
.acco{
  background: url(../img/heading-back.webp) no-repeat;
  background-position: center;
  padding: 60px; 
}
.gall_head_btn{
  background: url(../img/heading-back1.png) no-repeat;
  background-position: center;
}

.atttraction {
  position: absolute;
  top: 43%;
  left: 27%;
}
@media (max-width: 1199px) {
  .tooltip span{
    display:none;
  }
}

@media (min-width: 1200px) {
  /*atriumhotelandsuites*/
  .tooltip:hover span{
    display:block;
    text-align: justify;
    color:black;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .tooltip span{
    display: none;
    
  }
  .tooltip:hover{
  
    border: 2px solid #b6916714;
    background-color: #f0e9e1;
  }
  
  .top-line {
    position: relative;
    height: 200px;
    z-index: 21;
  }
  
  .top-line .tooltip:hover  {
    z-index: 21;
    position: absolute;
    padding: 12px;  
  }
  
  .top-line .tooltip, .bottom-line  .tooltip {
    padding:12px;
  }
  .bottom-line {
    position: relative;
    height: 230px;
    z-index: 18;
  }
  .bottom-line1 {
    position: relative;
    height: 230px;
    z-index: 15;
  }

  .bottom-line .tooltip {
    position: absolute;
  }
  .amenities .custom-btn{
    margin: 0px auto 40px;
  }
  
  .guestroom-btn .btn-div,
.spcl-btn .btn-div,
.atttraction-btn .btn-div{
  margin-left:10px;
}
  img.about-img{
    position: absolute;
    display: block;
    margin: auto;
    width: auto;
    z-index: 1;
    bottom: 88%;
    left: 44%;
  }
  .footerLinksDiv {
    display: flex;
    justify-content: center;
  }

  .carousel-caption-center p {
    text-align: center;
  }

  section.white-bg {
    background: url(../img/about-bg.png) no-repeat;
    background-size: cover;
  }
  .section__headerbg .innercaption p {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .about-intro__img {
    float: right;
  }
  .hotelmagic {
    padding-right: 20px !important;
  }
  /*atriumhotelandsuites*/
  .smaller.section__booking > .container {
    position: fixed;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: transparent;
    width: 88%;
    max-width: 1700px;
  }
  .smaller #get_header_avaibility .MT20 {
    margin-top: 5px;
  }
  .smaller #reservationpop .search-btn-div {
    margin-top: 26px;
  }
  .about-intro {
    z-index: 1;
    position: relative;
  }
  .logoDN a {
    padding: 0px;
    text-decoration: none;
    font-size: 28px;
    color: var(--white);
    display: inline-block;
    text-transform: uppercase;
    transition: 0.3s;
    margin-top: 30px;
  }
  #mySidenav {
    z-index: 101;
  }
  .smaller.section__booking {
    display: flex;
    justify-content: center;
  }
  .smaller.section__booking .quick-booking {
    border: 0;
    background: transparent !important;
    box-shadow: none;
    margin: 0 auto;
    /*width: 86%;*/
  }
  .quick-booking .chooseops {
    margin-top: 20px;
  }
  .smaller .quick-booking .chooseops {
    margin-top: 5px;
  }
  .section__booking .navbar-toggle .icon-bar {
    background: #fff;
  }
  .section__booking.smaller .navbar-header,
  .section__booking.smaller .scroll-reservation-but {
    display: inline-block;
  }
  .smaller #reservationpop .closebtn {
    display: none;
  }
  .smaller #reservationpop > .container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  background-color: rgb(255 255 255 / 98%) !important;
    width: 100%;
   
  }
  .rct_wdgt .smaller #reservationpop > .container {
    top: 50px;
  }
  .smaller #reservationpop {
    background-color: rgb(255 255 255 / 98%) !important;
    height: auto;
    padding-top: 0;
    transition: padding 0s;
    overflow-x: visible;
  }
  .smaller #mySidenav {
    z-index: 999;
  }
  .smaller .navbar-toggle {
    margin: 28px 0;
  }
  .smaller #reservationpop .respop_heading {
    display: none;
  }
  .custom__header.smaller {
    position: fixed;
    min-height: 98px;
    display: none;
  }
  /* .smaller .navbar-right,
  .smaller .div__logo {
    display: none;
  } */
  .smaller .margin {
    margin: 0px;
  }
  .smaller .check-avail {
    width: 100%;
  }
  .smaller .navbar-inverse .navbar-toggle .icon-bar {
    background: var(--primary) !important;
  }

  .scroll_logo {
    display: none;
  }

  .smaller .scroll_logo {
    display: block;
    align-self: end;
  }

  .smaller .scroll_logo a {
    padding: 0;
  }

  .check-avail,
  .quick-booking {
    width: 100%;
  }

  .smaller .check-avail,
  .smaller .quick-booking {
    width: 68.33333333%;
  }

  .home_resnew {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
.div__logo {
  z-index: 1;
  width: 7%;
  margin-right: 0;
}
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .modal-content {width:100%;}
  .modelpop{top:0%;}
  /*.smaller.section__booking .container,
  .smaller #reservationpop .container {
    width: 90%;
  }*/
  .carousel-caption-center p{
    padding: 2px 10px !important;
  }
 

  .tooltip .tooltiptext{
    font-size:12px !important;
  }
  .attract_wrapper .bottom-bar{
    width: 46% !important;
    height: 20% !important;
  }
  .bottom-bar{
    width: 18% !important;
    height: 7% !important;
  }
  .div__logo img{
    height: 86px;
  }
  .carousel-caption-center{
    bottom: 35% !important;
  }
  .seolinks_wrapper{
    width: 90%;
  }
  .subcribe-input{
    margin-left: 3em;
  }
  .acco {
    padding: 62px;
  }
  .section-guestroom .container, .section-att .container{
    width:auto;
  }
  .about-btn{
    margin-bottom: 14px;
  }
  .carousel-caption-center{
    left: 0%;
  }
  .hover-drop .dropdown-menu > li > a {
    padding: 3px 10px;
  }
  .carousel-inner .item:after {
    height: 96%;
  }
  .footer-links ul li,
  .seo-links-wrapper ul li {
    width: 80%;
  }
  .carousel-inner .carousel-caption-center .sub-caption,
  .carousel-inner .carousel-caption-center .main-caption {
    font-size: 24px !important;
  }

  .acco-cont,
  .spcl-cont
  {
    padding: 10px 80px;
  }

  
 .atttraction-cont{
  padding: 2px 14px;
  }
}

/* ----------------------------------- MEDIA QUERIES ----------------------------------- */

@media screen and (min-width: 1200px) {
  .smaller .customedeatetimesin,
  .smaller .customedeatetimesout {
    background: var(--primary);
    color: white;
    border: 1px solid #4f6519;
  }
  .smaller .wide_cal .add-on {
    color:  white !important;
  }
  .smaller #no_of_rooms,
  .smaller #no_of_adult,
  .smaller #no_of_child,
  .smaller #no_of_infants {
    color:  #ffffff;
    background: #4f6519 url(../img/dropdown-icon.png) no-repeat;
    border: 1px solid #4f6519;
    background-position: 95% 50%;
    background-size: 12px;
  }

  #no_of_rooms option,
  #no_of_adult option,
  #no_of_child option,
  #no_of_infants option {
    background: var(--primary);
  }

  .smaller #no_of_rooms option,
  .smaller #no_of_adult option,
  .smaller #no_of_child option,
  .smaller #no_of_infants option {
    background: white;
    color: #4f6519;
  }

  .about-btn.colapsshoecontentlinkdiv .btn-div,
  .about-btn.colapsshoecontentlinkdiv2 .btn-div {
    display: block;
    /* padding-left: 19px; */
    text-align: center;
  }
  .colapsshoecontentlinkdiv2 {
    margin-top: -32px !important;
  }
  .smaller .quick-booking .home_collapse {
    top: 63px;
  }
  .smaller #reservationpop .home_collapse {
    top: 63px;
    position: absolute;
    left: auto;
    right: auto;
  }
  .section__booking {
    position: absolute;
  }
  .hover-drop.dropdown .dropdown-menu {
    display: inline-block;
  }
  .hover-drop.dropdown:hover .dropdown-menu {
    opacity: 1;
  }
  .hover-drop .dropdown-menu > .active > a,
  .hover-drop .dropdown-menu > .active > a:focus,
  .hover-drop .dropdown-menu > .active > a:hover {
    background-color: inherit;
    background-image: inherit;
  }
  #mySidenav::-webkit-scrollbar {
    width: 0;
  }
  #mySidenav {
    -ms-overflow-style: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #mySidenav .closebtn {
    line-height: 1;
  }

  .carousel-caption-center p{
    padding: 0px 20px !important;
  }
  .direction-btn .btn-div a{
    margin-top: 5px !important;
  }
  .subscribe_wrapper {
   padding:10px;
}
  .subscribe_wrapper .div-footer{
    margin-bottom: 0px;
  }
  .copyright-span{
    margin-left: 0em;
  }
 
 
  .mapCont{
    width: 90% !important;
  }
  .review.inner-title{
    margin: 0px 0px 7px !important;
  }
  .section-amenities{
    background-position: top;
  }
  .loc.inner-title{
    margin: 30px 0px 0px !important;
    display: block;
    width: 100%;
  }
  .review_section{
    background: url(../img/review-bg.webp) no-repeat;
    background-size: cover;
    background-position: top;
   
  }
  .review_section .container{
    padding: 27px;
  }
  .atttraction.inner-title{
    margin: 0px 0px 11px !important;
  }
  .acco-cont > span, .spcl-cont > span, .atttraction-cont > span{
    border-left: none;
  }
  .acco.inner-title{
    margin: 15px 0px 1px !important;
  }
 
  
  .acco-cont{
    padding: 25px 30px; 
  }
  .section-guestroom .container{
    width:auto;
  }
  .about-btn{
    margin-bottom: 5px;
  }
 
  .section__headerbg .innercaption {
    bottom: 0px;
  }
 
  .room_heading {
    font-size: 14px;
  }
  .div__logo img {
    /* max-height: 80px; */
    margin: 0 auto;
    /* width: 80px; */
  }

  .custom__header.smaller .logoWT {
    display: block;
  }
  .smaller div.div__logo img {
    width: auto;
    max-height: 100%;
    margin-top: 3px;
  }
}

@media screen and (max-width: 1199px) {
  span.red-box, span.white-box{
    letter-spacing: 1px !important;
    font-size: 15px !important;
    font-weight: 700 !important;    
  }

  .carousel-caption-center {
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5);
  }
  .section__headerbg .innercaption p {
    display: block;
  }
  .innercaption .top-content,
  .innercaption .bottom-content {
    color: #fff !important;
  }
  .fullshow {
    -webkit-animation: none;
    -webkit-animation-delay: 0s;
    animation: none;
    animation-delay: 0s;
  }
  .carousel-caption-center p {
    /* color: var(--primary) !important; */
    background: transparent !important;
  }
  .carousel-control.right,
  .carousel-control.left {
    z-index: 1;
    opacity: 0.9;
  }
  .carousel-control .fas {
    /* top: 45%; */
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 11px;
    border-radius: 100vh;
    font-size: 23px;
  }
  section.white-bg {
    position: relative;
    top: -20px;
  }
  .navbar-right {
    margin-top: 0px;
  }
  .section__booking .quick-booking {
    background: #f9ad4b;
  }
  .footer-logo img {
    width: 100%;
  }
  footer {
    padding-top: 10px;
  }
  .navbar-header {
    top: 5px;
    position: relative;
  }
  .navbar-toggle {
    margin-top: 8px;
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 a {
    font-size: 17px;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    padding: 8px 5px;
  }
  #reservationpop #get_header_avaibility {
    padding: 0;
  }
  #reservationpop .closebtn {
    display: none;
  }
  #reservationpop .search-btn-div {
    text-align: center;
  }
  #reservationpop {
    position: relative;
    height: auto;
    margin: 0 auto;
    width: 100% !important;
    background: var(--primary);
    padding: 0;
    padding: 5px 0 20px 0;
    float: left;
    overflow-x: inherit;
    text-transform: uppercase;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  #reservationpop > .container {
    width: 100%;
    padding: 0;
  }
  .respop_heading {
    display: none;
  }
  .custom__header.smaller .navbar-right {
    padding: 0;
    margin-top: 18px !important;
  }
  .custom__header.smaller {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: auto;
  }
  .smaller .navbar-inverse .navbar-toggle .icon-bar {
    background-color: var(--primary) !important;
  }
  .smaller .navbar-inverse .navbar-nav > li > a {
    color: var(--primary) !important;
  }
  .smaller .div__logo1 {
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 150px;
    width: 100%;
    z-index: 1;
  }
  /* .smaller .div__logo {
        display: none;
    } */
  #mySidenav {
    z-index: 10000;
  }
  .mobile0verviewinnwerdiv {
    min-height: 250px;
    height: 250px;
  }
  .overview-description-overview {
    min-height: 165px;
  }
  .promocode {
    margin-top: 10px;
    display: inline-block;
  }
  .primary-title {
    font-size: 28px;
  }
  .cool-link li a:hover::after,
  .cool-link li.active a::after {
    width: 0;
  }
  .t-dates {
    height: 44px;
  }
  .section__booking .container {
    width: 100%;
  }
  .menus {
    height: calc(100vh - 100px);
    overflow-y: auto;
    margin-top: 15px;
  }
  .sidenav {
    padding-top: 0;
  }
  .menus a {
    display: block;
    text-align: left;
  }
  .sidenav .closebtn {
    margin-right: 0;
    position: sticky;
    top: 15px;
  }
  .menus .dropdown-backdrop {
    display: none;
  }
  .hover-drop.open > .dropdown-menu,
  .hover-drop .dropdown-menu > li {
    display: block;
  }
  .menus li.active a::after {
    width: 0;
  }
  .menus li.active {
    background-color: var(--primary-light);
  }
  .menus .open > a,
  .menus .open > a:focus,
  .menus .open > a:hover {
    background-color: var(--primary-light);
  }
  .menus .dropdown-menu {
    opacity: 1;
  }
  .menus .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menus .open .dropdown-menu > li > a {
    color: var(--primary);
    padding: 10px 28px;
    opacity: 0.8;
  }
  .hover-drop .dropdown-menu > li.active > a {
    background-color: var(--primary-dark);
  }
  .section__main .video_home video {
    position: static;
    transform: none;
  }
  .footer-SEOlinks ul li a {
    font-size: 15px;
  }
  .footer__left {
    flex: 0 0 16%;
    max-width: 16%;
  }
  .footer__right {
    flex: 0 0 84%;
    max-width: 84%;
  }
  .respop_heading2 {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--white);
  }
  .home_resnew .btn-success,
  .quick-booking .btn-success {
    background: #fff !important;
    color: var(--primary) !important;
    border: 1px solid #fff;
  }
}
@media (max-width:991px) {
 
  .mobile-hidden{
    display: none !important;
  }
  .owl-item .item{
    padding:16px;
  }
  .owl-nav{
    margin: 10px;
  }
  .gallery-row3{
    background:none;
  }
  .gall_head_btn{
    background:none;
    height:auto;
    padding: 12px 0px 14px;
  }
  .gallery-row2{
    background: none;
    background-position: unset;
    background-size: unset;
    position: unset;
  }
  img.gal1{
    position:unset;
    height: auto !important;
    width: 100% !important;
    margin-top: 0;
  }
  img.gal2{
    position:unset;
    height: auto !important;
    width: 100% !important;
    margin-top: 0;
    margin-left: 0%;
  }
}
@media (max-width: 992px) {
  .modelpop{top:0;}
  .animatedheight p {
    text-align: justify;
}
  .acco-cont .btn-div {
    justify-content: center;
  }
}

@media (min-width: 992px) {

  .floating-icons ul li a {
    width: 105px;
  }

  .atttraction-img img {
    height: auto;
    object-fit: cover;
  }

  .topRservationSection {
    display: none;
  }

  .atttraction-btn .btn-div {
    text-align: left;
  }

  .owl-carousel.owl-carousel1 {
    justify-content: flex-start;
  }

  .company {
    padding-right: 25px;
    padding-left: 25px;
  }


  .atttraction-cont::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 0;
    height: 300px;
    width: 300px;
    background: url(../img/about_bg.png) no-repeat right;
    background-size: contain;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  /*atriumhotelandsuites*/
  .section-amenities .col-md-offset-2 {
    margin-left: 13.666667%;
}
.home-mobileboxoverviews .thing-details a{  
  padding: 10px 4px 10px 10px;
}
  .bottom-bar {
    width: 21% !important;
    height: 0% !important;
    display: block;
    margin: auto;
    margin-top: -24px !important;
}
.attract_wrapper .bottom-bar{
  width: 46% !important;
  height: 13% !important;
  display: block !important;
  margin: 8px auto !important;
  margin-top: -21px !important;
}
  .acco-cont > span, .spcl-cont > span, .atttraction-cont > span{
    line-height: 30px;
  }
  .section-guestroom .container, .section-att .container{
    width: auto;
  }
  .acc-img img{
    display: block;
    width: 100%;
    margin: auto;
  }
  .section-amenities .container p{
    text-align: justify;
  }
  img.about-img{
    display: block;
    margin: auto;
    width: auto;
  }
  .custom__header .navbar-inverse .navbar-nav > li > a {    
    font-size: 14px;
    letter-spacing: initial;
    padding: 11px 5px;

  }

  .review-btn {
    bottom: -10px;
  }

  .div__logo img {
    width: auto;
    margin-left: 0;
  }

  .custom__header.smaller .scrollLogo {
    display: block !important;
  }

  .scrollReserv {
    display: none;
  }

  .custom__header.smaller .scrollReserv {
    display: block;
  }

  .div__logo {
    width: auto;
    margin-right: 0;
  }

  .sub_social_wrapper {
    padding: 20px 20px;
  }

  .topRservationSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .carousel-caption-center p::before {
    display: none;
  }

 
  .gallery_wrapper {
  
  }

  .carousel-caption-center {
    width: 100%;
    left: 0px !important;
    padding: 10px 0px;
  }

  .custom__header.smaller .logoBlk,
  .custom__header .logoWT {
    display: none;
  }

  .about-heading h1 {
    margin-bottom: 1px;
    margin-top: 0px;
  }
  .about-heading::after,
  .inner-title::after {
    bottom: -59px;
  }
  .carousel-inner .item:after,
  .section__headerbg::after {
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 0%))
  }
  .carousel-indicators {
    left: 94% !important;
  }
  .reservation-button {
    padding: 10px 15px !important;
  }
  .carousel-control .fas {
    top: 54%;
  }
  .lowest {
    font-size: 18px;
    padding: 10px 0px;
  }
  .resText {
    font-size: 14px;
  }
  ul.top-nav-ul.nav.navbar-nav {
    height: auto;
    margin-top: 0;
  }

  .custom__header .navbar-inverse {
    padding: 0px;
  }

  .custom__header .bellMob,
  .custom__header.smaller .navbar-right li:first-child {
    display: none;
  }
  .custom__header.smaller .bellMob {
    display: block;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    padding: 10px 20px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .hCall {
    padding-top: 0px !important;
    padding-bottom: 17px !important;
  }
  .acc-img {
    object-fit: cover;
  }

  .acco-cont,
  .spcl-cont
 {
    padding: 26px 35px;
  }
  .atttraction-cont {
    padding: 1px 13px;
  }
  
  .atttraction-btn {
    padding: 20px 0 !important;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
  }
  .seo-links-wrapper a {
    font-size: 16px;
  }
  /* .seo-links-wrapper ul li {
        margin: 10px 4px;
    } */
  .amenitieswrap {
    padding: 15px 0px 0 40px;
  }
  .section__SubCon {
    margin: 30px 4% 0px !important;
  }
  /*atriumhotelandsuites*/
  .gallery-title-1 {
    font-size: 60px;
  }
  #reservationpop .home_collapse {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 62px;
    max-width: 350px;
  }
  .footer-SEOlinks ul li a {
    margin: 0 15px;
  }
  .social-icons label {
    letter-spacing: 2px;
  }
  
  #reservationpop .search-btn-div {
    margin-top: 39px;
  }
  #no_of_rooms,
  #no_of_adult,
  #no_of_child,
  #no_of_infants {
    height: 43px !important;
  }
  .checktxt {
    font-size: 13px;
  }
  .quick-booking .checktxt {
    margin-bottom: 4px;
  }
  .quick-booking .checktxt {
    font-size: 13px;
  }
  .quick-booking .btn-success {
    margin-top: 0;
  }
  .wide_cal .add-on {
    top: 5px !important;
  }
  .about-logo img {
    width: 80%;
  }
  .section__footer {
    margin: 20px 0 0;
  }
  .section__compdetails {
    font-size: 16px;
  }
  .footer-links ul li a {
    font-size: 16px;
  }
  .section__booking .container {
    padding: 0;
    /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); */
    background: var(--primary);
  }
  .section__booking .quick-booking {
    box-shadow: none;
  }
  .div__logo {
    top: 17px;
  }
  .smaller .div__logo {
    top: 0;
    max-width: 100%;
  }

  .smaller div.div__logo img {
    width: auto;
    margin-top: 0;
    margin: auto;
  }

  .navbar-toggle {
    margin-top: 10px;
  }
  .smaller .navbar-toggle,
  .custom__header.smaller .navbar-right {
    margin-top: 0px;
  }
  .navbar-right {
    margin-top: 20px !important;
  }
  .item.active {
    z-index: 1;
  }
  .carousel-indicators .active {
    background-color: #fff !important;
    border-color: #fff !important;
  }
  .carousel-indicators {
    bottom: -10%;
  }
  #carouselButtons {
    bottom: 85px;
  }
  .social-icons label {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  /*atriumhotelandsuites*/
  .custom__header .navbar-inverse .navbar-toggle {
    display: flex;
  }

  .atttract_iframe {
    height: 400px;
  }

  .carousel-inner .item:after,
  .section__headerbg::after {
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 0%))
  }
  .div__logo img {
    max-height: inherit;
    width: auto;
    height: 70px;
  }

  .carousel-caption-center {
    left: 0 !important;
    width: 100%;
    padding: 10px 0px;
  }

  .amenities_image_wrapper .slick-slide img {
    object-fit: cover;
    height: 350px;
  }

  .carousel-caption-center p::before {
    display: none;
  }

  .topRservationSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
  }

  .custom__header .navbar-inverse {
    padding: 0px;
    height: auto;
  }
  .navbar-toggle {
    margin-top: 0px;
  }
  .smaller .navbar-toggle {
    margin-top: 0px;
  }
  .custom__header.smaller .navbar-right {
    margin-top: 0px !important;
  }
  .bellMob {
    margin-top: 5px;
  }
  .smaller .bellMob {
    margin-top: 0;
  }
  .smaller .div__logo {
    top: 7px;
  }
  .smaller div.div__logo img {
    width: auto;
    margin-top: 3px;
  }
  .colapsshoecontentlinkdiv,
  .colapsshoecontentlinkdiv2 {
    padding: 30px 0 !important;
  }

  .acc-img {
    height:auto;
    object-fit: cover;
  }

  .acc-imgDiv {
    padding: 0px;   
  }

  .specials-imgDiv {
    display: block;
  }

  .spcl-btn .btn-div {
    text-align: center;
    padding-left: 0;
  }

  .spcl-btn.about-btn {
    margin-bottom: 0px;
    padding: 0px;
  }

  .section-packages {
    padding-bottom: 25px;
  }

  
  .atttraction-cont {
    padding: 10px 20px;
  }

  .section-packages .container-fluid {
    flex-direction: column;
  }

  .attract_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .atttraction-cont {
    display: flex !important;
  }
  .spcl.inner-title {
    align-self: center;
    text-align: center;
  }

  .atttraction-cont {
    align-items: center;
  }

  .spcl.inner-title br {
    display: none;
  }

  .spcl-cont > span {
    padding-left: 0;
    margin-top: 0;
  }

  .spcl.inner-title br {
    display: none;
  }

  .guestroom-btn {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .gallery_wrapper {
   
  }

  .gall_head_btn {
    /* grid-column: 1 / 7;
    grid-row: 1 / 2;
    background: transparent;
    z-index: 1;
    border-radius: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: none; */
  }

  .gall1 {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }

  .gallery-btn.about-btn {
    grid-column: 1 / 7;
    margin: 20px 0px 0px;
    align-self: center;
  }

  .gall2 {
    grid-column: 2/ 3;
    grid-row: 2/ 3;
  }

  .gall3 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .gall4 {
    grid-column: 3 / 4;
    grid-row: 2 / 4;
  }

  .gall5 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
  }

  .gall6 {
    grid-row: 3 / 4;
  }

  .sub_social_wrapper {
    padding: 35px 20px;
    grid-template-columns: 100%;
  }

  .revew_wrapper {
    grid-template-columns: 100%;
  }

  .review-btn {
    position: relative;
    margin-top: 15px;
  }

  .review-btn .btns {
    margin-right: auto;
  }

  .section-guestroom {
    margin-bottom: 0;
    margin-top: 0px;
  }

  .review_section {
    margin-top: 30px;
  }

  .section-guestroom .acco-cont:first-child {
    padding-top: 30px;
  }

  .acco-cont p {
    text-align: center;
    margin-top: 20px;
  }

 

  .acco-cont span {
    margin-top: 0px;
  }

  .ameniteis_wrapper {
    padding: 0px;
  }

  .guestroom-btn .btn-div {
    display: flex;
  }
  .section-atttraction {
    margin-top: 10px;
  }

  .atttraction-cont span {
    color: #626262;
    margin-top: 0;
  }
  .atttraction-cont .custom-btn span {
    color:white;
  }
  span.inner_head {
    margin-bottom: 5px;
    margin-top: 15px !important;
  }
 
  .atttraction-img img {
    height: auto;
    object-fit: cover;
  }



  .addTelmailDiv {
    margin: 0px;
  }

  


  .loc_icon {
    margin: 0px;
  }

  span.col {
    width: auto;
    padding: 0px;
    margin-left: 1px;
    text-align: left;
    margin-bottom: 28px;
  }

  .flip {
    flex-direction: column;
  }
  .section__SubCon {
    margin: 30px 0 0 0 !important;
  }
  .brdrRt {
    margin-bottom: 30px;
  }
  .brdrRt.PR::after {
    bottom: -27px !important;
    width: 350px;
    height: 1px;
    background: #000;
    left: 27%;
    right: auto;
    top: auto;
  }
  .subcribe-input {
    /* width: 75%; */
    margin-top: 0px;
  }
  .subscribe__div {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .social-title .line1,
  .social-title .line2 {
    font-size: 40px !important;
  }
  .social-wrapper {
    padding: 30px 20px 0px;
  }
  .social-title {
    margin-bottom: 10px !important;
  }
  .footer-logo img {
    width: 80%;
    margin: 0 auto;
  }
  .seo-links-wrapper ul {
    flex-direction: column;
  }
  .footer-links ul li,
  .seo-links-wrapper ul li {
    margin: 15px 6px;
  }
  /* .seo-links-wrapper {
    margin-top: 0px;
  } */

  p.tilte {
    font-size: 18px;
  }
  .amenitieswrap {
    height: auto;
    padding: 30px 0px 40px 0px;
  }
  /*atriumhotelandsuites*/
  .carousel-inner {
    height: 100%;
  }
  .carousel-control {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    top: -2px;
    color: var(--primary);
  }
  .subscribe__div,
  .contact__div {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .carousel-caption-center .main-caption {
    padding: 0 13px;
  }
  .carousel-caption-center .main-caption,
  .carousel-caption-center .sub-caption {
    letter-spacing: 0px !important;
  }
  .navbar-right {
    margin-top: 4px;
  }
  .guestimage-content p {
    padding-top: 12.5% !important;
  }
  .out-bor {
    outline: 0px !important;
    outline-offset: 0 !important;
    padding: 0 !important;
  }
  .section__attractions {
    padding: 10px 6% 0;
  }
  .navbar-right {
    padding: 0;
  }
  .custom__header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    /*background: rgba(87,79,76, .9);*/
  }
  .custom__header .reservation-icon {
    padding: 10px;
  }
  #reservationpop .search-btn-div {
    margin-top: 40px;
  }
  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    position: relative;
    top: 0;
    width: 100%;
  }
  .section__booking .quick-booking {
    background: var(--primary);
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 a {
    font-size: 18px;
    padding: 10px 5px;
  }
  #promo_code {
    width: 100%;
    font-size: 17px;
  }
  .mobile0verviewinnwerdiv {
    min-height: 292px;
    height: 295px;
  }
  #promo_code::placeholder {
    font-size: 15px;
  }
  .overview-description-overview {
    min-height: 215px;
    height: 215px;
  }
  .section__SubCon .row:first-of-type {
    flex-direction: column;
  }
  .company {
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
  }
  .rct_wdgt #mySidenav {
    margin-top: 0;
  }
  .menus {
    overflow: auto;
  }
  .about-table {
    display: block;
    margin: 0 auto;
  }
  .about-tablecell {
    display: block;
  }
  .about-btn {
    left: 0;
    right: 0;
  }
  .btn-div {
    justify-content: center;
  }
  .about-description {
    padding: 0 15px;
  }
  .attraction-title {
    text-align: center;
  }
  .attraction-image-div {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 100%;
  }
  .attraction-image-div ul li {
    width: 50%;
    margin: 0;
  }
  .gallery-image {
    margin-bottom: 25px;
  }
  .gallery-image img {
    height: 450px;
  }
  .map-btn {
    margin-top: 10px;
  }
 
  .sisterprop-details ul li {
    width: 46%;
  }
  .footer__left,
  .footer__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-links,
  .company {
    text-align: center;
    padding-top: 0;
  }
  .footer-SEOlinks ul {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px;
    text-align: center;
  }
  .footer-SEOlinks ul li {
    margin-bottom: 15px;
  }
  .social-icons label {
    font-size: 23px;
    margin-top: 6px;
  }
  .footer-SEOlinks {
    text-align: center;
    margin-top: 25px;
  }
  .specialcode1 a {
    padding: 10px 10px 9px 10px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .copyright-span {
    display: block;
  }
  .item.active {
    z-index: 1;
  }
  .about-intro {
    z-index: 0;
  }
  .hover-border:hover::before,
  .hover-border:hover::after {
    border-color: var(--primary);
  }
  .map-btn > .btn-div > a.hover-border:hover::before,
  .map-btn > .btn-div > a.hover-border:hover::after,
  .mobBorder.hover-border:hover::before,
  .mobBorder.hover-border:hover::after {
    border-color: #e4e4e4;
  }
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{
  color:white !important;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span{
  color:white !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-content{width:100%;}
 .attract_wrapper .custom-btn{
    margin:28px auto 0px;
  }
  .attract_wrapper{
    margin: 0px auto 0px;
  }
  .carousel-inner .item img {
    width: 100%;
    height: 500px;}
  .bottom-bar {
    width: 35% !important;
    height: 0% !important;
    display: block;
    margin: auto;
    margin-top: -26px !important;
}
  .img-att{
    height: 100%;
  }
  .carousel-control .fas{
    top: 4% !important;
    width: 53px !important;
    height: 40px !important;
  }
  .colapsshoecontentlinkdiv, .colapsshoecontentlinkdiv2 {
    padding: 5px 0 10px !important;
}
  .gallery-btn .btn-div{
    margin-top: 22px;
    margin-bottom: -15px;
  }

  .atttraction-btn{
    margin-bottom: 0px;
    margin-top: 19px;
  }
  .guestroom-btn .btn-div,
.spcl-btn .btn-div,
.atttraction-btn .btn-div {
  display: block;
  text-align: center;
  
}
  .carousel-control{
    top: 10%;
  }
  img.gal1{
    position: unset;
    height: 440px !important;
    width: 100% !important;
    margin-top: 0;
  }
  a.footer-btn.access{
    margin-top: 0px;
  }
  .langAccessDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 0px;
  }
  .backlinks-wrapper ul, .seo-links-wrapper ul{
    border-left: none;
  }
  .border-newsletter{
    border-left:none;
  }
  .newsletter .form-control {
    width: 90%;
  }
  .atttraction {
    position: unset;
    top: unset;
    left: unset;
}
  .acc-img img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .acco {
    background: none;
    padding: 10px;
}
  .seolinks_wrapper{
    margin-top: 0px;
  }
 
  a.reservation-icon {
    display: flex !important;
    align-items: center;
  }

  .MBSM0 {
    margin-bottom: 0px;
  }

  .chooseops {
    padding: 0 5px !important;
  }

  .carousel-caption-center .main-caption,
  .carousel-caption-center .sub-caption {
    display: inline-block !important;
  }

  .carousel-caption-center .main-caption {
    padding: 0 0;
  }
  .reward-btn {
    margin-bottom: 0px !important;
  }
  .reward-btn .btn-div {
    margin-top: 20px;
  }
  .about-heading::after,
  .inner-title::after {
    bottom: -60px;
  }
  .about-heading h1 {
    margin-bottom: 10px;
  }
  span.reservText {
    font-size: 22px;
    letter-spacing: 1px;
    font-family: "Istok Web", sans-serif;
    margin-left: 10px;
  }
  .navbar-toggle {
    padding-left: 0px !important;
  }
  .smaller .navbar-toggle {
    padding-left: 15px !important;
  }
  .reservation-icon {
    padding-right: 0px !important;
  }
  .smaller .reservation-icon {
    padding-right: 15px !important;
  }
  .custom__header.smaller span.reservText {
    display: none;
  }
  footer {
    padding-bottom: 30px;
  }
  .footer-buttons .footer-btn,
  .goog-te-gadget-simple {
    font-size: 13pt !important;
    width: auto;
  }
  .access .fa-wheelchair {
    font-size: 30px !important;
  }
  .goog-te-gadget-simple {
    padding: 22px 17px 22px;
    padding-bottom: 16px !important;
  }
  .logoLangAccess {
    /*display: grid;
    grid-template-columns: auto auto;*/
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    flex-direction: column;
  }
  a.footer-btn.access {
    padding: 15px 14px;
  }
  .carousel-indicators {
    bottom: 10% !important;
  }
  .search-btn {
    padding: 5px 48px !important;
  }
  .company {
    padding-bottom: 4px;
    padding-top: 0px;
    display: block;
  }
  .section__booking .container {
    padding: 0;
    /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); */
    background: var(--primary);
  }
  .section__booking .quick-booking {
    box-shadow: none;
  }
  /* 
    .tab_room.clearfix.pullme {
        margin-left: 17%;
    } */
  /* .smwid {
        width: 26.5%;
        padding: 0 10px;
        margin: auto;
    } */
  .selectdiv {
    margin-left: 0;
  }
  main {
    background: #fff;
  }
  .quick-booking {
    background: var(--primary) !important;
    height: 250px;
  }
  /*Caurosel 1*/
  .carousel-caption-center .main-caption {
    /* font-size: 15px !important; */
    margin: 0 !important;
  }
  .carousel-caption-center .sub-caption {
    /* font-size: 15px !important; */
    margin: 0 !important;
  }
  .div__logo {
    top: 12px;
    width: auto;
    margin: 0;
  }

  .section__footer {
    margin: 20px 0% 0;
  }
  .footer-buttons .footer-btn,
  .goog-te-gadget-simple {
    margin-bottom: 22px;
  }

  .inner-title::after {
    bottom: -37px;
  }

  .iconDiv p {
    font-size: 16px;
  }
  .acco.inner-title::after {
    bottom: -64px;
  }
  .acco.inner-title {
    margin: 0px 0px 60px;
  }
  .owl-carousel.owl-carousel1 {
    height: 230px;
  }
}

@media (min-width: 768px) {
  #promo_codebox {
    position: absolute;
    right: 20%;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 80px;
    z-index: 1;
  }
  .PR-desk0 {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  
  /*atriumhotelandsuites*/
  .modal-content img {
    height: 250px;
}
  .modal-content{width:100%;}
  li.dropdown.other-nav-tab, li.dropdown.destination{
    margin-top: 0px;
  }
  #mySidenav .closebtn{
    line-height: 46px !important;
  }
  .signup-button-css{
    color: white !important;
    background: var(--primary) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  
  .signup-button-css .fa-arrow-right-long{
    color:white !important;
  }
  .review-btn .btn-div{margin-left: 1.8em !important;  }
  .mapImg{
    display:none;
  }
  .direction-btn .btn-div a{
    margin-top: 10px !important;
  }
  .attract_wrapper{
    margin: 0px auto;
  }
  .tooltip .tooltiptext{
    font-size:12px !important;
  }
  .loc.inner-title{
    margin: 33px 0px 0px !important;
    line-height: 19px;
  }
  .review_section .bottom-bar{
    margin-top: -19px !important;
    margin-bottom: -12px;
  }
  .Section_gallery .bottom-bar{
    margin-top: -14px !important;
  }
 
  .bottom-bar{
    width: 50% !important;
    height: 0% !important;
    display: block;
    margin: auto;
    margin-top: -25px !important;
  }
  .section-guestroom  .bottom-bar{margin-top: -15px !important;}
  .img-att {
    width: 100%;
    height: unset;
}
  .newsletter button img {
    width: 28px;
    height: 38px;
}
  /* .langAccessDiv {
  margin-top:18px;
  } */
  .guestroom-btn .btn-div, .spcl-btn .btn-div, .atttraction-btn .btn-div{
    text-align: center !important;
    
  }
  .gallery-btn .btn-div{
    margin: 20px 0px -19px;
  }

  .carousel-control{
    top: 15%;
  }
  .acco {
    background: none;
    background-position: center;
    padding: 0px;
}
  .section-guestroom .container, .section-att .container{
    width:auto;
  }
  .section-amenities .container {
    width: auto;
}
.section-amenities .container p{
  display: none;
}
.section-amenities .container h3{
  font-size: 18px !important;
}
  .atttraction {
    position: unset;
    top: unset;
    left: unset;
}
.acco-cont{
  padding: 15px 6px;
}
  
  .review_section{height:auto}
  .atttraction.inner-title{
    margin: 0px 0px 16px !important; 
  }
  .acco.inner-title,   .gallery.inner-title, .review.inner-title { margin: 0px 0px 0px !important;}
  .review_section .container{
    padding:6px;
  }
  .addTelmailDiv {
    margin-top:20px;
  }
  .mapImg{   
    height: 350px;
  }
  .seolinks_wrapper{
    margin-top: 0px;
  }
  .addressDiv {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
  .newsletter .form-control{
    width: 280px;
  }
  .copyright-span {
    margin-left: 0em;
}
 .subscribe_wrapper {
    padding:0px
  }
  .copyright-span {
    margin-top: 13px;
}
  .backlinks-wrapper ul, .seo-links-wrapper ul {
    border-left:none;
}
.border-newsletter {
  border-left: none;
  border-top: 2px solid black;
}
  .custom__header,
  .custom__header.smaller {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0px;
  }

  .amenities_image_wrapper .slick-prev {
    background: var(--primary);
    width: 50px;
    height: 50px;
    left: 0;
    z-index: 9;
    margin: auto;
    margin-left: 0px;
  }

  .amenities_image_wrapper .slick-next {
    background: var(--primary);
    width: 50px;
    height: 50px;
    right: 0;
    z-index: 9;
    margin: auto;
    margin-left: 0px;
  }

  .seo-links-wrapper {
    padding: 0px;
  }

  .footerLogoDiv {
    border-top: 1px solid var(--primary);
    padding-top: 27px;
  }

  .seo-links-wrapper ul li:last-child {
    margin-bottom: 0px;
  }

  .sub_social_wrapper {
    padding: 35px 0px 5px;
  }

  /* label[for="subscriber_email"] {
    display: none;
  } */

  .newsletter .form-control::placeholder {
    opacity: 1;
  }

 

  /* .footLogoImg img {
    width: 35%;
  } */

  /* .about-btn.review-btn {
    margin-top: 0px !important;
    margin-bottom: 0px;
  } */

  .owl-carousel1 .owl-dots {
    margin-top: 10px;
  }

  .chooseops {
    padding: 0px !important;
  }
  .colapsshoecontentlinkdiv {
    padding: 10px 0px 12px !important;
  }
  .colapsshoecontentlinkdiv2 {
    padding: 0px 0px 8px !important;
  }
  .about-description {
    padding: 1px 10px 0 10px !important;
  }
  .social-wrapper {
    padding: 20px 5px 10px;
  }
  .acco-cont p {
    font-size: 14px;
  }
  .brdrRt.PR::after {
    bottom: 0px !important;
    left: 20%;
    width: 250px;
  }
  .social-title .line1,
  .social-title .line2 {
    font-size: 30px !important;
  }
  .brdrRt {
    margin-bottom: 10px;
  }
  .logoLangAccess div {
    margin: 10px 0px;
  }
  .logoLangAccess {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .goog-te-gadget-simple,
  .goog-te-gadget,
  .google_translate_element {
    margin: 0 auto !important;
  }
  .footer-buttons li {
    margin: 0 !important;
  }
  .logoLangAccess {
    flex-direction: column;
  }
  /*atriumhotelandsuites*/
  .selectdiv {
    margin-left: auto;
    /*width: 70%;*/
    margin: 0 auto;
  }
  .subcribe-input {
    width: 100%;
  }
  footer {
    padding-top: 12px;
  }
  #no_of_rooms,
  #no_of_adult,
  #no_of_child,
  #no_of_infants {
    padding: 9px 3px;
    margin-bottom: 20px;
  }
  .quick-booking .btn-success {
    margin-top: 0px !important;
  }
  #reservationpop .search-btn-div {
    margin-top: 20px;
  }
  .smwid {
    padding: 0 15px;
  }
  .search-btn {
    padding: 5px 40px !important;
  }
  .guestimage-content p {
    padding-top: 22.5% !important;
  }
  .subscribe-title label {
    font-size: 25px;
    line-height: 35px;
  }
  /* .subscribe__div,
  .contact__div {
    padding: 30px 0px 30px;
  } */
  .label1 {
    font-size: 25px;
  }
  .navbar-header {
    top: 0;
  }
  .rct_wdgt .custom__header {
    top: 50px;
  }
  .mobile0verviewinnwerdiv {
    min-height: 595px;
  }
  .overview-description-overview {
    min-height: 373px;
  }
  .colapsshoecontentlinkdiv-overview,
  .colapsshoecontentlinkdiv2-overview {
    margin-bottom: 30px;
  }
  .section__attractions {
    padding-bottom: 0;
  }
  .gallery-title {
    padding: 0 10px;
  }
  .gallery-description {
    padding: 0 30px;
  }
  .section__headerbg .innercaption p {
    display: block;
  }
  .carousel-control.right,
  .carousel-control.left {
    background-image: none;
  }
  .carousel-control {
    opacity: 1;
  }
  .promocode {
    display: inline-block;
  }
  .icon-bar {
    transition: all 0.3s;
  }
  .navbar-toggle:focus .icon-bar {
    opacity: 0;
    transform: translateX(50%);
  }
  .div__logo {
    width: 100%;
    text-align: center !important;
  }
  .navbar-toggle {
    margin-top: 10px;
    margin-right: 10px;
  }
  .smaller .div__logo {
    display: none;
  }
  .roomscroll {
    max-height: 100%;
  }
  .carousel-control {
    font-size: 30px;
  }
  .color_g {
    color: var(--primary);
  }
  .room_title span {
    background-color: transparent !important;
    color: #000;
    text-align: left;
    padding: 10px 16px;
    height: auto;
    display: block;
  }
  .section__booking .quick-booking {
    padding: 20px 10px;
  }
  .carousel-control .fas {
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 11px;
    border-radius: 100vh;
    font-size: 23px;
    top: 0% !important; 
  }
  .carousel-caption {
    bottom: 0;
    padding-bottom: 0;
    bottom: 0;
    padding-bottom: 0;
    width: 100%;
    left: 0px;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.5);
  }
  .carousel-inner > .item::after {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.65) 99%,
      rgba(0, 0, 0, 0.65) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.65) 99%,
      rgba(0, 0, 0, 0.65) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.65) 99%,
      rgba(0, 0, 0, 0.65) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);*/
    /* IE6-9 */
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    content: "";
  }
  .primary-title {
    font-size: 18px !important;
    line-height: 30px;
  }
  h1.primary-title {
    margin-bottom: -5px;
}
  .about-title-2 {
    font-size: 25px;
  }
  .attraction-title-2,
  .sisterprop-title-1 {
    font-size: 25px;
  }
  .attraction-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .attraction-image-div ul li {
    width: 100%;
  }
  .sisterprop-details ul li {
    width: 100%;
    margin: 10px 0;
  }
  .gallery-title-1 {
    font-size: 30px;
    letter-spacing: 0;
  }
  .subscribe-title {
    text-align: center;
  }
  .sisterprop-details {
    margin: 25px 0 0 0;
  }
  .section__sisterprop {
    padding-bottom: 0;
  }
  .section__booking .quick-booking {
    box-shadow: none;
  }
  .section__booking .container {
    padding: 0;
    background: var(--primary);
    /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); */
  }
  .footer-buttons ul li {
    display: block;
    text-align: center;
  }
  .footer-buttons ul li:nth-child(2) {
    margin: 0;
  }
  .footer-buttons ul li a {
    margin-left: auto;
    margin-right: auto;
  }
  .section__booking {
    position: inherit !important;
    bottom: 0 !important;
  }
  .section__booking .quick-booking {
    border: 0 !important;
  }
  .section__headerbg .innercaption {
    width: 100% !important;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(0);
    font-family: "Istok Web";
  }
  .rct_wdgt .custom__header.smaller {
    top: 50px;
  }
  .adultbtn:hover,
  .adultbtn.count-minus:hover {
    background: transparent !important;
    color: #485f17 !important;
  }
  .adultbtn:active {
    background: #449d44 !important;
    color: var(--white) !important;
  }
  .adultbtn.count-minus:active {
    background: red !important;
    color: var(--white) !important;
  }
  #scroll {
    right: 20px;
  }
  body {
    padding-bottom: 20px;
  }
  span.red-box,
  span.white-box {
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
    display: block;
    color: var(--white) !important;
  }

  .guestroom-btn {
    margin-top: 15px;
  }

  .acco-cont > span,
  .spcl-cont > span,
  .atttraction-cont > span {
    line-height: 33px;
    border-left:0px;
  }
  /*Footer*/
  .borderBtm {
    border: none;
  }
  .quick-booking {
    background: var(--primary) !important;
    height: 250px;
  }
  .social-icons ul li a {
    margin: 10px 6px;
  }
}

/* ----------------------------------- MEDIA QUERIES ----------------------------------- */

/* LC LIGHTBOX CLOSE ICON MARGIN-LEFT CSS */

.lcl_minimal .lcl_close {
  margin-left: 3px !important;
}

.acesssfour a {
  color: var(--primary-dark);
}

.acesssfour a.text-white {
  color: var(--white) !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.footer-logo a {
  color: var(--white);
}

@media (max-width: 500px) {
  .country_currency_list {
    width: 293px;
  }
  .guestimage-content p {
    padding-top: 46.5% !important;
  }
}

@media (max-width: 400px) {
  .mobile0verviewinnwerdiv {
    min-height: 544px;
  }
  .smwid {
    padding: 0 8px;
  }
  #no_of_rooms,
  #no_of_adult,
  #no_of_child,
  #no_of_infants {
    text-align: left;
  }

  .chooseops {
    padding: 0 6.1px !important;
  }
}

.carousel-indicators li {
  display: block;
  margin: 3px 6px;
  width: 6px;
  height: 35px;
  border-radius: 0px;
  background: #4f6519;
  border-color: #4f6519;
  transition: all 1s;
  border-radius: 13px;
}

.carousel-indicators li::after {
  content: "";
  background: transparent;
  width: 0px;
  height: 0px;
  border-radius: 0px;
  border: none;
  top: 0px;
  transition: all 1s;
}

.carousel-indicators {
  bottom: 25%;
  left: 95% !important;
  width: auto;
  margin: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#subscribe_me_standalone label{
  display: none;
}
.carousel-indicators .active {
  background-color: white;
  border-color: white;
}

.carousel-indicators li:first-child,
.carousel-indicators li:last-child {
  height: 30px;
  width: 3px;
}

.carousel-indicators li:nth-child(even) {
  width: 6px;
  height: 35px;
}

.carousel-indicators li.active {
  width: 6px;
  height: 65px;
  margin: 0px 5px;
  position: relative;
  border-radius: 2px;
  border-radius: 13px;
}


.outlinebar {
  outline: 1px solid #f0a13a;
  padding-left: 0;
  padding-top: 0;
  outline-offset: -24px;
  padding-right: 50px;
  padding-bottom: 46px;
}

.out-bor {
  outline: 1px solid #f0a13a;
  outline-offset: -11px;
  padding: 0 0 0 10px;
}

.gallery-title span {
  letter-spacing: 3px;
  font-size: 22px;
  font-weight: lighter;
  text-transform: uppercase;
}

.carousel-caption-center {
  position: absolute;
  bottom: 38%;
  left: 0;
  width: 100%;
  margin: auto;
  right: unset;
  text-align: center;
  z-index: 1;
}

.carousel-caption-center p {
  padding: 12px 20px;
    display: inline-block;
    color: #fff;
    background: #0000007d;
  font-family: "NanumMyeongjo";
  position: relative;
}

/* .carousel-caption-center p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 0.5%;
  background: #fff;
} */

.carousel-caption-center .main-caption,
.carousel-caption-center .sub-caption {
  display: block;
  margin: 5px 0;
}

.carousel-inner .carousel-caption-center .main-caption {
  font-size: 30px;
  font-weight: bolder;
  letter-spacing: 2px;
  line-height: normal;
  text-transform: capitalize !important;
  margin: 0px 0 5px;
}

.carousel-inner .carousel-caption-center .sub-caption {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: bolder;
  line-height: initial;
  margin: 0px;
  text-transform: capitalize !important;
}

.carousel-inner .item:after,
.section__headerbg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0+20,0+80,1+100 */
  background: -moz-linear-gradient(
    to bottom,
    rgb(251 251 251 / 75%) 0%,
    rgb(251 251 251 / 68%) 23%,
    rgb(255 252 252 / 7%) 40%,
    rgb(255 255 255 / 15%) 71%,
    rgb(255 252 252 / 37%) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    to bottom,
    rgb(251 251 251 / 75%) 0%,
    rgb(251 251 251 / 68%) 23%,
    rgb(255 252 252 / 7%) 40%,
    rgb(255 255 255 / 15%) 71%,
    rgb(255 252 252 / 37%) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 0%))
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
}

.attraction-image-div img {
  width: 100%;
}

.animatedheight h2 {
  font-size: 22px;
}

.nav-tabs-vertical > .nav-tabs > li.active > a .tab_icon,
.nav-tabs-vertical > .nav-tabs > li > a:hover .tab_icon {
  border: 0px;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control.left {
  background-image: none;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  /**atriumhotelandsuites*/
  /* .flex-gall:after {
    content: "";
    background: #4f6519;
    display: block;
    position: absolute;
    top: -1%;
    left: 55%;
    width: 139px;
    height: 71px;
    z-index: 0;
    padding: 10px;
}
.after-div:after {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 59px;
  margin-top: 25%;
  left: 79%;
  background: #b69167;
} */
  .gallery-row3{
    background-position: bottom 24% left 6%;
  }
  img.gal5{
    margin-top: 10%;
  }
  img.gal3{
    margin-top: 17%;
  }
  img.gal4{
    margin-top: 32%;
  }
  img.gal1{
    margin-top: -13%;
  }
  .gallery-div {
    margin-bottom: 51px;}

  .seolinks_wrapper-logo{
    margin-top: 1px;
  }
  .newsletter .form-control{
    width: 80%;
  }
  .custom__header .navbar-inverse .navbar-nav > li > a {
    /* padding: 10px 8px; */
    font-size: 16px;
  }
  .hotelmagic {
    margin-top: 70px;
  }

  /**atriumhotelandsuites*/
  .logoDN a {
    color: #ffffff;
    margin-top: 32px;
  }
  .smaller .logoDN a img {
    width: 100%;
  }
  .footer-links ul li,
  .seo-links-wrapper ul li {
    width: 80%;
  }

  .atttraction.inner-title::after {
    left: 36%;
  }
 .carousel-indicators {
    left: 96% !important;
    bottom: 12%;
}
.carousel-indicators li{
  margin: 2px 3px;
}
.review_section .container{
  padding: 30px;
  padding-bottom: 100px;
}
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .carousel-indicators {
    bottom: 21%;
    left: 97% !important;
    width: auto;
    margin: 3px;}
    .newsletter .form-control{
      width: 85%;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  /**atriumhotelandsuites*/
  .custom__header .navbar-inverse .navbar-nav > li > a {
    padding: 10px 10px;
    font-size: 16px;
  }
  /**atriumhotelandsuites*/
  .logoDN a {
    color: #ffffff;
    margin-top: 32px;
  }
  .smaller .logoDN a img {
    width: 100%;
  }

  .atttraction.inner-title::after {
    left: 34%;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  /**atriumhotelandsuites*/
  /**atriumhotelandsuites*/
  img.gal1{
    width: 90% !important;
    margin-top: -19%;
  }

  .logoDN a {
    color: #ffffff;
    margin-top: 25px;
  }
  .smaller .logoDN a img {
    width: 100%;
  }

  .atttraction.inner-title::after {
    left: 35%;
  }
}

@media (min-width: 1550px) and (max-width: 1599px) {
  .carousel-indicators {
    bottom: 17%;
  }

  .atttraction.inner-title::after {
    left: 38%;
  }
}
@media (min-width: 1500px) and (max-width: 1830px) {
  .newsletter .form-control {
    width: 90%;}
}

@media (min-width: 1600px) and (max-width: 1771px) {
  section.white-bg {
    position: relative;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
.subscribe_wrapper {
  padding: 8px;
}
.company {
  padding-right: 2px;
  padding-left: 0px;
}
}

@media (min-width: 401px) and (max-width: 767px) {
  .overview-description-overview {
    height: 484px;
    min-height: 484px;
  }
  #no_of_rooms,
  #no_of_adult,
  #no_of_child,
  #no_of_infants {
    text-align: left;
  }
  .mobile0verviewinnwerdiv {
    min-height: 470px;
    height: 470px;
  }
}

@media (max-width: 360px) {
  .overview-description-overview {
    min-height: 404px;
  }
  input#check-in-date, input#check-out-date{    width: 132px !important;}
}

/* NEW MAX WIDTH CONSTRAINT */

@media (min-width: 2000px) {
  body,
  .custom__header {
    max-width: 2000px;
  }
  body {
    background: #fff;
    margin: auto;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.08);
  }
  html:not([amp4ads]) body {
    margin: auto !important;
  }
  .about-intro {
    margin-top: 40px;
  }
}


@media screen and (max-width: 1199px) and (min-width: 992px) {
  .modal-content{width:100%;}
  .modelpop{top:-12px;}
  .MLt{
    margin-left: 3em;
  } 
  .section-amenities h3{
    font-size: 15px !important;
  }
  .tooltip .tooltiptext{
    font-size:10px !important;
  }
  .mobile0verviewinnwerdiv {
    min-height: 232px;
    height: 232px;
}
  /* .after-div::after {
    content: "";
    display: block;
    position: absolute;
    width: 208px;
    height: 59px;
    margin-top: 9%;
    left: 79%;
    background: rgb(182, 145, 103);
} */
img.gal4{
  margin-top: 19%;
}
  img.gal1{
    margin-top: -10%;
  }
  .gallery-div{
    margin-bottom: 21px;
  }
  .footerLogoDiv {
    padding: 9px;
  }
  .langAccessDiv{
    margin-top: 30px;
  }
  .seolinks_wrapper-logo{
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .newsletter .form-control{
    width: 80%;
  }
  .subcribe-input{
    margin-left: 2em;
  }
  .border-newsletter {
    border-left: 2px solid #313131;
}
  .atttraction.inner-title{
    font-size: 47px;
  }
  .atttraction {
    position: absolute;
    top: 43% !important;
    left: 27% !important;}
  .carousel-caption-center .main-caption,
  .carousel-caption-center .sub-caption {
    font-size: 18px;
    letter-spacing: 0px;
  }

  .carousel-indicators {
    bottom: 5px;
    z-index: 2;
  }
  .quick-booking {
    background: var(--primary) !important;
    height: 100px;
  }
  .respop_heading2 {
    color: #ffffff;
    background: var(--primary);
margin-top:17px;
  }
  .social-icons ul li a {
    margin: 10px 10px;
  }
  .carousel-inner .carousel-caption-center .main-caption,
  .carousel-inner .carousel-caption-center .sub-caption {
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
  }

  .navbar-right {
    margin-top: 0px !important;
  }
  .reservation-button {
    padding: 17px 15px 12px !important;
  }
  .amenities_section .container-fluid {
    width: 100%;
    margin: auto;
  }
  .iconDiv img {
    width: 60px;
  }
  .iconDiv p {
    font-size: 16px;
  }
  .inner-title {
    font-size: 40px;
  }
  .inner-title::after {
    bottom: -40px;
  }

  .acco.inner-title {
    line-height: 42px;
    margin: 0px 0px 14px;
  }
  .acco.inner-title::after {
    bottom: -70px;
  }

  .owl-carousel.owl-carousel1 {
    height: 240px;
  }

  .review_cont {
    margin-top: 10px;
  }

  .loc.inner-title {
    margin: 10px 0px 30px;
  }
  .addressDiv {
    margin: 12px 0px;
  }
  .addTelmailDiv {
    margin: 0px 10px 0px;
}
  .social-title .line1 {
    font-size: 26px;
  }
  .footer-links ul li,
  .seo-links-wrapper ul li {
    width: 81%;
  }
  .seo-links-wrapper ul li {
    /* margin: 10px 4px; */
    text-align: left;
  }
  /* .footerLinksDiv {
    width: 55%;
  } */
}

@media (min-width: 1200px) and (max-width: 1600px) {

  .about-intro {
    z-index: 1;
    position: relative;
  }
  section.white-bg {
    position: relative;
  }
}

.about-description {
  padding: 0px 20px 0 20px;
}

.btn-primary-white {
  color: #fff !important;
}

.btn-primary-blue {
  color: var(--primary) !important;
}

.btn-primary-blue.hover-border::before,
.btn-primary-blue.hover-border::after {
  border-color: var(--primary) !important;
}

.review__title {
  margin: 15px 0px;
  font-size: 18px;
  font-weight: bold;
}

.map__row {
  margin: 30px 0;
}
.mapCont {
  background: #F1F1F1;
  display: block;
  width: 80%;
  margin: auto;
}
.social-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Cardo", serif;
}

.social-title .line1 {
  color: var(--primary);
  font-size: 30px;
  letter-spacing: 1px;
}

.social-title .line2 {
  font-size: 25px;
  line-height: 1;
}

.footer-button-wrapper {
  margin: 10px 0 0 0;
}

.footer-button-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .author_title{
    text-align: center;
  }
  .menus li a .caret {
    width: 8px;
    height: 8px;
  }
  .smaller button.btn.btn-success.pdr.search-btn {
    background: #ffffff !important;
    color: #4f6519 !important;
}
  .custom__header .navbar-inverse {
    height: auto;
  }

  .smaller ul.top-nav-ul.nav.navbar-nav {
    display: none;
  }

  #no_of_rooms option,
  #no_of_adult option,
  #no_of_child option,
  #no_of_infants option {
    background: var(--primary);
  }

  #no_of_rooms,
  #no_of_adult,
  #no_of_child,
  #no_of_infants {
    padding: 9px 20px;
  }

  .sidenav a {
    padding: 8px 30px;
  }
  .about-title-1 {
    letter-spacing: 1px;
    font-size: 30px;
  }
  .about-title-2 {
    font-size: 24px;
  }
  .about-title-3 {
    font-size: 45px;
  }
  .about-description {
    padding: 10px 40px 0 40px;
  }
  .about-btn {
    padding: 10px 0;
  
  }
  .section__footer > .container {
    width: 98%;
  }
  .footer-button-wrapper ul {
    justify-content: center;
  }
  .footer-buttons li {
    margin: 15px;
  }
  .section__SubCon {
    margin: 0;
  }
  .footer-buttons li {
    margin: 0px;
  }
  .footer-buttons .securetrust-logo {
    margin: 20px;
  }
}

@media (max-width: 991px) {
  .wide_cal .add-on {
    top: 8px;
  }
  .section__headerbg .innercaption {
    bottom: 0;
  }
  .datepicker-row {
    margin-bottom: 0;
  }
  .quick-booking {
    height: auto;
  }
  .quick-booking .btn-success {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .respop_heading2 {
    margin-top: 5px;
  }
  .menus a {
    font-size: 18px;
  }
  .about-description {
    padding: 1px 25px 0 25px;
  }
  .about-intro__img {
    display: none;
  }
  .about-heading {
    text-align: center;
  }
  .about-title-1 {
    font-size: 30px;
  }

  .about-title-2 {
    font-size: 24px;
  }
  .social-title {
    display: flex;
    align-items: center;
  }
  .social-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .backlinks-wrapper.footer-links {
    display: none;
  }
  .seo-links-wrapper ul {
    column-count: 2;
    text-align: center;
  }
  .seo-links-wrapper ul li {
    width: auto;
    text-align: center;
  }
  .borderBtm {
    width: 70%;
    margin: 20px auto;
    float: none;
  }
  .seo-links-wrapper a {
    font-size: 17px;
  }
  .footer-main-row {
    display: block;
  }
  .footer-button-wrapper {
    text-align: center;
  }

  .custom__header .navbar-inverse .navbar-right > li > a {
    font-weight: 500;
  }
  .carousel-caption-center .sub-caption,
  .carousel-caption-center .main-caption {
    font-size: 20px !important;
    font-weight: 300 !important;
  }

  .carousel-caption-center .main-caption {
    margin-bottom: 10px !important;
  }

  .amenities_section .container-fluid {
    width: 100%;
    margin: auto;
  }

  /* .acco.inner-title {
    line-height: 40px;
  } */
  .atttraction.inner-title br {
    display: none;
  }

  .mapImg img {
    width: auto;
    height: auto;
    object-fit: cover;
  }
 
  .mapImg {
    padding: 0px;
    margin-top: 0px;
    background-position: inherit !important;
  }

  .about-btn.direction-btn {
    margin-bottom: 0px;
  }

  /* .langAccessDiv {
    margin-bottom: 18px;
  } */
  footer {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .bg-hidden{
    display:none;
  }
  .atttraction-btn {
    margin-bottom: 0px;
    margin-top: 16px;
}
 .company {
    margin-top:10px;
    display:block;
  }
  .subcribe-input{
    margin-left: 0em;
  }
  .subscribe_wrapper .div-footer {
    margin-bottom: 0px;
}
  .footer-button-wrapper ul {
    justify-content: center;
    flex-direction: column;
  }

  .addTelmailDiv > div {
    padding: 0 10px;
  }

  .loc_icon {
    height: 60px;
    width: 60px;
  }

  .addTelmailDiv > div:last-child {
    margin-bottom: 20px;
  }

  .loc_icon img {
    width: 25px;
  }

  span.col {
    margin-left: 0px;
  }

  .mapImg img {
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .newsletter .form-group {
    text-align: center;
    
  }

  .newsletter button {
    margin-top: 20px;
    position: relative;
    padding: 0px 3px; 
    
  }

  .custom__header .navbar-nav > li > a.reservation-icon {
    display: flex;
    align-items: center;
  }

  /* .iconDiv img {
    width: 60px;
  } */

  .room_description-nav .book {
    justify-content: space-evenly;
  }

  /* .iconDiv p {
    font-size: 26px;
  } */

  .spcl-cont > span {
    line-height: 33px;
  }

  .loc.inner-title {
    color: var(--primary);
    display: block;
    margin: auto;
    width: 100%;
    margin:10px
  }

  .addTelmailDiv {
    margin: 0px 0px;
  }
  .acco.inner-title {
    margin: 0px 0px 14px;
  }
  .footer-buttons li {
    margin: 20px;
  }
  .menu-text {
    display: none;
  }
  .about-title-2 {
    font-size: 24px;
  }
  .acco-cont p {
    margin-bottom: 10px;
  }
  .about-title-4 {
    letter-spacing: 2px;
    font-size: 20px;
    display: block;
    line-height: 1.8;
  }
  .social-icons ul li a {
    width: 55px;
    height: 55px;
    font-size: 30px !important;
    line-height: 56px;
  }

  .borderBtm {
    width: 80%;
    margin: 10px auto;
  }
  .div__logo img {
    max-height: initial;
    width: auto;
  }

  .custom__header .navbar-inverse .container-fluid {
    padding: 0px;
  }
  .carousel-caption {
    padding: 10px 5px;
    padding-bottom: 0px;
  }
  .color_g {
    margin-bottom: 10px;
  }
  .about-heading::after,
  .inner-title::after {
    bottom: -55px;
  }
  .about-heading h1 {
    margin-bottom: 1px;
  }
  .inner-title {
    font-size: 35px;
  }
  .amenities_section .inner-title::after {
    bottom: -42px;
  }
  .acco.inner-title::after {
    bottom: -65px;
  }

  .owl-carousel.owl-carousel1 {
    height: auto;
    background: transparent;
  }
  .author_title {
    text-align: center;
  }
  .review_cont {
    margin-bottom: 25px;
    margin-top: 15px;
    line-height: 33px;
    text-align: justify;   
  }
  .review-content{
    padding: 0px 22px
  }
  .reward-btn.about-btn {
    margin: 20px 0 !important;
  }
  .review_section {
    margin-top: 20px;
  }

  .seo-links-wrapper ul {
    column-count: 1;
  }

  .company {
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 19px;
    display: block;
  }
}

.home-mobileboxoverviews-overview {
  padding-bottom: 85px;
}

.animated {
  animation-duration: 2s;
}

.covid-message {
  text-align: center;
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0px 19px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  z-index: 2;
  position: sticky;
  width: 100%;
}

.question-bx p {
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mobile0verviewinnwerdiv {
    min-height: 550px;
  }
}

/*@media screen and (min-width:800px) and (max-width:991px){
.mapImg img{
	height: 409px;
}
}*/
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .menu-text {
    display: none !important;
  }
  .reservText {
    display: none !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 400px) {
  .mobile0verviewinnwerdiv {
    min-height: 524px !important;
  }
}

@media screen and (min-width: 401px) and (max-width: 490px) {
  .mobile0verviewinnwerdiv {
    min-height: 490px ;
    height: 490px ;
}
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .acc-img img{
    height: 48em;
  }
  .review-btn .btns {
    margin-bottom: 12px;
}
.atttraction-img img{
  height: 40em;
}
.acco{
  padding: 71px;
}
.div__logo img {
  width: 90px;
  height: 80px;
  margin-left: 0;
}
.bromenu ul.dropdown-menu {
  margin-top: 22px;
}
li.dropdown.other-nav-tab, li.dropdown.destination{
  margin-top: -4px;
}

}
.subscribe__div_input #subscribe_me_standalone #subscriber_email input:focus::placeholder {
  color: transparent !important;
  opacity:0 !important;
}

.carousel-control .fas {
  position: relative;
  background: rgb(79 101 25 / 76%);
  padding: 10px 11px;
  font-size: 23px;
  border-radius: 0;
    top: 52%;
    width: 62px;
    height: 43px;
}
.carousel-control{
  z-index: 1;  
  opacity: unset;

}
.carousel-indicators{
  display: none !important;
}

.bottom-bar{
  width: 15%;
  height: 7%;
  display: block;
  margin: auto;
  margin-top: -37px;
}

.attract_wrapper .bottom-bar {
  width: 49%;
  height: 19%;
  display: block;
  margin: auto;
  margin-top: -35px;
}
.review_section .bottom-bar{
  width: 19%;
}
p.color_g.text-center{
  font-family: 'NanumMyeongjo';
}
.carousel-inner .item, .carousel-inner .item div, .carousel-inner .item span, .carousel-inner .item p {
  text-transform: capitalize !important;
}
.tooltip{
  position: relative !important;
  text-align: center !important;
  opacity: 1 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  font-size: 14px;
  padding: 11px !important;
  background-color: #b69167;
  color: #fff;
  top:0%;
  right: 0%;
  height: 100%;
  width:100%;
  font-family: "Istok Web" !important;
  margin: auto;
  text-align: center;
  border-radius: 3px;
  padding: 8px 5px !important;
  position: absolute;
  z-index: 1;  
  transition: all .3s ease-in-out;
  flex-direction: column;
  display: flex;
  justify-content: center;
  letter-spacing: 0.5px;
}

.tooltip:hover .tooltiptext,.tooltip:hover{
  visibility: visible;  
  
}

.section-amenities h2.inner-title {
  margin-bottom: 20px;
}
.direction-btn .custom-btn{
  width: auto;
  height: 50px; 
}
.custom-btn{
  border: none;
background-color: var(--primary);
color: white !important;
font-size: 17px;
letter-spacing: 1px;
font-weight: 700;
font-family: 'Istok Web' !important;
padding: 15px 20px;
text-transform: uppercase;
cursor: pointer;
/* transform: all 0.3s; */
margin: 14px;
position: relative;
width: 170px;
height: 52px;
text-align: center;
}
.custom-btn:before{
content:"";
position :absolute;
width:24px;
height:24px;
top: 5px;
left: 5px;
border-top:2px solid white;
border-left:2px solid white;
transition:all 0.8s;
}

.custom-btn:hover:before,.custom-btn:hover:after{
  width:80%;
  height:0%;
  opacity:0;
color:var(--primary);
}
.custom-btn:after{
content:"";
position :absolute;
width:24px;
height:24px;
bottom:5px;
right:5px;
border-bottom:2px solid white;
border-right:2px solid white;
transition:all 0.8s;
}
em.fas.fa-pause, em.fas.fa-play {
  line-height: unset !important;
}

.review-btn .btn-div{
  position: absolute;
  bottom: -10%;
  z-index:1;
  margin-left: 4em;
  width: 87%;
}


@media (min-width: 1200px) and (max-width:1750px){
  .tooltip:hover span{
    font-size: 12px;
  }
  .tooltip img{
    width:55%;
    height:55%;
  }
  .section-amenities h3{
    font-size: 13px;
  }
}
section.section-padding.section-terms h3 {
  margin-bottom: 15px;
}
@media (min-width: 1200px) and (max-width:1400px){
  .custom__header .navbar-inverse .navbar-nav > li > a{
    padding: 35px 5px;
  }

}
menu .bgred, .menu  .events li:hover, #Lunch___Dinner  .events li.active
{
  background: #4f6519 !important;
}

.hourmenu .bgred .butcolor{
  background: #32400f !important;
}
#Atrium_Breakfast .events li:hover, #Atrium_Breakfast .events li.active, #Atrium_Breakfast .events li{
  background: #4f6519 !important;
}
#Lunch___Dinner .events li, #Atrium_Breakfast .events li{
  background: #32400f !important;
  
}
#Lunch___Dinner .bgred .butcolor {
  background: #32400f;
}
#menu-center .hourmenu li a:hover{
  color:#4f6519 !important;
}
.menu .hourmenu  .bgred{
  background: #32400f;
}
#Lunch___Dinner .bgred .btn-group > .dropdown-menu > li > a{
  color:white;
}
.smaller-log{
  margin: auto;
  width: auto;
  height: 100px;
  margin-left:1em;
}
@media (min-width: 2400px) and (max-width:3300px){
.smaller #reservationpop > .container{
  width:70%;
}
}
@media (min-width: 2000px) and (max-width:2399px){
  .smaller #reservationpop > .container{
    width:90%;
  }
  }
  @media screen and (max-width: 767px){
    .mobilemenu-bar  .mobile-center> li > a{
      color: #000;
    }
  }
 

  .attract-details .but_direct{
    background: #4f6519;
  }
 
  .menuData .h2header > span {
    border-bottom: 2px solid #4f6519;
}
.menuData .h2header {
  color: #4f6519;
}
.list-unstyled.menuData__list .media .media-body .seedetails{
  color: #4f6519 !important;
}
.hourmenu li a.active, .activehour {
  color: #4f6519 !important;
}
.hourmenu li a:active, .hourmenu li a.active{
  border-color: #4f6519 !important;
}
.menuData__list .menu-description{
  color: #181717 !important; 
}
#triggerManu_MELTS{
  color: #4f6519 !important;
}
.content-room .title {
  padding: 5px 13px !important;
} 



@media screen and (max-width: 1199px){
  .colapsshoecontentlinkdiv2  .btn-div {
            margin-top: -53px;
  }
}
input#subscriber_email:focus::placeholder {
  color: transparent !important;
}

@media screen and (min-width:992px) and (max-width: 1480px){
  .copyright-span {
    margin-left: 0em;
}
.company {
  padding-right: 0px;
  padding-left: 0px;
  display: block;
}
}

@media screen and (min-width:2200px) and (max-width: 3000px){

  .smaller-log {
    margin-left: 7em !important;
  }
}
@media screen and (max-width: 400px){
.img-map{
  width: 100%;
}
}

@media screen and (min-width: 375px) and (max-width: 385px){
  .mobile0verviewinnwerdiv {
    min-height: 520px !important;
}
}
.colapsshoecontentlinkdiv2 .btn-div .custom-btn{
  z-index: 99 !important;
}
.room_description-amenities ul li:nth-child(2){
  position: relative;
  height: 23px !important;
  overflow: hidden;
}
#showpop .modal-header .close{
    color: #000;
    background-color: #ffffff9c;
    border-radius: 50%; 
    height: 30px;
    width: 30px;
}
/* POPUP MODAL */

.enroll_now-wrapper {
  position: relative;
  z-index: 0;
  padding: 0 0px;
  font-family: 'NunitoSans-Regular';
}

#enroll_pop{
  top: 20%;
}
.modal-content {
      border: none;
      border-radius: 0;
  }

  .enroll_now {
    background-color: var(--white);
  color: var(--primary);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: auto;}




#enroll_pop .close {
  margin: 0;
  position: absolute;
  top:-20px;
  right: 0;
  z-index: 1;
  /* color: black; */
  /* background: #1d43528f; */
  border-radius: 50px;
  /* padding: 8px 12px; */
  opacity: 1;
  font-size: 28px;
  font-weight: bolder;
}

span.modal-title {
  padding-bottom: 0;
  font-size: 30px;
  border-bottom: none;
  font-family: 'NunitoSans-Regular';
  display: block;
  text-align: center;
  margin: 5px 0 28px;
  font-weight: bolder;
  color: var(--primary);
}
.modal-body.enroll_now-body ul {
  padding: 0 0 0 30px;
  font-size: 17px;
}

.modal-body.enroll_now-body ul li {
  list-style: circle;

}
.modal-body {
  /* width: 70%; */
  position: relative;
  padding: 15px;
  margin: 1em 1em 1em !important;
  /* margin-top: 0px!important; */
}
.W50 {
  width:100%;
  margin: auto;
  display: block;
}
/* .W50.mod-img {
  margin: 20px auto;
} */
.modal-body.enroll_now-body a.btn.btn-submit.MT10 {
  display: block;
  padding: 10px 0;
  border-radius: 0;
  margin-top: 20px;
  font-size: 18px;
}

.enroll_now p {
  margin: 0 0 30px;
 text-align: center;
  letter-spacing: 0.4px;
  font-size: 18px;
  font-family: 'NunitoSans-Regular';
}

.enroll_now-wrapper a {
  color: var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--primary);
  font-family: 'NunitoSans-Regular';
}
.enroll_now-wrapper a:hover{
  color: var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--primary);
}
.enroll_now-wrapper a:focus{
  color: var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--primary);
}

#enroll_pop .modal-content {
  padding: 0px;
}
#enroll_pop .pop_image{
  border: 6px solid #fff;
}
#enroll_pop button.close {
  color: #fff !important;
  opacity: 1;
  font-size: 40px;
  text-shadow: none;
  line-height: 0.6;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {

  .modal-body {
    position: relative;
    padding: 15px;
    margin: 3em 3em 3em !important;
}}
@media screen and (max-width: 1450px) and (min-width:320px) {
  #enroll_pop {
    top: 22% !important;
}
.modal-body{
  padding: 0;

}

}
@media screen and (max-width: 767px) and (min-width:320px){
  .modal-dialog{
    margin: 20px 10px;
  }
  .modal-body{
    margin: 1em !important;
  }
}
#enroll_pop .modal-content{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  /* background-image: url(../img/modal_bg.jpg); */
}
#enroll_pop .modal-content{
  position: relative;
  background-color: #000;
}
#enroll_pop .modal-content::before{
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  /* background: url(../img/modal_bg.jpg) no-repeat center center; */
  background-size: cover;
}
/* POPUP MODAL */

.modal{top:6px;}