@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

@font-face {
  font-family: "bestime";
  src: url("fonts/bestime.eot");
  src: url("fonts/bestime.eot?#iefix") format("embedded-opentype"),
    url("fonts/bestime.woff2") format("woff2"),
    url("fonts/bestime.woff") format("woff"),
    url("fonts/bestime.ttf") format("truetype"),
    url("fonts/bestime.svg#bestimeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 
font-family: "Figtree", sans-serif;
font-family: 'bestime';
*/

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */

:root {
  scroll-behavior: inherit;
  --headingFont: "bestime";
  --bodyFont: "Figtree", sans-serif;
  --white: #fff;
  --black: #000;
  --darkBlue: #272247;
  --bodyColor: #5e5e5e;
  --greenColor: #00cc44;
  --lightCream: #fff2e4;
  --lightYellow: #fff5f5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(22, 175, 73, 0.1);
}

::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(22, 175, 73, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: var(--greenColor);
  border-radius: 20px;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--bodyFont);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bodyColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-style: normal;
  background-color: #fff;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 20px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  color: var(--darkBlue);
  font-family: var(--headingFont);
  text-transform: capitalize;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-size: 64px;
  line-height: 1;
}

h2,
.h2-title {
  font-size: 48px;
  line-height: 1;
}

h3,
.h3-title {
  font-size: 24px;
  line-height: 1;
}

h4,
.h4-title {
  font-size: 22px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none !important;
  outline: none !important;
  color: var(--darkBlue);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: var(--greenColor);
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: var(--white);
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  color: var(--darkBlue);
  border: 1px solid var(--white);
  height: 67px;
  padding: 0 24px;
  outline: none !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  transition: 0.5s all;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="password"]:focus-visible,
input[type="email"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border-color: var(--darkBlue);
}

textarea {
  background-color: var(--white);
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid var(--white);
  padding: 20px 24px;
  width: 100%;
  color: var(--darkBlue);
  height: 132px;
  font-size: 18px;
  line-height: 1.56;
  outline: none !important;
  transition: 0.5s all;
  resize: none;
  display: block;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background-image: url(images/submit-btn-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  min-width: 177px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #0a0b33;
  background-color: transparent;
  height: inherit;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 24px;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

input[type="submit"]:hover {
  color: #262048;
  -webkit-animation: zoom-effect 0.8s ease-in-out;
  animation: zoom-effect 0.8s ease-in-out;
}

::-webkit-input-placeholder {
  color: var(--bodyColor);
}

:-ms-input-placeholder {
  color: var(--bodyColor);
}

::-moz-placeholder {
  color: var(--bodyColor);
}

:-moz-placeholder {
  color: var(--bodyColor);
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  max-width: 302px;
  width: 100%;
  display: inline-block;
  transition: 0.3s all;
}

.navbar-brand img {
  width: 100%;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 27px;
  padding: 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: var(--black);
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

.navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3b61dc;
  /* opacity: 0; */
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--greenColor);
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: var(--lightYellow);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  border: none !important;
}

/* for push-menu end*/

.container {
  width: 100%;
  padding: 0 15px;
}

.main-head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 26px 0;
}

.main-head.fixed {
  padding: 15px 0;
  position: fixed;
  animation: slide-down 0.7s;
  -ms-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
}

.main-head.fixed .navbar-brand {
  max-width: 230px;
}

.main-head.fixed .hdr-btn-wrppr {
  min-width: 230px;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

.header-innr {
  width: 100%;
  margin: 0 auto;
  padding: 13px 30px 14px 29px;
  background: #feffea;
  border: 2px solid var(--greenColor);
  box-shadow: 0px 6px 0px var(--greenColor);
  border-radius: 30px;
}

.hdr-btn-wrppr {
  display: flex;
  min-width: 302px;
  align-items: center;
  justify-content: flex-end;
}

.hdr-btn-wrppr > *:not(:last-child) {
  margin-right: 8px;
}

.login-btn {
  min-width: 116px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #0a0b33;
  padding: 15px;
  background: linear-gradient(180deg, #ffd6a5 0%, #ffadad 100%);
  border: 1.5px solid #8d8d8d;
  border-radius: 12px;
}

.login-btn:hover {
  background: linear-gradient(90deg, #ffd6a5 0%, #ffadad 100%);
  color: #0a0b33;
}

.signup-btn {
  font-weight: 600;
  min-width: 116px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #0a0b33;
  padding: 16px;
  background-image: url(images/btn-bg.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.signup-btn::before,
.cmn-btn::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  top: -30%;
  left: -60%;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.signup-btn:hover {
  color: #262048;
}

.signup-btn:hover::before,
.cmn-btn:hover::before {
  /* -webkit-animation: zoom-effect 0.8s ease-in-out; */
  animation: shine 2.5s ease-in-out infinite;
  /* animation-delay: 2s; */
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  /* animation-duration: 3s; */
}

@-webkit-keyframes zoom-effect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-effect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shine {
  0% {
    left: -60%;
    opacity: 1;
  }

  60% {
    left: 125%;
    opacity: 1;
  }

  60.1% {
    opacity: 0;
  }

  60.2% {
    left: -60%;
    opacity: 0;
  }

  100% {
    opacity: 0;
    /* left: 125%; */
  }
}

.main-wrapper {
  width: 100%;
  position: relative;
}

.bnnr-sec {
  position: relative;
  min-height: 1136px;
  padding-top: 263px;
  z-index: 1;
}

.bnnr-bg-img-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.bnnr-bg-img-main figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

.bnnr-bg-img-main figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.bnnr-content-main {
  position: relative;
  z-index: 3;
  text-align: center;
}

.bnnr-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.bnnr-list li {
  position: relative;
  padding: 0 38px;
  font-family: var(--headingFont);
  font-weight: 400;
  font-size: 23px;
  line-height: 1;
  color: #ffadad;
  -webkit-text-stroke: 2px #322b5a;
}

.bnnr-list li:first-child {
  padding-left: 0;
}

.bnnr-list li:last-child {
  padding-right: 0;
}

.bnnr-list li:first-child::before {
  display: none;
}

.bnnr-list li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 50%;
  left: -4px;
  background-color: #666089;
  transform: translateY(-50%);
}

.bnnr-content-main h1 {
  font-size: 64px;
  line-height: 1.15;
  color: #ffd6a5;
  /* -webkit-text-stroke: 5px #423A74;
    text-shadow: 0px 12px 5px rgba(0, 0, 0, 0.39); */
  text-shadow: 4px 4px 0 #423a74, -4px -4px 0 #423a74, 4px -4px 0 #423a74,
    -3px 5px 0 #423a74, 6px 0 0 #423a74, -5px 0 0 #423a74, 0 6px 0 #423a74,
    0 -5px 0 #423a74, 0px 12px 5px rgba(0, 0, 0, 0.39);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.bnnr-content-main h1 span {
  display: inline-block;
  width: 45px;
  height: 79px;
  background: url(images/icon.svg) center no-repeat;
  background-size: 100%;
  margin: -28px -11px 0px -6px;
}

.bnnr-content-main p {
  font-family: var(--headingFont);
  font-weight: 400;
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
  color: #322b5a;
  max-width: 650px;
  margin: 0 auto 23px;
  text-align: center;
}

.cmn-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #0a0b33;
  padding: 23px 20px;
  min-width: 163px;
  background-image: url(images/cmn-btn-bg.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.cmn-btn:hover {
  color: #262048;
}

.bnnr-ovrly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.bnnr-ovrly img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: top;
}

.bnnr-iland {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.bnnr-iland-bg {
  display: block;
  width: 100%;
}

.bnnr-iland img {
  width: 100%;
}

.tree-grup {
  position: absolute;
  left: 0;
  bottom: 18%;
  width: 18.75vw;
}

.fogg-grup {
  width: 3.59vw;
  position: absolute;
  top: 18.6%;
  left: 16.4%;
}

.large-fogg {
  width: 9.69vw;
  position: absolute;
  top: 40%;
  left: 23%;
}

.single-tree {
  width: 9.01vw;
  position: absolute;
  top: -5%;
  right: 18.5%;
}

.smll-fogg {
  width: 3.13vw;
  right: 1.3%;
  top: 18%;
  position: absolute;
}

.cmn-roof {
  position: absolute;
  width: 9.64vw;
  z-index: 1;
}

.roof1 {
  top: 23.8%;
  left: 15%;
}

.roof2 {
  top: 25%;
  left: 20.6%;
}

.roof3 {
  top: 18.8%;
  right: 9.6%;
}

.roof4 {
  top: 28%;
  right: 4.4%;
}

.bnnr-bttm-shpe {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  z-index: 9;
  pointer-events: none;
  line-height: 0;
  overflow: hidden;
}

.bnnr-bttm-shpe img {
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  max-width: none;
}

.sec-head {
  margin-bottom: 65px;
}

.lesson-sec-main {
  padding-top: 77px;
  padding-bottom: 105px;
}

.lesson-card-rw {
  --bs-gutter-x: 90px;
  --bs-gutter-y: 30px;
}

.lesson-card-card-outtr {
  padding-top: 95px;
  width: 100%;
  height: 100%;
}

.lesson-card-wrppr {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  padding: 135px 30px 48px;
}

.lesson-img-wrppr {
  max-width: 260px;
  width: 100%;
  position: absolute;
  top: -98px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  border-radius: 140px;
}

.lesson-img-wrppr::before {
  position: absolute;
  content: "";
  left: -11px;
  right: -11px;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  z-index: -1;
  pointer-events: none;
}

.lesson-img-wrppr h3 {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  line-height: 1;
  color: var(--darkBlue);
  margin: 0;
}

.lesson-card-wrppr ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lesson-card-wrppr li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-family: var(--headingFont);
  font-size: 24px;
  line-height: 1;
  color: var(--darkBlue);
  padding: 27px 26px 26px;
  border-radius: 20px;
}

.lesson-card-wrppr li:last-child {
  margin-bottom: 0;
}

.lesson-card-wrppr li i {
  flex: 0 0 auto;
  margin-right: 22px;
}

.lesson-card-wrppr.purple {
  background: #fdf4fd;
  border: 4px solid #8c84bc;
}

.lesson-card-wrppr.purple li {
  background-color: #ffdfff;
}

.lesson-card-wrppr.purple .lesson-img-wrppr::before {
  background-color: #8c84bc;
}

.lesson-card-wrppr.red {
  background: #fff6f6;
  border: 4px solid #ffadad;
}

.lesson-card-wrppr.red li {
  background-color: #ffdbdb;
}

.lesson-card-wrppr.red .lesson-img-wrppr::before {
  background-color: #ffadad;
}

.lesson-card-wrppr.green {
  background: #f5fff3;
  border: 4px solid var(--greenColor);
}

.lesson-card-wrppr.green li {
  background-color: #caffbf;
}

.lesson-card-wrppr.green .lesson-img-wrppr::before {
  background-color: var(--greenColor);
}

.bttm-shpe {
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden;
}

.bttm-shpe img {
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  max-width: none;
}

.goal-each-level-sec {
  padding-top: 77px;
  padding-bottom: 95px;
}

.goal-each-level-rw {
  --bs-gutter-x: 35px;
  margin-bottom: -200px;
}

.goal-each-level-col {
  width: 25%;
  order: var(--order);
  /* margin-bottom: 130px; */
  margin-bottom: 108px;
}

.goal-each-level-wrppr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.goal-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: var(--darkBlue);
  width: 100%;
  display: block;
  padding: 31px 20px;
  background-color: var(--lebel-bg);
  border-radius: 100px;
  margin-bottom: 22px;
  min-height: 115px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.goal-count {
  width: 76px;
  height: 76px;
  background: var(--count-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--headingFont);
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

/* .goal-each-level-col:nth-child(1) .goal-label,
.goal-each-level-col:nth-child(2) .goal-label,
.goal-each-level-col:nth-child(3) .goal-label,
.goal-each-level-col:nth-child(4) .goal-label {
  background-color: #ffe0e0;
}

.goal-each-level-col:nth-child(1) .goal-count,
.goal-each-level-col:nth-child(2) .goal-count,
.goal-each-level-col:nth-child(3) .goal-count,
.goal-each-level-col:nth-child(4) .goal-count {
  background: #ff0000;
} */

/* .goal-each-level-col:nth-child(1),
.goal-each-level-col:nth-child(2),
.goal-each-level-col:nth-child(3),
.goal-each-level-col:nth-child(4) {
  order: 1;
}

.goal-each-level-col:nth-child(4n+5) {
  order: 8;
}

.goal-each-level-col:nth-child(4n+6) {
  order: 7;
}

.goal-each-level-col:nth-child(7) {
  order: 6;
}

.goal-each-level-col:nth-child(8) {
  order: 5;
}

.goal-each-level-col:nth-child(n + 9) {
  order: 12;
} */

.goal-each-level-col:nth-child(1) {
  padding-left: 123px;
  width: 29%;
}

.goal-each-level-col:nth-child(2) {
  width: 21%;
}

.goal-all-level-wrppr {
  width: 100%;
  max-width: 1442px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.goal-line {
  position: absolute;
  width: 100%;
  left: 0;
  /* top: 165px; */
  top: 190px;
}

.goal-line img {
  width: 100%;
}

.goal-level-rw-outtr {
  width: 100%;
  padding-left: 57px;
  padding-right: 34px;
  position: relative;
  z-index: 1;
}

.fogg-shpe {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100%;
}

.fogg-shpe img,
.arrw img {
  width: 100%;
}

.fogg-shpe.one {
  top: 5%;
  left: -90px;
  max-width: 140px;
}

.fogg-shpe.two {
  max-width: 160px;
  top: 22%;
  right: -67px;
}

.fogg-shpe.three {
  max-width: 160px;
  top: 38%;
  left: -67px;
}

.fogg-shpe.four {
  max-width: 110px;
  bottom: 16.5%;
  right: -65px;
}

.arrw {
  position: absolute;
  pointer-events: none;
  width: 96px;
  top: 7%;
  left: 7%;
}

.faq-sec {
  padding-top: 170px;
  padding-bottom: 137px;
}

.faq-head {
  max-width: 750px;
  width: 100%;
  text-align: center;
  margin: 0 auto 57px;
}

.faq-outtr {
  max-width: 1057px;
  width: 100%;
  margin: 0 auto;
}

.faq-body {
  display: none;
}

.faq-content {
  border-top: 1px solid #fff7ee;
  padding: 20px 23px 36px 30px;
  width: 100%;
}

.each-faq {
  background: #ffd6a5;
  border-radius: 16px;
  width: 100%;
}

.each-faq:not(:last-child) {
  margin-bottom: 12px;
}

.each-faq-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 30px 27px 30px;
  cursor: pointer;
}

.each-faq-hdr h3 {
  font-family: var(--bodyFont);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #100a2c;
  margin: 0 15px 0 0;
  flex: 1;
}

.each-faq-hdr .faq-toggle {
  position: relative;
  width: 11px;
  line-height: 0;
}

.each-faq-hdr .faq-toggle img {
  width: 100%;
  transition: 0.5s all;
}

.each-faq-hdr .faq-toggle .minus-icon {
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0;
}

.each-faq-hdr.active .faq-toggle .minus-icon {
  opacity: 1;
}

.each-faq-hdr.active .faq-toggle .plus-icon {
  opacity: 0;
}

.progress-tracking-sec {
  position: relative;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 95px;
  overflow: hidden;
}

.progress-tracking-main {
  position: relative;
  z-index: 2;
}

.progress-tracking-innr {
  max-width: 668px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.progress-tracking-innr .sec-head {
  max-width: 640px;
  margin: 0 auto 20px;
}

.progress-tracking-innr .sec-head h2 {
  max-width: 610px;
  margin: 0 auto 25px;
  line-height: 1.2;
}

.progress-tracking-innr figure {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.progress-tracking-innr figure img {
  width: 100%;
}

.progress-tracking-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.progress-tracking-bg img {
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  max-width: none;
}

.progress-tracking-bg figure {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.progress-tracking-bg figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.leafs-shpe {
  position: absolute;
  width: 100%;
  top: 27px;
  left: 0;
  z-index: 1;
}

.cmn-shpe {
  position: absolute;
  line-height: 0;
  width: 100%;
  z-index: 9;
  left: 0;
  overflow: hidden;
}

.top-shpe {
  top: 0;
}

.bottom-shpe {
  bottom: 0;
}
.bottom-shpe img {
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  max-width: none;
}

.progress-roof1 {
  left: 53px;
  top: 40px;
}

.progress-roof2 {
  left: 158px;
  top: 55px;
}

.progress-roof3 {
  right: 0px;
  top: 60px;
  z-index: 0;
}

.progress-roof4 {
  right: 97px;
  top: -20px;
  z-index: 0;
}

.progress-iland {
  position: absolute;
  width: 100%;
  bottom: -4%;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.progress-iland figure {
  width: 100%;
  margin-bottom: 0;
}

.progress-iland figure img {
  width: 100%;
}

.trees-grup {
  width: 17.5vw;
  position: absolute;
  z-index: 1;
  left: 16%;
  bottom: 16%;
}

.trees-grup img,
.rooms-grup img {
  width: 100%;
}

.rooms-grup {
  position: absolute;
  width: 4.74vw;
  top: 27%;
  right: 18%;
  z-index: 1;
}

.mission-vission-sec {
  padding-top: 88px;
}

.mission-vission-rw {
  align-items: center;
}

.mission-vission-txt-col {
  width: 48%;
}

.mission-vission-img-col {
  width: 52%;
}

.mission-vission-txt-wrppr {
  max-width: 645px;
}

.mission-vission-txt-wrppr .sec-head > *:not(:last-child) {
  margin-bottom: 29px;
}

.mission-vission-txt-wrppr .sec-head {
  margin-bottom: 40px;
}

.mission-vission-img-wrpp figure {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.mission-vission-img-wrpp figure img {
  width: 100%;
}

.mission-vission-img-wrpp figure::before {
  position: absolute;
  content: "";
  background: url(images/shape9.svg) center no-repeat;
  background-size: contain;
  width: 99%;
  height: 100%;
  top: 1%;
  left: -2%;
  z-index: -1;
}

.mission-vission-img-wrpp {
  position: relative;
}

.mv-large-fogg {
  position: absolute;
  max-width: 277px;
  width: 100%;
  bottom: -4%;
  left: -9%;
  z-index: 1;
  pointer-events: none;
}

.mv-large-fogg img {
  width: 100%;
}

.mv-large-fogg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 28px;
  left: 0;
  bottom: -5%;
  background: #cee1ff;
  border-radius: 100%;
  z-index: -1;
}

.mission-vission-img-wrpp a {
  position: absolute;
  width: 124px;
  height: 124px;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(17px);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}

.mission-vission-img-wrpp a:hover {
  background-color: var(--darkBlue);
}

.mission-vission-img-wrpp a img {
  width: 28px;
}

.footer {
  position: relative;
  overflow: hidden;
}

.footer-content {
  padding-top: 170px;
  padding-bottom: 18%;
  position: relative;
  z-index: 9;
}

.fttr-top-shpe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
  line-height: 0;
}

.footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.fttr-top-shpe img {
  width: 100%;
}

.fttr-rw {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.fttr-cmn-col {
  padding: 15px;
  flex: 0 0 auto;
}

.fttr-logo-col-wrppr {
  max-width: 400px;
}

.fttr-logo {
  display: block;
  max-width: 302px;
  width: 100%;
  margin-bottom: 25px;
}

.fttr-logo img {
  width: 100%;
}

.fttr-logo-col-wrppr p,
.fttr-logo-col-wrppr p a {
  line-height: 1.56;
  color: var(--darkBlue);
}

.fttr-logo-col-wrppr p a:hover {
  color: var(--greenColor);
}

.fttr-logo-col-wrppr p:not(:last-child) {
  margin-bottom: 23px;
}

.copy-right-wrppr {
  max-width: 315px;
}

.fttr-cmn-col-wrppr {
  padding-top: 36px;
}

.fttr-head {
  margin-bottom: 40px;
}

.fttr-head p {
  font-family: var(--headingFont);
  font-size: 20px;
  line-height: 1.15;
  color: var(--darkBlue);
}

.fttr-link-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fttr-link-list li:not(:last-child) {
  margin-bottom: 20px;
}

.fttr-link-list li {
  line-height: 1;
}

.fttr-link-list li a {
  text-transform: capitalize;
  color: var(--darkBlue);
  line-height: 1;
}

.fttr-link-list li a:hover {
  opacity: 0.5;
  padding-left: 10px;
}

.fttr-link-list li.active a {
  font-weight: 700;
}

.fttr-social-list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fttr-social-list li:not(:last-child) {
  margin-right: 8px;
}

.fttr-social-list li a {
  width: 48px;
  height: 48px;
  background: var(--greenColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fttr-social-list li a:hover {
  background-color: var(--darkBlue);
  transform: scale(1.1);
}

.fttr-logo-col {
  width: 38%;
}

.fttr-quick-col,
.fttr-othr-col {
  width: 21%;
}

.fttr-social-col {
  width: 20%;
}

.tree-with-bird {
  position: absolute;
  bottom: 16%;
  right: 0;
  z-index: 1;
  width: 9%;
  pointer-events: none;
}

.tree-with-bird img {
  width: 100%;
}

.fttr-bttm-iland {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.fttr-bttm-iland figure {
  width: 100%;
  margin-bottom: 0;
}

.fttr-bttm-iland figure img {
  width: 100%;
}

.fttr-iland-parts {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.fttr-iland-parts img,
.fttr-big-fogg img {
  width: 100%;
}

.fttr-big-fogg {
  max-width: 21.35vw;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -26%;
  z-index: 2;
  transform: translateX(-50%);
  pointer-events: none;
}

.fttr-iland-parts.one {
  top: 32%;
  right: 3.5%;
  width: 5.16vw;
}

.fttr-iland-parts.two {
  width: 3.59vw;
  top: 35%;
  left: 10%;
}

.fttr-iland-parts.three {
  width: 22.92vw;
  bottom: 0;
  left: 12%;
}

.for-mobile-only {
  display: none;
}

.goal-each-level-sec .sec-head p,
.progress-tracking-innr .sec-head p {
  color: var(--darkBlue);
}

.innr-bnnr-sec {
  padding: 100px 0 80px;
  min-height: 593px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-bnnr-sec .tree-grup {
  width: 17.5vw;
  left: 18%;
  bottom: 17%;
}

.contact-bnnr-sec .fogg-grup {
  width: 3.7vw;
  top: 38%;
  left: 56%;
}

.contact-bnnr-sec .single-tree {
  width: 5.16vw;
  top: 15%;
  right: inherit;
  left: 33%;
}

.contact-bnnr-sec .large-fogg {
  width: 12.86vw;
  top: 21%;
  left: 71%;
}

.contact-frm-block {
  width: 100%;
  padding: 60px;
  background: #ffd6a5;
  border-radius: 60px;
}

.contact-frm-block form {
  width: 100%;
  margin: 0;
}

.contact-rw {
  --bs-gutter-x: 30px;
  align-items: center;
}

.contact-txt-col {
  width: 56%;
}

.contact-frm-col {
  width: 44%;
}

.contact-frm-block h3 {
  margin-bottom: 29px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: var(--darkBlue);
}

.frm-field-wrppr {
  margin-bottom: 16px;
}

.frm-field-wrppr label {
  display: block;
  margin-bottom: 8px;
  color: var(--darkBlue);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.56;
}

.frm-btn-wrppr {
  padding-top: 11px;
}

.contact-sec {
  padding-bottom: 108px;
  padding-top: 50px;
}

.contact-content-wrppr {
  max-width: 735px;
  padding-right: 30px;
}

.contact-content-wrppr .sec-head {
  margin-bottom: 51px;
}

.contact-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-info-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.contact-info-list li:last-child {
  margin-bottom: 0;
}

.contact-info-list li .icon {
  width: 106px;
  height: 106px;
  background: #fff7ee;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.contact-info-list li .info {
  flex: 1;
  padding-left: 37px;
}

.contact-info-list .info p,
.contact-info-list .info a {
  font-size: 24px;
  line-height: 1;
}

.contact-info-list .info a:hover {
  color: var(--greenColor);
}

.contact-info-list .info h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.contact-bnnr-sec.about .fogg-grup.smll {
  width: 2.7vw;
  top: 42%;
  left: 36%;
}

.contact-bnnr-sec.about .large-fogg {
  width: 8.91vw;
  top: 24%;
  left: 61%;
}

.innr-bnnr-sec.about .rooms-grup {
  width: 4vw;
  top: 36%;
  right: 19%;
}

.about-image-main {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -14%;
}

.about-image-main figure {
  width: 100%;
  margin-bottom: 0;
}

.about-image-main figure img {
  width: 100%;
}

.clouds {
  position: absolute;
  width: 139.5%;
  top: 16%;
  left: -31%;
  z-index: 1;
}

.clouds img,
.sun img,
.about-iland img {
  width: 100%;
}

.sun {
  width: 4.95vw;
  position: absolute;
  z-index: 2;
  right: 6%;
  top: 28%;
  filter: drop-shadow(0px 4px 70px #fffc21);
}

.about-iland {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.persons {
  position: absolute;
  z-index: 1;
}

.persons.one {
  width: 9.64vw;
  top: 53%;
  left: 19%;
}

.persons.two {
  width: 18.65vw;
  top: 49%;
  left: 35%;
}

.persons.three {
  width: 5.99vw;
  top: 45%;
  right: 14%;
}

.bird {
  position: absolute;
  width: 4.43vw;
  top: 15%;
  right: 22.5%;
  z-index: 2;
}

.trees-grp {
  position: absolute;
  width: 13.54vw;
  top: -31%;
  right: 13%;
}

.trees-single {
  width: 8.49vw;
  position: absolute;
  top: -17%;
  right: 30%;
}

.smll-mashroom {
  position: absolute;
  width: 2.81vw;
  top: 11%;
  left: 57%;
}

.abut-fogg {
  position: absolute;
  width: 7.81vw;
  top: -3%;
  left: 40.2%;
}

.about-content-main .sec-head {
  margin-bottom: 40px;
}

.about-content-main {
  position: relative;
  z-index: 2;
}

.about-content-innr {
  max-width: 1430px;
  margin-left: auto;
  padding-right: 44px;
}

.about-content-rw {
  --bs-gutter-x: 98px;
}

.about-content-wrppr > *:not(:last-child) {
  margin-bottom: 30px;
}

.contact-sec.about-sec {
  padding-bottom: 0;
  padding-top: 80px;
}

.parent-bnnr .rooms-grup {
  width: 3.65vw;
  top: 34%;
  left: 45%;
}

.cmn-tree {
  position: absolute;
  z-index: 1;
}

.cmn-tree.one {
  width: 13.85vw;
  bottom: 7%;
  left: 7%;
}

.cmn-tree.two {
  width: 17.5vw;
  bottom: 7%;
  right: 17%;
}

.parent-bnnr .large-fogg {
  width: 11.2vw;
  top: 28%;
  left: 50%;
}

.parent-bnnr .large-fogg img {
  width: 100%;
}

.parent-bnnr .bnnr-bg-img-main figure img {
  object-position: bottom;
}

.how-work-sec {
  padding-top: 75px;
}

.how-work-sec .sec-head {
  max-width: 870px;
  width: 100%;
  margin: 0 auto 56px;
  text-align: center;
}

.how-work-sec .sec-head p {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.how-work-sec .sec-head p strong {
  color: var(--darkBlue);
}

.how-work-main {
  max-width: 1532px;
  margin: 0 auto;
}

.how-work-rw {
  --bs-gutter-x: 148px;
}

.how-work-wrppr {
  padding-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.how-work-wrppr .icon {
  display: block;
  max-width: 142px;
  width: 100%;
  margin: 0 auto 42px;
}

.how-work-wrppr .icon img {
  width: 100%;
}

.how-work-wrppr h3 {
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 13px;
}

.how-work-wrppr p {
  margin-bottom: 26px;
  color: var(--darkBlue);
}

.how-work-wrppr h4 {
  font-size: 48px;
  line-height: 1.18;
  color: #6c7808;
  opacity: 0.1;
  margin-bottom: 0;
  margin-top: auto;
}

.how-work-col {
  position: relative;
}

.how-work-col::before {
  position: absolute;
  content: "";
  width: 98px;
  height: 11px;
  top: 86px;
  right: -12%;
  background: url(images/line1.svg) center center no-repeat;
  background-size: 100%;
  z-index: -1;
}

.how-work-col:last-child::before {
  display: none;
}

.how-work-col:nth-child(even)::before {
  background: url(images/line2.svg) center center no-repeat;
}

.parent-sec {
  padding-top: 140px;
}

.parent-rw {
  align-items: center;
  margin-bottom: 206px;
  --bs-gutters-x: 30px;
}

.parent-rw:last-child {
  margin-bottom: 0;
}

.parent-img-col {
  width: 53%;
}

.parent-txt-col {
  width: 47%;
}

.parent-img-wrppr {
  position: relative;
  z-index: 1;
}

.parent-img-wrppr figure {
  width: 100%;
  margin-bottom: 0;
}

.parent-img-wrppr figure img,
.parent-img-wrppr .objects img {
  width: 100%;
}

.parent-img-wrppr .objects {
  position: absolute;
  bottom: -40px;
  left: -44px;
  width: 100%;
  max-width: 49%;
  pointer-events: none;
}

.parent-img-wrppr .objects.fogg {
  width: 19%;
  left: inherit;
  right: 10px;
  bottom: 0;
}

.parent-img-wrppr .play-btn {
  position: absolute;
  width: 124px;
  height: 124px;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(17px);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}

.parent-img-wrppr .play-btn img {
  width: 28px;
}

.parent-img-wrppr .play-btn:hover {
  background-color: var(--darkBlue);
}

.parent-content-wrppr {
  max-width: 675px;
  width: 100%;
  padding-right: 30px;
  color: var(--darkBlue);
}

.parent-content-wrppr h2,
.parent-content-wrppr .h2-title {
  max-width: 610px;
  width: 100%;
  line-height: 1.15;
}

.parent-rw:nth-child(even) {
  flex-direction: row-reverse;
}

.parent-rw:nth-child(even) .parent-content-wrppr {
  padding-left: 55px;
  padding-right: 0;
}

.goal-each-level-sec.parent-page {
  padding-top: 175px;
}

.educator-bnnr .cmn-tree.one {
  bottom: 5%;
  left: 23%;
}

.educator-sec {
  position: relative;
  padding-top: 170px;
  padding-bottom: 190px;
}

.educator-sec .sec-head {
  max-width: 730px;
  margin: 0 0 110px;
  text-align: left;
}

.educator-sec .sec-head h2 {
  max-width: 480px;
  line-height: 1.15;
}

.half-iland {
  position: absolute;
  right: 0;
  top: -3%;
  width: 37.24vw;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.half-iland .fogg {
  width: 7.03vw;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 31%;
  left: 35%;
}

.half-iland img,
.bttm-shpe-img img {
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  max-width: none;
}

.bttm-shpe-img {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  z-index: 9;
  pointer-events: none;
  line-height: 0;
  overflow: hidden;
}

.educator-rw-outtr .parent-img-col,
.educator-rw-outtr .parent-txt-col {
  width: 50%;
}

.parent-img-wrppr .cards {
  position: absolute;
  width: 50%;
  bottom: -15%;
  right: 11%;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0px 28px 144px rgba(55, 24, 108, 0.14));
}

.parent-img-wrppr .cards img {
  width: 100%;
}

.educator-rw-outtr .parent-rw:first-child .parent-img-col {
  width: 53%;
}

.educator-rw-outtr .parent-rw:first-child .parent-txt-col {
  width: 47%;
}

.educator-rw-outtr .parent-txt-col {
  padding-left: 80px;
}

.educator-rw-outtr .parent-rw:nth-child(even) .parent-txt-col {
  padding-right: 80px;
  padding-left: 0px;
}

.educator-rw-outtr .parent-rw:not(:last-child) {
  margin-bottom: 100px;
}

.track-progress-sec {
  padding-top: 145px;
  padding-bottom: 100px;
}

.track-progress-innr {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.track-progress-innr .sec-head {
  max-width: 780px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.track-progress-innr figure {
  width: 100%;
  margin-bottom: 0;
}

.track-progress-innr figure img {
  width: 100%;
}

.tree-grup i,
.single-tree i {
  display: block;
  width: 100%;
  transform: rotateY(180deg);
}

.tc-bnnr-sec .tree-grup {
  left: auto;
  right: 17%;
  bottom: 22%;
}

.tc-bnnr-sec .fogg-grup {
  width: 3.65vw;
  top: 39%;
  left: 55%;
}

.tc-bnnr-sec .single-tree {
  width: 5.16vw;
  right: inherit;
  left: 20%;
  top: 20%;
}

.tc-bnnr-sec .large-fogg {
  width: 13.02vw;
  top: 24%;
  left: 25%;
}

.tc-section {
  padding: 80px 0;
}

.tc-content-main h2 {
  margin-bottom: 25px;
  margin-top: 70px;
}

.tc-content-main p {
  margin-bottom: 30px;
}

.tc-content-main > *:last-child {
  margin-bottom: 0;
}

.tc-content-main > *:first-child {
  margin-top: 0;
}

.schl-img {
  position: absolute;
  width: 20.05vw;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.school-bnnr-sec .rooms-grup {
  width: 3.85vw;
  top: 46%;
  right: auto;
  left: 27%;
}

.school-bnnr-sec .bnnr-bg-img-main figure img {
  object-position: bottom;
}

.how-work-schl-sec {
  padding-top: 110px;
}

.how-work-schl-sec .sec-head {
  text-align: center;
  margin-bottom: 80px;
}

.work-schl-all-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.each-schl-card-col {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
}

.each-schl-card {
  max-width: 489px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.schl-card-icon {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 5px solid rgba(255, 173, 173, 0.2);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.schl-card-icon span {
  font-family: var(--headingFont);
  font-size: 48px;
  line-height: 1.16;
  color: #6c7808;
  opacity: 0.1;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

.schl-card-txt {
  flex: 1;
  padding-left: 36px;
  padding-top: 5px;
}

.schl-card-txt h3 {
  font-size: 24px;
  margin-bottom: 13px;
}

.schl-card-txt p {
  color: var(--darkBlue);
  line-height: 1.55;
  margin-bottom: 0;
}

.each-schl-card-col:nth-child(3) {
  width: 100%;
  order: 1;
  padding-bottom: 41px;
}

.each-schl-card-col:nth-child(3) .each-schl-card {
  margin: 0 auto;
}

.each-schl-card-col:nth-child(2) {
  order: 2;
  padding-bottom: 94px;
}

.each-schl-card-col:nth-child(2) .each-schl-card {
  margin-left: 110px;
}

.each-schl-card-col:nth-child(4) {
  order: 3;
  padding-bottom: 94px;
}

.each-schl-card-col:nth-child(4) .each-schl-card {
  margin-right: 110px;
  margin-left: auto;
}

.each-schl-card-col:nth-child(1) {
  order: 4;
}
.each-schl-card-col:nth-child(1) .each-schl-card {
  margin-left: 20%;
}

.each-schl-card-col:nth-child(5) {
  order: 5;
}

.each-schl-card-col:nth-child(5) .each-schl-card {
  margin-left: auto;
}

.btn-wrppr {
  padding-top: 55px;
  text-align: center;
}

.card-fogg {
  max-width: 18.13vw;
  width: 100%;
  position: absolute;
  bottom: -3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  max-width: 280px;
}

.card-fogg img {
  width: 100%;
}

.how-work-schl-main {
  position: relative;
}

.after-count-rw-sec {
  padding-bottom: 270px;
  padding-top: 110px;
  position: relative;
}

.after-count-img-col,
.after-count-txt-col {
  flex: 0 0 auto;
  width: 50%;
}

.after-count-img-col {
  position: relative;
  z-index: 1;
}

.after-count-img-wrppr {
  position: relative;
}

.after-count-img-wrppr figure {
  width: 100%;
  margin-bottom: 0;
}

.after-count-img-wrppr figure img {
  width: 100%;
}

.after-count-img-wrppr span {
  position: absolute;
  bottom: -38px;
  left: -20px;
  pointer-events: none;
  width: 35%;
}

.after-count-img-wrppr span img {
  width: 100%;
}

.after-count-rw {
  --bs-gutter-x: 90px;
  align-items: center;
}

.after-count-rw:not(:last-child) {
  margin-bottom: 160px;
}

.after-count-rw:nth-child(even) {
  flex-direction: row-reverse;
}

.after-count-content {
  max-width: 715px;
}

.after-count-content > *:not(:last-child) {
  margin-bottom: 25px;
}

.after-count-content h2,
.after-count-content .h2-title {
  line-height: 1.15;
}

.after-count-rw-sec .bttm-shpe {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 0;
  display: block;
  pointer-events: none;
}

.after-count-rw-sec .bttm-shpe img {
  width: 100%;
}

.package-testimonial-sec {
  padding: 100px 0;
}

.package-main {
  margin-bottom: 120px;
}

.package-main .sec-head {
  max-width: 785px;
  width: 100%;
  margin: 0 auto 115px;
  text-align: center;
}

.package-main .sec-head h2 {
  line-height: 1.15;
}

.package-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 46px;
  background-color: #caffbf;
  overflow: hidden;
}

.package-left-part {
  flex: 0 0 auto;
  width: 61%;
  padding: 40px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.package-right-part {
  width: 39%;
  flex: 0 0 auto;
  padding: 40px;
  background-color: #ffadad;
}

.package-right-card {
  padding: 34px 28px;
  background-color: #caffbf;
  border-radius: 26px;
  width: 100%;
}

.package-right-card p {
  line-height: 1;
  margin-bottom: 10px;
}

.package-right-card h4 {
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 0;
}

.package-right-card h4 span {
  color: #ffadad;
}

.custm-divider {
  width: auto;
  margin-left: -40px;
  margin-right: -40px;
  display: block;
  text-align: center;
  padding: 18px 0;
  position: relative;
}

.custm-divider::before {
  position: absolute;
  content: "";
  width: 47%;
  height: 1px;
  background: linear-gradient(90deg, #fff7ee 0%, #ffadad 100%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.custm-divider::after {
  position: absolute;
  content: "";
  width: 47%;
  height: 1px;
  background: linear-gradient(-90deg, #fff7ee 0%, #ffadad 100%);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.custm-divider i {
  font-family: var(--headingFont);
  font-size: 16px;
  line-height: 1.75;
  color: var(--white);
  font-style: normal;
}

.package-left-content {
  max-width: 663px;
  width: 100%;
}

.package-left-content h3 {
  font-size: 36px;
}

.package-left-content > *:not(:last-child) {
  margin-bottom: 25px;
}

.tool-need-main {
  max-width: 1230px;
  margin: 0 auto 120px;
}

.tool-need-main .sec-head {
  text-align: center;
  margin-bottom: 73px;
}

.tool-need-main ul {
  padding: 0;
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.tool-need-main ul li {
  flex: 0 0 auto;
  width: 50%;
  padding: 15px;
}

.tool-need-main ul li p {
  width: 100%;
  font-family: var(--headingFont);
  font-size: 24px;
  line-height: 1.16;
  text-transform: capitalize;
  color: var(--darkBlue);
  margin-bottom: 0;
  padding: 31px 38px 30px;
  background: #fff4ff;
  border-radius: 20px;
}

.testimonial-main {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 93px 195px;
  background-image: url(images/feed-shpe.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.testimonial-user-img-wrppr {
  flex: 0 0 auto;
  position: relative;
}

.testimonial-user-img-wrppr figure {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #ffadad;
  margin: 0;
}

.testimonial-user-img-wrppr figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-user-img-wrppr .tree-object {
  position: absolute;
  width: 76%;
  bottom: -20px;
  left: -16px;
  z-index: 1;
  pointer-events: none;
}

.testimonial-user-img-wrppr .tree-object img,
.testimonial-content-wrppr .quote-icon img {
  width: 100%;
}

.testimonial-content-wrppr {
  flex: 1;
  padding-left: 98px;
}

.testimonial-content-wrppr .quote-icon {
  display: block;
  width: 66px;
  line-height: 0;
  margin-bottom: 30px;
}

.testimonial-content-wrppr > p {
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
  color: var(--bodyColor);
  margin-bottom: 32px;
}

.feed-user-wrppr h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 7px;
}

.feed-user-wrppr p {
  font-size: 18px;
  line-height: 1.56;
  color: var(--darkBlue);
  margin-bottom: 0;
}

.benefit-sec {
  padding-top: 160px;
  background-color: #caffbf;
  position: relative;
  overflow: hidden;
}

.benefit-main {
  position: relative;
  z-index: 2;
}

.benefit-main .sec-head {
  max-width: 755px;
  width: 100%;
  margin: 0 auto 44px;
  text-align: center;
}

.all-benefits-main {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.each-benefit-item-col {
  width: 33.33%;
  flex: 0 0 auto;
  padding: 15px;
}

.each-benefit-item {
  width: 100%;
  border-radius: 36px;
  background-color: var(--white);
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.benefit-item-img-wrppr {
  width: 147px;
  min-height: 162px;
  background-color: #fff7ee;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.benefit-item-txt {
  flex: 1;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefit-item-txt h3 {
  font-size: 20px;
  line-height: 1.4;
}

.benefit-item-txt p {
  padding-right: 20px;
}

.benefit-iland-main {
  position: relative;
  width: 100%;
  padding-top: 10%;
  z-index: 1;
  pointer-events: none;
}

.benefit-iland-main figure {
  width: 100%;
  margin-bottom: 0;
}

.benefit-iland-main figure img {
  width: 100%;
}

.cluds-img {
  position: absolute;
  width: 100%;
  top: 5%;
  left: 0;
  z-index: -1;
}

.cluds-img img,
.grasses img,
.benefit-iland-main .mash img {
  width: 100%;
}

.benefit-iland-main .single-tree {
  left: 28%;
  top: auto;
  bottom: 24%;
}

.benefit-iland-main .single-tree.two {
  width: 8.85vw;
  left: auto;
  right: 21%;
}

.benefit-iland-main .mash {
  position: absolute;
  z-index: 1;
  width: 3.91vw;
  top: 54%;
  right: 14%;
}

.benefit-iland-main .mash i {
  width: 100%;
  display: block;
  transform: rotateY(180deg);
}

.grasses {
  position: absolute;
  z-index: 2;
  width: 10.42vw;
  top: 63%;
  right: 7%;
}

.benefit-iland-main .sun {
  filter: none;
  right: 22%;
  top: 17%;
}

.benefit-iland-main .bird {
  width: 3.39vw;
  right: inherit;
  left: 40%;
  top: auto;
  bottom: 55%;
}

.bnnr-bttm-shpe.top {
  bottom: inherit;
  top: 0;
}

.bnnr-bttm-shpe.top i {
  display: block;
  width: 100%;
  transform: rotate(180deg);
}

/*--s.p-*/
.bnnr-iland_water_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71%;
  z-index: -1;
  overflow: hidden;
}

.bnnr-iland_water_bg img {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.cc_layers_flow {
  width: 100%;
  top: auto;
  bottom: 0;
  height: auto !important;
  transform: translateY(0%);
  animation: water_flow 20s linear infinite;
  opacity: 0.5;
}

@keyframes water_flow {
  0% {
    transform: translateY(0%);
  }

  99.99% {
    transform: translateY(50%);
  }

  100% {
    transform: translateY(0%);
  }
}

.bnnr-wave1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/wb2.png");
  background-repeat: repeat;
  background-size: 100vw 100vw;
  animation: move-water 60s linear infinite;
  filter: url(#water-filter1);
  mix-blend-mode: luminosity;
  opacity: 0.35;
}

@keyframes move-water {
  from {
    background-position: 0 0;
  }

  to {
    background-position: calc(100vw) calc(100vw);
  }
}

.bnnr-iland_water_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(
    to bottom,
    rgb(75 204 241) 0%,
    rgba(125, 185, 232, 0) 100%
  );
}

.fishbox1 {
  position: absolute;
  top: 47%;
  left: 38%;
  --time: 3s;
  --size: 3vw;
  --delay: 0s;
}

.fishbox2 {
  position: absolute;
  top: 28%;
  left: 41%;
  --time: 2.1s;
  --size: 2.5vw;
  --delay: 5s;
}

.fishbox3 {
  position: absolute;
  top: 69%;
  left: 54%;
  --time: 2.5s;
  --size: 4.5vw;
  --delay: 2s;
}

.fish_outer {
  display: block;
  position: relative;
  width: var(--size);
  height: var(--size);
}

.fish {
  display: block;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 3%;
}

.fish img {
  height: 200%;
  width: auto;
  transform-origin: center center;
  transform: rotate(-180deg);
  animation: fish_pop var(--time) ease-out infinite var(--delay);
}

@keyframes fish_pop {
  0% {
    transform: rotate(-180deg) scale(0.8);
    opacity: 1;
  }

  40% {
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  40.01% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: rotate(-180deg) scale(0.8);
  }
}

.fish_shadow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.fish_shadow img {
  opacity: 0;
  width: 100%;
  height: auto;
  animation: fish_shadow var(--time) ease-out infinite var(--delay);
}

@keyframes fish_shadow {
  0%,
  5% {
    transform: scale(0.5);
    opacity: 0;
  }

  15% {
    transform: scale(1);
    opacity: 0.5;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

.wl0 {
  position: absolute;
  right: -22%;
  bottom: -10%;
  width: 60% !important;
  transform: scale(0);
  transform-origin: center center;
  animation: water_splash var(--time) ease-out infinite var(--delay);
  opacity: 0;
}

@keyframes water_splash {
  0%,
  15% {
    transform: scale(0) translateY(0);
    opacity: 0;
  }

  20% {
    transform: scale(1) translateY(-2vw);
    opacity: 1;
  }

  35% {
    opacity: 0;
    transform: scale(0) translateY(-5vw);
  }

  100% {
    opacity: 0;
    transform: scale(0) translateY(5vw);
  }
}

.wl1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10% !important;
  transform: scale(0);
  transform-origin: bottom center;
  animation: water_splash2 var(--time) ease-out infinite var(--delay);
  opacity: 0;
}

@keyframes water_splash2 {
  0%,
  10% {
    transform: scale(0);
    opacity: 0;
  }

  15% {
    transform: scale(1);
    opacity: 1;
  }

  25% {
    opacity: 0;
    transform: scale(0);
  }

  80%,
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.fish_shadow:after {
  content: "";
  width: 50%;
  height: 15%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 90%;
  left: 56%;
  animation: water_splash3 var(--time) ease-out infinite var(--delay);
  opacity: 0;
}

.fish_shadow:before {
  content: "";
  width: 30%;
  height: 6%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 95%;
  left: 65%;
  animation: water_splash3 var(--time) ease-out infinite var(--delay);
  opacity: 0;
}

@keyframes water_splash3 {
  0%,
  10% {
    transform: scale(0);
    opacity: 0;
  }

  21% {
    transform: scale(2);
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  80% {
    transform: scale(5);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.fogg-grup,
.smll-fogg {
  z-index: 2;
}

.doddle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}

.doddle2 {
  --time: 1.8s;
  --delay: 3s;
}

.doddle1 {
  --time: 2.4s;
  --delay: 0s;
}

.doddle img {
  width: 100%;
}

.ddl1 {
  animation: doddle_move var(--time) ease-out infinite var(--delay);
  transform-origin: bottom center;
}

.ddl0 {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  animation: eye_blink var(--time) ease-out infinite var(--delay);
}

@keyframes eye_blink {
  0%,
  30%,
  40%,
  70%,
  80%,
  100% {
    opacity: 0;
  }

  33%,
  78% {
    opacity: 1;
  }
}

@keyframes doddle_move {
  0%,
  75%,
  100% {
    transform: rotate(0deg) scaleY(1);
  }

  25% {
    transform: rotate(-2.5deg) scaleY(0.98);
  }

  50% {
    transform: rotate(2.5deg) scaleY(0.98);
  }
}

.treel_1 {
  --time: 5s;
  --delay: 2s;
}

.treel_2 {
  --time: 3.5s;
  --delay: 0s;
}

.tree_l {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  transform-origin: bottom center;
  animation: tree_shake var(--time) ease-in infinite var(--delay);
}

.single-tree,
.tree-grup {
  z-index: 2;
}

.trl_l {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@keyframes tree_shake {
  0%,
  100% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(5deg);
  }
}

.roof1 {
  --time: 2.5s;
  --delay: 2s;
}

.roof2 {
  --time: 5s;
  --delay: 2s;
}

.roof3 {
  --time: 2.5s;
  --delay: 0s;
}

.roof4 {
  --time: 4.5s;
  --delay: 1s;
}

.cmn-roof {
  transform-origin: top center;
  animation: tree_shake2 var(--time) linear infinite var(--delay);
}

@keyframes tree_shake2 {
  0%,
  100% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-3deg);
  }

  70% {
    transform: rotate(5deg);
  }
}

.rf_eye {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  animation: eye_2 var(--time) ease-out infinite var(--delay);
}

@keyframes eye_2 {
  0%,
  35%,
  70%,
  100% {
    opacity: 0;
  }

  25%,
  50%,
  80% {
    opacity: 1;
  }
}

.grade_box {
  position: absolute;
}

.grade_flag {
  width: 8vw;
  position: relative;
  /* animation: flag_wave 2s ease-in infinite var(--delay); */
  transform-origin: bottom center;
}

.grade_flag_inner {
  transform: rotate(-9deg);
  transform-origin: bottom center;
}

.grade_stone {
  position: absolute;
  bottom: -2.5%;
  left: 0;
}

.grade_stone img {
  width: 100%;
}

@keyframes flag_wave {
  0%,
  75%,
  100% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(2deg);
  }
}
.grade_tag {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    width: 7vw;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: -8%;
    padding: 4.5% 18% 4%;
    line-height: 1.5;
    color: #753535;
    font-weight: 500;
    font-size: 0.65vw;
    height: 4.5vw;
    background-size: contain;
    background-repeat: no-repeat;
}
.grade_box.red .grade_tag {
    background-image: url(images/red_label.png);
}
.grade_box.green .grade_tag {
    background-image: url(images/green_label.png);
}
.grade_box.yellow .grade_tag {
    background-image: url(images/yellow_label.png);
}
.grade_box.orange .grade_tag {
    background-image: url(images/orange_label.png);
}
.grade_box.purple .grade_tag {
    background-image: url(images/purple_label.png);
}
.grade_box.blue .grade_tag {
    background-image: url(images/blue_label.png);
}
.grade_label_ico.hidden {
display: none;
}
.grade_label_ico {
  margin-bottom: 2.5%;
}

.grade_label_ico img {
  width: 1vw;
}
.grade_label_tag span+span{
  margin-left: 0.2em;
}
.bold_lbl {
  font-family: var(--headingFont);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.35vw;
}

.bold_lbl:not(.odd) {
  filter: drop-shadow(1px 1px 0px var(--shade));
  text-shadow: -1px -1px 1px var(--shade), 1px -1px 1px var(--shade),
    -1px 1px 1px var(--shade);
  color: var(--text1);
}

.bold_lbl.odd {
  filter: drop-shadow(1px 1px 0px var(--shade));
  text-shadow: -1px -1px 1px var(--shade), 1px -1px 1px var(--shade),
    -1px 1px 1px var(--shade);
  color: var(--text2);
}

.grade_label {
  font-family: var(--headingFont);
  font-weight: 400;
  color: var(--title);
  filter: drop-shadow(2px 0px 0px var(--label));
  text-shadow: -2px -1px 1px var(--label), 2px -1px 1px var(--label),
    -1px 1px 1px var(--label);
  text-transform: capitalize;
  font-size: 0.75vw;
  line-height: 1.1;
  position: absolute;
  left: 0;
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20%;
  padding: 6% 11% 0;
}

.grade_label_title {
  font-size: 1.45vw;
  margin-bottom: 0.2vw;
}

.grade_box.red {
  position: absolute;
  bottom: 11%;
  left: 75%;
  --delay: 2s;
  --text1: #ffadad;
  --text2: #bfffb2;
  --title: #facbcb;
  --label: #912020;
  --shade: #666089;
}

.grade_box.red .grade_stone {
  bottom: 0;
  left: 38%;
  width: 17vw;
}

.grade_box.purple {
  position: absolute;
  bottom: 57%;
  left: 46%;
  --delay: 2s;
  --text1: #e2ddff;
  --text2: #beb3ff;
  --title: #cbc3ff;
  --label: #3c2405;
  --shade: #666089;
  transform: scale(0.65);
}

.grade_box.blue {
  position: absolute;
  bottom: 52%;
  left: 32%;
  --delay: 2s;
  --text1: #a9f7ff;
  --text2: #2aecff;
  --title: #2aecff;
  --label: #3c2405;
  --shade: #666089;
  transform: scale(0.85);
}

.grade_box.green {
  position: absolute;
  bottom: 39%;
  left: 52%;
  --delay: 2s;
  --text1: #c2ffb5;
  --text2: #7eff63;
  --title: #7eff63;
  --label: #3c2405;
  --shade: #666089;
}

.grade_box.yellow {
  position: absolute;
  bottom: 28%;
  left: 43%;
  --delay: 2s;
  --text1: #ffd6a5;
  --text2: #ffbf73;
  --title: #fdff0e;
  --label: #3c2405;
  --shade: #666089;
  transform: scale(0.95);
}

.grade_box.orange {
  position: absolute;
  bottom: 20%;
  left: 61%;
  --delay: 2s;
  --text1: #ffadad;
  --text2: #bfffb2;
  --title: #ffbf73;
  --label: #341e02;
  --shade: #666089;
}

/*---*/
[data-draw_sec],
.goal-label,
.goal-count,
.fogg-shpe,
.goal-line path {
  opacity: 0;
}

.arrw {
  animation: arw_push 2s ease-out infinite;
}

@keyframes arw_push {
  0%,
  90%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(15%);
  }
}

.progress-roof1 {
  --time: 2s;
  --delay: 0s;
}

.progress-roof2 {
  --time: 1.8s;
  --delay: 0.32s;
}

.progress-roof3 {
  --time: 2.2s;
  --delay: 0.8s;
}

.progress-roof4 {
  --time: 1.5s;
  --delay: 0.5s;
}

.tree-with-bird,
.bird {
  --time: 2s;
  --delay: 5s;
}

.footer .progress-roof1 {
  left: 33%;
  width: 6vw;
  top: 0;
}

.footer .progress-roof2 {
  left: 27%;
  width: 9vw;
  top: -5%;
}

.goal-line svg {
  width: 100%;
  height: auto;
}

.trees-grp,
.trees-single,
.smll-mashroom {
  z-index: 1;
}

.pp_hover {
  animation: pp_hover var(--time) infinite var(--delay);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pp_splash {
  animation: pp_splash var(--time) linear infinite var(--delay);
  transform-origin: bottom center;
}

@keyframes pp_splash {
  0%,
  100% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.8);
  }

  80% {
    transform: scale(1.1);
  }
}

@keyframes pp_hover {
  0%,
  100% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-2px);
  }

  70% {
    transform: translateY(1px);
  }
}

.pp_splash.abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.swm {
  animation: swim var(--time) linear infinite var(--delay);
  transform-origin: bottom center;
  position: absolute;
  bottom: 1%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.persons.one {
  --time: 1.5s;
  --delay: 1s;
  z-index: 3;
}

.persons.two {
  --time: 1.25s;
  --delay: 1.5s;
}

.persons.three {
  --time: 1.65s;
  --delay: 1.15s;
}

@keyframes swim {
  0%,
  100% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-2deg);
  }

  70% {
    transform: rotate(2deg);
  }
}

.sun {
  --time: 15s;
  transform-origin: center;
  animation: rr_sun var(--time) linear infinite;
}

@keyframes rr_sun {
  0% {
    transform: rotate(0);
    filter: drop-shadow(0 0 0px #fffc21) drop-shadow(0 0 0px #fca61d);
  }

  50% {
    filter: drop-shadow(0 0 15px #fffc21) drop-shadow(0 0 20px #fca61d);
  }

  100% {
    transform: rotate(360deg);
    filter: drop-shadow(0 0 0px #fffc21) drop-shadow(0 0 0px #fca61d);
  }
}

.clouds {
  animation: cloud_move var(--time) linear infinite;
}

.clouds1 {
  --time: 150s;
  --delay: 0s;
}

.clouds3 {
  --time: 85s;
  --delay: 25s;
  left: 100%;
}

@keyframes cloud_move {
  0% {
    transform: translate(0%);
  }

  100% {
    transform: translate(-150%);
  }
}

.clouds img {
  width: 100%;
}

.about-iland_water {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.flow_fall {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: water_flow_fall 6s linear infinite;
  transform: translateX(-50%);
}

.flow_fall img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

@keyframes water_flow_fall {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  99.99% {
    transform: translateX(0%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 0;
  }
}

.wtr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/smll-iland_3.svg");
  background-repeat: repeat;
  background-size: 100vw 100vw;
  animation: move-water 60s linear infinite;
  filter: url(#water-filter1);
  opacity: 0.25;
}

@keyframes move-water {
  from {
    background-position: 0 0;
  }

  to {
    background-position: calc(100vw) calc(100vw);
  }
}

.parent-img-wrppr .objects {
  z-index: 1;
}

.how-work-main {
  overflow: hidden;
}

.contact-sec.about-sec {
  position: relative;
}

.contact-sec.about-sec:after {
  content: "";
  top: 92%;
  height: 8%;
  width: 100%;
  position: absolute;
  left: 0;
  background: rgb(155, 246, 255);
  z-index: 10;
  background: linear-gradient(
    180deg,
    rgba(155, 246, 255, 0) 0%,
    rgba(155, 246, 255, 1) 90%
  );
}

.ft_btm_img {
  position: absolute;
  top: 100%;
  width: 100%;
  height: auto;
  z-index: 10;
}

.frog_lottie_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.mv-large-fogg::before {
  bottom: 11%;
}

.mv-large-fogg {
  position: absolute;
  bottom: -8%;
}

.parent-bnnr .large-fogg {
  width: 15.2vw;
  top: auto;
  bottom: 10%;
  left: 60%;
  transform: translateX(-50%);
}

.contact-bnnr-sec .large-fogg {
  width: 16.86vw;
  top: auto;
  bottom: 0;
}

.contact-bnnr-sec.about .large-fogg {
  width: 11.91vw;
  top: auto;
  bottom: 12%;
}

.abut-fogg {
  width: 11.81vw;
  top: -11%;
  left: 36.2%;
}

.parent-img-wrppr .objects.fogg {
  width: 33%;
  right: -8%;
  bottom: -10%;
}

.half-iland .fogg {
  width: 12.03vw;
  top: 15%;
  left: 21%;
}

.after-count-img-wrppr span {
  z-index: 2;
}

.benefit-iland-main .mash i {
  --time: 2s;
  --delay: 1s;
}

.card-fogg span {
  display: block;
}

.hhsc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.frgq {
  position: absolute;
  bottom: -9%;
  left: 7%;
  width: 50% !important;
}
.only_mobile {
  display: none;
}
html.overflow-hidden2,
body.overflow-hidden2 {
    overflow: hidden;
}

.after-user-btn {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #0a0b33;
}
.after-user-btn span {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #8d8d8d;
  margin-left: 10px;
  transition: .5s all;
}
.after-user-btn span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s all;
}
.after-user-btn:hover span img {
  transform: scale(1.2);
}
.after-user-btn:hover span {
  border-color: #0a0b33;
}
.after-login-wrppr-fr-mobi {
  display: none;
}

.fogg-shpe.end-frog {
    max-width: 110px;
}
.goal-each-level-rw.right-to-left {
    justify-content: flex-end;
}


/* ========== responsive css =========== */
@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1632px;
  }

  .main-head .container {
    max-width: 1692px;
  }
}

@media (min-width: 1920px) {
  .progress-tracking-sec {
    padding-top: 12.5vw;
    padding-bottom: 8.5vw;
  }
}

@media (min-width: 2700px) {
  .bnnr-sec {
    overflow: hidden;
  }
  .bnnr-sec.innr-bnnr-sec {
    min-height: 850px;
    padding-bottom: 0;
    z-index: 2;
  }
  .bnnr-sec:not(.innr-bnnr-sec) {
    min-height: 2000px;
  }
  .bnnr-bttm-shpe {
    bottom: 9%;
  }

  .innr-bnnr-sec {
    display: block;
  }
  .bnnr-bttm-shpe {
    bottom: 0;
    display: block;
  }
  .bnnr-content-main {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 300px;
  }
  .bnnr-sec.innr-bnnr-sec .bnnr-content-main {
    justify-content: center;
    padding-top: 0;
  }
  .footer-content {
    padding-top: 420px;
  }
  .how-work-sec.educator-sec .sec-head {
    min-height: 650px;
  }
  .how-work-sec.educator-sec .how-work-main {
    min-height: 560px;
  }
  .footer:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    z-index: 999;
  }
  .ft_btm_img {
    z-index: 1000;
  }
  .benefit-sec {
    padding-top: 320px;
  }
}

@media (max-width: 1699px) {
  .lesson-card-rw {
    --bs-gutter-x: 30px;
  }

  .goal-each-level-col {
    /* margin-bottom: 140px; */
    margin-bottom: 121px;
  }

  .goal-each-level-rw {
    margin-bottom: -140px;
  }

  .goal-line {
    /* top: 7%; */
    top: 158px;
  }

  .mv-large-fogg {
    max-width: 215px;
  }

  .fogg-shpe.one {
    top: 5%;
    left: -2%;
    max-width: 120px;
  }

  .arrw {
    width: 75px;
    top: 6%;
    left: 10%;
  }

  .fogg-shpe.two {
    max-width: 110px;
    top: 21%;
    right: -2%;
  }

  .fogg-shpe.three {
    max-width: 110px;
    top: 38%;
    left: -2%;
  }

  .fogg-shpe.four {
    max-width: 90px;
    right: -1%;
  }

  .how-work-sec {
    overflow: hidden;
  }

  .how-work-rw {
    --bs-gutter-x: 100px;
  }

  .educator-sec .sec-head {
    margin: 0 0 50px;
  }

  .parent-sec {
    padding-top: 100px;
  }

  .educator-rw-outtr .parent-rw:not(:last-child) {
    margin-bottom: 80px;
  }

  .how-work-schl-sec .sec-head {
    margin-bottom: 50px;
  }

  .each-schl-card-col:nth-child(2) .each-schl-card {
    margin-left: 80px;
  }

  .each-schl-card-col:nth-child(4) .each-schl-card {
    margin-right: 80px;
    margin-left: auto;
  }

  .each-schl-card-col:nth-child(2),
  .each-schl-card-col:nth-child(4) {
    padding-bottom: 60px;
  }

  .after-count-rw {
    --bs-gutter-x: 60px;
  }

  .package-right-card {
    padding: 34px 20px;
  }

  .goal-label {
    padding: 15px 20px;
    min-height: 85px;
  }
}

@media (max-width: 1499px) {
  .bnnr-sec {
    min-height: 1050px;
    padding-top: 220px;
  }

  .progress-tracking-sec {
    padding-top: 170px;
    padding-bottom: 55px;
  }

  .header-innr {
    padding: 13px 20px 14px;
  }

  .goal-each-level-innr {
    max-width: 98%;
    margin: 0 auto;
  }

  .innr-bnnr-sec {
    min-height: 593px;
    padding: 140px 0 80px;
  }

  .after-count-rw:not(:last-child) {
    margin-bottom: 110px;
  }

  .after-count-rw-sec {
    padding-bottom: 150px;
    padding-top: 80px;
  }

  .package-testimonial-sec {
    padding: 80px 0;
  }

  .package-main .sec-head {
    margin: 0 auto 60px;
  }

  .package-left-part {
    width: 57%;
  }

  .package-right-part {
    width: 43%;
  }

  .package-main {
    margin-bottom: 80px;
  }

  .tool-need-main .sec-head {
    margin-bottom: 40px;
  }

  .tool-need-main {
    margin: 0 auto 70px;
  }

  .btn-wrppr {
    padding-top: 35px;
  }
  .goal-each-level-col {
    margin-bottom: 115px;
}
}

@media (max-width: 1399px) {
  body {
    font-size: 16px;
  }

  .navbar-brand {
    max-width: 200px;
  }

  .main-head.fixed .navbar-brand {
    max-width: 190px;
  }

  .navbar-nav > li > a {
    font-size: 16px;
  }

  .navbar-nav > li {
    margin: 0 15px;
  }

  .login-btn {
    min-width: 110px;
    font-size: 16px;
    padding: 14px;
  }

  .signup-btn {
    min-width: 110px;
    font-size: 16px;
    padding: 15px;
  }

  .bnnr-sec {
    min-height: 880px;
    padding-top: 180px;
  }

  .bnnr-list li {
    padding: 0 30px;
    font-size: 20px;
  }

  .bnnr-content-main h1 {
    font-size: 58px;
    text-shadow: 3px 3px 0 #423a74, -3px -3px 0 #423a74, 3px -3px 0 #423a74,
      -2px 3px 0 #423a74, 4px 0 0 #423a74, -3px 0 0 #423a74, 0 4px 0 #423a74,
      0 -3px 0 #423a74, 0px 12px 5px rgba(0, 0, 0, 0.39);
  }

  .bnnr-content-main h1 span {
    width: 37px;
    height: 68px;
    margin: -26px -9px 0px -4px;
  }

  .bnnr-content-main p {
    font-size: 20px;
  }

  .cmn-btn {
    font-size: 16px;
  }

  h2,
  .h2-title {
    font-size: 40px;
  }

  .sec-head {
    margin-bottom: 45px;
  }

  .lesson-sec-main {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .lesson-img-wrppr {
    max-width: 200px;
    top: -74px;
  }

  .lesson-img-wrppr h3 {
    font-size: 20px;
  }

  .lesson-card-wrppr {
    border-radius: 30px;
    padding: 100px 20px 20px;
  }

  .lesson-card-wrppr li {
    margin-bottom: 20px;
    font-size: 18px;
    padding: 20px;
    border-radius: 15px;
  }

  .goal-each-level-sec {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .goal-label {
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 15px;
  }

  .goal-each-level-rw {
    --bs-gutter-x: 25px;
  }

  .goal-line {
    /* top: 8.6%; */
    top: 166px;
    left: 5%;
    width: 90%;
  }

  .goal-each-level-col {
    margin-bottom: 40px;
  }

  .goal-each-level-rw {
    margin-bottom: -75px;
  }

  .fogg-shpe.one {
    top: 7%;
    left: 1%;
    max-width: 90px;
  }

  .arrw {
    width: 65px;
    top: 7.5%;
    left: 11%;
  }

  .goal-count {
    font-size: 22px;
  }

  .fogg-shpe.two {
    max-width: 90px;
    right: 2%;
    top: 22%;
  }

  .fogg-shpe.three {
    max-width: 90px;
    top: 39%;
    left: 2%;
  }

  .fogg-shpe.four {
    max-width: 70px;
    right: 1%;
  }

  .leafs-shpe {
    top: 15px;
  }

  .progress-tracking-sec {
    padding-top: 140px;
    padding-bottom: 35px;
  }

  .mission-vission-sec {
    padding-top: 65px;
  }

  .mv-large-fogg {
    max-width: 160px;
  }

  .mission-vission-img-wrpp a {
    width: 85px;
    height: 85px;
  }

  .mission-vission-txt-wrppr .sec-head > *:not(:last-child) {
    margin-bottom: 20px;
  }

  .mission-vission-txt-wrppr .sec-head {
    margin-bottom: 30px;
  }

  .faq-sec {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .footer-content {
    padding-top: 120px;
  }

  .fttr-cmn-col-wrppr {
    padding-top: 30px;
  }

  .fttr-head {
    margin-bottom: 30px;
  }

  .fttr-link-list li:not(:last-child) {
    margin-bottom: 15px;
  }

  .hdr-btn-wrppr {
    min-width: 200px;
  }

  .goal-each-level-innr {
    max-width: 100%;
  }

  .goal-each-level-col:nth-child(5) .goal-label {
    max-width: 160px;
  }

  .goal-each-level-col:nth-child(9) .goal-label {
    max-width: 180px;
  }

  .innr-bnnr-sec {
    min-height: 500px;
    padding: 140px 0 80px;
  }

  .contact-frm-block {
    padding: 40px;
    border-radius: 40px;
  }

  .contact-info-list .info p,
  .contact-info-list .info a {
    font-size: 22px;
  }

  .about-content-innr {
    padding-right: 0;
  }

  .about-content-rw {
    --bs-gutter-x: 30px;
  }

  .how-work-wrppr {
    padding-top: 0;
  }

  .how-work-sec .sec-head {
    max-width: 735px;
    margin: 0 auto 35px;
  }

  .how-work-wrppr .icon {
    max-width: 100px;
    margin: 0 auto 30px;
  }

  .how-work-wrppr h3 {
    font-size: 20px;
  }

  .how-work-wrppr h4 {
    font-size: 36px;
  }

  .how-work-col::before {
    width: 80px;
    height: 11px;
    top: 45px;
  }

  .parent-sec {
    padding-top: 80px;
  }

  .parent-img-wrppr .play-btn {
    width: 80px;
    height: 80px;
  }

  .parent-rw {
    margin-bottom: 120px;
  }

  .parent-rw:nth-child(even) .parent-content-wrppr {
    padding-left: 35px;
  }

  .goal-each-level-sec.parent-page {
    padding-top: 100px;
  }

  .fttr-quick-col,
  .fttr-othr-col {
    width: 20%;
  }

  .fttr-social-col {
    width: 22%;
  }

  .educator-rw-outtr .parent-txt-col {
    padding-left: 40px;
  }

  .educator-rw-outtr .parent-rw:nth-child(even) .parent-txt-col {
    padding-right: 40px;
  }

  .track-progress-sec {
    padding-top: 100px;
  }

  .educator-sec .sec-head {
    max-width: 606px;
    margin-left: 0;
  }

  .educator-sec {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .each-schl-card {
    max-width: 430px;
  }

  .after-count-rw {
    --bs-gutter-x: 30px;
  }

  .after-count-content {
    padding-left: 30px;
  }

  .after-count-rw:nth-child(even) .after-count-content {
    padding-right: 30px;
    padding-left: 0;
  }

  .testimonial-main {
    padding: 50px 100px;
  }

  .testimonial-user-img-wrppr figure {
    width: 300px;
    height: 300px;
  }

  .testimonial-content-wrppr {
    padding-left: 40px;
  }

  .testimonial-content-wrppr > p {
    font-size: 20px;
  }

  .testimonial-user-img-wrppr .tree-object {
    width: 65%;
    bottom: -5px;
  }

  .benefit-sec {
    padding-top: 120px;
  }

  .benefit-item-txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .benefit-item-txt p {
    padding-right: 0;
  }

  .benefit-item-txt {
    padding-left: 15px;
  }

  .benefit-item-img-wrppr {
    width: 120px;
    border-radius: 15px;
  }
}

@media (max-width: 1199px) {
  .bnnr-sec {
    min-height: inherit;
    padding-top: 180px;
    padding-bottom: 35%;
  }

  .bnnr-content-main h1 {
    font-size: 52px;
  }

  .bnnr-content-main h1 span {
    width: 31px;
    height: 55px;
    margin: -19px -7px 0px -3px;
  }

  .bnnr-list {
    margin: 0 0 20px;
  }

  .bnnr-list li {
    padding: 0 25px;
    font-size: 18px;
  }

  .bnnr-content-main p {
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .cmn-btn {
    padding: 23px 15px;
    min-width: 150px;
  }

  h2,
  .h2-title {
    font-size: 32px;
  }

  .lesson-img-wrppr {
    max-width: 160px;
    top: -60px;
  }

  .lesson-img-wrppr::before {
    left: -6px;
    right: -6px;
  }

  .lesson-card-wrppr {
    border-radius: 20px;
    padding: 75px 15px 15px;
  }

  .lesson-card-card-outtr {
    padding-top: 60px;
  }

  .lesson-img-wrppr h3 {
    font-size: 18px;
  }

  .lesson-card-wrppr li {
    margin-bottom: 15px;
    font-size: 16px;
    padding: 15px;
    border-radius: 10px;
  }

  .lesson-card-wrppr li i {
    margin-right: 15px;
  }

  .sec-head {
    margin-bottom: 35px;
  }

  .goal-line {
    /* top: 9.5%; */
    top: 115px;
    left: 6%;
    width: 90%;
  }

  .goal-each-level-col {
    margin-bottom: 55px;
  }

  .goal-each-level-rw {
    margin-bottom: -55px;
  }

  .goal-count {
    width: 55px;
    height: 55px;
  }

  .fogg-shpe.one {
    top: 7%;
    left: 1%;
    max-width: 80px;
  }

  .arrw {
    width: 55px;
    left: 12%;
    top: 8%;
  }

  .fogg-shpe.two {
    max-width: 70px;
    right: 1%;
  }

  .fogg-shpe.three {
    max-width: 70px;
    left: 3%;
    top: 40%;
  }

  .fogg-shpe.four {
    max-width: 50px;
    right: 1%;
    bottom: 12%;
  }

  .progress-tracking-innr {
    max-width: 580px;
  }

  .progress-tracking-innr figure {
    border-radius: 30px;
  }

  .mv-large-fogg {
    max-width: 130px;
    bottom: -7%;
    left: -7%;
  }

  .each-faq-hdr {
    padding: 25px 25px 21px 25px;
  }

  .faq-content {
    padding: 20px 20px 30px 25px;
  }

  .fttr-quick-col,
  .fttr-othr-col {
    width: 18%;
  }

  .fttr-social-col {
    width: 26%;
  }

  .fttr-head {
    margin-bottom: 25px;
  }

  .fttr-logo {
    max-width: 220px;
    margin-bottom: 15px;
  }

  .fttr-logo-col-wrppr p:not(:last-child) {
    margin-bottom: 15px;
  }

  .fttr-cmn-col-wrppr {
    padding-top: 20px;
  }

  .fttr-head p {
    font-size: 18px;
  }

  .footer-content {
    padding-top: 90px;
  }

  .goal-each-level-col:nth-child(1) {
    padding-left: 100px;
  }

  .innr-bnnr-sec {
    min-height: 450px;
    padding: 140px 0 80px;
  }

  .contact-txt-col,
  .contact-frm-col {
    width: 50%;
  }

  .contact-content-wrppr {
    padding-right: 0;
  }

  .contact-content-wrppr .sec-head {
    margin-bottom: 30px;
  }

  .contact-info-list .info p,
  .contact-info-list .info a {
    font-size: 20px;
  }

  .contact-info-list li .icon {
    width: 80px;
    height: 80px;
    border-radius: 15px;
  }

  .contact-sec {
    padding-bottom: 80px;
    padding-top: 40px;
  }

  .about-image-main {
    margin-top: -8%;
  }

  .how-work-rw {
    --bs-gutter-x: 50px;
  }

  .how-work-sec {
    padding-top: 60px;
  }

  .how-work-wrppr .icon {
    max-width: 80px;
  }

  .how-work-col::before {
    top: 35px;
  }

  .parent-rw {
    margin-bottom: 100px;
  }

  .parent-txt-col,
  .parent-img-col {
    width: 50%;
  }

  .educator-sec .sec-head {
    max-width: 520px;
  }

  .educator-sec {
    padding-bottom: 90px;
  }

  .parent-img-wrppr .objects {
    bottom: -30px;
    left: -20px;
    max-width: 45%;
  }

  .educator-rw-outtr .parent-rw:not(:last-child) {
    margin-bottom: 60px;
  }

  .track-progress-innr .sec-head {
    max-width: 680px;
    margin: 0 auto 35px;
  }

  .track-progress-innr {
    max-width: 800px;
  }

  .track-progress-sec {
    padding-top: 80px;
  }

  .educator-rw-outtr .parent-img-col,
  .educator-rw-outtr .parent-txt-col {
    width: 100% !important;
    padding: 0 15px !important;
  }

  .educator-rw-outtr .parent-rw {
    flex-direction: column-reverse;
  }

  .parent-img-wrppr .cards {
    width: 40%;
    bottom: -8%;
    right: 5%;
  }

  .parent-img-wrppr .objects {
    bottom: -20px;
    left: -10px;
    max-width: 37%;
  }

  .educator-rw-outtr .parent-rw:not(:last-child) {
    margin-bottom: 80px;
  }

  .track-progress-sec {
    padding-bottom: 80px;
  }

  .parent-sec {
    padding-top: 60px;
  }

  .tc-content-main h2 {
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .how-work-schl-sec {
    padding-top: 80px;
  }

  .schl-card-icon {
    width: 75px;
    height: 75px;
    border: 4px solid rgba(255, 173, 173, 0.2);
  }

  .schl-card-txt {
    padding-left: 20px;
  }

  .schl-card-icon span {
    font-size: 36px;
  }

  .schl-card-txt h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .each-schl-card {
    max-width: 400px;
  }

  .each-schl-card-col:nth-child(2) .each-schl-card {
    margin-left: 50px;
    max-width: 330px;
  }

  .each-schl-card-col:nth-child(4) .each-schl-card {
    margin-right: 50px;
    max-width: 330px;
  }

  .card-fogg {
    max-width: 19vw;
    bottom: 15%;
    left: 53%;
  }

  .after-count-rw:not(:last-child) {
    margin-bottom: 70px;
  }

  .after-count-content {
    padding-left: 0;
  }

  .after-count-rw:nth-child(even) .after-count-content {
    padding-right: 0;
  }

  .after-count-rw-sec {
    padding-bottom: 110px;
  }

  .package-left-part {
    width: 50%;
    padding: 25px 40px;
  }

  .package-right-part {
    width: 50%;
  }

  .tool-need-main ul li p {
    font-size: 22px;
    padding: 27px 25px 25px;
    border-radius: 10px;
  }

  .each-benefit-item-col {
    width: 50%;
  }

  .benefit-item-img-wrppr {
    width: 140px;
    min-height: 140px;
  }

  .each-benefit-item {
    border-radius: 20px;
  }

  .goal-label {
    min-height: 75px;
    font-size: 14px;
    padding: 8px 15px;
  }
}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
  .bnnr-sec {
    overflow: hidden;
  }
  .bnnr-sec:not(.innr-bnnr-sec) {
    min-height: 100vh;
  }
  .only_dekstop {
    display: none;
  }
  .only_mobile {
    display: block;
  }
  /* .bnnr-iland {
    padding-bottom: 15vh;
  } */
  .bnnr-iland_water_bg {
    height: 75%;
  }
  .roof1 {
    top: 38px;
    display: none;
  }
  .roof2 {
    top: 26px;
    left: 15%;
    display: none;
  }
  .roof3 {
    top: 25px;
    right: 19.6%;
    display: none;
  }
  .roof4 {
    top: 28px;
    right: 5%;
    display: none;
  }
  .fogg-grup {
    width: 11vw;
    left: auto;
    right: 1%;
  }
  .large-fogg {
    width: 22.69vw;
    top: auto;
    left: 0;
    bottom: 10%;
  }
  .smll-fogg {
    width: 9.13vw;
    right: auto;
    top: 23%;
    left: 1%;
    z-index: 1;
    display: none;
  }
  .grade_flag {
    width: 20vw;
  }
  .grade_stone {
    width: 23vw;
  }
  .grade_box.red .grade_stone {
    bottom: -4%;
    left: 1%;
    width: 35vw;
  }
  .grade_box.red {
    bottom: 2%;
    left: auto;
    right: 0%;
    z-index: 2;
  }
  .grade_box.orange {
    bottom: 11%;
    left: 30%;
    z-index: 2;
  }
  .grade_box.yellow {
    bottom: 28%;
    left: 50%;
    transform: scale(1);
    z-index: 2;
  }
  .grade_box.green {
    bottom: 39%;
    left: 69%;
    z-index: 2;
  }
  .grade_box.blue {
    bottom: 44%;
    left: 3%;
    transform: scale(1);
    z-index: 2;
  }
  .grade_box.purple {
    bottom: 64%;
    left: 37%;
    transform: scale(1);
    z-index: 2;
  }
  .fishbox1 {
    top: 55%;
    left: 15%;
    --size: 8vw;
    display: none;
  }
  .fishbox2 {
    top: 22%;
    left: 61%;
    --size: 5.5vw;
  }
  .fishbox3 {
    top: 69%;
    left: 57%;
    --size: 14.5vw;
  }
  .grade_tag {
    line-height: 1.15;
    font-size: 1.85vw;
    width: 20vw;
    height: 12.5vw;
  }
  .grade_label_ico {
    margin-bottom: 0.5%;
  }
  .grade_label_ico img {
    width: 2.5vw;
  }
  .grade_label_title {
    font-size: 3.45vw;
    margin-bottom: 1vw;
  }
  .grade_label_title {
    font-size: 3.45vw;
    margin-bottom: 0.5vw;
  }
  .grade_label {
    font-size: 2.25vw;
    padding: 10% 11% 0;
    text-shadow: -1px -1px 1px var(--label), 1px -1px 1px var(--label),
      -1px 1px 1px var(--label);
    filter: drop-shadow(1px 0px 0px var(--label));
  }
  .bold_lbl:not(.odd),
  .bold_lbl.odd {
    filter: none;
    text-shadow: 0px 0px 1px var(--shade);
  }
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 45px;
    height: 45px;
    margin-left: 15px;
    background: linear-gradient(180deg, #ffd6a5 0%, #ffadad 100%);
    border: 1.5px solid #8d8d8d !important;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: var(--darkBlue);
    position: absolute;
    left: 7px;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -7px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 7px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(38px, -30px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(40px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 14px 20px;
    display: inline-block;
    font-family: var(--headingFont);
    font-weight: normal;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  .navbar-nav > li.current-menu-item > a,
  .navbar-nav > li > a:hover,
  .navbar-nav > li.menu-item-has-children:hover > a {
    background-color: rgba(0, 204, 68, 0.3);
    color: var(--bodyColor);
    border-color: var(--greenColor);
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #feffea;
    position: fixed;
    top: 0;
    height: 100% !important;
    max-width: 290px;
    width: 100%;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(104%);
    transform: translateX(104%);
    -webkit-transition: transform 0.3s ease-in-out !important;
    transition: transform 0.3s ease-in-out !important;
    z-index: 100;
    box-shadow: -6px 0px 0px var(--greenColor);
    border-radius: 20px 0 0 20px;
    flex-direction: column;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: flex !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.3s ease-in-out !important;
    transition: transform 0.3s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
    width: 100%;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.8);
    /* backdrop-filter: blur(4px); */
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    /* height: 100%; */
    overflow: hidden;
  }

  /* push nav end */

  .hdr-btn-wrppr {
    margin-left: auto;
  }

  .lesson-img-wrppr {
    max-width: 75%;
    height: 117px;
  }

  .lesson-img-wrppr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
  }

  .lesson-card-rw {
    justify-content: center;
  }

  .bnnr-content-main h1 {
    font-size: 48px;
  }

  h2,
  .h2-title {
    font-size: 28px;
  }

  .bnnr-sec {
    padding-top: 160px;
    overflow: hidden;
  }

  .lesson-sec-main {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .goal-each-level-sec {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .goal-level-rw-outtr {
    padding: 0px;
  }

  .goal-line img {
    display: none;
  }

  .goal-line {
    width: 8px;
    height: 97%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* background: linear-gradient(180deg, #ff0000 0%, #ffc000 100%); */
    background: var(--mobile-line-bg);
  }

  .goal-each-level-col {
    width: 50% !important;
    padding: 0 15px !important;
    order: inherit !important;
    margin-bottom: 30px;
  }

  .goal-count {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .fogg-shpe,
  .arrw {
    display: none;
  }

  .goal-each-level-wrppr {
    flex-direction: row;
    justify-content: center;
  }

  .goal-count {
    flex: 0 0 auto;
    margin-right: -37px;
  }

  .goal-label {
    max-width: inherit !important;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .goal-each-level-rw {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .goal-each-level-col:nth-child(even) {
    margin-left: auto;
  }

  .goal-each-level-col:nth-child(even) .goal-each-level-wrppr {
    flex-direction: row-reverse;
  }

  .goal-each-level-col:nth-child(even) .goal-label {
    margin-left: 15px;
    margin-right: 0;
  }

  .goal-each-level-col:nth-child(even) .goal-count {
    margin-right: 0;
    margin-left: -37px;
  }

  .progress-tracking-innr {
    max-width: 500px;
  }

  .progress-tracking-sec {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .leafs-shpe {
    top: 10px;
  }

  .cmn-roof {
    width: 100px;
  }

  .progress-roof1 {
    top: 25px;
    left: 0;
  }

  .progress-roof2 {
    left: 60px;
    top: 15px;
  }

  .progress-roof3 {
    top: 30px;
  }

  .progress-roof4 {
    right: 75px;
    top: -5px;
  }

  .mission-vission-txt-col,
  .mission-vission-img-col {
    width: 100%;
  }

  .mission-vission-txt-wrppr {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .mission-vission-img-wrpp {
    max-width: 80%;
    margin: 0 auto;
  }

  .fttr-logo-col {
    width: 100%;
  }

  .fttr-logo-col-wrppr {
    max-width: 100%;
    text-align: center;
  }

  .fttr-logo {
    max-width: 220px;
    margin-bottom: 15px;
    margin: 0 auto 10px;
  }

  .copy-right-wrppr {
    max-width: 100%;
  }

  .fttr-cmn-col-wrppr {
    padding-top: 0;
  }

  .fttr-quick-col,
  .fttr-othr-col {
    width: 31%;
  }

  .fttr-social-col {
    width: 38%;
  }

  .fttr-link-list li a {
    font-weight: 600;
  }

  .contact-txt-col,
  .contact-frm-col {
    width: 100%;
  }

  .contact-info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -20px;
  }

  .contact-info-list li {
    flex: 0 0 auto;
    margin: 0;
    padding: 20px;
  }

  .contact-content-wrppr {
    margin-bottom: 35px;
  }

  .contact-content-wrppr .sec-head {
    text-align: center;
  }

  .contact-info-list li .info {
    padding-left: 20px;
  }

  .innr-bnnr-sec {
    padding: 140px 0 80px;
    min-height: 380px;
  }

  .contact-sec.about-sec {
    padding-top: 60px;
  }

  .about-content-rw {
    --bs-gutter-y: 30px;
  }

  .about-content-main .sec-head {
    margin-bottom: 25px;
  }

  .about-content-wrppr > *:not(:last-child) {
    margin-bottom: 15px;
  }

  .how-work-col:nth-child(even)::before {
    display: none;
  }

  .how-work-wrppr .icon {
    margin-bottom: 20px;
  }

  .how-work-wrppr h3 {
    font-size: 18px;
  }

  .how-work-wrppr h3 br {
    display: none;
  }

  .how-work-rw {
    --bs-gutter-y: 50px;
  }

  .how-work-wrppr p {
    margin-bottom: 15px;
  }

  .how-work-wrppr h4 {
    font-size: 30px;
  }

  .parent-txt-col,
  .parent-img-col {
    width: 100%;
  }

  .parent-content-wrppr {
    width: 100%;
    max-width: 85%;
    padding: 0 !important;
    margin: 0 auto 35px;
    text-align: center;
  }

  .parent-img-wrppr {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
  }

  .tc-section {
    padding: 60px 0;
  }

  .tc-content-main h2 {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .tc-content-main p {
    margin-bottom: 20px;
  }

  .how-work-schl-sec {
    padding-top: 60px;
  }

  .how-work-schl-sec .sec-head {
    margin-bottom: 35px;
  }

  .each-schl-card {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .each-schl-card-col {
    width: 50% !important;
    order: inherit !important;
  }

  .work-schl-all-cards {
    justify-content: center;
  }

  .card-fogg {
    display: none;
  }

  .after-count-rw-sec {
    padding-bottom: 80px;
  }

  .after-count-img-col,
  .after-count-txt-col {
    width: 100%;
  }

  .after-count-rw {
    flex-direction: column-reverse !important;
  }

  .after-count-content {
    text-align: center;
    margin-bottom: 25px;
  }

  .after-count-img-wrppr {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
  }

  .after-count-content > *:not(:last-child) {
    margin-bottom: 15px;
  }

  .after-count-rw:last-child {
    margin-bottom: 50px;
  }

  .package-main .sec-head {
    margin: 0 auto 35px;
  }

  .package-left-part {
    width: 100%;
    padding: 30px;
  }

  .package-right-part {
    width: 100%;
    padding: 20px;
  }

  .package-table {
    border-radius: 20px;
  }

  .package-left-content h3 {
    font-size: 26px;
  }

  .package-left-content > *:not(:last-child) {
    margin-bottom: 15px;
  }

  .package-right-card {
    padding: 20px;
    border-radius: 15px;
    text-align: center;
  }

  .package-right-card h4 {
    line-height: 1.17;
  }

  .package-left-content {
    text-align: center;
    max-width: 100%;
  }

  .custm-divider {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 0;
  }

  .tool-need-main .sec-head {
    margin-bottom: 25px;
  }

  .tool-need-main ul li p {
    font-size: 18px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .testimonial-main {
    padding: 50px 50px 65px;
    flex-direction: column;
  }

  .testimonial-user-img-wrppr figure {
    width: 200px;
    height: 200px;
    border-width: 5px;
  }

  .testimonial-content-wrppr {
    padding-left: 0;
    padding-top: 35px;
    text-align: center;
  }

  .testimonial-content-wrppr .quote-icon {
    width: 55px;
    margin: 0 auto 15px;
  }

  .benefit-sec {
    padding-top: 80px;
  }

  .benefit-item-img-wrppr {
    width: 100px;
  }

  .goal-line img {
    display: none;
  }

  .footer .progress-roof2 {
    left: 50px;
    width: 120px;
    top: -5%;
  }

  .footer .progress-roof1 {
    left: 120px;
    width: 80px;
  }

  .mv-large-fogg::before {
    bottom: 3%;
  }
}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .for-mobile-only {
    display: flex;
  }

  .hdr-btn-wrppr {
    justify-content: center;
    margin-top: auto;
    width: 100%;
    padding-bottom: 15px;
  }

  .for-desktop-only {
    display: none;
  }

  .header-innr {
    padding: 10px 15px;
    border-radius: 20px;
  }

  .bnnr-content-main h1 {
    font-size: 40px;
    text-shadow: 2px 2px 0 #423a74, -2px -2px 0 #423a74, 2px -2px 0 #423a74,
      -2px 2px 0 #423a74, 2px 0 0 #423a74, -2px 0 0 #423a74, 0 3px 0 #423a74,
      0 -3px 0 #423a74, 0px 12px 5px rgba(0, 0, 0, 0.39);
  }

  .bnnr-content-main h1 span {
    width: 26px;
    height: 47px;
    margin: -19px -7px 0px -3px;
  }

  .main-head {
    padding: 15px 0;
  }

  .bnnr-sec {
    padding-top: 120px;
  }

  .bnnr-content-main p {
    font-size: 16px;
  }

  h2,
  .h2-title {
    font-size: 24px;
  }

  .progress-iland {
    width: 145%;
  }

  .trees-grup {
    width: 22vw;
  }

  .rooms-grup {
    width: 9vw;
    top: 23%;
    left: 60%;
    right: auto;
  }

  .mission-vission-img-wrpp a {
    width: 65px;
    height: 65px;
  }

  .mv-large-fogg {
    max-width: 100px;
  }

  .faq-sec {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .each-faq-hdr h3 {
    font-size: 18px;
  }

  .each-faq-hdr {
    padding: 15px;
  }

  .faq-content {
    padding: 20px 15px;
  }

  .fttr-quick-col,
  .fttr-othr-col {
    width: 27%;
  }

  .fttr-social-col {
    width: 46%;
  }

  .contact-info-list {
    margin: 0;
    justify-content: flex-start;
  }

  .contact-info-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }

  .contact-info-list li .icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    padding: 18px;
  }

  .contact-info-list .info h3 {
    font-size: 18px;
  }

  .contact-info-list .info p,
  .contact-info-list .info a {
    font-size: 18px;
  }

  .contact-content-wrppr .sec-head {
    text-align: left;
  }

  .contact-frm-block {
    padding: 30px 20px;
    border-radius: 30px;
  }

  .contact-frm-block h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .frm-field-wrppr label {
    font-size: 16px;
    line-height: 1.2;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    height: 55px;
    padding: 0 15px;
    font-size: 16px;
  }

  textarea {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 15px;
    height: 100px;
    font-size: 16px;
  }

  input[type="submit"] {
    min-width: 170px;
    font-size: 16px;
  }

  .contact-sec {
    padding-bottom: 60px;
  }

  .innr-bnnr-sec {
    padding: 160px 0 100px;
    min-height: inherit;
  }

  .parent-content-wrppr {
    max-width: 100%;
  }

  .parent-img-wrppr .play-btn {
    width: 60px;
    height: 60px;
  }

  .parent-img-wrppr .play-btn img {
    width: 18px;
  }

  .goal-each-level-sec.parent-page {
    padding-top: 80px;
  }

  .half-iland {
    display: none;
  }

  .educator-sec .sec-head {
    text-align: center;
    max-width: 100%;
  }

  .parent-content-wrppr {
    margin-bottom: 20px;
  }

  .educator-rw-outtr .parent-rw:not(:last-child) {
    margin-bottom: 60px;
  }

  .track-progress-sec {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .each-schl-card-col {
    width: 100% !important;
    padding: 20px 15px !important;
  }

  .work-schl-all-cards {
    margin: -20px -15px;
  }

  .after-count-rw-sec {
    padding: 60px 0;
  }

  .package-testimonial-sec {
    padding: 60px 0;
  }

  .package-left-content h3 {
    font-size: 22px;
  }

  .package-right-card h4 {
    font-size: 20px;
  }

  .package-main {
    margin-bottom: 60px;
  }

  .tool-need-main ul li {
    width: 100%;
    padding: 10px;
  }

  .tool-need-main ul {
    margin: -10px;
  }

  .tool-need-main {
    margin: 0 auto 60px;
  }

  .testimonial-main {
    padding: 35px 25px 55px;
    background-image: url(images/shpe99.png);
  }

  .testimonial-content-wrppr > p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .feed-user-wrppr h4 {
    font-size: 18px;
  }

  .feed-user-wrppr p {
    font-size: 16px;
  }

  .benefit-main .sec-head {
    margin-bottom: 25px;
  }

  .each-benefit-item-col {
    width: 100%;
  }

  .benefit-item-img-wrppr {
    width: 80px;
    min-height: 100px;
    padding: 25px;
  }

  .schl-img {
    width: 25vw;
    bottom: 5px;
  }
  .mv-large-fogg::before {
    bottom: 0;
  }

  .after-login-wrppr-fr-mobi {
    display: block;
    margin-left: auto;
  }
  .after-user-btn span {
    margin-left: 0;
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .fttr-quick-col,
  .fttr-othr-col {
    width: 50%;
  }

  .fttr-social-col {
    width: 100%;
  }

  .fttr-logo-col-wrppr {
    text-align: left;
  }

  .fttr-logo {
    margin-left: 0;
  }

  .how-work-col::before {
    display: none;
  }

  .how-work-rw {
    --bs-guttert-x: 0;
    --bs-gutter-y: 40px;
  }

  .parent-img-wrppr .objects {
    bottom: -10px;
    left: -25px;
  }

  .parent-rw {
    margin-bottom: 70px;
  }

  .educator-rw-outtr .parent-rw:not(:last-child) {
    margin-bottom: 40px;
  }
  .footer .progress-roof2 {
    left: auto;
    right: 50px;
    width: 110px;
    top: -7%;
  }

  .footer .progress-roof1 {
    left: auto;
    width: 65px;
    right: 20px;
    top: -18px;
  }

  .fttr-social-list li a {
    box-shadow: 0 0 0px 2px rgba(255, 255, 255, 1);
  }
}

@media (max-width: 479px) {
  body {
    font-size: 14px;
  }

  .navbar-toggler {
    width: 35px;
    height: 35px;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 23px;
    height: 2px;
    left: 5px;
  }

  .stick:before {
    content: "";
    top: -7px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 7px;
    left: 0;
  }

  .navbar-brand {
    max-width: 170px;
  }

  .main-head.fixed .navbar-brand {
    max-width: 150px;
  }

  .header-innr {
    border-radius: 10px;
  }

  .bnnr-content-main h1 {
    font-size: 34px;
    -webkit-text-stroke: 1px #423a74;
    text-shadow: 1px 1px 0 #423a74, -1px -1px 0 #423a74, 1px -1px 0 #423a74,
      -1px 1px 0 #423a74, 1px 0 0 #423a74, -1px 0 0 #423a74, 0 1px 0 #423a74,
      0 -1px 0 #423a74, 0px 12px 5px rgba(0, 0, 0, 0.39);
  }

  .bnnr-content-main h1 span {
    width: 20px;
    height: 38px;
    margin: -12px -5px 0px -3px;
  }

  .bnnr-list li {
    padding: 0 20px;
    font-size: 16px;
    -webkit-text-stroke: 1px #322b;
  }

  .bnnr-list li::before {
    width: 5px;
    height: 5px;
    left: -2px;
  }

  .cmn-roof {
    width: 70px;
  }

  .roof1 {
    top: 6.8%;
    left: 5%;
  }

  .roof2 {
    top: 10%;
    left: 20%;
  }

  .roof3 {
    top: 6%;
    right: 9.6%;
  }

  .roof4 {
    top: 13%;
    right: 0%;
  }

  .bnnr-sec {
    padding-bottom: 47%;
    overflow: hidden;
  }

  .lesson-sec-main {
    padding: 40px 0;
  }

  h2,
  .h2-title {
    font-size: 22px;
  }

  .sec-head {
    margin-bottom: 25px;
  }

  .lesson-img-wrppr {
    max-width: 80%;
    height: 75px;
    top: -40px;
  }

  .lesson-card-card-outtr {
    padding-top: 35px;
  }

  .lesson-card-wrppr {
    padding: 55px 15px 15px;
  }

  .lesson-card-wrppr li {
    font-size: 14px;
  }

  .lesson-card-wrppr li i {
    margin-right: 15px;
    width: 25px;
  }

  .goal-line {
    width: 6px;
    left: 20px;
    transform: inherit;
  }

  .goal-each-level-col {
    width: 100% !important;
  }

  .goal-each-level-wrppr {
    width: 100%;
    position: relative;
    padding-left: 50px;
  }

  .goal-count {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 !important;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .goal-label {
    margin-right: 0;
  }

  .goal-label {
    font-size: 14px;
    padding: 10px 15px;
  }

  .goal-each-level-col:nth-child(even) .goal-label {
    margin-left: 0;
  }

  .top-shpe {
    top: -1px;
  }

  .progress-tracking-sec .progress-iland {
    width: 170%;
  }

  .rooms-grup {
    width: 12vw;
    top: 28%;
    left: 53%;
  }

  .progress-tracking-innr figure {
    border-radius: 20px;
  }

  .mission-vission-sec {
    padding-top: 40px;
  }

  .mission-vission-img-wrpp {
    max-width: 90%;
  }

  .mv-large-fogg {
    max-width: 80px;
  }

  .mission-vission-img-wrpp a {
    width: 45px;
    height: 45px;
  }

  .mission-vission-img-wrpp a img {
    width: 15px;
  }

  .faq-sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .each-faq-hdr h3 {
    font-size: 16px;
  }

  .fttr-top-shpe {
    top: -1px;
  }

  .tree-with-bird {
    bottom: 2%;
    width: 18%;
  }

  .contact-info-list li .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 15px;
  }

  .contact-info-list .info h3 {
    font-size: 16px;
  }

  .contact-info-list .info p,
  .contact-info-list .info a {
    font-size: 16px;
  }

  .contact-frm-block h3 {
    font-size: 16px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 45px;
    font-size: 14px;
  }

  textarea {
    padding: 10px 15px;
    height: 80px;
    font-size: 14px;
  }

  input[type="submit"] {
    min-width: 140px;
    font-size: 14px;
    padding: 20px;
  }

  .frm-btn-wrppr {
    padding-top: 0;
  }

  .contact-sec {
    padding-bottom: 40px;
  }

  .contact-bnnr-sec .single-tree {
    top: 26%;
  }

  .contact-bnnr-sec .tree-grup {
    width: 25vw;
    left: 18%;
    bottom: 8%;
  }

  .innr-bnnr-sec {
    padding: 140px 0 80px;
  }

  .contact-sec.about-sec {
    padding-top: 40px;
  }

  .parent-sec {
    padding-top: 60px;
  }

  .parent-img-wrppr {
    max-width: 90%;
  }

  .parent-content-wrppr {
    margin-bottom: 25px;
  }

  .goal-each-level-sec.parent-page {
    padding-top: 60px;
  }

  .tc-section {
    padding: 40px 0;
  }

  .tc-bnnr-sec .single-tree {
    left: 23%;
    top: 33%;
  }

  .tc-bnnr-sec .large-fogg {
    width: 23vw;
  }

  .tc-content-main h2 {
    margin-bottom: 15px;
    margin-top: 30px;
    line-height: 1.2;
  }

  .schl-card-txt h3 {
    font-size: 16px;
  }

  .schl-card-icon {
    width: 65px;
    height: 65px;
  }

  .schl-card-icon span {
    font-size: 28px;
  }

  .after-count-img-wrppr {
    max-width: 92%;
  }

  .after-count-rw-sec {
    padding: 40px 0;
  }

  .package-testimonial-sec {
    padding: 40px 0;
  }

  .package-left-content h3 {
    font-size: 18px;
  }

  .package-left-part {
    padding: 20px 15px;
  }

  .package-right-card h4 {
    font-size: 16px;
  }

  .tool-need-main ul li p {
    font-size: 15px;
    padding: 15px;
  }

  .btn-wrppr {
    padding-top: 25px;
  }

  .testimonial-user-img-wrppr figure {
    width: 150px;
    height: 150px;
  }

  .testimonial-main {
    padding: 25px 15px 45px;
  }

  .testimonial-content-wrppr > p {
    font-size: 16px;
  }

  .benefit-sec {
    padding-top: 60px;
  }

  .each-benefit-item {
    padding: 10px;
  }

  .schl-img {
    width: 33vw;
  }

  .testimonial-content-wrppr .quote-icon {
    width: 40px;
    margin: 0 auto 15px;
  }

  .after-user-btn span {
    width: 35px;
    height: 35px;
    border-radius: 5px;
  }
}

@media (max-width: 374px) {
  .bnnr-content-main h1 {
    font-size: 28px;
  }

  .bnnr-content-main h1 span {
    width: 18px;
    height: 34px;
  }
}
