input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.powered-by-link, .powered-by-link:hover {
  color:#fff!important;
} 
input[type=submit] {
  background-color: #c0392b;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #c0392b;
}

.contactContainer {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
.contactForm {
  padding-bottom: 50px;
}

#msgSent, #contactError {
  color: #e63070;
  padding: 10px;
}

.site-header-fixed {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.site-menu-main {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

.site-menu-main .nav-link-item {
  padding-top: 35px !important;
  padding-bottom: 33px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main li {
  list-style: none;
}

#map {
  width: 100%;
  height: 400px;
}

.nav-link-item {
  text-decoration: none;
}

#opening-hours::before {
  display: block;
  content: " ";
  margin-top: -285px;
  height: 285px;
  visibility: hidden;
  pointer-events: none;
}

#services::before {
    display: block;
    content: " ";
    margin-top: -285px;
    height: 285px;
    visibility: hidden;
    pointer-events: none;
}

#gallery::before {
    display: block;
    content: " ";
    margin-top: -285px;
    height: 285px;
    visibility: hidden;
    pointer-events: none;
}

.site-menu-main .nav-link-item {
  font-family: Karla;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
}

#image-gallery-image {
  width: 100%;
}

.site-header-ab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.dayName {
  float: left;
}

h2 {
  color: #c0392b !important;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

body {
  display: block !important;
}

body[data-theme="light"] .logo-light,
body[data-theme="light"] .light-shape,
.light-mode-content .logo-light,
.light-mode-content .light-shape {
  display: block;
}

body[data-theme="light"] .logo-dark,
.light-mode-content .logo-dark {
  display: none;
}

body[data-theme="light"] .logo-dark.default-logo,
.light-mode-content .logo-dark.default-logo {
  display: none;
}

body[data-theme="light"] .dark-shape,
.light-mode-content .dark-shape {
  display: none;
}

body[data-theme="light"] .dark-shape.default-shape,
.light-mode-content .dark-shape.default-shape {
  display: none;
}

body[data-theme="light"] .dark-mode-content .logo-dark,
body[data-theme="light"] .dark-mode-content .dark-shape,
.light-mode-content .dark-mode-content .logo-dark,
.light-mode-content .dark-mode-content .dark-shape {
  display: block;
}

body[data-theme="light"] .dark-mode-content .logo-light,
.light-mode-content .dark-mode-content .logo-light {
  display: none;
}

body[data-theme="light"] .dark-mode-content .logo-light.default-logo,
.light-mode-content .dark-mode-content .logo-light.default-logo {
  display: none;
}

body[data-theme="light"] .dark-mode-content .light-shape,
.light-mode-content .dark-mode-content .light-shape {
  display: none;
}

body[data-theme="light"] .dark-mode-content .light-shape.default-shape,
.light-mode-content .dark-mode-content .light-shape.default-shape {
  display: none;
}

.logo-light,
.logo-dark {
  width: 100px !important;
}

.default-logo,
.default-shape {
  display: block;
}

.logo-light,
.light-shape {
  display: none;
}

.logo-dark,
.dark-shape {
  display: none;
}

.logo-light.default-logo {
  display: block;
}

.logo-dark.default-logo {
  display: block;
}

.site-header-m-center .container {
  position: relative;
}

.site-header-m-center .menu-block-wrapper {
  position: static;
}

.booking-page-heading {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  color: #fff;
  padding-bottom: 20px;
}

.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-area-l .content {
  padding-top: 5px;
}

.hero-area-l .content h1 {
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #fff;
}

.hero-area-l .content p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin: 5px 0px 30px 0px;
}

.hero-area-l .content span {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #dbe4f1;
  display: block;
  margin-top: 10px;
}

.hero-area-l .content .btn {
  background: #24c299;
  border-radius: 3px;
  min-width: 227px;
  height: 50px;
  font-family: system-ui;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.hero-area-l .content .btn:hover {
  color: #c7c7c7 !important;
}

.hero-area-l .hero-area-image img {
  box-shadow: 0px 22px 74px rgba(20, 21, 24, 0.1845);
  border-radius: 5px;
}

.hero-area-l .service-heading {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 30px;
  letter-spacing: -0.3px;
  color: #fff;
}

.hero-area-l:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #c0392b 0%, #6d1851 100%);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}

.landing-17-menu .menu-block.active .nav-link-item i {
  color: #c0392b;
}

.landing-17-menu.reveal-header .sign-in-btn {
  color: #fff !important;
}

.landing-17-menu.reveal-header .nav-link-item {
  color: #fff !important;
}

.landing-17-menu.reveal-header {
  background: #c0392b !important;
}

.rating_container_page {
  padding-bottom: 40px;
  display: none;
}

.user-rating {
  padding-bottom: 8px;
}

.reviewDate {
  font-size: 12px;
  color: #545555;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.average_rating_page,
.average_rating_user {
  display: inline-flex;
}

.rating_count_page {
  font-size: 20px;
  color: #fff;
  padding-left: 8px;
  display: inline-flex;
  position: relative;
  top: 4px;
}

.rating_container {
  padding-bottom: 14px;
  display: flex;
}

.average_rating {
  flex: 0 0 76%;
}

.rating_count {
  font-size: 14px;
  position: relative;
  top: 8px;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

.bookButtonHolder {
  width: 60%;
  position: relative;
  background: #c0392b;
  margin: 0 auto;
  border-radius: 5px;
}

.openingHours {
  width: 70%;
}

.time {
  text-align: right;
}

/*  hwbook tab */
div.hwbook-tab-container {
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-left: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.hwbook-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.hwbook-tab-menu div.list-group {
  margin-bottom: 0;
}
div.hwbook-tab-menu div.list-group > a {
  margin-bottom: 0;
  color: inherit;
  text-decoration: none;
}
div.hwbook-tab-menu div.list-group > a,
div.hwbook-tab-menu div.list-group > a .glyphicon,
div.hwbook-tab-menu div.list-group > a .fa {
  color: #c0392b;
}
div.hwbook-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.hwbook-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.hwbook-tab-menu div.list-group > a.active,
div.hwbook-tab-menu div.list-group > a.active .glyphicon,
div.hwbook-tab-menu div.list-group > a.active .fa {
  background-color: #c0392b;
  color: #ffffff;
}
div.hwbook-tab-menu div.list-group > a.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #c0392b;
}

div.hwbook-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 10px;
  padding-top: 10px;
}

div.hwbook-tab div.hwbook-tab-content:not(.active) {
  display: none;
}

.base-col h2,
.iconHeading {
  font-family: system-ui;
  color: #c0392b;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 44px;
  margin-bottom: 5px;
}

.iconHeading {
  padding-right: 10px;
}

.mapDropdown {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
}

.mapsContainer {
  width: 100%;
}

@media (min-width: 480px) {
  .base-col h2,
  .iconHeading {
    font-size: 32px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .base-col h2,
  .iconHeading {
    font-size: 34px;
    line-height: 64px;
  }
}

@media (min-width: 768px) {
  .hero-area-l {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }

  .site-header-m-center .navbar {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .site-header-m-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }

  .site-header-fixed:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: 0.4s;
  }
  .site-header-fixed:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header-fixed:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1343d46;
  }

  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.bookButton:hover {
  position: relative;
  background: #bd2514;
}

.bookButton {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: system-ui;
  width: 100%;
  border: 5px solid #eaf0ee;
  padding: 5px;
  height: 60px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
}

.card {
  background: #fff;
  margin-bottom: 30px;
  transition: 0.5s;
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  box-shadow: none;
  cursor: pointer;
}
.card .body {
  font-size: 14px;
  color: #424242;
  padding: 20px;
  font-weight: 400;
}
.service-page .service-header {
  position: relative;
}

.list-group-item.active {
  background-color: #c0392b !important;
  border-color: #c0392b !important;
}

.service-image img,
.review-image img {
  border-radius: 50% !important;
  width: 65px;
  height: 65px;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.packagePrice {
  float: right;
  font-weight: 700;
  position: relative;
  top: 5px;
  color: #404850;
}

@media (max-width: 991px) {
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 480px) {
  .hero-area-l {
    padding-top: 130px;
  }
  .hero-area-l .service-heading {
    font-family: system-ui;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 30px;
    letter-spacing: -0.3px;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .hero-area-l {
    padding-top: 150px;
    padding-bottom: 75px;
  }
  .hero-area-l .service-heading {
    font-family: system-ui;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 30px;
    letter-spacing: -0.3px;
    color: #fff;
  }
}

@media (min-width: 320px) and (max-width: 570px) {
  .service-image, .review-image {
    padding-bottom: 20px;
  }
  h4 {
    font-size: 15px;
  }
  .packagePrice {
    font-size: 14px;
    top: 1px;
  }

  .gallerySection {
    margin-top: -34px;
  }

}


@media (min-width: 320px) and (max-width: 991px) {
  .menu-block-wrapper {
    display: none;
  }

  .brand-logo {
    margin: 0 auto;
  }

  .servicesSection,
  .gallerySection,
  .reviewsSection {
    padding-top: 15px !important;
  }
  .gallerySection {
    margin-top: -40px;
  }
  .content-area-main-b .content {
    padding-top: 5px;
  }
  .booking-page-heading {
    font-family: system-ui;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
  }
  .contact-button-holder {
    text-align: center;
  }
  .bookButtonHolder {
    width: 100%;
  }
  .openingHours {
    width: 100%;
  }
  .logo-light {
    width: 70px !important;
  }
  .hero-area-l .content {
    padding-top: 35px;
  }
  .site-header-m-center .navbar {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Content Area-1 base
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-area-main-b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mapsContainer {
  width: 100%;
  padding-right: 8px;
}

.businessDescriptionContainer {
  padding-bottom: 10px;
}

.openingHoursContainer {
  width: 100%;
}

.content-area-main-b .address {
  padding-bottom: 10px;
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -1.4px;
  color: #c0392b;
}

.content-area-main-b ul {
  margin-top: 50px;
  margin-bottom: -20px;
}

.content-area-main-b ul li {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1.4px;
  color: #c0392b;
  margin-bottom: 20px;
}

.content-area-main-b ul li i {
  color: #24c299;
  margin-right: 20px;
  font-size: 18px;
}

.servicesSection,
.gallerySection,
.reviewsSection {
  padding-top: 35px !important;
}

.gallerySection {
  padding-bottom: 50px;
}

.servicesContainer,
.reviewsContainer {
  width: 100%;
  padding: 0px;
}

.social-links-container {
  width: 150px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
}
.social-links-container > div {
  flex: 1; /*grow*/
}
.socialLink > a {
  color: #fff !important;
}
.socialLink > a > i {
  font-size: 25px;
  color: #fff;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
              Footer Area
            <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.footer-section-v17 {
  background: linear-gradient(-45deg, #c0392b 0%, #b40f5f 100%);
  padding-top: 60px;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .footer-section-v17 {
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .footer-section-v17 {
    padding-top: 45px;
  }
}

.footer-section-v17 .footer-section-v17-items {
  margin-bottom: -30px;
}

.footer-section-v17 .footer-section-v17-items .col {
  margin-bottom: 30px;
}

.footer-section-v17 .footer-shape {
  position: absolute;
  top: -12px;
  left: 0;
  width: 102%;
}

@media (min-width: 480px) {
  .footer-section-v17 .footer-shape {
    top: -9px;
  }
}

@media (min-width: 992px) {
  .footer-section-v17 .footer-shape {
    top: -17px;
  }
}

@media (min-width: 1200px) {
  .footer-section-v17 .footer-shape {
    top: -30px;
  }
}

.footer-section-v17 .footer-shape img {
  width: 100%;
}

.footer-section-v17 .footer-widget p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  color: #dbe4f1;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 30px;
}

.footer-section-v17 .footer-widget ul {
  margin-bottom: -12px;
}

.footer-section-v17 .footer-widget ul li {
  margin-bottom: 12px;
}

.footer-section-v17 .footer-widget ul li a {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
  color: #f8fbfe;
}

.copyright-area-l-18 {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .copyright-area-l-18 {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .copyright-area-l-18 {
    margin-top: 0px;
  }
}

.copyright-area-l-18 .copyright p {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #dbe4f1;
  margin-bottom: 0;
}

.copyright-area-l-18 .footer-menu {
  margin: 20px 0px 30px 0px;
}

@media (min-width: 768px) {
  .copyright-area-l-18 .footer-menu {
    margin: 0;
  }
}

.copyright-area-l-18 .footer-menu ul {
  margin: 0px -10px -15px -10px;
}

.copyright-area-l-18 .footer-menu ul li {
  margin: 0px 10px 15px 10px;
}

.copyright-area-l-18 .footer-menu ul li a {
  font-family: system-ui;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #dbe4f1;
}

.copyright-area-l-18 .social-icons ul {
  margin: 0px -8px 0px -8px;
}

.copyright-area-l-18 .social-icons ul li {
  margin: 0px 8px 0px 8px;
}

.copyright-area-l-18 .social-icons ul li i {
  font-size: 20px;
  color: #fff;
}

@media (min-width: 768px) {
  .content-area-main-b {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .content-area-main-b {
    padding-top: 25px;
  }
}

.content-area-main-b .content {
  padding-top: 25px;
}

@media (min-width: 992px) {
  .content-area-main-b .content {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .content-area-main-b .content {
    padding-right: 55px;
  }
}

@media (min-width: 1600px) {
  .content-area-main-b .content {
    padding-right: 50px;
  }
}
