/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/_Xmu-HUzqDCFdgfMm4GNAa5o7Cqcs8-2.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/_Xmu-HUzqDCFdgfMm4GND65o7Cqcsw.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/_Xms-HUzqDCFdgfMm4q9DaRvziissg.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/_Xms-HUzqDCFdgfMm4S9DaRvzig.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@import url('bootstrap.min.css');



body {
    background: #EDEED2;
    font-family: "Figtree", serif;
    background-repeat: no-repeat;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* header */
.navbar-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-list {
    display: flex;
    align-items: center;
    grid-gap: 24px;
    margin-top: 30px;
}

.btn-default {
    border-radius: 12px;
    border: 1.2px solid #115E2B;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 15px 24px;
    color: #115E2B;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 16px;
    min-width: 160px;
    letter-spacing: 0.32px;
}

.btn-secondary {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.32px;
    border-radius: 12px;
    min-width: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: #115E2B;
}

header {
    padding: 32px 0px;
}

/* hero-sec */
.hero-sec {
    padding: 80px 0px;
}

.hero-sec .text-box {
    max-width: 685px;
}

.hero-sec .btn-default {
    min-width: 260px;
}

.hero-sec .btn-secondary {
    min-width: 260px;
}

.text-box h1 {
    color: #323232;
    font-size: 54px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.54px;
    margin-bottom: 10px;
}

.text-box p {
    color: #323232;
    font-size: 19.2px;
    font-weight: 400;
    line-height: 27px;
}

.hero-sec .text-box p {
    margin: 10px 0px 36px;
    max-width: 616px;
}

/* logo-inner */
.logo-inner {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-gap: 32px;
}

.logo-inner .text-box {
    text-align: center;
}

.logo-inner .text-box p {
    margin-top: 24px;
}

.logo-sec {
    padding: 48px 0px 82px;
}

/* adults-sec */
.adults-sec {
    padding: 80px 0px;
}

.adults-sec .text-box h2 {
    margin-bottom: 32px;
    max-width: 458px;
}

.adults-sec .text-box p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 24px;
    max-width: 538px;
}

.text-box h2 {
    color: #323232;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-bottom: 30px;
}

/* companion-box */
.companion-box {
    border-radius: 600px 0px;
    background: #FFF;
    padding: 150px 0px 100px;
}

.companion-header {
    max-width: 824px;
    text-align: center;
    margin-left: auto;
    padding-right: 50px;
}

.companion-header p {
    max-width: 760px;
    margin: 0 auto 48px;
}

.companion-header h2,
.scientifically-sec h2,
.attexis-sec h2,
.contact-sec h2 {
    color: #323232;
    font-size: 54px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.54px;
    margin-bottom: 8px;
}

.inner-box {
    display: flex;
    align-items: center;
    grid-gap: 48px;
    max-width: 861px;
    margin: 0px auto 24px;
    padding: 56px 0px;
}

.inner-box .box-left {
    flex: 1;
}

.inner-box .box-left p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 22px;
}

/* scientifically-sec */
.scientifically-sec .text-box {
    max-width: 850px;
    margin: 0 auto;
}

.scientifically-sec {
    padding: 60px 0px 80px;
}

.cards-wrapper {
    max-width: 950px;
    margin: 48px auto;
    display: flex;
    grid-gap: 48px 22px;
    justify-content: center;
    flex-wrap: wrap;
}

.cards-wrapper .scientifically-card {
    border-radius: 149.51px 0px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    min-height: 304px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    width: 31.33%;
}

.cards-wrapper .scientifically-card h6,
.cards-wrapper .scientifically-card .h6 {
    color: #323232;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}

.bottom-text {
    display: block;
    color: #323232;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.faq-sec .accordion-item {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    padding: 17px 20px;
    margin-bottom: 16px;
    height: fit-content;
}

.faq-sec {
    padding-bottom: 112px;
}

.faq-sec .accordion {
    margin-top: 48px;
}

.faq-sec .accordion-button {
    color: #323232;
    font-size: 19.2px;
    font-weight: 400;
    line-height: 27px;
    background-color: transparent;
    padding: 0px;
    height: 40px;
    border: none;
    box-shadow: none;
}


.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/themes/wp-hero/assets/images/droparrow.svg);
}

.accordion-body {
    padding: 0px;
}

/* footer */
footer {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 88px 0px 0;
}

footer .footer-link {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-top: 14px;
}

.underline {
    text-decoration: underline;
}

.footer-lists {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.footer-bottom p {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.icon-box {
    border-radius: 458.953px;
    background: #FFF;
    width: 178.992px;
    height: 178.992px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 1px 4px rgba(25, 33, 61, 0.08));
    margin: 0 auto;
}
.contact-form-section .wpcf7-submit {
    background: #115e2b;
    border: unset;
    color: white;
}
.contact-form-section .wpcf7-spinner {
    display: none;
}
.adults-sec .text-box h2 {
    max-width: 100%;
}

.adults-sec .text-box .btn-secondary {
    height: 56px;
    max-width: 348px;
    width: 100%;
}

.care-wrapper .text-box {
    max-width: 510px;
    margin-left: auto;
}

.attexis-card {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    padding: 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 530px;
}

.attexis-card .attexis-img-box {
    border-radius: 12px;
    background: rgba(247, 211, 180, 0.70);
    min-height: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.attexis-card h4,
.attexis-card .h4 {
    color: #323232;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
}

.attexis-card p {
    max-width: 342px;
}

.attexis-card .btn-secondary {
    width: 100%;
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 16px;
}

.attexis-sec {
    padding: 160px 0px 128px;
}

.attexis-sec .attexis-heading {
    margin-bottom: 80px;
}

.btn-secondary:hover {
    background-color: #20743C;
}

.btn-default:hover {
    background-color: #115E2B;
    color: #fff;
}

.btn-default:hover img {
    filter: brightness(16);
}

/* contact-sec */
.contact-sec {
    padding: 80px 0px;
}

.contact-sec .text-box {
    max-width: 908px;
    margin: 0 auto;
}

.contact-sec h2 {
    margin-bottom: 24px;
}

.contact-sec .text-box p {
    max-width: 658px;
    margin: 0 auto 48px;
}

.contact-sec form .form-label {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 11px;
    display: block;
    margin-bottom: 12px;
}

.contact-sec form .form-control,
.contact-sec form .form-select {
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1.2px solid #115E2B;
    background-color: #FFF;
    height: 56px;
    padding: 0px 24px;
    color: #6D758F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-sec form .form-group {
    margin-bottom: 24px;
}

.contact-sec form .form-control::placeholder {
    color: #6D758F;
}

.contact-sec form .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 16px;
}
.contact-sec form .form-check.privacy_checkbox {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.contact-sec form .form-check.privacy_checkbox p:first-of-type {
    font-size: 17px;
}
.contact-sec form .form-check.privacy_checkbox .wpcf7-list-item {
    margin-left: 0;
}
.contact-sec .form-select {
    background-image: url(../images/droparrow.svg);
}

.contact-sec form {
    margin: 0 auto;
    max-width: 1063px;
}

.contact-sec form .form-check-label {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-sec form .form-check-label a {
    text-decoration-line: underline;
    color: #323232;
}

.contact-sec form .form-check-input {
    border: 1px solid #323232;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.contact-sec form .form-check-input:checked {
    background-color: #323232;
}

.contact-sec form .btn-secondary {
    max-width: 348px;
    margin: 40px auto 0px;
}

.align-items-center .col-lg-6 .text-box .content{
    margin-bottom: 30px;
}
.contact-form-section{
    margin-top: 30px;
}
.wpcf7-list-item-label a{
    text-decoration: underline;
    color: #000;
}
.footer-item {
    padding: 0 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.so-widget-wph-text-editor p {
    margin-bottom: 23px;
}
.so-widget-wph-text-editor a {
    text-decoration: none;
    color: #212529
}
.so-widget-wph-intractive-small-section-form-fields .bottom-text .scientifically-sec {
    padding-top: 10px;
    padding-bottom: 40px;
}
.left-box {
    display: flex;
    align-items: center;
}
.nav-link {
    color: #323232;
    font-weight: 400;
    margin-left: 60px;
    font-size: 19px;
}
.hero-sec .text-box {
    font-size: 19px;
}
.wpcf7-textarea {
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #ccc;
    border-bottom: 1.2px solid #115E2B;
    background-color: #FFF;
    /* height: 56px; */
    padding: 20px 24px;
    color: #6D758F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.field {
    width: calc(50% - 12px);
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.field select, .field input {
    width: 100%;
    background: rgba(32, 116, 60, 0.05);
    border: 0;
    border-bottom: 1.5px solid #20743C;
    padding: 15px 20px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.field .label {
    margin-bottom: 8px;
    color: #323232;
}
.field-100 {
    width: 100%;
}
.field-100.bool {
    display: flex;
}
.field-100.bool .label {
    margin-left: 10px;
}
.field a {
    color: #323232;
    text-decoration: underline;
}
.field-100 .field__normal,
.field-100 .label {
    display: inline-block;
}
.field:nth-of-type(2n) {
    margin-right: 0;
}
.pum.pum-overlay {
    background: rgba(16, 57, 29, 0.9);
} 
.pum-container {
    border-radius: 5px;
}
.pum-content p,
.pum-content h2, .pum-content h3, .pum-content h4, .pum-content h5, .pum-content h6 {
    color: #323232;
}
.pum-content h2, .pum-content h3, .pum-content h4, .pum-content h5, .pum-content h6 {
    margin-bottom: 20px;
}
div.submitButton {
    text-align: center;
    margin-top: 20px;
}
input.submitButton {
    background: #115E2B;
    color: #fff;
    padding: 15px 35px;
    border-radius: 12px;
    border: 0;
}
button.popmake-close {
    background: none !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 25px!important;
    padding: 7px 20px 0 0!important;
}
.field__error {
    color: #f87979;
    margin-top: 5px;
    display: block;
}
.am-info-first-name {
    order: 3;
}
.am-info-last-name {
    order: 4;
}
#am-cf-2 {
    order: 1;
}
#am-cf-3 {
    order: 2;
}
#am-cf-11 {
    order: 5;
}
#am-cf-4 {
    order: 6;
}
#am-cf-5 {
    order: 7;
}
#am-cf-6 {
    order: 8;
}
#am-cf-7 {
    order: 9;
}
#am-cf-8 {
    order: 10;
}
#am-cf-9 {
    order: 11;
}
#am-cf-10 {
    order: 12;
}
#am-cf-16 {
    order: 13;
    margin-bottom: 0 !important;
}
#am-cf-17 {
    order: 14;
}
body .amelia-v2-booking #amelia-container .am-checkbox-wrapper .el-checkbox__label {
    font-weight: 400;
}
body .amelia-v2-booking #amelia-container .am-fs-sb {
    background-color: rgba(16, 57, 29, 0.9);
}
body .amelia-v2-booking #amelia-container.am-fs__wrapper,
body .amelia-v2-booking #amelia-container .am-fs__main {
    max-width: 920px;
}
.amelia-v2-booking #amelia-container .am-fs-sb__step-checker .am-icon-check,
.am-fs-sb .am-fs-sb__step-heading,
.am-fs-sb .am-fs-sb__step-selection {
    color: #fff !important;
}
body .amelia-v2-booking #amelia-container .am-fs-sb__step-checker {
    background: #fff;
}
.amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell.am-advsc__dayGridMonth-disabled .fc-daygrid-day-frame {
    background: none;
}
.amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell .fc-daygrid-day-bg .fc-bg-event {
    background: none;
    border: none;
}
body .amelia-v2-booking #amelia-container .am-advsc__slots-item {
    flex: 25%;
}
.fc-theme-standard {
    max-width: 700px;
}
body .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell .fc-daygrid-day-frame {
    background: none;
    border: none;
}
body .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell .fc-daygrid-day-number {
    color: #000;
}
body .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell.am-advsc__dayGridMonth-disabled .fc-daygrid-day-number {
    color: #8C959A;
}
body .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell.fc-day-today .fc-daygrid-day-frame:after {
    background-color: #115E2B;
}
body .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell.am-advsc__dayGridMonth-selected .fc-daygrid-day-frame {
    background-color: #115E2B;
}
body .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell.am-advsc__dayGridMonth-selected .fc-daygrid-day-frame .fc-daygrid-day-number {
    color: #fff;
}
body .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell .fc-daygrid-day-bg .fc-bg-event .am-advsc__slot-wrapper {
    background-color: rgba(17, 94, 43, 0.4);
}
body .amelia-v2-booking #amelia-container .am-advsc__slots-item__selected .am-advsc__slots-item__inner {
    background-color: #115E2B;
    border-color: #115E2B;
    color: #fff;
}
body .amelia-v2-booking #amelia-container .am-advsc__slots-item__inner {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.amelia-v2-booking #amelia-container .am-button.am-button--default {
    background-color: #115E2B !important;
}
.pum-container.popmake {
    top: 32px !important;
}
.current_menu_item {
    border-bottom: 2px solid #115E2B;
}
.am-fs__info-form__label a {
    color: #000;
    text-decoration: underline;
}
.error-404 {
    margin-bottom: 40px;
}
.content ul {
  margin-left: 20px;
}
.content ul li {
  list-style: disc;
}
td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 5px 15px;
}
.pre-header {
  background: #0B5A25;
  padding: 20px 40px;
  text-align: right;
  color: #FAFAFA;
  font-weight: 300;
}
.pre-header a {
  color: #FAFAFA;
  margin-left: 20px;
}
.pre-header a img {
  margin-right: 7px;
}
.burger-menu {
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.fx {
  display: flex;
  align-items: center;
}
.mobile-header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 40px;
}
.mobile-header-menu img {
  margin-bottom: 0;
}
.mobile-header-menu svg {
  width: 35px;
}
.submitted-message {
  background: rgba(11, 90, 37, 0.2);
  border-radius: 20px;
  padding: 70px 30px;
  width: 90%;
  margin: 0 auto;
}
.submitted-message h1 span {
  font-size: 30px !important;
}
.submitted-message h1:first-of-type {
  display: none;
}
.so-widget-wph-rectimages-form-fields .row {
  justify-content: center;
}
.m-wrapper .btn-list {
  margin-top: 25px !important;
}
.wpcf7-response-output {
  font-size: 18px;
  margin-top: 40px;
  display: block;
  /* max-width: 682px; */
  margin: 40px auto;
  color: #000;
  padding: 14px 20px;
  background: #00800070;
  border-radius: 20px;
  border: #46b450;
  padding: 20px 30px;
}
.so-widget-wph-iwtext-form-fields .logo-inner {
    display: flex;
    flex-wrap: wrap;
}
.so-widget-wph-iwtext-form-fields .logo-inner .text-box {
  max-width: 300px;
  margin: 0 auto;
}
.so-widget-wph-iwtext-form-fields .logo-inner .text-box p {
  word-break: normal;
  font-size: 16px;
}
.so-widget-wph-intractive-section-form-fields .field {
  width: 100%;
}
.pre-footer p {
    margin-right: 20px;
}
.pre-footer a {
    color: #000;
    text-decoration: underline;
}
.pre-footer .textwidget {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.container.small {
  max-width: 710px;
}
h2 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}
p.lead-small {
  text-align: center;
  font-size: 17px;
  margin-bottom: 30px;
}
.button {
  color: #0B5A25;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #0B5A25;
  padding: 13px;
  text-align: center;
  background: #fff;
  border-radius: 9px;
  margin-bottom: 10px;
  cursor: pointer;
}
.hide {
  display: none;
}