@font-face {
    font-family: 'AktivGrotesk';
    src: url('../assets/fonts/AktivGrotesk-Regular.eot');
    src: url('../assets/fonts/AktivGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/AktivGrotesk-Regular.woff2') format('woff2'),
        url('../assets/fonts/AktivGrotesk-Regular.woff') format('woff'),
        url('../assets/fonts/AktivGrotesk-Regular.ttf') format('truetype'),
        url('../assets/fonts/AktivGrotesk-Regular.svg#AktivGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Product Sans';
    src: url('../assets/fonts/SVN-ProductSansBold.eot');
    src: url('../assets/fonts/SVN-ProductSansBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/SVN-ProductSansBold.woff2') format('woff2'),
        url('../assets/fonts/SVN-ProductSansBold.woff') format('woff'),
        url('../assets/fonts/SVN-ProductSansBold.ttf') format('truetype'),
        url('../assets/fonts/SVN-ProductSansBold.svg#SVN-ProductSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Product Sans';
    src: url('../assets/fonts/SVN-ProductSans.eot');
    src: url('../assets/fonts/SVN-ProductSans.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/SVN-ProductSans.woff2') format('woff2'),
        url('../assets/fonts/SVN-ProductSans.woff') format('woff'),
        url('../assets/fonts/SVN-ProductSans.ttf') format('truetype'),
        url('../assets/fonts/SVN-ProductSans.svg#SVN-ProductSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant';
    src: url('../assets/fonts/Cormorant-Medium.eot');
    src: url('../assets/fonts/Cormorant-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Cormorant-Medium.woff2') format('woff2'),
        url('../assets/fonts/Cormorant-Medium.woff') format('woff'),
        url('../assets/fonts/Cormorant-Medium.ttf') format('truetype'),
        url('../assets/fonts/Cormorant-Medium.svg#Cormorant-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant';
    src: url('../assets/fonts/Cormorant-MediumItalic.eot');
    src: url('../assets/fonts/Cormorant-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Cormorant-MediumItalic.woff2') format('woff2'),
        url('../assets/fonts/Cormorant-MediumItalic.woff') format('woff'),
        url('../assets/fonts/Cormorant-MediumItalic.ttf') format('truetype'),
        url('../assets/fonts/Cormorant-MediumItalic.svg#Cormorant-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins-SemiBold.eot');
    src: url('../assets/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../assets/fonts/Poppins-SemiBold.woff') format('woff'),
        url('../assets/fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../assets/fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../assets/fonts/Poppins-Medium.eot');
    src: url('../assets/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Poppins-Medium.woff2') format('woff2'),
        url('../assets/fonts/Poppins-Medium.woff') format('woff'),
        url('../assets/fonts/Poppins-Medium.ttf') format('truetype'),
        url('../assets/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sk-Modernist';
    src: url('../assets/fonts/Sk-Modernist-Regular.eot');
    src: url('../assets/fonts/Sk-Modernist-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Sk-Modernist-Regular.woff2') format('woff2'),
        url('../assets/fonts/Sk-Modernist-Regular.woff') format('woff'),
        url('../assets/fonts/Sk-Modernist-Regular.ttf') format('truetype'),
        url('../assets/fonts/Sk-Modernist-Regular.svg#Sk-Modernist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Hearder */
body.post, body.page {
    margin: 0;
}
.site-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}
body.admin-bar .site-header {
    top: 32px;
}
.site-header .container {
    max-width: 1218px;
    width: 100%;
    margin: auto;
}
.site-header .header-top .container {
    padding: 8px 24px;
}
.header-top {
    position: fixed;
    width: 100%;
    z-index: 9;
    background-color: #03261F;
}
.header-top .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-top .logo-site {
    width: 164px;
}
.header-top .logo-site img {
    display: block;
}
.header-top .main-navigation {
    width: calc(100% - 522px);
}
.header-top .main-navigation ul li {
    padding: 5px 12px;
    display: flex;
}
.header-top .main-navigation ul li a {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #A6A8A8;
    text-transform: uppercase;
    transition: all .3s;
    position: relative;
    width: auto;
}
.header-top .main-navigation ul li a img {
    display: none;
}
.header-top .main-navigation ul li.current-menu-item a,
.header-top .main-navigation ul li.current-menu-parent > a,
.header-top .main-navigation ul li a:hover {
    color: #fff;
}
.header-top .main-navigation ul li.current-menu-item > a:before,
.header-top .main-navigation ul li.current-menu-parent > a:before,
.header-top .main-navigation ul li a:hover:before {
    content: '';
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
}
.header-top .main-navigation ul li.menu-item-has-children {
    padding-right: 17.5px;
}
.main-navigation ul li.menu-item-has-children > a {
    padding-right: 18px;
}
.main-navigation ul li.menu-item-has-children span.arrow:before {
    content: '';
    background: url(../assets/images/icon-down-menu.svg);
    width: 14px;
    height: 8px;
    position: absolute;
    right: -3px;
    top: 4px;
    display: block;
}
.header-top .main-navigation ul li.current-menu-item a span.arrow:before, 
.header-top .main-navigation ul li a:hover span.arrow:before,
.header-top .main-navigation ul li.current-menu-parent > a span.arrow:before {
    background: url(../assets/images/icon-down-menu-white.svg);
}
.header-top .main-navigation ul ul.sub-menu {
    display: block;
    padding: 15px 0;
    background: #181818;
    border-radius: 10px;
    box-shadow: 0 0px 5px rgb(255 255 255 / 50%);
    width: 200px;
}
.header-top .main-button {
    width: 322px;
    display: flex;
    justify-content: flex-end;
}
.site-header .main-button a {
    font-family: 'Product Sans';
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 9px 19px;
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s;
}
.site-header .main-button a.button-phone {
    color: #fff;
    border: 1px solid #fff;
    margin-right: 8px;
    padding-left: 37px;
    position: relative;
}
.site-header .main-button a.button-phone:before {
    content: '';
    background: url(../assets/images/u_phone-alt-white-full.svg);
    background-size: cover;
    position: absolute;
    width: 14px;
    height: 15px;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
}
.site-header .main-button a.button-phone:hover {
    color: #3E3323;
    background-color: #C8A25B;
    border: 1px solid #C8A25B;
}
.site-header .main-button a.button-starget {
    color: #181818;
    background-color: #fff;
    border: 1px solid #fff;
}
.site-header .main-button a.button-starget:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.site-header .header-bottom {
    top: 65px;
    position: absolute;
    width: 100%;
}
.site-header .header-bottom .container {
    padding: 0 24px;
}
.site-header .header-bottom .row {
    display: flex;
    justify-content: space-between;
}
.header-bottom ul {
    margin: 0 -12px;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.header-bottom ul li {
    padding: 6px 12px;
}
.header-bottom ul li a {
    font-family: Product Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
    position: relative;
}
.header-bottom ul li.current-menu-item a,
.header-bottom ul li a:hover {
    color: #A6A8A8;
}
.header-mobile .menu-toggle {
    width: 26px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 8px;
    left: auto;
    cursor: pointer;
    background-color: transparent;
    border: none;
    z-index: 9;
    padding: 32px;
}
.menu-toggle .bar {
    background-color: #A6A8A8;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    right: 19px;
    transition: all 0.25s;
}
.menu-toggle .bar:nth-child(1) {
    top: 23px;
}
.menu-toggle .bar:nth-child(2) {
    top: 31px;
}
.menu-toggle .bar:nth-child(3) {
    top: 39px;
}
nav.toggled .menu-toggle .bar:nth-child(1) {
    top: 34px;
    transform: rotate(45deg);
}
nav.toggled .menu-toggle .bar:nth-child(2) {
    opacity: 0;
}
nav.toggled .menu-toggle .bar:nth-child(3) {
    top: 34px;
    transform: rotate(-45deg);
}
nav.toggled .menu-toggle .bar {
    background: #152305;
}
.header-mobile {
    display: none;
}
.header-mobile .logo-site {
    background: #FAFAFA;
    padding: 16px 24px;
    border-bottom: 1px solid rgb(134 148 147 / 50%);
    margin-bottom: 52px;
}
.header-mobile .logo-site img {
    display: block;
}
.header-mobile ul.menu > li > a {
    font-family: Product Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #152305;
    text-transform: uppercase;
    border-bottom: 0.5px solid #86949380;
    padding: 18px 24px;
}
.header-mobile ul.social-menu {
    display: flex;
    justify-content: center;
}
.header-mobile ul.social-menu a {
    font-family: Product Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #152305;
    text-transform: uppercase;
    padding: 16px 12px;
}
.main-navigation ul li.item-menu-mobile {
    display: none;
}
.footer-fixed-mobile.main-button {
    display: none;
}
.main-navigation ul li.treatments-menu.focus > ul {
    left: -999em;
}
.main-navigation ul li.treatments-menu.focus:hover > ul {
    left: 0;
}
@media(max-width: 1199px) {
    .header-top .logo-site {
        width: 100%;
        margin-right: 0;
    }
    .header-top .logo-site img {
        margin: auto;
    }
    .header-top .main-navigation {
        width: calc(100% - 310px);
        margin-left: -12px;
    }
    .site-header .header-bottom {
        top: 97px;
    }
}
@media(max-width: 991px) {
    .site-header {
        position: fixed;
    }
    .site-header .header-top {
        position: static;
    }
    .site-header .header-top .container {
        padding: 6px 24px;
    }
    .header-top .main-button,
    .header-bottom {
        display: none;
    }
    .header-mobile {
        display: block;
    }
    .header-mobile .main-navigation.toggled > .menu-toggle {
        display: none;
    }
    .header-mobile .mobile-navigation {
        display: block;
        background-color: #fff;
        width: 100%;
        height: calc(100vh - 72px);
        position: absolute;
        top: -100vh;
        left: 0;
        z-index: 5;
        transition: all 0.25s;
        overflow: auto;
    }
    body.admin-bar .header-mobile .mobile-navigation {
        height: calc(100vh - 104px);
    }
    .header-mobile nav.toggled .mobile-navigation {
        top: 0;
    }
    .header-top .logo-site img {
        margin-left: 0;
    }
    .header-mobile .logo-site {
        margin-bottom: 0;
        padding: 6px 24px;
    }
    .header-mobile ul.menu > li > a {
        font-family: "Product Sans";
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.9px;
        text-align: left;
        padding: 8px 24px;
        color: #152305;
        border-bottom: 0.5px solid #dfdfdf;
        background: #fafafa;
    }
    .main-navigation ul li.menu-item-has-children span.arrow {
        position: absolute;
        width: 18px;
        height: 10px;
        z-index: 9;
        padding: 20px;
        right: 20px;
        top: 4px;
    }
    .main-navigation ul li.menu-item-has-children span.arrow:before {
        background: url(../assets/images/icon-down-menu-mobile-new.svg);
        width: 8px;
        height: 12px;
        right: 14px;
        top: 14px;
        transition: all .3s;
    }
    .header-mobile nav.toggled .mobile-navigation li.focus span.arrow:before {
        transform: rotateZ(90deg);
    }
    .header-mobile nav.toggled .mobile-navigation ul.sub-menu {
        position: static;
        float: none;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: all .5s;
        background: #f3f3f3;
    }
    .header-mobile nav.toggled .mobile-navigation li ul.sub-menu ul.sub-menu {
        padding-left: 15px;
    }
    .header-mobile nav.toggled .mobile-navigation li ul.sub-menu li span.arrow:before {
        transform: rotateZ(0deg);
    }
    .header-mobile nav.toggled .mobile-navigation li ul.sub-menu li.focus span.arrow:before {
        transform: rotateZ(90deg);
    }
    .main-navigation ul li.item-menu-desktop {
        display: none;
    }
    .header-mobile nav.toggled .mobile-navigation ul.sub-menu a {
        font-family: 'Cormorant';
        font-style: italic;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.12em;
        text-align: left;
        color: #3E3323;
        width: 100%;
        padding: 10px 24px;
    }
    .site-header .header-mobile .main-button {
        background: #fff;
        padding: 8px 24px;
        display: flex;
        justify-content: center;
    }
    .site-header .main-button a {
        padding: 9px;
        text-align: center;
    }
    .site-header .main-button a.button-phone,
    .site-header .main-button a.button-whatsapp {
        margin: 0 2px;
        min-width: 56px;
        width: 56px;
        border: none !important;
        padding: 0;
        background: transparent !important;
    }
    .site-header .main-button a.button-phone img,
    .site-header .main-button a.button-whatsapp img {
        display: block;
    }
    .site-header .main-button a.button-starget {
        font-family: Product Sans;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0.06em;
        padding: 20px 10px;
        margin: 0 2px;
        color: #3E3323;
        max-width: 242px;
        width: 100%;
    }
    .site-header .main-button a.button-starget:hover {
        color: #3E3323;
        background-color: transparent;
        border: 1px solid #3E3323;
    }
    .header-top .main-navigation ul li a img {
        display: block;
    }
    .main-navigation ul li.treatments-menu ul.sub-menu li a {
        display: flex;
        align-items: center;
    }
    .main-navigation ul li.treatments-menu ul.sub-menu li a img {
        order: -1;
        margin-right: 12px;
    }
    .main-navigation ul li.item-menu-mobile {
        display: block;
    }
    .footer-fixed-mobile.main-button {
        position: fixed;
        width: calc(100% + 4px);
        padding: 12px 24px;
        display: flex;
        justify-content: center;
        bottom: 0;
        background: transparent;
        z-index: 9;
        transition: all .3s;
        left: -2px;
        opacity: 0;
    }
    .footer-fixed-mobile.main-button.active {
        background: #fff;
        opacity: 1!important;
    }
    .footer-fixed-mobile.main-button a {
        padding: 9px;
        text-align: center;
    }
    .footer-fixed-mobile.main-button a.button-phone,
    .footer-fixed-mobile.main-button a.button-whatsapp {
        margin: 0 2px;
        min-width: 48px;
        width: 48px;
        border: none !important;
        padding: 0;
        background: transparent !important;
    }
    .footer-fixed-mobile.main-button a.button-phone img,
    .footer-fixed-mobile.main-button a.button-whatsapp img {
        display: block;
        width: 48px;
    }
    .footer-fixed-mobile.main-button:not(.active) a.button-phone img,
    .footer-fixed-mobile.main-button:not(.active) a.button-whatsapp img {
        box-shadow: 0px 0px 10px 0px #181818;
        border-radius: 50%;
    }
    .footer-fixed-mobile.main-button a.button-phone img.img-phone-sticky {
        display: none;
    }
    .footer-fixed-mobile.main-button.active a.button-phone img.img-phone-sticky {
        display: block;
    }
    .footer-fixed-mobile.main-button.active a.button-phone img.img-phone {
        display: none;
    }
    .footer-fixed-mobile.main-button a.button-starget {
        font-family: Product Sans;
        font-size: 16px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.06em;
        margin: 0 2px;
        color: #FAFAFA;
        max-width: 100%;
        width: 100%;
        background-color: #527D72;
        border: 1px solid #527D72;
        text-transform: uppercase;
        padding: 5px 12px;
        border-radius: 50px;
        text-decoration: none;
        transition: all .3s;
    }
    .footer-fixed-mobile.main-button a.button-starget:hover {
        color: #3E3323;
        background-color: #fff;
        border: 1px solid #fff;
    }
    footer.site-footer {
        padding-bottom: 72px;
    }
}
@media(max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
    body.admin-bar .header-mobile .mobile-navigation {
        height: calc(100vh - 117px);
    }
}
@media(max-width: 374px) {
    .site-header .main-button a {
        font-size: 11px;
    }
}
/* Footer */
footer.site-footer {
    background: #03261F;
}
.footer-top {
    padding-top: 77px;
}
.footer-top .row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(166, 168, 168, 0.1);
    padding-bottom: 50px;
}
.footer-top h4.title-menu {
    font-family: 'Product Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.footer-top ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-top ul.footer-menu li {
    padding-bottom: 8px;
}
.footer-top ul.footer-menu li a {
    font-family: 'Product Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #A6A8A8;
    text-decoration: none;
}
.footer-top ul.footer-menu li a:hover {
    color: #bfccd8;
}
.footer-top ul.footer-menu li a span {
    font-size: 12px;
    line-height: 16px;
    color: #9FCD9F;
    letter-spacing: 0.1em;
    display: inline-block;
    width: 100%;
}
.footer-top .logo-site {
    width: 24%;
    margin-right: 23px;
}
.footer-top .widget-information {
    width: 33%;
    margin-right: 6px;
}
.footer-top .widget-about {
    width: 14%;
    margin-right: 10px;
}
.footer-top .widget-facilities {
    width: 15%;
    margin-right: 22px;
}
.footer-top .widget-connect {
    width: 8.7%;
}
.footer-top .widget-information ul li {
    display: flex;
}
.footer-top .widget-information ul li span.icon {
    min-width: 16px;
    padding-right: 16px;
    color: #A6A8A8;
}
.footer-top .widget-information ul li span.content {
    font-family: 'AktivGrotesk';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
}
.footer-bottom .row {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
}
.footer-bottom .copyright {
    width: 50%;
}
.footer-bottom .copyright p {
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    margin: 0;
    color: #A6A8A8;
}
.footer-bottom .website-policies {
    width: 50%;
}
.footer-bottom .website-policies ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}
.footer-bottom .website-policies ul li {
    position: relative;
    top: -2px;
}
.footer-bottom .website-policies ul li:first-child {
    padding-right: 28px;
}
.footer-bottom .website-policies ul li:first-child:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #A6A8A8;
    border-radius: 50%;
    right: 14px;
    top: 8px;
}
.footer-bottom .website-policies ul a {
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    margin: 0;
    color: #CCCCCC;
    text-decoration: none;
}
.footer-bottom .website-policies ul a:hover {
    color: #fff;
}
@media(max-width: 1199px) {
    .footer-top .logo-site {
        width: 100%;
        margin-right: 0;
        margin-bottom: 31px;
    }
    .footer-top .logo-site img {
        display: block;
        margin: auto;
    }
    .footer-top .widget-information {
        width: 40%;
        margin-right: 10px;
    }
    .footer-top .widget-about {
        width: 18%;
        margin-right: 10px;
    }
    .footer-top .widget-facilities {
        width: 23%;
        margin-right: 10px;
    }
    .footer-top .widget-connect {
        width: 14.8%;
    }
}
@media (max-width: 767px) {
    .footer-top {
        padding-top: 40px;
    }
    .footer-top .row {
        border-bottom: none;
        padding-bottom: 4px;
    }
    .footer-top .logo-site img {
        max-width: 164px;
        top: 0;
    }
    .footer-top .logo-site {
        order: 1;
        margin-bottom: 24px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(134, 148, 147, 0.20);
    }
    .footer-top .widget-information {
        order: 2;
    }
    .footer-top .widget-facilities {
        order: 3;
    }
    .footer-top .widget-about {
        order: 4;
    }
    .footer-top .widget-connect {
        order: 5;
    }
    .footer-top h4.title-menu {
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
    }
    .footer-top .widget-information,
    .footer-top .widget-about {
        width: calc(50% - 10px);
        margin-right: 10px;
        padding: 10px 0;
        border-bottom: 0.5px solid #86949380;
    }
    .footer-top .widget-facilities,
    .footer-top .widget-connect {
        width: calc(50% - 10px);
        margin-right: 0;
        margin-left: 10px;
        padding: 10px 0;
        border-bottom: 0.5px solid #86949380;
    }
    .footer-top .widget-information ul li span.icon {
        display: none;
    }
    .footer-top .widget-information ul li span.content {
        font-family: Product Sans;
        font-size: 10px;
        letter-spacing: 0.09em;
        line-height: 17px;
        text-transform: uppercase;
    }
    .footer-top .widget-information ul li span.content a {
        line-height: 17px;
    }
    .footer-top ul.footer-menu li a {
        font-family: Product Sans;
        font-size: 12px;
        letter-spacing: 0.09em;
        line-height: 16px;
        display: block;
    }
    .footer-bottom .copyright {
        width: 100%;
    }
    .footer-bottom .copyright p {
        font-family: Product Sans;
        font-size: 12px;
        letter-spacing: 0.09em;
        line-height: 17px;
        text-align: center;
    }
    .footer-bottom .website-policies {
        width: 100%;
    }
    .footer-bottom .website-policies ul {
        justify-content: center;
        padding-top: 6px;
    }
    .footer-bottom .website-policies ul li:first-child {
        padding-right: 36px;
    }
    .footer-bottom .website-policies ul a {
        font-family: Product Sans;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 17px;
        text-align: center;
    }
    .footer-bottom .website-policies ul li:first-child:before {
        top: 11px;
    }
    .footer-top ul.footer-menu li a span {
        font-family: Product Sans;
        font-size: 8px;
        font-weight: 700;
        line-height: 8px;
        letter-spacing: 0.03em;
        text-align: left;
        color: #C8A25B;
        display: inline;
        padding: 2px 5px;
        background: #3E3323;
        border-radius: 10px;
    }
	.footer-top ul.footer-menu li a {
		flex-direction: unset;
		gap: 2px;
	}
}
/* page Programs */
.why-choose-harp-section-2.why-choose-harp.what-its {
    background-color: #FAFAFA;
}
.what-its .row {
    align-items: center;
}
.what-its.img-left .row {
    padding-left: 0;
    padding-right: calc((100% - 1218px) / 2);
}
.what-its .row-why-choose-harp .col-left {
    width: 50%;
}
.what-its.img-left .row-why-choose-harp .col-left {
    order: 1;
    padding-left: 102px;
    margin-top: 0;
}
.what-its .row-why-choose-harp .col-right {
    width: 50%;
}
.what-its .row-why-choose-harp .img-wrap {
    position: relative;
    padding-bottom: 93.5%;
}
.what-its.img-left .row-why-choose-harp .img-wrap {
    padding-bottom: 92.8%;
}
.what-its.what-its-treatments .row-why-choose-harp .img-wrap {
    padding-bottom: 87.5%;
}
.why-choose-harp-section-2.what-its .row-why-choose-harp .img-wrap img {
    border-radius: 16px;
}
.why-choose-harp-section-2.what-its.img-left .row-why-choose-harp .img-wrap img {
    border-radius: 16px;
}
.why-choose-harp-section-2.what-its .row-why-choose-harp h4 {
    padding-top: 24px;
    padding-bottom: 0;
    color: #61665A;
}
.why-choose-harp-section-2.what-its .row-why-choose-harp h3 span.font-rhapsody {
    font-size: 48px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.06em;
}
.why-choose-harp-section-2.what-its.what-its-treatments .description-why-choose-harp {
    max-width: 575px;
}
.why-choose-harp-section-2.what-its .description-why-choose-harp {
    max-width: 485px;
    margin-bottom: 32px;
}
.why-choose-harp-section-2.what-its .description-why-choose-harp p {
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 24px;
}
.what-its .row-why-choose-harp .button-action {
    gap: 0;
}
.what-its .row-why-choose-harp .button-action .btn-why-choose-harp {
    padding: 16px 23px;
    margin-right: 8px;
    margin-bottom: 15px;
    display: inline-block;
}
.what-its .row-why-choose-harp .button-action .btn-why-choose-harp span {
    font-family: 'AktivGrotesk';
    font-size: 15px;
    font-weight: 500;
    line-height: 0;
    color: #FFFFFF80;
    padding-left: 4px;
}
.what-its .row-why-choose-harp .button-action .btn-why-choose-harp.btn-1 {
    background: #527D72;
    color: #FAFAFA;
}
.what-its .row-why-choose-harp .button-action .btn-why-choose-harp.btn-1:hover {
    background: #053f33;
    color: #FAFAFA;
}
.yacht .what-its .row-why-choose-harp .button-action .btn-why-choose-harp.btn-2 {
    color: #152305;
    border: 1px solid #152305;
    background: #FAFAFA;
    padding: 14px 23px;
}
.yacht .what-its .row-why-choose-harp .button-action .btn-why-choose-harp.btn-2:hover {
    background: #C8A25B;
    border: 1px solid #C8A25B;
}
.what-its .row-why-choose-harp .button-action .btn-why-choose-harp.btn-2:hover span {
    color: #3e3323;
}
.testimonials-module.video-right .testimonials-module-wrap .video-thumb {
    order: 1;
}
.testimonials-module.video-right .video-thumb img {
    border-radius: 32px 0 0 32px;
}
.testimonials-module.video-right .container {
    padding-left: calc((100% - 1028px) / 2);
}
.testimonials-module.video-right .testimonials-slider {
    padding-left: 24px;
}
@media(min-width: 1441px) {
    .what-its .row {
        max-width: 1218px;
        width: 100%;
        margin: auto;
        padding-left: 0;
    }
    .what-its .row-why-choose-harp .col-right {
        padding-right: 24px;
    }
    .why-choose-harp-section-2.what-its .row-why-choose-harp .img-wrap img,
    .why-choose-harp-section-2.what-its.img-left .row-why-choose-harp .img-wrap img {
        border-radius: 32px;
    }
    .what-its.img-left .row {
        padding-right: 0;
    }
    .testimonials-module.video-right .container {
        padding-left: 0;
    }
    .testimonials-module.video-right .video-thumb img {
        border-radius: 32px;
    }
}
@media (max-width: 1199px) {
    .what-its.img-left .row-why-choose-harp .col-left {
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .what-its .row-why-choose-harp {
        gap: 0;
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .what-its .row-why-choose-harp .col-left {
        width: 100%;
        padding-right: 24px;
    }
    .what-its .row-why-choose-harp .col-right {
        width: 100%;
        padding: 0;
    }
    .why-choose-harp-section-2.what-its .row-why-choose-harp .img-wrap img {
        border-radius: 16px;
    }
    .why-choose-harp-section-2.what-its .row-why-choose-harp .img-wrap {
        padding-bottom: 50%;
    }
    .why-choose-harp-section-2.what-its .row-why-choose-harp h4 {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0.12em;
    }
    .why-choose-harp-section-2.what-its .row-why-choose-harp h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .why-choose-harp-section-2 .row-why-choose-harp h3 span {
        font-size: 34px;
    }
    .why-choose-harp-section-2.what-its .description-why-choose-harp p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .why-choose-harp-section-2.what-its .description-why-choose-harp {
        max-width: 100%;
        margin-bottom: 23px;
    }
    .what-its .row-why-choose-harp .button-action {
        gap: 0;
    }
    .what-its .row-why-choose-harp .button-action .btn-why-choose-harp {
        padding: 13px 15px;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .what-its .row-why-choose-harp .button-action .btn-why-choose-harp:last-child {
        margin-bottom: 6px;
    }
    .what-its.img-left .row-why-choose-harp .col-left {
        order: 2;
    }
    .why-choose-harp-section-2.what-its.img-left .row-why-choose-harp .img-wrap img {
        border-radius: 16px;
    }
    .what-its.img-left .row-why-choose-harp .col-left {
        padding-left: 24px;
    }
    .banner-our-bespoke.banner-default-module .title span {
        font-size: 28px;
    }
}
@media(max-width: 767px) {
    .testimonials-module.video-right .testimonials-module-wrap .video-thumb {
        order: 0;
    }
    .testimonials-module.video-right .video-thumb img {
        border-radius: 16px;
    }
}
/* Section Our Approach */
.why-choose-harp-section-2.layout_full_left {
    background: #EFEFEF;
}
#approach.why-choose-harp-section-2.layout_full_left .row {
    align-items: normal;
}
#approach .row.row-why-choose-harp {
    padding-top: 64px;
    padding-bottom: 56px;
}
.why-choose-harp-section-2.layout_full_left .row {
    gap: 0;
}
.why-choose-harp-section-2.layout_full_left .col-left {
    order: 2;
    width: 55%;
    padding: 8px 0 0 80px;
    margin-top: 0;
}
.why-choose-harp-section-2.layout_full_left .col-right {
    order: 1;
    width: 46%;
}
.why-choose-harp-section-2.our-approach .row-why-choose-harp .img-wrap {
    padding-bottom: 100%;
}
.why-choose-harp-section-2.our-approach .row-why-choose-harp .img-wrap img {
    border-radius: 16px;
}
.why-choose-harp-section-2.our-approach .row-why-choose-harp h4 {
    color: #61665A;
    padding-bottom: 0;
    padding-top: 0;
}
.why-choose-harp-section-2.our-approach .row-why-choose-harp h3 {
    color: #152305;
}
.why-choose-harp-section-2.our-approach .row-why-choose-harp h3 span.font-rhapsody {
    font-size: 48px;
    line-height: 24px;
    letter-spacing: 0.06em;
}
.why-choose-harp-section-2.our-approach .row-why-choose-harp h3 p{
    margin: 0;
}
.why-choose-harp-section-2.our-approach .description-why-choose-harp {
    max-width: 100%;
    margin-bottom: 40px;
}
.why-choose-harp-section-2.our-approach .description-why-choose-harp p {
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #61665A;
}
.our-approach .wrap-box-icon > h4 {
    padding-top: 0;
}
.our-approach .list-box-icon {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9.5px;
    padding-top: 8px;
}
.our-approach .list-box-icon .item {
    width: calc(50% - 19px);
    margin: 8px 9.5px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}
.our-approach.layout_full_left .list-box-icon .item {
    background: #fff;
}
.our-approach .list-box-icon .item h5 {
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #152305;
    margin-bottom: 0;
    padding-right: 16px;
    width: calc(100% - 60px);
    word-break: break-word;
    text-transform: capitalize;
}
.our-approach .list-box-icon .item span.icon {
    color: #152305;
    font-size: 40px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-choose-harp-section-2.layout_full_right .row {
    align-items: normal;
    gap: 0;
    padding: 63px 0 56px;
}
.why-choose-harp-section-2.our-approach.layout_full_right .row-why-choose-harp h4 {
    color: #61665A;
}
.why-choose-harp-section-2.our-approach.layout_full_right .row-why-choose-harp h3 {
    color: #152305;
}
.why-choose-harp-section-2.our-approach.layout_full_right .description-why-choose-harp p {
    color: #61665A;
}
.our-approach.layout_full_right .list-box-icon .item {
    background: #FAFAFA;
    margin: 8px 9.5px;
}
.our-approach.layout_full_right .list-box-icon .item h5 {
    color: #152305;
}
.why-choose-harp-section-2.layout_full_right .col-left {
    width: 54.5%;
    padding: 8px 77px 0 0;
    margin-top: 0;
}
.why-choose-harp-section-2.layout_full_right .col-right {
    width: 45.5%;
}
.why-choose-harp-section-2.our-approach.layout_full_right .row-why-choose-harp .img-wrap {
    padding-bottom: 100%;
}
.why-choose-harp-section-2.our-approach.layout_full_right .row-why-choose-harp .img-wrap img {
    border-radius: 16px;
}
.why-choose-harp-section-2.our-approach .list-box-different {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -15px 0 -15px;
}
.why-choose-harp-section-2.our-approach .list-box-different .item {
    width: 50%;
    padding: 40px 15px 0 15px;
}
.why-choose-harp-section-2.our-approach .list-box-different h5 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.015em;
    color: #152305;
    text-transform: uppercase;
}
.why-choose-harp-section-2.our-approach .list-box-different p {
    font-family: Product Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #61665A;
    margin: 0;
}
.why-choose-harp-section-2.our-approach.section-different .row-why-choose-harp .img-wrap {
    padding-bottom: 82.2%;
    height: 100%;
}
.faq-header p,
.faq-header h1 {
    text-transform: uppercase;
}
@media(min-width: 769px) {
    .why-choose-harp-section-2.our-approach.section-different .row-why-choose-harp h3 {
        margin-bottom: 13px;
    }
    .why-choose-harp-section-2.layout_full_left.section-different .col-left {
        width: 54.5%;
        padding: 0px 24px 0 129px;
    }
    .why-choose-harp-section-2.layout_full_left.section-different .col-right {
        width: 45.7%;
    }
    .banner-locations-list.banner-video-anchor.banner-image .col-banner-homepage.col-left h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .banner-locations-list.banner-image.banner-video-anchor .col-banner-homepage.col-right {
        width: 40%;
        padding-left: 39px;
    }
    .banner-locations-list.banner-video-anchor.banner-image .col-banner-homepage.col-left h1 span {
        font-size: 50px;
    }
    .banner-locations-list.banner-image .col-banner-homepage.col-left {
        width: 60%;
    }
    .single-locations .why-choose-harp-section-2 .row-why-choose-harp h3 {
        max-width: 510px;
    }
}
@media(min-width: 1441px) {
    .why-choose-harp-section-2.layout_full_left.section-different .col-left {
        padding-left: 70px;
    }
    .why-choose-harp-section-2.layout_full_right .row {
        max-width: 1218px;
        width: 100%;
        margin: auto;
        padding-left: 0;
    }
    .why-choose-harp-section-2.layout_full_left .col-right {
        padding-left: 24px;
    }
    .why-choose-harp-section-2.layout_full_right .col-right {
        padding-right: 24px;
    }
    .why-choose-harp-section-2.layout_full_left .row {
        max-width: 1218px;
        width: 100%;
        margin: auto;
        padding-right: 0;
    }
    .why-choose-harp-section-2.our-approach .row-why-choose-harp .img-wrap img,
    .why-choose-harp-section-2.our-approach.layout_full_right .row-why-choose-harp .img-wrap img {
        border-radius: 32px;
    }
    .why-choose-harp-section-2.layout_full_left .col-left {
        padding-left: 70px;
    }
    .why-choose-harp-section-2.layout_full_right .col-left {
        padding-right: 70px;
    }
}
@media(max-width: 1199px) {
    .why-choose-harp-section-2.layout_full_left .col-left {
        padding: 21px 24px 0 60px;
    }
    .why-choose-harp-section-2.layout_full_right .col-left {
        padding: 21px 60px 0 24px;
    }
}
@media(max-width: 1023px) {
    .why-choose-harp-section-2.layout_full_left .col-left,
    .why-choose-harp-section-2.layout_full_right .col-left {
        padding: 0px 24px 0 24px;
    }
    .our-approach .list-box-icon .item {
        padding: 10px;
    }
    .our-approach .list-box-icon .item h5 {
        width: calc(100% - 44px);
    }
    .our-approach .list-box-icon .item span.icon {
        font-size: 35px;
        width: 44px;
        height: 44px;
    }
    .why-choose-harp-section-2.layout_full_left.section-different .col-left {
        padding: 0px 24px 0 24px;
    }
}
@media(max-width: 768px) {
    .our-process-section h2.title span {
        font-size: 34px;
    }
    .why-choose-harp-section-2.our-approach .col-right {
        width: 100%;
        padding: 0;
    }
    .why-choose-harp-section-2.our-approach .row-why-choose-harp .img-wrap {
        padding-bottom: 50%;
    }
    .why-choose-harp-section-2.our-approach .row-why-choose-harp .img-wrap img,
    .why-choose-harp-section-2.our-approach.layout_full_right .row-why-choose-harp .img-wrap img {
        border-radius: 16px;
    }
    .why-choose-harp-section-2.our-approach .col-left {
        padding: 24px 0 0 0;
        width: 100%;
    }
    .why-choose-harp-section-2.our-approach .row-why-choose-harp h4 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
    }
    .why-choose-harp-section-2.our-approach .row-why-choose-harp h3 {
        color: #152305;
        font-size: 26px;
        line-height: 32px;
    }
    .why-choose-harp-section-2.our-approach .description-why-choose-harp {
        margin-bottom: 32px;
    }
    .why-choose-harp-section-2.our-approach .wrap-box-icon > h4 {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.36px;
    }
    .our-approach.layout_full_left .list-box-icon .item {
        padding: 8px;
        width: calc(50% - 8px);
        margin: 4px;
    }
    .our-approach .list-box-icon {
        margin: 0 -4px;
        padding-top: 13px;
    }
    .our-approach .list-box-icon .item h5 {
        font-size: 12px;
        width: calc(100% - 32px);
        line-height: 12px;
        text-transform: capitalize;
        letter-spacing: 0.05em;
        padding-right: 0;
        padding-left: 8px;
    }
    .our-approach .list-box-icon .item span.icon {
        font-size: 26px;
        width: 40px;
        height: 40px;
    }
    .why-choose-harp-section-2.layout_full_left .row {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .why-choose-harp-section-2.our-approach.layout_full_right .row-why-choose-harp .img-wrap {
        padding-bottom: 50%;
    }
    .our-approach.layout_full_right .list-box-icon {
        padding-top: 12px;
    }
    .our-approach.layout_full_right .list-box-icon .item {
        width: calc(50% - 8px);
        margin: 4px;
        padding: 4px 8px;
    }
    .why-choose-harp-section-2.layout_full_right .row {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .why-choose-harp-section-2.our-approach.section-different .row-why-choose-harp .img-wrap {
        padding-bottom: 91.1%;
    }
    .why-choose-harp-section-2.layout_full_left.section-different .col-left {
        padding: 25px 24px 0 24px;
    }
    .why-choose-harp-section-2.our-approach .list-box-different h5 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.05em;
    }
    .why-choose-harp-section-2.our-approach .list-box-different p {
        font-size: 13px;
        line-height: 16px;
    }
    .why-choose-harp-section-2.our-approach .list-box-different {
        margin: -25px -15px 0 -15px;
    }
    .why-choose-harp-section-2.layout_full_left.section-different .row {
        padding-bottom: 80px;
    }
}
@media(max-width: 480px) {
    .why-choose-harp-section-2.our-approach .list-box-different .item {
        width: 100%;
        padding: 40px 15px 0 15px;
    }
}
.button-action.button-mobile {
    display: none;
}
.banner-homepage.banner-video-anchor {
    padding-bottom: 760px;
}
.banner-locations .overplay {
    background: linear-gradient(2.05deg, rgba(29, 28, 20, 0.2) -95.44%, rgba(29, 28, 20, 0.5) 96.73%);
    opacity: 1;
}
.banner-video-anchor .container-banner {
    left: 24px;
    right: 24px;
    margin: 52px auto 0 auto;
    max-width: 1170px;
    padding: 0;
}
.banner-video-anchor.banner-image .container-banner {
    margin: 38px auto 0 auto;
}
.banner-image .col-banner-homepage.col-left h4 {
    margin-bottom: 8px;
}
.banner-locations-list.banner-video-anchor .col-banner-homepage.col-right .description {
    padding-right: 0;
}
.banner-video-anchor.banner-image .col-banner-homepage.col-left h1 {
    margin-bottom: 27px;
}
.banner-video-anchor.banner-image .anchor-row {
    padding-top: 40px;
}
.banner-video-anchor.banner-image.banner-locations .anchor-row {
    padding-top: 40px;
}
.banner-image .col-banner-homepage.col-left {
    width: 65%;
}
.banner-video-anchor.banner-image .col-banner-homepage.col-left .content-col-left {
    max-width: 660px;
}
.banner-image.banner-video-anchor .col-banner-homepage.col-right {
    width: 35%;
    padding-left: 37px;
}
.banner-video-anchor .row-banner-homepage {
    align-items: center;
}
.banner-video-anchor .col-banner-homepage.col-left h1 {
    line-height: 64px;
    margin-bottom: 32px;
}
.banner-video-anchor .col-banner-homepage.col-left h1 span {
    font-family: 'Cormorant';
    color: #C8A25B;
    font-weight: 500;
    font-size: 72px;
    font-style: italic;
}
span.font-rhapsody {
    font-family: "rhapsody_script";
}
span.color-khaki {
    color: #C8A25B;
}
.banner-video-anchor .col-banner-homepage.col-left .content-col-left {
    max-width: 600px;
}
.banner-homepage.banner-video-anchor .button-action {
    padding-top: 0;
}
/*.banner-homepage.banner-video-anchor .button-action a {
    display: inline-block;
}*/
.banner-video-anchor .col-banner-homepage.col-right {
    padding-top: 10px;
    padding-left: 22px;
}
.banner-video-anchor .col-banner-homepage.col-right .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ccc;
    padding-left: 10px;
    padding-right: 30px;
    margin-top: 11px;
    font-family: "Product Sans";
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.banner-video-anchor .anchor-row {
    padding-top: 50px;
}
.banner-video-anchor .anchor-row > span {
    font-family: Product Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #c2c2c2;
    background: #0D0D0B;
    padding: 5px 8px;
    position: relative;
    top: 14px;
    left: 12px;
}
.banner-video-anchor .anchor-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: rgb(24 24 24 / 70%);
    border: 1px solid rgb(255 255 255 / 40%);
    border-radius: 8px;
    padding: 3px;
}
.banner-video-anchor .anchor-row a.link-anchor {
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #c2c2c2;
    text-transform: uppercase;
    text-decoration: none;
    width: 20%;
    padding: 11px 10px;
    border-right: 1px solid rgb(255 255 255 / 20%);
}
.banner-video-anchor .anchor-row a.link-anchor:hover {
    color: #fff;
}
.banner-video-anchor .anchor-row a.link-anchor:last-child {
    border-right: none;
}
.form-banner-mobile {
    display: none;
}
.form-banner-mobile {
    width: 100%;
    background: #181818;
}
.form-banner-mobile .wrap-content {
    position: relative;
    width: calc(100% - 33px);
    margin: -160px auto 0;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
}
.form-banner-mobile:after {
    content: '';
    border-radius: 0px 0px 15px 16px;
    background: #000;
    height: 38px;
    width: calc(100% - 33px);
    margin: -14px auto 0;
    display: block;
}
.form-banner-mobile h3.title {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    text-align: left;
    color: #152305;
    margin-bottom: 8px;
}
.form-banner-mobile p.sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #61665A;
    display: inline-block;
    margin: 0 0 21px 0;
}
.journey-form .field {
    margin-bottom: 32px;
}
.journey-form .field p,
.journey-form .field-submit p {
    margin: 0;
}
.journey-form .field.field-checkbox {
    margin-top: -11px;
    margin-bottom: 21px;
}
.journey-form label {
    font-family: Product Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.09em;
    text-align: left;
    color: #152305;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}
.journey-form .field input {
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 12px 8px;
    border: none;
    border-bottom: 0.84px solid #86949380;
    border-radius: 0;
    background: transparent;
    width: 100%;
    display: block;
}
.journey-form textarea {
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 12px 8px 10px 8px;
    border: none;
    border-bottom: 0.84px solid #86949380;
    border-radius: 0;
    background: transparent;
    width: 100%;
    display: block;
    height: 64px;
}
.journey-form .wpcf7-checkbox label,
.journey-form .wpcf7-acceptance label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: none;
    display: flex;
    align-items: baseline;
    color: #61665A;
}
.journey-form .wpcf7-checkbox .wpcf7-list-item,
.journey-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.journey-form .wpcf7-checkbox input[type="checkbox"],
.journey-form .wpcf7-acceptance input[type="checkbox"] {
    width: 11px;
    margin-right: 10px;
    margin-left: 4px;
}
.journey-form .field-submit input[type="submit"] {
    width: 100%;
    padding: 13px;
    cursor: pointer;
    border: 1px solid #053F33;
    transition: all .3s;
}
.journey-form .field-submit input[type="submit"]:hover {
    background: transparent;
    color: #053F33;
}
.journey-form .field-submit span.wpcf7-spinner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    top: 10px;
}
@media (max-width: 1200px) {
    .banner-video-anchor .col-banner-homepage.col-left h1 {
        line-height: 1.25;
    }
    .banner-video-anchor .col-banner-homepage.col-left h1 span {
        font-family: 'Cormorant';
        font-size: 55px;
    }
}
@media(max-width: 768px) {
    .banner-homepage.banner-video-anchor {
        padding-bottom: 120px;
    }
    .banner-locations .overplay {
        background: rgb(0 0 0 / 70%);
    }
    .banner-homepage.banner-video-anchor .logos-row {
        display: none;
    }
    .banner-homepage.banner-video-anchor.banner-form {
        padding-top: 50px;
        padding-bottom: 254px;
    }
    body.single-treatments .banner-homepage.banner-video-anchor.banner-form {
        padding-top: 50px;
    }
    body.single-treatments .banner-video-anchor .col-banner-homepage.col-left h4 {
        margin-bottom: 0px;
    }
    .banner-video-anchor .col-banner-homepage.col-right .description {
        padding-left: 0;
        padding-right: 0;
    }
    body.single-treatments .testimonials-module {
        padding-bottom: 0;
    }
    .banner-video-anchor.banner-image.banner-form .container-banner {
        position: relative;
        margin: 0;
        left: 0;
    }
    .banner-image .col-banner-homepage.col-left {
        width: 100%;
    }
    .banner-image.banner-video-anchor .col-banner-homepage.col-right {
        width: 100%;
        padding-left: 0;
    }
    .banner-video-anchor .col-banner-homepage.col-left .content-col-left {
        max-width: 100%;
    }
    .banner-video-anchor .col-banner-homepage.col-left h1 {
        line-height: 40px;
        margin-bottom: 16px;
    }
    .banner-video-anchor .col-banner-homepage.col-left h1 span {
        font-size: 40px;
        line-height: 36px;
    }
    .banner-video-anchor .col-banner-homepage.col-left h1 span.font-rhapsody {
        font-size: 46px;
        line-height: 30px;
        letter-spacing: 0;
    }
    .banner-video-anchor .col-banner-homepage.col-left h1 br {
        display: none;
    }
    .button-action.button-desktop,
    .banner-video-anchor .anchor-row {
        display: none;
    }
    .button-action.button-mobile {
        display: none;
        margin-top: 217px;
    }
    .banner-video-anchor .col-banner-homepage.col-right {
        padding-top: 0;
        padding-left: 0;
    }
    .banner-video-anchor.banner-image .container-banner {
        margin: 64px auto 0 auto;
    }
    .banner-video-anchor.banner-image .col-banner-homepage.col-left h1 {
        margin-bottom: 13px;
    }
    .banner-homepage.banner-video-anchor .button-action {
        margin-top: 221px;
    }
    .banner-video-anchor .col-banner-homepage.col-left h4 {
        margin-bottom: 18px;
    }
    .banner-video-anchor .col-banner-homepage.col-right .description {
        font-size: 12px;
        font-style: normal;
        line-height: 16px;
    }
    .form-banner-mobile {
        display: block;
    }
}
.banner-our-bespoke.banner-default-module {
    padding: 202px 24px 234px;
}
.banner-our-bespoke .banner-default-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
}
.banner-our-bespoke .banner-default-text {
    text-align: center;
    display: block;
    max-width: 930px;
}
.banner-our-bespoke.banner-default-module .sub-title {
    font-family: Product Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #C2C2C2;
    margin-bottom: 11px;
    text-align: center;
}
.banner-our-bespoke.banner-default-module .title {
    font-family: Product Sans;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    color: #D8D8D8;
    margin-bottom: 30px;
    text-transform: none;
}
.banner-our-bespoke.banner-default-module .title span {
    font-family: Cormorant;
    font-size: 48px;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
    color: #C8A25B;
}
.banner-our-bespoke .desc {
    font-family: Product Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #ccc;
    max-width: 960px;
    margin: auto;
}
.our-process-section .swiper-pagination {
    bottom: 58px;
}
.swiper-pagination span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgb(199 167 115 / 25%);
    opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #C8A25B;
}
#our_experts h4.sub-title {
    padding-top: 80px;
}
@media(max-width: 768px) {
    .banner-our-bespoke.banner-default-module {
        padding: 80px 24px 80px;
        min-height: auto;
    }
    .banner-our-bespoke.banner-default-module .sub-title {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
    }
    .banner-our-bespoke.banner-default-module .title {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0;
        margin-bottom: 16px;
    }
    .banner-our-bespoke.banner-default-module .title span {
        font-size: 34px;
        line-height: 32px;
    }
    .banner-our-bespoke.banner-default-module .title span.font-rhapsody {
        font-size: 40px;
        line-height: 25px;
    }
    .banner-our-bespoke .desc {
        font-size: 14px;
        line-height: 20px;
    }
    .our-process-section h4.sub-title {
        padding-top: 40px;
        padding-bottom: 7px;
    }
    .our-process-section h2.title {
        padding-bottom: 7px;
    }
    .our-process-section .row_column_main .column_main .wrap-content {
        padding: 20px 24px;
        height: calc(100% - 40px);
    }
    .our-process-section .row_column_main .column_main h2 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 12px;
        margin-bottom: 10px;
    }
    .our-process-section .row_column_main .column_main .description {
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
        margin-bottom: 0;
    }
}
.list-facilities-module.layout-slider {
    position: relative;
    background: url(../assets/images/facilities-bg.jpg);
    padding-top: 80px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
}
.list-facilities-module.layout-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}
.list-facilities-module.layout-slider .container {
    position: relative;
    max-width: 100%;
    padding: 0;
}
.list-facilities-module.layout-slider span.sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #CCCCCC;
    text-transform: uppercase;
}
.list-facilities-module.layout-slider h3.title {
    text-align: left;
    margin-bottom: 16px;
}
.list-facilities-module.layout-slider h3.title.white {
    color: #fff;
}
.list-facilities-module.layout-slider .facilities-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1218px;
    padding: 0 24px;
    margin: auto;
}
.list-facilities-module.layout-slider .title-nav {
    width: calc(100% - 136px);
    padding-right: 40px;
}
.list-facilities-module .slider-nav {
    display: none;
}
.list-facilities-module.layout-slider .slider-nav {
    width: 136px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 24px;
}
.list-facilities-module.layout-slider .slider-nav .slider-btn {
    cursor: pointer;
}
.slider-nav .slider-btn svg * {
    transition: all .3s;
}
.slider-nav .slider-btn svg:hover * {
    stroke: #C8A25B;
}
.list-facilities-module.layout-slider .slider-nav .slider-btn.swiper-button-disabled {
    opacity: .2;
    pointer-events: none;
}
.layout-slider .list-facilities {
    margin: 0 0 0 24px;
    padding-left: calc((100% - 1218px) / 2);
}
.layout-slider .list-facilities .item {
    padding: 0;
    width: 480px;
}
.layout-slider .list-facilities .item-inner {
    height: calc(100% - 80px);
}
.list-facilities-module.layout-slider .slider-nav.slider-nav-mobile {
    display: none;
}


.section-brochure {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.section-brochure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
}
.section-brochure .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
    position: relative;
}
.section-brochure .col-left {
    position: relative;
    padding-left: calc((100% - 1218px) / 2);
    width: 56%;
    height: 100%;
}
.section-brochure .col-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 112%;
    height: 100%;
    background: #FAFAFA;
    border-radius: 0 32px 32px 0;
    z-index: 0;
}
.section-brochure .col-right {
    position: relative;
    width: 44%;
    padding-right: 35px;
    top: 4px;
}
.section-brochure .col-left .inner-content {
    position: relative;
    padding: 80px 53px 80px 24px;
}
.section-brochure span.sub-title {
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #878E80;
}
.section-brochure h3.title {
    font-family: Product Sans;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #152305;
    margin-top: 8px;
}
.form-brochure .field-half {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.form-brochure .field-half .field {
    width: 50%;
    padding: 0 16px;
}
.form-brochure p {
    margin: 0;
}
.form-brochure label {
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #152305;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}
.form-brochure label span.required-field {
    color: #F93939;
    padding-left: 3px;
}
span.required-field {
    color: #F93939;
    padding-left: 3px;
}
.form-brochure .field-half .field input {
    font-family: Product Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 7px 8px;
    border: none;
    border-bottom: 0.84px solid #86949380;
    border-radius: 0;
    background: transparent;
    width: 100%;
    display: block;
}
.form-brochure .wpcf7-checkbox label,
.form-brochure .wpcf7-acceptance label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: none;
    display: flex;
    align-items: baseline;
    color: #61665A;
}
.form-brochure .wpcf7-acceptance label a {
    color: #61665A;
}
.form-brochure .wpcf7-checkbox .wpcf7-list-item,
.form-brochure .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
} 
.form-brochure .field-full {
    margin-top: 33px;
}
.form-brochure .wpcf7-checkbox input[type="checkbox"],
.form-brochure .wpcf7-acceptance input[type="checkbox"] {
    width: 14px;
    margin-right: 10px;
    margin-left: 5px;
}
.form-brochure .field-submit {
    margin-top: 28px;
}
.form-brochure .field-submit input[type="submit"] {
    padding: 15px 49px;
    cursor: pointer;
    border: 1px solid #053F33;
    transition: all .3s;
}
.form-brochure .field-submit input[type="submit"]:hover { 
    background: transparent;
    color: #053F33;
}
.form-brochure span.wpcf7-not-valid-tip {
    font-size: 14px;
}
@media(max-width: 1024px) {
    .section-brochure .col-left .inner-content {
        position: relative;
        padding: 80px 0px 80px 24px;
    }
}
@media(max-width: 767px) {
    .section-brochure {
        padding: 40px 0 80px 0;
    }
    .section-brochure .col-left {
        width: calc(100% - 48px);
        order: 2;
        margin: auto;
    }
    .section-brochure .col-left:before {
        width: 100%;
        border-radius: 8px;
    }
    .section-brochure .col-left .inner-content {
        padding: 40px 16px;
    }
    .section-brochure .col-right {
        width: 100%;
        top: 0;
        padding: 0 8px;
    }
    .section-brochure .col-right .img-wrap {
        text-align: center;
    }
    .form-brochure .field-half {
        width: 100%;
        margin: 0;
    }
    .form-brochure .field-half .field {
        width: 100%;
        padding: 0;
        margin-bottom: 38px;
    }
    .section-brochure h3.title {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -0.015em;
    }
    .form-brochure label {
        font-size: 12px;
        line-height: 16px;
    }
    .form-brochure .field-half .field input {
        font-size: 14px;
        line-height: 20px;
        padding: 11px 8px;
    }
    .form-brochure .field-full {
        margin-top: -1px;
    }
    .form-brochure .wpcf7-checkbox label,
    .form-brochure .wpcf7-acceptance label {
        font-size: 14px;
        line-height: 20px;
    }
    .form-brochure .wpcf7-checkbox input[type="checkbox"],
    .form-brochure .wpcf7-acceptance input[type="checkbox"] {
        position: relative;
        top: 4px;
    }
    .form-brochure .field-submit input[type="submit"] {
        padding: 15px 23px;
    }
}
div#faqs-page .faq-container {
    padding-top: 127px;
}
.wpcf7-form .wpcf7-acceptance label,
.wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 25px;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox],
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before,
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 2px;
    height: 14px;
    width: 14px;
    left: 0;
    top: 3px;
    border: 2px solid #86949380;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after,
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 2px;
    height: 14px;
    width: 14px;
    top: 3px;
    left: 0;
    visibility: hidden;
    font-size: 16px;
    background: url(../assets/images/icon-checkbox.svg);
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:before,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:after,
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
   visibility: visible;
}
.banner-treatments .overplay {
    background: linear-gradient(2.05deg, rgba(29, 28, 20, 0) -95.44%, rgba(29, 28, 20, 0.7) 96.73%);
}
.list-treatments-section {
    background: url(../assets/images/treatments_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 73px;
}
.list-treatments-section h4.sub-title {
    font-family: Product Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #61665A;
    margin-bottom: 0;
}
.list-treatments-section h2.title-section {
    font-family: 'Product Sans';
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #152305;
    margin-bottom: 26px;
    max-width: 867px;
    margin-left: auto;
    margin-right: auto;
}
.list-treatments-section h2.title-section span.khaki {
    font-family: Cormorant;
    font-size: 48px;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
}
.content-list-treatments ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0 -8px;
}
.content-list-treatments ul li {
    width: calc(33.333% - 16px);
    padding: 24px;
    margin: 12px 8px;
    background: #EFEFEF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content-list-treatments.col2 ul li {
    width: calc(50% - 16px);
}
.content-list-treatments span.icon {
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
    border-radius: 6px;
    background-color: #FAFAFA;
    margin-bottom: 11px;
}
.content-list-treatments span.icon img {
    display: block;
    margin: auto;
}
.content-list-treatments h5.title {
    font-family: 'Cormorant';
    font-size: 34px;
    font-weight: 500;
    font-style: italic;
    line-height: 34px;
    text-align: left;
    margin-bottom: 6px;
    color: #152305;
}
.content-list-treatments h5.title span {
    font-family: 'Product Sans';
    font-style: normal;
    font-size: 28px;
}
.treatments-custom .content-list-treatments h5.title {
    position: static;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
}
.treatments-custom .content-list-treatments .description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .05em;
    font-family: 'Product Sans';
}
.treatments-custom.list-treatments-section h2.title-section {
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    padding-top: 50px;
}
.treatments-custom.list-treatments-section h2.title-section > div {
    display: inline;
    position: relative;
}
.list-treatments-section h2.title-section svg {
    display: none;
}
.treatments-custom.list-treatments-section h2.title-section svg {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
}
.content-list-treatments .description {
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #61665A;
}
.content-list-treatments .description p {
    margin: 0;
}
.content-list-treatments .btn-link {
    color: #527D72;
    font-family: 'Poppins';
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    margin: 32px 0 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.content-list-treatments .btn-link span.btn-text {
    padding-right: 4px;
}
.content-list-treatments .btn-link .icon-u_arrow-right {
    font-size: 24px;
    transition: all 0.3s ease;
}
.content-list-treatments .btn-link:hover .icon-u_arrow-right {
    margin-left: 8px;
}
@media(max-width: 767px) {
    .content-list-treatments ul li {
        width: calc(100% - 16px);
        padding: 16px;
        margin: 8px;
        border-radius: 8px;
    }
    .content-list-treatments.col2 ul li {
        width: calc(100% - 16px);
    }
    .list-treatments-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .content-list-treatments ul {
        margin: 0 -8px;
    }
    .list-treatments-section h2.title-section {
        margin-bottom: 31px;
        font-size: 26px;
        line-height: 32px;
    }
    .list-treatments-section h2.title-section span.khaki {
        font-size: 34px;
        line-height: 32px;
    }
    .content-list-treatments .top-content {
        position: relative;
    }
    .content-list-treatments span.icon {
        width: 45px;
        height: 45px;
        margin-bottom: 8px;
    }
    .content-list-treatments h5.title {
        position: absolute;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 25px;
        top: 10px;
        left: 61px;
    }
    .content-list-treatments .btn-link {
        margin: 16px 0 0 0;
    }
    .content-list-treatments .btn-link span.btn-text span {
        display: none;
    }
}
.our-list-team.our-team {
    padding: 80px 0 25px;
}
.our-list-team.our-team .content-header .description {
	max-width: 800px;
	margin: 0 auto;
	line-height: 25px;
}
.our-list-team.our-team .content-inner {
    margin-top: 48px;
}
.our-list-team .row-our-team h5.name {
    margin-top: 32px;
}
.our-list-team .row-our-team .position {
    margin-bottom: 47px;
}
.our-list-team .row-our-team {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin: 0 -8px;
}
.our-list-team.our-team .row-our-team .col-team {
    width: calc(25% - 16px);
    margin: 0 8px 8px;
}
@media(max-width: 768px) {
    .our-list-team.our-team {
        padding: 40px 0 25px;
    }
    .our-list-team.our-team .list-team:not(:last-child) {
        padding-bottom: 20px;
    }
    .our-list-team.our-team .row-our-team .col-team {
        width: calc(50% - 16px);
    }
    .our-list-team .row-our-team h5.name {
        margin-top: 17px;
    }
    .our-list-team .row-our-team .position {
        margin-bottom: 8px;
    }
    .our-list-team.our-team .content-inner {
        margin-top: 30px;
    }
    .our-team .content-header .description {
        padding-top: 18px;
    }
    .our-team .content-header h2 {
        font-size: 26px!important;
        line-height: 32px;
    }
    .our-team .content-header h2 span {
        font-size: 34px;
        line-height: 32px;
    }
    .our-team .content-header h2 .font-rhapsody {
        line-height: 0;
    }
	.single-locations .banner-homepage.banner-video-anchor.banner-form {
        padding-top: 135px;
		padding-bottom: 130px;
	}
    .single-locations .banner-homepage.banner-video-anchor .button-action.button-mobile {
        margin-bottom: 0;
    }
	.single-locations .banner-locations .container-banner {
		transform: translateY(0px);
	}
    body.single-locations .banner-homepage.banner-video-anchor .logos-row {
        display: block;
        padding-bottom: 40px;
    }
    .list-treatments-section h4.sub-title {
        font-size: 12px;
    }
}

.logos-row .swiper-container-slider img {
	height: 23px;
	width: auto;
}
.logos-row .swiper-container-slider .swiper-slide {
	width: max-content;
	text-align: center;
	padding: 0 20px;
}
.logos-row .swiper-container-slider {
	overflow: hidden;
	max-width: calc(100vw - 170px);
}
.logos-row .swiper-container-slider .swiper-wrapper {
	transition-timing-function: linear;
}	
@media (max-width: 768px) {
	.logos-row .swiper-container-slider {
		max-width: calc(100vw - 40px);
	}
}	

/*section review*/
.harp-review-module {
    background: #f9f9fb;
    padding: 80px 0;
}
.harp-review-module .satisfaction-review {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
}
.harp-review-module .satisfaction-review .col-left,
.harp-review-module .satisfaction-review .col-right {
    width: 50%;
    padding: 0 15px;
    position: relative;
}
.harp-review-module .satisfaction-review .col-left {
    padding-right: 80px;
}
.harp-review-module .satisfaction-review .col-left h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
}
.harp-review-module .box-rated {
    padding: 24px 40px;
    background: #181818;
    max-width: 300px;
    width: 100%;
    color: #fff;
    text-align: center;    
    border-radius: 4px;
    position: absolute;
    bottom: -20px;
    left: -40px;
}
.harp-review-module .box-rated a.button-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.harp-review-module .box-rated span.title-review {
    font-size: 24px;
    font-weight: 700;
    margin-right: 8px;
}
.harp-review-module .box-rated span.number-review {
    color: #bcbcbc;
}
.harp-review-module .box-rated .star-rating {
    display: flex;
    justify-content: center;
    margin: 16px 0;
}
.harp-review-module .box-rated .star-rating svg {
    width: 24px;
}
.harp-review-module .satisfaction-review .col-right .wrap-img {
    position: relative;
}
.harp-review-module .satisfaction-review .col-right .wrap-img:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.harp-review-module .satisfaction-review .col-right .wrap-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-box-review {
    margin-top: 55px;
}
.list-box-review .list-review {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
}
.list-box-review .list-review .item {
    width: calc(33.333% - 30px);
    background: #fff;
    margin: 15px;
    padding: 16px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.list-box-review .list-review .item a.button-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.list-box-review .list-review .item .col-left {
    width: 60px;
}
.list-box-review .list-review .item .col-right {
    width: calc(100% - 60px);
    padding-left: 16px;
}
.list-box-review .list-review .item .col-right h6 {
    margin-top: 7px;
    margin-bottom: 0;
}
.list-box-review .list-review .item .col-right .star-rating {
    display: flex;
}
.list-box-review .list-review .item .col-right .star-rating svg {
    width: 24px;
}
.google-review-module {
    padding: 80px 0;
}
.google-review-module .container .row {
    display: flex;
    flex-wrap: wrap;
}
.google-review-module .col-left {
    width: 40%;
    padding: 0 15px;
}
.google-review-module .col-right {
    width: 60%;
    padding: 0 15px;
}
.google-review-module .box-rated {
    display: flex;
    flex-wrap: wrap;
}
.google-review-module .box-rated span.title-review {
    font-size: 20px;
    font-weight: 700;
}
.google-review-module .box-rated .star-rating {
    display: flex;
    margin-left: 5px;
}
.google-review-module .box-rated .star-rating svg {
    width: 24px;
}
.google-review-module .box-rated span.number-review {
    width: 100%;
    font-size: 14px;
}
.google-review-module .list-vote {
    margin-top: 20px;
}
.google-review-module .list-vote .item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.google-review-module .list-vote .item span.label {
    width: 88px;
    min-width: 88px;
}
.google-review-module .list-vote .progress-bar-wrap {
    width: 160px;
    height: 16px;
    position: relative;
    background: #dcdcdc;
}
.google-review-module .list-vote .progress-bar-wrap  .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #faac14;
}
.list-review-google .item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dcdcdc;
}
.list-review-google .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.list-review-google .star-rating {
    display: flex;
    margin-bottom: 16px;
}
.list-review-google .star-rating svg {
    width: 24px;
}
.list-review-google .review-desc.short {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list-review-google .review-desc.full {
    display: none;
}
.list-review-google .review-desc.full p:last-child {
    margin-bottom: 0;
}
.list-review-google span.date-review {
    text-align: right;
    display: block;
    padding-top: 5px;
}
.list-review-google .item button {
    padding: 0;
    background: transparent;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    color: #C8A25B;
    cursor: pointer;
}
.leave-review-module {
    background: #f9f9fb;
    padding: 80px 0;
}
.leave-review-module .inner-top {
    max-width: 700px;
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
}
.leave-review-module .list-leave-review {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.leave-review-module .list-leave-review > .item {
    background: #fff;
    padding: 50px 20px 30px;
    margin: 15px;
    width: calc(100% - 30px);
}
.leave-review-module .list-link-review {
    display: flex;
    justify-content: space-around;
}
.leave-review-module .list-link-review .item {
    display: flex;
    align-items: center;
    padding: 20px;
}
.leave-review-module .list-leave-review h5.name {
    text-align: center;
}
.leave-review-module .list-link-review img {
    width: 25px;
}
.leave-review-module .list-link-review a.button {
    color: #C8A25B;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.leave-review-module .list-link-review a.button svg {
    position: relative;
    left: 10px;
    transition: all .3s;
}
.leave-review-module .list-link-review a.button:hover svg  {
    left: 15px;
}
@media(max-width: 1024px) {
    .list-box-review .list-review .item {
        padding: 16px 20px;
    }
    .harp-review-module .box-rated {
        width: calc(100% - 50px);
    }
}
@media(max-width: 767px) {
    .harp-review-module,
    .google-review-module,
    .leave-review-module {
        padding: 40px 0;
    }
    .harp-review-module .satisfaction-review .col-left h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .harp-review-module .satisfaction-review .col-left, 
    .harp-review-module .satisfaction-review .col-right {
        width: 100%;
        padding: 0 15px;
    }
    .harp-review-module .box-rated {
        left: 50%;
        transform: translateX(-50%);
    }
    .list-box-review .list-review .item {
        width: calc(100% - 30px);
        padding: 20px 40px;
    }
    .google-review-module .col-left,
    .google-review-module .col-right {
        width: 100%;
    }
    .google-review-module .col-right {
        margin-top: 50px;
    }
    .leave-review-module .list-leave-review > .item {
        width: calc(100% - 30px);
    }
    .leave-review-module .list-link-review {
        flex-wrap: wrap;
    }
    .leave-review-module .list-link-review .item {
        width: 100%;
        justify-content: center;
    }
    .treatments-custom.list-treatments-section h2.title-section {
        font-size: 26px;
    }
    .treatments-custom .content-list-treatments h5.title {
        font-size: 34px;
    }
    .content-list-treatments h5.title span {
        font-size: 26px;
    }
    .treatments-custom .content-list-treatments .description {
        font-size: 14px;
        line-height: 20px;
    }
}
body.yacht.home .why-choose-harp-section-2.our-approach .row-why-choose-harp h3,
body.yacht.home .why-choose-harp-section-2.our-approach .row-why-choose-harp h3 .khaki,
body.yacht .why-choose-harp-section-1 .row-why-choose-harp h3,
body.yacht .why-choose-harp-section-1 .row-why-choose-harp h3 .khaki,
body.yacht .list-treatments-section h2.title-section,
body.yacht .list-treatments-section h2.title-section span,
body.yacht .content-list-treatments h5.title,
body.yacht .testimonials-module .title,
body.yacht .why-choose-harp-section-2 .row-why-choose-harp h3,
body.yacht .our-team .content-header h2,
body.yacht .cf-form h3{
    color: #2d4b54;
}
body.yacht.home .row-list .col-list-image-icon {
    background-color: #3f668c;
}
body.yacht.home .row-list .col-list-image-icon:hover {
    background-color: #003366;
}
body.yacht.home .row-list .col-list-image-icon .col-left-list .icon {
    background: #7f99b2;
}
body.yacht.home .row-list .col-list-image-icon .col-left-list h5 {
    color: #FAFAFA;
}
body.yacht .why-choose-harp-section-1 .row-why-choose-harp .button-action .btn-why-choose-harp.btn-1 {
    background: #3f668c;
}
body.yacht .why-choose-harp-section-1 .row-why-choose-harp .button-action .btn-why-choose-harp.btn-1:hover {
    background: #003366;
}
body.yacht .why-choose-harp-section-1.why-choose-harp {
    background: #bfccd8;
}
body.yacht .content-list-treatments .btn-link {
    color: #3f668c;
}
body.yacht .content-gallery-slider {
    background: #003366;
}
body.yacht .content-top-gallery h4 {
    color: #7f99b2;;
}
body.yacht .content-gallery-slider .swiper-button-next, 
body.yacht .content-gallery-slider .swiper-button-prev {
    border: 1.5px solid #7f99b2;
}
.content-gallery-slider .swiper-button-next img.icon-yacht, 
.content-gallery-slider .swiper-button-prev img.icon-yacht,
body.yacht .content-gallery-slider .swiper-button-next img, 
body.yacht .content-gallery-slider .swiper-button-prev img {
    display: none;
}
body.yacht .content-gallery-slider .swiper-button-next img.icon-yacht, 
body.yacht .content-gallery-slider .swiper-button-prev img.icon-yacht {
    display: block;
}
body.yacht .star-rating svg path {
    fill: #0099cc;
}
body.yacht .why-choose-harp-section-2 {
    background-color: #bfccd8;
}
body.yacht .section-activities-amenities .sub-heading {
    color: #3f668c;
}
body.yacht .activity-tab .tab-item.active {
    background-color: #3f668c;
}
body.yacht .activity-item .activity-name {
    color: #003366;
}
body.yacht .treatments-custom.list-treatments-section h2.title-section,
body.yacht .treatments-custom .content-list-treatments h5.title {
    color: #003366;
}
body.yacht .our-process-section .row_column_main .column_main .wrap-content {
    background-color: #003366;
}
body.yacht .our-process-section {
    background-color: #3f668c;
}
body.yacht .row-our-team h5.name {
    color: #003366;
}
body.yacht .btn.white {
    background-color: #3f668c;
    color: #fff;
}
body.yacht #cf-form [type="submit"] {
    background-color: #3f668c;
}
body.yacht .btn.white:hover,
body.yacht #cf-form [type="submit"]:hover {
   background-color: #003366; 
   color: #fafafa;
}
body.yacht .cf-info .cf-info_el p a {
    color: #7fcce5;
    border-bottom: 1px solid #7fcce5;
}
body.yacht .cf-info .cf-info_el .cf-arrow {
    background-image: url(../assets/images/ArrowNarrowRightOutline-yacht.svg);
    background-size: auto;
    background-position: center;
}
body.wellness .cf-info .cf-info_el .cf-arrow {
    background-image: url(../assets/images/ArrowNarrowRightOutline-wellness.svg);
    background-size: auto;
    background-position: center;
}









