footer {
  position: relative;
  background-image: url(/assets/images/footer/cloud.svg);
  background-position: 100% bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 540px) {
  footer {
    background-position: 0% 95%;
  }
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1473DF 10%, #1BB6F0 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
footer .lower-footer {
  position: relative;
  z-index: 1;
  padding: 40px 0 170px;
}
@media (max-width: 991px) {
  footer .lower-footer .container > .flex.grid-mob {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  footer .lower-footer .container > .flex.grid-mob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  footer .lower-footer .container > .flex.grid-mob {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0 10px;
  }
}
footer .lower-footer .container > .flex.grid-mob .colA, footer .lower-footer .container > .flex.grid-mob .colB, footer .lower-footer .container > .flex.grid-mob .colC, footer .lower-footer .container > .flex.grid-mob .colD {
  flex: 1;
  padding: 0 20px;
}
@media (max-width: 991px) {
  footer .lower-footer .container > .flex.grid-mob .colA, footer .lower-footer .container > .flex.grid-mob .colB, footer .lower-footer .container > .flex.grid-mob .colC, footer .lower-footer .container > .flex.grid-mob .colD {
    padding: 0;
  }
}
footer .lower-footer .container > .flex.grid-mob .colA h5, footer .lower-footer .container > .flex.grid-mob .colB h5, footer .lower-footer .container > .flex.grid-mob .colC h5, footer .lower-footer .container > .flex.grid-mob .colD h5 {
  color: #fff;
  padding-bottom: 10px;
  font-weight: 400;
  text-transform: none;
  font-family: Baloo;
}
footer .lower-footer .container > .flex.grid-mob .colA ul li a, footer .lower-footer .container > .flex.grid-mob .colB ul li a, footer .lower-footer .container > .flex.grid-mob .colC ul li a, footer .lower-footer .container > .flex.grid-mob .colD ul li a {
  color: rgba(255, 255, 255, 0.6980392157);
  font-weight: 400;
  font-size: 16px;
  padding: 5px 0;
  transition: 0.3s ease;
}
footer .lower-footer .container > .flex.grid-mob .colA ul li a:hover, footer .lower-footer .container > .flex.grid-mob .colB ul li a:hover, footer .lower-footer .container > .flex.grid-mob .colC ul li a:hover, footer .lower-footer .container > .flex.grid-mob .colD ul li a:hover {
  color: #fff;
  padding-left: 5px;
}
footer .lower-footer .container > .flex.grid-mob .colA {
  padding-left: 0;
}
footer .lower-footer .container > .flex.grid-mob .colC {
  flex: 0 1 30%;
}
@media (max-width: 768px) {
  footer .lower-footer .container > .flex.grid-mob .colC {
    order: 1;
    margin-bottom: 10px;
  }
}
footer .lower-footer .container > .flex.grid-mob .colC .form {
  --theme: #fff;
  --color: #fff;
  margin-bottom: 20px;
  justify-content: center;
}
footer .lower-footer .container > .flex.grid-mob .colC .form .form-group input.valid ~ label {
  color: rgba(255, 255, 255, 0.6980392157);
}
footer .lower-footer .container > .flex.grid-mob .colC .form .form-group input:focus ~ label {
  color: rgba(255, 255, 255, 0.6980392157);
}
@media (max-width: 991px) {
  footer .lower-footer .container > .flex.grid-mob .colD {
    max-width: 300px;
  }
}
footer .lower-footer .container > .flex.grid-mob .colD a.aWhover {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6980392157);
  transition: 0.5s ease;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  footer .lower-footer .container > .flex.grid-mob .colD a.aWhover {
    margin-bottom: 10px;
  }
}
footer .lower-footer .container > .flex.grid-mob .colD a.aWhover:hover {
  color: #fff;
  padding-left: 5px;
}
footer .lower-footer .container > .flex.grid-mob .colD .social-icons {
  padding: 10px 0;
}
footer .lower-footer .container > .flex.grid-mob .colD .social-icons ul {
  display: flex;
  align-items: center;
  gap: 7px;
}
footer .lower-footer .container > .flex.grid-mob .colD .social-icons ul li a svg path {
  transition: 0.3s ease;
}
footer .lower-footer .container > .flex.grid-mob .colD .social-icons ul li a:hover {
  padding: 0;
}
footer .lower-footer .container > .flex.grid-mob .colD .social-icons ul li a:hover svg rect {
  fill: #FBC740;
}
footer .lower-footer .container > .flex.grid-mob .colD .social-icons ul li a:hover svg path {
  fill: #000;
}
footer .lower-footer .last-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  margin-top: 60px;
}
@media (max-width: 540px) {
  footer .lower-footer .last-footer {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  footer .lower-footer .last-footer .last-list {
    flex-direction: column;
    padding: 0 10px;
  }
}
footer .lower-footer .last-footer .last-list li.hasDropdown {
  flex: 1;
  position: relative;
  padding: 10px 5px 10px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3019607843);
}
footer .lower-footer .last-footer .last-list li.hasDropdown:first-child {
  padding-left: 0;
}
footer .lower-footer .last-footer .last-list li.hasDropdown:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  footer .lower-footer .last-footer .last-list li.hasDropdown {
    padding: 10px 5px 10px 10px;
  }
}
@media (max-width: 768px) {
  footer .lower-footer .last-footer .last-list li.hasDropdown {
    border-right: none;
  }
}
@media (max-width: 540px) {
  footer .lower-footer .last-footer .last-list li.hasDropdown {
    padding: 5px 5px 5px 0px;
  }
}
footer .lower-footer .last-footer .last-list li.hasDropdown > a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  font-family: Baloo;
  transition: 0.3s ease;
}
footer .lower-footer .last-footer .last-list li.hasDropdown .plus-ico {
  position: absolute;
  right: 16px;
  top: 14px;
  --sizeplus: 17px;
  height: var(--sizeplus);
  width: var(--sizeplus);
}
@media (max-width: 991px) {
  footer .lower-footer .last-footer .last-list li.hasDropdown .plus-ico {
    --sizeplus: 10px;
    right: 6px;
    top: 17px;
  }
}
footer .lower-footer .last-footer .last-list li.hasDropdown .plus-ico.active::before {
  transform: rotate(0deg);
  opacity: 0;
}
footer .lower-footer .last-footer .last-list li.hasDropdown .plus-ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: 0.5s ease;
  transform: rotate(90deg);
}
footer .lower-footer .last-footer .last-list li.hasDropdown .plus-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: 0.5s ease;
}
footer .lower-footer .last-footer .last-list li.hasDropdown .footer-dropdown-menu {
  display: none;
}
footer .lower-footer .last-footer .last-list li.hasDropdown .footer-dropdown-menu ul {
  padding-top: 5px;
}
footer .lower-footer .last-footer .last-list li.hasDropdown .footer-dropdown-menu ul li a {
  color: rgba(255, 255, 255, 0.6980392157);
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease;
}
footer .lower-footer .last-footer .last-list li.hasDropdown .footer-dropdown-menu ul li a:hover {
  color: #fff;
  padding-left: 5px;
}
footer .lower-footer .end-details .flex {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  gap: 20px;
}
@media (max-width: 768px) {
  footer .lower-footer .end-details .flex {
    gap: 0;
  }
}
footer .lower-footer .end-details .flex p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
@media (max-width: 540px) {
  footer .lower-footer .end-details .flex p {
    max-width: 280px;
    text-align: center;
  }
}
footer .lower-footer .end-details .flex p span img {
  vertical-align: middle;
  width: 55px;
  padding-left: 10px;
}
footer .lower-footer .end-details .flex ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 540px) {
  footer .lower-footer .end-details .flex ul {
    padding-top: 10px;
  }
}
footer .lower-footer .end-details .flex ul li {
  padding-right: 10px;
}
footer .lower-footer .end-details .flex ul li:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
footer .lower-footer .end-details .flex ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  transition: 0.3s ease;
}
footer .lower-footer .end-details .flex ul li a:hover {
  color: #fff;
}

.home-secE {
  position: relative;
  width: 100%;
  height: 700px;
  line-height: 0;
}
@media (max-width: 768px) {
  .home-secE {
    height: 500px;
  }
}
@media (max-width: 540px) {
  .home-secE {
    height: 406px;
  }
}
.home-secE::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, #98E3FF, #fff);
  z-index: -1;
}
.home-secE .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .home-secE .bg-image {
    height: unset;
  }
}
.home-secE .bg-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .home-secE .bg-image img {
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-secE .form-container {
  position: absolute;
  max-width: 700px;
  bottom: -4%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 4%);
}
@media (max-width: 991px) {
  .home-secE .form-container {
    width: 430px;
    bottom: -3%;
    left: 61%;
    transform: translate(-61%, 3%);
  }
}
@media (max-width: 768px) {
  .home-secE .form-container {
    max-width: 340px;
    bottom: -3%;
    left: 61%;
    transform: translate(-61%, 3%);
  }
}
@media (max-width: 540px) {
  .home-secE .form-container {
    max-width: 325px;
    bottom: -2%;
    left: 61%;
    transform: translate(-61%, 6%);
  }
}
.home-secE .form-container .notebook {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-secE .form-container .notebook img {
  width: 100%;
  height: 100%;
}
.home-secE .form-container .notebook .pencil {
  position: absolute;
  right: -10%;
  top: 32%;
}
@media (max-width: 991px) {
  .home-secE .form-container .notebook .pencil {
    max-width: 170px;
    right: -4%;
    top: 42%;
  }
}
@media (max-width: 768px) {
  .home-secE .form-container .notebook .pencil {
    max-width: 140px;
  }
}
@media (max-width: 520px) {
  .home-secE .form-container .notebook .pencil {
    max-width: 90px;
  }
}
.home-secE .form-container .notebook .pencil img {
  width: 100%;
  height: 100%;
}
.home-secE form.notebook-form {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 280px;
  z-index: 3;
  transform: translate(-52%, -54%);
}
@media (max-width: 991px) {
  .home-secE form.notebook-form {
    width: 200px;
    top: 64%;
    left: 60%;
    transform: translate(-60%, -64%);
  }
}
@media (max-width: 768px) {
  .home-secE form.notebook-form {
    max-width: 170px;
  }
}
@media (max-width: 540px) {
  .home-secE form.notebook-form {
    max-width: 150px;
    width: 200px;
    top: 42%;
    left: 60%;
    transform: translate(-60%, -44%);
  }
}
.home-secE form.notebook-form .title {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .home-secE form.notebook-form .title {
    padding-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .home-secE form.notebook-form .title {
    padding-bottom: 15px;
  }
}
.home-secE form.notebook-form .title h4 {
  text-align: center;
  font-family: Baloo;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .home-secE form.notebook-form .title h4 {
    font-size: 20px;
  }
}
.home-secE form.notebook-form .form {
  gap: 15px 0;
}
@media (max-width: 991px) {
  .home-secE form.notebook-form .form {
    gap: 10px 0;
  }
}
@media (max-width: 520px) {
  .home-secE form.notebook-form .form {
    gap: 5px 0;
  }
}
@media (max-width: 991px) {
  .home-secE form.notebook-form .form .form-group {
    --inputsize: 38px;
  }
}
@media (max-width: 768px) {
  .home-secE form.notebook-form .form .form-group {
    --inputsize: 30px;
  }
}
@media (max-width: 991px) {
  .home-secE form.notebook-form .form .form-group label {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home-secE form.notebook-form .form .form-group label {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .home-secE form.notebook-form .form .form-group label {
    font-size: 9px;
  }
}
@media (max-width: 540px) {
  .home-secE form.notebook-form .form .form-group textarea {
    margin-top: 8px;
    font-size: 14px;
  }
}
.home-secE form.notebook-form .form .sbmt-grp {
  margin-top: 25px;
}
@media (max-width: 540px) {
  .home-secE form.notebook-form .form .sbmt-grp {
    margin-top: 15px;
  }
}
.home-secE form.notebook-form .form .sbmt-grp a {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .home-secE form.notebook-form .form .sbmt-grp a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home-secE form.notebook-form .form .sbmt-grp a {
    font-size: 10px;
    padding: 7px 16px;
  }
}
.home-secE form.notebook-form .form .sbmt-grp a:hover {
  background: #1BB6F0;
  color: #fff;
}
.home-secE .cloud1, .home-secE .cloud2 {
  position: absolute;
}
.home-secE .cloud1 img, .home-secE .cloud2 img {
  width: 100%;
  height: 100%;
}
.home-secE .cloud1 {
  right: 8%;
  top: 30%;
}
@media (max-width: 768px) {
  .home-secE .cloud1 {
    width: 95px;
    right: 5%;
    top: 38%;
  }
}
@media (max-width: 540px) {
  .home-secE .cloud1 {
    width: 66px;
    right: 4%;
    top: 19%;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .cloud1 {
    width: 40px;
    right: 1%;
    top: 40%;
  }
}
.home-secE .cloud2 {
  width: 60px;
  left: 28%;
  top: 39%;
}
@media (max-width: 768px) {
  .home-secE .cloud2 {
    left: 13%;
    top: 56%;
  }
}
@media (max-width: 540px) {
  .home-secE .cloud2 {
    left: 5%;
    top: 53%;
    width: 40px;
  }
}

.kid-enquire {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
  cursor: pointer;
}
@media (max-width: 675px) {
  .kid-enquire {
    display: none;
  }
}
.kid-enquire .close-pop-admin {
  position: absolute;
  right: 72%;
  top: -35%;
  z-index: 3;
  width: 30px;
  height: 30px;
  background: #fbc740;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .kid-enquire .close-pop-admin {
    right: 9%;
    top: 29%;
  }
}
.kid-enquire .close-pop-admin.active {
  display: flex;
}
.kid-enquire .kid-image {
  width: 130px;
  position: relative;
}
@media (max-width: 991px) {
  .kid-enquire .kid-image {
    width: 100px;
  }
}
.kid-enquire .kid-image img {
  width: 100%;
}
.kid-enquire .kid-image .enquire-banner {
  z-index: 2;
  background: #fff;
  color: #000;
  padding: 8px 12px 12px;
  width: 200px;
  position: absolute;
  right: calc(100% - 22px);
  top: -35px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #dadada;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s ease;
}
@media (max-width: 991px) {
  .kid-enquire .kid-image .enquire-banner {
    position: relative;
    width: 170px;
    right: calc(100% - 16px);
  }
}
.kid-enquire .kid-image .enquire-banner.active {
  opacity: 1;
  visibility: visible;
}
.kid-enquire .kid-image .enquire-banner::before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  width: 30px;
  height: 60px;
  border-right: solid 30px rgb(255, 255, 255);
  border-bottom: solid 30px transparent;
  border-top: solid 30px transparent;
  position: absolute;
  transform: rotate(180deg);
  right: -16px;
  bottom: 11%;
  z-index: -1;
}
.kid-enquire .kid-image .enquire-banner h3 {
  font-size: 20px;
  line-height: 16px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .kid-enquire .kid-image .enquire-banner h3 {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.kid-enquire .kid-image .enquire-banner p {
  font-size: 13px;
  line-height: 16px;
}
.kid-enquire .kid-image .enquire-banner button.kid-btn {
  background: #1BB6F0;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  transition: 0.5s ease;
}
.kid-enquire .kid-image .enquire-banner button.kid-btn:hover {
  background: #FBC740;
  color: #000;
}

.footer-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #3740EA;
  display: none;
}
@media (max-width: 675px) {
  .footer-strip {
    display: block;
  }
}
.footer-strip ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-strip ul li {
  flex: 1;
}
.footer-strip ul li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}
.footer-strip ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 5px;
  color: var(--white);
  font-size: 14px;
  height: var(--footerstrip);
}
.footer-strip ul li a svg {
  width: 20px;
  height: 20px;
}
.footer-strip ul li a svg[stroke] {
  stroke: var(--white);
}
.footer-strip ul li a svg[fill] {
  fill: var(--white);
}
.footer-strip ul li a svg path[stroke] {
  stroke: var(--white);
}
.footer-strip ul li a svg path[fill] {
  fill: var(--white);
}

::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #1BB6F0;
}/*# sourceMappingURL=footer.css.map */