:root {
  --bs-body: #fff;
  --bs-primary: #ea4d3e;
  --bs-secondary: #1c2c4e;
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
}
body {
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0 !important;
}
html {
  overflow-x: hidden;
}
@font-face {
  font-family: "Baloo Chettan 2 bold";
  src: url("../fonts/BalooChettan2-Bold.eot");
  src: url("../fonts/BalooChettan2-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BalooChettan2-Bold.woff2") format("woff2"),
    url("../fonts/BalooChettan2-Bold.woff") format("woff"),
    url("../fonts/BalooChettan2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo Chettan 2 medium";
  src: url("../fonts/BalooChettan2-Medium.eot");
  src: url("../fonts/BalooChettan2-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BalooChettan2-Medium.woff2") format("woff2"),
    url("../fonts/BalooChettan2-Medium.woff") format("woff"),
    url("../fonts/BalooChettan2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo Chettan 2 semibold";
  src: url("../fonts/BalooChettan2-SemiBold.eot");
  src: url("../fonts/BalooChettan2-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BalooChettan2-SemiBold.woff2") format("woff2"),
    url("../fonts/BalooChettan2-SemiBold.woff") format("woff"),
    url("../fonts/BalooChettan2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo Chettan 2 regular";
  src: url("../fonts/BalooChettan2-Regular.eot");
  src: url("../fonts/BalooChettan2-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BalooChettan2-Regular.woff2") format("woff2"),
    url("../fonts/BalooChettan2-Regular.woff") format("woff"),
    url("../fonts/BalooChettan2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
  color: #655752;
  font-family: "Baloo Chettan 2 medium";
  font-size: 18px;
}
header {
  padding: 0 80px 0;
  background: #fff;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #00000017;
}
.navbar-expand-lg {
  padding: 0;
}
.nav-head-row {
  display: flex; 
  /* flex-wrap: wrap; */
  justify-content: space-between;
  width: 100%;
  align-items: center;
  /* padding: 0 15px; */
}
.navbar{width: 100%;}
.navbar-brand {
  margin: 0;
}
.logo-divsn {
  flex: 0 0 auto;
  width: auto;
  max-width: 300px;
}
.logo-divsn a {
  display: inline-block;
}
.menu-divsn {
  flex: 1 0 0%;
}
.top-menu ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.top-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}
a.prof {
  background: #deae4f;
  padding: 10px 20px;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
a.login {
  background: #475f84;
  padding: 10px 24px;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin-left: 23px;
}
.login a {
  background: #ea4d3e;
  padding: 10px 30px !important;
  border-radius: 24px;
  color: #fff !important;
  text-decoration: none;
  display: flex;
  font-size: 15px;
  margin-left: 23px;
  color: #fff;
  width: 180px;
  justify-content: center;
  border: 1px solid #ea4d3e;
}
.login a:hover {
  background: transparent;
  border: 1px solid #ea4d3e;
  color: #ea4d3e !important;
}
a.login img {
  width: 20px;
  margin-right: 10px;
}
.navbar-expand-lg .navbar-nav .menu-item{
  padding-right: 20px;
  padding-left: 20px;
  color: #1c2c4e;
  font-size: 18px;
  font-family: "Baloo Chettan 2 medium";
}
.navbar-expand-lg .navbar-nav {
  width: 100%;
  justify-content: center;
}
.navbar-expand-lg .navbar-nav .nav-link{ color: #1c2c4e;
  font-size: 18px;
  font-family: "Baloo Chettan 2 medium";}
.navbar-expand-lg .navbar-nav .menu-item .nav-link{ padding-right: 0px;
  padding-left: 0px;}
header li.current-menu-item a,
header li.current-menu-parent a {
  border-bottom: 2px solid #ea4d3e;
}
header li.current-menu-item a.nav-link,
header li.current-menu-parent a.nav-link.dropdown-toggle {
  color: #ea4d3e !important;
}
header li.login.current-menu-item a.nav-link {
  color: #fff !important;
}
header li.login.current-menu-item a.nav-link:hover {
  color: #ea4d3e !important;
}
header li.login.current-menu-item {
  border: 0;
}
header ul.dropdown-menu li.current-menu-item {
  border: 0;
}
.top-menu ul li:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  color: #1c2c4e;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.navbar-collapse {
  justify-content: center;
}
/* banner */
.banner-wrapper {
  background-image: url(../images/banner-bg.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 40px;
  position: relative;
  z-index: 1;
}
.cloud-banner:after {
  content: "";
  background-image: url(../images/banner-cloud.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  right: 158px;
  bottom: 0;
  left: 52px;
  z-index: -1;
  /* -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate; */
  -webkit-animation: animCloud 10s infinite linear;
  -moz-animation: animCloud 10s infinite linear;
  animation: animCloud 10s infinite linear;
  background-size: contain;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes animCloud {
  from {
    -webkit-transform: translateX(70%);
  }
  to {
    -webkit-transform: translateX(-70%);
  }
}
@-moz-keyframes animCloud {
  from {
    -moz-transform: translateX(70%);
  }
  to {
    -moz-transform: translateX(-70%);
  }
}
@keyframes animCloud {
  from {
    -webkit-transform: translateX(70%);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -o-transform: translateX(70%);
    transform: translateX(70%);
  }
  to {
    -webkit-transform: translateX(-700%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -o-transform: translateX(-70%);
    transform: translateX(-70%);
  }
}
.tag-head {
  background: #ea4d3e;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Baloo Chettan 2 bold";
  position: relative;
  padding: 2px 12px 2.5px 15px;
}
.tag-head::after {
  position: absolute;
  content: "";
  /* bottom: -25px; */
  left: auto;
  /* right: -60px; */
  border: 19.5px solid #ea4d3e;
  border-right-color: transparent;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 0px;
}
.banner-img img {
  width: 100%;
}
.banner-content {
  padding-top: 80px;
}
.banner-content h1 {
  font-weight: 700;
  font-family: "Baloo Chettan 2 bold";
  font-size: 60px;
  color: #1c2c4e;
  font: normal normal bold 60px/89px;
  letter-spacing: 0px;
  text-transform: capitalize;
  padding-top: 14px;
}
.banner-content p {
  color: #3e5361;
  font-family: "Baloo Chettan 2 medium";
  font-size: 18px;
  margin-bottom: 38px;
}
a.book-now {
  background: #ea4d3e;
  padding: 12px 57px;
  box-shadow: 0px 3px 6px #00000014;
  border-radius: 80px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "Baloo Chettan 2 semibold";
  border: 1px solid #ea4d3e;
}
a.book-now:hover {
  background: transparent;
  border: 1px solid #ea4d3e;
  color: #ea4d3e;
}
.after-banner {
  margin-top: -166px;
  position: relative;
  z-index: 1;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.after-banner img {
  width: 100%;
}
/* banner */
.sec-title {
  text-align: center;
  margin: auto;
  margin-bottom: 36px;
}
.sec-title h2 {
  color: #ea4d3e;
  font-size: 18px;
  font-family: "Baloo Chettan 2 semibold";
}
.sec-title h3 {
  color: #1c2c4e;
  font-size: 36px;
  font-family: "Baloo Chettan 2 bold";
}
.sec-title p {
  color: #655752;
  font-family: "Baloo Chettan 2 medium";
  font-size: 18px;
}
/* service */
.service-box img {
  width: 100%;
  height: 259px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.service-box {
  border-radius: 30px;
}
.service-box-content h4 {
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 bold";
  font-size: 28px;
}
.service-box-content {
  padding: 14px 40px 46px;
  position: relative;
  border-radius: 0 0 30px 30px;
}
.service-box-content.child-care {
  background: #ffe9e4;
}
.service-box-content.child-care::before {
  background-image: url(../images/child-care.png);
}
.service-box-content.french-class {
  background: #fff3d8;
}
.service-box-content::before {
  position: absolute;
  content: "";
  background-image: url(../images/child-care.png);
  background-size: 100%;
  top: -16px;
  width: 100%;
  left: 0;
  right: 0;
  height: 100px;
  background-repeat: no-repeat;
}
.service-box-content.french-class::before {
  background-image: url(../images/french-class.png);
}
.service-box-content p {
  margin-bottom: 37px;
}
.service-box-content a.book-now {
  background: transparent;
  border: 1px solid #ea4d3e;
  color: #ea4d3e;
}
.service-provide {
  position: relative;
  padding-bottom: 150px;
}
.service-box-content a.book-now:hover {
  background: #ea4d3e;
  color: #fff;
}
.service-provide:before {
  position: absolute;
  content: "";
  right: 0;
  left: 35px;
  top: 0;
  background-image: url(../images/two-star.png);
  background-size: 100px;
  height: 107px;
  background-repeat: no-repeat;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  width: 107px;
}
.service-provide:after {
  position: absolute;
  content: "";
  right: 55px;
  top: 0;
  background-image: url(../images/one-small-star.png);
  background-size: 28px;
  height: 100px;
  background-repeat: no-repeat;
  width: 28px;
  -webkit-animation: blink-animation 2s infinite;
  animation: blink-animation 2s infinite;
}
/* service */
/* about */
.about-us {
  background: #fff7f2;
  padding: 110px 0 80px;
}
.about-content h2 {
  color: #ea4d3e;
  font-size: 18px;
  font-family: "Baloo Chettan 2 semibold";
}
.about-content h3 {
  color: #1c2c4e;
  font-size: 38px;
  font-family: "Baloo Chettan 2 bold";
}
.about-content a.book-now {
  background: transparent;
  border: 1px solid #ea4d3e;
  color: #ea4d3e;
  /* margin: 25px; */
  margin-top: 13px;
  display: inline-flex;
}
.about-content a.book-now:hover {
  background: #ea4d3e;
  color: #fff;
}
.common-style {
  position: relative;
}
.about-slider {
  position: relative;
}
.about-image-slide,
.shape-area1 {
  position: relative;
  height: 455px 
}
.shape-area1 img {
  object-fit: cover;
  height: 100% !important;
}
.about-image-slide:before,
.shape-area1:before {
  position: absolute;
  content: "";
  background-image: url(../images/slider-shape.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 373px;
}
.about-slider:before {
  position: absolute;
  content: "";
  top: -47px;
  left: 85px;
  right: 0;
  background-image: url(../images/rainbow-line.svg);
  background-size: 100%;
  width: 288px;
  height: 134px;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  transform: translateX(19px);
}
.about-slide {
  position: relative;
}

.about-slide img,
.shape-area1 img {
  -webkit-mask-image: url(../images/slider-shape.svg);
  mask-image: url(../images/slider-shape.svg);
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.common-style:before {
  position: absolute;
  content: "";
  right: 0;
  left: 50px;
  top: 0;
  background-size: 100px;
  height: 115px;
  background-repeat: no-repeat;
}
.common-style:after {
  position: absolute;
  content: "";
  right: 55px;
  top: 0;
  background-size: 28px;
  height: 100px;
  background-repeat: no-repeat;
  width: 28px;
}
.common-style.about-us:before {
  background-image: url(../images/lolypop.png);
  /* top: -66px; */
  width: 80px;
  background-size: 80px;
  height: 99px;
  top: -54px;
  animation: shake 2s ease infinite;
}
.common-style.about-us:after {
  background-image: url(../images/dog.png);
  width: 120px;
  background-size: 120px;
  height: 136px;
  top: -66px;
  animation: hithere 1s ease infinite;
}
.about-slider .owl-theme .owl-nav button.owl-prev {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 13px;
  font-size: 45px;
}
.about-slider .owl-theme .owl-nav button.owl-next {
  top: 54%;
  transform: translateY(-50%);
  position: absolute;
  right: 13px;
  font-size: 45px;
}
.about-slider .owl-theme .owl-nav button:hover {
  background: transparent;
  color: #000;
}
.about-content {
  padding-right: 40px;
}
/* about */
/* features */
.features {
  background: #c0d7e7;
  padding: 45px 0;
}
.features::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/features-bg.svg);
  height: 100px;
  background-repeat: no-repeat;
  transform: translateY(20px);
  background-size: 100%;
}
.feature-box {
  text-align: center;
}
span.count {
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 bold";
  font-size: 45px;
  display: block;
  margin-bottom: 8px;
}
.feature-box h5 {
  font-size: 20px;
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 bold";
}
.on-going {
  padding: 80px 0;
  padding-bottom: 100px;
}
.common-style.on-going:before {
  background-image: url(../images/rocket.png);
  width: 100px;
  background-size: 100px;
  height: 99px;
  top: 73px;
  -webkit-animation: rocket 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
  animation: rocket 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}
.common-style.on-going:after {
  background-image: url(../images/star.png);
  width: 50px;
  background-size: 50px;
  height: 80px;
  top: 73px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.learning-img span.price {
  position: absolute;
  bottom: -16px;
  right: 10px;
  background: #ea4d3e;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-family: "Baloo Chettan 2 bold";
  font-size: 15px;
}
/* features */
/* learning */
.learning-box {
  background: #ffe9e4 0% 0% no-repeat padding-box;
  border-radius: 40px;
  padding: 20px 35px;
  margin-top: 120px;
}
.learning-img {
  margin-top: -125px;
  position: relative;
  float: left;
  margin-bottom: 27px;
}
.learning-img img {
  width: 100%;
  border-radius: 30px;
  height: 250px;
  object-fit: cover;
}
.learning-criteria {
  display: flex;
  margin: 20px 0;
  /* justify-content: space-between; */
  position: relative;
}
.learning-criteria div {
  border-right: 1px solid #dcbeb7;
}
.learning-criteria div {
  border-right: 1px solid #dcbeb7;
  padding-right: 6px;
  padding-left: 11px;
}
.learning-criteria div:first-child {
  padding-left: 0;
}
.learning-criteria div:last-child {
  padding-right: 0;
  border: 0;
}
.learning-criteria p {
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 bold";
  margin-bottom: 2px;
}
.learning-box h6 {
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 bold";
  font-size: 25px;
}
.learning-box h6 a {
  color: #1c2c4e;
  text-decoration: none;
}
.learning-criteria span {
  color: #ea4d3e;
  font-family: "Baloo Chettan 2 semibold";
  font-size: 16px;
}
/* learning */
/* staff */
.on-expert {
  background: #fff7f2;
  padding: 80px 0;
}
.common-style.on-expert:before {
  background-image: url(../images/cap-plane.png);
  width: 115px;
  background-size: 115px;
  height: 99px;
  top: -44px;
  animation: flash 500ms ease infinite alternate;
}
.common-style.on-expert:after {
  background-image: url(../images/busket-ball.png);
  width: 90px;
  background-size: 90px;
  height: 93px;
  top: -44px;
  animation: bounce2 1.5s ease infinite;
}
.staff-img {
  position: relative;
  margin-top: -205px;
}
.staff-img img {
  border-radius: 30px;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.staff-box {
  background: #ffffff;
  box-shadow: 0px 2px 14px #f1d7d1;
  border-radius: 30px;
  padding: 30px;
  margin-top: 165px;
}
.staff-content {
  left: 0;
  text-align: center;
  background: #fff;
  border-radius: 50% 0 50% 0;
  margin-top: -45px;
  position: relative;
  margin: auto;
  right: 0;
  z-index: 1;
}
.staff-content:before {
  position: absolute;
  content: "";
  right: 0;
  left: -17px;
  background-image: url(../images/half-circle.svg);
  background-size: 360px;
  width: 407px;
  height: 77px;
  top: -71px;
  background-repeat: no-repeat;
  margin: auto;
  text-align: center;
  background-position: center;
}
.staff-content h6 {
  font-family: "Baloo Chettan 2 bold";
  color: #1c2c4e;
  font-size: 20px;
  margin-bottom: 2px;
}
.staff-content span {
  color: #655752;
  font-family: "Baloo Chettan 2 medium";
  font-size: 16px;
}
.circle {
  background: #ea4d3e;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -71px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle img {
  width: 25px;
}
/* new-session */
.new-session {
  background: #c0d7e7;
}
.news-ssesionrow {
  display: flex;
  gap: 40px;
}
.session-col {
  width: 32%;
  flex: 0 0 auto;
}
.call-back {
  text-align: center;
  padding: 58px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.call-back a.book-now {
  display: flex;
  justify-content: center;
  width: 250px;
}
.rainbow img {
  width: 100%;
  animation: rotate-in-down-left 3s ease infinite;
}
.call-back h2 {
  color: #ea4d3e;
  font-size: 18px;
  font-family: "Baloo Chettan 2 semibold";
}
.call-back h3 {
  color: #1c2c4e;
  font-size: 38px;
  font-family: "Baloo Chettan 2 bold";
  line-height: 46px;
  margin-bottom: 30px;
}
.call-back h3 a {
  color: #1c2c4e;
  text-decoration: none;
}
.butterfly {
  display: flex;
  align-items: center;
  padding-left: 45px;
}
.butterfly img {
  animation: flapL 0.65s linear infinite alternate;
  transform-origin: right bottom;
}
.make-appontment {
  padding: 80px 0;
}
.common-style.make-appontment:before {
  background-image: url(../images/note.png);
  width: 73px;
  background-size: 73px;
  top: 73px;
  left: 29px;
  animation: flip 2s ease infinite;
}
.common-style.make-appontment:after {
  background-image: url(../images/star.png);
  width: 50px;
  background-size: 50px;
  height: 93px;
  top: 73px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.conatct-form {
  background: #ffe9e4 0% 0% no-repeat padding-box;
  border-radius: 50px;
  padding: 45px;
  position: relative;
  margin-top: 30px;
}
.conatct-form p{
  margin-bottom: 20px;
}
.conatct-form::before {
  position: absolute;
  content: "";
  background-image: url(../images/bird.png);
  background-repeat: no-repeat;
  background-size: 54px;
  width: 54px;
  background-position: left;
  height: 40px;
  left: -77px;
  top: 33%;
  transform: translateY(-1px);
  animation: flapL 0.65s linear infinite alternate;
  transform-origin: right bottom;
}
.conatct-form .form-control {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #00000012;
  border-radius: 30px;
  border: 0;
  padding: 25px;
}
.conatct-form textarea.form-control {
  width: 100%;
  height: 180px;
}
.conatct-form input::placeholder,
.conatct-form textarea::placeholder {
  color: #655752;
  font-size: 14px;
}
.conatct-form .form-group {
  margin-bottom: 25px;
}
.conatct-form input.form-control {
  height: 45px;
}
.conatct-form button {
  background: #ea4d3e;
  padding: 12px 57px;
  box-shadow: 0px 3px 6px #00000014;
  border-radius: 80px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "Baloo Chettan 2 semibold";
  width: 100%;
  border: 0;
}
.conatct-form button:hover {
  background: #475f84;
}
.make-appointment-details {
  padding-left: 25px;
  padding-top: 65px;
}
.make-appointment-details .sec-title {
  text-align: left;
}
.book-now.transparent-button {
  background: transparent;
  border: 1px solid #ea4d3e;
  color: #ea4d3e;
  margin-top: 12px;
  display: inline-flex;
}
.book-now.transparent-button:hover {
  color: #fff;
  background: #ea4d3e;
}
footer {
  background: #c0d7e7;
  padding: 59px 0 0;
}
.footer-wid {
  margin-bottom: 60px;
}
.footer-wid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wid ul li {
  position: relative;
  line-height: 35px;
}
.footer-wid ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/Path.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  top: 13px;
}
.footer-wid ul li a {
  color: #3e5361;
  font-family: "Baloo Chettan 2 medium";
  font-size: 18px;
  text-decoration: none;
  padding-left: 25px;
}
.footer-wid h6 {
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 semibold";
  font-size: 20px;
  margin-bottom: 12px;
}
.footer-logo {
  padding-right: 20px;
  margin-bottom: 60px;
}
.footer-logo img {
  margin-bottom: 10px;
  width: 72px;
}
.footer-logo p {
  font-size: 16px;
  color:#3e5361;
}
.social ul {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 14px;
}
.social img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(2475%)
    hue-rotate(193deg) brightness(95%) contrast(90%);
  width: 15px;
  height: 18px;
  flex: 0 0 auto;
}
.social img:hover {
  filter: brightness(0) saturate(100%) invert(43%) sepia(45%) saturate(1621%)
    hue-rotate(329deg) brightness(90%) contrast(104%);
}
.footer-wid.contactinfo ul li::before {
  display: none;
}
.footer-wid.contactinfo ul li a {
  padding-left: 0;
  display: flex;
  gap: 9px;
}
.footer-wid.contactinfo img {
  width: 14px;
  flex: 0 0 auto;
  /* padding-right: 10px; */
  margin-right: 10px;
}
.footer-wid.contactinfo p {
  display: flex;
  gap: 2px;
  line-height: 23px;
  align-items: baseline;
  color:#3e5361;
}
.footer-wid.contactinfo p img {
  margin-top: 10px;
  position: relative;
  top: 7px;
}
footer.common-style:before {
  background-image: url(../images/dog.png);
  width: 99px;
  background-size: 99px;
  top: -69px;
  left: 14px;
  transform: rotate(45deg);
  height: 115px;
  animation: hithere 1s ease infinite;
}
footer.common-style:after {
  background-image: url(../images/rainbow-star.png);
  width: 247px;
  background-size: cover;
  height: 312px;
  top: -260px;
  right: 2px;
  animation: fade-in-down 2s ease infinite;
	z-index:-1;
}
.copy-right {
  text-align: left;
}
.copy-right p {
  margin-bottom: 0;
  color: #3e5361;
}
/* inner-pages */
.inner-banner {
  background-position: center;
  padding: 141px 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.inner-banner::before {
  position: absolute;
  content: "";
  background: #1d21545e;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.banner-head {
  text-align: center;
  padding: 60px 0 0;
  position: relative;
}
.banner-head h1 {
  color: #ffffff;
  font-family: "Baloo Chettan 2 bold";
  font-size: 40px;
}
.inner-after.after-banner {
  margin-top: -85px;
}
.about-circle {
  border: 2px dotted #ea4d3e;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: relative;
}
.about-circle img {
  width: 565px;
  border-radius: 50%;
  height: 565px;
  object-fit: cover;
}
.about-small {
  position: absolute;
  bottom: 44px;
  width: 220px;
  height: 220px;
  right: 0;
}
.about-small img {
  width: 100%;
  height: auto;
}
.about-sec .sec-title {
  text-align: left;
}
.designation p {
  color: #ea4d3e;
  font-family: "Baloo Chettan 2 semibold";
  font-size: 20px;
  margin-bottom: 0;
}
.designation span {
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 semibold";
  font-size: 22px;
}
.about-feat {
  margin-bottom: 100px;
}
.about-sec {
  padding: 50px 0;
}
/* inner-pages */
/* animation */
@keyframes flapL {
  0% {
    transform: rotateY(30deg);
  }
  100% {
    transform: rotateY(-30deg);
  }
}
@keyframes flapR {
  0% {
    transform: rotateY(-30deg);
  }
  100% {
    transform: rotateY(30deg);
  }
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes hithere {
  30% {
    transform: scale(1.2);
  }
  40%,
  60% {
    transform: rotate(-20deg) scale(1.2);
  }
  50% {
    transform: rotate(20deg) scale(1.2);
  }
  70% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes blink-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scale-animation {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@keyframes scale-animation {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@keyframes glow {
  0% {
    text-shadow: 1px 1px 18px #fcb900;
  }
  100% {
    text-shadow: 1px 1px 90px #fcb900;
  }
}
@keyframes rocket {
  0% {
    transform: scale(1.5) translate(0, 0);
    opacity: 1;
  }
  5% {
    transform: scale(1.5) translate(2px, 0);
    opacity: 1;
  }
  10% {
    transform: scale(1.5) translate(1px, -2px);
    opacity: 1;
  }
  15% {
    transform: scale(1.5) translate(3px, -1px);
    opacity: 1;
  }
  20% {
    transform: scale(1.5) translate(2px, -3px);
    opacity: 1;
  }
  25% {
    transform: scale(1.5) translate(4px, -2px);
    opacity: 1;
  }
  50% {
    transform: scale(1.5) translate(10px, -10px);
    opacity: 0;
  }
  51% {
    transform: scale(1.5) translate(-10px, 10px);
    opacity: 0;
  }
  100% {
    transform: scale(1.5) translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes times {
  0% {
    transform: scale(1.5) translateX(0);
  }
  15% {
    transform: scale(1.5) translateX(5px);
  }
  30% {
    transform: scale(1.5) translateX(-5px);
  }
  45% {
    transform: scale(1.5) translateX(3px);
  }
  60% {
    transform: scale(1.5) translateX(-3px);
  }
  75% {
    transform: scale(1.5) translateX(0);
  }
  100% {
    transform: scale(1.5) translateX(0);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes flip {
  0% {
    transform: perspective(500px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(500px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(500px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(500px) scale(1);
    animation-timing-function: ease-in;
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-25deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes flash {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* animation */
/* contact-form */
ul.contact_details-list {
  list-style: none;
  padding: 0;
}
.contact_colmn {
  padding-top: 30px;
}
.section_wrap.contact_hero-row {
  padding-bottom: 150px;
  padding-top: 80px;
}
.contact_details-list img {
  width: 18px;
  margin-top: 6px;
  margin-right: 10px;
}
.contact_details-list p {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
.contact_colmn h4.block-title {
  font-family: "Baloo Chettan 2 semibold";
  font-size: 22px;
  color: #ea4d3e;
}
.contact_details-list h5.sub_title {
  font-family: "Baloo Chettan 2 semibold";
  font-size: 18px;
  margin-bottom: 5px;
}
.contact_details-list li {
  margin-bottom: 25px;
}
/* contact-form */
.category-listing {
  padding: 0 0 80px;
}
a.view_schedule,
#add-to-cart-form input#submit-button {
  background: #ea4d3e;
  padding: 12px 57px;
  box-shadow: 0px 3px 6px #00000014;
  border-radius: 80px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: "Baloo Chettan 2 semibold";
  border: 1px solid #ea4d3e;
  display: inline-flex;
  margin-top: 25px;
}
#add-to-cart-form input#submit-button {
  padding: 7px 62px;
  margin-top: 0;
}
a.view_schedule:hover,
#add-to-cart-form input#submit-button:hover {
  background: transparent;
  border: 1px solid #ea4d3e;
  color: #ea4d3e;
}
.cat-details h2 {
  font-family: "Baloo Chettan 2 semibold";
  margin-bottom: 0;
}
.cat-details p {
  margin-bottom: 0;
}
.cat-details {
  padding-top: 40px;
  padding-left: 20px;
}
.cat-image img {
  border-radius: 12px;
}
/* termliost */
.termlist-booking {
  padding: 0 0 82px;
}
.termlist-booking .fc-prev-button {
  background: #ea4d3e;
  border: 0;
}
.termlist-booking .fc-next-button {
  border: 1px solid #ea4d3e;
  background: transparent;
  color: #ea4d3e;
}
.termlist-booking .fc-direction-ltr .fc-button-group {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-left: -1px;
}
.termlist-booking button.fc-timeGridWeek-button {
  background: #ea4d3e;
  border: 0;
}
.termlist-booking button.fc-dayGridMonth-button {
  background: #ea4d3e;
  border: 0;
}
.termlist-booking .fc-button-active {
  background: #ea4d3e;
  border: 0;
}
#add-to-cart-form ul {
  list-style: none;
  padding: 0;
}
/* #calendar {
    padding-right: 45px;
    padding-top: 30px;
    } */
#add-to-cart-form ul li {
  line-height: 31px;
}
.termlist-booking h2 {
  font-family: "Baloo Chettan 2 semibold";
  font-size: 24px;
}
.termlist-booking table th a {
  color: #000;
  text-decoration: none;
}
.termlist-booking table th {
  padding: 8px 0;
}
.termlist-booking .fc-daygrid-day {
  height: 27px !important;
  align-items: center;
  text-align: center;
}
.termlist-booking .fc .fc-daygrid-day-top {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
}
.termlist-booking .fc .fc-daygrid-day-frame {
  min-height: auto !important;
}
.termlist-booking table a {
  text-decoration: none;
  color: #000;
}
.termlist-booking table .fc td {
  padding: 5px 0;
  vertical-align: middle !important;
}
.termlist-booking table .fc td a {
  color: #000;
}
.termlist-booking table .fc td {
  padding: 0px;
  vertical-align: middle !important;
}
/* .termlist-booking table td{
    vertical-align: middle !important;
    }  */
.termlist-booking table .fc td a {
  color: #000;
}
div#exampleModalCenter button#myContinue {
  background: #ea4d3e;
  border: 0;
}
div#exampleModalCenter .modal-title {
  font-family: "Baloo Chettan 2 semibold";
  font-size: 25px;
}
div#exampleModalCenter .modal-dialog {
  max-width: 43%;
}
div#exampleModalCenter button#modalClose {
  border: 1px solid #ea4d3e;
  border-radius: 50%;
  background: transparent;
  color: #ea4d3e;
  width: 25px;
  height: 25px;
}
div#exampleModalCenter .modal-body {
  font-family: "Baloo Chettan 2 medium";
}
/* 11-01-24 */
/* 11-01-24 */
.faq-section {
  padding: 4rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
.sidebar-area {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 14px #f1d7d1;
  border-radius: 30px;
  overflow: hidden;
}
.sidebar-area h3 {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  display: block;
  background: var(--bs-primary);
  padding: 10px 30px;
  font-family: "Baloo Chettan 2 semibold";
}
.sidebar-area ul {
  margin: 0;
  padding: 10px 30px 20px;
}
.sidebar-area li {
  display: block;
  font-family: "Baloo Chettan 2 semibold";
  font-size: 18px;
  font-weight: 400;
  color: #1c2c4e;
  background: url(../images/arrow.svg) no-repeat left 10px;
  padding-left: 32px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cfe1ed;
}
.sidebar-area li:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-area li button {
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  line-height: 1.2;
}
.faq-accordion .accordion-item {
  margin-bottom: 25px;
  border: 0;
  background: #ffffff;
  box-shadow: 0px 2px 14px #f1d7d1;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px 0;
}
.faq-accordion .accordion-button {
  font-family: Baloo Chettan 2 medium;
  font-size: 19px;
  font-weight: 600;
  color: #1c2c4e;
  text-transform: capitalize;
  background: none;
  padding: 15px 25px;
  border: 0;
  box-shadow: none;
}
.faq-accordion .accordion-body {
  padding: 0 25px 25px;
}
.accordion-button::after {
  width: 36px;
  height: 36px;
  background: url(../images/icon-add.svg) no-repeat center center;
  background-size: 100%;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon-mins.svg);
}
/* Testimonials Page */
.testimonials-section {
  padding: 4rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
.testimonials-area {
  background: #ffffff;
  box-shadow: 0px 2px 14px #f1d7d1;
  border-radius: 30px;
  padding: 24px;
  margin-bottom: 25px;
}
.testi-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testi-head > img {
  flex: 0 0 auto;
}
.testi-head > .author-info {
  flex: 1 0 0%;
  margin-left: 16px;
}
.author-info h5 {
  font-size: 22px;
  line-height: 1.2;
  font-family: "Baloo Chettan 2 bold";
  color: #1c2c4e;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.author-info h6 {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Baloo Chettan 2 medium";
  color: var(--bs-primary);
  margin-bottom: 0px;
}
.testi-body {
  padding: 25px;
  background: #f8fcff;
  border: 1px solid #c0d7e7;
  border-radius: 25px;
  margin-top: 18px;
  position: relative;
}
.testi-body p {
  font-size: 16px;
  color: #655752;
  margin: 0;
  font-weight: 400;
  height: 145px;
  overflow-y: auto;
}
.testi-body::after {
  content: "";
  position: absolute;
  right: 25px;
  top: -20px;
  width: 47px;
  height: 41px;
  background: url(../images/icon-quote.svg) no-repeat center center;
  background-size: 100% auto;
}
/* Why French */
.french-about-section {
  padding: 6.25rem 0 120px;
  background: #fff7f2;
  position: relative;
  margin-top: 6.25rem;
}
.french-about-section::before,
.french-about-section::after {
  content: "";
  width: 100%;
  height: 60px;
  background: url(../images/french-about-section-bg.png) no-repeat center top;
  top: 0;
  left: 0;
  position: absolute;
  background-size: 100% auto;
}
.french-about-section::after {
  top: inherit;
  bottom: 0;
  background-image: url(../images/french-about-section-bg2.png);
  background-position: center 110%;
}
.french-about-section > .container > .row {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.french-about-section > .container > .row:nth-last-child(1) {
  margin-bottom: 0;
}
.french-about-section .content-area {
  background: #ffffff;
  box-shadow: 0px 2px 14px #f1d7d1;
  border-radius: 30px;
  padding: 40px;
  width: 120%;
  right: 20%;
  position: relative;
}
.french-about-section .content-area h3 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Baloo Chettan 2 bold";
  margin-bottom: 20px;
}
.french-about-section .content-area p {
  margin-bottom: 0;
}
.french-about-section .row > div > img {
  border-radius: 30px;
}
.fnch-abt {
  position: relative;
  padding: 80px 0;
}
.fnch-abt::before {
  position: absolute;
  content: "";
  right: 0;
  left: 2%;
  top: 0;
  background-image: url(../images/two-star.png);
  background-size: 100px;
  height: 100px;
  background-repeat: no-repeat;
  z-index: -1;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  width: 101px;
}
.fnch-abt::after {
  position: absolute;
  content: "";
  right: 55px;
  top: 0;
  background-image: url(../images/one-small-star.png);
  background-size: 28px;
  height: 100px;
  background-repeat: no-repeat;
  width: 28px;
  animation: blink-animation 2s infinite;
}
.french-about-section > .container::before {
  position: absolute;
  content: "";
  right: 0;
  left: 50px;
  background-repeat: no-repeat;
  background-image: url(../images/rocket.png);
  width: 100px;
  background-size: 100px;
  height: 99px;
  top: -25px;
  animation: rocket 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}
.french-about-section > .container::after {
  background-image: url(../images/busket-ball.png);
  width: 90px;
  background-size: 90px;
  height: 93px;
  top: -44px;
  animation: bounce2 1.5s ease infinite;
  position: absolute;
  content: "";
  right: 55px;
  background-repeat: no-repeat;
}
.about-content p > span {
  color: var(--bs-primary);
}
.content-area2 h3 {
  color: #1c2c4e;
  font-size: 34px;
  line-height: 1.2;
  font-family: "Baloo Chettan 2 bold";
  margin-bottom: 25px;
}
.content-area2 h4 {
  font-size: 22px;
  line-height: 1.2;
  font-family: "Baloo Chettan 2 medium";
  color: var(--bs-primary);
}
.content-area2 p {
  margin-bottom: 30px;
}
.content-area2 p:nth-last-child(1) {
  margin-bottom: 0;
}
.child-about-section::after {
  top: inherit;
  bottom: 0;
  background-image: url(../images/french-about-section-bg.png);
  background-position: inherit;
  transform: rotate(180deg);
}

.shape-image-area-main {
  position: relative;
}
.shape-image-area-main .shape-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.shape-image-area-main .shape-image-area {
  position: relative;
  padding: 10px;
}
.shape-image-area-main .shape-image-area img {
  -webkit-mask-image: url(../images/shape1.svg);
  mask-image: url(../images/shape1.svg);
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  display: block;
  max-width: 100%;
}

/* ANIMATION AREA */
.animation-area {
  position: absolute;
  width: 100%;
  height: 100%;
}
.animation-area::before,
.animation-area::after {
  content: "";
  background: url(../images/lolypop.png) no-repeat center center;
  background-size: 80px;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 28%;
  right: 0;
  left: 2%;
  animation: shake 2s ease infinite;
}
.animation-area::after {
  background-image: url(../images/dog.png);
  animation: hithere 1s ease infinite;
  left: inherit;
  right: 2%;
}
.animation-area.part2::before {
  background-image: url(../images/note.png);
  top: 38%;
  left: 1.5%;
}
.animation-area.part2::after {
  background-image: url(../images/star.png);
  top: 42%;
  right: 1.5%;
  background-size: 40px auto;
  animation: none;
}
.animation-area.part3::before {
  background-image: url(../images/bird.png);
  top: inherit;
  bottom: 20%;
  left: 1%;
  background-size: auto 35px;
}
.animation-area.part3::after {
  background-image: url(../images/rocket.png);
  top: inherit;
  bottom: 20%;
  right: 1.5%;
  background-size: auto 75px;
  animation: none;
  animation: rocket 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}
/* classes */
.toddler-slider .owl-item img {
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.toddler-slider .owl-thumbs .owl-thumb-item img {
  max-width: 100%;
  height: 103px;
  border-radius: 25px;
  object-fit: cover;
}
.toddler-slider button.owl-thumb-item.active img {
  border: 2px solid #ea4d3e;
}
.toddler-slider .owl-thumbs {
  display: flex;
  gap: 8px;
  margin: 18px 0;
}
.toddler-slider .owl-thumbs .owl-thumb-item {
  width: 100%;
  max-width: 100%;
  background: transparent;
  border: none;
  overflow: hidden;
}
.baby-class-date {
  background: #ffffff;
  box-shadow: 0px 2px 14px #f1d7d1;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 30px;
  /* margin-right: 40px; */
}
.date-head {
  border-bottom: 1px solid #65575224;
  padding-bottom: 9px;
}
.terms {
  border-bottom: 1px solid #65575224;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.terms a {
  text-decoration: none;
}
.term-week h5 {
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 bold";
  font-size: 20px;
  margin-bottom: 3px;
  position: relative;
  padding-left: 22px;
}
.term-week h5:before {
  position: absolute;
  content: "";
  background-image: url(../images/terms-icon.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  width: 21px;
  left: 0;
  top: 0;
  height: 26px;
  background-position: left;
  margin-right: 5px;
}
.babygroup-details .term-week h5:before {
  display: none;
}
.babygroup-details .term-week h5 {
  padding-left: 0;
}
.babygroup-details .term-week h5 img {
  width: 16px;
  margin-right: 8px;
}
.date-head h4 {
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 bold";
  font-size: 20px;
  text-align: center;
}
.term-week {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 0 0;
}
.terms p {
  color: #655752;
  font-size: 15px;
  margin: 0;
  font-family: "Baloo Chettan 2 regular";
}
.baby-class-sidebar {
  padding-left: 12px;
}
.term-week span {
  color: #ea4d3e;
  font-family: "Baloo Chettan 2 semibold";
}
.baby-details h2 {
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 bold";
  font-size: 36px;
  margin-bottom: 5px;
}
.baby-details h3 {
  font-family: "Baloo Chettan 2 semibold";
  color: #1c2c4e;
  font-size: 20px;
}
.baby-details P {
  margin-bottom: 10px;
}
.baby-details P:last-child{margin-bottom: 20px;}
.baby-details h3 span {
  color: #ea4d3e;
  font-size: 24px;
  font-family: "Baloo Chettan 2 bold";
}
.baby-class.parent {
  padding: 35px 0 100px;
  position: relative;
}

.baby-class.parent:before {
  position: absolute;
  content: "";
  top: 117px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff7f2;
  transform: translateY(69px);
}
.baby-class.parent:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  width: 100%;
  background-image: url(../images/features-bg.svg);
  height: 37px;
  background-repeat: no-repeat;
  transform: translateY(20px);
  background-size: 100%;
  bottom: 10px;
}
.baby-classtoddler {
  background: #fff;
  padding: 100px 0;
}
.baby-classtoddler:before {
  background-image: url(../images/rocket.png);
  width: 100px;
  background-size: 100px;
  height: 99px;
  top: -23px;
  -webkit-animation: rocket 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
  animation: rocket 1s cubic-bezier(0.36, 0.07, 0.57, 0.99) infinite;
}
.baby-classtoddler:after {
  background-image: url(../images/dog.png);
  width: 120px;
  background-size: 120px;
  height: 136px;
  top: -66px;
  animation: hithere 1s ease infinite;
}
.baby-class.parent .baby-cont:before {
  background-image: url(../images/two-star.png);
  top: -67px;
  left: -110px;
  right: auto;
  z-index: 999;
  width: 368px;
}
.baby-cont {
  position: relative;
}
.baby-class.parent .baby-cont:after {
  background-image: url(../images/one-small-star.png);
  top: 21%;
}
.baby-class.parent .toddler-slider:after {
  background-image: url(../images/lolypop.png);
  /* top: -66px; */
  width: 80px;
  background-size: 80px;
  height: 99px;
  bottom: 112px;
  top: auto;
  left: -105px;
  animation: shake 2s ease infinite;
}
.baby-classtoddler .toddler-slider:before {
  background-image: url(../images/note.png);
  width: 73px;
  background-size: 73px;
  top: 67%;
  left: -127px;
  animation: flip 2s ease infinite;
  z-index: 999;
}
.baby-class.parent .babygroup-details:before {
  background-image: url(../images/busket-ball.png);
  width: 90px;
  background-size: 90px;
  height: 93px;
  top: -49px;
  right: -103px;
  animation: bounce2 1.5s ease infinite;
  left: auto;
}
.staff-for-baby .staff-img {
  position: static;
  margin: 0;
}
.staff-for-baby .staff-box {
  margin-top: 0;
}
.about-sec.common-style:before,
.contact_hero-row.common-style:before,
.testimonials-section.common-style:before {
  background-image: url(../images/two-star.png);
  z-index: 999;
  width: 101px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.about-sec.common-style:after,
.contact_hero-row.common-style:after,
.testimonials-section.common-style:after {
  background-image: url(../images/one-small-star.png);
  top: 21%;
  animation: blink-animation 2s infinite;
}
.testimonials-section .container.common-style:after {
  background-image: url(../images/busket-ball.png);
  width: 90px;
  background-size: 90px;
  height: 93px;
  top: 20%;
  right: -130px;
  animation: bounce2 1.5s ease infinite;
}
.contact_hero-row.common-style:after,
.testimonials-section.common-style:after{
  top:0;
}
.about-descrip {
  /* padding-left: 27px; */
}
.about-slider .owl-thumbs {
  display: none;
}
.french-about-row {
  padding-bottom: 50px;
}
/* checkout */
.woocommerce-checkout #Container {
  margin: auto;
  padding: 120px;
}
.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout .select {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ebe2e2;
  padding: 10px;
}
.woocommerce form .form-row select {
  border: 1px solid #ebe2e2;
}
.woocommerce-checkout form input,
.woocommerce-checkout form select {
  /* height: 42px; */
  font-size: 15px;
}
.woocommerce-checkout input[type="radio" i] {
  padding: 0;
  height: auto;
}
.woocommerce-checkout form input,
.woocommerce-checkout form select {
  height: 42px;
  font-size: 15px;
}
.woocommerce-checkout h1 {
  font-family: "Baloo Chettan 2 semibold";
  font-size: 35px;
}
.woocommerce-checkout h3 {
  font-family: "Baloo Chettan 2 semibold";
  font-size: 25px;
}
.woocommerce-checkout form .form-row-last {
  float: left !important;
}
.page-template-temp-book-with-us a.book-now {
  display: none;
}
/* checkout */

/* 16-01-2023 Classes animation=====*/
.classes-str-ani {
  position: absolute;
  width: 100%;
}
.about-descrip .sec-title h3 {
  font-size: 32px;
}

/* 22-01-24 */
.footer-bottom {
  border-top: 1px solid #bbb3b3;
  padding: 16px 0;
}
.courtesy {
  text-align: end;
}
.courtesy p {
  margin-bottom: 0;
}
.courtesy img {
  width: 90px;
}
/* 22-01-2424 */
header .navbar-toggler:focus{
    box-shadow: none;
}
header button.navbar-toggler{
    border: none;
}


/* 23-01-24 */
.woocommerce-Reviews form label{
    display: block;
    margin-bottom: 10px;
    font-family: 'Baloo Chettan 2 medium';
}
.woocommerce-Reviews form input[type="text"],
.woocommerce-Reviews form input[type="email"],
.wc-block-components-text-input input[type=text]{
  border: 1px solid #ebe2e2;
  padding: 10px;
  height: 30px;
  width: 50% !important;
}
  .woocommerce-Reviews form textarea{
    border: 1px solid #ebe2e2;
    width: 50% !important;
  }
 .add_to_cart_button, .single_add_to_cart_button, .submit {
    background-color: #ea4d3e !important;
    padding: 12px 40px !important;
    box-shadow: 0px 3px 6px #00000014;
    border-radius: 80px !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px !important;
    font-family: "Baloo Chettan 2 semibold";
    border: 1px solid #ea4d3e !important;
}
.add_to_cart_button:hover, .single_add_to_cart_button:hover,
.submit:hover{
  background: transparent !important;
  border: 1px solid #ea4d3e;
  color: #ea4d3e !important;
}
h2.woocommerce-loop-product__title, .wc-block-grid__product-title {
  font-family: 'Baloo Chettan 2 semibold';
  color: #000 !important;
  text-decoration: none !important;
  font-size: 22px !important;
  margin-bottom: 5px;

}
.woocommerce div.product div.images img{
  border-radius: 10px;
}
.woocommerce-checkout .elv_wo_inner {
  padding: 150px 0;
}
h2.woocommerce-loop-product__title a{
  font-size: 25px;
  color: #1c2c4e;
}
.woocommerce p.stars a {
  color: #ffc107;
  font-weight: 600;
}
.related.products h2,
.woocommerce-Reviews-title{
  color: #1c2c4e;
  font-family: "Baloo Chettan 2 bold";
  font-size: 36px;
  margin-bottom: 20px;
}
.related.products img{
  height: 200px !important;
  object-fit: cover;
  border-radius: 20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  font-size: 18px;
}
.checkout_coupon button.button {
  background: #ea4d3e !important;
  color: #fff !important;
  border-radius: 5px;
  border: 1px solid #ea4d3e;
}
.checkout_coupon button.button:hover{
  background: transparent !important;
  border: 1px solid #ea4d3e;
  color:#ea4d3e !important;
}
/* cart */
.wp-block-woocommerce-cart.alignwide {
  padding: 100px 0;
}
a.wc-block-components-product-name {
  font-family: 'Baloo Chettan 2 bold';
  color: #1c2c4e;
  font-size: 24px;
}
.wc-block-components-product-details__name {
  font-weight: 700;
  font-size: 18px;
}
.wc-block-components-product-details__value {
  font-size: 16px;
}
.wc-block-components-product-details li {
  line-height: 35px;
}
.wc-block-cart__totals-title{
font-size: 18px !important;
}
.wc-block-cart-items__header th {
  font-size: 18px;
}
a.wc-block-components-totals-coupon-link,
.product_meta .posted_in a {
  color: #ea4d3e;
}

.related.products a.components-button,
.woocommerce-cart a.components-button{
  background-color: #ea4d3e !important;
  padding: 10px 40px !important;
  box-shadow: 0px 3px 6px #00000014;
  border-radius: 80px !important;
  color: #fff !important;
  text-decoration: none;
  font-size: 20px;
  font-family: "Baloo Chettan 2 semibold";
  border: 1px solid #ea4d3e !important;
  width: 100%;
}
.woocommerce-cart a.components-button:hover{
  background: transparent !important;
  border: 1px solid #ea4d3e;
  color:#ea4d3e !important;
}
.single-product section.elv_main {
  padding: 140px 0;
}
a.added_to_cart.wc-forward {
  color: #ea4d3e;
  display: flex;
  justify-content: center;
  font-size: 20px;
  padding: 0 !important;
  width: 83%;
  margin-top: 10px;
}
/* cart */
/* 23-01-24 */

/* 25-01-24 */
.cart_check_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 45px 0;
  z-index: 1050;
  background: #0000005c;
  overflow-x: hidden;
    overflow-y: auto;
    transition: opacity .15s linear;

}
.cart_check_popup #popup-content{width: 800px; margin: auto; position: relative;}

.cart_check_popup form{
    background: #ffe9e4;
    border-radius: 50px;
    padding: 55px 45px;
    margin-top: 30px 
}
.cart_check_popup form .form-control{
  background: #ffffff;
  box-shadow: 0px 2px 4px #00000012;
  border-radius: 30px;
  border: 0;
  padding: 25px;}
  .cart_check_popup form input{height: 45px;}

  .cart_check_popup form button {
    background: #ea4d3e;
    padding: 12px 57px;
    box-shadow: 0px 3px 6px #00000014;
    border-radius: 80px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: "Baloo Chettan 2 semibold";
    width: 100%;
    border: 0;
}
.cart_check_popup form .form-group {
  margin-bottom: 25px;
}
.baby-details a.book-now {
  display: inline-block;
  width: auto;
  margin-top: 25px;
}
button#popup-close {
  position: absolute;
  top: 13px;
  right: 32px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius:50%;
  color: #000;
  border: 0;
  font-size: 19px;
}
input#wc-block-components-totals-coupon__input-0 {
  border: 1px solid #ebe2e2;
  padding: 6px !important;
  width: 100% !important;
  height: 40px;
  line-height: 10px !important;
  font-size: 13px;
  min-height: auto !important;
  display: flex;
  align-items: center;
}
input#wc-block-components-totals-coupon__input-0::placeholder{padding: 0 !important;}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  background: #ea4d3e;
  padding: 8px 30px !important;
  border-radius: 22px;
  color: #fff;
  border: 0;
  height: 39px;
  min-height: 41px !important;
  display: inline-flex;
  align-items: baseline;
}button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover{border: 1px solid #ea4d3e; background: transparent; color: #ea4d3e;}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input label{top:-6px}
.wp-block-woocommerce-cart .wc-block-grid__product .wc-block-grid__product-link{text-decoration: none;}
.wp-block-woocommerce-cart .wp-block-heading{
     font-family: 'Baloo Chettan 2 semibold';
    color: #000 !important;
    text-decoration: none !important;
    font-size: 36px !important;
    margin-bottom: 5px;
    margin-bottom: 40px;
}
.wp-block-woocommerce-cart span.woocommerce-Price-amount.amount {
  color: #ea4d3e;
  font-size: 16px;
}
.wp-block-woocommerce-cart .wc-block-grid__product-image img{
border-radius: 12px;
}
.term-toddler section.elv_main {
  padding: 127px 0;
}
.term-toddler select.orderby {
  padding: 4px;
  border: 1px solid #f1eaea;
}
p.comment-form-cookies-consent {
  display: flex;
  gap: 8px 15px;
  align-items: baseline;
}
/* 25-01-24 */
/* ==============================   RESPONSIVE  =============================================== */
@media only screen and (min-width: 992px) {
  .french-about-section > .container > .row:nth-child(even) {
    flex-direction: row-reverse;
  }
  .french-about-section > .container > .row:nth-child(even) .content-area {
    right: inherit;
    left: 0;
  }
}
@media only screen and (min-width: 1620px) and (max-width: 1800px) {
  .navbar-expand-lg .navbar-nav {
    justify-content: end;
}
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .cloud-banner:after {
    top: -145px;
    right: 94px;
    bottom: 0;
    left: 2px;
  }
  .navbar-expand-lg .navbar-nav .menu-item {
    padding-right: 18px;
    padding-left: 18px;
  }
  .navbar-expand-lg .navbar-nav .menu-item .nav-link{
    font-size: 16px;
  }
  .baby-class.parent.common-style:before {
    background-size: 54px;
  }
  .navbar-expand-lg .navbar-nav {
    justify-content: end;
}
}

@media only screen and (min-width: 1369px) and (max-width: 1500px) {
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-size: 15px;
}
.navbar-expand-lg .navbar-nav .menu-item {
  padding-right: 14px;
  padding-left: 14px;
}
.navbar-expand-lg .navbar-nav {
  justify-content: end;
}
}

@media only screen and (min-width: 1351px) and (max-width: 1368px) {
  .navbar-expand-lg .navbar-nav .menu-item {
    padding-right: 10px;
    padding-left: 10px;
}
  .navbar-expand-lg .navbar-nav .menu-item .nav-link{font-size: 16px;}
  header {
    padding: 0 45px 0;
  }
  header .navbar-collapse {
    padding-left: 40px;
  }
  .staff-content:before {
    left: 9px;
    background-size: 317px;
    width: 254px;
    height: 84px;
    top: -70px;
  }
  .login a {
    width: 155px;
  }
  .learning-criteria span {
    font-size: 13px;
    line-height: 20px;
    display: block;
  }
  .after-banner {
    margin-top: -166px;
  }
  .baby-class.parent.common-style:before {
    background-size: 80px;
  }
  .baby-class.parent.common-style:before {
    background-size: 54px;
  }
  .about-circle {
    width: 500px;
    height: 500px;
  }
  .about-circle img {
    width: 465px;
    height: 465px;
  }
  .about-small {
    width: 200px;
    height: 200px;
  }
  .about-small img {
    width: 100%;
    height: auto;
  }
  /* .inner-after.after-banner {
    margin-top: -116px;
    } */
  .animation-area.part2::before {
    left: -1%;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .navbar-expand-lg .navbar-nav .menu-item {
    font-size: 14px;
    padding-right: 8px;
    padding-left: 8px;
  }
  header .navbar-collapse {
    padding-left: 33px;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 14px;
  }
  .login a{
    margin-left: 0;
    width: 145px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .menu-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .login a{
    margin-left: 0;
    width: 140px;
  }
  .navbar-expand-lg .navbar-nav .menu-item .nav-link {
    font-size: 12px;
}
  .banner-wrapper {
    padding: 150px 0 125px;
  }
  .after-banner {
    margin-top: -89px;
  }
  .service-box-content::before {
    top: -17px;
  }
  .features::after {
    background-size: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar-expand-lg .navbar-nav .menu-item .nav-link {
    font-size: 13px;
}
  .navbar-expand-lg .navbar-nav .menu-item {
    padding-right: 4px;
    padding-left: 4px;
}
.login a {
  width: 114px;
  padding: 6px 15px !important;
  margin-left: 0;
}
  .inner-after.after-banner {
    margin-top: -57px;
  }
  footer.common-style:after {
    width: 174px;
    height: 216px;
    top: -174px;
  }
  .sec-title h3 {
    font-size: 25px;
  }
  .about-circle {
    width: 445px;
    height: 445px;
  }
  .features::after {
    background-size: auto;
  }
  .about-sec.common-style:before {
    background-size: 68px;
  }
  .banner-wrapper {
    padding: 150px 0 120px;
  }
  .after-banner {
    margin-top: -52px;
  }
  .service-box-content::before {
    top: -18px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-area {
    margin-bottom: 40px;
  }
  .after-banner img {
    width: 135%;
    max-width: fit-content;
  }
  .inner-after.after-banner {
    margin-top: -60px;
  }
  .testi-body p {
    height: auto;
  }
  .about-sec.common-style:after{right: 28px;}
}
/* 01-02-24 */

a.cart-contents {
  position: relative;
  text-decoration: none;
}
a.cart-contents i{
  color: #1c2c4e;
  font-size: 25px;}
  span.cart-count {
    position: absolute;
    top: -8px;
    left: 19px;
    text-align: center;
    z-index: 1;
    background: #ea4d3e;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    
}
.mobile-view{
  display: none;
}

/* 01-02-24 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content {
    padding-top: 80px;
    margin-bottom: 32px;
    text-align: center;
  }
  .banner-wrapper {
    padding: 61px 0 40px;
  }
  .after-banner {
    margin-top: -68px;
  }
  .navbar-nav {
    padding-bottom: 23px;
  }
  header .navbar-collapse {
    padding-left: 0;
  }
  .banner-img {
    text-align: center;
  }
  .banner-img img {
    width: 64%;
  }
  .inner-after.after-banner {
    margin-top: -37px;
  }
  .after-banner img {
    width: 100%;
    height: 116px;
    object-fit: cover;
    max-width: 100%;
  }
  .login a {
    margin-left: 0;
    margin-top: 17px;
  }
  li.current-menu-item {
    width: fit-content;
  }
  .section_wrap.contact_hero-row iframe {
    height: 250px;
  }
  .staff-content:before {
    left: 9px;
    background-size: 240px;
    width: 182px;
    top: -54px;
  }
  .staff-img img {
    height: 220px;
  }
  .sec-title {
    margin-bottom: 50px;
  }
  .staff-box {
    padding: 10px;
  }
  .sec-title h3 {
    font-size: 20px;
  }
  .features::after {
    background-size: auto;
  }
  .about-image {
    width: 70%;
    margin: auto;
  }
  .woocommerce-checkout #Container {
    margin: auto;
    padding: 120px 25px;
  }
  .service-box-content::before {
    top: -14px;
  }
  .learning-box {
    padding: 20px 20px;
  }
  .learning-img img {
    height: 162px;
  }
  .learning-criteria div {
    padding-left: 0;
  }
  .learning-criteria {
    display: block;
  }

  /* 23-01-24 */
.cloud-banner:after{width: 100%;}
.service-box-content{height: 360px;}
.about-content h3 {
  font-size: 18px;
}
.about-slider:before {
  top: -47px;
  left: 40px;
  width: 246px;
  height: 81px;
}
.learning-box h6{font-size: 18px;}
.call-back h3 {
  font-size: 25px;
  line-height: 36px;
}
.common-style.make-appontment:before {
  background-size: 59px;
  top: 28px;
}
.conatct-form::before {
  background-size: 30px;
  left: -34px;
}
/* 23-01-24 */
/* 25-01-24 */
.cart_check_popup #popup-content {
  width: 100%;
}
button#popup-close {
  right: 63px;
}
/* 01-02-24 */
a.cart-contents.desk {
  display: none;
}
.mobile-view{
  display: block;
}
a.cart-contents {
  left: 158px;
}
}
@media only screen and (max-width: 767px) {
  .logo-divsn {
    width: auto;
    display: flex;
    gap: 0;
  }
  .nav-head-row {
    flex-direction: row;
    width: 100%;
  }
  .navbar-brand img {
    width: 70%;
  }
  .banner-sec {
    padding: 78px 0 0;
  }
  .banner-text h1 {
    font-size: 17px;
  }
  .banner-text {
    top: 54%;
  }
  .banner-img {
    text-align: center;
    margin: 25px 0;
  }
  .banner-content {
    padding-top: 80px;
    text-align: center;
  }
  .after-banner {
    margin-top: -40px;
    margin-bottom: 45px;
  }
  .banner-wrapper {
    padding: 50px 0 40px;
  }
  .banner-content h1 {
    font-size: 35px;
  }
  .sec-title h3 {
    font-size: 25px;
  }
  .sec-title {
    margin: auto;
  }
  .service-provide:before {
    left: 35px;
    top: -10px;
    height: 79px;
    background-size: 40px;
  }
  .service-box {
    margin-bottom: 20px;
  }
  .about-content h3 {
    font-size: 25px;
  }
  .about-content h3 br {
    display: none;
  }
  .about-content {
    padding-right: 0;
  }
  .service-provide {
    padding-bottom: 58px;
  }
  .about-us {
    padding: 77px 0 18px;
  }
  .common-style.on-going:after {
    background-size: 34px;
    top: 43px;
    right: 15px;
  }
  .common-style.on-going:before {
    background-size: 57px;
    top: 53px;
  }
  .banner-img img {
    width: 70%;
  }
  .about-slider:before {
    top: -47px;
    left: 28px;
    right: 0;
    width: 289px;
    height: 87px;
  }
  .about-slider {
    margin-top: 84px;
  }
  .navbar-nav {
    padding-bottom: 23px;
  }
  header .navbar-collapse {
    padding-left: 0;
  }
  .inner-after.after-banner {
    margin-top: -37px;
  }
  .after-banner img {
    width: 100%;
    height: 56px;
    object-fit: cover;
  }
  .inner-banner {
    padding: 80px 0;
  }
  .conatct-form {
    margin-top: -21px;
    padding: 28px;
  }
  .contact_colmn {
    padding-top: 0;
  }
  .section_wrap.contact_hero-row iframe {
    height: 250px;
  }
  footer.common-style:after {
    width: 154px;
    height: 200px;
    top: -165px;
  }
  .login a {
    margin-left: 0;
    margin-top: 17px;
    width: 160px;
  }
  li.current-menu-item {
    width: fit-content;
  }
  .inner-banner {
    padding: 100px 0;
  }
  .inner-after.after-banner {
    margin-top: -50px;
    overflow: hidden;
  }
  .after-banner img {
    width: 130%;
    left: -10px;
    position: relative;
  }
  .french-about-section .content-area {
    width: 100%;
    left: 0;
    right: 0;
  }
  .french-about-section::before,
  .french-about-section::after {
    background-size: 200% auto;
  }
  .about-circle {
    width: 350px;
    height: 350px;
    margin: auto;
  }
  .about-circle img {
    width: 300px;
    height: 300px;
  }
  .about-small {
    width: 155px;
    height: 155px;
  }
  .about-small img {
    width: 100%;
    height: auto;
  }
  .about-sec.common-style:after {
    top: 0%;
    right: 32px;
  }
  .about-sec.common-style:before {
    background-size: 55px;
  }
  .features {
    padding: 13px 0 45px;
  }
  .features::after {
    background-size: auto;
  }
  .common-style.make-appontment:after {
    background-size: 28px;
    top: 25px;
  }
  .common-style.make-appontment:before {
    background-size: 39px;
    top: 13px;
  }
  .make-appointment-details {
    padding-left: 0;
    padding-top: 30px;
  }
  .on-expert {
    padding: 80px 0 35px;
  }
  .staff-box {
    margin-top: 211px;
  }
  .woocommerce-checkout #Container {
    padding: 100px 25px;
  }
  .new-session {
    padding-bottom: 35px;
  }
  .news-ssesionrow {
    display: block;
  }
  .call-back {
    padding: 8px 0px;
  }
  .butterfly {
    padding-left: 0;
    justify-content: center;
    margin-top: 23px;
    width: 100%;
  }
  .call-back h3 {
    font-size: 26px;
  }
  
  /* 16-01-2024====*/
  .baby-class-sidebar {
    padding-left: 0;
    margin-top: 40px;
  }
  .learning-img{
    width: 100%;
  }
  .call-back.session-col {
    width: 100%;
}
/* 23-01-24 */
.service-box-content::before {
  top: -13px;
}
.about-descrip .sec-title h3 {
  font-size: 25px;
}
.fnch-abt::before {
  left: 7%;
  top: -20px;
  background-size: 50px;
}
.shape-area1 img {
  height: 264px !important;
}
.animation-area.part3::after,
.animation-area.part3::before{
display: none;
}
.fnch-abt {
  padding: 80px 0 0;
}
/* wocommerce */
.woocommerce-Reviews form input[type="text"],
.woocommerce-Reviews form input[type="email"],
.wc-block-components-text-input input[type=text]{
  width: 100% !important;
}
  .woocommerce-Reviews form textarea{
    width: 100% !important;
  }
/* 23-01-24 */
.about-image-slide, .shape-area1 {
  height: auto;
}
.animation-area.part2::before,
.animation-area.part2::after{
  display: none;
}
.about-sec.common-style:before, .contact_hero-row.common-style:before, .testimonials-section.common-style:before {
  top: -30px;
  background-size: 50px;
}
.animation-area::before, .animation-area::after{display: none;}
.about-slider .owl-theme .owl-nav button.owl-prev {
  top: 46%;
  left: 6px;
}
/* 25-01-24 */
.cart_check_popup #popup-content {
  width: 100%;
}
.cart_check_popup form {
  padding: 55px 23px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
}
/* 01-02-24 */
a.cart-contents.desk {
  display: none;
}
.mobile-view{
  display: block;
}
a.cart-contents {
  left: 72px;
}
a.wc-block-components-product-name {
  font-size: 18px;
}
}
@media only screen and (max-width: 575px) {
  p {
    font-size: 16px;
  }
  .after-banner img {
    width: 180%;
  }
  .accordion-button::after {
    width: 25px;
    height: 25px;
  }
  .french-about-section .content-area {
    padding: 30px 25px;
  }
  .french-about-section .content-area h3 {
    font-size: 26px;
  }
  /* 16-01-2024=====Start */
  .baby-classtoddler:before,
  .french-about-section > .container::before {
    background-size: 50px;
  }
  .french-about-section {
    margin-top: 0;
    padding: 20px 0 120px 
  }
  .french-about-section > .container > .row {
    margin-bottom: 0;
    padding-bottom: 26px;

  }
  .faq-section {
    padding: 0rem 0 4.25rem;
  }
  /* 16-01-2024=====End */
  /* 22-01-2024---Start*/
  header.fixed-top {
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 14px;
  }
  .footer-wid,
  .footer-logo {
    margin-bottom: 20px;
}
.copy-right,
.courtesy {
    text-align: center;
}
a.book-now{
    font-size: 18px;
    padding: 6px 36px;
}
.on-going {
    padding-bottom: 30px;
}
  /* 22-01-2024---End*/
/* 23-01-24 */
.banner-content p {
  margin-bottom: 20px;
}
.cloud-banner:after{width: 100%;}

.service-provide:before {
  top: -65px;
  z-index: 999;
}
.service-provide:after {
  right: 14px;
  top: -65px;
  z-index: 999;
}
.french-about-section > .container::before,
.french-about-section > .container::after{
display: none;
}
/* 24-01-24 */
.toddler-slider .owl-thumbs .owl-thumb-item img {
  height: 55px;
  border-radius: 0;
  object-fit: cover;
}
.toddler-slider .owl-item img {
  height: 255px;
}
.navbar-expand-lg .navbar-nav .menu-item .nav-link {
  font-size: 15px;
}
}
/* 23-01-24 */
@media only screen and (max-width: 480px) {
  .after-banner img {
    width: 200%;
  }
  .inner-after.after-banner {
    margin-top: -38px;
  }
}

/*--18-06-24--*/
.cloud-banner .owl-prev, .cloud-banner .owl-next{
	width: 50px;
    font-size: 25px !important;
    height: 50px;
    background: #afc5d5 !important;
    border-radius: 50% !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.cloud-banner .owl-prev{
    left: -10%;
}
.cloud-banner .owl-next{
    right: -10%;
}
.cloud-banner .owl-prev span, .cloud-banner .owl-next span{
    font-size: 50px;
    line-height: 28px;
}
.tax-product_cat section.elv_main {
    padding: 127px 0;
}
