/*-------------
[Table of contents]

[ DEFAULT INDEX NUMBER ]
1. IMPORT RESET STYLES
2. THEME COLORS
3. DEFAULT STYLES
4. HEADER
5. SECTION WELCOME
6. SECTION TIMELINE
7. SECTION DOCTOR
8. SECTION OURTEAM
9. SECTION CONSULTATION
10. SECTION PRICING
11. SECTION SPONSORS
12. SECTION BENEFITS
13. SECTION GALLERY
14. SECTION FAQ
15. FOOTER STYLES
16. BACK TO TOP
17. PRELOADER STYLES
18. KINE STYLES
19. APPOINTMENT STYLES
20. POPUP STYLES
-------------------------------------------------------------------*/
/*------------------------------------------------------------------*
*/
/* 1. IMPORT RESET STYLES */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}
b,
strong {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 2. THEME COLORS */
/* THEME COLORS */
:root {
    --main-green: #838B7B;
    --main-green-light: #A8B29E;
    --main-beige: #F2EBE5;
}
/* 3. DEFAULT STYLES */
body {
  height: 100%;
  color: #797979;
  background: #ffffff;
}
body *:focus {
  outline: none;
}
input:hover,
button:hover,
input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
p,
span,
h2 {
  display: block;
  transition: .3s;
}
p,
span,
h2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
a{
  color: var(--main-green);
}
a:hover,
a:focus {
  text-decoration: none;
  transition: .3s;
  outline: 0;
  color: #0132CD;
}
img {
  max-width: 100%;
}
.wow {
  visibility: hidden;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
/* GENERAL STYLES */
.no-mobile-view {
    display: inherit;
}
/* DEFAULT BUTTON STYLES */
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  transition: .3s;
  cursor: pointer;
  border-radius: 8px;
  font-family: 'Baloo Bhaina 2', serif;
  font-weight: 700;
  font-style: normal;
  z-index: 1;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  /* Button size classes */
}
.btn:focus {
  box-shadow: none;
}
.btn-sm {
  font-size: 14px;
  padding: 12px 10px;
  min-width: 140px;
}
.btn-md {
  font-size: 16px;
  padding: 12px 10px;
  min-width: 170px;
}
.btn-lg {
  font-size: 16px;
  padding: 14.5px 10px;
  min-width: 190px;
}
.btn--preset-1 {
  color: #ffffff;
  background: var(--main-green);
  border-color: var(--main-green);
}
.btn--preset-1:hover,
.btn--preset-1:focus {
  color: var(--main-green);
  background: var(--main-beige);
  border-color: var(--main-green);
}
.btn--preset-2 {
  color: #ffffff;
  background: #0c0c0c;
  border-color: #0c0c0c;
}
.btn--preset-2:hover,
.btn--preset-2:focus {
  color: var(--main-beige);
  background: var(--main-green);
  border-color: var(--main-green);
}
.btn--preset-3 {
  min-width: 0;
  padding: 4px 0;
  border: none;
  border-radius: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  color: #ffffff;
  border-bottom-color: var(--main-green);
}
.btn--preset-3:hover,
.btn--preset-3:focus {
  color: var(--main-green);
}
.dropdown-menu {
  border: none;
  transition: .3s;
  top: calc(100% + 10px);
  margin: 0;
  padding: 15px 0;
  border-radius: 0;
  background: #ffffff;
  min-width: 170px;
  left: 0;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
}
.dropdown-menu:before {
  position: absolute;
  top: -11px;
  height: 11px;
  left: 0;
  width: 100%;
  content: "";
}
.dropdown-menu li {
  width: 100%;
  margin: 0;
}
.dropdown-menu li a {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', serif;
  font-weight: 400;
  color: #0c0c0c;
  padding: 8px 10px;
  position: relative;
}
.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  color: var(--main-green);
}
/* DEFAULT NAVBAR STYLES */
.navbar {
  padding: 0;
  transition: .3s;
  position: relative;
  z-index: auto;
}
.navbar-toggler {
  border: none;
    margin-top: 10px;
  padding: 7px 9px;
  outline: none !important;
  background: var(--main-green);
  border-radius: 0;
  transition: .3s;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #ffffff;
  margin: 5px 0;
}
.navbar-toggler-invert {
  background: var(--main-green);
}
.navbar .lnr-menu {
  display: none;
}
.navbar-expand-md .navbar-nav li {
  position: relative;
}
.navbar-expand-md .navbar-nav li:not(:last-child) {
  margin-right: 47px;
}
.navbar-expand-md .navbar-nav li .nav-link {
  padding: 3px 0;
  border-bottom: 3px solid;
  display: block;
  font-weight: 700;
  color: var(--main-beige);
  text-decoration: none;
  position: relative;
  transition: .3s;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Baloo Bhaina 2', serif;
  line-height: 22px;
  border-color: transparent;
}
.navbar-expand-md .navbar-nav li .nav-link:hover,
.navbar-expand-md .navbar-nav li .nav-link:focus {
  border-color: var(--main-green);
}
.navbar-expand-md .navbar-nav li .nav-link.active {
  border-color: var(--main-green);
}
.dropdown-toggle:after {
  display: none;
}
.divider {
  display: inline-block;
  width: 130px;
  border-top-width: 3px;
  border-top-style: solid;
  margin-top: 15px;
  border-top-color: #838B7B;
}
/* DEFAULT WRAPPER STYLES */
.wrapper {
  background: #ffffff;
}
/* HEADER STYLES */
.header-top {
  background: #F2EBE5;
  height: 52px;
  padding: 16px 0;
}
.header-top_contact {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #191919;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.header-top_contact i {
  color: var(--main-green);
  width: 15px;
  height: 18px;
  line-height: 18px;
}
.header-top_contact--link {
  display: inline-block;
  color: #191919;
}
.header-top_contact--link:hover {
  color: var(--main-green-light);
}
.header-top_socials {
  text-align: right;
}
.header-top_socials li {
  display: inline-block;
}
.header-top_socials li:not(:first-child) {
  margin-left: 18px;
}
.header-top_socials li a {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: #191919;
}
.header-top_socials li a:hover {
  color: var(--main-green-light);
}
.header-bottom {
  padding: 30px 0;
    background: var(--main-green-light);
}
.header-bottom_logo img, img.website-logo {
  height: 64px;
}
.header-bottom .jce {
  -ms-flex-pack: end;
      justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
}
.header-bottom_title {
  display: inline-block;
  padding: 21px 0;
  padding-left: 30px;
}
.header-bottom_title--maintitle {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #191919;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.header-bottom_title--subtitle {
  font-weight: 600;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #01B7CD;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
}
.header-bottom_logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
/* HEADER POPUP */
.header-popup {
  background: #FFEF8C;
  height: 52px;
  padding: 16px 0;
}
.header-popup .contact {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #191919;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.header-popup .contact i {
  color: #01B7CD;
  width: 15px;
  height: 18px;
  line-height: 18px;
}
/* 5. SECTION WELCOME */
.section-welcome {
  background-image: url('../images/logo/sublogo_green_no-text.png');
    background-size: 30%;
    background-position: 10% 70%;
  background-repeat: no-repeat;
  background-color: var(--main-beige);
  padding: 160px 0 160px;
}
.section-welcome .cover-content {
  padding-left: 75px;
}
.section-welcome h3 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: var(--main-green);
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: 0px;
  padding-bottom: 40px;
}
.section-welcome .subtext {
    border-left: 3px solid var(--main-green);
}
.section-welcome p {
  font-weight: 400;
  font-style: italic;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-green-light);
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0px;
  padding: 0 0 0 30px;
  display: block;
  margin-bottom: 40px;
}
/* 6. SECTION TIMELINE */
.section-timeline {
  background-color: var(--main-green-light);
  padding: 50px 0;
}
.section-timeline div.column {
  padding-right: 50px;
}
.section-timeline h3 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: var(--main-beige);
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.section-timeline h4 {
  font-weight: 200;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-beige);
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0px;
  margin: 40px 0 10px 0;
}
.section-timeline p {
  margin: 0 0 40px 0;
  font-family: 'Roboto', serif;
}

.section-timeline p a {
    color: var(--main-green);
    font-weight: bold;
}

.section-timeline p a:hover {
    color: var(--main-beige);
}

.section-timeline__tabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 60px;
  border-bottom: none;
}
.section-timeline__tabs--content {
  padding: 45px 20px 20px 20px;
  background-color: transparent;
}
.section-timeline__tabs--text {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #797979;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
.section-timeline__list {
  margin-top: 28px;
  text-align: left;
}
.section-timeline__list--item {
  font-weight: 600;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #191919;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 25px;
  position: relative;
}
.section-timeline__list--item:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  z-index: 0;
  font: 16px/18px FontAwesome;
  color: #01B7CD;
  content: "\f0a9";
  text-align: center;
}
.section-timeline__list--item:not(:last-child) {
  margin-bottom: 8px;
}
.section-timeline__item:not(:last-child) {
  margin-right: 30px;
}
.section-timeline__link {
  font-size: 17px;
  border-style: solid;
  border-left-width: 3px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-radius: 8px;
  border-color: #f5efef;
  background-color: transparent;
  color: #0c0c0c;
  font-family: 'Baloo Bhaina 2', serif;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 13px 35px;
}
.section-timeline__link.active {
  background-color: #01B7CD;
  border-color: #01B7CD;
  color: #ffffff;
}
.section-timeline__link:hover {
  background-color: #01B7CD;
  border-color: #01B7CD;
  color: #ffffff;
}
/* 7. SECTION DOCTOR */
.section-doctor {
  background-image: url('../images/section-doctor-bg.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 117px 0;
}
.section-doctor__title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.section-doctor__description {
  font-weight: 400;
  font-style: italic;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0px;
  margin: 30px 0 28px;
}
.section-doctor__text {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 30px;
}
.section-doctor__contact {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-doctor__contact i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  background: #01B7CD;
  font-size: 30px;
  color: #ffffff;
}
.section-doctor__contact--link {
  padding-left: 15px;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.4;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
}
.section-doctor__contact--link:hover {
  color: #01B7CD;
}
.section-doctor__contact--link span {
  font-style: italic;
  color: #01B7CD;
  font-size: 26px;
  line-height: 1;
}
/* 8. SECTION OURTEAM */
.section-ourteam {
  padding: 50px 0;
  background: var(--main-beige);
}
.section-ourteam .divider {
  margin-bottom: 60px;
}
.section-ourteam__title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: var(--main-green);
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.section-ourteam__socials {
  text-align: center;
  margin-top: 30px;
}
.section-ourteam__socials li {
  display: inline-block;
}
.section-ourteam__socials li:not(:first-child) {
  margin-left: 18px;
}
.section-ourteam__socials li a {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  color: #191919;
}
.section-ourteam__socials li a:hover {
  color: var(--main-green);
}
.section-ourteam__name {
  margin-top: 30px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: var(--main-green);
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.section-ourteam__work {
  font-weight: 400;
  font-style: italic;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-green-light);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.section-ourteam__description {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-green-light);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-top: 20px;
}
/* 8. SECTION VALUES */
.section-values {
  padding: 50px 0;
  background: var(--main-beige);
}
.section-values .divider {
  margin-bottom: 60px;
}
.section-values__title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: var(--main-green);
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.section-values span {
  margin-top: 30px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: var(--main-green);
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.section-values p {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-green-light);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-top: 20px;
}
.section-values img {
  height: 100px;
}
/* 9. SECTION CONSULTATION */
.section-consultation:not(:root:root) {
  background-attachment: initial;
}
.section-consultation {
    background-color: var(--main-green-light);
  padding: 85px 0 0 0;
}
.section-consultation__title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: var(--main-beige);
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.section-consultation p {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-beige);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 0px;
  margin-top: 20px;
}
.section-consultation h4 {
  font-weight: 200;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-beige);
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0px;
  margin: 40px 0 10px 0;
}
.section-consultation__contact {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-consultation__contact i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  background: var(--main-green);
  font-size: 30px;
  color: var(--main-beige);
}
.section-consultation__contact--link {
  padding-left: 15px;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.4;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
}
.section-consultation__contact--link:hover {
  color: #01B7CD;
}
.section-consultation__contact--link span {
  font-style: italic;
  color: #01B7CD;
  font-size: 26px;
  line-height: 1;
}
.section-consultation ul {
  margin-top: 0px;
  margin-bottom: 70px;
  text-align: left;
}
.section-consultation ul li {
  font-weight: normal;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-beige);
  font-size: 16px;
  line-height: 1.2;
  padding-left: 25px;
  position: relative;
}
.section-consultation ul li:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
  font: 16px/18px FontAwesome;
  color: var(--main-green);
  content: "\f0a9";
  text-align: center;
}
.section-consultation ul li:not(:last-child) {
  margin-bottom: 8px;
}
.section-consultation ul li:not(:last-child) {
  margin-right: 30px;
}
/* 10. SECTION PRICING */
.section-pricing {
  padding: 140px 0;
}
.section-pricing .divider {
  margin-bottom: 60px;
}
.section-pricing .no-p {
  padding-right: 0;
  padding-left: 0;
}
.section-pricing__title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #191919;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.section-pricing__box {
  margin-top: 20px;
}
.section-pricing__box--selected {
  margin-top: 0;
}
.section-pricing__plan {
  padding: 40px 10px;
  background-image: url('../images/pricing1.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #ffffff;
}
.section-pricing__plan--selected {
  background-image: url('../images/pricing2.jpg');
}
.section-pricing__plan--title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}
.section-pricing__plan--sub {
  font-weight: 700;
  font-size: 24px;
  color: #191919;
  line-height: 1.3;
  font-family: 'Roboto', serif;
}
.section-pricing__plan--sub p {
  font-size: 50px;
  display: inline-block;
  font-weight: 700;
}
.section-pricing__caption {
  padding: 35px 30px 50px;
  border: 3px solid;
  border-color: #f5efef;
  transition: .3s;
}
.section-pricing__caption--selected {
  padding: 40px 30px 85px;
  border: 2px solid;
  border-color: #f5efef;
  background: #f5efef;
}
.section-pricing__caption--description {
  margin-top: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #797979;
  font-size: 18px;
  line-height: 1.6;
}
.section-pricing__caption:hover {
  background: #f5efef;
}
.section-pricing__caption .btn {
  margin-top: 30px;
}
/* 11. SECTION SPONSORS */
.section-sponsors {
  padding: 60px 0;
  background: #01B7CD;
}
.section-sponsors__box {
  padding: 0 60px;
  padding-bottom: 35px;
}
.section-sponsors__box .owl-carousel .owl-nav button.owl-prev,
.section-sponsors__box .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid;
  border-color: #ffffff;
  display: inline-block;
  outline: none !important;
  -webkit-appearance: none !important;
  z-index: 1;
  transition: .3s;
}
.section-sponsors__box .owl-carousel .owl-nav button.owl-prev:before,
.section-sponsors__box .owl-carousel .owl-nav button.owl-next:before {
  color: #0c0c0c;
  font-family: 'FontAwesome';
  font-size: 30px;
  line-height: 34px;
  transition: .3s;
}
.section-sponsors__box .owl-carousel .owl-nav button.owl-prev:hover,
.section-sponsors__box .owl-carousel .owl-nav button.owl-next:hover {
  border-color: #0c0c0c;
}
.section-sponsors__box .owl-carousel .owl-nav button.owl-prev span,
.section-sponsors__box .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.section-sponsors__box .owl-carousel .owl-prev {
  left: -60px;
}
.section-sponsors__box .owl-carousel .owl-prev:before {
  content: '\f104';
}
.section-sponsors__box .owl-carousel .owl-next {
  right: -60px;
}
.section-sponsors__box .owl-carousel .owl-next:before {
  content: '\f105';
}
.section-sponsors__box .owl-carousel .carousel-slide {
  display: inline-block;
}
.section-sponsors__box .owl-carousel .carousel-slide a {
  display: block;
  line-height: 0;
}
/* 12. SECTION BENEFITS */
.section-benefits {
  padding: 70px 0;
  background: #f5efef;
}
.section-benefits__title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #191919;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.section-benefits__box {
  margin-top: 60px;
  padding: 45px 30px;
  background-image: url('../images/benefits-bg1.jpg');
  background-size: cover;
  background-position: 0% 20%;
  transition: .3s;
}
.section-benefits__box--second {
  background-image: url('../images/benefits-bg2.jpg');
}
.section-benefits__caption {
  text-align: left;
}
.section-benefits__caption--title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 28px;
}
.section-benefits__caption--description {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
/* 13. SECTION GALLERY */
.section-gallery:not(:root:root) {
  background-attachment: initial;
}
.section-gallery {
  background-image: url('../images/gallery-bg.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  padding: 117px 0;
}
.section-gallery__title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.3;
}
.section-gallery__box {
  margin-top: 50px;
  font-family: 'Baloo Bhaina 2', serif;
  font-weight: 400;
  color: #ffffff;
}
.section-gallery__box--icon {
  font-style: italic;
  color: #01B7CD;
  font-size: 90px;
  line-height: 0.8;
  letter-spacing: 0px;
}
.section-gallery__box--quote {
  font-style: italic;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.section-gallery__box--name {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 38px;
}
.section-gallery__box--city {
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.section-gallery__box--carousel {
  position: relative;
  padding-bottom: 35px;
}
.section-gallery__box--carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: left;
}
.section-gallery__box--carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: none;
  transition: .3s;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
}
.section-gallery__box--carousel .owl-dots .owl-dot:not(:first-child) {
  margin-left: 20px;
}
.section-gallery__box--carousel .owl-dots .owl-dot:hover,
.section-gallery__box--carousel .owl-dots .owl-dot.active {
  background: #01B7CD;
}
/* 14. SECTION FAQ */
.section-faq {
  padding: 50px 0;
  background: var(--main-green-light);
}
.section-faq__title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: var(--main-beige);
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.section-faq .divider {
  margin-bottom: 60px;
}
.section-faq__card {
  border: none;
    background: none;
}
.section-faq__card ul {
  text-align: left;
  list-style-type: disc;
    padding-left: 30px;
}
.section-faq__card ul li {
    font-weight: 400;
    font-style: normal;
    font-family: 'Baloo Bhaina 2', serif;
    color: var(--main-beige);
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
    text-align: left;
}
.section-faq__card:not(:last-child) {
  margin-bottom: 20px;
}
.section-faq__card--body {
  padding: 20px 20px 0 20px;
}
.section-faq__card--body p {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-beige);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  text-align: left;
}
.section-faq__card--header {
  padding: 0;
  background: none;
  border: none;
}
.section-faq__card--header .collapsed:before {
  content: '\f0fe';
}
.section-faq__card--header:first-child {
  border-radius: 0;
}
.section-faq__card--title {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 12px 14px;
  line-height: 25px;
  text-transform: none;
  font-family: 'Roboto', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  background-color: none;
  color: var(--main-beige);
    white-space: normal;
}
.section-faq__card--title.collapsed {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 12px 14px;
  line-height: 25px;
  color: var(--main-beige);
  text-transform: none;
  font-family: 'Roboto', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid var(--main-beige);
  background: transparent;
}
.section-faq__card--title.collapsed:before {
  content: '\f0fe';
  font-family: 'FontAwesome';
  transition: .3s;
  float: right;
  line-height: 25px;
  font-size: 18px;
  color: var(--main-beige);
}
.section-faq__card--title:before {
  color: #ffffff;
  content: '\f146';
  font-family: 'FontAwesome';
  transition: .3s;
  float: right;
  line-height: 25px;
  font-size: 18px;
}
.section-faq__card--title:hover,
.section-faq__card--title:focus {
  text-decoration: none;
  background-color: none;
  color: var(--main-green);
}
.section-faq__card--title:hover:before,
.section-faq__card--title:focus:before {
  color: var(--main-green);
}
.section-faq__form-group {
  position: relative;
}
.section-faq__form-group:not(:last-child) {
  margin-bottom: 20px;
}
.section-faq__form-field {
  border: 1px solid var(--main-beige);
  width: 100%;
  font-size: 18px;
  padding: 14px 18px;
  line-height: 20px;
  color: var(--main-beige);
  background: transparent;
  outline: none;
  border-radius: 8px;
  font-family: 'Baloo Bhaina 2', serif;
  font-weight: 400;
}
select.section-faq__form-field {
    padding: 6px 18px;
}
.section-faq__form-field-textarea {
  height: 185px;
}
.section-faq__form-field option, .section-faq__form-field option:disabled {
    color: var(--main-green);
}
.section-faq__form-field.form-control {
  box-shadow: none;
}
.section-faq__form-field.form-control:focus {
  box-shadow: none;
    background: none;
  border-color: #f5efef;
}
.section-faq__form-error {
  border-color: #e82914;
}
.section-faq__form-group label {
  font-size: 11px;
  text-align: left;
  display: block;
  top: 2px;
  right: 5px;
  position: absolute;
  color: #e82914;
  transition: .3s;
  padding-top: 3px;
  border: none;
}
.section-faq__form ::-webkit-input-placeholder {
  color: var(--main-green);
  opacity: 1;
}
.section-faq__form :-ms-input-placeholder {
  color: var(--main-green);
  opacity: 1;
}
.section-faq__form ::placeholder {
  color: var(--main-green);
  opacity: 1;
}
.section-faq__form :-ms-input-placeholder {
  color: var(--main-green);
}
.section-faq__form ::-ms-input-placeholder {
  color: var(--main-green);
}
.section-faq__form .btn {
  float: left;
}
.section-faq__form .result-success {
  color: #333333;
  padding: 10px 0;
  position: absolute;
  font-size: 12px;
}
.section-faq__form .result-error {
  color: #e82914;
  padding: 10px 0;
  position: absolute;
  font-size: 12px;
}
.google-map {
  line-height: 0;
}
/* 15. FOOTER */
.footer-top {
  background: var(--main-green);
  padding: 85px 0;
}
.footer-top__name {
  display: inline-block;
  padding-left: 15px;
}
.footer-top__name--maintitle {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.footer-top__name--maintitle:hover {
  color: #ffffff;
}
.footer .divider {
    border-top-color: var(--main-beige);
}
.footer-top__name--subtitle {
  font-weight: 600;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #01B7CD;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
}
.footer-top__name--subtitle:hover {
  color: #01B7CD;
}
.footer-top__links {
  padding: 15px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-top__text {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  padding: 15px 0;
}
.footer-top__text a {
    color: #fff;
}
.footer-top__socials {
  text-align: left;
  padding: 15px 0;
}
.footer-top__socials li {
  display: inline-block;
}
.footer-top__socials li:not(:first-child) {
  margin-left: 18px;
}
.footer-top__socials li a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #01B7CD;
}
.footer-top__socials li a:hover {
  color: #ffffff;
}
.footer-top__title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
}
.footer-top .divider {
  width: 70px;
}
.footer-top__list {
  margin-top: 28px;
  text-align: left;
}
.footer-top__list--item {
  font-weight: 600;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 25px;
  position: relative;
}
.footer-top__list--item:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  z-index: 0;
  font: 16px/18px FontAwesome;
  color: #01B7CD;
  content: "\f0a9";
  text-align: center;
}
.footer-top__list--item:not(:last-child) {
  margin-bottom: 8px;
}
.footer-top__item:not(:last-child) {
  margin-right: 30px;
}
.footer-top__schedule {
  margin-top: 5px;
  font-weight: normal;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}
.footer-top__schedule--time {
  font-weight: 400;
  color: #01B7CD;
}
.footer-top__info {
  margin-top: 24px;
}
.footer-top__contact {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.footer-top__contact--link {
  display: inline-block;
  color: #01B7CD;
}
.footer-top__contact--link:hover {
  color: #ffffff;
}
.footer-top__privacy {
  font-weight: 400;
  margin-top: 15px;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.footer-top__privacy a {
  display: inline-block;
  color: #ffffff;
}
.footer-top__privacy a:hover {
  color: var(--main-green-light);
}
/* 16. BACK TO TOP */
.to-top {
  width: 58px;
  height: 58px;
  line-height: 54px;
  font-size: 26px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  background: var(--main-green);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  border-radius: 10px;
}
.to-top:before {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 400;
  color: var(--main-beige);
}
.to-top:hover,
.to-top:focus {
  text-decoration: none;
  background: #333333;
}
.to-top:hover:before,
.to-top:focus:before {
  color: var(--main-beige);
}
.to-top-visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
/* 17. PRELOADER STYLES */
.page-load {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  text-align: center;
  transition: .3s;
  background: #0c0c0c;
}
.page-load .loader {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  animation: 10s linear infinite;
}
.page-load .loader div {
  width: 44px;
  height: 44px;
  position: absolute;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.5);
  animation-duration: 2500ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.page-load .loader .box1 {
  background-color: #01B7CD;
  top: 4px;
  left: 4px;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
  animation-name: box1;
}
.page-load .loader .box2 {
  background-color: #01B7CD;
  top: 4px;
  right: 4px;
  -ms-transform-origin: center left;
      transform-origin: center left;
  animation-name: box2;
}
.page-load .loader .box3 {
  background-color: #01B7CD;
  bottom: 4px;
  right: 4px;
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: box3;
}
.page-load .loader .box4 {
  background-color: #01B7CD;
  bottom: 4px;
  left: 4px;
  -ms-transform-origin: center right;
      transform-origin: center right;
  animation-name: box4;
}
/* 18 Kine Page */
.section-kine {
  background-color: var(--main-beige);
  padding: 50px 0;
}
.section-kine h3 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: var(--main-green);
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.section-kine h4 {
  font-weight: 200;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-green-light);
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0px;
  margin: 40px 0 10px 0;
}
.section-kine p {
  margin: 20px 0 40px 0;
  font-family: 'Roboto', serif;
}
.section-kine p.education {
  padding: 0;
  margin: 2px 0 0 0;
  font-weight: 400;
  font-style: italic;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-green-light);
  font-size: 16px;
  letter-spacing: 0px;
}
.section-kine p.education:first-of-type {
  margin-top: 10px;
}
.section-kine p.contact-information {
  padding: 0;
  margin: 0 0 15px 0;
}
.section-kine p.quality-register {
  padding: 0;
  margin: 40px 0 15px 0;
}
.section-kine p.contact-information:first-of-type {
  margin-top: 40px;
}
.section-kine p.contact-information i {
  margin-right: 7px;
}
.section-kine ul {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}
.section-kine ul li {
  font-weight: 600;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #797979;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 25px;
  position: relative;
}
.section-kine ul li a {
  font-weight: 600;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: var(--main-green);
  font-size: 16px;
}
.section-kine ul li:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
  font: 16px/18px FontAwesome;
  color: var(--main-green);
  content: "\f0a9";
  text-align: center;
}
.section-kine ul li:not(:last-child) {
  margin-bottom: 8px;
}
.section-kine ul li:not(:last-child) {
  margin-right: 30px;
}
/* 19. SECTION APPOINTMENT */
.section-appointment {
  background-image: url('../images/header-cover.jpg');
  background-position: 40% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 70px;
}
.section-appointment h3 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #ffffff;
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 40px;
}
.section-appointment p {
  font-weight: 400;
  font-style: italic;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0px;
  padding: 0 0 0 30px;
  display: block;
  border-left: 3px solid #01B7CD;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 40px;
}
#genericForm_forms_flash p, #genericForm_forms_flash h4, #genericForm_forms_flash ul {
  margin: 0;
}
.section-appointment__signature {
  float: right;
  margin-right: 140px;
}
/* 20 News Page */
.section-news {
  background-color: #ffffff;
  padding: 50px 0;
}
.section-news h3 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #191919;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.section-news h4 {
  font-weight: 200;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #01B7CD;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0px;
  margin: 40px 0 10px 0;
}
.section-news p {
  margin: 20px 0 0px 0;
  font-family: 'Roboto', serif;
}
.section-news ul {
  list-style: disc;
  margin: 10px 0 10px 40px;
}
.section-news ul li {
  margin-bottom: 5px;
}
.section-news p.post-meta {
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: 400;
  font-style: italic;
  font-family: 'Baloo Bhaina 2', serif;
  color: #01B7CD;
  font-size: 16px;
  letter-spacing: 0px;
}
.section-news div.news-title {
  margin-top: 20px;
}
.section-news .box {
  margin-top: 30px;
  padding: 45px 30px;
  background-image: url('../images/benefits-bg1.jpg');
  background-size: cover;
  transition: .3s;
}
.section-news .caption {
  text-align: left;
}
.section-news .caption .title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 28px;
}
.section-news .caption .description {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
/* POPUP STYLES*/
.section__popup {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}
.section__popup__form {
  padding: 0 75px;
}
.section__popup__form-group {
  position: relative;
}
.section__popup__form-group:not(:last-child) {
  margin-bottom: 20px;
}
.section__popup__form-field {
  border: 1px solid #f5efef;
  width: 100%;
  font-size: 18px;
  padding: 14px 18px;
  line-height: 20px;
  color: #0c0c0c;
  background: transparent;
  outline: none;
  border-radius: 8px;
  font-family: 'Baloo Bhaina 2', serif;
  font-weight: 400;
}
.section__popup__form-field-textarea {
  height: 185px;
}
.section__popup__form-field.form-control {
  box-shadow: none;
}
.section__popup__form-field.form-control:focus {
  box-shadow: none;
  border-color: #f5efef;
}
.section__popup__form-error {
  border-color: #e82914;
}
.section__popup__form-group label {
  font-size: 11px;
  text-align: left;
  display: block;
  top: 2px;
  right: 5px;
  position: absolute;
  color: #e82914;
  transition: .3s;
  padding-top: 3px;
  border: none;
}
.section__popup__form ::-webkit-input-placeholder {
  color: #0c0c0c;
  opacity: 1;
}
.section__popup__form :-ms-input-placeholder {
  color: #0c0c0c;
  opacity: 1;
}
.section__popup__form ::placeholder {
  color: #0c0c0c;
  opacity: 1;
}
.section__popup__form :-ms-input-placeholder {
  color: #0c0c0c;
}
.section__popup__form ::-ms-input-placeholder {
  color: #0c0c0c;
}
.section__popup__form .result-success {
  color: #333333;
  padding: 10px 0;
  position: absolute;
  font-size: 12px;
}
.section__popup__form .result-error {
  color: #e82914;
  padding: 10px 0;
  position: absolute;
  font-size: 12px;
}
.section__popup .section__popup-divider {
  display: inline-block;
}
.section__popup .section__popup-text {
  font-size: 16px;
}
.section__popup .section__popup__form--box {
  margin: 15px 115px;
}
.section__popup .table {
  padding: 0px 15px;
  display: table;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section__popup .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0px;
}
.section__popup .popup__content {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.section__popup .popup__close {
  position: absolute;
  top: -30px;
  right: 0px;
  cursor: pointer;
  opacity: 0.7;
  transition: .3s;
}
.section__popup .popup__close i {
  color: #fff;
}
.section__popup .popup__close:hover {
  opacity: 1;
}
.section__popup_subscribe .popup__content {
  max-width: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section__popup_subscribe .popup__content .page__form {
  -ms-flex: 1;
      flex: 1;
  padding: 0;
  padding: 70px 0;
}
.section__popup_subscribe .popup__content .page__form .section__popup-title {
  font-size: 28px;
  font-family: 'Roboto', serif;
  font-weight: 700;
  color: #191919;
  line-height: 1.1;
}
.section__popup_subscribe .popup__content .page__form .section__popup-text {
  font-weight: 400;
  font-style: normal;
  font-family: 'Baloo Bhaina 2', serif;
  color: #797979;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-bottom: 30px;
  margin-top: 15px;
}
/* 21. Privacy Disclaimer */
.section-privacy h3 {
  margin: 30px 0 15px 0;
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto', serif;
  color: #01B7CD;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.section-privacy p {
  margin: 10px 0 10px 0;
  font-family: 'Roboto', serif;
}
.section-privacy ul {
  list-style-type: circle;
  margin: 5px 0 5px 30px;
}
/* 22. Error */
.section-error {
    background-color: var(--main-beige);
    padding: 160px 0 160px;
}
.section-error .cover-content {
    padding-left: 75px;
}
.section-error h3 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', serif;
    color: var(--main-green);
    font-size: 72px;
    line-height: 1.2;
    letter-spacing: 0px;
    padding-bottom: 40px;
}
.section-error .subtext {
    border-left: 3px solid var(--main-green);
}
.section-error p {
    font-weight: 400;
    font-style: italic;
    font-family: 'Baloo Bhaina 2', serif;
    color: var(--main-green-light);
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0px;
    padding: 0 0 0 30px;
    display: block;
    margin-bottom: 40px;
}
@keyframes box1 {
  0% {
    transform: perspective(200px) rotateX(90deg);
  }
  11% {
    transform: perspective(200px) rotateX(0);
  }
  88% {
    transform: perspective(200px) rotateX(0);
  }
  99% {
    transform: perspective(200px) rotateX(90deg);
  }
  100% {
    transform: perspective(200px) rotateX(90deg);
  }
}
@keyframes box2 {
  0% {
    transform: perspective(200px) rotateY(90deg);
  }
  11% {
    transform: perspective(200px) rotateY(90deg);
  }
  22% {
    transform: perspective(200px) rotateY(0);
  }
  77% {
    transform: perspective(200px) rotateY(0);
  }
  88% {
    transform: perspective(200px) rotateY(90deg);
  }
  100% {
    transform: perspective(200px) rotateY(90deg);
  }
}
@keyframes box3 {
  0% {
    transform: perspective(200px) rotateX(-90deg);
  }
  22% {
    transform: perspective(200px) rotateX(-90deg);
  }
  33% {
    transform: perspective(200px) rotateX(0);
  }
  66% {
    transform: perspective(200px) rotateX(0);
  }
  77% {
    transform: perspective(200px) rotateX(-90deg);
  }
  100% {
    transform: perspective(200px) rotateX(-90deg);
  }
}
@keyframes box4 {
  0% {
    transform: perspective(200px) rotateY(-90deg);
  }
  33% {
    transform: perspective(200px) rotateY(-90deg);
  }
  44% {
    transform: perspective(200px) rotateY(0);
  }
  55% {
    transform: perspective(200px) rotateY(0);
  }
  66% {
    transform: perspective(200px) rotateY(-90deg);
  }
  100% {
    transform: perspective(200px) rotateY(-90deg);
  }
}
@keyframes loader-container {
  0% {
    transform: rotate(0);
  }
  23% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  48% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  73% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  98% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
