@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');

@font-face {
    font-family: 'Brand Pro';
    src: url('../fonts/BrandPro/BrandPro.eot');
    src: url('../fonts/BrandPro/BrandPro.eot?#iefix') format('embedded-opentype'), url('../fonts/BrandPro/BrandPro.woff2') format('woff2'), url('../fonts/BrandPro/BrandPro.woff') format('woff'), url('../fonts/BrandPro/BrandPro.ttf') format('truetype'), url('../fonts/BrandPro/BrandPro.svg#BrandPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kozuka Gothic Pr6N';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/KozGo/Kozuka-Gothic-Pr6N-L.eot');
    src: url('../fonts/KozGo/Kozuka-Gothic-Pr6N-L.eot?#iefix') format('embedded-opentype'), url('../fonts/KozGo/Kozuka-Gothic-Pr6N-L.woff2') format('woff2'), url('../fonts/KozGo/Kozuka-Gothic-Pr6N-L.ttf') format('truetype');
}

@font-face {
    font-family: 'Chaparral Pro';
    src: url('../fonts/ChaparralPro-LightIt/ChaparralPro-LightIt.eot');
    src: url('../fonts/ChaparralPro-LightIt/ChaparralPro-LightIt.eot?#iefix') format('embedded-opentype'), url('../fonts/ChaparralPro-LightIt/ChaparralPro-LightIt.woff2') format('woff2'), url('../fonts/ChaparralPro-LightIt/ChaparralPro-LightIt.woff') format('woff'), url('../fonts/ChaparralPro-LightIt/ChaparralPro-LightIt.ttf') format('truetype'), url('../fonts/ChaparralPro-LightIt/ChaparralPro-LightIt.svg#ChaparralPro-LightIt') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTMAvo/UTMAvo.eot');
    src: url('../fonts/UTMAvo/UTMAvo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMAvo/UTMAvo.woff2') format('woff2'),
        url('../fonts/UTMAvo/UTMAvo.woff') format('woff'),
        url('../fonts/UTMAvo/UTMAvo.ttf') format('truetype'),
        url('../fonts/UTMAvo/UTMAvo.svg#UTMAvo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTMAvo/UTMAvoBold.eot');
    src: url('../fonts/UTMAvo/UTMAvoBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMAvo/UTMAvoBold.woff2') format('woff2'),
        url('../fonts/UTMAvo/UTMAvoBold.woff') format('woff'),
        url('../fonts/UTMAvo/UTMAvoBold.ttf') format('truetype'),
        url('../fonts/UTMAvo/UTMAvoBold.svg#UTMAvoBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.mcb-column-inner{
    margin: 0px;
}

#Footer .footer_action .mcb-column-inner{
    padding: 0px;
    margin: 0px;
}

.underline {
    position: relative;
}

.underline::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #464646;
}

.combine-pool-note {
    padding-left: 20px;
    font-size: 15px;
    margin-top: -3px;
}

body {
    font-size: 16px!important;
    line-height: 1.2!important;
}

.d-none {
    display: none !important;
}

.no-wrap{
    white-space: nowrap;
}

/* update 13/4/2022 */

.btn-gallery {
    padding: 12px 25px;
    background-color: #47becf;
    border: 1px solid #47becf;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    font-weight: 300;
}

.btn-gallery:hover {
    background-color: #ffffff;
    color: #47becf;
    text-decoration: none;
}

.row-btn-link {
    text-align: center;
    padding-bottom: 30px;
}

.update-open .open-section {
    max-width: 100%;
}


/* .update-open .open-section {
    width: 430px;
    float: none;
    position: absolute;
    bottom: calc(90px + -7.813vw);
    right: 0;
    color: #464646;
} */

.update-open {
    padding-top: 70px;
    display: none;
}

.update-open .open-section .open-hour {
    align-items: center;
}


/*#Top_bar .open-section {
    display: none !important;
}*/

.update-open .open-section {
    /* width: 430px; */
    float: none;
    position: relative;
    color: #464646;
}

.update-open .open-section .close {
    display: none;
}

.update-open .open-section .open-text p {
    margin-bottom: 15px;
    text-align: center;
    padding: 0px;
    line-height: 1.6;
    margin-bottom: 0;
}

.update-open .open-section .open-text span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}

.update-open .open-text {
    position: absolute;
    bottom: -8px;
    left: 50%;
    right: 0;
    padding: 5px;
    background: #fff;
    display: inline-block;
    transform: translateX(-50%);
    width: 730px;
}

.update-open .open-text p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.update-open .open-section .open-text span:last-child {
    margin: 0px;
    padding-left: 5px;
}

.update-open .open-section .open-hour {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid;
    border-color: #47becf;
}

.update-open .open-hour-left {
    margin-top: -25px;
}

.update-open .open-section .open-hour .open-hour-left span {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    padding-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
    color: #47becf;
    padding-left: 7px;
    padding-right: 7px;
    background: #fff;
}

.update-open .open-section .open-hour .open-hour-left span:after {
    content: '';
    position: absolute;
    bottom: 4px;
    height: 4px;
    left: 0;
    right: 3px;
    background: #464646;
    display: none;
}

.plan-soak-title {
    margin: 0 auto;
    text-align: center;
    color: #47becf;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px !important;
}


/* .update-open .open-section .open-hour .open-hour-right {
    width: 270px;
} */

.update-open .open-section .open-hour .open-hour-right {
    width: 100%;
    padding-bottom: 10px;
}

.update-open .open-section .open-hour .open-hour-right ul {
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin-right: auto;
}

.update-open .open-section .open-hour .open-hour-right li {
    display: flex;
    justify-content: space-between;
    line-height: 1.35;
}

.update-open .open-section .open-hour .open-hour-right li strong {
    font-weight: 600;
    margin-right: 5px;
}


/*  */

a {
    transition: all 0.5s;
}

.hide {
    display: none!important;
}

.no-space {
    white-space: nowrap;
}

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

.loadings {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eefdff;
    z-index: 99999999;
}

.loadings img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}

.mfn-builder-content .one.column {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
}

.header-transparent.ab-hide #Top_bar {
    top: 0!important;
}

#Top_bar .logo{
    margin-right: 0px;
}

.header-transparent.ab-hide #Top_bar:not(.is-sticky) {
    padding-top: 37px;
}

.header-transparent.ab-hide #Top_bar.is-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1;
}

.logo-no-sticky-padding #Top_bar.is-sticky #logo img.logo-sticky {
    max-height: 100px;
}

.header-transparent.ab-hide #Top_bar .container {
    max-width: 1330px;
}

.header-transparent.ab-hide #Top_bar .column {
    width: 100%;
    margin: 0 auto;
}

.header-transparent.ab-hide #Top_bar .menu>li>a {
    line-height: 1;
    padding: 0px;
    position: relative;
}

.header-transparent.ab-hide #Top_bar .menu>li.menu-item-has-children>a{
    padding-right: 15px;
}

.header-transparent.ab-hide #Top_bar .menu>li:not(:last-child) {
    margin-right: 40px;
}

.header-transparent.ab-hide #Top_bar .menu>li.menu-item-object-custom:not(:last-child) {
    margin-right: 10px;
}

.header-transparent.ab-hide #Top_bar .menu>li>a span {
    padding: 0px;
    line-height: 41px!important;
    text-transform: uppercase;
}

.header-transparent.ab-hide #Top_bar .menu>li.tel-button>a span {
    padding: 0px 22px;
    font-weight: 300;
    color: #fff;
    background: #47becf;
    /* border-radius: 20.5px; */
    border-radius: 5px;
    border: 1px solid #47becf!important;
    transition: all 0.5s;
    line-height: 37px!important;
}

.header-transparent.ab-hide #Top_bar .menu>li.tel-button.hover>a span {
    background: #fff;
    color: #47becf;
}

.header-transparent.ab-hide #Top_bar #menu {
    margin-top: 5px;
}

.header-transparent.ab-hide #Top_bar.is-sticky #menu {
    margin-top: 29px;
}

.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu {
    transform: translateX(0px);
    padding-top: 38px !important;
    padding-bottom: 0px!important;
    background: none;
    box-shadow: none;
    top: 80px;
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 1310px;
    margin: 0 auto !important;
}

.header-transparent.ab-hide.mm-vertical #Top_bar.is-sticky .menu>li>ul.mfn-megamenu {
    top: 78px;
}

.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu:before {
    content: '';
    position: absolute;
    top: 38px;
    left: 50%;
    bottom: 0;
    width: 100vw;
    transform: translateX(-50%);
    background: #fff;
}

.header-transparent.ab-hide.mm-vertical #Top_bar.is-sticky .menu>li>ul.mfn-megamenu:before {
    background: #eefdff;
}

.header-transparent.ab-hide.mm-vertical #Top_bar.is-sticky .menu li ul li {
    background: #eefdff;
}

.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li {
    padding: 0!important;
    border: none;
    width: 14%;
}

.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li a {
    padding: 35px 0px 40px!important;
    text-align: center;
}

.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li a span {
    width: 100%;
}

.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li a .menu-image-title {
    font-weight: 300;
    text-transform: none;
    display: block;
    font-size: 17.8px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #424242;
    transition: all .5s;
}

.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li.upper a .menu-image-title {
    text-transform: uppercase;
}

.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li a:hover .menu-image-title,
.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li.current-menu-item a .menu-image-title {
    color: #47becf;
}

.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li a .menu-image {
    width: calc(100% - 80px);
    height: auto;
}

.header-transparent.ab-hide #Top_bar.is-sticky .menu li ul {
    padding-top: 40px;
}

.home.header-transparent.ab-hide #Top_bar:not(.is-sticky) .menu li ul {
    padding-top: 0px;
}

.header-transparent.ab-hide #Top_bar .menu li ul li {
    width: 280px;
    background: #fff;
    padding: 0px 20px;
    /*border-left:2px solid rgba(0,0,0,0.05);
	border-left:2px solid rgba(0,0,0,0.05);*/
}


/*.header-transparent.ab-hide #Top_bar .menu li ul li:last-child{
	border-bottom:2px solid rgba(0,0,0,0.05);
}

.header-transparent.ab-hide #Top_bar .menu li ul li:first-child{
	border-top:2px solid rgba(0,0,0,0.05);
}*/

.header-transparent.ab-hide #Top_bar.is-sticky .menu li ul li {
    background: #fff;
}

.header-transparent.ab-hide #Top_bar .menu li ul li a {
    border-color: #f2f2f2;
    padding: 15px 0px;
    background: none;
}

.header-transparent.ab-hide #Top_bar .menu li ul li.current-menu-item a {
    color: #92c3d3;
}

.header-transparent.ab-hide #Top_bar .menu .menu-toggle {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 0;
    height: 0px;
    background: transparent;
    cursor: pointer;
    margin-top: -8px;
    border-left: 5px solid transparent!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid #000!important;
    border-right: 5px solid #000!important;
    transform: rotate(45deg);
}

.page.home #Top_bar .banner_wrapper {
    display: block;
}

#Top_bar .open-section {
    width: 615px;
    float: none;
    position: absolute;
    /*bottom: calc(90px + -7.813vw);*/
    top: calc(85px + 0.187vw);
    right: 0;
    color: #464646;
}

#Top_bar.is-sticky .open-section {
    display: none;
}

#Top_bar .open-section .open-text p {
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #010101;
    padding: 2px 0px 0px;
    line-height: 1;
}

#Top_bar .open-section .open-text span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    background: #eefdff;
    transform: translateY(45%);
    margin-bottom: 3px;
    margin-top: -10px;
}

#Top_bar .open-section .open-text span:last-child {
    padding: 0px 10px;
    margin: 0px;
}

#Top_bar .open-section .open-hour {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#Top_bar .open-section .open-hour .open-hour-left {
    width: calc(100% - 425px);
}

#Top_bar .open-section .open-hour .open-hour-left span {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    padding-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
}

#Top_bar .open-section .open-hour .open-hour-left span.open-hour-left-sub {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 8px;
    padding-left: 4px;
    text-align: center;
    width: 150px;
    line-height: 1.2;
    letter-spacing: 0;
}

#Top_bar .open-section .open-hour .open-hour-left span.open-hour-left-sub::after {
    display: none;
}

#Top_bar .open-section .open-hour .open-hour-left span:after {
    content: '';
    position: absolute;
    bottom: 4px;
    height: 4px;
    left: 0;
    right: 3px;
    background: #464646;
}

#Top_bar .open-section .open-hour .open-hour-right {
    width: 425px;
}

#Top_bar .open-section .open-hour .open-hour-right li {
    display: flex;
    /* justify-content: space-between; */
    line-height: 1.4;
}

#Top_bar .open-section .open-hour .open-hour-right li.last-item{
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

#Top_bar .open-section .open-hour .open-hour-right li.last-item span.dress-code {
    font-weight: 600;
    text-decoration: underline;
}

#Top_bar .open-section .open-hour .open-hour-right li strong {
    font-weight: 600;
    width: 160px;
}

#Top_bar .open-section .open-hour .open-hour-right li small{    
    font-weight: 400;
    letter-spacing: -0.05em;
    /* white-space: nowrap; */
}

#Top_bar .open-section .open-hour .open-hour-right li.last-item .line-1-sub small b,
#Top_bar .open-section .open-hour .open-hour-right li.last-item .line-2-sub small b {
    font-weight: 400;
    text-decoration: underline;
}

#rev_slider_1_1_wrapper .hermes .tp-bullet.rs-touchhover::after {
    height: 100%
}

.booking-form {
    position: absolute;
    bottom: 0;
    transform: translateY(calc(-26px + -3.177vw));
    width: 100%;
}

.booking-form .booking-form-title {
    font-size: 30px;
    line-height: 1;
    color: #47becf;
    margin-bottom: 40px;
    font-family: 'Chaparral Pro';
    font-weight: 300;
    font-style: italic;
    text-transform: lowercase;
}

.booking-form .booking-form-title span {
    display: block;
    font-weight: 300;
    text-transform: lowercase;
    font-size: 45px;
}

.booking-form .booking-form-content #booking-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0px -12px;
}

.booking-form .booking-form-content #booking-form .booking-form-field {
    padding: 0px 12px;
    position: relative;
}

.booking-form .booking-form-content #booking-form .col-25 {
    width: calc(50% / 2);
}

.booking-form .booking-form-content #booking-form .col-35 {
    width: calc(50% / 3);
}

.booking-form .booking-form-content #booking-form .booking-form-field input {
    width: 100%;
    margin: 0px;
    border: 1px solid #92c3d3;
    outline: none;
    box-shadow: none;
    line-height: 49px;
    font-size: 16px;
    padding: 0px 10px;
    appearance: none;
    background: transparent;
    position: relative;
    font-family: 'Poppins';
    color: #464646;
    opacity: 1;
    transition: all 0.3s;
}

.booking-form .booking-form-content #booking-form .booking-form-field input.booking-form-submit {
    background: #47becf;
    border-radius: 0px;
    color: #fff;
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 5px;
}

.booking-form .booking-form-content #booking-form .booking-form-field input.booking-form-submit:hover {
    background: #fff;
    color: #47becf;
}

.booking-form .booking-form-content #booking-form .booking-form-field .icon_date input,
.booking-form .booking-form-content #booking-form .booking-form-field .icon_guest input {
    padding-right: 60px;
}

.booking-form .booking-form-content #booking-form .booking-form-field .icon_date,
.booking-form .booking-form-content #booking-form .booking-form-field .icon_guest {
    position: relative;
}

.booking-form .booking-form-content #booking-form .booking-form-field .icon_date input[value=""] {
    font-size: 0px;
}

.booking-form .booking-form-content #booking-form .booking-form-field .click {
    content: '';
    width: 51px;
    height: 51px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
    transition: all 0.5s;
}

.booking-form .booking-form-content #booking-form .booking-form-field .click:hover {
    filter: brightness(60%);
}

.booking-form .booking-form-content #booking-form .booking-form-field .icon_date .click {
    background: url('../images/date-icon.png');
}

.booking-form .booking-form-content #booking-form .booking-form-field .icon_guest .click {
    background: url('../images/guest-icon.png');
}

.booking-form .booking-form-content #booking-form .booking-form-field .icon_guest>input {
    z-index: -1;
}

.booking-form .booking-form-content #booking-form .popup-guest {
    position: absolute;
    bottom: 0px;
    transform: translateY(100%);
    padding: 10px 15px;
    border-radius: 0;
    background: #fff;
    width: auto;
    display: none;
    left: 12px;
    right: 12px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.booking-form .booking-form-content #booking-form label {
    font-weight: 400;
    color: #464646;
    margin-bottom: 0px;
    line-height: 2;
    margin-bottom: 3px;
}

.booking-form-field .form-valid {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    transform: translateY(100%);
    color: red;
}

.ui-widget.ui-widget-content {
    z-index: 9!important;
}

#site-title-bg {
    height: 9.375vw;
    background-size: 98%;
}

#service {
    padding-top: 80px;
    color: #464646;
}

#service .one-second.column {
    width: calc(50% - 140px);
    margin: 0 86px 40px;
}

#service .one-second.column:first-child {
    margin-left: 20px;
}

#service .one-second.column:last-child {
    margin-right: 20px;
}

#service img {
    border-radius: 35px;
    position: relative;
    margin: 0px;
}

#service .sv-img {
    display: block;
    margin: 0 auto;
    max-width: 473px;
    position: relative;
}

#service .sv-img:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 35px;
    border: 2px solid #92c3d3;
    transform: rotate(-5deg);
}

#service .sv-content {
    margin-top: 66px;
}

#service .sv-content h3 {
    /*text-align: center;*/
    font-size: 45px;
    font-weight: 300;
    text-transform: lowercase;
    line-height: 1;
    margin-bottom: 27px;
    color: #47becf;
    font-family: 'Chaparral Pro';
    letter-spacing: 0;
    font-style: italic;
}

#service .sv-content h3 br {
    display: none;
}

#service .sv-content p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 10px;
}

#service .sv-content h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #464646;
}

#service .sv-content p:last-child,
#service .sv-content h5:last-child {
    margin-bottom: 0px;
}

#service .sv-link {
    margin: 0px;
    margin-top: 37px;
}

#service .sv-link .learn-button {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #fff;
    background: #47becf;
    border: 1px solid #47becf;
    padding: 14px 36px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
    border-radius: 5px;
}

#service .sv-link .learn-button:hover {
    color: #47becf;
    background: #fff;
    /* background: transparent; */
}

#gallery-bg {
    margin-top: 96px;
}

#testimonial {
    /*margin-top: 80px;*/
    padding-top: 75px;
    padding-bottom: 350px;
}

#testimonial img {
    margin: 0 auto;
    display: block;
}

#testimonial h2 {
    text-align: center;
    font-size: 65px;
    line-height: 1;
    text-transform: lowercase;
    font-weight: 300;
    margin-top: 15px;
    color: #47becf;
    margin-bottom: 0px;
    font-family: 'Chaparral Pro';
    font-style: italic;
}

#testimonial .testimonial-wraper {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -30px;
    margin-top: 110px;
}

#testimonial .testimonial-item {
    padding: 0px 30px;
    width: calc(100% / 3);
}

#testimonial .testimonial-item h5 {
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0px;
    font-family: 'Kozuka Gothic Pr6N';
    letter-spacing: 2px;
}

#testimonial .testimonial-item h5:before {
    content: '';
    display: inline-block;
    width: 72px;
    height: 62px;
    background-image: url('../images/testinomial-head.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
}

#testimonial .testimonial-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
}

/* ======btn-service-popup===== */
/* .service-list--item .service-list--item-right .wrap-btn {
    display: flex;
    justify-content: space-between;
}
.service-list--item .service-list--item-right .wrap-btn .service-list--item-link a {
    width: 170px;
    min-width: unset;
} */
/* ======popup-service-spa====== */

.show {
    display: block;
    overflow-y: hidden;
}

.section-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    transition: all 0.3s;
}

.section-popup .wrap-popup {
    padding: 50px 75px;
    display: flex;
    flex-direction: column;
    max-width: 1230px;
    margin: 0 auto;
    background-color: #fff;
    height: auto;
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    overflow-y: auto;
}

.section-popup .wrap-popup .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #464646;
    transition: all 0.3s;
}

.section-popup .wrap-popup .overflow-hd {
    overflow-y: auto;
    overflow-x: hidden;
}

.section-popup .wrap-popup .wrap-content-option {
    display: flex;
    justify-content: space-between;
    /* margin: 0 -15px; */
}

.section-popup .wrap-popup h3 {
    font-size: 26.5px;
    text-align: center;
    font-weight: 600;
    color: #47becf;
    padding-bottom: 40px;
    margin: 0px;
}

.section-popup .wrap-popup .service-list--item {
    flex-direction: column;
    width: 50%;
    margin-bottom: 0px;
    border: 0px;
    padding: 0px;
    /* margin: 0px -18.5px; */
}

.section-popup .wrap-popup .service-list--item .service-list--item-image {
    width: 100%;
}

.section-popup .wrap-popup .service-list--item .service-list--item-image .service-list--item-image-bg  {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
}

.section-popup .wrap-popup .service-list--item .service-list--item-right {
    padding: 0px 12px;
    width: 100%;
}

.section-popup .wrap-popup .service-list--item h4 {
    color: #464646;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 12px;
    padding: 0px;
}

.section-popup .wrap-popup .service-list--item h4::after {
    display: none;
}

.section-popup .wrap-popup .service-list--item .service-list--item-content {
    font-size: 16px;
    font-weight: 400;
    color: #464646;
}

.section-popup .wrap-popup .service-list--item .service-list--item-price ul li {
    display: flex;
    align-items: center;
}

.section-popup .wrap-popup .service-list--item .service-list--item-price ul li span {
    margin-right: 30px;
    margin-bottom: 0px;
}

.section-popup .wrap-popup .service-list--item-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section-popup .wrap-popup .service-list--item-link a {
    font-size: 18px;
    padding: 12px 23px;
    margin: 30px 15px 0px;
    background: #47becf;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #47becf;
    transition: all 0.5s;
    min-width: 250px;
    text-align: center;
    border-radius: 5px;
}

.section-popup .wrap-popup .service-list--item-link a.btn-cancel {
    background-color: #464646;
    border: 1px solid #464646;
}

.section-popup .wrap-popup .service-list--item-link a:hover {
    background: transparent;
    color: #47becf;
}

.section-popup .wrap-popup .service-list--item-link a.btn-cancel:hover {
    background-color: transparent;
    color: #464646;
}   


/* =======section-no-popup-add-on======= */
.section-no-popup {
    position: static;
    display: block;
    background: transparent;
}

.section-no-popup .wrap-popup {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    border: 0;
    overflow-y: unset;
    background-color: #f3f3f3;
    height: 100% !important;
    padding: 40px;
}

.section-no-popup .wrap-popup .overflow-hd {
    overflow: unset;
}

/* ======Note add-on======= */
.note-add-on {
    font-size: 18px;
    background-color: #ebebeb;
    color: #464646;
    padding: 12px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 45px;
}

@media (max-width: 1733.5px) {
    .section-popup .wrap-popup {
        top: 54%;
        height: calc(100vh - 160px);
    }

    .section-no-popup .wrap-popup {
        width: 100% !important;
    }
}

@media (max-width: 1368.5px) {
    .section-popup .wrap-popup {
        width: 88vw;
    }
}

@media (max-width: 991.5px) {
    .section-popup .wrap-popup {
        width: 60vw;
        height: calc(100vh - 105px);
        top: 56%;
        padding: 35px;
    }

    .section-popup .wrap-popup h3 {
        padding-bottom: 20px;
    }

    .section-popup .wrap-popup .wrap-content-option {
        flex-direction: column;
        align-items: center;
    }

    .section-popup .wrap-popup .service-list--item {
        width: 100%;
    }

    .section-popup .wrap-popup .service-list--item h4 {
        display: block;
        margin-top: 5px;
    }

    .section-popup .wrap-popup .service-list--item .service-list--item-right {
        margin-bottom: 30px;
    }

    .section-popup .wrap-popup .service-list--item .service-list--item-right .service-list--item-price ul {
        justify-content: center;
    }

    .section-popup .wrap-popup .service-list--item .service-list--item-right .service-list--item-price ul li {
        justify-content: center !important;
    }

    .section-popup .wrap-popup .service-list--item .service-list--item-price ul li span {
        margin-right: 15px;
    }

    /* ===== */

    .section-no-popup .wrap-popup .wrap-content-option {
        flex-direction: row;
        align-items: flex-start;
    }

    .section-no-popup .wrap-popup .service-list--item {
        width: 50%;
    }

    .section-no-popup .wrap-popup .service-list--item .service-list--item-right .service-list--item-price ul li {
        width: 100%;
    }
}

@media (max-width: 767.5px) {
    .section-popup .wrap-popup {
        width: 70vw;
        height: calc(81vh - 40px);
        top: 54%;
        padding: 25px;
    }

    .section-popup .wrap-popup .close {
        font-size: 23px;
    }

    .section-popup .wrap-popup h3 {
        font-size: 23px;
    }

    .section-popup .wrap-popup .service-list--item h4 {
        font-size: 22px;
    }

    .section-popup .wrap-popup .service-list--item .service-list--item-content {
        font-size: 15px;
    }

    /* ======== */
    .section-no-popup .wrap-popup .wrap-content-option {
        flex-direction: column;
        align-items: center;
    }

    .section-no-popup .wrap-popup .service-list--item {
        width: 100%;
    }

    .note-add-on {
        font-size: 16px;
    }
}

@media (max-width: 549.5px) {
    .section-popup .wrap-popup {
        width: 90vw;
        padding: 25px 15px;
    }

    .section-popup .wrap-popup h3 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .section-popup .wrap-popup .service-list--item h4 {
        font-size: 19px;
    }

    .section-popup .wrap-popup .service-list--item .service-list--item-content {
        font-size: 13px;
    }

    .service-list--item .service-list--item-right .service-list--item-link a {
        font-size: 16px;
    }
}

#Footer .footer_action {
    background: none;
}

#Footer .footer_action .one {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: unset;
    line-height: unset;
    text-align: unset;
}

#Footer .footer_action>.one {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: unset;
    line-height: unset;
    text-align: unset;
}

#Footer.full-width .footer_action>.container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#Footer .widgets_wrapper {
    display: none;
}

#Footer #section--footer {
    background: #fff;
}


/*body:not(.home,.page-id-80,.page-id-113) #Footer #section--footer{
	background: #eefdff;
}*/

#Footer #section--footer .three-fifth.column {
    margin: 0px;
}

#Footer #section--footer .contact-info {
    display: block;
    margin: 0 auto;
    float: none;
    padding-top: 145px;
    padding-bottom: 45px;
    background: url('../images/footer-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#Footer #section--footer .contact-maps {
    float: none;
    max-width: 1230px;
    margin: 0 auto;
    padding: 80px 0px;
}

#Footer #section--footer .contact-maps .maps-frame iframe {
    border: 0;
    z-index: 1;
    border-radius: 30px;
    position: relative;
}

#Footer #section--footer .contact-footer {
    max-width: 1230px;
    margin: 0 auto;
    text-align: center;
}

#Footer #section--footer .contact-footer .contact-footer-logo {
    margin-bottom: 45px;
    visibility: hidden;
    opacity: 0;
}

#Footer #section--footer .contact-footer .contact-footer-logo img {
    width: 144px;
}

#Footer #section--footer .contact-footer .contact-footer-item-left {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline {
    padding: 0px 15px;
    border-right: 2px solid #fff;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline:last-child {
    border-right: none;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline a:hover {
    color: #92c3d3;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul {
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul.open-time-footer {
    justify-content: space-around;
    align-items: center;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul li span {
    display: block;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li {
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    padding: 0px 15px;
    /* border-right: 2px solid #fff; */
    font-size: 16px;
    margin-bottom: 5px;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li:last-child {
    border-right: none;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li:last-child span.line-1-sub small,
#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li:last-child span.line-2-sub small {
    font-weight: 400;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li:last-child span.line-1-sub small b,
#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li:last-child span.line-2-sub small b {
    font-weight: 400;
    text-decoration: underline;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li:last-child span:last-child {
    width: 330px;
}

@media (max-width: 991.5px) {
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li:last-child span:last-child {
        width: 100%;
    }
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline li strong {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 3px;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul.social-footer li {
    display: inline-flex;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 3px;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul.social-footer li:nth-child(2) {
    margin-right: 0px;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul.social-footer li:last-child {
    margin-right: 0px;
    display: none;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul.social-footer li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    line-height: 1.2;
    font-size: 20px;
}

#Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul.social-footer li a:hover {
    color: #92c3d3;
}

#Footer #section--footer .contact-footer .copyright-footer {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    line-height: 1.2;
}

#Footer #section--footer .contact-footer .copyright-footer .copyright-footer-left {
    margin-bottom: 15px;
}

#Footer #section--footer .contact-footer .copyright-footer br {
    display: none;
}

#Footer #section--footer .contact-footer .copyright-footer a {
    color: #fff;
}

#Footer #section--footer .contact-footer .copyright-footer a:hover {
    color: #fff;
    text-decoration: none;
    position: relative;
}

#Footer #section--footer .contact-footer .copyright-footer a:after {
    content: '';
    background: transparent;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    transition: all 0.5s;
}

#Footer #section--footer .contact-footer .copyright-footer a:hover:after {
    background: #fff;
}


/*#Footer #section--footer .instagram-footer{
	display: none;
}

#Footer #section--footer .instagram-footer .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask{
	background-color: rgba(0,0,0,0.68);
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	width: auto;
	height: auto;
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-icon.qligg-icon-instagram{
	top: 50%;
	left: 50%;
	width: calc(100% - 38px);
	transform: translate(-50%, -50%);
	margin: 0;
	bottom: auto;
	text-shadow: none;
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-icon.qligg-icon-instagram:before{
	content: 'View On Instagram';
	font-size: 15px;
	color: #92c3d3;
	font-family: 'Poppins';
	font-weight: bold;
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .insta-gallery-list .insta-gallery-item:hover .insta-gallery-icon.qligg-icon-instagram{
	opacity: 1;
}

#Footer #section--footer .instagram-footer .insta-gallery-feed{
	overflow: hidden;
	position: relative;
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .slick-arrow{
	z-index: 9;
	position: absolute;
	font-size: 0;
	padding: 0px;
	margin: 0px;
	top: 5px;
	bottom: 5px;
	width: 30px;
	border-radius: 0;
	background: rgba(0,0,0,0.7);
	line-height: 1;
	transition: all 0.5s;
	outline: none;
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .slick-arrow:hover{
	background: #000;
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .slick-arrow:after {
	display: none;
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .slick-arrow:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: transparent;
	left: 50%;
	right: 50%;
	z-index: 10;
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .slick-arrow.slick-prev:before{
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translate(calc(-50% + 2px), -50%) rotate(-45deg);
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .slick-arrow.slick-next:before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(calc(-50% + -2px), -50%) rotate(45deg);
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .slick-arrow.slick-prev{
	left: 5px;
}

#Footer #section--footer .instagram-footer .insta-gallery-feed .slick-arrow.slick-next{
	right: 5px;
}*/

#testimonial .testimonials-mobile {
    visibility: hidden;
    position: absolute;
}

.fixed-button {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 99;
    display: flex;
    flex-flow: column;
    width: 50px;
    display: none;
}

.fixed-button a {
    width: 100%;
    padding: 15px 17px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
    background: #47becf;
    color: #fff !important;
    font-size: 17px;
    font-weight: 300;
    transition: all 0.5s;
    transform: none;
    display: block;
    margin-top: 0;
    text-decoration: none;
    text-transform: uppercase;
    /* writing-mode: sideways-lr; */
    writing-mode: vertical-rl;
    line-height: 1;
    margin-bottom: 7px;
    transform: rotate(180deg);
}

.fixed-button a:last-child {
    margin-bottom: 0px;
}

.fixed-button a.call-button {
    background: #92c3d3;
}

.fixed-button a.search-button {
    width: 45px;
    padding: 15px 12px;
    margin-left: 0;
    text-align: center;
    margin-top: 0;
    background: #92c3d3;
    display: none;
    border-radius: 15px 0px 0px 15px;
    transform: none;
    writing-mode: vertical-lr;
}

.fixed-button a.search-button img {
    width: 22px;
    filter: brightness(0%) invert(1);
    transition: all 0.5s;
}

.fixed-button a:hover {
    background: #007d7d;
}

.header-transparent.ab-hide #Top_bar a.responsive-open-toggle {
    display: none;
}

#Top_bar .open-section .close {
    display: none;
}

.mobile {
    display: none;
}

.bottom-button {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #fff;
    padding: 10px 0px;
    padding: 10px 0px 8px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
}

.bottom-button .bottom-button-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.bottom-button .bottom-button-item {
    width: auto;
    text-align: center;
}

.bottom-button .bottom-button-item a {
    color: #454746;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    vertical-align: middle;
    font-size: 26px;
    line-height: 1;
    color: #92c3d3;
}

.bottom-button .bottom-button-item a:before {
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transform: scale(0.9);
}

.bottom-button .bottom-button-item a:hover {
    filter: brightness(50%);
}

.bottom-button .bottom-button-item a.call-button:before {
    background-image: url('../images/phone.png');
    width: 29px;
    height: 29px;
}

.bottom-button .bottom-button-item a.mail-button:before {
    background-image: url('../images/mail.png');
    width: 31px;
    height: 28px;
}

.bottom-button .bottom-button-item a.call-button.fb:before {
    background-image: url('../images/facebook-icon.png');
    width: 15px;
    height: 28px;
}

.bottom-button .bottom-button-item a.mail-button.gplus:before {
    background-image: url('../images/google-icon.png');
    width: 38px;
    height: 25px;
}

#back_to_top.sticky {
    border: 1px solid #47becf;
    background: #47becf;
    bottom: 22px;
    right: 0;
    color: #fff !important;
    opacity: 0!important;
}

#back_to_top.sticky.scroll.focuss {
    opacity: 0.3!important;
}

#back_to_top.sticky.scroll:hover {
    opacity: 1!important;
}

@media (max-width: 1770px) {
    #Top_bar .open-section {
        top: calc(80px - 1.013vw);
    }
}

@media (max-width: 1599.5px) {
    #Top_bar .open-section {
        top: calc(75px - 1.013vw);
    }

    #Top_bar .open-section .open-hour .open-hour-left span.open-hour-left-sub {
        margin-top: 0px;
    }

    #Top_bar .open-section .open-hour .open-hour-right li {
        line-height: 1.34;
    }
}

@media (max-width: 1400px) {
    #Top_bar .open-section {
        top: calc(90px - 2.013vw);
    }
}

@media (max-width: 1368.5px) and (min-width: 1240px) {
    .home.menuo-right #Top_bar .menu_wrapper {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media(max-width: 1368px) {
    .header-transparent.ab-hide #Top_bar .container {
        max-width: 1230px;
    }

    #Top_bar .open-section {
        width: 600px;
        top: calc(82px - 2.013vw);
    }

    #Top_bar .open-section .open-text p {
        margin-bottom: 17px;
    }

    #Top_bar .open-section .open-text span {
        font-size: 16px;
    }

    #Top_bar .open-section .open-hour .open-hour-left {
        width: calc(100% - 422px);
    }

    #Top_bar .open-section .open-hour .open-hour-left span {
        font-size: 42px;
        padding-left: 1px;
    }

    #Top_bar .open-section .open-hour .open-hour-right {
        width: 422px;
    }

    #Top_bar .open-section .open-hour .open-hour-right li.last-item {
        line-height: 1.2;
    }
}

@media(max-width: 1239.5px) {
    .update-open .open-section .open-hour .open-hour-right ul {
        max-width: 800px;
    }
    /*  */
    .header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu {
        top: 78px;
    }
    .home.header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu {
        top: 61px;
    }
    .header-transparent.ab-hide.mm-vertical #Top_bar.is-sticky .menu>li>ul.mfn-megamenu {
        top: 42px;
    }
    .header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li a {
        padding: 25px 10px 30px !important;
    }
    .header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li a .menu-image-title {
        font-size: 16px;
    }
    .header-transparent.ab-hide.mm-vertical #Top_bar .menu>li>ul.mfn-megamenu>li a .menu-image {
        width: calc(100% - 40px);
    }

    .header-transparent.ab-hide #Top_bar .menu>li>a{
        font-size: 17px;
    }

    .header-transparent.ab-hide #Top_bar .menu>li:not(:last-child) {
        margin-right: 12px;
    }
    .header-transparent.ab-hide #Top_bar .menu>li.menu-item-object-custom:not(:last-child) {
        margin-right: 0px;
    }
    .header-transparent.ab-hide #Top_bar.is-sticky #menu {
        margin-top: 10px;
    }
    .header-transparent.ab-hide #Top_bar .menu>li.tel-button>a span{
        padding: 0px 15px;
    }
    #testimonial .testimonials-mobile {
        visibility: visible;
        position: relative;
    }
    #testimonial .testimonials-desktop {
        display: none!important;
    }
    .header-transparent.ab-hide #Top_bar .container {
        max-width: 940px;
    }
    #Top_bar .logo {
        margin-right: 0px;
    }
    .header-transparent.ab-hide #Top_bar:not(.is-sticky) {
        padding-top: 15px;
    }
    #rev_slider_1_1_forcefullwidth {
        padding-top: 138px !important;
    }
    #Top_bar .open-section {
        /*bottom: calc(80px + -7.813vw);*/
        width: 520px;
        top: calc(75px - 3.3vw);
        transform: scale(0.85);
        right: -33px;
    }

    #Top_bar .open-section .open-hour .open-hour-left {
        width: calc(100% - 340px);
    }
    #Top_bar .open-section .open-hour .open-hour-right {
        width: 340px;
    }

    #Top_bar .open-section .open-hour .open-hour-right li {
        font-size: 15.5px;
    }

    #Top_bar .open-section .open-hour .open-hour-right li.last-item{
        padding-left: 0px;
    }

    .booking-form .booking-form-title {
        margin-bottom: 10px;
    }
    .booking-form .booking-form-content #booking-form .col-25 {
        width: calc(100% / 2);
        margin-bottom: 10px;
    }
    .booking-form .booking-form-content #booking-form .col-35 {
        width: calc(100% / 2);
    }
    .booking-form .booking-form-content #booking-form .col-35.f-submit {
        width: 25%;
    }
    .booking-form .booking-form-content #booking-form .col-35:nth-child(4) {
        width: 25%;
    }
    .booking-form-field .form-valid {
        bottom: 50%;
        transform: translateY(50%);
        left: 15px;
    }
    .booking-form {
        transform: translateY(calc(-25px));
    }
    #service {
        padding: 0px 15px;
        padding-top: 40px;
    }
    #service .one-second.column {
        width: calc(50% - 80px);
        margin: 0 40px 40px!important;
    }
    #gallery-bg {
        margin-top: 40px;
    }
    #testimonial {
        margin-top: 0px;
        padding-bottom: 150px;
    }
    #testimonial .testimonial-wraper {
        margin: 0px;
        margin-top: 40px;
        position: relative;
    }
    #testimonial .testimonial-wraper>div {
        overflow: hidden;
    }
    #testimonial .testimonial-wraper .slick-list {
        margin: 0px -30px;
    }
    #testimonial .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        background: none;
        outline: none;
        box-shadow: none;
        border: none;
        font-family: 'ElegantIcons';
        width: 30px;
        height: 30px;
        transition: all 0.5s;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        border-radius: 50%;
        background: #fff;
    }
    #testimonial .slick-prev {
        left: -35px;
    }
    #testimonial .slick-prev:before {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        left: 50%;
        top: 50%;
        border-top: 3px solid #000;
        border-left: 3px solid #000;
        transform: translate(calc(-50% + 2px), -50%) rotate(-45deg);
        background: transparent;
    }
    #testimonial .slick-next {
        right: -35px;
    }
    #testimonial .slick-next:before {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        left: 50%;
        top: 50%;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
        background: transparent;
    }
    #testimonial .slick-arrow:after {
        display: none;
    }
    #testimonial .slick-arrow:hover {
        background: rgba(255, 255, 255, 0.7);
    }
    #testimonial .testimonial-wraper>div .slick-arrow {
        display: none;
    }
    #testimonial {
        padding-left: 10px;
        padding-right: 10px;
    }
    #site-title-bg {
        height: 16.375vw!important;
    }
    #Footer #section--footer .contact-footer {
        max-width: 940px;
        margin: 0 auto;
    }
    #Footer #section--footer .contact-footer .contact-footer-col-2 {
        width: 100%;
        padding: 0;
    }
    #Footer #section--footer .contact-maps {
        position: static;
        transform: none;
        float: none;
        width: 940px;
        max-width: calc(100% - 70px);
        margin: 0 auto;
    }
    /*#Footer #section--footer .instagram-footer .insta-gallery-list .insta-gallery-item{
		min-width: 0 !important;
	}*/
    #service .sv-content h3 {
        font-size: 40px;
    }
}

@media (min-width: 1024px) and (max-width: 1144.5px) {
    #rev_slider_1_1_forcefullwidth {
        padding-top: 147px !important;
    }
}

@media(max-width: 1112px) {
    .update-open {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .header-transparent.ab-hide #Top_bar:not(.is-sticky) {
        top: 0 !important;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-menu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
        width: auto;
        height: auto;
        text-align: center;
        border-radius: 0;
        z-index: 200;
        font-size: 20px;
        color: #384146;
        font-weight: 400;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-open-toggle {
        position: absolute;
        right: 0;
        top: 15px;
        margin-top: 0;
        width: auto;
        height: auto;
        text-align: center;
        border-radius: 0;
        z-index: 200;
        font-size: 20px;
        color: #384146;
        font-weight: 400;
        text-decoration: none;
    }
    .header-transparent.ab-hide #Top_bar.is-sticky a.responsive-menu-toggle,
    .header-transparent.ab-hide #Top_bar.is-sticky a.responsive-open-toggle {
        top: 50%!important;
        transform: translateY(-50%);
    }
    .header-transparent.ab-hide #Top_bar a.responsive-menu-toggle span,
    .header-transparent.ab-hide #Top_bar a.responsive-open-toggle span {
        padding: 0px;
        line-height: 1.2;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-menu-toggle span:before,
    .header-transparent.ab-hide #Top_bar a.responsive-open-toggle span:before {
        content: '';
        width: 55px;
        height: 38px;
        background: url('../images/menu-icon.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        transition: all 0.5s;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-open-toggle span:before {
        background-image: url('../images/open-time.png');
        height: 47px;
        width: 47px;
        margin: 0 auto 5px;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-menu-toggle:hover span:before,
    .header-transparent.ab-hide #Top_bar a.responsive-open-toggle:hover span:before {
        filter: brightness(50%);
    }
    #Top_bar .open-section .open-text p {
        margin-bottom: 15px;
    }
}

@media( max-width: 1023.5px) {
    #Side_slide #menu ul li.menu-item-object-custom.last {
        display: none;
    }
    .header-transparent.ab-hide #Top_bar:not(.is-sticky) {
        /*position: static;*/
        padding: 40px 0px;
        margin: 0 auto;
    }
    #rev_slider_1_1_forcefullwidth {
        padding-top: 172px!important;
        padding-bottom: 0!important;
    }
    #Top_bar .open-section {
        width: 580px;
        bottom: 0px;
        top: calc(75px - 2.7vw);
        transform: scale(0.75);
        right: -70px;
    }
    #Top_bar .open-section .open-text p {
        margin-bottom: 20px;
    }

    #Top_bar .open-section .open-hour .open-hour-left {
        width: calc(100% - 340px);
    }

    #Top_bar .open-section .open-hour .open-hour-right li.last-item {
        font-size: 15px;
        line-height: 1.2;
    }

    #Top_bar .open-section .open-hour .open-hour-right {
        width: 340px;
    }

    #book_form {
        background: #eefdff;
    }
    .booking-form {
        transform: none;
        position: static;
        padding: 25px 15px 40px;
    }
    .section_wrapper,
    .container,
    .with_aside .content_wrapper,
    .header-transparent.ab-hide #Top_bar .container {
        max-width: calc(100% - 70px)!important;
    }
    .header-transparent.ab-hide #Top_bar:not(.is-sticky) #logo img.logo-mobile {
        display: block;
        max-height: 127px!important;
    }
     .header-transparent.ab-hide #Top_bar.is-sticky #logo img.logo-mobile-sticky {
        max-height: 72px!important;
    }
    .header-transparent.ab-hide #Top_bar #logo img.logo-main {
        display: none;
    }
    .header-transparent.ab-hide #Top_bar #logo {
        height: 234px;
    }
    #testimonial .testimonial-item {
        padding: 0px 15px;
    }
    #testimonial .testimonial-wraper .slick-list {
        margin: 0px -15px;
    }
}

@media(max-width: 991.5px) {
    #Top_bar .open-section .open-hour .open-hour-right li.last-item {
        font-size: 14px;
    }

    #rev_slider_1_1_forcefullwidth {
        padding-top: 167px!important;
    }

    #Top_bar .open-section {
        transform: scale(0.65);
        right: -95px;
        top: calc(95px - 5.7vw);
        width: 555px;
    }

    #Top_bar .open-section .open-hour .open-hour-left {
        width: calc(100% - 325px);
    }

    #Top_bar .open-section .open-hour .open-hour-right {
        width: 325px;
    }

    #service .sv-link .learn-button {
        padding: 14px 25px;
        font-size: 20px;
    }
    .update-open .open-section .open-hour .open-hour-right ul {
        max-width: 272px;
        margin-right: auto;
        flex-direction: column;
    }
    .update-open .open-text p {
        flex-direction: column;
    }
    .update-open .open-text {
        position: absolute;
        bottom: auto;
        left: auto;
        right: 0;
        padding: 5px;
        background: #fff;
        display: inline-block;
        transform: unset;
        width: auto;
        position: relative;
        margin-top: -30px;
        padding-bottom: 10px;
    }
    #service .one-second.column {
        width: 500px;
        margin: 0 auto 50px !important;
        max-width: 100%;
        float: none;
        display: block;
    }
    #service .sv-link {
        margin-top: 30px;
    }
    #service .sv-content {
        margin-top: 40px;
    }
    .fixed-button {
        width: 45px;
    }
    .fixed-button a {
        padding: 15px 15px;
        font-size: 15px;
    }
    #Footer #section--footer .contact-maps {
        padding: 50px 0px;
    }
    #Footer #section--footer .contact-footer .contact-footer-item-left {
        width: 700px;
        margin: 0 auto;
        margin-bottom: 15px;
        flex-wrap: wrap;
        max-width: 100%;
    }
    #Footer #section--footer .contact-footer .contact-footer-item-right {
        width: 700px;
        margin: 0 auto;
        max-width: 100%;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline{
        margin-bottom: 4px;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul {
        flex-wrap: wrap;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul.open-time-footer {
        align-items: unset;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li {
        width: 50%;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li.bottom {
        margin-bottom: 20px;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li:nth-child(2),
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline:nth-child(2) {
        border-right: none;
    }
    #Footer #section--footer .contact-info {
        padding-top: 140px;
        padding-bottom: 30px;
    }
    #Footer #section--footer .contact-footer .copyright-footer {
        margin-top: 20px;
    }
    #Footer #section--footer .contact-footer .contact-footer-logo {
        margin-bottom: 25px;
    }
    #Footer #section--footer .contact-footer .contact-footer-logo img {
        width: 130px;
    }
    #Footer #section--footer .contact-footer .copyright-footer .copyright-footer-left {
        margin-bottom: 10px;
    }
}

@media (max-width: 879.5px) {
    #Top_bar .open-section {
        transform: scale(0.65);
        right: -90px;
        top: calc(80px - 5.7vw);
        width: 510px;
    }

    #Top_bar .open-section .open-hour .open-hour-left {
        width: calc(100% - 320px);
    }

    #Top_bar .open-section .open-hour .open-hour-right {
        width: 320px;
    }
}
@media (min-width: 768px) and (max-width:879.5px) {
    #Top_bar .open-section .open-hour .open-hour-right li.last-item {
        line-height: 1.1;
    }

    #Top_bar .open-section .open-hour .open-hour-right li small {
        font-size: 12px;
    }
}


@media(max-width: 767.7px) {
    .header-transparent.ab-hide #Top_bar:not(.is-sticky){
        position: relative;
    }
    .loadings img {
        width: 50px;
    }
    #back_to_top.sticky {
        bottom: 50px;
        right: 0px !important;
    }
    .fixed-button {
        display: block;
    }
    .fixed-button a.search-button {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .fixed-button a.search-button.active {
        opacity: 1;
        visibility: visible;
    }
    #Top_bar.is-sticky .open-section {
        display: block;
    }
    .page #Top_bar .banner_wrapper {
        display: block;
    }
    #testimonial {
        padding-left: 0px;
        padding-right: 0px;
    }
    .bottom-button {
        display: block;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .logo-no-sticky-padding.mobile-sticky #Top_bar.is-sticky #logo {
        min-height: 70px;
    }
    .header-transparent.ab-hide #Top_bar.is-sticky a.responsive-menu-toggle,
    .header-transparent.ab-hide #Top_bar.is-sticky a.responsive-open-toggle {
        font-size: 15px;
    }
    .header-transparent.ab-hide #Top_bar.is-sticky a.responsive-menu-toggle span::before {
        width: 42px;
        height: 30px;
        margin-bottom: 0px;
    }
    .header-transparent.ab-hide #Top_bar.is-sticky a.responsive-open-toggle span::before {
        height: 42px;
        width: 42px;
        margin: 0 auto;
    }
    /*.fixed-button a.call-button{
		display: none;
	}
*/
    .header-transparent.ab-hide #Top_bar a.responsive-menu-toggle {
        /* left: 0;
		right: auto; */
        top: 20px!important;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-open-toggle {
        display: block;
        right: auto;
        left: 0;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-menu-toggle span:before {
        margin-bottom: 10px;
    }
    .logo-no-margin #Top_bar .logo {
        text-align: center;
    }
    .header-transparent.ab-hide #Top_bar #logo {
        padding: 0 !important;
        margin: 0;
        width: auto;
        display: inline-block;
    }
    .header-transparent.ab-hide #Top_bar:not(.is-sticky) {
        background-color: transparent !important;
    }
    #Top_bar .open-section {
        position: fixed;
        left: 0;
        width: 320px;
        top: 0;
        bottom: 0;
        padding: 15px;
        padding-top: 20px;
        background: #eefdff;
        z-index: 999;
        transform: translateX(calc(-100% - 20px));
        transition: all 0.5s;
        overflow: auto;
    }
    #Top_bar .open-section .close {
        display: block;
        text-align: right;
        font-size: 30px;
        color: #171717;
        margin-bottom: 20px;
    }
    #Top_bar .open-section .close i {
        cursor: pointer;
    }
    #Top_bar .open-section:after {
        position: fixed;
        right: 0;
        left: 0px;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transform: translateX(100%);
        z-index: 998;
        transition: all 0.5s;
    }
    #Top_bar .open-section.active {
        transform: translateX(0);
    }
    #Top_bar .open-section.active:after {
        transform: translateX(0);
    }
    #Top_bar .open-section {
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);
    }
    #Top_bar .open-section .open-text p {
        padding: 15px 10px;
        line-height: 1.2;
    }
    #Top_bar .open-section .open-text span {
        transform: none;
        background: none;
        margin: 0!important;
        font-size: 16px;
        margin-bottom: 3px!important;
    }
    #Top_bar .open-section .open-text span:last-child {
        margin-bottom: 0px!important;
    }
    #Top_bar .open-section .open-hour {
        display: block;
    }
    #Top_bar .open-section .open-hour .open-hour-left {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    #Top_bar .open-section .open-hour .open-hour-left span.open-hour-left-sub {
        width: unset;
    }

    #Top_bar .open-section .open-hour .open-hour-right {
        margin: 0 auto;
    }

    #Top_bar .open-section .open-hour .open-hour-right li{
        line-height: 1.3;
    }

    #Top_bar .open-section .open-hour .open-hour-right ul li.last-item {
        text-align: left;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 13.5px;
    }

    #Top_bar .open-section .open-hour .open-hour-right li.last-item:last-child small{
        white-space: normal;
    }

    #testimonial .testimonial-wraper .fk {
        display: none;
    }
    #testimonial .testimonial-wraper .slick-dots {
        display: block;
        margin: 0px;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        list-style: none;
    }
    #testimonial .testimonial-wraper .slick-dots li {
        margin: 0px;
        margin-right: 27px;
    }
    #testimonial .testimonial-wraper .slick-dots li:last-child {
        margin-right: 0px;
    }
    #testimonial .testimonial-wraper .slick-dots li button {
        width: 105px;
        height: 7px;
        line-height: 0;
        font-size: 0;
        padding: 0;
        background: #92c3d3;
        margin: 0px;
        transition: all 0.5s;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    #testimonial .testimonial-wraper .slick-dots li button:focus {
        outline: none!important;
    }
    #testimonial .testimonial-wraper .slick-dots li.slick-active button,
    #testimonial .testimonial-wraper .slick-dots li button:hover {
        background: #464646;
    }
    .section_wrapper,
    .container,
    .with_aside .content_wrapper,
    .header-transparent.ab-hide #Top_bar .container,
    #Footer #section--footer .contact-maps {
        max-width: calc(100% - 30px) !important;
    }
    .booking-form .booking-form-content #booking-form {
        justify-content: center;
        margin: 0px -7px;
    }
    .booking-form .booking-form-content #booking-form .booking-form-field {
        padding: 0px 7px;
    }
    .booking-form .booking-form-content #booking-form .col-25 {
        width: 100%;
    }
    .booking-form .booking-form-content #booking-form .col-35 {
        width: 60%;
    }
    .booking-form .booking-form-content #booking-form .col-35:nth-child(4) {
        width: 40%;
    }
    .booking-form .booking-form-content #booking-form .col-35.f-submit {
        width: 180px;
        margin-top: 30px;
    }
    .booking-form .booking-form-content #booking-form .col-35.f-submit label {
        display: none;
    }
    #testimonial .testimonial-item p {
        font-size: 20px;
        margin-top: 30px;
    }
    #testimonial h2 {
        font-size: 55px;
    }
    .content_wrapper .section_wrapper,
    .container,
    .four.columns .widget-area {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #service .sv-content h5,
    #service .sv-content p {
        font-size: 18px;
    }
    .header-transparent.ab-hide #Top_bar.is-sticky {
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
    }
    .header-transparent.ab-hide #Top_bar #logo {
        height: 160px;
    }
    .header-transparent.ab-hide #Top_bar:not(.is-sticky) {
        padding: 20px 0px 40px;
    }
    #Footer #section--footer .contact-info {
        margin-bottom: 47px!important;
    }
    /*#service .sv-content h3 {
        font-size: 45px;
    }*/
}

@media(max-width: 639.5px) {
    #testimonial {
        padding-bottom: 100px;
    }
    #gallery-bg img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 150%;
        max-width: 150%;
    }
    #Footer #section--footer .contact-footer .contact-footer-item>div,
    #Footer #section--footer .contact-footer .contact-footer-item>div:last-child {
        width: 100%;
    }
    #Footer #section--footer .contact-info {
        padding-top: 80px;
    }
    /*#Footer #section--footer .instagram-footer .insta-gallery-list .insta-gallery-item {
	    min-width: 0 !important;
	}

	#Footer #section--footer .instagram-footer .insta-gallery-list{
		justify-content: center;
	}*/
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline {
        font-size: 18px;
    }
    #Footer #section--footer .contact-maps .maps-frame iframe {
        height: 300px;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li {
        margin-bottom: 18px;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li,
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline {
        margin-bottom: 0px;
        border: none;
        padding: 0;
        width: 100%;
    }
    #Footer #section--footer .contact-footer .contact-footer-item-left {
        margin-bottom: 10px;
    }
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul.social-footer li {
        margin-top: 5px;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul.open-time-footer li {
        margin-bottom: 18px;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline a,
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li {
        line-height: 1.5;
    }
    #Footer #section--footer .contact-footer .contact-footer-logo {
        margin-bottom: 150px;
    }
}

.lmob {
    display: none;
}

@media(max-width: 480px) {
    .ldesk {
        display: none;
    }
    .lmob {
        display: block;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-menu-toggle {
        top: 10px!important;
        right: 5px;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-open-toggle {
        top: 10px;
        left: 5px;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-menu-toggle span,
    .header-transparent.ab-hide #Top_bar a.responsive-open-toggle span {
        font-size: 13px;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-open-toggle span::before {
        background-image: url('../images/open-time.png');
        height: 28px;
        width: 28px;
        margin: 0 auto 0px;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-menu-toggle span::before {
        width: 35px;
        height: 28px;
        margin-bottom: 2px;
    }
    .header-transparent.ab-hide #Top_bar.is-sticky a.responsive-open-toggle span::before {
        height: 28px;
        width: 28px;
        margin: 0 auto;
    }
    .header-transparent.ab-hide #Top_bar.is-sticky a.responsive-menu-toggle span::before {
        width: 35px;
        height: 28px;
        margin-bottom: 2px;
    }
    .header-transparent.ab-hide #Top_bar #logo {
        height: 127px;
    }
    .header-transparent.ab-hide #Top_bar:not(.is-sticky) {
        padding: 20px 0px 30px;
    }
    .header-transparent.ab-hide #Top_bar a.responsive-open-toggle,
    .header-transparent.ab-hide #Top_bar a.responsive-menu-toggle {
        font-size: 15px;
    }
    #testimonial .testimonial-wraper .slick-dots li button {
        width: 50px;
        height: 4px;
    }
    #testimonial h2 {
        font-size: 12.417vw;
    }
    #testimonial .testimonial-item h5 {
        font-size: 7.292vw;
    }
    #testimonial .testimonial-item h5::before {
        width: 15vw;
        height: 12.917vw;
    }
    #testimonial .testimonial-item p {
        font-size: 16px;
        margin-top: 25px;
    }
    /*#Footer #section--footer .instagram-footer .insta-gallery-list .insta-gallery-item {
	    min-width: 0!important;
	}*/
    #Footer #section--footer .contact-footer .contact-footer-item-left span {
        display: block;
        height: 0;
        opacity: 0;
    }
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline a,
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li {
        line-height: 1.2;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline ul.open-time-footer li {
        width: 100%;
    }

    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li:not(:last-child),
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline:not(:last-child) {
        margin-bottom: 10px;
    }
    #Footer #section--footer .contact-footer .copyright-footer br {
        display: block;
    }
    #Footer #section--footer .contact-footer .copyright-footer .copyright-footer-left {
        margin-bottom: 7px;
    }
    #Footer #section--footer .contact-info {
        background-position: center;
    }
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li,
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline {
        padding: 0 5px;
        width: auto;
    }
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline:not(.ldesk) {
        display: inline-flex;
        justify-content: center;
    }
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline.lmob {
        border-right: 1px solid #fff;
    }
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline:last-child,
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline:nth-child(2) {
        width: 100%;
    }
    #Footer #section--footer .contact-footer .contact-footer-item-left span {
        display: inline;
        height: auto;
        opacity: 1;
    }
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-inline a,
    #Footer #section--footer .contact-footer .contact-footer-item .contact-footer-item-right .contact-footer-inline li,
    #Footer #section--footer .contact-footer .copyright-footer {
        font-size: 14px;
        font-weight: 400;
    }
    #Footer #section--footer .contact-footer .contact-footer-logo img {
        width: 140px;
    }
    #Footer #section--footer .contact-footer .contact-footer-logo {
        margin-bottom: 15px;
    }
    #Footer #section--footer .contact-footer .contact-footer-item-left .contact-footer-inline:last-child {
        display: none;
    }
    #Footer #section--footer .contact-info {
        padding-top: 150px;
    }
    /* .booking-form .booking-form-content #booking-form .col-35:nth-child(4) {
	    width: 100%;
	} */
    .booking-form .booking-form-content #booking-form .col-35 {
        /* width: 100%; */
        margin-bottom: 10px;
    }
    .booking-form .booking-form-content #booking-form .f-submit {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    #service .sv-content h3 {
        font-size: 45px;
        letter-spacing: 0;
    }
    #service .sv-content h5 {
        font-size: 17px;
    }
    #service .sv-content p {
        font-size: 16px;
    }
    #site-title-bg {
        filter: brightness(0);
    }
    .fixed-button a {
        padding: 15px 14px;
        font-size: 15px;
    }
    .fixed-button a.search-button img {
        width: 21px;
    }
    .fixed-button {
        width: 40px;
        /*top: 283px;*/
    }
    .fixed-button.focuss {
        top: 50%;
    }
    /* .fixed-button:not(.focuss){
		top: 36%;
	} */
}

@media(max-height: 414.5px) {
    .bottom-button {
        display: none;
    }
    #back_to_top.sticky {
        bottom: 5px;
    }
    .fixed-button {
        top: 60%;
    }
}

body:not(.home) #Header {
    min-height: 0!important;
}

.logo-no-margin:not(.home) #Top_bar:not(.is-sticky) .logo {
    position: absolute;
    left: 0;
    top: 0;
}

.header-transparent.ab-hide:not(.home) #Top_bar:not(.is-sticky) {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

#page--banner {
    padding: 160px 0 90px;
    text-align: center;
    background-size: cover;
}

#page--banner > .section_wrapper{
    height: auto!important;
}

#page--banner.hotspring {
    padding: 0;
    height: 600px;
    display: flex;
    align-items: center;
}

#page--banner.hotspring .welcome-packet {
    position: absolute;
    left: 50%;
    margin-top: 35px;
    transform: translateX(-50%);
}

#page--banner.hotspring .welcome-packet a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 15.5px 28px;
    line-height: 1;
    display: inline-block;
    background-color: #47becf;
    text-decoration: none;
    border: 1px solid #47becf;
    transition: all .3s ease;
    border-radius: 5px;
}

#page--banner.hotspring .welcome-packet a:hover {
    background-color: #fff;
    color: #47becf;
}

#page--banner.no-search {
    padding: 220px 0 65px;
}

#page--banner.one-name {
    padding: 0;
    height: 450px;
    display: flex;
    align-items: center;
}

.menuo-right:not(.home) #Top_bar:not(.is-sticky) .menu_wrapper {
    padding: 17px 0px;
}

#page--banner h1 {
    font-size: 92px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 4px 4px 4px rgba(146, 195, 211, 0.35);
}

#page--banner h4 {
    font-size: 30px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-shadow: 4px 4px 4px rgba(146, 195, 211, 0.35);
}

#page--banner p {
    margin: 0px;
    line-height: 48px;
}

#page--content {
    padding-top: 95px;
}

#page--content .top--content {
    margin-bottom: 25px;
}

#page--content .top--content h3 {
    font-size: 40px;
    font-weight: 300;
    color: #47becf;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 35px;
}

#page--content .top--content p {
    margin-bottom: 0px;
    line-height: 1.6;
}

.bg-gray {
    background-color: #ebebeb;
}

.bg-blue {
    background-color: #92c3d3;
}

#page--content .discount--section .section-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #92c3d3;
    font-weight: bold;
    letter-spacing: 0.5px;
}

#page--content .discount--section .discount-wraper {
    margin: 0px -5px;
    padding: 5px;
    border: 1px solid #ebebeb;
    text-align: center;
}

#page--content .discount--section .discount-row {
    margin: 0px -12.5px;
    display: flex;
    flex-wrap: wrap;
}

#page--content .discount--section .discount-col {
    width: calc(100% / 3);
    padding: 0 12.5px;
    position: relative;
}

#page--content .discount--section .discount-col:not(:last-child):after {
    content: "";
    top: 0;
    bottom: 0;
    right: -0.5px;
    width: 1px;
    background: #d7d7d7;
    position: absolute;
}

#page--content .discount--section .discount-name {
    font-size: 18px;
    font-weight: bold;
    color: #464646;
    line-height: 1.2;
    letter-spacing: 0.5px;
    height: 65px;
    position: relative;
    display: block;
}

#page--content .discount--section .discount-name span {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

#page--content .discount--section .bg-blue.discount-name {
    color: #fff;
}

#page--content .discount--section .discount-price {
    padding: 15px 20px;
}

#page--content .discount--section .discount-price ul {
    margin: 0px;
    list-style: none;
}

#page--content .discount--section .discount-price ul li {
    margin-bottom: 10px;
}

#page--content .discount--section .discount-price ul li price {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

#page--content .discount--section .discount-price ul li disdate {
    display: block;
}

#page--content .discount--section .discount-price sub {
    font-size: 14px;
    line-height: 1;
    color: #92c3d3;
}

#page--content .discount--section .discount-type {
    font-size: 18px;
    font-weight: bold;
    color: #464646;
    line-height: 1;
    letter-spacing: 0.5px;
    height: 65px;
    position: relative;
    display: block;
}

#page--content .discount--section .discount-type-ab {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

#page--content .discount--section .discount-type.bg-blue {
    color: #fff;
}

#page--content .discount--section .discount-type sub {
    font-size: 16px;
    font-weight: 400;
}

#page--content .discount--section .discount-total {
    padding: 20px 10px 25px;
}

#page--content .discount--section .discount-total price {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

#page--content .discount--section .discount-total sub {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#page--content .discount--section .discount-note {
    margin-top: 5px;
    padding: 17px 10px;
}

#page--content .service-list {
    padding-top: 0px;
    padding-bottom: 105px;
}

#search-form {
    width: 812px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    display: none!important;
}

#search-form .search-form--text {
    width: 100%;
    background: rgba(255, 255, 255, 0.85)!important;
    border: 1px solid #d7d7d7;
    border-radius: 24px;
    line-height: 46px;
    margin: 0px;
    appearance: none;
    padding: 0px;
    padding-left: 55px;
    color: #676767;
    font-size: 16px;
}

#search-form .search-form--text::placeholder {
    color: #676767;
    opacity: 1;
}

#search-form .search-form--sunmit {
    position: absolute;
    left: 20px;
    top: calc(50% + 0px);
    transform: translateY(-50%);
    line-height: 1px;
    cursor: pointer;
    transition: all 0.5s;
}

#search-form .search-form--sunmit:hover {
    filter: brightness(0);
}

.ui-datepicker .ui-datepicker-title select{
    appearance: none!important;
    padding: 0px 25px 0px 5px!important;
}

.service-list--result {
    overflow: hidden;
}

.service-list--item {
    display: flex;
    margin: 0px -12.5px;
    padding-bottom: 46px;
    margin-bottom: 48px;
    border-bottom: 1px solid #ebebeb;
    flex-wrap: wrap;
}

.service-list--item.service-list--item-detail {
    margin: 0px;
    margin-bottom: 80px;
    padding-bottom: 0px;
    border: none;
}

#room-suites .service-list--item {
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.service-list--item:last-child,
#room-suites .service-list--item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.service-list--item .service-list--item-image {
    padding: 0px 12.5px;
    width: calc(100% / 3);
    position: relative;
}

#room-suites .service-list--item .service-list--item-image {
    padding-bottom: 30px;
}

.service-list--item .service-list--item-image-bg {
    position: absolute;
    left: 12.5px;
    right: 12.5px;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.service-list--item .service-list--item-image-bg a {
    display: block;
    background: none;
    transition: all 0.5s;
}

#host-spring .service-list--item .service-list--item-image-bg a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.service-list--item .service-list--item-image-bg a:hover {
    background: rgba(0, 0, 0, 0.7);
}

.service-list--item .service-list--item-image img {
    display: block;
    margin: 0 auto;
    opacity: 0;
}

.service-list--item .service-list--item-right {
    padding: 0px 12.5px;
    padding-left: calc(10px + 12.5px);
    width: calc(100% / 3 * 2);
}

.service-list--item.service-list--item-detail .service-list--item-right {
    width: 100%;
    padding: 0;
}

.service-list--item.service-list--item-detail .service-list--item-right>div:last-child {
    margin-bottom: 0px!important;
}

.service-list--item h4 {
    font-size: 36px;
    color: #47becf;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    margin-top: -5px;
    margin-bottom: 26px;
    padding-bottom: 27px;
    position: relative;
    letter-spacing: 1px;
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    /*font-weight: 300;*/
    letter-spacing: 2px;
}

.service-list--item h4 a {
    color: #47becf;
}

.service-list--item h4 a:hover {
    color: #92c3d3;
}

.service-list--item h4:after {
    content: "";
    width: 73px;
    height: 4px;
    left: 2px;
    bottom: 0;
    background: #47becf;
    position: absolute;
}

.service-list--item .service-list--item-image h4 {
    display: none;
}

.service-list--item .service-list--item-right .service-list--item-content {
    line-height: 1.45;
    margin-bottom: 15px;
}

.service-list--item .service-list--item-right .service-list--item-content p {
    margin-bottom: 10px;
}

.service-list--item .service-list--item-right .service-list--item-content .service-list--item-content-sub {
    line-height: 1.2;
    font-size: 16px;
    color: #92c3d3;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.service-list--item .service-list--item-right .service-list--item-content p:last-child {
    margin-bottom: 0px;
}

.service-list--item .service-list--item-right .service-list--item-price {
    margin-bottom: 35px;
}

.service-list--item .service-list--item-right .service-list--item-price ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

.service-list--item .service-list--item-right .service-list--item-price ul li {
    width: 50%;
    margin: 0px;
    padding-left: 40px;
    position: relative;
}

.service-list--item .service-list--item-right .service-list--item-price ul li:after {
    content: "";
    width: 32px;
    height: 31px;
    background-image: url('../images/price-icon.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 1px;
    top: 3px;
}

.service-list--item .service-list--item-right .service-list--item-price ul li span {
    display: block;
    margin-bottom: 5px;
}

.service-list--item .service-list--item-right .service-list--item-price ul li b {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.service-list--item .service-list--item-right .service-list--item-note {
    margin-bottom: 35px;
    font-style: italic;
    color: #797979;
    font-size: 15px;
}

.service-list--item .service-list--item-right .service-list--item-note .service-note {
    padding: 14px 20px;
    line-height: 1.3;
    letter-spacing: -0.1px;
    margin-bottom: 30px;
    font-style: italic;
}

.service-list--item .service-list--item-right .service-list--item-note .service-note-text {
    padding-left: 0px;
    position: relative;
}

.service-list--item .service-list--item-right .service-list--item-note .service-note-text .note-text {
    color: #92c3d3;
    /*position: absolute;
    left: 0px;
    top: 0;*/
    font-weight: bold;
}

.service-list--item .service-list--item-right>div:last-child,
.service-list--item .service-list--item-right .service-list--item-note .service-note:last-child,
.service-list--item .service-list--item-right>div>div:last-child,
.service-list--item .service-list--item-right .service-list--item-link {
    margin-bottom: 0px;
}

.service-list--item .service-list--item-right .service-list--item-link a {
    font-size: 18px;
    padding: 12px 23px;
    background: #47becf;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #47becf;
    transition: all 0.5s;
    min-width: 250px;
    text-align: center;
    border-radius: 5px;
}

.service-list--item .service-list--item-right .service-list--item-link a:hover {
    background: transparent;
    color: #47becf;
}

.service-list .noresult {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
    color: #47becf;
}

.service-list .noresult a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    text-transform: capitalize;
    color: #464646;
    font-weight: 400;
    transition: all 0.5s;
}

.service-list .noresult a:hover {
    color: #92c3d3;
}

#book_form {
    z-index: 9;
}

body:not(.home) #book_form {
    background: #eefdff;
    padding: 48px 0px 55px;
}

body:not(.home) #book_form .booking-form {
    position: relative;
    bottom: 0;
    transform: none;
    width: 100%;
}

body:not(.home) #book_form .booking-form .booking-form-title {
    display: none;
}

#page--banner #breadcrumbs {
    margin-bottom: 15px;
    margin-top: 10px;
    color: #fff;
    line-height: 1.2;
}

#page--banner #breadcrumbs a {
    color: #fff;
    padding-right: 5px;
    text-decoration: none;
    position: relative;
}

#page--banner #breadcrumbs a:after {
    content: '';
    left: 0px;
    right: 5px;
    bottom: 0px;
    background: transparent;
    position: absolute;
    height: 2px;
    transition: all 0.5s;
}

#page--banner #breadcrumbs a:hover:after {
    background: rgba(255, 255, 255, 0.9);
}

#page--banner #breadcrumbs>span span {
    padding-left: 5px;
}

#page--banner #breadcrumbs .breadcrumb_last {
    position: relative;
}

#page--banner #breadcrumbs .breadcrumb_last:after {
    content: '';
    left: 5px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    height: 2px;
}

#page--content.room-resuilt--content {
    padding-top: 73px;
}

#page--content.room-resuilt--content .service-list {
    padding-top: 0px;
    padding-bottom: 170px;
}

#page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price ul.suilt-detail li::after {
    background-image: url('../images/price-suilt.png');
    width: 11px;
    height: 11px;
    top: 5px;
}

#page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-content {
    margin-bottom: 20px;
    min-height: 130px;
}

#page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price ul.suilt-detail {
    margin-top: 15px;
}

#page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price ul.suilt-detail span {
    color: #bdbdbd;
    margin-bottom: 10px;
    display: none!important;
}

#page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price ul.suilt-detail li {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 20px;
}

#page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price ul.suilt-detail li:last-child {
    margin-bottom: 0px;
}

#page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-link a {
    padding: 12px 32px;
}

#page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-link a:not(:last-child) {
    margin-right: 20px;
}

.service-list--item .service-list--item-image-bg.list-gallery {
    position: relative;
    left: 0;
    right: 0;
}

.service-list--item .service-list--item-image .list-gallery img {
    opacity: 1;
}

.service-list--item .service-list--item-image-bg.list-gallery .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    appearance: none;
    -webkit-appearance: none;
    width: 63px;
    height: 63px;
    border: 5px solid #fff;
    background: #92c3d3;
    margin: 0px;
    border-radius: 0px;
    transition: all 0.5s;
    z-index: 2;
    font-size: 0px;
}

.service-list--item .service-list--item-image-bg.list-gallery .slick-arrow:hover {
    background: rgba(146, 195, 195, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
}

.service-list--item .service-list--item-image-bg.list-gallery .slick-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.service-list--item .service-list--item-image-bg.list-gallery .slick-prev {
    transform: translate(calc(-100% - 1px), 50%);
}

.service-list--item .service-list--item-image-bg.list-gallery .slick-prev:after {
    background-image: url("../images/slick-left.png");
}

.service-list--item .service-list--item-image-bg.list-gallery .slick-next {
    transform: translate(calc(0% + 1px), 50%);
}

.service-list--item .service-list--item-image-bg.list-gallery .slick-next:after {
    background-image: url("../images/slick-right.png");
}

.float-right {
    position: absolute;
    right: 0;
    top: 0;
}

#page--content.room-resuilt--content .service-list {
    padding-bottom: 70px;
}

#note--section {
    padding-bottom: 70px;
    z-index: 2;
}

#note--section .note-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#note--section .note-left {
    width: calc(63% - 40px);
    background: #f3f3f3;
    padding: 50px 35px;
}

#note--section .note-title {
    font-weight: bold;
    color: #47becf;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Kozuka Gothic Pr6N';
    letter-spacing: 2px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

#note--section .note-title:after {
    content: "";
    width: 76px;
    height: 4px;
    background: #47becf;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

#note--section .note-list {
    margin: 0px;
    line-height: 1.3;
    list-style: none;
}

#note--section .note-list li {
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
}

#note--section .note-list li:last-child {
    margin-bottom: 0px;
}

#note--section .note-list li:after {
    content: "";
    position: absolute;
    background-image: url('../images/price-suilt.png');
    width: 11px;
    height: 11px;
    top: 6px;
    left: 0;
}

#note--section .note-right {
    width: 37%;
    padding: 50px 35px;
    background: #92c3d3;
    z-index: 2;
    top: 3px;
}

#note--section .note-right .note-title {
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.2;
}

#note--section .note-right .note-title:after {
    content: "";
    width: 76px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

#note--section .note-right .note-list {
    line-height: 1.5;
}

#note--section .note-right .note-list li {
    margin-bottom: 8px;
    color: #fff;
}

#note--section .note-right .note-list li:last-child {
    margin-bottom: 0px;
}

#note--section .note-right .note-list li::after {
    filter: brightness(0%) invert(1);
}

.beffor-content-wrap {
    width: 100%;
    color: #fff;
    padding: 68px 0px 73px;
}

.beffor-content-wrap p {
    margin-bottom: 7px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}

.beffor-content-wrap p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background: #47becf;
    display: block;
    border-radius: 50%;
}

.beffor-content-wrap p:last-child {
    margin-bottom: 0px;
}

.beffor-content-wrap p b {
    color: #47becf;
}

.beffor-content-wrap .soak-content {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 100%;
    text-align: left;
}

.beffor-content-wrap .soak-content .soak-content-item {
    width: calc(50% - 25px);
    margin: 0;
    list-style: none;
}

.beffor-content-wrap h4 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Kozuka Gothic Pr6N';
    letter-spacing: 2px;
}

@media(max-width: 1239px) {
    .logo-no-margin:not(.home) #Top_bar:not(.is-sticky) .logo #logo{
        height: 160px!important;
        line-height: 1!important;
    }

    .logo-valign-top:not(.home) #Top_bar:not(.is-sticky) #logo img{
        max-height: 100%!important;
    }

    #page--banner.hotspring {
        height: 500px;
    }
    .service-list--item .service-list--item-image {
        width: 40%;
    }
    .service-list--item .service-list--item-right {
        padding-left: calc( 12.5px);
        width: 60%;
    }
    .service-list--item .service-list--item-right .service-list--item-price ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .service-list--item .service-list--item-right .service-list--item-price ul li:last-child {
        margin-bottom: 0px;
    }
    .service-list--item .service-list--item-right .service-list--item-price,
    .service-list--item .service-list--item-right .service-list--item-note,
    .service-list--item .service-list--item-right .service-list--item-note .service-note {
        margin-bottom: 25px;
    }
    .service-list--item h4 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        margin-top: 0px;
    }
    .service-list--item .service-list--item-right>div:last-child,
    .service-list--item .service-list--item-right .service-list--item-note .service-note:last-child,
    .service-list--item .service-list--item-right>div>div:last-child,
    .service-list--item .service-list--item-right .service-list--item-link {
        margin-bottom: 0px;
    }
    #page--content .discount--section .discount-price sub {
        font-size: 13px;
    }
    #page--content.room-resuilt--content .top--content p {
        margin: 0 auto;
    }
    .beffor-content-wrap {
        width: 59%;
    }
    .beffor-content-wrap .soak-content .soak-content-item {
        width: 100%;
    }
}

@media(min-width: 992px) and (max-width: 1239px) {
    #page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price>ul>li {
        width: 50%!important;
        margin-bottom: 15px;
    }
    #page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price>ul>li:last-child {
        margin-bottom: 0px;
    }
}

@media(max-width: 1023px) {
    .menuo-right:not(.home) #Top_bar:not(.is-sticky) .menu_wrapper {
        min-height: 70px;
    }
    .menuo-right:not(.home) #Top_bar:not(.is-sticky) a.responsive-menu-toggle {
        top: 15px!important;
       /* transform: translateY(-50%);*/
    }
    #Side_slide #menu ul li a {
        padding: 20px 5px 20px 20px;
    }
    #Side_slide #menu>ul>li>a {
        text-transform: uppercase;
        font-size: 20px!important;
    }
    #Side_slide #menu>ul>li.tel-button>a{
        padding: 0px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    #Side_slide #menu>ul>li.tel-button>a span{
        padding: 5px 22px;
        font-weight: 300;
        color: #fff;
        background: #47becf;
        /* border-radius: 20.5px; */
        border-radius: 5px;
        border: 1px solid #47becf!important;
        transition: all 0.5s;
        line-height: 37px!important;
    }
    #Side_slide #menu>ul>li>ul>li>a {
        text-transform: normal;
        font-size: 16px!important;
        margin: 0;
    }
    #Side_slide #menu>ul>li>ul>li.upper>a {
        text-transform: uppercase;
    }
    #Side_slide #menu>ul>li>ul>li>a img {
        display: none;
    }
    #Side_slide #menu>ul>li>ul>li>a .menu-image-title-above {
        text-align: left;
    }
    #Side_slide #menu ul li.submenu .menu-toggle {
        height: 60px;
        line-height: 60px;
    }

    #Side_slide #menu ul li.submenu a > .menu-toggle{
        display: none;
    }

}

@media(max-width: 991px) {
    #page--banner.hotspring {
        height: 420px;
    }
    .service-list .noresult {
        margin-bottom: 40px;
    }
    #page--content .discount--section .discount-row {
        justify-content: center;
    }
    #page--content .discount--section .discount-col {
        width: calc(100% / 2);
        margin-bottom: 25px;
    }
    #page--content .discount--section .discount-col:last-child {
        margin-bottom: 0px;
    }
    #page--content .discount--section .discount-col:nth-child(2)::after {
        display: none;
    }
    #page--content .discount--section .discount-col:not(:last-child)::before {
        content: "";
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        background: #d7d7d7;
        position: absolute;
    }
    #page--content .discount--section .discount-col:first-child::before {
        left: 12.5px;
    }
    #page--content .discount--section .discount-col:nth-child(2)::before {
        right: 12.5px;
    }
    .service-list--item .service-list--item-image {
        width: auto;
        height: auto;
        margin-bottom: 25px;
    }
    .service-list--item .service-list--item-image-bg {
        position: relative;
        left: 0;
        right: 0;
        background: none!important;
        text-align: center;
    }
    .service-list--item .service-list--item-image img {
        opacity: 1;
        width: 100%;
    }
    #host-spring .service-list--item .service-list--item-image-bg a {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: inline-block;
    }
    #host-spring .service-list--item .service-list--item-image-bg a:after {
        content: '';
        background: transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        transition: all 0.5s;
    }
    #host-spring .service-list--item .service-list--item-image-bg a:hover:after {
        background: rgba(0, 0, 0, .7);
    }
    .service-list--item .service-list--item-right {
        width: 100%;
    }
    .service-list--item .service-list--item-right .service-list--item-price ul li {
        width: 50%;
        margin-bottom: 0px;
    }
    .service-list--item {
        justify-content: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .service-list--item .service-list--item-image h4 {
        display: block;
    }
    .service-list--item .service-list--item-right>h4 {
        display: none;
    }
    .service-list--item h4 {
        text-align: center;
        margin-bottom: 30px;
    }
    .service-list--item h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .service-list--item .service-list--item-right .service-list--item-link,
    .service-list--item .service-list--item-right .service-list--item-note .service-note {
        text-align: center;
    }
    #page--banner h1 {
        font-size: 70px;
    }
    #page--banner h4 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    #search-form {
        width: 610px;
    }
    #page--banner {
        padding: 130px 0 50px;
    }
    #page--content {
        padding-top: 40px;
    }
    #page--content .service-list {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    #page--content .top--content {
        text-align: center;
    }
    #page--content .discount--section .section-title {
        text-align: center;
    }
    #room-suites .service-list--item .service-list--item-image {
        width: 403px;
    }
    #note--section .note-left {
        width: 100%;
        margin-bottom: 50px;
    }
    #note--section .note-right {
        width: 100%;
        position: static;
    }
    #note--section .note-title {
        text-align: center;
    }
    .beffor-content-wrap {
        text-align: center;
        width: 100%;
    }
    #page--content.room-resuilt--content .service-list {
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 2px solid #ebebeb;
    }
    #page--content .service-list--item .service-list--item-right .service-list--item-price>ul {
        justify-content: center;
        text-align: center;
    }
    #page--content .service-list--item .service-list--item-right .service-list--item-price>ul.price-1>li {
        width: 100%!important;
    }
    #page--content .service-list--item .service-list--item-right .service-list--item-price>ul.price-2>li {
        width: calc(100% / 2)!important;
    }
    #page--content .service-list--item .service-list--item-right .service-list--item-price>ul.price-3>li {
        width: calc(100% / 3)!important;
    }
    #page--content .service-list--item .service-list--item-right .service-list--item-price>ul>li {
        padding-left: 0px;
        padding-top: 35px;
    }
    #page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price>ul>li {
        padding-left: 0px;
        padding-top: 45px;
    }
    #page--content .service-list--item .service-list--item-right .service-list--item-price>ul>li:after {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    #spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li::after{
        left: 0px;
        transform: none;
    }

    #page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price>ul>li:after {
        transform: translateX(calc(-50%));
    }
    #page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price ul.suilt-detail {
        align-items: center;
        flex-flow: column;
    }
    #page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price ul.suilt-detail li {
        padding-right: 10px;
        width: auto;
    }
    .service-list--item.service-list--item-detail {
        margin-bottom: 50px;
    }
    .beffor-content-wrap .soak-content .soak-content-item {
        width: calc(50% - 20px);
    }
}

@media(max-width: 767.5px) {
    .logo-no-margin:not(.home) #Top_bar:not(.is-sticky) .logo{
        position: static;
    }
    .menuo-right:not(.home) #Top_bar:not(.is-sticky) .menu_wrapper{
        min-height: 0px;
        padding: 0px;
    }
    #page--banner h1 {
        font-size: 49px;
    }
    #page--banner h4 {
        margin-top: 0px;
    }
    #page--banner {
        padding: 80px 0 50px;
    }
    #page--content .top--content h3 {
        margin-bottom: 25px;
        font-size: 30px;
    }
    #page--content.room-resuilt--content .top--content p {
        width: 100%;
    }
    #page--content .discount--section .section-title {
        margin-bottom: 25px;
        line-height: 1.2;
    }
    #page--content .discount--section .discount-col {
        width: 100%;
    }
    #page--content .discount--section .discount-total {
        padding-bottom: 20px;
    }
    #page--content .discount--section .discount-col::after {
        display: none;
    }
    #page--content .discount--section .discount-col:not(:last-child)::before {
        left: 12.5px;
        right: 12.5px;
    }
    .service-list--item .service-list--item-right .service-list--item-price ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .service-list--item .service-list--item-right .service-list--item-price ul li:last-child {
        margin-bottom: 0px;
    }
    .service-list--item h4 {
        font-size: 26px;
    }
    #page--content .service-list--item .service-list--item-right .service-list--item-price>ul>li,
    #page--content .service-list--item .service-list--item-right .service-list--item-price>ul.price-2>li,
    #page--content .service-list--item .service-list--item-right .service-list--item-price>ul.price-3>li {
        width: 100%!important;
    }
    #page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price ul.suilt-detail li::after {
        display: none;
    }
    #page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-price ul.suilt-detail li::before {
        content: '';
        background-image: url('../images/price-suilt.png');
        width: 11px;
        height: 11px;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -2px;
    }
    #room-suites .service-list--item{
        padding-bottom: 40px;
        margin-bottom: 35px;
    }
    .beffor-content-wrap {
        padding: 50px 0px 50px;
    }
    #note--section .note-right,
    #note--section .note-left {
        padding: 40px 20px 40px;
    }
    #note--section {
        padding-bottom: 50px;
    }
    .beffor-content-wrap .soak-content .soak-content-item {
        width: 100%;
    }
    #note--section .note-title {
        font-size: 30px;
    }
    /*.header-transparent.ab-hide #Top_bar a.responsive-open-toggle {
        display: none;
    }*/
}

@media(max-width: 480px) {
    .logo-no-margin:not(.home) #Top_bar:not(.is-sticky) .logo #logo{
        height: 140px!important;
    }
    .header-transparent.ab-hide:not(.home) #Top_bar:not(.is-sticky) {
        padding-bottom: 0px;
    }
    .menuo-right:not(.home) #Top_bar:not(.is-sticky) a.responsive-menu-toggle {
        top: 10px!important;
        transform: none;
    }
    /*.menuo-right:not(.home) #Top_bar:not(.is-sticky) .menu_wrapper {
        min-height: 50px;
    }*/
    #page--content.room-resuilt--content .hot-spring--content .service-list--item-link {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    #page--content.room-resuilt--content .service-list--item .service-list--item-right .service-list--item-link a:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media(max-width: 510px) {
    #page--banner h1 {
        font-size: 9.5vw;
    }
    #page--banner h4 {
        font-size: 5.314vw;
    }
}


/* about-us */

#page--content.about-us-content {
    padding-top: 105px;
    padding-bottom: 110px;
}

.content-wrap {
    display: flex;
    margin: 0px -12.5px;
    flex-wrap: wrap;
}

.content-wrap .content-left {
    padding: 0px 12.5px;
    padding-right: 20px;
    width: 36%;
    position: relative;
}

.content-wrap .content-left .content-bg {
    position: absolute;
    left: 12.5px;
    right: 20px;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-wrap .content-left .content-bg img {
    display: block;
    margin: 0 auto;
    opacity: 0;
}

.content-wrap .content-right {
    padding: 0px 12.5px;
    padding-left: calc(47px + 12.5px);
    width: 64%;
}

.contact-title {
    font-size: 40px;
    line-height: 1.2;
    color: #47becf;
    font-weight: bold;
    margin-top: -9px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: none;
}

.contact-row {
    display: flex;
    margin: 0px -12px;
    flex-wrap: wrap;
}

.contact-col {
    padding: 0px 12px;
}

.contact-col-1 {
    width: 100%;
}

.contact-col-2 {
    width: 50%;
}

.contact-field {
    margin-bottom: 17px;
}

.contact-field.textarea-filed {
    margin-bottom: 39px;
}

.contact-field.submit-filed,
.contact-field .wpcf7-form-control-wrap {
    margin-bottom: 0px;
}

.text-filed input {
    line-height: 51px;
    padding: 0px 17px;
    border: 1px solid #92c3d3!important;
    color: #464646!important;
    font-size: 15px;
    margin: 0px!important;
    background: transparent!important;
    width: 100%!important;
}

.text-filed input::placeholder {
    opacity: 1;
    color: #464646!important;
    background: transparent!important;
}

.text-filed select {
    line-height: 51px;
    padding: 0px 17px;
    border: 1px solid #92c3d3!important;
    color: #464646!important;
    font-size: 15px;
    margin: 0px!important;
    background: transparent!important;
    width: 100%!important;
}

.textarea-filed textarea {
    line-height: 1.5;
    height: 114px;
    padding: 17px;
    border: 1px solid #92c3d3!important;
    color: #464646!important;
    font-size: 15px;
    margin: 0px;
    background: transparent!important;
    width: 100%;
}

.textarea-filed textarea[disabled="disabled"] {
    background-color: rgba(233, 245, 252, 1) !important;
    border: 1px solid #bebebe!important;
}

.textarea-filed label.disabled {
    color: #bebebe;
}

.textarea-filed textarea::placeholder {
    opacity: 1;
    color: #464646!important;
    background: transparent!important;
}

.radio-filed label {
    margin-bottom: 10px;
}

.radio-filed .wpcf7-radio {
    margin-left: 0px;
}

.radio-filed .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-left: 0px;
    margin-bottom: 5px;
}

.radio-filed .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    display: inline-block!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    width: 12px!important;
    height: 12px!important;
    border: 1px solid #464646!important;
    background: none!important;
    position: relative;
    margin: 0px;
    margin-right: 4px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.radio-filed .wpcf7-radio .wpcf7-list-item input[type="radio"]:after {
    content: "";
    height: 6px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 6px;
    background: transparent;
    display: inline-block;
    transition: all 0.1s;
}

.radio-filed .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked:after {
    background: #464646;
}

.submit-filed input[type="submit"] {
    font-size: 18px;
    line-height: 1.2;
    padding: 14px 56px;
    color: #fff;
    border: 1px solid #92c3d3;
    background: #47becf!important;
    border-radius: 5px;
    transition: all 0.5s;
    font-weight: 300;
    text-transform: uppercase;
}

.submit-filed input[type="submit"]:hover {
    color: #47becf;
    background: #fff!important;
}

.text-filed .wpcf7-not-valid {
    border: 1px solid #ed3b2e!important;
}

.submit-filed .ajax-loader {
    display: inline-block;
    vertical-align: middle;
    margin: 0px!important;
}

.content-right .wpcf7 .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(calc(100% + 15px));
    border: 1px solid #47becf;
    width: 100%;
    height: 0;
    clip: unset;
    visibility: hidden;
    font-size: 16px;
    padding: 17px;
    margin: 0px;
    border-radius: 0px;
    display: none;
}

.content-right .wpcf7 .wpcf7-response-output.alert {
    height: auto;
    visibility: visible;
    display: block;
}

.content-right .wpcf7 .wpcf7-response-output.alert-danger {
    border: 1px solid #ed3b2e!important;
    color: #ed3b2e;
}

.content-right .screen-reader-response {
    display: none!important;
}

.content-right .wpcf7 {
    position: relative;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip {
    position: absolute;
    top: 1px !important;
    left: 1px !important;
    right: 1px !important;
    height: 51px !important;
    line-height: 51px !important;
    padding: 0px 17px!important;
    background-color: #fff;
    font-size: 15px;
    width: auto!important;
    text-indent: 0 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip:after,
body:not(.cf7p-message) .wpcf7-not-valid-tip:before {
    display: none!important;
}

@media(max-width: 1239.5px) {
    .content-wrap .content-right {
        padding-left: 20px;
    }
}

@media(max-width: 991.5px) {
    #page--banner.no-search {
        padding: 130px 0 50px;
    }
    #page--content.about-us-content {
        padding: 50px 0px;
    }
    .contact-field.textarea-filed {
        margin-bottom: 17px;
    }
    .content-right .wpcf7 .wpcf7-response-output {
        position: static;
        margin-top: 20px;
        transform: none;
    }
    .contact-title {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .contact-col-2 {
        width: 100%;
    }
}

@media(max-width: 767.5px) {
    #rev_slider_1_1_forcefullwidth {
        padding-top: 0 !important;
    }
    #page--banner.no-search {
        padding: 80px 0 50px;
    }
    .content-wrap .content-left {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 12.5px;
    }
    .content-wrap .content-left .content-bg {
        position: static;
    }
    .content-wrap .content-right {
        padding-left: 12.5px;
        width: 100%;
    }
    .contact-field.submit-filed,
    .content-right .wpcf7 .wpcf7-response-output,
    .contact-title {
        text-align: center;
    }
    .submit-filed .ajax-loader {
        margin-right: -34px !important;
    }
}


/* History Page */

#page--content.history-content {
    padding-top: 80px;
    padding-bottom: 130px;
    padding-left: 30px;
    padding-right: 30px;
}

#page--content.history-content>.section_wrapper {
    max-width: 1380px!important;
}

#page--content.history-content h4 {
    line-height: 1;
    color: #47becf;
    text-align: center;
    text-transform: lowercase;
    font-family: 'Chaparral Pro';
    font-weight: 300;
    letter-spacing: 0;
    font-style: italic;
}

.history-glance {
    margin: 0 auto 100px;
    max-width: 100%;
}

.history-glance h4 {
    margin-bottom: 40px;
    font-size: 53px;
}

.history-glance .history-glance-list {
    max-width: 850px;
    position: relative;
}

.history-glance .history-glance-list:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 500px;
    left: 880px;
    background-image: url('/wp-content/uploads/2022/03/history-new-1.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.history-glance-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
    align-items: center;
    justify-content: space-between;
}

.history-glance-item:last-child {
    margin-bottom: 0px;
}

.history-glance-item-time {
    width: 115px;
    position: relative;
    height: 75px;
    display: inline-flex;
    align-self: center;
    border-radius: 5px;
    background: #47becf;
    color: #fff;
    align-content: center;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.history-glance-item-time b {
    font-weight: 600;
}

.history-glance-item-time:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    display: block;
    background: #47becf;
}

.history-glance-item-content {
    width: calc(100% - 125px);
    display: inline-flex;
    padding: 8px 15px;
    line-height: 1.6;
    border-radius: 5px;
    background: #f1f1f1;
    min-height: 95px;
    display: flex;
    align-items: center;
}

.history-healing {
    padding: 45px 28px;
    border: 5px solid #ededed;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin-bottom: 71px;
    max-width: 850px;
    margin-left: auto;
}

.history-healing:after {
    content: '';
    position: absolute;
    top: -25px;
    bottom: -5px;
    width: 500px;
    right: 875px;
    background-image: url('/wp-content/uploads/2022/03/history-new-2.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}

.history-healing h4 {
    position: absolute;
    padding: 0px 20px;
    background: #FCFCFC;
    top: -2px;
    margin-bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 53px;
}

.history-healing p,
.history-family p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.history-healing p:last-child,
.history-family p:last-child {
    margin-bottom: 0px;
}

.history-family {
    width: 850px;
    position: relative;
}

.history-family:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 500px;
    left: 880px;
    background-image: url('/wp-content/uploads/2022/03/history-new-3.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.history-family h4 {
    font-size: 53px;
    /*font-family: 'Poppins' !important;*/
    /*font-weight: 700 !important;*/
    margin-bottom: 25px;
    letter-spacing: 0.6px !important;
    text-align: center;
    text-transform: none !important;
    font-style: normal !important;
}

.history-family .history-family-row:not(:last-child) {
    margin-bottom: 40px;
}

.history-family:last-child {
    margin-bottom: 20px;
}

.history-mineral {
    margin-bottom: 104px;
}

.history-mineral-wrapper .mineral-table th,
.history-mineral-wrapper .mineral-table tr:first-child td {
    box-shadow: none;
}

.history-mineral-wrapper .mineral-table th {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #47becf;
    border-color: #47becf;
    padding: 15px 10px;
    letter-spacing: 0.5px;
}

.history-mineral-wrapper .mineral-table tr td {
    border-top: none;
    border-bottom: none;
    text-align: left;
    border-color: #d1d1d1;
    padding: 11px 50px 10px;
    font-size: 16px;
    transition: all .3s ease;
}

.history-mineral-wrapper .mineral-table tr:hover td {
    background-color: #f3f3f3;
}

.history-mineral-wrapper .mineral-table tbody tr:nth-child(even) td {
    background-color: #d1d1d1;
}

.history-mineral-wrapper .mineral-table tbody tr:last-child td {
    border-bottom: 1px solid #d1d1d1;
}

#page--content.thankyou-content {
    padding-top: 100px;
    padding-bottom: 120px;
}

.thankyou-content h5 {
    font-size: 25px;
    color: #47becf;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0px;
}


/* .combine-pool {
    text-align: center;
    margin-bottom: 53px;
} */

.combine-pool {
    text-align: center;
    margin-bottom: 53px;
    background-color: #dedede;
    padding-top: 30px;
    max-width: 975px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1px;
}

.combine-pool h4 {
    font-size: 20px;
    color: #47becf;
    font-weight: 500;
    margin-bottom: 20px;
}

.combine-pool-options {
    display: flex;
    justify-content: space-between;
    max-width: 974px;
    margin: 0 auto 24px;
}

.combine-pool-option {
    background-color: #dedede;
    width: calc(50% - 13px);
    padding: 10px;
}

.combine-pool-option p {
    font-size: 14px;
    color: #5c5057;
}

.combine-pool-option .name,
.combine-pool-option p>strong {
    font-weight: 700;
}

.combine-pool-option .calendar .divider {
    margin: 0 12px 0 14px;
}

.service-list--item.service-list--item-detail#service-65 {
    margin-bottom: 50px;
}

.gift-card {
    max-width: 765px;
    margin: 0 auto !important;
    float: none;
    padding-top: 29px;
    padding-bottom: 100px;
}

.gift-card div.wpforms-container-full .wpforms-form .gift-card__intro {
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: -0.15px;
    margin-bottom: 12px;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 21px;
    padding: 0;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-field-radio {
    margin-bottom: 33px;
}

.gift-card .wpforms-form .wpforms-field-label {
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1px !important;
    word-break: normal !important;
}

.gift-card .wpforms-form .wpforms-field-radio .wpforms-field-label {
    text-align: center;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 10px;
}

.gift-card .wpforms-form .wpforms-field-radio ul {
    display: flex;
    justify-content: center;
    padding-right: 23px !important;
}

.gift-card .wpforms-form .wpforms-field-radio ul li label {
    font-size: 18px;
}

.gift-card .wpforms-form .wpforms-field-radio ul li.choice-2 {
    margin: 0 134px !important;
}

.gift-card .wpforms-form .wpforms-field-description {
    font-size: 16px !important;
    color: #a5a5a5;
    font-style: italic;
    letter-spacing: -0.25px;
    word-break: normal !important;
}

.gift-card .wpforms-form .card-amount .wpforms-field-description {
    display: none;
}

.gift-card .wpforms-form .wpforms-field:not(.wpforms-field-radio) input,
.gift-card .wpforms-form .wpforms-field select {
    border: 1px solid #dddddd !important;
    padding: 6px 15px !important;
    height: 47px !important;
    color: #464646 !important;
    letter-spacing: -0.25px;
    border-radius: 0 !important;
}

.gift-card .wpforms-form .wpforms-field select {
    padding: 10px 15px 6px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='6px'%3E%3Cpath fill-rule='evenodd' fill='rgb(166, 166, 166)' d='M5.500,5.450 L0.550,0.500 L10.450,0.500 L5.500,5.450 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.gift-card .wpforms-form .wpforms-field textarea {
    border: 1px solid #dddddd !important;
    letter-spacing: -0.25px;
    border-radius: 0 !important;
}

.gift-card .wpforms-form input::placeholder {
    color: #bfbfbf;
    font-style: italic;
}

.gift-card .wpforms-form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #bfbfbf;
}

.gift-card .wpforms-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bfbfbf;
    opacity: 1;
}

.gift-card .wpforms-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bfbfbf;
    opacity: 1;
}

.gift-card .wpforms-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bfbfbf;
}

.gift-card div.wpforms-container-full .wpforms-form label.wpforms-error {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: calc(50% - 9px);
    margin-left: 18px;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-field-row {
    margin-bottom: 10px !important;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping {
    margin-bottom: 14px;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row:nth-child(4) {
    display: inline-block;
    width: calc(100%*2/3);
    vertical-align: top;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row:nth-child(4) .wpforms-one-half {
    margin-left: 16px;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row:last-child {
    display: inline-block;
    width: calc(100%/3);
    vertical-align: top;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row:last-child .wpforms-first {
    width: 100%;
    padding-left: 14px;
}

.gift-card div.wpforms-container-full .wpforms-form textarea {
    max-height: 138px;
    height: 138px;
    resize: none;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin: 26px auto 15px;
    display: flex;
    justify-content: center;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    background-color: #47becf;
    border: 1px solid #47becf;
    padding: 10px 51px;
    transition: all .3s ease;
    border-radius: 5px;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
    background-color: #fff;
    color: #47becf;
}

.gift-card div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:after {
    display: none;
}

.gift-card .wpforms-confirmation-container-full {
    text-align: center;
    font-size: 18px;
    color: #464646;
}

.gift-card .reload-gift-card {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    background-color: #47becf;
    border: 1px solid #47becf;
    padding: 10px 21px;
    transition: all .3s ease;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 5px;
}

.gift-card .reload-gift-card:hover {
    background-color: #fff;
    color: #47becf;
}

@media(max-width: 1440px) {
    .history-glance .history-glance-list,
    .history-healing,
    .history-family {
        max-width: calc(60vw - 30px);
    }
    .history-glance .history-glance-list::before,
    .history-family::after {
        width: calc(40vw - 50px);
        left: calc(60vw - 10px);
        background-position: center center;
        background-size: contain;
    }
    .history-healing::after {
        width: calc(40vw - 50px);
        right: calc(60vw - 15px);
        background-position: center center;
        background-size: contain;
    }
}

@media(max-width: 1239.5px) {
    .history-healing h4,
    .history-glance h4,
    .history-family h4 {
        font-size: 35px;
    }
}

@media(max-width: 991.5px) {
    #page--content.history-content {
        padding-top: 50px;
        padding-bottom: 65px;
    }
    #page--content.thankyou-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .thankyou-content h5 {
        font-size: 20px;
    }
    .history-glance .history-glance-list::before {
        width: 400px;
        left: 50%;
        top: 0;
        bottom: auto;
        height: 320px;
        transform: translateX(-50%);
    }
    .history-glance .history-glance-list,
    .history-healing {
        max-width: 100%;
        padding-top: 350px;
    }
    .history-glance {
        margin-bottom: 70px;
    }
    .history-healing {
        margin-bottom: 45px;
    }
    .history-healing::after {
        width: 400px;
        left: 50%;
        top: 60px;
        bottom: auto;
        right: auto;
        height: 260px;
        transform: translateX(-50%);
    }
    .history-family {
        max-width: 100%;
        padding-bottom: 290px;
        width: 100%;
    }
    .history-family:after {
        left: 50%;
        transform: translateX(-50%);
        height: 260px;
        width: 100%;
        bottom: 0;
        top: auto;
    }
    .history-healing h4,
    .history-glance h4,
    .history-family h4 {
        font-size: 4.541vw;
    }

    .history-healing p, .history-family p{
        letter-spacing: 0.2px;
    }

    .history-family .history-family-row:not(:last-child) {
        margin-bottom: 45px;
    }
    .combine-pool-options {
        display: block;
    }
    .combine-pool-option {
        max-width: 450px;
        margin: 0 auto 25px;
    }
    .gift-card .wpforms-form .wpforms-field-radio ul {
        justify-content: space-between;
        padding-right: 0 !important;
    }
    .gift-card .wpforms-form .wpforms-field-radio ul li.choice-2 {
        margin: 0 30px !important;
    }
}

@media(max-width: 767.5px) {
    #page--content.history-content {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .history-healing {
        padding: 335px 20px 30px;
        border: 3px solid #ededed;
    }
    .history-glance-item {
        margin-bottom: 15px;
        justify-content: center;
        flex-flow: column;
    }
    .history-glance-item-time {
        margin-bottom: 10px;
        height: 50px;
    }
    .history-glance-item-time:after {
        width: 2px;
        height: 10px;
        right: 50%;
        top: 100%;
        transform: translateX(50%);
    }
    .history-glance-item-content {
        text-align: center;
        width: 100%;
    }
    .history-glance {
        margin-bottom: 60px;
    }
    .history-glance h4,
    .history-family h4 {
        font-size: 35px;
    }
    .history-healing {
        margin-bottom: 45px;
    }
    .history-healing h4 {
        font-size: 35px;
        padding: 0px 10px;
    }
    .history-healing::after {
        top: 45px;
    }
    #page--content.history-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .gift-card .wpforms-form .wpforms-field-radio .wpforms-field-label {
        text-align: left;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-field-radio {
        margin-bottom: 21px;
    }
    .gift-card .wpforms-form .wpforms-field-radio ul {
        display: block;
    }
    .gift-card .wpforms-form .wpforms-field-radio ul li.choice-2 {
        margin: 0 0 5px !important;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-field-row {
        margin-bottom: 0 !important;
    }
    .gift-card .wpforms-form .wpforms-field-label {
        font-size: 16px !important;
    }
    .gift-card div.wpforms-container-full .wpforms-form .gift-card__intro {
        font-size: 16px;
    }
    .gift-card .wpforms-form .wpforms-field-radio ul li label {
        font-size: 16px;
    }
    .gift-card .wpforms-form .wpforms-field:not(.wpforms-field-radio) input,
    .gift-card .wpforms-form .wpforms-field select {
        padding: 6px 10px !important;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 560px) {
    .history-glance h4, .history-family h4 {
        font-size: 9.373vw;
        margin-bottom: 35px;
    }
    .history-healing h4 {
        font-size: 9.373vw;
        width: 80%;
        white-space: normal;
    }
    .history-glance .history-glance-list::before {
        height: 75vw;
        width: 100%;
    }
    .history-glance .history-glance-list {
        max-width: 100%;
        padding-top: calc(75vw + 30px);
    }
    .history-glance {
        margin-bottom: calc(50px + 5vw);
    }
    .history-healing {
        padding-top: 75vw;
    }
    .history-healing::after {
        top: 14.286vw;
        width: calc(100% - 40px);
        height: 56.250vw;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row:nth-child(4),
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row:last-child {
        width: 100%;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-one-half {
        width: 100%;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row:nth-child(4) .wpforms-one-half {
        margin-left: 0;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row:last-child .wpforms-first {
        padding-left: 0;
        margin-bottom: 0;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row {
        margin-bottom: 10px !important;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row:not(:last-child) .wpforms-first {
        margin-bottom: 10px;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-field.shipping>.wpforms-field-row:last-child {
        margin-bottom: 0 !important;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-one-half {
        margin-left: 0;
    }
    .gift-card div.wpforms-container-full .wpforms-form .wpforms-one-half.wpforms-first {
        margin-bottom: 10px;
    }
    .gift-card .wpforms-form .card-amount .wpforms-field-description {
        display: block;
    }
    .gift-card .wpforms-form .wpforms-field.card-amount input::placeholder {
        opacity: 0;
    }
    .gift-card .wpforms-form .wpforms-field.card-amount input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        opacity: 0;
    }
    .gift-card .wpforms-form .wpforms-field.card-amount input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        opacity: 0;
    }
    .gift-card .wpforms-form .wpforms-field.card-amount input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        opacity: 0;
    }
    .gift-card .wpforms-form .wpforms-field.card-amount input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        opacity: 0;
    }
}


/* Gallery Page */

#page--content.gallery-content {
    padding-top: 100px;
    padding-bottom: 120px;
}

.gallery-type {
    text-align: center;
    margin-bottom: 60px;
}

.gallery-type .gallery-type-list {
    margin: 0px;
    list-style: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-type .gallery-type-list li {
    font-size: 20px;
    height: 59px;
    line-height: 59px;
    border: 1px solid #ebebeb;
    transition: all 0.5s;
    width: 235px;
    cursor: pointer;
    margin: 0px;
    max-width: calc(100% / 3);
}

.gallery-type .gallery-type-list li:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
}

.gallery-type .gallery-type-list li.active,
.gallery-type .gallery-type-list li:hover {
    background: #ebebeb;
}

.gallery-row {
    margin: 0px -8px;
    display: flex;
    flex-wrap: wrap;
}

.gallery-col {
    padding: 0px 8px;
    width: calc(100% / 4);
}

.gallery-item {
    overflow: hidden;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.gallery-item.tall {
    height: 415px;
}

.gallery-item.wide {
    height: 199.5px;
}

.gallery-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.gallery-item-bg a {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
    opacity: 0;
    position: absolute;
}

.gallery-item-bg a:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../images/share-icon.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
}

.gallery-item-bg a:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.type .gallery-row {
    display: block;
    margin: 0px;
}

.type .gallery-row .gallery-col {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0px;
}

.type .gallery-row .gallery-col.gallery-col.round-2 {
    flex-flow: row-reverse;
}

.type .gallery-row .gallery-col.gallery-col:last-child {
    flex-flow: row;
}

.type .gallery-row .gallery-col>div {
    width: calc(100% / 4);
    padding: 0px 8px;
}

@media(max-width: 1239.5px) {
    .gallery-item.tall {
        height: calc(223px / 0.71084337349);
    }
    .gallery-item.wide {
        height: calc(((223px / 0.71084337349) - 16px) / 2);
    }
}

@media(max-width: 1023.5px) {
    .gallery-item.tall {
        height: calc(22.141vw / 0.71084337349);
    }
    .gallery-item.wide {
        height: calc(((22.141vw / 0.71084337349) - 16px) / 2);
    }
}

@media(max-width: 991.5px) {
    #page--content.gallery-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .gallery-type {
        margin-bottom: 50px;
    }
    .gallery-col {
        width: calc(100% / 2);
    }
    .gallery-item.tall {
        height: calc(47.275vw / 0.71084337349);
    }
    .gallery-item.wide {
        height: calc(((47.275vw / 0.71084337349) - 16px) / 2);
    }
    .type .gallery-row .gallery-col>div {
        width: calc(100% / 2);
    }
    .type .gallery-row .gallery-col.gallery-col.round-2 {
        flex-flow: wrap;
    }
    .gallery-type .gallery-type-list li {
        width: 25%;
    }
    .gift-card {
        padding-bottom: 50px;
    }
}

@media(max-width: 767.5px) {
    .gallery-item.tall {
        height: calc(248px / 0.71084337349);
    }
    .gallery-item.wide {
        height: calc(((248px / 0.71084337349) - 16px) / 2);
    }
    .gallery-type .gallery-type-list li {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        width: 100%;
        max-width: 100%;
    }
    .gallery-type .gallery-type-list li:nth-child(2) {
        border-top: 0px;
        border-bottom: 0px;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }
}

@media(max-width: 510px) {
    .gallery-item.tall {
        height: calc(45.490vw / 0.71084337349);
    }
    .gallery-item.wide {
        height: calc(((45.490vw / 0.71084337349) - 16px) / 2);
    }
}


/* Gift Shops */

#page--content.gift-content {
    padding-top: 75px;
    padding-bottom: 80px;
}

#page--content.gift-content .top--content {
    margin-bottom: 80px;
}

#page--content.gift-content .top--content h3 {
    margin-bottom: 45px;
}

#page--content.gift-content .top--content p {
    line-height: 1.6;
    margin-bottom: 15px;
}

#page--content.gift-content .top--content p:last-child {
    margin-bottom: 0;
}

#page--content.gift-content .top--content .gift-top {
    margin-bottom: 40px;
}

#page--content.gift-content .top--content .box-note {
    background: #ebebeb;
    padding: 40px;
    line-height: 1.6;
    text-align: left;
}

#page--content.gift-content .top--content .box-note p {
    padding-left: 28px;
    position: relative;
}

#page--content.gift-content .top--content .box-note p:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='15px'%3E%3Cpath fill-rule='evenodd' fill='rgb(71, 190, 207)' d='M7.459,15.000 C7.268,14.350 7.098,13.746 6.912,13.147 C6.633,12.244 6.364,11.337 6.053,10.445 C5.780,9.664 5.210,9.143 4.438,8.885 C3.456,8.557 2.461,8.267 1.470,7.964 C0.980,7.814 0.488,7.672 -0.002,7.479 C0.822,7.241 1.647,7.007 2.469,6.763 C3.061,6.587 3.650,6.398 4.240,6.213 C5.236,5.899 5.887,5.235 6.193,4.232 C6.598,2.903 6.994,1.572 7.394,0.241 C7.413,0.180 7.435,0.120 7.477,-0.001 C7.653,0.591 7.811,1.130 7.973,1.668 C8.229,2.519 8.485,3.370 8.747,4.220 C9.056,5.220 9.693,5.901 10.694,6.208 C11.983,6.604 13.277,6.986 14.569,7.374 C14.692,7.411 14.814,7.449 15.005,7.508 C14.561,7.640 14.181,7.753 13.801,7.867 C12.771,8.177 11.738,8.479 10.711,8.801 C9.747,9.103 9.090,9.734 8.780,10.712 C8.591,11.305 8.399,11.897 8.219,12.493 C7.987,13.258 7.767,14.027 7.540,14.794 C7.525,14.847 7.500,14.897 7.459,15.000 Z'/%3E%3C/svg%3E") center center no-repeat;
}

#page--content.gift-content .top--content .box-note a {
    text-transform: uppercase;
    font-weight: 600;
    color: #47becf;
    text-decoration: none;
}

#page--content.gift-content .top--content .box-note a:hover {
    color: #464646;
}

#giff-gallery .gallery-row {
    margin: 0px -26px -54px;
}

#giff-gallery .gallery-item {
    padding: 0px 26px;
    width: calc(100% / 3);
    margin-bottom: 54px;
}

#giff-gallery .gallery-item a {
    position: relative;
    display: block;
}

#giff-gallery .gallery-item a:before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    position: absolute;
}

#giff-gallery .gallery-item a:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../images/share-icon.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    transition: all 0.5s;
    opacity: 0;
}

#giff-gallery .gallery-item a:hover:after,
#giff-gallery .gallery-item a:hover:before {
    opacity: 1;
}

#giff-gallery .gallery-item img {
    width: 100%;
    display: block;
}

@media(max-width: 1239.5px) {
    #giff-gallery .gallery-row {
        margin: 0px -12px -24px;
    }
    #giff-gallery .gallery-item {
        padding: 0px 12px;
        margin-bottom: 24px;
    }
}

@media(max-width: 991.5px) {
    #page--content.gift-content {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    #page--content.gift-content .top--content h3 {
        margin-bottom: 30px;
    }
    #page--content.gift-content .top--content {
        margin-bottom: 60px;
    }
    #page--content.gift-content .top--content .box-note {
        padding: 27px 20px;
    }
    #page--content.gift-content .top--content .gift-top {
        margin-bottom: 30px;
    }
}

@media(max-width: 767.5px) {
    #giff-gallery .gallery-item {
        width: calc(100% / 2);
    }
}


/* Blog page */

#page--content.blog-content {
    padding-top: 100px;
    padding-bottom: 120px;
}

#page--content .top--content {
    margin-bottom: 73px;
}

#page--content .top--content h3:last-child {
    margin-bottom: 0px;
}

#page--content.blog-content .service-list {
    padding: 0;
}

#page--content.blog-content .service-list .noresult {
    text-align: left;
}

.blog-list--item {
    margin: 0px -12.5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 76px;
}

.blog-list--item:last-child {
    margin-bottom: 0px;
}

.blog-list--item .blog-list--item-image {
    padding: 0px 12.5px;
    width: 39%;
    position: relative;
}

.blog-list--item .blog-list--item-right {
    padding: 0px 12.5px;
    width: 61%;
    padding-left: 85px;
}

.blog-list--item-image-bg {
    position: absolute;
    top: 0;
    left: 12.5px;
    bottom: 0;
    right: 83.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-list--item-image-bg img {
    opacity: 0;
}

.blog-list--item-image .blog-range {
    position: absolute;
    right: 13.5px;
    padding: 26px 35px 22px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #92c3d3;
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff;
    line-height: 1.3;
    display: flex;
    flex-flow: column;
    top: 0;
}

.blog-list--item-image .blog-range .blog-range-num {
    font-weight: 900;
    font-size: 47px;
}

.blog-list--item-right h4 {
    font-size: 24px;
    color: #3a4146;
    font-weight: bold;
    line-height: 1.5;
    margin-top: -10px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.blog-list--item-right .blog-author {
    font-style: italic;
    color: #aeb7be;
    display: flex;
    margin-bottom: 38px;
    list-style: none;
}

.blog-list--item-right .blog-author li {
    margin: 0px;
    margin-right: 65px;
}

.blog-list--item-right .blog-author li:last-child {
    margin-right: 0px;
}

.blog-list--item-right .blog-excerpt {
    line-height: 1.45;
    margin-bottom: 25px;
}

.blog-list--item-right a.read-more {
    color: #47becf;
    font-style: italic;
    position: relative;
    text-decoration: none;
    transition: all 0.5s;
}

.blog-list--item-right a.read-more:after {
    content: "";
    left: 0px;
    bottom: 1px;
    right: 1px;
    position: absolute;
    height: 1px;
    background: #47becf;
    transition: all 0.5s;
}

.blog-list--item-right a.read-more:hover {
    color: #007d7d;
}

.blog-list--item-right a.read-more:hover:after {
    background: #007d7d;
}

.single .alignleft {
    margin: 0px 20px 20px 0px;
}

.single #page--content .top--content p:not(:last-child) {
    margin-bottom: 20px;
}

.single #page--content .section-post-header {
    margin-bottom: 50px;
}

.single #page--content .section-post-header .entry-title {
    font-size: 40px;
    font-weight: bold;
    color: #47becf;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.single #page--content .section-post-header .post-meta {
    margin: 0px;
    color: #aeb7be;
    font-style: italic;
}

.single #page--content .section-post-header .post-meta .fn,
.single #page--content .section-post-header .post-meta .entry-date {
    font-style: normal;
}

.single #page--content .section-post-header .post-meta .author-date a {
    border: none;
    color: #aeb7be;
}

.single #page--content .section-post-header .post-meta .author-date a:hover {
    color: #464646;
}

.single #page--content .section-post-header .post-meta .category {
    display: none;
}

.single #page--content .top--content {
    margin-bottom: 50px;
}

.section-post-related .section-related-adjustment {
    padding-top: 40px;
}

.section-post-related .section-related-ul.col-3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.section-post-related .col-3 .post-related {
    width: calc(100% / 3);
    margin: 0;
    padding: 0 15px;
}

.section-post-related h4 {
    font-size: 25px;
    color: #47becf;
    line-height: 1.2;
}

.section-post-related .button,
.section-post-related .date_label,
.section-post-related .image_links {
    display: none !important;
}

.section-post-related .post-related h4 {
    font-size: 20px;
}

.section-post-related .simple .post-related .image_frame {
    border: none;
    width: 100%;
}

.section-post-related .simple .post-related .image_frame img {
    width: 100%;
}

.section-post-related .image_frame:hover .image_wrapper img,
.section-post-related .image_frame.hover .image_wrapper img {
    top: 0;
}

.section-post-related .image_frame .image_wrapper .mask::after {
    background: rgba(0, 0, 0, 0.5);
}

.section-post-related .image_frame .image_wrapper .mask::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../images/share-icon.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    transition: all 0.5s;
    opacity: 0;
}

.section-post-related .image_frame:hover .image_wrapper .mask::before,
.section-post-related .image_frame.hover .image_wrapper .mask::before {
    opacity: 1;
}

@media(max-width: 1239.5px) {
    .blog-list--item .blog-list--item-image {
        width: 45%;
    }
    .blog-list--item-image-bg {
        right: 67.5px;
    }
    .blog-list--item .blog-list--item-right {
        width: 55%;
        padding-left: 12.5px;
    }
    .blog-list--item-image .blog-range {
        padding: 15px 25px 15px;
        font-size: 25px;
    }
    .blog-list--item-image .blog-range .blog-range-num {
        font-size: 35px;
    }
    .blog-list--item-right .blog-author,
    .blog-list--item-right .blog-excerpt {
        margin-bottom: 25px;
    }
}

@media(max-width: 991.5px) {
    #page--content.blog-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #page--content .top--content {
        margin-bottom: 50px;
    }
    .blog-list--item:not(:last-child) {
        margin-bottom: 50px;
    }
    .blog-list--item-image-bg {
        bottom: auto;
    }
    #page--content.blog-content .service-list .noresult {
        text-align: center;
    }
    .single .alignleft {
        max-width: 35%;
    }
    .single #page--content .top--content {
        text-align: left;
    }
}

@media(max-width: 767.5px) {
    .blog-list--item-image .blog-range {
        position: absolute;
        right: 12.5px;
    }
    .blog-list--item .blog-list--item-image {
        margin-bottom: 30px;
        width: 100%;
    }
    .blog-list--item .blog-list--item-right {
        width: 100%;
    }
    .blog-list--item-image-bg {
        position: static;
    }
    .blog-list--item-right .blog-author li:not(:last-child) {
        margin-right: 30px;
    }
    .service-list .noresult {
        font-size: 25px;
    }
}


/* Spa Page */

#page--content.spa-content {
    padding-top: 50px;
    padding-bottom: 90px;
}

#page--content.spa-content .plan-soak {
    padding: 40px 45px 40px;
    margin-bottom: 20px;
    background: #ebebeb;
}

#page--content.spa-content .plan-soak h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #47becf;
    font-size: 22px;
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
}

#page--content.spa-content .plan-soak .plan-soak--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page--content.spa-content .plan-soak .plan-soak--content ul {
    width: calc(50% - 35px);
    margin: 0;
    list-style: none;
}

#page--content.spa-content .plan-soak .plan-soak--content ul li {
    margin: 0px;
    line-height: 1.45;
    padding-left: 20px;
    position: relative;
    margin-bottom: 7px;
}

#page--content.spa-content .plan-soak .plan-soak--content ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    display: block;
    background: #47becf;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

#page--content.spa-content .plan-soak .plan-soak--content ul li a {
    color: #47becf;
    font-weight: 500;
}

#page--content.spa-content .plan-soak .plan-soak--content ul li a:hover {
    color: #464646;
    text-decoration: none;
}

#page--content.spa-content .top--content p {
    line-height: 1.45;
    margin-bottom: 45px;
}

#page--content.spa-content .top--content .note-box {
    font-size: 15px;
    color: #797979;
    font-style: italic;
    margin-bottom: 60px;
    text-align: center;
}

#page--content.spa-content .top--content .note-box a {
    font-weight: 500;
    color: #47becf;
}

#page--content.spa-content .top--content .note-box a:hover {
    color: #797979;
    text-decoration: none;
}

#page--content.spa-content .top--content .note-box-dash {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 19px;
    color: #92c3d3;
    line-height: 1.2;
    /*border: 2px dashed #92c3d3;*/
    padding: 0px 0px 22px;
    font-family: 'Chaparral Pro';
    font-style: italic;
}

#page--content.spa-content .top--content .note-box-dash strong {
    margin-bottom: 7px;
    display: block;
    letter-spacing: 0.5px;
    color: #47becf;
    font-size: 53px;
    margin-bottom: 0;
    text-transform: lowercase;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
}

#page--content.spa-content .top--content {
    margin-bottom: 0px;
    position: relative;
}

#page--content.spa-content .service-list {
    padding-top: 0px;
    padding-bottom: 45px;
}

#page--content.spa-content .service-list>div>h4 {
    text-align: center;
    margin-bottom: 40px;
    color: #47becf;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    border: 2px dashed #92c3d3;
    font-size: 18px;
    color: #92c3d3;
    line-height: 1.2;
    padding: 20px 10px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

#spa {
    margin: 0 -26px;
    display: flex;
    flex-wrap: wrap;
}

#spa .service-list--item {
    margin: 0px;
    margin-bottom: 45px;
    padding: 0px 25px;
    display: inline-block;
    width: calc(100% / 3);
    border: none;
}

#spa .service-list--item .service-list--item-image {
    padding: 0px;
    width: 100%;
    margin-bottom: 32px;
}

#spa .service-list--item .service-list--item-image-bg {
    position: static;
}

#spa .service-list--item .service-list--item-right {
    width: 100%;
    padding: 0px;
}

#spa .service-list--item h4 {
    font-size: 22px;
    padding-bottom: 0px;
    line-height: 1.2;
    margin-bottom: 7px;
    color: #464646;
    text-transform: uppercase;
}

#spa .service-list--item h4::after {
    display: none;
}

#spa .service-list--item .service-list--item-right .service-list--item-content p {
    margin-bottom: 0px;
    font-style: italic;
}

#spa .service-list--item .service-list--item-right .service-list--item-content p.text-blue {
    color: #47becf;
    display: none;
}

#spa .service-list--item .service-list--item-right .service-list--item-content {
    margin-bottom: 23px;
    min-height: 70px;
}

#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa {
    margin: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li {
    width: calc((100% / 3) - 20px);
    padding-left: 50px;
    margin-right: 30px;
    margin-bottom: 0px;
    position: relative;
}

#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li.over {
    display: none;
}

#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li:last-child {
    margin-right: 0px;
}

#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li.over span,
#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li.over b {
    text-decoration: line-through;
}

#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 37px;
    left: 0;
    top: 5px;
    background-image: url('../images/spa-icon.png');
}

#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li::before {
    content: '';
    /*background: #92c3d3;*/
    width: 0px;
    top: 3px;
    bottom: 4px;
    left: 40px;
    position: absolute;
    border-left: 1px solid #92c3d3;
}

#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li span {
    display: block;
    margin-bottom: 5px;
}

#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li b {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
}


/* #spa .service-list--item .service-list--item-right .service-list--item-price ul{
	justify-content: space-between;
} */

#spa .service-list--item .service-list--item-right .service-list--item-price {
    margin-bottom: 15px;
}

#spa .service-list--item .service-list--item-right .service-list--item-link a {
    padding: 12px 33px;
}

#spa .service-list--item .service-list--item-right .service-list--item-price ul li b {
    font-size: 16px;
}

.spa-policy-content {
    border-bottom: 6px solid #47becf;
    background: #f3f3f3;
    padding: 45px 0px 30px;
}

.spa-policy-content h4 {
    color: #47becf;
    text-align: center;
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
}

.spa-policy-row {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.spa-policy-col {
    width: 50%;
    padding: 0 42.5px;
}

.spa-policy-col p {
    margin-bottom: 7px;
    line-height: 1.45;
    position: relative;
}

.spa-policy-col p:before {
    content: "";
    position: absolute;
    background-image: url('../images/price-suilt.png');
    width: 11px;
    height: 11px;
    top: 6px;
    left: -20px;
}

.spa-policy-col p:last-child {
    margin-bottom: 0px;
}

@media(max-width: 1239.5px) {
    #spa {
        margin: 0px -12.5px;
    }
    #spa .service-list--item {
        padding: 0px 12.5px 48px;
        position: relative;
    }
    .spa-policy-row {
        margin: 0px;
        padding: 0 15px;
    }
    .spa-policy-col {
        padding: 0 12.5px;
    }
    #spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li {
        width: calc((100% / 2) - 30px);
        padding-left: 50px;
        margin-right: 60px;
    }
    #spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li:nth-child(2),
    #spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li:last-child {
        margin-right: 0px;
    }
    #spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li:nth-child(3) {
        margin-top: 10px;
    }
    /* #spa .service-list--item .service-list--item-right .service-list--item-link a {
        position: absolute;
        left: 12.5px;
        bottom: 0;
    } */

    #spa .service-list--item .service-list--item-right .service-list--item-link a {
        padding: 12px 15px;
        width: 135px;
    }

    #spa .service-list--item .service-list--item-right .service-list--item-content {
        min-height: 0px;
    }
}

@media(max-width: 991.5px) {
    /*#spa .service-list--item .service-list--item-image img{
		opacity: 0;
	}*/
    #spa .service-list--item .service-list--item-image h4 {
        display: none;
    }
    #spa .service-list--item .service-list--item-right h4 {
        display: block;
        text-align: left;
    }
    #spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li {
        width: calc((100% / 3));
        padding-left: 40px;
        margin-right: 0;
        position: relative;
        padding-top: 0;
        text-align: left;
    }
    #spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li:nth-child(3) {
        margin-top: 0;
    }
    #spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li::before {
        left: 35px;
    }
    #spa .service-list--item {
        width: 50%;
    }

    #spa .service-list--item .service-list--item-right .wrap-btn {
        justify-content: center;
    }

    #spa .service-list--item .service-list--item-right .service-list--item-link a {
        max-width: 200px;
        /* min-width: 150px; */
        margin: 0 15px;
    }
    
    /*#spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li::after{
		left: 0;
		top: 0;
		transform: none;
	}*/
    #page--content #spa .service-list--item .service-list--item-right .service-list--item-price>ul {
        justify-content: flex-start;
    }
    #page--content.spa-content {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    /*#page--content.spa-content .top--content{
		margin-bottom: 40px;
	}*/
    .spa-policy-col {
        width: 100%;
        margin-bottom: 7px;
        /* text-align: center; */
    }
    .spa-policy-col p {
        padding-left: 15px;
    }
    .spa-policy-col p::before {
        left: 0px;
    }
    .spa-policy-col:last-child {
        margin-bottom: 0px;
    }
    #page--content.spa-content .service-list {
        padding-bottom: 10px;
    }
    #page--content.spa-content .plan-soak .plan-soak--content ul {
        width: 100%;
    }
    #page--content.spa-content .plan-soak {
        padding: 30px 25px 30px;
        text-align: left;
    }
    #page--content.spa-content .top--content .note-box,
    #page--content.spa-content .top--content p {
        margin-bottom: 40px;
    }
}

@media(max-width: 767.5px) {
    #spa .service-list--item {
        width: 100%;
        padding-bottom: 0px;
    }
    #spa .service-list--item .service-list--item-right,
    #spa .service-list--item .service-list--item-right h4 {
        text-align: center;
    }
    #page--content #spa .service-list--item .service-list--item-right .service-list--item-price>ul {
        justify-content: center;
    }
    #spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li {
        width: auto!important;
        margin-right: 15px!important;
    }
    #spa .service-list--item .service-list--item-right .service-list--item-price ul.spa li:last-child {
        margin-right: 0px!important;
    }
    #spa .service-list--item .service-list--item-right .service-list--item-link a {
        position: static;
    }

    .spa-policy-content h4 {
        padding: 0px 15px;
    }
    /*#page--content.spa-content .plan-soak h4{
		font-size: 28px;
	}*/
    #page--content.spa-content .plan-soak {
        padding: 30px 15px;
    }
    #page--content.spa-content .top--content .note-box-dash strong {
        font-size: 42px;
    }
    .history-family h4 {
        line-height: 1.3em;
    }
    .history-mineral-wrapper .mineral-table tr td {
        line-height: 1.3em;
    }
}

@media screen and (max-width: 575px) {
    #page--banner.hotspring .welcome-packet a {
        font-size: 16px;
        padding: 14px 9px 12px;
    }
    #page--banner.hotspring .welcome-packet {
        margin-top: 25px;
    }
}

@media(max-width: 480px) {
    #page--content.spa-content .top--content .note-box-dash {
        font-size: 3.750vw;
    }
    #page--content.spa-content .service-list>div>h4 {
        font-size: 16px;
    }
    #page--content.spa-content .top--content .note-box-dash strong {
        font-size: 8.333vw;
        margin-bottom: 3.125vw;
    }
    .history-mineral-wrapper .mineral-table tr td {
        padding: 14px 10px 13px;
    }
}

@media(max-width: 414.5px) {
    .spa-policy-col {
        padding: 0;
        letter-spacing: -0.5px;
    }
    .combine-pool-option .calendar .divider {
        margin: 0 5px;
    }
}

@media(max-width: 375.5px) {
    .spa-policy-col {
        padding: 0px;
        letter-spacing: 0.5px;
    }
}

@media(max-width: 360px) {
    .spa-policy-col {
        letter-spacing: 0;
    }
}


/* Things to do page */

#page--banner.indaho-banner img {
    margin-bottom: 45px;
}

#page--banner.indaho-banner h1 br {
    display: none;
}

#page--content.todo-content {
    padding-top: 90px;
    padding-bottom: 90px;
}

#page--content.todo-content .service-list {
    padding: 0;
}

#things-todo .things-todo-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 75px;
}

#things-todo .things-todo-item:last-child {
    margin-bottom: 0px;
}

.item-revert {
    flex-flow: row-reverse;
}

#things-todo .things-todo-item>div {
    width: 50%;
}

#things-todo .things-todo-item:not(.item-revert) .things-todo-item-left {
    padding-right: 50px;
}

#things-todo .things-todo-item.item-revert .things-todo-item-left {
    padding-left: 60px;
}

#things-todo .things-todo-item .things-todo-item-left {
    display: inline-flex;
    flex-flow: column;
    align-self: center;
}

#things-todo .things-todo-item .things-todo-item-right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#things-todo .things-todo-item img {
    width: 100%;
    opacity: 0;
}

#things-todo .things-todo-item h4 {
    padding-bottom: 20px;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    color: #47becf;
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
}

#things-todo .things-todo-item h4:after {
    content: '';
    width: 73px;
    display: block;
    height: 4px;
    background: #47becf;
    position: absolute;
    left: 0;
    bottom: 0;
}

#things-todo .things-todo-item p {
    margin-bottom: 0px;
    line-height: 1.6;
}

@media(max-width: 1239.5px) {
    #page--banner.indaho-banner img {
        margin-top: 20px;
    }
    #page--banner.indaho-banner h1 br {
        display: block;
    }
}

@media(max-width: 991.5px) {
    #page--content.todo-content {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    #things-todo .things-todo-item {
        margin-bottom: 50px;
    }
    #things-todo .things-todo-item>div {
        width: 100%;
        padding: 0px!important;
    }
    #things-todo .things-todo-item .things-todo-item-left {
        margin-bottom: 35px;
    }
    #things-todo .things-todo-item .things-todo-item-right {
        background: none!important;
    }
    #things-todo .things-todo-item img {
        opacity: 1;
        width: auto;
    }
}

@media(max-width: 767.5px) {
    #page--banner.indaho-banner img {
        margin-bottom: 25px;
        width: 200px;
    }
    #things-todo .things-todo-item h4 {
        font-size: 26px;
    }
}

@media(max-width: 510px) {
    #page--banner.indaho-banner img {
        margin-bottom: 4.902vw;
        width: 39.216vw;
        margin-top: 3.922vw;
    }
}


/* employer page */

#page--content.employ-content {}

#page--content.employ-content .top--content p {
    line-height: 1.5;
}

#page--content.employ-content .top--content p strong {
    letter-spacing: 0.4px;
}

#page--content.employ-content .top--content p:last-child {
    margin-top: 15px;
    margin-bottom: 0px;
}

#page--content.employ-content .top--content h3 {
    margin-bottom: 30px;
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
}

.page-id-113 #page--banner.no-search {
    padding: 115px 0 82px;
}

#page--content.employ-content .top--content {
    margin-bottom: 60px;
}

#employ-form {
    padding: 73px 0px 100px;
}

#employ-form .contact-field {
    margin-bottom: 13px;
}

#employ-form .country_auto {
    display: none!important;
}

#employ-form .contact-col-2 {
    margin-bottom: 13px;
}

.contact-row-child {
    display: flex;
    margin: 0px -12px;
    flex-wrap: wrap;
}

.contact-row-child>.contact-field {
    padding: 0px 12px;
    width: calc(100% / 4);
    margin-bottom: 12px;
}

.textarea-filed .other textarea {
    height: 90px;
}

#employ-form .codedropz-upload-handler {
    border: 1px dashed #92c3d3;
    border-radius: 0px;
}

#employ-form .codedropz-upload-inner h3,
#employ-form .codedropz-upload-inner>span {
    display: none;
}

#employ-form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-size: 15px;
}

#employ-form .codedropz-upload-container {
    padding: 37px 15px;
}

#employ-form .upload-filed {
    margin-bottom: 23px;
}

#employ-form .upload-filed label,
#employ-form .textarea-filed label {
    margin-bottom: 10px;
}

#employ-form .textarea-filed .Message textarea {
    height: 235px;
}

#employ-form .submit-filed {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 7px;
}

/*#employ-form .submit-filed input {
    margin-left: 34px;
}*/

#employ-form .wpcf7 .wpcf7-response-output {
    margin-top: 20px;
    transform: none;
    width: 100%;
    font-size: 16px;
    padding: 17px;
    border-radius: 0px;
    text-align: center;
    position: absolute;
    visibility: hidden;
}

#employ-form .wpcf7 .wpcf7-response-output.alert {
    height: auto;
    visibility: visible;
    display: block;
    position: static;
}

#employ-form .wpcf7 .wpcf7-response-output.alert-danger {
    border: 1px solid #ed3b2e !important;
    color: #ed3b2e;
}

@media screen and (max-width: 1400px) {
    .history-mineral-wrapper .mineral-table tr td {
        padding: 14px 30px 13px;
    }
}

@media screen and (max-width: 1199.5px) {
    #page--content.history-content {
        padding-bottom: 70px;
    }
    .history-mineral {
        margin-bottom: 60px;
    }
    .history-mineral-wrapper .mineral-table tr td {
        padding: 14px 20px 13px;
        font-size: 16px;
    }
    .history-mineral-wrapper .mineral-table tr td:first-child {
        width: 145px;
    }
}

@media screen and (max-width: 1024px) {
    .history-mineral-wrapper .mineral-table tr td:nth-child(2) {
        width: 130px;
    }

    .history-mineral-wrapper .mineral-table tr td:nth-child(3){
        width: calc(100% - 130px - 145px);
    }
}

@media(max-width: 991.5px) {
    .contact-row-child>.contact-field,
    #employ-form .contact-col-2 {
        width: 50%;
    }
    #page--content.employ-content .top--content {
        margin-bottom: 45px;
    }
    #page--content.employ-content .top--content h3 {
        font-size: 35px;
        font-weight: 300;
    }
    #page--content.employ-content .top--content .employ-note {
        text-align: left;
    }
    .page-id-113 #page--banner.no-search {
        padding: 130px 0 50px;
    }
    #employ-form {
        padding: 50px 0px 50px;
    }
}

@media(max-width: 767.5px) {
    .contact-row-child>.contact-field,
    #employ-form .contact-col-2 {
        width: 100%;
    }
    #employ-form .contact-field.textarea-filed {
        margin-bottom: 0px;
    }
    #employ-form .upload-filed {
        margin-bottom: 7px;
    }
    #page--content.employ-content .top--content h3 {
        font-size: 29px;
    }

    .history-mineral-wrapper .mineral-table tr td{

    }
}

@media (max-width: 479.5px){
    .history-mineral-wrapper .mineral-table tr td{
        padding: 14px 10px 13px;
        font-size: 14px;
    }

    .history-mineral-wrapper .mineral-table tr td:first-child, .history-mineral-wrapper .mineral-table tr td:nth-child(2){
        width: 20%;
    }

    .history-mineral-wrapper .mineral-table tr td:last-child{
        width: 60%;
    }

    .history-mineral-wrapper .mineral-table th{
        font-size: 15px;
    }
}

@media(max-width: 375.5px) {
    #page--content.employ-content .top--content .employ-note {
        font-size: 14px;
    }
    #page--content.employ-content .top--content p strong {
        letter-spacing: 0px;
    }
}


/*page resort*/

#services-list-button {
    padding: 80px 0px 70px;
    background: #f6f6f6;
}

#services-list-button>.section_wrapper {
    width: 1579px;
}

.service-list-button-wrap {
    display: flex;
    margin: 0px -5px;
    flex-wrap: wrap;
    justify-content: center;
}

.service-list-button-item {
    width: calc(100% / 5);
    padding: 0px 5px;
    margin-bottom: 10px;
}

.service-list-button-item a {
    display: block;
    border: 10px solid #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14);
    position: relative;
    transition: all 0.5s;
}

.service-list-button-item a:hover {
    border-color: #92c3d3;
}

.service-list-button-item a img {
    display: block;
    width: 100%;
    height: auto;
}

.service-list-button-item a span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0px;
    transform: translateY(-50%);
    z-index: 2;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.resort-map {
    margin-bottom: 110px;
}

.resort-map a {
    display: block;
    line-height: 1;
}

.resort-map img {
    width: 100%;
    border: 2px solid #92c3d3;
    display: block;
    line-height: 1;
    transition: all 0.5s;
}

.resort-map a:hover img {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

#page--content .resort-gallery {
    margin-bottom: 110px;
}

@media(max-width: 1600px) {
    #services-list-button>.section_wrapper {
        width: 1230px;
    }
    .service-list-button-item a span {
        font-size: 26px;
    }
}

@media(max-width: 1239.5px) {
    #services-list-button>.section_wrapper {
        width: 940px;
    }
    .service-list-button-item a span {
        font-size: 28px;
    }
    .service-list-button-item {
        width: calc(100% / 3);
        padding: 0px 5px;
        margin-bottom: 10px;
    }
}

@media(max-width: 991.5px) {
    #page--banner.one-name {
        height: 420px;
    }
    #services-list-button {
        padding: 60px 30px 50px;
    }
    #page--content.room-resuilt--content.resort-content {
        padding-top: 50px;
    }
    #page--content .resort-map,
    #page--content .resort-gallery {
        margin-bottom: 60px;
    }
    .service-list-button-item a span {
        font-size: 3.027vw;
    }
}

@media(max-width: 767.5px) {
    #page--banner.one-name {
        padding: 60px 0 60px;
    }
    #page--banner.hotspring {
        padding: 80px 0 80px;
        padding: 0;
        height: 78.227vw!important;
    }
    #services-list-button {
        padding: 40px 20px 30px;
    }
    .service-list-button-item a {
        border-width: 1.304vw;
        border-radius: 2.868vw;
    }
    .service-list-button-item a span {
        font-size: 4.7vw;
    }
    #page--content.room-resuilt--content.resort-content {
        padding-top: 30px;
    }
    #page--content .resort-map,
    #page--content .resort-gallery {
        margin-bottom: 40px;
    }
    .service-list-button-item {
        width: calc(100% / 2);
    }
}

body .disable {
    display: none!important;
}

body .hidden {
    visibility: hidden!important;
}

#page--banner.about-banner {
    height: 100px!important;
    visibility: hidden!important;
    padding: 0!important;
    overflow: hidden;
}

@media(max-width: 767.5px) {
    #page--banner.about-banner {
        height: 40px !important;
    }
}


/*New edit page*/

.host-spring--content .service-list--item .service-list--item-right .service-list--item-price {
    display: none;
}

.host-spring--content .service-list--item .service-list--item-right .service-list--item-content {
    margin-bottom: 30px;
}

.host-spring--content .service-list--item .service-list--item-right .service-list--item-content>h3 {
    display: none;
}

#page--content.room-resuilt--content .hot-spring--content .service-list--item .service-list--item-right .service-list--item-content {
    margin-bottom: 50px;
    font-size: 18px;
}

#page--content.room-resuilt--content .hot-spring--content .service-list--item .service-list--item-right .service-list--item-price {
    margin-bottom: 25px;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak-box {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak-box.plan-soak__right {
    display: flex;
    flex-wrap: wrap;
}

.service-list--item .service-list--item-right .service-list--item-price ul li span.divider {
    display: inline-block;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak {
    padding: 25px 25px 22px;
    background: #dedede;
    width: 975px;
    /*width: 570px;*/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak+.plan-soak {
    margin-top: 20px;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak h4 {
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 22px;
    /*font-family: 'Kozuka Gothic Pr6N', sans-serif;*/
    font-family: 'Poppins';
    /*font-weight: 300;*/
    letter-spacing: 0;
    width: 100%;
    line-height: 1.6;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak h4:after {
    display: none;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak .plan-soak--content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak ul {
    /*width: calc(50% - 15px);*/
    width: 100%;
    list-style: none;
    margin: 0;
    text-align: left;
    align-self: flex-start;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak ul li {
    width: 100%;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    margin-bottom: 3px;
    font-size: 15px;
}

#page--content.room-resuilt--content .hot-spring--content .plan-soak ul li:after {
    content: '';
    position: absolute;
    display: block;
    background: #47becf;
    width: 7px;
    height: 7px;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

#page--content.room-resuilt--content .hot-spring--content .service-list--item-link {
    text-align: center;
}

#page--content.room-resuilt--content .hot-spring--content .service-list--item-note {
    padding: 0px;
    margin-bottom: 25px;
    background: none;
    text-align: center;
    font-size: 15px;
    color: #797979;
    font-style: italic;
    line-height: 1.5;
}

#page--content.room-resuilt--content .hot-spring--content .service-list--item-note p:not(:last-child) {
    margin-bottom: 10px;
}

.contact-us.content-wrap .content-left {
    width: 40%;
}

.contact-us.content-wrap .content-right {
    width: 60%;
}

.contact-list {
    height: 100%;
    display: flex;
    justify-content: center;
    background: #ebebeb;
    text-align: center;
    flex-flow: column;
    padding: 20px;
}

.contact-item {
    line-height: 1.5;
    margin-bottom: 15px;
}

.contact-item:last-child {
    margin-bottom: 0px;
}

.contact-item b {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-item a {
    color: #47becf;
    display: block;
}

.contact-item a:hover {
    text-decoration: none;
    color: #464646;
}

.contact-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.contact-item.social {
    line-height: 1.2;
}

.contact-item.social ul li {
    margin: 0;
}

.contact-item.social ul li:not(:last-child) {
    margin-right: 30px;
}

.contact-item.social ul li a {
    font-size: 20px;
}

.collapseContent p a {
    color: #47becf;
    font-style: italic;
}

.collapseContent p a:hover {
    color: #464646;
    text-decoration: none;
}

#page--content.room-resuilt--content .hot-spring--content .service-list--item .service-list--item-right .service-list--item-content>h4 {
    padding-bottom: 0px;
    text-align: center;
}

#page--content.room-resuilt--content .hot-spring--content .service-list--item .service-list--item-right .service-list--item-content>h4:after {
    display: none;
}

.page-id-492.page-child #page--banner.hotspring:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.page-id-492.page-child #page--banner.hotspring h1,
#page--banner.hotspring h1 {
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.521vw;
    font-size: 3.479vw;
    padding-top: 2.083vw;
    margin-left: -0.781vw;
}

.page-id-492 .service-list--item .service-list--item-right .service-list--item-link a {
    font-weight: 300;
}

.page-id-492.page-child #page--banner.hotspring>.section_wrapper,
#page--banner.hotspring>.section_wrapper {
    max-width: 100%!important;
}

#page--content .top--content h3.cuver-title,
.cuver-title-custom h3 {
    text-align: center;
    font-family: 'Chaparral Pro';
    font-weight: 300;
    color: #47becf;
    font-size: 53px;
    margin-bottom: 40px;
    text-transform: lowercase;
    font-style: italic;
    line-height: 1;
}

.cuver-title-custom h3.big-size {
    line-height: 1;
    font-size: 75px;
    margin-bottom: 85px;
}

.idaho-button {
    padding-top: 75px;
}

.idaho-button a {
    transition: all 0.5s;
}

.idaho-button a:hover {
    opacity: 0.8;
}

.big-space {
    margin-bottom: 70px;
}

@media (max-width: 1239.5px) {
    .booking-form .booking-form-title span {
        font-size: 40px;
    }
    .text-break {
        display: block;
        height: 0;
        opacity: 0;
    }
    .contact-item a span {
        display: block;
        height: 0;
        opacity: 0;
    }
    /*.page-child #page--banner.hotspring h1{
		font-size: 70px;
	}*/
    #page--content.room-resuilt--content .hot-spring--content .plan-soak {
        padding: 25px 25px 22px;
    }
    #page--content .top--content h3.cuver-title,
    .cuver-title-custom h3, #page--content.spa-content .top--content .note-box-dash strong {
        font-size: 4.214vw;
        /*margin-bottom: 60px;*/
    }
    /*.page-id-492.page-child #page--banner.hotspring{
		height: 41.667vw;
	}
*/
    .page-id-492.page-child #page--banner.hotspring h1,
    #page--banner.hotspring h1 {
        letter-spacing: 0.521vw;
        font-size: 5.264vw;
        padding-top: 0vw;
        margin-left: 0vw;
    }
}

@media (max-width: 991.5px) {
    .combine-pool-note {
        text-align: left;
    }
    .contact-us.content-wrap {
        flex-flow: column-reverse;
        padding-bottom: 10px;
    }
    .contact-us.content-wrap .content-left {
        width: 100%;
    }
    .contact-us.content-wrap .content-right {
        margin-bottom: 50px;
        width: 100%;
    }
    .contact-list {
        width: 600px;
        margin: 0 auto;
        max-width: 100%;
    }
    .contact-item a span {
        display: inline;
        height: unset;
        opacity: 1;
    }
    .contact-title {
        text-align: center;
    }
    .contact-field.submit-filed {
        text-align: center;
        position: relative;
    }
    .contact-field.submit-filed input {
        margin: 0px;
    }
    .content-right .wpcf7 .wpcf7-response-output {
        text-align: center;
    }
    .contact-field.submit-filed .wpcf7-spinner {
        position: absolute;
        margin: 0px;
        left: calc(50% + 100px);
        top: calc(50% - 12px);
    }
    #page--content.room-resuilt--content {
        padding-top: 40px;
    }
    #page--content.room-resuilt--content .hot-spring--content .service-list--item-note {
        text-align: center;
    }
    #page--content.room-resuilt--content .hot-spring--content .plan-soak ul {
        width: 100%;
    }
    #page--content.room-resuilt--content .hot-spring--content .service-list--item .service-list--item-right .service-list--item-content,
    .service-list--item.service-list--item-detail {
        margin-bottom: 35px!important;
    }
    #page--content.room-resuilt--content .top--content.hot-spring--content {
        margin-bottom: 30px;
    }
    #page--content.room-resuilt--content .top--content.hot-spring--content .service-list--item-note .service-note-text {
        text-align: center;
        padding-left: 0px;
    }
    #page--content.room-resuilt--content .top--content.hot-spring--content .service-list--item-note .service-note-text br {
        display: none;
    }
    #page--content.room-resuilt--content .top--content.hot-spring--content .service-list--item-note .service-note-text .note-text {
        position: static;
    }
    #page--content.room-resuilt--content .hot-spring--content .service-list--item .service-list--item-right .service-list--item-content>h4 {
        margin-bottom: 20px;
    }
    
    #page--content.room-resuilt--content .hot-spring--content .plan-soak {
        width: 570px;
    }
    #page--content .top--content h3.cuver-title,
    .cuver-title-custom h3 {
        margin-bottom: 30px;
    }
    .cuver-title-custom h3.big-size {
        margin-bottom: 55px;
        font-size: 7.568vw;
    }
    #page--content.room-resuilt--content .hot-spring--content .service-list--item .service-list--item-right .service-list--item-content {
        font-size: 17px;
    }
    #page--content.room-resuilt--content .hot-spring--content .plan-soak .h4-break {
        display: block;
        height: 0;
        opacity: 0;
    }
    .idaho-button {
        padding-top: 60px;
    }
}

@media(max-width: 767.5px) {
    .contact-us.content-wrap .content-left {
        margin-bottom: 0px;
    }
    .contact-title {
        font-size: 30px;
    }
    #page--banner>div {
        padding: 0px!important;
    }
    #page--content.room-resuilt--content {
        padding-top: 50px;
    }
    #page--content.room-resuilt--content .hot-spring--content .plan-soak-box {
        width: 100%;
    }
    #page--content.room-resuilt--content .hot-spring--content .plan-soak-box+.plan-soak-box {
        margin-top: 20px;
    }
    #page--content.room-resuilt--content .hot-spring--content .plan-soak {
        padding: 20px 15px 20px;
        width: 100%;
    }
    .page-id-590.page-child #page--banner.hotspring h1 {
        font-size: 59px;
    }
    #page--banner.hotspring h1 br {
        display: none;
    }
    #page--content.room-resuilt--content {
        padding-top: 30px;
    }
    .page-id-492.page-child #page--banner.hotspring h1,
    #page--banner.hotspring h1 {
        font-size: 8.264vw;
    }
    #page--content .top--content h3.cuver-title,
    .cuver-title-custom h3, #page--content.spa-content .top--content .note-box-dash strong {
        font-size: 6.71vw;
        margin-bottom: 25px;
    }
    .cuver-title-custom h3.big-size {
        font-size: 7.823vw;
        margin-bottom: 45px;
    }
    #page--content.room-resuilt--content .hot-spring--content #service-77 .service-list--item-note {
        padding: 0px 10px;
    }

    #page--content .top--content h3.cuver-title .break-mb {
        display: block;
        height: 0;
        opacity: 0;
    }
}

@media(max-width: 510px) {
    #page--banner.hotspring h1 {
        font-size: 9.5vw!important;
    }
    #page--content.room-resuilt--content .hot-spring--content .service-list--item .service-list--item-right .service-list--item-content {
        font-size: 16px;
    }
    #page--content .top--content h3.cuver-title,
    .cuver-title-custom h3, #page--content.spa-content .top--content .note-box-dash strong {
        font-size: 9.373vw;
    }
    .cuver-title-custom h3.big-size {
        font-size: 10.823vw;
    }
    #page--content.room-resuilt--content .hot-spring--content #service-77 .service-list--item-note {
        padding: 0px;
    }
}

@media (max-width: 480px) {
    .contact-item a span {
        display: block;
        height: 0;
        opacity: 0;
    }
    .booking-form .booking-form-title {
        text-align: center;
    }
    /*.booking-form .booking-form-title span {
        font-size: 29px;
    }*/
}

@media screen and (min-width:414px) {
    /* #page--content.room-resuilt--content .hot-spring--content .plan-soak ul.edit-list li {
        width: 25%;
    }
    #page--content.room-resuilt--content .hot-spring--content .plan-soak ul.edit-list li:after {
        display: none;
    }
    #page--content.room-resuilt--content .hot-spring--content .plan-soak ul.edit-list.list-30 li {
        width: 30%;
    }
    #page--content.room-resuilt--content .hot-spring--content .plan-soak ul.edit-list.list-30 li:nth-child(2) {
        width: 28%;
    } */
}


/*Book now button*/

#call-now--option {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 1330px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

#call-now--option.active {
    opacity: 1;
    visibility: visible;
}

#call-now--option ul {
    position: absolute;
    top: 85px;
    right: 0;
    font-size: 17px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    transform: translateX(14px);
}

#call-now--option ul li {
    padding-left: 5px;
    padding-right: 5px;
}

#call-now--option ul li:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #464646;
    display: block;
}

#call-now--option ul li a {
    color: #464646;
    display: inline-block;
    text-transform: uppercase;
}

#call-now--option ul li a:hover {
    color: #47becf;
    text-decoration: none;
}

#call-now--option.scroll ul {
    background: #eefdff;
}

@media(max-width: 1368px) {
    #call-now--option {
        width: 1230px;
    }
}

@media(max-width: 1239.5px) {
    #call-now--option {
        width: 940px;
    }
    #call-now--option ul {
        top: 85px;
        padding: 10px 6px;
    }
    #call-now--option.scroll ul {
        top: 82px;
    }
}

@media (max-width: 1024px) {
    #call-now--option {
        display: none;
    }
}

@media (max-width: 767.5px) {
    #call-now--option {
        display: block;
        width: 100%;
        top: 50%;
    }
    #call-now--option ul {
        top: 5px!important;
        transform: none;
        right: 50px;
    }
}

@media(max-width: 480px) {
    #call-now--option ul {
        right: 45px;
    }
}

@media(max-width: 790px) and (min-width: 767px){
    #page--content.room-resuilt--content .hot-spring--content .service-list--item .service-list--item-right .service-list--item-content p, #page--content.room-resuilt--content .top--content.hot-spring--content .service-list--item-note .service-note-text{
        letter-spacing: -0.2px;
    }

    #page--content .service-list--item#service-87 .service-list--item-right .service-list--item-price > ul.price-2 > li:first-child{
        width: 45%!important;
    }

    #page--content .service-list--item#service-87 .service-list--item-right .service-list--item-price > ul.price-2 > li:last-child{
        width: 55%!important;
    }
}

#page--content.pricing_content{
    padding: 95px 0px 120px;
}

.pricing-title{
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 48px;
}

.pricing-content{
    width: 905px;
    max-width: 100%;
    margin: 0 auto;
}

.pricing-table{
    border: none;
    width: 100%;
    margin-bottom: 0px;
}

table.pricing-table th, table.pricing-table td{
    box-shadow: none!important;
    border: none;
}

table.pricing-table th:not(:first-child), table.pricing-table td:not(:first-child){
    border-left: 1px solid #fff;
}

.pricing-table thead tr th{
    background: #92c3d3;
    color: #fcfcfc;
    font-size: 20px;
    padding: 24px 5px 19px;
    letter-spacing: 0.5px;
}

.pricing-table thead tr th:first-child{
    text-align: left;
    padding: 24px 38px 19px;
    width: 50%;
}

.pricing-table thead tr th:nth-child(2){
    width: 20%;
}

.pricing-table thead tr th:nth-child(3){
    width: 30%;
}

.pricing-table tbody tr:nth-child(odd){
    background: #dff5f8;
}

.pricing-table tbody tr:nth-child(even){
    background: #eefdff;
}

.pricing-table tbody tr td{
    padding: 13.5px 5px;
    font-weight: 400;
    font-size: 18px;
}

.pricing-table tbody tr td:first-child{
    text-align: left;
    padding: 13.5px 38px;
}

#lodge-rates-table.pricing-table thead th:first-child{
    padding-right: 85px;
}

.pricing-boxs{
    margin-bottom: 60px;
}

.pricing-boxs:last-child{
    margin-bottom: 0px;
}

.pricing-note{
    padding: 27px 42px;
    padding-right: 15px;
    border: 2px solid #92c3d3;
}

.pricing-note ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.pricing-note ul li{
    padding-left: 22px;
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.pricing-note ul li:last-child{
    margin-bottom: 0px;
}

.pricing-note ul li:after{
    content: '';
    background: #464646;
    position: absolute;
    left: 0px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.pricing-note ul li a{
    text-decoration: underline;
    transition: all 0.3s;
}

.pricing-note ul li a:hover{
    color: #92c3d3
}

/*#page--content.massage-page-content{
    padding-top: 120px;
}*/

.massage-page-content .pricing-table thead tr th:first-child, .massage-page-content .pricing-table tbody tr td:first-child{
    text-align: center;
}

.massage-page-content .pricing-table tbody tr td{
    padding: 12.5px 5px;
}

.massage-page-content .pricing-table tbody tr td p{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.massage-page-content .pricing-table tbody tr td p:first-child{
    font-weight: 500;
}

.massage-page-content .pricing-table tbody tr ul{
    list-style: none;
    padding: 0px;
    margin: 0;
    display: flex;
    justify-content: center;
    /*margin-bottom: -6px;*/
    flex-wrap: wrap;
}

.massage-page-content .pricing-table tbody tr ul li{
/*    margin-bottom: 6px;*/
    position: relative;
    font-size: 18px;
    font-weight: 400;
}

.massage-page-content .pricing-table tbody tr ul li:not(:first-child){
    margin-left: 20px;
    padding-left: 20px;
}

.massage-page-content .pricing-table tbody tr ul li:not(:first-child):after{
    content: '';
    top: 3px;
    bottom: 3px;
    left: -1px;
    position: absolute;
    border-left: 2px solid #464646;
}

.massage-page-content .pricing-table:not(:last-child){
    margin-bottom: 50px;
}

.table-mob{
    display: none;
}

@media(max-width: 991.5px){
    .pricing-content{
        width: 700px;
    }

    #page--content.pricing_content{
        padding: 60px 0px;
    }

    .pricing-title{
        margin-bottom: 40px;
    }

    #lodge-rates-table.pricing-table thead th:first-child{
        padding-right: 35px;
    }

    .massage-page-content .pricing-table:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media(max-width: 767.5px){
    .table-mob{
        display: block;
    }

    .table-desk{
        display: none;
    }

    .pricing-content{
        width: 550px;
    }

    .pricing-table thead tr th{
        font-size: 17px;
    }

    .pricing-table tbody tr td, .massage-page-content .pricing-table tbody tr td p, .massage-page-content .pricing-table tbody tr ul li{
        font-size: 15px;
    }

    .pricing-note ul li{
        font-size: 15px;
        padding-left: 15px;
    }

    .pricing-note{
        padding: 20px;
    }

    .pricing-table thead tr th:first-child{
        padding: 20px 15px 16px;
    }

    .pricing-table tbody tr td:first-child{
        padding: 13.5px 15px;
        padding-right: 5px;
    }

    .massage-page-content .pricing-table tbody tr td{
        padding: 12.5px 15px;
        padding-right: 5px;
    }

    .massage-page-content .pricing-table tbody tr ul li:not(:first-child) {
        margin-left: 10px;
        padding-left: 10px;
    }

    #lodge-rates-table.pricing-table thead th:first-child {
        padding-right: 10px;
    }

    .pricing-title {
        font-size: 19px;
        margin-bottom: 30px;
    }

    .pricing-note ul li:after{
        top: 6px;
    }
}

@media(max-width: 599.5px){
    .pricing-content{
        width: 100%;
    }

    #page--content.pricing_content{
        padding: 40px 0px;
    }

    .massage-page-content .pricing-table:not(:last-child), .pricing-boxs{
        margin-bottom: 40px;
    }

    .pricing-table thead tr th:first-child{
        width: 45%;
    }

    .pricing-table thead tr th:nth-child(2){
        width: 28%;
    }

    .pricing-table thead tr th:nth-child(3){
        width: 27%;
    }

    .pricing-table thead tr th{
        font-size: 3.623vw;
    }

    .pricing-table tbody tr td, .massage-page-content .pricing-table tbody tr td p, .massage-page-content .pricing-table tbody tr ul li{
        font-size: 3.382vw;
    }

    .pricing-note ul li{
        font-size: 3.382vw;
    }

    .pricing-title{
        font-size: 4.348vw;
    }

    .pricing-table thead tr th{
        padding: 2.415vw 1.208vw;
    }

    .pricing-table thead tr th:first-child {
        padding: 2.415vw 3.623vw;
    }

    .pricing-table tbody tr td{
        padding: 2.415vw 1.208vw;
    }

    .pricing-table tbody tr td:first-child{
        padding: 2.415vw 3.623vw;
        padding-right: 1.208vw;
    }

    .pricing-note {
        padding: 3.623vw;
        padding-right: 1.208vw;
    }

    .massage-page-content .pricing-table tbody tr ul li:not(:first-child){
        margin-left: 2.415vw;
        padding-left: 2.415vw;
    }

    .massage-page-content .pricing-table tbody tr ul li:not(:first-child):after{
        top: 0.725vw;
        bottom: 0.725vw;
    }

    .pricing-note ul li:after{
        top: 1.449vw;
    }
}

@media(max-width: 480px){
    .page-id-1138 #page--content.pricing_content{
        padding-top: 40px;
    }
}

.pum-content h3{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

.pum-content p{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.4;
}

.pum-content h5{
    font-size: 32px;
    font-weight: 400;
    font-family: 'Aaron Script';
    margin-bottom: 0px;
    margin-top: 30px;
    line-height: 1.2;
}

@media(max-width:  991px){
    .pum-theme-default-theme .pum-container{
        padding: 30px 50px 30px 30px !important;
    }
}

@media(max-width:  767px){
    .pum-content h3{
        font-size: 20px;
        margin-bottom: 30px;
    }

    .pum-content h5{
        font-size: 30px;
        margin-top: 20px; 
    }
}

@media(max-width:  479px){
    .pum-theme-default-theme .pum-container{
        padding: 30px 50px 20px 20px !important;
    }
}

.grecaptcha-badge{
    visibility: hidden;
}