/* Common CSS for All components : Start */
:root {
--white:#fff;
--black:#000;
--themedark:#3E4828;
--themebrown:#B5996D;
--themegreen:#8A9E52;
--darkred-gradient: linear-gradient(to right, rgba(26,27,29,1) 0%,rgba(227,6,19,1) 100%);
}

/* .{height: calc(var(--vh,1vh)*100);}	 */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
html { margin: 0; padding: 0; }
body { margin: 0; padding: 0; font-size: 18px; background:var(--white); font-family: "Albert Sans", sans-serif; color: var(--themedark); letter-spacing: 0; line-height: normal; font-weight: 300; font-optical-sizing: auto; }

input, select, textarea, button { outline: none; box-shadow: none; font-family: inherit;}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
color: inherit;
opacity: 1;
font-family: inherit;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
color: inherit;
opacity: 1;
font-family: inherit;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
color: inherit;
opacity: 1;
font-family: inherit;
}

input[type=email]::-moz-placeholder {
color: inherit;
opacity: 1;
font-family: inherit;
}

input[type=email]::-webkit-input-placeholder {
color: inherit;
opacity: 1;
font-family: inherit;
}

input[type=email]::-ms-placeholder {
color: inherit;
opacity: 1;
font-family: inherit;
}

textarea::-moz-placeholder {
color: inherit;
opacity: 1;
font-family: inherit;
}

textarea::-webkit-input-placeholder {
color: inherit;
opacity: 1;
font-family: inherit;
}

textarea::-ms-input-placeholder {
color: inherit;
opacity: 1;
font-family: inherit;
}

a, button,
input[type="submit"] {
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
a { color: inherit; }
a:hover { text-decoration: none;}
:focus { outline: none; }
img,
svg,
iframe {
  max-width: 100%;
  height: auto;
  border: none;
}
.flxrow { display: flex; }
.flxcol {
    display: flex;
    flex-direction: column;
}
.flxfix {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxflexi {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}
/* Common CSS for All components : End */

@media (min-width:240px){
    .container {width:100%;max-width:100%; padding: 0 20px;}
}
@media (min-width:576px){
    .container {width:100%;max-width:100%; padding: 0 36px;}
}
@media (min-width: 768px) {
    .container { max-width:100%; width:720px;padding: 0 36px; }
}
@media (min-width: 992px) {
    .container {width:950px;}
}
@media (min-width: 1200px) {
    .container { width:1170px; }
}
@media (min-width: 1400px) {
    .container {width:1240px;}
}
@media (min-width: 1600px) {
    .container {width:1400px;}
}
@media (min-width: 1800px) {
    .container { width:1772px;max-width:1772px; }
}
.container{ position: relative; z-index: 5; padding: 0 15px; margin: 0 auto; display: block; }
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 60px;
    font-weight: 600; 
    line-height: 1.2666;
}
h2 {
    font-size: 40px;
    color: var(--themedark);
    font-weight: 500;
    line-height: 1.1;
}

h3 {
    font-size: 25px;
    color: var(--themebrown);
    font-weight: 300;
    line-height: 1.16;
}

h4 { 
    font-size: 18px;
    line-height: 1.22;
    font-weight: 700;
}
h5 {
font-size: 24px;

}
h6 {
font-size: 20px;
}

p{margin: 0; padding: 0; color: var(--themedark); line-height: 1.44; font-size: 18px; font-weight:300; }
p a { color: inherit; }
p + p{ padding-top: 24px; }
ul{ margin: 0px; padding: 0px; }
ul li{ list-style: none; }
.row { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.row>* { padding-left: 15px; padding-right: 15px;}
.col-md-1 {width: 8.33333333%;}
.col-md-2 {width: 16.66666667%;}
.col-md-3 {width: 25%;}
.col-md-4 {width: 33.33333333%;}
.col-md-5 {width: 41.66666667%;}
.col-md-6 {width: 50%;}
.col-md-7 {width: 58.33333333%;}
.col-md-8 {width: 66.66666667%;}
.col-md-9 {width: 75%;}
.col-md-10 {width: 83.33333333%;}
.col-md-11 {width: 91.66666667%;}
.col-md-12 {width: 100%;}




.main-wapper { overflow:hidden; }

.btnbox { display: flex; }
.primary-link{ display: flex;align-items: center;}
.primary-link a{ min-height: 34px;  display: flex; align-items: center; font-size: 20px; color: var(--white); text-transform:capitalize; font-weight: 300; }
.primary-link a:hover{ transform: scale(1.07); }
.primary-link.green a{ color: var(--green);}
.white-btn{ display: flex; align-items: center;}
.white-btn a { min-height: 45px; padding: 0 24px; min-width: 160px; justify-content: center; background-color: var(--white); font-size: 18px; text-transform: uppercase;  font-weight: 700;  display: flex; align-items: center; color: var(--black);} 
.white-btn a:hover{ transform: scale(1.07); }
.theme-btn{ display: flex ;align-items: center;}

.primary-btn { display: flex; height: 35px; padding: 0 18px; font-size: 14px; color: var(--themebrown); font-weight: 700; border: solid 2px #CFB389; border-radius: 16px; align-items: center; justify-content: center; } 
.primary-btn:hover{ transform: scale(1.1); }

.secondary-btn { display: flex; height: 35px; padding: 0 18px; font-size: 14px; color: var(--white); font-weight: 700; background: var(--themegreen); border: none; border-radius: 16px; align-items: center; justify-content: center; } 
.secondary-btn:hover{ transform: scale(1.1); }



.mt-200{ margin-top: 200px; }
.mb-200{ margin-bottom: 200px; }
.my-200{ margin-top: 200px; margin-bottom: 200px; }
.mt-150{ margin-top: 150px; }
.mb-150{ margin-bottom: 150px; }
.my-150{ margin-top: 150px; margin-bottom: 150px; }
.mt-100{ margin-top: 100px; }
.mb-100{ margin-bottom: 100px; }
.my-100{ margin-top: 100px; margin-bottom: 100px; }
.pt-150{ padding-top: 150px; }
.pb-150{ padding-bottom: 150px; }
.py-150{ padding-top: 150px; padding-bottom: 150px; }



.text-data p { margin: 0; padding: 0; color: var(--themedark); line-height: 1.44; font-size: 18px; font-weight:300; }
.text-data ul li strong,
.text-data ol li strong,
.text-data p strong{ font-weight: bold; }
.text-data p img{ max-width: 100%; display: block; margin: 16px auto; }
.text-data p + p{ padding-top: 24px; }
.text-data ul li a,
.text-data ol li a,
.text-data p a{ margin: 0; padding: 0; color: var(--themedark); text-decoration: underline; }
.text-data ol li a:hover,
.text-data ul li a:hover,
.text-data p a:hover{ opacity: 0.5; }
.text-data ul{ margin: 0px; padding: 24px 0 0px  18px; }
.text-data ul li{ margin: 0; padding: 0; color: var(--themedark); line-height: 1.44; font-size: 18px; font-weight:300; display: list-item; list-style-type: disc; list-style-position: outside; } 
.text-data ul li + li{ margin-top:8px; }
.text-data ol{ margin: 0px; padding: 24px 0 0px 18px; }
.text-data ol li{margin: 0; padding: 0;  color: var(--themedark); line-height: 1.44;  font-size: 18px; font-weight:300; display: list-item; list-style-type: decimal; list-style-position: outside; } 
.text-data ol li + li{ margin-top: 8px; }
.text-data .heading-tag:first-child { padding-top: 0px; }
.text-data ol + p,
.text-data ul + p,
.text-data p + ul,
.text-data p + ol,
.text-data ol + ul,
.text-data ul + ol{ padding-top: 20px; }
.text-data p + p{ padding-top: 20px; }

.text-fade {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
    -webkit-transition: .8s cubic-bezier(.25,.46,.45,.94) .2s;
    transition: .8s cubic-bezier(.25,.46,.45,.94) .2s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
}
.text-fade.animated {
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
}


.header_main { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; }
.header_main .container { max-width: 1490px; }
.header_wrap { position: relative; width: 100%; padding: 0 48px; background: var(--white); border-radius: 0 0 60px 60px; box-shadow: 0 3px 36px rgba(0,0,0,0.16); }
.header_main .navbar_brand { position: relative; width: 100%; padding: 30px 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: solid 1px #F0F0F0; }
.header_main .navbar_brand .mobile_logo { display: none; }
.header_main .navbar_brand .site_info { display: flex; flex-grow: 1; justify-content: flex-end; align-items: center; }
.header_main .navbar_brand .social_box { display: flex; gap: 10px; padding-right: 42px; }
.header_main .navbar_brand .social_box a { display: flex; }
.header_main .navbar_brand .contact_info { position: relative; z-index: 5; display: flex; gap: 30px; }
.header_main .navbar_brand .contact_info .phone_info { display: flex; }
.header_main .navbar_brand .contact_info .phone_info a { display: flex; font-size: 16px; color: var(--themebrown); font-weight: 300; gap: 7px; align-items: center; }
.header_main .navbar_brand .contact_info .phone_info a i { display: flex; }
.header_main .navbar_brand .contact_info .phone_info a span { display: block; }
.header_main .navbar_brand .contact_info .office_hours { position: relative; display: flex; flex-direction: column; }
.header_main .navbar_brand .contact_info .office_hours a { position: relative; z-index: 2; display: flex; min-width: 138px; margin-right: 6px; font-size: 16px; color: var(--themebrown); font-weight: 300; gap: 7px; align-items: center;transition: font-weight 0.3s ease; }
.header_main .navbar_brand .contact_info .office_hours a i { display: flex; }
.header_main .navbar_brand .contact_info .office_hours a span { display: block; }
.header_main .navbar_brand .contact_info .content_box { position: absolute; top: -30px; left: -22px; min-width: 214px; padding: 66px 40px 25px 29px; background: var(--white); border-radius: 0 0 25px 25px; box-shadow: 0 0 15px rgba(0,0,0,0.16); transition: all ease-in-out 300ms; opacity: 0; visibility: hidden; pointer-events: none; }
.header_main .navbar_brand .contact_info .content_box p { color: var(--themebrown); line-height: 1.66; }

.header_main .navbar { position: relative; width: 100%; padding: 22px 0 29px; display: flex; justify-content: space-between; align-items: center; }
.header_main .navbar .nav_head { position: relative; display: flex; min-width: 247px; }
.header_main .navbar .site_logo { position: relative; display: flex; width: 247px; }
.header_main .navbar .site_logo a { display: flex; }
.header_main .navbar .site_logo img { width: 100%; }
.header_main .navbar .nav_head .close-btn { display: none; }
.header_main .navmenu { position: relative; display: flex; }
.header_main .navbar_nav { position: relative; display: flex; }
.header_main .navbar_nav > ul > li > a { position: relative; display: flex; font-size: 18px; color: var(--themebrown); font-weight: 300; align-items: center; }
.header_main .navbar_nav > ul > li.menu-item-has-children > a { padding-right: 26px; }
.header_main .navbar_nav > ul > li .sub-menu > li { display: flex; min-height: 36px; align-items: center; }
.header_main .navbar_nav > ul > li .sub-menu > li > a { display: block; font-size: 18px; color: var(--themebrown); font-weight: 300; }
.header_main .navmenu .contact_info { display: none; }
.header_main .navmenu .contact_navbar_nav { display: none; }
.header_main .navmenu .contact_info .phone_info { display: flex; }
.header_main .navmenu .contact_info .phone_info a { display: flex; font-size: 16px; color: var(--themebrown); font-weight: 300; gap: 7px; align-items: center; }
.header_main .navmenu .contact_info .phone_info a i { display: flex; }
.header_main .navmenu .contact_info .office_hours { position: relative; display: flex; flex-direction: column; }
.header_main .navmenu .contact_info .office_hours a { position: relative; z-index: 2; display: flex; min-width: 138px; margin-right: 6px; font-size: 16px; color: var(--themebrown); font-weight: 300; gap: 7px; align-items: center;transition: font-weight 0.3s ease; }
.header_main .navmenu .contact_info .office_hours a i { display: flex; }
.header_main .site_info_mobile { display: none; }
.header_main .navbar_brand .site_info .hamburger { display: none; }

@media (min-width: 1201px) {
    .header_main .navmenu .contact_info .office_hours:hover a { font-weight: 700; }
    .header_main .navbar_brand .contact_info .office_hours:hover a { font-weight: 700; }
    .header_main .navbar_brand .contact_info .office_hours:hover .content_box { opacity: 1; visibility: visible; pointer-events: all; }
    .header_main .navbar_nav > ul { position: relative; display: flex; gap: 46px; }
    .header_main .navbar_nav > ul > li { position: static; display: block; }
    .header_main .navbar_nav > ul > li.kontact-link { padding-left: 6.25vw; }
    .header_main .navbar_nav > ul > li > a { flex-direction: column; justify-content: center; }
    .header_main .navbar_nav > ul > li > a:after { content: attr(data-text); font-weight: 700; height: 0; visibility: hidden; overflow: hidden; user-select: none; pointer-events: none; }
    .header_main .navbar_nav > ul > li .sub-menu { position: absolute; top: 100%; left: 0; min-width: 563px; padding: 50px 40px 25px; background: var(--white); border-radius: 0 0 36px 36px; column-count: 2; opacity: 0; visibility: hidden; pointer-events: none; transition: all ease-in-out 300ms; }
    .header_main .navbar_nav > ul > li:hover .sub-menu { opacity: 1; visibility: visible; pointer-events: all; }
    .header_main .navbar_nav > ul > li:hover > a { font-weight: 700; }
    .header_main .navbar_nav > ul > li.menu-item-has-children .arrow { position: absolute; right: 0; display: flex; width: 19px; height: 11px; background-repeat: no-repeat; background-position: center center; background-size: 16px 8px; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17.544' height='9.272' viewBox='0 0 17.544 9.272'%3e%3cpath data-name='Path 4' d='M1254.8,89.893l8.065,8.065,8.065-8.065' transform='translate(-1254.093 -89.186)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3e%3c/svg%3e "); transition: all ease-in-out 300ms; }
    .header_main .navbar_nav > ul > li.menu-item-has-children:hover .arrow { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18.958' height='10.479' viewBox='0 0 18.958 10.479'%3e%3cpath data-name='Path 4' d='M1254.8,89.893l8.065,8.065,8.065-8.065' transform='translate(-1253.386 -88.479)' fill='none' stroke='%23b4996d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3e%3c/svg%3e "); background-size: 19px 11px; }
}












/* CTA Start */

.cta_section { position: relative; width: 100%; margin-bottom: -80px; }
.cta_section .cta_wrap { position: relative; width: 100%; padding: 150px 0 230px; border-radius: 60px 60px 0 0; }
.cta_section .cta_wrap::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--themebrown); opacity: 0.20; border-radius: 60px 60px 0 0; content: ''; pointer-events: none; }
.cta_section .center-block { position: relative; z-index: 1; width: 100%; max-width: 664px; margin: 0 auto; }
.cta_section .cta_shape { position: relative; width: 100%; max-width: 586px; margin: 0 auto; display: flex; justify-content: center; align-items: center; }
.cta_section .cta_shape:before,
.cta_section .cta_shape:after { position: absolute; width: 223px; height: 3px; content: ''; background: var(--themebrown); border-radius: 5px; }
.cta_section .cta_shape:before { left: 0; }
.cta_section .cta_shape:after { right: 0; }
.cta_section .cta_shape span { position: relative; display: flex; width: 69px; align-items: center; }
.cta_section .cta_shape span img { display: inline-flex; width: 100%; }
.cta_section .textblock { position: relative; width: 100%; padding: 32px 0 59px; display: flex; text-align: center; flex-direction: column; align-items: center; }
.cta_section .textblock:after { position: absolute; bottom: 0; height: 3px; width: 100%; max-width: 587px; content: ''; background: var(--themebrown); border-radius: 5px; }
.cta_section .textblock p { margin-top: 50px; }
.cta_section .textblock p a { font-weight: 700; }
.cta_section .textblock p + p { margin-top: 40px; }
.cta_section .textblock .btnbox { display: flex; width: 100%; margin-top: 50px; justify-content: center; }
.cta_section .textblock .btnbox a { display: flex; height: 35px; padding: 0 18px; font-size: 14px; color: var(--themebrown); font-weight: 700; border: solid 2px #CFB389; border-radius: 16px; align-items: center; }
.cta_section .textblock .btnbox a:hover { /*color: var(--white); background: #CFB389;*/ transform: scale(1.1); }

.cta_section .kinder_shape { position: absolute; top: auto; right: 0; bottom: 100%; display: none; transform: translateY(5px); pointer-events: none; }
.cta_section .kinder_shape img { display: inline-flex; }
.kinder-page .cta_section .kinder_shape { display: flex; }
.kinder-page .cta_section .cta_wrap::after { background: #DDEAC8; opacity: 1; }
.kinder-page .cta_section .cta_shape:before,
.kinder-page .cta_section .cta_shape:after { background: var(--themegreen); }
.kinder-page .cta_section .textblock p,
.kinder-page .cta_section .textblock h2 { color: #6D7C41; }
.kinder-page .cta_section .textblock .btnbox a { color: var(--white); background: var(--themegreen); border-color: var(--themegreen); }
.kinder-page .cta_section .textblock:after { background: var(--themegreen); }

/* CTA End */

.fixed_buttons { position: fixed; bottom: 50px; left: 0; z-index: 99; width: 100%; pointer-events: none; }
.fixed_buttons .btn_wrap { position: relative; display: flex; width: 100%; justify-content: flex-end; gap: 11px; }
.fixed_buttons .to-top { display: flex;width: 67px; pointer-events: all; }
.fixed_buttons .to-top img { display: inline-flex; width: 100%; }
.fixed_buttons .book-btn { display: flex; width: 67px; height: 69px; font-size: 14px; color: var(--white); font-weight: 700;text-align: center; background: #8A9E52; align-items: center; justify-content: center; border-radius: 100%; pointer-events: all; }

/* Footer Start */

.footer_main { position: relative; width: 100%; }
.footer_main .footer_wrap { position: relative; width: 100%; padding: 78px 126px 66px 82px; background: var(--themedark); border-radius: 60px 60px 0 0; }
.footer_main .ft_row { position: relative; width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
/* .footer_main .ft_row > div { flex: 1 1 auto; } */
.footer_main .ft_row h6 { margin-bottom: 30px; font-size: 18px; color: var(--white); font-weight: 700; }
.footer_main .logobox { position: relative; display: flex; }
.footer_main .logobox a { display: flex; }
.footer_main .logobox a img { display: inline-flex; }
.footer_main .site_info { position: relative; }
.footer_main .office_hours { position: relative; }
.footer_main .foot_links { position: relative; }
.footer_main .ft_row p { color: var(--white); }
.footer_main .ft_row ul { display: flex; width: 100%; flex-direction: column; gap: 12px; }
.footer_main .ft_row ul li { display: flex; }
.footer_main .ft_row ul li a { color: var(--white); }
.footer_main .ft_row ul li a:hover { color: #F9DDB2; }
.footer_main .review_box { position: relative; }
.footer_main .review_box .stars { display: flex; width: 100%; justify-content: center; align-items: center; gap: 18px; }
.footer_main .review_box .stars span { display: flex; }
.footer_main .review_box .stars span img { display: inline-flex; }
.footer_main .review_box .text { display: flex; width: 100%; padding: 12px 0; justify-content: center; }
.footer_main .review_box .text span { display: flex; font-size: 18px; color: #F9DDB2; font-weight: 700; }
.footer_main .review_box .btnbox { display: flex; width: 100%; justify-content: center; }
.footer_main .review_box .btnbox a { display: flex; height: 35px; padding: 0 18px; font-size: 14px; color: var(--themebrown); font-weight: 700; border: solid 2px #CFB389; border-radius: 16px; align-items: center; }
.footer_main .review_box .btnbox a:hover { /*color: var(--white); background: #CFB389;*/ transform: scale(1.1); }

/* Footer End */


.page-banner { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; background: #F0F0F0; }
.page-banner h1 { color: var(--themedark); }

.page-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-left: 120px;
  padding: 100px 0 150px;
}

.page-content .text-data {
  max-width: 100%;
}

.page-content .text-data p {
    margin-top: 21px;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
  margin-top: 30px;
  color: var(--themedark);
  font-weight: 500;

}

.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child {
  margin-top: 0;
}

.error-404 { position: relative; width: 100%; padding: 200px 0; text-align: center; }
.error-404 h1 { margin: 30px 0; }
.error-404 .btnbox { margin-top: 30px; justify-content: center; }


@media (min-width: 1600px) and (max-width: 1799px) {

    .cta_section .kinder_shape { max-width: 250px; }

}


@media (min-width: 1400px) and (max-width: 1599px) {

    h1 { font-size: 44px; }
    h2 { font-size: 36px; }

    .mt-200{ margin-top: 120px; }
    .mb-200{ margin-bottom: 120px; }
    .my-200{ margin-top: 120px; margin-bottom: 120px; }
    .mt-150{ margin-top: 100px; }
    .mb-150{ margin-bottom: 100px; }
    .my-150{ margin-top: 100px; margin-bottom: 100px; }
    .mt-100{ margin-top: 70px; }
    .mb-100{ margin-bottom: 70px; }
    .my-100{ margin-top: 70px; margin-bottom: 70px; }
    .pt-150{ padding-top: 120px; }
    .pb-150{ padding-bottom: 120px; }
    .py-150{ padding-top: 120px; padding-bottom: 120px; }

    .cta_section .kinder_shape { max-width: 200px; }

    .footer_main .footer_wrap { padding: 50px 40px; }
    .footer_main .ft_row { gap: 20px; }
    .footer_main .logobox { max-width: 225px; }
    .footer_main .site_info { max-width: 210px; }
}

@media (min-width: 1200px) and (max-width: 1399px) {

    h1 { font-size: 40px; }
    h2 { font-size: 36px; }

    .mt-200{ margin-top: 120px; }
    .mb-200{ margin-bottom: 120px; }
    .my-200{ margin-top: 120px; margin-bottom: 120px; }
    .mt-150{ margin-top: 100px; }
    .mb-150{ margin-bottom: 100px; }
    .my-150{ margin-top: 100px; margin-bottom: 100px; }
    .mt-100{ margin-top: 70px; }
    .mb-100{ margin-bottom: 70px; }
    .my-100{ margin-top: 70px; margin-bottom: 70px; }
    .pt-150{ padding-top: 120px; }
    .pb-150{ padding-bottom: 120px; }
    .py-150{ padding-top: 120px; padding-bottom: 120px; }

    .cta_section .cta_wrap { padding: 100px 0 180px; }
    .cta_section .kinder_shape { max-width: 200px; }

    .footer_main .footer_wrap { padding: 50px 40px; }
    .footer_main .ft_row { gap: 20px; }
    .footer_main .logobox { max-width: 225px; }
    .footer_main .site_info { max-width: 210px; }
}

@media (min-width: 992px) and (max-width: 1200px) {

    h1 { font-size: 36px; }
    h2 { font-size: 32px; }

    .mt-200{ margin-top: 100px; }
    .mb-200{ margin-bottom: 100px; }
    .my-200{ margin-top: 100px; margin-bottom: 100px; }
    .mt-150{ margin-top: 100px; }
    .mb-150{ margin-bottom: 100px; }
    .my-150{ margin-top: 100px; margin-bottom: 100px; }
    .mt-100{ margin-top: 70px; }
    .mb-100{ margin-bottom: 70px; }
    .my-100{ margin-top: 70px; margin-bottom: 70px; }
    .pt-150{ padding-top: 100px; }
    .pb-150{ padding-bottom: 100px; }
    .py-150{ padding-top: 100px; padding-bottom: 100px; }

    .page-content { margin-left: 0; max-width: 100%; }
    

    .header_wrap { padding: 0 30px; }
    .header_main .navbar .nav_head { min-width: 230px; }
    .header_main .navbar .site_logo { width: 230px; }
    .header_main .navbar_nav > ul { gap: 30px; }

    .cta_section .cta_wrap { padding: 100px 0 180px; }
    .cta_section .kinder_shape { max-width: 200px; }


    .footer_main .footer_wrap { padding: 50px 40px; }
    .cta_section { margin-bottom: -60px; }
    .cta_section .cta_wrap { padding: 120px 0 180px; }
    .footer_main .ft_row { gap: 20px; flex-wrap: wrap; }
    .footer_main .logobox { max-width: 100%; width: 100%; justify-content: center; }
    .footer_main .site_info { max-width: 210px; }

    .fixed_buttons .to-top { width: 55px; }
    .fixed_buttons .book-btn { width: 55px; height: 57px; font-size: 12px; }
    

}

@media (min-width: 768px) and (max-width: 991px) {

    h1 { font-size: 30px; }
    h2 { font-size: 25px; }
    h3 { font-size: 22px; }

    .mt-200{ margin-top: 100px; }
    .mb-200{ margin-bottom: 100px; }
    .my-200{ margin-top: 100px; margin-bottom: 100px; }
    .mt-150{ margin-top: 100px; }
    .mb-150{ margin-bottom: 100px; }
    .my-150{ margin-top: 100px; margin-bottom: 100px; }
    .mt-100{ margin-top: 70px; }
    .mb-100{ margin-bottom: 70px; }
    .my-100{ margin-top: 70px; margin-bottom: 70px; }
    .pt-150{ padding-top: 100px; }
    .pb-150{ padding-bottom: 100px; }
    .py-150{ padding-top: 100px; padding-bottom: 100px; }

    .page-banner { height: 400px; }
    .page-content { margin-left: 0; max-width: 100%; }

    .fixed_buttons .to-top { width: 55px; }
    .fixed_buttons .book-btn { width: 55px; height: 57px; font-size: 12px; }

    .header_main .navbar_brand .contact_info .content_box { left: -25px !important; }

    .footer_main .footer_wrap { padding: 50px 40px; }
    .cta_section { margin-bottom: -60px; }
    .cta_section .cta_wrap { padding: 80px 0 100px; }
    .cta_section .kinder_shape { max-width: 200px; }
    .footer_main .ft_row { gap: 20px; flex-wrap: wrap; }
    .footer_main .logobox { max-width: 100%; width: 100%; justify-content: center; }
    .footer_main .site_info { max-width: 210px; }
    .footer_main .review_box { width: 100%; max-width: 250px; margin-right: auto; margin-left: auto; }

}


@media (max-width: 1200px) {
    
    .header_main .container { max-width: 100%; width: 100%; padding: 0; }
    .header_wrap { border-radius: 0 0 20px 20px; }
    .header_main .navbar_brand { padding: 20px 0; border: none; }
    .header_main .navbar .site_logo { width: 208px; max-width: 208px; }
    .header_main .navbar_brand .mobile_logo { display: flex; }
    .header_main .navbar_brand .social_box { display: none; }
    .header_main .navbar_brand .site_info .hamburger { display: flex; margin-left: 27px; }
    .header_main .navbar_brand .contact_info { gap: 27px; flex-direction: row-reverse; }
    .header_main .navbar_brand .contact_info .content_box { top: 100%; left: -45px; margin-top: 20px; padding-top: 30px; box-shadow: 0 15px 15px rgba(0,0,0,0.16); }
    .header_main .navbar_brand .contact_info .office_hours.open .content_box { opacity: 1; visibility: visible; pointer-events: all; }
    .header_main .navbar_brand .contact_info .phone_info a i { min-width: 25px; }
    .header_main .navbar_brand .contact_info .phone_info a i img { width: 100%; }
    .header_main .navbar_brand .contact_info .phone_info a span,
    .header_main .navbar_brand .contact_info .office_hours a span { display: none; }
    .header_main .navbar_brand .contact_info .office_hours a { min-width: 28px; margin: 0; }
    .header_main .navbar_brand .contact_info .office_hours a i { min-width: 28px; }
    .header_main .navbar_brand .contact_info .office_hours a i img { width: 100%; }
    

    .header_main .navbar { position: fixed; top: 0; left: 0; width: 100%; height: 100%; max-height: 100%; padding: 88px 0 0; flex-direction: column; opacity: 0; visibility: hidden; background: var(--white); transition: all ease-in-out 300ms; pointer-events: none; align-items: flex-start;justify-content: flex-start; overflow-y: auto; }
    body.open-menu { overflow: hidden; }
    body.open-menu .header_main .navbar { opacity: 1; visibility: visible; pointer-events: all; }
    .header_main .navbar .nav_head { position: fixed; top: 0; left: 0; z-index: 3; width: 100%; padding: 14px 34px 14px 22px; background: var(--white); justify-content: space-between; align-items: center; }
    body.open-menu .header_main .navbar .nav_head .close-btn { display: flex; }
    .header_main .navbar .nav_head .close-btn a { display: flex; }
    .header_main .navbar .nav_head .close-btn a img { display: inline-flex; }
    body.open-menu .header_main .navbar_brand .site_info { display: none; }
    
    .header_main .navmenu { width: 100%; flex-direction: column; padding: 60px 80px 65px; }
    .header_main .navbar_nav { width: 100%; }
    .header_main .navbar_nav > ul { width: 100%;display: flex; flex-direction: column; }
    .header_main .navbar_nav > ul > li { display: flex; }
    .header_main .navbar_nav > ul > li > a { font-size: 20px; line-height: 1.3; font-weight: 600; }
    .header_main .navbar_nav > ul > li > a:after { display: none; }
    .header_main .navbar_nav > ul > li.kontact-link { padding-left: 0; }
    .header_main .navbar_nav > ul > li.menu-item-has-children { flex-wrap: wrap; align-items: flex-start; }
    .header_main .navbar_nav > ul > li.menu-item-has-children > a { padding-right: 0; }
    .header_main .navbar_nav > ul > li.menu-item-has-children .arrow { position: relative;z-index: 2; display: flex; width: 30px; height: 30px; margin-left: 20px; background-repeat: no-repeat; background-position: center center; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18.958' height='10.479' viewBox='0 0 18.958 10.479'%3e%3cpath data-name='Path 4' d='M1254.8,89.893l8.065,8.065,8.065-8.065' transform='translate(-1253.386 -88.479)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3e%3c/svg%3e "); background-size: 19px 10px; transition: all ease-in-out 300ms; transform-origin: center center; }
    .header_main .navbar_nav > ul > li .sub-menu { position: relative; display: none; width: 100%; }
    .header_main .navbar_nav > ul > li.menu-item-has-children.active .sub-menu { background: var(--white); }
    .header_main .navbar_nav > ul > li.menu-item-has-children.active .arrow { transform: rotate(180deg); }
    .header_main .navbar_nav > ul > li .sub-menu > li { padding: 0 20px; }
    .header_main .navmenu .contact_info { display: flex; flex-direction: column-reverse; gap: 45px; width: 100%; padding-top: 83px; }
    .header_main .navmenu .contact_info .phone_info a,
    .header_main .navmenu .contact_info .office_hours a { font-size: 20px; gap: 22px; }
    .header_main .navmenu .contact_info .office_hours .content_box { display: none; }
    .header_main .navmenu .contact_info .office_hours .content_box { position: relative; min-width: 214px; padding: 20px 40px 0; background: var(--white); }
    .header_main .navmenu .contact_info .office_hours .content_box p { color: var(--themebrown); line-height: 1.66; }
    .header_main .navmenu .contact_navbar_nav { display: flex; width: 100%; padding-top: 30px; }
    .header_main .navmenu .contact_navbar_nav ul { display: flex; flex-direction: column; gap: 15px; }
    .header_main .navmenu .contact_navbar_nav ul li { display: flex; width: 100%; }
    .header_main .navmenu .contact_navbar_nav ul li a { display: flex; font-size: 20px; color: var(--themebrown); line-height: 1.66; }

    .header_main .site_info_mobile { display: flex; width: 100%; margin-top: auto; padding: 20px 0 30px; flex-direction: column; align-items: center; background: var(--themedark); border-radius: 60px 60px 0 0; }
    .header_main .site_info_mobile .textblock { margin-top: 23px; text-align: center; }
    .header_main .site_info_mobile .textblock p { color: var(--white); }

}


@media (max-width: 991px) {


    .header_main .site_info_mobile { border-radius: 30px 30px 0 0; }

    .fixed_buttons { display: none; }
    .header_main .navbar_nav > ul { gap: 47px; }
    
    .cta_section .container { padding: 0; }
    .cta_section .cta_wrap,
    .cta_section .cta_wrap::after { border-radius: 30px 30px 0 0; }
    .cta_section .cta_shape:before,
    .cta_section .cta_shape:after { display: none; }
    .cta_section .textblock:after { display: none; }
    .cta_section .textblock { padding-bottom: 0; }
    .cta_section .textblock p { margin-top: 30px; }
    .cta_section .textblock p + p { padding-top: 30px; margin-top: 0; }
    .cta_section .textblock .btnbox { margin-top: 30px; }
    .footer_main .footer_wrap { border-radius: 30px 30px 0 0; }
    .footer_main .container { padding: 0; }

    
}


@media (max-width: 767px) {
    body { font-size: 16px; }
    p,
    .text-data p { font-size: 16px; line-height: 1.375; }
    h1 { font-size: 25px; }
    h2 { font-size: 25px; }
    h3 { font-size: 18px; }

    .mt-200{ margin-top: 80px; }
    .mb-200{ margin-bottom: 80px; }
    .my-200{ margin-top: 80px; margin-bottom: 80px; }
    .mt-150{ margin-top: 80px; }
    .mb-150{ margin-bottom: 80px; }
    .my-150{ margin-top: 80px; margin-bottom: 80px; }
    .mt-100{ margin-top: 70px; }
    .mb-100{ margin-bottom: 70px; }
    .my-100{ margin-top: 70px; margin-bottom: 70px; }
    .pt-150{ padding-top: 80px; }
    .pb-150{ padding-bottom: 80px; }
    .py-150{ padding-top: 80px; padding-bottom: 80px; }

    .page-banner { height: auto; padding: 150px 0 100px; }
    .page-content { margin-left: 0; max-width: 100%; padding-top: 80px; padding-bottom: 80px; }

    .header_wrap { padding: 0 22px; }
    .header_main .navbar_brand .mobile_logo { width: 172px; }
    .header_main .navbar_brand .contact_info .content_box { margin-top: 12px; }
    .header_main .navmenu { padding-right: 70px; padding-left: 70px; }

    .footer_main .footer_wrap { padding: 20px 40px 30px; }
    .cta_section { margin-bottom: -30px; }
    .cta_section .cta_wrap { padding: 55px 0 90px; }
    .cta_section .textblock { padding-top: 25px; }
    .cta_section .center-block { padding: 0 37px; }
    .footer_main .ft_row { gap: 20px; flex-wrap: wrap; }
    .footer_main .logobox { max-width: 100%; width: 100%; justify-content: center; }
    .footer_main .site_info { max-width: 100%; width: 100%; padding: 0 37px; text-align: center; }
    .footer_main .review_box,
    .footer_main .foot_links,
    .footer_main .office_hours { display: none; }

    .cta_section .kinder_shape { max-width: 279px; }
    .fixed_buttons { display: none; }
}

@media (max-width: 480px) {
    .header_main .navmenu { padding-right: 60px; padding-left: 60px; }
}

