html {
    font-size: 18px;
}

body {
    font-family: "Forum", serif;
    font-size: 1rem;
    font-weight: 400;
    color: #3B3B3B;
    background: #E5E0D799 !important;
    letter-spacing: 0.02rem;
}

.navbar-nav .nav-link {
    letter-spacing: 0.2rem;
    font-size: 1.25rem;
    margin-right: 20px;
    color: #3B3B3B;
}

#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease;
  z-index: 9999;
background: #efece7 !important;
}

.header-hide {
  transform: translateY(-100%);
}
main#site-content {
    margin-top: 110px;
}


.hero {
    background: url(../images/main-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #D9D3CA;
    flex-direction: column;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 400;
    max-width: 800px;
    font-family: "Playfair Display", serif;
}

.links>.menu-item-type-custom:last-child>a,
.book-now-btn {
    background-color: #B88C49;
    border: none;
    color: #3B3B3B;
    font-size: 1.25rem;
    padding: 4px 25px;
    font-weight: 400;
    border-radius: 30px;
    letter-spacing: 0.10rem;
    text-decoration: none;
    display: inline-block;
    margin-right: 0 !important;
    text-align: center;
    height: 40px;
    line-height: 34px;
    text-transform: uppercase;
}

.links>.menu-item-type-custom:last-child>a:hover,
.book-now-btn:hover {
    background-color: #E5E0D7;
}

.booking-form-home {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    z-index: 999;
    position: relative;
}

.booking-form-home .col-md {
    padding: 15px 30px;
    border-right: #A4B4A999 thin solid;
}

.booking-form-home .col-md:last-child {
    border-right: none;
}

.booking-form-home .col-md:nth-child(4) {
    border-right: none;
}

.booking-form-home label {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.10rem;
    text-transform: uppercase;
}

.booking-form-home input {
    width: 100%;
    border: none;
    color: #3B3B3B80;
    font-size: 1rem;
    text-align:center;
}

.booking-form-home select {
    width: 100%;
    color: #3B3B3B80;
    font-size: 1rem;
    border: none;
	background: transparent;
}

input:focus,
select:focus {
    outline: none;
}

.outlined-btn {
    background: transparent;
    border: #3B3B3B thin solid;
    color: #3B3B3B;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 0px 25px;
    font-weight: 400;
    border-radius: 28px;
    letter-spacing: 0.10rem;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    display: inline-block;
}

.outlined-btn:hover {
    background-color: #3B3B3B;
    color: #E5E0D7;
}

.welcome-text .container {
    padding: 50px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.welcome-text h2 {
    font-size: 2.5rem;
    padding-right: 3rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

.welcome-text h2 span {
    color: #A4B4A9;
}


.text1 h2 {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

.text1 h2 span {
    color: #B88C49;
}

.wbox {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background: #B88C4959;
}

.wbox-text {
    padding: 35px 60px 25px 60px;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.wbox-text h5 {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

.become-a-member img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.become-a-member h2 {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin-bottom: 40px;
}

.chorcoal-btn {
    background-color: #3B3B3B;
    border: none;
    color: #E5E0D7;
    font-size: 1.25rem;
    padding: 4px 25px;
    font-weight: 400;
    border-radius: 30px;
    letter-spacing: 0.10rem;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

.chorcoal-btn:hover {
    background-color: #E5E0D7;
    color: #3B3B3B;
}

.bm-text {
    padding: 20px 100px;
}

.gift-h {
    background: url(../images/gift-a-maison.png) no-repeat center center;
    background-size: cover;
}

.gift-h img {
    height: 60px;
}

footer {
    border-top: #A4B4A9 3px solid;
    padding: 80px 0;
    margin-top: 50px;
}

img {
    max-width: 100%;
}

.newsletter {
    width: 100%;
    display: block;
}

.newsletter h5 {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.ns-form {
    width: 100%;
    position: relative;
    padding-right: 90px;
    border-bottom: #3B3B3BBF thin solid;
}

.ns-form input {
    width: 100%;
    background: transparent;
    border: none;
}

.ns-form button {
    position: absolute;
    border: none;
    right: 0;
    font-size: 1.15rem;
    letter-spacing: 0.2rem;
    background: transparent;
    padding: 0;
}

.f-links h6 {
    color: #0050A0;
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.f-links h6 a {
    text-decoration: none;
    color: #0050A0;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.f-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.f-links ul li a {
    color: #3B3B3B;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
    line-height: 21px;
}

.f-links ul li a:hover {
    color: #B88C49;
}

.get-social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.get-social img {
    height: 24px;
}

.image-slider {
    padding: 50px 0 0;
}

.owl-carousel .owl-nav button.owl-next {    
    position: absolute;
    right: 12vw;
    top: 35%;
}

.owl-carousel .owl-nav button.owl-prev {  
    position: absolute;
    left: 12vw;
    top: 35%;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: block;
    font-size: 60px;
}

.owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
    background-image: none !important;
}

button.navbar-toggler {
    border: 0;
    padding: 0;
}

:focus {
    outline: none;
    box-shadow: none !important;
}


.page-banner {
    width: 100%;
    padding: 80px 0;
    color: #fff;
    text-align: center;
    background-size: cover !important;
}

.page-banner h1 {
    font-size: 54px;
    color: #D9D3CA;
}

.page-banner p {
    color: #E5E0D7;
}

.form-input {
    width: 100%;
    display: block;
    background: #E5E0D7;
    color: #3B3B3B;
    border-bottom: #3B3B3B thin solid !important;
    padding: 6px;
    border: none;
    min-height: 40px;
}

.form-check {
    position: relative;
    padding-left: 0px;
    line-height: 21px;
}

.form-check .wpcf7-list-item>label {
    position: relative;
    padding-left: 24px;
    line-height: 14px !important;
    font-size: 15px;
}
.form-check .wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: #3B3B3B thin solid;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    position: absolute;
    left: 0;
    top: 1px;
}

/* Checked state */
.custom-checkbox:checked {
    background-color: #B88C49;
    border: #B88C49 thin solid;
}

/* Checkmark */
.custom-checkbox:checked::after {
    content: "✔";
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -1px;
    left: 3px;
}

.form-check .custom-checkbox:checked::after {top: 2px;}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    font-size: 14px;
}

.wpcf7-submit.submit-btn {
    background-color: #A4B4A9;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 4px 25px;
    font-weight: 400;
    border-radius: 30px;
    letter-spacing: 0.10rem;
    text-decoration: none;
    display: inline-block;
	text-transform: uppercase;
}

.wpcf7-submit.submit-btn:hover {
    background-color: #B88C49;
    color: #3B3B3B;
}

.custom-submit>p {
    position: relative;
}

.custom-submit .wpcf7-spinner {
    position: absolute;
    margin: 0 auto;
    right: 2px;
    top: 5px;
}

.cspin .wpcf7-spinner{position: absolute;
    margin: 0 auto;
    right: 2px;
    top: 5px; display: block;}

.wpcf7-spinner {
    display: block !important;
}

.wpcf7-submit.submit-btn:hover {
    background-color: #B88C49;
    color: #3B3B3B;
}

.border-top {
    border-top: #3B3B3B thin solid !important;
}

.border-bottom {
    border-bottom: #3B3B3B thin solid !important;
}

.contact-details a {
    color: #3B3B3B !important;
    text-decoration: none;
}

.contact-details a:hover {
    color: #B88C49 !important;
    text-decoration: none;
}

.faqs {
    background: rgba(164, 180, 169, 0.5);
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.faqs h2+p {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.faq-item {
    border-bottom: 1px solid #888;
    padding-left: 20px;
    padding-right: 20px;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    text-align: left;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question span {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-question.active span {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    margin: 0;
    padding-bottom: 18px;
    line-height: 1.6;
    text-align: left;
}

h1 {
    font-size: 54px !important;
}

h2 {
    font-size: 45px !important;
}

h3 {
    font-size: 44px !important;
}

h4 {
    font-size: 31px !important;
}

h5 {
    font-size: 25px !important;
}

h6 {
    font-size: 21px !important;
}



.hotel-h-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 90%;
}

.hotel-h-box img {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
}

.hotel-h-box h4 {
    position: relative;
    color: #E5E0D7;
    font-size: 1.75rem;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    z-index: 99;
}

.hotel-h-box span {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 100%);
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 0;
    bottom: 0;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hotel-h-box img {
    width: 100%;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

.hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
}

.hover-1 .hover-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
    display: none;
}

.hover-1-description b {
    display: block;
}

.hover-1:hover .hover-1-content {
    bottom: 0rem;
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    color: #3B3B3B;
    display: block;
    transform: none;
}

.hover-1:hover h4 {
    color: #3B3B3B;
}

.hover-1:hover img {
    left: 0;
}

.hover-1:hover .hover-overlay {
    opacity: 1;
    background: rgba(255, 255, 255, 0.7);
}

.room-facility {
    width: 100%;
    background: rgba(164, 180, 169, 0.50);
}

.room-facility h5 {
    /* max-width: 168px;
    margin-left: auto;
    margin-right: auto; */
}

.room-facility ul {
    padding: 50px 0;
    margin: 0;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.room-facility ul li {
    width: 20%;
    text-align: center;
}

.room-facility ul li img {
    margin-bottom: 20px;
}

.room-box {
    width: 100%;
}


.room-box img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    max-width: 100%;
}

.room-text {
    width: 100%;
    text-align: center;
    padding: 20px 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}


.room-text h5 {
    margin-bottom: 0;
}


.justify-space-between {
    justify-content: space-between !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
}

.text2 p {
    margin-bottom: 0px !important;
}

.text2 a {
    color: #3B3B3B !important;
}

.text2 {
    gap: 0 !important;
}

.border-bottom1 {
    border-bottom: 1px solid #A4B4A9;
}

.link2 {
    text-transform: uppercase;
    font-size: 21.6px;
    color: #3B3B3B;
    letter-spacing: 3.024px;
    text-decoration: none;
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.tripadvisor-slider .item {
    padding: 15px;
}

.tripadvisor-box {
    border-radius: 16px;
    border: 1px solid #EBECEF;
    background: #FFF;
    padding: 24px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
}


.name-icon {
    width: 62px;
    height: 62px;
    background: #3B3B3B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-family: monospace;
    font-weight: 600;
}

.tripadvisor-box b {
    font-size: 21px;
    display: block;
    line-height: 26px;
}

.tripadvisor-box p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.60);
}
.tripadvisor-box p a {
    margin-bottom: 0; text-decoration:none;
    color: rgba(0, 0, 0, 0.60);
}


.owl-dots {
    justify-content: center;
    text-align: center;
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.owl-carousel button.owl-dot span {
    background: #D9D9D9;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
}

.owl-carousel button.owl-dot.active span {
    background: #B88C49;
}

.information-box {
    background: rgba(164, 180, 169, 0.4);
    border-radius: 10px;
    padding: 50px;
    height: 100%;
}


.information-box a {
    color: #3B3B3B;
    display: block;
}


.border-radius-10 {
    border-radius: 10px !important;
}

.room-facility ul li span {
    margin-bottom: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discover-highlights li {
    border-right: #3B3B3B thin solid;
}

.discover-highlights li:last-child {
    border-right: none;
}

.discover-highlights li {
    width: 20%;
    text-align: center;
    padding: 30px;
    padding-bottom: 10px;
}

.wbox.blue {
    background: #0050A0 !important;
    color: #fff;
}

.wbox.blue a {
    color: #fff !important;
}

.blue-bg {
    background: #0050A0 !important;
}

.even-row.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.even-row .row {
    flex-direction: row-reverse;
}

/*=== Menu CSS ===*/
nav .navbar {
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0px;
}

nav .navbar .links {
    display: flex;
    margin: 0;
	padding:0px;
	gap:50px;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.menu-item-type-custom {
    margin-right: 0;
}

nav .navbar .links li a {
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.2rem;
    font-size: 1.20rem;
    margin-right: 0px;
    color: #3B3B3B;
    text-transform: uppercase;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    width: 14px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
    margin-left: 10px;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 35px;
    left: 0;
    line-height: 40px;
    background: #efece7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    margin: 0;
    padding: 0;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 18px;
    border-top: 1px solid #dcdad7;
}

.navbar .links li .sub-menu a {
    color: #3B3B3B;
    font-size: 1.20rem;
    font-weight: 500;
    padding: 5px 0;
    margin: 0;
	text-align: center;
    width: 100%;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}


.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

.nav-links {
    left: -100%;
    transition: 0.4s;
}

.nav-links.open {
    left: 0 !important;
}

/* ===== Dropdown Menu ===== */

.links li {
    position: relative;
}

.links>li {
    display: inline-block;
}

.links li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    padding: 1rem 0;
    display: none;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.links li ul li {
    display: block;
    padding: 0;
}

.links li ul li a {
    padding: .6rem 1.5rem;
    display: block;
    white-space: nowrap;
}

/* Show dropdown on hover (desktop) */
.links li:hover>ul {
    display: block;
}

.links li:hover ul.sub-menu {
    display: block;
}

/* New CSS */

.content-page a {
    color: #3B3B3B;
}

.content-page a:hover {
    color: #B88C49;
}

.ns-form-n {
    width: 100%;
    position: relative;
}

.ns-form-n input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: rgba(59, 59, 59, 0.75) thin solid;
    color: rgba(59, 59, 59, 0.50);
    padding: 20px 0 10px 5px;
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px !important;
    height: 18px;
    border: #3B3B3B thin solid !important;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    position: absolute;
    left: 0;
    top: 1px;
    padding: 0 !important;
}

.fs-7 {
    line-height: 18px;
    font-size: 14px;
}

.msn-3 {
    margin-left: -80px;
}
.room-type-desktop{display:block !important;}
	.room-type-slider{display:none !important;}

.wpcf7-not-valid-tip {
      text-align: left;
}
a {
    color: #B88C49;
    text-decoration: underline;
}

.three-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

a.read-more {
    color: rgba(0, 0, 0, 0.60);
    text-decoration: none;
}

.gldbm-panel__toggle-text {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 1rem;
}

.gldbm-panel__toggle-button {
    width: 90px !important;
}


a.read-more:hover {color: #B88C49;}

.gldbm-panel__toggle-text {
    opacity: 0;
    visibility: hidden;
}
.gldbm-panel__toggle-text.show {
    opacity: 1;
    visibility: visible;
}

h3{
font-size: 25px !important;
}

.h-hotel img, .hotel-card img, section.h-hotel img,
.owl-carousel .owl-item img, .image-slider img, .owl-carousel .item img {
    height: auto;
}

@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 16px;
    }

    .logo img {
        height: 60px;
        width:180px;
    }


  .gldbm-panel__toggle-text{background: rgb(184 140 73 / 51%) !important; letter-spacing: 0.2rem; font-size: 1.2rem;}

    .navbar-nav .nav-link {
        margin: 0;
        text-align: center;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-collapse a.book-now-btn.ms-3 {
        margin-left: 0 !important;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    section.booking-search {
        padding: 0 30px;
    }

    .booking-form-home .col-md {
        padding: 15px 0px;
        border-right: none;
        border-bottom: #A4B4A999 thin solid;
        width: 90%;
        margin: auto;
    }
	
	.booking-form-home .col-md .outlined-btn{width:100%;}

    .booking-form-home select,
    .booking-form-home input {
        text-align: center;
    }

    .booking-form-home .col-md:last-child {
        border-right: none;
        border-bottom: none;
        margin-top: 20px;
    }

    .welcome-text .container {
        padding: 30px;
    }

    .welcome-text h2 {
        padding-right: 0rem;
        font-size: 2rem !important;
        margin-bottom: 30px;
    }

    section.h-hotel {
        padding: 0 15px;
    }

    section.text1.py-5 {
        padding: 0 15px 0 !important;
    }

    .why-us .owl-stage {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wbox-text {
        padding: 35px 15px 25px 15px;
    }

    section.become-a-member.my-5 {
        padding: 0 0px;
    }

    .bm-text {
        padding: 30px 0;
    }

    .gift-h {
        padding: 30px !important;
    }

    footer {
        padding: 50px 10px;
        text-align: center;
    }

    .newsletter {
        margin-top: 30px;
        margin-bottom: 40px;
    }
	.custom-submit {
    display: flex;
    flex-direction: column;
    text-align: left;
    }

    .f-links {
        text-align: left;
        margin-bottom: 30px;
    }

    .get-social {
        display: inline-block;
        text-align: left;
    }

    .get-social li {
        width: 30px;
        display: inline-block;
        margin-bottom: 15px;
    }

    .get-social li:last-child {
        width: 100%;
    }

    a.navbar-brand.fw-bold img {
        height: 60px;
    }

    a.navbar-brand.fw-bold {
        padding: 15px 0;
    }

    .become-a-member {
        margin-top: 0 !important;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .room-facility ul {
        display: block;
        padding: 0;
    }

    .room-facility ul li {
        width: 49%;
        text-align: center;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: top;
    }

    .room-facility ul li:last-child {
        margin-bottom: 0px;
		width: 100%;
    }
	.room-facility h5 {
    font-size: 1rem !important;
}

    .room-facility ul li:last-child h5 br {
        display: none;
    }

	.room-text {
    padding: 20px 0px;
}
	
	
    .tripadvisor-tag {
        flex-direction: column;
        gap: 15px;
    }

    .tripadvisor-tag img {
        width: 250px;
        margin: auto;
    }

    .discover-highlights li {
        border-bottom: #3B3B3B thin solid;
        padding: 15px;
        padding-bottom: 40px;
        border-right: none;
    }

    .discover-highlights li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
	
	h1 {font-size: 48px !important;}
	h2 {font-size: 40px !important;}
	h3 {font-size: 24px !important;}
	h4 {font-size: 27px !important;}
	h5 {font-size: 23px !important;}
	h6 {font-size: 19px !important;}
	
	.information-box {border-radius: 0px 0px 10px 10px; padding: 20px;}
	.key-information-slider img{border-radius: 10px 10px 0px 0px !important;}
	.key-information-slider h2{margin-bottom:1rem !important}

	.room-type-desktop{display:none !important;}
	.room-type-slider{display:block !important;}
	.room-type-slider .room-text p {min-height: auto;}
	
	.container{padding: 0 20px;}
	
	.faq-question{font-size:18px !important;}
	.faq-item {padding-left: 0; padding-right: 0;}
	
	.owl-dots {
    margin-top: 30px;
    margin-bottom: 20px;
}
	
}

    

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 18px;
        height: 80px;
    }

main#site-content {
    margin-top: 80px;
}

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 1.25rem !important;
        width: 100%;
        display: inline-block;
        margin: 5px 0px 5px 0px;

    }
}

@media(min-width:800px) {
    #sidebar-logo {
        display: none;
    }
}

@media (max-width:800px) {
    nav {
        /* position: relative; */
    }

    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 280px;
        width: 100%;
        background: #efece7;
        line-height: 40px;
        padding: 20px;
        transition: all 0.5s ease;
        z-index: 1000;
        height: 100vh;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
        padding: 0;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
        margin-top: -10px;
        margin-left: -21px;
    }

    nav .navbar .links li {
        display: block;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
   
}

.facility-icon img {
    width: 39px;
    height: 39px;
    display: block;
}

.pt-5.even-row {
    padding-top: 0 !important;
}

@media (max-width:1400px) {
     html {font-size: 14px;}
	.room-text p{min-height:85px;}
}

.outlined-btn.h-auto {
    height: auto!important;
    line-height: normal !important;
    padding: 8px 20px !important;
}