/*
 Theme Name:     Reset Clearing
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Akiko Design Ltd
 Author URI:     https://akikodesign.com/
 Template:       wp-bootstrap
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

/*Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Noto Serif Display", serif; */
/* font-family: "Noto Sans", sans-serif; */

html { 
    scroll-behavior: smooth;
    --white-color: #ffffff;
    --primary-color: #31572c;
    --btn-hover-color1: #354f52;
    --btn-hover-color2: #213a1d;
    --btn-hover-color3: #edeccb;
    --font-color: #343434;
    --font-color2: #484848;
    --font-color3: #434343;
    --notoserifdisplay-font: "Noto Serif Display", serif;
    --notosans-font: "Noto Sans", sans-serif;
    --bg-color1: #edeccb;
    --bg-color2: #fffef2;
    --bg-color3: #f7f2ed;
    --bg-color4: #f3eddc;
    --bg-color5: #d5debd;
    --bg-color6: #cad2c5;
    --bg-color7: #3b542b;
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
}
html body { 
    font-family: var(--notosans-font);
    font-size: 1rem;
    font-weight: var(--fw-400);
    line-height: 1.5;
    color: var(--font-color);
}
body.admin-bar .fixed-top { 
    top:32px; 
}
body .container,
.wp-block-group__inner-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
body.popup-open,
body.menu-open {
    overflow: hidden;
}
body a { 
    color:  var(--primary-color); 
    font-weight: var(--fw-600);
    text-decoration: underline;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; 
}
body a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.notosans {
    font-family: var(--notosans-font);
}
.notoserifdisplay {
    font-family: var(--notoserifdisplay-font);
}

h1, h2, h3, h4, h5, h6 { 
    font-family: var(--notoserifdisplay-font);
    font-weight: var(--fw-300);
    color: var(--font-color);
}

h1, .h1 {
    font-size: 56px; 
    line-height: 1.15;
}
h2, .h2 {
    font-size: 48px; 
}
h3, .h3 {
    font-size: 36px; 
}
h4, .h4 {
    font-size: 24px; 
}
h5, .h5 {
    font-size: 20px; 
}
h6, .h6 {
    font-size: 18px; 
}

.fw-1 {
    font-weight: var(--fw-100) !important;
}
.fw-2 {
    font-weight: var(--fw-200) !important;
}
.fw-3 {
    font-weight: var(--fw-300) !important;
}
.fw-4 {
    font-weight: var(--fw-400) !important;
}
.fw-5 {
    font-weight: var(--fw-500) !important;
}
.fw-6 {
    font-weight: var(--fw-600) !important;
}
.fw-7 {
    font-weight: var(--fw-700) !important;
}
.fw-8 {
    font-weight: var(--fw-800) !important;
}
.fw-9 {
    font-weight: var(--fw-900) !important;
}

body #main {
    padding: 0;
}
body.home #main {
    margin: -144px 0 0;
}

.m-6 {
    margin: 4.5rem !important;
}
.m-7 {
    margin: 5.5rem !important;
}
.m-8 {
    margin: 6.5rem !important;
}
.mx-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}
.mx-7 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
}
.mx-8 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
}
.my-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
}
.my-7 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
}
.my-8 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
}
.mt-6 {
    margin-top: 4.5rem !important;
}
.mt-7 {
    margin-top: 5.5rem !important;
}
.mt-8 {
    margin-top: 6.5rem !important;
}
.mb-6 {
    margin-bottom: 4.5rem !important;
}
.mb-7 {
    margin-bottom: 5.5rem !important;
}
.mb-8 {
    margin-bottom: 6.5rem !important;
}
.ms-6 {
    margin-left: 4.5rem !important;
}
.ms-7 {
    margin-left: 5.5rem !important;
}
.ms-8 {
    margin-left: 6.5rem !important;
}
.me-6 {
    margin-right: 4.5rem !important;
}
.me-7 {
    margin-right: 5.5rem !important;
}
.me-8 {
    margin-right: 6.5rem !important;
}
.font-16, .with_frm_style .font-16 .frm_checkbox label {
    font-size:16px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.wp-block-buttons .primary-button a { 
    display: inline-block;
    background-color: transparent;
    background-image: none;
    border: solid 1.3px var(--white-color);
    border-radius: 9px;
    font-family: var(--notosans-font);
    font-size: 14px;
    font-weight: var(--fw-600);
    line-height: normal;
    color: var(--white-color);
    /*text-transform: capitalize;*/
    /* padding: 1.188rem 2.476rem; */
    /* padding: 1.219rem 2.828rem; */
    padding: 1.219rem 2.7rem;
    box-shadow: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; 
}
.wp-block-buttons .primary-button:hover a { 
    opacity: 1;
    text-decoration: none;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
.wp-block-buttons .primary-button.transparent-white-button a { 
    background-color: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
    text-decoration: unset;
}
.wp-block-buttons .primary-button.transparent-white-button:hover a { 
    background-color: var(--btn-hover-color3);
    border-color: var(--btn-hover-color3);
    color: var(--primary-color);
}
.wp-block-buttons .primary-button.transparent-colored-button a { 
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.wp-block-buttons .primary-button.transparent-colored-button:hover a { 
    background-color: var(--btn-hover-color3);
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.wp-block-buttons .primary-button.light-colored-button a { 
    background-color: #fffdf6;
    border-color: #fffdf6;
    color: var(--primary-color);
}
.wp-block-buttons .primary-button.light-colored-button:hover a { 
    background-color: var(--btn-hover-color2);
    border-color: var(--btn-hover-color2);
    color: var(--white-color);
}
.wp-block-buttons .primary-button.dark-colored-button a { 
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
.wp-block-buttons .primary-button.dark-colored-button:hover a { 
    background-color: var(--btn-hover-color1);
    border-color: var(--btn-hover-color1);
    color: var(--white-color);
}

.slick-slider.slick-dotted .slick-dots {
    padding: 0;
    margin: 2rem 0 0 ;
    text-align: center;
}
.slick-slider.slick-dotted .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 1rem;
}
.slick-slider.slick-dotted .slick-dots li button {
    width: 20px;
    height: 20px;
    opacity: 0.8;
    border: solid 1.3px #fffdf6;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: none;
    font-size: 0;
}
.slick-slider.slick-dotted .slick-dots li.slick-active button {
    background-color: #fffdf6;
}
.slick-arrow {
    width: 45px;
    height: 36px;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0 8px 17px 0 rgba(53, 49, 39, 0.12);
    border: solid 0px rgb(255 253 246 / 53%);
    background-color: rgb(255 253 246 / 53%);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.slick-prev {
    background-image: url('assets/images/prev.png');
    background-image: url('assets/images/prev.svg');
    left: 0;
}
.slick-next {
    background-image: url('assets/images/next.png');
    background-image: url('assets/images/next.svg');
    right: 0;
}

  

/*-- Header --*/

#reset-header.sticky {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color .2s, transform .4s;
    width: 100%;
    background-color: transparent;
    z-index: 998;
}
#reset-header.sticky.sliding {
    overflow: hidden;
}
#reset-header.sticky.scrolling {
    background-color: rgba(252, 248, 238, 0.96);
}
#reset-header.sticky.slide-up:not(.keep-open) {
    -ms-overflow-style: none;
    overflow-x: hidden;
    scrollbar-width: none;
    transform: translateY(-101%);
}
header {
    background-image: linear-gradient(to bottom, rgba(252, 248, 238, 0.96) 12%, rgba(252, 248, 238, 0) 92%);
    position: relative;
    z-index: 1;
}
header .navbar-brand img {
    height: 55px;
    transform: scale(1);
    transition: transform 0.35s linear;
}
header.scrolling .navbar-brand img {
    transform: scale(0.8);
}
header .navbar {
    padding: 1rem 0;
    transition: all 0.35s linear;
}
header .navbar-nav .nav-item {
    padding: 0.2rem 0;
}
header .navbar-nav .nav-link {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: var(--primary-color);
    padding: 0.5rem 0;
    text-decoration: none;
}
header .navbar-nav .nav-link.active {
    color: var(--primary-color);
}
header .mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(120,111,79);
    background: linear-gradient(180deg, rgb(65 60 42 / 85%) 0%, rgba(1, 1, 0, 1) 100%)
}
header .navbar-collapse.collapsing ~ .mobile-menu-overlay,
header .navbar-collapse.show ~ .mobile-menu-overlay {
    display: block;
}
header .navbar-toggler {
    border: 0;
    outline: none;
    z-index: 2;
    width: 26px;
    height: 36px;
    padding: 0;
}
header .navbar-toggler-icon {
    background-image: none;
    width: 26px;
    height: 1.2px;
    background-color: var(--primary-color);
    position: relative;
}
header .navbar-toggler-icon:before {
    content: '';
    display: block;
    width: 26px;
    height: 1.2px;
    position: absolute;
    left: 0;
    top: -9px;
    background-color: var(--primary-color);
}
header .navbar-toggler-icon:after {
    content: '';
    display: block;
    width: 26px;
    height: 1.2px;
    position: absolute;
    left: 0;
    bottom: -9px;
    background-color: var(--primary-color);
}
header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
}
header .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    width: 36px;
    transform: rotate(45deg);
    top: 0;
}
header .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    width: 36px;
    transform: rotate(135deg);
    bottom: 0;
}

.navbar-collapse .primary-button {
    width: 100%;
    display: block;
    padding: 19px 30px 21px;
    border-radius: 9px;
    border: solid 1.3px var(--primary-color);
    background-color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.06px;
    text-align: center;
    color: #fffdf6;
    box-shadow: none;
    margin: 2rem 0;
    box-shadow: none;
    background-image: none;    
}
.navbar-collapse .primary-button:hover a {
    background-color: var(--btn-hover-color1);
    color: var(--white-color);
}
.navbar-collapse .primary-button.white-colored-button {
    background-color: #fffdf6;
    color: var(--primary-color);
}
.navbar-collapse .primary-button.white-colored-button:hover a {
    background-color: var(--btn-hover-color3);
    color: var(--primary-color);
}
header .social-menu ul {
    margin: 1rem 0;
}
header .social-menu ul li a {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    color: var(--primary-color);
    padding: 0.8rem 0;
    text-decoration: none;
}

/*-- Page Content --*/

body:not(.home) #main {
    margin-top: 97px;
}

.introduction-section {
    position: relative;
    padding: 204px 1.35rem 0;
}
.introduction-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    background-image: url('assets/images/reset-clearing-forrest-floor-hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.introduction-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.09;
    background-image: linear-gradient(188deg, rgba(33, 58, 29, 0) 84%, rgba(33, 58, 29, 0) 80%, #213a1d 28%);
}
.introduction-section .wp-block-group__inner-container {
    padding-top: 4.25rem;
    padding-bottom: 1px;
}
.introduction-section h1,
.introduction-section h2,
.introduction-section h3,
.introduction-section h4,
.introduction-section h5,
.introduction-section h6,
.introduction-section p,
.introduction-section li,
.introduction-section span {
    color: var(--white-color);
}
.introduction-section h1 {
    font-size: 56px;
    font-weight: var(--fw-300);
    font-style: italic;
    line-height: 1.21;
    letter-spacing: 1.4px;
    text-align: center;
}
.introduction-section .intro-top {
    margin: 0 0 1.5rem;
}
.introduction-section .intro-top p {
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.45;
    letter-spacing: 0.09px;
    text-align: center;
    color: #ffffff;
    /* padding: 0 2rem; */
    opacity: 0.84;
}
.introduction-section .intro-middle {
    margin-bottom: 0.5rem;
}
.introduction-section .intro-middle p {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.67;
    letter-spacing: 0.07px;
    text-align: center;
    color: #ffffff;
    opacity: 0.84;
}
.introduction-section .intro-bottom p {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.67;
    letter-spacing: 0.07px;
    text-align: center;
    color: #ffffff;
    opacity: 0.84;
}
.introduction-section .intro-bottom-buttons {
    flex-wrap: wrap !important;
    margin-top: 2.125rem;
}
.introduction-section .intro-bottom-buttons .wp-block-button {
    width: 100%;
    margin: 0.75rem 0;
}
.introduction-section .intro-bottom-buttons .wp-block-button__link {
    display: block;
    max-width: 266px;
    margin: auto;
}

.introduction-section .intro-bottom-buttons .wp-block-button.primary-button.white-button .wp-block-button__link { 
    background-color: #fff;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.introduction-section .intro-bottom-buttons .wp-block-button.primary-button.white-button .wp-block-button__link:hover, .introduction-section .intro-bottom-buttons .wp-block-button.primary-button.white-button .wp-block-button__link:focus { 
    background-color: var(--primary-color);
    color: #fff;
    border-color: #fff;
}

.intro-continue-section {
    position: relative;
    background-color: var(--bg-color1);
    padding: 3.5rem 1rem 1.25rem;
    overflow: hidden;
}
.intro-continue-section:before {
    content: '';
    display: block;
    position: absolute;
    top: -7rem;
    right: 0;
    z-index: 2;
    width: 298px;
    height: 323px;
    background-image: url('assets/images/body-intelligence.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.intro-continue-left h1 {
    font-size: 56px;
    font-weight: var(--fw-300);
    line-height: 1.18;
    letter-spacing: 1.4px;
    margin-bottom: 1rem;
}
.intro-continue-left p {
    font-size: 24px;
    font-weight: var(--fw-400);
    line-height: 1.5;
    letter-spacing: -0.37px;
    padding: 0 1rem 0 0;
    opacity: 0.84;
}
.intro-continue-middle h3 {
    font-size: 36px;
    font-weight: var(--fw-400);
    line-height: 1.33;
    letter-spacing: 1.02px;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.intro-continue-middle p {
    font-size: 20px;
    font-weight: var(--fw-400);
    line-height: 1.5;
    letter-spacing: 0.08px;
    color: #363634;
}
.intro-continue-middle p strong {
    font-weight: var(--fw-600);
}
.intro-continue-middle-bottom h3 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.46;
    letter-spacing: 0.74px;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}
.intro-continue-middle-bottom p {
    font-size: 18px;
    font-weight: var(--fw-400);
    line-height: 1.67;
    letter-spacing: 0.07px;
    color: #363634;
    padding: 0;
}

.concerns-section .wp-block-group__inner-container {
    max-width: 1040px;
}
/* .groupcalls-section .wp-block-group__inner-container,
.learningcalls-section .wp-block-group__inner-container,
.training-courses-section .wp-block-group__inner-container {
    max-width: 1215px;
} */

.concerns-section {
    padding: 3rem 1rem 3.25rem;
    background-image: url('assets/images/health-and-body-leaf-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.concerns-section .concerns-slider {
    display: block;
}
.concerns-section h1 {
    font-size: 38px;
    font-weight: 300;
    line-height: 1.32;
    letter-spacing: 0.58px;
    text-align: center;
    color: #eaeaea;
}
.concerns-section h4 {
    font-family: var(--notosans-font);
    font-size: 20px;
    font-weight: var(--fw-600);
    line-height: 1.5;
    letter-spacing: 0.21px;
    color: #e8e8e8;
    margin-bottom: 1rem;
}
.concerns-section ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.concerns-section li {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.06px;
    color: #e8e8e8;
}

.groupcalls-section {
    position: relative;
    background-color: var(--bg-color2);
    padding: 2.875rem 1rem 0.5rem;
}
.groupcalls-section .groupcalls-heading {
    margin: 0;
}
.groupcalls-section h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: 0.14px;
    margin: 0 0 1rem;
}
.groupcalls-section h3 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: 0.18px;
    color: var(--font-color2);
    margin: 0 0 0.5rem;
}
.groupcalls-section h6 {
    font-family: var(--notosans-font);
    font-size: 22px;
    font-weight: normal;
    line-height: 1.55;
    letter-spacing: 0.09px;
    margin: 0 0 1.313rem;
    color: var(--font-color2);
}
.groupcalls-section p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: 0.07px;
    color: var(--font-color2);
}
.groupcalls-section p strong {
    font-weight: var(--fw-600);
}
.groupcalls-section p.head-small {
    margin: 1.5rem 0 0.5em;
}
.groupcalls-section .groupcalls-bottom-left {
    padding: 0 2rem;
    margin-bottom: 2.5rem;
}
.groupcalls-section .groupcalls-bottom-right-buttons {
    flex-wrap: wrap !important;
    margin-top: 2.25rem;
}
.groupcalls-section .groupcalls-bottom-right-buttons .wp-block-button {
    width: 100%;
    margin: 0.75rem 0;
}
.groupcalls-section .groupcalls-bottom-right-buttons .wp-block-button__link {
    display: block;
    max-width: 266px;
    margin: auto;
}

.learningcalls-section {
    position: relative;
    /* background-color: var(--bg-color3); */
    background-color: var(--bg-color2);
    padding: 3.5rem 1rem 0.5rem;
}
.learningcalls-section h1 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: 0.15px;
    margin: 0 0 1rem;
}
.learningcalls-section h6 {
    font-family: var(--notosans-font);
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.08px;
    color: var(--font-color2);
    margin: 0 0 1.5rem;
}
.learningcalls-section p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: 0.07px;
    color: var(--font-color2);
}
.learningcalls-section p.head-small {
    margin: 2rem 0 0.5em;
}
.learningcalls-section p strong {
    font-weight: var(--fw-600);
}
.learningcalls-section .learing-buttons {
    flex-wrap: wrap !important;
    margin-top: 2.25rem;
}
.learningcalls-section .learing-buttons .wp-block-button {
    width: 100%;
    margin: 0.75rem 0;
}
.learningcalls-section .learing-buttons .wp-block-button__link {
    display: block;
    max-width: 266px;
    margin: auto;
}

.training-courses-section {
    position: relative;
    background-color: var(--bg-color4);
    padding: 2.875rem 1rem 0.5rem;
}
.training-courses-section h1 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: 0.15px;
    color: var(--font-color3);
    margin: 0 0 1rem;
}
.training-courses-section h3 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: 0.7px;
    margin-bottom: 1rem;
 }
.training-courses-section h6 {
    font-family: var(--notosans-font);
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.08px;
    color: var(--font-color3);
}
.training-courses-section p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: 0.07px;
    color: var(--font-color3);
}
.training-courses-section p strong {
    font-weight: var(--fw-600);
}

.booking-section {
    position: relative;
    background-color: var(--bg-color5);
    padding: 2.875rem 0 0.5rem;
}
.booking-section .booking-top {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 0 2rem;
}
.booking-section h1 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: 0.58px;
    margin-bottom: 1rem;
}
.booking-section h6 {
    font-family: var(--notosans-font);
    font-size: 22px;
    font-weight: normal;
    /* line-height: 1.67; */
    line-height: 1.35;
    letter-spacing: 0.09px;
}
.booking-section p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: 0.07px;
}
.booking-section .booking-slider {
    display: block;
}
.booking-section .booking-slider .slick-slide {
    padding-left: 1rem;
    padding-right: 1rem;
}
.booking-section .booking-block {
    padding: 40px 32px 57px;
    border-radius: 56px;
    box-shadow: 0 8px 17px 0 rgba(53, 49, 39, 0.12);
    background-color: #fffdf6;
}
.booking-section .booking-block h6 {
    font-family: var(--notosans-font);
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.07px;
}
.booking-section .booking-block h3 {
    font-family: var(--notosans-font);
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.13px;
}
.booking-section .booking-block a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.07px;
    /* color: #584f2a; */
}
.booking-section .booking-block p {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.40;
    letter-spacing: 0.07px;
    color: #434343;
}
.booking-section .booking-block a.button {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.66px;
    /* color: #632a07; */
    text-decoration: none;
    border: 0;
    padding: 0;
    /* border-radius: 50px;
    border: 1px solid transparent;
    padding: 0.5rem 1.5rem; */
    padding-right: 30px;
    background-image: url('assets/images/f-step-small-icon.png');
    background-image: url('assets/images/f-step-small-icon.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right;
}
.booking-section .booking-block a.button:hover {
    color: var(--primary-color);
}
.booking-section .booking-slider.slick-dotted .slick-dots {
    margin: 0;    
}
.booking-section .booking-slider.slick-dotted .slick-dots li {
    margin: 0;
}
.booking-section .booking-slider.slick-dotted .slick-dots li button {
    width: 64px;
    height: 78px;
    margin: 0 0.75rem;
    padding: 16px 26px 20px 22px;
    border-radius: 12px;
    border: solid 1px #fff;
    background-color: #fffdf6;
    box-shadow: none;
    font-family: var(--notoserifdisplay-font);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.18px;
    text-align: center;
    color: var(--primary-color);
}
.booking-section .booking-slider.slick-dotted .slick-dots li.slick-active button {
    border: solid 1px var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color);
}

.testimonials-section {
    position: relative;
    background-color: var(--bg-color6);
    padding: 2.875rem 0 4rem;
}
.testimonials-section h1 {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: 1.15px;
    text-align: center;
    color: var(--font-color2);
}
.testimonials-section h6 {
    font-family: var(--notosans-font);
    font-size: 22px;
    font-weight: normal;
    line-height: 1.55;
    letter-spacing: 0.09px;
    text-align: center;
    color: var(--font-color);
}

.nav-tabs.testimonials-tabs {
    border: 0;
    margin: 1rem 0 0;
}
.nav-tabs.testimonials-tabs .nav-link {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0.07px;
    text-align: center;
    color: #747474;
    text-transform: uppercase;
    padding: 0 1.2rem;
    border: 0;
    border-radius: 0;
    margin: 0 0 1rem;
}
.nav-tabs.testimonials-tabs .nav-link:hover {
    color: var(--font-color);
}
.nav-tabs.testimonials-tabs .nav-link.active {
    background-color: transparent;
    color: var(--font-color);    
    top: auto;
    opacity: 1;
}
.nav-tabs.testimonials-tabs .nav-link::before {
    content: '';
    display: block;
    width: 1px;
    height: 50%;
    border: solid 1px #747474;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.nav-tabs.testimonials-tabs .nav-item:last-child .nav-link::before {
    display: none;
}
.nav-tabs.testimonials-tabs .nav-link.active::after {
    content: '';
    display: block;
    width: calc(100% - 2.4rem);
    height: 1px;
    border: solid 1px #41413f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.testimonials-pane-item {
   padding: 0 0.75rem; 
}
.testimonial-block {
    padding: 87px 24px 40px;
    margin-bottom: 2rem;
    border-radius: 56px;
    box-shadow: 0 8px 17px 0 rgba(53, 49, 39, 0.12);
    background-color: #fffdf6;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; 
}
.testimonials-pane-item .testimonials-pane-category {
    background-color: var(--primary-color);
    border-radius: 9px;
    padding: 10px 15.9px 8px 20.5px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06px;
    text-align: center;
    color: #fffdf6;
    position: absolute;
    top: 24px;
    left: -6px;
}
/* .testimonials-pane-item.slick-current {
    transform: scale(1.1);
    transform-origin: 0% 0% 0px;
} */
.testimonials-pane-item p {
    font-family: var(--notoserifdisplay-font);
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.56;
    letter-spacing: 0.07px;
    color: var(--font-color);
}
.testimonials-pane-item p:first-child {
    font-weight: var(--fw-600);
}
.testimonials-pane-item p.testimonial-name {
    font-family: var(--notosans-font);
    font-style: normal;
}

.testimonials-slider {
    padding: 0 0 4rem;
}
.testimonials-slider .slick-list {
    padding: 1rem 0 !important;
}
.testimonials-slider .slick-track { 
    transition: all 0.3s ease;
}
.testimonials-slider .slick-arrow {
    top: auto;
    bottom: 0;
}
.testimonials-slider .slick-arrow.slick-prev {
    left: calc(50% - 55px);
}
.testimonials-slider .slick-arrow.slick-next {
    right: calc(50% - 55px);
}

body #footer {
    background-color: var(--bg-color7);
    padding: 2rem 0 1rem
}
#footer .container {
    /* max-width: 1208px;*/
    padding-left: 1rem;
    padding-right: 1rem;
}
#footer .container .footer-logo {
    padding-right: 70px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p,
#footer li,
#footer span {
    color: var(--white-color);
}

#footer .footer-menu {
    margin-bottom: 2rem;
}
#footer .footer-menu.col4 {
    margin-bottom: -30px;
    z-index: 1;
}

#footer h6 {
    font-family: var(--notosans-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    letter-spacing: 0.2px;
    color: #fffdf6;
    padding: 0 0 1rem;
    position: relative;
}
#footer h6:after {
    content: '';
    display: block;
    width: 75%;
    height: 1px;
    background-color: #fffdf6;
    position: absolute;
    left: 0;
    bottom: 0;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul li a,
#footer ul li span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #fffdf6;
    text-decoration: none;
    padding: 0.5rem 0;
}
#footer ul li.menu-item a[aria-current=page] {
    color: #fffdf6;
}

#footer ul li span.gototop {
    display: inline-block;
    position: relative;
    padding-right: 1.5rem;
    text-wrap: nowrap;
    cursor: pointer;
}
.gototop:after {
    content: '';
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.23px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*transform: rotate(-90deg);*/
    background-image:url('/wp-content/uploads/2025/05/up-arrow-white.svg');
    width: 16px;
    height: 10px;
    background-repeat: no-repeat;
}

/*-- Popup Model --*/
.popup-modal {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 1;
    /* background-color: rgb(88 79 42 / 80%); */
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
/* .popup-modal:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1045;
    opacity: 0.8;
    mix-blend-mode: multiply;
    background-color: #584f2a;
} */
.popup-modal:not(.show) {
    opacity: 0;
}
.popup-modal-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1045;
    opacity: 0.8;
    mix-blend-mode: multiply;
    background-color: #584f2a;
}
.popup-modal.show~.popup-modal-overlay {
    display: block;
}
.popup-modal-dialog {
    position: relative;
    z-index: 1065;
    margin: 89px;
    pointer-events: none;
	width: 100%;
    max-width: calc(100% - 1rem);
	margin-right: auto;
	margin-left: auto;
    transform: translate(0, -50px);
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.popup-modal.show .popup-modal-dialog {
    transform: none;
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.popup-modal-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    padding: 32px 16px 0;
    border-radius: 52px;
    background-color: #f6f5e8;
    background-clip: padding-box;
    border: 0;
    outline: 0;
}
.popup-modal-header {
    text-align: center;
    margin: 0 0 2rem;
}
.popup-modal-title {
    font-family: var(--notoserifdisplay-font);
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.19px;
    text-align: center;
    color: var(--font-color2);
    margin: 40px 0 8px;
}
.popup-modal-header p {
    font-size: 18px;
    font-weight: var(--fw-400);
    line-height: 1.56;
    letter-spacing: normal;
    color: var(--font-color2);
}
.popup-modal-close {
    width: 14px;
    height: 20px;
    position: absolute;
    top: 32px;
    right: 40px;
    font-size: 0;
    border: 0;
    background-color: transparent;
	background-image: url('assets/images/model-close.png');
    background-image: url('assets/images/model-close.svg');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
    z-index: 1;
}
.popup-modal-body {
    position: relative;
    flex: 1 1 auto;
}

.frm_rootline_group {
    margin: -4px auto 40px;
}

.with_frm_style .frm_required {
    display: none;
}

.frm_forms.with_frm_style .frm_prev_page { 
    display: none;
 }

#frm_form_2_container ul.frm_rootline.frm_page_bar,
#frm_form_6_container ul.frm_rootline.frm_page_bar,
#frm_form_8_container ul.frm_rootline.frm_page_bar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#frm_form_2_container ul.frm_rootline.frm_page_bar::before,
#frm_form_6_container ul.frm_rootline.frm_page_bar::before,
#frm_form_8_container ul.frm_rootline.frm_page_bar::before {
    content: '';
    display: block;
    width: 95%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    margin: auto;
    background-color: var(--primary-color);
    border: 0;
}
#frm_form_2_container .frm_rootline .frm_rootline_single,
#frm_form_6_container .frm_rootline .frm_rootline_single,
#frm_form_8_container .frm_rootline .frm_rootline_single {
    position: relative;
    max-width: 45px;
    padding: 0 10px 40px;
}
#frm_form_2_container .frm_rootline .frm_rootline_single:after,
#frm_form_6_container .frm_rootline .frm_rootline_single:after,
#frm_form_8_container .frm_rootline .frm_rootline_single:after {
   display: none;
}
#frm_form_2_container .frm_rootline .frm_rootline_single:before,
#frm_form_6_container .frm_rootline .frm_rootline_single:before,
#frm_form_8_container .frm_rootline .frm_rootline_single:before {
    content: '';
    display: block;
    font-family: var(--notosans-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: 0.06px;
    color: #31572c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#frm_form_2_container .frm_rootline .frm_rootline_single:nth-child(1):before {
    content: 'Your details';
}
#frm_form_2_container .frm_rootline .frm_rootline_single:nth-child(2):before {
    content: 'Donation';
}
#frm_form_2_container .frm_rootline .frm_rootline_single:nth-child(3):before {
    content: 'Add guests';
}
#frm_form_2_container .frm_rootline .frm_rootline_single:nth-child(4):before {
    content: 'Confirmation';
}
#frm_form_2_container .frm_rootline .frm_rootline_single:nth-child(5):before {
    content: 'Confirm';
}

#frm_form_6_container .frm_rootline .frm_rootline_single:nth-child(1):before {
    content: 'Your details';
}
#frm_form_6_container .frm_rootline .frm_rootline_single:nth-child(2):before {
    content: 'Donation';
}
#frm_form_6_container .frm_rootline .frm_rootline_single:nth-child(3):before {
    content: 'Add guests';
}
/*#frm_form_6_container .frm_rootline .frm_rootline_single:nth-child(5):before {
    content: 'Payment';
}*/
#frm_form_6_container .frm_rootline .frm_rootline_single:nth-child(5):before {
    content: 'Confirmation';
}
#frm_form_6_container .frm_form_field .reviewtxt {
	float: none;
}
#frm_form_6_container #frm_field_105_container.frm_form_field .total-review {
	width: 100%;
    text-align: left;
    float: left;
    border-top: 1px solid;
	border-left: 0;
    padding-left: 0;
}
#frm_form_6_container #frm_field_105_container.frm_form_field .total-review h5 {
	margin: 0;
}

#frm_form_8_container .frm_rootline .frm_rootline_single:nth-child(1):before {
    content: 'Your details';
}
#frm_form_8_container .frm_rootline .frm_rootline_single:nth-child(2):before {
    content: 'Donation';
}
#frm_form_8_container .frm_rootline .frm_rootline_single:nth-child(3):before {
    content: 'Add guests';
}
#frm_form_8_container .frm_rootline .frm_rootline_single:last-child:before {
    content: 'Confirmation';
}

.frm_form_fields .back-step { 
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.06px;
	text-align: center;
	color: #31572c;
	padding: 0 0 0 20px;
	background-image: url('assets/images/green_back_arrow.png');
    background-image: url('assets/images/green_back_arrow.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left center;
	cursor: pointer;
}

.frm_style_formidable-style.with_frm_style .frm_rootline input, 
.frm_style_formidable-style.with_frm_style .frm_rootline input:hover,
.frm_style_formidable-style.with_frm_style .frm_page_bar .frm_current_page input[type="button"] {
    width: 44px;
    height: 44px;
    padding: 2px 10px;
    border: solid 1.3px #31572c;
    background-color: #fffdf6;
    opacity: 1;
    font-family: var(--notoserifdisplay-font);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.18px;
    text-align: center;
    color: #31572c;
    margin: 0;
}
.frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"],
.frm_style_formidable-style.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active,
.frm_forms .frm_rootline input.frm_page_back {
    border: solid 1.3px var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    color: #ffffff;
}
.frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"]:hover,
.frm_style_formidable-style.with_frm_style .frm_page_bar input.frm_rootline_show_more_btn.active:hover,
.frm_forms .frm_rootline input.frm_page_back:hover {
    border: solid 1.3px var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    color: #ffffff;
}
/* .frm_rtl .frm_rootline.frm_show_lines > .frm_rootline_single:first-child::after, 
.frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after, 
.frm_rootline.frm_show_lines > .frm_rootline_single:after {
    background-color: var(--primary-color);
    border: 0;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(0, 50%);
} */
.frm_style_formidable-style.with_frm_style .form-field,
.frm_style_formidable-style.with_frm_style .frm_submit {
    margin: 0 0 2rem;
}
.frm_forms.with_frm_style .frm_form_fields fieldset {
    padding: 0;
    border: 0
}
.frm_forms.with_frm_style .frm_form_fields fieldset .frm_primary_label {
    font-size: 14px;
    font-weight: var(--fw-500);
    line-height: 1.71;
    letter-spacing: 0.06px;
    color: var(--font-color2);
}
.frm_forms.with_frm_style .frm_form_fields fieldset .donote-radio-boxes .frm_primary_label {
    font-family: var(--notoserifdisplay-font);
    font-size: 20px;
    font-weight: var(--fw-400);
    line-height: 2.1;
    letter-spacing: 0.13px;
    color: var(--font-color2);
    margin: 0 0 1rem;
}
.frm_forms.with_frm_style .frm_form_field input {
    font-family: var(--notosans-font);
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: 0.09px;
    color: var(--font-color2);
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: solid 1px #584f2a;
}
.frm_forms.with_frm_style .frm_form_field input[type="number"] {
	font-size: 26px;
	line-height: 1.46;
	letter-spacing: 0.1px;
}
.frm_forms.with_frm_style .frm_form_field input[type="number"]::-webkit-inner-spin-button { 
    display: none; 
}
.frm_forms.with_frm_style .frm_form_field input::placeholder {
    font-family: var(--notosans-font);
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: 0.09px;
    color: #aeaeae;
}
.frm_forms.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus {
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px #584f2a;
    box-shadow: none;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], 
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], 
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], 
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], 
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], 
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], 
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea, 
.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, 
.frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year), 
.frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, 
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, 
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, 
.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #F04438;
}
.frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
    color: #F04438;
    margin-top: 10px;
}
.frm_form_field .frm_description {
    display: none;
}
.frm_forms.with_frm_style .frm_submit {
    text-align: center;
    justify-content: center;
}
.frm_forms.with_frm_style .frm_submit button {
    font-family: var(--notosans-font);
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06px;
    text-align: center;
    color: var(--primary-color);
    padding: 20px 48px;
    background-color: transparent;
    border-radius: 9px;
    border: solid 1.3px #31572c;
    margin: 0.5rem 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.frm_forms.with_frm_style .frm_submit button:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
.frm_forms.with_frm_style .frm_submit button:focus {
    background-color: #31572ca3;
    color: #ffffff;
    border: solid 2px var(--primary-color);
}
.frm_forms.with_frm_style .frm_submit button:active {
    background-color: #31572ca3;
    color: #ffffff;
    border: solid 2px var(--primary-color);
}

.frm_forms.with_frm_style .wp-block-buttons .primary-button.transparent-colored-button a {
    text-decoration: none;
    text-transform: inherit;
}

.frm_style_formidable-style.with_frm_style .frm_error_style p:last-child {
    margin: 0;
}
.frm_form_fields h1,
.frm_form_fields h2,
.frm_form_fields h3,
.frm_form_fields h4,
.frm_form_fields h5,
.frm_form_fields h6 {
    font-family: var(--notoserifdisplay-font);
    color: var(--font-color2);
    margin: 0 0 1rem;
}
.frm_form_fields h4 {
    font-size: 22px;
    font-weight: var(--fw-400);
    line-height: 1.64;
    letter-spacing: 0.14px;
    margin-bottom: 0.625rem;
}

.frm_form_fields h5 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.91;
	letter-spacing: 0.14px;
	color: #343434;
}

.frm_form_fields hr {
    border-color: #584f2a;
    opacity: 1;
}
.frm_style_formidable-style.with_frm_style .donation_input .frm_inline_box {
    padding-right: 8px;
    border-bottom: 1px solid;
}
.frm_form_fields .donation_input input{
    max-width: 260px;
}
.frm_form_field .total-review {
    text-align: left;
    float: right;
    border-left: 1px solid;
    padding-left: 20px;
}
.frm_form_field .total-review h5 {
    font-size: 14px;
    font-family: var(--notosans-font);
    width: 162px;
    display: inline-block;
    padding: 0;
    border: none;
    line-height: 1.1;
    margin-top: 0;
}
.frm_form_field .total-review p.lead {
    font-size: 36px !important;
    font-weight: 300 !important;
    margin-bottom: 0;
}
.frm_style_formidable-style.with_frm_style .frm_html_container .reviewtxt {
    line-height: 38px;
    float: left;
}
.frm_form_field .total-review p {
    font-size: 16px;
}
.frm_html_container p strong{
    font-weight: 600;
}

.frm_form_field .paymentoverview {
    display: inline-block;
    float: left;
    width: 100%;
}

#frm_form_2_container .frm_form_field .paymentoverview, #frm_form_8_container .frm_form_field .paymentoverview {
    display: flex;
    align-items: flex-end;
}
#frm_form_2_container .frm_form_field .paymentoverview .total-review, #frm_form_8_container .frm_form_field .paymentoverview .total-review { 
    min-width: 150px;
    text-align: left;
    border-left: 1px solid;
    border-top: 0px solid;
    border-color: #9e987e;
}

#frm_form_2_container .frm_form_field .paymentoverview { align-items: flex-start;align-content: space-between; }

#frm_form_2_container.frm_style_formidable-style.with_frm_style .frm_html_container .reviewtxt, #frm_form_8_container.frm_style_formidable-style.with_frm_style .frm_html_container .reviewtxt { width: 100%; }
#frm_form_2_container .frm_form_field .total-review, #frm_form_8_container .frm_form_field .total-review {
  text-align: right;float: right;border-left: 0px solid;border-top: 1px solid;padding-left: 20px; }
#frm_form_2_container .frm_form_field .total-review h5, #frm_form_8_container .frm_form_field .total-review h5 { margin-top: 0; margin-bottom: 0; }

#frm_form_2_container .frm_form_field .paymentoverview .total-review { margin-top: auto;width: 140px;text-align: left; }
#frm_form_2_container .frm_form_field .paymentoverview #guestinfo { width: 100%; }
#frm_form_2_container .frm_form_field .paymentoverview #guestinfo span { width: 58px;display: inline-block; }

.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type="checkbox"] {
  border-radius: 6px;
  border: 2px solid #395d34 !important;
  width: 22px !important;
  height: 22px !important;
}
.frm_forms.with_frm_style .frm_checkbox input[type="checkbox"]::before {
    background-color: #395d34;
    background-image: none !important;
    border: 3px solid #f6f5e8 !important;
    border-radius: 5px;
}
.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type="checkbox"]:not([disabled]):checked {
  background-color: #395d34 !important;
  border-radius: 6px;
  border: 2px solid #395d34 !important;
  width: 22px !important;
  height: 22px !important;
}

#frm_form_2_container #frm_field_119_container {
    width: 86%;
}


.frm_style_formidable-style.with_frm_style .form-field,
.frm_form_fields div,
.frm_form_fields p {
    font-size: 18px;
    font-weight: var(--fw-400);
    line-height: 1.67;
    letter-spacing: normal;
    color: var(--font-color2);
}
.with_frm_style .frm_radio label, 
.with_frm_style .frm_checkbox label {
    font-size: 18px;
    font-weight: var(--fw-400);
    line-height: 1.67;
    letter-spacing: normal;
    color: var(--font-color2);
}
.frm_style_formidable-style.with_frm_style .frm_html_container p {
    font-size: 16px;
    font-weight: var(--fw-400);
    line-height: 1.4;
    letter-spacing: normal;
    color: var(--font-color2);
}
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_hidden, 
.frm_hidden_container .frm_primary_label {
    display: none;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.donote-radio-boxes .frm_opt_container .frm_radio {
    width: 100%;
}
.with_frm_style .frm_radio input[type=radio], 
.with_frm_style .frm_scale input[type=radio], 
.with_frm_style .frm_checkbox input[type=checkbox] {
    width: 32px;
    height: 32px;
    accent-color: var(--primary-color);
    border: solid 1.3px #31572c;
    border-radius: 50%;
}
.with_frm_style .frm_radio input[type=radio]:not([disabled]):checked, 
.with_frm_style .frm_scale input[type=radio]:not([disabled]):checked, 
.with_frm_style .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    border-color: var(--primary-color) !important;
    accent-color: var(--primary-color);
}
.with_frm_style .frm_scale input[type=radio], 
.with_frm_style .frm_radio input[type=radio] {
	width: 32px !important;
    height: 32px !important;
	background-color: #fffdf6;
}
.with_frm_style .frm_scale input[type=radio]:before, 
.with_frm_style .frm_radio input[type=radio]:before {
    /* width: 22px;
    height: 22px; */
	width: 32px !important;
    height: 32px !important;
    background-color: var(--primary-color);
    margin: 4px;
}
#frm_form_2_container #frm_field_16_container .frm_radio input[type=radio] {
	margin: 0 8px 0 4px;
}
#frm_form_2_container #frm_field_16_container .frm_radio input[type=radio]:before,
#frm_form_8_container #frm_field_65_container .frm_radio input[type=radio]:before {
	width: 22px !important;
    height: 22px !important;
	margin: 4px;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.donote-radio-boxes .frm_opt_container .frm_radio {
	margin-right: 48px;
	margin-bottom: 5px;
}
.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked {
	border-color: var(--primary-color) !important;
}
.frm_forms.with_frm_style .form-field input[type=radio]:not([type=file]):not([type=range]):not([readonly]):focus,
.frm_forms.with_frm_style .form-field input[type=checkbox]:not([type=file]):not([type=range]):not([readonly]):focus {
    background-color: transparent;
    border: solid 1px var(--primary-color) !important;
    box-shadow: none !important;
}
.frm_style_formidable-style.with_frm_style .frm_inline_box {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    font-family: var(--notosans-font);
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: 0.09px;
    color: var(--font-color2);
}

.with_frm_style .frm_checkbox input[type=checkbox] {
    border-radius: 0;
}
.with_frm_style .frm_checkbox input[type=checkbox]:before {
    background-size: 18px;
}
.with_frm_style .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    background-color: var(--primary-color) !important;
}

.with_frm_style .frm_message, 
.frm_success_style {
    background-color: transparent;
    border: 0;
}
.with_frm_style .frm_message h4, 
.frm_success_style h4 {
    font-family: var(--notoserifdisplay-font);
    font-size: 36px;
    font-weight: normal;
    line-height: 1.17;
    letter-spacing: 0.23px;
    text-align: center;
    color: var(--font-color2);
    margin-bottom: 1.875rem;
}
.with_frm_style .frm_message p, 
.frm_success_style p {
    font-family: var(--notosans-font);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color2);
    margin-bottom: 0.5rem;
}

#frm_field_27_container .frm_repeat_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 0;
    padding: 0;
}
#frm_field_27_container .frm_repeat_sec .frm_top_container {
    width: 100%;
}
#frm_field_27_container .frm_repeat_buttons {
    width: 100%;
}
#frm_field_27_container .frm_repeat_buttons .frm_button {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06px;
    text-align: center;
    color: var(--primary-color);
    text-decoration: underline !important;
    border: 0;
    background-color: transparent;
    opacity: 1;
    padding: 0 1rem;
    margin-bottom: 20px;
}
#frm_field_27_container .frm_repeat_buttons .frm_button svg {
    display: none;
}
#frm_field_27_container .frm_repeat_buttons .frm_button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-family: var(--notosans-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.07px;
    text-align: center;
    color: var(--primary-color);
}
#frm_field_27_container .frm_repeat_buttons .frm_add_form_row:after {
    content: '+';
}
#frm_field_27_container .frm_repeat_buttons .frm_remove_form_row:after {
    content: '-';
}
#frm_field_27_container .frm_repeat_sec:not(:last-child) .frm_repeat_buttons .frm_add_form_row {
    display: none !important;
}
#frm_field_27_container .frm_repeat_sec:last-child .frm_repeat_buttons .frm_remove_form_row {
    display: none !important;
}

.with_frm_style .frm-card-element.StripeElement { 
    font-family: var(--notosans-font);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.09px;
    color: var(--font-color2);
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: solid 1px #584f2a;
}


body:not(.home).page-template-page-nosidebar #main {
    background-color: var(--bg-color2);
    margin-top: 0px !important;
    padding-top: 80px;
    padding-bottom: 138px;
}
.page-template-page-nosidebar .page-title {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.29;
	letter-spacing: 0.14px;
    color: #343434;
	margin-top: 0;
}
.page-template-page-nosidebar h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.35px;
    color: #343434;
    margin-top: 48px;
    margin-bottom: 8px;
}
.page-template-page-nosidebar h4 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.08;
    letter-spacing: 0.33px;
    color: #343434;
    margin-top: 32px;
    margin-bottom: 8px;
}
.page-template-page-nosidebar h4.notosans {
	font-size: 22px;
	font-style: normal;
	line-height: 1.55;
	letter-spacing: 0.09px;
}
.page-template-page-nosidebar p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: 0.02px;
    color: #343434;
    margin-bottom: 16px;
}
.page-template-page-nosidebar strong {
	font-weight: 600;
}
.page-template-page-nosidebar a {
    font-weight: 600;
    color: #31572c;
	text-decoration: none;
}
.page-template-page-nosidebar .red-text {
    font-weight: normal;
    color: #a40707;
}
.page-template-page-nosidebar ol {
    margin-top: 40px;
    margin-bottom: 56px;
}
.page-template-page-nosidebar ol li {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 1.05px;
    color: #31572c;
    margin: 0 0 10px;
}
.page-template-page-nosidebar ul li { 
    margin: 0 0 10px;
}

.page-template-page-nosidebar .wp-block-column {
	padding: 0 1rem;
}



  /*********************
*** Small Deveice ****
**********************/

@media screen and (min-width: 428px) {
    .introduction-section {
        padding: 204px 2.5rem 0;
    }
    .introduction-section h1 {
        font-size: 62px;
        line-height: 1.1;
        letter-spacing: 1.55px;
    }
    .introduction-section .intro-top p {
        font-size: 24px;
        line-height: 1.42;
        /* padding: 0 2rem; */
    }
    .introduction-section .intro-middle p {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 0.08px;
    }
    .introduction-section .intro-bottom p {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 0.08px;
    }

    .intro-continue-section {
        padding: 3.5rem 1.5rem 1.25rem;
    }

    .concerns-section {
        padding: 3rem 1.5rem 3.25rem;
    }
    .concerns-section h1 {
        font-size: 42px;
        line-height: 1.19;
        letter-spacing: 0.65px;
        margin-bottom: 0.25rem;
    }

    .groupcalls-section {
        padding: 2.875rem 1.5rem 0.5rem;
    }
    .learningcalls-section {
        padding: 2.875rem 1.5rem 0.5rem;
    }

    .training-courses-section {
        padding: 2.875rem 1.5rem 0.5rem;
    }
    
    .booking-section .booking-top {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .booking-section .booking-slider .slick-slide {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    #footer .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 576px) {
    /* .wp-block-group__inner-container {
        max-width: 540px;
    } */
}

@media (min-width: 601px) {
    .frm_style_formidable-style.with_frm_style .form-field.frm4 {
        grid-column: span 12 / span 12;
    }
	#frm_form_6_container #frm_field_105_container .paymentoverview { 
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	#frm_form_6_container #frm_field_105_container .paymentoverview .reviewtxt { 
		margin-bottom: 0;
	}
	#frm_form_6_container #frm_field_105_container .paymentoverview .total-review {
		width: auto;
		border-top: 0;
		border-left: 1px solid;
		padding-left: 20px;
	}
	#frm_form_6_container #frm_field_105_container .paymentoverview .total-review h5 {
		border-top: 0;
		padding: 0;
		margin: 0;
	}
	#frm_form_6_container #frm_field_105_container .paymentoverview .total-review .lead {
		line-height: 1;
	}
}

@media (min-width: 768px) {
    .wp-block-group__inner-container {
        max-width: 740px;
    }
    #footer .footer-menu {
        margin-bottom: 0;
    }
    body #footer {
        padding: 2rem 0 4rem;
    }
    #footer .footer-menu.col4 {
        order: 4;
        margin-bottom: 0;
    } 
    #frm_form_2_container ul.frm_rootline.frm_page_bar::before {
        /* width: 82%; */
		width: 75%;
    }
    #frm_form_6_container ul.frm_rootline.frm_page_bar::before {
        width: 75%;
    }
	#frm_form_8_container ul.frm_rootline.frm_page_bar::before {
        width: 68%;
    }
    #frm_form_2_container .frm_rootline .frm_rootline_single, 
    #frm_form_6_container .frm_rootline .frm_rootline_single,
    #frm_form_8_container .frm_rootline .frm_rootline_single {
        max-width: unset;
        padding: 0 10px 30px;
    }
}
@media (min-width: 782px) {
    
    .introduction-section .intro-top {
        flex-wrap: wrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-middle {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-right {
        flex-basis: 100%;
    }
    .introduction-section .intro-top p {
        padding: 0 6rem;
    }
    .introduction-section .intro-middle {
        flex-wrap: wrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-middle-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-middle-right {
        flex-basis: 100%;
    }
    .introduction-section .intro-bottom {
        flex-wrap: wrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-right {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-button-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-button-right {
        flex-basis: 100%;
    }
    .intro-continue-section .intro-continue {
        flex-wrap: wrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-continue-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-continue-middle {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-continue-right {
        flex-basis: 100%;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.section-left-space {
        flex-basis: 100%;
    }
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.section-right-space {
        flex-basis: 100%;
    }

    .groupcalls-section .groupcalls-heading {
        flex-wrap: wrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-heading-left {
        flex-basis: 100%;
    }
    .groupcalls-section .groupcalls-top {
        flex-wrap: wrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-top-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-top-right {
        flex-basis: 100%;
    }
    .groupcalls-section .groupcalls-bottom {
        flex-wrap: wrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-left-space {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-right {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-right-space {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-button-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-button-right {
        flex-basis: 100%;
    }
    .learningcalls-section .learningcalls-columns {
        flex-wrap: wrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-left-space {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-right {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-right-space {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learning-button-left {
        flex-basis: 100%;
    }

    .training-courses-section .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-top-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-left-space {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-right {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-right-space {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-bottom-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-bottom-center {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-bottom-right {
        flex-basis: 100%;
    }

    .booking-section .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.booking-top-left {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.booking-top-center {
        flex-basis: 100%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.booking-top-right {
        flex-basis: 100%;
    }
	
	.page-template-page-nosidebar .wp-block-column {
		padding: 0;
	}
}

@media screen and (min-width: 992px) {
    body .container, .wp-block-group__inner-container {
        max-width: 940px;
    }
    header .navbar {
        padding: 1.5rem 0;
    }
    header .navbar>.container {
        flex-wrap: wrap;
        justify-content: center;
    }
    header .navbar-brand {
        width: auto;
        margin: 0 0 1rem;
    }
    header .navbar-collapse {
        width: 100%;
        text-align: center;
    }
    header .navbar-collapse .navbar-nav {
        align-items: center;
    }
    header .navbar-nav .nav-item {
        padding: 0 0.5rem;
    }
    header .navbar-nav .nav-item:last-child {
        padding: 0;
    }
    header .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: var(--fw-500);
        line-height: normal;
        letter-spacing: 0.2px;
        color: var(--primary-color);
        padding: 0.5rem 1rem;
    }
    header .mobile-menu-extra {
        display: none;
    }

    body:not(.home) #main {
        margin-top: 169px;
    }

    .introduction-section {
        padding: 288px 0 0;
    }
    .introduction-section .wp-block-group__inner-container {
        padding-top: 5rem;
        padding-bottom: 1px;
    }
    .introduction-section h1 {
        font-size: 90px;
        line-height: 1.22;
        letter-spacing: 4px;
    }
    .introduction-section .intro-top {
        flex-wrap: nowrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-left {
        flex-basis: 12.5%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-middle {
        flex-basis: 85%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-right {
        flex-basis: 12.5%;
    }
    .introduction-section .intro-top {
        margin: 0 0 6.5rem;
    }
    .introduction-section .intro-top p {
        font-size: 32px;
        line-height: 1.31;
        letter-spacing: 0.13px;
        padding: 0 2rem;
    }
    .introduction-section .intro-middle {
        flex-wrap: nowrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-middle-left {
        flex-basis: 40%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-middle-right {
        flex-basis: 50%;
    }
    .introduction-section .intro-middle {
        margin-bottom: 4rem;
    }
    .introduction-section .intro-middle p {
        font-size: 24px;
        line-height: 1.42;
        letter-spacing: 0.09px;
    }
    .introduction-section .intro-bottom {
        flex-wrap: nowrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-left {
        flex-basis: 50%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-right {
        flex-basis: 50%;
    }
    .introduction-section .intro-bottom p {
        font-size: 24px;
        line-height: 1.42;
        letter-spacing: 0.09px;
        opacity: 0.84;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-button-left,
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-button-right {
        flex-basis: auto;
        flex-grow: unset;
    }

    .introduction-section .intro-bottom-buttons {
        flex-wrap: nowrap !important;
    }
    .introduction-section .intro-bottom-buttons .wp-block-button {
        width: auto;
        margin: 0;
    }
    .introduction-section .intro-bottom-buttons .wp-block-button__link {
        display: inline-block;
        width: auto;
    }

    .intro-continue-section {
        padding: 7rem 0 2rem;
    }
    .intro-continue-section:before {
        top: -2rem;
    }
    .intro-continue-section .intro-continue {
        flex-wrap: nowrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-continue-left {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-continue-middle {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-continue-right {
        flex-basis: 33.3333%;
    }
    .intro-continue-left h1 {
        font-size: 68px;
        font-weight: var(--fw-300);
        line-height: 1.15;
        letter-spacing: 1.7px;
        margin-bottom: 1.5rem;
    }
    .intro-continue-left p {
        font-size: 28px;
        font-weight: var(--fw-400);
        line-height: 1.43;
        letter-spacing: -0.43px;
        padding: 0 1rem 0 0;
        opacity: 0.84;
    }
    .intro-continue-middle p {
        padding: 0 1rem 0 0;
    }
    .intro-continue-middle-bottom h3 {
        font-size: 36px;
        line-height: 1.33;
        letter-spacing: 1.02px;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .intro-continue-middle-bottom p {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.08px;
    }
    
    .concerns-section {
        padding: 4.5rem 0 3.25rem;
    }
    .concerns-section h1 {
        font-size: 52px;
        line-height: 1.19;
        letter-spacing: 0.8px;
        margin-bottom: 0.75rem;
    }
    .concerns-section .concerns-columns {
        padding-left: 1rem;
        display: flex;
    }
    .concerns-section .concerns-columns .wp-block-column {
        flex-basis: 33.3333%;
    }

    .concerns-section h4 {
        font-size: 26px;
        font-weight: var(--fw-500);
        line-height: 1.38;
        letter-spacing: 0.28px;
    }
    .concerns-section ul {
        list-style: none;
        padding: 0;
    }
    .concerns-section li {
        font-size: 18px;
        line-height: 1.78;
        letter-spacing: 0.07px;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.section-left-space {
        flex-basis: 8.3333%;
    }
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.section-right-space {
        flex-basis: 25%;
    }

    .groupcalls-section {
        padding: 6.53rem 0 3.25rem;
    }

    .groupcalls-section-columns {
        margin-bottom: 5.5rem;
    }
    .groupcalls-section .groupcalls-heading {
        flex-wrap: nowrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-heading-left {
        /*flex-basis: 91.6666%;*/
        flex-basis: 66.6666%;
    }
    .groupcalls-section .groupcalls-top {
        flex-wrap: nowrap !important
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-top-left {
        flex-basis: 66.6666%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-top-right {
        flex-basis: 25%;
    }
    .groupcalls-section .groupcalls-bottom {
        flex-wrap: nowrap !important
    }
    .groupcalls-section .groupcalls-bottom-left {
        padding: 0;
        margin-bottom: 0;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-left {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-left-space {
        flex-basis: 0;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-right {
        flex-basis: 58.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-right-space {
        flex-basis: 0;
    }

    .groupcalls-section h1 {
        font-size: 56px;
        line-height: 1.14;
        letter-spacing: 0.19px;
        margin: 0 0 1.313rem;
    }
    .groupcalls-section h3 {
        font-size: 32px;
        line-height: 1.31;
        letter-spacing: 0.2px;
        margin: 0 0 1rem;
    }
    .groupcalls-section p.head-small {
        margin: 2.5rem 0 0.5em;
    }
    .groupcalls-section .groupcalls-bottom-right-buttons {
        flex-wrap: nowrap !important;
    }
    .groupcalls-section .groupcalls-bottom-right-buttons .wp-block-button {
        width: auto;
        margin: 0;
    }
    .groupcalls-section .groupcalls-bottom-right-buttons .wp-block-button__link {
        display: inline-block;
        width: auto;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-button-left,
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-button-right {
        flex-basis: auto;
        flex-grow: unset;
    }

    .learningcalls-section {
        padding: 6.75rem 0 3.25rem;
    }
    /* .learningcalls-section .wp-block-group__inner-container {
        padding-left: 7.25rem;
    } */
    .learningcalls-section h1 {
        font-size: 56px;
        line-height: 1.14;
        letter-spacing: 0.19px;
        margin: 0 0 1.313rem;
    }
    .learningcalls-section h6 {
        font-size: 22px;
        line-height: 1.55;
        letter-spacing: 0.09px;
    }
    .learningcalls-section p.head-small {
        margin: 2.5rem 0 0.5em;
    }
    .learningcalls-section .learningcalls-columns {
        flex-wrap: nowrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-left {
        flex-basis: 58.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-left-space {
        flex-basis: 0;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-right {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-right-space {
        flex-basis: 0;
    }
    .learningcalls-section .learing-buttons {
        flex-wrap: nowrap !important;
    }
    .learningcalls-section .learing-buttons .wp-block-button {
        width: auto;
        margin:  0;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learing-button-left, 
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learing-button-right {
        flex-basis: auto;
        flex-grow: unset;
    }

    .training-courses-section {
        padding: 6.75rem 0 5rem;
    }
    /* .training-courses-section .wp-block-group__inner-container {
        padding-left: 7.25rem;
    } */
    .training-courses-section .training-courses-top {
        margin: 0;
    }
    .training-courses-section .training-courses-middle {
        margin: 0 0 6.5rem 0;
    }
    .training-courses-section h1 {
        font-size: 60px;
        line-height: 1.23;
        letter-spacing: 1.5px;
        margin: 0 0 1.313rem;
    }
    .training-courses-section h6 {
        font-size: 22px;
        line-height: 1.55;
        letter-spacing: 0.09px;
    }

    .training-courses-section .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-top-left {
        flex-basis: 58.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-top-right {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-left {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-left-space {
        flex-basis: 0;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-right {
        flex-basis: 58.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-right-space {
        flex-basis: 0;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-bottom-left {
        flex-basis: 8.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-bottom-center {
        flex-basis: 58.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-bottom-right {
        flex-basis: 16.6666%;
    }

    .booking-section .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.booking-top-left {
        flex-basis: 16.6666%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.booking-top-center {
        flex-basis: 58.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.booking-top-right {
        flex-basis: 25%;
    }

    .booking-section {
        padding: 6.75rem 0 3.25rem;
    }
    .booking-section .booking-top {
        margin: 0 0 3.938rem;
    }
    .booking-section h1 {
        font-size: 56px;
        line-height: 1.29;
        letter-spacing: 0.7px;
    }
    .booking-section .booking-slider {
        flex-wrap: wrap !important;
    }

    .testimonials-section {
        padding: 6.25rem 0 3.875rem;
    }
    .testimonials-section h1 {
        font-size: 56px;
        font-weight: 300;
        line-height: 1.18;
        letter-spacing: 1.4px;
        text-align: center;
        color: var(--font-color2);
    }
	
	body:not(.home).page-template-page-nosidebar #main {
		padding-top: 160px;
	}
	
	.page-template-page-nosidebar .page-title {
		font-size: 68px;
		font-weight: 300;
		line-height: 1.24;
		letter-spacing: 1.84px;
	}
	
	.page-template-page-nosidebar h4.notosans {
		font-size: 26px;
		font-weight: normal;
		line-height: 1.46;
		letter-spacing: 0.03px;
	}
	.page-template-page-nosidebar ol {
		margin-bottom: 136px;
	}
	.page-template-page-nosidebar ol li {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.46;
		letter-spacing: 1.24px;
	}	
	.page-template-page-nosidebar h3 {
		font-size: 42px;
		font-weight: 300;
		line-height: 1.29;
		letter-spacing: normal;
		color: #343434;
		margin-top: 48px;
		margin-bottom: 16px;
	}


}

@media screen and (min-width: 1025px) {
    .booking-section .booking-slider {
        display: flex;
    }
    .booking-section .booking-slider {
        display: flex;
        flex-wrap: nowrap !important;
    }
    .booking-section .booking-block .booking-block-description {
        height: 368px;
        overflow: hidden;
        overflow-y: auto;
    }
    /* width */
    .booking-section .booking-block .booking-block-description::-webkit-scrollbar {
        width: 8px;
    }
    /* Track */
    .booking-section .booking-block .booking-block-description::-webkit-scrollbar-track {
        background: #cad2c5;
        border-radius: 10px;
    }
    /* Handle */
    .booking-section .booking-block .booking-block-description::-webkit-scrollbar-thumb {
        background: #3b542b;
        border-radius: 10px;
    }
    /* Handle on hover */
    .booking-section .booking-block .booking-block-description::-webkit-scrollbar-thumb:hover {
        background: #3b542b;
    }
    
    .testimonials-slider {
        padding: 0 3rem;
    }
    .testimonials-slider .slick-list {
        padding: 2rem 0 !important;
    }
    .testimonials-pane-item .testimonials-pane-category {
        font-size: 12px;
        letter-spacing: 0.05px;
    }
    .testimonials-pane-item p {
        font-size: 18px;
        line-height: 1.56;
        letter-spacing: 0.07px;
    }
    .testimonial-block {
        padding: 85px 32px 31px;
        margin-bottom: 0;
    }
    .testimonials-slider .slick-arrow {
        top: 50%;
        bottom: auto;
    }
    .testimonials-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .testimonials-slider .slick-arrow.slick-next {
        right: 0;
    }

    .popup-modal-dialog {
        max-width: 1020px;
    }
    .popup-modal-container {
        padding: 40px 48px 0;
        border-radius: 64px;
    }
    .popup-modal-close {
        width: 20px;
        height: 30px;
        top: 40px;
        right: 48px;
        background-size: 18px;
    }
    .popup-modal-header {
        padding: 0 8.25rem;
        margin: 0 0 2.5rem;
    }
    .popup-modal-title {
        font-size: 36px;
        line-height: 1.17;
        letter-spacing: 0.23px;
        margin: 40px 0 16px;
    }
    .popup-modal-header p {
        font-size: 20px;
        line-height: 1.6;
    }

    #frm_form_2_container ul.frm_rootline.frm_page_bar::before, 
    #frm_form_6_container ul.frm_rootline.frm_page_bar::before,
    #frm_form_8_container ul.frm_rootline.frm_page_bar::before {
        top: 28px;
    }
    #frm_form_2_container .frm_rootline .frm_rootline_single:before,
    #frm_form_6_container .frm_rootline .frm_rootline_single:before,
    #frm_form_8_container .frm_rootline .frm_rootline_single:before {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.06px;
    }
    .frm_style_formidable-style.with_frm_style .frm_rootline input, 
    .frm_style_formidable-style.with_frm_style .frm_rootline input:hover, 
    .frm_style_formidable-style.with_frm_style .frm_page_bar .frm_current_page input[type="button"] {
        width: 56px;
        height: 56px;
        padding: 7px 15px;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.18px;
    }
    .frm_style_formidable-style.with_frm_style .form-field,
    .frm_style_formidable-style.with_frm_style .frm_submit {
        margin: 0 0 2.83rem;
    }

    .frm_style_formidable-style.with_frm_style .form-field.frm4 {
        grid-column: span 4 / span 4;
    }
    .frm_style_formidable-style.with_frm_style .form-field.frm_col_1 {
        grid-column: span 3 / span 12;
    }
    .frm_style_formidable-style.with_frm_style .form-field.frm_col_2 {
        grid-column: span 3 / span 12;
    }
    .frm_style_formidable-style.with_frm_style .form-field.frm_col_3 {
        grid-column: span 6 / span 12;
    }
    .frm_rootline_group {
        margin: -4px auto 48px;
    }
    .frm_form_fields h4 {
        font-size: 26px;
        font-weight: var(--fw-400);
        line-height: 1.38;
        letter-spacing: 0.16px;
        color: #343434;
        margin-bottom: 0.5rem;
    }
    .with_frm_style .frm_radio label, 
    .with_frm_style .frm_checkbox label {
        font-size: 18px;
        line-height: 1.67;
    }
    .frm_style_formidable-style.with_frm_style .frm_html_container p {
        font-size: 18px;
        /* line-height: 1.67; */
    }
    .frm_forms.with_frm_style .frm_form_fields fieldset .donote-radio-boxes .frm_primary_label {
        font-size: 22px;
        font-weight: var(--fw-500);
        line-height: 1.91;
        letter-spacing: 0.14px;
        color: #584f2a;
    }
    .frm_style_formidable-style.with_frm_style .frm_form_field.donote-radio-boxes .frm_opt_container .frm_radio {
        width: auto;
    }

    .frm_forms.with_frm_style .frm_submit button {
        padding: 19px 49.56px;
		/* padding: 15px 45px */
    }

    #frm_field_27_container .frm_repeat_sec {
        flex-wrap: nowrap;
		grid-gap: 0 4%;
    }
    #frm_field_27_container .frm_repeat_sec .frm_top_container {
        width: auto;
    }
    #frm_field_27_container .frm_repeat_buttons {
        width: 150px;
    }

    #frm_form_6_container #frm_field_45_container {
        width: 86%;
     }
}

@media screen and (min-width: 1200px) {
    body .container, .wp-block-group__inner-container {
        max-width: 1140px;
    }
    header .navbar {
        padding: 2.125rem 0;
    }
    header.scrolling .navbar {
        padding: 1.125rem 0;
    }
    header .navbar>.container {
        max-width: 1190px;
    }
    header .navbar>.container {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    header .navbar-brand {
        width: auto;
        margin: 0 0 0 1rem;
    }
    header .navbar-brand img {
        height: auto;
    }
    header .navbar-collapse {
        width: auto;
        text-align: center;
    }
    header .navbar-nav .nav-item {
        padding: 0 1rem;
    }

    body:not(.home) #main {
        margin-top: 144px;
    }

    .testimonials-slider {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .introduction-section .wp-block-group__inner-container {
        padding-top: 9rem;
        padding-bottom: 1px;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-left {
        flex-basis: 12.5%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-middle {
        flex-basis: 85%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-right {
        flex-basis: 12.5%;
    }
    .introduction-section .intro-top p {
        padding: 0 6rem;
    }
    .introduction-section .intro-middle {
        margin-bottom: 5.5rem;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-middle-left {
        flex-basis: 35%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-middle-right {
        flex-basis: 65%;
    }
    .introduction-section .intro-bottom {
        margin-bottom: 5.5rem;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-left {
        flex-basis: 58%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-right {
        flex-basis: 42%;
    }
}

@media screen and (min-width: 1400px) {

    header .navbar-brand {
        margin: 0;
    }

    body .container, .wp-block-group__inner-container {
        max-width: 1340px;
    }
    header .navbar>.container {
        max-width: 1340px;
        padding: 0;
    }
    header .navbar-nav .nav-link {
        font-size: 16px;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-left {
        flex-basis: 22%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-middle {
        flex-basis: 56%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-right {
        flex-basis: 22%;
    }
    .introduction-section .intro-top p {
        padding: 0 2rem;
    }
    .introduction-section .intro-middle p {
        padding: 0 0 0 5rem;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-middle-left {
        flex-basis: 36%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-middle-right {
        flex-basis: 62%;
    }
    .introduction-section .intro-bottom p {
        padding: 0 4.5rem 0 0;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-left {
        flex-basis: 65%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-right {
        flex-basis: 35%;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-left {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-left-space {
        flex-basis: 8.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-right {
        flex-basis: 41.6666%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-right-space {
        flex-basis: 8.3333%;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-left {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-left-space {
        flex-basis: 16.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-right {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.learningcalls-right-space {
        flex-basis: 8.3333%;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-top-left {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-top-right {
        flex-basis: 66.6666%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-left {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-left-space {
        flex-basis: 16.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-right {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-middle-right-space {
        flex-basis: 8.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-bottom-left {
        flex-basis: 16.6666%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-bottom-center {
        flex-basis: 50%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.training-bottom-right {
        flex-basis: 25%;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.booking-top-center {
        flex-basis: 64%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.booking-top-right {
        flex-basis: 33.3333%;
    }

    .testimonials-pane-item p {
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: 0.06px;
    }
/*    .testimonials-pane-item.slick-current p {
        font-family: var(--notoserifdisplay-font);
        font-size: 18px;
        font-weight: normal;
        line-height: 1.56;
        letter-spacing: 0.07px;
    }*/
    
    body #footer {
        padding: 2.5rem 0 4rem;
    }
/*    #footer .container {
        padding-left: 0;
        padding-right: 0;
    }*/
}

@media screen and (min-width: 1500px) {
    header .navbar>.container {
        max-width: 1440px;
    }

    body .container, .wp-block-group__inner-container {
        max-width: 1440px;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-left {
        flex-basis: 24%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-middle {
        flex-basis: 52%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-top-right {
        flex-basis: 24%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-middle-left {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-middle-right {
        flex-basis: 66.6666%;
    }
    .introduction-section .intro-bottom p {
        padding: 0 5.2rem 0 0;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-left {
        flex-basis: 66.6666%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.intro-bottom-right {
        flex-basis: 33.3333%;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-right {
        flex-basis: 33.3333%;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.groupcalls-bottom-right-space {
        flex-basis: 16.6666%;
    }
}

@media screen and (max-width: 1499px) {

}
@media screen and (max-width: 1399px) {

}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
    :where(.wp-block-columns.is-layout-flex) {
        /* gap: 1em; */
        gap: 0;
    }
    header .navbar {
        padding: 1rem 10px 1rem 10px;
    }
    header .navbar-brand img {
        height: 57px;
    }
    header .navbar-collapse {
        padding: 95px 24px 91px 38px;
        border-top-left-radius: 64px;
        background-color: #f6f5e8;
        width: 380px;
        max-width: 90%;
        height: 100vh;
        overflow: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    header .navbar-nav .nav-link {
        font-size: 24px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 0.3px;
        color: var(--primary-color);
        padding: 0.8rem 0;
    }
    header .navbar-nav #menu-item-527.nav-item {
        position: absolute;right: 0;
    }
    .popup-modal-title br {
        display:none;
    }
    .introduction-section {
        padding: 204px 40px 0;
    }
    .introduction-section .intro-top {
        margin: 0 0 1.25rem;
    }
    .introduction-section .intro-top p {
        font-size: 23px;
        margin-top: 32px;
    }
    .introduction-section .intro-middle {
        margin-bottom: 2.5rem;
    }
    .introduction-section .intro-middle p {
        font-size: 20px;
    }
    .introduction-section .intro-bottom p {
        font-size: 20px;
    }

    .concerns-section {
        padding-right: 0;
    }
    .concerns-section h1 {
        padding: 0 24px 0 8px;
    }
    .concerns-section .concerns-slider {
        position: relative;
        overflow: hidden;
        padding-right: 1.5rem;
    }
    .concerns-section .concerns-slider::before {
        content: '';
        display: block;
        width: 1.5rem;
        height: 85%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background-color: #121805;
    }
    .concerns-section .concerns-slider::after {
        content: '';
        display: block;
        width: 20%;
        height: 85%;
        position: absolute;
        top: 0;
        right: 1.5rem;
        z-index: 1;
        background-image: linear-gradient(to right, rgba(41, 53, 12, 0) 0%, #121805 100%);
    }
    .concerns-section .concerns-slider .slick-list {
        width: 80%;
        overflow: visible;
        position: relative;
    }
    #frm_form_6_container .frm_rootline .frm_rootline_single {
        padding-bottom: 20px;
    }
    #frm_form_6_container .frm_rootline .frm_rootline_single::before {
        font-size: 8px;
        letter-spacing: 0;
    }
    .popup-resetcallsubscribe .popup-modal-title { font-size: 27px; letter-spacing: 0; }

}
    
@media screen and (max-width: 767px) {
    #footer .container .footer-logo {
        padding-right: 0px;
    }
}
@media screen and (max-width: 480px) {

}
