/*!
Theme Name: rejuvenatespa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rejuvenatespa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rejuvenatespa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.listUnstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.container:after {
  content: "";
  display: block;
  clear: both;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  position: relative;
  font-family: Open Sans, Arial, sans-serif;
  margin: 0;
}

.container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1180px
}

.sliderheading{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 37px!important;
  color: #C39246!important;
  text-align: center;
  font-weight:500;
}

.slider_wrap{
  margin: 80px 0;
}

a {
  text-decoration: none;
  color: #000;
}

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-banner_logo {
  margin-bottom: 35.75px;
}

.main-banner,
.service_section,
.spa-facilities,
.iconbox_img,
.spa-banner,
.gallery-banner,
.pricingBannerimage,
.promotionsBgImage,
.contactUsbannerImage {
  position: relative;
}

.site-header {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: relative;
  width: 100%
  z-index: 1;
}

.headerTopWrap {
  background-color: #000;
}
.site-identity h1 {
  font-size: 1.5em;
  margin: .6em 0;
  display: inline-block;
}

.site-navigation ul,
.site-navigation li {
  margin: 0;
  padding: 0;
}

nav .current-menu-item a{
  color: #c89b56!important;
}

.site-navigation li {
  display: inline-block;
  color: #fff !important;
}

.site-header nav li a {
  text-decoration: none;
  color: #fff;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.log_wrap img {
  width: 128px;
}

nav li a:hover {
  opacity: 0.7;
}

nav .active {
  color: #c89b56 !important;
}

.main-banner {
  padding-top: 160px;
  padding-bottom: 141px;
}

.content_wrap img {
  width: 76.9%;
}

.content_wrap p {
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  font-family: roboto;
}

.service_wrap p:first-child {
  margin-top: 0;
  padding-top: 32px;
  font-size: 28px;
  font-weight: 500;
  font-family: Montserrat;
  color: #fff;
}

.iconbox_img:hover .iconbox_img-hidden {
  display: block;
}

.iconbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
}

.iconbox_grid-col {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.service_section {
  padding-bottom: 45px;
  padding-top: 45px;
}

.service_wrap center {
  margin-bottom: 85px;
}

.iconbox_img {
  width: 100%;
  margin: auto;
}

.iconbox_img .iconbox_img-hidden {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}

.iconbox_grid-col h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.iconbox_grid-col h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'roboto';
}

.iconbox_grid-col p {
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 300;
  font-family: roboto;
  line-height: 24px;
}

.col {
  width: 100%;
  display: flex;
}

.col-6 {
  width: 100%;
}

.massage_section_wraper {
  margin-left: auto;
  margin-right: auto;
}

.col-6-2 {
  padding: 6% 5%;
  background: #222222;
  color: #fff;
}

.massage_section_wraper .toptext {
  font-size: 13px;
  font-family: open sans;
  font-weight: 500;
}

.massage_section_wraper .detail {
  font-size: 15px;
  font-family: open sans;
  font-weight: 500;
  line-height: 1.7em;
}

.massage_section_wraper h1 {
  font-size: 25px;
  font-family: montserrat;
  color: #c39246;
  font-weight: 500;
}

.col-6-3 {
  padding: 6% 5%;
  background: #f3f3f3;
  color: #000;
}
.spa-facilities {
  padding: 5% 4%;
  text-align: center;
}
.spa-facilities h1 {
  font-family: montserrat;
  font-size: 37px;
  font-weight: 500;
  color: #c39246;
  margin: 0px;
}
.spa-facilities h2 {
  font-family: Open sans;
  font-size: 21px;
  font-weight: 500;
  color: #404040;
}

.imagesgallery_wrap {
  padding-top: 30px;
  padding-bottom: 50px;
}

.imagesgallery_img {
  width: 100%;
  height: 180px;
}

.imagesgallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col-4 {
  width: 25%;
}
.footerfirst{
  background: #c39246 !important;
}
.bg-black{
  background: #252525;
}

.footerfirst_wrap {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.footerlogo img {
  width: 100%;
}
.footerfirst_wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
}
.footerfirst_wrap .col-4:nth-child(3) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding-left: 30px !important;
}
.footerfirst_wrap .col-4:nth-child(4) {
  border-right: 1px solid #fff;
  padding-left: 30px !important;
}
.copywrite {
  background: #a87f3e;
  color: #fff;
  padding-top: 19px;
  padding-bottom: 19px;
}
.copywrite p {
  margin: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-family: open sans;
}
.bannerimage {
  height: 100px;
}

.imagesclass {
  display: flex;
  gap:5px;
}
.aboutus {
  padding-top: 4px;
  background-color: #252525 !important;
}

.aboutusGallery {
  padding: 30px 40px 30px 0;
}
.aboutusContent {
  padding: 60px 110px 0 110px;
}
.aboutContact h1,
.aboutContent h1,
.aboutusContent h1 {
  font-size: 43px;
  font-weight: 500;
  color: #bf8f45;
  margin: 0;
  font-family: Montserrat;
}
.aboutContent h1 {
  margin-bottom: 30px;
}
.detailwhite {
  font-size: 15px;
  font-family: open sans;
  font-weight: 500;
  line-height: 1.7em;
  color: #fff;
  margin: 0;
}
.detailwhite {
  padding-bottom: 15px;
}
.aboutContent h2,
.aboutusContent h2 {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 24px;
  color: #ffffff !important;
  line-height: 1.5em;
  font-weight: 500;
}
.aboutusContent p + p {
  margin-bottom: 30px;
}

.aboutusdiv {
  border-bottom: 1px solid #616161 !important;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.aboutusdiv > h1{
  margin-bottom: 30px;
}

.spa-banner {
  text-align: center;
  margin: 0px;
  height: 620px;
  text-align: center;
}
.spa-banner p:first-child {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300 !important;
  font-family: Open Sans;
  margin-bottom: 30px;
}
.spa-banner p:last-child {
  margin: 0px;
  font-size: 14px;
  line-height: 64px;
  font-weight: 500 !important;
  font-family: Open Sans;
  margin: 25px 0px;
}
.spa_content_wrap {
  color: #fff;
  margin: auto;
  padding-top: 170px;
}
.spa_content_wrap h1 {
  font-size: 35px;
  font-weight: 500;
  font-family: Montserrat;
  border: 5px solid #ffffff;
  margin: 0px;
  padding: 30px 0px;
}

.gallery_content_wrap {
  color: #fff;
  background: rgba(195, 146, 70, 0.8);
  height: 604px;
  display: flex;
  align-items: center;
  width: 100%;
}

.gallery_content_wrap img {
  max-width: 100%;
  height: auto;
  margin-left: 30px;
}

.gallery-banner h1 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-size: 40px;
  color: #ffffff !important;
  font-weight: 500;
  margin-top: 20px;
  margin: 0 0 0 30px;
}

.gallery-banner p {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin: 0 0 0 30px;
  line-height: 1;
}

.gallery_content h1 {
  color: #bf8f45;
  line-height: 28px;
  font-size: 28px;
  font-weight: 500;
  font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
  margin-left: 2px;
  margin-top:0;
  margin-bottom:0;
}
.gallery_content p {
  margin:0;
  color: #fff;
  line-height: 10px;
  font-size: 16px;
  line-height:25px;
  font-weight: 500;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}
.imagesrow {
  display: flex;
  margin: 50px 0px;
}
.imagesrow img {
  width: 34%;
  height: 280px;
}
.pricingBannerimage {
  height: 550px;
}
.detailheadings {
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.detailheadings p:first-child {
  flex-grow: 3;
}
.detailheadings p:nth-child(2) {
  flex-grow: 1;
}
.detailheadings p:nth-child(3) {
  flex-grow: 1;
}
.hrline {
  width: 93%;
  float: left;
}
.detailheadings:first-child {
  border-bottom: 1px solid #666;
  border-width: 93%;
}
.textstyle {
  font-size: 25px;
  line-height: 24px;
  font-weight: 500;
  color: #c39246;
}
.totaldetail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.borderbottom {
  border-bottom: 1px solid #333;
}
.totaldetailtext {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
}
.priceclass {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  color: #c39246;
}
.timeclass {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
}
.promotionstext {
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
  font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
}
.promotionsBgImage,
.contactUsbannerImage {
  height: 550px;
}
.aboutContact {
  padding: 50px 100px;
}
.contact_infO h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 23px;
  font-weight: 500;
  font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
}
.contact_infO p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
}
.contact_infO {
  border: 1px solid #fff;
  transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
  padding: 35px 67px;
  width: 33%;
  text-align: center;
}
.contact_infO:hover {
  background: #bf8f45;
}
.pricingheading {
  display: flex;
}
.col-70 {
  width: 94%;
  color: #fff;
}
.col-30 {
  width: 30%;
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.Pricing_content img {
  width: 100%;
  margin-top: 20px;
}
.col-15 {
  width: 15%;
}
.underline {
  border-bottom: 2px solid #66666650;
}
.totaldetail p {
  margin-bottom: 0px;
}
.easy-notification-bar-message, .easy-notification-bar-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", Arial, sans-serif;
}
.easy-notification-bar-message, .easy-notification-bar-button {
  display: inline-block; font-size: 16px;
  font-weight: 500;
}
.easy-notification-bar-message, .easy-notification-bar-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", Arial, sans-serif;
}
.easy-notification-bar-button a{
  background: #000000;
  display: inline-block;
  padding: 4px 10px !important;
  font-size: 12px;
  border-radius: 3px;
  color: #fff!important;
  outline: 0;
  border: 0;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500!important;
}

.menuBtn {
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 29px;
  display: inline-block;
  right: 0;
  top: -35px;
}

.menuBtn::before,
.menuBtn::after {
  height: 2px;
  width: 20px;
  background-color: #c39246;
  position: absolute;
  content: "";
}

.menuBtn::before {
  top: 6px;
}

.menuBtn .icnBar {
  height: 2px;
  width: 20px;
  background-color: #c39246;
  position: absolute;
  top: 0;
}

.menuBtn::after {
  bottom: 15px;
}

.site-navigation {
  position: relative;
}

.massage_section .container {
  max-width: 1380px;
  padding-left: 0;
  padding-right: 0;
}

.col-6-2,
.col-6-3 {
  padding: 82px 50px;
}

.footerlogo a {
  max-width: 187px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.footerlogo a img {
  width: 100%;
}

.footerfirst .container {
  max-width: 730px;
}

.footerfirst_wrap .col-6 {
  width: 100%;
}

.footerfirst_wrap .col-3 {
  width: 100%;
}

.ftNavList {
  position: relative;
}

.footerfirst {
  padding-top: 79px;
  padding-bottom: 19px;
}

.col-4{
  width: 50%;
}

.aboutusContent,
.spa-facilities {
  padding: 0;
}

.contact_infO{
  width: 100%;
  padding : 50px 0;
}

.aboutContent, .aboutMobile {
  padding-top: 50px;
  padding-bottom: 50px;
}

.aboutMobile > h1{
  padding: 0 ;
}

.facility_wraper{
  padding-bottom: 70px;
}

.imagesgallery{
  padding: 0;
}

.facility_wraper{
  padding-top: 110px;
}

.facility_wraper > h1{
  margin-left: 30px;
  margin-right: 30px;
}

.facility_wraper > h2{
  margin-left: 40px;
  margin-right: 40px;
}

.footerfirst_wrap .col-4:nth-child(4),
.footerfirst_wrap
.col-4:nth-child(3){
  border: none;
}

.service_section .container {
  max-width: 912px;
}

.col-6-1,
.col-6-4 {
  display: none;
}

.spa-facilities .container {
  padding-left: 0;
  padding-right: 0;
}

.imagesgallery_wrap .imagesgallery_img + .imagesgallery_img {
  margin-top: 30px;
}

.aboutusContent {
  padding-top: 29px;
  padding-bottom: 29px;
}

.aboutusContent br {
  display: none;
}

.abAboutSec .imagesclass,
.promotionSec .imagesclass {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-banner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricingheading p {
  margin-bottom: 27px;
}

.pricingFooter p,
.pricingHeader p {
  margin-bottom: 0;
}

.pricingRateWrapper {
  padding-bottom: 130px;
}

.contactPageSec {
  padding-bottom: 70px;
}

.service_section .container {
  max-width: 312px;
}

.page-id-27 .imagesclass {
  padding-top: 5px;
}

.sticky-wrapper {
  background-color: #000;
}

@media (min-width: 480px) {
  .iconbox_grid-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .iconbox {
    margin-left: -20px;
    margin-right: -20px;
  }

  .service_section .container {
    max-width: 912px;
  }

  .iconbox_grid-col {
    width: 50%;
  }

  .footerfirst_wrap .col-6 {
    width: 100%;
  }

  .footerfirst_wrap .col-3 {
    width: 50%;
  }

  .ftNavList {
    padding-left: 40px;
  }

  .ftNavList:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 81px;
    background-color: #fff;
  }

  .footerfirst_wrap .col-3:last-child .ftNavList:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 81px;
    background-color: #fff;
  }

  .footerlogo a {
    max-width: 273px;
    margin: 0;
  }

  .log_wrap img {
    width: 169px;
  }

  .spa_content_wrap h1 {
    font-size: 50px;
  }

  .gallery-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service_section .container {
    max-width: 612px;
  }
}

@media (min-width:981px) {
  .service_section .container {
    max-width: 1060px;
  }

  .spa-banner p:last-child {
    font-size: 40px;
  }

  .iconbox_grid-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .iconbox {
    margin-left: -30px;
    margin-right: -30px;
  }

  .menuBtn {
    display: none;
  }

  .pgNavCollapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .iconbox_grid-col {
    width: 25%;
  }

  .col-6-1,
  .col-6-4 {
    display: block;
  }

  .col-6 {
    width: 50%;
  }

  .imagesgallery_wrap {
    display: flex;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px;
  }

  .imagesgallery_img {
    width: 33.333%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .spa-facilities .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .imagesgallery_wrap .imagesgallery_img + .imagesgallery_img {
    margin-top: 0;
  }

  .footerfirst_wrap .col-6 {
    width: 50%;
  }

  .footerfirst_wrap .col-3 {
    width: 25%;
  }

  .footerfirst .container {
    max-width: 1290px;
  }

  .footerlogo a {
    margin-bottom: 0;
  }

  .site-navigation li + li {
    margin-left: 22px;
  }

  .bannerimage {
    height: 500px;
  }

  .spa_content_wrap h1 {
    font-size: 85px;
  }

  .spa-banner p:first-child {
    font-size: 31px;
  }

  .gallery-banner {
    padding: 0;
  }

  .gallery_content_wrap {
    max-width: 319px;
    width: auto;
  }

  .gallery_content_wrap img {
    width: 42%;
  }

  .gallery_content_extra-wrap {
    max-width: 325px;
  }

  .contactusdetail {
    display: flex;
    justify-content: center;
  }

  .contactPageSec .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1090px;
  }

  .headerTopWrap{
    min-height: 80px;
  }

  .sticky-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .easy-notification-bar--sticky + .headerTopWrap .sticky-wrapper{
    top: 53px;
  }

  .service_section .container {
    max-width: 912px;
  }
}

@media (min-width:1225px) {
  .abAboutSec .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width:1349px) {
  .service_section .container {
    max-width: 1180px;
  }

  .massage_section .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 980px) {
  .pgNavCollapse {
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    width: 100%;
    background-color: #000;
    text-align: center;
    opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s ease, visibility .35s ease;
    transition: opacity .35s ease, visibility .35s ease;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
    padding-bottom: 15px;
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .3s linear 0s;
    border-top: 3px solid #c39246;
  }

  .pgNavCollapse.menuOpen{
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 5;
  }

  .site-header {
    display: block;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 20.4px !important;
  }

  .nav > li {
    width: 100%;
    margin: 0;
  }

  .nav > li a {
    padding: 10px 18.35px;
    display: block;
  }

  .imagesclass {
    display: none;
  }

  .pricingRateWrapper {
    overflow: auto;
  }

  .pricingScrollWrap {
    min-width: 850px;
  }

  .pricingFooter .totaldetailtext {
    padding-bottom: 20px;
  }
}
