/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');


@font-face {
  font-family: TFArrow;
  src: url(fonts/TFArrow.ttf);
}


body {
  font-family: 'Roboto', sans-serif;
  color: #595959;
}

a {
  color: #595959;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

a:hover {
  color: #595959;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #595959;
  font-family: 'Libre Baskerville', serif;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #797979;
}

.offer_section {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
    display:none;
}
.offer_section a img {
    width: 120px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#header {
  position: absolute;
}

nav.navbar {
  margin: 0px 0;
  
  padding: 15px 0px;
  justify-content: space-between;
  border-radius: 15px;
  position: relative;
}

nav.navbar .navbar-collapse {
  flex-grow: 0;
  z-index: 9;
  position: relative;
}
nav.navbar ul.navbar-nav {}
nav.navbar ul.navbar-nav li {
  margin: 0 0 0 15px;
  position: relative;
}
nav.navbar ul.navbar-nav li:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #d8b047;
  border-radius: 10px;
  position: absolute;
  right: -15px;
  top: 18px;
  display: none;
}
nav.navbar ul.navbar-nav li:nth-last-child(1):after, nav.navbar ul.navbar-nav li:nth-last-child(2):after {
  display: none;
}
nav.navbar ul.navbar-nav li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0;
}

nav.navbar ul.navbar-nav li a.booknow {
  background: #d8b047;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px !important;
  font-size: 15px;
  font-size: 14px;
}
nav.navbar ul.navbar-nav li a.booknow:hover {
  background: #595959;
}

nav.navbar ul.navbar-nav li ul.dropdown-menu {}
nav.navbar ul.navbar-nav li ul.dropdown-menu li {
  margin: 0 0px;
}
nav.navbar ul.navbar-nav li ul.dropdown-menu li a {
  color: #595959;
  padding: 10px;
}

.logo-section {
  /*white-space: nowrap;*/
  position: relative;
  z-index: 9;
  background: rgba(255,255,255,0.8);
  padding: 15px 15px 15px 0px;
  border-radius: 0px 10px 10px 0;
}
.logo-section:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 0px;
    border: 1px solid #d8b047;
    border-radius: 0px 10px 10px 0;
}
.logo-section a {
  margin: 0 10px 0 0px;
  display: inline-block;
  padding: 0;
  position: relative;
  z-index: 99;
}

.menu-btn {
  background: rgba(0,0,0,0.5);
  border: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 2px 10px;
  font-weight: normal;
  font-size: 22px;
}
.menu-btn:hover {
  background: rgba(0,0,0,0.9);
}  

.side-menu {
  background: rgba(0,0,0,0.9);
  color: #fff;
}
.side-menu .btn-close {
  background: none;
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.hotel-wrap {
  text-align: center;
  border-bottom: 1px solid #666;
  padding: 15px;
  margin: 0 0 10px 0;
}
.eulogia-logo {}
.eulogia-logo a {}
.eulogia-logo a img {}
.eulogia-logo h4 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: italic;
  font-size: 22px;
  margin: 10px 0 10px 0;
}
.eulogia-detail {
  color: #fff;
}
.eulogia-detail p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.eulogia-detail p span {
  display: inline-block;
  width: 90%;
}
.eulogia-detail p i {
  color: #d8b047;
  margin: 0 5px 0 0;
  font-size: 18px;
  vertical-align: top;
}
.eulogia-detail p a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
.eulogia-detail p a:hover {
  color: #d8b047;
}

.wrap-social {
  margin: 30px 0 0 0;
  text-align: center;
}
.wrap-social ul {
  margin: 0;
  padding: 0;
}
.wrap-social ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  color: #d8b047;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.wrap-social ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin: 0 5px;
}
.wrap-social ul li a i {}
.wrap-social ul li a:hover {
  color: #d8b047;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

#hero {
  height: 100vh;
  overflow: hidden;
}

.image-wrap {
  position: relative;
}
.image-wrap:after {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/slide-shade-white.png) left top no-repeat;
}
.image-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/slide-shade.png) left bottom no-repeat;
}
.image-wrap img {}

.page-title {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
}
.page-title h1 {
  color: #fff;
  font-family: 'Libre Baskerville', serif;
  font-weight: 300;
  font-size: 34px;
  margin: 0 0 10px 0;
  padding: 0;
}
.page-title p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.booking-wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 50%;
  display: none;
}
.booking-wrapper .mb-3 {
  display: inline-block;
  float: left;
  text-align: left;
  width: 25%;
}
.booking-wrapper .mb-3 label {
  color: #fff;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 500;
}
.booking-wrapper .mb-3 .form-control, .booking-wrapper .mb-3 .form-select {
  border: 0;
  background: #fff;
  color: #595959;
  font-size: 14px;
  border-radius: 0;
  padding: 12px 10px;
  height: 48px;
  width: 100%;
  border-right: 1px solid #dfdfdf;
}
.booking-wrapper .mb-3 button.btn {
  background: #d8b047;
  display: inline-block;
  width: 100%;
  border-radius: 0;
  border: 0;
  padding: 12px 10px;
  height: 48px;
  font-size: 15px;
  color: #fff;
  margin: 28px 0 0 0;
  text-align: center;
}
.booking-wrapper .mb-3 button.btn:hover {
  background: #111;
}

.video-wrap {
  position: relative;
}
.video-wrap:after {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/slide-shade-white.png) left top no-repeat;
  display: none;
}
.video-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/slide-shade.png) left bottom no-repeat;
  /*display: none;*/
}
.video-wrap video {
  width: 100%;
}

/*--------------------------------------------------------------
# Title Section
--------------------------------------------------------------*/

.title-section {
  text-align: center;
}
.title-section h2 {
    color: #595959;
    font-family: 'Libre Baskerville', serif;
    font-size: 26px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
    font-weight: 300;
}
.title-section h2:before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 15px;
  background: url(../image/title-line.png) center bottom no-repeat;
}
.title-section p {
  color: #595959;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-wrap {
  margin: 50px 0;
}

.expolre-wrap {
  margin: 20px 0 0 0;
}
.expolre-wrap ul {
  margin: 0;
  padding: 0;
  display: table;
}
.expolre-wrap ul li {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  display: table-cell;
  text-align: center;
  width: 20%;
}
.expolre-wrap ul li span {
  margin: 0 0 15px 0;
  display: block;
}
.expolre-wrap ul li span img {}
.expolre-wrap ul li h4 {
  color: #595959;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.expolre-wrap ul li p {
  color: #797979;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.expolre-wrap ul li a {
  color: #595959;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}


/*--------------------------------------------------------------
# USP Section
--------------------------------------------------------------*/
.ge-wrap {
  margin: 80px 0;
}
.ge-wrap .title {}
.ge-wrap .title small {
  color: #d8b047;
}

.ge-wrap ul {
  margin: 0 0 0 18px;
  padding: 0;
}
.ge-wrap ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: square;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.parallax_wrapper {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .parallax_wrapper {
    padding-left: 25%;
  }
}
.parallax_wrapper .img_over {
  left: -25%;
  bottom: 10%;
  position: absolute;
  z-index: 99;
}
@media (max-width: 991px) {
  .parallax_wrapper .img_over {
    left: 0;
  }
}
.parallax_wrapper .img_over img {
  border: 4px solid #fff;
  width: 50%;
  height: auto;
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
}
@media (max-width: 991px) {
  .parallax_wrapper.inverted {
    padding-left: inherit;
    padding-right: 25%;
  }
}
.parallax_wrapper.inverted .img_over {
  text-align: right;
  left: inherit;
  right: -25%;
}
@media (max-width: 991px) {
  .parallax_wrapper.inverted .img_over {
    left: inherit;
    right: 0;
  }
}

img.rounded-img {
  border-radius: 10px;
}

.ge-wrap a {
  background: #d8b047;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  margin: 20px 0 10px 0;
}
.ge-wrap a:hover {
  background: #595959;
}

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/

.offer-wrap {
  background: url(../image/eulgia-image.jpg) center center no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
  margin: 0 0 50px 0;
  display: none;
}

.offer-content {
  margin: 50px 0 0 0;
}
.offer-content p {
  color: #fff;
     font-size: 14px;
    font-weight: normal;
  margin: 0;
  padding: 0;
}
.offer-content h3 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: italic;
  font-size: 30px;
  margin: 15px 0 0px 0;
  padding: 15px 0 0px 0;
  position: relative;
}
.offer-content h3:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 60px;
  height: 2px;
  left: 0;
  margin: 0;
  background: #fff;
}

.card-wrap {}
.card-wrap a {
  display: inline-block;
  margin: 0 15px;
}

.counter-content {
  text-align: center;
}
.counter-content p {
  color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
    padding: 0;
}

.counter-box {
  display: block;
  background: rgba(0,0,0,0.7);
  padding: 30px 20px 20px 20px;
  text-align: center
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.counter-box i {
  font-size: 30px;
  margin: 0 0 10px;
  color: #fff;
}

.counter-number {
  font-size: 32px;
  color: #fff;
}

.counter { 
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 5px 0 0;
  line-height: 28px
}

.counter-box.colored {
  background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff
}

/*--------------------------------------------------------------
# USP Section
--------------------------------------------------------------*/
.usp-wrap {
  margin: 0 0 50px 0;
}

.hotel-detail {
  margin: 100px 30px 0 50px;
  padding: 30px;
}
.hotel-detail .title {}
.hotel-detail .title small {}
.hotel-detail .title h2 {
  color: #494949;
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  position: relative;
  font-weight: 300;
}
.hotel-detail .title h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 60px;
  height: 2px;
  left: 0;
  margin: 0 0 15px 0;
  padding: 0;
  background: #d8b047;
}
.hotel-detail .title small {
  color: #d8b047;
}
.hotel-detail p {
  color: #595959;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 15px 0;
  padding: 0;
}
.hotel-detail a {
  background: #d8b047;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  margin: 20px 0 10px 0;
}
.hotel-detail a:hover {
  background: #111;
  color: #fff;
}




.usp-image {}
.usp-image img {}

/*--------------------------------------------------------------
# Presence
--------------------------------------------------------------*/

.our-presence_section {
  padding: 0 0 40px 0;
}

.our-presence_section .owl-nav {
  top: 40% !important;
}
.our-presence_section .owl-nav button {
  margin: 0 !important;
  border-radius: 0;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
}
.our-presence_section .owl-nav button.owl-prev {
  left: 0;
}
.our-presence_section .owl-nav button.owl-next {
  right: 0;
}

.our-presence_box {
  border: 1px solid #f2f2f2;
  text-align: center;
  margin: 20px 0 15px 0;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
}
.our-presence_box .resort_image {}
.our-presence_box .resort_image img {
  border-radius:  20px 20px 0 0;
}
.our-presence_box .resort_logo {
  background: #fff;
  padding: 10px;
  margin: 10px 0 0 0;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.our-presence_box p {
  font-size: 16px;
  color: #595959;
  line-height: 22px;
  font-weight: normal;
  margin: 0px 0 10px 0;
}
.our-presence_box p b {
  display: block;
}

/*--------------------------------------------------------------
# PopUP
--------------------------------------------------------------*/

.popup-section .modal-content {
  background: rgba(255,255,255,0.9);
}

.popup-section .modal-body {}

.popup-section .modal-footer {
  text-align: center;
  display: block;
  border: 0;
}
.popup-section .modal-footer p {
  font-size: 16px;
  font-weight: 300;
  color: #595959;
}
.popup-section .modal-footer p a {
  font-size: 16px;
  font-weight: 500;
  color: #595959;
  text-decoration: none;
}

.popup-section .popup-wrap {
  background: #fff;
  box-shadow: 0 2px 2px #dfdfdf;
}
.popup-section .popup-image {}
.popup-section .popup-content {
  padding: 15px;
  text-align: center;
}
.popup-section .popup-wrap h4 {
  color: #595959;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.popup-section .popup-wrap p {
  color: #797979;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
}
.popup-section .popup-wrap .popup-btn {
}
.popup-section .popup-wrap .popup-btn a {
      background: #d8b047;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 7px 15px;
    font-size: 13px;
    display: inline-block;
    font-weight: 300;
    text-decoration: none;
}
.popup-section .popup-wrap .popup-btn a.inquiry-btn {
  background: #595959;
}
.popup-section .popup-wrap .popup-btn a.inquiry-btn:hover {
  background: #d8b047;
}
.popup-section .popup-wrap .popup-btn a:hover {
  background: #595959;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: url(../image/ft-bg.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding: 50px 0 0 0;
}

footer hr {
  display: none;
}

.ft-wrap {
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
}
.ft-grandeluogia {
  border-right: 1px solid #ccc;
}

.ft-logo {
  float: left;
  width: 40%;
  margin: 0 0 0 0;
  text-align: center;
}
.ft-logo img {}
.ft-logo p {
  color: #595959;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin: 10px 0 0 0;
}

.ft-social {
  margin: 10px 0 0 0;
}
.ft-social ul {
  margin: 0;
  padding: 0;
}
.ft-social ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  color: #d8b047;
  font-weight: 500;
  font-size: 0px;
  line-height: 20px;
}
.ft-social ul li a {
  color: #595959;
  font-size: 20px;
  line-height: 20px;
  margin: 0 5px;
}
.ft-social ul li a i {}
.ft-social ul li a:hover {
  color: #d8b047;
}


.ft-content {
  float: left;
  width: 60%;
  padding: 0 0 0 20px;
}
.ft-content h4 {
  color: #d8b047;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
}
.ft-content p {
  color: #595959;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin: 0 0 6px 0;
}
.ft-content p span {
  display: inline-block;
  width: 90%;
}
.ft-content p i {
  color: #595959;
  margin: 0 5px 0 0;
  font-size: 18px;
  vertical-align: top;
}
.ft-content p a {
  color: #595959;
}
.ft-content p a:hover {
  color: #d8b047;
}

.ft-link {
  margin: 20px 0 40px 0;
  display: none;
}
.ft-link h5 {
  color: #d8b047;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0;
}
.ft-link ul {
  margin: 0;
  padding: 0;
}
.ft-link ul li {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: square;
  color: #595959;
  font-size: 14px;
}
.ft-link ul li a {
  color: #595959;
  font-size: 14px;
}
.ft-link ul li a:hover {
  color: #d8b047;
}

.copyright {
  background: #595959;
  padding: 10px 0;
  text-align: center;
}
.copyright p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}


@media only screen and (max-width: 1400px) {
  #hero {
    height: 100%;
    overflow: inherit;
    position: relative;
}
.booking-wrapper {
    width: 60%;
}
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {
  .booking-wrapper {
    width: 70%;
}
.ft-logo {
  width: 34%;
}
.ft-content {
  width: 64%;
}
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
  #hero {
    width: 100%;
    display: inline-block;
}
.page-title {
  position: relative;
  bottom: 0;
  margin: 30px 0 20px 0;
}
.booking-wrapper {
    position: relative;
    width: 80%;
}
.page-title h1 {
  color: #595959;
  font-size: 28px;
}
.page-title p {
  color: #797979;
}
.booking-wrapper .mb-3 label {
  color: #595959;
}
.booking-wrapper .mb-3 .form-control, .booking-wrapper .mb-3 .form-select {
  border: 1px solid #dfdfdf;
}
.about-wrap {
    margin: 0px 0 20px 0;
}
.expolre-wrap ul li {
  width: 25%;
  padding: 0 5px;
}
.ge-wrap {
    margin: 40px 0;
}
header#header nav.navbar button.navbar-toggler {
  background: #d8b047;
  margin: 0 10px 0 0;
}
.expolre-wrap ul {
  display: block;
}
.expolre-wrap ul li {
    width: 48%;
    padding: 0 5px;
    margin: 0 0 20px 0;
    display: inline-block;
}
footer {
  background-size: 100% 100%;
}
.ft-grandeluogia {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ft-link {
    margin: 10px 0 20px 0;
}
.video-wrap:before {
  display: none;
}
}

@media only screen and (max-width: 767px) {
.booking-wrapper {
  width: 100%;
  padding: 0 15px;
}
header#header {
    position: relative;
}
nav.navbar {
  padding: 5px 0;
}
.logo-section {
  padding: 5px 5px 5px 0px;
}
.logo-section:after {
  display: none;
}
nav.navbar ul.navbar-nav li a {
  color: #595959;
}
}

@media only screen and (max-width: 575px) {
.booking-wrapper .mb-3 {
    display: block;
    float: none;
    text-align: left;
    width: 100%;
}
.page-title {
  padding:  0 15px;
}
.page-title h1 {
  font-size: 22px;
  line-height: 34px;
}
.page-title p br {
  display: none;
}
.title-section h2 {
  font-size: 22px;
}
.expolre-wrap ul li {
  width: 48%;
  padding: 0;
  margin: 0 0 30px 0;
  display: inline-block;
  vertical-align: top;
}
.ft-logo {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 10px 0;
}
.ft-content {
    width: 100%;
    float: none;
    padding: 0;
}
.booking-wrapper .mb-3 button.btn {
  margin: 0;
}
.ft-link {
    margin: 0px 0 10px 0;
    display: none;
}
.ge-wrap a {
  margin: 0px 0 10px 0;
}
}



/*--------------------------------------------------------------
# Quotation Inquiry
--------------------------------------------------------------*/

.inner-slide-hero {}

.event_inquiry {
  margin: 80px 0;
}
.event_inquiry .form-bg {
  background: #f8f8f8;
  padding: 20px 15px;
  margin: 0 0 20px 0;
}
.event_inquiry h4 {
  color: #d8b047;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.event_inquiry .user-detail .form-group {
  margin: 0;
}
.event_inquiry .form-group, .event_inquiry .form-check {
  margin: 0 0 15px 0;
}
.event_inquiry .form-check label {
  color: #797979;
  font-size: 15px;
  line-height: 20px;
}
.event_inquiry p {
  margin: 0;
  color: #595959;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.event_inquiry p b {
  margin: 0 0 15px 0;
}
.event_inquiry .form-group label {
    color: #797979;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0;
}
.event_inquiry .form-group .form-control {
  border-radius: 0;
  padding: 5px 15px;
  height: 40px;
  color: #797979;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
.event_inquiry .type-room {}
.event_inquiry .type-room span {
  display: block;
  color: #797979;
  font-size: 15px;
  line-height: 35px;
  font-weight: normal;
  margin-top: 0;
  height: 40px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.event_inquiry .type-room input {
  margin-bottom: 5px;
}
.event_inquiry .date-time label {
  display: block;
  color: #797979;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.event_inquiry .date-time input {
  display: inline-block;
  width: 46%;
}
.event_inquiry input.btn {
  background: #d8b047;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0 0 0;
}
.event_inquiry input.btn:hover {
  background: #595959;
  color: #fff;
}


/*--------------------------------------------------------------
# Food Quotation Inquiry
--------------------------------------------------------------*/

.inner-slide-hero {}

.foodevent_inquiry {
  margin: 80px 0;
}
.foodevent_inquiry .form-bg {
  background: #f8f8f8;
  padding: 20px 15px;
  margin: 0 0 20px 0;
}
.foodevent_inquiry h4 {
  color: #d8b047;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.foodevent_inquiry table th {
  font-size: 14px;
}
.foodevent_inquiry table td {
  font-size: 14px;
}

.foodevent_inquiry .user-detail .form-group {
  margin: 0;
}
.foodevent_inquiry .form-group.banquet-box {
  width: 100px;
}
.foodevent_inquiry .form-group, .foodevent_inquiry .form-check {
  margin: 0 0 0px 0;
}
.foodevent_inquiry .form-check label {
  color: #797979;
  font-size: 15px;
  line-height: 20px;
}
.foodevent_inquiry p {
  margin: 0;
  color: #595959;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.foodevent_inquiry p b {
  margin: 0 0 15px 0;
}
.foodevent_inquiry .form-group label {
    color: #797979;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 0px 0;
    padding: 0;
}
.foodevent_inquiry .form-group .form-control {
  border-radius: 0;
  padding: 5px 5px;
  height: 40px;
  color: #797979;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 0px;
}
.foodevent_inquiry .type-room {}
.foodevent_inquiry .type-room span {
  display: block;
  color: #797979;
  font-size: 15px;
  line-height: 35px;
  font-weight: normal;
  margin-top: 0;
  height: 40px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.foodevent_inquiry .type-room input {
  margin-bottom: 5px;
}
.foodevent_inquiry .date-time label {
  display: block;
  color: #797979;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.foodevent_inquiry .date-time input {
  display: inline-block;
  width: 46%;
}
.foodevent_inquiry input.btn {
  background: #d8b047;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0 0 0;
}
.foodevent_inquiry input.btn:hover {
  background: #595959;
  color: #fff;
}